]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
[gnu-emacs] / lisp / ChangeLog
1 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2
3 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
4 read only.
5
6 2006-08-13 Romain Francoise <romain@orebokech.com>
7
8 * cus-theme.el (customize-create-theme)
9 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10
11 * filesets.el (filesets-add-buffer): Ditto.
12
13 * pcvs.el (cvs-change-cvsroot): Ditto.
14
15 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
16
17 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
18 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
19 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
20 expressions.
21 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
22 Only search till end of line.
23 Add face to function names in case of no filename.
24 Add face to variable names of watchpoints.
25
26 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
27
28 * cus-start.el <indent-tabs-mode>: Move to the `indent'
29 customization group.
30
31 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
32
33 * allout.el (allout-prior-bindings, allout-added-bindings):
34 Remove, after long deprecation.
35 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
36 Add customization vars controlling allout-beginning-of-line and
37 allout-end-of-line conveniences.
38 (allout-header-prefix, allout-use-mode-specific-leader)
39 (allout-use-mode-specific-leader, allout-mode-leaders): Revised
40 docstrings.
41 (allout-infer-header-lead): Change to be an alias for
42 allout-infer-header-lead-and-primary-bullet.
43 (allout-infer-header-lead-and-primary-bullet): New version of
44 allout-infer-header-lead which assigns the primary bullet to the
45 same as the header lead, when its being changed.
46 (allout-infer-body-reindent): Apply regexp-quote instead of
47 unconditionally prepending "\\", so that all literal
48 allout-header-prefix and allout-primary-bullet strings are
49 properly handled.
50 (allout-add-resumptions): Add optional qualifier for extending or
51 appending to existing values, rather than replacing them.
52 (allout-view-change-hook): Clarify docstring.
53 (allout-exposure-change-hook): Take explicit arguments, via
54 run-hook-with-args.
55 (allout-structure-added-hook)
56 (allout-structure-deleted-hook)
57 (allout-structure-shifted-hook): New hooks analogous to
58 allout-exposure-change-hook for other kinds of structural outline
59 edits.
60 (allout-encryption-plaintext-sanitization-regexps): New encryption
61 customization variable, by which cooperating modes can provde
62 massage of the plaintext without actually being passed it.
63 (allout-encryption-ciphertext-rejection-regexps)
64 (allout-encryption-ciphertext-rejection-ceiling): New encryption
65 customization variables, by which cooperating modes can prohibit
66 rare but possible ciphertext patterns from fouling their
67 operation, with actually being passed the ciphertext.
68 (allout-mode): Run activation and deactivation hooks after the
69 minor-mode variable has been toggled, to clarify the mode
70 disposition. The new encryption ciphertext rejection variable is
71 used to ensure that the ciphertext does not contain text that
72 would be recognized as outline structural elements by allout.
73 Substite allout-beginning-of-line and allout-end-of-line for
74 conventionall beginning-of-line and end-of-line bindings.
75 If allout-old-style-prefixes is non-nil, don't nullify it on mode
76 activation!
77 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
78 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
79 (allout-chart-subtree): Implement new mode, charting only the
80 visible items in the subtree, when new 'visible' parameter is
81 non-nil.
82 (allout-end-of-subtree): Properly handle the last item in the
83 buffer.
84 (allout-pre-command-business, allout-command-counter): Increment
85 an advertised counter so that cooperating enhancements can track
86 revisions of items.
87 (allout-open-topic): Run allout-structure-added-hook with suitable
88 arguments.
89 (allout-shift-in): Run allout-structure-shifted-hook with suitable
90 arguments.
91 (allout-shift-out): Fix doubling for negative args and ensure call
92 of allout-structure-shifted-hook by solely using allout-shift-in.
93 (allout-kill-line, allout-kill-topic): Run
94 allout-structure-deleted-hook with suitable arguments.
95 (allout-yank-processing): Run allout-structure-added-hook with
96 proper arguments.
97 (allout-yank): Enclose activity in allout-unprotected.
98 (allout-flag-region): Run allout-exposure-change-hook with
99 suitable arguments, instead of making the callee infer the
100 arguments.
101 (allout-encrypt-string): Support
102 allout-encryption-plaintext-sanitization-regexps,
103 allout-encryption-ciphertext-rejection-regexps, and
104 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
105 en/de cryption mode in symmetric encryption failure message.
106 (allout-obtain-passphrase): Use copy-sequence to get a distinct
107 copy of the passphrase, and don't zero it or we'll corrupt the
108 stashed copy.
109 (allout-create-encryption-passphrase-verifier)
110 (allout-verify-passphrase): Respect the new signature for
111 allout-encrypt-string.
112 (allout-get-configvar-values): Convenience for getting a
113 configuration variable value and handling its absence gracefully.
114
115 2006-08-11 Romain Francoise <romain@orebokech.com>
116
117 * obsolete/zone-mode.el: Delete.
118
119 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
122
123 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
124
125 * emacs-lisp/bindat.el (bindat-ip-to-string):
126 Use `format-network-address' if possible.
127
128 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
129
130 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
131
132 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
133
134 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
135 restore unread-command-events here.
136 (edebug-display): Do it here, to detect sit-for interruptions.
137
138 2006-08-10 Romain Francoise <romain@orebokech.com>
139
140 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
141 (dns-mode-soa-auto-increment-serial): New user option.
142 (dns-mode-soa-maybe-increment-serial): New function.
143 (dns-mode): Add the latter to `write-contents-functions'.
144
145 * obsolete/zone-mode.el: Move to obsolete/ from net/.
146 Delete autoload cookies.
147
148 2006-08-10 John Wiegley <johnw@newartisans.com>
149
150 * eshell/em-glob.el (eshell-glob-chars-list)
151 (eshell-glob-translate-alist): Add support for [^g] in character globs.
152
153 2006-08-10 Richard Stallman <rms@gnu.org>
154
155 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
156 (facemenu-set-face): Doc fix.
157 (facemenu-listed-faces): Doc fix.
158
159 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
160
161 * avoid.el (mouse-avoidance-animating-pointer): New var.
162 (mouse-avoidance-nudge-mouse): Use it.
163 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
164 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
165 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
166 Don't activate if currently animating. All callers changed.
167
168 2006-08-09 John Wiegley <johnw@newartisans.com>
169
170 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
171 variable, which causes timeclock to report elapsed time worked,
172 instead of just work remaining.
173
174 2006-08-09 Kenichi Handa <handa@m17n.org>
175
176 * international/latexenc.el (latexenc-find-file-coding-system):
177 Fix for the case that the 2nd element of arg-list is a cons.
178
179 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
180
181 * info.el (Info-fontify-node): Handle preceding `in' for note
182 reference hiding rules.
183
184 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
187 mistake a closing " for an opening one.
188
189 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
190
191 * term/xterm.el (terminal-init-xterm): Add more key bindings.
192
193 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * complete.el (PC-do-completion): Filter out completions matching
196 completion-ignored-extensions before checking whether there are
197 multiple completions.
198 Don't use `list' unnecessarily when building completion tables.
199
200 2006-08-06 Richard Stallman <rms@gnu.org>
201
202 * help.el (describe-mode): Make minor mode list more concise.
203
204 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
205
206 * bindings.el: Give mode-line-format, mode-line-modes, and
207 mode-line-position `standard-value' properties.
208
209 2006-08-05 Eli Zaretskii <eliz@gnu.org>
210
211 * buff-menu.el (list-buffers-noselect): For Info buffers, use
212 "(file)node" instead of the file name.
213
214 2006-08-05 Richard Stallman <rms@gnu.org>
215
216 * faces.el (escape-glyph): Doc fix.
217
218 2006-08-04 Kenichi Handa <handa@m17n.org>
219
220 * international/mule-diag.el (describe-font): Improve docstring
221 and error message. Use frame-parameter (not frame-parameters).
222
223 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
226 Correctly mark the end-of-docstring char.
227
228 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
229
230 * simple.el (line-move-to-column): Constrain move-to-column to
231 current field.
232
233 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * font-lock.el (font-lock-beg, font-lock-end)
236 (font-lock-extend-region-functions): New vars.
237 (font-lock-extend-region-multiline)
238 (font-lock-extend-region-wholelines): New functions.
239 (font-lock-default-fontify-region): Use them.
240 (font-lock-extend-jit-lock-region-after-change): Only round up
241 if font-lock-default-fontify-region will do it as well.
242
243 * font-lock.el (font-lock-extend-after-change-region-function):
244 Rename from font-lock-extend-region-function.
245 (font-lock-extend-region): Remove by inlining at call sites.
246 (font-lock-after-change-function): Don't needlessly round up to a whole
247 number of lines.
248 (font-lock-extend-jit-lock-region-after-change): Be more careful about
249 the boundary conditions and the interactions between the various ways
250 to extend the region.
251
252 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
255 modification status when forcing the second redisplay.
256
257 2006-08-03 Kim F. Storm <storm@cua.dk>
258
259 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
260
261 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
264 doesn't look like a file name.
265
266 * complete.el (PC-expand-many-files): Avoid signalling an error when
267 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
268
269 2006-08-02 Andreas Schwab <schwab@suse.de>
270
271 * bindings.el (mode-line-format): Simplify reference to vc-mode.
272
273 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
274
275 * bindings.el (map): Make mode-line-buffer-identification-keymap
276 before defining propertized-buffer-identification.
277
278 2006-08-01 Richard Stallman <rms@gnu.org>
279
280 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
281
282 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
283
284 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
285 default value.
286 (gdb-find-source-frame): New function.
287 (menu): Add to menu bar.
288
289 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * font-core.el (font-lock-extend-region-function)
292 (font-lock-extend-region): Move to font-lock.el.
293
294 * font-lock.el (font-lock-extend-region-function)
295 (font-lock-extend-region): Move from font-core.el. Simplify.
296
297 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
298 if needed.
299 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
300 (jit-lock-after-change-extend-region-functions): New hook.
301 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
302
303 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
304 (font-lock-turn-on-thing-lock): Use it.
305
306 * longlines.el (longlines-show-region): Make it work on read-only
307 buffers as well.
308
309 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
310
311 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
312
313 2006-07-31 Richard Stallman <rms@gnu.org>
314
315 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
316 (vhdl-speedbar-display-projects): Update old obsolete
317 speedbar variable names.
318
319 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
320
321 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
322 (gdb-stopped): Use it.
323
324 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
325
326 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
327
328 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
329 for load-history elements.
330
331 2006-07-29 Eli Zaretskii <eliz@gnu.org>
332
333 * files.el (convert-standard-filename): For Cygwin, replace
334 characters not allowed in Windows file names.
335 (make-auto-save-file-name): Add Cygwin to the list of systems
336 where the auto-save file name needs to be run through
337 convert-standard-filename.
338
339 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
340
341 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
342
343 2006-07-28 Richard Stallman <rms@gnu.org>
344
345 * bindings.el (mode-line-frame-identification)
346 (propertized-buffer-identification): Centralize the code
347 to initialize the variable.
348
349 * progmodes/grep.el (grep-default-command): Catch errors from
350 wildcard-to-regexp.
351
352 2006-07-29 Kim F. Storm <storm@cua.dk>
353
354 * progmodes/grep.el (grep-tag-default): New function.
355 (grep-default-command, grep-read-regexp): Use it.
356 (grep-read-files): Use car of grep-files-history or grep-files-aliases
357 as default if nothing else applies.
358
359 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
360
361 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
362 Throw error if buffer is not in Dired and Wdired mode, respectively.
363
364 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
365
366 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
367 self-insert-command keys don't activate buttons.
368 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
369
370 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
371
372 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
373 faces for enable character.
374
375 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
376
377 * Makefile.in (recompile): Update comment to reflect change
378 on 2004-04-21.
379
380 2006-07-27 Richard Stallman <rms@gnu.org>
381
382 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
383 (customize-package-emacs-version): Change msg when pkg has no entry.
384 (custom-no-edit): On a button, do like widget-button-press.
385
386 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
387
388 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
389 S-tab and C-S-tab.
390
391 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
392
393 * progmodes/which-func.el (which-function): Fix documentation/
394 comment typo.
395
396 2006-07-26 Richard Stallman <rms@gnu.org>
397
398 * textmodes/ispell.el (ispell-word): If we replace the word,
399 move point to the end. Insert before deleting.
400
401 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
402
403 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
404 a timer.
405
406 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
407
408 * tumme.el (tumme-backward-image): Add prefix argument. Add error
409 when at first image.
410 (tumme-forward-image): Add prefix argument. Add error when at last
411 image.
412
413 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * tabify.el (tabify-regexp): Use more specific regexps.
416 (tabify): Avoid modifying the buffer unnecessarily.
417
418 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
419
420 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
421 (tumme-format-properties-string): Handle empty `buf'.
422 (tumme-get-comment): Change variable names inside `let'.
423 Add missing `let' variable that cause font-lock problems.
424 (tumme-write-comments): Change variable names inside `let'.
425 Add missing `let' variable that cause font-lock problems.
426 (tumme-forward-image): Rename from `tumme-forward-char'.
427 (tumme-backward-image): Rename from `tumme-backward-char'.
428
429 2006-07-25 Masatake YAMATO <jet@gyve.org>
430
431 * progmodes/ld-script.el (ld-script-keywords)
432 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
433 and add comments.
434
435 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
436
437 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
438 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
439 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
440 for status indicator.
441
442 2006-07-24 Richard Stallman <rms@gnu.org>
443
444 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
445
446 * subr.el (dolist, dotimes): Use interned symbols for locals.
447 (--dotimes-limit--, --dolist-tail--): New defvars.
448 (looking-back): Doc fix.
449
450 * replace.el (replace-match-string-symbols): Handle dotted lists.
451
452 2006-07-24 mathias <mathias@mattis>
453
454 * tumme.el (tumme-write-tags): Add.
455 (tumme-write-comments): Add.
456 (tumme-tag-files): Change to use `tumme-write-tags'.
457 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
458 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
459 (tumme-save-information-from-widgets): Change to use
460 `tumme-write-comments' and `tumme-write-tags'.
461 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
462 (tumme-write-tag): Remove.
463 (tumme-write-comment): Remove.
464 (tumme-display-previous-thumbnail-original): Remove empty line.
465 (tumme-widget-list): Add punctuation.
466
467 2006-07-24 mathias <mathias.dahl@gmail.com>
468
469 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
470
471 2006-07-24 Daiki Ueno <ueno@unixuser.org>
472
473 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
474 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
475 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
476
477 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
478
479 * mouse.el (mouse-on-link-p): Doc fix.
480
481 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
482
483 * emacs-lisp/find-func.el (find-function-search-for-symbol):
484 Handle "C-h f `".
485
486 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
487
488 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
489 column.
490
491 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
492
493 * textmodes/table.el: Add move-beginning-of-line and
494 move-end-of-line to Point Motion Only Group.
495
496 2006-07-22 Eric Hanchrow <offby1@blarg.net>
497
498 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
499
500 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
501
502 * startup.el (user-mail-address): Initialize from the `EMAIL'
503 environment variable first. Document this.
504 (command-line): Ditto.
505
506 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
507
508 * help-mode.el (help-function-def, help-variable-def)
509 (help-face-def): Print a message in the minibuffer.
510
511 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
512
513 * term/xterm.el (terminal-init-xterm): Fix key bindings
514 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
515
516 2006-07-21 Eli Zaretskii <eliz@gnu.org>
517
518 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
519 where `(nth 1 command)' is a cons cell. Doc fix.
520
521 * textmodes/po.el (po-find-charset): Doc fix.
522
523 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
524
525 * allout.el (allout-unprotected, allout-e-o-prefix-p)
526 (allout-beginning-of-current-line, allout-end-of-current-line)
527 (allout-next-visible-heading, allout-open-topic)
528 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
529 (allout-flag-current-subtree, allout-show-to-offshoot)
530 (allout-hide-current-entry, allout-show-current-branches)
531 (allout-hide-region-body, allout-old-expose-topic)
532 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
533 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
534 containing `beginning-of-line' and `end-of-line' with
535 `inhibit-field-text-motion' t.
536
537 2006-07-21 Eli Zaretskii <eliz@gnu.org>
538
539 * frame.el (focus-follows-mouse): Document that it doesn't have
540 any effect on MS-Windows.
541
542 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
545
546 2006-07-20 Jay Belanger <belanger@truman.edu>
547
548 * calc.el (calc-previous-alg-entry): Remove variable.
549
550 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
551 New variables.
552 (calc-alg-entry): Use `calc-alg-entry-history'.
553 (calc-do-quick-calc): Use `calc-quick-calc-history'.
554 Remove reference to `calc-previous-alg-entry'.
555 (calcAlg-edit, calcAlg-enter): Remove reference to
556 `calc-previous-alg-entry'.
557 (calcAlg-previous): Use `previous-history-element' instead of
558 `calc-previous-alg-entry'.
559 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
560 Change keybinding for `calcAlg-plus-minus', add keybindings for
561 `previous-history-element' and `next-history-element'.
562
563 * calc-rewr.el (calc-match): Remove reference to
564 `calc-previous-alg-entry'.
565
566 * calc-sel.el (calc-selection-history): New variable.
567 (calc-enter-selection, calc-sel-mult-both-sides)
568 (calc-sel-add-both-sides): Use `calc-selection-history'.
569
570 * calc-map.el (calc-get-operator-history): New variable.
571 (calc-get-operator): Use `calc-get-operator-history'.
572
573 * calcalg3.el (calc-curve-fit-history): New variable.
574 (calc-curve-fit): Use `calc-curve-fit-history'.
575
576 2006-07-20 Kenichi Handa <handa@m17n.org>
577
578 * international/mule-cmds.el (select-safe-coding-system): Fix the
579 way of deciding eol-type of the coding system.
580
581 2006-07-20 Alan Mackenzie <acm@muc.de>
582
583 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
584 (c-lang-setvar): New macro.
585 (c-make-init-lang-vars-fun): Use the initialization forms in
586 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
587 (comment-start, comment-end, comment-start-skip): Change these from
588 c-lang-defvar's to c-lang-setvar's.
589
590 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
591 which calls make-local-variable on the elements of
592 c-emacs-variable-inits.
593 (c-init-language-vars-for): Call this new macro.
594
595 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
596
597 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
598 Try to rule out false positives due to time stamps.
599 (compilation-mode-font-lock-keywords): Remove rules made redundant
600 because of the above change. Add `segmentation fault' to the known and
601 highlighted compilation termination messages.
602
603 2006-07-19 Kim F. Storm <storm@cua.dk>
604
605 * progmodes/grep.el (grep-find-ignored-directories):
606 Add .svn and _darcs to list.
607
608 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
609
610 * dired.el (dired-mode-map): Add key binding `C-te' for
611 `tumme-dired-edit-comment-and-tags'.
612
613 * tumme.el (tumme-display-thumbnail-original-image): Make sure
614 image display buffer is displayed before call to
615 `tumme-display-image.
616 (tumme-dired-display-image): Make sure image display buffer is
617 displayed before call to `tumme-display-image.
618 (tumme-mouse-display-image): Make sure image display buffer is
619 displayed before call to `tumme-display-image.
620 (tumme-widget-list): Add.
621 (tumme-dired-edit-comment-and-tags): Add.
622 (tumme-save-information-from-widgets): Add.
623
624 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
627
628 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * progmodes/sh-script.el (sh-font-lock-keywords-1):
631 Revert inadvertently installed patch hunk.
632
633 * progmodes/compile.el (compilation-find-file): Handle the
634 cases where the user selects a non-existent file.
635
636 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
637
638 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
639
640 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
641
642 * subr.el (sit-for): Just sleep-for if noninteractive.
643
644 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * emacs-lisp/autoload.el (make-autoload): Use new arg.
647
648 * custom.el (custom-autoload): Add `noset' argument.
649 (custom-push-theme): Don't autoload the variable, let callers do it.
650 (custom-theme-set-variables): Autoload the variable if necessary.
651
652 * cus-edit.el (custom-variable-state-set): If the variable was
653 originally set outside custom, but to the same value as the default,
654 consider it to be standard.
655
656 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
657 file *before* telling Emacs to add the autoloads, in case it fails.
658
659 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
660 Use `cond', push', and `dolist'.
661
662 2006-07-17 Richard Stallman <rms@gnu.org>
663
664 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
665 Add defvars to silence warnings.
666
667 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
668
669 * progmodes/compile.el (compilation-mode-font-lock-keywords):
670 Don't highlight "Compiling file" messages as error.
671
672 * dired-aux.el (dired-compress-file): Confirm again if gzipped
673 file already exists.
674
675 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
676
677 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
678 entry, don't assign to free var; simply return the extracted filename.
679 (ff-treat-as-special): Incorporate common preamble from callers.
680 (ff-other-file-name, ff-find-the-other-file):
681 Update call to ff-treat-as-special.
682
683 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
684
685 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
686
687 * tumme.el (tumme-get-comment): Fix bug.
688
689 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * files.el: Remove spurious * in docstrings.
692
693 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
694
695 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
696 grammar.
697 (allout-beginning-of-current-line): Beware beginning of buffer.
698 Also, a comment is simplified.
699 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
700 when appropriate. (This fix enables use for other than
701 bullet-hotspot operation.)
702 (allout-hide-current-subtree): While escalating to sibling-close,
703 make sure to situate on a topic.
704
705 2006-07-14 Kim F. Storm <storm@cua.dk>
706
707 * emulation/cua-base.el (cua-delete-selection)
708 (cua-toggle-set-mark): New defcustoms.
709 (cua-rectangle-modifier-key): Add `alt' modifier.
710 (cua-replace-region): Don't delete if cua-delete-selection is nil.
711 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
712 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
713
714 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
715
716 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
717
718 * allout.el: Require 'cl during byte-compilation/interactive load,
719 for the `assert' macro.
720 (allout-mode-deactivate-hook): New hook, run when allout mode
721 deactivates.
722 (allout-developer): New allout customization subgroup.
723 (allout-run-unit-tests-on-load): New allout-developer
724 customization variable, when true allout unit tests are run towards
725 end of file load/eval.
726 (allout-inhibit-auto-fill): Disable auto-fill activity even during
727 auto-fill-mode.
728 (allout-resumptions): Remove, to be replaced by...
729 (allout-add-resumptions): Register variable settings to be
730 reinstated by `allout-do-resumptions'. The settings are made
731 buffer-local, but the locality/globality of the suspended setting
732 is restored on resumption.
733 (allout-do-resumptions): Reinstate all settings suspended using
734 `allout-add-resumptions'.
735 (allout-test-resumptions): Unit tests (and intermediate variables)
736 for resumptions.
737 (allout-tests-globally-unbound, allout-tests-globally-true)
738 (allout-tests-locally-true): Intermediate variables for
739 resumptions unit tests.
740 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
741 (allout-exposure-category): Replaces 'allout-overlay-category variable.
742 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
743 instead of retired `allout-resumptions'. For hook functions, use
744 `local' parameter so hook settings are created and removed as
745 buffer-local settings. Revise (resumptions) setting
746 auto-fill-function so it is set only if already active. (The
747 related fill-function settings are all made in either case, so
748 that activating auto-fill-mode activity will have the custom
749 allout-mode behaviors (hanging indent on topics, if configured for it).
750 Remove all allout-exposure-category overlays on mode deactivation.
751 (allout-hotspot-key-handler): New function extracted from
752 `allout-pre-command-business', so the functionality can be used
753 for other purposes, eg as a binding in an overlay.
754 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
755 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
756 customization variable.
757 (allout-run-unit-tests): Run the (currently quite small)
758 repertoire of unit tests. Called just before the provide iff user
759 has customized `allout-run-unit-tests-on-load' non-nil.
760
761 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
762
763 * emacs-lisp/authors.el (authors-aliases): Update.
764
765 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
766
767 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
768 gdb-source-window. Add dedicated argument.
769 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
770 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
771 (gdb-display-threads-buffer, gdb-display-memory-buffer)
772 (gdb-display-locals-buffer): Use it.
773
774 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
775 Set gdb-source-window.
776
777 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
780 minor modes, redundant with the custom-autoload line above.
781
782 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
783
784 * longlines.el (longlines-post-command-function): Handle open-line too.
785
786 2006-07-12 Richard Stallman <rms@gnu.org>
787
788 * progmodes/grep.el (grep-last-buffer): Doc fix.
789
790 * info.el (Info-try-follow-nearest-node): Doc fix.
791
792 * emacs-lisp/edebug.el (edebug-instrument-function):
793 Err if find-function-noselect gives no position.
794
795 * emacs-lisp/find-func.el (find-function-search-for-symbol):
796 If can't find definition, return nil for position.
797 (find-function-do-it): Handle new return value
798 of find-definition-noselect.
799 (find-definition-noselect, find-variable-noselect): Doc fix.
800 (find-function-noselect): Doc fix.
801
802 * help-mode.el (help-variable-def): Handle find-variable-noselect
803 returning no position.
804 (help-function-def): Likewise for find-function-search-for-symbol.
805 (help-face-def): Likewise.
806
807 * help-fns.el (describe-variable): Handle find-variable-noselect
808 returning no position.
809
810 * files.el (locate-file-completion): Avoid duplicates in result.
811
812 * cus-edit.el (custom-no-edit): New command.
813 (custom-mode-map): Remap to custom-no-edit instead of
814 using suppress-keymap.
815
816 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
817
818 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
819 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
820 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
821
822 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
823
824 2006-07-11 Kim F. Storm <storm@cua.dk>
825
826 * ido.el (ido-copy-current-file-name): Use buffer-name if
827 buffer-file-name is nil.
828
829 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
830
831 * simple.el (undo-ask-before-discard): Set to nil.
832
833 * vc.el (vc-exec-after): Don't delete process manually.
834 (vc-print-log): Run log-view-mode in process sentinel inside
835 inhibit-read-only. Don't shrink window due to timing issues.
836
837 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
838 Avoid using with-output-to-temp-buffer, which clobbers local vars.
839
840 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * progmodes/compile.el (compilation-error-regexp-alist-alist):
843 Fix ambiguity introduced by last change.
844 (compilation-find-file): Move save-excursion to where it may
845 make sense. Fix a left over `find-file'.
846
847 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
848
849 * textmodes/texinfmt.el (texinfo-format-separate-node):
850 Insert a string before point, which fits documentation, not after.
851 (texinfo-multitable-item): In a multitable row, insert any
852 additional needed @tabs and spaces.
853
854 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
855
856 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
857 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
858 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
859 instead of shell-command.
860 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
861 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
862 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
863 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
864 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
865 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
866
867 2006-07-11 Kim F. Storm <storm@cua.dk>
868
869 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
870 Remove special case for seconds < 0. Use (redisplay t) instead.
871
872 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
873
874 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
875 avoid compilation error.
876
877 * subr.el (sit-for): New function.
878
879 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
880
881 2006-07-10 Richard Stallman <rms@gnu.org>
882
883 * ldefs-boot.el (edebug): Update page.
884
885 2006-07-10 Kim F. Storm <storm@cua.dk>
886
887 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
888 to FOR-RELEASE and TODO.
889
890 2006-07-10 Romain Francoise <romain@orebokech.com>
891
892 * emacs-lisp/authors.el (authors-aliases): Update.
893
894 2006-07-10 Alan Mackenzie <acm@muc.de>
895
896 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
897 * cc-mode.el: Changes to eradicate eval-after-load.
898
899 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
900
901 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
902 on non-char events.
903
904 2006-07-09 Romain Francoise <romain@orebokech.com>
905
906 * progmodes/compile.el (compilation-mode-font-lock-keywords):
907 Don't highlight start/end markers as compilation messages.
908
909 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
910 to t.
911
912 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
915
916 2006-07-08 Richard Stallman <rms@gnu.org>
917
918 * term/x-win.el (x-handle-display): Add doc string.
919
920 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
921
922 * subr.el (def-edebug-spec): Move here.
923 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
924
925 * imenu.el (imenu-choose-buffer-index): Doc fix.
926
927 2006-07-08 Romain Francoise <romain@orebokech.com>
928
929 * term/x-win.el (x-display-name): Fix typo.
930
931 2006-07-08 Eli Zaretskii <eliz@gnu.org>
932
933 * hexl.el (hexl-find-file): Doc fix.
934
935 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
936
937 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
938
939 * term/x-win.el (x-display-name): Doc fix.
940
941 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
942
943 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
944 long prefixes.
945 (fill-region-as-paragraph): Don't round up to a whole line.
946 (fill-comment-paragraph): Don't include the code-before-the-comment
947 when calling fill-region-as-paragraph.
948
949 * international/mule.el (make-char): Remove redundancy.
950
951 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
952 property may contain an anonymous function rather than a symbol.
953
954 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
955
956 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
957 Use shy regexp. Fix incorrect backref to potentially unmatched group.
958
959 * dirtrack.el (dirtrack-default-directory-function): Remove.
960 (dirtrack-directory-function): Use file-name-as-directory.
961 (dirtrack-windows-directory-function): Simplify.
962 (dirtrack-forward-slash, dirtrack-backward-slash)
963 (dirtrack-replace-slash): Remove.
964 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
965 (dirtrack): Fix wrong parenthesizing; use match-string.
966
967 * progmodes/octave-inf.el: Remove spurious * in docstrings.
968 (inferior-octave-mode): Only change the buffer-local value of
969 comint-dynamic-complete-functions.
970 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
971 Move the initialization to the declaration.
972 (inferior-octave-complete): Remove unused var `filter'.
973
974 * shell.el (shell-mode): Only change the buffer-local value of
975 comint-dynamic-complete-functions.
976
977 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
978
979 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
980 entry is skipped because it has been scheduled.
981 (org-prepare-agenda-buffers): Don't mark buffers as modified when
982 changing `:org-archived' and `:org-comment' properties.
983
984 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
985
986 * server.el (server-select-display): Don't make the temp frame
987 minibuffer-only, in case it's not a temp frame.
988 (server-process-filter): Don't delete the temp frame if it's the
989 only one we have on that display.
990
991 * files.el (find-alternate-file): Doc fix.
992
993 2006-07-05 Richard Stallman <rms@gnu.org>
994
995 * files.el (abbreviate-file-name): Add save-match-data.
996
997 2006-07-03 Richard Stallman <rms@gnu.org>
998
999 * faces.el (read-face-name): Doc fix.
1000
1001 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1002
1003 * net/goto-addr.el (goto-address): Mark as safe for local evals.
1004
1005 2006-07-05 Andre Spiegel <spiegel@gnu.org>
1006
1007 * vc.el (vc-diff-internal): Fix prev change.
1008
1009 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1010
1011 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1012 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1013
1014 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1017 fails if the symbol contains chars like ( or '.
1018 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1019 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1020 `short'.
1021
1022 2006-07-04 Kenichi Handa <handa@m17n.org>
1023
1024 * international/mule-cmds.el (set-language-info): If LANG-ENV is
1025 the current one, don't call set-language-environment, but call one
1026 of set-language-environment-XXX to make INFO effective now.
1027 (set-language-environment): Call set-language-environment-XXX
1028 functions instead of doing the various setups directly.
1029 (set-language-environment-coding-systems): Delete argument eol-type.
1030 (set-language-environment-input-method)
1031 (set-language-environment-nonascii-translation)
1032 (set-language-environment-charset)
1033 (set-language-environment-fontset)
1034 (set-language-environment-unibyte): New functions.
1035
1036 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1037
1038 * locate.el (locate-update-when-revert): New option.
1039 (locate-update-path): New option (suggested by Michael Albinus).
1040 (locate-prompt-for-command): Whitespace change.
1041 (locate-update): No longer offer to update the locate database by
1042 default. Implement the two new options.
1043
1044 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1045
1046 * tooltip.el: Move comment about track-mouse...
1047
1048 * progmodes/gud.el: ...to here.
1049
1050 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1051
1052 * facemenu.el (facemenu-listed-faces): New var.
1053 (facemenu-unlisted-faces): Variable deleted.
1054 (facemenu-add-new-face): Use facemenu-listed-faces.
1055
1056 * emulation/viper-init.el, calendar/calendar.el:
1057 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1058
1059 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1060
1061 * textmodes/org.el (org-mode): Remove no invalid settings for
1062 calc embedded mode.
1063 (org-mode-p): New defsubst.
1064 (org-save-all-org-buffers): New function.
1065 (org-first-headline-recenter): Enclose outline-regexp in group
1066 delimiters.
1067 (org-set-tags): Keep single space after stars.
1068
1069 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * window.el (set-window-text-height): Only set window-min-height to
1072 1 if that's the requested size.
1073
1074 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1075 (diff-unified->context, diff-context->unified)
1076 (diff-reverse-direction): Make sure the end marker stays at the end.
1077 (diff-mode): Add the keymap table at the end of docstring.
1078 Use lexical-let rather than constructing a closure manually.
1079
1080 * files.el (find-file-noselect-1): Remove unused var assignment.
1081 (hack-local-variables-confirm): Print lists of strings as lists of
1082 strings rather than lists of symbols.
1083 (abbreviate-file-name, hack-local-variables-prop-line):
1084 Use match-string.
1085 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1086 (recover-session-finish): Use line-end-position.
1087
1088 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1089
1090 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1091
1092 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1093
1094 * progmodes/make-mode.el (makefile-macroassign-regex):
1095 Accept preceding keyword.
1096 (makefile-gmake-statements): Reorganize, now that makepp has
1097 "override" and also handle forgotten "override define".
1098 (makefile-makepp-statements): Add new "global", "override export"
1099 and "override global".
1100
1101 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1102
1103 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1104 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1105 (ada-no-auto-case): Fix typos in docstrings.
1106
1107 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1108
1109 * info.el (Info-find-node-2): Search for makeinfo version more
1110 carefully.
1111
1112 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1113
1114 * textmodes/org.el (org-prepare-agenda-buffers):
1115 Use `invisible-OK' argument for `org-end-of-subtree'.
1116 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1117 (org-beginning-of-item): Fix bug in regular expression for white line.
1118 (org-export-as-html): Enforce space after bullet in plain list items.
1119 (org-set-autofill-regexps): Require space after plain list bullet
1120 for paragraph-start.
1121 (org-ts-regexp3): New constant.
1122 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1123 (org-timestamp-up-day, org-timestamp-down-day)
1124 (org-timestamp-change): Work with inactive timestamps.
1125 (org-ts-regexp1): Don't allow brackets in time stamps.
1126
1127 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1128
1129 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1130 for ignoring links.
1131
1132 * faces.el (read-face-name): Use it.
1133
1134 2006-06-28 Juri Linkov <juri@jurta.org>
1135
1136 * buff-menu.el (list-buffers-noselect): Compare Info file
1137 with the string "dir" to detect Info directory.
1138
1139 * complete.el (partial-completion-mode): In lambda for
1140 `choose-completion-string-functions' use full function signature
1141 with 4 args, and move point to the end of the minibuffer only if arg
1142 `mini-p' is non-nil.
1143
1144 2006-06-28 John Paul Wallington <jpw@pobox.com>
1145
1146 * ibuffer.el (ibuffer-mode): Doc fix.
1147
1148 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1149
1150 * textmodes/org.el (org-context): New contexts :item-bullet,
1151 :latex-fragment, :latex-preview.
1152 (org-overlays-at, org-overlay-start, org-overlay-end):
1153 New compatibility functions.
1154 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1155 exact regexp that will be used during export.
1156 (org-latex-regexps): New variable.
1157 (org-cdlatex-mode): Improve advice for `texmathp'.
1158 (turn-on-org-cdlatex): New function.
1159
1160 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1161
1162 * term/mac-win.el (mac-handle-font-selection): Change keys of
1163 mac-atsu-font-table from strings to numbers.
1164 (mac-ts-caret-position): Use also when cursor-type is nil.
1165 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1166 Relax condition for using overlay strings.
1167 Use mac-ts-caret-position face when cursor-type is nil.
1168
1169 2006-06-26 Kim F. Storm <storm@cua.dk>
1170
1171 * help.el (view-emacs-news): Declare `res' in the right let* form.
1172
1173 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1174
1175 * net/rcompile.el (remote-compile): Replace ange-ftp based
1176 implementation by Tramp functions.
1177 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1178
1179 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1180
1181 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1182
1183 * international/fontset.el (setup-default-fontset): Fix a typo in
1184 the "Oriya-Akruti" registry name.
1185
1186 2006-06-23 Lars Hansen <larsh@soem.dk>
1187
1188 * desktop.el (desktop-full-file-name): New function.
1189 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1190 (desktop-revert): Use it.
1191 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1192 (desktop-after-read-hook): Add option list-buffers.
1193 (desktop-locals-to-save): Add tab-width.
1194 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1195 Fix docstring.
1196
1197 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1198
1199 * textmodes/org.el (org-cdlatex-mode-map)
1200 (org-cdlatex-texmathp-advice-is-done): New variables.
1201 (org-cdlatex-mode): New minor mode.
1202 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1203 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1204 (org-export-with-archived-trees): New option.
1205 (org-open-file): Remove the call to `convert-standard-filename'.
1206 (org-archive-tag, org-agenda-skip-archived-trees)
1207 (org-cycle-open-archived-trees)
1208 (org-sparse-tree-open-archived-trees): New options.
1209 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1210 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1211 New functions.
1212 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1213 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1214 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1215 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1216 Call `org-prepare-agenda-buffers'.
1217 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1218 (org-file-apps, org-file-apps-defaults-gnu)
1219 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1220 Handle remote files by forcing them to be opened in Emacs.
1221
1222 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1223
1224 * vc.el (vc-diff-knows-L): New variable.
1225 (vc-diff-internal): Use it to handle "diff" programs that don't
1226 understand -L. This works automatically, no user action is necessary.
1227
1228 2006-06-23 Daniel Brockman <daniel@brockman.se>
1229
1230 * net/rcirc.el (rcirc-default-user-full-name): Default to
1231 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1232 longer exists).
1233 (rcirc-process-list): Check `buffer-live-p' before attempting to
1234 switch to a buffer.
1235
1236 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1237
1238 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1239 based on rcirc-coding-system-alist.
1240
1241 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1242
1243 * cus-edit.el (customize-apropos): A better error message.
1244 (top level) <debug-ignored-errors>: Extend and update the list of
1245 ignored error messages.
1246
1247 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1248
1249 * complete.el (PC-do-completion): Retain capitalization of user
1250 input, when possible, even if completion-ignore-case is set.
1251
1252 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1253
1254 * generic-x.el (bat-generic-mode): Support .cmd files.
1255
1256 * dos-w32.el (top level): Use find-file-not-found-functions
1257 instead of the obsolete find-file-not-found-hooks.
1258
1259 2006-06-22 Kim F. Storm <storm@cua.dk>
1260
1261 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1262 to recognize mode name containing submodes, such as Grep/lw.
1263
1264 2006-06-21 Kim F. Storm <storm@cua.dk>
1265
1266 * simple.el (line-move-1): Check for move-end-of-line instead of
1267 end-of-line when setting temporary-goal-column.
1268
1269 2006-06-21 Miles Bader <miles@gnu.org>
1270
1271 * play/cookie1.el (cookie): Work properly when there's only one entry.
1272
1273 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1274
1275 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1276 (gdb-frame-handler): Generalize frame regexp for templates.
1277
1278 2006-06-20 Glenn Morris <rgm@gnu.org>
1279
1280 * calendar/appt.el (appt-display-format): Default value must be
1281 one of the customize options.
1282
1283 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1284
1285 * term/xterm.el (terminal-init-xterm): Update key availability info.
1286 Bind C-return.
1287
1288 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1289
1290 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1291
1292 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1293 whether or not a local variables list is defined.
1294
1295 * msb.el (msb): Move `sit-for' hack here to handle both
1296 "mouse-down and drag" and "mouse-up and select" situations.
1297 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1298
1299 2006-06-20 Kenichi Handa <handa@m17n.org>
1300
1301 * international/characters.el (word-combining-categories):
1302 Add entries for 2-byte Han characters.
1303
1304 2006-06-19 Richard Stallman <rms@gnu.org>
1305
1306 * bindings.el (mode-line-format): Save some mode line space.
1307
1308 * files.el (find-file-noselect): Improve the question wording.
1309 (basic-save-buffer-2): Mask UMASK against 666.
1310
1311 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1312 (mouse-drag-vertical-line): Call it.
1313
1314 * cus-edit.el (customize-option, customize-option-other-window):
1315 Error if SYMBOL is nil.
1316
1317 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1318
1319 * textmodes/org.el: Require noutline, also on XEmacs.
1320 (org-end-of-subtree): Return point.
1321 (org-dblock-start-re, org-dblock-end-re): New constants.
1322 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1323 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1324 (org-update-all-dblocks, org-find-dblock): New functions.
1325 (org-collect-clock-time-entries): New function.
1326 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1327 (org-fixup-indentation): Modify to deal correctly with lines
1328 starting with TAB. Only one argument DIFF now.
1329 (org-demote, org-promote): Call `org-fixup-indentation' with just
1330 one argument, DIFF.
1331 (org-mode): Don't mark buffer as modified when aligning tables.
1332 (org-clock-sum): Don't mark buffer modified when adding time sum
1333 properties.
1334 (org-export-as-html): Add support for a link validation function.
1335 (org-archive-all-done): New function.
1336 (org-archive-subtree): New prefix argument. When set, archive all
1337 done subtrees in this buffer.
1338 (org-remove-clock-overlays)
1339 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1340 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1341 (org-put-clock-overlay): Don't swallow last headline character
1342 when displaying overlay.
1343 (org-store-link): Link to `image-mode' with just the file name.
1344
1345 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1346
1347 * viper-cmd.el (viper-special-read-and-insert-char):
1348 Use read-key-sequence.
1349 (viper-after-change-undo-hook): Misc enhancements.
1350 (viper-after-change-undo-hook): New hook.
1351 (viper-undo): Use viper-after-change-undo-hook.
1352 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1353 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1354 clicking on that widget/button.
1355
1356 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1357
1358 * ediff-diff (ediff-test-patch-utility): Catch errors.
1359 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1360 (ediff-set-actual-diff-options): New function.
1361 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1362 Use ediff-set-actual-diff-options.
1363 (ediff-extract-diffs): Catch errors.
1364 (ediff-whitespace): Add non-breakable space.
1365 (ediff-same-file-contents): Catch errors.
1366
1367 * ediff-mult.el (ediff-collect-custom-diffs):
1368 Save coding-system-for-read.
1369
1370 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1371 (ediff-vc-internal, ediff-vc-merge-internal):
1372 Use ediff-delete-version-file.
1373 (ediff-delete-version-file): New function.
1374
1375 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1376
1377 * ediff.el (ediff-directories, ediff-directory-revisions)
1378 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1379 (ediff-directories-internal, ediff-merge-directory-revisions)
1380 (ediff-merge-directory-revisions-with-ancestor)
1381 (ediff-directories3): Use read-directory-name.
1382
1383 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1384
1385 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1386 Remove superfluous part of regexp for brace matching which is handled
1387 by `scan-lists' call.
1388
1389 2006-06-16 Richard Stallman <rms@gnu.org>
1390
1391 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1392
1393 * files.el (basic-save-buffer-2): For a new precious file,
1394 use the default modes in the return value.
1395
1396 * facemenu.el (facemenu-color-alist): Doc fix.
1397
1398 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1399
1400 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1401
1402 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1403
1404 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1405 (mac-utxt-to-string): Use it.
1406 (mac-ts-update-active-input-area): Use mac-ae-number.
1407
1408 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1409
1410 * term.el (term-handle-scroll, term-delete-lines)
1411 (term-insert-lines): Fix off by one errors.
1412
1413 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1414
1415 * net/tramp.el (tramp-touch): Use UTC to express time.
1416
1417 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1418
1419 * mail/sendmail.el (mail-send): Search explicitly for
1420 mail-header-separator when checking for corrupted header lines.
1421
1422 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1423
1424 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1425 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1426 (gdb-init-1): Initialise them.
1427 (gdb-starting): Reset gdb-printing
1428 (gdb-starting): Save value of gud-overlay-arrow-position.
1429 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1430 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1431 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1432 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1433
1434 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1435
1436 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1437
1438 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1439
1440 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1441 (ldap-search-internal): Keep error messages, and a regexp fix.
1442
1443 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1444
1445 * files.el (hack-local-variables-confirm):
1446 Display string value using its printed representation.
1447
1448 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1449
1450 * server.el (server-edit): No-op if no server buffers exist.
1451
1452 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1453
1454 * textmodes/page-ext.el (pages-directory-for-addresses):
1455 Including `pages-directory-address-mode' in the function results
1456 in the message "Buffer in which pages were found is deleted".
1457
1458 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1459
1460 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1461 clocking functions.
1462
1463 (org-agenda-clock-in, org-check-running-clock)
1464 (org-clock-out-if-current, org-remove-clock-overlays)
1465 (org-put-clock-overlay): New functions.
1466 (org-clock-marker, org-clock-file-total-minutes)
1467 (org-clock-overlays): New variables.
1468 (org-clock-display, org-clock-sum, org-clock-cancel)
1469 (org-clock-out, org-clock-in): New commands.
1470 (org-export): New function.
1471 (org-emph-re): New constant.
1472 (org-set-emph-re, org-do-emphasis-faces): New functions.
1473 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1474 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1475 (org-export-html-convert-emphasize): Use the configurable emphasis.
1476 (org-cleaned-string-for-export): Make multiline emphasis visible
1477 to the exporter. New optional argument PARAMETERS.
1478 (org-export-as-html): Specify :emph-multiline parameter to
1479 `org-cleaned-string-for-export'.
1480
1481 2006-06-10 Richard Stallman <rms@gnu.org>
1482
1483 * help.el (help-for-help-internal): Clean up help text.
1484
1485 2006-06-10 Andreas Schwab <schwab@suse.de>
1486
1487 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1488 in doc string.
1489
1490 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1491
1492 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1493
1494 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1495 spaces after the comment start.
1496
1497 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1498
1499 * play/pong.el (pong-init-buffer):
1500 Fill buffer with spaces instead of ^A.
1501
1502 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1503 launched asynchronously, delete its process instead of being cool.
1504 (ispell-async-processp): Check for `delete-process' existence
1505 instead of `kill-process' one for consistency.
1506
1507 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1508
1509 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1510 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1511 in mode line at startup.
1512
1513 2006-06-08 Kim F. Storm <storm@cua.dk>
1514
1515 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1516 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1517 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1518 (ido-file-internal): Pass full file name to write-file.
1519 (ido-read-internal): Only pop stack elements automatically if they
1520 actually match an existing directory or file name.
1521
1522 2006-06-07 Kenichi Handa <handa@m17n.org>
1523
1524 * international/mule.el (find-auto-coding): Don't handle the short
1525 name `char-trans'.
1526
1527 * files.el (hack-local-variables-prop-line)
1528 (hack-local-variables): Cancel the previous change.
1529
1530 2006-06-06 Jesper Harder <harder@phys.au.dk>
1531
1532 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1533
1534 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1535
1536 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1537 diff-default-read-only is non-nil.
1538 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1539 (diff-refine-hunk): Set inhibit-read-only to t.
1540
1541 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1542 modifying the *Diff* buffer.
1543 (diff-process-filter): New filter function for diff process that
1544 sets inhibit-read-only to t when modifying the *Diff* buffer.
1545
1546 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1547
1548 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1549 insertion point and control the number of empty lines.
1550 (org-paste-subtree): Limit the number of empty lines at the end of
1551 the inserted tree.
1552 (org-agenda): Use buffer name of current file for narrowing.
1553 (org-export-as-xml): Command removed.
1554 (org-export-xml-type): Option removed.
1555 (org-mode-map): Call `org-export-as-xoxo' directly.
1556 (org-get-indentation): New optional argument LINE.
1557 (org-fix-indentation, org-remove-tabs): New functions.
1558 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1559 correct indentation for headlines that are converted it items.
1560 (org-skip-comments): Remove table lines that contain narrowing
1561 cookies but no other non-empty fields.
1562 (org-set-tags): Allow groups of mutually exclusive tags.
1563 (org-cmp-time): Sort 24:21 before items without time.
1564 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1565 (org-open-at-point): Require double colon also for numbers.
1566
1567 2006-06-06 Kim F. Storm <storm@cua.dk>
1568
1569 * ido.el (ido-default-file-method, ido-default-buffer-method):
1570 Make choice values consistent with corresponding command names.
1571 (ido-visit-buffer): Update accordingly. Default to selected-window.
1572
1573 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1574
1575 * progmodes/gud.el (gud-running): Fix doc string.
1576 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1577 (gud-tooltip-modes): Add python-mode.
1578 (gud-tooltip-print-command): Add pdb. Remove perldb.
1579
1580 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1581
1582 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1583 Quote $(EMACS).
1584
1585 2006-06-05 Richard Stallman <rms@gnu.org>
1586
1587 * faces.el (defined-colors): Doc fix.
1588
1589 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1590
1591 * vc.el (vc-process-filter): Inhibit undo info collection around
1592 call to insert.
1593 (vc-setup-buffer): Likewise for call to erase-buffer.
1594 (vc-do-command): Likewise for call to process-file.
1595
1596 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1597
1598 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1599 for gud-go.
1600 (gud-common-init): Other debuggers may trigger error.
1601
1602 2006-06-05 Kenichi Handa <handa@m17n.org>
1603
1604 * international/mule.el (find-auto-coding):
1605 Handle enable-character-translation in file header.
1606
1607 2006-06-04 Kim F. Storm <storm@cua.dk>
1608
1609 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1610 (authors-fixed-entries): Fix spelling.
1611 (authors-canonical-file-name): Don't report error for wildcards.
1612
1613 * help.el (view-emacs-news): Rewrite to support new NEWS,
1614 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1615 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1616 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1617
1618 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1619
1620 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1621 exec constructs like `foo bar`.
1622 (sh-quoted-subshell): New helper function to search for a possibly
1623 nested subshell (like `` or $()) within a "" quoted string.
1624 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1625 (sh-apply-quoted-subshell): Flag quote characters inside a
1626 subshell, which is itself already in a quoted region, as
1627 punctuation, since this is the closest to what they actually are.
1628 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1629 sh-apply-quoted-subshell.
1630 (sh-font-lock-syntactic-face-function): Apply the new face for
1631 text inside `` instead of the old font-lock-string-face.
1632
1633 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1634
1635 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1636 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1637 (mac-bytes-to-text-range, mac-ae-text-range-array)
1638 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1639 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1640 (mac-ts-unicode-for-key-event): New functions.
1641 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1642 (mac-handle-font-selection): Use mac-ae-number.
1643 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1644 New variables.
1645 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1646 (mac-ts-converted-text, mac-ts-selected-converted-text)
1647 (mac-ts-block-fill-text, mac-ts-outline-text)
1648 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1649 (mac-ts-hilite-style-faces): New constant.
1650 (mac-apple-event-map): Bind text input events.
1651 (mac-dispatch-apple-event): Use command-execute instead of
1652 call-interactively.
1653 (global-map): Don't bind mac-apple-event.
1654 (special-event-map): Bind mac-apple-event.
1655
1656 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1657
1658 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1659 file name.
1660 (emacs): Enclose the value of $(EMACS) in quotes.
1661
1662 2006-06-02 Juri Linkov <juri@jurta.org>
1663
1664 * international/mule.el (sgml-html-meta-auto-coding-function):
1665 Remove the condition `(search-forward "<html" size t)'.
1666 Replace `\"' with `[\"']?' in `re-search-forward'.
1667
1668 2006-06-02 Kenichi Handa <handa@m17n.org>
1669
1670 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1671 as well as `coding'.
1672 (hack-local-variables): Likewise.
1673
1674 * international/mule.el (enable-character-translation):
1675 Put permanent-local and safe-local-variable properties.
1676 (find-auto-coding): Handle char-trans: tag.
1677
1678 2006-06-02 Juri Linkov <juri@jurta.org>
1679
1680 * international/mule.el (sgml-html-meta-auto-coding-function):
1681 Limit the search by the end of the HTML header (if any).
1682
1683 2006-06-01 Richard Stallman <rms@gnu.org>
1684
1685 * subr.el (with-current-buffer): Doc fix.
1686
1687 2006-06-02 Masatake YAMATO <jet@gyve.org>
1688
1689 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1690 Almost rewrite. Underlines over all lines of gcov output are too
1691 uncomfortable to read. Suggested by Dan Nicolaescu.
1692
1693 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1694
1695 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1696
1697 * shell.el (shell-mode): Use shell-mode-map in docstring.
1698
1699 * comint.el (comint-send-input): Do not add help-echo and
1700 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1701
1702 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1703
1704 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1705
1706 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1707
1708 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1709 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1710 look up the stack and pop up GUD buffer if necessary.
1711 (gdb-frames-select): Remove redundant call to gud-display-frame.
1712 (gdb-info-threads-custom): Keep point at start of buffer.
1713 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1714
1715 2006-05-31 Juri Linkov <juri@jurta.org>
1716
1717 * replace.el (query-replace-read-from, query-replace-read-to):
1718 Bind `history-add-new-input' to nil. Call `add-to-history'.
1719
1720 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1721
1722 * textmodes/table.el: Convert all HTML tags to lower case for
1723 XHTML compatibility.
1724
1725 2006-05-31 Masatake YAMATO <jet@gyve.org>
1726
1727 * progmodes/compile.el:
1728 (compilation-error-regexp-alist-alist::gcov-called-line):
1729 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1730
1731 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1732
1733 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1734 Revert inadvertent changes made with last commit.
1735
1736 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1737
1738 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1739 New functions.
1740
1741 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1742
1743 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1744
1745 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1746 only matches in the right place.
1747 (org-upcoming-deadline): New face.
1748 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1749 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1750 and make it an option.
1751 (org-export-ascii-bullets): New option.
1752 (org-export-as-html): Many changes to emit valid XHTML.
1753 (org-par-open): New variable.
1754 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1755 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1756 (org-timeline): Pass `org-timeline-show-empty-dates' to
1757 `org-get-all-dates'. Interpret empty dates returned by
1758 `org-get-all-dates'.
1759 (org-get-all-dates): New argument EMPTY. Add dates without
1760 entries to the list, mark large ranges of empty dates.
1761 (org-point-in-group, org-context): New functions.
1762
1763 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1764
1765 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1766
1767 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1768 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1769 to C-mouse-3 (for 2 button mice).
1770 (gdb-send): Do the right thing for C-d.
1771
1772 * speedbar.el (speedbar-detach): Delete.
1773 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1774 it breaks things.
1775 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1776
1777 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1778
1779 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1780 Makeppfile.
1781
1782 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1783 Add makepp diagnostic.
1784
1785 2006-05-29 Richard Stallman <rms@gnu.org>
1786
1787 * window.el (fit-window-to-buffer): Doc fix.
1788
1789 * help.el (temp-buffer-max-height): Doc fix.
1790
1791 * subr.el (with-current-buffer): Doc fix.
1792
1793 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1794
1795 * term/x-win.el: Bind F10 to menu-bar-start if available.
1796
1797 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1798
1799 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1800 uses with a simple test.
1801 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1802 (term-send-raw-string, term-send-raw, term-mouse-paste)
1803 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1804 (term-handle-exit, term-read-input-ring)
1805 (term-previous-matching-input-string)
1806 (term-previous-matching-input-string-position)
1807 (term-previous-matching-input-from-input)
1808 (term-replace-by-expanded-history, term-send-input)
1809 (term-skip-prompt, term-bol, term-send-invisible)
1810 (term-kill-input, term-delchar-or-maybe-eof)
1811 (term-backward-matching-input, term-check-source)
1812 (term-proc-query, term-emulate-terminal)
1813 (term-handle-colors-array, term-process-pager, term-pager-line)
1814 (term-pager-bob, term-unwrap-line, term-word)
1815 (term-dynamic-complete-filename)
1816 (term-dynamic-complete-as-filename)
1817 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1818 unlesses.
1819
1820 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1821
1822 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1823 during bootstrapping.
1824
1825 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1826 Basically undo the change of 2006-05-26: use extra arguments instead of
1827 dynamic scoping.
1828 (ewoc-locate): Remove unused var `footer'.
1829
1830 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1831
1832 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1833
1834 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1835 (generate-file-autoloads): Obey it. Return whether autoloads were
1836 added at point or not.
1837 (update-file-autoloads): Use this new return value.
1838 Remove redundant test for the presence of an autoload cookie.
1839
1840 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1841 This one calls hack-local-variables.
1842 (generate-file-autoloads, update-file-autoloads): Use it.
1843
1844 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1845 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1846 (bibtex-sort-entry-class-alist): Don't set the global value.
1847 (bibtex-init-sort-entry-class-alist): New fun.
1848 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1849 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1850 of bibtex-init-sort-entry-class.
1851
1852 2006-05-28 Richard Stallman <rms@gnu.org>
1853
1854 * subr.el (load-history-regexp): If FILE is relative, insist
1855 entire last name component must match it.
1856 (load-history-filename-element, load-history-regexp): Doc fixes.
1857
1858 2006-05-29 Kim F. Storm <storm@cua.dk>
1859
1860 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1861 `pos' and `raw-data' for clarity, as eval forms may access these.
1862
1863 2006-05-28 Kim F. Storm <storm@cua.dk>
1864
1865 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1866
1867 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * progmodes/make-mode.el (makefile-browser-map)
1870 (makefile-mode-syntax-table): Move initialization inside declaration.
1871 (makefile-fill-paragraph): Use the default comment-filling code.
1872
1873 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1874
1875 * replace.el (query-replace-defaults): New variable.
1876 (query-replace-read-from): Use `query-replace-defaults' for
1877 default value, instead of history list.
1878 (query-replace-read-to): Update `query-replace-defaults'.
1879
1880 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1881
1882 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1883 with no X toolkit.
1884
1885 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1886
1887 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1888 (tumme-show-all-from-dir): Add autoload.
1889
1890 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1891
1892 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1893 (tumme-remove-tag): Fix bug.
1894
1895 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1896
1897 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1898 FOOTER args. Update unique caller.
1899 (ewoc-delete): Compute last node once before looping.
1900 (ewoc--node-branch): Merge into unique caller.
1901 (ewoc--node): Don't define constructor make-ewoc--node for this
1902 structure.
1903 (ewoc): Add member `hf-pp' to this structure.
1904 (ewoc--wrap): New func.
1905 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1906 header/footer pretty-printers. Save header/footer pretty-printer.
1907 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1908
1909 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1910
1911 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1912
1913 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1914 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1915 Tag'. Change "Compare directories..." to "Change Directories...".
1916 Move tumme commands to Operate, Regexp and Immediate menus.
1917 Change "Add Comment" to "Add Image Comment". Change "Add Image
1918 Tag" to "Add Image Tags".
1919
1920 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1921 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1922 `tumme-delete-tag'.
1923
1924 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1925
1926 * shell.el (shell-mode): Call shell-dirtrack-mode after
1927 list-buffers-directory is made a local variable, to avoid setting
1928 the default value.
1929
1930 2006-05-26 Kevin Ryde <user42@zip.com.au>
1931
1932 * info.el (Info-index-next): Use where-is-internal to report
1933 actual binding of Info-index-next, rather than hard-coded `,'.
1934
1935 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1936
1937 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1938 and "Find Command in Manual" to here.
1939
1940 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1941 Info-current-file as the file name.
1942
1943 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1944
1945 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1946 overrides will now be done a different way.
1947 (ses-set-parameter): Reapply this function for undo.
1948 (ses-set-header-row): Reconstruct header row during undo.
1949 (ses-widen): New function.
1950 (ses-goto-data, ses-reconstruct-all): Use new function.
1951 (ses-command-hook): Widen buffer during undo, before unupdating
1952 the cells.
1953 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1954 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1955 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1956 formula hasn't been executed yet.
1957
1958 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1959
1960 * comint.el (comint-kill-whole-line): Rename arg to count.
1961 Fix doc string.
1962
1963 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1964
1965 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1966 to copy-file.
1967
1968 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1969
1970 * simple.el (toggle-truncate-lines): Make arg optional for
1971 backward compatibility.
1972
1973 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1974
1975 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1976 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1977 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1978 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1979 (ewoc--adjust): Use ewoc--current-dll.
1980 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1981
1982 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1983
1984 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1985 compact error message.
1986 (org-tags-view): Refresh category table in each file.
1987 (org-table-justify-field-maybe): Remove superfluous arguments to
1988 `format'.
1989 (org-export-as-html): Insert "<p>" before postamble.
1990 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1991
1992 2006-05-26 Kenichi Handa <handa@m17n.org>
1993
1994 * textmodes/po.el (po-find-charset): Pay attention to the case
1995 FILENAME is a cons (NAME . BUFFER).
1996 (po-find-file-coding-system-guts): Likewise.
1997
1998 * arc-mode.el (archive-set-buffer-as-visiting-file):
1999 Call find-operation-coding-system with (FILENAME . BUFFER).
2000
2001 * tar-mode.el (tar-extract): Call find-operation-coding-system
2002 with (FILENAME . BUFFER).
2003
2004 * international/mule.el (decode-coding-inserted-region):
2005 Call find-operation-coding-system with (FILENAME . BUFFER).
2006
2007 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2008
2009 * image-mode.el (image-toggle-display): Use buffer contents to
2010 generate image for a remote file.
2011
2012 2006-05-25 Juri Linkov <juri@jurta.org>
2013
2014 * replace.el (query-replace-read-from, query-replace-read-to):
2015 Remove 8th arg KEEP-ALL in read-from-minibuffer.
2016
2017 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2018
2019 * whitespace.el (whitespace-cleanup): Change to cleanup
2020 region if one is active.
2021 * whitespace.el (whitespace-cleanup-internal): New internal method.
2022
2023 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2024
2025 * dired.el (dired-mode-map): Add help-echo strings to tumme
2026 commands. Bind `tumme-dired-display-image' to C-t i.
2027
2028 * tumme.el (tumme-display-image): Change documentation string slightly.
2029 (tumme-dired-display-image): Add call to `display-buffer'.
2030
2031 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2032
2033 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2034 Signal error if RAW-DATA is a multibyte string.
2035
2036 2006-05-24 Richard Stallman <rms@gnu.org>
2037
2038 * subr.el (with-local-quit): When handling `quit' signal,
2039 make a chance for quit-flag to cause a quit.
2040
2041 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2042 (ad-disable-advice): Add autoloads.
2043
2044 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2045
2046 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2047
2048 * dired.el (dired-mode-map): Change menu items for tumme as per
2049 suggestions in emacs-devel.
2050
2051 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2052
2053 * dired.el (dired-mode-map): Fix breakage.
2054
2055 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2056
2057 * tumme.el (tumme-display-dired-image): Rename to...
2058 (tumme-dired-display-image): ...this.
2059 (tumme-track-movement): Change default value to t.
2060 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2061 used from `tumme-next-line-and-display' and similar commands.
2062
2063 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2064 Immediate menu. Add some tumme commands there.
2065
2066 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2067
2068 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2069
2070 2006-05-24 Chong Yidong <cyd@mit.edu>
2071
2072 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2073 menu entries that open submenus.
2074
2075 2006-05-24 Alan Mackenzie <acm@muc.de>
2076
2077 * startup.el (command-line): For names of preloaded files, don't
2078 append ".elc" (now done in Fload), and call file-truename on the
2079 lisp directory.
2080
2081 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2082 match ANY loaded file with the right name, not just those in
2083 load-path. Put a regexp matching the file name into
2084 after-load-alist, rather than the name itself.
2085
2086 * subr.el: New functions load-history-regexp,
2087 load-history-filename-element, do-after-load-evaluation.
2088
2089 * international/mule.el (load-with-code-conversion): Do the
2090 eval-after-load stuff by calling do-after-load-evaluation.
2091
2092 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2093
2094 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2095 has not been killed.
2096
2097 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2098
2099 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2100 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2101 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2102 Optionally set error message in reply.
2103
2104 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2105
2106 * textmodes/org.el (org-open-at-point): Use renamed variable
2107 `org-confirm-shell-link-function'.
2108 (org-confirm-shell-link-function): Rename from
2109 `org-confirm-shell-links'.
2110 (org-export-directory): New function.
2111 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2112 (org-export-icalendar): Use `org-export-directory'.
2113 (org-indent-item): Keep cursor position.
2114 (org-link-file-path-type): New option.
2115 (org-export-as-html): Fix bug with plain lists starting in
2116 column 0.
2117 (org-export-as-html): Remove deadline formatting, this happens
2118 now already in `org-html-handle-time-stamps'.
2119 (org-export-html-style): Deadline class removed.
2120 (org-insert-labeled-timestamps-at-point): New option.
2121 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2122 of `hide-sublevels 1', in case the first headline is not level 1.
2123 (org-overview, org-content): New fuction.
2124 (org-cycle-global-status, org-cycle-subtree-status): Make these
2125 variables buffer-local.
2126 (org-global-cycle): New command.
2127 (org-shifttab): Use `org-global-cycle'.
2128 (org-insert-heading, org-insert-item): Go to end of new
2129 headline/item after creating it.
2130 (org-export-visible): Rename from `org-export-copy-visible'.
2131 Now creates a temporary org-file and applies an exporting command
2132 to it.
2133 (org-table-eval-formula): Support for lisp forms.
2134 (org-agenda-todo-ignore-scheduled): New option.
2135 (org-agenda-get-todos): Use new option
2136 `org-agenda-todo-ignore-scheduled'.
2137 (org-export-html-inline-images): New value `maybe'.
2138 (org-export-as-html): Inlining of images dependent on link description.
2139 (org-archive-subtree): Check for end-of-buffer before trying
2140 `kill-line'.
2141 (org-agenda-follow-mode): New option.
2142 (org-export-with-tags, org-export-with-timestamps): New options.
2143 (org-html-handle-time-stamps): New function.
2144 (org-keyword-time-regexp): New variable.
2145 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2146 (org-agenda-todo-list-sublevels): New option.
2147 (org-html-level-start): When TITLE is nil, just close all levels.
2148 (org-parse-key-lines, org-parse-export-options): Remove functions,
2149 replaced by `org-infile-export-plist'.
2150 (org-combine-plists, org-infile-export-plist)
2151 (org-default-export-plist): New functions.
2152 (org-export-html-preamble, org-export-html-postamble)
2153 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2154 New variables.
2155 (org-export-publishing-directory): New option.
2156 (org-export-as-html, org-export-as-ascii): Use the new property
2157 lists for settings.
2158 (org-export-copy-visible, org-export-as-xoxo):
2159 Respect `org-export-publishing-directory'.
2160 (org-link-search, org-store-link, org-file-apps): Support for
2161 links to BibTeX database entries..
2162 (org-get-current-options, org-set-regexps-and-options):
2163 Implement logging as a startup option.
2164 (org-store-link): Make sure context string is never empty
2165 (org-insert-link): Use relative path when possible.
2166 (org-at-item-checklet-p): New function.
2167 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2168 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2169 (org-metaright, org-metaup, org-metadown, org-shiftup)
2170 (org-shiftdown, org-shiftright, org-shiftleft)
2171 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2172 Dispatch using `call-interactively'.
2173 (org-call-with-arg): New defsubst.
2174 (org-tag-alist, org-use-fast-tag-selection): New options.
2175 (org-complete): Use `org-tag-alist'.
2176 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2177 (org-next-item, org-previous-item): New commands.
2178 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2179 make command.
2180 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2181
2182 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2183
2184 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2185 (ewoc-filter): Use `ewoc-delete'.
2186
2187 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2188
2189 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2192 Signal more user-friendly error messages.
2193
2194 * complete.el (PC-do-completion): Undo the addition of implicit
2195 wildcards if they did not lead to finding any match.
2196 (read-file-name-internal): Don't add the final > if the completion is
2197 not finished.
2198
2199 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2200
2201 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2202 Quote safe-local-variable predicate.
2203
2204 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2205
2206 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2207
2208 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2209
2210 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2211
2212 * progmodes/make-mode.el (makefile-special-targets-list)
2213 (makefile-macro-table, makefile-target-table): Mark as risky.
2214 (makefile-query-one-target-method): Make this the alias for the
2215 following variable.
2216 (makefile-query-one-target-method-function): Make this the real name.
2217
2218 * textmodes/artist.el (artist-text-renderer): Make this the alias
2219 for the following variable.
2220 (artist-text-renderer-function): Make this the real name.
2221
2222 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2223 the alias for the following variable.
2224 (flyspell-generic-check-word-predicate): Make this the real name.
2225
2226 * textmodes/ispell.el (ispell-format-word): Make this the alias
2227 for the following variable.
2228 (ispell-format-word-function): Make this the real name.
2229 (ispell-message-text-end): Mark as risky.
2230
2231 * skeleton.el (skeleton-transformation, skeleton-filter)
2232 (skeleton-pair-filter): Make these the aliases for the following
2233 variables.
2234 (skeleton-transformation-function, skeleton-filter-function)
2235 (skeleton-pair-filter-function): Make these the real names.
2236
2237 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2238 and skeleton-pair-filter-function.
2239
2240 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2241 alias for the following variable.
2242 (sgml-transformation-function): Make this the real name.
2243 (sgml-tag-alist): Mark as risky.
2244
2245 2006-05-21 Richard Stallman <rms@gnu.org>
2246
2247 * simple.el (kill-region): Interactively, pass point, then mark.
2248
2249 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2250
2251 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2252
2253 2006-05-21 Romain Francoise <romain@orebokech.com>
2254
2255 * dired-x.el (dired-mode-map): Don't bind M-g.
2256
2257 2006-05-20 Richard Stallman <rms@gnu.org>
2258
2259 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2260 (dired-goto-file): Doc fix.
2261
2262 2006-05-21 Kim F. Storm <storm@cua.dk>
2263
2264 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2265 way to enable built-in cua-mode if user loads older CUA-mode package.
2266
2267 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2268 if default-filename is specified.
2269
2270 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2271
2272 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2273
2274 * info.el (info-apropos): Make sure current-file and current-node
2275 have non-nil values. Speed up by using add-to-list instead of
2276 manual consing.
2277
2278 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2279
2280 * progmodes/make-mode.el (makefile-mode): Doc fix.
2281
2282 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2283
2284 * dired-aux.el (dired-do-shell-command): Doc fix.
2285
2286 2006-05-20 Kevin Ryde <user42@zip.com.au>
2287
2288 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2289 ``(custom-manual :tag "Foo" "(foo)Node")''.
2290
2291 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2292
2293 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2294 value is an integer.
2295
2296 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2297
2298 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2299 "format".
2300 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2301
2302 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2303
2304 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2305 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2306
2307 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2308
2309 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2310 regexp for keywords.
2311
2312 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2313
2314 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2315 replace-regexp-in-string.
2316
2317 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2318 encode, and escape file name on conversion to URL.
2319
2320 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2321
2322 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2323 Don't unescape URL.
2324 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2325
2326 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2327 on conversion to URLs.
2328
2329 * net/browse-url.el (browse-url-file-url): Encode file name on
2330 conversion to URL.
2331
2332 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2333 conversion to URL.
2334
2335 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2336
2337 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2338
2339 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2340
2341 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2342 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2343
2344 2006-05-19 Glenn Morris <rgm@gnu.org>
2345
2346 * calendar/diary-lib.el (diary-bahai-date)
2347 (list-bahai-diary-entries, mark-bahai-diary-entries)
2348 (mark-bahai-calendar-date-pattern): Not interactive.
2349 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2350 (diary-entries-list): Change format of 4th element in each entry.
2351 (diary-list-entries): Use add-to-diary-list.
2352 (diary-goto-entry): Handle the case where the buffer visiting the
2353 diary has been killed.
2354 (fancy-diary-display): Add 'locator to button rather than 'marker.
2355 Only generate temp-face when there are marks to apply.
2356 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2357 (diary-fancy-date-pattern): New variable.
2358 (diary-time-regexp): Doc fix.
2359 (diary-anniversary, diary-time): New faces.
2360 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2361 diary-time-regexp. Add font-lock-multiline property where needed.
2362 Use new faces diary-anniversary and diary-time.
2363 (diary-fancy-font-lock-fontify-region-function): New function, to
2364 handle multiline font-lock pattern in fancy diary.
2365 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2366 (diary-font-lock-keywords): Tweak time regexp. Use new face
2367 diary-time.
2368
2369 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2370
2371 * international/code-pages.el (mik): Table corrected.
2372
2373 2006-05-18 Kim F. Storm <storm@cua.dk>
2374
2375 * progmodes/grep.el (grep-find): Don't check grep-find-command
2376 before running command (breaks non-interactive usage).
2377
2378 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2379
2380 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2381 (ewoc--insert-new-node): Don't insert trailing newline.
2382 Instead, adjust successor nodes's start markers.
2383 (ewoc--refresh-node): Delete all text from current node's start
2384 marker to the next one's; adjust successor nodes's start markers.
2385 (ewoc--create): Doc fixes.
2386 (ewoc--refresh): Don't insert newline.
2387 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2388 * pcvs.el (cvs-make-cvs-buffer):
2389 Specify extra newline for ewoc's header and footer.
2390 (cvs-update-header): Update initial header recognition.
2391 Append newline to final header and footer values.
2392 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2393
2394 2006-05-17 Richard Stallman <rms@gnu.org>
2395
2396 * files.el (file-name-extension): Doc fix.
2397
2398 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2401 we can explicitly enable/disable rather than toggle.
2402 (shell-mode): Use it.
2403 (shell-cd): Don't try to reproduce what `cd' does.
2404
2405 2006-05-17 Kim F. Storm <storm@cua.dk>
2406
2407 * ido.el (ido-read-internal): Use only nondirectory part of
2408 default item.
2409
2410 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2411
2412 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2413 (ewoc-nth): Doc fix.
2414
2415 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2416
2417 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2418
2419 * international/mule.el (auto-coding-alist): Add .lha to files
2420 read with no-conversion.
2421
2422 * files.el (auto-mode-alist): Add .lha files to archive file
2423 extensions.
2424
2425 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2426 Convert csize to integer when computing offsets within the
2427 compressed archive file.
2428
2429 2006-05-16 Kim F. Storm <storm@cua.dk>
2430
2431 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2432 with read-from-minibuffer.
2433
2434 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2435
2436 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2437 (byte-compile-warnings): Fix safe-local-variable property.
2438
2439 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2440
2441 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2442 (allout-stylish-prefixes, allout-numbered-bullet)
2443 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2444 predicates to qualify `safe-local-variable' property, when
2445 available, else use equivalent lambda.
2446 (allout-current-topic-collapsed-p): Do the right thing regarding
2447 trailing blank lines.
2448
2449 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * server.el (server-start): Only create a directory if needed.
2452 (server-edit, server-unload-hook): server-start => server-mode.
2453 (kill-emacs-hook): Cleanup upon exit.
2454
2455 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2456
2457 * hexl.el (hexlify-buffer): Encode process arguments manually.
2458
2459 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2460
2461 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2462 call to gdb-tooltip-print.
2463
2464 2006-05-15 Romain Francoise <romain@orebokech.com>
2465
2466 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2467 systems, default to "tar" since those systems probably have GNU tar.
2468
2469 2006-05-14 Lars Hansen <larsh@soem.dk>
2470
2471 * desktop.el (desktop-missing-file-warning): Fix docstring.
2472 (desktop-restore-file-buffer): Correct question asked on missing file.
2473
2474 2006-05-14 Kim F. Storm <storm@cua.dk>
2475
2476 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2477 Add CUA move property.
2478
2479 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2480
2481 * custom.el (custom-push-theme): Load the variable before checking
2482 its `standard-value'.
2483
2484 2006-05-13 Lars Hansen <larsh@soem.dk>
2485
2486 * desktop.el (desktop-save): Use with-temp-buffer.
2487
2488 2006-05-12 Glenn Morris <rgm@gnu.org>
2489
2490 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2491 * calendar/calendar.el (calendar-mode-map):
2492 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2493 * calendar/appt.el (appt-check, appt-make-list): Refer to
2494 diary-view-entries, diary-list-entries, diary-show-all-entries
2495 rather than obsolete aliases.
2496
2497 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * simple.el (line-move-finish): Avoid calling point motion hooks
2500 while processing intangibility.
2501
2502 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2503
2504 * term/xterm.el (terminal-init-xterm): Fix typo.
2505
2506 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2507
2508 * allout.el (allout-view-change-hook): Mark as being deprecated,
2509 to be replaced by `allout-exposure-change-hook'.
2510 (allout-exposure-change-hook): New, replacing
2511 `allout-view-change-hook'.
2512 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2513 in addition to `allout-view-change-hook'.
2514 (allout-show-bodies, allout-old-style-prefixes)
2515 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2516 lambda forms to prevent their showing up in variable help
2517 presentations as inscrutable byte-compiled code.
2518 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2519 Use string-or-null-p to qualify safe-local-variable values.
2520 (allout-reindent-bodies): Use memq to qualify matches against
2521 valid safe-local-variable values. Also, quote the lambda as above.
2522 (allout-use-mode-specific-leader): Add missing candidate-value
2523 symbols, use memq, and quote the lambda.
2524 (allout-overlay-interior-modification-handler): Remove unused
2525 variables `msg' and 'opened'.
2526 (allout-hidden-p): Constrain invisibility consideration to allout's
2527 invisibility spec, disregarding invisibility for other reasons.
2528
2529 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2530
2531 * files.el (version-control): Correct safe values.
2532
2533 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2534
2535 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2536
2537 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2538 (ewoc--insert-new-node): New func.
2539 Update callers of deleted funcs to use it, instead.
2540
2541 2006-05-11 Glenn Morris <rgm@gnu.org>
2542
2543 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2544 obsolete alias `show-all-diary-entries'.
2545 (make-diary-entry): Not interactive.
2546 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2547 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2548 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2549 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2550 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2551 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2552
2553 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2554
2555 * calendar/calendar.el (calendar-french-date-string)
2556 (calendar-mayan-date-string, calendar-chinese-date-string)
2557 (calendar-astro-date-string, calendar-iso-date-string)
2558 (calendar-islamic-date-string, calendar-bahai-date-string)
2559 (calendar-hebrew-date-string, calendar-coptic-date-string)
2560 (calendar-ethiopic-date-string, calendar-persian-date-string):
2561 These functions are not interactive.
2562
2563 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2564
2565 * files.el: Balance parentheses.
2566
2567 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2568
2569 * files.el, newcomment.el, outline.el, simple.el,
2570 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2571 progmodes/cc-vars.el, progmodes/compile.el:
2572 Move `safe-local-variable' declarations to the respective files.
2573
2574 * help-fns.el (describe-variable): Don't print safe-var if it is
2575 byte-code. Improve wording as suggested by Luc Teirlinck.
2576
2577 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2578
2579 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2580 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2581 Use a token for pending-triggers to ensure gdb-var-update
2582 gets called once per user input again for pre-GDB 6.4.
2583 (gdb-var-delete): Match on more complex expressions.
2584 (gdb-var-list-children-handler, gdb-var-create-handler):
2585 Use a token for consistency.
2586
2587 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2588
2589 * textmodes/org.el (org-read-date, org-goto-calendar)
2590 (org-agenda-goto-calendar):
2591 Bind `view-calendar-holidays-initially' to nil.
2592
2593 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2594
2595 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2596 Update all callers to do it there, instead.
2597
2598 2006-05-10 Glenn Morris <rgm@gnu.org>
2599
2600 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2601 prefix arg case, to avoid view-diary-entries-initially error.
2602 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2603 (calendar-date-is-legal-p): Handle dates with no day part.
2604
2605 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2606
2607 * comint.el (comint-insert-input): Just make it when
2608 comint-use-prompt regexp is nil (default) and with the mouse.
2609 (comint-copy-old-input): Reinstate from 2004-06-23.
2610 (comint-mode-map): Bind C-c C-m to it.
2611
2612 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2613
2614 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2615 Remove spurious move to point-max (new comint behavior fixes).
2616
2617 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2618 compatibility function (Emacs 18/19).
2619 (idlwave-is-continuation-line): Always return point at start of
2620 previous non-blank continuation line.
2621 `keyword-parameters': Fix continued comment font-lock matcher.
2622 (idlwave-font-lock-fontify-region): Written, use as
2623 font-lock-fontify-region-function, to fix continued keyword
2624 fontification issues.
2625
2626 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2627
2628 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2629 (mac-service-selection, mac-service-open-file)
2630 (mac-service-open-selection, mac-service-mail-selection)
2631 (mac-service-mail-to, mac-service-insert-text): Rename from
2632 mac-services-*. All uses changed.
2633 (mac-apple-event-map): Rename event symbol `services' to `service'.
2634
2635 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2636
2637 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2638 (ewoc--node-enter-first, ewoc--node-enter-last)
2639 (ewoc--delete-node-internal): Merge funcs into unique callers.
2640
2641 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2642
2643 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2644 return value of read-from-minibuffer for empty input.
2645
2646 2006-05-09 Miles Bader <miles@gnu.org>
2647
2648 * comint.el (comint-insert-input): Remove redundant calls to setq
2649 and goto-char.
2650
2651 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2652
2653 * comint.el (comint-insert-input): Make it work when
2654 comint-use-prompt-regexp is t.
2655
2656 2006-05-10 Miles Bader <miles@gnu.org>
2657
2658 * subr.el (field-at-pos): New function.
2659
2660 * comint.el (comint-insert-input): Use it.
2661
2662 2006-05-09 Juri Linkov <juri@jurta.org>
2663
2664 * battery.el (battery-linux-proc-acpi): Also try
2665 `/proc/acpi/thermal_zone/THR2/temperature'.
2666
2667 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2668 for now unused lambda `string-or-null'.
2669
2670 * add-log.el (change-log-default-name): Put `string-or-null-p'
2671 instead of lambda on `safe-local-variable' property.
2672
2673 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2674 `region-end' instead of `mark' and `point'.
2675 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2676 Operate on region in Transient Mark mode when the mark is active.
2677 Use `region-beginning' and `region-end' instead of `mark' and
2678 `point'.
2679 (diff-hunk-text, diff-goto-source): Doc fix.
2680
2681 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2682 face `mode-line-buffer-id' for mode-line buffer face instead of
2683 hard-coded `(:weight bold)'.
2684
2685 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2686 buffer-undo-list to t (undo-ask is reproducible by visiting
2687 nested archives).
2688
2689 2006-05-09 Kim F. Storm <storm@cua.dk>
2690
2691 * progmodes/grep.el (rgrep): Set default directory of *grep*
2692 buffer if we start M-x rgrep in the *grep* buffer and choose
2693 a different base directory.
2694
2695 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2696
2697 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2698 completion also when ido is loaded.
2699
2700 2006-05-09 Masatake YAMATO <jet@gyve.org>
2701
2702 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2703 "warning" and "import".
2704 (cpp-font-lock-keywords): Added "warning".
2705
2706 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2707
2708 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2709
2710 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2711
2712 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2713 pages at a time, if we signal the end, we should indeed reach that end.
2714
2715 2006-05-08 David Reitter <david.reitter@gmail.com>
2716
2717 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2718 output during execution of the body.
2719
2720 2006-05-08 Kim F. Storm <storm@cua.dk>
2721
2722 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2723
2724 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2725
2726 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2727 Use with-current-buffer.
2728
2729 2006-05-07 Kim F. Storm <storm@cua.dk>
2730
2731 * subr.el (add-to-history): Remove keep-dups arg.
2732
2733 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2734 to nil around call to add-to-history.
2735
2736 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2739 than after a buffer modification.
2740
2741 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2742
2743 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2744 call to...
2745 (gud-watch): ...here so speedbar is raised for already watched
2746 expressions.
2747 (gdb-speedbar-refresh): Delete function.
2748 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2749 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2750 earlier change).
2751 (gdb-var-evaluate-expression-handler)
2752 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2753
2754 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2755 Update localized contents for all buffers except ignored modes.
2756
2757 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2758
2759 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2760 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2761 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2762 (mac-handle-font-panel-closed, mac-handle-font-selection):
2763 New functions.
2764 (mac-font-panel-mode): New minor mode.
2765 (mac-apple-event-map): Add bindings for toolbar toggle button and
2766 font panel.
2767 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2768
2769 2006-05-07 John Paul Wallington <jpw@pobox.com>
2770
2771 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2772 Avoid `regexp-opt'; simplify regexp for readability.
2773
2774 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2775
2776 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2777 * files.el (buffer-stale-function):
2778 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2779 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2780 links to the main manual, not to emacs-xtra.
2781
2782 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2783
2784 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2785 MacJapanese if text is ASCII-only.
2786
2787 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2788
2789 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2790 unless so nil isn't returned.
2791 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2792
2793 2006-05-06 Kim F. Storm <storm@cua.dk>
2794
2795 * subr.el (add-to-history): New function.
2796
2797 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2798 (ediff-merge-files-with-ancestor):
2799 * env.el (setenv):
2800 * isearch.el (isearch-update-ring):
2801 * server.el (server-visit-files):
2802 * progmodes/grep.el (lgrep, rgrep):
2803 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2804 * progmodes/xscheme.el (xscheme-insert-expression):
2805 Use add-to-history.
2806
2807 * kmacro.el (kmacro-push-ring): Use add-to-history.
2808 (kmacro-ring-length): Remove unused defun.
2809 (kmacro-start-macro): Use kmacro-push-ring.
2810
2811 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2812
2813 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2814 directly instead of a lambda expression that calls it.
2815
2816 2006-05-06 Kim F. Storm <storm@cua.dk>
2817
2818 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2819 instead of compute-motion.
2820
2821 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2822
2823 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2824 change.
2825
2826 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2827
2828 * startup.el (command-line-1): Refer to "Pure Storage" on
2829 pure-space-overflow.
2830
2831 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2832
2833 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2834 provided faces once they all have been used up.
2835
2836 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2837
2838 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2839 reference to the Lisp manual to the warning about pure space
2840 overflow.
2841
2842 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2843
2844 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2845 argument to avoid the call to `ispell-internal-change-dictionary'
2846 when not needed.
2847 (ispell-change-dictionary): Use this argument and call
2848 `ispell-internal-change-dictionary' after the possible change
2849 to `ispell-local-dictionary'.
2850 (ispell-internal-change-dictionary): Check for a change in
2851 personal dictionary use too.
2852
2853 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2854
2855 * startup.el (command-line): On MS-Windows, probe "~", not
2856 "~USER", for warning about non-existent home directory
2857
2858 * arc-mode.el (archive-l-e): New optional argument `float' means
2859 generate a float value.
2860 (archive-arc-summarize, archive-lzh-summarize)
2861 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2862 with 3rd argument non-nil when file's size is being computed.
2863 Format the file sizes with %8.0f instead of %8d.
2864
2865 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2866
2867 * cus-start.el (all): Add mac-dnd-known-types.
2868
2869 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2870 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2871 (mac-TIFF-to-string): New functions.
2872 (x-get-selection, x-selection-value)
2873 (mac-select-convert-to-string): Use them.
2874 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2875 (mac-dnd-types-alist): New customization variable.
2876 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2877 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2878 (mac-dnd-handle-drag-n-drop-event): New functions.
2879 (mac-drag-n-drop): Remove function.
2880 (global-map): Bind drag-n-drop and M-drag-n-drop to
2881 mac-dnd-handle-drag-n-drop-event.
2882
2883 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2884
2885 * progmodes/perl-mode.el (perl-beginning-of-function):
2886 Skip anonymous subs.
2887
2888 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2889
2890 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2891 regexp-opt at run time.
2892
2893 * term.el (term-handle-ansi-escape): Fix off by one error.
2894
2895 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2896
2897 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2898 (gdb-init-1, gdb-post-prompt): ...and references to it.
2899 (gdb-frame-handler): Strip directory name from filename if present.
2900
2901 * progmodes/gud.el (gdb-force-update): Delete defvar
2902 (gud-speedbar-buttons): ...and references to it. Use window-start
2903 to try to keep positon in watch expression.
2904
2905 2006-05-03 Richard Stallman <rms@gnu.org>
2906
2907 * simple.el (next-history-element, previous-history-element): Doc fix.
2908
2909 * isearch.el (isearch-update-ring): Doc fix.
2910
2911 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2912
2913 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2914 into consideration. Replace one arm ifs with whens.
2915
2916 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2917
2918 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2919 (menu): Fix typo.
2920
2921 2006-05-02 Miles Bader <miles@gnu.org>
2922
2923 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2924
2925 2006-05-02 Jay Belanger <belanger@truman.edu>
2926
2927 * calc/calc-embed.el (calc-override-minor-modes-map)
2928 (calc-override-minor-modes): New variables.
2929 (calc-do-embedded): Make sure that Calc keystrokes aren't
2930 overwritten by minor modes.
2931
2932 2006-05-02 Chong Yidong <cyd@mit.edu>
2933
2934 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2935
2936 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2937
2938 * startup.el (command-line-1): Refer to Lisp manual when
2939 pure-space-overflow occurs.
2940
2941 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2942 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2943 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2944 (version-control): Don't use `t' for safe-local-variable declarations.
2945
2946 2006-05-01 Richard Stallman <rms@gnu.org>
2947
2948 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2949 M-r, M-R, M-A, M-SPC or M-DEL.
2950 (diff-mode-map): diff-refine-hunk now on C-c C-w
2951 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2952
2953 * help-mode.el (help-mode): view-exit-action calls delete-window
2954 only when it is safe and possible.
2955
2956 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2957 in messages.
2958
2959 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2960
2961 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2962 in the default tool-bar-map.
2963
2964 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2965
2966 * net/tramp.el (tramp-completion-file-name-handler-alist)
2967 (tramp-run-real-handler, tramp-completion-run-real-handler)
2968 (tramp-completion-handle-file-name-all-completions)
2969 (tramp-completion-handle-file-name-completion): Autoload them.
2970 (tramp-completion-handle-file-exists-p)
2971 (tramp-completion-handle-file-name-directory)
2972 (tramp-completion-handle-file-name-nondirectory)
2973 (tramp-completion-handle-expand-file-name): Remove them.
2974 (tramp-handle-file-name-directory): Return the real directory name.
2975 Returning "/" only doesn't need to be necessary any longer.
2976 (tramp-file-name-handler): Make special attention when in hostname
2977 completion mode.
2978 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2979 (tramp-register-file-name-handlers):
2980 Register `tramp-completion-file-name-handler' only when
2981 `partial-completion-mode' is enabled.
2982 (tramp-completion-handle-file-name-all-completions):
2983 Delete directory part from results.
2984 (tramp-get-completion-methods, tramp-get-completion-user-host):
2985 Discard deleting "/", it doesn't work after the change of
2986 `tramp-handle-file-name-directory' above.
2987
2988 2006-05-01 Kim F. Storm <storm@cua.dk>
2989
2990 * progmodes/grep.el (grep-expand-template): Use save-match-data
2991 and symbol-value.
2992
2993 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2994
2995 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2996 Use select-frame-set-input-focus instead of raise-frame.
2997 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2998
2999 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3000
3001 * progmodes/gud.el (gud-def): Add %c case.
3002 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3003 (gud-format-command): Make match case sensitive. Match on %F.
3004
3005 2006-04-30 Glenn Morris <rgm@gnu.org>
3006
3007 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3008 (cal-tex-preamble): Use cal-tex-preamble-extra.
3009 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3010 than alias `list-diary-entries'.
3011
3012 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3013
3014 * help-fns.el (describe-variable): Add info about safe local variables.
3015
3016 2006-04-29 Richard Stallman <rms@gnu.org>
3017
3018 * bindings.el (mode-line-format): help-echo doc fixes.
3019
3020 * net/tramp.el (tramp-file-name-handler-alist): Delete
3021 expand-file-name and other operations that can cause spurious loading.
3022
3023 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3024
3025 * files.el (safe-local-variable-p): Remove support for the special
3026 value t.
3027
3028 * textmodes/paragraphs.el (sentence-end-without-space):
3029 Fix safety predicate.
3030 (sentence-end-double-space, sentence-end-without-period)
3031 (paragraph-ignore-fill-prefix):
3032 * textmodes/fill.el (colon-double-space):
3033 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3034
3035 * subr.el (booleanp): New fun.
3036
3037 * textmodes/reftex-vars.el (reftex-guess-label-type):
3038 Tighten the safety predicate.
3039
3040 2006-04-28 Kim F. Storm <storm@cua.dk>
3041
3042 * progmodes/grep.el (defgroup grep): Doc fix.
3043 (grep-auto-highlight): Remove.
3044 (grep-template): New defcustom.
3045 (grep-find-template): Rename from grep-tree-template.
3046 (grep-files-aliases): Rename from grep-tree-files-aliases.
3047 Remove "all" alias, add "l" alias.
3048 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3049 (grep-find-ignored-directories): New defcustom to replace
3050 grep-tree-ignore-CVS-directories, to facilitate ignoring
3051 subdirectories for multiple version control systems.
3052 (grep-mode-map): Add Recursive grep item to GREP menu.
3053 (grep-regexp-history, grep-files-history): New defvars.
3054 (grep-probe): New helper function.
3055 (grep-compute-defaults): Use it to simplify code.
3056 Adapt to name changes.
3057 Use `.' as base in grep-find-template rather than <D>.
3058 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3059 Call grep-compute-defaults unconditionally.
3060 (grep-expand-keywords): New defconst.
3061 (grep-expand-template): Rename from grep-expand-command-macros.
3062 Simplify via grep-expand-keywords. Look at case-fold-search instead
3063 of grep-tree-ignore-case to add -i option.
3064 Bind case-fold-search to nil while matching keywords.
3065 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3066 (grep-read-regexp, grep-read-files): New helper functions.
3067 (rgrep): Rename from grep-tree. Rework to use proper histories.
3068 Adapt to changes in defcustoms and functions above.
3069 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3070
3071 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3072
3073 * net/tramp.el (tramp-completion-file-name-handler):
3074 Disable Tramp's functionality while loading Tramp itself.
3075 (tramp-register-file-name-handlers): That's a defsubst now.
3076 Code from `tramp-repair-jka-compr' moved here. Apply it via
3077 `after-init-hook'.
3078 (tramp-repair-jka-compr): Remove.
3079
3080 2006-04-27 Jay Belanger <belanger@truman.edu>
3081
3082 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3083 read expression when `math-read-big-expr' doesn't work.
3084
3085 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3086
3087 * startup.el (command-line-1): Display warning when
3088 pure-space-overflow is non-nil.
3089
3090 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3091
3092 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3093 risky.
3094
3095 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3096
3097 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3098 Return the URL or nil if none can be generated.
3099
3100 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3101
3102 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3103 byte compiler warnings.
3104 (gud-basic-call, gud-find-expr): Let user select an expression
3105 for printing. Print expression as well as value in GUD buffer.
3106
3107 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3108
3109 * allout.el: Remove local autoload declaration for
3110 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3111 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3112 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3113 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3114 (allout-stylish-prefixes, allout-numbered-bullet)
3115 (allout-file-xref-bullet, allout-presentation-padding)
3116 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3117 safe-local-variable with suitable value spec, and add autoload
3118 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3119 (move-beginning-of-line, move-end-of-line): Repair so these compat
3120 functions now actually resituate the point, when appropriate.
3121
3122 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3123
3124 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3125
3126 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3127 (add-log-iso8601-time-string): Fix call to format-time-string.
3128
3129 2006-04-26 Kim F. Storm <storm@cua.dk>
3130
3131 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3132
3133 2006-04-26 Masatake YAMATO <jet@gyve.org>
3134
3135 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3136 Add support for "//" style comments. Remove `b' flag
3137 from ?* in `asm-mode-syntax-table'.
3138
3139 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 * follow.el: Use (featurep 'xemacs) everywhere.
3142 (follow-mode): Use define-minor-mode.
3143 (follow-mode-map): Move initialization into the declaration.
3144 Use command remapping.
3145 (follow-emacs-version-xemacs-p): Remove.
3146 (follow-submit-feedback): Remove.
3147
3148 * allout.el (allout-layout, allout-passphrase-verifier-string)
3149 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3150
3151 * textmodes/reftex-vars.el (reftex-vref-is-default)
3152 (reftex-fref-is-default, reftex-guess-label-type):
3153 Tighten up a bit the safety predicate.
3154
3155 * textmodes/paragraphs.el (sentence-end-double-space)
3156 (sentence-end-without-period, sentence-end-without-space)
3157 (page-delimiter, paragraph-ignore-fill-prefix):
3158 Tighten up a bit the safety predicate.
3159
3160 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3161
3162 * progmodes/python.el (python-continuation-line-p)
3163 (python-beginning-of-statement): syntax-ppss may return
3164 a negative depth.
3165 (python-mode): Don't forcefully enable font-lock.
3166
3167 * time-stamp.el (time-stamp-start, time-stamp-end)
3168 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3169
3170 * add-log.el: Remove spurious * in docstrings.
3171 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3172 (add-change-log-entry): Use it here, since it's not specific
3173 to iso8601.
3174 (add-log-iso8601-time-string): Don't use it here any more.
3175 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3176
3177 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3178
3179 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3180
3181 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3182 (rcirc-toggle-low-priority): Doc fix.
3183 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3184 ChanServ regexp.
3185 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3186 #emacs.
3187 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3188 (rcirc-decode-coding-system): Use utf-8 as the default.
3189 (rcirc-multiline-minor-mode): Set the fill-column.
3190 (rcirc-format-response-string): Display bright and dim nicks.
3191 (rcirc-browse-url): Update interactive spec to fill ARG.
3192 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3193 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3194
3195 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3196
3197 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3198 case for @Article, etc.
3199
3200 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3201
3202 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3203 Added with autoload cookie.
3204 (tramp-unload-file-name-handlers): Rename from
3205 `tramp-unload-file-name-handler-alist'.
3206
3207 2006-04-23 Romain Francoise <romain@orebokech.com>
3208
3209 * comint.el (comint-match-partial-filename): Doc fix.
3210
3211 2006-04-21 Glenn Morris <rgm@gnu.org>
3212
3213 * calendar/cal-menu.el (calendar-mode-map): Refer to
3214 `diary-view-entries' rather than alias `view-diary-entries'.
3215 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3216
3217 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3218
3219 * progmodes/antlr-mode.el (antlr-default):
3220 * cus-edit.el (custom-documentation):
3221 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3222 in defface.
3223
3224 2006-04-21 Kim F. Storm <storm@cua.dk>
3225
3226 * image.el (image-type): New defun split out of create-image.
3227 (create-image): Use it.
3228
3229 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3230
3231 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3232 (org-open-at-point): Remove the "...done" message to keep output
3233 in the echo area visible.
3234 (org-export-as-xoxo): Fix call to `indent-region'.
3235
3236 2006-04-21 Kevin Ryde <user42@zip.com.au>
3237
3238 * international/mule.el (keyboard-coding-system): defcustom
3239 info-link fixes: "Specify Coding" has been split, keyboard now in
3240 "Terminal Coding", and "Single-Byte Character Support" is now
3241 "Unibyte Mode".
3242
3243 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3244
3245 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3246 Use font-lock-warning-face for any errors e.g. no stack.
3247 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3248
3249 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3250
3251 * progmodes/sh-script.el (sh-shell): Mark as safe.
3252
3253 * newcomment.el (comment-start, comment-start-skip)
3254 (comment-end-skip, comment-end): Mark as safe.
3255
3256 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3257
3258 * textmodes/org.el (org-deadline-announce): Face removed.
3259 (org-level-faces, org-n-levels): Convert to constant.
3260 (org-compatible-face): New function.
3261 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3262 (org-level-5, org-level-6, org-level-7, org-level-8)
3263 (org-special-keyword, org-warning, org-headline-done, org-link)
3264 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3265 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3266 Face definition revised for better color tty support.
3267 (org-bold-re, org-italic-re, org-underline-re): New constants.
3268 (org-set-font-lock-defaults): Use the new constants.
3269 (org-agenda-highlight-todo): New function.
3270 (org-agenda-todo): Fix bug with point at end of line.
3271 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3272 Fontify TODO keywords.
3273 (org-insert-link): Preserve relative path in ../ links.
3274 (org-export-as-html): Convert links pointing to .org files into
3275 links that will work beteen the exported HTML files.
3276 (org-todo-list): Fix bug when arg=0.
3277 (org-insert-heading): More fine-tuning.
3278
3279 2006-04-19 Romain Francoise <romain@orebokech.com>
3280
3281 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3282 from `rmail-mime-charset-pattern'.
3283
3284 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3285
3286 * progmodes/python.el (python-mode): Fix typo.
3287
3288 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3289
3290 * comint.el (comint-previous-input): Don't clobber input line
3291 when moving off either end of the input history ring.
3292 (comint-delete-input): New function, used by
3293 `comint-previous-input' and others.
3294 (comint-previous-matching-input):
3295 Use `coming-delete-input'. Save the partial input if leaving the
3296 edit line. Goto point-max before deleting input to avoid
3297 partial input fragments hanging around.
3298 (comint-restore-input): New function, used by `comint-previous-input'.
3299
3300 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3301
3302 * imenu.el (imenu--index-alist): Balance parentheses.
3303
3304 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3305
3306 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3307
3308 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3309
3310 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3311 file is nil.
3312
3313 2006-04-18 Richard Stallman <rms@gnu.org>
3314
3315 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3316
3317 * imenu.el (imenu-create-index-function, imenu--index-alist)
3318 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3319 (imenu-default-create-index-function, imenu--generic-function):
3320 Doc fixes.
3321
3322 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3323
3324 * help-mode.el (help-mode): Set view-exit-action to delete window.
3325
3326 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3327 now works by passing nil as arg.
3328
3329 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3330
3331 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3332 (read-abbrev-file): Provide default when reading filename.
3333
3334 * files.el (enable-local-variables): Allow :all as value.
3335 (hack-local-variables): Implement that value.
3336 (safe-local-variable-values, safe-local-eval-forms)
3337 (enable-local-variables): Mark as risky.
3338 (find-file-visit-truename, kept-old-versions): Mark safe.
3339
3340 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3341 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3342 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3343
3344 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3345
3346 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3347 Use forward-line so as to get to BOL even in the presence of fields.
3348 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3349 in return.
3350 (inferior-tcl): Tell tclsh to work in interactive mode.
3351
3352 * complete.el (partial-completion-mode):
3353 Use 'choose-completion-string-functions to make sure that
3354 choose-completion fills the minibuffer properly.
3355
3356 * complete.el (PC-old-read-file-name-internal): Remove.
3357 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3358 of read-file-name-internal.
3359 (partial-completion-mode): Enable/disable this advice.
3360
3361 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3362
3363 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3364 of 2006-04-17.
3365
3366 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3367
3368 * textmodes/org.el (org-insert-heading): Insert heading before
3369 current if at beginning of line.
3370 (org-todo, org-date): New faces.
3371 (org-table-align): Make sure tooltip window contains full text.
3372 (org-no-properties): New defsubst.
3373 (org-set-font-lock-defaults): Use new faces.
3374
3375 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3376
3377 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3378 for root variables.
3379
3380 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3381 (gdb-frame-address): Re-use to identify frame for watch expression.
3382 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3383 variables.
3384 (gdb-init-1, gdb-source, gdb-post-prompt)
3385 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3386 (gdb-frame-handler): Get gdb-frame-address.
3387
3388 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3389
3390 Sync with Tramp 2.0.53.
3391
3392 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3393 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3394 (tramp-completion-file-name-handler): Add autoload cookie for
3395 adding to `file-name-handler-alist'.
3396
3397 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3398 the prompt. If it returns earlier (when detecting an error
3399 message), the rest of the output will merge accidently with the
3400 output of the next command. Reported by M Jared Finder
3401 <jared@hpalace.com>.
3402
3403 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3404 for `process-file', in order to let it work for older Emacsen too.
3405
3406 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3407
3408 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3409 (tex-font-lock-keywords-3): Use it.
3410
3411 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * newcomment.el (comment-add): New function.
3414 (comment-region-default, comment-dwim): Use it.
3415
3416 2006-04-15 Michael Olson <mwolson@gnu.org>
3417
3418 * emacs-lisp/tq.el: Improve comments.
3419 (tq-queue-head-question): New accessor function.
3420 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3421 Update for modified queue structure.
3422 (tq-queue-add): Accept `question' argument.
3423 (tq-queue-pop): If a question is pending, send it.
3424 (tq-enqueue): Accept new optional argument `delay-question'.
3425 If this is non-nil, and at least one other question is pending a
3426 response, queue the question rather than sending it immediately.
3427
3428 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3429
3430 * calendar/appt.el (appt-add): Check whether an appointment is
3431 already present in appt-time-msg-list. Simplify code.
3432
3433 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * progmodes/cc-langs.el (c-mode-menu):
3436 Don't presume c-subword-mode is bound.
3437
3438 2006-04-13 Bill Wohler <wohler@newt.com>
3439
3440 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3441 (customize-package-emacs-version): Use cdr instead of cadr now
3442 that alists use dotted pairs.
3443
3444 * custom.el (defcustom): Fix docstring for :package-version.
3445
3446 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3447
3448 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3449 (tramp-handle-shell-command): Display output buffer only when
3450 `tramp-display-shell-command-buffer' is true.
3451 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3452
3453 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3454
3455 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3456 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3457
3458 2006-04-13 Romain Francoise <romain@orebokech.com>
3459
3460 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3461 leaving temporary .cvsignore buffers behind.
3462
3463 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3464
3465 * textmodes/org.el (org-set-regexps-and-options)
3466 (org-get-current-options): Better names for the startup folding
3467 options.
3468
3469 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3470
3471 * vc.el (vc-annotate): Arrange for point to end up at the same
3472 line number as in the original, but only when using a new buffer.
3473
3474 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3475
3476 * files.el (hack-one-local-variable-eval-safep):
3477 Recognize `edebug-form-spec' for `put', but only if it passes
3478 `edebug-basic-spec'. Generalize `put' handling.
3479
3480 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3481 vetting file-local form specs.
3482
3483 * allout.el (allout-layout): Autoload its `safe-local-variable'
3484 property.
3485
3486 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3487
3488 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3489 (org-agenda-mouse-1-follows-link)
3490 (org-mouse-1-follows-link): New options.
3491 (org-format-agenda-item): Fix bug if TAGS is nil.
3492 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3493
3494 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3495
3496 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3497 GDB 6.1+ gives full filename for "info sources" so use
3498 file-name-nondirectory.
3499
3500 2006-04-12 Romain Francoise <romain@orebokech.com>
3501
3502 * subr.el (read-passwd): Bind `message-log-max' to nil.
3503
3504 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3505
3506 * progmodes/perl-mode.el (perl-indent-new-calculate):
3507 Recompute parse-start after jumping backward by a whole sexp.
3508
3509 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3512 window configuration.
3513 (vc-annotate-display-select): Select the buffer so that current-buffer
3514 (and selected-window) is the output buffer at the end of vc-annotate.
3515
3516 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3517
3518 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3519 8-color terminals, to use all of the colors in a sensible order.
3520 256-color terminals work well with the standard map.
3521 (vc-annotate-lines): Only strip the first color character if it
3522 is "#", to allow for terminal-style named colors.
3523 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3524 the correct buffer is scrolled.
3525
3526 2006-04-11 Richard Stallman <rms@gnu.org>
3527
3528 * emacs-lisp/bytecomp.el (byte-compile-file):
3529 Bind enable-local-variables to :safe, and make normal-mode obey it.
3530
3531 * files.el (enable-local-variables): Allow value :safe.
3532 (normal-mode): Doc fix.
3533 (hack-local-variables): Implement enable-local-variables = :safe.
3534 (hack-local-variables-confirm): Don't prevent quitting.
3535
3536 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * loadhist.el (unload-feature): A bit of sanity check of
3539 load-history entries. Cancel timer-vars before unbinding them.
3540
3541 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3542 quote special chars, and make the trick work on the hex part of the
3543 buffer as well.
3544 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3545 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3546
3547 * startup.el (normal-splash-screen): Fix last change so we don't wait
3548 2 minutes if we don't show the splash screen.
3549
3550 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3551
3552 * textmodes/org.el (org-export-plain-list-max-depth)
3553 (org-table-spaces-around-separators)
3554 (org-radio-targets, org-activate-camels)
3555 (org-table-spaces-around-invisible-separators): Options removed.
3556 (org-time-stamp-rounding-minutes, org-remember-templates)
3557 (org-ellipsis, org-activate-links, org-descriptive-links):
3558 New options.
3559 (org-remember-apply-template, org-current-time)
3560 (org-finish-edit-table-field)
3561 (org-link-unescape, org-link-escape)
3562 (org-string-width, org-table-clean-line, org-html-do-expand)
3563 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3564 (org-read-agenda-file-list): New functions.
3565 (org-table-edit-field)
3566 (org-table-create-or-convert-from-region): New commands
3567 (org-table-toggle-vline-visibility): Command removed.
3568 (org-table-convert-region): Made a command.
3569 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3570 Replace with the normal org- functions.
3571 (org-self-insert-command): Don't trigger realign unnecessarily
3572 when blanking a field that is not full.
3573 (org-mode): `Set buffer-invisibility-spec' for links.
3574 (org-activate-links2): Hide link part and only show descriptive
3575 part of the link.
3576 (org-insert-link): Modify for new linking system.
3577 (org-store-link): Store description separately, for use by
3578 `org-insert-link'.
3579 (org-table-align): Use `org-string-width'.
3580 (defgroup): Completely new group structure for custom variables.
3581 (org-agenda-files): Option: Single file name allowed. Function:
3582 Optional argument unrestrited means ignore any restricitons.
3583 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3584 trying to modify the menu. Use generalized access to
3585 `org-agenda-files.'
3586 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3587 (org-agenda-file-to-front, org-remove-file, org-diary)
3588 (org-tags-view, org-export-icalendar-all-agenda-files)
3589 (org-export-icalendar-combine-agenda-files): Use generalized
3590 access to `org-agenda-files'.
3591 (org-remember-handler): Correctly preserve heading if present.
3592 (org-table-insert-row, org-table-insert-hline): Deal with
3593 invisible characters.
3594
3595 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3596
3597 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3598 (vc-annotate-color-map): New 18 element constant
3599 value/saturation, rotating hue colormap, from red->blue.
3600 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3601 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3602 (vc-annotate): To avoid killing the required local variables,
3603 set them before the end of `with-output-to-temp-buffer', and
3604 after first switching to annotate-mode.
3605 (vc-annotate-warp-version): Add buffer argument in goto-line to
3606 ensure annotation, not source, is scrolled.
3607
3608 2006-04-10 Bill Wohler <wohler@newt.com>
3609
3610 * custom.el (defcustom, custom-handle-keyword):
3611 Add :package-version keyword.
3612 (custom-add-package-version): New function. Sets value of new
3613 property 'custom-package-version from :package-version keyword.
3614 (defcustom): Create Common Keywords section in docstring.
3615 (defface, defgroup): Replace definitions of a select few keywords
3616 with a reference to the Common Keywords in defcustom.
3617 (defcustom, defface, defgroup): Replace reference to Customization
3618 chapter in manual with hyperlink.
3619
3620 * cus-edit.el (customize-package-emacs-version-alist):
3621 New variable.
3622 (customize-changed-options): Add check for custom-package-version.
3623 (customize-package-emacs-version): New function to look up Emacs
3624 version corresponding to the given package version.
3625
3626 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3627 defun name, in similar fashion to find-variable-regexp.
3628
3629 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3630
3631 * international/mule-cmds.el (set-locale-environment): Fix last
3632 change for when the locale's preferences don't specify any encoding.
3633
3634 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3635
3636 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3637 so the defined var/fun doesn't need to be quoted.
3638
3639 2006-04-10 Richard Stallman <rms@gnu.org>
3640
3641 * finder.el (finder-mode-map): Add n and p bindings.
3642
3643 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3644
3645 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3646 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3647 (gdb-setup-windows): Put something in source window if we can't find
3648 the source file.
3649 (gdb-frame-handler): Make it work again with just assembly.
3650 (gdb-data-list-register-values-handler): Make it work when there is
3651 no stack.
3652
3653 2006-04-09 Richard Stallman <rms@gnu.org>
3654
3655 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3656 specs while looking for charset.
3657
3658 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3659
3660 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3661 Make them faces.
3662 (lm-font-lock-keywords): Update appropriately.
3663
3664 2006-04-10 Kim F. Storm <storm@cua.dk>
3665
3666 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3667 it can also replace buffer-substring-no-properties.
3668
3669 * emulation/cua-base.el (cua-delete-region, cua-paste)
3670 (cua-repeat-replace-region): Use filter-buffer-substring.
3671
3672 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3673 (cua-cut-region-to-global-mark): Likewise.
3674
3675 * emulation/cua-rect.el (cua--extract-rectangle)
3676 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3677
3678 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3679
3680 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3681 entry-type. Add field delimiters to numerical fields if they are
3682 not present.
3683
3684 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3685
3686 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3687 string-const to return value.
3688 (bibtex-remove-delimiters): Use it.
3689
3690 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3691
3692 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3693 cl-byte-compile-compiler-macro unless it exists.
3694
3695 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3696
3697 * files.el (hack-local-variables-confirm) <offer-save>:
3698 Clarify message text. Suggested by Ralf Angeli.
3699
3700 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3701
3702 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3703 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3704 instead of `buffer-substring' and `delete-region'. (Most of the
3705 code actually copied from `kill-region'.)
3706
3707 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3708
3709 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3710 (rcirc-default-port): Rename from rcirc-port.
3711 (rcirc-default-nick): Rename from rcirc-nick.
3712 (rcirc-default-user-name): Rename from rcirc-user-name.
3713 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3714 (rcirc-low-priority-flag): New variable.
3715 (rcirc-decode-coding-system): New defcustom.
3716 (rcirc-encode-coding-system): New defcustom.
3717 (rcirc-coding-system-alist): New defcustom.
3718 (rcirc-multiline-major-mode): New defcustom.
3719 (rcirc-nick): New internal variable.
3720 (rcirc-process): Remove variable.
3721 (rcirc-server-buffer): New variable.
3722 (rcirc): Update to use rcirc-default-* variables above.
3723 (rcirc-connect): Do not add window-configuration-hook-here.
3724 (rcirc-server): New internal variable.
3725 (rcirc-connect): Do not send keepalive pings if
3726 rcirc-keepalive-seconds is nil.
3727 (with-rcirc-server-buffer): New macro.
3728 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3729 (rcirc-server-name): Rename from rcirc-server.
3730 (rcirc-buffer-process): New function.
3731 (rcirc-buffer-nick): New function.
3732 (rcirc-buffer-target): Remove function.
3733 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3734 New commands.
3735 (rcirc-mode-map): Change binding of C-c C-l to
3736 rcirc-toggle-low-priority.
3737 (rcirc-mode): Initialize coding system based on
3738 rcirc-coding-system-alist. New change-major-mode-hook to part the
3739 channel on a mode change. Make kill-buffer-hook buffer-local.
3740 (rcirc-change-major-mode-hook): New function.
3741 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3742 (rcirc-last-post-time): New variable.
3743 (rcirc-process-message): Store the last time user posted a message
3744 to this target.
3745 (rcirc-multiline-minor-mode): New mode.
3746 (rcirc-multiline-minor-mode-map): New mode map.
3747 (rcirc-edit-multiline): Put multiline-edit buffer in
3748 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3749 (rcirc-print): Ignore any line starting with an ignored nick.
3750 (rcirc-print): Decode using rcirc-decode-coding-system.
3751 (rcirc-track-minor-mode): Update global-mode-string when disabling
3752 this mode.
3753 (minor-mode-alist): Add LowPri indicator.
3754 (rcirc-toggle-low-priority): New function.
3755 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3756 next lowpriority buffer with activity.
3757 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3758 last time the user posted a message in to the target.
3759 (rcirc-update-activity-string): New formatting for low priority
3760 buffers.
3761 (rcirc-split-activity): New function.
3762 (rcirc-handler-PART, rcirc-handler-KICK)
3763 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3764 (rcirc-nick-away-alist): New variable.
3765 (rcirc-handler-301): New handler. Away messages are printed once
3766 per change.
3767
3768 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3769
3770 * info.el (Info-follow-nearest-node): Doc fix.
3771
3772 * international/mule-cmds.el (set-locale-environment): Make sure
3773 the coding-system preferred by the locale's language has the same
3774 EOL conversion type as the original buffer-file-coding-system.
3775 (locale-language-names): Add a few MS Windows language codes.
3776
3777 2006-04-07 Richard Stallman <rms@gnu.org>
3778
3779 * simple.el (eval-expression): Doc fix.
3780
3781 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3782 (eval-defun): Doc fixes.
3783
3784 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3785
3786 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3787
3788 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3789
3790 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3791 GDB list command without argument for greater generality.
3792
3793 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3794
3795 * subr.el (string-or-null-p): New function.
3796
3797 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3798
3799 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3800
3801 * files.el: Update comment about safe-local-variable declarations.
3802
3803 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3804
3805 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3806 See idlwave.org.
3807
3808 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3809 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3810
3811 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3812 See idlwave.org.
3813
3814 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3815 version 6.0 (minimal changes). See idlwave.org.
3816
3817 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3818 6.0 (minimal changes). See idlwave.org.
3819
3820 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3821
3822 2006-04-06 Romain Francoise <romain@orebokech.com>
3823
3824 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3825 symmetric encryption features and a new asynchronous interface to
3826 GnuPG. This new version is version 1.4, plus whitespace changes.
3827
3828 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3829
3830 * files.el: Move some `safe-local-variable' declarations to the
3831 respective files.
3832
3833 * textmodes/ispell.el (ispell-check-comments)
3834 (ispell-local-dictionary): Mark as safe.
3835
3836 * abbrev.el (abbrev-mode): Mark as safe.
3837
3838 * add-log.el (change-log-default-name): Mark as safe.
3839
3840 * textmodes/reftex-vars.el (reftex-vref-is-default)
3841 (reftex-fref-is-default, reftex-level-indent)
3842 (reftex-guess-label-type): Mark as safe.
3843
3844 * textmodes/fill.el (colon-double-space): Mark as safe.
3845
3846 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3847 (sentence-end-double-space, sentence-end-without-period)
3848 (sentence-end-without-space, sentence-end, sentence-end-base)
3849 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3850
3851 2006-04-06 Kim F. Storm <storm@cua.dk>
3852
3853 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3854 the :set-after list.
3855 (ido-downcase-unc-hosts): New user option. Default on.
3856 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3857 when it is set, as regexps are now applied on the fly.
3858 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3859 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3860 on the fly, but only when ido-process-ignore-lists is set.
3861 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3862 Only downcase names if ido-downcase-unc-hosts is set.
3863
3864 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3865
3866 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3867
3868 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3869
3870 2006-04-05 Kim F. Storm <storm@cua.dk>
3871
3872 * ido.el (ido-mode): Set after ido-unc-hosts and
3873 ido-ignore-unc-host-regexps.
3874 (ido-save-history): Save ido-unc-hosts-cache.
3875 (ido-load-history): Load ido-unc-hosts-cache.
3876 (ido-reread-directory): Refresh unc hosts cache in // dir.
3877
3878 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3879 to nil while displaying slash screen.
3880
3881 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3882
3883 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3884 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3885
3886 2006-04-05 Kenichi Handa <handa@m17n.org>
3887
3888 * international/characters.el: Setup cases of Latin, Greek, and
3889 Cyrillic characters in CJK charsets.
3890
3891 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3892
3893 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3894 default-enable-multibyte-characters. This reverts the change from
3895 revision 6.17 which is no longer necessary because the passphrase
3896 is sent separately now. GnuPG messages are unreadable under
3897 multibyte locales with default-enable-multibyte-characters set to nil.
3898
3899 2006-04-04 Andreas Schwab <schwab@suse.de>
3900
3901 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3902 and `byte-compile-warnings' as `safe-local-variable'.
3903
3904 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3905
3906 * man.el (Man-mode-map): Restore the \r binding.
3907 (Man-abstract-xref-man-page): If Man-target-string is a function,
3908 call it.
3909 (Man-highlight-references): Use Man-default-man-entry to get the
3910 target. Deal with xrefs too.
3911 (Man-highlight-references0): Don't call the target function.
3912
3913 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3914 cannot deal with it.
3915
3916 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3917
3918 * pgg-gpg.el: Clean up process buffers every time gpg processes
3919 complete.
3920
3921 2006-04-04 Kenichi Handa <handa@m17n.org>
3922
3923 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3924 here.
3925 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3926 Temporarily bind inhibit-field-text-motion to t.
3927
3928 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3929
3930 * startup.el (normal-splash-screen): Only set mode-line-format in the
3931 splash buffer, so as not to interfere when debugging the code.
3932 Ignore errors when switching buffer.
3933
3934 2006-04-03 Romain Francoise <romain@orebokech.com>
3935
3936 * dired.el (dired-dnd-protocol-alist): Fix typo.
3937
3938 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3939
3940 * savehist.el (savehist): Add :version.
3941 (savehist-ignored-variables): New variable.
3942 (savehist-minibuffer-hook): Don't save variables listed in
3943 `savehist-ignored-variables'.
3944
3945 * dired.el (dired-dnd-protocol-alist): Mention that change does
3946 only apply to new buffers in doc string.
3947
3948 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3949
3950 * recentf.el (recentf-open-files-item): Include newline in button
3951 field, so opening a file will work, when the point is at the end
3952 of the file name. Allow, for example, to [i]search a file by
3953 extension and just push RET to open it.
3954
3955 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3956
3957 * pgg-gpg.el (pgg-gpg-process-filter)
3958 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3959
3960 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3961 lines, temporary fix.
3962
3963 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3966
3967 2006-04-02 Richard Stallman <rms@gnu.org>
3968
3969 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3970
3971 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3972
3973 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3974 header-mouse-map.
3975
3976 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3977 (ibuffer-mode-header-map): New keymaps.
3978 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3979 and keybindings for column headers.
3980 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3981 property.
3982
3983 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3984
3985 * speedbar.el (speedbar-after-create-hook): Doc fix.
3986
3987 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3988
3989 * shell.el (shell-directory-tracker)
3990 (shell-dynamic-complete-command): Doc fixes.
3991
3992 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3993
3994 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3995 terminals.
3996
3997 2006-04-01 Kim F. Storm <storm@cua.dk>
3998
3999 * ido.el (ido-unc-hosts-cache): New defvar.
4000 (ido-unc-hosts): If value of defcustom is a function, call it to
4001 get list of UNC hosts. Add function-item choices to specify
4002 ido-unc-hosts-net-view or user function.
4003 (ido-ignore-unc-host-regexps): New defcustom.
4004 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4005 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4006 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4007
4008 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4011 wwidth.
4012
4013 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
4014
4015 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4016 (ido-max-work-file-list, ido-switch-buffer)
4017 (ido-read-file-name-as-directory-commands):
4018 Fix typos in docstrings.
4019
4020 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4021
4022 * term/mac-win.el (mac-system-coding-system): Define and use after
4023 Mac-specific coding systems are ready.
4024
4025 2006-03-27 Romain Francoise <romain@orebokech.com>
4026
4027 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4028
4029 * ldefs-boot.el: Update.
4030
4031 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4032
4033 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4034 passphrases when it is not needed.
4035 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4036 passphrase stuff from gpg, should only be necessary when you use
4037 gpg with a smartcard.
4038
4039 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4040
4041 * comint.el (comint-dynamic-list-completions): Allow user to
4042 select *Completions* buffer.
4043
4044 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4045
4046 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4047
4048 2006-03-26 Andreas Schwab <schwab@suse.de>
4049
4050 * progmodes/gud.el (gdb): Only complain about multiple debugging
4051 when the gdb process is still running.
4052
4053 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4054
4055 * mail/rmail.el (tool-bar-map): Defvar it.
4056 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4057 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4058
4059 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4060
4061 * help.el (print-help-return-message): Suggest to use
4062 display-buffer instead of switch-to-buffer-other-window to restore
4063 the previous window without selecting it.
4064
4065 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4066
4067 * frame.el (select-frame-by-name): Call x-focus-frame also when
4068 window-system is mac.
4069
4070 * term/mac-win.el: Adjust Courier font specifications in
4071 x-fixed-font-alist.
4072 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4073 when directly encoding to UTF-16 in native byte order, no BOM.
4074
4075 2006-03-25 Kim F. Storm <storm@cua.dk>
4076
4077 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4078 (cua--init-keymaps): Use it instead of fixed C-return.
4079 (cua-mode): Set after it.
4080
4081 * emulation/cua-rect.el (cua--init-rectangles):
4082 Use cua-rectangle-mark-key instead of fixed C-return.
4083
4084 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4085
4086 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4087 "run" in .gdbinit.
4088 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4089
4090 2006-03-24 Romain Francoise <romain@orebokech.com>
4091
4092 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4093 `display-buffer-other-frame'.
4094
4095 2006-03-24 Kim F. Storm <storm@cua.dk>
4096
4097 * apropos.el (apropos-synonyms): Add selection => region.
4098
4099 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4100
4101 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4102 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4103 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4104 (gdb-data-list-register-values-regexp)
4105 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4106 Future proof against new fields being added to MI output.
4107 (gdb-send): Don't treat backslashes for program input as
4108 continuations.
4109 (gdb-assembler-handler): Don't use window-start for this handler.
4110 (gdb-frame-handler): Don't change to hollow arrow if overlay
4111 arrow doesn't move to new frame.
4112
4113 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4114
4115 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4116 prevent compiler warnings.
4117 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4118 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4119 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4120 buffer too.
4121
4122 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4123
4124 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4125 make-network-process, so we can use the same code in Gnus v5-10
4126 too and have this file fully synchronized with that release.
4127
4128 2006-03-23 Romain Francoise <romain@orebokech.com>
4129
4130 * ibuf-ext.el (ibuffer-read-filter-group-name):
4131 Use `ibuffer-generate-filter-groups' to make completion list match
4132 the filter groups that are really displayed in the Ibuffer buffer.
4133 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4134
4135 2006-03-23 Kenichi Handa <handa@m17n.org>
4136
4137 * international/mule-cmds.el (sort-coding-systems): Describe that
4138 the argument is modified in docstring.
4139
4140 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4141
4142 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4143 (pgg-gpg-update-agent): New function.
4144 (pgg-gpg-use-agent-p): New function.
4145 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4146 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4147 (pgg-gpg-sign-region): Use it.
4148
4149 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4150
4151 * cus-edit.el (custom-face-set): Call custom-push-theme before
4152 face-spec set so that `changed' theme is correctly saved.
4153 (custom-face-reset-standard): Reset to recalculated face rather
4154 than defface spec.
4155
4156 * custom.el (custom-push-theme): Only save `changed' theme if the
4157 current face does not match the defface specs.
4158
4159 2006-03-21 Simon Josefsson <jas@extundo.com>
4160
4161 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4162 <wilde@sha-bang.de>.
4163 (pgg-gpg-use-agent): New variable.
4164 (pgg-gpg-process-region): Use it.
4165 (pgg-gpg-encrypt-region): Likewise.
4166 (pgg-gpg-encrypt-symmetric-region): Likewise.
4167 (pgg-gpg-decrypt-region): Likewise.
4168 (pgg-gpg-sign-region): Likewise.
4169 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4170
4171 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4172
4173 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4174 bracket links.
4175
4176 2006-03-21 Kim F. Storm <storm@cua.dk>
4177
4178 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4179 fringe-indicator-alist instead of modifying global value.
4180 (gdb-frame-handler): Likewise.
4181
4182 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4183
4184 * diff-mode.el (diff-function): Make it inherit from diff-header
4185 instead of diff-context.
4186
4187 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4188 bitmap.
4189 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4190 change names in macro above for consistency.
4191 (gdb-frame-handler): Use hollow-right-triangle for all selected
4192 frames which except the innermost (where execution has stopped).
4193 (gdb-reset): Reset buffer-local values of overlay-arrow.
4194
4195 2006-03-20 Richard Stallman <rms@gnu.org>
4196
4197 * simple.el (set-mark-command): Doc fix.
4198
4199 * files.el (display-buffer-other-frame): New command.
4200 (ctl-x-4-map): Bind C-x 5 C-o to it.
4201
4202 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4205 rather than just defer-time, in case defer-time has been changed but
4206 the timer isn't running yet.
4207 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4208
4209 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4210
4211 * help-mode.el (help-follow-symbol): New function.
4212 Essentially identical to the old `help-follow', but do not let
4213 `push-button' do the work when on an xref.
4214 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4215
4216 2006-03-19 Richard Stallman <rms@gnu.org>
4217
4218 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4219 preceded by the word `program'.
4220 (help-follow-mouse, help-follow): Throw error if not on xref.
4221 Delete no longer used args.
4222
4223 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4224
4225 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4226 annotation ensure gud-overlay-arrow-position is redisplayed.
4227
4228 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4229
4230 * textmodes/bibtex.el (bibtex-include-OPTkey)
4231 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4232 (bibtex-autokey-name-case-convert)
4233 (bibtex-autokey-titleword-case-convert): Make these the aliases
4234 for the following two variables.
4235 (bibtex-autokey-name-case-convert-function)
4236 (bibtex-autokey-titleword-case-convert-function): Make these the
4237 real names.
4238 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4239 bibtex-font-lock-crossref sublists.
4240 (bibtex-mode): Revert 2005-12-30 change (which made
4241 completion-ignore-case buffer-local).
4242 (bibtex-url): Simplify.
4243
4244 2006-03-19 Kim F. Storm <storm@cua.dk>
4245
4246 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4247 cursor property value to 2 (to align with C level change).
4248
4249 2006-03-19 Bill Wohler <wohler@newt.com>
4250
4251 * image.el (image-load-path-for-library): Shorten first line in
4252 docstring.
4253
4254 2006-03-18 Richard Stallman <rms@gnu.org>
4255
4256 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4257
4258 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4259
4260 * isearch.el (isearch-other-meta-char): Handle user bindings for
4261 shifted control characters.
4262
4263 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4264
4265 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4266 part that matches email addresses, file names, etc.
4267
4268 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4269
4270 * term/w32-win.el (mouse-set-font):
4271 Mention w32-list-proportional-fonts in the doc string.
4272
4273 2006-03-18 Kim F. Storm <storm@cua.dk>
4274
4275 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4276 (ido-unc-hosts): New user option to explicitly define list of know
4277 UNC-style hosts for completion.
4278 (ido-cache-unc-host-shares-time): New user option.
4279 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4280 New helper functions for UNC file-name support.
4281 (ido-may-cache-directory): Check for UNC host. Simplify.
4282 (ido-wash-history): Clean out old UNC hosts.
4283 (ido-nonreadable-directory-p): UNC hosts are always readable.
4284 (ido-directory-too-big-p): UNC hosts are never too big.
4285 (ido-set-current-directory): Handle UNC root path.
4286 (ido-file-name-all-completions): Complete UNC host names from
4287 ido-unc-hosts list. Cache UNC host shares.
4288 (ido-make-file-list-1): Don't filter UNC root.
4289 (ido-exhibit): Check for // in root directory, and switch to UNC
4290 mode by setting ido-current-directory to //.
4291
4292 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4293
4294 * cus-edit.el (customize-changed-options): Mention explicit
4295 version number as default in prompt.
4296
4297 2006-03-17 Bill Wohler <wohler@newt.com>
4298
4299 * image.el (image-load-path-for-library): Minor docstring fix.
4300
4301 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4302
4303 * textmodes/org.el (org-read-date): Include subgroup 5 into
4304 replacement text.
4305 (org-popup-calendar-for-date-prompt): Fix customization type.
4306
4307 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4308
4309 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4310 (gdb-continuation): New variable.
4311 (gdb-send): Deal with continuation lines.
4312
4313 * progmodes/gud.el (gud-gdb-complete-command)
4314 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4315 expressions.
4316 (gud-tooltip-mode): Use buffer-local value.
4317
4318 2006-03-16 Kim F. Storm <storm@cua.dk>
4319
4320 * ido.el (ido-edit-input): Use selected match, if any.
4321
4322 2006-03-16 Bill Wohler <wohler@newt.com>
4323
4324 * image.el (image-load-path-for-library): Prefer user's images in
4325 image-load-path.
4326
4327 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4328
4329 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4330 when checking for attempt to drag leftmost or rightmost scrollbar.
4331
4332 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4333
4334 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4335 (gdb-force-mode-line-update): New function.
4336 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4337 (gdb-exited): Use them.
4338 (gdb-signal): New function.
4339 (gdb-annotation-rules): Provide a rule for it.
4340
4341 2006-03-16 Kenichi Handa <handa@m17n.org>
4342
4343 * international/mule.el (auto-coding-regexp-alist): Add entries
4344 for Unicode BOM.
4345
4346 * sort.el (sort-build-lists): Temporarily bind
4347 inhibit-field-text-motion to t.
4348
4349 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4350
4351 * locate.el (locate-command, locate-make-command-line)
4352 (locate-fcodes-file, locate-update-command)
4353 (locate-prompt-for-command, locate, locate-with-filter)
4354 (locate-get-file-positions): Doc fixes.
4355 (locate-buffer-name, locate-header-face): Remove leading `*' in
4356 defcustom.
4357 (locate-filter-output): Use `keep-lines' instead of its alias
4358 `delete-non-matching-lines'.
4359 (locate-get-filename, locate-get-dirname): Add introductory comment.
4360 (locate-find-directory-other-window): Give appropriate error
4361 message if used outside main listing.
4362
4363 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4366 the new extend-region feature.
4367 (font-lock-after-change-function): Update correspondingly.
4368 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4369 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4370
4371 2006-03-15 Bill Wohler <wohler@newt.com>
4372
4373 * image.el (image-load-path-for-library): Fix example by not
4374 recommending that one binds image-load-path. Just defvar it to
4375 placate compiler and only use it if previously defined.
4376
4377 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4378
4379 * textmodes/org.el (org-insert-centered): Use `string-width' to
4380 make underlining work for wide characters.
4381 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4382 TAB to `org-cycle', to make sure that no binding in
4383 `outline-mode-map' can supercede it.
4384
4385 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4386
4387 * allout.el: Increment version to 2.2.1 in file commentary.
4388
4389 (allout-version): Increment to 2.2.1.
4390
4391 (allout-default-layout): New customization variable, used when the
4392 file lacks a specific allout-layout. Uses allout-layout-type for
4393 recursively nested definition.
4394
4395 (allout-layout-type): Widget defining allout layouts, necessary for
4396 self-recursive definition.
4397
4398 (allout-mode): Incorporate allout-default-layout as fallback for
4399 allout-layout.
4400
4401 (allout-layout): Mark as 'safe-local-variable', and refer mention
4402 fallback to `allout-default-layout' in absence of a specified value.
4403 (allout-passphrase-verifier-string)
4404 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4405
4406 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4407
4408 (allout-get-encryption-passphrase-verifier): Use correct name of
4409 passphrase verifier in docstring.
4410
4411 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4412
4413 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4414 elements.
4415 (gdb-find-watch-expression): Make it work for arrays too.
4416 Follow change to gdb-var-list.
4417 (gud-watch): Allow the user to enter variable name with a prexix
4418 arg. Create keybindings.
4419 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4420 (gdb-var-list-children-handler, gdb-var-update-handler)
4421 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4422 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4423 Follow change to gdb-var-list.
4424 (gdb-starting): Don't show the overlay arrows when program is running.
4425
4426 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4427 gdb-var-list.
4428
4429 2006-03-14 Bill Wohler <wohler@newt.com>
4430
4431 * image.el (image-load-path-for-library): Pass value of path
4432 rather than symbol. Always return list of directories.
4433 Guarantee that image directory comes first.
4434
4435 2006-03-14 Alan Mackenzie <acm@muc.de>
4436
4437 * font-core.el (font-lock-extend-region\(-function\)?.):
4438 New function/variable.
4439
4440 * font-lock.el (font-lock-after-change-function):
4441 Call font-lock-extend-region. Obey font-lock-lines-before.
4442 (font-lock-default-fontify-region): Remove reference to
4443 font-lock-lines-before.
4444
4445 * jit-lock.el (jit-lock-after-change):
4446 Call font-lock-extend-region. Obey font-lock-lines-before.
4447
4448 2006-03-14 David Ponce <david@dponce.com>
4449
4450 * tree-widget.el (tree-widget-themes-load-path)
4451 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4452
4453 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4454
4455 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4456 (rcirc-print): Mark the start of text at the end of the prompt.
4457 (rcirc-track-minor-mode): Add autoload cookie.
4458 (rcirc-update-activity-string): Add space to front of mode-line
4459 indicator.
4460
4461 2006-03-13 Miles Bader <miles@gnu.org>
4462
4463 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4464 (rcirc-abbrev-nick): Remove function.
4465 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4466
4467 2006-03-13 David Ponce <david@dponce.com>
4468
4469 * tree-widget.el: Handle themes across all occurrences of the main
4470 themes sub-directory found in tree-widget-themes-load-path.
4471 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4472 (tree-widget--locate-sub-directory): Return all occurrences.
4473 (tree-widget-themes-path): New function.
4474 Replace tree-widget-themes-directory, and return a list of directories.
4475 (tree-widget-set-parent-theme)
4476 (tree-widget-lookup-image): Use it.
4477
4478 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4479
4480 * textmodes/org.el (org-link-search): Avoid self-matching of
4481 links, allow target text to be distributed over several lines.
4482 (org-search-not-link): New function.
4483 (org-set-regexps-and-options, org-get-current-options):
4484 New startup options.
4485 (org-export-as-html): Take odd-level setting from local variable.
4486 (org-fontify-emphasized-text): New option.
4487 (org-set-font-lock-defaults): Include emphasized text.
4488 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4489 (org-font-lock): Customize group renamed from `org-faces'.
4490
4491 2006-03-13 John Paul Wallington <jpw@pobox.com>
4492
4493 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4494 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4495
4496 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4497
4498 * cus-start.el (all): Delete :version keyword for members of the
4499 fringe group, since the entire group is new in 22.1.
4500
4501 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4502
4503 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4504 map if value is hexadecimal (an address).
4505 (gud-watch): Only search roots for existing watch expressions.
4506 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4507 prevent caching problems with speedbar-update-directory-contents.
4508
4509 2006-03-12 Juri Linkov <juri@jurta.org>
4510
4511 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4512 before comparing with `low' and `warn'.
4513
4514 * info.el (Info-dir-remove-duplicates): Move point to the
4515 beginning of the current line after deleting the entries from
4516 redundant heading. Use marker for `limit' and compare it with
4517 point before calling `re-search-forward'.
4518
4519 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4520
4521 * simple.el (yank): Fix typo in docstring.
4522
4523 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4524
4525 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4526 messages, where "D" is the 6th character.
4527
4528 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4529
4530 * simple.el (yank): Fix last change.
4531
4532 2006-03-11 David Ponce <david@dponce.com>
4533
4534 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4535 merging elements from the standard ispell-dictionary-alist.
4536 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4537 alist, and return the new alist.
4538
4539 2006-03-11 Richard Stallman <rms@gnu.org>
4540
4541 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4542
4543 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4544 the way it is implemented is too unclean.
4545
4546 * simple.el (kill-region, yank): Doc fix.
4547
4548 * battery.el (battery-echo-area-format): Doc fix.
4549 (battery-mode-line-format): Likewise.
4550 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4551 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4552
4553 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4554
4555 * progmodes/octave-mod.el (octave-indent-for-comment):
4556 Behave according to do string.
4557
4558 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4559
4560 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4561 Be visible only if major mode is Mail Mode.
4562
4563 * textmodes/flyspell.el (flyspell-external-point-words)
4564 (flyspell-process-localwords): Fix last changes.
4565
4566 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4567
4568 * calendar/holidays.el (list-holidays): Doc fix.
4569
4570 * international/mule.el (auto-coding-alist): Add .odt
4571 (OpenOffice's open document) files.
4572
4573 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4574 document) files. Mention in the doc string the need to sync with
4575 auto-coding-alist.
4576
4577 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4578
4579 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4580 enable-local-variables is set to always query, or there is no
4581 savable variable.
4582
4583 2006-03-10 Bill Wohler <wohler@newt.com>
4584
4585 * image.el (image-load-path-for-library): Merge at least three
4586 functions from Gnus and MH-E into this one function that can now
4587 be shared.
4588
4589 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4590
4591 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4592 gdb-remove-mouse-face and remove help-echo too.
4593 (gdb-enqueue-input): Correct conditional clause.
4594
4595 2006-03-10 Glenn Morris <rgm@gnu.org>
4596
4597 * calendar/calendar.el (calendar-holidays): Doc fix.
4598 * calendar/holidays.el (list-holidays): Doc fix.
4599
4600 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4601
4602 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4603 it gets called in gdb-prompt anyway.
4604 (gdb-use-separate-io-buffer): Only restore window arrangement for
4605 gdb-many-windows.
4606 (gdb-enqueue-input): Make it harder to send GDB input when program
4607 is running.
4608 (gdb-buffer-list): New variable.
4609 (gdb-remove-mouse-face): New function.
4610 (gdb-starting): Use it when GDB input won't get sent.
4611
4612 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4613
4614 * help.el (view-lossage): Remove trailing whitespace before
4615 inserting "\n".
4616
4617 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4618
4619 * files.el (hack-local-variables-confirm):
4620 Set coding-system-for-read to nil before writing to .emacs.
4621
4622 * arc-mode.el (archive-extract): Check if an existing buffer name
4623 comes from a different archive.
4624
4625 * help.el (describe-key-briefly): If KEY is a down event, read and
4626 discard the up event.
4627
4628 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4629
4630 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4631 be edited and use font-lock-warning-face for any changes.
4632
4633 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4634 (gdb-edit-value): Use it to report any errors.
4635
4636 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4637
4638 * help.el (describe-key): Remove leftover test code.
4639
4640 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4641
4642 * textmodes/org.el: Move defvars out of eval-when-compile.
4643 Use buffer-file-name variable.
4644 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4645 arg `file'.
4646 (org-level-faces): Remove startup dependency.
4647 (org-cycle, org-map-tree, org-scan-tags)
4648 (org-remember-handler): Don't call `outline-level' directly.
4649 (org-mhe-search-all-folders): New option.
4650 (org-mhe-get-message-folder-from-index)
4651 (org-mhe-get-message-folder): Fix indexing search.
4652 (org-format-agenda-item): Handle nil TAGS argument.
4653 (org-cleaned-string-for-export, org-activate-target-links)
4654 (org-make-target-link-regexp): Deal with empty radio target list.
4655 (org-tag): New face.
4656 (org-get-level-face): New function.
4657 (org-set-font-lock-defaults): Simplify setup for headlines.
4658 (org-complete): Pass common substring to `display-completion-list'.
4659
4660 2006-03-06 David Ponce <david@dponce.com>
4661
4662 * tree-widget.el: Update Commentary header.
4663 (tree-widget-theme-name): Ignore parent themes.
4664 (tree-widget-set-parent-theme): New function.
4665 (tree-widget-set-theme): Use it.
4666 (tree-widget-set-image-properties): Move definition. Does nothing
4667 if image properties have already been set.
4668 (tree-widget-image-properties): Move definition. Receive an image
4669 name. Set the :pointer property.
4670 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4671 Don't set the :pointer image property.
4672 (tree-widget-convert-widget): New function. Handle :dynargs
4673 compatibility here.
4674 (tree-widget): Use it to :convert-widget. Add the :expander-p
4675 predicate to control when the :expander function is entered.
4676 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4677 (tree-widget-value-create): Handle :expander-p. widget-apply
4678 :expander.
4679 (tree-widget-expander-p): New function. Default value of the
4680 :expander-p property.
4681
4682 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4683
4684 * help.el (describe-key): Properly handle the return value of
4685 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4686 remaps. Handle string and vector `follow-link' values.
4687
4688 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * complete.el (PC-expand-many-files): Try be more careful when parsing
4691 the shell's output.
4692
4693 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4694
4695 * outline.el (hide-sublevels): Provide better interactive default.
4696
4697 2006-03-06 Kenichi Handa <handa@m17n.org>
4698
4699 * international/fontset.el (create-fontset-from-fontset-spec):
4700 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4701
4702 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4703
4704 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4705 backslashes instead of one in regexp.
4706 (gud-tooltip-dereference): Add missing optional argument.
4707
4708 2006-03-04 John Paul Wallington <jpw@pobox.com>
4709
4710 * wdired.el (toplevel): Require `cl' at compile-time.
4711
4712 2006-03-04 Andreas Schwab <schwab@suse.de>
4713
4714 * server.el (server-process-filter): Handle errors during
4715 evaluation of the argument.
4716
4717 2006-03-03 John Paul Wallington <jpw@pobox.com>
4718
4719 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4720 escape parentheses at beginning of line.
4721 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4722 (t-mouse-mode): Remove period from end of error message.
4723
4724 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4725
4726 * textmodes/flyspell.el (flyspell-process-localwords):
4727 Be case-sensitive.
4728
4729 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4730
4731 * cus-edit.el (custom-quote): Remove function, since it has been
4732 moved to custom.el.
4733
4734 * font-lock.el (lisp-font-lock-keywords-2)
4735 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4736 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4737 they have no special meaning.
4738
4739 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4740 indirect buffer gets killed before indirect buffer. Use dolist.
4741
4742 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4743
4744 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4745 value instead of a literal constant (1) on more pauses.
4746
4747 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4748
4749 * textmodes/flyspell.el (flyspell-external-point-words):
4750 Be case-sensitive.
4751
4752 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4753
4754 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4755 with "www".
4756
4757 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4758
4759 * allout.el: Restablish intermediate missing comment header to
4760 preserve outline structure.
4761 (allout-beginning-of-current-entry): Skip invisible text.
4762 (allout-open-topic): Fix opening a topic at end-of-buffer.
4763 (allout-minor-mode): Move nearer to allout-mode function.
4764
4765 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4766
4767 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4768
4769 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4770
4771 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4772 is nil.
4773
4774 * progmodes/gud.el (gud-speedbar-menu-items):
4775 Use buffer-local-value and add missing :visible keyword.
4776
4777 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4778
4779 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4780
4781 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4782 must be `follow-link'.
4783
4784 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4785
4786 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4787 formatting: No nested anchors.
4788 (org-all-targets): Fix bug with XEmacs compatibility.
4789 (org-read-date): Add (require 'parse-time).
4790 (org-set-tags): Fix bug with extra inserted space.
4791 (org-export-html-style): Define a style class for targets.
4792 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4793 (org-hide-leading-stars): New option.
4794 (org-hide): New face.
4795 (org-set-font-lock-defaults): Allow to hide leading stars.
4796 (org-get-legal-level, org-tr-level): New functions.
4797 (org-odd-levels-only): New option.
4798 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4799 (org-demote, org-promote): Deal with double-star levels.
4800 (org-convert-to-odd-levels): New command.
4801
4802 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4803
4804 * speedbar.el (speedbar-update-localized-contents): Try to
4805 preserve window-start.
4806 (speedbar-update-directory-contents): Try to preserve window-start
4807 and window-point.
4808 (speedbar-update-special-contents): Don't move back to start of window.
4809
4810 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4811 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4812 speedbar-timer-fn.
4813 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4814 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4815 instead of gdb-speedbar-timer-fn.
4816
4817 2006-02-28 Jay Belanger <belanger@truman.edu>
4818
4819 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4820 (math-compose-expr): Use latex option when calling
4821 `math-compose-tex-matrix' for latex mode.
4822
4823 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4824
4825 * speedbar.el: Re-instate comments about developing for speedbar
4826 [this is what info and gdb-ui use even if better methods exist now].
4827
4828 * t-mouse.el: New file.
4829 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4830 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4831 (t-mouse-make-event-element): Use posn-at-x-y instead.
4832 (t-mouse-make-event): Deal with Fedora Core 3.
4833 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4834 (t-mouse-mouse-position-function): New function. Use it instead
4835 of advising mouse-position.
4836 (t-mouse-mode): New minor mode.
4837 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4838
4839 2006-02-27 Glenn Morris <rgm@gnu.org>
4840
4841 * calendar/calendar.el (calendar-holidays): Doc fix.
4842
4843 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4844
4845 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4846 Re-introduce the concept of a source window.
4847 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4848 consistency with get-buffer-create.
4849 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4850 (gdb-data-list-register-values-handler)
4851 (gdb-stack-list-locals-handler): Try to preserve window-start as
4852 well as window-point.
4853 (gdb-display-source-buffer): New function (old concept).
4854 (gdb-goto-breakpoint): Use it.
4855
4856 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4857 for gdb-ui/gdb-mi (old concept).
4858
4859 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4860
4861 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4862 binding.
4863
4864 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4865
4866 * textmodes/reftex-sel.el (reftex-select-label-map)
4867 (reftex-select-bib-map): Add `follow-mouse' binding.
4868
4869 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4870
4871 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4872 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4873 Give :set functions to provide automatic updating.
4874 Update docstring. Give compiler defvars early in the file
4875 and move the defcustoms to a later spot where all called functions
4876 are defined.
4877 (jka-compr-file-name-handler-entry): Doc fix.
4878 (jka-compr-compression-info-list--internal)
4879 (jka-compr-mode-alist-additions--internal)
4880 (jka-compr-load-suffixes--internal): New variables.
4881 (jka-compr-install): Set the three above variables.
4882 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4883 (jka-compr-update, jka-compr-set): New functions.
4884 (auto-compression-mode): Doc fix.
4885
4886 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4887 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4888 Use jka-compr-compression-info-list--internal,
4889 jka-compr-mode-alist-additions--internal and
4890 jka-compr-load-suffixes--internal.
4891
4892 * files.el (load-library):
4893 * loadhist.el (file-loadhist-lookup):
4894 * startup.el (command-line):
4895 * subr.el (locate-library):
4896 * emacs-lisp/autoload.el (update-directory-autoloads):
4897 * emacs-lisp/find-func.el (find-library-suffixes):
4898 Use `get-load-suffixes' instead of `load-suffixes'.
4899
4900 * subr.el (locate-library):
4901 * emacs-lisp/find-func.el (find-library-name):
4902 Use `load-file-rep-suffixes' instead of '("").
4903
4904 2006-02-26 Kim F. Storm <storm@cua.dk>
4905
4906 * ido.el (ido-save-history, ido-load-history): Simplify.
4907 Don't use find-file-noselect to avoid interference from other modes.
4908
4909 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4910
4911 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4912 to use the default shell if filename is not available.
4913 Reported by Giorgos Keramidas.
4914
4915 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4916
4917 * progmodes/etags.el (tags-completion-table): Do completion from
4918 all the tables in the current list, as documented in the manual.
4919
4920 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4921
4922 * CC Mode Update to 5.31.3.
4923
4924 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4925
4926 * progmodes/cc-mode.el (c-postprocess-file-styles):
4927 Bind inhibit-read-only to t, around the call to
4928 c-remove-any-local-eval-or-mode-variables, so that it works on a
4929 RO file.
4930
4931 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4932
4933 * progmodes/cc-awk.el: Correct a typo.
4934
4935 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4936
4937 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4938 c-hungry-delete-backwards, at the request of RMS. Leave the old
4939 name as an alias.
4940
4941 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4942
4943 * progmodes/cc-mode.el: Correct a typo.
4944
4945 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4946
4947 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4948
4949 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4950
4951 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4952 brace-else-brace (error due to mbeg, mend being undefined).
4953
4954 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4955
4956 * progmodes/cc-mode.el: File Local variables: Solve the problem
4957 where both `mode' and c-file-offsets are specified: `mode' will
4958 overwrite c-f-o's settings:
4959 (c-remove-any-local-eval-or-mode-variables): New function.
4960 (c-postprocess-file-styles): Call the above new function, within
4961 c-tentative-buffer-change, to splat `mode' and `eval' before the
4962 second hack-local-variables.
4963
4964 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4965
4966 * progmodes/cc-mode.el:
4967 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4968 (c-after-change): Protect the match data with save-match-data.
4969 It was getting corrupted by c-after-change-check-<>-operators.
4970
4971 * cc-defs.el: [Supersedes patch V1.38]:
4972 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4973 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4974
4975 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4976 with save-match-data. It was being corrupted when Font Lock was
4977 not enabled.
4978
4979 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4980
4981 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4982 Mode and Subword Mode.
4983
4984 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4985 real labels ("case 1:" or "foo:") from non-labels ("public:").
4986 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4987 coding; c-f-t-2 doesn't move over a token at EOB.
4988
4989 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4990
4991 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4992 (c-update-modeline): Concatenate the minor mode indicators
4993 directly onto mode-name, removing c-submode-indicators.
4994 Sometimes, c-s-i got separated from the mode name on the mode line.
4995
4996 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4997 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4998
4999 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5000
5001 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5002 error message when there's an evaluation error to show whether
5003 it's loaded from source or not.
5004 (c-filter-ops): Make it available at runtime too to work when
5005 `c-make-init-lang-vars-fun' needs to evaluate from source.
5006
5007 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
5008
5009 * help.el (help): Revert last part of 2006-02-23 change (deletion
5010 of the `provide' call).
5011
5012 2006-02-23 Juri Linkov <juri@jurta.org>
5013
5014 * compare-w.el (compare-windows-highlight): Add new value
5015 `persistent' and change :type from `boolean' to `choice'.
5016 (compare-windows-overlays1, compare-windows-overlays2):
5017 New internal variables.
5018 (compare-windows-highlight): If compare-windows-highlight is
5019 `persistent', add current overlays to compare-windows-overlays[12]
5020 instead of adding compare-windows-dehighlight to pre-command-hook.
5021 (compare-windows-dehighlight): Delete all overlays from
5022 compare-windows-overlays[12].
5023
5024 * info.el (Info-search): Don't bind search-spaces-regexp to
5025 Info-search-whitespace-regexp in non-regexp isearch mode.
5026
5027 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5028
5029 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5030
5031 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5032
5033 * textmodes/org.el (org-xemacs-p)
5034 (org-export-html-show-new-buffer, org-table-may-need-update)
5035 (org-insert-item, org-mhe-get-message-real-folder)
5036 (org-mhe-get-message-folder-from-index)
5037 (org-mhe-get-message-folder, org-mhe-get-message-num)
5038 (org-mhe-get-header, org-make-org-heading-search-string)
5039 (org-make-org-heading-camel, org-table-sort-lines)
5040 (org-format-org-table-html, org-format-table-table-html):
5041 Fix typos in docstrings.
5042
5043 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5044
5045 * textmodes/org.el (org-cleaned-string-for-export)
5046 (org-solidify-link-text): New function.
5047 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5048 XEmacs, just to silence the compiler.
5049 (org-export-as-ascii, org-export-as-html-and-open):
5050 Use `org-cleaned-string-for-export' and create internal links.
5051 (org-follow-mhe-link): Require mh-e, use folder.
5052
5053 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5054
5055 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5056
5057 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5058 gdb-debug-log-length.
5059 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5060 it a real ring but...
5061 (gud-gdba-marker-filter): ...make it work like mark-ring.
5062 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5063 (gdb-mouse-jump): New function. Add bindings.
5064
5065 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5066
5067 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5068 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5069 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5070 (gdb-debug-log-length): Customize it's length.
5071 (gud-watch, gdb-var-create-handler): Display function::var format
5072 but don't use to create variable object.
5073 (gdb-var-create-handler): Use message-box in place of message.
5074 (gdb-stopped): Call gdb-exited if signalled.
5075
5076 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5077
5078 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5079
5080 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5081
5082 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5083 if `reftex-try-all-extensions' is set.
5084
5085 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5086 fail silently when there is no valid argument at point.
5087 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5088 `fail-silently' argument. From a patch by David Reiter.
5089
5090 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5091 New commands.
5092 (org-mark-ring): New variable.
5093 (org-mark-ring-length): New option.
5094 (org-open-at-point, org-goto, org-open-file): Push old position
5095 onto the mark ring.
5096 (org-add-hook): New function.
5097 (org-export-table-remove-special-lines): New option.
5098 (org-skip-comments, org-format-org-table-html): Respect new
5099 option `org-export-table-remove-special-lines'.
5100 (org-open-file): Allow special command configuration for
5101 directory link.
5102 (org-file-apps): Fix bugs in customize type, added setting
5103 for directories.
5104 (org-activate-tags, org-format-agenda-item, org-complete)
5105 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5106 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5107 (org-link-search, org-make-org-heading-search-string)
5108 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5109 (org-radio-targets, org-file-link-context-use-camel-case)
5110 (org-activate-camels): New options.
5111 (org-update-radio-target-regexp, org-all-targets)
5112 (org-make-target-link-regexp, org-activate-target-links):
5113 New functions.
5114 (org-make-org-heading-search-string): New function.
5115 (org-store-link, org-insert-link): Use new option
5116 `org-file-link-context-use-camel-case'.
5117 (org-activate-camels): Use new option `org-activate-camels'.
5118 (org-link-regexp): Add mhe prefix.
5119 (org-open-at-point, org-store-link): Support for mhe links.
5120 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5121 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5122 (org-mhe-get-header, org-follow-mhe-link): New functions.
5123 (org-remove-angle-brackets, org-add-angle-brackets):
5124 New functions.
5125 (org-bracket-link-regexp): New constant.
5126 (org-read-date): Fix bug that was rejecting all typed dates.
5127 (org-link-search): Make hierarchy above visible after a match.
5128 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5129 (org-store-link): Fix bug with link creation when cursor is in
5130 an empty line.
5131 (org-open-at-point): Fix bug with matching a link.
5132 Fixed buggy argument sequence in call to `org-view-tags'.
5133 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5134 (org-prefix-has-tag): New variable.
5135 (org-format-agenda-item): Remove tags from headline
5136 if appropriate.
5137 (org-agenda-remove-tags-when-in-prefix): New option.
5138
5139 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5140
5141 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5142 Fix the regular expressions.
5143
5144 2006-02-21 Richard M. Stallman <rms@gnu.org>
5145
5146 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5147 if there's no other specific basis.
5148
5149 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5150 as variables at all.
5151 (unsafep-variable): Rename arg; doc fix.
5152
5153 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5154
5155 * calendar/appt.el (diary-selective-display): Add defvar.
5156
5157 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5158
5159 * isearch.el (search-whitespace-regexp): Fix custom type.
5160
5161 * help.el (describe-key-briefly): Compute interactive args
5162 in same was as before previous change.
5163
5164 * files.el (enable-local-variables): Doc fix.
5165
5166 2006-02-21 Kim F. Storm <storm@cua.dk>
5167
5168 * fringe.el: Cleanup as file is now pre-loaded.
5169 (fringe-bitmaps): Initialize unconditionally.
5170 (fringe-mode, set-fringe-style): Remove autoload cookies.
5171
5172 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5173
5174 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5175 `horizontal-bar'.
5176 (fringe-cursor-alist): Use `horizontal-bar'.
5177
5178 2006-02-20 Kim F. Storm <storm@cua.dk>
5179
5180 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5181 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5182
5183 * loadup.el: Load "fringe" on window systems.
5184
5185 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5186
5187 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5188 out of scope components.
5189
5190 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5191 default.
5192
5193 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5194
5195 * custom.el (customize-mark-to-save, customize-mark-as-set):
5196 Load the symbol first.
5197
5198 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5199
5200 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5201 strech spec so it doesn't display as "^J" on the header line
5202 when `Buffer-menu-use-header-line' is t.
5203
5204 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5205
5206 * speedbar.el (speedbar-make-button): Keep text properties
5207 of string arguments if desired.
5208
5209 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5210 expessions.
5211
5212 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5213 of speedbar.
5214
5215 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5216
5217 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5218 to value of `read-file-name-completion-ignore-case'.
5219
5220 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5221
5222 * custom.el (customize-mark-as-set): Push to `user' theme.
5223
5224 * cus-edit.el (custom-save-variables): Allow unthemed values.
5225 (customize-set-variable): Push setting to `user' theme.
5226
5227 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5228
5229 * progmodes/gud.el: Don't require font-lock as it's now
5230 automatically loaded.
5231 (gud-speedbar-buttons): Replace gdb-var-changed with
5232 gdb-force-update.
5233
5234 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5235 gdb-var-changed.
5236 (gdb-post-prompt): Use it.
5237 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5238 (gdb-var-update-handler, gdb-var-delete)
5239 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5240 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5241 gdb-force-update in gdb-post-prompt.
5242 (gdb-reset): Clear watch expressions from speedbar when quitting.
5243
5244 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5245
5246 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5247 (viper-change-state-to-vi, viper-change-state-to-emacs):
5248 Make aware of cursor coloring in the Emacs state.
5249 (viper-special-read-and-insert-char): Use read-char-exclusive.
5250 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5251
5252 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5253
5254 * viper-util.el (viper-save-cursor-color)
5255 (viper-get-saved-cursor-color-in-replace-mode)
5256 (viper-get-saved-cursor-color-in-insert-mode)
5257 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5258 state.
5259 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5260
5261 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5262 (ediff-ignore-case-option3, ediff-actual-diff-options)
5263 (ediff-actual-diff3-options): New variables to control case sensitivity.
5264 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5265 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5266 (ediff-toggle-ignore-case): New function.
5267 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5268
5269 * ediff-help.el (ediff-long-help-message-narrow2)
5270 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5271 (ediff-long-help-message-word-mode): Add ignore-case command.
5272 (ediff-help-for-quick-help): Add ignore-case command.
5273
5274 * ediff-merg.el: Move provide to the end.
5275
5276 * ediff-ptch.el: Move provide to the end.
5277
5278 * ediff-wind.el: Move provide to the end.
5279
5280 * ediff-mult.el: Move provide to the end.
5281 (ediff-set-meta-overlay): Enable follow-link.
5282
5283 * ediff.el: Move provide to the end.
5284 Break recursive load cycle in eval-when-compile.
5285 (ediff-patch-buffer): Better heuristics.
5286
5287 * ediff-util.el: Move provide to the end.
5288 Break recursive load cycle in eval-when-compile.
5289 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5290 defuns.
5291 (ediff-submit-report): Pass the values of ediff-diff3-program,
5292 ediff-diff3-options.
5293
5294 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5295
5296 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5297 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5298 `' (for example, in the docstring of `windmove-default-keybindings').
5299
5300 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5301
5302 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5303 shadow face. Don't provide binding to edit variable when it is
5304 out of scope.
5305
5306 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5307 (gdb-var-update-handler): Detect out of scope variables with pre
5308 GDB 6.4 too.
5309 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5310 Reset status of variable objects to nil in update handlers.
5311 (gdb-var-update-handler-1): Detect when a variable object comes
5312 in scope. setcar on var changes gdb-var-list directly.
5313
5314 2006-02-17 Juri Linkov <juri@jurta.org>
5315
5316 * ffap.el (ffap) <defface>: Add explicit face declaration.
5317 (ffap-highlight): Use face `ffap' directly instead of checking
5318 for its existence.
5319
5320 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5321 `visible-ok' of `other-buffer' to find the right original buffer.
5322
5323 * info.el (Info-search): Skip `Local Variables' node.
5324
5325 2006-02-17 Juri Linkov <juri@jurta.org>
5326
5327 * info.el (Info-find-file): Check for symbols `apropos', `history',
5328 `toc' in the input filename, and return these symbols as is.
5329 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5330 `history', `toc' instead of strings.
5331 (Info-set-mode-line): For non-string Info-current-file use the
5332 symbol's name inside **.
5333 (Info-isearch-push-state): Add quote before Info-current-file and
5334 Info-current-node.
5335 (Info-isearch-pop-state): Use `equal' instead of `string='.
5336 (Info-extract-pointer, Info-following-node-name): Use
5337 `match-string-no-properties' instead of `match-string'.
5338 (Info-up): Check `old-file' for `stringp'.
5339 (Info-history): Use `equal' instead of `string-equal'.
5340 Check `file' for `stringp'.
5341 (Info-history): Use symbol `history' instead of string as first arg
5342 of `Info-find-node'.
5343 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5344 `toc' instead of string.
5345 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5346 instead of `buffer-substring', and `match-string-no-properties'
5347 instead of `match-string'.
5348 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5349 instead of strings.
5350 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5351 Use symbol `apropos' instead of string.
5352 (Info-copy-current-node-name): Check `Info-current-file' for
5353 `stringp' and construct a command with `Info-find-node' from it.
5354 (Info-fontify-node): Use `match-string-no-properties' instead of
5355 `match-string' and check file names for `stringp'.
5356 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5357 `history', `toc' instead of strings.
5358
5359 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5360
5361 * files.el: Rearrange functions and variables in the file local
5362 variables section.
5363
5364 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5365
5366 * files.el: Add truncate-lines, ispell-check-comments and
5367 ispell-local-dictionary as safe local variables.
5368
5369 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5370
5371 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5372 out of scope variables.
5373 (gud-speedbar-buttons): Use unless.
5374
5375 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5376 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5377 (gdb-show-changed-values): Also use for out of scope variables.
5378 (gdb-var-update-handler-1): Note if variable goes out of scope.
5379
5380 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5381
5382 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5383 default to global variable values for unsupplied args.
5384 (rcirc-get-buffer-create): Fix bug with setting the target.
5385 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5386 test for rcirc-always-use-server-buffer-flag here.
5387 (rcirc-response-formats): Add %N, which is a facified nick. %n
5388 uses the default face. Change the ACTION format string. If the
5389 "nick" is the server, don't print anything for that field.
5390 Comment fixes.
5391 (rcirc-target-buffer): Don't test
5392 rcirc-always-use-server-buffer-flag here.
5393 (rcirc-print): Squeeze extra spaces out of the text before message.
5394 (rcirc-put-nick-channel): Strip potential "@" char from nick
5395 before adding them to nick table.
5396 (rcirc-url-regexp): Improve to match address like "foo.com".
5397
5398 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5399
5400 * allout.el (allout-hidden-p): Move this defsubst before
5401 allout-overlay-interior-modification-handler, where it is first
5402 used.
5403
5404 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5405
5406 * allout.el: Use allout invisible-text overlays instead of
5407 selective display for concealed text. Also, lots of general
5408 cleanup, and improved compatibility code.
5409
5410 (allout-version) Incremented, corrected, revised, and refined
5411 module commentary.
5412
5413 (provide 'allout): Moved to the bottom, added a require of overlay.
5414
5415 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5416 `except-current'.
5417 (allout-write-file-hook-handler): Minimize delay.
5418 (count-trailing-whitespace-region): New function so
5419 auto-encryption of current topic can resituate cursor exactly.
5420 PGP/GPG encryption trims trailing whitespace from lines, which
5421 must be accounted for across encryption then decryption.
5422
5423 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5424 just plain "\C-c", to avoid intruding on user's keybinding space.
5425
5426 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5427 parameter, so user request to provide a new password is done.
5428
5429 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5430 Refined mechanism for auto-filling behavior while in allout mode.
5431
5432 (allout-mode): Explicitly specify the mode map in the docstring.
5433 Clarify provision for various write-file hook var names.
5434 Adjusted for invisible-text overlays instead of selective-display.
5435
5436 (allout-depth): Really return 0 if not within any topic. This
5437 rectifies `allout-beginning-of-level' and sequence numbering
5438 errors that occur when cutting and pasting numbered topics.
5439 Changed from a in-line subst to a regular function, as well.
5440
5441 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5442
5443 (allout-end-of-subtree, allout-end-of-subtree)
5444 (allout-end-of-entry, allout-end-of-current-heading)
5445 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5446 (allout-show-children, allout-show-to-offshoot)
5447 (allout-hide-current-entry, allout-show-current-entry): Rectified
5448 handling of trailing blank lines between items.
5449
5450 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5451 (allout-current-depth, allout-unprotected, allout-hidden-p)
5452 (allout-on-current-heading-p, allout-listify-exposed)
5453 (allout-chart-subtree, allout-goto-prefix)
5454 (allout-back-to-current-heading, allout-get-body-text)
5455 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5456 (allout-hide-region-body, allout-toggle-subtree-encryption)
5457 (allout-encrypt-string, allout-encrypted-key-info)
5458 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5459 (allout-file-vars-section-data): Adjusted for use with
5460 invisible-text overlays instead of selective-display.
5461
5462 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5463 Reworked for use with invisible text overlays.
5464
5465 (allout-current-topic-collapsed-p): New function.
5466
5467 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5468 to know when to close the containing topic.
5469
5470 (allout-pre-command-business, allout-post-command-business):
5471 Simplify undo-batching and dynamic isearch exposure.
5472
5473 (allout-set-overlay-category): New for invisible-text overlays.
5474 Sets properties of allout-overlay-category, used by
5475 allout-flag-region to set invisible-text overlay properties.
5476 (allout-get-invisibility-overlay): Get the first qualifying
5477 invisibility overlay, so we can find the extent of it.
5478 (allout-back-to-visible-text): Get to just before the beginnining
5479 of the current invisibility overlay, if any.
5480
5481 (allout-overlay-insert-in-front-handler)
5482 (allout-overlay-interior-modification-handler)
5483 (allout-before-change-handler, allout-isearch-end-handler): New
5484 functions to handle extraordinary actions affecting concealed
5485 text.
5486
5487 (allout-flag-region): Use overlays instead of selective-display
5488 for invisible text - by inheritence from the properties of
5489 allout-overlay-category in mainline Emacs, and applied
5490 property-by-property in XEmacs, some recent versions of which
5491 don't inherit the properties from the category. Provisions to
5492 respond to concealed-text edits simplified drastically.
5493
5494 (allout-isearch-rectification, allout-isearch-was-font-lock)
5495 (allout-isearch-expose, allout-enwrap-isearch)
5496 (allout-isearch-abort, allout-pre-was-isearching)
5497 (allout-isearch-prior-pos, allout-isearch-did-quit)
5498 (allout-isearch-dynamic-expose)
5499 (allout-hide-current-entry-completely): Functions deleted.
5500
5501 (allout-undo-aggregation): Explicit undo aggregation no longer
5502 necessary due to transition away from selective-display.
5503
5504 (set-allout-regexp, allout-up-current-level)
5505 (allout-next-visible-heading, allout-forward-current-level)
5506 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5507 (allout-kill-line, allout-yank-processing, allout-show-children)
5508 (allout-expose-topic, allout-old-expose-topic)
5509 (allout-listify-exposed, allout-insert-latex-header)
5510 (allout-toggle-subtree-encryption, allout-encrypt-string)
5511 (remove-from-invisibility-spec, allout-hide-current-subtree):
5512 Ditched unused variables.
5513
5514 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5515
5516 * textmodes/ispell.el (ispell-change-dictionary): Call
5517 ispell-buffer-local-dict instead of
5518 ispell-accept-buffer-local-defs.
5519 (ispell-local-dictionary-alist): Accept as valid any coding-system
5520 supported by Emacs.
5521 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5522 changed to iso-8859-3.
5523
5524 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5525
5526 * speedbar.el (speedbar-frame-width): Make an inline function
5527 instead of a macro. Use frame-width.
5528 (speedbar-try-completion, speedbar-update-contents)
5529 (speedbar-timer-fn): Use consp.
5530 (speedbar-update-localized-contents): Try to preserve point.
5531
5532 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5533 (menu): Re-order menu items.
5534 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5535 field.
5536 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5537 (gdb-post-prompt): Speed things by not forcing update.
5538
5539 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5540
5541 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5542 press and perform default action if we get a mouse movement event.
5543
5544 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5545
5546 * calendar/icalendar.el (icalendar--get-event-property)
5547 (icalendar--get-event-property-attributes): Fix typos in
5548 docstrings.
5549
5550 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5551 docstring.
5552
5553 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5554
5555 * bs.el (bs-mode): Use `buffer-disable-undo'.
5556 (bs--get-file-name): Simplify.
5557 (bs-show-in-buffer): Mark the buffer as not modified.
5558
5559 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5560
5561 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5562 widget-button-click.
5563
5564 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5565 (custom-mode): Update docstring.
5566
5567 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5568 binding.
5569
5570 * files.el (hack-local-variables-confirm): Allow scrolling if the
5571 file variable list is too long. Kill temp buffer after use.
5572
5573 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5574
5575 * progmodes/gud.el (gdb): Improve doc string.
5576 (gdb-script-font-lock-keywords): Expand allowed character set.
5577
5578 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5579 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5580 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5581 (gdb-separate-io-stop, gdb-separate-io-eof):
5582 Rename from gdb-inferior-* to gdb-separate-*.
5583 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5584
5585 2006-02-14 Jay Belanger <belanger@truman.edu>
5586
5587 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5588 expression is a symbol before checking that it is bound.
5589
5590 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5591 test to see if equation can be solved.
5592
5593 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5594
5595 * wid-edit.el (widget-button-click): Use :pressed-face property
5596 for overlay face, if it exists.
5597
5598 * cus-edit.el (custom-manual, custom-add-see-also)
5599 (custom-add-parent-links, custom-group-link): Add :pressed-face
5600 property to links.
5601
5602 * files.el (hack-local-variables): Remove ignored variables before
5603 checking if any variables need setting.
5604
5605 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5606
5607 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5608
5609 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5610
5611 * help.el (where-is): Fix message for remapped commands.
5612
5613 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5614 Fix typos in docstrings.
5615
5616 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5617
5618 * files.el (safe-local-variable-values): New option.
5619 (hack-local-variables-prop-line): Return a list of variable-value
5620 pairs if MODE-ONLY is non-nil.
5621 (hack-local-variables): Construct list of variable-value pairs,
5622 and apply or reject them in one go. Ask for confirmation if
5623 variables are not known safe.
5624 (hack-local-variables-confirm): Complete rewrite. Support
5625 `safe-local-variable-values'.
5626 (enable-local-variables): Update docstring to reflect new
5627 behavior.
5628 (ignored-local-variables): Ignore ignored-local-variables and
5629 safe-local-variable-values.
5630 (safe-local-variable-p): New function.
5631 (risky-local-variable-p): `safe-local-variable' property check
5632 moved to safe-local-variable-p.
5633 (hack-one-local-variable): Checks moved to hack-local-variables.
5634
5635 (byte-compile-dynamic, c-basic-offset, c-file-style)
5636 (c-indent-level, comment-column, fill-column, fill-prefix)
5637 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5638 (no-update-autoloads, outline-regexp, page-delimiter)
5639 (paragraph-start, paragraph-separate, sentence-end)
5640 (sentence-end-double-space tab-width, version-control):
5641 Add `safe-local-variable' property.
5642
5643 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5644
5645 * icomplete.el, play/landmark.el: Change nonexistent
5646 `outline-layout' file variable to `allout-layout'.
5647
5648 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5649
5650 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5651 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5652 to gud-comint-buffer.
5653 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5654 gdb-ui.el for gdb-mi.el.
5655 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5656 registers buffer to gdb-get-changed-registers.
5657 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5658 deletion of catchpoints (throw and catch).
5659 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5660 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5661 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5662 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5663 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5664
5665 2006-02-13 Jay Belanger <belanger@truman.edu>
5666
5667 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5668 expression is a symbol before checking that it is bound.
5669
5670 2006-02-13 Richard M. Stallman <rms@gnu.org>
5671
5672 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5673 for the minibuffer too, but not if resize-mini-windows will interfere.
5674
5675 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5676 inside `interactive' spec.
5677 (describe-key-briefly-internal, describe-key-internal):
5678 Functions merged back into their callers.
5679
5680 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5681
5682 * info.el (info-xref-visited): Inherit from info-xref too.
5683 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5684 when propertizing Info-current-file and Info-current-node.
5685
5686 2006-02-13 Juri Linkov <juri@jurta.org>
5687
5688 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5689 (tumme-thumb-name): Fix per-directory format.
5690
5691 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5692
5693 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5694
5695 2006-02-12 Miles Bader <miles@gnu.org>
5696
5697 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5698
5699 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5700
5701 * tumme.el: Remove history section. If someone needs the it, it
5702 can always be found in CVS.
5703
5704 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5705
5706 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5707 about the Thumbnail Managing Standard option.
5708
5709 2006-02-12 Richard M. Stallman <rms@gnu.org>
5710
5711 * subr.el (substitute-key-definition): Doc fix.
5712
5713 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5714
5715 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5716
5717 * info.el (Info-mode): Doc fix.
5718
5719 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5720
5721 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5722
5723 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5724 because on Solaris a POSIX compatible "id" is needed. Reported by
5725 Magnus Henoch <mange@freemail.hu>.
5726
5727 2006-02-12 Juri Linkov <juri@jurta.org>
5728
5729 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5730 (tumme) <defgroup>: Change :group to `multimedia'.
5731 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5732 Managing Standard.
5733 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5734 Fix dostring.
5735 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5736 and %y. Fix docstring.
5737 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5738 (tumme-cmd-create-standard-thumbnail-command): New user options.
5739 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5740 is `standard'. Fix docstring.
5741 (tumme-thumb-width, tumme-thumb-height): New user options.
5742 (tumme-external-viewer): Try to find various viewers.
5743 (tumme-get-thumbnail-image): Use `create-image' instead of
5744 constructing the `image' structure.
5745 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5746 `standard'.
5747 (tumme-thumb-name): Add file name generation for standard storage.
5748 Simplify code for other storages.
5749 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5750 Add modification time %m and thumbnail-nq8 %q.
5751 Use `tumme-cmd-create-standard-thumbnail-command' if
5752 tumme-thumbnail-storage is `standard'.
5753 (tumme-dired-insert-marked-thumbs): New autoload command.
5754 (tumme-dired-after-readin-hook): New function.
5755 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5756 `tumme-thumb-size'.
5757 (tumme-display-image): Replace size-x %x and size-y %y with
5758 width %w and height %h.
5759
5760 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5761 `tumme-dired-insert-marked-thumbs'.
5762
5763 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5764
5765 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5766 include path).
5767 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5768 matching tag.
5769
5770 2006-02-12 Miles Bader <miles@gnu.org>
5771
5772 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5773 New variables.
5774 (rcirc-abbrev-nick): New function.
5775 (rcirc-format-response-string): Rewrite to use the formats in
5776 `rcirc-response-formats' and expand escape sequences therein.
5777 A text-property `rcirc-text' is added over the actual response
5778 text to make easy to find inside the returned string.
5779 (rcirc-print): When filling, just look for the `rcirc-text'
5780 text-property to find the appropriate fill prefix, instead of
5781 using hardwired patterns.
5782
5783 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5784
5785 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5786 Managing Standard.
5787
5788 2006-02-11 Kim F. Storm <storm@cua.dk>
5789
5790 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5791 Don't use insert-buffer; do insert-buffer-substring directly.
5792 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5793
5794 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5795
5796 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5797 with inhibit-read-only. Suggested by Stefan Monnier.
5798 (revert-buffer): Let insert-file-contents discard
5799 buffer-undo-list. Simplify code.
5800 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5801
5802 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5803
5804 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5805
5806 * help.el (describe-key-briefly): Now a wrapper for
5807 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5808 to t. Populate yank-menu if empty.
5809 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5810 (describe-key): Now a wrapper for describe-key-internal. Bind
5811 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5812 (describe-key-internal): Renamed from describe-key.
5813
5814 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5815
5816 * progmodes/glasses.el (glasses-separator): Doc fix.
5817 (glasses-original-separator): New defcustom.
5818 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5819
5820 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5821
5822 * mwheel.el (mouse-wheel-up-event): Doc fix.
5823
5824 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5825
5826 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5827 (tumme-dir): New function. Copied from thumbs.el.
5828
5829 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5830
5831 * desktop.el (desktop-outvar): Fix typo.
5832 (desktop-save-buffer-p): Doc fix.
5833
5834 * subr.el (substitute-key-definition): Fix typo.
5835
5836 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5837
5838 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5839 when window-system is mac.
5840
5841 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5842
5843 2006-02-10 Kim F. Storm <storm@cua.dk>
5844
5845 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5846 indirect-function instead of using condition-case.
5847
5848 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5849
5850 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5851 less `colloquial'...
5852
5853 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5854
5855 * tumme.el: Add a couple of todo items.
5856
5857 2006-02-09 Lars Hansen <larsh@soem.dk>
5858
5859 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5860 (highlight-changes-mode): Don't change desktop-locals-to-save.
5861
5862 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5863
5864 * image-mode.el (image-toggle-display): Clear image cache if using
5865 filename.
5866
5867 2006-02-09 Masatake YAMATO <jet@gyve.org>
5868
5869 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5870 a `dired-man' target.
5871
5872 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5873 boundary of symbols.
5874
5875 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5876
5877 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5878
5879 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5880
5881 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5882 `mapcar'; return nil.
5883
5884 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5885
5886 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5887 some other event.
5888
5889 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5890
5891 * net/rcirc.el (rcirc-startup-channels-alist):
5892 Add irc.freenode.net and #emacs as defaults.
5893 (rcirc-ignore-all-activity-flag): Remove variable.
5894 (rcirc-authinfo): New variable.
5895 (rcirc-authinfo-filename): Remove variable.
5896 (rcirc-always-use-server-buffer-flag): New flag.
5897 (rcirc): M-x rcirc will automatically connect without prompting.
5898 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5899 connection in lisp.
5900 (rcirc-process-server-response-1): Remove everything but the nick
5901 portion of the sender so it doesn't need to be done everywhere
5902 else. Update related code.
5903 (global-map): Remove global keybindings.
5904 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5905 (rcirc-send-input): Split into several functions.
5906 (rcirc-process-input-line, rcirc-process-message)
5907 (rcirc-process-command): New functions.
5908 (rcirc-target-buffer): New function to determine where to route
5909 messages.
5910 (rcirc-user-nick): Save match data.
5911 (rcirc-toggle-ignore-buffer-activity)
5912 (rcirc-update-activity-string): Remove global ignore functionality,
5913 which can be done now by toggling rcirc-track-minor-mode.
5914 (rcirc-track-minor-mode-map): New keymap.
5915 (rcirc-track-minor-mode): New minor-mode.
5916 (ignore): Make the ignore output nicer. Always print it when
5917 adding or removing nicks.
5918 (rcirc-url-regexp): Improve.
5919 (rcirc-mangle-text): Remove properties before using text in the
5920 modeline.
5921 (rcirc-authenticate): Authentication data comes from
5922 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5923 (rcirc-server-prefix): Inherit from rcirc-server.
5924
5925 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5926
5927 * Makefile.in (compile): Append "|| true" to the end of the `find'
5928 command, like compile-always does.
5929
5930 2006-02-08 Sam Steingold <sds@gnu.org>
5931
5932 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5933 output from a dead connection.
5934
5935 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5936
5937 * dired.el (dired-mode-map): Add more bindings for tumme.
5938
5939 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5940
5941 * wdired.el (wdired-mode-map): Use remap.
5942 (wdired-get-filename): Massage.
5943 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5944 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5945 `keymap' property rather than `local-map'.
5946
5947 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5948
5949 * tumme.el (tumme-get-thumbnail-image): New utility function.
5950 Suggested by from Chong Yidong.
5951 (tumme-dired-with-window-configuration): Rename from
5952 `tumme-dired'. Add code to save window configuration.
5953 (tumme-restore-window-configuration): New command to restore the
5954 window configuration that `tumme-dired-with-window-configuration'
5955 saves before it changes the window configuration.
5956 (tumme-show-all-from-dir): New command to display thumbnails for
5957 all files in a directory entered by the user, like M-x thumbs.
5958 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5959 have been created.
5960 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5961 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5962 Remove obsolete test function.
5963
5964 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5965
5966 * vc.el (small-temporary-file-directory): Remove defvar; there's
5967 a defcustom for it in files.el.
5968
5969 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5970 Fix typo in message.
5971 (tumme-gallery-generate): Fix typo in `error' message.
5972 (tumme-display-window-height-correction)
5973 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5974 (tumme-line-up-interactive): Dox fixes.
5975 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5976 (tumme-restore-window-configuration, tumme-format-properties-string)
5977 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5978 Fix typos in docstrings.
5979
5980 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5981
5982 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5983
5984 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5985
5986 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5987 User should use hook if desired.
5988
5989 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5990 buffer if necessary.
5991 (gdb-delete-frame-or-window): New function.
5992 (gdb-breakpoints-mode-map): Bind "q" to it.
5993
5994 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * textmodes/nroff-mode.el: Clean up name space.
5997 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5998 (nroff-mode): Obey the global setting of nroff-electric-mode.
5999 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6000
6001 * calendar/calendar.el (calendar-increment-month): Typo in last change.
6002
6003 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
6004
6005 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6006
6007 2006-02-06 Lars Hansen <larsh@soem.dk>
6008
6009 * generic-x.el (etc-fstab-generic-mode): Add file system types
6010 cifs and usbdevfs. Allow special chars in file names.
6011
6012 2006-02-05 Jay Belanger <belanger@truman.edu>
6013
6014 Update copyright notices of the files in lisp/calc.
6015
6016 2006-02-05 Romain Francoise <romain@orebokech.com>
6017
6018 Update copyright notices of all files in the lisp/play directory.
6019
6020 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
6021
6022 * ldefs-boot.el: Regenerate.
6023
6024 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6025
6026 2006-02-05 Kim F. Storm <storm@cua.dk>
6027
6028 * files.el (magic-mode-regexp-match-limit): New defvar.
6029 (set-auto-mode): Use it to limit magic-mode-alist matching.
6030
6031 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6032
6033 * simple.el (display-message-or-buffer): Compare the number of
6034 characters to the frame width when determining whether a 1-line
6035 message string will fit in the echo area. Count screen lines
6036 instead of buffer lines when determining whether a multi-line
6037 message will fit in the echo area/minibuffer window.
6038
6039 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6040
6041 * info.el (Info-index, Info-mode): Improve the description of the
6042 `i' command.
6043
6044 * ldefs-boot.el: Regenerate.
6045
6046 2006-02-03 Werner Lemberg <wl@gnu.org>
6047
6048 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6049 greedy to find the closing bracket in \*[...] and similar
6050 expressions. This is a first rough fix -- many additional
6051 refinements are necessary to make nroff mode really usable with groff.
6052
6053 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6054
6055 * international/mule-cmds.el (set-locale-environment):
6056 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6057 libX11.
6058
6059 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6060
6061 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6062 archive are created in archive-tmpdir.
6063
6064 2006-02-02 John Paul Wallington <jpw@pobox.com>
6065
6066 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6067 (ibuffer-fontification-alist): Use it.
6068 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6069 to "* z" and the Ibuffer Mark menu.
6070
6071 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6072
6073 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * textmodes/table.el (*table--cell-describe-mode)
6076 (*table--cell-describe-bindings): Undo last change since
6077 print-help-return-message is not obsoleted by anything at all.
6078
6079 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6080
6081 * emulation/cua-base.el (cua-mode): Doc fix.
6082
6083 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6084
6085 * dframe.el (dframe-handle-make-frame-visible)
6086 (dframe-handle-iconify-frame, dframe-get-focus)
6087 (dframe-select-attached-frame, dframe-power-click)
6088 (dframe-frame-mode): Fix typos in docstrings.
6089
6090 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6091 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6092 Fix typos in docstrings.
6093
6094 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6095 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6096 (hi-lock-archaic-interface-message-used)
6097 (hi-lock-file-patterns-range): Fix typos in docstrings.
6098
6099 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6100 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6101
6102 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6103 Fix typo in docstring.
6104
6105 * net/newsticker.el (newsticker--decode-iso8601-date)
6106 (newsticker--set-customvar, newsticker--buffer-insert-item)
6107 (newsticker--do-run-auto-mark-filter)
6108 (newsticker--parse-generic-feed): Doc fixes.
6109 (newsticker--retrieval-timer-list, newsticker-url-list)
6110 (newsticker-hide-immortal-items-in-echo-area)
6111 (newsticker-hide-obsolete-items-in-echo-area)
6112 (newsticker-new-item-face, newsticker--enclosure)
6113 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6114 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6115 (newsticker--parse-generic-feed, newsticker--cache-contains)
6116 (newsticker--stat-num-items, newsticker-download-enclosures):
6117 Fix typos in docstrings.
6118
6119 * net/rcirc.el (rcirc-debug): Doc fix.
6120 (rcirc-fill-column, rcirc-receive-message-hooks)
6121 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6122 (rcirc-mode, rcirc-generate-new-buffer-name)
6123 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6124 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6125 Fix typos in docstrings.
6126 (rcirc-print): "?\ " -> "?\s".
6127 (rcirc-cmd-join): Improve argument/docstring consistency.
6128
6129 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6130
6131 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6132 before narrow-to-region.
6133
6134 2006-02-01 Richard M. Stallman <rms@gnu.org>
6135
6136 * simple.el (move-beginning-of-line): Scan properly for invis change.
6137
6138 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6139
6140 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6141
6142 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6143 change bit only when id-format is 'integer. Reported by Matt
6144 Hodges <M.P.Hodges@rl.ac.uk>.
6145
6146 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6147
6148 * hilit-chg.el (highlight-changes-initial-state)
6149 (highlight-changes-global-initial-state): Doc fixes.
6150 (highlight-changes-global-modes, global-highlight-changes):
6151 Fix typos in docstrings.
6152
6153 2006-02-01 Kim F. Storm <storm@cua.dk>
6154
6155 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6156 transient-mark-mode in doc string.
6157
6158 2006-01-31 Richard M. Stallman <rms@gnu.org>
6159
6160 * replace.el (multi-occur): Doc fix.
6161 (multi-occur-in-matching-buffers): Rename from
6162 multi-occur-by-filename-regexp. Prefix arg says match
6163 buffer names instead of file names.
6164
6165 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6166
6167 * bs.el: Allow non-default values of `bs-header-lines-length'.
6168 (bs--running-in-xemacs): Remove (not needed anymore).
6169 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6170 instead of `shrink-window', thus avoiding having to compute the
6171 height of the window.
6172 (bs--up): Wrap around even when there's no header.
6173 (bs--down): Use `forward-line' instead of `next-line'.
6174
6175 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6176
6177 * image-mode.el (image-toggle-display): Use file name if possible,
6178 instead of unnecessarily allocating a (possibly huge) lisp string.
6179
6180 2006-01-30 John Paul Wallington <jpw@pobox.com>
6181
6182 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6183 because the `assert' macro signals it at runtime.
6184
6185 * emacs-lisp/cl.el (toplevel): Remove definition of
6186 `cl-assertion-failed' condition.
6187
6188 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6189
6190 * thumbs.el (thumbs-marked-list): Make buffer-local and
6191 permanent-local.
6192 (thumbs-insert-thumb): Make help-echo non-sticky.
6193 (thumbs-file-alist): Use eolp as check for (non)-image.
6194
6195 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6196
6197 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6198 (ediff-before-session-group-setup-hooks)
6199 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6200 Fix typos in docstrings.
6201
6202 * window.el (bw-dir, bw-eqdir, balance-windows)
6203 (split-window-keep-point): Fix typos in docstrings.
6204
6205 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6206 (org-quote-string, org-calendar-to-agenda-key)
6207 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6208 (org-show-following-heading, org-tags-column)
6209 (org-use-tag-inheritance, org, org-allow-space-in-links)
6210 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6211 (org-enable-table-editor, org-calc-default-modes)
6212 (org-table-allow-automatic-line-recalculation)
6213 (org-export-html-style, org-export-with-fixed-width)
6214 (org-export-with-sub-superscripts, org-special-keyword)
6215 (org-formula, org-time-grid, org-table-may-need-update)
6216 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6217 (org-goto-quit, org-get-indentation, org-end-of-item)
6218 (org-move-item-down, org-move-item-up)
6219 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6220 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6221 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6222 (org-agenda-log-mode, org-agenda-toggle-diary)
6223 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6224 (org-agenda-file-to-end, org-agenda-no-heading-message)
6225 (org-agenda-get-closed, org-format-agenda-item)
6226 (org-cmp-priority, org-cmp-category, org-cmp-time)
6227 (org-agenda-change-all-lines, org-agenda-diary-entry)
6228 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6229 (org-link-search, org-camel-to-words, org-open-file)
6230 (org-remember-handler, org-table-convert-region)
6231 (org-table-move-row-down, org-table-move-row-up)
6232 (org-table-copy-region, org-table-wrap-region)
6233 (org-table-toggle-vline-visibility)
6234 (org-table-get-vertical-vector, org-table-modify-formulas)
6235 (org-table-get-specials, org-recalc-commands)
6236 (org-table-rotate-recalc-marks, org-table-eval-formula)
6237 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6238 (org-level-color-stars-only, org-insert-heading):
6239 Fix typos in docstrings.
6240 (last-arg): Add defvar.
6241
6242 * makefile.w32-in (WINS): Add erc.
6243 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6244
6245 2006-01-29 Bill Wohler <wohler@newt.com>
6246
6247 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6248 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6249 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6250 (mh-autoloads): Don't use comments on otherwise empty lines.
6251
6252 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6253
6254 * emulation/viper.el (viper-major-mode-modifier-list): Add
6255 insert-state and vi-state entries for erc-mode.
6256 (viper-go-away, viper-set-hooks): Add and remove
6257 viper-comint-mode-hook from erc-mode-hook as appropriate.
6258
6259 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6260
6261 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6262
6263 * bs.el (bs--format-aux): Implement `middle' alignment as
6264 described in the docstring for `bs-attributes-list'.
6265 (bs--get-name): Simplify. Don't pad the buffer name.
6266
6267 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6268
6269 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6270 English aspell dictionary is installed, use the first entry of
6271 ispell-dictionary-alist-1.
6272
6273 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6274
6275 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6276 Doc fix.
6277
6278 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6279
6280 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6281 for `process-file', in order to let it work for older Emacsen too.
6282
6283 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6284
6285 * international/latexenc.el: Add a suitable `coding:' tag.
6286 (latexenc-find-file-coding-system): Undo last change.
6287
6288 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6289
6290 * international/latexenc.el (latexenc-find-file-coding-system):
6291 Make sure latexenc-main-file is a regular file and is readable.
6292
6293 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6294
6295 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6296 Pass FILE to vc-user-login-name.
6297
6298 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6299
6300 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6301
6302 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6303 there are no more images to display.
6304 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6305 the next image.
6306
6307 2006-01-26 Richard M. Stallman <rms@gnu.org>
6308
6309 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6310
6311 * wid-edit.el (advertised-widget-backward): New alias.
6312 (widget-keymap): Use advertised-widget-backward for S-TAB.
6313
6314 * tumme.el: Correct the keywords.
6315 (tumme-dir-max-size): Use defvar.
6316 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6317
6318 * simple.el (move-beginning-of-line): Take account of fields.
6319 (clone-indirect-buffer-other-window): Take args like
6320 clone-indirect-buffer, and work like it.
6321
6322 * help-fns.el (describe-function): Don't pass `nil' as default.
6323
6324 * files.el (risky-local-variable-p): Follow var aliases.
6325
6326 * subr.el (lazy-completion-table): Doc fix.
6327
6328 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6329 global binding of `line'.
6330
6331 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6332
6333 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6334 Tramp.
6335
6336 * vc.el (vc-default-dired-state-info): Pass FILE to
6337 vc-user-login-name.
6338 (vc-default-update-changelog): Don't use vc-user-login-name, we
6339 don't need it here.
6340
6341 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6342 no longer necessary.
6343
6344 2006-01-25 Kenichi Handa <handa@m17n.org>
6345
6346 * international/mule.el (decode-char): Avoid the overhead of
6347 calling utf-lookup-subst-table-for-decode if
6348 utf-translate-cjk-mode is nil.
6349 (encode-char): Avoid the overhead of calling
6350 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6351 nil.
6352
6353 2006-01-22 Kenichi Handa <handa@m17n.org>
6354
6355 * international/mule.el (make-subsidiary-coding-system): Reset
6356 `coding-system-define-form' property of subsidiaries to nil.
6357 Avoid duplicated entry in coding-system-alist.
6358 (make-coding-system): Avoid duplicated entry in
6359 coding-system-alist.
6360 (define-coding-system-alias): Likewise.
6361
6362 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6363
6364 * completion.el: Minor fixes in introductory comment.
6365 (completion-def-wrapper): Fix alist.
6366
6367 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6368
6369 * thumbs.el (thumbs-new-image-size): New function.
6370 (thumbs-increment-image-size-element)
6371 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6372 (thumbs-decrement-image-size): Delete.
6373 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6374 temp files and use to resize.
6375 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6376 Use increment argument to enlarge/shrink. Preserve point.
6377 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6378 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6379 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6380 (thumbs-mark, thumbs-unmark): Preserve point.
6381 (thumbs-modify-image): Keep old temp files and use to modify.
6382 Cleanup old temp files at load time. Preserve point.
6383 (thumbs-view-image-mode-map): Use new command names.
6384
6385 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6388
6389 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6390 the nastiest part of the cyclic dependency.
6391 (cal-menu-update): Use dotimes and calendar-increment-month.
6392
6393 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6394 (calendar-week-start-day): Add an :initializer.
6395 (calendar-mode-map): Use suppress-keymap, and command remapping.
6396 (describe-calendar-mode): Setup xref-stack info for the back button.
6397 (calendar-star-date): Insert before delete.
6398 (calendar-set-mode-line): Add file-modified info if applicable.
6399 (calendar-increment-month): New function.
6400
6401 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6402
6403 * font-lock.el (lisp-font-lock-keywords-2):
6404 Recognize "& keywords" only at word boundaries.
6405
6406 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6407
6408 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6409 and permanent-local.
6410 (thumbs-max-image-number): New variable.
6411 (thumbs-do-thumbs-insertion): Use them.
6412 (thumbs-per-line): Change default to 4.
6413 (thumbs-marked-list): Rename from thumbs-markedL.
6414 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6415 (thumbs-rename-images): Use -list instead of L for internal variables.
6416 (thumbs-call-convert): Use call-process instead of shell-command.
6417 (thumbs-insert-thumb): Add filename as help-echo to each image.
6418 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6419 Give dir to thumbs-show-thumbs-list.
6420 (thumbs-show-thumbs-list): Set default-directory to that of images.
6421 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6422 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6423 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6424 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6425
6426 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * ses.el (ses-read-cell): Provide a default value.
6429
6430 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6431
6432 * term/w32-win.el (image-library-alist): Add additional names for
6433 GIF library.
6434
6435 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6436
6437 * international/latexenc.el (latexenc-find-file-coding-system):
6438 Add file-regular-p check.
6439
6440 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 * simple.el (clone-buffer): Don't show the new buffer in the same
6443 window.
6444
6445 2006-01-23 Juri Linkov <juri@jurta.org>
6446
6447 * faces.el (link, link-visited): New faces based on default values
6448 of `info-xref' and `info-xref-visited'.
6449
6450 * info.el (info-xref): Inherit from `link'.
6451 (info-xref-visited): Inherit from `link-visited'.
6452
6453 * cus-edit.el (custom-buffer-create-internal): Use widget type
6454 `custom-manual' instead of `info-link' and don't set properties
6455 `button-face' and `mouse-face' explicitly.
6456 (custom-browse-group-tag, custom-browse-variable-tag)
6457 (custom-browse-face-tag): Inherit from widget class
6458 `custom-group-link' instead of `push-button'.
6459 (custom-button-unraised): Inherit from `underline' face.
6460 (custom-link): Inherit from `link' face. Fix doc and group.
6461 (custom-add-parent-links, custom-group-value-create): Don't set
6462 properties `button-face' and `mouse-face' explicitly for
6463 `custom-group-link' widget.
6464 (custom-group-link): Add properties `button-face' and `mouse-face'
6465 to widget definition.
6466 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6467 editable-field's :keymap property.
6468 (custom-mode): Fix docstring: substitute keybindings for
6469 `widget-forward' and `widget-backward' from `widget-keymap',
6470 `widget-complete' from `custom-field-keymap', replace old
6471 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6472
6473 * desktop.el (desktop-load-file): Check for `fboundp' before
6474 calling `symbol-function'.
6475
6476 * simple.el (clone-buffer, clone-indirect-buffer)
6477 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6478 `read-string'. Fix prompts.
6479
6480 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6481
6482 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6483
6484 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6485
6486 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6487
6488 * startup.el (inhibit-splash-screen, initial-scratch-message):
6489 Doc fixes.
6490
6491 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6492
6493 Sync with Tramp 2.0.52.
6494
6495 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6496 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6497 `tramp-unload-tramp' for checklist.
6498
6499 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6500 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6501 (tramp-unload-file-name-handler-alist)
6502 (tramp-unload-tramp): New defuns.
6503 (tramp-advice-PC-expand-many-files): New defadvice.
6504 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6505 removed.
6506 (tramp-handle-expand-file-name): Remove double slash.
6507 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6508 It doesn't matter, because it will be converted later on.
6509 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6510 implementation was just heuristic.
6511 (tramp-post-connection): Set uid and gid properties.
6512 (tramp-convert-file-attributes): Set file's gid change bit.
6513 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6514 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6515 in case of su(do)? methods. The home directory of the local user
6516 will be taken else.
6517 (tramp-open-connection-telnet)
6518 (tramp-open-connection-rsh, tramp-open-connection-su)
6519 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6520 local shell prompt could hurt. Reported by Romain Francoise
6521 <romain@orebokech.com>.
6522 (tramp-let-maybe): Add `edebug-form-spec' property.
6523 (tramp-handle-expand-file-name): Bind `default-directory' locally
6524 to "/" in order to avoid problems with UNC shares or Cygwin
6525 mounts.
6526 (tramp-md5-function): Fix typo in error message.
6527
6528 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6529
6530 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6531 for byte-compiler pacification.
6532
6533 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6534
6535 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6536 ID-FORMAT `string'. This allows us to get rid of
6537 `vc-user-login-name UID'.
6538
6539 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6540
6541 2006-01-22 John Paul Wallington <jpw@pobox.com>
6542
6543 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6544
6545 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6546
6547 * emacs-lisp/find-func.el (find-definition-noselect)
6548 (find-variable-noselect): Search variables in C source code too.
6549 (find-function-C-source, find-function-noselect, find-function)
6550 (find-function-other-frame, find-variable-noselect, find-variable)
6551 (find-variable-other-frame, find-variable-at-point):
6552 Fix docstrings.
6553
6554 2006-01-21 Francesco Potorti` <pot@gnu.org>
6555
6556 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6557
6558 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6559
6560 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6561 Default to disabling the "Save affix" question.
6562
6563 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6564
6565 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6566 the first arg to run-python.
6567
6568 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6569
6570 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6571 is not loaded.
6572
6573 2006-01-20 Jay Belanger <belanger@truman.edu>
6574
6575 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6576 limit is 0.
6577
6578 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6579 the correct variable.
6580
6581 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6582
6583 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6584 link. Fixed buggy argument sequence in call to `org-view-tags'.
6585 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6586 (org-prefix-has-tag): New variable.
6587 (org-format-agenda-item): Remove tags from headline if
6588 appropriate.
6589 (org-agenda-remove-tags-when-in-prefix): New option.
6590 (org-get-tags-at): New function.
6591
6592 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6593
6594 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6595 (thumbs-find-image): Move image name and number from buffer name
6596 to mode name. Set thumbs-buffer. Preserve point so that large
6597 images remain visible.
6598 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6599 order.
6600 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6601 mode name.
6602 (thumbs-next-image, thumbs-previous-image): Make them work.
6603
6604 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6605
6606 * cus-edit.el (custom-buffer-create-internal): State in the text above
6607 the whole buffer buttons that they do not operate on hidden items.
6608 (custom-face-menu): Use `custom-face-save' instead of
6609 `custom-face-save-command'.
6610 (custom-face-save-command): Make it an alias for `custom-face-save'
6611 and declare it obsolete.
6612 (custom-face-save): Doc fix.
6613
6614 * dired.el (dired-no-confirm): Add quote.
6615 (dired-subdir-alist-pre-R): Add quote in
6616 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6617
6618 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * textmodes/table.el (table-mode-indicator): Typo in last change.
6621
6622 2006-01-19 Richard M. Stallman <rms@gnu.org>
6623
6624 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6625 Fixes bug reported in Nov 2005.
6626
6627 * isearch.el (isearch-forward): Doc fix.
6628
6629 * dired.el (dired-move-to-filename-regexp): Define as alias.
6630 (dired-no-confirm): Use defcustom.
6631 (dired-subdir-alist-pre-R): Put defvar at top level.
6632
6633 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6634
6635 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6636 Mark as risky.
6637
6638 * simple.el (set-mark-command): Doc fix.
6639 (clone-indirect-buffer-other-window):
6640 Read arg like clone-indirect-buffer.
6641 (move-beginning-of-line): Skip invisible newlines.
6642
6643 2006-01-19 Masatake YAMATO <jet@gyve.org>
6644
6645 * progmodes/cpp.el (cpp-edit-load): Make the order of
6646 listed conditions in a base C code buffer and its associate
6647 CPP Edit buffer the same.
6648
6649 2006-01-19 Kenichi Handa <handa@m17n.org>
6650
6651 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6652 (rmail-mime-feature): Likewise.
6653 (rmail-require-mime-maybe): Use display-warning to show a warning
6654 message.
6655
6656 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6657 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6658
6659 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6660
6661 * array.el: Move defvars out of eval-when-compile.
6662 (array-make-template): Replace undeclared global var with a local one.
6663 (array-mode): Inline initialization functions.
6664 (array-init-local-variables, array-init-max-row)
6665 (array-init-max-column, array-init-columns-per-line)
6666 (array-init-field-width, array-init-rows-numbered)
6667 (array-init-line-length, array-init-lines-per-row): Remove.
6668
6669 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6670 (doc-mode-map): Define explicitly.
6671 (doctor-txtype): Use mapc.
6672
6673 * textmodes/table.el: Move defvars out of eval-when-compile.
6674 Remove harmful code meant to avoid byte-compiler warnings.
6675 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6676 specification that checks table-fixed-width-mode directly.
6677 (table-recognize-region, table-recognize-cell):
6678 Use restore-buffer-modified-p.
6679 (table-fixed-width-mode): Remove code that refreshes
6680 table-fixed-mode-indicator.
6681 (*table--cell-describe-bindings, *table--cell-describe-mode):
6682 Avoid obsolete name print-help-return-message.
6683 (table--test-cell-list): Don't use replace-regexp from elisp.
6684 (table--point-entered-cell-function, table--point-left-cell-function):
6685 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6686
6687 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6688 that was after the end of file. Use buffer-file-name variable.
6689 (org-timestamp-change): Use with-current-buffer.
6690 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6691 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6692 `file'.
6693
6694 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6695 (fortran-break-line): Remove unused var `opoint'.
6696 (fortran-abbrev-start): Obey help-event-list.
6697
6698 2006-01-18 Jesper Harder <harder@phys.au.dk>
6699
6700 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6701
6702 2006-01-18 Masatake YAMATO <jet@gyve.org>
6703
6704 * progmodes/make-mode.el (makefile-imake-mode): New mode
6705 derived from makefile-mode.
6706 (makefile-imake-mode-syntax-table): New syntax table
6707 derived from makefile-mode-syntax-table.
6708 (makefile-mode): Write about makefile-imake-mode in doc string.
6709 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6710 (makefile-imake-font-lock-keywords): New font lock keywords.
6711
6712 * files.el (auto-mode-alist): Add Imakefile.
6713
6714 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6715
6716 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6717 loading the file rather than when turning on flyspell-mode.
6718
6719 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6720
6721 * cus-edit.el (customize-rogue): Minor doc fix.
6722
6723 2006-01-17 Juri Linkov <juri@jurta.org>
6724
6725 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6726 instead of the file at the mark as default if the file at the mark
6727 is the same as the file at point or if dired-dwim-target-directory
6728 is not the same as the current directory and the mark is not active.
6729
6730 * log-view.el (log-view-minor-wrap): Use the same logic to get
6731 revisions as `log-view-diff'.
6732
6733 * info.el (Info-revert-find-node): Check for Info-current-file
6734 before preserving new-history.
6735
6736 * man.el (Man-heading-regexp): Add `/'.
6737
6738 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6739 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6740
6741 2006-01-16 Juri Linkov <juri@jurta.org>
6742
6743 * faces.el (mode-line-faces): New defgroup.
6744 (mode-line-highlight): Move definition after new defgroup.
6745 (mode-line, mode-line-inactive, mode-line-highlight):
6746 Replace :group `modeline' with `mode-line-faces'.
6747 (mode-line-buffer-id): New face.
6748 (modeline-buffer-id): New face alias.
6749 (vertical-border): Remove :group `modeline'.
6750
6751 * bindings.el (propertized-buffer-identification): Use face
6752 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6753 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6754 (mode-line-buffer-identification-keymap): For mouse-1 replace
6755 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6756 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6757 mouse-3.
6758
6759 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6760 Buffer-menu-buffer. Doc fix.
6761 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6762 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6763 `Buffer-menu-buffer'.
6764
6765 * info.el (Info-mode-line-node-keymap): New defvar.
6766 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6767 Propertize Info-current-node with `mode-line-buffer-id' and
6768 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6769
6770 * time.el (display-time-mail-face): Replace :group `faces' with
6771 `mode-line-faces'.
6772
6773 2006-01-16 Kenichi Handa <handa@m17n.org>
6774
6775 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6776
6777 * language/european.el (cp1252): New alias for windows-1252.
6778
6779 * international/mule.el (autoload-coding-system): Prepare for EOL
6780 variants.
6781
6782 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6783
6784 * term.el (term-raw-map): Add mapping for insert.
6785 (term-send-insert): New.
6786 (term-mode): Make variables local here instead of doing it in
6787 `term-emulate-terminal'.
6788 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6789 Scroll reverse needs to take into account the scroll region.
6790 Saving and restoring the cursor should save the color attributes too.
6791 (term-reset-terminal): Reset the scroll region.
6792 (term-handle-ansi-escape): Cursor up and down should take into
6793 account the scroll region.
6794 (term-set-scroll-region): Rename from `term-scroll-region'.
6795 Move to 0,0 after setting the region.
6796 (term-handle-scroll): Handle scroll up.
6797 (term-down): Fix off by one error.
6798 (term-delete-lines): Do not delete outside the scroll region.
6799 (term-insert-lines): Take into account the scroll region.
6800
6801 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * textmodes/ispell.el (ispell-internal-change-dictionary)
6804 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6805 (start, end): Move declaration outside of eval-when-compile.
6806
6807 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6808 (flyspell-mode-on): Use it.
6809
6810 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6811 ispell-kill-ispell-hook.
6812
6813 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6814
6815 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6816 (Custom-reset-saved): Do not ask for confirmation in single option
6817 buffers.
6818
6819 2006-01-13 Richard M. Stallman <rms@gnu.org>
6820
6821 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6822
6823 2006-01-13 Romain Francoise <romain@orebokech.com>
6824
6825 * add-log.el (add-change-log-entry, change-log-merge):
6826 Conditionally use `hard-newline'.
6827
6828 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6829
6830 * wid-edit.el (widget-field-end): If the overlay is no longer
6831 associated with a buffer, behave as if the overlay didn't exist.
6832
6833 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6834 Make sure the links use the `custom-link' face.
6835
6836 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6837
6838 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6839 (ld-script-mode): Don't set indent-line-function since we don't
6840 have one.
6841
6842 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6843
6844 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6845 application.
6846 (org-file-apps-defaults-gnu): Use mailcap as the default for
6847 selecting an application on a UNIX system.
6848 (org-agenda-show-tags): New command.
6849 (org-table-insert-hline): Keep cursor in current table line.
6850 (org-table-convert): Offset effect of modifying
6851 `org-table-insert-hline'.
6852 (org-format-agenda-item): New optional argument TAG.
6853 (org-compile-prefix-format): Handle %T format for the tag.
6854 (org-expand-wide-chars): New function.
6855 (org-table-insert-row, org-table-insert-hline):
6856 Use `org-expand-wide-chars'.
6857 (org-open-file): Fix bug in program launch.
6858 (org-get-time-of-day): Fix bug with times before 1am.
6859 (org-agenda-menu): Add tags commands.
6860
6861 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6862
6863 * textmodes/ispell.el (ispell-init-process): Include the used
6864 dictionary in ispell process start message.
6865 (ispell-internal-change-dictionary): When flyspell-mode is active
6866 and dictionary is changed, make sure ispell process is restarted
6867 and flyspell word cache cleared out for the current buffer.
6868 (ispell-change-dictionary): Make sure flyspell word cache is
6869 cleared out in all buffers with active flyspell mode when
6870 dictionary is globally changed.
6871 Call ispell-internal-change-dictionary after dictionary change.
6872
6873 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6874
6875 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6876
6877 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6878 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6879 years. Fix small differences wrt Makefile.in.
6880 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6881 Makefile.in does.
6882
6883 2006-01-12 Bill Wohler <wohler@newt.com>
6884
6885 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6886 mh-search.el.
6887
6888 2006-01-12 Masatake YAMATO <jet@gyve.org>
6889
6890 * progmodes/ld-script.el: Update copyright year.
6891
6892 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6895 Don't add widget if setting undefined.
6896
6897 2006-01-12 John Paul Wallington <jpw@pobox.com>
6898
6899 * help-fns.el (describe-variable): Remove newlines from void
6900 variable output.
6901
6902 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6903
6904 * wdired.el (wdired-mode-map): Add help echo for
6905 wdired-abort-changes.
6906
6907 * man.el (Man-file-name-regexp): Adjust for a list of files.
6908
6909 2006-01-12 Masatake YAMATO <jet@gyve.org>
6910
6911 * progmodes/ld-script.el (auto-mode-alist): Support
6912 suffix conventions used in netbsd and eCos.
6913
6914 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6915
6916 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6917 (custom-variable-menu, custom-face-menu, custom-group-menu)
6918 (Custom-mode-menu): Change names of menu items. (As discussed on
6919 emacs-devel.)
6920 (custom-face-menu): Add "Undo Edits" item.
6921
6922 * startup.el (init-file-user): defcustom -> defvar.
6923
6924 * tooltip.el (tooltip-mode): Doc fix.
6925
6926 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * reveal.el (reveal-post-command): window-buffer signals an error on
6929 dead windows rather than returning nil.
6930 (reveal-open-new-overlays): An overlay might die while we open others.
6931
6932 2006-01-11 Bill Wohler <wohler@newt.com>
6933
6934 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6935 phrasing in docstring.
6936
6937 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6938 can give some systems gas. Add new file mh-buffers.el.
6939
6940 2006-01-06 Masatake YAMATO <jet@gyve.org>
6941
6942 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6943 C preprocessor forward ported from GNU Emacs 21.2.
6944
6945 * progmodes/asm-mode.el (asm-font-lock-keywords):
6946 Use `cpp-font-lock-keywords'.
6947
6948 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6949
6950 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6951 of $ for "\\.ld[s]?".
6952
6953 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6956 (tcl-indent-line): Return `noindent' if inside a string.
6957
6958 * progmodes/flymake.el (flymake-split-string): Remove more than one
6959 empty string at beg/end of the result.
6960 (flymake-find-buildfile, flymake-find-possible-master-files):
6961 Use expand-file-name.
6962 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6963 since expand-file-name does it for us. Use directory-file-name.
6964 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6965 (flymake-ler-get-type, flymake-ler-get-text)
6966 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6967 (flymake-current-line-no): Remove spurious interactive spec.
6968 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6969 (flymake-check-include): Remove arg inc-path merged into inc-name.
6970 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6971 Arg regexp-list replaced by a simple regexp.
6972 (flymake-master-make-header-init, flymake-master-tex-init):
6973 Correspondingly replace regexp-list with a regexp. Fix regexp.
6974
6975 2006-01-10 Simon Josefsson <jas@extundo.com>
6976
6977 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6978 describing AUTH PLAIN fix.
6979
6980 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6981
6982 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6983 (report-emacs-bug): Don't record initial prompt text.
6984 Instead, add text properties to prompting text.
6985 (report-emacs-bug-hook): Delete prompting text.
6986
6987 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6988
6989 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6990 `dirs'. Adjust callers.
6991
6992 2006-01-09 John Paul Wallington <jpw@gnu.org>
6993
6994 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6995
6996 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6997
6998 * reveal.el (reveal-open-new-overlays): New extracted fun.
6999 (reveal-close-old-overlays): Idem. Check overlays's liveness before
7000 using them. Simplify the code.
7001 (reveal-post-command): Use them. Fix up obsolete windows in
7002 reveal-open-spots.
7003
7004 * progmodes/flymake.el: Use `require' rather than autoload for
7005 XEmacs's overlays.
7006 (flymake-get-common-file-prefix, flymake-build-relative-filename):
7007 Delete. Use file-relative-name instead.
7008 (flymake-get-syntax-check-program-args, flymake-perl-init):
7009 Simplify the resulting code.
7010
7011 * log-view.el (log-view-file-re, log-view-message-re): Add support
7012 for DaRCS output.
7013
7014 2006-01-09 Alex Schroeder <alex@gnu.org>
7015
7016 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7017 identifiers sometimes added in square brackets at the beginning of
7018 subject lines.
7019
7020 2006-01-07 Richard M. Stallman <rms@gnu.org>
7021
7022 * cus-edit.el (Custom-set, Custom-save): Doc fix.
7023 (Custom-reset-current, Custom-reset-saved): Change question text.
7024 (Custom-reset-standard): Likewise.
7025 (custom-variable-reset-saved): Doc fix.
7026
7027 2006-01-07 Eli Zaretskii <eliz@gnu.org>
7028
7029 * startup.el (init-file-user): Doc fix.
7030
7031 2006-01-07 Alex Schroeder <alex@gnu.org>
7032
7033 * mail/rmail.el (rmail-current-subject): New function.
7034 (rmail-current-subject-regexp): New function.
7035 (rmail-next-same-subject): Use it.
7036
7037 * mail/rmailsum.el (rmail-summary-by-topic):
7038 Use rmail-current-subject and rmail-current-subject-regexp.
7039 (rmail-summary-next-same-subject): Ditto.
7040
7041 * net/rcirc.el (rcirc-send-input): No longer check whether the
7042 process is open, since not all commands need an open process.
7043 (rcirc-send-string): Check whether the process is open before
7044 sending anything.
7045 (rcirc-ignore-list): New option.
7046 (rcirc-ignore-list-automatic): New variable.
7047 (rcirc-print): Take rcirc-ignore-list into account.
7048 (rcirc-cmd-ignore): New command.
7049 (rcirc-ignore-update-automatic): New function.
7050 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7051 list if ignored nicks.
7052 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7053
7054 2006-01-06 David Reitter <david.reitter@gmail.com>
7055
7056 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7057 reflect the address to which the report will be sent.
7058
7059 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7060
7061 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7062 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7063
7064 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7065
7066 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7067
7068 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7069 the doc string: "functoin" => "function".
7070 * ldefs-boot.el: Likewise.
7071
7072 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7073 message text: "Duplicat" => "Duplicate".
7074
7075 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7076
7077 * files.el (basic-save-buffer-2): If backing-up failed, reset
7078 buffer-backed-up to nil.
7079
7080 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7081
7082 * progmodes/gud.el (gdb-script-skip-to-head)
7083 (gdb-script-calculate-indentation): Indent for breakpoint command
7084 lists also.
7085
7086 2006-01-05 Bill Wohler <wohler@newt.com>
7087
7088 * Makefile.in (compile-always): Add mh-autoloads dependency.
7089 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7090 provides it.
7091 (updates): Remove mh-autoloads dependency, since it probably has
7092 already run recently (via recompile).
7093
7094 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7095
7096 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7097 argument `force' to disable the flyspell-last-buffer optimization.
7098 (flyspell-mode-on): Use it.
7099
7100 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7101 flymake-simple-cleanup.
7102 (flymake-allowed-file-name-masks): Use this new default.
7103 All the functions are now called in the right buffer rather than
7104 passing the buffer as argument.
7105 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7106 (flymake-parse-err-lines): Remove redundant buffer arg.
7107 (flymake-get-program-dir): Comment out unused function.
7108 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7109 Remove redundant buffer argument.
7110 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7111 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7112
7113 2006-01-05 Richard M. Stallman <rms@gnu.org>
7114
7115 * info.el (Info-find-node): Don't record previous node if have none.
7116 (info): Go to directory only if history is empty.
7117
7118 * simple.el (mark): Doc fix.
7119
7120 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7121
7122 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7123 already of desired type.
7124 (mac-ae-list): Coerce parameter to "list" type.
7125 (mac-dispatch-apple-event): Replace cadr part of event with a
7126 dummy position so that event-start returns it.
7127
7128 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7129
7130 * textmodes/org.el (org-end-of-subtree): New function.
7131 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7132 Use `org-end-of-subtree'.
7133 (org-agenda, org-agenda-convert-date): Protect calls to
7134 `fit-window-to-buffer'.
7135 (org-tags-view): Force matching of sublevels when doing a
7136 todo-only search. Define the correct redo command, including the
7137 arguments.
7138 (org-agenda-redo): Display message.
7139 (org-check-for-org-mode): New function.
7140 (org-agenda-type): New variable.
7141 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7142 Set `org-agenda-type'.
7143 (org-agenda-check-type): New function.
7144 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7145 (org-agenda-week-view, org-agenda-day-view)
7146 (org-agenda-next-date-line, org-agenda-previous-date-line)
7147 (org-agenda-log-mode, org-agenda-toggle-diary)
7148 (org-agenda-toggle-time-grid, org-agenda-date-later)
7149 (org-agenda-date-prompt, org-agenda-diary-entry)
7150 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7151 (org-agenda-convert-date, org-agenda-menu):
7152 Use `org-agenda-check-type'.
7153 (org-make-overlay, org-delete-overlay)
7154 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7155 New compatibility functions.
7156 (org-calendar-select-mouse): New command.
7157
7158 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7159
7160 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7161 (Custom-reset-standard): Fix y-or-n-p messages.
7162 (custom-link): New face for links.
7163 (custom-buffer-create-internal, custom-manual): Use it.
7164 (custom-face-save): Push to theme-face before setting face spec.
7165
7166 * wid-edit.el (widget-default-mouse-face-get): New function.
7167 (widget-specify-button): Handle mouse-face like button-face.
7168
7169 * custom.el (load-theme): Clear old theme settings if reloading.
7170
7171 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7172
7173 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7174 "Erase Customization" button back to same position it occupies in
7175 the individual State menus.
7176
7177 2006-01-04 Kim F. Storm <storm@cua.dk>
7178
7179 * wid-edit.el (key-sequence): Rework widget to read key binding
7180 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7181 (widget-key-sequence-default-value): Default value for empty sequence.
7182 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7183 (widget-key-sequence-read-event): New command for C-q.
7184 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7185 (widget-key-sequence-value-to-external): New functions.
7186
7187 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7190 Use expand-file-name.
7191 (flymake-delete-temp-directory): Use expand-file-name,
7192 file-name-directory, and directory-file-name.
7193 (flymake-strrchr): Delete.
7194 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7195 to the init-f function.
7196 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7197 (flymake-init-find-buildfile-dir)
7198 (flymake-init-create-temp-source-and-master-buffer-copy)
7199 (flymake-simple-make-init-impl, flymake-simple-make-init)
7200 (flymake-master-make-init, flymake-master-make-header-init)
7201 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7202 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7203 (flymake-xml-init): Remove corresponding redundant buffer argument.
7204 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7205 the default anyway. Clean up regexps.
7206
7207 * progmodes/flymake.el (flymake-temp-source-file-name)
7208 (flymake-master-file-name, flymake-temp-master-file-name)
7209 (flymake-base-dir): New buffer-local vars.
7210 (flymake-buffer-data, flymake-get-buffer-value)
7211 (flymake-set-buffer-value): Replace those hash-tables by the new
7212 buffer-local vars. Update callers.
7213
7214 * progmodes/flymake.el (flymake-check-start-time)
7215 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7216 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7217 Move definition, so we can remove redundant earlier declaration.
7218 (flymake-replace-regexp-in-string, flymake-split-string)
7219 (flymake-get-temp-dir): Use defalias.
7220 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7221 (flymake-xemacs-window-edges): Remove unused function.
7222 (flymake-get-point-pixel-pos): Move.
7223 (flymake-pid-to-names, flymake-reg-names)
7224 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7225 Replace by a simple list flymake-processes and by process-buffer.
7226 Update callers. Other than simplify the code, it uses buffers rather
7227 than buffer-names so it doesn't get confused by uniquify.
7228 (flymake-buffer-data): The global value should just be nil.
7229
7230 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7231 Optimize the body of a defalias like any other code.
7232
7233 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7234 Make sure we've setup font-lock's vars. It may influence which
7235 function we then call.
7236 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7237 here since it's too late anyway.
7238
7239 2006-01-03 Romain Francoise <romain@orebokech.com>
7240
7241 * startup.el (fancy-splash-tail, normal-splash-screen):
7242 Update copyright year.
7243
7244 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7245
7246 * mouse.el (mouse-drag-track): Rename, from
7247 `mouse-drag-region-1'. Includes optional argument required to
7248 enable post-drag event processing (e.g. delete region keys).
7249 Can be used without this argument to track a mouse region and operate
7250 on it as soon as the drag completes.
7251 (mouse-drag-region): Use `mouse-drag-track'.
7252
7253 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7254
7255 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7256 Move to `custom-buffer' group.
7257
7258 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7259 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7260 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7261 (custom-theme-face-menu): New variables.
7262 (custom-theme-add-variable, custom-theme-variable-action)
7263 (custom-variable-reset-theme, custom-theme-delete-variable)
7264 (custom-face-reset-theme, custom-theme-face-action)
7265 (custom-theme-delete-face, custom-theme-merge-theme)
7266 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7267
7268 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7269
7270 * custom.el: Move Custom Themes commentary to start of theme code.
7271 (custom-known-themes): Rename `standard' theme to `changed'.
7272 (custom-push-theme): Caller no longer specifies what theme to use
7273 when doing `reset'---the setting is simply removed from the theme.
7274 Delete MODE from `theme-value' and `theme-settings' properties.
7275 (custom-declare-theme): Ignore &rest args since we don't use them.
7276
7277 (custom-loaded-themes): Delete variable.
7278 (custom-theme-load-themes, custom-theme-loaded-p)
7279 (custom-theme-value): Delete functions.
7280
7281 (custom-declare-theme): Signal error on invalid theme names.
7282 (provide-theme): custom-loaded-themes was deleted.
7283 (load-theme): Load the file unconditionally.
7284 (enable-theme): Call `load-theme' if theme is undefined.
7285 (custom-enabled-themes): Only update value for successful loads.
7286 (disable-theme): Complete from enabled themes when interactive.
7287 (custom-variable-theme-value): Calculate theme value directly.
7288
7289 (custom-theme-reset-variables, custom-reset-variables): Mark as
7290 XEmacs compatibility functions. We don't actually use these.
7291
7292 * cus-edit.el (custom-variable-state-set):
7293 Use custom-variable-theme-value instead of custom-theme-value.
7294 (custom-face-state-set): Rename `standard' theme to `changed'.
7295 (custom-save-variables, custom-save-faces): Delete unneeded
7296 references to custom-reset-variables.
7297 (custom-save-resets): Delete function.
7298 (custom-save-variables, custom-save-faces): MODE argument deleted.
7299 (custom-save-variables, custom-save-faces): Ignore theme values.
7300
7301 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7302 compatibility function.
7303
7304 2006-01-01 Richard M. Stallman <rms@gnu.org>
7305
7306 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7307 (Custom-reset-current, Custom-reset-saved): Likewise.
7308 (Custom-reset-standard): Show message if aborted.
7309 (custom-mode): Doc fix, describing those commands.
7310
7311 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7312 put on event-kind property.
7313
7314 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * custom.el (provide-theme): Ban `user' theme name.
7317 (custom-enabling-themes): New variable.
7318 (enable-theme): Don't enable user if custom-enabling-themes is t.
7319 (custom-enabled-themes): Make it a defcustom.
7320 (custom-theme-recalc-face): No-op if face is undefined.
7321
7322 * cus-edit.el (custom-button-mouse): New variable.
7323 (custom-button-mouse): New face.
7324 (custom-raised-buttons, custom-mode): Use it.
7325
7326 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7327
7328 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7329
7330 * progmodes/gud.el (gud-display-line): Support hl-line in the
7331 source buffer.
7332
7333 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7334
7335 * mouse.el (mouse-drag-window-above): Verify that the found window
7336 overlaps with the given window in the horizontal dimension.
7337
7338 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7339
7340 * Makefile.in (cvs-update): New target.
7341
7342 * makefile.w32-in (cvs-update): Ditto.
7343
7344 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7345
7346 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7347 (custom-new-theme-mode-map): New variable.
7348
7349 2005-12-30 Richard M. Stallman <rms@gnu.org>
7350
7351 * custom.el (custom-load-themes): Function deleted.
7352
7353 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7354 (custom-save-variables): Don't delete or add custom-load-themes call.
7355
7356 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7357
7358 * cus-start.el: Add `visible-cursor'.
7359
7360 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7361 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7362 (flymake-process-filter): Switch to buffer before calling it instead.
7363 (flymake-post-syntax-check, flymake-highlight-err-lines)
7364 (flymake-delete-own-overlays, flymake-parse-err-lines)
7365 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7366 (flymake-count-lines, flymake-parse-residual):
7367 Remove constant buffer argument.
7368 (flymake-start-syntax-check-for-current-buffer): Remove.
7369 Update callers to use flymake-start-syntax-check instead.
7370 (flymake-display-err-menu-for-current-line):
7371 Remove unused var `mouse-pos'.
7372 (flymake-restore-formatting): Comment out unused function.
7373 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7374 argument, use current-buffer instead. Update callers.
7375
7376 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7377
7378 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7379 buffer-local because choose-completion-delete-max-match requires
7380 that we set completion-ignore-case (i.e., binding via let is not
7381 sufficient).
7382 (bibtex-complete): Always set completion-ignore-case and
7383 choose-completion-string-functions. The latter is needed because
7384 choose-completion-string-functions keeps its value if we quit the
7385 *Completions* buffer without requesting a completion.
7386
7387 2005-12-30 Andreas Schwab <schwab@suse.de>
7388
7389 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7390
7391 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7392
7393 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7394
7395 2005-12-30 Juri Linkov <juri@jurta.org>
7396
7397 * locate.el (locate-fcodes-file, locate-header-face)
7398 * progmodes/delphi.el (delphi-other-face)
7399 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7400
7401 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7402 group `paren-showing-faces'.
7403
7404 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7405 (goto-address): Fix docstring.
7406
7407 * net/webjump.el (webjump-sample-sites): Update URLs.
7408
7409 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7410
7411 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7412
7413 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * font-lock.el (font-lock-compile-keywords): Signal an error when
7416 font-lock-set-defaults hasn't been called.
7417
7418 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7419
7420 * subr.el (noreturn, 1value): Doc fixes.
7421
7422 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7423
7424 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7425 that assoc-string returns nil.
7426
7427 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7428
7429 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7430 (bibtex-entry-type-str, bibtex-empty-field-re)
7431 (bibtex-search-backward-string, bibtex-preamble-prefix)
7432 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7433 (bibtex-any-valid-entry-type): New variable.
7434 (bibtex-parse-field-name): Simplify.
7435 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7436 (bibtex-preamble-prefix): Include left delimiter.
7437 (bibtex-search-forward-field, bibtex-search-backward-field):
7438 Allow unbounded search past entry boundaries (required by bibtex-pop).
7439 (bibtex-text-in-field-bounds): Use push.
7440 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7441 (bibtex-parse-preamble, bibtex-valid-entry)
7442 (bibtex-beginning-first-field): New functions.
7443 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7444 (bibtex-map-entries): Fix docstring.
7445 (bibtex-flash-head): New arg prompt. Simplify.
7446 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7447 (bibtex-insert-kill): Simplify. Always insert text past the
7448 current field or entry.
7449 (bibtex-format-entry): Use bibtex-parse-field.
7450 (bibtex-pop): Use bibtex-beginning-of-entry and
7451 bibtex-end-of-entry to initiate the search. Insert empty field if
7452 we found ourselves.
7453 (bibtex-print-help-message): New args field and comma.
7454 Handle entry keys.
7455 (bibtex-make-field): Use bibtex-beginning-of-entry.
7456 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7457 invalid entry.
7458 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7459 Handle preambles. Simplify code for thorough test.
7460 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7461 New arg comma. Handle entry heads.
7462 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7463 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7464 New arg comma.
7465 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7466 (bibtex-fill-field): Simplify.
7467 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7468 bibtex-parse-field.
7469 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7470 (bibtex-complete): Use bibtex-parse-preamble.
7471
7472 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7473
7474 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7475 Display name of expression instead of convenience variable.
7476 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7477
7478 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7479 toggle-gud-tooltip-dereference.
7480 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7481 (gud-tooltip-tips): ...here when dereferencing.
7482
7483 2005-12-28 Bill Wohler <wohler@newt.com>
7484
7485 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7486
7487 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7490 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7491 (vc-annotate-display-autoscale): Adjust call.
7492 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7493 Fix interactive spec.
7494 (vc-annotate-time-span): Remove.
7495 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7496 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7497 (vc-annotate-display-select): Use new name.
7498
7499 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7500 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7501 Correct the construction of span entries. Simplify.
7502 (vc-annotate-display-select): Fix the nil case.
7503 (vc-annotate): Remove obsolete (and now broken) code.
7504 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7505 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7506
7507 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7508
7509 * subr.el (lazy-completion-table): Correct typo in docstring.
7510
7511 * startup.el (command-line): Use `custom-reevaluate-setting' for
7512 `send-mail-function'.
7513
7514 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7515
7516 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7517
7518 * mail/smtpmail.el (smtpmail-try-auth-methods):
7519 Send credentials together with "AUTH PLAIN" command.
7520
7521 2005-12-27 Richard M. Stallman <rms@gnu.org>
7522
7523 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7524 mouse-2, go back to previously selected window, so it's selected
7525 when mouse-2 command runs.
7526
7527 2005-12-27 Juri Linkov <juri@jurta.org>
7528
7529 * descr-text.el (describe-text-sexp): Use square brackets for
7530 button [Show] to distinguish it from the property value `show'.
7531 (describe-property-list): Use `insert-text-button' with
7532 `help-face' type instead of putting face in quotes, because button
7533 is not created automatically for a list of faces.
7534 (describe-text-properties-1): Put button-type value in quotes to
7535 distinguish from plain text "button".
7536 (describe-char): Display code point values in hex. Don't use
7537 `symbol-name' for `current-input-method' because it is a string.
7538 Use `insert-text-button' with `help-face' type instead of putting
7539 hardcoded face in quotes, because button is not created automatically.
7540
7541 2005-12-27 Richard M. Stallman <rms@gnu.org>
7542
7543 * progmodes/glasses.el (glasses-face): More specific custom type.
7544
7545 * files.el (set-visited-file-name): Doc fix.
7546
7547 * textmodes/flyspell.el (flyspell-external-point-words):
7548 Use local var buffer-scan-pos to advance scan for next misspelling.
7549 Advance it only after we find the misspelling.
7550
7551 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7552
7553 * textmodes/flyspell.el (flyspell-external-point-words):
7554 New criteria for finding the misspelling in the buffer.
7555
7556 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7557
7558 * help-mode.el (help-insert-string): Set help-xref-stack-item
7559 rather than call help-setup-xref.
7560
7561 * descr-text.el (describe-char): Revert previous changes for
7562 optional buffer argument.
7563
7564 2005-12-27 Juri Linkov <juri@jurta.org>
7565
7566 * help-mode.el (help-insert-string): New function. Save buffer
7567 contents in cases where it is impossible to recompute the old contents.
7568
7569 * descr-text.el (describe-char): Set help-xref-stack-item
7570 explicitly after buffer has been generated.
7571
7572 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7573
7574 * cus-start.el (all): Add x-gtk-show-hidden-files.
7575
7576 2005-12-26 Richard M. Stallman <rms@gnu.org>
7577
7578 * replace.el (perform-replace): Calculate match-again
7579 before skipping read-only matches.
7580
7581 * paren.el (paren-showing-faces): New group.
7582 (show-paren-match, show-paren-mismatch): Move to that group.
7583
7584 * button.el (button): Put into group `basic-faces'.
7585
7586 * progmodes/make-mode.el: Remove faces from group `faces'.
7587
7588 * apropos.el (apropos, apropos-value): Doc fix.
7589 (apropos-documentation): Doc fix.
7590
7591 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * subr.el (lazy-completion-table): Remove argument `args'.
7594
7595 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7596 Don't use the `args' argument of lazy-completion-table.
7597
7598 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7599
7600 * descr-text.el (describe-char): Add optional argument for buffer.
7601 Set buffer appropriately. Call help-setup-xref.
7602 Suggested by Stefan Monnier.
7603
7604 2005-12-26 Juri Linkov <juri@jurta.org>
7605
7606 * descr-text.el: Require `help-fns' at runtime. Don't require
7607 `button' for byte compilation.
7608 (describe-text-widget): Add `help-echo' for first button.
7609 Use `help-info' for second.
7610 (describe-property-list): Use `help-argument-name' instead of `italic'.
7611 (describe-text-category): Add prompt to interactive spec.
7612 Call `help-setup-xref'.
7613 (describe-char): Use `help-character-set'. Add `help-echo' for
7614 code point. Use `help-input-method'. Remove superfluous insert.
7615
7616 2005-12-25 Richard M. Stallman <rms@gnu.org>
7617
7618 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7619 at point, in case of narrowing.
7620
7621 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7622
7623 * locate.el (locate-header-face): Allow nil in type.
7624
7625 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7626
7627 2005-12-25 Romain Francoise <romain@orebokech.com>
7628
7629 * battery.el (battery-linux-proc-acpi): Also try
7630 `/proc/acpi/thermal_zone/THM0/temperature'.
7631
7632 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7633
7634 * custom.el (custom-push-theme): Fix docstring.
7635
7636 * cus-edit.el (custom-variable-set, custom-variable-save)
7637 (custom-variable-save): Custom-quote widget values.
7638 (customize-save-variable): Fix custom-push-theme call.
7639
7640 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7641
7642 * w32-fns.el (w32-batch-update-autoloads): New function.
7643
7644 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7645 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7646 from the command line.
7647
7648 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7649
7650 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7651 reset means to remove setting from theme entirely. Don't keep
7652 expanding theme-settings list; delete old entries if necessary.
7653
7654 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7655 customization" button one line up.
7656 (custom-themed): New face.
7657 (custom-magic-alist): New value, THEMED, for theme settings.
7658 (custom-variable-state-set, custom-face-state-set):
7659 Check theme-value instead of saved-value.
7660 (custom-variable-reset-standard, custom-face-reset-standard):
7661 Remove theme setting entirely. Recalculate new values.
7662 (custom-variable-set, custom-variable-set)
7663 (custom-variable-reset-saved, custom-variable-reset-backup)
7664 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7665 (custom-variable-save): Fix typos.
7666
7667 2005-12-23 Juri Linkov <juri@jurta.org>
7668
7669 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7670 Add autoload cookies.
7671 (edebug-outside-d-c-i-n-s-w): New variable.
7672 (edebug-display, edebug-outside-excursion): Use it to save the
7673 original value of default-cursor-in-non-selected-windows.
7674 Set default-cursor-in-non-selected-windows to t while Edebug
7675 is active.
7676 (edebug-mode, edebug-eval-mode): Doc fix.
7677
7678 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7679 with `buffer-substring-no-properties' to remove common substring
7680 highlighting.
7681
7682 * info.el (info-other-window, info): Rename function argument
7683 `file' to `file-or-node'.
7684 (Info-complete-menu-item): Use local variable `complete-nodes' to
7685 keep the global value of `Info-complete-nodes' unchanged for
7686 subsequent completions.
7687 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7688
7689 * simple.el (get-next-valid-buffer, last-buffer)
7690 (next-error-buffer-p, next-error-find-buffer)
7691 (minibuffer-history-sexp-flag): Doc fix.
7692
7693 * savehist.el (savehist-mode-hook): Add `:group'.
7694
7695 * log-view.el: Call autoload for vc-find-version.
7696 (log-view-current-file): Adjust subgroup numbers.
7697 (log-view-current-tag): Add `length'.
7698
7699 2005-12-23 Richard M. Stallman <rms@gnu.org>
7700
7701 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7702
7703 2005-12-23 Juri Linkov <juri@jurta.org>
7704
7705 * hi-lock.el (hi-lock-archaic-interface-message-used)
7706 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7707 (hi-lock-mode): Display "Hi" in the mode line only when
7708 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7709 (hi-lock-write-interactive-patterns):
7710 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7711 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7712 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7713 font-lock-add-keywords to t.
7714
7715 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7716
7717 * hi-lock.el (hi-lock-highlight-range): New variable.
7718 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7719 only if font-lock-fontified is non-nil. Remove overlays.
7720 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7721 font-lock-fontified is non-nil, otherwise use overlays (instead of
7722 text properties).
7723 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7724 New variables.
7725 (hi-lock-string-serialize) New function.
7726
7727 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7728
7729 * menu-bar.el (menu-find-file-existing): New function.
7730 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7731
7732 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7733
7734 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * vc.el: Remove unnecessary leading * in docstrings.
7737 (vc-annotate-mode-map): Move initialization into declaration.
7738 (vc-static-header-alist): Nitpick on the regexp.
7739 (vc-default-init-version): New fun.
7740 (vc-register): Use it.
7741 (vc-insert-headers): Use dolist.
7742 (vc-annotate-get-backend): Remove unused function.
7743 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7744 (vc-annotate-mode): Remove corresponding call.
7745 (vc-annotate-car-last-cons): Simplify.
7746 (vc-annotate-buffers): Remove var.
7747 (vc-annotate-backend): Make it buffer-local.
7748 (vc-annotate): Move the interaction to the interactive spec.
7749 Add a `buf' argument.
7750 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7751 killing&creating a vc-annotate buffer, which is very disruptive when
7752 the buffers are shown in dedicated frames.
7753
7754 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7755
7756 * descr-text.el: Add FSF as maintainer.
7757 (describe-text-mode, describe-text-mode-map)
7758 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7759 help-mode.
7760 (describe-text-widget, describe-text-sexp)
7761 (describe-property-list, describe-text-category)
7762 (describe-text-properties, describe-text-properties-1)
7763 (describe-char): Use help buttons instead of widgets.
7764 (describe-char-unicodedata-file): Make URL link in doc string.
7765
7766 2005-12-22 Richard M. Stallman <rms@gnu.org>
7767
7768 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7769 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7770 Don't include buttons that write a file when there's no file.
7771 (custom-variable-menu, custom-face-menu, custom-group-menu):
7772 Don't include commands that write a file when there's no file.
7773 (customize-browse): Reword the top-of-buffer help intro.
7774 (custom-buffer-create-internal): Fix previous change.
7775 (customize-changed-options-previous-release): Prev release is 21.1.
7776 (customize-changed-options): Doc fix.
7777 (customize-changed): New alias.
7778 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7779 Say "standard values".
7780 (Custom-reset-standard): Doc fix.
7781 (custom-face-reset-standard): Doc fix.
7782
7783 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7786 even if font-lock-mode is non-nil since it may be t without having
7787 turned on font-lock-mode-internal.
7788 (font-lock-choose-keywords): Minor optimization.
7789 (font-lock-add-keywords, font-lock-remove-keywords)
7790 (font-lock-set-defaults): Don't call make-local-variable on a variable
7791 that we know to already be local.
7792
7793 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7794
7795 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7796 messages if in the minibuffer.
7797
7798 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7801 (tex-mode-flyspell-verify, flyspell-get-word)
7802 (flyspell-external-point-words): Don't use point-min/max uselessly.
7803
7804 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7805 by Kevin Rodgers. Instead, just hide the completions buffer if we
7806 don't need to show it.
7807
7808 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7809
7810 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7811
7812 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7815 delete-windows-on with an inexistent buffer.
7816
7817 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7818
7819 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7820 Delete defcustom variable :tag names.
7821
7822 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7825 (log-view-font-lock-keywords): Ajust subgroup numbers.
7826 (log-view-current-tag): Don't hard code the number of subgroups.
7827
7828 2005-12-20 Juri Linkov <juri@jurta.org>
7829
7830 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7831 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7832
7833 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7834 (menu-bar-non-minibuffer-window-p): Instead of checking
7835 display-multi-frame-p, use selected-frame when menu-updating-frame
7836 is nil.
7837
7838 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7839
7840 * align.el (align-rules-list): Use [ \t] instead of \s-
7841 for column separators in text mode.
7842
7843 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7844
7845 * help-mode.el (help-customize-variable, help-customize-face):
7846 Don't pop help-xref-stack as help-follow no longer pushes
7847 anything on to it.
7848
7849 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7850
7851 * textmodes/org.el (org-agenda-custom-commands): New option.
7852 (org-agenda): Offer custom commands on splash screen.
7853 (org-make-tags-matcher): Parser for Boolean logic added.
7854 (org-agenda-set-tags): New command.
7855 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7856 (org-set-tags): Efficiency improvements.
7857 (org-auto-align-tags): New option.
7858 (org-todo, org-demote, org-promote): Realign tags.
7859 (org-tags-completion-function): Use also "&" and "|" as separators.
7860 (org-org-menu): Agenda commands simplified.
7861
7862 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7863
7864 * cus-edit.el (customize-apropos, customize-apropos-options):
7865 Docstring changes.
7866
7867 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7868
7869 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7870
7871 * longlines.el (longlines-mode): Wrap while widened.
7872 (longlines-decode-region, longlines-encode-region): Compute max
7873 just once.
7874
7875 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7876
7877 * cus-edit.el (mac): New group.
7878
7879 * cus-start.el (all): Add user options in macterm.c. Add test for
7880 Mac-related built-ins. Fix test for GTK-related built-ins.
7881
7882 * term/mac-win.el (mac-handle-language-change)
7883 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7884 (mac-services-open-selection, mac-services-mail-selection)
7885 (mac-services-mail-to, mac-services-insert-text)
7886 (mac-dispatch-apple-event): Add docstrings.
7887 (x-get-selection, mac-select-convert-to-string): Select coding
7888 system from `utf-16be' and `utf-16le' using `byteorder'.
7889
7890 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7893 a "list" (lambda ...) rather than a real completion list.
7894
7895 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7896 lexical-let when encountering ((lambda (...) ...) ...).
7897
7898 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7899
7900 * progmodes/sh-script.el (sh-mode):
7901 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7902 * textmodes/picture.el (picture-mode): Update docstrings.
7903
7904 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7905
7906 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7907 commands enclosed in $(ARGQUOTE)s should not be split between two
7908 lines, as that will break with GNU Make >3.80, when sh.exe is used
7909 and arg quoting is with '..'.
7910 (autoloads): Don't break the quoted --eval expression between
7911 several lines.
7912
7913 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7914
7915 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7916 Capture error from printing circular structures.
7917
7918 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7919
7920 * wid-edit.el (widget-checkbox-action): Clear undo info.
7921
7922 2005-12-16 Bill Wohler <wohler@newt.com>
7923
7924 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7925 bar, not menubar in comment.
7926
7927 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7930 After-change-functions should not clobber the match data.
7931
7932 2005-12-16 Juri Linkov <juri@jurta.org>
7933
7934 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7935 instead of `buffer-substring'.
7936 (completion-common-substring): Doc fix.
7937 (completion-setup-function): Use minibuffer-completion-contents
7938 instead of minibuffer-contents. Don't set common-string-length
7939 initially. Remove special handling of partial-completion-mode.
7940 Move computation of completion-base-size into one cond.
7941 Call completion-base-size-function in mainbuf. In computation of
7942 completion-base-size for file name completion don't move point to
7943 the end of the minibuffer. Move computation of common-string-length
7944 into one cond. Start putting faces only when common-string-length>=0.
7945 Add condition to put completions-common-part when
7946 common-string-length>0.
7947
7948 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7949 place point at the first different character in the minibuffer
7950 even if this position is at the beginning of the minibuffer.
7951
7952 * info.el (Info-read-node-name-1): In completion-base-size-function's
7953 lambda return 1 if common-substring or minibuffer-completion-contents
7954 starts with (, and 0 otherwise.
7955
7956 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7957 Use `crm-current-element' for second arg of `display-completion-list'.
7958
7959 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7960
7961 * files.el (set-auto-mode): Look for an interpreter specified on
7962 the first line also if search for mode specification succeeded,
7963 but the mode is not known.
7964
7965 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7966
7967 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7968 (org-open-at-point): Implement tag searches as links.
7969 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7970 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7971 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7972 (org-agenda-dispatch): New commands.
7973 (org-use-tag-inheritance, org-tags-column): New options.
7974 (org-tab-follows-link, org-return-follows-link): New options.
7975 (org-tags): New customize group.
7976 (org-start-icalendar-file): Get local time zone.
7977 (org-tags-completion-function): New function.
7978 (org-set-font-lock-defaults): Make sure links will also be
7979 highlighted inside headlines.
7980
7981 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7982
7983 * term.el (term-emulate-terminal):
7984 Let term-handle-ansi-terminal-messages override what Bash says about
7985 its current directory.
7986
7987 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7988
7989 * bindings.el (last-buffer): Move to simple.el.
7990 * simple.el (last-buffer): Move here.
7991 (get-next-valid-buffer): New function.
7992 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7993 (prev-buffer): Ditto. Rename to `previous-buffer'.
7994
7995 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7996 * bindings.el (global-map): Ditto.
7997
7998 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7999
8000 * cus-edit.el: Introductory comment change.
8001 (custom-magic-alist): Change message string for the `rogue' state.
8002
8003 2005-12-15 Richard M. Stallman <rms@gnu.org>
8004
8005 * tooltip.el: Delete defcustom variable :tag names.
8006
8007 * complete.el (partial-completion-mode): Doc fix.
8008
8009 * textmodes/flyspell.el (flyspell-external-point-words):
8010 Use save-excursion to ensure we don't move backward in the
8011 search loop, not even one character.
8012 (flyspell-delete-all-overlays): Use remove-overlays directly.
8013
8014 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8015 (ispell-start-process): Set that variable.
8016 Clear ispell-buffer-local-name.
8017 (ispell-internal-change-dictionary):
8018 Set ispell-current-dictionary after killing process.
8019 (ispell-buffer-local-dict):
8020 Don't set spell-personal-dictionary after killing process.
8021 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8022 (ispell-tex-skip-alists, ispell-html-skip-alists)
8023 (ispell-skip-region-alist): Mark as risky.
8024
8025 * net/newsticker.el (newsticker--retrieval-timer-list)
8026 (newsticker--display-timer, newsticker-running-p)
8027 (newsticker-ticker-running-p): Definitions moved up.
8028
8029 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8030
8031 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8032
8033 2005-12-15 David Ponce <david@dponce.com>
8034
8035 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8036 (recentf-edit-list, recentf-open-files): Signal an error when
8037 there is no recent file.
8038
8039 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8040
8041 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8042 read-only except for texinfo-format-region evaluation.
8043
8044 2005-12-14 Richard M. Stallman <rms@gnu.org>
8045
8046 * vc.el (vc-default-previous-version, vc-default-next-version)
8047 (vc-do-command): Doc fixes.
8048
8049 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8050
8051 * textmodes/bibtex.el (bibtex-expand-strings)
8052 (bibtex-autokey-expand-string, bibtex-name-part)
8053 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8054 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8055 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8056 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8057 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8058 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8059 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8060 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8061 (bibtex-beginning-of-last-entry): Remove.
8062 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8063 message if comma is missing but buffer is read-only.
8064 (bibtex-parse-field-text): Handle whitespaces at the end of field
8065 text. Return 3-element list with beginning and end of field text
8066 and end of field.
8067 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8068 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8069 (bibtex-search-forward-field, bibtex-search-backward-field):
8070 Search always delimited by limits of entry. Use more efficient
8071 search algorithms.
8072 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8073 bibtex-end-of-name-in-field.
8074 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8075 extracting the content of a field.
8076 (bibtex-text-in-field): Use search limits.
8077 (bibtex-parse-string-prefix): Handle empty string keys based on
8078 bibtex-string-empty-key.
8079 (bibtex-parse-string): Fix docstring.
8080 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8081 (bibtex-preamble-prefix, bibtex-strings): New functions.
8082 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8083 BibTeX entries (consistent with other BibTeX functions).
8084 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8085 (bibtex-search-entry): Fix docstring. Simplify.
8086 (bibtex-flash-head, bibtex-complete-string-cleanup)
8087 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8088 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8089 (bibtex-parse-entry): New optional arg content.
8090 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8091 Use bibtex-text-in-field-bounds.
8092 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8093 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8094 bibtex-parse-string-postfix.
8095 (bibtex-find-text-internal): New function.
8096 (bibtex-remove-delimiters): Use it.
8097 (bibtex-find-text): Use it. New optional arg help.
8098 (bibtex-complete): Handle BibTeX string and preamble entries.
8099 (bibtex-Preamble): Fix order of closing delimiters.
8100
8101 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * vc.el (vc-default-revert): New fun.
8104
8105 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8106
8107 2005-12-14 Romain Francoise <romain@orebokech.com>
8108
8109 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8110 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8111 (font-lock-remove-keywords): Likewise.
8112
8113 2005-12-14 Juri Linkov <juri@jurta.org>
8114
8115 * log-view.el (log-view-diff): Doc fix.
8116
8117 * isearch.el (isearch-query-replace): Use (mark) instead of
8118 isearch-opoint if mark is active in transient-mark-mode.
8119
8120 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8121
8122 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8123
8124 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8125
8126 * progmodes/cpp.el (cpp-face): New widget.
8127 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8128
8129 2005-12-14 Juri Linkov <juri@jurta.org>
8130
8131 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8132 around `erase-buffer' and `insert'.
8133
8134 * descr-text.el (describe-text-properties): Replace buffer name
8135 "*Help-2*" with "*Help*<2>".
8136 (describe-char): Add functions print-help-return-message,
8137 toggle-read-only. Use help-setup-xref with nil to not store
8138 describe-char in help-xref-stack. Use help-make-xrefs to
8139 make [back] button.
8140
8141 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8142
8143 * wdired.el (wdired-old-point): New internal variable.
8144 (wdired-change-to-wdired-mode): Set it buffer-locally.
8145 (wdired-abort-changes): Restore point after aborting changes.
8146
8147 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * vc.el (vc-do-command): Add a new value t for okstatus.
8150
8151 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8152 frame in case of errors.
8153
8154 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8155
8156 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8157 so it comes after "On the Left" in the menu.
8158
8159 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8160
8161 * cus-edit.el (customize-apropos, customize-apropos-options)
8162 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8163
8164 2005-12-12 Bill Wohler <wohler@newt.com>
8165
8166 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8167 non-writable Subversion-controlled files by saving window
8168 configuration before calling vc-do-command. vc-do-command calls
8169 pop-to-buffer on error which is unexpected during registration.
8170
8171 2005-12-12 Jay Belanger <belanger@truman.edu>
8172
8173 * calc/README: Update the summary of changes.
8174
8175 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * descr-text.el (describe-char): Rework last fix to solve the problem
8178 is the same way it's solved for everything else in that function
8179 (i.e. by extracting the info before setting up the *Help* buffer).
8180
8181 2005-12-12 Kim F. Storm <storm@cua.dk>
8182
8183 * subr.el (version-regexp-alist): Allow space as separator before
8184 non-numeric part, e.g. "1.0 alpha".
8185 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8186
8187 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8188
8189 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8190 Implement Logging and the keep-modes setting.
8191 (org-get-category): Make sure a string is returned.
8192 (org-log-done): New function.
8193 (org-log-done, org-closed-string): New options.
8194
8195 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8196
8197 * tooltip.el (tooltip-y-offset): Change default to 20.
8198
8199 2005-12-12 Richard M. Stallman <rms@gnu.org>
8200
8201 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8202
8203 * frame.el (display-hourglass): Doc fix.
8204
8205 * help.el (help-for-help-internal): Simplify entry for `a'.
8206
8207 * info.el (Info-on-current-buffer): Doc fix.
8208 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8209
8210 * startup.el (inhibit-splash-screen): Make this the real name.
8211 (inhibit-startup-message): Make this the alias.
8212 (command-line): Find only simple.el, and use its directory
8213 to fill in other preloaded files' names.
8214 (command-line): Deactivate the mark if deactivate-mark is set.
8215
8216 * international/mule.el (load-with-code-conversion):
8217 Bind deactivate-mark.
8218
8219 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8220
8221 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8222
8223 * cus-edit.el (customize-apropos): Avoid listing an option more
8224 than once under different aliases. No longer list user options
8225 that are not defined with defcustom (unless a prefix arg is given).
8226 Doc fix.
8227 (customize-apropos-options): Doc fix.
8228
8229 2005-12-11 Juri Linkov <juri@jurta.org>
8230
8231 * frame.el (set-background-color, set-foreground-color)
8232 (set-cursor-color, set-mouse-color, set-border-color):
8233 Add explicit prompts to read colors by `facemenu-read-color'.
8234 (show-trailing-whitespace, blink-cursor-delay)
8235 (blink-cursor-interval, display-hourglass, hourglass-delay):
8236 Remove tags.
8237 (display-hourglass, hourglass-delay): Doc fix.
8238 (cursor-in-non-selected-windows): Capitalize words in tag.
8239
8240 * faces.el (frame-background-mode): Replace `choice-item' keywords
8241 with `const' to not make [default] button. Change default value tag
8242 from `default' to `automatic'. Doc fix.
8243 (trailing-whitespace) <defface>: Change group `whitespace' to
8244 `whitespace-faces'.
8245
8246 2005-12-11 Richard M. Stallman <rms@gnu.org>
8247
8248 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8249
8250 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8251
8252 * term/mac-win.el: Create keymap for mac-apple-event-map.
8253
8254 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8255
8256 * tooltip.el (tooltip-mode): Move to start of file so that it
8257 appears at top of customize buffer.
8258
8259 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8260 Add the gud groupname.
8261 (gud-tooltip-mode): Add the tooltip groupname.
8262 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8263 avoid conflict with tooltip-use-echo-area.
8264
8265 2005-12-10 Romain Francoise <romain@orebokech.com>
8266
8267 * help.el (help-for-help-internal): Add `r' in doc string.
8268
8269 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8270
8271 * align.el (align-regexp, align-highlight-rule):
8272 Use region-beginning and region-end instead of point and mark, so that
8273 repetition (with `repeat-complex-command') recomputes the region
8274 bounds.
8275
8276 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8277
8278 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8279 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8280 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8281 (balance-windows): Rewrite using the above new functions.
8282
8283 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8284
8285 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8286 react if global-hi-lock-mode seems intended.
8287 (global-hi-lock-mode) Renamed from hi-lock-mode.
8288 (hi-lock-archaic-interface-message-used)
8289 (hi-lock-archaic-interface-deduce): New variables.
8290 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8291 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8292 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8293 Replace hi-lock-buffer-mode with hi-lock-mode.
8294
8295 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8296
8297 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8298 completion list, even after a partial completion has been
8299 inserted in the current buffer. If there are more than 1
8300 completion, redisplay the *Completions* buffer; if the
8301 completion is unique, delete the *Completions* window.
8302
8303 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8304
8305 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8306 strings and long subject lines that were broken into multiple
8307 lines at arbitrary places. Handle subjects that have "Re: " in
8308 the middle.
8309
8310 2005-12-10 John W. Eaton <jwe@octave.org>
8311
8312 * emacs/octave-mod.el (octave-electric-space): Don't indent
8313 comments or strings if octave-auto-indent is nil.
8314
8315 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8316
8317 * term/mac-win.el: Require url when compiling.
8318 Call mac-process-deferred-apple-events after loading init files.
8319 (mac-apple-event-map): New defvar. Define event handlers in it.
8320 (core-event, internet-event): New Apple event class symbols.
8321 (open-application, reopen-application, open-documents)
8322 (print-documents, open-contents, quit-application)
8323 (application-died, show-preferences, autosave-now, get-url):
8324 New Apple event ID symbols.
8325 (about): New HICommand ID symbol.
8326 (mac-event-spec, mac-event-ae): New macros.
8327 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8328 (mac-ae-selection-range, mac-ae-text-for-search)
8329 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8330 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8331 and Services menu events are now defined in mac-apple-event-map.
8332 (mac-drag-n-drop): Remove selection range handling.
8333
8334 2005-12-10 Kenichi Handa <handa@m17n.org>
8335
8336 * simple.el (zap-to-char):
8337 * isearch.el (isearch-process-search-char): Translate CHAR by
8338 translation-table-for-input.
8339
8340 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8341
8342 * foldout.el (foldout-exit-fold): Properly hide subtree.
8343
8344 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8345
8346 * files.el (save-buffer):
8347 * international/ucs-tables.el (ucs-set-table-for-input):
8348 * mail/mail-extr.el (mail-extract-address-components):
8349 * mail/sendmail.el (mail-mode): Reformat doc string.
8350
8351 2005-12-09 Juri Linkov <juri@jurta.org>
8352
8353 * isearch.el (isearch-highlight): Change main overlay priority
8354 from 1 to 1001. Simplify.
8355 (isearch-lazy-highlight-update): Change lazy overlay priority
8356 from 0 to 1000.
8357
8358 * replace.el (replace-highlight): Change overlay priority from
8359 1 to 1001.
8360
8361 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8362 Change overlay priority from 1 to 1001. Reuse existing overlay.
8363
8364 * compare-w.el (compare-windows-highlight): Change overlay
8365 priority from 1 to 1000.
8366
8367 * menu-bar.el (menu-bar-edit-menu): Add listp around
8368 pending-undo-list to disable menu item "undo" when pending
8369 undo list is empty.
8370
8371 * locate.el (locate): Disable undo in *Locate* buffer.
8372
8373 2005-12-09 Kim F. Storm <storm@cua.dk>
8374
8375 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8376
8377 2005-12-09 David Ponce <david@dponce.com>
8378
8379 * recentf.el: Improvement of the menu code.
8380 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8381 instead of menu hook.
8382 (recentf-show-menu, recentf-hide-menu): New functions.
8383 (recentf-menu-customization-changed, recentf-mode): Use them.
8384 (recentf-menu-action, recentf-max-menu-items)
8385 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8386 (recentf-arrange-by-rule-others)
8387 (recentf-arrange-by-rules-min-items)
8388 (recentf-arrange-by-rule-subfilter) : Don't use
8389 `recentf-menu-customization-changed'.
8390 (recentf-arrange-rules): Likewise. Accept functions to compute
8391 sub-menu titles.
8392 (recentf-menu-filter): Likewise. Doc fix.
8393 (recentf-menu-value-shortcut): Doc fix.
8394 (recentf-dump-variable): Quote atom value.
8395 (recentf-make-menu-items): Update to use it as a menu filter.
8396 (recentf-match-rule): New function.
8397 (recentf-arrange-by-rule): Use it.
8398 (recentf-indirect-mode-rule): New function.
8399 (recentf-build-mode-rules): Use it.
8400 (recentf-dir-rule): New function.
8401 (recentf-arrange-by-dir): Use it.
8402 (recentf-filter-changer-current): Rename from
8403 `recentf-filter-changer-state'. All references updated.
8404 (recentf-filter-changer-alist): Update filter names.
8405 (recentf-filter-changer-select): New function.
8406 (recentf-filter-changer): Use it. Make a sub-menu from filters
8407 available in `recentf-filter-changer-alist'.
8408 (recentf-data-cache, recentf-clear-data)
8409 (recentf-update-menu): Remove. All references updated.
8410 (recentf-match-rule-p, recentf-build-dir-rules)
8411 (recentf-filter-changer-goto-next)
8412 (recentf-filter-changer-get-current)
8413 (recentf-filter-changer-get-next): Remove.
8414
8415 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8416
8417 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8418 buffer "Reset" button to "Reset to Current" for consistency with
8419 the State buttons.
8420
8421 2005-12-08 John Paul Wallington <jpw@pobox.com>
8422
8423 * ibuf-ext.el (define-ibuffer-filter filename):
8424 If `dired-directory' is a list then really use its car.
8425
8426 2005-12-08 Kim F. Storm <storm@cua.dk>
8427
8428 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8429 Fix indention of text on right side of replaced rectangle.
8430
8431 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8432
8433 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8434 No need to check gud-comint-buffer is bound.
8435 (gdb): Prevent multiple debugging when first session uses gdba.
8436
8437 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8438
8439 CC Mode update to 5.31.
8440
8441 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8442 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8443 We might do this function properly in the future).
8444
8445 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8446 New macros c-sentence-end and c-default-value-sentence end, to cope
8447 with Emacs 22's new function `sentence-end'.
8448
8449 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8450
8451 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8452 compat issue using `c-put-overlay' and `c-delete-overlay'.
8453
8454 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8455 New compat macros to handle overlays/extents.
8456
8457 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8458
8459 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8460 (for GNU Emacs 20.4)
8461
8462 * progmodes/cc-defs.el:
8463 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8464
8465 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8466 highlighting mechanism so it will work in XEmacs too.
8467
8468 * progmodes/cc-defs.el: Insert c-int-to-char.
8469
8470 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8471 call to the new macro c-int-to-char. This solves XEmacs's
8472 regarding characters as different from integers.
8473
8474 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8475
8476 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8477 New internal helper.
8478
8479 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8480 construct to make the indirect face lookup work in XEmacs.
8481
8482 (c-cpp-matchers): Append the negation char face to the existing
8483 fontification, so that the cpp face doesn't disappear.
8484 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8485 and strings.
8486
8487 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8488 to map to `font-lock-negation-char-face' in emacsen where it exists.
8489
8490 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8491
8492 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8493
8494 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8495 Rename "c-subword-move-mode" as "c-subword-mode".
8496
8497 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8498 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8499
8500 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8501
8502 * progmodes/cc-mode.el: Added autoload directive for
8503 `c-subword-move-mode' for use in older emacsen.
8504
8505 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8506
8507 * progmodes/cc-mode.el:
8508 (i) Insert a binding for C-c C-backspace into
8509 c-bind-special-erase-keys which works in TTYs.
8510 (ii) Make sure that when file styles are used, any explicitly
8511 given style variables take priority over those in the style.
8512 Do this by calling `hack-local-variables' a second time.
8513
8514 * progmodes/cc-vars.el: Add language specific customization
8515 widgets for AWK to c-doc-comment-style, c-require-final-newline
8516 and c-default-style. Add a defcustom for awk-mode-hook.
8517 Give c-syntactic-element and c-syntactic-context doc-strings by
8518 directly setting their `variable-documentation' propery.
8519 This allows Emacs 22.1 to read these with C-h v.
8520
8521 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8522
8523 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8524
8525 * progmodes/cc-fonts.el, cc-vars.el
8526 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8527 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8528 Masatake YAMATO.
8529
8530 (c-doc-comment-style): Made GtkDoc default in C mode.
8531
8532 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8533 and C-c C-<delete>.
8534
8535 (c-bind-special-erase-keys): New function for use on
8536 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8537
8538 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8539 <delete> key behavior in XEmacs according to `delete-forward-p'.
8540 C.f. `c-electric-delete'.
8541
8542 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8543
8544 * progmodes/cc-mode.el: Give c-hungry-backspace and
8545 c-hungry-delete-forward permanent key bindings.
8546
8547 * progmodes/cc-cmds.el (c-electric-semi&comma):
8548 Bind c-syntactic-context for calls to "criteria functions", for
8549 consistency with other calls to user functions.
8550
8551 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8552 `current-prefix-arg', since this might be the prefix arg to a
8553 command which calls c-indent-command as a function. Change the
8554 interactive spec from "p" to "P".
8555
8556 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8557 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8558 was difficult to understand.
8559
8560 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8561
8562 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8563 first char of an identifier.
8564
8565 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8566 +" syntax in C++.
8567
8568 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8569
8570 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8571 auto-fill doesn't split a c-comment's last word from a hanging
8572 "*/" when a space is typed between them after fill-column.
8573
8574 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8575
8576 * progmodes/cc-styles.el (c-set-style)
8577 (c-setup-paragraph-variables): Abort the command if we're not in a
8578 CC Mode buffer.
8579
8580 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8581 with blank comment-prefix, and a blank line as the comment's
8582 second line.
8583
8584 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8585
8586 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8587 Incorporate the patterns added in the Emacs development branch
8588 for the new Emacs 22 face `font-lock-negation-char-face'.
8589
8590 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8591 of "red" since it stands out better in xterms and DOS terminals.
8592
8593 * progmodes/cc-engine.el (c-literal-faces):
8594 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8595
8596 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8597
8598 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8599 forcibly enable c-electric-flag.
8600
8601 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8602 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8603 after the comment-prefix of a C-style comment will close that comment.
8604
8605 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8606
8607 * progmodes/cc-fonts.el (c-basic-matchers-before)
8608 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8609 in Pike.
8610
8611 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8612 digraphs.
8613
8614 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8615 (c-cpp-message-directives, c-cpp-include-directives)
8616 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8617 (c-cpp-expr-directives): Introduce new language constants to
8618 control cpp syntax in a cleaner way.
8619
8620 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8621
8622 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8623
8624 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8625 (c-multiline-string-start-char): New language constants and
8626 variables to specify how newlines in string literals work.
8627
8628 (c-font-lock-invalid-string): Use them.
8629
8630 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8631 unbalanced close brace is entered. Optimization by avoiding going
8632 back over arbitrarily large blocks. Removed hints that this
8633 function only would be relevant/useful in AWK.
8634
8635 (c-electric-brace): Indent syntactically after the cleanups since
8636 lineup functions might do it differently then.
8637
8638 * progmodes/cc-engine.el, cc-langs.el
8639 (c-opt-op-identifier-prefix): New language constant and variable.
8640
8641 (c-just-after-func-arglist-p, c-after-special-operator-id)
8642 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8643
8644 * progmodes/cc-align.el, cc-engine.el
8645 (c-after-special-operator-id): New helper to handle C++ operator
8646 identifiers.
8647
8648 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8649 (c-guess-basic-syntax): Handle C++ operator identifiers in
8650 declarations.
8651
8652 * progmodes/cc-langs.el (c-assignment-operators): Add the
8653 trigraph version of ^= too.
8654
8655 * progmodes/cc-langs.el (c-assignment-operators): Add the
8656 trigraph version of |= in C++.
8657
8658 * progmodes/cc-fonts.el (c-font-lock-declarators):
8659 Handle `c-decl-hangon-kwds' after the identifier name.
8660
8661 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8662 whether an arglist is "nonempty", ignore a comment after the open
8663 paren if it isn't followed by a non-comment token on the same line.
8664
8665 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8666 Enable heuristics below the point to cope with classes inside special
8667 brace lists in Pike.
8668
8669 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8670
8671 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8672
8673 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8674
8675 * progmodes/cc-guess.el (cc-guess-install): New function to
8676 install an already guessed style in another buffer.
8677
8678 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8679 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8680 anyway if the change always is undone.
8681
8682 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8683
8684 Implement togglable electricity:
8685
8686 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8687 saying when it should be used.
8688
8689 * progmodes/cc-engine.el: Add the new buffer-local variable,
8690 c-electric-flag.
8691
8692 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8693 c-toggle-auto-newline.
8694
8695 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8696 c-toggle-auto-newline. Remove the binding for
8697 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8698 c-toggle-electric-state.
8699
8700 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8701
8702 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8703 c-\(forward\|backward\)-subword.
8704 (c-update-modeline): Add the new modeline flag `l' for
8705 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8706 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8707 Make the old name an alias of the new name.
8708 (c-toggle-electric-state): New function.
8709 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8710 Adapt these functions to do electric things only when
8711 c-electric-flag is non-nil.
8712 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8713 new functions from c-electric-brace.
8714 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8715 mode, so that the tentative extra newline doesn't change the
8716 syntax of the following brace.
8717 (c-electric-brace): Restructure by extracting the above functions.
8718 Tidy up the coding somewhat.
8719 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8720 restructure a bit.
8721
8722 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8723
8724 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8725 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8726
8727 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8728 (c-submode-indicators): Change name from `c-auto-hungry-string'
8729 since it's now used to track another submode.
8730
8731 (c-update-modeline): Convert to function and extended to check
8732 `c-subword-move-mode'.
8733
8734 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8735 Convert to compat aliases for `c-forward-subword' and
8736 `c-backward-subword'.
8737
8738 * progmodes/cc-subword.el: New functions and minor mode to handle
8739 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8740
8741 (c-forward-subword, c-backward-subword, c-mark-subword)
8742 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8743 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8744 Functions corresponding to the standard word handling functions.
8745
8746 (c-subword-move-mode): Minor mode that replaces all the standard
8747 word handling functions with their subword equivalences.
8748
8749 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8750
8751 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8752 entry for one-liner-defun.
8753
8754 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8755 name in its def-edebug-spec.
8756
8757 * progmodes/cc-cmds.el (c-electric-brace): Make the
8758 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8759 compacts space before a comment, if this will make things fit on
8760 one line.
8761
8762 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8763
8764 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8765
8766 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8767 clean-up one-liner-defun.
8768
8769 * progmodes/cc-styles.el: Add the new "awk" style.
8770
8771 * progmodes/cc-vars.el: Add description of one-liner-defun to
8772 c-cleanup-list's doc-string. New user options,
8773 c-max-one-liner-length. In c-default-style, set the default style
8774 for AWK to "awk".
8775
8776 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8777
8778 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8779 macros inside labels.
8780
8781 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8782 `c-at-statement-start-p' and `c-at-expression-start-p'.
8783
8784 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8785 error if the mark isn't set.
8786
8787 * progmodes/cc-engine.el (c-guess-continued-construct)
8788 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8789 accurately detect functions inside functions.
8790
8791 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8792 like `c-at-statement-start-p' that additionally recognizes commas
8793 and expression parentheses as delimiters.
8794
8795 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8796 to avoid heuristics that doesn't work for unclosed blocks.
8797 (c-at-statement-start-p): New function.
8798
8799 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8800 Objective-C directives, e.g. directives spanning lines should work
8801 reasonably well now.
8802
8803 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8804
8805 (c-forward-objc-directive): New function to move over any ObjC
8806 directive.
8807
8808 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8809 (c-basic-matchers-before): Use it.
8810
8811 (c-font-lock-objc-iip-decl): Remove.
8812
8813 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8814 in the template arglist recognition.
8815
8816 * progmodes/cc-styles.el (c-style-alist): Fix several
8817 inconsistencies in the Whitesmith style.
8818
8819 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8820 New lineup function to get lines after Whitesmith style blocks
8821 correctly indented.
8822
8823 (c-lineup-whitesmith-in-block): Back out the compensation for
8824 opening parens since it's done using `add' lists in the style
8825 definition instead. Don't use the anchor position since it varies
8826 too much between the syntactic symbols. :P
8827
8828 * progmodes/cc-vars.el (c-valid-offset): Update.
8829
8830 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8831 lists where the offsets are combined according to several
8832 different methods: `first', `min', `max', and `add'.
8833 Report offset evaluation errors with `c-benign-error' so that some kind
8834 of reindentation still is done.
8835
8836 * progmodes/cc-engine.el (c-guess-basic-syntax):
8837 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8838 `arglist-close'.
8839
8840 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8841 situations for `arglist-cont-nonempty' and `arglist-close'.
8842
8843 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8844
8845 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8846 cc-bytecomp-boundp' in a number of places.
8847
8848 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8849 macro related issue.
8850
8851 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8852
8853 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8854 list is now [asdf], a char class [:alpha:].
8855 Include code for char classes.
8856 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8857 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8858
8859 Remove (nearly all of) the cruft associated with AWK Mode's former
8860 concept of "virtual semicolons":
8861
8862 Adapt c-beginning-of-statement, c-end-of-statement (together with
8863 subfunctions) to use the new notion of "virtual semicolon" in
8864 place of the old awkward special handling for AWK. There remains
8865 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8866 * progmodes/cc-cmds.el:
8867 (c-ascertain-adjacent-literal): In the backwards direction, now
8868 recognises AWK regexp delimiters as string delimiters.
8869 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8870 check more rigorously for "end of macro".
8871 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8872 virtual semicolons;
8873 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8874 out the code for forward movement into ...
8875 (c-end-of-statement): Now contains the code for forward movement,
8876 adapted for virtual semicolons.
8877
8878 * progmodes/cc-engine.el:
8879 (c-ws*-string-limit-regexp): New regexp.
8880 (c-forward-single-comment, c-backward-single-comment): Comment out
8881 the (now redundant) "special" AWK stuff.
8882
8883 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8884 c-string-par-start, c-string-par-separate to be more like Text
8885 Mode than Fundamental Mode.
8886
8887 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8888
8889 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8890 to the fontified region so that fontification doesn't occur
8891 outside it (could happen e.g. when fontifying a line with an
8892 unfinished declaration).
8893
8894 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8895
8896 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8897 start of the file. ^L now separate sections of the file.
8898 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8899 (c-awk-one-line-possibly-open-string-re)
8900 (c-awk-regexp-one-line-possibly-open-char-class-re)
8901 (c-awk-one-line-possibly-open-regexp-re)
8902 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8903 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8904
8905 Amend the concept of "virtual semicolons" (in the indentation
8906 engine) for languages like AWK, such that they are now
8907 conceptually attached to end of the last token of a statement, not
8908 the end of the line. (In AWK Mode, however, the pertinent text
8909 property is still physically set on the EOL.) Remove the specific
8910 tests for awk-mode, thus facilitating the introduction of other
8911 language modes where EOLs can end statements.
8912 (Note: The funtionality in cc-cmds.el, specifically
8913 c-beginning/end-of-statement has yet to be amended.)
8914
8915 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8916 New macros.
8917
8918 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8919 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8920 c-vsemi-status-unknown-p-fn (in a new page).
8921
8922 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8923 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8924 numerous awkward forms like
8925 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8926 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8927 variable before-ws-ip, the place just after char-before-ip appears.
8928
8929 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8930 a comment.
8931
8932 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8933
8934 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8935 `c-tentative-buffer-changes'.
8936
8937 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8938 convert to macro to choose between Emacs and XEmacs at compile time.
8939
8940 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8941
8942 (c-tentative-buffer-changes): New macro to handle temporary buffer
8943 changes in a convenient way.
8944
8945 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8946 for `c-tentative-buffer-changes'.
8947
8948 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8949 the checks for paren sexps between the point and the keyword, to
8950 avoid some false alarms.
8951
8952 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8953 Fixed a situation where an error could be thrown for unbalanced
8954 parens. Changed to make use of c-keyword-member' to avoid some
8955 repeated regexp matches.
8956
8957 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8958 These language variable are no longer necessary.
8959
8960 (c-block-stmt-kwds): New language constant used by
8961 c-looking-at-inexpr-block'.
8962
8963 (c-guess-basic-syntax): Remove an optional check that looked at
8964 the existence of the now removed language variables.
8965
8966 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8967 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8968 object instantiation expressions as declarations in some contexts.
8969 This bug only affected languages where the declarator can't be
8970 enclosed in parentheses.
8971
8972 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8973 insert newlines before and after substatement braces.
8974
8975 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8976 function declaration headers and the handling of C++ style member
8977 init lists.
8978
8979 (c-just-after-func-arglist-p): Rewritten to use
8980 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8981
8982 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8983
8984 (c-guess-basic-syntax): Adapt case 5B for the new
8985 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8986 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8987 covers all cases now).
8988
8989 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8990
8991 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8992
8993 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8994 c-string-par-start/separate c-sentence-end-with-esc-eol,
8995 initialised in c-setup-paragraph-variables, used in string
8996 scanning subroutines of c-beginning-of-statement.
8997
8998 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8999 which precedes the newly inserted `{'.
9000
9001 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9002
9003 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9004 function for declaration level blocks. It should now cope with
9005 templates better and also be a lot more comprehensible.
9006
9007 (c-looking-at-decl-block): The new function.
9008
9009 (c-search-uplist-for-classkey): The old one. It's now a wrapper
9010 for compatibility.
9011
9012 (c-add-class-syntax, c-guess-continued-construct)
9013 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9014
9015 (c-decl-block-key): Change to tell apart ambiguous and
9016 unambiguous keywords. Pike specials are now handled directly in
9017 the code instead.
9018
9019 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9020 New language constants and variables to make the backward skip in
9021 `c-looking-at-decl-block' as tight as possible.
9022
9023 (c-nonsymbol-token-char-list): New language constant.
9024
9025 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9026 find balanced template arglists backwards.
9027
9028 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9029 making char classes for `c-syntactic-skip-backward'.
9030
9031 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9032 16D - can't be a class-close at that point.
9033
9034 * progmodes/cc-engine.el (c-guess-basic-syntax)
9035 (c-add-class-syntax): Don't narrow out the enclosing declaration
9036 level. This makes everything a lot easier, and it was actually
9037 only four small places that needed it to work. Some places that
9038 previously did `widen' are removed now, which has the effect that
9039 `c-guess-basic-syntax' never will look at things outside the
9040 current narrowment now. The anchor position for `topmost-intro'
9041 is affected by this, but it was so bogus it was basically useless
9042 before, and now it's equally bogus but in a slightly different way.
9043
9044 (c-narrow-out-enclosing-class): Gone.
9045
9046 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9047 the narrowed region.
9048
9049 (c-least-enclosing-brace): Remove silly optional argument.
9050
9051 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9052 the point could be left directly after an open paren when finding
9053 the beginning of the first decl in the block.
9054
9055 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9056 Specify which submatch to use.
9057
9058 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9059
9060 (c-decl-start-re): No longer any need for special treatment of
9061 ObjC due to the above.
9062
9063 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9064 presumably follows C in that regard.
9065
9066 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9067 New language constants to specify operator tokens inside
9068 identifiers in a more high level way.
9069
9070 (c-opt-identifier-prefix-key): New internal language constant.
9071
9072 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9073 (c-identifier-start, c-identifier-key): Now completely calculated
9074 from other constants.
9075
9076 (c-identifier-last-sym-match): Decommission since it's no longer used.
9077
9078 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9079
9080 * progmodes/cc-engine.el (c-forward-name): Remove the
9081 optimization when c-identifier-key is equal to c-symbol-key since
9082 it doesn't work in byte compiled files. Don't record empty
9083 regions as identifiers.
9084
9085 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9086 simplify access to `c-operators' and its likes.
9087
9088 (c-operator-list, c-all-op-syntax-tokens)
9089 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9090 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9091 (c-primary-expr-regexp, c-cast-parens): Use it.
9092
9093 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9094 an explicit language in functions.
9095
9096 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9097 variant of adornment.
9098
9099 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9100 variable.
9101
9102 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9103 the Pike value.
9104
9105 * progmodes/cc-engine.el (c-on-identifier)
9106 (c-simple-skip-symbol-backward): Small fix for handling "-"
9107 correctly in `skip-chars-backward'. Affected the operator lfun
9108 syntax in Pike.
9109
9110 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9111 diagnostic message about precompiled language vars not being used.
9112
9113 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9114 "__attribute__" is followed by a parenthesis.
9115
9116 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9117 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9118 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9119
9120 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9121 Internal cleanups to properly detect the declared identifiers in
9122 various declarations.
9123
9124 (c-decl-start-kwds): New language constant to recognize
9125 declarations that can start anywhere. Used for class declarations
9126 in Pike.
9127
9128 (c-specifier-key, c-not-decl-init-keywords)
9129 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9130 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9131
9132 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9133 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9134 handling of the compiler specific extension keywords into a new
9135 language constant `c-decl-hangon-kwds' that defines keyword
9136 clauses to be ignored in declarations.
9137
9138 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9139 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9140 Necessary to stop at the declared identifier in e.g. IDL valuetype
9141 declarations.
9142
9143 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9144 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9145 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9146 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9147 class and enum declarations as such and not as part of the type.
9148
9149 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9150 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9151
9152 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9153 declarations when there's some syntax error later on.
9154
9155 (c-complex-decl-matchers): Did away with a reference to
9156 `c-specifier-key'.
9157
9158 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9159 value - this variable is always dynamically bound.
9160
9161 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9162 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9163 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9164 functions that might do hidden buffer changes: All such internal
9165 functions are now marked instead of those that don't.
9166
9167 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9168 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9169 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9170 (c-literal-type): Allow these functions to make hidden buffer changes,
9171 so that they are free to use text property caching later on.
9172
9173 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9174 (c-electric-brace, c-electric-slash, c-electric-star)
9175 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9176 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9177 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9178 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9179 with the changed semantics of the functions above.
9180
9181 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9182 when macros occur in obscure places. Optimized the sexp movement
9183 a bit.
9184
9185 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9186
9187 Enhancements for c-beginning-of-statement to work in AWK Mode:
9188
9189 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9190 (completed statement) with `}' (statement completed by closing
9191 brace or semicolon) and `$' (statement completed by EOL).
9192
9193 (c-awk-virtual-semicolon-ends-prev-line-p)
9194 (c-awk-virtual-semicolon-ends-line-p)
9195 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9196 (c-awk-at-statement-end-p): New functions.
9197
9198 * progmodes/cc-cmds.el: Simplify the structure of functions
9199 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9200 two functions and c-beginning-of-statement to handle AWK Mode.
9201
9202 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9203 c-backward-single-comment for AWK mode. Attempt to clarify their
9204 doc-strings.
9205
9206 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9207
9208 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9209
9210 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9211 label handling. Labels are now recognized in a uniform and more
9212 robust way, regardless of context. Text properties are put on all
9213 labels to recognize the following declarations better.
9214 Multiword labels are handled both in indentation and fontification for
9215 the benefit of language extensions like Qt. For consistency, keywords
9216 in labels are now fontified with the label face instead.
9217 That also applies to "case" and "default".
9218
9219 (c-beginning-of-statement-1): Fix some bugs in the label
9220 handling. Disregard `c-nonlabel-token-key' in labels that begin
9221 with `c-label-kwds'.
9222
9223 (c-find-decl-spots): Support that the callback adds more
9224 `c-decl-end' spots to find.
9225
9226 (c-forward-decl-or-cast-1): Don't treat a list of plain
9227 identifiers followed by a colon as a declaration.
9228
9229 (c-forward-label): New function to recognize labels.
9230
9231 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9232 `c-forward-label'. Moved the label recognition cases (14 and 15)
9233 earlier since they aren't so context sensitive now. Handle labels
9234 on the top level gracefully. Moved access label recognition to
9235 the generic label case (CASE 15) - removed CASE 5E.
9236
9237 (c-font-lock-declarations): Add recognition of labels in the
9238 same round since we need to handle labels in parallell with other
9239 declarations to recognize both accurately. It should also improve
9240 speed.
9241
9242 (c-simple-decl-matchers, c-basic-matchers-after):
9243 Move `c-font-lock-labels' so that it only is used on decoration level 2
9244 since `c-font-lock-declarations' handles it otherwise.
9245
9246 (c-complex-decl-matchers): Remove the simplistic recognition of
9247 access labels.
9248
9249 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9250 with labels earlier.
9251
9252 (c-decl-start-re): New language variable to make
9253 `c-font-lock-declarations' stop for the special protection labels
9254 in Objective-C that start with `@'.
9255
9256 (c-label-key): Remove since it's no longer used.
9257
9258 (c-recognize-colon-labels, c-label-prefix-re): New language
9259 constants to support recognition of generic colon-terminated labels.
9260
9261 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9262 are colon terminated labels.
9263
9264 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9265 first argument starts with a special brace list.
9266
9267 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9268 (c-font-lock-declarations): Break out the declaration and cast
9269 recognition from `c-font-lock-declarations' to a new function, so
9270 that it can be used in the indentation engine.
9271
9272 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9273 up to the start of the literal. Fixed bug with the point on the
9274 wrong side of the search limit that could happen when the start
9275 position is inside a literal.
9276
9277 * progmodes/cc-engine.el (c-parse-state)
9278 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9279 so that it's kept a little bit back to increase the hit rate.
9280
9281 (c-parse-state): Change the macro handling and fixed some
9282 glitches. Macro context is checked more often than necessary now,
9283 but otoh less garbage conses are generated.
9284
9285 * progmodes/cc-engine.el (c-parse-state)
9286 (c-invalidate-state-cache): Cache the last position where
9287 `c-state-cache' applies. This can speed up refontification quite
9288 a bit in blocks where there are many non-brace parens before the point.
9289
9290 (c-state-cache-end): New variable for this.
9291
9292 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9293 cache variable.
9294
9295 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9296 get close initial continue positions when the start position is
9297 inside a literal or macro. Do not call the callback for spots
9298 before the start position (which can happen e.g. for `c-decl-end'
9299 spots inside comments). Optimize better in special cases when the
9300 region is a single line inside a literal or macro (typically when
9301 the current line is refontified).
9302
9303 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9304 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9305 entries from the paren state.
9306
9307 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9308 special case for "else if" clauses.
9309
9310 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9311 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9312
9313 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9314 New language variable to recognize the gcc extension with statement
9315 blocks inside expressions.
9316
9317 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9318 it somewhat more comprehensible. The argument AT-BLOCK-START is
9319 no longer used and hence removed.
9320
9321 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9322 to `c-add-stmt-syntax'.
9323
9324 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9325 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9326 This fixes bogus label recognition.
9327
9328 * progmodes/cc-engine.el (c-add-type, c-check-type)
9329 (c-forward-name, c-forward-type): Improve storage of template
9330 types in `c-found-types' so that they can be recognized better.
9331
9332 (c-syntactic-content): Add option to skip past nested parens.
9333
9334 * progmodes/cc-engine.el (c-forward-name):
9335 Set `c-last-identifier-range' all the time. It's less work that way.
9336 Handle that there might not be an identifier to store in
9337 `c-last-identifier-range'.
9338
9339 (c-forward-type): Handle that `c-last-identifier-range' might be
9340 nil from `c-forward-name'.
9341
9342 * progmodes/cc-defs.el (c-safe-scan-lists)
9343 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9344
9345 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9346 to work even if the form fails.
9347
9348 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9349 down in a large file in one go.
9350
9351 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9352
9353 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9354 function which is like `c-lineup-math' but returns nil instead of
9355 `c-basic-offset' when it doesn't match.
9356
9357 (c-lineup-math): Change to use `c-lineup-assignments'.
9358
9359 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9360
9361 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9362 c-beginning-of-statement. New subfunctions
9363 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9364
9365 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9366
9367 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9368 hardcoded char classes whereever possible. Changed a couple of
9369 places to use skip by syntax instead of skip by char class.
9370
9371 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9372 Fix a bug in the regexp that caused extreme backtracking.
9373
9374 * progmodes/cc-langs.el (c-block-comment-starter)
9375 (c-block-comment-ender): New language constants to specify in a
9376 single place how block comments look.
9377
9378 (c-comment-start-regexp, c-block-comment-start-regexp)
9379 (comment-start, comment-end, comment-start-skip)
9380 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9381 (c-syntactic-ws, c-nonempty-syntactic-ws)
9382 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9383 `c-line-comment-starter', `c-block-comment-starter' and
9384 `c-block-comment-ender'.
9385
9386 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9387 New language constants to break up things a bit.
9388
9389 (c-simple-ws): New language constant for simple whitespace.
9390
9391 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9392
9393 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9394 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9395 newlines. Allow and ignore nil elements in the list.
9396
9397 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9398
9399 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9400 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9401
9402 * progmodes/cc-cmds.el: Tidy up the comments in
9403 c-beginning-of-statement and subfunctions.
9404
9405 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9406 more flexible c-put-char-property and c-clear-char-properties.
9407 Add the author's email address.
9408
9409 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9410
9411 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9412 closing "*/" of a block comment.
9413
9414 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9415 subfunctions) so that it works at BOB and EOB.
9416
9417 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9418 c-beginning-of-statement, including new variable
9419 c-block-comment-start-regexp.
9420
9421 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9422
9423 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9424 symbols from `*-font-lock-extra-types' so that there's no need to
9425 use `regexp-opt' on those lists.
9426
9427 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9428 `c-type-modifier-kwds' is empty.
9429
9430 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9431 there are several strings on the same line.
9432
9433 * progmodes/cc-engine.el (c-literal-limits): Remove the
9434 compatibility function for older emacsen. `c-literal-limits-fast'
9435 has now taken the place of this function.
9436
9437 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9438 with older emacsen: We now require `pps-extended-state'.
9439
9440 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9441
9442 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9443 which obviates the need to hack sentence-end. This now handles
9444 escaped newlines in strings correctly. Correct minor bugs in
9445 c-move-over-sentence and in c-beginning-of-statement.
9446
9447 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9448 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9449 that movement over macros and code are rigorously separated from
9450 eachother. Correct a few incidental bugs.
9451
9452 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9453 Improve its doc-string. Improve the handling of certain specific cases.
9454
9455 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9456
9457 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9458 (c-guess-basic-syntax): Change the way class-level labels are
9459 recognized; they can now contain essentially any symbols.
9460
9461 (c-opt-extra-label-key): New language variable to cope with the
9462 special protection label syntax in Objective-C.
9463
9464 (c-opt-access-key): Remove; this is now handled better by
9465 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9466
9467 (c-complex-decl-matchers): Update to handle that
9468 `c-opt-access-key' no longer exists.
9469
9470 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9471 improved label recognition in `c-beginning-of-statement-1'.
9472
9473 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9474 Recognize bitfields better.
9475
9476 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9477 Remove some cruft and fixed a bug that could cause it to go to a
9478 position further down.
9479
9480 * progmodes/cc-langs.el, cc-engine.el
9481 (c-beginning-of-statement-1): Improve detection of labels in
9482 declaration contexts.
9483
9484 (c-beginning-of-decl-1): Use it.
9485
9486 (c-nonlabel-token-key): New language constant and variable needed
9487 by `c-beginning-of-statement-1'.
9488
9489 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9490 manifested itself due to the correction in `c-forward-sexp'.
9491
9492 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9493 Make these behave as documented when used at the buffer limits.
9494
9495 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9496 (c-type-decl-end-used): Made this a language variable.
9497
9498 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9499 correctly when `combine-after-change-calls' is used together with
9500 temporary narrowings.
9501
9502 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9503 Report labels correctly when the start point is immediately after the
9504 colon.
9505
9506 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9507 Remove since it isn't used anymore.
9508
9509 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9510 bracket arglists such as template parens in C++.
9511
9512 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9513 in the last check-in. Some optimization.
9514
9515 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9516 where it could stop at the same level in a preceding sexp when
9517 PAREN-LEVEL is set.
9518
9519 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9520 text property lookup only when it's needed.
9521
9522 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9523 Change the policy for paren marked angle brackets to be more
9524 persistent; once marked they remain marked even when they're found
9525 to be unbalanced in the searched region. This should keep the
9526 paren syntax around even when individual lines are refontified in
9527 multiline template arglists.
9528
9529 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9530 to control markup so that incorrect angle bracket arglists aren't
9531 marked in contexts where the correct value for
9532 `c-disallow-comma-in-<>-arglists' isn't known.
9533
9534 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9535 argument has become `c-parse-and-markup-<>-arglists'.
9536
9537 (c-remove-<>-arglist-properties): Remove - no longer used.
9538
9539 (c-after-change-check-<>-operators): New function used on
9540 `after-change-functions' to avoid that "<" and ">" characters that
9541 are part of longer operators have paren syntax.
9542
9543 (c-<>-multichar-token-regexp): New language variable used by
9544 `c-after-change-check-<>-operators'.
9545
9546 (c-after-change): Call `c-after-change-check-<>-operators'.
9547
9548 (c-font-lock-<>-arglists): Use the context properties set by
9549 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9550 correctly to avoid doing invalid markup.
9551
9552 (c-font-lock-declarations): Remove code that undoes the invalid
9553 markup done by `c-font-lock-<>-arglists'.
9554
9555 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9556 after `c-font-lock-declarations'.
9557
9558 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9559 Add paren-level feature.
9560
9561 (c-guess-basic-syntax): Improve the anchor position for
9562 `template-args-cont' in nested template arglists. There's still
9563 much to be desired in this area, though.
9564
9565 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9566
9567 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9568 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9569
9570 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9571
9572 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9573 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9574
9575 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9576 it doesn't work no longer are supported.
9577
9578 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9579 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9580 requires support for the syntax-table' text property, which rules
9581 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9582 cruft associated with those versions.
9583
9584 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9585 for the `syntax-table' text property, which rules out Emacs 19 and
9586 XEmacs < 21.4. Removed various compatibility cruft associated
9587 with those versions.
9588
9589 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9590 support for the `syntax-table' text property.
9591
9592 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9593 variable and use an extra quoted face name instead. All the
9594 emacsen flavors handle that correctly.
9595
9596 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9597 (c-font-lock-declarators, c-font-lock-declarations)
9598 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9599 property to mark the items in in declarator lists to handle
9600 refontification inside multiline declarations better.
9601
9602 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9603 construct like "a * b = c;" as a declaration.
9604
9605 2005-12-08 Kim F. Storm <storm@cua.dk>
9606
9607 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9608 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9609 select either meta, hyper, or super modifier for rectangle commands.
9610 (cua--rectangle-modifier-key): New defvar.
9611 (cua--M/H-key): Use it. Remove special case for `space'.
9612 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9613 on X, to meta otherwise. Always bind C-return to toggle
9614 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9615
9616 * emulation/cua-rect.el (cua-help-for-rectangle):
9617 Use cua--rectangle-modifier-key. Handle super modifier too.
9618 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9619 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9620
9621 * ido.el: Move Acknowledgements and History after Commentary.
9622 Minor changes to Commentary.
9623
9624 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9625 keymap if cua--prefix-override-timer is `shift'.
9626 (cua--shift-control-prefix): New function; emulate "type prefix
9627 key twice" functionality to handle shifted prefix key override.
9628 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9629 New commands.
9630 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9631
9632 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9633
9634 * textmodes/org.el (org-insert-heading): Try to do items before
9635 headings.
9636 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9637 (org-insert-item): New function.
9638 (org-renumber-ordered-list): Don't skip to higher level lists.
9639
9640 2005-12-08 Juri Linkov <juri@jurta.org>
9641
9642 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9643
9644 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9645
9646 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9647
9648 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9649 the constructed function name fun-1.
9650
9651 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9652 because such links don't lead to parent documentation.
9653
9654 2005-12-08 Kenichi Handa <handa@m17n.org>
9655
9656 * descr-text.el (describe-char): Use *Help-2* buffer if the
9657 current buffer is *Help*. Call describe-text-properties while
9658 setting the original buffer.
9659
9660 2005-12-07 Bill Wohler <wohler@newt.com>
9661
9662 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9663 and causes problems with non-MH users (such as Gnus users).
9664
9665 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9666
9667 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9668 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9669 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9670 command "info sources". Move calls to GDB command "list".
9671 (gdb-find-file-hook): Just use gdb-source-file-list.
9672 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9673 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9674 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9675 (gdb-data-list-register-values-handler): Use correct trigger name.
9676
9677 2005-12-07 Kim F. Storm <storm@cua.dk>
9678
9679 * ido.el (ido-completion-map): Rename from ido-mode-map.
9680 (ido-common-completion-map, ido-file-completion-map)
9681 (ido-file-dir-completion-map, ido-buffer-completion-map):
9682 Rename from ido-mode-....-map.
9683 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9684 (ido-setup-completion-map): Rename from ido-define-mode-map.
9685 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9686 to ido-completion-map.
9687
9688 2005-12-07 Kenichi Handa <handa@m17n.org>
9689
9690 * international/mule-cmds.el
9691 (set-display-table-and-terminal-coding-system): If the coding
9692 system specified in `unibyte-display' property is different from
9693 the arg coding-system, don't setup standard-display-table.
9694
9695 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9698 that comments end at \n, regardless of selective-display.
9699
9700 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9701
9702 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9703 (gdb-version): New variables.
9704 (gdb-source-file-list, gdb-register-names)
9705 (gdb-changed-registers): New variables for use with GDB 6.4+.
9706 (gdb-ann3): Replace with...
9707 (gdb-init-1, gdb-init-2): ...two new functions.
9708 (gdba, gdb-prompt): Call gdb-init-1.
9709 (gdb-get-version): New function. Call gdb-init-2 from here.
9710 (gud-watch): Make it work with mouse events too.
9711 (gdb-post-prompt): Don't add to queue until GDB version is known.
9712 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9713 (gdb-locals-mode): Use gdb-version.
9714 (gdb-memory-format-map, gdb-memory-unit-map)
9715 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9716 (gdb-locals-font-lock-keywords-1)
9717 (gdb-locals-font-lock-keywords-2): New variables.
9718 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9719 (gdb-set-gud-minor-mode-existing-buffers-1)
9720 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9721 (gdb-var-update-1, gdb-var-update-handler-1)
9722 (gdb-data-list-register-values-handler)
9723 (gdb-data-list-register-values-custom)
9724 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9725 (gdb-stack-list-locals-handler, gdb-get-register-names):
9726 New functions for use with GDB 6.4+.
9727 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9728 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9729 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9730 (gdb-stack-list-locals-regexp)
9731 (gdb-data-list-register-names-regexp): New regexps for use with
9732 GDB 6.4+.
9733
9734 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9735
9736 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9737
9738 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9739
9740 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9741 prompts work for AUTH PLAIN. Also reported by Steve Allan
9742 <seallan@verizon.net>.
9743
9744 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9745
9746 * frame.el (set-frame-parameter): Add doc string.
9747
9748 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9749
9750 * textmodes/org.el (org-occur-highlights): New variable.
9751 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9752 (org-highlight-sparse-tree-matches): New option.
9753 (org-do-occur): New function.
9754 (org-get-heading): Make it work also at beginning of line.
9755 (org-category-table): New variable.
9756 (org-get-category-table, org-get-category)
9757 (org-camel-to-words, org-link-search): New functions.
9758 (org-select-this-todo-keyword): New variable.
9759 (org-todo-list): New command.
9760 (org-shiftright, org-shiftleft): New commands.
9761 (org-agenda-todo): Add prefix argument.
9762 (org-show-hierarchy-above): New option.
9763 (org-show-todo-tree): Numerical prefix creates tree for specific
9764 TODO keyword.
9765 (org-outline-level): New function, to assign a level to plain
9766 lists items.
9767 (org-cycle-include-plain-lists): New option.
9768 (org-mode): Use `org-outline-level' as value of `outline-level'.
9769 (org-cycle): Temporarily switch `outline-regexp' if
9770 `org-cycle-include-plain-lists' is non-nil.
9771 (org-start-icalendar-file): Fix format bug.
9772 (org-agenda-get-day-entries): Create category table.
9773 (org-agenda-get-todos, org-agenda-get-timestamps)
9774 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9775 (org-agenda-get-blocks): Use `org-get-category'.
9776 (org-context-in-file-links): Rename from
9777 `org-line-numbers-in-file-links'.
9778
9779 2005-12-06 Romain Francoise <romain@orebokech.com>
9780
9781 * window.el (balance-windows): Delete extraneous third arg in call
9782 to `enlarge-window'.
9783
9784 2005-12-06 Kenichi Handa <handa@m17n.org>
9785
9786 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9787
9788 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9789
9790 * progmodes/gdb-ui.el (gdb-var-create-handler)
9791 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9792 (gdb-var-list-children-handler, gdb-var-update-handler):
9793 Current buffer is already gdb-partial-output-buffer, don't
9794 make it current again.
9795
9796 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9797
9798 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9799 (list-buffers-noselect): Use it.
9800
9801 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9804 (mail-yank-ignored-headers): Use regexp-opt.
9805 (mail-mode-map): Move initialization into declaration.
9806 (mail-sent-via): Remove unused shadowed var `to-line'.
9807 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9808 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9809 (mail-do-fcc): Use dolist and push.
9810 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9811 (mail-yank-ignored-headers): Don't autoload.
9812
9813 2005-12-05 Kenichi Handa <handa@m17n.org>
9814
9815 * international/mule-cmds.el (set-language-info-internal): New fun.
9816 (set-language-info): Call set-language-info-internal to update
9817 language-info-alist. If LANG-ENV is the current one, call
9818 set-language-environment to make INFO effective now.
9819 (set-language-info-alist): Likewise.
9820 (locale-language-names): With locale "en", use English
9821 lang. env. but set the default codings to iso-8859-1.
9822
9823 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9824
9825 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9826 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9827 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9828 for plain strings.
9829 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9830 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9831 Create registers buffer if necessary. Echo new state in minibuffer.
9832 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9833
9834 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9835
9836 * info.el (Info-fontify-node): Match external links using
9837 non-directory part of filename.
9838
9839 2005-12-04 Juri Linkov <juri@jurta.org>
9840
9841 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9842 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9843 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9844 because there is no customization option for it.
9845
9846 * font-lock.el (lisp-font-lock-keywords-1):
9847 Add define-global-minor-mode.
9848
9849 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9850
9851 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9852 properties on the constructed variable names.
9853
9854 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9855 Put `definition-name' properties on the constructed function names
9856 next-sym and prev-sym.
9857
9858 * emacs-lisp/find-func.el (find-function-regexp):
9859 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9860 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9861 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9862 and easy-menu-define.
9863
9864 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9865 easy-mmode-define-global-mode and define-global-minor-mode.
9866 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9867
9868 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9869 instead of easy-mmode-define-global-mode.
9870
9871 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9872 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9873
9874 * cus-edit.el (customize-group, customize-group-other-window):
9875 Filter out autoloaded options from the group completion list by
9876 using heuristics that autoloaded groups don't have `custom-autoload'
9877 property on their symbols (they have only `custom-loads').
9878
9879 * simple.el (completion-setup-function): Put completions-common-part
9880 face on complete completion string too (i.e. completion string
9881 without completions-first-difference face).
9882
9883 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9884
9885 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9886
9887 * view.el (view-mode): Doc fix.
9888
9889 * disp-table.el (standard-display-european): Add to the warning
9890 message a reference to the doc string.
9891
9892 * play/yow.el (apropos-zippy): Call print-help-return-message,
9893 similar to other Help and Apropos commands.
9894
9895 * help.el (print-help-return-message): If pop-up-frames is
9896 non-nil, set up help-return-method to delete the help window and,
9897 possibly, its frame as well, and don't display message about
9898 scrolling the help window. Doc fix.
9899 (help-return-method): Doc fix.
9900
9901 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9902
9903 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9904 whereby names of length one or names starting with a
9905 symbol-constituent character would not be returned.
9906
9907 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9908
9909 * subr.el (atomic-change-group): Add edebug and indentation spec.
9910
9911 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9912
9913 * completion.el (save-completions-file-name): Fix typo in last change.
9914
9915 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9916
9917 * info.el: Move back/forward history to the beginning of the tool bar.
9918
9919 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9920
9921 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9922 Add fset of allout-real-isearch-abort during compile to fix
9923 byte-compilation warnings.
9924 (allout-mode-p): Move definition of this macro above all uses, or
9925 byte compilation in barren emacs (eg, during emacs build) will
9926 lack the definition.
9927 (allout-mode): Move this variable above any uses, or byte
9928 compilation will fail.
9929 (allout-resolve-xref): Remove use of personal file-reference function.
9930 (allout-toggle-current-subtree-encryption): Do the current (ie,
9931 visible containing) topic, rather than nearest around point. Doc fix.
9932 (allout-toggle-subtree-encryption): New function, workhorse that
9933 works on nearest topic containing point.
9934 (allout-encrypt-string): Signal requirement for newer version of pgg.
9935 (allout-resumptions): Doc fix.
9936
9937 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9938
9939 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9940
9941 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9942
9943 * textmodes/flyspell.el (flyspell-external-point-words):
9944 Consider a misspelling as found in the string search if: (a) misspelling
9945 and found string lengths match, or (b) misspelling is found as
9946 element in a boundary-chars separated longer string, or (c)
9947 ispell-program-name is really ispell and misspelling is found as
9948 part of a TeX string. After successful match move beginning of
9949 search region to end of match. Warn about not found misspellings
9950 once the process is done.
9951 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9952
9953 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9954
9955 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9956 tool bar (removed inadvertently).
9957
9958 2005-12-02 Juri Linkov <juri@jurta.org>
9959
9960 * log-view.el (log-view-diff): Clarify doc string.
9961
9962 2005-12-01 Bill Wohler <wohler@newt.com>
9963
9964 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9965 triggers lm-verify errors.
9966
9967 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9968
9969 * simple.el (transient-mark-mode, line-number-mode)
9970 (column-number-mode, size-indication-mode): Remove `:require nil'.
9971
9972 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9973
9974 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9975 in the margin also.
9976 (gdb-breakpoints-mode-map): Use D instead of d for
9977 gdb-delete-breakpoint.
9978 (gdb-get-frame-number): Require a number to match on.
9979 (gdb-threads-mode-map): Add follow-link binding.
9980
9981 2005-11-30 Jason Rumney <jasonr@gnu.org>
9982
9983 * isearch.el (isearch-mode-map): Avoid exiting search on
9984 language-change event.
9985
9986 2005-11-30 Romain Francoise <romain@orebokech.com>
9987
9988 * speedbar.el (speedbar-default-position): New defcustom.
9989 (speedbar-frame-reposition-smartly): Use it.
9990
9991 * dframe.el (dframe-reposition-frame-emacs): Fix position
9992 computation for `left' location.
9993 Update copyright year.
9994
9995 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9996
9997 * help.el (help-map): Move initialization into declaration.
9998
9999 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10000
10001 * help-fns.el (help-argument-name): Don't autoload.
10002 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10003 to be re-loaded when customizing the `help' group.
10004
10005 2005-11-30 John Paul Wallington <jpw@gnu.org>
10006
10007 * help-fns.el (describe-function-1): Fill arglist output.
10008
10009 2005-11-30 Kim F. Storm <storm@cua.dk>
10010
10011 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10012 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10013 after revert-buffer (or anything else which kills all local variables).
10014
10015 * apropos.el (apropos-parse-pattern): Doc fix.
10016 Set apropos-regexp directly, rather than expecting callers to do so.
10017 (apropos-command, apropos, apropos-value, apropos-documentation):
10018 Simplify calls to apropos-parse-pattern.
10019
10020 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10021
10022 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10023 (hi-lock-face-phrase-buffer): Use hi-yellow face.
10024 (hi-lock-write-interactive-patterns): Use comment-region.
10025
10026 * longlines.el (longlines-mode): Add mail-setup-hook.
10027
10028 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10029
10030 * simple.el (sendmail-user-agent-compose, next-line):
10031 Conditionally use hard-newline.
10032
10033 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10034
10035 * international/latexenc.el (latex-inputenc-coding-alist):
10036 Reword doc string.
10037
10038 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10039
10040 * help.el (describe-key-briefly, describe-key): Recognize default
10041 bindings.
10042
10043 2005-11-29 Romain Francoise <romain@orebokech.com>
10044
10045 * view.el (view-inhibit-help-message): New defcustom.
10046 (view-mode-enter): Use it.
10047
10048 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10049
10050 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10051 Preserve user position.
10052
10053 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10054
10055 * font-lock.el: Throw error if facemenu is not loaded to prevent
10056 accidental change of loading order in loadup.el. (Suggested by RMS.)
10057
10058 * loadup.el: Add comment explaining why facemenu must be loaded
10059 before font-lock.
10060
10061 2005-11-28 Jay Belanger <belanger@truman.edu>
10062
10063 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10064 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10065
10066 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10067
10068 * calc/calc-embed.el (calc-do-embedded): Update help message.
10069
10070 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10071
10072 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10075
10076 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10077 called-interactively-p.
10078 (elp-profilable-p): Rename from elp-not-profilable-p.
10079 Invert result and take into account macros and autoloaded functions.
10080 (elp-instrument-function): Update call.
10081 (elp-instrument-package): Update call. Add completion.
10082 (elp-pack-number): Use match-string.
10083 (elp-results-jump-to-definition-by-mouse): Merge into
10084 elp-results-jump-to-definition and then remove.
10085 (elp-output-insert-symname): Make help echo text single-line.
10086
10087 * replace.el (query-replace-map): Move initialization into declaration.
10088 (occur-engine): Use with-current-buffer.
10089 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10090 (occur-mode-mouse-goto): Replace with an alias.
10091
10092 2005-11-28 Juri Linkov <juri@jurta.org>
10093
10094 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10095
10096 * term/w32-win.el: Bind [S-tab] to [backtab].
10097
10098 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10099 `Info-find-file' to t.
10100
10101 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10102 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10103 and same-window-regexps.
10104 (occur-next-error): Don't move point for arg 0.
10105
10106 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10107
10108 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10109
10110 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10111
10112 * log-edit.el (log-edit-changelog-use-first): New var.
10113 (log-edit-changelog-ours-p): Use it.
10114 (log-edit-insert-changelog): Set it with new arg `use-first'.
10115 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10116 (log-edit-hook): Add them to the list of suggested options.
10117
10118 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10119 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10120 redundant work.
10121 (flyspell-mode-on): Use add-hook for after-change-functions.
10122 (flyspell-mode-off): Use remove-hook for after-change-functions.
10123 (flyspell-changes): Make it buffer-local.
10124 (flyspell-after-change-function): Make it non-interactive. Use push.
10125 (flyspell-post-command-hook): Check input-pending-p while processing
10126 the potentially long list of buffer changes.
10127
10128 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10129
10130 * buff-menu.el (list-buffers-noselect): Display the selected
10131 frame's buffer list, not the global one.
10132
10133 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10134
10135 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10136 that (list last-input-event) works as in interactive spec.
10137
10138 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10139
10140 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10141 `facemenu-keymap' needs to be defined when font-lock is loaded.
10142 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10143
10144 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10145
10146 * completion.el: Remove useless leading * in defcustom docstrings.
10147 (save-completions-file-name): Use ~/.emacs.d if available.
10148 (completion-standard-syntax-table): Rename from
10149 cmpl-standard-syntax-table and fold initialization into declaration,
10150 thus removing cmpl-make-standard-completion-syntax-table.
10151 (completion-lisp-syntax-table, completion-c-syntax-table)
10152 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10153 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10154 (symbol-under-point, symbol-before-point)
10155 (symbol-under-or-before-point, symbol-before-point-for-complete)
10156 (add-completions-from-c-buffer): Use with-syntax-table.
10157 (make-completion): Don't return a list of completion entries.
10158 Update callers.
10159 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10160 (completion-initialize): Rename from initialize-completions.
10161 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10162 (kill-emacs-save-completions): Collect stats here.
10163 (save-completions-to-file, load-completions-from-file):
10164 Use with-current-buffer.
10165 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10166 into a function. Move all calls to toplevel.
10167 (completion-lisp-mode-hook): New fun.
10168 (completion-c-mode-hook, completion-setup-fortran-mode):
10169 Set the syntax-table here. Use local-set-key.
10170 (completion-saved-bindings): New var.
10171 (dynamic-completion-mode): Make it into a proper minor mode.
10172 (load-completions-from-file): Remove unused var `num-uses'.
10173
10174 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10175 constructor if it is explicitly overridden.
10176
10177 * complete.el (PC-completion-as-file-name-predicate):
10178 Use minibuffer-completing-file-name.
10179 (partial-completion-mode): Use find-file-not-found-functions.
10180 (PC-lisp-complete-symbol): Use with-syntax-table.
10181 (PC-look-for-include-file): Remove dead setq.
10182 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10183 (PC-complete): Use with-current-buffer.
10184
10185 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10186 escape single quotes.
10187
10188 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10189
10190 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10191 of `if' whose condition always returned nil. Doc fix.
10192
10193 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10194 window's buffer the current buffer around the call to
10195 `list-buffers-noselect'. This is necessary to mark that buffer
10196 with a `.' in the Buffer Menu when called from Lisp, for instance
10197 by Auto Revert Mode.
10198
10199 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10200
10201 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10202 attaching to it.
10203 (gdb-pre-prompt): Make sure gdb-error is reset.
10204
10205 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10206 with a child process, detect it.
10207 (gud-speedbar-buttons): Match regexp more carefully.
10208
10209 2005-11-27 Richard M. Stallman <rms@gnu.org>
10210
10211 * mouse.el (mouse-drag-move-window-bottom):
10212 Use adjust-window-trailing-edge.
10213
10214 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10215
10216 * simple.el (blink-matching-open): Ignore
10217 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10218 (blink-matching-paren-on-screen): Update docstring.
10219
10220 * paren.el (show-paren-mode): No longer change
10221 `blink-matching-paren-on-screen'.
10222
10223 2005-11-27 John Paul Wallington <jpw@pobox.com>
10224
10225 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10226 (gdb-threads-select, gdb-edit-register-value):
10227 Use `posn-set-point' instead of `mouse-set-point' because the
10228 latter is not fbound when configured without X.
10229
10230 2005-11-27 Kim F. Storm <storm@cua.dk>
10231
10232 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10233 existing face when partially highlighting a TAB in a rectangle.
10234
10235 2005-11-26 Kim F. Storm <storm@cua.dk>
10236
10237 * ido.el (ido-mode-map): Doc fix.
10238 (ido-mode-common-map, ido-mode-file-map)
10239 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10240 (ido-define-mode-map): Rewrite. Select one of the new maps as
10241 parent for ido-mode-map instead of building from scratch.
10242 (ido-init-mode-maps): New defun to initialize new maps.
10243 (ido-mode): Call it.
10244 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10245 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10246
10247 2005-11-26 John Paul Wallington <jpw@pobox.com>
10248
10249 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10250 `mouse-set-point' because the latter is not fbound when configured
10251 without X.
10252
10253 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10254
10255 * files.el (file-relative-name): Doc fix.
10256
10257 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10258
10259 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10260 non-empty string for secondary prompt PS2.
10261
10262 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10263
10264 * progmodes/compile.el (compilation-setup): Fix last change.
10265
10266 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10267
10268 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10269 (gdb-mouse-toggle-breakpoint-margin)
10270 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10271 Add gdb-server-prefix to keep out of command history.
10272 (gdb-edit-register-value): New function.
10273 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10274 (gdb-info-registers-custom): Use above map.
10275
10276 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10277
10278 * custom.el (enable-theme): Signal error if argument is not a
10279 theme. Don't recalculate a face if it's not loaded yet.
10280
10281 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10282 the `user' theme is in effect.
10283
10284 * info.el (Info-on-current-buffer): Record actual filename in
10285 Info-current-file, instead of t, or a fake filename if a non-file
10286 buffer. Make autoload.
10287 (Info-find-node, Info-revert-find-node): No need to check for
10288 Info-current-file nil.
10289 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10290 Info-current-file is now never `t'.
10291 (Info-fontify-node): Many simplifications due to Info-current-file
10292 always being valid. Use Info-find-file to find node filename.
10293
10294 2005-11-25 David Kastrup <dak@gnu.org>
10295
10296 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10297 new character, then delete" in order to preserve markers.
10298
10299 2005-11-25 David Ponce <david@dponce.com>
10300
10301 * recentf.el (recentf-arrange-by-rule): Handle a special
10302 `auto-mode-alist'-like "strip suffix" rule.
10303 (recentf-build-mode-rules): Handle second level auto-mode entries.
10304
10305 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10306
10307 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10308 window modes.
10309
10310 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10311 jde-javadoc-checker-report-mode.
10312
10313 * ediff-wind (ediff-make-wide-display): Slight simplification.
10314
10315 * ediff.el (ediff-date): Change the date of last update.
10316
10317 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10318
10319 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10320 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10321 (hi-lock-mode): New global minor mode.
10322 (turn-on-hi-lock-if-enabled): New function.
10323 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10324 Change arguments to regexp and face instead of a font-lock pattern.
10325 Directly set face property, instead of refontifying.
10326 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10327 (hi-lock-find-patterns): Use line-number-at-pos.
10328
10329 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10330 arguments for hi-lock-set-pattern.
10331 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10332 Call font-lock-fontify-buffer.
10333 (hi-lock-find-file-hook, hi-lock-current-line)
10334 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10335
10336 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10337 turned off.
10338
10339 * progmodes/compile.el (compilation-setup): Don't fiddle with
10340 font-lock-defaults.
10341
10342 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10343
10344 * progmodes/gdb-ui.el (gdb-var-create-handler)
10345 (gdb-var-list-children-handler): Find values for all variable
10346 objects. gud-speedbar-buttons decides whether to display them.
10347
10348 2005-11-24 Romain Francoise <romain@orebokech.com>
10349
10350 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10351 buffer name with a space.
10352
10353 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10354
10355 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10356 `org-export-local-list-max-depth'. Change default value to 3.
10357 (org-auto-renumber-ordered-lists)
10358 (org-plain-list-ordered-item-terminator): New options.
10359 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10360 (org-get-indentation, org-get-string-indentation)
10361 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10362 New functions.
10363 (org-move-item-down, org-move-item-up): New commands.
10364 (org-export-as-html): New classes for CSS support. Bug fix in
10365 regular expression detecting fixed-width regions. Respect
10366 `org-local-list-ordered-item-terminator'.
10367 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10368 also a list item.
10369 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10370 New item moving functions.
10371
10372 2005-11-24 Juri Linkov <juri@jurta.org>
10373
10374 * isearch.el (isearch-repeat): With empty search ring set
10375 `isearch-error' to the error string instead of signaling error
10376 with the function `error'.
10377
10378 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10379
10380 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10381
10382 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10383
10384 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10385 and variable.
10386 (gdb-var-create-handler, gdb-var-list-children-handler):
10387 Don't match on "char **...".
10388 (gdb-var-update-handler): Find values for all variable objects.
10389 (gdb-info-frames-custom): Identify frames by leading "#".
10390
10391 * progmodes/gud.el (gud-speedbar-menu-items): Add
10392 gdb-speedbar-auto-raise as radio button.
10393 (gud-speedbar-buttons): Raise speedbar if requested.
10394 Don't match on "char **...".
10395 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10396 Make it editable.
10397
10398 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10399
10400 * info.el (Info-fontify-node): Handle the case where
10401 Info-current-file is t.
10402
10403 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10404
10405 * simple.el (blink-matching-open): Fix off-by-one in last change.
10406
10407 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10408
10409 * term/mac-win.el: Don't change default directory.
10410
10411 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10412
10413 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10414 buffers correctly. (It used to throw an error in such buffers.)
10415 Make it ask for confirmation in group buffers and other Custom
10416 buffers containing more than one customization item.
10417
10418 2005-11-22 John Paul Wallington <jpw@gnu.org>
10419
10420 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10421 property on mail and url overlays.
10422 (goto-address-at-point): Use `posn-set-point' instead of
10423 `mouse-set-point' because the latter is not fbound when configured
10424 without X.
10425
10426 2005-11-22 Lars Hansen <larsh@soem.dk>
10427
10428 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10429 (ls-lisp-classify, ls-lisp-format): Delete call to
10430 ls-lisp-parse-symlink.
10431 (ls-lisp-handle-switches): Handle symlinks to directories as
10432 directories when ls-lisp-dirs-first in non-nil.
10433
10434 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10435
10436 * startup.el (command-line): Make sure that loaddefs.el is handled
10437 correctly in load-history.
10438
10439 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10440
10441 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10442 (gdb-struct-string, gdb-array-string): New constants.
10443 (gdb-info-locals-handler): Use them.
10444 (gdb-reset): Reset gdb-var-list to nil.
10445
10446 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10447
10448 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10449 in patterns.
10450
10451 2005-11-21 Juri Linkov <juri@jurta.org>
10452
10453 * custom.el (defcustom): Update link types in docstring.
10454
10455 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10456
10457 * custom.el (defgroup): Add doc-string-elt info.
10458
10459 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10460
10461 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10462
10463 * newcomment.el (comment-enter-backward): Fix last fix.
10464
10465 * simple.el (blink-matching-open):
10466 * paren.el (show-paren-function): Allow new paren-class info.
10467
10468 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10469
10470 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10471 handled automagically.
10472
10473 2005-11-20 Andreas Schwab <schwab@suse.de>
10474
10475 * descr-text.el (describe-char): When copying overlays put them
10476 over the full char description instead of just the first character
10477 of it.
10478
10479 2005-11-20 Juri Linkov <juri@jurta.org>
10480
10481 * simple.el (what-cursor-position):
10482 * descr-text.el (describe-char): Use Lisp-readable syntax
10483 for octal and hex. Reorder decimal, octal and hex values.
10484 Remove excess whitespace in the output. Use `=' in `column='
10485 like in `point=' and `Hscroll='.
10486
10487 * international/mule-cmds.el (encoded-string-description):
10488 Use Lisp-readable syntax for hex.
10489
10490 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10491
10492 * newcomment.el (comment-enter-backward): Handle the case where the
10493 comment is closed by EOB.
10494
10495 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10496
10497 * longlines.el (longlines-before-revert-hook)
10498 (longlines-after-revert-hook): New functions.
10499 (longlines-mode): Turn off longlines temporarily when reverting.
10500 Add a message-setup-hook.
10501 (longlines-decode-buffer): New function.
10502 (longlines-wrap-line): Preserve marker positions.
10503
10504 2005-11-19 Andreas Schwab <schwab@suse.de>
10505
10506 * emacs-lisp/shadow.el: Handle compressed files.
10507
10508 2005-11-19 Romain Francoise <romain@orebokech.com>
10509
10510 * net/browse-url.el (browse-url-default-browser): Signal an error
10511 if no usable browser can be found, rather than try to load w3.
10512
10513 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10514
10515 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10516 replacing existing properties.
10517 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10518 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10519 tty specs.
10520 (rcirc-server-prefix, rcirc-server): New faces.
10521 (rcirc-url-regexp): Generate with rx macro.
10522 (rcirc-last-server-message-time): New variable.
10523 (rcirc-filter): Record time of last message.
10524 (rcirc-keepalive): Kill processes that did not send a message
10525 since the last ping.
10526 (rcirc-mode): Give rcirc-topic a local binding here.
10527
10528 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10529
10530 * subr.el (read-passwd): Fontify the prompt as we do with other
10531 prompts.
10532
10533 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10534
10535 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10536 binding buffer-read-only to nil.
10537
10538 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10539
10540 * complete.el (partial-completion-mode):
10541 Mention completion-auto-help in the doc string.
10542
10543 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10544 more Lisp-ish way.
10545
10546 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10547
10548 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10549 digits, not 8, to avoid misalignment for files larger than 100MB.
10550
10551 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10552
10553 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10554 Mention "keyboard shortcuts" in the help text.
10555
10556 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10557
10558 * startup.el (fancy-splash-default-action): Discard only
10559 mouse-down and succeeding mouse-up events in the splash screen
10560 window so that drag-n-drop event can be processed.
10561
10562 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10563
10564 * longlines.el (longlines-mode): Add hacks for mail-mode and
10565 message-mode.
10566
10567 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10568
10569 * textmodes/org.el (org-table-sort-lines): New command.
10570 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10571 (org-add-file): Command removed, use `org-agenda-file-to-front'
10572 instead.
10573 (org-export-icalendar): Use `org-icalendar-combined-name'.
10574 (org-cycle-agenda-files, org-agenda-file-to-end)
10575 (org-agenda-file-to-front): New commands.
10576 (org-table-tab-jumps-over-hlines, org-export-html-style):
10577 New options.
10578 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10579 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10580 New functions.
10581 (org-fill-paragraph): Call `org-table-align' in tables.
10582 (org-mode): Call `org-set-autofill-regexps'.
10583 (org-export-as-html): Support for local handformatted lists.
10584 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10585 (org-export-local-list-max-depth): New option.
10586 (org-html-expand): Use `org-html-protect'.
10587
10588 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10589
10590 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10591 to "p".
10592 (gdb): Move definition of gud-pp to...
10593
10594 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10595 speedbar.
10596 (gdb-find-watch-expression): New function.
10597
10598 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10599
10600 * faces.el (face-attribute, set-face-attribute): Mention existence
10601 of `:ignore-defface' setting in docstring.
10602
10603 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10604
10605 * simple.el (completion-setup-function): Fix last change.
10606
10607 2005-11-17 John Paul Wallington <jpw@pobox.com>
10608
10609 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10610 Use `posn-set-point' instead of `mouse-set-point' because the
10611 latter is not fbound when configured without X.
10612
10613 * comint.el (comint-insert-input): Likewise.
10614
10615 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10616
10617 * simple.el (hard-newline): New variable.
10618 (sendmail-user-agent-compose, next-line): Use it.
10619
10620 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10621 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10622 (mail-mail-reply-to, mail-mail-followup-to)
10623 (mail-position-on-field, mail-signature, mail-yank-original)
10624 (mail-attach-file): Likewise.
10625
10626 * mail/mailheader.el (mail-header-format)
10627 (mail-header-format-function): Likewise.
10628
10629 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10630
10631 2005-11-17 Juri Linkov <juri@jurta.org>
10632
10633 * font-lock.el (font-lock-faces): Rename this defgroup from
10634 `font-lock-highlighting-faces'.
10635 (font-lock-comment-face, font-lock-comment-delimiter-face)
10636 (font-lock-string-face, font-lock-doc-face)
10637 (font-lock-keyword-face, font-lock-builtin-face)
10638 (font-lock-function-name-face, font-lock-variable-name-face)
10639 (font-lock-type-face, font-lock-constant-face)
10640 (font-lock-warning-face, font-lock-negation-char-face)
10641 (font-lock-preprocessor-face)
10642 (font-lock-regexp-grouping-backslash)
10643 (font-lock-regexp-grouping-construct): Rename :group from
10644 `font-lock-highlighting-faces' to `font-lock-faces'.
10645
10646 * cus-edit.el (lisp, c, tex):
10647 * progmodes/ada-mode.el (ada):
10648 * progmodes/asm-mode.el (asm):
10649 * progmodes/cperl-mode.el (cperl-faces):
10650 * progmodes/cpp.el (cpp):
10651 * progmodes/dcl-mode.el (dcl):
10652 * progmodes/f90.el (f90):
10653 * progmodes/fortran.el (fortran):
10654 * progmodes/icon.el (icon):
10655 * progmodes/idlwave.el (idlwave-misc):
10656 * progmodes/m4-mode.el (m4):
10657 * progmodes/make-mode.el (makefile):
10658 * progmodes/meta-mode.el (meta-font):
10659 * progmodes/modula2.el (modula2):
10660 * progmodes/octave-mod.el (octave):
10661 * progmodes/pascal.el (pascal):
10662 * progmodes/perl-mode.el (perl):
10663 * progmodes/prolog.el (prolog):
10664 * progmodes/ps-mode.el (PostScript-edit):
10665 * progmodes/scheme.el (scheme):
10666 * progmodes/sh-script.el (sh-script):
10667 * progmodes/simula.el (simula):
10668 * progmodes/tcl.el (tcl):
10669 * textmodes/nroff-mode.el (nroff):
10670 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10671 * textmodes/sgml-mode.el (sgml):
10672 * textmodes/texinfo.el (texinfo):
10673 Add :link (custom-group-link font-lock-faces) to defgroup.
10674
10675 * hi-lock.el (hi-lock): Rename this defgroup from
10676 `hi-lock-interactive-text-highlighting'. Change parent group from
10677 `faces' to `font-lock'. Add link to the manual.
10678 (hi-lock-mode, hi-lock-file-patterns-range)
10679 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10680 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10681 (hi-lock-faces): Add :group `faces'.
10682
10683 * cus-edit.el (custom-variable-prompt): Clarify the code.
10684
10685 * faces.el (face-read-string): Set the default value arg of
10686 completing-read.
10687
10688 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10689
10690 * rfn-eshadow.el (file-name-shadow-properties)
10691 (file-name-shadow-tty-properties, file-name-shadow-mode):
10692 Remove autoloads, because the file is now preloaded.
10693
10694 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10695
10696 * printing.el (easy-menu-intern): Don't define.
10697 (pr-get-symbol): Use easy-menu-intern only if defined.
10698
10699 * simple.el (blink-matching-open): Simplify a bit.
10700 (completion-setup-function): Fix the case of partial-completion-mode
10701 when the minibuffer's contents start with "-".
10702 Obey completion-base-size-function even when
10703 minibuffer-completing-file-name is non-nil.
10704
10705 2005-11-16 Richard M. Stallman <rms@gnu.org>
10706
10707 * net/eudcb-ph.el (eudc-ph-open-session):
10708 Use set-process-query-on-exit-flag.
10709
10710 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10711
10712 * international/ucs-tables.el (ucs-set-table-for-input):
10713 Use make-local-variable, not make-variable-buffer-local.
10714
10715 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10716 Improve warning message text.
10717
10718 * savehist.el (savehist-save-hook): Add :group.
10719
10720 * menu-bar.el (menu-bar-help-menu):
10721 Rename Find Extra Packages to External Packages.
10722
10723 * cus-edit.el (Custom-reset-standard): Verify that
10724 :custom-standard-value prop exists before calling it.
10725
10726 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10727
10728 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10729
10730 * wid-edit.el (color): Enclose %t in %{...%}.
10731
10732 * cus-edit.el (face): Enclose %t in %{...%}.
10733
10734 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10735
10736 * savehist.el (savehist-mode-hook): Re-add the var.
10737 (savehist-mode): Use it.
10738
10739 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10740
10741 * textmodes/flyspell.el: Fix commenting convention.
10742 Remove unnecessary leading * in custom docstrings.
10743 (flyspell-emacs): Remove unused var.
10744 (flyspell-delete-region-overlays): Use remove-overlays.
10745 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10746 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10747 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10748 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10749 (make-flyspell-overlay): Don't locally reuse a global name.
10750 (flyspell-highlight-incorrect-region)
10751 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10752 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10753 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10754 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10755 Wrap calls to accept-process-output inside with-local-quit since it's
10756 often called from a post-command-hook.
10757 (flyspell-correct-word, flyspell-auto-correct-word):
10758 Use ispell-send-string.
10759 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10760
10761 * calendar/diary-lib.el (diary-list-entries): Also hide the
10762 terminating newline.
10763
10764 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10765
10766 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10767 window-system, to allow fonts on tty.
10768
10769 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10770
10771 * progmodes/gud.el (gud-speedbar-item-info): New function.
10772 (gud-install-speedbar-variables): Use it to display data type
10773 of watch expression as a tooltip in speedbar.
10774
10775 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10776
10777 * font-core.el (global-font-lock-mode): Add :version keyword,
10778 because default was changed.
10779
10780 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10781
10782 * startup.el (command-line): Use `custom-reevaluate-setting' for
10783 `file-name-shadow-mode'.
10784
10785 * loadup.el: Preload rfn-eshadow.
10786
10787 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10788 Add :version keyword.
10789 (file-name-shadow-properties, file-name-shadow-tty-properties)
10790 (file-name-shadow): Add :version keyword.
10791
10792 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10793 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10794 in the custom-group property of the symbol frames and the fringe
10795 group got no link to its parent group frames.
10796 Doc fix.
10797
10798 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10799
10800 * progmodes/gud.el (gud-stop-subjob): New function.
10801 (gud-menu-map, gud-tool-bar-map): Use it.
10802
10803 2005-11-16 Kim F. Storm <storm@cua.dk>
10804
10805 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10806 than kill it.
10807 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10808 to a more useful/logical place.
10809
10810 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10811
10812 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10813 go buttons complementary.
10814
10815 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10818 (rfn-eshadow-sifn-equal): New function.
10819 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10820
10821 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10822
10823 * viper-utils.el (viper-non-word-characters-reformed-vi):
10824 Quote `-' in string.
10825
10826 * viper.el (viper-emacs-state-mode-list): Ensure that
10827 rcirc-mode buffers come up in Emacs state.
10828
10829 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10830 operation.
10831
10832 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10833
10834 * term.el (term-termcap-format): Fix typos.
10835 (term-down): Fix the negative argument case.
10836
10837 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10838
10839 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10840 2005-08-15.
10841 (gdb-ann3): New command gud-go.
10842 (menu): Accomodate gdb-mi.el.
10843 (gdb-assembler-custom): Make buffer of selected window current
10844 so that set-window-point works.
10845
10846 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10847 buttons and include new ones.
10848
10849 2005-11-16 Kim F. Storm <storm@cua.dk>
10850
10851 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10852 (gud-menu-map): Use it.
10853
10854 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10855
10856 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10857 that works correctly for Custom and that does not override a user
10858 who disables it.
10859
10860 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10861 (help-xref-interned, help-follow): Make hyperlinks for variables
10862 that are unbound, but have a non-nil variable-documentation property.
10863
10864 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10865 mode hook. (It conflicted with defcustoms for some mode hooks.)
10866 Use the `variable-documentation' property to give the mode hook a
10867 docstring and expand that docstring.
10868
10869 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10870
10871 * savehist.el (savehist-mode): Don't bother with
10872 `custom-set-minor-mode'.
10873 (savehist-coding-system): Check XEmacs version.
10874 (history-length): Declare also at run time.
10875 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10876 Don't set the customize state.
10877 (savehist-minibuffer-hook): Special case for when
10878 minibuffer-history-variable is equal to t.
10879
10880 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10881
10882 * files.el (write-file): Refresh VC status.
10883
10884 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10885 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10886 than fundamental-mode to see if the mode was set.
10887
10888 2005-11-14 Romain Francoise <romain@orebokech.com>
10889
10890 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10891 dummy function in `eval-when-compile' to avoid compiler warning.
10892 Require `man' at compile time.
10893
10894 2005-11-14 Jay Belanger <belanger@truman.edu>
10895
10896 * calc-alg.el (calcFunc-write-out-power): Rename it to
10897 calcFunc-powerexpand.
10898 (math-write-out-power): Rename it to math-powerexpand; have it
10899 handle negative exponents.
10900 (calc-writeoutpower): Rename it to calc-powerexpand.
10901
10902 * calc-ext.el: Change calcFunc-writeoutpower and
10903 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10904 autoloads.
10905 Add calcFunc-ldiv to autoloads.
10906
10907 * calc-arith.el (calcFunc-ldiv): New function.
10908
10909 * calc.el (calc-left-divide): New function.
10910
10911 2005-11-14 Juri Linkov <juri@jurta.org>
10912
10913 * cus-edit.el (custom-variable-prompt): Set the default value arg
10914 of completing-read.
10915
10916 * cus-dep.el (custom-make-dependencies): Reverse the list of
10917 found dependencies.
10918
10919 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10920
10921 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10922 Highlighting" entry, it is on by default now.
10923 (menu-bar-options-save): Do not save global-font-lock-mode.
10924
10925 2005-11-13 Richard M. Stallman <rms@gnu.org>
10926
10927 * textmodes/flyspell.el (flyspell-large-region):
10928 Call flyspell-accept-buffer-local-defs.
10929
10930 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10931
10932 * textmodes/flyspell.el (flyspell-notify-misspell):
10933 Fix misspelling of "Misspelling".
10934 (flyspell-process-localwords): New function.
10935 (flyspell-large-region): Call flyspell-process-localwords and
10936 flyspell-delete-region-overlays.
10937 (flyspell-delete-region-overlays): New function.
10938 (flyspell-delete-all-overlays): Call that.
10939
10940 2005-11-13 Richard M. Stallman <rms@gnu.org>
10941
10942 * help.el (help-for-help-internal): Improve doc of C-h a.
10943 (describe-key): Improve prompt; doc fix.
10944
10945 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10946
10947 * vc-svn.el (vc-svn-registered): Catch all errors.
10948
10949 * cus-dep.el (custom-make-dependencies): Typo.
10950
10951 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10952
10953 * net/tramp-util.el (top): Fix compilation warning.
10954
10955 2005-11-13 Kim F. Storm <storm@cua.dk>
10956
10957 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10958
10959 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10960
10961 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10962 (gud-speedbar-buttons): Match on "const char *" too.
10963
10964 * progmodes/gdb-ui.el (gdb-var-create-handler)
10965 (gdb-var-list-children-handler): Match on "const char *" too.
10966 (gdb-var-evaluate-expression-handler): Match on empty string.
10967 (gdb-var-update-handler): Only call
10968 gdb-var-evaluate-expression-handler when required.
10969
10970 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10971
10972 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10973 selected window. This still doesn't work for speedbar.
10974 (gud-speedbar-buttons): Handle string expressions properly.
10975
10976 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10977 (gdb-var-create-handler): Handle string expressions properly.
10978 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10979 Handle string expressions properly. Move "type" field into regexp.
10980
10981 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10982
10983 * bookmark.el (bookmark-maybe-message): New function to reduce
10984 code duplication: invokes `message' iff baud-rate is high enough.
10985 (bookmark-write-file): Use above instead of an inline conditional.
10986 (bookmark-load): Same.
10987
10988 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10989
10990 * bookmark.el (bookmark-write-file): Don't visit the destination
10991 file, just write the data to it using write-region. This is
10992 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10993 change to avoid visiting the file in the first place.
10994
10995 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10996
10997 * hi-lock.el (hi-lock-mode): Set the default value of
10998 font-lock-defaults.
10999
11000 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
11001
11002 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11003 arg to `file-attributes'.
11004 (find-lisp-format): The UID and GID can now be strings.
11005
11006 2005-11-12 Kim F. Storm <storm@cua.dk>
11007
11008 * help.el (help-map): Bind C-h d to apropos-documentation.
11009
11010 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11011 when point is at end-of-buffer.
11012
11013 * apropos.el (apropos-match-face): Doc fix.
11014 (apropos-sort-by-scores): Add new choice `verbose'.
11015 (apropos-documentation-sort-by-scores): New defcustom.
11016 (apropos-pattern): Now contains the pattern entered by the user.
11017 (apropos-pattern-quoted): New defvar.
11018 (apropos-regexp): New defvar, containing the regexp corresponding
11019 to apropos-pattern.
11020 (apropos-all-words-regexp): Rename from apropos-all-regexp.
11021 (apropos-read-pattern): New defun. Use it to read pattern arg in
11022 interactive calls; returns list of words for a word list, and
11023 string for a regexp.
11024 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
11025 parses a list of words or regexp as returned by apropos-read-pattern.
11026 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11027 (apropos-score-doc): Return a very high score if the string
11028 entered by the user matches literally.
11029 (apropos-variable): Doc fix. Use apropos-read-pattern.
11030 (apropos-command): Doc fix. Use apropos-read-pattern and
11031 apropos-parse-pattern. Call apropos-print with nosubst=t.
11032 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11033 apropos-parse-pattern.
11034 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11035 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11036 apropos-documentation-sort-by-scores. Call apropos-print with
11037 nosubst=t.
11038 (apropos-documentation-internal): Pass doc string through
11039 substitute-key-definition before adding text properties.
11040 Highlight substring matching literal user input if possible.
11041 (apropos-documentation-check-doc-file): Remove locals beg and end.
11042 Fix calculation of score (as added twice). Pass doc string through
11043 substitute-key-definition before adding text properties.
11044 (apropos-documentation-check-elc-file): Pass doc string through
11045 substitute-key-definition before adding text properties.
11046 Highlight substring matching literal user input if possible.
11047 (apropos-print): Add new arg NOSUBST; if set, command and variable
11048 doc strings have already been passed through substitute-key-definition.
11049 Add code to handle apropos-accumulator items without score element
11050 for backwards compatibility (e.g. with woman package).
11051 Only show scores if apropos-sort-by-scores is `verbose'.
11052
11053 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11054
11055 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11056 Add jka-compr-load-suffixes to load-suffixes.
11057
11058 * jka-compr.el: Require jka-cmpr-hook.
11059 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11060 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11061 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11062 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11063 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11064 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11065 (jka-compr-uninstall): Remove entries from
11066 jka-compr-added-to-file-coding-system-alist after they are used.
11067 (jka-compr-error): Remove unused var `curbuf'.
11068 (jka-compr-file-local-copy): Remove unused var `notfound'.
11069
11070 2005-11-10 Romain Francoise <romain@orebokech.com>
11071
11072 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11073
11074 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11075
11076 * progmodes/gud.el (gud-menu-map): Move parentheses.
11077 (gdb): New command gud-pv.
11078
11079 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11080
11081 * tar-mode.el: Remove spurious or unnecessary leading stars
11082 in docstrings.
11083 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11084 (tar-parse-octal-integer-safe): Use mapc.
11085 (tar-header-block-summarize): Remove unused var `ck'.
11086 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11087 cleared before. Obey default-enable-multibyte-characters.
11088 Use mapconcat. Simplify setting of tar-header-offset.
11089 (tar-mode-map): Move initialization inside delcaration.
11090 (tar-flag-deleted): Use `abs'.
11091 (tar-expunge-internal): Remove unused var `line'.
11092 (tar-expunge-internal): Don't hardcode point-min==1.
11093 (tar-expunge): Widen while doing set-buffer-multibyte.
11094 (tar-rename-entry): Use file-name-coding-system.
11095 (tar-alter-one-field): Don't hardcode point-min==1.
11096 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11097 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11098
11099 2005-11-10 Masatake YAMATO <jet@gyve.org>
11100
11101 * add-log.el (add-log-current-defun): Handle class::method
11102 notation of c++. Fix incorrect comment.
11103
11104 2005-11-10 Alan Mackenzie <acm@muc.de>
11105
11106 * help-fns.el (describe-variable): Make C-h v work when a variable
11107 has variable documentation yet is unbound.
11108
11109 2005-11-10 Masatake YAMATO <jet@gyve.org>
11110
11111 * man.el (Man-highlight-references): Set an empty
11112 string to `Man-arguments' if it is nil.
11113 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11114
11115 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11116
11117 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11118 commenting conventions.
11119
11120 * cus-dep.el (custom-make-dependencies): Simplify.
11121 Better follow the commenting conventions.
11122
11123 2005-11-09 Richard M. Stallman <rms@gnu.org>
11124
11125 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11126 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11127 All uses changed.
11128 (apropos-rewrite-regexp): Doc fix.
11129 (apropos-variable, apropos-command, apropos, apropos-value):
11130 Change prompt; carry through the argument renaming.
11131
11132 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11133
11134 * find-lisp.el: Require dired.
11135 (find-lisp-find-dired-internal): Do not call
11136 `abbreviate-file-name' on DIR.
11137
11138 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11139
11140 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11141
11142 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11143
11144 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11145 when using the speedbar.
11146 (gdb): New command gud-pp.
11147 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11148
11149 2005-11-09 Juri Linkov <juri@jurta.org>
11150
11151 * replace.el (occur-excluded-properties): New defcustom.
11152 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11153
11154 2005-11-08 Jay Belanger <belanger@truman.edu>
11155
11156 * calc/calc-units.el (math-convert-units): Replace any composite
11157 unit by its definition.
11158
11159 2005-11-08 Lars Hansen <larsh@soem.dk>
11160
11161 * emacs-lisp/autoload.el (update-directory-autoloads):
11162 Add obsolete function alias.
11163
11164 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11165
11166 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11167 comment-indent-function.
11168 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11169
11170 * reveal.el (reveal-post-command): Rework the handling of
11171 reveal-open-spots, so as to be more reliable. There were several
11172 tricky corner cases where an open spot might be lost, or where
11173 a closed spot might end up on the list of open spots.
11174 Only reveal text that's ellipsised.
11175
11176 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11177
11178 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11179
11180 2005-11-07 John Paul Wallington <jpw@gnu.org>
11181
11182 * ibuffer.el (ibuffer): Search iconified frames too when
11183 getting Ibuffer buffer's window.
11184
11185 2005-11-06 Richard M. Stallman <rms@gnu.org>
11186
11187 * progmodes/compile.el (compilation-internal-error-properties):
11188 save-excursion around the computation of MARKER.
11189
11190 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11191
11192 * textmodes/flyspell.el (flyspell-external-point-words):
11193 flyspell-get-word returns a list, not just a string.
11194
11195 2005-11-06 John Paul Wallington <jpw@pobox.com>
11196
11197 * ibuffer.el (ibuffer): Search all visible frames when getting
11198 Ibuffer buffer's window.
11199
11200 2005-11-07 Masatake YAMATO <jet@gyve.org>
11201
11202 * man.el (Man-reference-regexp): Accept spaces between
11203 `Man-name-regexp' and `Man-section-regexp'.
11204 (Man-apropos-regexp): New variable.
11205 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11206 if available.
11207 (Man-highlight-references, Man-highlight-references0):
11208 Handle the case when `Man-arguments' includes "-k".
11209 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11210 `TARGET'. `TARGET' can be a number, function or nil.
11211
11212 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11213
11214 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11215 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11216 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11217 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11218 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11219 (gdb-send-item): Use buffer-local-value and simplify.
11220
11221 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11222
11223 * startup.el (command-line): Use `custom-reevaluate-setting' for
11224 `global-font-lock-mode'.
11225
11226 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11227 by default, except in batch mode or when the -D option is given.
11228
11229 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11230 specified keyword args on to `define-minor-mode'. Update docstring.
11231
11232 2005-11-05 Romain Francoise <romain@orebokech.com>
11233
11234 * replace.el (occur-engine): Add marker at end of line, too.
11235
11236 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11237
11238 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11239 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11240 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11241 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11242 argument to all these routines, so the passphrase can be managed
11243 externally and passed in to the system.
11244 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11245 pgg-add-passphrase-to-cache function.
11246
11247 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11248 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11249 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11250 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11251 argument to all these routines, so the passphrase can be managed
11252 externally and passed in to the system.
11253 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11254 function.
11255
11256 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11257
11258 * font-lock.el: Don't deal with font-lock-face-attributes here,
11259 move the code ...
11260
11261 * startup.el (command-line): ... here. Use face-spec-set instead
11262 of custom-declare-face.
11263
11264 * faces.el (face-spec-set): Reset the face if spec is not nil.
11265
11266 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11267
11268 * newcomment.el (comment-region-internal): Box more tightly in the
11269 common case where there's no TAB in the boxed text.
11270
11271 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11272
11273 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11274 up-node.
11275
11276 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11277
11278 * newsticker.el: Commentary updated. Code formatting changed.
11279 (newsticker-version): Change to "1.9".
11280 (newsticker, newsticker-feed): Doc fix.
11281 (newsticker-url-list): Doc fix. Add option "Weekly".
11282 (newsticker-retrieval-interval): Add option "Weekly".
11283 (newsticker-headline-processing): Doc fix.
11284 (newsticker-auto-mark-filter): Remove.
11285 (newsticker-auto-mark-filter-list): New.
11286 (newsticker-layout, newsticker-sort-method): Doc fix.
11287 (newsticker-hide-old-items-in-newsticker-buffer)
11288 (newsticker-heading-format, newsticker-item-format)
11289 (newsticker-desc-format): Doc fix.
11290 (newsticker-show-all-rss-elements): Remove.
11291 (newsticker-show-all-news-elements): New.
11292 (newsticker-faces, newsticker-ticker): Doc fix.
11293 (remove-from-invisibility-spec): Code formatting.
11294 (newsticker--process-ids): New.
11295 (newsticker-mode): Doc fix.
11296 (newsticker-mode): Change mode-line-format.
11297 (newsticker-start): Remove debug output.
11298 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11299 (newsticker-w3m-show-inline-images): Code formatting.
11300 (newsticker-next-item): Call `force-mode-line-update'.
11301 (newsticker-previous-item): Call `force-mode-line-update'.
11302 (newsticker-next-feed): Call `force-mode-line-update'.
11303 (newsticker-previous-feed): Call `force-mode-line-update'.
11304 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11305 (newsticker-show-old-items): Do not show descs.
11306 (newsticker-hide-entry): Hide too much.
11307 (newsticker-hide-entry, newsticker-show-entry)
11308 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11309 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11310 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11311 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11312 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11313 (newsticker-get-news): Call `force-mode-line-update'.
11314 Collect process ids.
11315 (newsticker--sentinel): Change coding system handling.
11316 Move image retrieval to new functions newsticker--get-logo-url-*.
11317 Move feed parsing to new functions newsticker--parse-*.
11318 Update list of process ids.
11319 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11320 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11321 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11322 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11323 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11324 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11325 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11326 (newsticker--decode-coding-string): Remove.
11327 (newsticker--decode-numeric-entities): Check input. Format code.
11328 (newsticker--remove-whitespace): Check input.
11329 (newsticker--do-forget-preformatted): Doc fix.
11330 (newsticker--decode-rfc822-date): Allow for missing time.
11331 (newsticker--update-process-ids): New.
11332 (newsticker--image-sentinel): Change comment.
11333 (newsticker--image-read): Change error message.
11334 (newsticker--imenu-goto): Doc fix. Show headline title.
11335 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11336 (newsticker--buffer-do-insert-text): Clean whitespace in
11337 html-rendered headline title. Code formatting.
11338 Call `newsticker--buffer-print-extra-elements'.
11339 (newsticker--buffer-print-extra-element): Remove.
11340 (newsticker--buffer-print-extra-elements): New.
11341 (newsticker--buffer-do-print-extra-element): New.
11342 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11343 large sizes.
11344 (newsticker--run-auto-mark-filter)
11345 (newsticker--do-run-auto-mark-filter):
11346 Use `newsticker-auto-mark-filter-list'.
11347
11348 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11349
11350 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11351 (rcirc-print): Force redisplay before running hooks. Do long
11352 buffer truncation after making new text read-only. Deal with nil
11353 text when decoding strings. If TARGET is nil, use either the
11354 currently selected buffer, if it is an rcirc buffer and of the
11355 same process or the process buffer.
11356 (rcirc-mode): Remove header-line. Recompute short buffer names.
11357 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11358 (rcirc-short-buffer-name): Add variable.
11359 (rcirc-kill-buffer-hook): Recompute short buffer names.
11360 Remove nick from private channel.
11361 (rcirc-send-input): Send command text to current-buffer.
11362 Don't clear overlay arrow here.
11363 (rcirc-short-buffer-name): Return a short buffer name.
11364 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11365 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11366 buffer-name abbreviations.
11367 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11368 Do not touch nick-table when killing a parted channel.
11369 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11370 Clear arrow from current buffer if it is now hidden.
11371 (rcirc-current-buffer): Add variable.
11372 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11373 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11374 Remove -face from names.
11375 (rcirc-update-activity-string): Print "DND" when globally ignoring
11376 activity.
11377 (rcirc-ignore-buffer-activity-flag): Rename from
11378 rcirc-ignore-channel-activity.
11379 (rcirc-ignore-all-activity-flag): Doc fix.
11380 (rcirc-channels): Remove variable.
11381 (rcirc-kill-buffer-hook):
11382 (rcirc-get-buffer-create): Add nick to private channel.
11383 (rcirc-multiline-edit-submit): Remove tabs.
11384 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11385 folded.
11386 (rcirc-remove-nick-channel): Bug fix.
11387 (rcirc-toggle-ignore-buffer-activity): Rename from
11388 rcirc-toggle-ignore-channel-activity.
11389 (rcirc-record-activity): Add buffers to the front of the list.
11390 (rcirc-update-activity): Remove killed buffers from list.
11391 (rcirc-process-server-response-1): Remove last argument if it is
11392 null before calling handler.
11393 (rcirc): Add "rcirc" defcustom prefix.
11394 (rcirc-prompt): Simplify default prompt.
11395 Use custom-initialize-default.
11396 (rcirc-private-chats): Remove variable.
11397 (rcirc-prompt): Change initialization.
11398 (rcirc-version): Remove function.
11399 (rcirc-id-string): Add constant.
11400 (rcirc-last-buffer): Remove variable.
11401 (rcirc-buffer-alist): Add variable.
11402 (rcirc-connect): Update variable setup.
11403 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11404 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11405 default.
11406 (rcirc-handler-generic): Trigger activity.
11407 (rcirc-send-message): Create the buffor of the target.
11408 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11409 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11410 (rcirc-multiline-edit-cancel): Remove function.
11411 (rcirc-set-last-buffer): Remove function.
11412 (rcirc-get-any-buffer): Add function.
11413 (rcirc-join-channels): Don't print /join text.
11414 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11415 messages.
11416 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11417 (rcirc-handler-NOTICE): Recognize CTCP responses.
11418 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11419 constructing TOPIC string for buffers we are not JOINed.
11420 (rcirc-handler-CTCP-response): Add handler.
11421 (rcirc-multiline-edit-submit): Restore the window-configuration
11422 before adjusting point.
11423 (rcirc): Add customization group.
11424 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11425 (rcirc-user-full-name, rcirc-startup-channels-alist)
11426 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11427 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11428 (rcirc-input-ring-size, rcirc-read-only-flag)
11429 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11430 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11431 Change defvar to defcustom.
11432 (rcirc-update-prompt): Add optional ALL arg, which will update
11433 prompts in all rcirc buffers. Regexp quote replacement text.
11434 (rcirc-fill-column): Accept frame-width as a value.
11435 (rcirc-set-changed): Add function.
11436 (rcirc-next-active-buffer): Write more meaningful messages.
11437 (rcirc-faces): Add customization group.
11438 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11439 (rcirc-nick-in-message-face, rcirc-prompt-face)
11440 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11441 (with-rcirc-process-buffer): Move before first usage.
11442 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11443 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11444 (rcirc-debug): Rename from `rcirc-log'.
11445 (rcirc-format-response-string): Do not print `-' chars for a
11446 NOTICE with no sender. Simplify output of server responses.
11447
11448 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11449
11450 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11451 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11452 Make urls mouse and RET clickable.
11453
11454 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11455
11456 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11457
11458 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11459
11460 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11461 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11462 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11463 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11464 argument to all these routines, so the passphrase can be managed
11465 externally and passed in to the system.
11466 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11467 pgg-add-passphrase-to-cache function.
11468
11469 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11470 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11471 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11472 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11473 argument to all these routines, so the passphrase can be managed
11474 externally and passed in to the system.
11475 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11476 function.
11477
11478 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11479
11480 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11481 from goto-address-url-regexp.
11482
11483 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11484
11485 * textmodes/org.el (org-read-date, org-goto-calendar)
11486 (org-recenter-calendar, org-agenda-goto-calendar):
11487 Temporarily clear `calendar-move-hook'.
11488
11489 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11490
11491 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11492 merging.
11493
11494 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11495 have merge clashes.
11496
11497 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11498
11499 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11500 Undo previous change.
11501
11502 * startup.el (command-line): Use `custom-reevaluate-setting' for
11503 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11504 tty-register-default-colors on Mac.
11505
11506 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11507
11508 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11509 (gdb-buffer-type): Make it automatically buffer local...
11510 (gdb-get-create-buffer): ...and set it accordingly.
11511 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11512 actually work.
11513
11514 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11515
11516 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11517 not red.
11518
11519 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11520
11521 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11522 case GUD buffer is not visible.
11523 (gdb-goto-breakpoint): Try to force display in source buffer.
11524 (gdb-frame-gdb-buffer): Copy other similar functions.
11525 (gdb-restore-windows): Don't display source if not asked for.
11526 (gdb-assembler-buffer-name): Don't capitalise.
11527
11528 2005-11-03 Richard M. Stallman <rms@gnu.org>
11529
11530 * wid-edit.el (key-sequence): New widget type.
11531
11532 * simple.el (set-mark-command-repeat-pop): New variable.
11533 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11534 if set-mark-command-repeat-pop is true.
11535
11536 * info.el (Info-fontify-node): Don't display extra "see" if there
11537 already is one here.
11538
11539 * mouse.el: Fix special handling of DEL after dragging a region:
11540 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11541 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11542
11543 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11544
11545 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11546 not to assume it pertains to an affix.
11547
11548 * textmodes/flyspell.el (flyspell-post-command-hook):
11549 Bind deactivate-mark to prevent deactivation.
11550
11551 2005-11-03 Lars Hansen <larsh@soem.dk>
11552
11553 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11554 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11555 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11556
11557 2005-11-03 Romain Francoise <romain@orebokech.com>
11558
11559 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11560 Update copyright years.
11561
11562 2005-11-03 Sam Steingold <sds@gnu.org>
11563
11564 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11565 Use system-type instead of window-system because window-system is not
11566 correctly defined during loadup.
11567
11568 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11569
11570 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11571 (xml-parse-tag): Join strings separated by a comment properly.
11572
11573 2005-11-02 Andreas Schwab <schwab@suse.de>
11574
11575 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11576
11577 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11578
11579 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11580 (byte-optimize-pure-func): Quote the eval'd value.
11581
11582 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11583 Rename from perl-font-lock-syntactic-face-function.
11584 Change the calling convention so it can be used as a font-lock MATCHER.
11585 Do the parse-partial-sexp loop outselves.
11586 (perl-font-lock-syntactic-keywords): Use it.
11587 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11588
11589 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11590
11591 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11592 disassembly buffer too.
11593 (gdb-exited): Remove overlay arrows when execution has finished.
11594 (gdb-info-frames-custom, gdb-info-threads-custom)
11595 (gdb-info-registers-custom): Don't add inappropriate text
11596 properties if inferior is not active.
11597
11598 2005-11-02 Glenn Morris <rgm@gnu.org>
11599
11600 * progmodes/fortran.el (fortran-blink-match):
11601 Use `blink-matching-delay'.
11602
11603 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11604
11605 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11606
11607 2005-11-02 Lars Hansen <larsh@soem.dk>
11608
11609 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11610 "Permission denied".
11611
11612 2005-11-01 Richard M. Stallman <rms@gnu.org>
11613
11614 * textmodes/flyspell.el (flyspell-external-point-words):
11615 Pass nil to flyspell-get-word.
11616
11617 2005-11-02 Kim F. Storm <storm@cua.dk>
11618
11619 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11620 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11621
11622 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11623
11624 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11625 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11626 (calendar-mouse-print-dates): Add optional `event' argument.
11627 Update interactive-spec.
11628 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11629 Use `calendar-event-to-date' instead of `event'.
11630
11631 2005-11-02 Masatake YAMATO <jet@gyve.org>
11632
11633 * progmodes/ld-script.el (ld-script-builtins):
11634 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11635 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11636 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11637
11638 2005-11-01 Romain Francoise <romain@orebokech.com>
11639
11640 * vc-sccs.el: Update copyright year.
11641 * ezimage.el: Likewise.
11642
11643 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11644
11645 * info.el (Info-fontify-node): Use `string-width' for fontifying
11646 underlined titles.
11647
11648 2005-11-01 Juri Linkov <juri@jurta.org>
11649
11650 * info.el (Info-fontify-node): Downcase node header keywords Node,
11651 Prev, Next, Up before comparison.
11652 (Info-history): Insert absolute directory name, and put invisible
11653 property on it.
11654
11655 2005-11-01 Juri Linkov <juri@jurta.org>
11656
11657 * info.el (Info-file-supports-index-cookies): New variable.
11658 (Info-find-node-2): Check makeinfo version for index cookie support.
11659 (Info-index-nodes): Search for nodes with index cookies only when
11660 Info-file-supports-index-cookies is t. Otherwise, search nodes
11661 with "Index" in the node name.
11662 (Info-index-node): Search index cookie in the current node only when
11663 Info-file-supports-index-cookies is t. Otherwise, check the word
11664 "Index" in the node name.
11665 (Info-find-emacs-command-nodes): Remove code that searches nodes
11666 with "Index" node name in the top menu.
11667
11668 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11669
11670 * progmodes/scheme.el (scheme-mode-variables): Use the default
11671 comment-indent-function.
11672
11673 * faces.el (face-attribute): Handle the case where a face inherits from
11674 a non-existent face.
11675
11676 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11677 for octal and hexa output, and merge the char into the paren.
11678 (kill-new): Use push.
11679 (copy-to-buffer): Use with-current-buffer.
11680 (completion-setup-function): Move code in loop to remove redundancy.
11681 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11682 those inherited from minibuffer-local-completion-map.
11683
11684 * savehist.el (savehist-mode) <defcustom>:
11685 Use custom-set-minor-mode if available.
11686 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11687 and emit a message if applicable.
11688
11689 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11690
11691 * savehist.el: Sync up to version 19.
11692 (savehist-mode): New minor mode.
11693 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11694 (savehist-length): Remove (use history-length instead).
11695 (savehist-file-modes): Rename from savehist-modes.
11696 (savehist-save-hook, savehist-loaded): New vars.
11697 (savehist-load): Use savehist-mode. Try to smooth up transition from
11698 old format to new format.
11699 (savehist-install): Allow savehist-autosave-interval to be nil.
11700 (savehist-save): Run the new hook. Be more careful to only trim the
11701 history variables.
11702 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11703 (savehist-printable): Print into a buffer rather than char-by-char.
11704
11705 2005-11-01 John Wiegley <johnw@newartisans.com>
11706
11707 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11708 toggle-ignore keybinding (C-a). The author said it had been
11709 disabled much earlier due to a possible incompatibility, but after
11710 many months of usage I have encountered no problems (and it is a
11711 rather useful option, especially for switching to " *temp*").
11712
11713 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11714 support for OS/X's AddressBook, by calling out to the open source
11715 program "contacts" (installable through Fink).
11716
11717 * net/eudc.el (eudc-expand-inline): If the
11718 `eudc-multiple-match-handling-method' is set to `all', delete the
11719 query string before inserting the query result.
11720
11721 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11722 flag, to prevent Eshell from using the system ls when
11723 `eshell-ls-insert-directory' is in used.
11724 (eshell-ls-insert-directory): Disable font-lock in directory
11725 buffer so that Eshell's own fontification is seen. This broke
11726 recently due to changes in font-lock, so this goes back to version
11727 21 behavior.
11728
11729 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11730
11731 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11732 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11733 (gdb-many-windows): Doc fix.
11734
11735 2005-10-31 Romain Francoise <romain@orebokech.com>
11736
11737 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11738
11739 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11740
11741 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11742 that global-font-lock-mode can be enabled by default.
11743
11744 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11745 (font-lock-add-keywords, font-lock-remove-keywords)
11746 (font-lock-fontify-buffer): Remove autoload cookies.
11747
11748 * jit-lock.el (jit-lock-register): Likewise.
11749
11750 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11751
11752 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11753
11754 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11755 intact if there is no gud-comint-buffer.
11756
11757 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11758
11759 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11760 old prompt comint-prompt-read-only is t and GDB commands are
11761 issued from tool bar etc.
11762
11763 2005-10-31 Masatake YAMATO <jet@gyve.org>
11764
11765 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11766
11767 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11768
11769 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11770 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11771
11772 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11773
11774 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11775 starting at beginning of line. Fontification is messed up when
11776 `open-paren-in-column-0-is-defun-start' set to t.
11777 Reported by John Paul Wallington <jpw@pobox.com>.
11778
11779 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11780
11781 * comint.el (comint-send-input): Call `comint-update-fence' when
11782 `comint-process-echoes' and `comint-prompt-read-only' are both
11783 non-nil, to avoid leftover read-only newline.
11784
11785 2005-10-30 Richard M. Stallman <rms@gnu.org>
11786
11787 * textmodes/flyspell.el (flyspell-external-point-words):
11788 Detect when WORD can't be checked properly because
11789 flyspell-get-word finds just part of it, and move on.
11790
11791 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11792 boundarychar for Polish.
11793 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11794 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11795
11796 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11797
11798 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11799 (gdb-registers-font-lock-keywords): Delete.
11800 (gdb-registers-mode): Don't fontify.
11801 (gdb-info-registers-custom): Use text properties instead as, in
11802 future, changed register values will use font-lock-warning-face.
11803 (gdb-local-font-lock-keywords): Rename to...
11804 (gdb-locals-font-lock-keywords): ...for consistency.
11805
11806 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11807
11808 * vc.el (vc-switch-backend): Better error message if the buffer is
11809 not visiting a file under version control.
11810
11811 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11812
11813 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11814
11815 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11816 ~/.emacs.d/.emacs.
11817
11818 2005-10-29 Richard M. Stallman <rms@gnu.org>
11819
11820 * replace.el (occur-mode-mouse-goto): Always go to other window.
11821 (occur-mode-goto-occurrence): Always switch in same window.
11822
11823 * simple.el (undo): Display message at end, not at start.
11824
11825 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11826 New arg REUSE-CELL.
11827 (cancel-timer-internal): New function.
11828 (timer-event-handler): Use cancel-timer-internal,
11829 and pass the cell it returns to timer-activate...
11830
11831 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11832 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11833 (jit-lock-after-change): Test memory-full.
11834
11835 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11836
11837 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11838 part of the decoded armor to find the key-identifier.
11839 (pgg-gpg-lookup-key-owner): New function to return the
11840 human-readable identifier of a key owner.
11841 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11842 key itself.
11843 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11844 the key value) if we have a key and can match it against a secret
11845 key. Also, added a note pointing out fact that the prompt only
11846 indicates the first matching key.
11847
11848 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11849 pgg-decrypt-region.
11850 (pgg-pending-timers): A new hash for tracking the passphrase cache
11851 timers, so that new ones supercede old ones.
11852 (pgg-add-passphrase-to-cache): Rename from
11853 `pgg-add-passphrase-cache' to reduce confusion (all callers
11854 changed). Modified to cancel old timers when new ones are added.
11855 (pgg-remove-passphrase-from-cache): Rename from
11856 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11857 changed). Modified to cancel old timers when their keys are
11858 removed from the cache.
11859 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11860 XEmacs, an indirection to delete-itimer.
11861 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11862 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11863 users can only check cache without risk of prompting. Correct bug in
11864 notruncate behavior.
11865 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11866 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11867 Add informative docstrings.
11868 (pgg-decrypt): Convey provided passphrase in subordinate call to
11869 pgg-decrypt-region.
11870
11871 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11872 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11873 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11874 `passphrase' argument, so the passphrase can be managed externally
11875 and then passed in to the system.
11876
11877 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11878 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11879 so the passphrase cache can be used reliably with identifiers
11880 besides a pgp packet's key id.
11881
11882 * pgg-gpg.el (pgg-pgp-encrypt-region)
11883 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11884 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11885 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11886 argument to all these routines, so the passphrase can be managed
11887 externally and passed in to the system.
11888
11889 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11890 `notruncate' argument, so the passphrase cache can be used
11891 reliably with identifiers besides a pgp packet's key id.
11892
11893 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11894
11895 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11896 symmetric encryption.
11897 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11898 encrypted session key.
11899 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11900 message ask for the passphrase in a proper way.
11901
11902 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11903 New user commands for symmetric encryption.
11904
11905 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11906
11907 * textmodes/conf-mode.el (conf-assignment-sign)
11908 (conf-assignment-regexp): Fix docstrings.
11909 (conf-mode-initialize): New function.
11910 (conf-mode): Remove optional args. Use delay-mode-hooks to
11911 recognize recursive calls.
11912 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11913 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11914 (conf-xdefaults-mode): Use define-derived-mode and
11915 conf-mode-initialize.
11916
11917 2005-10-29 Romain Francoise <romain@orebokech.com>
11918
11919 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11920
11921 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11922
11923 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11924 part of the decoded armor to find the key-identifier.
11925 (pgg-gpg-lookup-key-owner): New function to return the
11926 human-readable identifier of a key owner.
11927 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11928 key itself.
11929 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11930 the key value) if we have a key and can match it against a secret
11931 key. Also, added a note pointing out fact that the prompt only
11932 indicates the first matching key.
11933
11934 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11935 pgg-decrypt-region.
11936 (pgg-pending-timers): A new hash for tracking the passphrase cache
11937 timers, so that new ones supercede old ones.
11938 (pgg-add-passphrase-to-cache): Rename from
11939 `pgg-add-passphrase-cache' to reduce confusion (all callers
11940 changed). Modified to cancel old timers when new ones are added.
11941 (pgg-remove-passphrase-from-cache): Rename from
11942 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11943 changed). Modified to cancel old timers when their keys are
11944 removed from the cache.
11945 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11946 XEmacs, an indirection to delete-itimer.
11947 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11948 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11949 users can only check cache without risk of prompting. Correct bug in
11950 notruncate behavior.
11951 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11952 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11953 Add informative docstrings.
11954 (pgg-decrypt): Convey provided passphrase in subordinate call to
11955 pgg-decrypt-region.
11956
11957 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11958
11959 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11960 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11961 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11962 `passphrase' argument, so the passphrase can be managed externally
11963 and then passed in to the system.
11964
11965 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11966 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11967 so the passphrase cache can be used reliably with identifiers
11968 besides a pgp packet's key id.
11969
11970 * pgg-gpg.el (pgg-pgp-encrypt-region)
11971 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11972 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11973 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11974 argument to all these routines, so the passphrase can be managed
11975 externally and passed in to the system.
11976
11977 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11978 `notruncate' argument, so the passphrase cache can be used
11979 reliably with identifiers besides a pgp packet's key id.
11980
11981 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11982
11983 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11984 symmetric encryption.
11985 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11986 encrypted session key.
11987 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11988 message ask for the passphrase in a proper way.
11989
11990 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11991 New user commands for symmetric encryption.
11992
11993 2005-10-28 Bill Wohler <wohler@newt.com>
11994
11995 * help-mode.el (help-url): New button type. Calls browse-url.
11996 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11997 Similar to Info nodes: URL `url'.
11998 (help-make-xrefs): Create help-url buttons for
11999 help-xref-url-regexp matches.
12000
12001 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
12002
12003 * tool-bar.el (tool-bar-add-item-from-menu)
12004 (tool-bar-local-item-from-menu): Fix doc strings.
12005
12006 2005-10-28 Romain Francoise <romain@orebokech.com>
12007
12008 * ldefs-boot.el: Update.
12009
12010 * subr.el (locate-library): Move from help-fns.el.
12011 * help-fns.el (locate-library): Move to subr.el.
12012
12013 2005-10-28 Richard M. Stallman <rms@gnu.org>
12014
12015 * net/tramp.el (tramp-completion-mode): defvar moved up.
12016
12017 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12018
12019 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12020
12021 * files.el (find-file-noselect): Use %d to format large file size.
12022
12023 * bindings.el (mode-line-format): Add %e.
12024
12025 * loadup.el ("facemenu"): Load unconditionally.
12026 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12027 ("x-dnd"): Load, when appropriate.
12028
12029 * startup.el (command-line): Call before-init-hook earlier.
12030 Warn about some bad characters in -u user name.
12031
12032 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12033 (flyspell-external-point-words): Error if misspelled word is not found.
12034 Set flyspell-large-region-beg at end of word.
12035
12036 2005-10-28 Andreas Schwab <schwab@suse.de>
12037
12038 * view.el (View-revert-buffer-scroll-page-forward):
12039 Use view-page-size-default.
12040
12041 2005-10-28 Juri Linkov <juri@jurta.org>
12042
12043 * international/quail.el (quail-get-current-str): Translate last
12044 raw character for deterministic input methods.
12045
12046 2005-10-27 Jay Belanger <belanger@truman.edu>
12047
12048 * calc/calc-ext.el: Add functions to autoloads.
12049 (math-identity-matrix-p, math-ident-row-p): New functions.
12050
12051 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12052 multiplication by an identity matrix; don't turn multiplication by
12053 an inverse matrix into division.
12054 (math-div-symbol-fancy): Replace division by matrices with
12055 multiplication by inverse.
12056
12057 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12058
12059 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12060 (calc-writeoutpower): New functions.
12061
12062 2005-10-27 Romain Francoise <romain@orebokech.com>
12063
12064 * replace.el (occur-engine): Include colon in mouse-face highlight.
12065
12066 * dired-x.el: Change Maintainer field.
12067
12068 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12069
12070 * longlines.el (longlines-mode): Bind after-change-functions to
12071 nil during initial decoding and final encoding.
12072
12073 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12074
12075 * term.el (term-emulate-terminal, term-handle-colors-array)
12076 (term-handle-ansi-escape): Specify the terminfo capabilities
12077 implemented.
12078
12079 2005-10-26 Richard M. Stallman <rms@gnu.org>
12080
12081 * info.el (Info-fontify-node): Fix detection of sentence-break
12082 before *Note.
12083
12084 2005-10-26 Romain Francoise <romain@orebokech.com>
12085
12086 * smerge-mode.el: Add `tools' to file keywords.
12087
12088 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12089
12090 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12091 when the fringe is not available.
12092
12093 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12094 (def-gdb-auto-update-trigger): Simplify construction.
12095 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12096 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12097 defined explicitly.
12098 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12099 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12100 defined explicitly.
12101 (gdb-info-locals-custom): Remove as it's a no-op.
12102
12103 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12104
12105 * longlines.el (longlines-mode): Remove narrowing before
12106 performing the initial decoding or final encoding.
12107
12108 2005-10-25 Romain Francoise <romain@orebokech.com>
12109
12110 * emacs-lisp/find-func.el (find-library-name): Also strip
12111 extension if library name ends in .el, to take advantage of
12112 `find-library-suffixes'.
12113
12114 2005-10-25 Richard M. Stallman <rms@gnu.org>
12115
12116 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12117
12118 2005-10-25 Juri Linkov <juri@jurta.org>
12119
12120 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12121 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12122
12123 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12126 (blackbox-redefine-key): Add argument `map'.
12127
12128 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12129 regions when moving the jit-lock-context-unfontify-pos boundary.
12130
12131 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12132
12133 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12134
12135 2005-10-25 Masatake YAMATO <jet@gyve.org>
12136
12137 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12138
12139 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12140
12141 * play/blackbox.el (blackbox-redefine-key): New function.
12142 (blackbox-mode-map): Use it to remap existing bindings for cursor
12143 motion instead of binding literal keys.
12144
12145 2005-10-25 Glenn Morris <rgm@gnu.org>
12146
12147 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12148 diary does not end in a newline. Do not assume a blank line at
12149 the start of the diary file.
12150
12151 2005-10-25 Kenichi Handa <handa@m17n.org>
12152
12153 * international/quail.el (quail-translate-key): If the input
12154 method is deterministic and failed to handle the last key, restart
12155 the key handling loop from an appropriate key.
12156
12157 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12158
12159 * vc.el (vc-dired-mode): Extend comment for binding of
12160 `directory-listing-before-filename-regexp'.
12161
12162 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12163
12164 * textmodes/texinfo.el (texinfo-mode):
12165 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12166 not to unnecessarily expose emacs-mule's internal char codes.
12167
12168 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12169
12170 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12171 Display hand pointer and help-echo on disabled icon too.
12172 (gdb-mouse-until): New function.
12173 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12174
12175 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12176
12177 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12178 with 2005-10-23 change to doctor.el.
12179
12180 * finder.el (finder-mode-map): Add follow-link binding.
12181
12182 2005-10-25 Kim F. Storm <storm@cua.dk>
12183
12184 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12185 to gdb-mouse-toggle-breakpoint-fringe.
12186 (gdb-mouse-toggle-breakpoint-margin): Rename from
12187 gdb-mouse-toggle-breakpoint. Fix doc.
12188 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12189 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12190 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12191 string properties also for fringe breakpoint bitmaps.
12192
12193 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12194
12195 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12196
12197 2005-10-25 Masatake YAMATO <jet@gyve.org>
12198
12199 * simple.el (completion-common-substring):
12200 Use `completion-common-substring' prior to `completion-base-size'.
12201
12202 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12203
12204 * savehist.el: Require CL while compiling.
12205 (savehist-history-variables): Remove.
12206 (savehist-save-minibuffer-history, savehist-additional-variables)
12207 (savehist-minibuffer-history-variables): New vars.
12208 (savehist-save): Use them.
12209 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12210 (savehist-install): New fun, extracted from savehist-load.
12211 (savehist-load): Use them.
12212
12213 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12214
12215 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12216 a dummy doc-string-elt property.
12217 (defalias, defvaralias, define-category): Add a docstring property.
12218
12219 * image.el (defimage):
12220 * widget.el (define-widget):
12221 * custom.el (defface, defcustom): Add `doc-string' declaration.
12222
12223 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12224 (defadvice): Add `doc-string' declaration.
12225
12226 * emacs-lisp/byte-run.el (macro-declaration-function):
12227 Handle `doc-string' declarations.
12228 (define-obsolete-function-alias, define-obsolete-variable-alias):
12229 Add `doc-string' declaration.
12230
12231 2005-10-24 Kenichi Handa <handa@m17n.org>
12232
12233 * international/utf-7.el (utf-7): Add autoload cookie.
12234
12235 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12236
12237 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12238
12239 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12240 list of directories passed to batch-update-autoloads. Add "." to
12241 the list of the echoed directories.
12242
12243 * pgg-def.el:
12244 * pgg-gpg.el:
12245 * pgg-parse.el:
12246 * pgg-pgp.el:
12247 * pgg-pgp5.el:
12248 * pgg.el: Moved here from the gnus subdirectory.
12249
12250 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12251
12252 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12253 in case comint-prompt-read-only is set to t.
12254
12255 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12256 in case comint-prompt-read-only is set to t.
12257
12258 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12259
12260 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12261 Now a string.
12262 (icalendar-import-format): Handle CLASS, STATUS, URL.
12263 Rename `subject' to `summary'.
12264 (icalendar-import-format-summary): Rename from
12265 `icalendar-import-format-subject'.
12266 (icalendar-import-format-url, icalendar-import-format-status)
12267 (icalendar-import-format-class): New variables.
12268 (icalendar--rris): Take variable argument list.
12269 (icalendar--datestring-to-isodate): Remove unnecessary
12270 calendar-style check when converting dates with explicit month names.
12271 (icalendar-export-region): Change return type of conversion
12272 subroutines. Bury current buffer unless error occurred.
12273 (icalendar--convert-to-ical)
12274 (icalendar--parse-summary-and-rest): New functions.
12275 (icalendar--convert-ordinary-to-ical)
12276 (icalendar--convert-weekly-to-ical)
12277 (icalendar--convert-yearly-to-ical)
12278 (icalendar--convert-block-to-ical)
12279 (icalendar--convert-cyclic-to-ical)
12280 (icalendar--convert-anniversary-to-ical): Change return type.
12281 Strip trailing blanks from subject.
12282 (icalendar--convert-sexp-to-ical): Change return type.
12283 Strip trailing blanks from subject. Handle simple sexp
12284 entries as generated by icalendar.el.
12285 (icalendar--convert-float-to-ical)
12286 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12287 (icalendar-import-file): Doc fix.
12288 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12289 Correct call to icalendar--rris.
12290 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12291 `summary'.
12292 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12293
12294 2005-10-24 Romain Francoise <romain@orebokech.com>
12295
12296 * server.el (server-sentinel): Set query-on-exit flag to nil on
12297 new client processes (it isn't inherited from the server process).
12298
12299 * replace.el (occur-engine): Rearrange text properties.
12300
12301 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12302
12303 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12304 case-fold-search is nil.
12305 (debug-help-follow): Use help-xref-interned directly.
12306
12307 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12308
12309 * thumbs.el (thumbs-image-type): Add .pbm.
12310
12311 2005-10-23 Richard M. Stallman <rms@gnu.org>
12312
12313 * faces.el (inhibit-face-set-after-frame-default): New variable.
12314 (set-face-attribute): Bind it.
12315 (face-set-after-frame-default): Test it.
12316
12317 * help-fns.el (describe-simplify-lib-file-name): New function.
12318 (describe-function-1, describe-variable): Use it.
12319
12320 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12321
12322 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12323 Eliminate nil as possible value.
12324 (tooltip-hide-delay): Reduce internal-border-width.
12325
12326 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12327 (menu-bar-file-menu) <new-file>: Likewise.
12328
12329 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12330
12331 * international/mule.el (load-with-code-conversion):
12332 Pass full file name to `eval-buffer' unless preloading.
12333
12334 * textmodes/flyspell.el (flyspell-large-region):
12335 Call ispell-check-version.
12336
12337 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12338 Fix the make-variable-buffer-local call that was supposed
12339 to be for this variable.
12340 (ispell-aspell-supports-utf8): Doc fix.
12341 (ispell-find-aspell-dictionaries): Preserve elements of
12342 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12343 (ispell-aspell-find-dictionary): Return nil on error.
12344
12345 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12346 (doctor-symptoms): Likewise.
12347
12348 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12349
12350 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12351
12352 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12353 (custom-raised-buttons): Add :set spec.
12354 (custom-button-unraised, custom-button-pressed-unraised):
12355 New faces, so that custom-raised-buttons actually does something.
12356 (custom-mode): Use custom-button and custom-button-pressed.
12357
12358 * wid-edit.el (widget-specify-button): Don't ignore
12359 widget-mouse-face on graphic terminals.
12360 (widget-move-and-invoke): Cleanup.
12361
12362 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12363
12364 * whitespace.el (whitespace-cleanup): Doc fix.
12365
12366 2005-10-23 Romain Francoise <romain@orebokech.com>
12367
12368 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12369 `eval-after-load' to avoid evaluating their result.
12370
12371 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12372
12373 * files.el (directory-listing-before-filename-regexp):
12374 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12375
12376 * dired.el (dired-move-to-filename-regexp): Remove.
12377 All occurences replaced by `directory-listing-before-filename-regexp'.
12378
12379 * dired-x.el, locate.el, vc.el:
12380 Replace `dired-move-to-filename-regexp' by
12381 `directory-listing-before-filename-regexp'. In vc.el it is
12382 overwritten locally; maybe this can be handled in files.el too.
12383
12384 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12385 replaced by `directory-listing-before-filename-regexp'.
12386
12387 2005-10-23 Andreas Schwab <schwab@suse.de>
12388
12389 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12390 and eval-next-after-load.
12391
12392 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12393
12394 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12395 exist, create it.
12396
12397 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12398
12399 * allout.el: Remove autoloads for mailcrypt and crypt++.
12400 Require pgg, pgg-gpg during compilation.
12401 (allout-version): Increment version number to 2.1, and use a literal
12402 rather than RCS Id.
12403 (allout-default-encryption-scheme): Remove.
12404 (allout-passphrase-verifier-handling)
12405 (allout-passphrase-verifier-string)
12406 (allout-file-passphrase-verifier-string)
12407 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12408 (allout-passphrase-hint-handling): Rename and simplify.
12409 (allout-init): Use `find-file-hook' if available, otherwise
12410 `find-file-hooks'.
12411 (allout-mode): Use `write-file-functions' if available, otherwise
12412 `local-write-file-hooks' and, instead of making auto-save-hook
12413 buffer local, make the write-file-hook activity contingent to
12414 allout-mode.
12415 (allout-mode): Use key-binding substitution in the docstring.
12416 (allout-kill-line): Spell-out kill ring data structure mutation
12417 instead of using byte-compiler-complaint-provoking `pop'.
12418 (allout-insert-listified): Use `insert' rather than `insert-string'
12419 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12420 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12421 (allout-encrypt-string): Totally revamped vis new underlying
12422 encryption facilities.
12423 (allout-mc-activate-passwd): Remove.
12424 (allout-obtain-passphrase): New, more or less replaces
12425 allout-mc-activate-passwd.
12426 (allout-encrypted-key-info): More or less replaces
12427 allout-encrypted-text-type.
12428 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12429 (my-mark-marker): Use `(featurep 'xemacs)'.
12430
12431 2005-10-23 Lars Hansen <larsh@soem.dk>
12432
12433 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12434 (byte-compile-file-form-defmumble, byte-compile-defun)
12435 (byte-compile-defmacro): Use it.
12436 (byte-compile-form): Don't call byte-compile-set-symbol-position
12437 when a byte-compile handler is called.
12438
12439 2005-10-22 Romain Francoise <romain@orebokech.com>
12440
12441 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12442
12443 * subr.el (eval-after-load): Convert library name to an absolute
12444 file name using locate-library, since load-history no longer has
12445 library names in it.
12446
12447 2005-10-22 Richard M. Stallman <rms@gnu.org>
12448
12449 * files.el (make-temp-file): Move from subr.el.
12450 * subr.el (make-temp-file): Move to files.el.
12451
12452 * window.el (get-buffer-window-list): Move from subr.el.
12453 * subr.el (get-buffer-window-list): Move to window.el.
12454
12455 * image.el (image-load-path): Use eval-at-startup to initialize.
12456
12457 * subr.el (eval-at-startup): New macro.
12458
12459 * subr.el: Much rearrangement of functions and division
12460 into pages. No code changes.
12461
12462 2005-10-22 Kenichi Handa <handa@m17n.org>
12463
12464 * tar-mode.el (tar-extract): Be sure to call
12465 find-operation-coding-system if set-auto-coding doesn't find a
12466 coding system.
12467
12468 2005-10-22 Kim F. Storm <storm@cua.dk>
12469
12470 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12471 Change users.
12472 (image-type-file-name-regexps): New defconst.
12473 (image-type-from-data): Simplify loop.
12474 (image-type-from-buffer): New defun.
12475 (image-type-from-file-header): Use it instead of image-type-from-data.
12476 Use image-search-load-path instead of only looking in data-directory.
12477 (image-type-from-file-name): New defun.
12478 (image-search-load-path): Change `pathname' to `filename'.
12479 Make PATH arg optional, default to image-load-path.
12480
12481 2005-10-21 Richard M. Stallman <rms@gnu.org>
12482
12483 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12484
12485 * textmodes/paragraphs.el (sentence-end-base): New variable.
12486 (sentence-end): Use sentence-end-base.
12487
12488 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12489
12490 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12491 property independently from the font-lock-multiline variable.
12492
12493 2005-10-21 Richard M. Stallman <rms@gnu.org>
12494
12495 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12496
12497 * startup.el (command-line): Convert library names
12498 in `load-history' to absolute file names.
12499
12500 * subr.el (symbol-file): Doc fix.
12501
12502 * loadhist.el (file-loadhist-lookup): Call locate-library
12503 instead of find-library-name. Don't try converting
12504 abs file names to library names, since load-history no longer
12505 has library names in it.
12506 (file-dependents, file-provides, file-requires): Doc fixes.
12507
12508 2005-10-21 Juri Linkov <juri@jurta.org>
12509
12510 * progmodes/etags.el (tags-table-mode): New function.
12511 (tags-verify-table): Replace initialize-new-tags-table with
12512 tags-table-mode.
12513
12514 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12515 default value.
12516 (desktop-modes-not-to-save): Add tags-table-mode to the
12517 default value.
12518
12519 * info.el (Info-index-next): Add total number of index
12520 alternatives to the message.
12521
12522 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12523 backward only space (instead of space and period) before looking
12524 at sentence end.
12525
12526 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12527 Add the old variable value as 4th default-value arg of read-string.
12528
12529 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12530
12531 * cus-face.el (custom-declare-face): Make face from X resources
12532 also on Mac.
12533
12534 * disp-table.el (standard-display-g1, standard-display-graphic):
12535 Refuse to use string glyphs also on Mac.
12536 (standard-display-european): Don't set terminal coding system also
12537 on Mac.
12538
12539 * frame.el (display-screens): Use x-display-screens also on Mac.
12540
12541 2005-10-21 Romain Francoise <romain@orebokech.com>
12542
12543 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12544
12545 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12546
12547 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12548 and $? into sexps.
12549
12550 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12551 warning face on open-paren-in-column-0.
12552
12553 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12554 boundary case. Fix typo.
12555 Suggested by Martin Rudalics <rudalics@gmx.at>.
12556
12557 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12558
12559 * textmodes/org.el (org-combined-agenda-icalendar-file)
12560 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12561 (org-export-icalendar-this-file)
12562 (org-export-icalendar-all-agenda-files)
12563 (org-export-icalendar-combine-agenda-files): New commands.
12564 (org-export-icalendar, org-print-icalendar-entries)
12565 (org-start-icalendar-file, org-finish-icalendar-file)
12566 (org-ical-ts-to-string): New functions.
12567 (org-read-date, org-goto-calendar)
12568 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12569 call to `calendar'.
12570 (orgtbl-setup): Remove the :keys arguments from the menu description.
12571 (org-after-save-iCalendar-file-hook): New variable.
12572
12573 2005-10-21 Kenichi Handa <handa@m17n.org>
12574
12575 * language/vietnamese.el (tcvn-5712): Make it an alias of
12576 vietnamese-tcvn coding-system.
12577
12578 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12579
12580 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12581 group id is given.
12582
12583 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12584
12585 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12586 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12587 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12588 whose line is either continued or ends with a comment.
12589
12590 2005-10-20 Romain Francoise <romain@orebokech.com>
12591
12592 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12593
12594 * replace.el (occur-engine): Add follow-link property.
12595
12596 * font-core.el (font-lock-mode): Doc fix.
12597
12598 2005-10-20 Richard M. Stallman <rms@gnu.org>
12599
12600 * net/rcirc.el: New file.
12601
12602 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12603
12604 * term.el (term-term-name): Initialize to "eterm-color".
12605
12606 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12607
12608 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12609 for encryption functionality.
12610 Move allout customization subgroup from `editing' to `outlines' group.
12611 Fix commentary keywords to legitimate ones.
12612 Update author info (using my current email address, obscurified).
12613 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12614 (allout-encrypted-topic-p, allout-encrypted-text-type)
12615 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12616 (allout-situate-encryption-key-verifier)
12617 (allout-get-encryption-key-verifier, allout-verify-key)
12618 (allout-next-topic-pending-encryption)
12619 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12620 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12621 (outline-key-verifier-handling, outline-key-hint-handling)
12622 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12623 (allout-file-key-verifier-string, allout-encryption-scheme)
12624 (allout-key-verifier-string, allout-key-hint-string)
12625 (allout-after-save-decrypt): New variables.
12626 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12627 (allout-after-saves-handler): New hook functions.
12628 (allout-post-command-business): Do allout-after-save-decrypt.
12629 (allout-enable-file-variable-adjustment): Custom var to enable
12630 mechanism for adding and adjusting settings of Emacs file variables.
12631 (allout-adjust-file-variable, allout-file-vars-section-data):
12632 New functions, implement the mechanism.
12633 (outlineify-sticky): Use the file vars mechanism.
12634 (allout-inhibit-protection, allout-during-write-cue)
12635 (allout-override-protect, allout-before-change-protect): Remove.
12636 (allout-flag-region, allout-open-topic): Adjust read-only text.
12637 (allout-open-line-not-read-only): Add to facilitate read-only
12638 text based protection.
12639 (allout-kill-line): Revise to adjust read-only text, clue the
12640 user about the inhibition.
12641 (allout-unprotected): Use unwind-protect.
12642 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12643 topic deeper than the offspring depth of the previous topic -
12644 avoiding confusing "containment discontinuities".
12645 (allout-reindent-bodies): Fix retention of body relative hanging
12646 indent during promotion of collapsed bodies.
12647 (allout-open-topic): Make it easy to open new topic with same
12648 bullet as current topic - topic creation functions provided with
12649 any universal argument provokes now prompt for bullet, defaulting
12650 to the bullet of the previous topic.
12651 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12652 Plain bullet alternates `.' period and `,' comma only. All other
12653 bullets are relegated to special status (but customizable).
12654 (allout-end-of-entry): Rename from allout-end-of-current-entry
12655 since it actually operates w.r.t. most immediately containing
12656 entry, visible or not.
12657 (allout-hide-current-entry, allout-show-current-entry): Use the
12658 revised version.
12659 (allout-old-expose-topic): Solidify deprecation.
12660 (allout-end-of-subtree): Add so we can span concealed as well
12661 as visible topics.
12662 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12663 (allout-end-of-current-heading): Tweak to just respect the first line.
12664 (allout-get-body-text): Add.
12665 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12666 when invoked interactively.
12667 (allout-up-current-level): Use `interactive-p'.
12668 (allout-mode, allout-init): Miscellaneous docstring and
12669 operational refinements, as well as hookups of new encryption stuff.
12670 (allout-beginning-of-current-entry): Now works as advertised.
12671 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12672 (allout-isearch-rectification): Refine condition for isearching.
12673 (allout-isearch-abort, allout-enwrap-isearch)
12674 (allout-flag-region, my-region-active-p): Relocate some macros.
12675 (allout-title): Fallback title is (buffer-name), not
12676 non-existing (current-buffer-name).
12677 (subst-char-in-string): Define if absent (for some XEmacs versions).
12678
12679 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12680
12681 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12682 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12683 (mail-citation-prefix-regexp, mail-signature-file)
12684 (mail-default-headers, mail-bury-selects-summary)
12685 (mail-send-nonascii): Add autoload cookies.
12686
12687 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12688
12689 * frame.el (blink-cursor-mode): Add `mac' to the list of
12690 window-system's that support blinking cursor.
12691
12692 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12693
12694 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12695
12696 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12697
12698 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12699 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12700 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12701
12702 2005-10-20 Kim F. Storm <storm@cua.dk>
12703
12704 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12705 (ido-set-current-directory): Don't add / after final @.
12706 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12707 Explicitly handle ange-ftp completion oddities.
12708 (ido-make-file-list): Don't rotate list at tramp root to avoid
12709 triggering tramp file handler for expand-file-name via get-file-buffer.
12710
12711 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12712
12713 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12714
12715 2005-10-19 Jay Belanger <belanger@truman.edu>
12716
12717 * calc/calc-units.el (math-standard-units): Add units, adjust
12718 symbols and update values.
12719 (math-unit-prefixes): Add more prefixes.
12720
12721 2005-10-19 Romain Francoise <romain@orebokech.com>
12722
12723 * bookmark.el (bookmark-menu-heading): New face.
12724 (bookmark-bmenu-list): Use it.
12725 Don't fiddle with `baud-rate' at top-level.
12726
12727 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12728
12729 * image.el (create-image, find-image): Mention max-image-size in
12730 docstring.
12731
12732 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * savehist.el (savehist-load): Revert to checking XEmacs.
12735
12736 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12737 Various docstring and line-width fixups.
12738 (conf-mode): Use cond.
12739 Set font-lock-defaults. Don't set comment-use-syntax.
12740
12741 2005-10-18 David Ponce <david@dponce.com>
12742
12743 * tree-widget.el (tree-widget-button-click): New function.
12744 (tree-widget-button-keymap): Use it.
12745
12746 2005-10-18 Romain Francoise <romain@orebokech.com>
12747
12748 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12749 (bookmark-bmenu-hide-filenames): Add follow-link property.
12750 Improve help-echo text.
12751
12752 * ffap.el (find-file-at-point): Doc fix.
12753
12754 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12755
12756 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12757
12758 2005-10-18 Masatake YAMATO <jet@gyve.org>
12759
12760 Install to the CVS repository what I forgot to install in my
12761 2005-10-16 changes.
12762
12763 * progmodes/python.el (python-complete-symbol): Pass the common
12764 prefix substring of completion to `display-completion-list'.
12765
12766 * textmodes/org.el (org-complete): Ditto.
12767
12768 2005-10-18 Masatake YAMATO <jet@gyve.org>
12769
12770 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12771
12772 * woman.el (WoMan-xref-man-page): New button type derived
12773 from `Man-abstract-xref-man-page'.
12774 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12775
12776 * man.el (Man-abstract-xref-man-page): New button type.
12777 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12778 (Man-highlight-references): Add new optional argument `xref-man-type'.
12779
12780 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12781
12782 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12783
12784 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12785
12786 * cus-edit.el (Custom-move-and-invoke): Delete.
12787 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12788
12789 * wid-edit.el (widget-move-and-invoke): New function, from
12790 Custom-move-and-invoke.
12791
12792 2005-10-17 Bill Wohler <wohler@newt.com>
12793
12794 Move all remaining images from lisp/toolbar to etc/images, move
12795 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12796 the low resolution images in their own directory (low-color).
12797
12798 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12799 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12800 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12801 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12802 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12803 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12804 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12805
12806 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12807 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12808 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12809 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12810 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12811 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12812 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12813 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12814 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12815 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12816 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12817 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12818 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12819 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12820 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12821
12822 To conform with convention, replace the underscore (_) in the
12823 following image names with dash (-) or (/) as appropriate.
12824
12825 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12826 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12827 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12828 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12829 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12830 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12831 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12832 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12833 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12834 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12835 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12836 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12837 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12838 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12839 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12840
12841 * info.el (info-tool-bar-map): Replace underscores in image names
12842 with dashes.
12843
12844 * makefile.w32-in (WINS): Remove toolbar.
12845
12846 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12847
12848 * tool-bar.el: Move to lisp from toolbar. Now that
12849 toolbar is empty, it should be deleted when folks run "cvs up -P".
12850
12851 2005-10-18 Jay Belanger <belanger@truman.edu>
12852
12853 * calc/calc-store.el (calc-store-into): Get the proper variable name
12854 to display in message.
12855
12856 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12857
12858 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12859 expressions display in speedbar for all buffers when debugging.
12860 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12861
12862 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12863 (speedbar-insert-button, speedbar-make-button):
12864 Use add-text-properties.
12865 (speedbar-update-localized-contents)
12866 (speedbar-update-directory-contents)
12867 (speedbar-update-special-contents): Use dolist.
12868 (speedbar-buffer-easymenu-definition): Add a menu separator.
12869
12870 2005-10-17 Jason Rumney <jasonr@gnu.org>
12871
12872 * makefile.w32-in: Use $(lisp) consistently.
12873 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12874 for shell specific generation of mh-autoloads.
12875
12876 2005-10-17 Richard M. Stallman <rms@gnu.org>
12877
12878 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12879
12880 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 * jit-lock.el (jit-lock-fontify-now):
12883 Move jit-lock-context-unfontify-pos to avoid wasted work.
12884
12885 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12886
12887 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12888 `tramp-completion-mode' for checking if we are in completion mode.
12889 (tramp-completion-handle-file-name-all-completions): Reorder code
12890 in order to complete for file names only in case there are no
12891 method/user/host completions. This is necessary for cooperation
12892 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12893
12894 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12895
12896 * longlines.el (longlines-search-forward)
12897 (longlines-search-backward): Match any number of spaces.
12898
12899 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12900
12901 * diff-mode.el (diff-mode): Doc fix.
12902
12903 2005-10-16 David Reitter <david.reitter@gmail.com>
12904
12905 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12906 as default on darwin and windows systems.
12907
12908 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12909
12910 * arc-mode.el (archive-zip-extract): Doc fix.
12911
12912 2005-10-16 Romain Francoise <romain@orebokech.com>
12913
12914 * mouse.el (mouse-1-click-follows-link): Doc fix.
12915
12916 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12917
12918 * savehist.el: Don't require CL at runtime.
12919 (savehist-xemacs): Remove.
12920 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12921 (savehist-no-conversion): Use (featurep 'xemacs).
12922 (savehist-load): Check existence of start-itimer rather than XEmacs.
12923 Use an idle timer.
12924 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12925 `delete-if-not'.
12926
12927 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12928
12929 * savehist.el: Newer version.
12930 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12931 (savehist-last-checksum, savehist-no-conversion): New vars.
12932 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12933 New functions.
12934 (savehist-load, savehist-save): Use them.
12935 (savehist-delimit): Remove.
12936
12937 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12938
12939 * progmodes/compile.el (compilation-goto-locus): Display the
12940 compilation buffer first and the source buffer second, in case they're
12941 in overlapping frames. Don't raise the compilation frame if it was the
12942 selected window upon entry. Pass the `other-window' arg to
12943 pop-to-buffer.
12944
12945 * info.el (Info-fontify-node): Use dolist.
12946 Change add-text-properties to put-text-property.
12947
12948 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12949
12950 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12951 bound of search.
12952
12953 2005-10-16 Masatake YAMATO <jet@gyve.org>
12954
12955 * dabbrev.el (dabbrev-completion): Pass the common
12956 prefix substring of completion to `display-completion-list'.
12957
12958 * filecache.el (file-cache-minibuffer-complete)
12959 (file-cache-complete): Ditto.
12960
12961 * tempo.el (tempo-display-completions): Ditto.
12962
12963 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12964
12965 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12966
12967 * eshell/em-hist.el (eshell-list-history): Ditto.
12968
12969 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12970
12971 * mail/mailalias.el (mail-complete): Ditto.
12972
12973 * progmodes/etags.el (complete-tag): Ditto.
12974
12975 * progmodes/make-mode.el (makefile-complete): Ditto.
12976
12977 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12978
12979 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12980
12981 * progmodes/pascal.el (pascal-complete-word)
12982 (pascal-show-completions): Ditto.
12983
12984 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12985
12986 * simple.el (completion-common-substring): New variable.
12987 (completion-setup-function): Use `completion-common-substring'
12988 to put faces.
12989
12990 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12991
12992 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12993 (x-get-selection, mac-select-convert-to-string): Convert from/to
12994 UTF-16 clipboard data as in native byte order, no BOM.
12995
12996 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12997
12998 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12999 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13000 (gud-sentinel): Use speedbar-frame to check for speedbar.
13001
13002 2005-10-15 Richard M. Stallman <rms@gnu.org>
13003
13004 * savehist.el: New file.
13005
13006 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
13007
13008 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13009 Fix bug in \bf fontification.
13010
13011 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13012
13013 * pcvs.el (cvs-edit-log-files): New var.
13014 (cvs-mode-edit-log): New arg `file'.
13015 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13016 Instead force the use of the original file and nothing else.
13017 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13018 the cvs-minor-wrap-function is set.
13019 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13020
13021 2005-10-14 Bill Wohler <wohler@newt.com>
13022
13023 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13024 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13025 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13026 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13027 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13028 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13029 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13030 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13031 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13032 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13033 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13034 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13035 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13036 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13037 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13038
13039 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13040 appropriately (for example, gud-break to gud/break).
13041
13042 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13043
13044 * longlines.el (longlinges-search-function)
13045 (longlines-search-forward, longlines-search-backward): New functions.
13046 (longlines-mode): Set isearch-search-fun-function to
13047 longlinges-search-function.
13048
13049 * mouse.el (mouse-drag-region-1): Handle the case where a
13050 double-click event is bound to an arbitrary function.
13051
13052 2005-10-14 David Ponce <david@dponce.com>
13053
13054 * recentf.el (recentf-track-opened-file)
13055 (recentf-track-closed-file, recentf-update-menu)
13056 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13057 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13058 mouse-1-click-follows-link.
13059
13060 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13061
13062 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13063 Gnome file-manager.png. Suggested by
13064 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13065
13066 * toolbar/README: Add diropen.xpm.
13067
13068 2005-10-13 Bill Wohler <wohler@newt.com>
13069
13070 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13071 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13072
13073 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13076 Don't waste the byte-compiler's time on constant data.
13077
13078 2005-10-13 Kenichi Handa <handa@m17n.org>
13079
13080 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13081 byte with `escape-glyph' face.
13082
13083 * international/fontset.el (ccl-encode-unicode-font):
13084 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13085 Handle the case that ucs-mule-to-mule-unicode translates a character to
13086 ASCII (usually for IPA characters).
13087
13088 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13091 Don't hide the underline of titles if font-lock-mode is disabled.
13092
13093 2005-10-12 Bill Wohler <wohler@newt.com>
13094
13095 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13096 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13097 files in MH-E-SRC have been updated.
13098 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13099
13100 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13101
13102 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13103 (mixal-mode-syntax-table): Add \n as end-comment.
13104 (mixal-operation-codes-alist): Immediately initialize to full value.
13105 (mixal-add-operation-code): Remove.
13106 (mixal-describe-operation-code): Make the arg non-optional.
13107 Use the interactive spec instead.
13108 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13109 (mixal-font-lock-keywords): Don't highlight comments here any more.
13110 (mixal-font-lock-syntactic-keywords): New var.
13111 (mixal-mode): Use it. Fix comment-start-skip.
13112
13113 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13114
13115 * startup.el (command-line-x-option-alist): -nb => -nbi
13116
13117 2005-10-12 Kim F. Storm <storm@cua.dk>
13118
13119 * startup.el (fancy-splash-default-action): Discard mouse click in
13120 the splash screen window, as it has no sensible meaning in the
13121 next window to be selected. Fixes error reported by Jan D.
13122
13123 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13124
13125 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13126
13127 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13128
13129 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13130 Try to fix up minor layout issues like indentation, line break, etc...
13131 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13132 because it doesn't work.
13133 (mixal-operation-codes): Add some more codes.
13134 (mixal-font-lock-keywords): Process comments here.
13135 (mixal-mode): mixasm no longer needs -g option.
13136
13137 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13138
13139 * progmodes/sh-script.el (sh-tmp-file):
13140 Use mktemp -t. Finish support for es and rc shells.
13141
13142 2005-10-11 Jay Belanger <belanger@truman.edu>
13143
13144 * calc/calcalg2.el (calc-integral): With an argument, compute the
13145 definite integral.
13146
13147 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13148
13149 * mouse.el (mouse-drag-region-1): Don't try to catch a
13150 double-click when doing follow-link (it's overridden anyway).
13151
13152 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13153
13154 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13155 (autoload-print-form-outbuf): Add docstring.
13156
13157 2005-10-11 Juri Linkov <juri@jurta.org>
13158
13159 * info.el (Info-mode-menu): Delete menu item "Edit".
13160 (Info-mode): Delete description of Info-edit from docstring,
13161 and rearrange descriptions of Info commands in the order
13162 they are documented in the Info manual.
13163
13164 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13165
13166 * calendar/appt.el (appt-check): Use diary-selective-display var.
13167
13168 2005-10-10 Richard M. Stallman <rms@gnu.org>
13169
13170 * net/newsticker.el (newsticker-start, newsticker-show-news):
13171 Add autoload cookies.
13172
13173 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13174
13175 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13176
13177 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13178
13179 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13180
13181 2005-10-10 Jay Belanger <belanger@truman.edu>
13182
13183 * calc/calc-arith.el (math-check-known-scalarp)
13184 (math-check-known-matrixp): Check the values of arguments that are
13185 variables.
13186 (math-check-known-square-matrixp): New function.
13187 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13188 (math-super-types): Add sqmatrix type.
13189
13190 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13191 mode name `square' to `sqmatrix'.
13192
13193 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13194 mode name `square' to `sqmatrix'.
13195
13196 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13197
13198 * progmodes/etags.el (select-tags-table-mode): Don't use
13199 selective-display.
13200 (tags-select-tags-table): Pass `button' to the action function.
13201 (select-tags-table): Place the side-info on button properties rather
13202 than in hidden text. Abbreviate file names.
13203 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13204 (select-tags-table-select): Add `button' argument.
13205 Get side-info from the button property rather than from hidden text.
13206
13207 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13208
13209 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13210 (gud-speedbar-buttons): Preserve point if possible.
13211 (gud-sentinel): Restore previous speedbar display type.
13212
13213 * progmodes/gdb-ui.el (gdba): Improve diagram.
13214 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13215 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13216 Call get-buffer-window once.
13217
13218 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13221 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13222 (pascal-indent-command): Remove unused var `ind'.
13223 (pascal-indent-case): Remove unused var `oldpos'.
13224 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13225 since it's now used as a proper minor mode map.
13226 (pascal-outline): Rename to pascal-outline-mode.
13227 (pascal-outline-mode): Use define-minor-mode.
13228 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13229 selective-display.
13230
13231 2005-10-10 Andreas Schwab <schwab@suse.de>
13232
13233 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13234 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13235
13236 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13237 outside source directory.
13238
13239 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13240
13241 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13242 C-x' as a prefix.
13243 (orgtbl-mode-map): Full keymap instead of sparse, because all
13244 `self-insert-command' keys are redefined in this map.
13245 (org-export-as-html): Specify charset for HTML file, by taking it
13246 from the coding system.
13247
13248 2005-10-10 Kenichi Handa <handa@m17n.org>
13249
13250 * textmodes/flyspell.el (flyspell-check-word-p):
13251 If unread-command-events is non-empty, don't call sit-for.
13252
13253 2005-10-09 Richard M. Stallman <rms@gnu.org>
13254
13255 * font-lock.el (font-lock-syntactic-keywords)
13256 (font-lock-keywords): Doc fixes.
13257
13258 * textmodes/flyspell.el (flyspell-external-point-words):
13259 Simplify logic, and don't try to check for consecutive appearances
13260 of one incorrect word.
13261
13262 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13263
13264 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13265 separator.
13266
13267 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13268 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13269 (gud-expansion-speedbar-buttons): New function.
13270 (gud-speedbar-buttons): Check for gud-comint-buffer.
13271
13272 2005-10-09 Bill Wohler <wohler@newt.com>
13273
13274 * Makefile.in (updates): Add mh-loaddefs dependency.
13275
13276 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13277
13278 * speedbar.el (speedbar-file-key-map): Fix typo.
13279
13280 2005-10-09 Daniel Brockman <daniel@brockman.se>
13281
13282 * cus-start.el (line-spacing): Add custom spec.
13283
13284 2005-10-09 Romain Francoise <romain@orebokech.com>
13285
13286 * textmodes/ispell.el (ispell-check-version): Fix last change.
13287
13288 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13289
13290 * term/x-win.el: Remove -i, --icon-type from comment.
13291
13292 * startup.el (command-line-x-option-alist): Remove options -i,
13293 -itype, --icon-type, added -nb, --no-bitmap-icon
13294
13295 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13296
13297 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13298 instead of :active.
13299
13300 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13301
13302 * textmodes/ispell.el (ispell-check-version):
13303 Ignore hyphen, and all that follows, in aspell's version text.
13304
13305 2005-10-08 Jay Belanger <belanger@truman.edu>
13306
13307 * calc/calc-arith.el (math-known-square-matrixp): New function.
13308 (math-pow-fancy): Check for matrices before distributing exponent
13309 across products.
13310
13311 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13312 fullscreen keypad. Suggested by Luc Teirlinck.
13313 (calc-keypad-show-input): Add space for formatting.
13314
13315 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13316 Add square matrix option.
13317
13318 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13319 of checking calc-matrix-mode when deciding how to expand.
13320
13321 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13322
13323 2005-10-08 Lars Hansen <larsh@soem.dk>
13324
13325 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13326 Add error handling.
13327 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13328
13329 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13330
13331 Sync with Tramp 2.0.51.
13332
13333 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13334 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13335 Insert special handling for `last-coding-system-used', again
13336 it still seems to be necessary (unlike stated before).
13337 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13338 (tramp-password-prompt-regexp): There might be other words before
13339 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13340 (tramp-chunksize): Improve docstring.
13341 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13342 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13343 Christian Joergensen <bugs@razor.dk>.
13344
13345 2005-10-07 Glenn Morris <rgm@gnu.org>
13346
13347 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13348 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13349 precision'.
13350
13351 2005-10-07 Romain Francoise <romain@orebokech.com>
13352
13353 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13354 (ibuffer-do-shell-command-pipe-replace)
13355 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13356 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13357 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13358 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13359 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13360 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13361 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13362 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13363 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13364 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13365 Autoload file sans suffix.
13366
13367 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13368
13369 2005-10-07 David Ponce <david@dponce.com>
13370
13371 * recentf.el (recentf-menu-open-all-flag): New option.
13372 (recentf-digit-shortcut-command-name): New function.
13373 (recentf--shortcuts-keymap): New variable.
13374 (recentf-menu-shortcuts): New variable.
13375 (recentf-make-menu-items): Initialize it. Replace the "More..."
13376 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13377 (recentf-menu-value-shortcut): New function.
13378 (recentf-make-menu-item): Use it. No more in-lined.
13379 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13380 (recentf-open-most-recent-file): Rename from
13381 `recentf-open-file-with-key'. Don't depend on key binding.
13382 (recentf-mode-map): New variable.
13383 (recentf-mode): Use it.
13384
13385 2005-10-06 Bill Wohler <wohler@newt.com>
13386
13387 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13388
13389 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13390 (MH-E-SRC): New. Used by mh-autoloads.
13391 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13392 files in MH-E-SRC have been updated.
13393 (compile, recompile, bootstrap): Depend on mh-autoloads.
13394
13395 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13396
13397 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13398 gud-break and gud-remove icons when the fringe is not available.
13399
13400 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13401 Typo.
13402
13403 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13404
13405 * play/zone.el (zone): Wrap body with save-window-excursion.
13406
13407 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13408
13409 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13410 Use the new `list-only' arg to diary-list-entries.
13411
13412 * calendar/diary-lib.el: Use overlays rather than selective-display.
13413 (diary-selective-display): New var.
13414 (diary-header-line-format): Use it.
13415 (diary-list-entries): Add argument `list-only'.
13416 Put the buffer in diary-mode. Don't add \^M at beg and end.
13417 Replace \^M by invisible overlays.
13418 (diary-unhide-everything): Replace \^M by invisible overlays.
13419 (print-diary-entries): Look for overlays rather than \^M.
13420 Add a space to the temp buffer name.
13421 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13422 Put the buffer in diary-mode.
13423 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13424 (diary-anniversary): Make the year arg optional.
13425 (diary-time-regexp): New const.
13426 (diary-font-lock-keywords): Use it to accept a few more time formats.
13427
13428 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13429
13430 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13431
13432 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13433 Fix bug introduced 2005-07-03: Use (car (last ...))
13434 to faithfully reproduce replaced artist-last.
13435 (artist-set-arrow-points-for-poly): Likewise.
13436 Suggested by Johan Bockg\e,Ae\e(Brd.
13437
13438 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13439
13440 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13441 * wid-edit.el (widget):
13442 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13443 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13444
13445 2005-10-06 Kenichi Handa <handa@m17n.org>
13446
13447 * international/mule-cmds.el (set-language-environment):
13448 Fix setting up of case-table for unibyte mode.
13449
13450 * simple.el (what-cursor-position): If the character is displayed
13451 by some `display' text property, show that. Don't use
13452 single-key-description for eight-bit characters in multibyte mode.
13453
13454 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13455
13456 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13457 (gdb-ann3): Set it.
13458 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13459 (gdb-info-frames-custom): Use inverse-video for first five
13460 characters of selected frame only.
13461 (gdb-get-frame-number): Select frame even when point is on frame
13462 number.
13463
13464 2005-10-06 Masatake YAMATO <jet@gyve.org>
13465
13466 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13467 Put `font-lock-function-name-face'.
13468 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13469 and `font-lock-variable-name-face'
13470 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13471 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13472 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13473 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13474 (gdb-local-font-lock-keywords): New font lock keywords definition.
13475 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13476 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13477 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13478
13479 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13480
13481 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13482 (ediff-merge-region-is-non-clash-to-skip): Previously called
13483 ediff-merge-region-is-non-clash.
13484
13485 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13486 Use insert-buffer-substring.
13487
13488 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13489 selecting files to patch. Also bug fixes.
13490
13491 * ediff-util.el (ediff-setup): Bug fix.
13492 (ediff-next-difference): Never skip clashes that differ in white
13493 space only.
13494
13495 * ediff-wind.el (ediff-setup-control-frame)
13496 (ediff-destroy-control-frame): Check the menubar feature.
13497
13498 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13499 (viper-refresh-mode-line): Use make-local-variable to localize
13500 some vars instead of make-variable-buffer-local. Suggested by
13501 Stefan Monnier.
13502
13503 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13504 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13505 Use make-local-variable instead of make-variable-buffer-local.
13506 Suggested by Stefan Monnier.
13507
13508 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13509 (viper-comint-mode-hook): Use make-local-variable on
13510 require-final-newline.
13511 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13512
13513 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13514
13515 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13516 also the second char of a comment-start sequence.
13517 (scheme-sexp-comment-syntax-table): New var.
13518 (lambda, define): Set their scheme-doc-string-elt property.
13519 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13520 Use lisp-font-lock-syntactic-face-function now that it properly
13521 handles |...| symbols.
13522 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13523 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13524
13525 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13526 bit from # to |.
13527 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13528
13529 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13530 (lisp-doc-string-elt-property): New var.
13531 (lisp-font-lock-syntactic-face-function): Use it.
13532 Rewrite to recognize docstrings even for forms not at toplevel.
13533
13534 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13535 annotation on the | part of #| rather than on the # part.
13536 (scheme-font-lock-syntactic-face-function): New function, to
13537 distinguish strings from |...| symbols.
13538 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13539 syntax-table so that #|...|# is properly highlighted.
13540
13541 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13542 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13543
13544 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13545
13546 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13547 and C-e.
13548
13549 * emacs-lisp/eldoc.el: Move comments into docstrings.
13550 (eldoc-message-commands): Initialize in its declaration.
13551 Add move-beginning-of-line and move-end-of-line.
13552 (eldoc-add-command, eldoc-add-command-completions)
13553 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13554
13555 * outline.el (outline-mark-subtree): Activate the mark.
13556
13557 * calendar/appt.el (appt-time-regexp): New var.
13558 (appt-add, appt-make-list): Use it.
13559 (appt-convert-time): Clean up.
13560
13561 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13562 Don't set any syntax-table property here.
13563 (tex-font-lock-verb): New function. Do it here.
13564 (tex-font-lock-syntactic-keywords): Use it.
13565
13566 2005-10-04 Richard M. Stallman <rms@gnu.org>
13567
13568 * wid-edit.el (widget-file-complete): Get the widget start point
13569 the right way. Default directory to `/' if file has none.
13570
13571 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13572
13573 * textmodes/flyspell.el (flyspell-mode-on):
13574 Call ispell-maybe-find-aspell-dictionaries.
13575
13576 * textmodes/ispell.el (ispell-word, ispell-region):
13577 Call ispell-maybe-find-aspell-dictionaries.
13578 (ispell-accept-buffer-local-defs):
13579 Don't call ispell-maybe-find-aspell-dictionaries
13580
13581 2005-10-04 Richard M. Stallman <rms@gnu.org>
13582
13583 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13584
13585 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13586
13587 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13588 instead of `fboundp' in order to allow for anonymous functions.
13589
13590 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13591
13592 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13593 case the user clicks on the link while another window is selected.
13594 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13595
13596 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13597 functionality.
13598 (dframe-help-echo): Save point in case mouse tracking is off.
13599
13600 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13601
13602 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13603
13604 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13605
13606 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13607 not change the global value of those vars.
13608
13609 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13610 make-local-variable which we do not need any more.
13611
13612 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13613
13614 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13615 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13616 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13617 (speedbar-path-line): Define obsolete aliases.
13618 (speedbar-line-directory): Doc fix.
13619
13620 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13621 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13622 instead of speedbar-line-path.
13623
13624 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13625
13626 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13627 to nil if dropping on a window. Handle dropping on a minibuffer window
13628 like dropping on a non-window part of Emacs.
13629
13630 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13631
13632 * net/ange-ftp.el: Use with-current-buffer.
13633 (ange-ftp-insert-directory): Do not follow symlinks any more.
13634
13635 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13636 Remove interactive spec.
13637
13638 2005-10-03 Kim F. Storm <storm@cua.dk>
13639
13640 * ido.el (ido-mode): Use custom-initialize-set.
13641
13642 2005-10-02 Richard M. Stallman <rms@gnu.org>
13643
13644 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13645 Use insert-buffer-substring.
13646
13647 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13648 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13649
13650 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13651
13652 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13653 in last change.
13654 (ange-ftp-insert-directory): Fix up the search for the case where
13655 `file' is absolute.
13656
13657 2005-10-02 Romain Francoise <romain@orebokech.com>
13658
13659 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13660
13661 2005-10-02 Andreas Schwab <schwab@suse.de>
13662
13663 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13664 directory component in the session info.
13665
13666 2005-10-01 Richard M. Stallman <rms@gnu.org>
13667
13668 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13669
13670 * simple.el (next-error-internal): New function.
13671
13672 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13673 (compilation-start): Pass new arg to compilation-buffer-name.
13674 (compile-goto-error): Use next-error-internal.
13675
13676 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13677
13678 * speedbar.el: Remove RCS tag.
13679 (speedbar-check-read-only): Handle non-existent files.
13680
13681 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13682
13683 * info.el (Info-speedbar-hierarchy-buttons)
13684 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13685
13686 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13687
13688 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13689 Do not match newline.
13690 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13691 (bibtex-summary): Remove unnecessary save-excursion.
13692 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13693
13694 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13695
13696 * term/mac-win.el: Add charset info for "iso10646-1".
13697 Modify default fontset to use ATSUI-compatible fonts for some charsets
13698 if available.
13699
13700 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13701
13702 * speedbar.el: Re-apply arch tag.
13703 (speedbar-version): Rename to version 1.0. Suggested by Eric
13704 M. Ludlam.
13705 Reapply two changes from Emacs CVS' version of speedbar lost
13706 during the merge:
13707 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13708 (speedbar-frame-parameters): Improve customize type.
13709
13710 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13711
13712 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13713 (ange-ftp-file-directory-p): Fix the symlink case.
13714 (ange-ftp-insert-directory): When listing a single file, get a list of
13715 the parent buffer and extract the relevant line. Inspired from a patch
13716 by Katsumi Yamaoka <yamaoka@jpl.org>.
13717 (ange-ftp-file-name-sans-versions): Simplify.
13718
13719 2005-09-30 Bill Wohler <wohler@newt.com>
13720
13721 Move MH-E image files from toolbar and mail directories into
13722 etc/images.
13723
13724 * mail/reply2.*: Move to etc/images/mail/reply*.
13725
13726 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13727 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13728 etc/images.
13729
13730 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13731 * toolbar/reply*: Move to etc/images/mail.
13732
13733 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13734
13735 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13736
13737 * speedbar.el: New version 1.0pre3.
13738
13739 Frame management code (including timer, and mouse click specifics)
13740 moved to dframe.el:
13741 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13742 (speedbar-timer): Removed. Use dframe-timer.
13743 (speedbar-close-frame): Removed. Use dframe-close-frame.
13744 (speedbar-activity-change-focus-flag): Removed. Use
13745 dframe-activity-change-focus-flag.
13746 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13747 dframe-update-speed.
13748
13749 (speedbar-current-frame): New macro. Use this instead of the
13750 variable speedbar-frame.
13751
13752 (speedbar-use-images, speedbar-expand-image-button-alist)
13753 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13754
13755 (speedbar-find-image-on-load-path): Removed. Replaced by
13756 defezimage in ezimage.el.
13757 (speedbar-expand-image-button-alist): Removed. Replaced by
13758 ezimage-expand-image-button-alist in ezimage.el.
13759
13760 (speedbar-ignored-directory-regexp)
13761 (speedbar-add-ignored-directory-regexp)
13762 (speedbar-ignored-directory-expressions)
13763 (speedbar-line-directory, speedbar-buffers-line-directory)
13764 (speedbar-directory-line, speedbar-buffers-line-directory):
13765 Renamed, replacing `path' with `directory'.
13766
13767 (speedbar-create-directory, speedbar-expand-line-descendants)
13768 (speedbar-toggle-line-expansion)
13769 (speedbar-contract-line-descendants): New commands.
13770
13771 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13772 (speedbar-use-tool-tips-flag): New options.
13773
13774 (speedbar-check-read-only, speedbar-require-version)
13775 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13776 (speedbar-handle-delete-frame, speedbar-try-completion)
13777 (speedbar-update-localized-contents): New functions.
13778
13779 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13780 (speedbar-object-read-only-indicator): New variables.
13781
13782 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13783 New hooks.
13784
13785 (speedbar-separator-face): New face.
13786
13787 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13788 (speedbar-ignored-modes): Add fundamental-mode.
13789 (speedbar-directory-unshown-regexp): Add . directories.
13790
13791 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13792 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13793 `]' for full expand/close.
13794 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13795
13796 (speedbar-check-vc): Support hidden files.
13797 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13798 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13799 state is nil, it is not checked out.
13800
13801 (speedbar-line-text, speedbar-line-token): Support expand buttons
13802 with no text.
13803 (speedbar-refresh): Universal argument acts as power-click.
13804 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13805 that buffer to get variable values.
13806
13807 And many other bugfixes.
13808
13809 * dframe.el, ezimage.el, sb-image.el: New files.
13810
13811 * sb-*.xpm: Remove files. New image files installed into
13812 etc/images/ezimage.
13813
13814 2005-09-30 Kenichi Handa <handa@m17n.org>
13815
13816 * ps-mule.el (ps-mule-show-warning): If a character is in
13817 ps-print-translation-table, don't treat it as non-printable.
13818
13819 2005-09-30 David Ponce <david@dponce.com>
13820
13821 * tree-widget.el (tree-widget-themes-load-path): New variable.
13822 (tree-widget-themes-directory): Doc fix.
13823 (tree-widget-image-formats) [Emacs]: Doc fix.
13824 (tree-widget--locate-sub-directory): New function.
13825 (tree-widget-themes-directory): Use it.
13826
13827 * recentf.el (recentf-filename-handlers): Rename from
13828 `recentf-filename-handler'. Allow a list of functions.
13829 (recentf-menu-items-for-commands): Fix :help strings.
13830 (recentf-apply-filename-handlers): New function.
13831 (recentf-expand-file-name): Use it.
13832 (recentf-cleanup): Remove duplicates too.
13833
13834 2005-09-29 Juri Linkov <juri@jurta.org>
13835
13836 * faces.el: Rearrange face definitions to be in the same order as
13837 their face descriptions in "(emacs)Standard Faces".
13838
13839 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13840
13841 * tooltip.el (tooltip): Add group `basic-faces'.
13842
13843 * buff-menu.el (Buffer-menu-buffer): Remove group
13844 `font-lock-highlighting-faces'.
13845
13846 * progmodes/compile.el (compilation-error, compilation-warning)
13847 (compilation-info, compilation-line-number, compilation-column-number):
13848 Change group from `font-lock-highlighting-faces' to `compilation'.
13849
13850 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13851 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13852 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13853 (vhdl-font-lock-reserved-words-face)
13854 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13855 `font-lock-highlighting-faces'.
13856
13857 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13858
13859 2005-09-28 Kim F. Storm <storm@cua.dk>
13860
13861 * emulation/cua-base.el: Set CUA move property on additional commands:
13862 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13863 forward-sexp, backward-sexp, forward-list, backward-list.
13864
13865 2005-09-28 Romain Francoise <romain@orebokech.com>
13866
13867 * comint.el (comint-show-output): Really set point at the
13868 beginning of the output when not using `comint-use-prompt-regexp'.
13869
13870 2005-09-27 Jay Belanger <belanger@truman.edu>
13871
13872 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13873 in TeX mode.
13874
13875 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13876
13877 * textmodes/org.el (org-table-sum): Fix format string.
13878
13879 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13880 Quote face names.
13881
13882 2005-09-26 Romain Francoise <romain@orebokech.com>
13883
13884 * isearch.el (isearch-forward-regexp): Close doc string.
13885
13886 2005-09-25 Richard M. Stallman <rms@gnu.org>
13887
13888 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13889
13890 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13891
13892 * progmodes/compile.el (compilation-error-properties):
13893 When getting the file from the previous error message,
13894 correctly decode the new data format.
13895
13896 * progmodes/cc-cmds.el (c-electric-paren):
13897 Call old-blink-paren only for close-paren.
13898
13899 2005-09-24 Andreas Schwab <schwab@suse.de>
13900
13901 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13902 condition.
13903
13904 2005-09-25 Romain Francoise <romain@orebokech.com>
13905
13906 * dired-aux.el (dired-copy-file-recursive):
13907 * dired.el (dired-delete-file):
13908 * ediff-mult.el (ediff-dir-diff-copy-file):
13909 * ediff-util.el (ediff-test-save-region):
13910 * forms.el (forms-mode):
13911 * ido.el (ido-file-internal, ido-delete-file-at-head):
13912 * log-edit.el (log-edit-done):
13913 * ses.el (ses-yank-resize):
13914 * play/gomoku.el (gomoku-human-plays, gomoku)
13915 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13916 (gomoku-offer-a-draw):
13917 * play/landmark.el (lm-human-resigns, lm):
13918 * net/eudcb-ldap.el (eudc-ldap-check-base):
13919 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13920 * progmodes/ebrowse.el (ebrowse-find-pattern):
13921 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13922 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13923 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13924
13925 * vc.el (vc-delete-file):
13926 * play/gomoku.el (gomoku-terminate-game, gomoku)
13927 (gomoku-prompt-for-move, gomoku-human-takes-back):
13928 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13929 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13930
13931 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13932
13933 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13934 color rxvt terminals by using the code xterm.el used to use before
13935 2005-04-09 in order to match the colors used by rxvt.
13936
13937 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13938
13939 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13940 colors rxvt-unicode terminals by using the same code as xterm.el.
13941
13942 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13943
13944 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13945 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13946 new symbol used for the tex-verbatim face.
13947
13948 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13949
13950 * woman.el (woman-file-name):
13951 * wid-edit.el (widget-file-prompt-value)
13952 (widget-coding-system-prompt-value):
13953 * w32-fns.el (set-w32-system-coding-system):
13954 * vc.el (vc-version-diff, vc-annotate):
13955 * textmodes/reftex-auc.el (reftex-arg-cite)
13956 (reftex-arg-index-tag):
13957 * textmodes/refer.el (refer-get-bib-files):
13958 * textmodes/artist.el (artist-figlet-choose-font):
13959 * terminal.el (terminal-emulator):
13960 * replace.el (occur-read-primary-args):
13961 * rect.el (string-rectangle, string-insert-rectangle):
13962 * ps-print.el (ps-print-preprint):
13963 * progmodes/pascal.el (pascal-goto-defun):
13964 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13965 * progmodes/compile.el (compilation-find-file):
13966 * printing.el (pr-interactive-n-up):
13967 * play/animate.el (animate-birthday-present):
13968 * net/rcompile.el (remote-compile):
13969 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13970 * mail/rmailsum.el (rmail-summary-search-backward)
13971 (rmail-summary-search):
13972 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13973 (rmail-output-read-file-name):
13974 * mail/rmail.el (rmail-search, rmail-search-backwards):
13975 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13976 * locate.el (locate):
13977 * international/quail.el (quail-show-keyboard-layout):
13978 * international/mule.el (set-buffer-file-coding-system)
13979 (revert-buffer-with-coding-system, set-file-name-coding-system)
13980 (set-terminal-coding-system, set-keyboard-coding-system)
13981 (set-next-selection-coding-system):
13982 * international/mule-diag.el (describe-coding-system)
13983 (describe-font, describe-fontset):
13984 * international/mule-cmds.el (universal-coding-system-argument)
13985 (search-unencodable-char, describe-input-method)
13986 (set-language-environment, describe-language-environment):
13987 * international/codepage.el (codepage-setup):
13988 * international/code-pages.el (codepage-setup):
13989 * info.el (Info-search, Info-follow-reference)
13990 (Info-search-backward):
13991 * emacs-lisp/advice.el (ad-read-advised-function)
13992 (ad-read-advice-class, ad-clear-cache, ad-activate)
13993 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13994 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13995 (ad-read-regexp):
13996 * ediff-util.el (ediff-toggle-regexp-match):
13997 * ediff-ptch.el (ediff-prompt-for-patch-file):
13998 * dired-aux.el (dired-diff):
13999 * diff.el (diff):
14000 * cus-edit.el (custom-variable-prompt):
14001 * calendar/timeclock.el (timeclock-ask-for-project):
14002 * calc/calcalg3.el (calc-get-fit-variables):
14003 * calc/calc-store.el (calc-edit-variable)
14004 (calc-permanent-variable):
14005 * vc-mcvs.el (vc-mcvs-register):
14006 * shadowfile.el (shadow-define-literal-group):
14007 * woman.el (woman-file-name):
14008 * vc.el (vc-version-diff, vc-merge):
14009 * textmodes/reftex-index.el (reftex-index-complete-tag):
14010 * format.el (format-decode-buffer, format-decode-region):
14011 * emulation/viper-cmd.el (viper-read-string-with-history):
14012 * emacs-lisp/debug.el (cancel-debug-on-entry):
14013 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14014 * ediff.el (ediff-merge-revisions)
14015 (ediff-merge-revisions-with-ancestor, ediff-revision):
14016 * completion.el (interactive-completion-string-reader):
14017 * calc/calc-prog.el (calc-user-define-formula):
14018 Follow convention for reading with the minibuffer.
14019
14020 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
14021
14022 * progmodes/python.el (python-describe-symbol): Add globals() and
14023 locals() to the arguments of emacs.ehelp.
14024
14025 2005-09-24 Magnus Henoch <mange@freemail.hu>
14026
14027 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14028 New function, code extracted from ispell-valid-dictionary-list.
14029 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14030 Call it.
14031
14032 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14033
14034 * subr.el (version-regexp-alist): Extend valid syntax for version
14035 strings: allow any of the characters -,_,+ to separate the
14036 alpha/beta/rc part from the version part. Doc fix.
14037 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14038
14039 2005-09-23 David Reitter <david.reitter@gmail.com>
14040
14041 * mail/mailclient.el: New file.
14042
14043 2005-09-23 Richard M. Stallman <rms@gnu.org>
14044
14045 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14046 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14047 Doc fixes.
14048
14049 * progmodes/cc-mode.el (c-font-lock-init):
14050 Specify font-lock-lines-before.
14051
14052 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14053
14054 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14055 whole conflict.
14056
14057 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14058
14059 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14060 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14061 of `remap' feature when available. Additional key bindings for
14062 better tty support.
14063 (org-mode-restart, org-force-self-insert): New commands.
14064 (org-time-stamp-inactive): New command.
14065 (org-remap): New function.
14066 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14067 (org-enable-fixed-width-editor): Move to `org-structure'
14068 customization group.
14069 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14070 blank field after field motion commands.
14071
14072 2005-09-23 Kenichi Handa <handa@m17n.org>
14073
14074 * international/mule-cmds.el (set-language-environment):
14075 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14076 have to call utf-translate-cjk-load-tables.
14077
14078 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14079
14080 * mouse.el (mouse-move-drag-overlay): Fix last change.
14081
14082 2005-09-22 David Ponce <david@dponce.com>
14083
14084 * tree-widget.el (tree-widget-value-create): Fix previous change.
14085
14086 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14087
14088 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14089
14090 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14091
14092 * mouse.el (mouse-move-drag-overlay): New function.
14093 (mouse-drag-region-1): Use it.
14094 Try to simplify a bit the state handling. Handle clicks on links
14095 inside intangible areas.
14096 (mouse-save-then-kill): Minor simplification.
14097 (mouse-secondary-overlay): Make it always non-nil instead of
14098 recreating it each time.
14099 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14100 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14101 Simplify accordingly.
14102
14103 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14104
14105 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14106
14107 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14108
14109 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14110 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14111 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14112 to patch.
14113
14114 * ediff-util.el: Use insert-buffer-substring.
14115
14116 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14117
14118 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14119 field boundaries in the minibuffer.
14120 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14121 (viper-minibuffer-post-command-hook): New hook.
14122 (viper-line): Don't move cursor at bolp.
14123
14124 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14125
14126 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14127 avoid compiler warnings.
14128
14129 * emulation/viper-macs.el (ex-map): Better messages.
14130
14131 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14132
14133 * emulation/viper.el: Replace make-variable-buffer-local with
14134 viper-make-variable-buffer-local everywhere, to avoid warnings.
14135
14136 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14137
14138 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14139 Delete unused var `old-selected-window'.
14140 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14141 (mouse-drag-secondary): Delete unused var `start-frame'.
14142
14143 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14144
14145 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14146
14147 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14148
14149 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14150 Re-indent within 80 columns. Use inhibit-read-only.
14151
14152 2005-09-19 Romain Francoise <romain@orebokech.com>
14153
14154 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14155
14156 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14157
14158 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14159 unconditionally, since the after-change-function already did it.
14160
14161 2005-09-19 Miles Bader <miles@gnu.org>
14162
14163 * net/newsticker.el: Get rid of CVS keyword.
14164
14165 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14166
14167 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14168 The prompt is formatted later.
14169
14170 2005-09-19 David Ponce <david@dponce.com>
14171
14172 * tree-widget.el (tree-widget-value-create): Save the converted
14173 tree :node widget.
14174
14175 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14176
14177 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14178 variable `message'.
14179
14180 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14181
14182 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14183 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14184 <slawomir.nowaczyk.847@student.lu.se>.
14185
14186 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14187
14188 * image.el (image-load-path): Use symbol `data-directory' instead
14189 of its value, for backward compatibility with packages that bind
14190 it during `find-image'. Suggested by Katsumi Yamaoka.
14191 (image-search-load-path): Handle symbols whose values are strings.
14192
14193 2005-09-18 Romain Francoise <romain@orebokech.com>
14194
14195 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14196 with-current-buffer form in save-excursion.
14197
14198 2005-09-18 Deepak Goel <deego@gnufans.org>
14199
14200 * apropos.el (apropos-command): Fix `message' call: first arg
14201 should be a format spec. In this and all other cases that appear
14202 below and elsewhere in the source code, I made a change only when
14203 two conditions were satisfied: [1] I can think of a possibility
14204 that the arguments would cause an error, for example, the code in
14205 question relies on external variables such as filenames. [2] I
14206 was sure that the arg to `message' could not have been nil in the code.
14207
14208 * textmodes/tildify.el (tildify-region): Ditto.
14209
14210 * textmodes/reftex-index.el (reftex-index-change-entry)
14211 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14212 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14213 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14214 (org-priority, org-table-sum):
14215 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14216 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14217 (flyspell-word, flyspell-display-next-corrections):
14218 * textmodes/bibtex.el (bibtex-print-help-message):
14219 * textmodes/artist.el (artist-key-set-point-poly):
14220 * term/mac-win.el (mac-services-insert-text):
14221 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14222 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14223 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14224 (vhdl-compose-configuration):
14225 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14226 (sh-set-indent, sh-learn-line-indent):
14227 * progmodes/ps-mode.el (ps-mode-target-column):
14228 * progmodes/idlwave.el (idlwave-make-tags)
14229 (idlwave-scan-library-catalogs):
14230 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14231 * progmodes/gud.el (gud-jdb-analyze-source):
14232 * progmodes/flymake.el (flymake-log):
14233 * progmodes/ebnf2ps.el (ebnf-generate-region):
14234 * progmodes/cmacexp.el (c-macro-expansion):
14235 * progmodes/ada-xref.el (ada-treat-cmd-string):
14236 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14237 (ada-justified-indent-current, ada-batch-reformat):
14238 * play/zone.el (zone):
14239 * play/landmark.el (lm-move):
14240 * play/decipher.el (decipher-show-alphabet):
14241 * net/newsticker.el (newsticker--display-jump)
14242 (newsticker--display-scroll):
14243 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14244 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14245 * mail/feedmail.el (feedmail-dump-message-to-queue):
14246 * eshell/esh-proc.el (eshell-remove-process-entry):
14247 * emulation/ws-mode.el (ws-last-error):
14248 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14249 (viper-record-kbd-macro):
14250 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14251 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14252 * emacs-lisp/find-func.el (find-function-noselect):
14253 * calendar/timeclock.el (timeclock-status-string)
14254 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14255 (timeclock-when-to-leave-string):
14256 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14257 * calc/calc-units.el (calc-enter-units-table):
14258 * calc/calc-mode.el (calc-mode-record-mode):
14259 * woman.el (woman-mini-help):
14260 * wdired.el (wdired-change-to-wdired-mode):
14261 * vc.el (vc-retrieve-snapshot):
14262 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14263 * startup.el (display-startup-echo-area-message):
14264 * simple.el (set-goal-column):
14265 * ses.el (ses-command-hook, ses-recalculate-cell):
14266 * server.el (server-process-filter):
14267 * printing.el (pr-interface-txt-print, pr-interface-printify)
14268 (pr-interface-ps):
14269 * pcvs.el (cvs-help):
14270 * log-edit.el (log-edit, log-edit-mode-help):
14271 * iswitchb.el (iswitchb-possible-new-buffer):
14272 * isearch.el (isearch-edit-string):
14273 * image-mode.el (image-mode, image-minor-mode):
14274 * ibuf-macs.el (define-ibuffer-filter):
14275 * hi-lock.el (hi-lock-find-patterns):
14276 * files.el (toggle-read-only):
14277 * ediff-util.el (ediff-copy-diff)
14278 (ediff-write-merge-buffer-and-maybe-kill):
14279 * echistory.el (Electric-history-undefined):
14280 * dnd.el (dnd-insert-text):
14281 * dired-aux.el (dired-query):
14282 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14283 * bookmark.el (bookmark-bmenu-locate):
14284 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14285 Fix `message' calls to ensure first arg is a format string.
14286 The change was made only when these two conditions were satisfied:
14287 [1] when there is a possibility that the arguments would cause an error
14288 for example, if the code in question relies on external variables
14289 such as filenames, and
14290 [2] if the arg to `message' could not have been nil in the code.
14291
14292 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14293 Not having a %s would be weird, though not technically wrong.
14294
14295 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14296
14297 * term/mac-win.el (mac-add-charset-info): Doc fix.
14298
14299 2005-09-17 Romain Francoise <romain@orebokech.com>
14300
14301 * shell.el (shell-resync-dirs): Handle echoing processes more
14302 reliably. Don't insert resync command if `comint-process-echoes'
14303 is non-nil.
14304
14305 2005-09-17 Magnus Henoch <mange@freemail.hu>
14306
14307 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14308 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14309 aspell versions >= 0.60.
14310 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14311 only if ispell-aspell-supports-utf8 is non-nil.
14312
14313 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14314
14315 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14316 buffer-local value to lisp-indent-function.
14317
14318 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14319
14320 * progmodes/glasses.el (glasses-make-readable): If
14321 glasses-separator differs from underscore, put appropriate
14322 overlays over underscore characters.
14323 (glasses-convert-to-unreadable): If glasses-separator differs from
14324 underscore, try to convert glasses-separator characters to
14325 underscores.
14326
14327 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14328
14329 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14330 Use with-syntax-table and dolist.
14331
14332 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14333
14334 * textmodes/reftex-auc.el:
14335 * textmodes/reftex-cite.el:
14336 * textmodes/reftex-dcr.el:
14337 * textmodes/reftex-global.el:
14338 * textmodes/reftex-parse.el:
14339 * textmodes/reftex-ref.el:
14340 * textmodes/reftex-sel.el:
14341 * textmodes/reftex-toc.el:
14342 * textmodes/reftex-vars.el:
14343 * textmodes/reftex.el: Small changes to remove compiler warnings.
14344
14345 * textmodes/reftex-index.el: Likewise.
14346 (reftex-query-index-phrase): More efficient use of markers.
14347
14348 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14349
14350 * image.el (image-load-path): New variable.
14351 (image-search-load-path): New function.
14352 (find-image): Search for images in `image-load-path'.
14353
14354 2005-09-15 Richard M. Stallman <rms@gnu.org>
14355
14356 * follow.el: Change Maintainer field.
14357
14358 2005-09-15 David Ponce <david@dponce.com>
14359
14360 * recentf.el (recentf-save-file-modes): New option.
14361 (recentf-save-list): Use it.
14362
14363 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14364
14365 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14366 (mode-line-mule-info, mode-line-modified): Move bindings from
14367 mouse-3 to mouse-1.
14368
14369 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14370
14371 * simple.el (sendmail-user-agent-compose): Revert last change.
14372
14373 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14374
14375 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14376 Use with-current-buffer.
14377 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14378 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14379 (ange-ftp-insert-directory): Remove unused var `short'.
14380 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14381
14382 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14383 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14384
14385 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14386 (check-calendar-holidays, diary-list-entries): Autoload.
14387 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14388 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14389
14390 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14391 which mistakenly removed a call to display-buffer.
14392
14393 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14394
14395 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14396
14397 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14398
14399 * progmodes/hideshow.el
14400 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14401 (hs-allow-nesting): New user var.
14402 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14403 (hs-hide-block-at-point): When nesting allowed,
14404 if there is already an overlay in place, delete it.
14405 (hs-safety-is-job-n): Delete func; remove call sites.
14406 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14407 (hs-overlay-at): New func.
14408 (hs-already-hidden-p, hs-show-block): Use it.
14409 (hs-hide-all): Don't pre-clean if nesting allowed.
14410 (hs-show-all): Temporarily disallow
14411 nesting around call to `hs-discard-overlays'.
14412
14413 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14414
14415 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14416 Delete unused local var.
14417
14418 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14419
14420 * help-fns.el (describe-categories): "?\ " -> "?\s".
14421 (help-do-arg-highlight): Recognize also ARG-n, as in
14422 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14423
14424 * international/codepage.el (dos-unsupported-char-glyph):
14425 * net/newsticker.el (tool-bar-map, w3-mode-map)
14426 (w3m-minor-mode-map):
14427 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14428 (ent-alist):
14429 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14430
14431 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14432
14433 * custom.el (custom-push-theme): Handle the case where a symbol is
14434 bound but face properties have not yet been assigned.
14435
14436 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14437 Fix behavior if noerase is `t' and there is no mail buffer.
14438
14439 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14440 if `continue' is nil, rather than signal an error.
14441
14442 2005-09-12 Richard M. Stallman <rms@gnu.org>
14443
14444 * font-lock.el (font-lock-keywords): Add autoload.
14445
14446 * help-fns.el (describe-variable): Rearrange to put source link
14447 in a predictable place.
14448
14449 * net/newsticker.el: New file.
14450
14451 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14452
14453 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14454 (calendar-basic-setup): Use the new nil arg.
14455 (number-of-diary-entries): Move to diary-lib.el.
14456
14457 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14458 (diary-list-entries): Use with-syntax-table and dolist.
14459 Rename from list-diary-entries.
14460 Use number-of-diary-entries if `number' is nil.
14461 (diary, diary-view-entries): Use this new name and new nil arg value.
14462 (number-of-diary-entries): Move from calendar.el.
14463 (diary-unhide-everything): New function.
14464 (include-other-diary-files, fancy-diary-display)
14465 (diary-show-all-entries, make-diary-entry): Use it.
14466 (diary-mail-entries): Use buffer-string.
14467 (mark-diary-entries): Fix long standing paren typo.
14468 (diary-sexp-entry): Use count-lines.
14469 (make-diary-entry): Avoid `previous-line'.
14470 (diary-mode-map): New var.
14471 (diary-mode): Redraw cal after saving. Setup header-line.
14472 (fancy-diary-display-mode): Use local-set-key.
14473
14474 * startup.el (command-line): Try calling various terminal-init-foo-bar
14475 functions by stripping hyphenated suffixes from $TERM.
14476
14477 * files.el (normal-mode): Check boundness of font-lock-keywords.
14478
14479 2005-09-12 Richard M. Stallman <rms@gnu.org>
14480
14481 * progmodes/compile.el: Don't decide a file's directory
14482 until the user actually tries to go there.
14483 (compilation-next-error-function):
14484 Pass compilation-find-file the directory from the file-struct.
14485 (compilation-internal-error-properties): Separate local FILE-STRUCT
14486 from FILE. Doc the args better. Rename arg FMT to FMTS.
14487 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14488 Expand it, and if nil, use default-directory.
14489 (compilation-get-file-structure): Don't mix specified directory
14490 with default directory. Put specified directory into
14491 file-struct. Don't make the file name absolute.
14492
14493 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14494 (compile-command): Add autoload.
14495 (compilation-disable-input): Add autoload.
14496
14497 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14498
14499 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14500 strings of the variables it can override.
14501 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14502 %Q and %q, for fully-qualified domain name and unqualified host name.
14503
14504 2005-09-11 Kim F. Storm <storm@cua.dk>
14505
14506 * emacs-lisp/authors.el (authors-aliases): Update list.
14507 (authors-fixed-entries): Update mldrag.el entry.
14508
14509 2005-09-10 Alan Mackenzie <acm@muc.de>
14510
14511 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14512 from the region narrowed to.
14513
14514 2005-09-10 Magnus Henoch <mange@freemail.hu>
14515
14516 * textmodes/ispell.el (ispell-check-version): Signal an error if
14517 aspell version is less than 0.60.
14518
14519 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14520
14521 * progmodes/octave-inf.el (inferior-octave-startup):
14522 Resync current dir at the end.
14523
14524 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14525
14526 * woman.el (woman-topic-at-point-default):
14527 Rename to woman-use-topic-at-point-default.
14528 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14529 (woman-file-name): Reflect renames above. Automatically use the
14530 word at point as topic if woman-use-topic-at-point is non-nil.
14531 Otherwise offer it as default but don't insert it in the
14532 minibuffer. Also use `test-completion' instead of `assoc' as
14533 suggested by Stefan Monnier.
14534
14535 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14536
14537 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14538 the attempt to do it over Tramp. This is not yet supported.
14539
14540 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14541
14542 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14543 (menu-bar-non-minibuffer-window-p): New functions.
14544 ("Split Window", "Save As..."): Use them.
14545 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14546 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14547 Use menu-bar-menu-frame-live-and-visible-p.
14548 ("Save Buffer", "Insert File", "Open Directory...")
14549 ("Open File...", "Visit New File..."):
14550 Use menu-bar-non-minibuffer-window-p.
14551 (kill-this-buffer-enabled-p, dired <menu-enable>):
14552 Use menu-bar-non-minibuffer-window-p.
14553
14554 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14555
14556 * cus-start.el (all): Don't complain about fringe-related
14557 built-ins if fringes are not supported. Ditto about
14558 selection-related built-ins. Fix the test for GTK-related built-ins.
14559
14560 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14561 ("Postscript Print Buffer", "Print Region", "Save As...")
14562 ("Save", "Insert File...", "Open Directory...")
14563 ("Open File...", "Visit New File..."")
14564 ("Truncate Long Lines in this Buffer"): Don't look at
14565 menu-updating-frame if this display does not support multiple frames.
14566
14567 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14568
14569 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14570
14571 2005-09-09 Emilio Lopes <eclig@gmx.net>
14572
14573 * woman.el: Format- and whitespace-related changes.
14574
14575 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14576
14577 * woman.el: Fix my email address.
14578
14579 2005-09-08 Richard M. Stallman <rms@gnu.org>
14580
14581 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14582 (sh-mode): Locally set skeleton-pair-default-alist.
14583
14584 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14585
14586 * progmodes/flymake.el: Require `compile' unconditionally.
14587
14588 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14589
14590 * woman.el (woman-file-name): Provide a default, not initial input.
14591
14592 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14593
14594 * font-lock.el (font-lock-support-mode): Doc fix.
14595
14596 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14597
14598 2005-09-08 Richard M. Stallman <rms@gnu.org>
14599
14600 * simple.el (blink-matching-open): Get rid of text props from
14601 the string shown in echo area. Don't permanently set point.
14602 Some rearrangements.
14603
14604 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14605
14606 * recentf.el (recentf-filename-handler): Add custom choice
14607 `abbreviate-file-name'.
14608
14609 * msb.el (msb--very-many-menus): Fix typo.
14610
14611 * disp-table.el (standard-display-european): Don't set
14612 enable-multibyte-characters to nil.
14613
14614 2005-09-08 David Ponce <david@dponce.com>
14615
14616 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14617 (recentf-expand-file-name): Doc fix.
14618 (recentf-dialog-mode-map): Define digit shortcuts.
14619 (recentf--files-with-key): New variable.
14620 (recentf-show-digit-shortcut-filter): New function.
14621 (recentf-open-files-items): New function.
14622 (recentf-open-files): Use it.
14623 (recentf-open-file-with-key): New command.
14624
14625 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14626
14627 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14628 Suggested by Kim F. Storm.
14629 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14630 (Buffer-menu-make-sort-button): Use global keymap.
14631
14632 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14633
14634 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14635 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14636 necessary any longer with the remapped command.
14637 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14638 formatting time only.
14639
14640 * net/tramp.el (tramp-action-password)
14641 (tramp-multi-action-password): Compile the password prompt from
14642 `method', `user' and `host'. Sometimes it isn't obvious which
14643 password to enter, for example with remote files offered by
14644 recentf.el, or with multiple steps. Suggested by Robert Marshall
14645 <robert@chezmarshall.freeserve.co.uk>.
14646
14647 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14648
14649 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14650 Fix regexp for when "s///" is at the beginning of line.
14651
14652 2005-09-07 Jay Belanger <belanger@truman.edu>
14653
14654 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14655 when in matrix mode.
14656
14657 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14658
14659 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14660 non-anonymous functions.
14661
14662 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14663
14664 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14665 when using a header line. Otherwise, use mouse-1-click-follows-link.
14666
14667 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14668 can't be moved; don't signal an error.
14669
14670 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14671
14672 * cus-theme.el (custom-theme-write-faces): Save the current face
14673 spec, not the defface spec.
14674
14675 * custom.el (custom-known-themes): Clarify meaning of "standard".
14676 (custom-push-theme): Save old values in the standard theme.
14677 (disable-theme): Correct typo.
14678 (custom-face-theme-value) Deleted unused function.
14679 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14680
14681 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14682
14683 * progmodes/compile.el (compilation-goto-locus): Take into account
14684 iconified frames when determining whether the buffer is
14685 already visible.
14686 Don't reset window height if the window already existed.
14687
14688 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14689
14690 * custom.el (load-theme): Rename from require-theme.
14691 Add interactive spec.
14692 (enable-theme): Rename from custom-enable-theme.
14693 Add interactive spec.
14694 (disable-theme): Rename from custom-disable-theme.
14695 Add interactive spec.
14696 (custom-make-theme-feature): Doc fix.
14697 (custom-theme-directory): Doc fix.
14698 (provide-theme): Call enable-theme.
14699
14700 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14701
14702 * obsolete/lazy-lock.el (lazy-lock-mode):
14703 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14704 font-lock-mode if it's off. Print a warning instead.
14705
14706 * progmodes/compile.el (compilation-start): Ignore errors if the
14707 process died before we get to send-eof.
14708
14709 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14710 Undo last change. Enclosing the result in quotes broke things on Unix
14711 since tex-send-command passes it through shell-quote-argument.
14712 (tex-send-command): Pass `file' through convert-standard-filename
14713 when possible.
14714 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14715 info in a transcript.
14716
14717 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14718
14719 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14720 fix compilation warning. Reorder the key definitions to group
14721 together keys emitted by the current version of xterm.
14722
14723 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14724 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14725 Reorder predicates to correct min-color usage.
14726
14727 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14728
14729 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14730 Kill local variables when longlines-mode is turned off.
14731
14732 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14733
14734 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14735
14736 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14737
14738 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14739
14740 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14741 (font-lock-lines-before): Change default to being inactive.
14742 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14743 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14744
14745 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14746
14747 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14748 Deactivate temporarily advice if active (not needed for Emacs 22,
14749 but for backwards compatibility).
14750 (tramp-exists-file-name-handler): Rewrite. First implementation
14751 was too simple.
14752 (tramp-advice-make-auto-save-file-name):
14753 Call `tramp-handle-make-auto-save-file-name' (again, just for
14754 backwards compatibility).
14755
14756 2005-08-31 Reto Zimmermann <reto@gnu.org>
14757
14758 * progmodes/vhdl-mode.el
14759 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14760 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14761 (vhdl-set-default-project): New function (easier setting of default).
14762 (vhdl-port-copy): Handle extended identifiers for generics.
14763 (vhdl-compiler-alist): Better description for error message regexp.
14764 (vhdl-make): Query for target, use previous as default.
14765 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14766 (vhdl-font-lock-keywords-2): Fix fontification for record
14767 el. assign.
14768 (vhdl-speedbar-make-subpack-line): Add package body link.
14769 (vhdl-generate-makefile-1): Not include itself as dependency.
14770 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14771 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14772 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14773 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14774 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14775 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14776 (vhdl-import-project): Add string argument for `error'.
14777 (vhdl-compose-configuration)
14778 (vhdl-compose-configuration-architecture): Add configuration
14779 declaration generation.
14780 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14781 (vhdl-trailer-re): Add "record" keyword (better indentation).
14782 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14783 "[^ \t-\"]+".
14784 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14785 (vhdl-testbench-entity-file-name)
14786 (vhdl-testbench-architecture-file-name): Allow separate
14787 customization of testbench file names.
14788 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14789 (vhdl-get-visible-signals): Allow newline within alias declaration.
14790 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14791 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14792 (member-ignore-case): Alias for missing function in XEmacs.
14793 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14794 (vhdl-update-sensitivity-list): Ignore case on read signals.
14795 (vhdl-replace-string): Adjust case only for file names.
14796 (vhdl-update-sensitivity-list): Fix search for read signals.
14797 (vhdl-update-sensitivity-list): Exclude formal parameters.
14798 (vhdl-get-visible-signals): Include aliases of signals.
14799 (vhdl-get-visible-signals): Fix signal name searching.
14800 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14801 (vhdl-fixup-whitespace-region): Fix for character
14802 literals (e.g. `:').
14803
14804 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14805
14806 * ansi-color.el (comint-last-output-start):
14807 * bs.el (font-lock-verbose):
14808 * diff-mode.el (add-log-buffer-file-name-function):
14809 * dired-x.el (vm-folder-directory):
14810 * faces.el (help-xref-stack-item):
14811 * files.el (font-lock-keywords):
14812 * find-lisp.el (dired-buffers, dired-subdir-alist):
14813 * ido.el (cua-inhibit-cua-keys):
14814 * log-view.el (cvs-minor-wrap-function):
14815 * outline.el (font-lock-warning-face):
14816 * simple.el (compilation-current-error):
14817 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14818 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14819 * tooltip.el (comint-prompt-regexp):
14820 * w32-fns.el (explicit-shell-file-name):
14821 * term/mac-win.el (mac-charset-info-alist)
14822 (mac-services-selection, mac-system-script-code):
14823 * term/tty-colors.el (msdos-color-values):
14824 * term/w32-win.el (xlfd-regexp-registry-subnum):
14825 * term/x-win.el (x-keysym-table, x-selection-timeout)
14826 (x-session-id, x-session-previous-id):
14827 * textmodes/ispell.el (mail-yank-prefix):
14828 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14829 * textmodes/org.el (calc-embedded-close-formula)
14830 (calc-embedded-open-formula)
14831 (font-lock-unfontify-region-function):
14832 * textmodes/reftex-global.el (isearch-next-buffer-function)
14833 (TeX-master):
14834 * textmodes/reftex.el (font-lock-keywords):
14835 * textmodes/tex-mode.el (font-lock-comment-face)
14836 (font-lock-doc-face):
14837 * textmodes/texinfo.el (outline-heading-alist):
14838 Add defvars.
14839
14840 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14841 (artist-spray-chars, artist-mode-init, artist-replace-string)
14842 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14843 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14844 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14845
14846 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14847 (conf-align-assignments): "?\ " -> "?\s".
14848
14849 * textmodes/reftex-index.el (TeX-master): Add defvar.
14850 (reftex-index-phrases-marker): Move up defvar.
14851
14852 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14853 (reftex-toc-include-labels-indicator)
14854 (reftex-toc-include-index-indicator)
14855 (reftex-toc-max-level-indicator): Move up declarations.
14856
14857 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14858 of args to `tramp-run-real-handler', even if it's empty in this case.
14859
14860 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14861
14862 * dired.el (dired-move-to-filename-regexp): Add date format for
14863 Mac OS X 10.3 in East Asian locales.
14864
14865 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14866
14867 * files.el (make-auto-save-file-name): Add file name handler call
14868 if applicable.
14869
14870 * net/tramp.el (tramp-file-name-handler-alist)
14871 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14872 (tramp-handle-make-auto-save-file-name): Rename from
14873 `tramp-make-auto-save-file-name'.
14874 (tramp-exists-file-name-handler): New defun.
14875 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14876 `make-auto-save-file-name' is not a magic file name operation.
14877
14878 2005-08-30 Richard M. Stallman <rms@gnu.org>
14879
14880 * files.el (risky-local-variable-p):
14881 Match `-predicates' and `-commands.
14882
14883 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14884 (custom-save-all): Visit the file if necessary;
14885 kill the buffer if we created it.
14886 (custom-save-delete): Don't visit file or kill buffer here.
14887
14888 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14889
14890 * textmodes/org.el (org-special-keyword): New face.
14891 (org-table-copy-down, org-table-eval-formula)
14892 (org-table-recalculate, org-init-section-numbers):
14893 Use `string-to-number' instead of `string-to-int'.
14894 (org-get-location): Use `insert-buffer-substring' instead of
14895 `insert-buffer'.
14896 (org-modify-diary-entry-string): New function.
14897 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14898 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14899 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14900 active region.
14901 (org-export-as-html): Handle QUOTE keyword.
14902 (org-quote-string): New option.
14903 (org-bookmark-jump-unhide): New function, used for
14904 `bookmark-after-jump-hook'.
14905 (org-diary-default-entry): Apply only when not called through
14906 `org-agenda'.
14907
14908 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14909
14910 * net/eudc.el (mode-popup-menu):
14911 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14912 * progmodes/ada-mode.el (compile-auto-highlight)
14913 (skeleton-further-elements):
14914 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14915 * progmodes/cmacexp.el (msdos-shells):
14916 * progmodes/compile.el (font-lock-extra-managed-props)
14917 (font-lock-keywords, font-lock-maximum-size)
14918 (font-lock-support-mode):
14919 * progmodes/grep.el (font-lock-lines-before):
14920 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14921 * progmodes/mixal-mode.el (compile-command):
14922 * progmodes/perl-mode.el (font-lock-comment-face)
14923 (font-lock-doc-face, font-lock-string-face):
14924 * progmodes/prolog.el (comint-prompt-regexp):
14925 * progmodes/sh-script.el (font-lock-comment-face)
14926 (font-lock-set-defaults, font-lock-string-face):
14927 * progmodes/sql.el (font-lock-keyword-face)
14928 (font-lock-set-defaults, font-lock-string-face):
14929 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14930 (itimer-version, lazy-lock-defer-contextually)
14931 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14932 Add defvars.
14933
14934 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14935 (cperl-electric-keyword, cperl-electric-pod)
14936 (cperl-electric-backspace, cperl-forward-re)
14937 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14938 (vc-rcs-header, vc-sccs-header): Add defvars.
14939
14940 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14941 (font-lock-syntactic-keywords, gud-find-expr-function):
14942 Add defvars.
14943
14944 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14945 (gdb-frame-parameters): Declare before use.
14946
14947 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14948 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14949 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14950 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14951
14952 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14953 (idlwave-help-with-source): Use `insert-buffer-substring', not
14954 `insert-buffer'.
14955
14956 2005-08-29 Juri Linkov <juri@jurta.org>
14957
14958 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14959 Put outline-back-to-heading function call inside save-excursion.
14960
14961 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14962
14963 * man.el (Man-init-defvars, Man-translate-references)
14964 (Man-support-local-filenames, Man-highlight-references):
14965 * progmodes/sql.el (sql-interactive-mode):
14966 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14967
14968 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14969 (compilation-mode-font-lock-keywords): Add defvars.
14970 (checkdoc-interactive-loop): "?\ " -> "?\s".
14971
14972 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14973 (font-lock-doc-face, font-lock-string-face)
14974 (font-lock-keywords-case-fold-search): Add defvars.
14975 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14976
14977 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14978 Don't pass X and Y (they are ignored anyway).
14979 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14980 (mouse-delete-window): Make arguments optional.
14981
14982 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14983 (caesar-translate-table, minor-modes, news-buffer-save)
14984 (news-group-name, news-minor-modes): Add defvars.
14985
14986 * emacs-lisp/lselect.el (mouse-highlight-priority)
14987 (x-lost-selection-functions, zmacs-regions):
14988 * emacs-lisp/pp.el (font-lock-verbose):
14989 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14990 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14991 (ses-mode-map):
14992 * emacs-lisp/tcover-unsafep.el (safe-functions):
14993 * international/mule-cmds.el (mac-system-coding-system)
14994 (mac-system-locale):
14995 * language/ethio-util.el (rmail-current-message)
14996 (rmail-message-vector):
14997 * language/thai-util.el (thai-auto-composition-mode):
14998 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14999 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15000 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15001 (vm-primary-inbox, vm-spool-files):
15002 * mail/rmail.el (deleted-head, font-lock-fontified)
15003 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15004 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15005 (total-messages):
15006 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15007 (rmail-summary-mode-map):
15008 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15009 (rmail-last-label, rmail-last-multi-labels)
15010 (rmail-summary-vector, rmail-total-messages):
15011 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15012 * mail/rmailsum.el (msgnum):
15013 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15014 (rmail-current-message):
15015 * obsolete/fast-lock.el (font-lock-face-list):
15016 * obsolete/rnewspost.el (mail-reply-buffer):
15017 * obsolete/scribe.el (compile-command):
15018 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15019
15020 2005-08-28 John Paul Wallington <jpw@gnu.org>
15021
15022 * ibuf-ext.el (ibuffer-auto-update-changed):
15023 Use `frame-or-buffer-changed-p' to check whether we need to update.
15024 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15025 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
15026 as a `frame-or-buffer-changed-p' state vector instead.
15027
15028 2005-08-27 Romain Francoise <romain@orebokech.com>
15029
15030 * textmodes/makeinfo.el (makeinfo-compile):
15031 Use `compilation-start'. Set `next-error-function' according to
15032 `disable-errors'.
15033 (makeinfo-next-error): New function.
15034 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15035 (makeinfo-buffer): Likewise.
15036
15037 * progmodes/compile.el (compilation-start): Add autoload cookie.
15038
15039 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15040 * textmodes/sgml-mode.el: Likewise.
15041 * progmodes/python.el: Likewise.
15042
15043 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15044
15045 * simple.el (blink-matching-paren-distance): Document the meaning
15046 of nil value, and allow to customize to nil.
15047
15048 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15049 command.com, not command.exe.
15050
15051 2005-08-26 John Wiegley <johnw@newartisans.com>
15052
15053 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15054 code around a bit so that an extraneous nil argument is not added
15055 to a command when no args are given.
15056
15057 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15058 double-quoted argument resolves to nil, return it as an empty
15059 string rather than as nil. This made it impossible to pass "" to
15060 a shell script as a null string argument.
15061
15062 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15063
15064 * outline.el (outline-invent-heading): New fun.
15065 (outline-promote, outline-demote): Use it.
15066 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15067 (outline-end-of-subtree): Remove unused var `opoint'.
15068
15069 2005-08-26 David Reitter <david.reitter@gmail.com>
15070
15071 * menu-bar.el (truncate-lines, write-file, print-buffer)
15072 (ps-print-buffer-faces, ps-print-buffer, split-window):
15073 Disable menu items when the frame they refer to is invisible, or when
15074 they refer to a buffer and the minibuffer is selected.
15075
15076 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15077
15078 * progmodes/flymake.el (flymake-highlight-err-lines):
15079 Use save-excursion around flymake-highlight-line to preserve point.
15080
15081 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15082
15083 * progmodes/octave-mod.el: Change Author and Maintainer address.
15084 (octave-maintainer-address): Change Kurt's email address.
15085 * progmodes/octave-inf.el: Change Author and Maintainer address.
15086 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15087
15088 2005-08-26 Kim F. Storm <storm@cua.dk>
15089
15090 * subr.el (version-list-<, version-list-<=, version-list-=):
15091 Rename from integer-list-*.
15092 (version-list-not-zero): Likewise. Fix while loop.
15093 (version=): Use version-list-= instead of string-equal.
15094
15095 2005-08-26 Richard M. Stallman <rms@gnu.org>
15096
15097 * outline.el (outline-promote): Try shortening the heading.
15098 As last resort, read the heading to use.
15099 (outline-demote): As last resort, read the heading to use.
15100
15101 2005-08-26 Romain Francoise <romain@orebokech.com>
15102
15103 * progmodes/compile.el (compilation-start): Doc fix.
15104
15105 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15106 (antlr-font-lock-additional-keywords): Fix reference to
15107 `antlr-font-lock-literal-regexp' erroneously changed during the
15108 mass face rename.
15109 (antlr-run-tool): Use `compilation-start'.
15110
15111 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15112 instead of the obsolete `compile-internal'.
15113
15114 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15115
15116 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15117 (number, original-date):
15118 * calendar/cal-china.el (date):
15119 * calendar/cal-coptic.el (date):
15120 * calendar/cal-french.el (date):
15121 * calendar/cal-hebrew.el (date, entry, number, original-date):
15122 * calendar/cal-islam.el (date, number, original-date):
15123 * calendar/cal-iso.el (date):
15124 * calendar/cal-julian.el (date):
15125 * calendar/cal-mayan.el (date):
15126 * calendar/cal-menu.el (date, event):
15127 * calendar/cal-persia.el (date):
15128 * calendar/lunar.el (date):
15129 * calendar/solar.el (date): Add defvars.
15130
15131 * emerge.el:
15132 * ibuffer.el:
15133 * info-xref.el:
15134 * obsolete/bg-mouse.el:
15135 * obsolete/sun-curs.el:
15136 * obsolete/swedish.el: Move the `defvar's to the top level.
15137
15138 * smerge-mode.el (smerge-refined-change): Add :group.
15139
15140 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15141
15142 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15143 (smerge-keep-n): Remove props.
15144 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15145 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15146 now that it's done in smerge-keep-n.
15147 (smerge-refined-change): New face.
15148 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15149 (smerge-refine): New funs.
15150 (smerge-basic-map): Bind smerge-refine.
15151
15152 2005-08-25 Juri Linkov <juri@jurta.org>
15153
15154 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15155 compilation-process-setup-function and compilation-disable-input
15156 in grep-mode instead of let-bindings in grep.
15157
15158 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15159 Delete "Automatic File De/compression" (auto-compression-mode).
15160
15161 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15162
15163 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15164 Silence warning about non-existent variable.
15165
15166 2005-08-25 Richard M. Stallman <rms@gnu.org>
15167
15168 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15169 Rename "Describe Key" to "Describe Key or Mouse Operation".
15170
15171 * mail/mailalias.el (build-mail-aliases): Delete comments
15172 from the contents before processing them.
15173
15174 * isearch.el (isearch-edit-string): Erase the Search prompt
15175 if user enters an empty string and there is no default.
15176
15177 * comint.el (comint-file-name-prefix): Add autoload.
15178
15179 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15180
15181 * subr.el (play-sound): Rearrange to avoid warning.
15182
15183 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15184
15185 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15186 New hook.
15187 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15188
15189 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15190
15191 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15192
15193 * custom.el (custom-theme-set-variables): Sort minor modes last.
15194
15195 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15196
15197 * subr.el (version-separator, version-regexp-alist): New vars used by
15198 version comparison funs.
15199 (integer-list-<, integer-list-=, integer-list-<=)
15200 (integer-list-not-zero): New funs for integer list comparison.
15201 (version-to-list, version=, version<, version<=): New funs for version
15202 comparison.
15203
15204 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15205
15206 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15207 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15208 time to silence the byte-compiler.
15209
15210 * ibuffer.el (ibuffer-compile-make-eliding-form)
15211 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15212 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15213 so it's silly to get warnings for it).
15214 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15215 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15216 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15217 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15218 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15219 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15220 Defvar at compile time.
15221 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15222 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15223 Declare them before use.
15224
15225 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15226 (info-xref-good, info-xref-bad): Defvar at compile time.
15227
15228 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15229 Use `let*' instead of `let'.
15230
15231 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15232 (*mouse-y*, menu, char): Defvar at compile time.
15233 (sc::menu): Declare it before use.
15234 (sc::pack-one-line): Use `let', not `let*'.
15235
15236 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15237 (mail-send-hook): Defvar at compile time.
15238
15239 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15240 Defvar at compile time.
15241
15242 * term/sun-mouse.el (current-global-mousemap)
15243 (current-local-mousemap): Declare them before use.
15244
15245 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15246
15247 * bookmark.el (bookmark-after-jump-hook): New hook.
15248 (bookmark-jump): Run `bookmark-after-jump-hook'.
15249
15250 2005-08-23 Juri Linkov <juri@jurta.org>
15251
15252 * faces.el (minibuffer-prompt): Doc fix.
15253
15254 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15255
15256 * progmodes/xscheme.el: Trivial changes to silence warnings.
15257 (xscheme-previous-mode, xscheme-previous-process-state):
15258 Add defvars.
15259 (xscheme-last-input-end, xscheme-process-command-line)
15260 (xscheme-process-name, xscheme-buffer-name)
15261 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15262 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15263 (xscheme-control-g-synchronization-p)
15264 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15265 (default-xscheme-runlight, xscheme-runlight)
15266 (xscheme-runlight-string, xscheme-process-filter-state)
15267 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15268 Move to beginning of file.
15269 (scheme-interaction-mode-commands-alist)
15270 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15271 Declare them before use. Note: the initialization code for the variables
15272 has not been moved because it uses functions that reference the variables.
15273 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15274 (xscheme-prompt-for-expression-map): Declare them before use.
15275 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15276
15277 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15278
15279 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15280
15281 2005-08-22 Juri Linkov <juri@jurta.org>
15282
15283 * faces.el (set-face-underline): Delete this duplicate function
15284 and make an obsolete alias to set-face-underline-p.
15285 (set-face-underline-p): Use docstring of set-face-underline.
15286 (describe-face): Create hyperlink to parent face.
15287
15288 * info.el (Info-insert-dir): Use save-excursion around
15289 insert-buffer-substring.
15290 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15291 (Info-escape-percent): Delete function.
15292 (Info-fontify-node): Replace Info-escape-percent by
15293 replace-regexp-in-string with REP arg set to lambda that
15294 duplicates `%' and preserves text properties.
15295
15296 * progmodes/compile.el (compilation-disable-input): Doc fix.
15297 (define-compilation-mode): Doc fix and refill.
15298 (kill-compilation): Use `mode-name' in the error message.
15299 (compilation-find-file): Use `compilation-error' in the
15300 read-file-name's prompt.
15301
15302 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15303
15304 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15305 (smerge-auto-leave): Make undo re-enable the mode.
15306 (debug-ignored-errors): Add the user-error of impossible resolution.
15307 (smerge-resolve): Move things around a bit, in preparation for later.
15308 (smerge-diff): Don't fail if the buffer has no associated file.
15309 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15310 (smerge-conflict-overlay): New function.
15311 (smerge-match-conflict): Don't add text properties here.
15312 (smerge-find-conflict): Instead, add an overlay here.
15313 Also check for the case where we're inside a conflict already, so as to
15314 obviate the need for font-lock-multiline, which is unbearably slow with
15315 large conflicts and ciomplex font-lock patterns.
15316 (smerge-remove-props): Remove overlay rather than text-properties.
15317 (smerge-mode): Don't set font-lock-multiline.
15318 Remove overlays when turned off.
15319
15320 2005-08-21 Kim F. Storm <storm@cua.dk>
15321
15322 * ido.el (ido-ignore-item-p): Use save-match-data.
15323 Bind case-fold-search to ido-case-fold locally.
15324
15325 2005-08-20 Richard M. Stallman <rms@gnu.org>
15326
15327 * files.el (normal-mode): If font lock is on, turn it off and on.
15328
15329 * subr.el (replace-regexp-in-string): Doc fix.
15330
15331 * startup.el (command-line-1): Don't suppress startup screen
15332 due to existing processes.
15333
15334 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15335
15336 * progmodes/compile.el (compilation-disable-input): Default to nil.
15337
15338 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15339
15340 * progmodes/compile.el (compilation-disable-input): New defcustom.
15341 (compilation-start): If compilation-disable-input is non-nil, send
15342 EOF to the compilation process.
15343
15344 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15345
15346 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15347 Run the argument of tex-shell-cd-command through
15348 convert-standard-filename, to get the correct style of slashes on
15349 Windows, and enclose the result in quotes, in case the file name
15350 includes whitespace or other special characters.
15351
15352 2005-08-19 Andreas Schwab <schwab@suse.de>
15353
15354 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15355 process.
15356
15357 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15358
15359 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15360
15361 2005-08-18 Kim F. Storm <storm@cua.dk>
15362
15363 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15364
15365 2005-08-18 Richard M. Stallman <rms@gnu.org>
15366
15367 * scroll-lock.el: New file.
15368
15369 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15370
15371 * dired.el (dired-move-to-end-of-filename):
15372 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15373
15374 2005-08-18 Kim F. Storm <storm@cua.dk>
15375
15376 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15377 rather than toggle mode when custom value is nil.
15378 (ido-everywhere): Fix defun doc string.
15379
15380 2005-08-17 Richard M. Stallman <rms@gnu.org>
15381
15382 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15383 as tag instead of "Inviolable".
15384
15385 2005-08-17 Kim F. Storm <storm@cua.dk>
15386
15387 * windmove.el (windmove-coordinates-of-position): Remove.
15388 (windmove-coordinates-of-window-position): Remove.
15389 (windmove-reference-loc): Use posn-at-point instead.
15390
15391 * subr.el (insert-for-yank-1): Doc fix.
15392
15393 * ido.el (ido-enter-matching-directory): Rename from
15394 ido-enter-single-matching-directory. Change `slash' choice to
15395 `only'. Add `first' choice.
15396 (ido-exhibit): Adapt to above changes.
15397
15398 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15399
15400 * Makefile.in: Expand comment about building loaddefs.el.
15401
15402 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15403
15404 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15405 Comment use of defadvice.
15406
15407 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15408
15409 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15410
15411 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15412 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15413 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15414 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15415 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15416 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15417 for backward compatibility for faces that did not appear in the
15418 previous Emacs release.
15419
15420 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15421
15422 2005-08-15 Kim F. Storm <storm@cua.dk>
15423
15424 * emulation/cua-base.el (cua-delete-region): Return t if
15425 deleted region was non-empty.
15426 (cua-replace-region): Inhibit overwrite-mode for
15427 self-insert-command if replaced region was non-empty.
15428 (cua--explicit-region-start, cua--status-string): Make them
15429 buffer-local at top-level...
15430 (cua-mode): ...rather than when mode is enabled.
15431
15432 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15433
15434 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15435 Set t for Emacs 21, 22, and so on.
15436
15437 2005-08-15 David Ponce <david@dponce.com>
15438
15439 * tree-widget.el: Update Commentary header.
15440 (tree-widget-theme): Doc fix.
15441 (tree-widget-space-width): New option.
15442 (tree-widget-image-properties): Look up in the default theme too.
15443 (tree-widget--cursors): Only for images with arrow pointer shape.
15444 (tree-widget-lookup-image): Pointer shape is hand by default.
15445 (tree-widget-icon): Rename generic icon widget from
15446 `tree-widget-control'.
15447 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15448 derive from `tree-widget-icon'.
15449 (tree-widget-handle): Improve default look and feel of the text
15450 representation.
15451 (tree-widget): Rename :*-control properties to :*-icon properties.
15452 Add :action and :help-echo properties.
15453 (tree-widget-after-toggle-functions): Move.
15454 (tree-widget-close-node, tree-widget-open-node): Remove.
15455 (tree-widget-before-create-icon-functions): New hook.
15456 (tree-widget-value-create): Update to allow customization of icons
15457 and nodes at run-time via that new hook.
15458 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15459 (tree-widget-icon-action, tree-widget-icon-help-echo)
15460 (tree-widget-action, tree-widget-help-echo): New functions.
15461
15462 2005-08-15 Kim F. Storm <storm@cua.dk>
15463
15464 * ido.el (ido-buffer-internal): Use with-no-warnings.
15465 (ido-make-merged-file-list): Use while-no-input.
15466
15467 2005-08-15 Richard M. Stallman <rms@gnu.org>
15468
15469 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15470 (flyspell-large-region): Fix doc and custom type.
15471
15472 2005-08-14 Richard M. Stallman <rms@gnu.org>
15473
15474 * files.el (interpreter-mode-alist): Doc fix.
15475
15476 * mail/rmail.el (rmail-nonignored-headers): New variable.
15477 (rmail-clear-headers): Use it.
15478 (rmail-reply): Better handling of mail-followup-to header.
15479
15480 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15481 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15482 don't try to refer to executable-font-lock-keywords.
15483 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15484 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15485 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15486 (sh-mode): Set comment-start-skip, local-abbrev-table,
15487 imenu-case-fold-search.
15488 (sh-set-shell): Don't set them here.
15489 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15490 Don't cache the results in the original alist; don't ever modify
15491 that alist.
15492
15493 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15494
15495 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15496 empty.
15497
15498 2005-08-15 Andreas Schwab <schwab@suse.de>
15499
15500 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15501
15502 * dired.el, info.el, mail/rmail.el: Revert last change.
15503
15504 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15505
15506 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15507 modification in `eval-after-load' form.
15508 * info.el: Likewise.
15509 * mail/rmail.el: Likewise.
15510
15511 2005-08-14 Juri Linkov <juri@jurta.org>
15512
15513 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15514 Remove highlighting of "Compilation started". Highlight only
15515 the word "finished" in "Compilation finished". Add highlighting
15516 of "interrupt", "killed", "terminated" and the exit code.
15517 (compilation-start): Add newline after header. Use exactly the
15518 same time stamp format as the finishing message.
15519 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15520
15521 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15522 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15523 Add highlighting of "interrupt", "killed", "terminated".
15524
15525 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15526 enabled and the current command is self-insert-command, call it
15527 explicitly with overwrite-mode bound to nil, to not allow it
15528 to delete the character after the selected region.
15529
15530 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15531
15532 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15533 move-end-of-line, end-of-line, and beginning-of-line to the list
15534 of commands after which the echo area is updated.
15535
15536 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15537
15538 * cus-edit.el (custom-save-all, custom-save-delete):
15539 Bind recentf-exclude to exclude custom-file.
15540
15541 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15542
15543 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15544 to go to the bottom of the mail message. Added to
15545 `rmail-summary-mode-map' with key "/".
15546 (rmail-summary-show-message): New (internal) function for use by
15547 both `rmail-summary-beginning/end-of-message'.
15548 (rmail-summary-beginning-of-message): Change to use
15549 rmail-summary-show-message.
15550
15551 * mail/rmail.el (rmail-end-of-message): New command to go to the
15552 end of the current message. Added to `rmail-mode-map' with key "/".
15553 (rmail-beginning-of-message): Fix to work as documented.
15554 (rmail-mode): Change documentation.
15555
15556 * progmodes/compile.el (compilation-start): Add the line
15557 "Compilation started" with compilation start time.
15558 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15559
15560 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15561
15562 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15563 of menu items.
15564
15565 2005-08-11 Richard M. Stallman <rms@gnu.org>
15566
15567 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15568
15569 * battery.el (battery-status-function): Don't use ignore-errors.
15570
15571 2005-08-11 Lute Kamstra <lute@gnu.org>
15572
15573 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15574 define-obsolete-variable-alias.
15575
15576 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15577
15578 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15579 (ange-ftp-send-cmd): Revert last change, and expand
15580 the comment explaining the problem.
15581
15582 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15583
15584 * ldefs-boot.el: Update.
15585
15586 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15587 item to "Time, Load and Mail". Change help echo text.
15588
15589 * time.el (display-time-use-mail-icon, display-time-format)
15590 (display-time-string-forms): Shorten first line of docstrings.
15591
15592 2005-08-10 Lars Hansen <larsh@soem.dk>
15593
15594 * desktop.el (desktop-buffer-mode-handlers):
15595 Make non-customizable. Add autoload cookie. Change initial value to
15596 nil; add elements in respective modules instead. Fix doc string.
15597 (desktop-load-file): New function.
15598 (desktop-minor-mode-handlers): New autoloaded variable.
15599 (desktop-create-buffer): Call minor mode handlers.
15600 Use desktop-load-file to load major and minor mode modules prior to
15601 checking for a handler.
15602 (desktop-save): Don't add nil to desktop-minor-modes for minor
15603 modes with nil function in desktop-minor-mode-table. Don't delete
15604 desktop file before rewriting it.
15605 (desktop-locals-to-save): Add autoload cookie. Don't make
15606 automatically buffer-local. Add variables column-number-mode,
15607 size-indication-mode, indent-tabs-mode,
15608 indicate-buffer-boundaries, indicate-empty-lines and
15609 show-trailing-whitespace.
15610 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15611 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15612 (desktop-clear-preserve-buffers-regexp): Delete.
15613 (desktop-clear-preserve-buffers): Update initial value and docstring.
15614 (desktop-save-buffer): Fix doc string.
15615
15616 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15617 (hilit-chg-desktop-restore): New function.
15618 (highlight-changes-mode): Add highlight-changes-mode to
15619 desktop-locals-to-save.
15620
15621 * dired.el: Add handler to desktop-buffer-mode-handlers.
15622 (dired-restore-desktop-buffer): Remove autoload cookie.
15623 (dired-mode): Add autoload cookie.
15624
15625 * info.el: Add handler to desktop-buffer-mode-handlers.
15626 (Info-restore-desktop-buffer): Remove autoload cookie.
15627 (Info-mode): Add autoload cookie.
15628
15629 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15630 (mh-restore-desktop-buffer): Remove autoload cookie.
15631 (mh-folder-mode): Add autoload cookie.
15632
15633 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15634 (rmail-restore-desktop-buffer): Remove autoload cookie.
15635
15636 2005-08-11 Masatake YAMATO <jet@gyve.org>
15637
15638 * hexl.el (hexl-address-region):
15639 (hexl-ascii-region, hexl-font-lock-keywords):
15640 (hexl-highlight-line-range): Use the term "region"
15641 instead of "area" for consistency with the other symbols
15642 defined in hexl.el.
15643
15644 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15645
15646 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15647 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15648 out by Juri Linkov). Add `display-battery-mode'.
15649
15650 2005-08-09 Juri Linkov <juri@jurta.org>
15651
15652 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15653 Remove `-text' from face variable names.
15654 (compilation-error-file-name, compilation-warning-file-name)
15655 (compilation-info-file-name): Delete faces.
15656 (compilation-line-number, compilation-column-number):
15657 Remove face underlining.
15658 (compilation-message-face): Set to `underline' value by default.
15659 (compilation-error-face, compilation-warning-face)
15660 (compilation-info-face): Remove `-file-name' from face names.
15661 (compilation-error-text-face, compilation-warning-text-face)
15662 (compilation-info-text-face): Delete face variables.
15663 (compilation-text-face): Delete function.
15664
15665 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15666 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15667 (grep-error-face): Set to `compilation-error' instead of
15668 `compilation-error-face' (which is redefined to `grep-hit-face' in
15669 grep buffers).
15670 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15671 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15672
15673 * dired-aux.el (dired-do-query-replace-regexp):
15674 Use `query-replace-read-args'.
15675
15676 * replace.el (query-replace-read-from, query-replace-read-to)
15677 (query-replace-read-args): Rename arg `string' to `prompt'.
15678
15679 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15680
15681 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15682
15683 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15684 uploading files.
15685 (ange-ftp-canonize-filename): Handle file names beginning with ~
15686 correctly.
15687
15688 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15689
15690 * textmodes/fill.el (canonically-space-region)
15691 (fill-context-prefix, fill-french-nobreak-p)
15692 (fill-delete-newlines, fill-comment-paragraph)
15693 (justify-current-line): "?\ " -> "?\s".
15694
15695 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15696
15697 * textmodes/fill.el (fill-nonuniform-paragraphs):
15698 Improve argument/docstring consistency.
15699
15700 2005-08-09 Richard M. Stallman <rms@gnu.org>
15701
15702 * textmodes/ispell.el (ispell-word): More fboundp checks.
15703
15704 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15705 (find-file-noselect-1): Call it here, only if RAWFILE.
15706 (normal-mode): Always set some major mode.
15707 (save-some-buffers-action-alist): Change some explanation strings.
15708 (file-name-non-special): In the `quote' method, use unwind-protect.
15709
15710 2005-08-09 Magnus Henoch <mange@freemail.hu>
15711
15712 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15713 (ispell-have-aspell-dictionaries): New variable.
15714 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15715 (ispell-get-aspell-config-value): New function.
15716 (ispell-aspell-find-dictionary): New function.
15717 (ispell-aspell-add-aliases): New function.
15718 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15719 appropriate. Don't look for ispell dictionaries if we use aspell.
15720 (ispell-menu-map): Don't build a submenu of dictionaries.
15721
15722 2005-08-09 Richard M. Stallman <rms@gnu.org>
15723
15724 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15725 (sql-read-passwd): Use read-passwd.
15726
15727 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15728 (idlwave-toolbar-is-possible): Add defvars.
15729
15730 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15731 Avoid warnings.
15732
15733 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15734 (idlwave-system-class-info, idlwave-executive-commands-alist):
15735 Use defvar.
15736
15737 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15738
15739 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15740 Avoid warnings.
15741
15742 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15743 and content-type: headers.
15744
15745 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15746
15747 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15748 and rename some of them to be more self-explanatory.
15749
15750 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15751
15752 * startup.el (command-line-1): Implement -scriptload.
15753
15754 * replace.el (occur-engine): Initial *Occur* output not undoable.
15755
15756 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15757 and improve help strings.
15758
15759 * isearch.el (isearch-repeat): When changing direction,
15760 mark search successful.
15761
15762 * ediff-init.el: Use (featurep 'xemacs).
15763
15764 * comint.el (send-invisible): Identify buffer, if not selected.
15765
15766 * align.el: Delete autoload for c-guess-basic-syntax.
15767
15768 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15769
15770 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15771 Improve argument/docstring consistency. Doc fixes.
15772 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15773 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15774 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15775 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15776 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15777 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15778 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15779 Defvar at compile time.
15780
15781 2005-08-09 Juri Linkov <juri@jurta.org>
15782
15783 * info.el: Replace `info' with upper-case `Info' where appropriate.
15784 (info-title-1, info-title-2, info-title-3, info-title-4)
15785 (info-menu-header): Move up face definitions.
15786 (info-menu-star): Rename from `info-menu-5'.
15787 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15788 (Info-fontify-visited-nodes): Fix docstring.
15789 (Info-hide-note-references): Fix docstring.
15790 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15791 menu items in the same way as on cross-references.
15792 (info-apropos): Fix sorting order and formatting to be like in the
15793 stand-alone Info browser. Display error messages for 1 sec.
15794 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15795 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15796 from the menu bar.
15797 (Info-insert-dir): Restore point after calling
15798 `insert-buffer-substring'.
15799
15800 2005-08-08 Richard M. Stallman <rms@gnu.org>
15801
15802 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15803 (recompute-lucid-menubar): Add defvars.
15804
15805 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15806
15807 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15808
15809 * net/net-utils.el (run-dig): Rename from `dig'.
15810
15811 * play/gametree.el (gametree-mode): Use make-local-variable,
15812 not make-variable-buffer-local.
15813
15814 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15815
15816 * ansi-color.el (ansi-color-make-extent)
15817 (ansi-color-set-extent-face): Use fboundp, not functionp.
15818
15819 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15820 not make-variable-buffer-local.
15821
15822 * bookmark.el (Info-current-file): Add defvar.
15823 (bookmark-jump-noselect): Use with-no-warnings.
15824
15825 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15826
15827 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15828
15829 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15830
15831 * find-file.el (ada-procedure-start-regexp)
15832 (ada-package-start-regexp): Add defvars.
15833
15834 * info.el (Info-insert-dir): Use insert-buffer-substring.
15835
15836 * xml.el (xml-att-def-re): Add defvar.
15837
15838 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15839 calling convention.
15840
15841 * subr.el (while-no-input): Return t if there is input.
15842
15843 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15844
15845 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15846
15847 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15848
15849 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15850 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15851
15852 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15853
15854 * cmuscheme.el (scheme-start-file): Replace reference to
15855 `user-emacs-directory' by "~/.emacs.d/".
15856
15857 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15858
15859 * info.el (Info-dir-remove-duplicates): Avoid case folding
15860 in loop; instead, keep downcased strings for comparison.
15861 Suggested by Helmut Eller.
15862
15863 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15864
15865 Sync with Tramp 2.0.50.
15866
15867 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15868 XEmacs case; not necessary anymore.
15869 (tramp-user-regexp): Allow "@" as part of user name.
15870 (tramp-handle-set-visited-file-modtime)
15871 (tramp-handle-insert-file-contents)
15872 (tramp-handle-write-region): No special handling for
15873 `last-coding-system-used, because this is done in
15874 `tramp-accept-process-output' now.
15875 (tramp-accept-process-output): New defun.
15876 (tramp-process-one-action, tramp-process-one-multi-action)
15877 (tramp-wait-for-regexp, tramp-wait-for-output)
15878 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15879 Howells <dhowells@redhat.com>.
15880 (clear-visited-file-modtime): Defadvice removed. The check for
15881 unset buffer's modtime does not need to be based on
15882 `tramp-buffer-file-attributes'. Suggested by RMS.
15883 (tramp-message): Insert "\n" if not being at beginning of line.
15884 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15885 sequence with same logic.
15886 (tramp-completion-handle-expand-file-name): Discard call of
15887 `tramp-drop-volume-letter'. It is not necessary, and there have
15888 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15889 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15890 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15891 should always be visible.
15892 (tramp-handle-insert-directory, tramp-setup-complete)
15893 (tramp-set-process-query-on-exit-flag)
15894 (tramp-append-tramp-buffers): Pacify byte-compiler.
15895 (tramp-bug): Delete non-existing variables from list.
15896 Apply `tramp-load-report-modules' as pre-hook.
15897 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15898 `shell-prompt-pattern' because of non-7bit characters.
15899 Reported by Sebastian Luque <sluque@mun.ca>.
15900 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15901 (tramp-match-string-list): Remove function.
15902 (tramp-wait-for-regexp): Remove call of that function.
15903 Suggested by Kim F. Storm <storm@cua.dk>.
15904 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15905 instead of octal character code ?\600. The latter resulted in a
15906 syntax error with XEmacs.
15907
15908 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15909 XEmacs case; not necessary anymore.
15910 (tramp-smb-handle-write-region): No special handling for
15911 `last-coding-system-used, because this is done in
15912 `tramp-accept-process-output' now.
15913 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15914
15915 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15916
15917 * wid-edit.el (widget-choice-value-create):
15918 Unconditionally respect user choice. Set :explicit-choice back to nil
15919 when no longer needed.
15920 (widget-choice-action): Unconditionally respect user choice.
15921 Eliminate :explicit-choice-value.
15922
15923 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15924
15925 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15926 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15927 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15928 running new function `toggle-indicate-empty-lines'.
15929 Rename "Customize" item to "Customize fringe".
15930 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15931 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15932 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15933 Delete "Empty lines only" item.
15934 (menu-bar-showhide-fringe-ind-customize): New function.
15935 (menu-bar-showhide-fringe-ind-mixed)
15936 (menu-bar-showhide-fringe-ind-box)
15937 (menu-bar-showhide-fringe-ind-right)
15938 (menu-bar-showhide-fringe-ind-left)
15939 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15940 instead of `fringe-indicators'.
15941
15942 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15943
15944 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15945 Change the date of last update.
15946
15947 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15948
15949 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15950 (viper-exec-yank, viper-put-back): Don't display modification msg
15951 if in the minibuffer.
15952
15953 * viper-init.el (viper-replace-overlay-cursor-color)
15954 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15955 Make variables frame local.
15956
15957 * viper-util.el (viper-append-filter-alist): Use append instead of
15958 nconc.
15959
15960 * viper.el (viper-vi-state-mode-list)
15961 (viper-emacs-state-mode-list): Move help-mode and
15962 completion-list-mode from the first list to the second.
15963 (viper-mode): Docstring.
15964 (viper-go-away, viper-non-hook-settings): Don't localize
15965 minor-mode-alist in newer Emacsen. Add advice to
15966 set-cursor-color. Don't bind "\C-c\\".
15967
15968 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15969
15970 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15971 (scheme-macro-expand-command): New user options.
15972 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15973 (scheme-form-at-point, scheme-start-file)
15974 (scheme-interactively-start-process): New functions.
15975 (scheme-get-process): New function, extracted from `scheme-proc'.
15976 (run-scheme): Call `scheme-start-file' to get start file, and pass
15977 it to `make-comint'.
15978 (switch-to-scheme, scheme-proc):
15979 Call `scheme-interactively-start-process' if no Scheme buffer/process
15980 is available.
15981
15982 2005-08-06 Juri Linkov <juri@jurta.org>
15983
15984 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15985 Use `compilation-text-face', `compilation-info-text-face' and
15986 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15987 (compilation-error): New face.
15988 (compilation-error-file-name): Inherit from
15989 `compilation-error' instead of `font-lock-warning-face'.
15990 (compilation-warning-file-name): Inherit from
15991 `compilation-warning' instead of `font-lock-warning-face'.
15992 (compilation-info, compilation-error-file-name)
15993 (compilation-warning-file-name, compilation-info-file-name)
15994 (compilation-line-number, compilation-column-number): Doc fix.
15995 (compilation-error-text-face, compilation-warning-text-face)
15996 (compilation-info-text-face): New face variables.
15997 (compilation-line-face, compilation-column-face)
15998 (compilation-enter-directory-face)
15999 (compilation-leave-directory-face): Doc fix.
16000 (compilation-text-face): New function.
16001
16002 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16003 instead of 1 to display binary file names as info file links.
16004 (grep-error-face): Use `compilation-error-face' instead of
16005 `font-lock-keyword-face'.
16006 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16007 and `compilation-warning-text-face' instead of
16008 `font-lock-keyword-face'. Use `compilation-error-text-face'
16009 instead of `grep-error-face'.
16010
16011 2005-08-05 Kenichi Handa <handa@m17n.org>
16012
16013 * international/code-pages.el: Add autoload cookies for all coding
16014 systems.
16015
16016 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
16017
16018 * cus-start.el (all): Put undo.c where it alphabetically belongs.
16019
16020 2005-08-04 Juri Linkov <juri@jurta.org>
16021
16022 * progmodes/compile.el (compilation-mode-map):
16023 * progmodes/grep.el (grep-mode-map):
16024 Bind TAB to `compilation-next-error' and [backtab] to
16025 `compilation-previous-error'.
16026
16027 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16028 matching line numbers, column numbers and their ranges with regexp
16029 matching only line numbers.
16030 (grep-context-face): New face variable.
16031 (grep-mode-font-lock-keywords): Use it.
16032
16033 * faces.el (read-face-name): Delete duplicate faces.
16034
16035 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16036
16037 * thumbs.el (thumbs-find-image): Don't make variables
16038 automatically buffer local.
16039 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16040 (thumbs-image-num): Make automatically buffer local.
16041 (thumbs-show-thumbs-list): Use `make-local-variable', not
16042 `make-variable-buffer-local'.
16043 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16044
16045 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16046 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16047 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16048 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16049 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16050 (feelings-about, foullst, found, hello, history, howareyoulst)
16051 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16052 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16053 (neglst, obj, object, owner, please, problems, qlist)
16054 (random-adjective, relation, remlst, repetitive-shortness)
16055 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16056 (shortlst, something, sportslst, stallmanlst, states, subj)
16057 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16058 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16059 Defvar at compile time.
16060
16061 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16062 not `make-variable-buffer-local'.
16063
16064 2005-08-02 Kim F. Storm <storm@cua.dk>
16065
16066 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16067 rectangle overlay in selected window.
16068
16069 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16070
16071 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16072 instead of display group. Make `indicate-buffer-boundaries'
16073 customizable through Custom.
16074
16075 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16076
16077 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16078 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16079 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16080 (gdb-put-string): Fix typos in docstrings.
16081
16082 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16083
16084 Update copyright notices of files in progmodes directory for
16085 release of Emacs 22.1.
16086
16087 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16088
16089 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16090 Don't barf if the GUD buffer has been killed.
16091
16092 2005-08-01 Kim F. Storm <storm@cua.dk>
16093
16094 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16095
16096 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16097
16098 * simple.el (next-error-follow-minor-mode):
16099 make-variable-buffer-local -> make-local-variable.
16100
16101 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16102
16103 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16104 (byte-compile-form-make-variable-buffer-local): New functions to warn
16105 about misuses of make-variable-buffer-local where make-local-variable
16106 was meant.
16107
16108 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16109
16110 * bs.el (bs-attributes-list): Doc fix.
16111 (bs): Update url-link.
16112
16113 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16114 (desktop-load-default): Simplify.
16115
16116 * ibuffer.el (ibuffer-columnize-and-insert-list)
16117 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16118 (ibuffer-unmark-all, ibuffer-toggle-marks)
16119 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16120 (ibuffer-compile-make-format-form, ibuffer-format-column)
16121 (ibuffer-current-buffers-with-marks)
16122 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16123 (ibuffer): Doc fix.
16124 (ibuffer-mode): Fix typo in docstring.
16125 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16126 with `define-obsolete-variable-alias'.
16127 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16128
16129 2005-07-29 Kenichi Handa <handa@m17n.org>
16130
16131 * international/mule-cmds.el (select-message-coding-system):
16132 Be sure to use LF for end-of-line. If no coding system is decided,
16133 return iso-8859-1-unix.
16134
16135 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16136
16137 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16138 (ange-ftp-pending-error-line): New vars.
16139 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16140 to handle the non-fatal no-route-to-host messages.
16141 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16142
16143 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16144
16145 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16146 (isearch-quote-char, isearch-printing-char)
16147 (isearch-text-char-description): "?\ " -> "?\s".
16148 (isearch-lazy-highlight-cleanup)
16149 (isearch-lazy-highlight-initial-delay)
16150 (isearch-lazy-highlight-interval)
16151 (isearch-lazy-highlight-max-at-a-time)
16152 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16153 Declare with define-obsolete-*-alias macros.
16154 (isearch-forward): Fix typo in docstring.
16155 (search-invisible, search-ring-yank-pointer)
16156 (regexp-search-ring-yank-pointer): Doc fixes.
16157
16158 * recentf.el (recentf-menu-append-commands-p): Declare with
16159 `define-obsolete-variable-alias'.
16160 (recentf-max-saved-items, recentf-menu-filter)
16161 (recentf-arrange-by-rule-subfilter): Doc fixes.
16162 (recentf-menu-append-commands-flag)
16163 (recentf-initialize-file-name-history, recentf-expand-file-name)
16164 (recentf-clear-data): Fix typos in docstrings.
16165
16166 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16167
16168 * progmodes/gdb-ui.el: Smarten comments.
16169 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16170
16171 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16172
16173 * term/apollo.el (terminal-init-apollo): New function containing
16174 all former top level forms in the file.
16175 * term/bobcat.el (terminal-init-bobcat):
16176 * term/cygwin.el (terminal-init-cygwin):
16177 * term/iris-ansi.el (terminal-init-iris-ansi):
16178 * term/linux.el (terminal-init-linux):
16179 * term/news.el (terminal-init-news):
16180 * term/rxvt.el (terminal-init-rxvt):
16181 * term/sun.el (terminal-init-sun):
16182 * term/tvi970.el (terminal-init-tvi970):
16183 * term/vt100.el (terminal-init-vt100):
16184 * term/vt102.el (terminal-init-vt102):
16185 * term/vt125.el (terminal-init-vt125):
16186 * term/vt200.el (terminal-init-vt200):
16187 * term/vt201.el (terminal-init-vt201):
16188 * term/vt220.el (terminal-init-vt220):
16189 * term/vt240.el (terminal-init-vt240):
16190 * term/vt300.el (terminal-init-vt300):
16191 * term/vt320.el (terminal-init-vt320):
16192 * term/vt400.el (terminal-init-vt400):
16193 * term/vt420.el (terminal-init-vt420):
16194 * term/wyse50.el (terminal-init-wyse50):
16195 * term/xterm.el (terminal-init-xterm): Likewise.
16196
16197 * term/README: Describe the terminal-init-* functionality.
16198
16199 * startup.el (command-line): After loading the terminal initialization
16200 file call the corresponding terminal initialization function.
16201
16202 2005-07-27 Kenichi Handa <handa@m17n.org>
16203
16204 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16205 negative.
16206
16207 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16208 (ps-mule-composition-prologue): Fix for the case that
16209 RelativeCompose is false.
16210
16211 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16212
16213 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16214
16215 * descr-text.el (describe-char): Handle the case where the list of
16216 chars is displayed in a separate frame.
16217 Be a bit more discriminating when looking for the char.
16218
16219 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16220
16221 * bookmark.el (bookmark-automatically-show-annotations)
16222 (bookmark-read-annotation-text-func): Doc fixes.
16223 (bookmark-save): Improve argument/docstring consistency.
16224 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16225 (bookmark-alist-from-buffer)
16226 (bookmark-upgrade-file-format-from-0)
16227 (bookmark-grok-file-format-version)
16228 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16229 (bookmark-read-annotation-mode)
16230 (bookmark-insert-current-bookmark, bookmark-jump)
16231 (bookmark-exit-hook): Fix typos in docstrings.
16232 (bookmark-exit-hooks): Define as obsolete alias.
16233 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16234 not `bookmark-exit-hooks'. Fix docstring.
16235 (bookmark-bmenu-select): "?\ " -> "?\s".
16236
16237 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16238
16239 * startup.el (command-line): Fix typo.
16240
16241 2005-07-24 Richard M. Stallman <rms@gnu.org>
16242
16243 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16244 not emacs-quick-startup.
16245
16246 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16247
16248 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16249 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16250 instead of `reb-with-current-window'.
16251 (reb-prev-match): Likewise. Also, don't move left if the search
16252 was unsuccessful.
16253 (reb-initialize-buffer): New function.
16254 (re-builder, reb-change-syntax): Use it.
16255
16256 * man.el (Man-goto-page): Make second argument NOERROR optional.
16257
16258 2005-07-23 Richard M. Stallman <rms@gnu.org>
16259
16260 * man.el (Man-bgproc-sentinel): Check here for failure to find
16261 any man page in the output, and report the error here.
16262 (Man-arguments): Make it permanent local.
16263 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16264 (Man-mode): Pass t for NOERROR.
16265
16266 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16267 (grep-mode-font-lock-keywords):
16268 Don't use compilation-...-face for messages that are not file names.
16269
16270 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16271 Don't use compilation-...-face for messages that are not file names.
16272
16273 2005-07-22 Juri Linkov <juri@jurta.org>
16274
16275 * startup.el (normal-splash-screen): Update menu name.
16276
16277 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16278
16279 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16280
16281 * term/xterm.el: Load term/rxvt if the terminal is actually an
16282 rxvt terminal.
16283 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16284
16285 * term/rxvt.el (function-key-map): Use substitute-key-definition
16286 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16287
16288 * term/cygwin.el: New file.
16289
16290 2005-07-22 Kim F. Storm <storm@cua.dk>
16291
16292 * image-file.el (insert-image-file, image-file-yank-handler):
16293 Fix last change to maintain a (unique) yank-handler on yanked images.
16294
16295 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16296
16297 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16298 of the file size (as in "177B" for 177 bytes). This happens with
16299 "ls -lh" on FreeBSD.
16300
16301 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16302
16303 * hilit-chg.el (highlight-changes-global-initial-state)
16304 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16305 (hilit-chg-fixup, highlight-changes-mode):
16306 Fix typos in docstrings.
16307 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16308 Doc fixes.
16309
16310 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16311
16312 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16313 mode function using `eval-after-load'.
16314
16315 2005-07-21 Kim F. Storm <storm@cua.dk>
16316
16317 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16318 included when reporting an emacs crash, and tell about the DEBUG file.
16319
16320 * image-file.el (insert-image-file): Add yank-handler.
16321 (image-file-yank-handler): Yank handler to make unique copies of
16322 images when they are yanked into a buffer next to each other.
16323
16324 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16325
16326 * comint.el (comint-use-prompt-regexp, comint-send-input)
16327 (comint-source-default, comint-extract-string)
16328 (comint-get-source, comint-word, comint-completion)
16329 (comint-source, comint-prompt-read-only, comint-update-fence):
16330 Fix typos in docstrings.
16331 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16332 Declare with define-obsolete-*-alias macros.
16333 (comint-previous-matching-input-from-input)
16334 (comint-next-matching-input-from-input)
16335 (comint-previous-matching-input, comint-next-matching-input)
16336 (comint-forward-matching-input):
16337 Improve argument/docstring consistency.
16338
16339 * desktop.el (desktop-clear-preserve-buffers-regexp):
16340 Also preserve the *server* buffer.
16341
16342 * simple.el (clone-indirect-buffer): Doc fix.
16343 (fixup-whitespace, just-one-space)
16344 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16345 (next-error, next-error-highlight)
16346 (next-error-highlight-no-select, next-error-last-buffer)
16347 (next-error-buffer-p, next-error-find-buffer, next-error)
16348 (previous-error, next-error-no-select, previous-error-no-select)
16349 (open-line, split-line, minibuffer-prompt-width, kill-new)
16350 (binary-overwrite-mode): Fix typos in docstrings.
16351 (set-fill-column): Fix typo in message.
16352
16353 * skeleton.el (skeleton-proxy-new): Doc fix.
16354
16355 * strokes.el (strokes-load-hook): Doc fix.
16356 (strokes-grid-resolution, strokes-get-grid-position)
16357 (strokes-renormalize-to-grid, strokes-read-stroke)
16358 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16359 (strokes-global-map): Fix typos in docstrings.
16360 (strokes-help): Doc fix. Fix help message and pass it through
16361 `substitute-command-keys'.
16362
16363 * tempo.el (tempo-insert-prompt, tempo-interactive)
16364 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16365 (tempo-insert-string-functions, tempo-local-tags)
16366 (tempo-define-template, tempo-insert-template)
16367 (tempo-insert-prompt-compat, tempo-is-user-element)
16368 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16369 Fix typos in docstrings.
16370
16371 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16372 (vcursor-key-bindings, vcursor-use-vcursor-map)
16373 (vcursor-find-window, vcursor-scroll-down)
16374 (vcursor-disable, vcursor-beginning-of-buffer)
16375 (vcursor-end-of-buffer): Fix typos in docstrings.
16376 (vcursor-relative-move, vcursor-get-char-count):
16377 Improve argument/docstring consistency.
16378
16379 * version.el: "?\ " -> "?\s".
16380
16381 * wid-edit.el (widget-default-create, widget-after-change)
16382 (widget-default-format-handler, widget-checklist-add-item)
16383 (widget-radio-add-item, widget-choose, widget-specify-secret)
16384 (widget-field-value-create, widget-field-value-get)
16385 (widget-editable-list-format-handler)
16386 (widget-editable-list-entry-create, widget-group-value-create)
16387 (widget-documentation-link-add)
16388 (widget-documentation-string-value-create): "?\ " -> "?\s".
16389 (widget-convert-text): Doc fix.
16390 (widget-narrow-to-field, widget-field-find)
16391 (widget-url-link-action, widget-emacs-library-link-action)
16392 (widget-color-notify): Fix typos in docstrings.
16393
16394 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16395 (x-select-text, set-w32-system-coding-system)
16396 (w32-add-charset-info): Fix typos in docstrings.
16397
16398 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16399 (cua-enable-cua-keys, cua-use-hyper-key)
16400 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16401 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16402
16403 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16404
16405 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16406 `defalias' instead of faking it.
16407
16408 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16409 (eshell-ls-missing, eshell-ls-dired-initial-args)
16410 (eshell-ls-use-in-dired): Fix typos in docstrings.
16411
16412 2005-07-20 Kim F. Storm <storm@cua.dk>
16413
16414 * emulation/cua-base.el (cua-mode): Improve doc string.
16415
16416 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16417
16418 * abbrev.el (expand-region-abbrevs): Doc fix.
16419 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16420 Improve argument/docstring consistency.
16421
16422 * arc-mode.el (archive-get-descr, archive-alternate-display):
16423 Doc fixes.
16424 (archive-l-e): Improve argument/docstring consistency.
16425 (archive-tmpdir, archive-unixdate, archive-unixtime)
16426 (archive-chmod-entry): Fix typos in docstrings.
16427 (archive-unflag, archive-unflag-backwards)
16428 (archive-unmark-all-files): "?\ " -> "?\s".
16429
16430 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16431 (Buffer-menu-not-modified, Buffer-menu-execute)
16432 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16433 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16434
16435 * composite.el (compose-string, encode-composition-rule)
16436 (compose-last-chars): Fix typos in docstrings.
16437
16438 * desktop.el (desktop-enable, desktop-basefilename):
16439 Declare with `define-obsolete-variable-alias'.
16440 (desktop-internal-v2s): Don't quote keywords.
16441 (desktop-clear): "?\ " -> "?\s".
16442
16443 * dired.el (dired-align-file, dired-flag-backup-files)
16444 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16445 (dired-listing-switches, dired-ls-F-marks-symlinks)
16446 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16447 (dired-directory, dired-faces, dired, dired-revert)
16448 (dired-mode, dired-summary, dired-view-file)
16449 (dired-copy-filename-as-kill, dired-delete-file)
16450 (dired-no-confirm, dired-unmark-all-marks)
16451 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16452 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16453 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16454 Fix typos in message strings.
16455
16456 * dired-x.el (virtual-dired): Declare with `defalias'.
16457 (dired-mark-unmarked-files, dired-local-variables-file)
16458 (dired-omit-here-always): Doc fix.
16459 (dired-omit-mode, dired-find-subdir)
16460 (dired-enable-local-variables, dired-clean-up-buffers-too)
16461 (dired-extra-startup, dired-mark-extension, dired-jump)
16462 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16463 (dired-smart-shell-command, dired-guess-shell-alist-user)
16464 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16465 (dired-x-bind-find-file, dired-x-submit-report):
16466 Fix typos in docstrings.
16467 (dired-mark-unmarked-files): "?\ " -> "?\s".
16468
16469 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16470
16471 * faces.el (describe-face): "?\ " -> "?\s".
16472 (read-all-face-attributes, read-face-font, modify-face)
16473 (face-attr-construct, italic): Fix typos in docstrings.
16474 (frame-update-face-colors): Declare with
16475 `define-obsolete-function-alias'.
16476
16477 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16478 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16479 (magic-mode-alist, buffer-file-numbers-unique)
16480 (write-file-functions, get-free-disk-space):
16481 Fix typos in docstrings.
16482 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16483 (write-contents-hooks, write-file-hooks):
16484 Declare with `define-obsolete-variable-alias'.
16485
16486 * forms-d2.el (arch-rj): Fix typo in docstrings.
16487 (arch-tocol): Likewise. "?\ " -> "?\s".
16488
16489 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16490 Fix typo in docstring.
16491 (set-screen-width, set-screen-height): Delete redundant info in
16492 doctrings.
16493 (new-frame, screen-height, screen-width): Declare with
16494 `define-obsolete-function-alias'.
16495 (delete-frame-hook, blink-cursor): Declare with
16496 `define-obsolete-variable-alias'.
16497
16498 * paths.el (prune-directory-list): Fix typos in docstring.
16499
16500 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16501 (cvs-prefix-get): Fix typos in docstrings.
16502
16503 * ps-print.el (ps-extend-face-list, ps-extend-face)
16504 (ps-print-background-image): Fix typos in docstrings.
16505 (ps-default-fg, ps-default-bg): Doc fixes.
16506
16507 * s-region.el (s-region-bind): Doc fix.
16508 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16509
16510 * textmodes/org.el (org-table-formula-substitute-names)
16511 (org-table-get-vertical-vector): Doc fixes.
16512 (org-table-recalculate): Remove unused argument to `message'.
16513
16514 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16515
16516 * textmodes/org.el (org-table-column-names)
16517 (org-table-column-name-regexp)
16518 (org-table-named-field-locations): New variables.
16519 (org-archive-subtree): Protect `this-command' when calling
16520 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16521 the kill buffer.
16522 (org-complete): Remove fixed-formula completion.
16523 (org-edit-formulas-map): New variable.
16524 (org-table-edit-formulas): New command.
16525 (org-finish-edit-formulas, org-abort-edit-formulas)
16526 (org-show-variable, org-table-get-vertical-vector): New functions.
16527 (org-table-maybe-eval-formula): Handle `:=' fields.
16528 (org-table-get-stored-formulas, org-table-store-formulas)
16529 (org-table-get-formula, org-table-modify-formulas)
16530 (org-table-replace-in-formulas): Handle named field formulas.
16531 (org-table-get-specials): Store locations of named fields.
16532
16533 2005-07-19 Juri Linkov <juri@jurta.org>
16534
16535 * progmodes/grep.el (grep-regexp-alist)
16536 (grep-mode-font-lock-keywords, grep-process-setup):
16537 Use default GNU grep match color "01;31m" instead of "01;41m".
16538 (grep-regexp-alist, grep-mode-font-lock-keywords):
16539 Use `\\[[0-9]*m' instead of `\\[00m'.
16540 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16541 sgr_start where its handling is more important. Use the real
16542 length of sgr_start instead of constant 8.
16543 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16544 specially. Delete all remaining escape sequences.
16545 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16546 (grep-regexp-alist): Make hyperlink only for binary file name
16547 instead of the whole line.
16548 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16549 (grep-mode): Add autoload.
16550
16551 * emacs-lisp/find-func.el (find-function-regexp):
16552 Add `define-compilation-mode'.
16553
16554 2005-07-19 Juri Linkov <juri@jurta.org>
16555
16556 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16557 (compare-windows-sync-string-size, compare-windows-recenter)
16558 (compare-windows-highlight, compare-windows): Add version 22.1.
16559 (compare-windows) <defface>: Inherit from lazy-highlight instead
16560 of duplicating its default value.
16561
16562 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16563 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16564
16565 * descr-text.el (describe-char): Create link buttons for `charset'
16566 and `code point'. Add the current input method name with a link
16567 button to `to input' field. Print face names of display table
16568 characters in `The display table entry is displayed by' section
16569 instead of printing face-id in the `display' field.
16570 Guess hardcoded faces and create a link button for them.
16571 Skip empty fields when calculating max-width.
16572 Treat `widget-create' specially while inserting strings from the
16573 collected field list.
16574 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16575
16576 * diff-mode.el (diff-file-header): Change foreground color from
16577 yellow to green on light backgrounds.
16578 (diff-context): Inherit from `shadow' only for color/grayscale
16579 with more than 88 colors.
16580 (diff-indicator-removed, diff-indicator-added)
16581 (diff-indicator-changed): New faces.
16582 (diff-font-lock-keywords): Use new faces. Regroup rules.
16583 Add "^---$" for `normal' diff format. Fontify `#' lines with
16584 font-lock-comment-delimiter-face and font-lock-comment-face.
16585 Add `#' to ^[^...] in the rule for `diff-context-face'.
16586
16587 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16588 a button-like box. Inherit from `highlight' on low colors.
16589 (shadow): Use shades of gray only for color/grayscale with
16590 more than 88 colors. Use green for light backgrounds with
16591 8 colors, and yellow for dark backgrounds with 8 colors.
16592
16593 * font-lock.el (font-lock-regexp-grouping-backslash):
16594 Don't inherit from escape-glyph (use bold for all cases).
16595
16596 * info.el (info-xref-visited): Use light foreground color `violet'
16597 for dark backgrounds instead of dark color `magenta3'.
16598 (info-title-1): Use `yellow' color for dark backgrounds.
16599
16600 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16601 too-light magenta2.
16602
16603 * replace.el (match): Use slightly more light RoyalBlue3 instead
16604 of dark RoyalBlue4.
16605
16606 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16607
16608 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16609
16610 * novice.el (disabled-command-hook): Declare it with
16611 `define-obsolete-variable-alias'.
16612
16613 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16614 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16615 (desktop-load-default): Add release to obsolescence info.
16616 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16617 (desktop-append-buffer-args, desktop-read):
16618 Fix typos in docstrings.
16619 (desktop-kill): Fix typo in message.
16620 (desktop-save): Doc fix.
16621
16622 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16623
16624 * viper-cmd.el (viper-escape-to-state): Bug fix.
16625 (viper-envelop-ESC-key): Change the definition of fast
16626 keysequence so it'll work with keyboard macros.
16627
16628 * ediff.el (ediff-patch-buffer): Change the docstring.
16629
16630 2005-07-19 Kenichi Handa <handa@m17n.org>
16631
16632 * international/mule-cmds.el (select-safe-coding-system): Try to
16633 use an auto-coding (if any) before anything else. If the found
16634 auto-coding is invalid, show a warning message.
16635
16636 * international/mule.el (find-auto-coding): New function created
16637 by modifying the body of set-auto-coding.
16638 (set-auto-coding): Use find-auto-coding to find a coding.
16639
16640 2005-07-18 Richard M. Stallman <rms@gnu.org>
16641
16642 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16643 not isearch-mode-end-hook-error.
16644 (allout-before-change-protect): Fix error message.
16645
16646 2005-07-18 Juri Linkov <juri@jurta.org>
16647
16648 * allout.el (allout-mode):
16649 * calculator.el (calculator-copy):
16650 * custom.el (custom-known-themes):
16651 * dired.el (dired-desktop-buffer-misc-data)
16652 (dired-restore-desktop-buffer):
16653 * dired-x.el (dired-omit-marker-char):
16654 * files.el (basic-save-buffer):
16655 * font-core.el (font-lock-mode):
16656 * calendar/calendar.el (calendar-goto-hebrew-date)
16657 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16658 (calendar-goto-persian-date):
16659 * language/ethio-util.el (ethio-sera-to-fidel-region):
16660 * textmodes/picture.el (picture-mode):
16661 Delete duplicate duplicate words.
16662
16663 2005-07-18 Juri Linkov <juri@jurta.org>
16664
16665 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16666 chars * ? } |.
16667 (isearch-fallback): Don't call `isearch-process-search-char'.
16668 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16669 (isearch-process-search-char): Call `isearch-fallback' for regexp
16670 chars * ? } |.
16671 (isearch-return-char): Make obsolete with `make-obsolete' instead
16672 of simply documenting it as obsolete in the docstring.
16673 (isearch-fallback): Refill docstring.
16674
16675 * international/isearch-x.el
16676 (isearch-process-search-multibyte-characters): Remove unneeded
16677 `concat'. Add intermediate values to `junk-hist' instead of
16678 `minibuffer-history'. Test the length of `str'.
16679
16680 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16681
16682 * allout.el (allout-resolve-xref): Fix typos in error strings.
16683 (allout-before-change-protect): Remove unneeded `concat'.
16684
16685 * array.el (array-mode, array-reconfigure-rows)
16686 (untabify-backward): Fix typos in docstrings.
16687 (array-reconfigure-rows): Use `insert-buffer-substring', not
16688 `insert-buffer'.
16689
16690 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16691 * progmodes/ada-mode.el (ada-make-body):
16692 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16693
16694 * dired.el (dired-log):
16695 * tar-mode.el (tar-subfile-save-buffer):
16696 * play/zone.el (zone-pgm-stress-destress):
16697 Use `insert-buffer-substring', not `insert-buffer'.
16698
16699 2005-07-17 Simon Josefsson <jas@extundo.com>
16700
16701 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16702
16703 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16704
16705 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16706 Add plain auth method.
16707 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16708
16709 2005-07-17 Kim F. Storm <storm@cua.dk>
16710
16711 * ido.el (dired-other-window): Add ido property.
16712
16713 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16714
16715 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16716 Fix typo in docstring.
16717 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16718 `insert-file-literally'.
16719
16720 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16721 info and delete redundant message. Doc fix.
16722 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16723 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16724
16725 2005-07-16 Richard M. Stallman <rms@gnu.org>
16726
16727 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16728 (byte-compile-and): Use byte-compile-and-recursion.
16729 (byte-compile-or-recursion): New function.
16730 (byte-compile-or): Use that.
16731 (byte-compile-if): Guard the else-clause too.
16732 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16733
16734 * isearch.el (isearch-mode-end-hook-quit): New variable.
16735 (isearch-done): Bind it.
16736 (isearch-mode-end-hook): Doc fix.
16737
16738 * allout.el (allout-isearch-did-quit): Variable deleted.
16739 (allout-real-isearch-abort): Function name no longer used.
16740 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16741 (allout-isearch-rectification): isearch-mode always exists.
16742 Don't set allout-isearch-did-quit.
16743 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16744 allout-isearch-did-quit.
16745 (allout-enwrap-isearch): Just add the hook.
16746 (allout-isearch-abort): Function deleted.
16747 (allout-pre-command-business): Avoid warning.
16748
16749 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16750 Correctly avoid warnings.
16751 (pascal-outline): Likewise.
16752
16753 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16754
16755 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16756
16757 * play/tetris.el (tetris-mode): Avoid warning.
16758
16759 * play/snake.el (snake-mode): Avoid warning.
16760
16761 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16762 (gamegrid-set-display-table): Avoid warning.
16763 (gamegrid-set-timer): Likewise.
16764 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16765 (gamegrid-add-score-with-update-game-score-1): Take FILE
16766 as argument.
16767 (gamegrid-add-score-with-update-game-score): Pass that argument.
16768 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16769
16770 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16771
16772 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16773 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16774
16775 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16776 and insert-file.
16777
16778 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16779 (sc-ask): Avoid warnings.
16780
16781 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16782 (eshell-hist-initialize): Use that var the natural way.
16783
16784 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16785
16786 * emacs-lisp/re-builder.el (reb-cook-regexp):
16787 Avoid warning calling lre-compile-string.
16788 (reb-color-display-p): Avoid warning.
16789
16790 * calculator.el (calculator-last-input): Guard uses
16791 of event-key and key-press-event-p.
16792 (event-key, key-press-event-p): Delete definitions.
16793
16794 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16795 (find-gc-source-directory, find-gc-subrs-callers)
16796 (find-gc-noreturn-list, find-gc-source-files)
16797 (find-gc-subrs-called): Vars renamed and defvar'd.
16798
16799 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16800 (checkdoc-overlay-put, checkdoc-delete-overlay)
16801 (checkdoc-overlay-start, checkdoc-overlay-end)
16802 (checkdoc-mode-line-update, checkdoc-char=):
16803 Define such that compiler knows they are defined.
16804 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16805 (checkdoc-read-event): Delete. Use read-event directly.
16806
16807 * whitespace.el (whitespace-make-overlay)
16808 (whitespace-overlay-put, whitespace-delete-overlay)
16809 (whitespace-overlay-start, whitespace-overlay-end):
16810 Define such that compiler knows they are defined.
16811 (whitespace): Move conditional inside.
16812
16813 * tempo.el (tempo-insert-template): Suppress warning.
16814
16815 * ediff-diff.el (longlines-mode): Add defvar.
16816
16817 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16818
16819 * server.el: Bind "C-x #" in a way that works even if C-x is
16820 redefined to a command key, not a prefix key.
16821
16822 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16823
16824 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16825 cl-make-type-test till execution time.
16826
16827 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16828
16829 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16830 arg ARG and use it.
16831
16832 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16833
16834 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16835
16836 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16837
16838 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16839 a defcustom with two :set or :type keywords.
16840
16841 2005-07-15 Richard M. Stallman <rms@gnu.org>
16842
16843 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16844 Don't give ^M comment-end syntax.
16845
16846 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16847
16848 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16849 Don't consider gdbmi (gdb-mi.el has its own update functions).
16850 (gdb-var-delete): Make it work for gdbmi as well.
16851 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16852
16853 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16854 (gud-speedbar-menu-items): Correct logic for enabling items.
16855
16856 2005-07-15 Kim F. Storm <storm@cua.dk>
16857
16858 * ido.el: Fix commentary.
16859 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16860 Use with-no-warnings around ffap-guesser.
16861 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16862 Let bind minibuffer-completing-file-name to t.
16863
16864 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16865
16866 * startup.el (site-run-file, keyboard-type): Doc fixes.
16867 (command-line): Check for "--basic-display" argument; also for
16868 "--quick", not "--bare-bones" (which was renamed).
16869 (fancy-splash-text): Add missing item "Getting New Versions".
16870 (normal-splash-screen): Fix typos and improve consistency with
16871 `fancy-splash-text'. Update copyright year.
16872
16873 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16874 valid binding for `help-char'.
16875
16876 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16877
16878 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16879
16880 * term.el (term-mode): Disable cua-mode for term buffers.
16881
16882 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16883
16884 * add-log.el (add-log-mailing-address, change-log-merge):
16885 Doc fixes.
16886 (change-log-get-method-definition): Fix typo in docstring.
16887
16888 2005-07-14 Kim F. Storm <storm@cua.dk>
16889
16890 * emulation/cua-base.el:
16891 (cua--pre-command-handler-1, cua--pre-command-handler)
16892 (cua--post-command-handler-1, cua--post-command-handler):
16893 Split in two. Check (buffer local) value of cua-mode.
16894 (cua-selection-mode): New command.
16895
16896 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16897
16898 * custom.el (custom-initialize-safe-set)
16899 (custom-initialize-safe-default): Doc fixes.
16900
16901 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16902 and simplify :init-value again.
16903
16904 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16905 and simplify :init-value again. Delete autoload.
16906
16907 * startup.el (command-line): Use `custom-reevaluate-setting' again
16908 for tooltip-mode.
16909
16910 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16911 a defcustom with two :initialize keywords.
16912
16913 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16914
16915 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16916 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16917 (allout-post-command-business, allout-flag-region)
16918 (isearch-reenable-font-lock, allout-yank)
16919 (allout-insert-latex-header, allout-insert-latex-trailer)
16920 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16921 (allout-latex-verb-quote): Fix typos in docstrings.
16922 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16923 (allout-unprotected, allout-prefix-data):
16924 Improve argument/docstring consistency.
16925 (allout-chart-subtree): Fix argument spec.
16926 (allout-open-topic): Rename `use_sib_bullet' argument to
16927 `use-sib-bullet'. Doc fix.
16928
16929 * whitespace.el (whitespace-check-buffer-leading)
16930 (whitespace-check-buffer-trailing)
16931 (whitespace-check-buffer-indent)
16932 (whitespace-check-buffer-spacetab)
16933 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16934 (whitespace-check-leading-whitespace)
16935 (whitespace-check-trailing-whitespace)
16936 (whitespace-check-spacetab-whitespace)
16937 (whitespace-check-indent-whitespace)
16938 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16939 (whitespace-modes): Fix typos in docstrings.
16940 (defgroup, defcustom): Doc fixes.
16941
16942 * winner.el (winner-mode, winner-boring-buffers)
16943 (winner-pending-undo-ring): Doc fixes.
16944 (winner-ring): Remove unneeded `progn'.
16945 (winner-equal): `defsubst' it.
16946 (winner-redo): Fix message.
16947
16948 2005-07-13 Kim F. Storm <storm@cua.dk>
16949
16950 * simple.el (line-move-1): Always use vertical-motion to
16951 do the last (or only) line move to ensure some movement.
16952 Undo 2005-06-23 change--don't check for overlays.
16953
16954 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16955
16956 * term/mac-win.el (ccl-encode-mac-roman-font)
16957 (ccl-encode-mac-centraleurroman-font)
16958 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16959 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16960 Change charset-id boundary of dimension to ?\xef.
16961 (mac-char-fontspec-list): New constant.
16962 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16963 argument. Nil uses itself as family in font-spec. Previous
16964 behavior for nil is now provided by non-nil non-string argument.
16965 All callers changed. Add font-specs for Mac fonts to
16966 "fontset-default" unless iso8859-1 fonts are installed.
16967
16968 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16969
16970 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16971 a continuation line if the \ is preceded by SPC or TAB.
16972 (sh-get-indent-info): Simplify.
16973 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16974 Use with-current-buffer.
16975
16976 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16977 when the matched text is empty.
16978
16979 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16980
16981 * startup.el (command-line): Revert to previous handling of
16982 tooltip-mode. Explain in comment why the complexity is needed.
16983
16984 * tooltip.el (tooltip-mode): Revert to previous implementation of
16985 its defcustom.
16986
16987 * frame.el (blink-cursor-mode): Revert to previous implementation
16988 of its defcustom. Update comment.
16989
16990 2005-07-12 Lars Hansen <larsh@soem.dk>
16991
16992 * desktop.el: Update e-mail address.
16993
16994 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16995
16996 * term/mac-win.el (mac-services-mail-selection)
16997 (mac-services-mail-to): New functions.
16998 (mac-application-menu-map): Bind them.
16999
17000 2005-07-12 wulei <milton@wulei.net> (tiny change)
17001
17002 * progmodes/gdb-ui.el: Add note about buffering with Windows.
17003
17004 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
17005
17006 * custom.el (custom-reevaluate-setting): Doc fix.
17007
17008 2005-07-11 Jay Belanger <belanger@truman.edu>
17009
17010 * calc/calc.el (calc-embedded-announce-formula-alist)
17011 (calc-embedded-open-close-plain-alist)
17012 (calc-embedded-open-close-mode-alist): Add checks for additional
17013 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17014
17015 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
17016
17017 * custom.el (custom-enable-theme): Don't add theme to
17018 `custom-enabled-themes' with `push' because there is no
17019 setf-method for `delq'.
17020
17021 2005-07-11 Richard M. Stallman <rms@gnu.org>
17022
17023 * custom.el (custom-declare-variable): Doc fix.
17024
17025 * dired-aux.el (dired-compare-directories): Remove "." and ".."
17026 from the alists.
17027
17028 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17029 Do nothing if edebug-active.
17030
17031 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17032 (edebug-display): Do it here instead.
17033
17034 2005-07-10 Richard M. Stallman <rms@gnu.org>
17035
17036 * cus-face.el (custom-theme-set-faces): Make it work.
17037 (custom-reset-faces): Doc fix.
17038 (custom-theme-reset-internal-face, custom-theme-face-value):
17039 Functions deleted.
17040
17041 * custom.el (custom-push-theme): Maintain list of the settings
17042 of a given theme in its theme-settings property.
17043 Maintain position of old settings in the theme-value
17044 or theme-face property.
17045 (custom-enabled-themes): New variable.
17046 (custom-theme-enabled-p): New function.
17047 (provide-theme): Update custom-enabled-themes.
17048 Disable and reenable the `user' theme.
17049 (require-theme): Doc fix.
17050 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17051 (custom-theme-value, custom-theme-variable-value): Likewise.
17052 (custom-theme-reset-internal): Likewise.
17053 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17054 (custom-enable-theme, custom-disable-theme): New functions.
17055 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17056 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17057 (custom-theme-reset-variables): Simplify.
17058 (deftheme, custom-declare-theme, custom-make-theme-feature):
17059 Definitions moved.
17060
17061 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17062
17063 * longlines.el (longlines-show-region)
17064 (longlines-unshow-hard-newlines): Recognize hard newlines by
17065 non-nil hard property, instead of t.
17066
17067 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17068
17069 * viper-cmd.el (viper--key-maps): New variable.
17070 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17071 emulation-mode-map-alists.
17072 (viper-envelop-ESC-key): Use viper-subseq.
17073 (viper-search-forward/backward/next): Disable debug-on-error.
17074
17075 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17076 (viper-ESC-key): New defcustoms.
17077
17078 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17079
17080 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17081 (viper-subseq): Copy of subseq from cl.el.
17082
17083 * viper.el (viper-go-away, viper-set-hooks): Use
17084 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17085
17086 * viper-mous.el (viper-current-frame-saved): Use defvar.
17087
17088 * viper-init.el: Get rid of -face in face names.
17089
17090 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17091 Make it work with longlines mode
17092
17093 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17094
17095 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17096
17097 * ediff-init.el: Get rid of -face in face names.
17098
17099 2005-07-10 Richard M. Stallman <rms@gnu.org>
17100
17101 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17102 and with-timeout-unsuspend.
17103
17104 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17105 and with-timeout-unsuspend.
17106
17107 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17108 (with-timeout): Bind that variable to record timers.
17109 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17110
17111 * emacs-lisp/debug.el (debug-help-follow): New function.
17112 (debugger-mode-map): Use that instead of help-follow.
17113 (debugger-setup-buffer): Use eval-buffer-list
17114 to handle eval-buffer frames.
17115
17116 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17117
17118 * timezone.el (timezone-parse-date): Change first regexp
17119 so it will not mistakenly match dates with no time zone.
17120
17121 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17122
17123 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17124
17125 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17126
17127 * custom.el (custom-initialize-safe-set)
17128 (custom-initialize-safe-default): New functions.
17129
17130 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17131 and simplify :init-value.
17132
17133 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17134 and simplify :init-value. Delete obsolete comment.
17135
17136 * startup.el (command-line): Use `custom-reevaluate-setting' to
17137 handle `tooltip-mode'. Delete obsolete comment.
17138
17139 * files.el (set-visited-file-name): Avoid calling
17140 `file-name-nondirectory' with a nil argument.
17141
17142 2005-07-09 Richard M. Stallman <rms@gnu.org>
17143
17144 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17145 was called with nil for the buffer, handle the read position right.
17146 Handle read position for eval-region, too.
17147
17148 2005-07-09 Juri Linkov <juri@jurta.org>
17149
17150 * fringe.el (fringe-mode): Add period in docstring.
17151 (fringe-query-style): Build prompt depending on `all-frames' arg.
17152
17153 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17154 to not create links to unrelated functions in the Help buffer.
17155
17156 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17157 Doc fix.
17158
17159 * simple.el (next-error-hook): New variable.
17160 (next-error): Use it. Doc fix.
17161
17162 * textmodes/ispell.el (ispell-command-loop): Add current
17163 dictionary name and program name to mode-line-format.
17164 (ispell-region, ispell-process-line): Add current dictionary name
17165 and program name to messages.
17166
17167 2005-07-08 Jay Belanger <belanger@truman.edu>
17168
17169 * calc/calc.el (calc-embedded-announce-formula-alist)
17170 (calc-embedded-open-close-formula-alist)
17171 (calc-embedded-open-close-word-alist)
17172 (calc-embedded-open-close-plain-alist)
17173 (calc-embedded-open-close-new-formula-alist)
17174 (calc-embedded-open-close-mode-alist)
17175 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17176 (calc-embedded-mode-hook): New variables.
17177
17178 * calc/calc-embed.el (calc-embedded-firsttime)
17179 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17180 New variables.
17181 (calc-do-embedded): Use calc-embedded-firsttime,
17182 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17183 determine whether or not to run hooks.
17184 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17185 calc-embedded-firsttime-formula appropriately.
17186 Set calc-embedded delimiter variables according to mode.
17187
17188 2005-07-08 Richard M. Stallman <rms@gnu.org>
17189
17190 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17191 Check for "emacs", etc., as entire symbol, not just as word.
17192 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17193
17194 * files.el (set-visited-file-name): Report the error
17195 for "empty filename" earlier.
17196 (kill-some-buffers): Ignore buffers already dead.
17197
17198 * fringe.el (fringe-mode): Doc fix.
17199
17200 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17201 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17202 Use unwind-protect to ensure byte-compile-unresolved-functions
17203 is updated.
17204
17205 * whitespace.el (whitespace-buffer-leading-cleanup):
17206 Simplify w/ skip-chars-forward.
17207 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17208
17209 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17210 Unconditionally try to leave point at the same old place.
17211
17212 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17213
17214 * comint.el (comint-postoutput-scroll-to-bottom)
17215 (comint-show-maximum-output): Take scroll-margin into consideration.
17216
17217 2005-07-08 Kim F. Storm <storm@cua.dk>
17218
17219 * ido.el (ido-use-filename-at-point): New choice `guess'.
17220 (ido-file-internal): Try ffap-guesser if selected.
17221
17222 * ido.el (ido-before-fallback-functions): New hook.
17223 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17224 (ido-read-file-name): Run it.
17225
17226 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17227
17228 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17229 strings rather than a list of symbols to the completion function.
17230
17231 2005-07-07 Jay Belanger <belanger@truman.edu>
17232
17233 * calc/calc-units.el (math-apply-units): Change the places in
17234 which units are simplified.
17235
17236 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17237
17238 * cus-edit.el (customize-option, customize-option-other-window):
17239 Make them handle aliases.
17240
17241 * custom.el (custom-variable-p): Make it recursively follow
17242 aliases. Mention that in the docstring.
17243
17244 2005-07-07 Richard M. Stallman <rms@gnu.org>
17245
17246 * cus-start.el (exec-path): Use `directory' instead of `file'.
17247 Fix tag for nil.
17248
17249 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17250
17251 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17252 when called non-interactively. Doc fix.
17253
17254 2005-07-07 Lute Kamstra <lute@gnu.org>
17255
17256 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17257 new address as well.
17258
17259 2005-07-07 Kenichi Handa <handa@m17n.org>
17260
17261 * international/mule.el (make-coding-system):
17262 Describe `ascii-incompatible' property in the docstring.
17263 (set-file-name-coding-system): Signal an error if coding-system is
17264 ascii-incompatible.
17265 (set-keyboard-coding-system): Likewise.
17266
17267 * international/mule-cmds.el (set-default-coding-systems):
17268 Don't set default-file-name-coding-system and
17269 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17270
17271 * international/utf-16.el: Declare that all UTF-16-based coding
17272 systems are ASCII-incompatible.
17273
17274 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17275
17276 * progmodes/gud.el: Require font-lock for displaying errors.
17277 Used by gdb-ui.el.
17278
17279 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17280
17281 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17282 values for the pattern lists which are `read'able but not
17283 `append'able (like symbols).
17284
17285 2005-07-06 Richard M. Stallman <rms@gnu.org>
17286
17287 * progmodes/flymake.el (flymake-float-time): Instead of
17288 with-no-warnings, test for xemacs.
17289 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17290 to avoid warning.
17291
17292 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17293
17294 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17295
17296 2005-07-05 Lute Kamstra <lute@gnu.org>
17297
17298 * battery.el: Add support for Darwin (with much debugging help
17299 from Samuel Lauber <sam124@operamail.com>).
17300 (battery-status-function, battery-echo-area-format)
17301 (battery-mode-line-format): Add support for pmset on Darwin.
17302 (battery-load-low, battery-load-critical): New user options.
17303 (battery-pmset): New function.
17304
17305 2005-07-05 Lute Kamstra <lute@gnu.org>
17306
17307 Update FSF's address in GPL notices.
17308
17309 * textmodes/page-ext.el: Update FSF's address.
17310
17311 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17312
17313 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17314 filling from using prefix when filling a single-line docstring.
17315
17316 * progmodes/flymake.el: Remove useless eval-when-compile.
17317
17318 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17319
17320 2005-07-04 Richard M. Stallman <rms@gnu.org>
17321
17322 * textmodes/org.el (org-file-apps-defaults-gnu):
17323 Rename from org-file-apps-defaults-linux.
17324 (org-default-apps): Don't test system-type for `linux'.
17325 (org-file-apps): Doc fix.
17326
17327 2005-07-04 David Ponce <david@dponce.com>
17328
17329 * tree-widget.el: Improve header Commentary section.
17330 (tree-widget) [defgroup]
17331 (tree-widget-image-enable, tree-widget-themes-directory)
17332 (tree-widget-theme, tree-widget-image-properties-emacs)
17333 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17334 (tree-widget-image-formats, tree-widget-control)
17335 (tree-widget-empty-control, tree-widget-leaf-control
17336 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17337 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17338 (tree-widget-keep, tree-widget-after-toggle-functions)
17339 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17340 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17341 :help-echo message.
17342 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17343 (tree-widget-image-properties): Doc fix. Clearer implementation.
17344 (tree-widget--cursors): New constant.
17345 (tree-widget-lookup-image): New function split from
17346 `tree-widget-find-image'. Clearer implementation.
17347 (tree-widget-find-image): Use it.
17348 (tree-widget-button-keymap): Use `set-keymap-parent'.
17349 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17350 Define the sub-widgets here.
17351 (tree-widget-node): Check that :node is not a tree-widget.
17352 (tree-widget-get-super, tree-widget-open-control)
17353 (tree-widget-close-control, tree-widget-empty-control)
17354 (tree-widget-leaf-control, tree-widget-guide)
17355 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17356 (tree-widget-no-handle, tree-widget-value-delete)
17357 (tree-widget-map): Remove.
17358 (tree-widget-children-value-save): Doc fix. Simplified.
17359 (tree-widget-value-create): Update according to previous changes.
17360
17361 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17362
17363 * textmodes/org.el: Leading space replaced by TABS.
17364 (org-recalc-marks, org-table-rotate-recalc-marks)
17365 (org-table-get-specials): Treat "^" and "_" marks.
17366 (org-table-justify-field-maybe): Optional argument NEW.
17367 (org-table-eval-formula): Parsing of the format simplified.
17368 New modes C,I. Honor the %= parameter in the current table.
17369 Avoid unnecessary re-align by using the NEW argument to
17370 `org-table-justify-field-maybe'.
17371 (org-calc-default-modes): Default for date-format mimicks org-mode.
17372 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17373
17374 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17375
17376 * cus-face.el (custom-theme-set-faces): Make it handle face
17377 aliases whose alias declarations are pre- or autoloaded.
17378
17379 2005-07-04 Juri Linkov <juri@jurta.org>
17380
17381 * faces.el (read-face-name): Put the code for getting a face name
17382 from the buffer before adding the faces from the `face' property.
17383 Use `completing-read-multiple' instead of `completing-read'.
17384 Require `crm'. Add default value and post-process the returned
17385 list of faces.
17386
17387 * emacs-lisp/crm.el (crm-find-current-element)
17388 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17389
17390 * emacs-lisp/lisp-mode.el (eval-defun-1):
17391 * emacs-lisp/edebug.el (edebug-eval-defun):
17392 Remove unnecessary quotes.
17393
17394 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17395
17396 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17397 (prolog-indent-level): Fix typo in docstring.
17398
17399 * info.el (Info-history, Info-history-forward)
17400 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17401
17402 * add-log.el (add-change-log-entry):
17403 * comint.el (comint-dynamic-list-input-ring)
17404 (comint-dynamic-list-completions):
17405 * dabbrev.el (dabbrev-expand):
17406 * delim-col.el (delimit-columns-rectangle-line):
17407 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17408 (diff-unified->context):
17409 * ediff-init.el (ediff-abbrev-jobname):
17410 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17411 (ediff-replace-session-activity-marker-in-meta-buffer):
17412 * info.el (Info-summary):
17413 * lpr.el (printify-region):
17414 * printing.el (pr-create-interface):
17415 * ps-print.el (ps-print-quote):
17416 * ses.el (ses-column-widths, ses-print-cell)
17417 (ses-adjust-print-width, ses-center):
17418 * shell.el (shell-file-name-quote-list):
17419 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17420 (strokes-fill-current-buffer-with-whitespace)
17421 (strokes-xpm-for-stroke, strokes-list-strokes)
17422 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17423 * term.el (term-dynamic-list-input-ring)
17424 (term-dynamic-list-completions):
17425 * calc/calc.el (math-format-stack-value):
17426 * emacs-lisp/edebug.el (edebug-display-freq-count):
17427 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17428 (delphi-new-comment-line):
17429 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17430 * progmodes/executable.el (executable-set-magic):
17431 * progmodes/python.el (inferior-python-mode):
17432 * progmodes/scheme.el (scheme-mode-syntax-table):
17433 * progmodes/sh-script.el (sh-maybe-here-document):
17434 * progmodes/sql.el (sql-copy-column):
17435 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17436 * textmodes/bibtex.el (bibtex-mode):
17437 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17438 (sgml-auto-attributes):
17439 * textmodes/table.el (table-insert, table-shorten-cell)
17440 (table--generate-source-scan-lines, table-delete-row)
17441 (*table--cell-delete-char, table--spacify-frame)
17442 (table--horizontally-shift-above-and-below)
17443 (table--cell-insert-char, table--cell-blank-str)
17444 (table--fill-region-strictly):
17445 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17446 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17447
17448 * add-log.el (change-log):
17449 * apropos.el (apropos):
17450 * comint.el (comint-completion, comint-source):
17451 * dabbrev.el (dabbrev):
17452 * delim-col.el (columns):
17453 * diff-mode.el (diff-mode):
17454 * ediff.el (ediff):
17455 * ediff-diff.el (ediff-diff):
17456 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17457 * ediff-mult.el (ediff-mult):
17458 * ediff-ptch.el (ediff-ptch):
17459 * ediff-wind.el (ediff-window):
17460 * facemenu.el (facemenu):
17461 * indent.el (indent):
17462 * info.el (info):
17463 * jka-cmpr-hook.el (compression, jka-compr):
17464 * lpr.el (lpr):
17465 * outline.el (outlines):
17466 * pcmpl-cvs.el (pcmpl-cvs):
17467 * pcmpl-rpm.el (pcmpl-rpm):
17468 * printing.el (printing):
17469 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17470 (ps-print-vertical, ps-print-headers, ps-print-font)
17471 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17472 (ps-print-background, ps-print-printer, ps-print-page)
17473 (ps-print-miscellany):
17474 * ses.el (ses):
17475 * shell.el (shell, shell-directories, shell-faces):
17476 * startup.el (initialization):
17477 * strokes.el (strokes):
17478 * term.el (term):
17479 * uniquify.el (uniquify):
17480 * w32-vars.el (w32):
17481 * calc/calc.el (calc):
17482 * emacs-lisp/bytecomp.el (bytecomp):
17483 * emacs-lisp/cl-indent.el (lisp-indent):
17484 * emacs-lisp/edebug.el (edebug):
17485 * emacs-lisp/elp.el (elp):
17486 * emacs-lisp/testcover.el (testcover):
17487 * emacs-lisp/trace.el (trace):
17488 * emulation/viper-ex.el (viper-ex):
17489 * emulation/viper-mous.el (viper-mouse):
17490 * mail/mailalias.el (mailalias):
17491 * mail/supercite.el (supercite, supercite-frames)
17492 (supercite-attr, supercite-cite, supercite-hooks):
17493 * net/rcompile.el (remote-compile):
17494 * net/rlogin.el (rlogin):
17495 * obsolete/ooutline.el (outlines):
17496 * progmodes/delphi.el (delphi):
17497 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17498 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17499 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17500 (ebnf-optimization):
17501 * progmodes/etags.el (etags):
17502 * progmodes/executable.el (executable):
17503 * progmodes/idlwave.el (idlwave):
17504 * progmodes/pascal.el (pascal):
17505 * progmodes/prolog.el (prolog):
17506 * progmodes/python.el (python):
17507 * progmodes/scheme.el (scheme):
17508 * progmodes/sh-script.el (sh, sh-script):
17509 * progmodes/sql.el (SQL):
17510 * progmodes/tcl.el (tcl):
17511 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17512 * textmodes/enriched.el (enriched):
17513 * textmodes/makeinfo.el (makeinfo):
17514 * textmodes/sgml-mode.el (sgml):
17515 * textmodes/table.el (table-hooks):
17516 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17517 * textmodes/texinfo.el (texinfo):
17518 * textmodes/two-column.el (two-column):
17519 Finish `defgroup' description with period.
17520
17521 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17522 * eshell/esh-var.el (eshell-var):
17523 * progmodes/vhdl-mode.el (vhdl-testbench):
17524 * textmodes/org.el (org): Fix typos in docstrings.
17525
17526 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17527 consistency.
17528
17529 * progmodes/flymake.el (flymake-find-file): Remove.
17530 (flymake-float-time): Use `with-no-warnings'.
17531 (flymake-check-start-time, flymake-check-was-interrupted)
17532 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17533 (flymake-new-err-info): `defvar' at compile time.
17534
17535 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17536
17537 * replace.el (occur-hook): Doc fix.
17538 (occur-1): Don't call `occur-hook' if there are no matches.
17539
17540 2005-07-03 Richard M. Stallman <rms@gnu.org>
17541
17542 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17543 global-map, save the same map.
17544 (global-map): Don't alter it at top level.
17545 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17546 Then alter it here instead.
17547 (tpu-edt-off): Set global-map to the saved one.
17548
17549 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17550 All references simplified.
17551 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17552 (zmacs-regions): Add defvar.
17553 (repeat-complex-command-map): Everything about that deleted.
17554
17555 * textmodes/artist.el (artist-key-is-drawing)
17556 (artist-key-endpoint1, artist-key-poly-point-list)
17557 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17558 (artist-key-compl-table, artist-rb-save-data)
17559 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17560 Don't put them in eval-when-compile.
17561 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17562
17563 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17564 Use with-no-warnings.
17565
17566 * net/browse-url.el (dos-windows-version): Add defvar.
17567
17568 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17569
17570 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17571 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17572 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17573 Add defvar.
17574 (rmail-summary-beginning-of-message): Use with-no-warnings.
17575 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17576
17577 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17578 Use with-no-warnings.
17579
17580 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17581 (c-mark-function): Add point-moving-unit property.
17582 (vi-goto-line): Use with-no-warnings.
17583
17584 * emulation/edt.el (edt-last-copied-word): Add defvar.
17585 (zmacs-region-stays): Likewise.
17586 (edt-mark-section-wisely): Use c-mark-function for C.
17587 Use makr-defun for Fortran.
17588 (time-string): defvar deleted.
17589 (edt-display-the-time): Don't set time-string.
17590
17591 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17592
17593 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17594 Don't warn when name is not constant
17595 or for defining the group `emacs'.
17596
17597 * tooltip.el (gud-tooltip-mode): Add defvar.
17598
17599 * startup.el (default-frame-background-mode): Add defvar.
17600
17601 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17602
17603 * info.el (tool-bar-map): Add defvar.
17604
17605 * dired.el (dnd-protocol-alist): Add defvar.
17606
17607 * dired-aux.el (dired-query): Display question with answer, when
17608 the user answers.
17609
17610 * custom.el (custom-add-option): Doc fix.
17611
17612 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17613
17614 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17615
17616 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17617 bogus name from the last change.
17618
17619 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17620
17621 * custom.el (custom-declare-variable): Fix typos in comment.
17622 (custom-known-themes): Doc fix.
17623 (custom-theme-directory): New defcustom.
17624 (require-theme): Make it check `custom-theme-directory'.
17625
17626 * cus-theme.el (custom-new-theme-mode): New function.
17627 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17628 (custom-theme-description): Add compiler defvars.
17629 (customize-create-theme): Add doc to the "*New Custom Theme*"
17630 buffer. Use `custom-new-theme-mode'.
17631 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17632 and save it to the `custom-theme-directory'. Make this the
17633 default directory of the buffer.
17634
17635 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17636
17637 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17638 Fix unbalanced parentheses.
17639
17640 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17641
17642 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17643 into flymake-mode and delegate to flymake-mode.
17644
17645 * find-file.el (ff-which-function-are-we-in): Clean up.
17646
17647 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17648
17649 * replace.el (occur-rename-buffer): Fix docstring.
17650
17651 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17652 (edt-last-copied-word, edt-learn-macro-count)
17653 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17654 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17655 (time-string, zmacs-region-stays):
17656 * emulation/edt-mapper.el (edt-save-function-key-map)
17657 (EDT-key-name): `defvar' to silence the byte-compiler.
17658
17659 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17660
17661 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17662 font-lock-regexp-backslash. Doc fix.
17663 (font-lock-regexp-backslash-grouping-construct): Rename from
17664 font-lock-regexp-backslash-construct. Doc fix.
17665 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17666 grouping constructs.
17667
17668 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17669
17670 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17671 updating all the prerequisites.
17672
17673 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17674
17675 * textmodes/org.el (org-agenda-start-on-weekday)
17676 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17677 (org-agenda-use-time-grid, org-archive-location)
17678 (org-allow-space-in-links, org-usenet-links-prefer-google)
17679 (org-enable-table-editor, org-export-default-language)
17680 (org-export-html-show-new-buffer, org-fill-paragraph)
17681 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17682 (org-goto-quit, org-occur, org-eval-in-calendar)
17683 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17684 (org-agenda-diary-entry, org-remember-help)
17685 (org-table-convert-region, org-at-table-p)
17686 (org-table-move-row-down, org-table-move-row-up)
17687 (org-table-copy-region, org-table-toggle-vline-visibility)
17688 (org-table-get-stored-formulas, org-table-get-specials)
17689 (org-recalc-commands, org-table-eval-formula)
17690 (org-table-formula-substitute-names, orgtbl-make-binding)
17691 (org-format-org-table-html, org-format-table-table-html)
17692 (org-format-table-table-html-using-table-generate-source)
17693 (org-customize): Fix typos in docstrings.
17694 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17695 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17696 (org-back-to-heading): Doc fixes.
17697 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17698 (org-agenda-change-all-lines, org-get-header):
17699 Improve argument/docstring consistency.
17700 (orgtbl-error): Fix error message.
17701
17702 * progmodes/flymake.el (flymake-find-possible-master-files)
17703 (flymake-master-file-compare, flymake-get-line-err-count)
17704 (flymake-highlight-line, flymake-gui-warnings-enabled):
17705 Fix typos in docstrings.
17706 (flymake-parse-line, flymake-get-project-include-dirs-function)
17707 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17708 Doc fixes.
17709 (flymake-get-project-include-dirs-function)
17710 (flymake-make-err-menu-data):
17711 Improve argument/docstring consistency.
17712
17713 2005-07-01 Lute Kamstra <lute@gnu.org>
17714
17715 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17716 Catch errors with ignore-errors. Use temporary buffer.
17717 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17718
17719 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17720 background color faces.
17721 (facemenu-set-foreground, facemenu-set-background):
17722 Use facemenu-set-face-from-menu.
17723 (facemenu-set-face-from-menu): Treat face names that start with
17724 "fg:" or "bg:" as special.
17725 (facemenu-add-new-color): Don't create faces. Simplify.
17726
17727 2005-06-30 Richard M. Stallman <rms@gnu.org>
17728
17729 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17730 (crm-find-current-element): Likewise.
17731
17732 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17733
17734 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17735
17736 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17737
17738 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17739 (archive-mouse-extract): Make it an obsolete alias.
17740 (archive-mode-map): Don't use archive-mouse-extract any more.
17741 (archive-mode, archive-extract): write-contents-hooks ->
17742 write-contents-functions.
17743 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17744 first arg.
17745 (archive-rename-entry): Update the call.
17746 (archive-zip-summarize): Remove unused var `method'.
17747 (archive-lzh-summarize): Remove unused var `creator'.
17748
17749 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17750 dedicated frame upon exit.
17751
17752 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17753 (archive-zip-extract, archive-zip-expunge)
17754 (archive-zip-update, archive-zip-update-case): Use executable-find.
17755 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17756 Use restore-buffer-modified-p.
17757 (archive-extract, archive-add-new-member, archive-write-file-member):
17758 Use with-current-buffer.
17759 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17760
17761 2005-06-30 Andreas Schwab <schwab@suse.de>
17762
17763 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17764
17765 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17766
17767 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17768
17769 2005-06-30 Juri Linkov <juri@jurta.org>
17770
17771 * faces.el (vertical-border): Inherit from mode-line-inactive
17772 only on tty.
17773
17774 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17775
17776 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17777 example, -NLINES in the `occur' docstring).
17778
17779 * replace.el (occur-1): When no matches are found, do not set the
17780 `buffer-read-only' and modified flags for the occur buffer,
17781 because it is deleted.
17782
17783 * emulation/cua-base.el (cua-check-pending-input)
17784 (cua-repeat-replace-region, cua-mode, cua-debug)
17785 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17786 Fix typos in docstrings.
17787
17788 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17789 (cua-cut-region-to-global-mark)
17790 (cua--cut-rectangle-to-global-mark):
17791 Remove period from end of messages.
17792
17793 * emulation/cua-rect.el (cua-do-rectangle-padding):
17794 Remove period from end of messages.
17795 (cua--rectangle-seq-format): Fix typo in docstring.
17796 (cua-sequence-rectangle, cua-fill-char-rectangle):
17797 Improve argument/docstring consistency.
17798
17799 2005-06-29 Juri Linkov <juri@jurta.org>
17800
17801 * faces.el (default-frame-background-mode): New internal variable.
17802 (frame-set-background-mode): Use it.
17803
17804 * startup.el (normal-top-level): Set default-frame-background-mode
17805 instead of frame-background-mode. Before setting it, test for its
17806 nil value. Remove tests for frame-background-mode and frame
17807 parameter `reverse'. Add test for "unspecified-fg".
17808
17809 * term/xterm.el (xterm-rxvt-set-background-mode):
17810 * term/rxvt.el (rxvt-set-background-mode):
17811 Set default-frame-background-mode instead of frame-background-mode.
17812
17813 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17814
17815 * simple.el (set-variable): Warn about obsolete user variables.
17816
17817 * imenu.el (imenu--completion-buffer):
17818 * mouse.el (mouse-buffer-menu-alist):
17819 * msb.el (msb-invisible-buffer-p):
17820 * calendar/diary-lib.el (diary-header-line-format):
17821 * emacs-lisp/pp.el (pp-buffer):
17822 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17823 * textmodes/picture.el (picture-replace-match):
17824 Change space constants followed by a sexp to "?\s ".
17825
17826 * play/decipher.el (decipher-loop-with-breaks):
17827 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17828 constants "protected" from end of line by a comment to "?\s".
17829
17830 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17831
17832 * font-lock.el (save-buffer-state): Use `declare'.
17833
17834 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17835 reset the syntax-table to cperl-mode-syntax-table.
17836 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17837 "foo_print_bar" is not matched as a reserved keyword.
17838
17839 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17840
17841 * textmodes/org.el (orgtbl-setup): New function, for delayed
17842 setup for the orgtbl commands.
17843 (org-calc-default-modes): New option.
17844 (orgtbl-make-binding): Use `defun' to get better help display.
17845 (org-diary): Call `org-compile-prefix-format'.
17846 (org-table-formula-substitute-names): New function.
17847 (org-agenda-day-view, org-agenda-week-view): New commands.
17848 (org-agenda-toggle-week-view): Command removed.
17849 (org-tbl-menu): Split off from org-org-menu.
17850 (org-mode): Move removal of outline-mode menus to here.
17851 (org-table-formula-debug): New option.
17852 (org-table-insert-row): Keep first field if just "#" or "*".
17853 (org-mode): Paragraph regexps fixed.
17854 (org-table-recalculate-regexp): New constant.
17855 (org-table-justify-field-maybe): Avoid replace if not necessary.
17856 (org-copy-special, org-cut-special): Use `call-interactively'.
17857 (org-table-copy-region): Take region from `interactive' call.
17858 (org-trim): Return string even if no match.
17859 (org-formula): New face.
17860 (org-set-font-lock-defaults): No longer highlight "FIXME".
17861 But highlight formula-related fields in table.
17862 (org-table-p): Use regexp, not fontification.
17863 (org-table-align): Handle white space at end of line.
17864 (org-table-formula-evaluate-inline): New option.
17865 (org-mode): Auto-wrapping in comment lines turned off.
17866 (org-table-copy-down): Evaluate only in copied field, not in
17867 destination.
17868 (org-table-current-formula): Variable removed.
17869 (org-table-store-formulas, org-table-get-stored-formulas)
17870 (org-table-modify-formulas, org-table-replace-in-formulas)
17871 (org-table-maybe-eval-formula): New functions.
17872 (org-table-get-formula): Modify to use stored formulas.
17873 (org-table-insert-column, org-table-delete-column)
17874 (org-table-move-column): Call `org-table-modify-formulas'.
17875 (org-complete): Add completion for keyword formulas.
17876 (orgtbl-mode): Pull orgtbl-mode-map to start of
17877 minor-mode-map-alist.
17878
17879 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17880
17881 * progmodes/python.el (python-check): Require `compile' before
17882 modifying its variables.
17883
17884 * newcomment.el (comment-indent-default): Don't get fooled by an early
17885 end of buffer.
17886
17887 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17888
17889 * ps-print.el (ps-print-version): Fix version number.
17890
17891 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17892
17893 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17894
17895 2005-06-28 Richard M. Stallman <rms@gnu.org>
17896
17897 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17898 (flyspell-local-mouse-map): Declaration deleted.
17899 (flyspell-mouse-map): Bind only mouse-2.
17900 (flyspell-mode-map): Don't test flyspell-use-local-map.
17901 (flyspell-overlay-keymap-property-name): Var deleted.
17902 (flyspell-mode-on): Don't make local bindings for
17903 flyspell-mouse-map and flyspell-mode-map.
17904 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17905
17906 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17907
17908 * progmodes/compile.el (compilation-next-error-function):
17909 Don't switch buffers; operate on the current buffer.
17910
17911 * progmodes/compile.el (compilation-error-file-name)
17912 (compilation-warning-file-name, compilation-info-file-name)
17913 (compilation-line-number, compilation-column-number): New faces.
17914 (compilation-error-face, compilation-warning-face)
17915 (compilation-info-face, compilation-line-face)
17916 (compilation-column-face): Use them.
17917
17918 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17919
17920 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17921
17922 * bindings.el (global-map): Bind insertchar and its variants.
17923
17924 2005-06-27 Richard M. Stallman <rms@gnu.org>
17925
17926 * textmodes/artist.el (artist-text-overwrite)
17927 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17928
17929 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17930
17931 * ps-print.el: It was not working the page selection for printing.
17932 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17933 (ps-print-version): New version 6.6.7.
17934 (ps-end-sheet): New fun.
17935 (ps-header-sheet, ps-end-job): Call it.
17936
17937 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17938
17939 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17940
17941 2005-06-27 Lute Kamstra <lute@gnu.org>
17942
17943 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17944 background color faces.
17945 (facemenu-get-face): Delete function.
17946 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17947 (facemenu-add-new-color): Make second argument mandatory.
17948 Create the appropriate face and return it. Simplify.
17949 (facemenu-set-foreground, facemenu-set-background): Don't check if
17950 color is defined. Use return value of facemenu-add-new-color.
17951
17952 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17953
17954 * progmodes/gud.el (gud-filter): Add missing argument to
17955 with-selected-window.
17956
17957 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17958
17959 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17960 a :require to the defcustom.
17961
17962 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17963 defcustoms corresponding to minor modes.
17964
17965 2005-06-26 David Ponce <david@dponce.com>
17966
17967 * recentf.el: Require tree-widget instead of wid-edit.
17968 (recentf-filename-handler): Fix widget :type.
17969 (recentf-cancel-dialog, recentf-open-more-files)
17970 (recentf-open-files-action): Doc fix.
17971 (recentf-dialog-goto-first): New function.
17972 (recentf-dialog-mode-map): Set parent keymap first.
17973 (recentf-dialog-mode): Define with define-derived-mode.
17974 Don't display continuation lines in dialogs.
17975 (recentf-edit-list): Rename from recentf-edit-selected-items.
17976 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17977 Simplify.
17978 (recentf-edit-list-validate): New function.
17979 (recentf-edit-list): Update accordingly.
17980 (recentf-open-files-item-shift): Remove.
17981 (recentf-open-files-item): Convert menu elements into tree and
17982 link widgets. Don't create the widgets.
17983 (recentf-open-files): Update accordingly.
17984 (recentf-save-list): Untabify.
17985
17986 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17987
17988 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17989 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17990 partially contained in the active region. Do not take active
17991 region into account when called from Lisp, unless INTERACTIVE arg
17992 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17993 avoid trouble with fields. Make marker point nowhere when no
17994 longer used. Always return nil. Doc fix.
17995 (flush-lines): Add INTERACTIVE arg. Do not take active region
17996 into account when called from Lisp, unless INTERACTIVE arg is
17997 non-nil. Use `forward-line' instead of `beginning-of-line' to
17998 avoid trouble with fields. Make marker point nowhere when no
17999 longer used. Always return nil. Doc fix.
18000 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
18001 interchangeable. Do not take active region into account when
18002 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18003 message in echo area when called from Lisp, unless INTERACTIVE arg
18004 is non-nil. Avoid saying "1 occurrences". Do not use markers.
18005 Return the number of matches. Doc fix.
18006 (occur): Doc fix.
18007 (perform-replace): Make comment follow double space convention for
18008 the sake of `outline-minor-mode'.
18009
18010 * faces.el (facep): Doc fix.
18011
18012 2005-06-25 Richard M. Stallman <rms@gnu.org>
18013
18014 * facemenu.el (facemenu-enable-faces-p): New function.
18015 (facemenu-background-menu, facemenu-foreground-menu)
18016 (facemenu-face-menu): Add menu-enable property.
18017
18018 * jka-compr.el (jka-compr-insert-file-contents):
18019 Special handling if cannot find the uncompression program.
18020
18021 * cus-face.el (custom-face-attributes): Add autoload.
18022
18023 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18024 Bind comment-indent-function locally.
18025
18026 * window.el (save-selected-window): Use save-current-buffer.
18027
18028 * subr.el (with-selected-window): Use save-current-buffer.
18029
18030 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18031 and with-current-buffer.
18032
18033 2005-06-24 Richard M. Stallman <rms@gnu.org>
18034
18035 * simple.el (line-move-1): Fix previous change.
18036
18037 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18038
18039 * replace.el (occur-1): Set `buffer-read-only' and the
18040 buffer-modified flag before running `occur-hook' to protect
18041 against unintentional buffer switches that can lead to data loss.
18042
18043 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18044
18045 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18046 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18047 initial error.
18048
18049 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18050 after fresh input.
18051 (gdb-var-create-handler): Put name of expression in quotes.
18052
18053 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18054
18055 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18056 elements of RING in order, and without bogus nil elements.
18057
18058 2005-06-23 Richard M. Stallman <rms@gnu.org>
18059
18060 * simple.el (set-variable): Args renamed; doc fix.
18061 (line-move-1): When there are overlays around, use vertical-motion.
18062
18063 * faces.el (escape-glyph): Use brown against light background.
18064 (nobreak-space): Rename from no-break-space.
18065 Fix previous change.
18066
18067 * dired-aux.el (dired-do-copy): Fix arg prompt.
18068
18069 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18070
18071 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18072
18073 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18074 rather than "Distributor".
18075
18076 2005-06-23 Lute Kamstra <lute@gnu.org>
18077
18078 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18079 (debug-on-entry): Use it. New interactive declaration that uses
18080 function-called-at-point.
18081
18082 2005-06-23 Kim F. Storm <storm@cua.dk>
18083
18084 * subr.el (save-match-data): Add comment about using evaporate arg
18085 to set-match-data.
18086
18087 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18088
18089 * cus-edit.el (customize-face)
18090 (customize-face-other-window): Handle face aliases.
18091
18092 * faces.el (face-documentation, set-face-attribute)
18093 (face-spec-set): Handle face aliases.
18094
18095 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18096
18097 * help-mode.el (help-make-xrefs): If a symbol representing a face
18098 name is not followed by the word "face", it could still be a
18099 function or variable name, so don't bypass other checks.
18100
18101 2005-06-22 Juri Linkov <juri@jurta.org>
18102
18103 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18104 Replace aliased functions with calls where second arg `inherit' is t.
18105
18106 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18107
18108 * progmodes/gdb-ui.el (gdb-error): New variable.
18109 (gdb-error): New function.
18110 (gdb-annotation-rules): Act on error-begin and error annotations.
18111 (gdb-concat-output): Use font-lock-warning-face for errors.
18112
18113 2005-06-22 Miles Bader <miles@gnu.org>
18114
18115 * bindings.el (propertized-buffer-identification): Use renamed
18116 `Buffer-menu-buffer' face.
18117
18118 * faces.el (vertical-border): Rename from `vertical-divider'.
18119 (escape-glyph): Change dark-background color back to `cyan'.
18120
18121 2005-06-21 Juri Linkov <juri@jurta.org>
18122
18123 * faces.el (face-user-default-spec): Try getting `customized-face'
18124 prior to `saved-face'.
18125 (frame-background-mode): Refill docstring.
18126
18127 * emacs-lisp/lisp-mode.el (eval-defun-1):
18128 * emacs-lisp/edebug.el (edebug-eval-defun):
18129 Set `saved-face' temporarily to nil before calling form.
18130 Set `customized-face' to the new spec after that.
18131
18132 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18133
18134 * subr.el (1value, lambda, key-substitution-in-progress):
18135 Doc fixes.
18136
18137 * autoinsert.el (auto-insert-alist):
18138 * ses.el (ses-call-printer):
18139 * subr.el (noreturn):
18140 * emacs-lisp/lisp.el (check-parens):
18141 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18142 * net/browse-url.el (browse-url-mosaic):
18143 * progmodes/cc-defs.el (c-safe-scan-lists):
18144 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18145 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18146 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18147 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18148 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18149 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18150
18151 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18152
18153 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18154
18155 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18156
18157 * calendar/appt.el (appt-make-list): Activate the package, if
18158 not already active (for backwards compatibility).
18159
18160 2005-06-20 Kim F. Storm <storm@cua.dk>
18161
18162 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18163
18164 2005-06-20 Miles Bader <miles@gnu.org>
18165
18166 * faces.el (vertical-divider): New face.
18167
18168 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18169
18170 * simple.el (kill-whole-line): Doc fix.
18171 (next-error-buffer-p, next-error-find-buffer)
18172 (clone-indirect-buffer): Fix typos in docstrings.
18173 (comment-line-break-function): Doc fix: don't say variable
18174 is automatically buffer-local (it isn't).
18175
18176 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18177
18178 * net/tramp-ftp.el (top):
18179 * net/tramp-smb.el (top):
18180 * net/tramp-util.el (top):
18181 * net/tramp-uu.el (top):
18182 * net/tramp-vc.el (top):
18183 * net/tramp.el (top): Revert copyright years back to original
18184 ones. Tramp has a life outside GNU Emacs.
18185
18186 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18187
18188 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18189
18190 2005-06-18 Juri Linkov <juri@jurta.org>
18191
18192 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18193 end of first regexp to limit the match to the position between
18194 line number and source line with same separator character as used
18195 between file name and line number. In the second regexp limit
18196 mouse-face area to file name and line number by adding new group
18197 for them and referring it in HYPERLINK arg.
18198 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18199 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18200 previous line where grep markers may be already removed.
18201
18202 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18203
18204 * progmodes/ps-mode.el: Update version and maintainer's email address.
18205
18206 2005-06-18 Steve Youngs <steve@xemacs.org>
18207
18208 * net/browse-url.el (browse-url-browser-function)
18209 (browse-url-default-browser): Add firefox.
18210 (browse-url-firefox-program, browse-url-firefox-arguments)
18211 (browse-url-firefox-startup-arguments)
18212 (browse-url-firefox-new-window-is-tab): New defcustoms.
18213 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18214
18215 2005-06-17 Richard M. Stallman <rms@gnu.org>
18216
18217 * startup.el (command-line): Warn if specified user name has
18218 no home directory.
18219
18220 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18221 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18222
18223 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18224 Doc fixes.
18225
18226 * faces.el (underline): Try bold if terminal doesn't support underline.
18227
18228 * mail/sendmail.el (mail-setup-with-from): New variable.
18229 (mail-insert-from-field): New function.
18230 (sendmail-send-it): Call it.
18231 (mail-setup): Optionally call it here.
18232
18233 * term/linux.el: Call tty-no-underline.
18234
18235 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18236
18237 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18238
18239 2005-06-17 Miles Bader <miles@gnu.org>
18240
18241 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18242 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18243 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18244 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18245 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18246 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18247 Remove "-face" suffix from face names.
18248 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18249 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18250 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18251 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18252 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18253 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18254 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18255 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18256 New backward-compatibility aliases for renamed faces.
18257 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18258 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18259 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18260 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18261 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18262 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18263 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18264 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18265 Use renamed ediff faces.
18266
18267 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18268 Remove "-face" suffix from face names.
18269 (eshell-test-ok-face, eshell-test-failed-face):
18270 New backward-compatibility aliases for renamed faces.
18271 (eshell-run-test): Use renamed eshell-test faces.
18272
18273 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18274 face name.
18275 (eshell-prompt-face): New backward-compatibility alias for renamed
18276 face.
18277 (eshell-emit-prompt): Use renamed eshell-prompt face.
18278
18279 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18280 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18281 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18282 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18283 Remove "-face" suffix from face names.
18284 (eshell-ls-directory-face, eshell-ls-symlink-face)
18285 (eshell-ls-executable-face, eshell-ls-readonly-face)
18286 (eshell-ls-unreadable-face, eshell-ls-special-face)
18287 (eshell-ls-missing-face, eshell-ls-archive-face)
18288 (eshell-ls-backup-face, eshell-ls-product-face)
18289 (eshell-ls-clutter-face):
18290 New backward-compatibility aliases for renamed faces.
18291 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18292
18293 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18294 Remove "-face" suffix from face name.
18295 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18296 instead of literal face.
18297
18298 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18299
18300 * emacs-lisp/warnings.el (display-warning, lwarn)
18301 (warning-minimum-log-level): Doc fixes.
18302 (warning-minimum-level, warning-minimum-log-level):
18303 Add :debug to :type choices.
18304
18305 * progmodes/ada-mode.el (ada-format-paramlist)
18306 (ada-get-indent-case, ada-check-matching-start)
18307 (ada-check-defun-name, ada-goto-matching-decl-start)
18308 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18309 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18310 (ada-make-subprogram-body): Follow error conventions.
18311 (ada-case-exception-file, ada-indent-comment-as-code)
18312 (ada-indent-handle-comment-special, ada-indent-renames)
18313 (ada-indent-return, ada-search-directories-internal)
18314 (ada-tab-policy, ada-case-exception-substring)
18315 (ada-other-file-alist, ada-matching-start-re)
18316 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18317 (ada-imenu-generic-expression, ada-compile-goto-error)
18318 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18319 (ada-popup-menu, ada-add-extensions, ada-mode)
18320 (ada-region-selected, ada-create-case-exception)
18321 (ada-create-case-exception-substring, ada-after-keyword-p)
18322 (ada-activate-keys-for-case, ada-adjust-case-region)
18323 (ada-adjust-case-buffer, ada-format-paramlist)
18324 (ada-scan-paramlist, ada-insert-paramlist)
18325 (ada-indent-newline-indent)
18326 (ada-indent-newline-indent-conditional)
18327 (ada-justified-indent-current, ada-goto-previous-word)
18328 (ada-indent-current, ada-get-indent-open-paren)
18329 (ada-get-indent-paramlist, ada-get-indent-end)
18330 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18331 (ada-get-indent-block-start, ada-get-indent-subprog)
18332 (ada-get-indent-noindent, ada-get-indent-label)
18333 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18334 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18335 (ada-goto-stmt-end, ada-goto-next-word)
18336 (ada-check-matching-start, ada-check-defun-name)
18337 (ada-goto-matching-decl-start, ada-goto-matching-start)
18338 (ada-goto-matching-end, ada-search-ignore-string-comment)
18339 (ada-in-decl-p, ada-looking-at-semi-or)
18340 (ada-looking-at-semi-private, ada-in-paramlist-p)
18341 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18342 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18343 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18344 (ada-previous-package, ada-create-menu)
18345 (ada-fill-comment-paragraph-justify)
18346 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18347 (ada-other-file-name, ada-last-which-function-line)
18348 (ada-last-which-function-subprog, ada-which-function)
18349 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18350 (ada-gen-treat-proc, ada-check-emacs-version)
18351 (ada-continuation-indent, ada-align-region-separate):
18352 Fix typos in docstrings.
18353 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18354
18355 2005-06-16 Lute Kamstra <lute@gnu.org>
18356
18357 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18358 conditionally.
18359
18360 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18361
18362 * comint.el (comint-replace-by-expanded-filename)
18363 (comint-prompt-regexp, comint-delimiter-argument-list)
18364 (comint-preinput-scroll-to-bottom):
18365 * info.el (Info-hide-cookies-node):
18366 * ls-lisp.el (ls-lisp-classify):
18367 * find-file.el (ff-search-directories, ff-special-constructs)
18368 (ff-find-other-file):
18369 * font-lock.el (font-lock-keywords):
18370 * shell.el (shell-prompt-pattern)
18371 (shell-dynamic-complete-functions, shell-mode)
18372 (shell-delimiter-argument-list):
18373 * term.el (term-replace-by-expanded-filename)
18374 (term-prompt-regexp, term-delimiter-argument-list):
18375 * woman.el (woman-ignore, woman0-if):
18376 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18377 * emacs-lisp/elint.el (elint-init-env):
18378 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18379 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18380 * language/ethio-util.el (ethio-tilde-escape)
18381 (ethio-use-three-dot-question):
18382 * net/zone-mode.el (zone-mode-load-time-setup):
18383 * progmodes/cc-align.el (c-lineup-argcont):
18384 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18385 * progmodes/cperl-mode.el (cperl-set-style-back):
18386 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18387 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18388 Fix spellings in docstrings.
18389
18390 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18391 * progmodes/modula2.el (m2-for): Fix spellings.
18392
18393 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18394
18395 * simple.el (undo-more): Don't use `format' on `error' arguments.
18396 Improve argument/docstring consistency.
18397 (pending-undo-list): Doc fix.
18398
18399 * smerge-mode.el (smerge-ensure-match):
18400 * emulation/vip.el (vip-ex):
18401 * net/zone-mode.el (zone-mode-update-serial):
18402 * progmodes/idlwave.el (idlwave-complete):
18403 * progmodes/vhdl-mode.el (vhdl-visit-file)
18404 (vhdl-compose-wire-components):
18405 Don't use `format' on `error' arguments.
18406
18407 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18408 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18409 (tooltip-help-tips): Fix typos in docstrings.
18410
18411 2005-06-16 David Ponce <david@dponce.com>
18412
18413 * tree-widget.el (tree-widget-value-create): Simplify last change.
18414
18415 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18416
18417 * ido.el (ido-incomplete-regexp): New variable.
18418 (ido-set-matches-1): Handle invalid-regexp error and set
18419 ido-incomplete-regexp.
18420 (ido-incomplete-regexp): New face.
18421 (ido-completions): Use it.
18422 (ido-complete, ido-exit-minibuffer, ido-completions):
18423 Handle incomplete regexps.
18424 (ido-completions): Add check for complete match when entering a regexp.
18425
18426 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18427
18428 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18429
18430 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18431
18432 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18433 by field delimiters.
18434
18435 2005-06-15 David Ponce <david@dponce.com>
18436
18437 * tree-widget.el: eval-and-compile inlined functions so they will
18438 be available at run-time too.
18439 (tree-widget-super-format-handler)
18440 (tree-widget-format-handler): Remove.
18441 (tree-widget-value-create): Handle the :indent property.
18442
18443 2005-06-15 Miles Bader <miles@gnu.org>
18444
18445 * progmodes/which-func.el (which-func): Only inherit
18446 `font-lock-function-name-face' when that makes sense against the
18447 default mode-line face, otherwise set the face color explicitly.
18448
18449 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18450 faces instead of (non-existent) variables.
18451
18452 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18453
18454 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18455 (iswitchb-get-matched-buffers): Likewise. Simplify.
18456
18457 2005-06-14 Miles Bader <miles@gnu.org>
18458
18459 * progmodes/ld-script.el (ld-script-location-counter):
18460 Remove "-face" suffix from face name.
18461 (ld-script-location-counter-face):
18462 New backward-compatibility alias for renamed face.
18463 (ld-script-location-counter-face): Use renamed face.
18464
18465 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18466 (cperl-hash): Remove "-face" suffix from face names.
18467 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18468 New backward-compatibility aliases for renamed faces.
18469 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18470 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18471
18472 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18473 name.
18474 (which-func-face): New backward-compatibility alias for renamed face.
18475 (which-func-format): Use renamed which-func face.
18476
18477 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18478 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18479 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18480 names.
18481 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18482 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18483 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18484 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18485 (vhdl-speedbar-architecture-selected)
18486 (vhdl-speedbar-configuration-selected)
18487 (vhdl-speedbar-package-selected)
18488 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18489 names.
18490 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18491 Use renamed faces.
18492 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18493 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18494 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18495 Use renamed faces.
18496 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18497 names.
18498 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18499 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18500 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18501 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18502 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18503 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18504
18505 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18506 face name.
18507 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18508 (sh-heredoc-face): Use renamed sh-heredoc face.
18509
18510 * progmodes/idlw-help.el (idlwave-help-link):
18511 Remove "-face" suffix from face name.
18512 (idlwave-help-link-face):
18513 New backward-compatibility alias for renamed face.
18514 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18515
18516 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18517 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18518 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18519 New backward-compatibility aliases for renamed faces.
18520 (idlwave-shell-disabled-breakpoint-face)
18521 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18522
18523 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18524 Remove "-face" suffix from face names.
18525 (flymake-errline-face, flymake-warnline-face):
18526 New backward-compatibility aliases for renamed faces.
18527 (flymake-highlight-line): Use renamed flymake faces.
18528
18529 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18530 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18531 (ebrowse-member-class, ebrowse-progress):
18532 Remove "-face" suffix from face names.
18533 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18534 (ebrowse-file-name-face, ebrowse-default-face)
18535 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18536 (ebrowse-progress-face):
18537 New backward-compatibility aliases for renamed faces.
18538 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18539 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18540 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18541 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18542
18543 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18544 antlr-syntax)
18545 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18546 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18547 names.
18548 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18549 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18550 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18551 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18552 backward-compatibility aliases for renamed faces.
18553 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18554 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18555 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18556 remove "font-lock-". Use renamed antlr-mode faces.
18557 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18558 literal face-names with face variable references.
18559
18560 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18561 face name.
18562 (Buffer-menu-buffer-face): New backward-compatibility alias for
18563 renamed face.
18564 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18565
18566 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18567
18568 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18569 Eliminate "-face" suffix.
18570 (makefile-targets): Inherit from font-lock-function-name-face and
18571 eliminate "-face" suffix.
18572 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18573 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18574 actions, instead of prepending, to make it less visible.
18575 (makefile-previous-dependency, makefile-match-dependency):
18576 Don't match a target on a continuation line.
18577
18578 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18579
18580 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18581
18582 * progmodes/gdb-ui.el (menu): Re-order menu items.
18583 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18584
18585 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18586 Define in tooltip.el.
18587 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18588 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18589 gud-tooltip-echo-area.
18590
18591 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18592 backward compatibility and make obsolete.
18593 (tooltip-help-tips): Use tooltip-use-echo-area.
18594 (tooltip-show-help-function): Rename to...
18595 (tooltip-show-help): ...this, because it is a function.
18596 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18597
18598 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18599
18600 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18601 (edebug-print-length, edebug-print-level, edebug-print-circle)
18602 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18603 (edebug-eval-print-last-sexp): Doc fixes.
18604
18605 2005-06-14 Kim F. Storm <storm@cua.dk>
18606
18607 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18608 as the coverage buffer/file/both may change.
18609
18610 2005-06-14 Lute Kamstra <lute@gnu.org>
18611
18612 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18613 and run-mode-hooks. Simplify.
18614
18615 * mail/rmailedit.el (rmail-edit-mode):
18616 * progmodes/octave-inf.el (inferior-octave-mode):
18617 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18618
18619 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18620 and run-mode-hooks.
18621 (recentf-edit-list, recentf-open-files): Don't call
18622 kill-all-local-variables directly.
18623
18624 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18625
18626 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18627
18628 * emacs-lisp/byte-run.el (make-obsolete)
18629 (define-obsolete-function-alias): Rename arguments FUNCTION and
18630 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18631 (make-obsolete-variable, define-obsolete-variable-alias):
18632 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18633 respectively.
18634
18635 * isearchb.el (isearchb-activate):
18636 * pcvs.el (cvs-mode):
18637 * ses.el (ses-load):
18638 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18639 * net/tramp.el (tramp-find-file-exists-command)
18640 (tramp-find-shell):
18641 * progmodes/ada-mode.el (ada-create-case-exception)
18642 (ada-create-case-exception-substring, ada-make-subprogram-body):
18643 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18644 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18645 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18646 * textmodes/org.el (org-promote, org-evaluate-time-range)
18647 (org-agenda-next-date-line, org-agenda-previous-date-line)
18648 (org-agenda-error, org-open-at-point, org-table-move-row)
18649 (org-format-table-table-html-using-table-generate-source)
18650 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18651 * textmodes/reftex.el (reftex-access-scan-info):
18652 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18653 (reftex-toc-promote-prepare): Follow error conventions.
18654
18655 * diff-mode.el (diff-mode): Fix typo in docstring.
18656
18657 * forms.el (forms--intuit-from-file): Fix reference to
18658 `forms-number-of-fields' in error message.
18659 (forms-print): Fix quoting in error message.
18660
18661 * forms.el (forms-mode):
18662 * emulation/vi.el (vi-goto-insert-state):
18663 * progmodes/flymake.el (flymake-new-err-info)
18664 (flymake-start-syntax-check-for-current-buffer)
18665 (flymake-simple-cleanup):
18666 * eshell/esh-var.el (eshell/export):
18667 * progmodes/gud.el (xdb):
18668 * textmodes/flyspell.el (flyspell-incorrect-hook)
18669 (flyspell-maybe-correct-transposition)
18670 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18671
18672 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18673
18674 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18675 minibuffer prompt.
18676
18677 2005-06-13 Kim F. Storm <storm@cua.dk>
18678
18679 * subr.el (add-to-ordered-list): New defun.
18680
18681 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18682 add cua--keymap-alist to emulation-mode-map-alists.
18683
18684 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18685
18686 * subr.el (complete-in-turn): New macro.
18687 (dynamic-completion-table, lazy-completion-table): Add debug info.
18688
18689 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18690 in preference to face aliases.
18691
18692 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18693 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18694 Remove unused vars `start' and `firstline'.
18695 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18696 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18697
18698 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18699
18700 * cus-start.el (all): Don't complain about missing GTK-related
18701 variables, unless either `gtk' is boundp or this isn't a
18702 `windows-nt' build.
18703
18704 2005-06-13 Lute Kamstra <lute@gnu.org>
18705
18706 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18707 run-mode-hooks.
18708
18709 * ediff-mult.el (ediff-meta-mode):
18710 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18711
18712 * ledit.el (ledit-mode): Use delay-mode-hooks.
18713
18714 * woman.el (woman-mode-line-format): Delete constant.
18715 (woman-mode-map): Initialize it properly.
18716 (woman-mode): Set mode-class property to special.
18717 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18718 Set major-mode and mode-name. Don't set mode-line-format directly.
18719 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18720
18721 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18722 string argument obsolete.
18723
18724 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18725
18726 * textmodes/org.el (org-CUA-compatible): New option.
18727 (org-disputed-keys): New variable.
18728 (org-key): New function.
18729 (orgtbl-make-binding): Add docstring to the created function.
18730 (org-mode): Set paragraph start/separate regexps.
18731 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18732 (org-archive-location, org-archive-mark-done)
18733 (org-archive-stamp-time): New options.
18734 (org-archive-subtree): New command.
18735 (org-fill-paragraph): New function.
18736 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18737 (org-fake-empty-table-line): Function removed.
18738 (org-format-org-table-html): Do not create empty table lines at
18739 separator lines. Improved table header treatment.
18740 (org-link-format): New option.
18741 (org-make-link): New function.
18742 (org-insert-link, org-store-link): Use org-make-link.
18743 (org-open-file): Quote file name for shell command, to allow
18744 spaces in file names.
18745 (org-link-regexp): Fix bug with mailto link.
18746 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18747 New constants.
18748 (org-export-as-html): Deal with the optional angles around a link.
18749 Better treatment of file: links.
18750 (org-open-at-point): Replace @{ and @} with < and >.
18751 (org-run-mode-hooks): Function removed.
18752 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18753
18754 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18755
18756 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18757 MI command -data-list-register-values.
18758 (gdb-post-prompt): Indent properly.
18759
18760 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18761
18762 * hilit-chg.el (highlight-changes-colors): Rename from
18763 `highlight-changes-colours'.
18764 (highlight-changes-colours): Keep as obsolete alias.
18765 (highlight-changes-face-list): Doc fix.
18766 (hilit-chg-make-list): Use `highlight-changes-colors'.
18767
18768 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18769
18770 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18771 defun-prompt-regexp.
18772
18773 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18774
18775 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18776 and cygwin.
18777
18778 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18779 Don't use an old loaddefs.el, as in Makefile.in.
18780
18781 2005-06-12 Lute Kamstra <lute@gnu.org>
18782
18783 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18784
18785 * man.el (Man-mode-map): Initialize it properly.
18786 (Man-mode): Set mode-class property to special.
18787
18788 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18789
18790 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18791
18792 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18793 A newline is needed in the docstring there.
18794
18795 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18796 Doc fixes.
18797
18798 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18799
18800 * printing.el: Doc fix. The menubar is no more changed when printing
18801 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18802 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18803 (pr-version): New version number (6.8.4).
18804 (pr-menu-bind): New command.
18805 (pr-update-menus): Docstring and code fix.
18806 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18807 Docstring fix.
18808 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18809 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18810
18811 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18812
18813 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18814 "Returns" to "return", document useful return values, etc.
18815
18816 2005-06-11 Alan Mackenzie <acm@muc.de>
18817
18818 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18819 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18820 (adaptive-file-function): Minor amendment to doc-string.
18821
18822 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18823
18824 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18825 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18826 Fix :type--it is `integer', not `string'.
18827
18828 * faces.el (modeline-highlight): Rename from (the erroneous)
18829 `modeline-higilight'.
18830
18831 2005-06-11 Lute Kamstra <lute@gnu.org>
18832
18833 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18834 lisp-interaction-mode-map but make it the parent.
18835 (edebug-eval-mode): Use define-derived-mode.
18836
18837 2005-06-11 Andreas Schwab <schwab@suse.de>
18838
18839 * bindings.el: Add binding of `ESC functionkey' for every
18840 `M-functionkey'.
18841 * hexl.el (hexl-mode-map): Likewise.
18842
18843 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18844
18845 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18846 [msft]: update regexp for newer msft compilers.
18847
18848 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18849
18850 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18851 ATTLIST portions of included DTDs.
18852 (xml-parse-dtd): Eliminate use of inefficient match-data.
18853
18854 2005-06-10 Miles Bader <miles@gnu.org>
18855
18856 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18857 (mpuz-text): Remove "-face" suffix from face names.
18858 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18859 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18860 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18861
18862 * play/gomoku.el (gomoku-O, gomoku-X):
18863 Remove "-face" suffix from face names.
18864 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18865 New backward-compatibility aliases for renamed faces.
18866 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18867
18868 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18869
18870 * thumbs.el: Fixes for changes of 2005-06-09.
18871 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18872 as a directory.
18873 (thumbs-thumbname): Remove directory separator from format string;
18874 `thumbs-thumbsdir' now returns a valid directory name.
18875 (thumbs-temp-dir): New defsubst.
18876 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18877 Use it.
18878
18879 * cus-edit.el (minibuffer):
18880 * files.el (make-backup-file-name-function):
18881 * filesets.el (filesets-external-viewers):
18882 * hilit-chg.el (highlight-changes-colours)
18883 (highlight-changes-face-list, highlight-changes-rotate-faces):
18884 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18885 * kmacro.el (kmacro-call-macro):
18886 * log-edit.el (log-edit-changelog-full-paragraphs):
18887 * mouse.el (mouse-1-click-follows-link):
18888 * skeleton.el (skeleton-autowrap):
18889 * subr.el (insert-for-yank-1):
18890 * tempo.el (tempo-insert-region):
18891 * terminal.el (terminal-emulator):
18892 * time.el (display-time-mail-face):
18893 * vc.el (vc-annotate):
18894 * vcursor.el (vcursor-copy-line):
18895 * woman.el (woman-bold-headings, woman-ignore)
18896 (woman-default-faces, woman-monochrome-faces):
18897 * calendar/todo-mode.el (todo-insert-threshold):
18898 * emulation/pc-select.el (pc-select-selection-keys-only)
18899 (pc-selection-mode):
18900 * emulation/vip.el (vip-find-char-forward):
18901 * emulation/viper-cmd.el (viper-find-char-forward):
18902 * international/mule-cmds.el
18903 (select-safe-coding-system-accept-default-p)
18904 (input-method-exit-on-invalid-key):
18905 * international/mule-diag.el (describe-coding-system):
18906 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18907 * net/browse-url.el (browse-url-xterm-program):
18908 * obsolete/lazy-lock.el (lazy-lock-mode):
18909 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18910 (cperl-mode):
18911 * progmodes/cpp.el (cpp-face-light-name-list)
18912 (cpp-face-dark-name-list):
18913 * progmodes/delphi.el (delphi-newline-always-indents):
18914 Fix spellings in docstrings.
18915
18916 * ido.el (ido-mode, ido-file-extensions-order)
18917 (ido-default-file-method, ido-default-buffer-method)
18918 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18919 (ido-decorations, ido-read-file-name-as-directory-commands)
18920 (ido-read-file-name-non-ido, ido-work-directory-list)
18921 (ido-ignore-item-temp-list, ido-current-directory)
18922 (ido-magic-forward-char, ido-enter-find-file)
18923 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18924 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18925
18926 2005-06-10 Lute Kamstra <lute@gnu.org>
18927
18928 * play/dunnet.el (dun-mode): Use define-derived-mode.
18929 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18930 obsolete alias.
18931
18932 * play/doctor.el (doctor-mode-map): Remove defvar.
18933 (doctor-mode): Use define-derived-mode.
18934
18935 * mail/mspools.el (mspools-mode):
18936 * net/eudc-hotlist.el (eudc-hotlist-mode):
18937 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18938
18939 2005-06-10 Miles Bader <miles@gnu.org>
18940
18941 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18942 Remove "-face" suffix from face names.
18943 (flyspell-incorrect-face, flyspell-duplicate-face):
18944 New backward-compatibility aliases for renamed faces.
18945 (flyspell-mode-on, make-flyspell-overlay)
18946 (flyspell-highlight-incorrect-region)
18947 (flyspell-highlight-duplicate-region)
18948 (flyspell-display-next-corrections)
18949 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18950
18951 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18952 from face name.
18953 (texinfo-heading-face): New backward-compatibility alias for
18954 renamed face.
18955 (texinfo-heading-face): Use renamed texinfo-heading face.
18956
18957 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18958 suffix from face names.
18959 (tex-math-face, tex-verbatim-face):
18960 New backward-compatibility aliases for renamed faces.
18961 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18962 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18963 literal face name.
18964
18965 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18966 name.
18967 (table-cell-face): New backward-compatibility alias for renamed face.
18968 (table--put-cell-face-property, table--update-cell-face):
18969 Use renamed table-cell face.
18970
18971 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18972 from face name.
18973 (sgml-namespace-face): New backward-compatibility alias for
18974 renamed face.
18975 (sgml-namespace-face): Use renamed sgml-namespace face.
18976
18977 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18978 (org-level-4, org-level-5, org-level-6, org-level-7)
18979 (org-level-8, org-warning, org-headline-done)
18980 (org-deadline-announce, org-scheduled-today)
18981 (org-scheduled-previously, org-link, org-done, org-table)
18982 (org-time-grid): Remove "-face" suffix from face names.
18983 (org-level-1-face, org-level-2-face, org-level-3-face)
18984 (org-level-4-face, org-level-5-face, org-level-6-face)
18985 (org-level-7-face, org-level-8-face, org-warning-face)
18986 (org-headline-done-face, org-deadline-announce-face)
18987 (org-scheduled-today-face, org-scheduled-previously-face)
18988 (org-link-face, org-done-face, org-table-face)
18989 (org-time-grid-face):
18990 New backward-compatibility aliases for renamed faces.
18991 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18992 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18993 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18994 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18995
18996 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18997 (viper-minibuffer-emacs, viper-minibuffer-insert)
18998 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18999 (viper-search-face, viper-replace-overlay-face)
19000 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19001 (viper-minibuffer-vi-face):
19002 New backward-compatibility aliases for renamed faces.
19003 (viper-search-face, viper-replace-overlay-face)
19004 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19005 (viper-minibuffer-vi-face): Use renamed viper faces.
19006
19007 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19008 Remove "-face" suffix from face names.
19009 (testcover-nohits-face, testcover-1value-face):
19010 New backward-compatibility aliases for renamed faces.
19011 (testcover-mark): Use renamed testcover faces.
19012
19013 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19014 face name.
19015 (diary-button-face): New backward-compatibility alias for renamed face.
19016 (diary-entry): Use renamed diary-button face.
19017
19018 * calendar/calendar.el (diary, calendar-today, holiday)
19019 (mark-visible-calendar-date): Remove "-face" suffix from face names.
19020 (diary-face, calendar-today-face, holiday-face):
19021 New backward-compatibility aliases for renamed faces.
19022 (eval-after-load "facemenu", diary-entry-marker)
19023 (calendar-today-marker, calendar-holiday-marker, diary-face):
19024 Use renamed calendar faces.
19025
19026 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19027 (compare-windows-face): New backward-compatibility alias for
19028 renamed face.
19029 (compare-windows-highlight): Use renamed compare-windows face.
19030
19031 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19032 (strokes-char-face): New backward-compatibility alias for renamed face.
19033 (strokes-encode-buffer): Use renamed strokes-char face.
19034
19035 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19036 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19037 Remove "-face" suffix from face names.
19038 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19039 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19040 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19041 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19042 Use renamed pcvs faces.
19043 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19044 * pcvs-defs.el (cvs-mode-map): Likewise.
19045 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19046
19047 * info.el (info-title-1, info-title-2, info-title-3)
19048 (info-title-4): Remove "-face" suffix from and downcase face names.
19049 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19050 (Info-title-4-face):
19051 New backward-compatibility aliases for renamed faces.
19052 (Info-fontify-node): Use renamed info faces.
19053
19054 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19055 Remove "-face" suffix from face names.
19056 (highlight-changes-face, highlight-changes-delete-face):
19057 New backward-compatibility aliases for renamed faces.
19058 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19059 (hilit-chg-make-list): Use renamed highlight-changes faces.
19060
19061 * generic-x.el (show-tabs-tab, show-tabs-space):
19062 Remove "-face" suffix from face names.
19063 (show-tabs-tab-face, show-tabs-space-face):
19064 New backward-compatibility aliases for renamed faces.
19065 (show-tabs-generic-mode-font-lock-defaults-1)
19066 (show-tabs-generic-mode-font-lock-defaults-2):
19067 Use renamed show-tabs faces.
19068
19069 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19070 (smerge-markers): Remove "-face" suffix from face names.
19071 (smerge-mine-face, smerge-other-face, smerge-base-face)
19072 (smerge-markers-face):
19073 New backward-compatibility aliases for renamed faces.
19074 (smerge-mine-face, smerge-other-face, smerge-base-face)
19075 (smerge-markers-face): Use renamed smerge faces.
19076
19077 * log-view.el (log-view-file, log-view-message): Remove "-face"
19078 suffix from face names.
19079 (log-view-file-face, log-view-message-face):
19080 New backward-compatibility aliases for renamed faces.
19081 (log-view-file-face, log-view-message-face): Use renamed log-view
19082 faces.
19083
19084 * paren.el (show-paren-match, show-paren-mismatch):
19085 Remove "-face" suffix from face names.
19086 (show-paren-match-face, show-paren-mismatch-face):
19087 New backward-compatibility aliases for renamed faces.
19088 (show-paren-function): Use renamed show-paren faces.
19089
19090 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19091 (ruler-mode-margins, ruler-mode-fringes)
19092 (ruler-mode-column-number, ruler-mode-fill-column)
19093 (ruler-mode-comment-column, ruler-mode-goal-column)
19094 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19095 suffix from face names.
19096 (ruler-mode-default-face, ruler-mode-pad-face)
19097 (ruler-mode-margins-face, ruler-mode-fringes-face)
19098 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19099 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19100 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19101 New backward-compatibility aliases for renamed faces.
19102 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19103 (ruler-mode-column-number, ruler-mode-fill-column)
19104 (ruler-mode-comment-column, ruler-mode-goal-column)
19105 (ruler-mode-tab-stop, ruler-mode-current-column)
19106 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19107 faces.
19108
19109 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19110 face name.
19111 (whitespace-highlight-the-space): Use renamed face.
19112 (whitespace-highlight-face): New backward-compatibility alias for
19113 renamed face.
19114
19115 * woman.el (woman-italic, woman-bold, woman-unknown)
19116 (woman-addition, woman-symbol-face):
19117 Remove "-face" suffix from face names.
19118 (woman-italic-face, woman-bold-face, woman-unknown-face)
19119 (woman-addition-face):
19120 New backward-compatibility aliases for renamed faces.
19121 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19122 (woman-decode-region, woman-replace-match)
19123 (woman-display-extended-fonts, woman-special-characters)
19124 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19125 Use renamed woman faces.
19126
19127 * longlines.el (longlines-visible-face): Face removed.
19128
19129 * diff-mode.el (diff-header, diff-file-header, diff-index)
19130 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19131 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19132 suffix from face names.
19133 (diff-header-face, diff-file-header-face, diff-index-face)
19134 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19135 (diff-changed-face, diff-function-face, diff-context-face)
19136 (diff-nonexistent-face): New backward-compatibility aliases for
19137 renamed faces.
19138 (diff-header-face, diff-file-header-face)
19139 (diff-index, diff-index-face, diff-hunk-header)
19140 (diff-hunk-header-face, diff-removed, diff-removed-face)
19141 (diff-added, diff-added-face, diff-changed-face, diff-function)
19142 (diff-function-face, diff-context-face, diff-nonexistent)
19143 (diff-nonexistent-face): Use renamed diff-mode faces.
19144
19145 * progmodes/compile.el (compilation-warning-face)
19146 (compilation-info-face): Remove "-face" suffix from face names.
19147 (compilation-warning-face, compilation-info-face):
19148 New backward-compatibility aliases for renamed faces.
19149 (compilation-warning-face, compilation-info-face):
19150 Use renamed compilation faces.
19151
19152 * add-log.el (change-log-date, change-log-name)
19153 (change-log-email, change-log-file, change-log-list)
19154 (change-log-conditionals, change-log-function)
19155 (change-log-acknowledgement): Remove "-face" suffix from face names.
19156 (change-log-date-face, change-log-name-face)
19157 (change-log-email-face, change-log-file-face)
19158 (change-log-list-face, change-log-conditionals-face)
19159 (change-log-function-face, change-log-acknowledgement-face):
19160 New backward-compatibility aliases for renamed faces.
19161 (change-log-font-lock-keywords): Use renamed change-log faces.
19162
19163 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19164 (custom-set, custom-changed, custom-saved, custom-button)
19165 (custom-button-pressed, custom-documentation, custom-state)
19166 (custom-comment, custom-comment-tag, custom-variable-tag)
19167 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19168 (custom-group-tag): Remove "-face" suffix from face names.
19169 (custom-magic-alist, custom-magic-value-create)
19170 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19171 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19172 (custom-set-face, custom-changed-face, custom-saved-face)
19173 (custom-button-face, custom-button-pressed-face)
19174 (custom-documentation-face, custom-state-face)
19175 (custom-comment-face, custom-comment-tag-face)
19176 (custom-variable-tag-face, custom-variable-button-face)
19177 (custom-face-tag-face, custom-group-tag-face-1)
19178 (custom-group-tag-face):
19179 New backward-compatibility aliases for renamed faces.
19180
19181 * wid-edit.el (widget-documentation, widget-button)
19182 (widget-field, widget-single-line-field, widget-inactive)
19183 (widget-button-pressed): "-face" suffix removed from face names.
19184 (widget-documentation-face, widget-button-face)
19185 (widget-field-face, widget-single-line-field-face)
19186 (widget-inactive-face, widget-button-pressed-face):
19187 New backward-compatibility aliases for renamed faces.
19188 (widget-documentation-face, widget-button-face)
19189 (widget-button-pressed-face, widget-specify-field)
19190 (widget-specify-inactive): Use renamed widget faces.
19191
19192 2005-06-10 Kenichi Handa <handa@m17n.org>
19193
19194 * term/x-win.el (x-clipboard-yank): Remove condition-case
19195 wrapping.
19196
19197 2005-06-11 Kenichi Handa <handa@m17n.org>
19198
19199 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19200 date lines stricter.
19201
19202 2005-06-10 Zhang Wei <id.brep@gmail.com>
19203
19204 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19205 of x-get-selection.
19206
19207 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19208
19209 * comint.el (comint-mode, comint-snapshot-last-prompt):
19210 * frame.el (frame-current-scroll-bars):
19211 * term.el (term-mode, term-check-proc, term-input-sender)
19212 (term-simple-send, term-extract-string, term-word)
19213 (term-match-partial-filename):
19214 * window.el (window-current-scroll-bars):
19215 * emulation/cua-base.el (cua-normal-cursor-color)
19216 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19217 (cua-global-mark-cursor-color):
19218 * mail/undigest.el (rmail-forward-separator-regex):
19219 Fix typos in docstrings.
19220
19221 * comint.el (comint-check-proc, make-comint-in-buffer)
19222 (comint-source-default): Doc fixes.
19223
19224 * term.el (term-send-string): Improve argument/docstring consistency.
19225
19226 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19227
19228 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19229 call to `delete-region'.
19230 (comint-mode-hook): Do not enable Font Lock by default.
19231
19232 2005-06-09 Lute Kamstra <lute@gnu.org>
19233
19234 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19235 could be void.
19236
19237 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19238
19239 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19240 (debug): Use it.
19241 (debugger-step-through, debugger-continue, debugger-jump)
19242 (debugger-return-value): Set it when needed.
19243 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19244 Use inhibit-read-only.
19245
19246 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19247
19248 * window.el (shrink-window-if-larger-than-buffer)
19249 (window-size-fixed): Fix typo in docstring.
19250
19251 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19252 thumbnails directory on loading.
19253 (thumbs-conversion-program): Use `eq' to check the system type,
19254 not `equal'.
19255 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19256 not "/tmp". Fix docstring.
19257 (thumbs-thumbsdir): New function to return the thumbnails
19258 directory, creating it if needed.
19259 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19260 (thumbs-temp-file): Delete variable and make it into a function.
19261 (thumbs-resize-image, thumbs-modify-image): Use it.
19262 (thumbs-kill-buffer): Simplify.
19263 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19264 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19265 docstrings.
19266
19267 2005-06-09 Kim F. Storm <storm@cua.dk>
19268
19269 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19270 set-match-data to free markers in match-data.
19271
19272 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19273 match-data to unchain markers in match-data.
19274
19275 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19276
19277 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19278 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19279 unnecessary now.
19280
19281 2005-06-08 Richard M. Stallman <rms@gnu.org>
19282
19283 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19284 give the variable a doc string that doesn't say don't set it directly.
19285
19286 * textmodes/ispell.el (ispell-check-version):
19287 Use match-string-no-properties.
19288 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19289 (ispell-buffer-local-words): Likewise.
19290
19291 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19292 except on terminals with enough colors to really display it.
19293 (makefile-dependency-regex): Delete spurious `bb'.
19294
19295 * faces.el (escape-glyph): Use blue once again in last case.
19296 (no-break-space): Redefine so that it isn't invisible on a tty.
19297
19298 2005-06-08 Kim F. Storm <storm@cua.dk>
19299
19300 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19301 also when reading directory name.
19302
19303 2005-06-08 Lute Kamstra <lute@gnu.org>
19304
19305 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19306 (flyspell-mode-line-string): Remove autoload cookie.
19307 (flyspell-mode): Remove defvar.
19308
19309 2005-06-07 Lute Kamstra <lute@gnu.org>
19310
19311 * textmodes/org.el (org-run-mode-hooks): New function.
19312 (org-agenda-mode): Use it.
19313
19314 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19315
19316 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19317
19318 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19319
19320 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19321
19322 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19323
19324 * font-lock.el (font-lock-add-keywords): Doc fix.
19325
19326 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19327
19328 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19329 (tex-compile-default): In the absence of any history, use the order in
19330 tex-compile-alist to choose the preferred command.
19331 (tex-compile-commands): Reorder a bit.
19332
19333 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19334 (flyspell-incorrect-face, flyspell-duplicate-face):
19335 Use (X)Emacs-agnostic code.
19336 (flyspell-mode-map): Don't overwrite at each load. Remove code
19337 redundant with the subsequent add-minor-mode. Merge Emacs and
19338 XEmacs code.
19339 (flyspell-word): Minor simplification.
19340 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19341 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19342 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19343 Merge the corresponding Emacs code.
19344 (flyspell-correct-word, flyspell-xemacs-popup):
19345 Use flyspell-do-correct.
19346
19347 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19348 a dedicated window.
19349
19350 * international/latexenc.el (latexenc-find-file-coding-system):
19351 Undo part of last patch, to turn off a compiler warning.
19352
19353 2005-06-06 Juri Linkov <juri@jurta.org>
19354
19355 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19356 Rename `tmm-inactive-face' to `tmm-inactive'.
19357
19358 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19359
19360 * iswitchb.el: Rename faces.
19361
19362 2005-06-06 Kim F. Storm <storm@cua.dk>
19363
19364 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19365 (cua-global-mark): Remove -face suffix from face names.
19366
19367 * emulation/cua-gmrk.el (cua--init-global-mark):
19368 Remove cua-global-mark face setup.
19369
19370 2005-06-06 Richard M. Stallman <rms@gnu.org>
19371
19372 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19373 just like other allowed characters.
19374 (makefile-match-dependency): Exclude leading and training whitespace
19375 from the range of regexp subexp 1.
19376 (makefile-macroassign-regex): Don't try to match the body,
19377 just the name of the macro being defined.
19378
19379 * info.el (Info-read-node-name-2): New function.
19380 (Info-read-node-name-1): Use that.
19381 Add a completion-base-size-function property.
19382
19383 * simple.el (completion-setup-function): Look for
19384 completion-base-size-function property of minibuffer-completion-table.
19385
19386 * files.el (locate-file-completion): Doc fix.
19387
19388 * printing.el: Don't call pr-update-menus; user must do that.
19389
19390 * emacs-lisp/debug.el (debugger-window): New variable.
19391 (debug): Use debugger-window if it is set and still alive.
19392 Record debugger-window for next entry.
19393
19394 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19395
19396 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19397
19398 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19399 (hack-one-local-variable, hack-local-variables)
19400 (hack-local-variables-prop-line): Pass that arg.
19401
19402 2005-06-06 Kim F. Storm <storm@cua.dk>
19403
19404 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19405 (ido-indicator): Remove -face suffix from face names.
19406
19407 2005-06-06 Juri Linkov <juri@jurta.org>
19408
19409 * font-lock.el (font-lock-regexp-backslash)
19410 (font-lock-regexp-backslash-construct): New faces.
19411 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19412 after `('. Add `while-no-input' to control structures.
19413
19414 * faces.el (no-break-space, shadow): New faces.
19415 (escape-glyph): Use less loud colors pink2 and red4.
19416
19417 * diff-mode.el (diff-context-face)
19418 * dired.el (dired-ignored)
19419 * rfn-eshadow.el (file-name-shadow)
19420 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19421
19422 * info.el (Info-title-1-face): Use green instead of yellow because
19423 bold yellow is not readable on light backgrounds.
19424
19425 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19426 before selecting the desired mode to not spend time fontifying
19427 old contents.
19428
19429 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19430
19431 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19432 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19433
19434 * ps-print.el (ps-default-fg, ps-default-bg):
19435 Fix typos in docstrings.
19436
19437 * isearchb.el (isearchb): Don't pass a spurious second argument to
19438 `iswitchb-completions'.
19439
19440 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19441
19442 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19443 to preserve point.
19444 (gdb-find-file-hook): Add doc string.
19445
19446 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19447 C dereferenced pointer expression.
19448 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19449
19450 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19451
19452 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19453 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19454 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19455 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19456 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19457 Make background transparent.
19458
19459 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19460
19461 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19462 (font-lock-remove-keywords): Doc fix.
19463 (font-lock-mode-major-mode): Compiler defvar.
19464 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19465
19466 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19467 (font-lock-mode): Update `font-lock-mode-major-mode'.
19468 (font-lock-set-defaults): Compiler defvar.
19469 (font-lock-default-function): Take `font-lock-mode-major-mode'
19470 into account.
19471
19472 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19473 keep track of which major mode it enabled the minor mode for.
19474 Use find-file-hook again. Update docstring.
19475
19476 * simple.el (eval-expression-print-level)
19477 (eval-expression-print-length, eval-expression-debug-on-error):
19478 Doc fixes.
19479
19480 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19481
19482 * iswitchb.el (iswitchb-single-match-face)
19483 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19484 (iswitchb-invalid-regexp-face): New faces.
19485 (iswitchb-completions): Use them.
19486 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19487 now marked as an obsolete alias.
19488 (iswitchb-read-buffer): Remove check for bound font variables.
19489 (iswitchb-invalid-regexp): New free variable.
19490 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19491 set iswitchb-invalid-regexp.
19492 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19493 invalid regexps.
19494 (iswitchb-completions): Add check for complete match when entering
19495 a regexp.
19496 (iswitchb-completions): Remove require-match argument.
19497 (iswitchb-exhibit): Fix caller.
19498 (iswitchb-common-match-inserted): New variable.
19499 (iswitchb-complete, iswitchb-completion-help): Use it.
19500
19501 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19502
19503 * url-http.el (url-http-chunked-encoding-after-change-function):
19504 Use `url-http-debug' instead of `message'.
19505
19506 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19507
19508 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19509 callback argument.
19510
19511 2005-06-04 Kim F. Storm <storm@cua.dk>
19512
19513 * simple.el (line-move): Only call sit-for when moving backwards.
19514
19515 * ido.el (ido-make-merged-file-list-1): New defun split from
19516 ido-make-merged-file-list.
19517 (ido-make-merged-file-list): Bind throw-on-input around call to
19518 ido-make-merged-file-list-1. Return input-pending-p if
19519 interrupted by more input available.
19520 (ido-read-internal): Handle input-pending-p return value from
19521 ido-make-merged-file-list.
19522
19523 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19524
19525 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19526 compatibility code.
19527
19528 * international/latexenc.el (latexenc-find-file-coding-system):
19529 Don't inherit the EOL part of the coding-system from the
19530 tex-main buffer. Fit within 80 columns.
19531
19532 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19533
19534 * tmm.el (tmm-inactive-face): New face.
19535 (tmm-remove-inactive-mouse-face): New function.
19536 (tmm-prompt, tmm-add-one-shortcut)
19537 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19538 but not selectable.
19539
19540 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19541
19542 * faces.el (face-equal): Improve argument/docstring consistency.
19543
19544 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19545
19546 * progmodes/make-mode.el (makefile-targets-face)
19547 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19548 (makefile-bsdmake-dependency-regex)
19549 (makefile-makepp-rule-action-regex)
19550 (makefile-bsdmake-rule-action-regex): New constants.
19551 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19552
19553 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19554 Allow (...) within `...' for makepp messages.
19555
19556 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19557
19558 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19559
19560 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19561 "." files are deleted from all file lists before comparison.
19562
19563 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19564 (viper-ESC-key): Made them customizable.
19565
19566 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19567
19568 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19569
19570 * autorevert.el (auto-revert-buffers): Use save-match-data.
19571
19572 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19573
19574 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19575 menu items with a nil command binding.
19576
19577 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19578
19579 * emacs-lisp/cl-macs.el (defsetf):
19580 Improve argument/docstring consistency.
19581
19582 * faces.el (list-faces-display): Improve the formatting by
19583 computing the maximum length required for any face-name (reworked
19584 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19585 (internal-find-face): Remove redundant info in docstring.
19586
19587 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19588
19589 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19590 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19591 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19592 (gdb-assembler-custom): Improve regexps.
19593 (def-gdb-auto-update-handler): Use window point to preserve point.
19594
19595 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19596
19597 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19598
19599 2005-05-31 Jay Belanger <belanger@truman.edu>
19600
19601 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19602 to calc-embedded.
19603 (calc-embedded-make-info): Have plain prefix argument select
19604 entire line.
19605
19606 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19607
19608 * faces.el (list-faces-display): Signal error if passed a regexp
19609 that matches no face name.
19610
19611 * simple.el (filter-buffer-substring): Fix typo in docstring.
19612
19613 2005-05-31 Richard M. Stallman <rms@gnu.org>
19614
19615 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19616 (vhdl-emacs-21): Doc fix.
19617 (vhdl-mode): Unconditionally set comment-padding.
19618 (vhdl-fixup-whitespace-region): Insert spaces only where
19619 there are none.
19620 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19621
19622 2005-05-30 John Wiegley <johnw@newartisans.com>
19623
19624 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19625 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19626 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19627 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19628 `string-to-number'.
19629
19630 2005-05-30 Jay Belanger <belanger@truman.edu>
19631
19632 * calc/calc.el (calc-bug-address): Fix docstring.
19633 (calc-window-hook, calc-trail-window-hook): New variables.
19634 (calc-trail-display): Restore use of calc-trail-window-hook.
19635 (calc): Restore use of calc-window-hook.
19636
19637 2005-05-31 Masatake YAMATO <jet@gyve.org>
19638
19639 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19640
19641 * help-fns.el (help-C-file-name): Add autoload mark for
19642 `find-function-noselect'.
19643
19644 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19645
19646 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19647 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19648
19649 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19650
19651 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19652 included diary buffer if it was not already being visited.
19653 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19654
19655 * calendar/icalendar.el (top-level): Do not require appt.
19656
19657 * mail/supercite.el (sc-select-attribution): Only use a list
19658 element from sc-attrib-selection-list if it returns a string.
19659 Reported by Davide G. M. Salvetti <salve@debian.org>.
19660
19661 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19662
19663 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19664 includes a hash value to improve its uniqueness, and has a ".jpg"
19665 extension. Also, it is now a valid filename on all systems.
19666 (thumbs-make-thumb): Use `let', not `let*'.
19667 (thumbs-show-thumbs-list): Check for JPEG availability.
19668
19669 2005-05-30 Richard M. Stallman <rms@gnu.org>
19670
19671 * filesets.el (filesets-menu-ensure-use-cached):
19672 Prevent warning when emacs-version>= is undefined.
19673
19674 * printing.el (pr-interactive-n-up): Use string-to-number.
19675
19676 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19677
19678 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19679 Warn only when name to be defined is quoted.
19680
19681 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19682
19683 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19684 Make regexp more robust.
19685 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19686 Force regeneration of disassembly.
19687
19688 2005-05-29 Jay Belanger <belanger@truman.edu>
19689
19690 * calc/calc.el (calc-user-invocation): Check if
19691 calc-invocation-macro is non-nil.
19692
19693 2005-05-29 Juri Linkov <juri@jurta.org>
19694
19695 * add-log.el (change-log-font-lock-keywords):
19696 Add `+' to e-mail regexp to accept mail address with keywords.
19697
19698 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19699
19700 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19701
19702 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19703
19704 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19705
19706 2005-05-29 Richard M. Stallman <rms@gnu.org>
19707
19708 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19709 Undo the change that moves to end of the current word.
19710
19711 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19712
19713 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19714 Throw error when count <= 0 to ensure input is a number.
19715 (gdb-read-memory-custom): Pick up address from buffer.
19716 (gdb-memory-mode): Allow user to increment and decrement
19717 memory address from header line.
19718
19719 2005-05-29 Richard M. Stallman <rms@gnu.org>
19720
19721 * flyspell.el (flyspell-version): Function deleted.
19722 (flyspell-auto-correct-previous-hook): Doc fix.
19723
19724 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19725 Do nothing if memory is full.
19726
19727 * font-lock.el (font-lock-fontify-syntactically-region):
19728 Pass t for GREEDY to looking-back.
19729
19730 * saveplace.el (save-place-alist-to-file): Write the file
19731 using write-region.
19732
19733 * subr.el (looking-back): New argument GREEDY.
19734
19735 * progmodes/compile.el (compilation-start): Set the mode
19736 before inserting the initial text.
19737
19738 * progmodes/which-func.el (which-func-update-1): Turn the mode
19739 off in case of error by setting which-func-mode.
19740
19741 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19742
19743 * flyspell.el (flyspell-auto-correct-previous-word):
19744 Narrow down to what's on the screen, and recenter overlays
19745 at the end of the next word.
19746
19747 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19748
19749 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19750 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19751 (flyspell-abbrev-p): Default to nil.
19752 (flyspell-use-global-abbrev-table-p): Doc fix.
19753 (flyspell-large-region): Allow nil as value.
19754 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19755
19756 (mail-mode-flyspell-verify): More robust handling
19757 of `mail-header-separator'. More efficient signature detection.
19758 Allow for regexp metacharacters in message-header-separator.
19759 Adding `To' not to be checked in mail-mode-flyspell-verify.
19760
19761 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19762 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19763 Bind flyspell-auto-correct-binding.
19764 Bind C-. and C-, .
19765 (flyspell-mode-map): Likewise.
19766 (flyspell-mode): Doc fix.
19767 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19768 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19769 (flyspell-word-cache-result): New var, always local.
19770 (flyspell-check-pre-word-p): Doc fix.
19771 (flyspell-check-changed-word-p): Handle spc like newline.
19772 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19773 (flyspell-word-search-backward, flyspell-word-search-forward):
19774 New functions.
19775 (flyspell-word): Return t if nothing to check.
19776 When parsing TeX code, check for after } or \.
19777 Use flyspell-word-search-backward to find previous word.
19778 Return nil if duplicated word.
19779 For word already checked, return same value as last time.
19780 Set flyspell-word-cache-result after checking.
19781 Don't clobber the return value.
19782 (flyspell-get-word): Major rewrite.
19783 (flyspell-external-point-words): New locals pword, pcount.
19784 Fix size used in progress message.
19785 Find the proper corresponding word in flyspell-large-region-buffer.
19786 (flyspell-region): Check for flyspell-large-region = nil.
19787 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19788 (flyspell-auto-correct-word): Check that WORD is a cons.
19789 (flyspell-correct-word): Likewise.
19790
19791 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19792
19793 * progmodes/make-mode.el (makefile-rule-action-regex)
19794 (makefile-macroassign-regex, makefile-makepp-mode)
19795 (makefile-bsdmake-mode): Continuation lines may be empty.
19796 Reported by Joshua Varner.
19797 (makefile-makepp-font-lock-keywords): Add $(stem).
19798
19799 2005-05-28 Karl Berry <karl@gnu.org>
19800
19801 * textmodes/tex-mode.el: Now that tex-send-command calls
19802 shell-quote-argument (2005-03-31 change), remove all calls to
19803 shell-quote-argument; they all end up invoking tex-send-command.
19804 The double quoting loses on filenames with non-safe characters,
19805 such as "@". Reported by Frederik Fouvry.
19806
19807 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19808
19809 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19810 about preserving point.
19811
19812 2005-05-27 Jay Belanger <belanger@truman.edu>
19813
19814 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19815 Info-goto-node.
19816
19817 * calc/calc-embed.el (calc-embed-arg): New variable.
19818 (calc-do-embedded-activate, calc-embedded-activate-formula)
19819 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19820 variable by new variable.
19821 (calc-embedded-make-info): Replace undeclared variable by new
19822 variable. When selecting region with positive prefix
19823 argument, use end of previous line instead of beginning of line.
19824
19825 * calc/calc-aent.el (calc-arg-values): Declare it.
19826
19827 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19828 Declare them.
19829
19830 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19831
19832 * calc/calc.el (calc-alg-map): Declare it.
19833
19834 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19835
19836 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19837
19838 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19839 (gdb-registers-buffer, toggle-gdb-all-registers):
19840 Toggle display of floating point registers.
19841 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19842
19843 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19844 (toggle-gud-tooltip-dereference):
19845 Rename from gud-toggle-tooltip-dereference.
19846
19847 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19848
19849 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19850
19851 2005-05-27 Jay Belanger <belanger@truman.edu>
19852
19853 * calc/calc-prog.el (calc-kbd-report): Remove.
19854 (calc-kbd-query): Rewrite.
19855
19856 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19857
19858 * image.el (image-library-alist): Move to image.c.
19859 (image-type-available-p): Doc fix.
19860
19861 2005-05-27 Lute Kamstra <lute@gnu.org>
19862
19863 * calc/calc.el (calc):
19864 * outline.el (outline-1, outline-2, outline-3, outline-4)
19865 (outline-5, outline-6, outline-7, outline-8):
19866 * textmodes/dns-mode.el (dns-mode):
19867 * textmodes/sgml-mode.el (sgml-namespace-face):
19868 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19869 (tex-verbatim-face, tex-use-reftex):
19870 * textmodes/texinfo.el (texinfo-heading-face):
19871 Specify customization group.
19872
19873 * longlines.el: Don't require easy-mmode.
19874 (longlines-visible-face): Specify customization group.
19875
19876 2005-05-27 Kenichi Handa <handa@m17n.org>
19877
19878 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19879 encoding table of windows-1251.
19880
19881 * international/ucs-tables.el (ucs-set-table-for-input):
19882 If translation-table-for-input of a coding system is a symbol, get
19883 its translation-table property.
19884
19885 * international/code-pages.el: Don't register a coding system into
19886 non-iso-charset-alist more than once.
19887 (cp-make-coding-system): Likewise.
19888
19889 2005-05-26 John Wiegley <johnw@newartisans.com>
19890
19891 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19892 `eshell-resume-eval' is wrapped in a list, it indicates that the
19893 command was run asynchronously. In that case, unwrap the value
19894 before checking the delimiter value.
19895
19896 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19897 character before a space at the end of a line is \, assume the space
19898 is part of the last argument rather than a final argument separator.
19899
19900 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19901 is in use, and the target is `t' or `nil' (which are the most common
19902 values), don't assume that the symbol target is a buffer.
19903
19904 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19905
19906 * calendar/calendar.el (calendar-mode-line-format):
19907 Use mode-line-highlight as mouse-face.
19908
19909 * time.el (display-time-string-forms, display-time-update):
19910 Use mode-line-highlight as mouse-face.
19911
19912 2005-05-26 Jay Belanger <belanger@truman.edu>
19913
19914 * calc/calc.el (calc-language-alist): Remove extra defvar.
19915
19916 2005-05-26 Lute Kamstra <lute@gnu.org>
19917
19918 * arc-mode.el (archive-mode):
19919 * bookmark.el (bookmark-read-annotation-mode)
19920 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19921 * bs.el (bs-mode):
19922 * calc/calc-yank.el (calc-edit-mode):
19923 * calc/calc.el (calc-mode, calc-trail-mode):
19924 * calculator.el (calculator-mode):
19925 * chistory.el (command-history-mode):
19926 * comint.el:
19927 * cus-edit.el (custom-mode):
19928 * descr-text.el (describe-text-mode):
19929 * ebuff-menu.el (Electric-buffer-menu-mode):
19930 * ediff-util.el (ediff-mode):
19931 * emacs-lisp/re-builder.el (reb-mode):
19932 * emulation/vi.el (vi-mode-setup):
19933 * emulation/ws-mode.el (wordstar-mode):
19934 * eshell/esh-mode.el (eshell-mode):
19935 * forms.el (forms-mode):
19936 * help-mode.el (help-mode):
19937 * hexl.el (hexl-mode):
19938 * ibuffer.el (ibuffer-mode):
19939 * ielm.el (inferior-emacs-lisp-mode):
19940 * info.el (Info-mode, Info-edit-mode):
19941 * international/swedish.el:
19942 * ledit.el (ledit-from-lisp-mode):
19943 * locate.el (locate-mode):
19944 * mail/rmail.el (rmail-mode):
19945 * mail/rmailedit.el (rmail-edit-mode):
19946 * mail/rmailsum.el (rmail-summary-mode):
19947 * mail/supercite.el (sc-electric-mode):
19948 * net/eudc.el (eudc-mode):
19949 * net/quickurl.el (quickurl-list-mode):
19950 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19951 * obsolete/ooutline.el (outline-mode):
19952 * obsolete/options.el (Edit-options-mode):
19953 * obsolete/rnews.el (news-mode):
19954 * obsolete/rnewspost.el (news-reply-mode):
19955 * play/5x5.el (5x5-mode):
19956 * play/decipher.el (decipher-mode, decipher-stats-mode):
19957 * play/gomoku.el (gomoku-mode):
19958 * play/snake.el (snake-mode):
19959 * play/solitaire.el (solitaire-mode):
19960 * play/tetris.el (tetris-mode):
19961 * progmodes/ada-mode.el (ada-mode):
19962 * progmodes/antlr-mode.el (antlr-mode):
19963 * progmodes/autoconf.el (autoconf-mode):
19964 * progmodes/dcl-mode.el (dcl-mode):
19965 * progmodes/delphi.el (delphi-mode):
19966 * progmodes/ebrowse.el (ebrowse-tree-mode)
19967 (ebrowse-electric-list-mode, ebrowse-member-mode)
19968 (ebrowse-electric-position-mode):
19969 * progmodes/f90.el (f90-mode):
19970 * progmodes/fortran.el (fortran-mode):
19971 * progmodes/icon.el (icon-mode):
19972 * progmodes/idlw-help.el (idlwave-help-mode):
19973 * progmodes/idlw-shell.el (idlwave-shell-mode):
19974 * progmodes/idlwave.el (idlwave-mode):
19975 * progmodes/inf-lisp.el (inferior-lisp-mode):
19976 * progmodes/m4-mode.el (m4-mode):
19977 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19978 * progmodes/modula2.el (modula-2-mode):
19979 * progmodes/octave-inf.el (inferior-octave-mode):
19980 * progmodes/octave-mod.el (octave-mode):
19981 * progmodes/pascal.el (pascal-mode):
19982 * progmodes/sh-script.el (sh-mode):
19983 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19984 * progmodes/vhdl-mode.el (vhdl-mode):
19985 * progmodes/xscheme.el (scheme-interaction-mode):
19986 * replace.el (occur-mode):
19987 * ses.el (ses-mode):
19988 * simple.el (completion-list-mode):
19989 * skeleton.el:
19990 * speedbar.el (speedbar-mode):
19991 * term.el (term-mode):
19992 * terminal.el (terminal-edit-mode):
19993 * textmodes/reftex-index.el (reftex-index-mode)
19994 (reftex-index-phrases-mode):
19995 * textmodes/reftex-sel.el (reftex-select-label-mode)
19996 (reftex-select-bib-mode):
19997 * textmodes/reftex-toc.el (reftex-toc-mode):
19998 * wdired.el (wdired-change-to-wdired-mode):
19999 * wid-browse.el (widget-browse-mode):
20000 Use run-mode-hooks.
20001
20002 * array.el (array-mode):
20003 * calendar/todo-mode.el (todo-mode):
20004 * man.el (Man-mode):
20005 * play/landmark.el (lm-mode):
20006 * play/mpuz.el (mpuz-mode):
20007 Use kill-all-local-variables and run-mode-hooks.
20008
20009 * subr.el (delay-mode-hooks): Specify indentation.
20010
20011 2005-05-26 Mark A. Hershberger <mah@everybody.org>
20012
20013 * xml.el (xml-substitute-special): Don't die for undefined xml
20014 entities.
20015
20016 2005-05-26 Jay Belanger <belanger@truman.edu>
20017
20018 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20019 of nil.
20020
20021 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
20022
20023 * progmodes/gdb-ui.el (gdb-frame-address):
20024 Rename from gdb-current-address.
20025 (gdb-previous-frame-address): Rename from gdb-previous-address.
20026 (gdb-selected-frame): Rename from gdb-current-frame.
20027 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20028 (gdb-frame-number): Rename from gdb-current-stack-level.
20029 (gdb-ann3): Match new mode-name for disassembly buffer.
20030 Extend initialization of variables.
20031 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20032 (gdb-memory-mode): Use mouse-face in header line.
20033 (gdb-assembler-buffer-name): Call it disassembly and give frame
20034 in mode line.
20035 (gdb-source-spec-regexp, gdb-assembler-custom)
20036 (gdb-invalidate-assembler, gdb-frame-handler):
20037 Make robust to leading zeroes in address format.
20038
20039 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20040
20041 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20042 define `org-mode'.
20043 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20044
20045 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20046
20047 * log-edit.el (log-edit-changelog-entries): Distinguish between
20048 filenames like xfns.c and fns.c.
20049
20050 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20051
20052 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20053 point after reverting.
20054 (Buffer-menu-make-sort-button): Handle the case where
20055 `Buffer-menu-use-header-line' is nil.
20056
20057 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20058
20059 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20060 New funcs. In minibuffer-local-completion-map bind `]', `/'
20061 and `:' to them.
20062
20063 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20064
20065 * startup.el (normal-top-level): Allow modification of load-path while
20066 we're iterating over it.
20067
20068 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20069
20070 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20071 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20072 (thumbs-resize-interactive, thumbs-insert-image)
20073 (thumbs-insert-thumb, thumbs-dired-show-marked)
20074 (thumbs-find-image-at-point, thumbs-delete-images)
20075 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20076 (thumbs-increment-image-size, thumbs-decrement-image-size):
20077 Fix typos in docstrings.
20078
20079 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20080
20081 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20082 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20083 (cperl-mode): Use them.
20084
20085 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20086
20087 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20088 Doc fixes.
20089
20090 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20091
20092 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20093 Bind C-d to gdb-inferior-io-eof.
20094
20095 * dired.el (dired-dnd-popup-notice): Use message-box.
20096
20097 2005-05-23 Masatake YAMATO <jet@gyve.org>
20098
20099 * bindings.el (mode-line-major-mode-keymap):
20100 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20101
20102 * faces.el (mode-line-highlight): New face.
20103
20104 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20105 as mouse-face.
20106
20107 * bindings.el (top-level, help-echo, mode-line-modified)
20108 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20109 as mouse-face.
20110
20111 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20112
20113 * progmodes/cc-engine.el (c-guess-basic-syntax):
20114 Remove spurious call to `zerop'.
20115
20116 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20117
20118 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20119
20120 CC Mode update to 5.30.10:
20121
20122 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20123 could go past the limit in decoration level 2, thereby causing
20124 errors during interactive fontification.
20125
20126 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20127 the file is evaluated interactively.
20128
20129 * cc-engine.el (c-guess-basic-syntax): Handle operator
20130 declarations somewhat better in C++.
20131
20132 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20133 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20134 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20135 (awk-mode): Use it.
20136 (make-local-hook): Suppress warning about obsoleteness.
20137
20138 * cc-engine.el, cc-align.el, cc-cmds.el
20139 (c-append-backslashes-forward, c-delete-backslashes-forward)
20140 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20141 Compensate for return value from `forward-line' when it has moved
20142 but not to a different line due to eob.
20143
20144 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20145 `objc-method-intro' and `objc-method-args-cont'.
20146
20147 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20148
20149 CC Mode update to 5.30.10:
20150
20151 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20152 in the copyright statement. Incidentally, change "along with GNU
20153 Emacs" to "along with this program" where it occurs.
20154
20155 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20156 so that it is interactive, hence can be found by M-x awk-mode
20157 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20158 <gmorris+emacs@ast.cam.ac.uk>.
20159
20160 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20161 Mode's regexps.
20162
20163 2005-05-23 Kevin Ryde <user42@zip.com.au>
20164
20165 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20166 c-parse-state, to avoid a lisp error (on bad code).
20167
20168 2005-05-23 Lute Kamstra <lute@gnu.org>
20169
20170 * subr.el (font-lock-defaults): Remove defvar as it's already
20171 defined in font-core.el.
20172
20173 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20174
20175 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20176
20177 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20178 more general and work when GDB variable "print pretty" is on,
20179 as with Emacs, for example.
20180
20181 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20182
20183 * font-core.el: Update comment.
20184
20185 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20186 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20187
20188 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20189
20190 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20191
20192 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20193 and `yank-handler' in the doc strings.
20194
20195 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20196
20197 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20198
20199 2005-05-22 Richard M. Stallman <rms@gnu.org>
20200
20201 * help.el (describe-key): Move print-help-return-message call
20202 out of conditional.
20203
20204 * progmodes/etags.el (list-tags): Use with-no-warnings.
20205
20206 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20207 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20208 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20209
20210 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20211
20212 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20213 Add defvar.
20214
20215 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20216 Use defvar, not defconst.
20217
20218 * hexl.el (hexl-follow-line): Use with-no-warnings.
20219
20220 * emulation/tpu-extras.el: Use write-file-functions instead of
20221 write-file-hooks.
20222
20223 * dired.el (dired-font-lock-keywords): Fontify files with junk
20224 extensions even if marked by -F.
20225
20226 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20227
20228 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20229 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20230 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20231 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20232 (concatenate, list-length, get*, getf, cl-remprop):
20233 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20234 (etypecase, progv, lexical-let, lexical-let*)
20235 (multiple-value-bind, multiple-value-setq, shiftf):
20236 Improve argument/docstring consistency.
20237
20238 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20239
20240 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20241
20242 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20243 doesn't exist.
20244
20245 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20246 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20247
20248 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20249
20250 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20251 already deleted variables: auto-fill-hook, blink-paren-hook,
20252 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20253 suspend-hooks, comment-indent-hook, meta-flag,
20254 before-change-function, after-change-function,
20255 font-lock-doc-string-face.
20256
20257 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20258
20259 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20260
20261 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20262
20263 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20264 rmail-dont-reply-to.
20265
20266 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20267
20268 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20269 literal blank when splitting new-header-values.
20270
20271 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20272
20273 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20274 string so that tmm doesn't create a completion entry for it.
20275
20276 * textmodes/table.el (table-disable-menu): Ditto.
20277
20278 2005-05-21 Richard M. Stallman <rms@gnu.org>
20279
20280 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20281
20282 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20283
20284 * net/rcompile.el (remote-compile): Use compilation-start.
20285
20286 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20287
20288 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20289
20290 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20291 Default to makefile-bsdmake-mode on BSD systems.
20292
20293 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20294 REGEXP may also be a search function now. The part of doc-string
20295 for describing the structure was 95% identical to that of
20296 `imenu--generic-function'. Unify it there.
20297
20298 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20299 Use function to find dependencies, because regexp alone is so complex,
20300 it easily goes into an endless loop.
20301 (makefile-makepp-mode): Also add submenu for Perl functions
20302 defined in the makefile.
20303 (makefile-bsdmake-mode): Special imenu-generic-expression no
20304 longer needed, due to function call.
20305 (makefile-match-dependency): Take BOUND into account when checking
20306 if we're through.
20307
20308 2005-05-20 Jay Belanger <belanger@truman.edu>
20309
20310 * calc/calc-units.el (calc-invalidate-units-table):
20311 Use inhibit-read-only.
20312 (math-build-units-table-buffer): Use view-mode.
20313
20314 2005-05-20 David Kastrup <dak@gnu.org>
20315
20316 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20317 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20318
20319 2005-05-20 Lute Kamstra <lute@gnu.org>
20320
20321 * diff-mode.el (diff-header-face, diff-file-header-face)
20322 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20323 (diff-added-face, diff-changed-face, diff-function-face)
20324 (diff-context-face, diff-nonexistent-face): Put them in the
20325 diff-mode customization group.
20326
20327 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20328
20329 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20330
20331 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20332
20333 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20334 Minor regexp-optimization.
20335
20336 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20337
20338 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20339 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20340 (org-agenda-add-time-grid-maybe): New function.
20341 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20342 (org-table-create): `dotimes' instead of `mapcar'.
20343 (org-xor): Simplify implementation.
20344 (org-agenda): `inhibit-redisplay' turned on.
20345 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20346 a consistent line after a state change.
20347 (org-agenda-remove-times-when-in-prefix): New option.
20348 (org-prefix-has-time): New variable.
20349 (org-parse-time-string): Optional argument NODEFAULT.
20350 (org-format-agenda-item): Parse items for time-of-day
20351 specifications and move these into the prefix if possible.
20352 (org-agenda-priority): Get current heading, not previous heading
20353 during agenda remote editing.
20354
20355 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20356
20357 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20358 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20359 (remove-duplicates, delete-duplicates, substitute)
20360 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20361 (nsubstitute-if-not, find, find-if, find-if-not, position)
20362 (position-if, position-if-not, count, count-if, count-if-not)
20363 (mismatch, search, sort*, stable-sort, merge, member*)
20364 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20365 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20366 (intersection, nintersection, set-difference, nset-difference)
20367 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20368 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20369 (nsublis, tree-equal): Improve argument/docstring consistency.
20370
20371 * subr.el (send-string, send-region): Remove obsolescence declaration.
20372 (window-dot, set-window-dot, read-input, show-buffer)
20373 (eval-current-buffer, string-to-int):
20374 Add release number to obsolescence declarations.
20375
20376 2005-05-19 Kim F. Storm <storm@cua.dk>
20377
20378 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20379 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20380
20381 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20382
20383 * faces.el (list-faces-display): Make back button respect optional
20384 regexp arg.
20385
20386 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20387
20388 * calculator.el (calculator-radix-grouping-mode)
20389 (calculator-radix-grouping-digits, calculator-displayer)
20390 (calculator-radix-grouping-separator, calculator-copy-displayer):
20391 * dabbrev.el (dabbrev-search-these-buffers-only):
20392 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20393 (diff-advance-after-apply-hunk, diff-mode-hook)
20394 (diff-minor-mode-prefix):
20395 * imenu.el (imenu-use-popup-menu):
20396 * jit-lock.el (jit-lock-context-time):
20397 * newcomment.el (comment-fill-column, comment-column)
20398 (comment-style, comment-padding, comment-multi-line)
20399 (comment-empty-lines, comment-auto-fill-only-comments):
20400 * reveal.el (reveal-around-mark):
20401 * uniquify.el (uniquify-buffer-name-style)
20402 (uniquify-after-kill-buffer-p)
20403 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20404 (uniquify-min-dir-content, uniquify-separator)
20405 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20406 * w32-vars.el (w32-fixed-font-alist):
20407 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20408 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20409 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20410 * progmodes/perl-mode.el (perl-indent-level)
20411 (perl-continued-statement-offset, perl-continued-brace-offset)
20412 (perl-brace-offset, perl-brace-imaginary-offset)
20413 (perl-label-offset, perl-indent-continued-arguments)
20414 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20415 * progmodes/tcl.el (tcl-indent-level)
20416 (tcl-continued-indent-level, tcl-auto-newline)
20417 (tcl-tab-always-indent, tcl-electric-hash-style)
20418 (tcl-help-directory-list, tcl-use-smart-word-finder)
20419 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20420 (inferior-tcl-source-command):
20421 * textmodes/fill.el (enable-kinsoku):
20422 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20423 * textmodes/table.el (table-yank-handler):
20424 Specify missing group (and type, if simple) in defcustom.
20425
20426 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20427
20428 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20429
20430 2005-05-19 Richard M. Stallman <rms@gnu.org>
20431
20432 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20433
20434 * subr.el (event-basic-type): Don't get an error.
20435 (left-fringe-p): Function deleted.
20436
20437 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20438 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20439
20440 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20441 in recursive copy.
20442
20443 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20444
20445 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20446
20447 * emacs-lisp/bytecomp.el
20448 (byte-compile-file-form-custom-declare-variable):
20449 Call byte-compile-nogroup-warn if appropriate.
20450
20451 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20452 (compilation-set-window): Don't call left-fringe-p; do it directly.
20453
20454 2005-05-19 Jay Belanger <belanger@truman.edu>
20455
20456 * calc/calc-graph.el (calc-graph-format-data): Make sure
20457 var-PlotRejects is bound before trying to check its value.
20458
20459 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20460
20461 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20462 definition of this variable from reftex-global.el to reftex.el,
20463 because it is needed in the menu.
20464
20465 2005-05-19 Lute Kamstra <lute@gnu.org>
20466
20467 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20468 years are fixed. Don't insert a space after a dash.
20469
20470 2005-05-19 Kim F. Storm <storm@cua.dk>
20471
20472 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20473
20474 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20475
20476 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20477 strings, because (eq ... ?\\) is fairly frequent.
20478
20479 * progmodes/make-mode.el (makefile-add-this-line-targets):
20480 Simplify and integrate into `makefile-pickup-targets'.
20481 (makefile-add-this-line-macro): Simplify and integrate into
20482 `makefile-pickup-macros.
20483 (makefile-pickup-filenames-as-targets): Simplify.
20484 (makefile-previous-dependency, makefile-match-dependency):
20485 Don't stumble over `::'.
20486
20487 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20488
20489 * subr.el (post-command-idle-hook, post-command-idle-delay):
20490 Remove obsoletion of post-command-idle-hook and
20491 post-command-idle-delay.
20492
20493 * faces.el (list-faces-display): Provide button when describe-face
20494 is called to take user back to the list of faces.
20495
20496 * help-fns.el (describe-variable): Remove hyperlinks in a
20497 variable's value as these are quite frequently inappropriate.
20498
20499 * follow.el (follow-submit-feedback, follow-mode):
20500 Remove references to post-command-idle-hook.
20501
20502 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20503
20504 * progmodes/make-mode.el (makefile-previous-dependency)
20505 (makefile-match-dependency): Check for := (and in bsd mode also
20506 !=) to give a better result, even when font-lock is not on.
20507
20508 2005-05-18 Jay Belanger <belanger@truman.edu>
20509
20510 * calc/calc-help.el (calc-s-prefix-help):
20511 Add `calc-copy-special-constant' to help string.
20512
20513 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20514
20515 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20516
20517 2005-05-18 Jay Belanger <belanger@truman.edu>
20518
20519 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20520 in linear factors are in proper order.
20521
20522 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20523
20524 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20525 Support for jurabib.
20526
20527 * textmodes/reftex.el (featurep): Define aliases for overlay
20528 commands, for XEmacs compatibility, and use these aliases in
20529 overlay initializations.
20530 (reftex-highlight): Use `reftex-move-overlay'.
20531 (reftex-unhighlight): Use `reftex-delete-overlay'.
20532 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20533 (reftex-access-search-path): Use `reftex-uniquify' instead of
20534 `reftex-uniq'
20535
20536 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20537 `before-string' property modification enables for Emacs as well.
20538 (reftex-select-item): Use `reftex-delete-overlay'.
20539 (reftex-select-mark): Use `reftex-make-overlay' and
20540 `reftex-overlay-put'.
20541 (reftex-select-unmark): Use `reftex-delete-overlay' and
20542 `reftex-overlay-put'.
20543
20544 2005-05-18 Lute Kamstra <lute@gnu.org>
20545
20546 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20547
20548 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20549
20550 * add-log.el (add-change-log-entry):
20551 * array.el (array-make-template, array-reconfigure-rows)
20552 (array-init-max-row, array-init-max-column)
20553 (array-init-columns-per-line, array-init-field-width):
20554 * replace.el (replace-match-maybe-edit, perform-replace):
20555 * textmodes/spell.el (spell-region):
20556 Replace `read-input' by `read-string'.
20557
20558 * forms.el (forms-mode):
20559 * finder.el (finder-compile-keywords):
20560 * shadowfile.el (shadow-read-files):
20561 Replace `eval-current-buffer' by `eval-buffer'.
20562
20563 * terminal.el (te-pass-through):
20564 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20565 (ange-ftp-raw-send-cmd):
20566 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20567 (send-process-next-char, telnet-initial-filter, telnet):
20568 Replace `send-string' by `process-send-string'.
20569
20570 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20571 (prolog-consult-region): Replace `send-string' by
20572 `process-send-string'; replace `send-region' by `process-send-region'.
20573
20574 * progmodes/delphi.el (delphi-log-msg):
20575 Replace `set-window-dot' by `set-window-point'.
20576
20577 * subr.el (window-dot, set-window-dot, read-input, send-string)
20578 (send-region, show-buffer, eval-current-buffer):
20579 Make really obsolete, as the comment says.
20580
20581 2005-05-17 Kim F. Storm <storm@cua.dk>
20582
20583 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20584 (cua--init-keymaps): Bind C-return instead of S-return to set
20585 rectangle mark.
20586
20587 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20588 instead of S-return to toggle/clear rectangle mark.
20589
20590 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20591
20592 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20593 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20594 Also fontify plain strings assigned to variables, mostly so that a
20595 colon has a face and is thus not taken as a dependency separator.
20596 (makefile-previous-dependency): Inline the new matcher, because it
20597 is too complex to work in both directions.
20598 (makefile-match-dependency): Eliminate `backward' arg (see above).
20599 Completely reimplemented so as to not sometimes go into an endless
20600 loop. It should also be more efficient, because first it only
20601 searches for `:', instead of applying the very complex regexp.
20602 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20603 to be fontified in one piece can be too long for JIT.
20604 Makefiles are never *that* big.
20605
20606 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20607
20608 * dired.el (dired-mode): Simplify.
20609
20610 2005-05-17 Lute Kamstra <lute@gnu.org>
20611
20612 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20613 defcustom for the mode hook variable.
20614
20615 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20616 Emacs Lisp Reference Manual.
20617
20618 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20619
20620 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20621 (evenp, list*):
20622 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20623 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20624
20625 * net/tramp-smb.el (tramp-smb-open-connection):
20626 Pass `tramp-chunksize' as fifth (required) argument.
20627
20628 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20629
20630 * font-lock.el (lisp-font-lock-keywords-1):
20631 Set `font-lock-negation-char-face' for [^...] char group.
20632 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20633
20634 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20635 a var, and refine it to mask one more level of nested vars.
20636 (makefile-rule-action-regex): Turn it into a var, and refine it so
20637 it recognizes backslashed continuation lines as belonging to the
20638 same command.
20639 (makefile-macroassign-regex): Refine it so it recognizes
20640 backslashed continuation lines as belonging to the same command.
20641 (makefile-var-use-regex): Don't look at the next char, because it
20642 might be the same one to be skipped by the initial [^$], leading
20643 to an overlooked variable use.
20644 (makefile-make-font-lock-keywords): Remove two parameters, which
20645 are now variables that some of the modes set locally.
20646 Handle dependency and rule action matching through functions, because
20647 regexps alone match too often. Dependency matching now comes
20648 last, so it can check, whether a colon already matched something else.
20649 (makefile-mode): Inform that font-lock improves makefile parsing
20650 capabilities.
20651 (makefile-match-dependency, makefile-match-action): New functions.
20652
20653 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20654
20655 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20656
20657 * align.el (align-regexp):
20658 * ansi-color.el (ansi-color-get-face):
20659 * array.el (array-reconfigure-rows, array-init-max-row)
20660 (array-init-max-column, array-init-columns-per-line)
20661 (array-init-field-width):
20662 * dired-aux.el (dired-trample-file-versions):
20663 * dired-x.el (dired-mark-sexp):
20664 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20665 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20666 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20667 * faces.el (face-read-integer):
20668 * files.el (backup-extract-version, insert-directory):
20669 * hexl.el (hexl-insert-decimal-char):
20670 * server.el (server-process-filter):
20671 * shell.el (shell-extract-num):
20672 * startup.el (command-line-1):
20673 * term.el (term-command-hook):
20674 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20675 (time-stamp-do-number):
20676 * time.el (display-time-update):
20677 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20678 (timezone-fix-time):
20679 * vms-patch.el (vms-suspend-resume-hook):
20680 * calendar/appt.el (appt-convert-time):
20681 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20682 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20683 * calendar/cal-islam.el (mark-islamic-diary-entries):
20684 * calendar/calendar.el (calendar-cursor-to-date)
20685 (calendar-star-date):
20686 * calendar/diary-lib.el (diary-attrtype-convert)
20687 (mark-diary-entries, diary-entry-time):
20688 * calendar/solar.el (solar-get-number):
20689 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20690 * emacs-lisp/re-builder.el (reb-display-subexp):
20691 * emulation/edt.el (edt-set-scroll-margins):
20692 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20693 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20694 (vip-get-ex-count):
20695 * emulation/viper-ex.el (viper-get-ex-token)
20696 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20697 * international/fontset.el (fontset-plain-name):
20698 * mail/feedmail.el (feedmail-look-at-queue-directory):
20699 * mail/mailalias.el (mail-get-names):
20700 * mail/rmail.el (rmail-convert-to-babyl-format):
20701 * mail/rmailsum.el (rmail-make-basic-summary-line)
20702 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20703 (rmail-summary-goto-msg):
20704 * mail/smtpmail.el (smtpmail-read-response):
20705 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20706 (ange-ftp-vms-add-file-entry):
20707 * play/gametree.el (gametree-looking-at-ply)
20708 (gametree-current-branch-score):
20709 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20710 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20711 * progmodes/cperl-mode.el (condition-case):
20712 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20713 (ebrowse-set-member-buffer-column-width)
20714 (ebrowse-select-1st-to-9nth):
20715 * progmodes/etags.el (etags-snarf-tag):
20716 * progmodes/flymake.el (flymake-parse-line):
20717 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20718 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20719 (idlwave-shell-menu-def):
20720 * progmodes/ps-mode.el (ps-run-goto-error):
20721 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20722 (vhdl-speedbar-contract-level):
20723 * term/mac-win.el (x-handle-numeric-switch):
20724 * term/sun-mouse.el (sun-get-frame-data):
20725 * term/w32-win.el (x-handle-numeric-switch):
20726 * term/x-win.el (x-handle-numeric-switch):
20727 * textmodes/ispell.el (ispell-parse-output):
20728 * textmodes/nroff-mode.el (nroff-outline-level):
20729 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20730 (reftex-bib-sort-year-reverse, reftex-format-citation):
20731 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20732 (reftex-section-number):
20733 * textmodes/texinfmt.el (texinfo-paragraphindent):
20734 Replace `string-to-int' by `string-to-number'.
20735
20736 * international/latexenc.el: Add page marker to force the "Local
20737 Variables:" string out of the last page.
20738
20739 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20740
20741 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20742 tooltip-change-major-mode.
20743 (gud-tooltip-print-command): Remove case where gud-minor-mode
20744 is gdb ("--fullname").
20745 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20746 explain to user.
20747
20748 2005-05-16 Jay Belanger <belanger@truman.edu>
20749
20750 * calc/calc-store.el (calc-copy-special-constant): New function.
20751
20752 * calc/calc-ext.el (calc-init-extensions): Add binding for
20753 `calc-copy-special-constant'.
20754
20755 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20756 for the `calc-copy-special-constant' command.
20757
20758 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20759
20760 * subr.el (left-fringe-p): New function.
20761
20762 * progmodes/compile.el (compilation-setup): Set local value of
20763 overlay-arrow-string to "" always.
20764 (compilation-set-window): Left fringe then don't scroll.
20765 No left fringe then no arrow and scroll message to top.
20766 (compilation-context-lines): Adjust doc string accordingly.
20767
20768 2005-05-16 Kim F. Storm <storm@cua.dk>
20769
20770 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20771 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20772 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20773 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20774 (ido-read-file-name): Handle commands with ido property value
20775 equal to find-file as reading a file name, to allow C-d to enter dired.
20776 (ibuffer-find-file): Add ido property with value find-file.
20777
20778 2005-05-15 Kim F. Storm <storm@cua.dk>
20779
20780 * subr.el (open-network-stream-nowait): Remove.
20781 (open-network-stream-server): Remove.
20782
20783 2005-05-15 Richard M. Stallman <rms@gnu.org>
20784
20785 * faces.el (describe-face): Output a definition link button.
20786
20787 * help-mode.el (help-face-def): New button type.
20788
20789 * emacs-lisp/copyright.el (copyright-fix-years):
20790 Match properly if the first year is 2-digit.
20791 Don't mess up the whitespace after the years by filling.
20792
20793 * dired-aux.el (dired-mark-confirm):
20794 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20795
20796 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20797 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20798 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20799
20800 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20801 Set font-lock-comment-start-skip.
20802
20803 * font-lock.el (font-lock-comment-start-skip): New variable.
20804 (font-lock-comment-end-skip): New variable.
20805 (font-lock-fontify-syntactically-region): Use them if non-nil.
20806
20807 2005-05-15 Jay Belanger <belanger@truman.edu>
20808
20809 * calc/calc-store.el (calc-store-value): Return a string rather
20810 than display it as a message.
20811 Use calc-var-name for variable name.
20812 (calc-store-into): Add the result of calc-store-value to message.
20813 (calc-copy-variable): Add a message.
20814 (calc-store-exchange): Improve error messages.
20815 (calc-store-binary, calc-store-map): Don't reset the values of
20816 special constants.
20817
20818 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20819
20820 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20821 manual to docstring.
20822
20823 * files.el (hack-local-variables-confirm): Add STRING argument.
20824 Make the function handle non file visiting buffers correctly.
20825 (hack-local-variables-prop-line, hack-local-variables)
20826 (hack-one-local-variable): Use STRING arg of
20827 `hack-local-variables-confirm'.
20828
20829 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20830
20831 Sync with Tramp 2.0.49.
20832
20833 * net/tramp.el (tramp-handle-dired-call-process)
20834 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20835 because the contents of the Tramp buffer is changed before
20836 insertion (`expand-file' and alike).
20837 (tramp-handle-insert-directory): If `localname' has an empty
20838 nondirectory name, it must not be quoted.
20839 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20840 variable `tramp-chunksize'. Change callees.
20841 (tramp-open-connection-setup-interactive-shell): Check remote host
20842 for buggy `send-process-string' implementation.
20843 Set `tramp-chunksize' if found. Reported by Michael Kifer
20844 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20845 (tramp-handle-shell-command): `insert-buffer' cannot be used
20846 because the contents of the Tramp buffer is changed before
20847 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20848 <frederic.bothamy@free.fr>.
20849 (tramp-set-auto-save): Actions should be done for Tramp file name
20850 handler only. Ange-FTP has its own auto-save mechanism.
20851 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20852 (tramp-set-auto-save-file-modes): Set file modes of
20853 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20854 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20855 (tramp-bug): Remove obsolete variable.
20856 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20857 for presence of `mml-mode'. Make it running for older Emacsen as well.
20858
20859 2005-05-14 John Paul Wallington <jpw@pobox.com>
20860
20861 * ibuf-ext.el (define-ibuffer-filter filename):
20862 If `dired-directory' is a list, use its car.
20863
20864 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20865
20866 * ibuffer.el (define-ibuffer-column filename):
20867 If `dired-directory' is a list, use its car.
20868
20869 2005-05-14 Richard M. Stallman <rms@gnu.org>
20870
20871 * subr.el (symbol-file): Doc fix.
20872
20873 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20874 (byte-compile-form): Call byte-compile-nogroup-warn.
20875 (byte-compile-warning-types): Doc fix.
20876
20877 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20878
20879 * progmodes/cc-engine.el (c-literal-faces):
20880 Add font-lock-comment-delimiter-face.
20881
20882 * net/net-utils.el (dig): Use with-no-warnings.
20883
20884 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20885 (sc-recite-frame-alist, sc-default-cite-frame)
20886 (sc-default-uncite-frame, sc-default-recite-frame)
20887 (sc-attrib-selection-list, sc-rewrite-header-list):
20888 Mark as risky-local-variable.
20889
20890 * international/ogonek.el (ogonek-jak, ogonek-how):
20891 Don't use beginning-of-buffer.
20892
20893 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20894
20895 * calendar/solar.el (solar-data-list): Move definition up.
20896
20897 * dnd.el (dnd-protocol-alist): Add autoload.
20898
20899 * progmodes/sh-script.el: Many doc usage fixes.
20900 (sh-indent-after-do): Change default to match common styles.
20901
20902 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20903
20904 * files.el (interpreter-mode-alist)
20905 (auto-mode-interpreter-regexp): Doc fixes.
20906
20907 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20908
20909 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20910
20911 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20912
20913 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20914
20915 * dired.el (dired-mode): make-variable-buffer-local =>
20916 make-local-variable.
20917
20918 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20919
20920 * term/mac-win.el (mac-select-convert-to-string): Try coding
20921 systems in mac-script-code-coding-systems if specified one cannot
20922 encode string for `com.apple.traditional-mac-plain-text'.
20923
20924 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20925
20926 * progmodes/make-mode.el (makefile-targets-face)
20927 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20928 (makefile-dependency-regex): Fix it to not make the colon in
20929 $(var:a=b) special.
20930 (makefile-rule-action-regex): New regexp for highlighting embedded
20931 Shell strings.
20932 (makefile-macroassign-regex): Handle != for highlighting as
20933 embedded Shell strings.
20934 (makefile-var-use-regex): New const.
20935 (makefile-statements, makefile-automake-statements)
20936 (makefile-gmake-statements, makefile-makepp-statements)
20937 (makefile-bsdmake-statements): New consts.
20938 (makefile-make-font-lock-keywords): New function.
20939 (makefile-automake-font-lock-keywords)
20940 (makefile-gmake-font-lock-keywords)
20941 (makefile-makepp-font-lock-keywords)
20942 (makefile-bsdmake-font-lock-keywords): New consts.
20943 (makefile-mode-map): Add switchers between the various submodes.
20944 (makefile-mode): Document the availability of the variants.
20945 (makefile-automake-mode, makefile-gmake-mode)
20946 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20947
20948 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20949 new variants of makefile-mode.
20950
20951 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20952
20953 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20954 the inheritance.
20955
20956 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20957
20958 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20959 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20960
20961 * files.el (normal-mode): Extend the scope of the
20962 `enable-local-variables' binding to include the `set-auto-mode' call.
20963 (magic-mode-alist): Doc fix.
20964
20965 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20966
20967 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20968 font-lock-comment-face rather than copying its setting.
20969
20970 2005-05-12 Andreas Schwab <schwab@suse.de>
20971
20972 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20973
20974 2005-05-12 Lute Kamstra <lute@gnu.org>
20975
20976 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20977 defcustom for the mode hook variable. Delete the last argument.
20978 * generic-x.el: Fix callers of define-generic-mode.
20979 (generic-x-modes): Delete group.
20980 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20981 generic-x customization group.
20982
20983 2005-05-12 Kim F. Storm <storm@cua.dk>
20984
20985 * font-lock.el (font-lock-negation-char-face): Default to "off".
20986
20987 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20988 font-lock-negation-char-face to ! in !=.
20989
20990 2005-05-12 Masatake YAMATO <jet@gyve.org>
20991
20992 * add-log.el (find-change-log): Fix typos in the docstring
20993 of function.
20994
20995 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20996
20997 * international/latexenc.el (latexenc-find-file-coding-system):
20998 Avoid `re-search-forward' when looking for input encoding because
20999 of speed and safety. Better regular expressions for recognizing
21000 input encoding. Limit a search for TeX-master/tex-main-file to
21001 the local variable section.
21002
21003 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
21004
21005 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21006 syntax of $ to "'" (quote).
21007
21008 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
21009
21010 * dnd.el (dnd-protocol-alist): Improve custom type.
21011
21012 * dired.el (dired-dnd-protocol-alist): New variable.
21013 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
21014 `dired-mode-hook' to the end.
21015
21016 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21017
21018 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21019 comment-end if comment-start-skip is not set.
21020 Obey the font-lock-comment-delimiter-face variables.
21021
21022 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21023
21024 * files.el (executable-find): Move from executable.el. Use
21025 locate-file.
21026 * progmodes/executable.el (executable-find): Move to files.el.
21027
21028 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21029 when trying to ensure forward progress.
21030
21031 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21032
21033 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21034 (mouse-select, mouse-select-internal, mouse-extend-internal):
21035 Use it to implement mouse-1-click-follows-link functionality.
21036
21037 2005-05-11 Richard M. Stallman <rms@gnu.org>
21038
21039 * font-lock.el (font-lock-fontify-syntactically-region):
21040 Use font-lock-comment-delimiter-face for comment delimiters.
21041
21042 2005-05-10 Jay Belanger <belanger@truman.edu>
21043
21044 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21045 preserving embedded modes.
21046
21047 2005-05-10 Richard M. Stallman <rms@gnu.org>
21048
21049 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21050
21051 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21052 Move from ada-stmt.el.
21053 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21054
21055 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21056 Move to ada-mode.el.
21057 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21058
21059 * cus-edit.el (custom-file): Call file-chase-links.
21060
21061 * files.el (read-directory-name): Fix previous change.
21062 (hack-local-variables-confirm): New function.
21063 (hack-local-variables-prop-line, hack-local-variables)
21064 (hack-one-local-variable): Use it.
21065
21066 2005-05-10 Lute Kamstra <lute@gnu.org>
21067
21068 * font-lock.el (font-lock-keywords-alist)
21069 (font-lock-removed-keywords-alist): Clarify docstrings.
21070
21071 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21072
21073 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21074 (gdb-source-info): Check for preprocessor info.
21075 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21076 a macro for a function.
21077 (gdb-info-breakpoints-custom): Try to find file again if not already
21078 found (user might have used GDB dir command).
21079 (gdb-get-location): Update gdb-location-alist correctly for change
21080 to gdb-info-breakpoints-custom.
21081
21082 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21083 (gud-tooltip-print-command): Add gdbmi case.
21084 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21085 preprocessor info.
21086
21087 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21088
21089 * startup.el (fancy-splash-insert): Fix typo in doc string.
21090
21091 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21092
21093 * obsolete/float.el (string-to-float):
21094 * obsolete/hilit19.el (hilit-add-pattern):
21095 * obsolete/rnews.el (news-parse-range, news-select-message)
21096 (news-get-pruned-list-of-files): Replace `string-to-int' by
21097 `string-to-number'.
21098
21099 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21100 `find-file-not-found-hooks'; use `add-hook'.
21101 (uncompress-while-visiting): Set `write-file-functions', not
21102 `write-file-hooks'; use `add-hook'.
21103
21104 2005-05-09 Kim F. Storm <storm@cua.dk>
21105
21106 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21107 (cua-paste): Handle clipboard action.
21108 (cua--init-keymaps): Remap clipboard-kill-region and
21109 clipboard-kill-ring-save.
21110
21111 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21112
21113 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21114 Improve commentary.
21115
21116 * simple.el (next-error-overlay-arrow-position): Revert the change
21117 made on 2005-04-30.
21118
21119 2005-05-07 Jay Belanger <belanger@truman.edu>
21120
21121 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21122 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21123 `calc-sel-reselect'.
21124
21125 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21126 Calc is in embedded mode.
21127
21128 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21129
21130 * progmodes/compile.el (compilation-setup):
21131 Set overlay-arrow-string to an empty string on text terminals.
21132
21133 * textmodes/ispell.el (ispell-program-name): Try looking for
21134 "aspell" along exec-path, and if found, use it as the default
21135 speller program.
21136
21137 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21138
21139 * international/mule.el (sgml-xml-auto-coding-function):
21140 Recognize encoding='FOO' in single quotes as well as in double quotes.
21141
21142 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21143
21144 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21145 as well as `interactive', so that defmacro* would recognize
21146 `declare' forms.
21147
21148 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21149
21150 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21151 Explain more about the LIGHTER arg's usage in the doc string.
21152 Add commentary to clarify what the code does. Fix the regexp that
21153 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21154 since it could have characters special to regular expressions.
21155
21156 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21157
21158 * replace.el (occur-1): Bind inhibit-read-only so that
21159 erase-buffer doesn't barf on read-only text properties (likewise
21160 for add-text-properties in occur-engine). Mark buffer as unmodified.
21161 (occur-engine): Don't set buffer-read-only here.
21162
21163 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21164
21165 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21166 list-buffers-directory. This caused the *cvs-commit* buffer to be
21167 sometimes mistakenly reused as a *cvs* buffer.
21168
21169 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21170
21171 * tooltip.el: Move code for GUD tooltips into gud.el.
21172 (require): CL no longer needed to compile case.
21173 (tooltip-mode): Do not toggle functions for GUD tooltips.
21174 (tooltip-gud-tips-p): Remove. Replace with minor mode
21175 gud-tooltip-mode in gud.el.
21176 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21177 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21178 tooltip-gud prefix with gud-tooltip and obsolete.
21179 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21180 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21181 (tooltip-mouse-motion): Mouse movement functions/variable.
21182 Rename in gud.el by adding gud prefix.
21183 (tooltip-gud-original-filter, tooltip-gud-dereference)
21184 (tooltip-gud-event, tooltip-toggle-gud-tips)
21185 (tooltip-gud-process-output, tooltip-gud-print-command)
21186 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21187 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21188 (gdb-tooltip-print): Move to gdb-ui.el.
21189
21190 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21191 (require): CL needed to compile case.
21192 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21193 tooltip-gud-tips-p. Make it a minor-mode.
21194 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21195 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21196 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21197 (gud-tooltip-change-major-mode)
21198 (gud-tooltip-activate-mouse-motions-if-enabled)
21199 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21200 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21201 (gud-tooltip-original-filter, gud-tooltip-dereference)
21202 (gud-tooltip-event, tooltip-toggle-gud-tips)
21203 (gud-tooltip-process-output, gud-tooltip-print-command)
21204 (gud-tooltip-tips): Move from tooltip.el.
21205
21206 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21207 (gdb-cpp-define-alist-flags): Doc fix.
21208 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21209 gud-tooltip-mode is t.
21210
21211 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21212
21213 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21214 evaporate if their text is deleted.
21215 (goto-address-at-point): Make it work as a mouse binding as well.
21216 (goto-address-at-mouse): Obsolete it. Update users.
21217
21218 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21219
21220 * calendar/appt.el (top-level): No longer activate on load.
21221
21222 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21223
21224 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21225 * net/webjump.el (webjump):
21226 * progmodes/idlw-help.el (idlwave-do-context-help1)
21227 (idlwave-highlight-linked-completions):
21228 * textmodes/po.el (po-find-file-coding-system-guts):
21229 Replace `assoc-ignore-case' by `assoc-string'.
21230
21231 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21232
21233 * files.el (locate-file): Doc fix.
21234
21235 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21236 Remove the redundant test for ms-dos.
21237
21238 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21239 look for the preprocessor with exec-suffixes. If not found in
21240 standard places, look in exec-path. Remove most of the tests that
21241 used system-type.
21242
21243 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21244
21245 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21246
21247 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21248 file-name clash with jka-compr.el on 8+3 filesystems.
21249
21250 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21251
21252 * term/mac-win.el: Don't define or bind scroll bar functions if
21253 x-toolkit-scroll-bars is t.
21254 (x-select-text, x-get-selection-value): Clear
21255 x-last-selected-text-clipboard if x-select-enable-clipboard is
21256 nil.
21257 (PRIMARY): Put mac-scrap-name property.
21258 (mac-select-convert-to-file-url): New function.
21259 (public.file-url): New selection target type. Add to
21260 selection-converter-alist.
21261 (x-get-selection, x-selection-value): Handle it.
21262 (x-cut-buffer-or-selection-value): New alias.
21263
21264 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21265
21266 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21267 entry to avoid calling bibtex-find-entry with arg global
21268 being t. Remove arg key.
21269 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21270 (bibtex-copy-summary-as-kill): Change accordingly.
21271
21272 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21273
21274 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21275 (org-agenda-date-later): Use with-current-buffer.
21276
21277 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21278
21279 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21280 (define-obsolete-variable-alias): Doc Fixes.
21281
21282 2005-05-06 Kim F. Storm <storm@cua.dk>
21283
21284 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21285 vertical-motion when selective-display is active.
21286
21287 * ido.el (ido-setup-hook): New hook.
21288 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21289 (ido-input-stack): New var.
21290 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21291 ido-next-work-file binding to M-O.
21292 Bind M-f to ido-wide-find-file-or-pop-dir.
21293 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21294 (ido-read-internal): Run ido-setup-hook.
21295 Catch quit in read-file-name and read-string to cancel edit.
21296 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21297 Automatically pop-all when completing a directory name (RET).
21298 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21299 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21300 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21301 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21302 New functions for M-b/M-f to move among the directory components.
21303 (ido-make-merged-file-list): Catch quit to cancel merge.
21304 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21305 (ido-completion-help): No warnings for ido-completion-buffer-full.
21306
21307 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21308
21309 * font-lock.el (font-lock-negation-char-face): New face and variable.
21310 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21311 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21312 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21313 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21314
21315 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21316
21317 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21318 Fix typo in docstring.
21319
21320 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21321 (ebrowse-print-statistics-line)
21322 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21323
21324 * term/w32-win.el (image-library-alist): Add additional name for
21325 Xpm library.
21326
21327 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21328
21329 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21330 use gcc instead of cpp.
21331
21332 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21333 (gdb-create-define-alist): Use it.
21334 (gdb-cpp-define-alist-program): Update for MS-DOS.
21335
21336 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21337
21338 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21339
21340 2005-05-04 Richard M. Stallman <rms@gnu.org>
21341
21342 * help.el (describe-key): No error when UNTRANSLATED is nil.
21343
21344 * simple.el (line-move-1): Fix previous change to signal errors
21345 appropriately.
21346
21347 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21348
21349 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21350 (icalendar-duration-correction): Remove.
21351 (icalendar--get-event-properties): Split result at commas.
21352 (icalendar--decode-isoduration): New optional argument
21353 DURATION-CORRECTION.
21354 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21355 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21356 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21357 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21358 (icalendar--convert-anniversary-to-ical): New functions, extracted
21359 from icalendar-export-region, with bug fixes.
21360 (icalendar-export-region): Use the above functions.
21361 (icalendar-import-buffer): Check before saving diary file.
21362 (icalendar--convert-recurring-to-diary)
21363 (icalendar--convert-non-recurring-all-day-to-diary)
21364 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21365 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21366 (icalendar--convert-ical-to-diary): Use the above functions.
21367
21368 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21369
21370 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21371 Remove these recent additions.
21372 (c-mode): Restore to before 2005-04-28.
21373
21374 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21375 recent addition.
21376
21377 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21378 (gdb-define-alist): New variables.
21379 (gdb-create-define-alist): New function.
21380 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21381 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21382 with string-to-number.
21383 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21384
21385 * progmodes/gud.el: Replace string-to-int with string-to-number.
21386 (gud-find-file): Handle gdb-define-alist.
21387
21388 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21389
21390 2005-05-02 Jay Belanger <belanger@truman.edu>
21391
21392 * calc/calc-aent.el (math-read-token):
21393 * calc/calc-bin.el (calc-word-size):
21394 * calc/calc-ext.el (calc-read-number-fancy):
21395 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21396 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21397 * calc/calc-frac.el (calc-over-notation):
21398 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21399 (calc-graph-num-points, calc-graph-init):
21400 * calc/calc-prog.el (calc-read-parse-table-part)
21401 (calc-edit-macro-repeats):
21402 * calc/calc-yank.el (calc-do-grab-rectangle):
21403 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21404 Replace `string-to-int' by `string-to-number'.
21405
21406 2005-05-02 Kim F. Storm <storm@cua.dk>
21407
21408 * kmacro.el: Use executing-kbd-macro-index variable.
21409
21410 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21411
21412 * net/rlogin.el (rlogin-parse-words): Delete func.
21413 (rlogin): Use split-string, not rlogin-parse-words.
21414 Also, if there are option-like elements in the parsed args,
21415 take the host to be the first arg immediately following them.
21416 Suggested by Michael Mauger.
21417
21418 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21419
21420 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21421
21422 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21423
21424 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21425 (cc-mode-cpp-program): Rename to cc-define-list-program and
21426 move to cc-vars.el.
21427
21428 * progmodes/cc-vars.el (cc-define-list-program):
21429 Change to "gcc -E -dM -". Make customizable.
21430
21431 2005-05-02 Kim F. Storm <storm@cua.dk>
21432
21433 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21434
21435 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21436
21437 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21438
21439 * international/mule-util.el (truncate-string): Remove alias and
21440 obsolete declaration.
21441
21442 * international/mule-cmds.el (update-iso-coding-systems):
21443 Remove alias and obsolete declaration.
21444
21445 * international/mule.el (coding-system-parent): Remove alias and
21446 obsolete declaration.
21447
21448 * subr.el (define-function, sref): Remove aliases and obsolete
21449 declarations.
21450 (chars-in-region): Remove obsolete declaration.
21451
21452 2005-05-01 Richard M. Stallman <rms@gnu.org>
21453
21454 * info.el (Info-mode): Set widen-automatically to nil, locally.
21455
21456 * simple.el (widen-automatically): New variable.
21457 (pop-global-mark): Obey widen-automatically.
21458
21459 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21460
21461 * term/xterm.el (function-key-map): Call substitute-key-definition
21462 before the keymap size is increased by a lot of define-key calls.
21463
21464 2005-05-01 Richard M. Stallman <rms@gnu.org>
21465
21466 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21467 Rename ARG to ELEMENT. Doc fix.
21468
21469 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21470
21471 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21472 Remove references to allout-exposure/change to allout-new-exposure.
21473
21474 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21475 bytecode symbols.
21476
21477 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21478 (compiled-function-p, focus-frame, unfocus-frame):
21479 Remove aliases and obsolete declarations.
21480 Back out inadvertent changes from previous commit.
21481
21482 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21483
21484 * files.el (require-final-newline): Make Custom tags consistent
21485 with mode-require-final-newline.
21486 (mode-require-final-newline): Doc fix.
21487
21488 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21489
21490 * international/latexenc.el (latexenc-find-file-coding-system):
21491 Fix regular expressions.
21492
21493 2005-05-01 David Kastrup <dak@gnu.org>
21494
21495 * international/latexenc.el (latexenc-find-file-coding-system):
21496 Fix regular expressions.
21497
21498 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21499
21500 * subr.el (string-to-int): Make obsolete.
21501
21502 2005-04-30 Richard M. Stallman <rms@gnu.org>
21503
21504 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21505
21506 * loadup.el: load jka-comp-hook.
21507
21508 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21509 (jka-compr-handler): Add autoload. `put' calls moved
21510 to jka-comp-hook.el.
21511 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21512 (jka-compr-inhibit): Autoload.
21513
21514 * jka-comp-hook.el: New file.
21515 Enable the mode by default.
21516
21517 * files.el (backup-buffer-copy): Use copy-file instead
21518 of write-region, and put back the 'excl.
21519
21520 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21521
21522 * progmodes/flymake.el (flymake-split-string)
21523 (flymake-split-string, flymake-log, flymake-pid-to-names)
21524 (flymake-reg-names, flymake-get-source-buffer-name)
21525 (flymake-unreg-names, flymake-add-line-err-info)
21526 (flymake-add-err-info): Clarify docstrings.
21527 (flymake-popup-menu, flymake-make-emacs-menu)
21528 (flymake-make-xemacs-menu): Add docstrings.
21529 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21530 Set variables directly throughout.
21531
21532 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21533
21534 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21535 exists. Initialize cc-define-alist.
21536 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21537 If there is no file (Macroexpansion) don't create an alist.
21538
21539 2005-04-29 Sam Steingold <sds@gnu.org>
21540
21541 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21542 (cc-create-define-alist): Use it instead of the hard-coded string.
21543
21544 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21545
21546 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21547 for latexenc.
21548
21549 2005-04-29 Lute Kamstra <lute@gnu.org>
21550
21551 * emacs-lisp/generic.el: Improve commentary section.
21552 (define-generic-mode): Improve docstring.
21553
21554 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21555
21556 * textmodes/org.el (many places): Change to quiet the byte compiler.
21557 (org-prefix-format-compiled): New variable.
21558 (org-compile-prefix-format): New function.
21559 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21560 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21561 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21562 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21563 consistency with entries from `org-mode' files.
21564 (org-get-time-of-day): Fix bug with partial matches early in a line.
21565 (org-non-link-chars): New constant.
21566 (org-link-regexp): Respect `org-non-link-chars'.
21567 (org-agenda-day-view): Remove command.
21568 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21569 (org-follow-bbdb-link, org-store-link): Search also company field.
21570 (org-highlight-overlay): New variable.
21571 (org-highlight, org-unhighlight): New functions.
21572 (org-agenda-mode): Add pre-command-hook to remove highlight.
21573 (org-evaluate-time-range): Behavior depends upon whether time stamp
21574 contains a time or not.
21575 (org-show-subtree, org-show-entry): New functions.
21576 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21577
21578 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21579
21580 * comint.el (comint-output-filter-functions): Add autoload cookie.
21581
21582 2005-04-28 Kim F. Storm <storm@cua.dk>
21583
21584 * ido.el (ido-everywhere): Fix last change.
21585
21586 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21587
21588 * international/latexenc.el: New file.
21589 * international/mule-conf.el (file-coding-system-alist): For .tex,
21590 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21591
21592 2005-04-28 Lute Kamstra <lute@gnu.org>
21593
21594 * font-lock.el (font-lock-add-keywords)
21595 (font-lock-remove-keywords): Clarify docstring.
21596 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21597 Don't start docstrings with a `*'.
21598 (font-lock-update-removed-keyword-alist): Give it a docstring.
21599
21600 * generic-x.el: Update commentary section.
21601 Only require font-lock when compiling.
21602 Define all modes conditionally.
21603 Place all generic modes in the generic-x-modes customization group.
21604 (generic-x-modes): New customization group.
21605 (generic-default-modes, generic-mswindows-modes)
21606 (generic-unix-modes, generic-other-modes): New constants.
21607 (generic-define-mswindows-modes, generic-define-unix-modes):
21608 Update docstrings. Make them obsolete.
21609 (generic-extras-enable-list): New default value. Update docstring.
21610 Improve :type. Change :set function.
21611 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21612 Fix docstring.
21613
21614 * emacs-lisp/generic.el (generic-mode-internal):
21615 Simplify font-lock-defaults.
21616 (define-generic-mode): Fix docstring.
21617
21618 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21619
21620 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21621 font-lock-face property to highlight matches.
21622
21623 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21624
21625 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21626 (cc-define-alist): New variable.
21627 (c-mode): Make it local and initialize it.
21628
21629 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21630 (gdb-exited): New function.
21631 (gdb-annotation-rules): Use it.
21632 (gdb-starting): Set gdb-active-process to t.
21633 (gdb-stopping): Amend doc string.
21634 (gdb-reset): Set gdb-active-process to nil.
21635
21636 * tooltip.el (tooltip-gud-tips): Show the associated #define
21637 directives when a C program under GDB is not executing.
21638
21639 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21640
21641 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21642 font-lock-fontify-syntactic-keywords.
21643
21644 * font-lock.el (font-lock-default-fontify-region): Don't force
21645 parse-sexp-lookup-properties to nil.
21646
21647 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21648
21649 * man.el (man-mode-syntax-table): Set up `:' to have
21650 word-constituent syntax.
21651
21652 2005-04-27 Lute Kamstra <lute@gnu.org>
21653
21654 * novice.el (disable-command): Don't add spurious newlines to the
21655 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21656
21657 2005-04-26 Jay Belanger <belanger@truman.edu>
21658
21659 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21660 than one window before deleting window.
21661
21662 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21663
21664 * shell.el (shell-prompt-pattern): Doc fix.
21665 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21666
21667 * comint.el (comint-prompt-regexp, comint-get-old-input)
21668 (comint-use-prompt-regexp)
21669 (comint-use-prompt-regexp-instead-of-fields)
21670 (comint-replace-by-expanded-history, comint-send-input)
21671 (comint-output-filter, comint-get-old-input-default)
21672 (comint-line-beginning-position, comint-bol, comint-show-output)
21673 (comint-backward-matching-input, comint-forward-matching-input)
21674 (comint-next-prompt, comint-previous-prompt):
21675 Rename `comint-use-prompt-regexp-instead-of-fields' to
21676 `comint-use-prompt-regexp'. Keep old name as alias and declare
21677 obsolete.
21678 (comint-use-prompt-regexp): Shorten first line of doc string.
21679
21680 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21681 Set paragraph-separate buffer locally to "\\'".
21682
21683 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21684 Adapt to above name change.
21685
21686 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21687 (smbclient-prompt-regexp): Ditto.
21688
21689 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21690
21691 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21692
21693 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21694 gdb-location-list.
21695 Break lines that are over 80 characters wide.
21696
21697 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21698
21699 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21700 New fun and var, to preserve compatibility.
21701
21702 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21703
21704 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21705
21706 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21707 name to file-newer-than-file-p.
21708
21709 2005-04-26 Richard M. Stallman <rms@gnu.org>
21710
21711 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21712
21713 * progmodes/python.el (python-mode):
21714 Use new name eldoc-documentation-function.
21715
21716 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21717
21718 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21719 (eldoc-documentation-function):
21720 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21721
21722 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21723
21724 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21725
21726 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21727
21728 * term/xterm.el (function-key-map): Fix strings for
21729 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21730 {C,S,A,C-S}-{f1-f12}.
21731
21732 2005-04-26 Kenichi Handa <handa@m17n.org>
21733
21734 * international/mule-cmds.el (select-safe-coding-system):
21735 Fix previous change.
21736
21737 2005-04-26 Lute Kamstra <lute@gnu.org>
21738
21739 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21740
21741 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21742 (font-lock-comment-delimiter-face): Ditto.
21743
21744 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21745
21746 2005-04-25 Jay Belanger <belanger@truman.edu>
21747
21748 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21749 to t while inserting information; use help-mode.
21750
21751 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21752
21753 * term.el (ansi-term-color-vector): Use the xterm colors.
21754 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21755
21756 2005-04-25 Lute Kamstra <lute@gnu.org>
21757
21758 * font-core.el (font-lock-defaults): Fix docstring.
21759
21760 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21761
21762 2005-04-25 Kenichi Handa <handa@m17n.org>
21763
21764 * international/mule-cmds.el (select-safe-coding-system):
21765 Don't check consistency with coding: spec, etc if raw-text or
21766 no-conversion was found to be safe.
21767
21768 2005-04-24 Richard M. Stallman <rms@gnu.org>
21769
21770 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21771 citation markers at start of each line.
21772
21773 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21774 citation markers at start of each line.
21775
21776 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21777
21778 * files.el (mode-require-final-newline): Fix previous change.
21779 (require-final-newline): Fix type label.
21780
21781 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21782
21783 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21784 statement in buffer (broken by 2004-11-24 change).
21785
21786 2005-04-24 Kim F. Storm <storm@cua.dk>
21787
21788 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21789 and read-file-name-function values. Don't overwrite existing
21790 non-nil values if ido-mode is enabled without ido-everywhere.
21791
21792 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21793
21794 * files.el (mode-require-final-newline): Minor doc fix.
21795
21796 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21797
21798 * subr.el (syntax-after): Doc fix.
21799 (syntax-class): If argument is nil, return nil. Mask off upper 16
21800 bits, not 8 bits.
21801
21802 * files.el (mode-require-final-newline): Doc fix.
21803 (backup-buffer-copy): Fix last change.
21804
21805 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21806
21807 * term/mac-win.el: Require select. Set selection-coding-system to
21808 mac-system-coding-system. Call menu-bar-enable-clipboard.
21809 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21810 (x-select-enable-clipboard): New variables.
21811 (x-select-text, x-get-selection, x-selection-value)
21812 (x-get-selection-value, mac-select-convert-to-string)
21813 (mac-services-open-file, mac-services-open-selection)
21814 (mac-services-insert-text): New functions.
21815 (CLIPBOARD, FIND): Put mac-scrap-name property.
21816 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21817 (public.tiff): Put mac-ostype property.
21818 (selection-converter-alist): Add entries for them.
21819 (mac-application-menu-map): New keymap.
21820 (interprogram-cut-function, interprogram-paste-function): Set to
21821 x-select-text and x-get-selection-value, respectively.
21822 (split-window-keep-point): Set to t.
21823
21824 2005-04-23 Richard M. Stallman <rms@gnu.org>
21825
21826 * files.el (read-directory-name): Always pass non-nil
21827 DEFAULT-FILENAME arg to read-file-name.
21828 (backup-buffer-copy, basic-save-buffer-2): Take care against
21829 writing thru an unexpected existing symlink.
21830 (revert-buffer): In indirect buffer, revert the base buffer.
21831 (magic-mode-alist): Doc fix.
21832 (buffer-stale-function): Doc fix.
21833 (minibuffer-with-setup-hook): Avoid warning.
21834 (mode-require-final-newline): Doc and custom fix.
21835
21836 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21837
21838 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21839 use the default appearance.
21840 (font-lock-comment-delimiter-face): New face, new variable.
21841
21842 * imenu.el (imenu--generic-function): The official position of a
21843 definition is the start of the line that BEG is in.
21844
21845 * midnight.el (midnight-timer): Move defvar up.
21846
21847 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21848
21849 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21850
21851 * startup.el (command-line): Use with-no-warnings.
21852
21853 * window.el (window-size-fixed): New defvar.
21854
21855 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21856
21857 * mail/rmail.el (rmail-font-lock-keywords):
21858 Use font-lock-comment-delimiter-face.
21859
21860 * mail/sendmail.el (mail-font-lock-keywords):
21861 Use font-lock-comment-delimiter-face.
21862
21863 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21864
21865 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21866
21867 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21868 Specify t for LAXMATCH when matching directories.
21869 Save match data around compilation-compat-error-properties form.
21870
21871 2005-04-23 David Kastrup <dak@gnu.org>
21872
21873 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21874 Mention that the autoloaded aliases should be kept for AUCTeX.
21875
21876 2005-04-23 Andreas Schwab <schwab@suse.de>
21877
21878 * isearch.el (isearch-forward): Doc fix.
21879
21880 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21881
21882 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21883 (jit-lock-stealth-nice): Change default value to 0.5.
21884
21885 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21886
21887 * abbrev.el (write-abbrev-file): Write table entries in
21888 alphabetical order by table name.
21889
21890 2005-04-22 Kim F. Storm <storm@cua.dk>
21891
21892 * ido.el (ido-read-internal): Fix `list' completion.
21893
21894 2005-04-22 Kenichi Handa <handa@m17n.org>
21895
21896 * recentf.el (recentf-save-file-coding-system): New variable.
21897 (recentf-save-list): Encode the file by
21898 recentf-save-file-coding-system and add coding: tag.
21899
21900 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21901
21902 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21903
21904 2005-04-21 Lute Kamstra <lute@gnu.org>
21905
21906 * loadhist.el (unload-feature): Don't remove a function from hooks
21907 if it is about to be restored to an autoload . Remove functions
21908 that will become unbound from auto-mode-alist. Simplify the code.
21909
21910 * subr.el (assq-delete-all): New implementation that is linear,
21911 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21912 (rassq-delete-all): New function.
21913
21914 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21915 Add size-indication-mode.
21916
21917 2005-04-21 Kenichi Handa <handa@m17n.org>
21918
21919 * international/mule-cmds.el: Add autoload for widget-value in
21920 eval-when-compile.
21921
21922 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21923
21924 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21925 Add tooltip-mode.
21926
21927 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21928
21929 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21930
21931 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21932 (inferior-lisp-filter-regexp, inferior-lisp-program)
21933 (inferior-lisp-load-command, inferior-lisp-prompt)
21934 (inferior-lisp-mode-hook, lisp-source-modes)
21935 (inferior-lisp-load-hook): defvar->defcustom.
21936 (inferior-lisp-program, inferior-lisp-prompt)
21937 (inferior-lisp-load-hook): Doc fixes.
21938 (inferior-lisp-install-letter-bindings): Small change in
21939 introductory comment.
21940
21941 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21942
21943 * vc.el (vc-annotate-color-map): Change some colors so that text
21944 using them as foreground is readable on both white and black
21945 backgrounds.
21946
21947 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21948
21949 * international/mule-conf.el (translation-table-for-input):
21950 Remove redundant declaration.
21951
21952 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21953
21954 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21955
21956 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21957 (tooltip-toggle-gud-tips): New function.
21958
21959 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21960
21961 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21962 right angle brackets.
21963
21964 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21965
21966 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21967
21968 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21969
21970 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21971 Remove. Update callers to use expand-file-name instead.
21972
21973 * subr.el (syntax-class): New function.
21974
21975 * simple.el (blink-matching-open): Use it.
21976
21977 * paren.el (show-paren-function): Use it to recognize parens that are
21978 also used in 2-char comment markers.
21979
21980 2005-04-19 Lute Kamstra <lute@gnu.org>
21981
21982 * loadhist.el (unload-feature): Update for new format of
21983 load-history. Simplify the code.
21984
21985 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21986
21987 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21988 (mac-add-charset-info): New function. Initialize variable
21989 mac-charset-info-alist using it.
21990 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21991 for translation.
21992 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21993 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21994 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21995 New CCL programs.
21996
21997 2005-04-19 Kim F. Storm <storm@cua.dk>
21998
21999 * simple.el (next-buffer, prev-buffer, next-error)
22000 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22001 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22002
22003 * bindings.el (next-buffer, prev-buffer, next-error)
22004 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22005 (clone-indirect-buffer-other-window): Move bindings from simple.el.
22006 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22007 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22008
22009 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22010
22011 * isearch.el (isearch-edit-string): Make the search-ring available for
22012 minibuffer history commands.
22013 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22014 the default history commands now work just as well.
22015 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22016
22017 2005-04-18 Kim F. Storm <storm@cua.dk>
22018
22019 * emulation/cua-base.el (cua--pre-command-handler): Add more
22020 elaborate check for shift modifier on non-window systems.
22021
22022 2005-04-18 Lars Hansen <larsh@math.ku.dk>
22023
22024 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22025
22026 2005-04-18 Kim F. Storm <storm@cua.dk>
22027
22028 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22029 and make it optional. Don't test tooltip-gud-echo-area here.
22030 (tooltip-gud-process-output, gdb-tooltip-print):
22031 Pass tooltip-gud-echo-area to tooltip-show.
22032 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22033
22034 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22035
22036 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22037 `display-graphic-p' may not be bound yet.
22038
22039 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22040
22041 * startup.el (command-line): No longer enable Xterm Mouse mode by
22042 default in terminals compatible with xterm.
22043
22044 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22045
22046 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22047
22048 * tooltip.el (tooltip-gud-echo-area): Rename from
22049 tooltip-use-echo-area.
22050 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22051 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22052 area independently of where help tooltips are displayed.
22053
22054 2005-04-17 David Kastrup <dak@gnu.org>
22055
22056 * cus-theme.el (custom-theme-write-variables): Quote variables
22057 where necessary.
22058
22059 2005-04-17 Richard M. Stallman <rms@gnu.org>
22060
22061 * simple.el (yank-excluded-properties): Add follow-link to value.
22062
22063 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22064
22065 * startup.el (fancy-splash-max-time): Just 30 seconds.
22066 (fancy-splash-delay): Just 7.
22067 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22068
22069 * loadhist.el (unload-feature): Update for new format of load-history.
22070 Simplify the code.
22071
22072 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22073 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22074
22075 * mail/sendmail.el (mail-font-lock-keywords):
22076 Don't fontify subject text.
22077 Don't fontify the text of a citation.
22078
22079 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22080
22081 * comint.el (comint-output-filter): Run comint-output-filter-functions
22082 with point where the user had it.
22083
22084 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22085
22086 * international/ucs-tables.el (ucs-set-table-for-input):
22087 Disable when using unify-on-decoding.
22088
22089 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22090
22091 * emulation/cua-base.el (cua-global-mark-face): Add special case
22092 for displays supporting a high number of colors.
22093
22094 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22095
22096 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22097
22098 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22099
22100 * filesets.el (filesets-add-buffer): If user supplies a name of a
22101 non-existing fileset, create a new fileset.
22102
22103 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22104
22105 * textmodes/org.el (org-up-heading-all): Fix bug with
22106 `outline-up-heading-all'.
22107
22108 2005-04-16 Andreas Schwab <schwab@suse.de>
22109
22110 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22111 /etc/permissions.d/* and /etc/aliases.d/*.
22112
22113 2005-04-16 Kenichi Handa <handa@m17n.org>
22114
22115 * international/code-pages.el (cp-make-coding-system):
22116 Set `translation-table-for-input' property value to the symbol
22117 ucs-mule-to-mule-unicode, not to that value.
22118 (pt154): Escape guillemet by `\'.
22119
22120 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22121
22122 * loadup.el: Load tooltip if x-show-tip is fboundp.
22123
22124 * startup.el (command-line): Add comment.
22125
22126 * tooltip.el (tooltip-mode): Specify correct standard value for
22127 Custom in init-value.
22128
22129 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22130
22131 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22132 possible.
22133
22134 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22135
22136 * textmodes/org.el (org-agenda-date-prompt): Rename from
22137 `org-agenda-date-today'.
22138 (org-evaluate-time-range): Insert at point instead of directly
22139 after time range.
22140 (org-first-headline-recenter, org-subtree-end-visible-p)
22141 (org-optimize-window-after-visibility-change): New functions
22142 (org-agenda-post-command-hook): Don't allow point at end of line,
22143 to make sure it always hits the text properties.
22144 (org-agenda-next-date-line, org-agenda-previous-date-line):
22145 New commands.
22146 (org-set-regexps-and-options): Category may contain white space.
22147 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22148 Improve marker positions.
22149 (org-agenda-new-marker): Argument POS made optional.
22150 (org-agenda-get-timestamps): Deadlines which are done are listed
22151 in org-done-face now.
22152 (org-agenda-get-todos, org-agenda-get-timestamps)
22153 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22154 Set `undone-face' and `done-face' properties.
22155 (org-last-todo-state-is-todo): New variable.
22156 (org-todo): Set `org-last-todo-state-is-todo'.
22157 (org-agenda-todo): Change face according to
22158 `org-last-todo-state-is-todo'. And change other lines referring to
22159 the same entry.
22160 (org-calendar-goto-agenda): New command.
22161 (org-calendar-to-agenda-key): New option.
22162 (org-startup-folded): New allowed value `content'.
22163 (org-set-regexps-and-options): Accept new value `content' for
22164 `org-startup-folded'.
22165 (org-get-current-options): Handle new value `content' for
22166 `org-startup-folded'.
22167 (org-insert-todo-heading): New command.
22168 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22169 interactively in empty file and option
22170 `org-insert-mode-line-in-empty-file' has been set.
22171 (org-agenda-todo, org-agenda-priority): Modify to use
22172 `org-agenda-change-all-lines'.
22173 (org-warning-face): Change color on dark background
22174
22175 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22176
22177 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22178 use preferences AppleLocale and AppleLanguages, and variable
22179 mac-system-locale for default locale. On Mac OS Classic, use
22180 mac-system-coding-system for default coding systems.
22181
22182 * term/mac-win.el: Don't set file-name-coding-system.
22183 Decode variables system-name, emacs-build-system, user-login-name, and
22184 user-full-name by mac-system-coding-system on Mac OS Classic.
22185 (mac-system-coding-system): New variable.
22186
22187 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22188
22189 * startup.el (command-line): Handle `xterm-mouse-mode' before
22190 reading init file.
22191
22192 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22193
22194 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22195
22196 * progmodes/sh-script.el (sh-here-document-word): Make it a
22197 defcustom. Doc fix.
22198 (sh-add): Bash uses $(( )) for arithmetic.
22199 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22200 (sh-maybe-here-document): Remove quotes and leading whitespace
22201 from heredoc word when closing. Indent heredoc with tabs if word
22202 starts with "-".
22203
22204 2005-04-13 Richard M. Stallman <rms@gnu.org>
22205
22206 * simple.el (undo): Fix previous change.
22207
22208 * custom.el (defface): Doc fix.
22209
22210 2005-04-13 Lute Kamstra <lute@gnu.org>
22211
22212 * Makefile.in (DONTCOMPILE): Remove list.
22213 (compile, compile-always): Don't use DONTCOMPILE.
22214 (update-authors): Load the library in which batch-update-authors
22215 is defined.
22216 * makefile.w32-in (DONTCOMPILE): Remove list.
22217 (compile, compile-always): Fix comments.
22218 (update-authors): Load the library in which batch-update-authors
22219 is defined.
22220
22221 * generic-x.el (generic-mode-ini-file-find-file-hook):
22222 Rename to ini-generic-mode-find-file-hook.
22223 Keep generic-mode-ini-file-find-file-hook as an alias.
22224 (ini-generic-mode-find-file-hook): Rename from
22225 generic-mode-ini-file-find-file-hook. Fix docstring.
22226 (ini-generic-mode): Docstring change.
22227 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22228
22229 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22230 called from lisp.
22231
22232 * generic.el: Move to the emacs-lisp subdir.
22233
22234 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22235
22236 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22237 and C-S- function and cursor motion keys.
22238
22239 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22240
22241 * startup.el (command-line): Enable Xterm Mouse mode by default.
22242 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22243 for Custom. No longer show "Mouse" in mode line when enabled.
22244 Doc fix.
22245
22246 2005-04-12 Kim F. Storm <storm@cua.dk>
22247
22248 * emulation/cua-base.el (cua-rectangle-face)
22249 (cua-rectangle-noselect-face): Define face attributes here.
22250
22251 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22252
22253 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22254
22255 * startup.el (command-line): Turn off blinking cursor if
22256 cursorBlink in resources is off or false.
22257
22258 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22259
22260 * term/mac-win.el (dnd): Require dnd.
22261 (mac-drag-n-drop): Call dnd-handle-one-url.
22262 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22263 (kTextEncodingISOLatin2): Remove constants.
22264 (mac-script-code-coding-systems): New constant.
22265 (mac-handle-language-change): New function.
22266 (special-event-map): Bind it to `language-change' event.
22267 (mac-centraleurroman, mac-cyrillic): New coding systems.
22268 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22269 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22270 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22271 encode-mac-cyrillic, respectively.
22272
22273 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22274
22275 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22276 Don't set overlay-arrow-string to "=>" as this is done
22277 globally in C now.
22278
22279 2005-04-12 Lute Kamstra <lute@gnu.org>
22280
22281 * generic-x.el (rc-generic-mode, rul-generic-mode):
22282 Fix auto-mode-alist entries.
22283 (etc-fstab-generic-mode): Tweak fontification.
22284
22285 * generic.el (generic-make-keywords-list): Fix docstring.
22286 (generic-mode-internal): Simplify generic-font-lock-keywords.
22287
22288 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22289
22290 * whitespace.el (whitespace-buffer-leading)
22291 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22292 However, fix the highlight area for the leading and
22293 trailing whitespaces to show space.
22294
22295 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22296
22297 * whitespace.el (whitespace-version): Bump to 3.5
22298
22299 (whitespace-buffer-leading, whitespace-buffer-trailing):
22300 Invert sense of the test to highlight the whitespace.
22301
22302 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22303
22304 * progmodes/gud.el (gud-display-line): GUD uses its own
22305 overlay arrow now so don't set overlay-arrow-string.
22306 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22307
22308 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22309
22310 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22311 (term-ansi-current-reverse, term-ansi-current-invisible)
22312 (term-ansi-face-already-done): Change to boolean.
22313 (term-reset-terminal, term-handle-colors-array): Handle the above
22314 vars accordingly.
22315 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22316 (term-emulate-terminal): Use the new name.
22317
22318 * faces.el (secondary-selection): Use yellow1, not yellow.
22319 (trailing-whitespace): Use red1, not red.
22320
22321 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22322
22323 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22324 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22325 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22326
22327 * cus-edit.el (dnd): New group.
22328
22329 * term/w32-win.el (dnd): Require dnd
22330 (w32-drag-n-drop): Call dnd-handle-one-url.
22331
22332 * x-dnd.el: Require dnd.
22333 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22334 Call dnd-handle-one-url.
22335 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22336 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22337 to dnd-insert-text.
22338 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22339 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22340 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22341 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22342
22343 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22344
22345 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22346
22347 * wdired.el: Doc fixes.
22348 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22349 (wdired-use-dired-vertical-movement): Rename from
22350 wdired-always-move-to-filename-beginning.
22351 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22352 (wdired-change-to-wdired-mode): Change mode name.
22353 (wdired-newline): Delete.
22354
22355 2005-04-11 Richard M. Stallman <rms@gnu.org>
22356
22357 * whitespace.el (whitespace-highlight-the-space):
22358 Don't call whitespace-unhighlight-the-space here.
22359
22360 * simple.el (undo): Record t in undo-equiv-table
22361 for the redo record made by an undo-in-region.
22362
22363 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22364
22365 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22366 (gdb-frame-inferior-io-buffer): New Functions to control
22367 display of separate IO buffer.
22368 (menu): Add them to menu-bar.
22369 (gdb-display-buffer): Check for buffer another frame.
22370 Protect GUD buffer.
22371 (gdb-setup-windows): Create IO buffer if not already there.
22372 (gdb-memory-mode): Remove purecopy noops.
22373
22374 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22375
22376 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22377 and pass to self-insert-command.
22378
22379 2005-04-11 Lute Kamstra <lute@gnu.org>
22380
22381 * generic.el: Commentary section cleanup.
22382 (generic): Delete.
22383 (generic-use-find-file-hook, generic-lines-to-scan)
22384 (generic-find-file-regexp, generic-ignore-files-regexp)
22385 (default-generic-mode, generic-mode-find-file-hook)
22386 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22387 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22388 (generic-use-find-file-hook, generic-lines-to-scan)
22389 (generic-find-file-regexp, generic-ignore-files-regexp)
22390 (default-generic-mode, generic-mode-find-file-hook)
22391 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22392
22393 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22394
22395 * bookmark.el (bookmark-write-file): Catch errors writing file.
22396 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22397
22398 2005-04-10 Richard M. Stallman <rms@gnu.org>
22399
22400 * startup.el (fancy-splash-tail): Update copyright year.
22401 (command-line): Split part of -Q into -D.
22402 (emacs-basic-display): New defvar.
22403 (fancy-splash-text): Correct name of menu item.
22404
22405 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22406
22407 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22408 lines in one node.
22409
22410 * comint.el (comint-send-input): New arg ARTIFICIAL.
22411 Callers in this file changed.
22412
22413 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22414
22415 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22416
22417 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22418
22419 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22420 `ldap-search-internal'.
22421
22422 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22423
22424 * files.el (set-auto-mode-1): Use line-end-position.
22425
22426 * international/latin-1.el:
22427 * international/latin-2.el:
22428 * international/latin-3.el:
22429 * international/latin-4.el:
22430 * international/latin-5.el:
22431 * international/latin-8.el:
22432 * international/latin-9.el: Give punctuation syntax to NBSP.
22433
22434 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22435 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22436 Use char-classes to accept non-ascii letters, accepted in some recent
22437 bibtex implementations.
22438
22439 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22440
22441 * custom.el (custom-set-minor-mode): Any non-nil value for the
22442 variable should enable the mode when set through Custom.
22443
22444 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22445
22446 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22447 TAB binding so tab-always-indent is obeyed.
22448 (vhdl-minibuffer-local-map): Move initialization into declaration.
22449 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22450 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22451 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22452 (vhdl-current-line): Use line-beginning-position.
22453 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22454 with-output-to-temp-buffer, so the current position can be recorded.
22455
22456 2005-04-10 Masatake YAMATO <jet@gyve.org>
22457
22458 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22459 Add regexp for gcov.
22460
22461 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22462
22463 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22464 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22465 syntax which Emacs 20 doesn't support.
22466
22467 2005-04-09 Richard M. Stallman <rms@gnu.org>
22468
22469 * help.el (describe-key-briefly, describe-key):
22470 Replace strings as event types with "(any string)".
22471
22472 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22473
22474 * arc-mode.el (archive-mode-map): Move initialization into
22475 the declaration. Override *all* bindings of `undo'.
22476 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22477
22478 2005-04-09 Jay Belanger <belanger@truman.edu>
22479
22480 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22481
22482 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22483
22484 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22485 (xterm-register-default-colors): Update color values computation
22486 to match xterm-200.
22487
22488 2005-04-09 Kenichi Handa <handa@m17n.org>
22489
22490 * international/code-pages.el (iso-latin-7): Fix the map.
22491
22492 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22493
22494 * emacs-lisp/lisp.el (defun-prompt-regexp)
22495 (parens-require-spaces, buffer-end, end-of-defun)
22496 (insert-parentheses): Doc fixes.
22497
22498 2005-04-08 Kim F. Storm <storm@cua.dk>
22499
22500 * comint.el (comint-highlight-prompt): Fix face spec.
22501 * hi-lock.el (hi-green): Likewise.
22502
22503 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22504
22505 * cus-edit.el (custom-modified-face):
22506 * comint.el (comint-highlight-input): Fix previous changes.
22507 * term.el (term-handle-ansi-escape): Add a comment.
22508
22509 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22510
22511 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22512 in the buffer and in whitespace-highlighted-space.
22513 (whitespace-unhighlight-the-space): Simplify.
22514 (whitespace-buffer): Simplify.
22515
22516 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22517
22518 * textmodes/table.el (table-cell-face): Add special case for
22519 displays supporting a high number of colors.
22520 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22521 (vhdl-font-lock-reserved-words-face)
22522 (vhdl-speedbar-architecture-face)
22523 (vhdl-speedbar-instantiation-face)
22524 (vhdl-speedbar-architecture-selected-face)
22525 (vhdl-speedbar-instantiation-selected-face): Likewise.
22526 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22527 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22528 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22529 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22530 (ebrowse-progress-face): Likewise.
22531 * progmodes/compile.el (compilation-info-face): Likewise.
22532 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22533 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22534 * calendar/calendar.el (diary-face): Likewise.
22535 * woman.el (woman-italic-face, woman-bold-face)
22536 (woman-unknown-face): Likewise.
22537 * wid-edit.el (widget-button-pressed-face): Likewise.
22538 * whitespace.el (whitespace-highlight-face): Likewise.
22539 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22540 * pcvs-info.el (cvs-marked-face): Likewise.
22541 * info.el (info-xref): Likewise.
22542 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22543 * hilit-chg.el (highlight-changes-face)
22544 (highlight-changes-delete-face): Likewise.
22545 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22546 (hi-red-b): Likewise.
22547 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22548 * font-lock.el (font-lock-keyword-face)
22549 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22550 * cus-edit.el (custom-invalid-face, custom-modified-face)
22551 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22552 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22553 * comint.el (comint-highlight-prompt): Likewise.
22554
22555 2005-04-08 Lute Kamstra <lute@gnu.org>
22556
22557 * font-lock.el (font-lock-keywords): Docstring fixes.
22558
22559 2005-04-08 Kenichi Handa <handa@m17n.org>
22560
22561 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22562 chars are more than a limit, print " and more..." at the tail.
22563
22564 2005-04-08 Kim F. Storm <storm@cua.dk>
22565
22566 * emacs-lisp/authors.el (authors-aliases): Update list.
22567 (authors-ignored-files): New list.
22568 (authors-fixed-entries): Fix typo.
22569 (authors-renamed-files-alist): Update list.
22570 (authors-add): Check authors-ignored-files.
22571
22572 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22573
22574 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22575 optional, to ensure backward compatibility.
22576
22577 2005-04-08 Stephen Eglen <stephen@gnu.org>
22578
22579 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22580
22581 2005-04-08 Kim F. Storm <storm@cua.dk>
22582
22583 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22584
22585 * mouse.el (mouse-on-link-p): Doc fix.
22586
22587 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22588
22589 * ielm.el (ielm-prompt-read-only): Doc fix.
22590
22591 * comint.el (comint-prompt-read-only): Doc fix.
22592
22593 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22594
22595 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22596 ensure dired always handles wildcards passed to ffap.
22597 (find-file-at-point): Use it.
22598 (ffap-dired-wildcards): Doc fix.
22599
22600 2005-04-07 Juri Linkov <juri@jurta.org>
22601
22602 * simple.el (next-error-overlay-arrow-position): New defvar.
22603 Put "=>" on its property `overlay-arrow-string'. Add it to
22604 `overlay-arrow-variable-list'.
22605
22606 * progmodes/compile.el (compilation-setup):
22607 Set `next-error-overlay-arrow-position' to nil. Also set it to
22608 nil in the local hook `kill-buffer-hook'. Make local variable
22609 `overlay-arrow-string' and set it to "=>".
22610 (compilation-goto-locus): Set BOL position to
22611 `next-error-overlay-arrow-position' instead of
22612 `overlay-arrow-position'.
22613
22614 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22615 locally instead of adding it to the global hook.
22616 (Info-kill-buffer): Move up.
22617
22618 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22619
22620 * term/xterm.el (xterm-standard-colors): Update color values from
22621 xterm-200.
22622
22623 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22624
22625 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22626
22627 * fast-lock.el:
22628 * lazy-lock.el: Move them to the obsolete subdir.
22629
22630 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22631
22632 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22633 (wdired-add-replace-advice): Remove.
22634 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22635
22636 2005-04-06 Kim F. Storm <storm@cua.dk>
22637
22638 * startup.el (command-line): Add --bare-bones alias for -Q.
22639
22640 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22641
22642 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22643 create the startup fontset if a font specification ends with
22644 `mac-roman'.
22645
22646 2005-04-06 Lute Kamstra <lute@gnu.org>
22647
22648 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22649 change.
22650
22651 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22652 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22653
22654 2005-04-05 Lute Kamstra <lute@gnu.org>
22655
22656 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22657 (define-generic-mode): Ditto. Fix debug declaration.
22658
22659 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22660 Put them in the generic-x group.
22661
22662 * calendar/timeclock.el (timeclock): Doc fix.
22663
22664 * generic.el (define-generic-mode): Don't use custom-current-group.
22665 Document default :group value.
22666 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22667 (define-global-minor-mode): Don't use custom-current-group.
22668
22669 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22670
22671 * startup.el (command-line-1): Display startup-echo-area-message
22672 when fancy splash screen is in use.
22673
22674 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22675 (sh-escaped-newline): New face.
22676 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22677 newline, and use sh-escaped-newline face.
22678
22679 * progmodes/tcl.el (tcl-escaped-newline): New face.
22680 (tcl-builtin-list): New variable.
22681 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22682 newlines. Fix keywords subexpression number.
22683
22684 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22685
22686 * textmodes/org.el (org-diary-default-entry): Fix call to
22687 `add-to-diary-entry'.
22688
22689 2005-04-05 Kim F. Storm <storm@cua.dk>
22690
22691 * ediff-init.el: Use (featurep 'xemacs).
22692
22693 2005-04-05 David Ponce <david@dponce.com>
22694
22695 * cus-edit.el (face): Derive from symbol widget. Display sample
22696 of the current face on the fly.
22697 (widget-face-sample-face-get, widget-face-notify): New functions.
22698 (widget-face-value-create): Remove.
22699
22700 * wid-edit.el (widget-field-end): Temporarily remove field
22701 narrowing before to call `get-char-property'.
22702
22703 2005-04-04 Jay Belanger <belanger@truman.edu>
22704
22705 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22706 (math-read-subscripts): New variable.
22707 (math-read-preprocess-string): Process subscripts.
22708
22709 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22710
22711 * comint.el (comint-prompt-read-only): Doc fix.
22712
22713 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22714 `-1'. Doc fix.
22715
22716 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22717
22718 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22719 Change default value to nil.
22720
22721 2005-04-04 Lute Kamstra <lute@gnu.org>
22722
22723 * autorevert.el (auto-revert-mode): Specify :group.
22724 * battery.el (display-battery-mode): Specify :group.
22725 * diff-mode.el (diff-minor-mode): Specify :group.
22726 * font-core.el (font-lock-mode): Specify :group.
22727 * hl-line.el (hl-line-mode): Specify :group.
22728 * iimage.el (iimage): New customization group.
22729 (iimage-mode): Specify :group.
22730 * longlines.el (longlines-mode): Specify :group.
22731 * master.el: Don't require easy-mmode.
22732 (master): New customization group.
22733 (master-mode): Specify :group.
22734 * msb.el (msb-mode): Specify :group.
22735 * reveal.el (reveal-mode): Specify :group.
22736 * simple.el (next-error-follow-minor-mode): Specify :group.
22737 * smerge-mode.el (smerge-mode): Specify :group.
22738 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22739 * emulation/cua-base.el (cua-mode): Specify :group.
22740 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22741 * language/thai-util.el (thai-auto-composition-mode)
22742 (thai-word-mode): Specify :group.
22743 * mail/supercite.el (sc-minor-mode): Specify :group.
22744 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22745 * progmodes/flymake.el (flymake-mode): Specify :group.
22746 * progmodes/glasses.el (glasses-mode): Specify :group.
22747 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22748 * textmodes/enriched.el (enriched-mode): Specify :group.
22749 * textmodes/refill.el (refill-mode): Specify :group.
22750
22751 * add-log.el (change-log-font-lock-keywords): Names in
22752 parenthesized lists can contain spaces.
22753
22754 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22755
22756 * startup.el (fancy-splash-text): Shorten default text of
22757 "Emacs Tutorial" line. Also, if the current language env
22758 indicates an available tutorial file other than TUTORIAL,
22759 extract its title and append it to the line in parentheses.
22760 (fancy-splash-insert): If arg is a thunk, funcall it.
22761
22762 2005-04-04 Jay Belanger <belanger@truman.edu>
22763
22764 * calc.el (calc-language-alist): Add tags to customization type.
22765
22766 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22767
22768 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22769 Doc fix.
22770
22771 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22772
22773 * add-log.el (change-log-font-lock-keywords): The manual
22774 describing a Change Log entry, says: (...) "Aside from these
22775 header lines, every line in the change log starts with a space or
22776 a tab.". The font-lock was not highlighting lines started with
22777 spaces, added support for it.
22778
22779 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22780
22781 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22782 (bibtex-generate-url-list): Update docstring accordingly. Put the
22783 complex example in the docstring.
22784 (bibtex-font-lock-url): Use pop.
22785
22786 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22787
22788 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22789
22790 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22791
22792 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22793
22794 * filesets.el (filesets-set-default): Doc fix.
22795
22796 2005-04-03 Lute Kamstra <lute@gnu.org>
22797
22798 * generic.el (define-generic-mode): Add argument to specify
22799 keywords for defcustom.
22800 (default-generic-mode): Specify :group.
22801
22802 * generic-x.el: Specify :group for all generic modes.
22803
22804 * desktop.el (desktop-no-desktop-file-hook)
22805 (desktop-after-read-hook): Doc fix.
22806
22807 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22808
22809 * simple.el (visible-mode): Use explicit :group keyword.
22810 This changes the group of `visible-mode-hook' from paren-blinking
22811 to editing-basics.
22812
22813 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22814
22815 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22816 mailbox specifications as well as URLs.
22817 (rmail-insert-inbox-text): Remove unused conditional branches.
22818
22819 2005-04-01 Jay Belanger <belanger@truman.edu>
22820
22821 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22822 (calc-gnuplot-print-command): Move definitions to calc.el.
22823
22824 * calc/calc-embed.el (calc-embedded-announce-formula)
22825 (calc-embedded-open-formula, calc-embedded-close-formula)
22826 (calc-embedded-open-word, calc-embedded-close-word)
22827 (calc-embedded-open-plain, calc-embedded-close-plain)
22828 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22829 (calc-embedded-open-mode, calc-embedded-close-mode):
22830 Move definitions to calc.el.
22831
22832 * calc/calc.el (calc-settings-file, calc-language-alist):
22833 Make customizable.
22834 (calc-embedded-announce-formula, calc-embedded-open-formula)
22835 (calc-embedded-close-formula, calc-embedded-open-word)
22836 (calc-embedded-close-word, calc-embedded-open-plain)
22837 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22838 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22839 (calc-embedded-close-mode, calc-gnuplot-name)
22840 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22841 from other files and make customizable.
22842
22843 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22844
22845 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22846 Use buffer-live-p.
22847 (cvs-mode-run): Don't call cvs-update-header here.
22848 (cvs-run-process): Call cvs-update-header.
22849 Use process properties for cvs-postprocess and cvs-buffer so that
22850 the sentinel can behave better if the temp buffer is killed.
22851 Use a pipe rather than a tty, to better handle unexpected prompts.
22852 (cvs-sentinel): Rewrite. Call cvs-update-header.
22853
22854 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22855
22856 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22857 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22858
22859 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22860
22861 * generic.el (define-generic-mode): Add indentation rule.
22862
22863 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22864
22865 * files.el (mode-require-final-newline): Make Custom correctly
22866 report a nil value and allow to set it to nil via Custom.
22867 Doc fix.
22868
22869 2005-04-01 Kenichi Handa <handa@m17n.org>
22870
22871 * international/characters.el: Enable the correct case setting for
22872 dotless-i and dotted-I.
22873
22874 2005-04-01 Kim F. Storm <storm@cua.dk>
22875
22876 * ido.el (ido-file-internal): Fall back to non-ido command if
22877 initial directory is on slow ftp (or tramp) host.
22878
22879 2005-03-31 Richard M. Stallman <rms@gnu.org>
22880
22881 * emacs-lisp/autoload.el (make-autoload):
22882 Handle define-global-minor-mode.
22883
22884 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22885 Rename from easy-mmode-define-global-mode.
22886 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22887
22888 * progmodes/scheme.el (scheme-mode-syntax-table):
22889 Update syntax of | and # for two-character comment syntax.
22890
22891 2005-03-31 Lute Kamstra <lute@gnu.org>
22892
22893 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22894 (define-minor-mode): Call custom-current-group at load-time.
22895
22896 * generic.el (define-generic-mode): Add debug declaration.
22897 Add defcustom for the mode hook.
22898 (generic-mode-internal): Use run-mode-hooks.
22899
22900 2005-03-31 Kim F. Storm <storm@cua.dk>
22901
22902 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22903 (mouse-fixup-help-message): New defun called by show_help_echo
22904 to fixup mouse-2 prefix in help messages when applicable.
22905
22906 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22907
22908 2005-03-31 Kenichi Handa <handa@m17n.org>
22909
22910 * language/thai-word.el (thai-find-word-ends): Pay attention to
22911 the case that we reach the end of buffer.
22912
22913 * textmodes/fill.el (fill-text-properties-at): New function.
22914 (fill-newline): Use fill-text-properties-at instead of
22915 text-properties-at.
22916
22917 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22918
22919 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22920 not comint-quote-filename.
22921
22922 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22923
22924 * help-fns.el (help-with-tutorial): Revert last change.
22925
22926 2005-03-31 Kim F. Storm <storm@cua.dk>
22927
22928 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22929
22930 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22931
22932 * calendar/cal-china.el: Update reference to "Calendrical
22933 Calculations" book; there's a new edition.
22934 * calendar/cal-coptic.el: Likewise.
22935 * calendar/cal-french.el: Likewise.
22936 * calendar/cal-hebrew.el: Likewise.
22937 * calendar/cal-islam.el: Likewise.
22938 * calendar/cal-iso.el: Likewise.
22939 * calendar/cal-julian.el: Likewise.
22940 * calendar/cal-mayan.el: Likewise.
22941 * calendar/cal-persia.el: Likewise.
22942 * calendar/calendar.el: Likewise.
22943 * calendar/holidays.el: Likewise.
22944 * calendar/lunar.el: Likewise.
22945 * calendar/solar.el: Likewise.
22946
22947 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22948 white space from doc string.
22949
22950 2005-03-30 Jay Belanger <belanger@truman.edu>
22951
22952 * calc/calc-help.el (calc-full-help): Remove email address.
22953
22954 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22955
22956 * help-fns.el (help-with-tutorial): Delete title line.
22957
22958 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22959
22960 * calendar/cal-x.el (calendar-one-frame-setup)
22961 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22962 rather than `symbol' for set-window-dedicated-p.
22963
22964 * calendar/appt.el (appt-buffer-name): Make it a constant.
22965 (appt-add): Doc fix.
22966
22967 * filesets.el (filesets-menu-path, filesets-menu-before)
22968 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22969 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22970 (filesets-add-submenu): Delete and use add-submenu instead.
22971
22972 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22973
22974 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22975 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22976 (org-diary-default-entry): New function.
22977 (org-get-entries-from-diary): Better parsing of diary entries.
22978 (org-agenda-check-no-diary): New function.
22979 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22980 linking to diary entries.
22981 (org-agenda-execute-calendar-command): New function.
22982 (org-agenda): Improve visible section in window.
22983 Use `org-fit-agenda-window'.
22984 (org-fit-agenda-window): New option.
22985 (org-move-subtree-down): Better handling of empty lines
22986 at end of subtree.
22987 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22988 levels up.
22989 (org-fontify-done-headline): New option.
22990 (org-headline-done-face): New face.
22991 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22992 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22993 When current field is non-empty, it is copied to next row.
22994 (org-table-copy-from-above): Fix bug which made it
22995 impossible to copy fields containing only a single non-white character.
22996
22997 2005-03-30 Kim F. Storm <storm@cua.dk>
22998
22999 * kmacro.el (kmacro-end-macro): Isearch may store this command
23000 into the macro -- so ignore it when executing keyboard macro.
23001
23002 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23003
23004 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23005
23006 2005-03-29 Kenichi Handa <handa@m17n.org>
23007
23008 * language/thai.el ("Thai"): Set setup-function and exit-function
23009 for Thai language environment.
23010
23011 * language/thai-util.el: Require thai-word.
23012 (thai-word-mode-map): New variable.
23013 (thai-word-mode): New minor mode.
23014 (setup-thai-language-environment-internal): New function.
23015 (exit-thai-language-environment-internal): New function.
23016
23017 * language/thai-word.el (thai-word-table): Declare it by defvar,
23018 use dolist to initialize it.
23019 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23020 (thai-fill-find-break-point): New functions.
23021
23022 2005-03-29 Richard M. Stallman <rms@gnu.org>
23023
23024 * simple.el (idle-update-delay): Move definition up.
23025 (set-mark): Doc fix.
23026
23027 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
23028
23029 * longlines.el: New file.
23030
23031 * simple.el (buffer-substring-filters): New variable.
23032 (filter-buffer-substring): New function.
23033 (kill-region, copy-region-as-kill): Use it.
23034
23035 * register.el (copy-to-register, append-to-register)
23036 (prepend-to-register): Use filter-buffer-substring.
23037
23038 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23039
23040 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23041 (gud-filter-pending-text): Move in front of gdb.
23042 (gud-overlay-arrow-position): New variable.
23043 (gud-sentinel, gud-display-line): Use it in place of
23044 overlay-arrow-position.
23045
23046 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23047
23048 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23049 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23050 (fortran-font-lock-keywords-4): New variable.
23051 (fortran-blocks-re, fortran-end-block-re)
23052 (fortran-start-block-re): New constants, for hideshow.
23053 (hs-special-modes-alist): Add a Fortran entry.
23054 (fortran-mode-map): Bind fortran-end-of-block,
23055 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23056 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23057 (fortran-looking-at-if-then, fortran-end-of-block)
23058 (fortran-beginning-of-block): New functions, for hideshow.
23059
23060 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23061 Doc fix. Tweak regexp.
23062 (f90-beginning-of-block): Push mark first.
23063
23064 2005-03-29 Jay Belanger <belanger@truman.edu>
23065
23066 * calc/calc.el: Update copyright date.
23067 (calc-version): Increase to 2.1.
23068 (calc-version-date): Remove.
23069
23070 * calc/calc-help.el: Update copyright date.
23071 (calc-full-help): Remove reference to calc-version-date.
23072 Update copyright date.
23073
23074 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23075
23076 * vc.el (vc-do-command): Use a pipe for async processes, so password
23077 prompts don't show up at places where the user can't reply.
23078
23079 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23080
23081 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23082 on the file name we pass to the inferior shell.
23083
23084 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23085
23086 * progmodes/which-func.el (which-function): Be robust in the face of an
23087 imenu--make-index-alist failure.
23088
23089 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23090
23091 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23092
23093 * progmodes/python.el (python-preoutput-filter): Fix last change.
23094
23095 2005-03-29 Lute Kamstra <lute@gnu.org>
23096
23097 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23098 functions and compiled macros.
23099 (debug-convert-byte-code): Handle macros too.
23100 (debug-on-entry-1): Don't signal an error when trying to clear a
23101 function that is not set to debug on entry.
23102
23103 2005-03-29 Jay Belanger <belanger@truman.edu>
23104
23105 * calc/calc-lang.el: Add functions to math-function-table
23106 properties of tex and math.
23107
23108 2005-03-29 Kenichi Handa <handa@m17n.org>
23109
23110 * ps-mule.el (ps-mule-plot-string): Translate characters by
23111 ps-print-translation-table.
23112 (ps-mule-begin-job): Call find-charset-region/string with
23113 ps-print-translation-table.
23114 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23115
23116 * ps-print.el (ps-print-translation-table): New variable.
23117 (ps-plot-region): Translate characters by ps-print-translation-table.
23118
23119 2005-03-29 Juri Linkov <juri@jurta.org>
23120
23121 * simple.el (next-error-highlight-timer): New variable.
23122
23123 * progmodes/compile.el (compilation-goto-locus):
23124 Use `next-error-highlight-timer' instead of `sit-for'.
23125
23126 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23127
23128 * mail/supercite.el (sc-mail-field): Use assoc-string.
23129 (sc-get-address): Simplify regexps.
23130
23131 * files.el (minibuffer-with-setup-hook): New macro.
23132 (find-file-read-args): Use it to avoid let-binding
23133 minibuffer-with-setup-hook (which breaks turning on/off
23134 file-name-shadow-mode while in the prompt).
23135
23136 * complete.el (PC-read-include-file-name-internal):
23137 Use test-completion.
23138
23139 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23140
23141 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23142
23143 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23144
23145 * window.el (window-buffer-height): Use count-screen-lines.
23146
23147 * progmodes/python.el (python-preoutput-leftover): New var.
23148 (python-preoutput-filter): Use it.
23149 (python-send-receive): Loop until all the result has been received.
23150
23151 2005-03-28 Juri Linkov <juri@jurta.org>
23152
23153 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23154
23155 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23156 "Recover Crashed Session".
23157 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23158 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23159 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23160 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23161 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23162 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23163 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23164 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23165
23166 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23167 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23168 Ediff Sessions", "Toggle use of separate control buffer frame",
23169 "Use separate frame for Ediff control buffer".
23170
23171 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23172 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23173 "Rename Bookmark", "Delete Bookmark".
23174
23175 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23176 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23177 Add `:active Info-index-alternatives' to "Next Matching Item".
23178
23179 * wdired.el (wdired-change-to-wdired-mode):
23180 Mention `wdired-abort-changes' key in the initial message.
23181
23182 * international/mule.el (auto-coding-alist): Associate non-ascii
23183 image filename extensions with `no-conversion'.
23184
23185 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23186
23187 * international/iso-acc.el:
23188 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23189
23190 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23191
23192 * textmodes/sgml-mode.el (html-mode): Doc update.
23193
23194 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23195
23196 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23197
23198 * term.el (term-move-columns): Fix face after extending a line.
23199 (term-insert-spaces): Likewise.
23200 (term-reset-terminal): Fix off by one error.
23201
23202 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23203
23204 * international/mule.el (auto-coding-alist): Add .xpi files.
23205
23206 * files.el (auto-mode-alist): Add .xpi files.
23207
23208 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23209
23210 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23211
23212 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23213
23214 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23215
23216 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23217
23218 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23219 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23220
23221 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23222 cursor to Jan 1 when needed.
23223 (calendar-end-of-year): Fix -/+ typo.
23224 Reported by Chong Yidong <cyd@stupidchicken.com>.
23225
23226 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23227
23228 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23229
23230 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23231 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23232
23233 2005-03-25 Richard M. Stallman <rms@gnu.org>
23234
23235 * filesets.el (filesets-init): Add autoload.
23236
23237 * mail/mailalias.el (mail-directory): Doc fix.
23238
23239 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23240
23241 * mail/mailalias.el (mail-directory-process): Do nothing if
23242 mail-directory-process is an atom.
23243 (mail-get-names): Ignore mail-directory-names if it is an atom.
23244 (mail-directory-process defvar): Doc fix.
23245 (mail-names): Doc fix.
23246
23247 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23248
23249 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23250
23251 2005-03-26 Kenichi Handa <handa@m17n.org>
23252
23253 * international/mule-util.el (detect-coding-with-priority):
23254 Call update-coding-systems-internal before detect-coding-region.
23255
23256 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23257
23258 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23259 (gdb-frames-mode-map): Add follow-link property.
23260
23261 2005-03-25 Jay Belanger <belanger@truman.edu>
23262
23263 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23264 for variables.
23265
23266 2005-03-25 Juri Linkov <juri@jurta.org>
23267
23268 * image-mode.el: Optimize image filename extension regexps in
23269 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23270 in `auto-mode-alist'.
23271 (image-mode): Add `image-toggle-display-text' to local hook
23272 `change-major-mode-hook'. Display the image as an image by
23273 default. Set `cursor-type' and `truncate-lines' if the image
23274 is already displayed. Take into account the current mode (image
23275 or text) in message.
23276 (image-minor-mode): New minor mode.
23277 (image-mode-maybe, image-toggle-display-text): New functions.
23278 (image-toggle-display): Use called-interactively-p.
23279 Let-bind `inhibit-read-only' to t.
23280
23281 * image-mode.el (image-minor-mode): Set `cursor-type' and
23282 `truncate-lines' if the image is already displayed. Add turning
23283 image-minor-mode off to `change-major-mode-hook'. Add message.
23284 Call `image-toggle-display-text' after turning image-minor-mode off.
23285
23286 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23287
23288 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23289 Terminal.app, use utf-8.
23290 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23291 (set-locale-environment): Use it.
23292
23293 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23294
23295 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23296
23297 * progmodes/python.el (python-close-block-statement-p)
23298 (python-outdent-p, python-current-defun): Use symbol-end.
23299
23300 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23301
23302 * files.el (save-some-buffers): Doc fix.
23303
23304 2005-03-25 Werner Lemberg <wl@gnu.org>
23305
23306 * complete.el, thumbs.el: Replace `legal' with `valid'.
23307 * calendar/calendar.el: Replace `legal' with `valid'.
23308 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23309 * mail/supercite.el: Replace `legal' with `valid'.
23310 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23311 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23312 Replace `legal' with `valid'.
23313 * textmodes/reftex-vars.el, textmodes/reftex.el:
23314 Replace `legal' with `valid'.
23315
23316 2005-03-25 Werner Lemberg <wl@gnu.org>
23317
23318 * calc/calc-forms.el, calc/calc-sel.el
23319 * midnight.el, vc-cvs.el
23320 * emacs-lisp/cl-macs.el
23321 * emulation/vip.el
23322 * eshell/esh-io.el, eshell/esh-var.el
23323 * mail/supercite.el
23324 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23325 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23326 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23327 * progmodes/sh-script.el, progmodes/xscheme.el
23328 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23329 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23330 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23331 * textmodes/reftex.el, textmodes/org.el:
23332 Replace `illegal' with `invalid'.
23333
23334 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23335
23336 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23337 (flymake-find-buildfile, flymake-find-possible-master-files)
23338 (flymake-check-include, flymake-parse-line): Replace loops over the
23339 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23340
23341 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23342 Substitute file-name-as-directory in the rest of the file.
23343 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23344 (flymake-replace-region): Remove unused arg `buffer'.
23345 (flymake-check-patch-master-file-buffer): Update calls to it.
23346 (flymake-add-err-info): Remove unused var `count'.
23347 (flymake-mode): Use define-minor-mode.
23348
23349 * progmodes/flymake.el: Use with-current-buffer.
23350 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23351 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23352 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23353 Avoid testing for `xemacs'.
23354 (flymake-nop): Move.
23355 (flymake-region-has-flymake-overlays): Return the computed value.
23356 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23357 Remove unused var `endline'.
23358 (flymake-get-line-count): Remove unused function.
23359 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23360
23361 * emulation/vi.el:
23362 * generic.el:
23363 * hilit-chg.el (global-highlight-changes):
23364 * hi-lock.el (hi-lock-mode):
23365 * follow.el: find-file-hooks -> find-file-hook.
23366
23367 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23368
23369 2005-03-24 Juri Linkov <juri@jurta.org>
23370
23371 * dired.el (dired-mode-map): Add menu item "Compare directories"
23372 for dired-compare-directories.
23373
23374 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23375 Doc fix. Replace `read-file-name' with `read-directory-name'.
23376
23377 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23378
23379 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23380
23381 2005-03-24 Jay Belanger <belanger@truman.edu>
23382
23383 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23384 relevant mode settings in calc-embedded-original-modes when modes
23385 are permanently changed.
23386
23387 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23388
23389 * autoinsert.el: find-file-hooks -> find-file-hook.
23390
23391 2005-03-24 Lute Kamstra <lute@gnu.org>
23392
23393 * generic.el (generic-font-lock-defaults): Make it obsolete.
23394 (generic-font-lock-keywords): New variable to replace
23395 generic-font-lock-defaults.
23396 (generic-mode-set-font-lock): Delete it.
23397 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23398 (generic-bracket-support): Add docstring.
23399
23400 * generic-x.el: Rename generic-font-lock-defaults to
23401 generic-font-lock-keywords throughout.
23402 (mailagent-rules-setup-function): Delete it.
23403 (mailagent-rules-generic-mode): Use anonymous function instead.
23404 (show-tabs-generic-mode-font-lock-defaults-1)
23405 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23406 Quote faces.
23407 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23408 not foreground.
23409
23410 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23411 Recognize define-generic-mode.
23412
23413 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23414
23415 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23416 if there's no completion table.
23417
23418 2005-03-23 Miles Bader <miles@gnu.org>
23419
23420 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23421 Remove tty-specific variants, as they're no longer needed.
23422
23423 2005-03-23 Lute Kamstra <lute@gnu.org>
23424
23425 * generic-x.el: Code cleanup: make args constant whenever possible.
23426 (installshield-statement-keyword-list)
23427 (installshield-system-functions-list)
23428 (installshield-system-variables-list, installshield-types-list)
23429 (installshield-funarg-constants-list): Make them constants.
23430
23431 * generic.el (generic-make-keywords-list): Add autoload cookie.
23432
23433 * calendar/time-date.el: Add comment on time value formats.
23434 Don't require parse-time.
23435 (with-decoded-time-value): New macro.
23436 (encode-time-value): New function.
23437 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23438 (days-to-time): Return a valid time value when arg is huge.
23439 (time-since): Use time-subtract.
23440 (time-to-number-of-days): Use time-to-seconds.
23441
23442 2005-03-23 David Ponce <david@dponce.com>
23443
23444 * recentf.el (recentf-keep): New option.
23445 (recentf-menu-action): Default to `find-file'.
23446 (recentf-keep-non-readable-files-flag)
23447 (recentf-keep-non-readable-files-p)
23448 (recentf-file-readable-p, recentf-find-file)
23449 (recentf-cleanup-remote): Remove.
23450 (recentf-include-p): More robust.
23451 (recentf-keep-p): New function.
23452 (recentf-remove-if-non-kept): Rename from
23453 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23454 All callers updated.
23455 (recentf-menu-items-for-commands): Fix help string.
23456 (recentf-track-closed-file): Update. Doc fix.
23457 (recentf-cleanup): Update. Count removed files. Doc fix.
23458
23459 2005-03-23 Kim F. Storm <storm@cua.dk>
23460
23461 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23462 Don't inherit from fringe face (now happens automatically).
23463
23464 2005-03-22 Kim F. Storm <storm@cua.dk>
23465
23466 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23467 position values.
23468
23469 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23470
23471 * menu-bar.el (showhide-date-time): Remove.
23472 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23473 (menu-bar-make-mm-toggle): Simplify.
23474
23475 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23476
23477 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23478 Accept qualified variable and function names.
23479
23480 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23481
23482 * bindings.el (completion-ignored-extensions):
23483 Remove ".lis" for `vax-vms'.
23484
23485 2005-03-22 Andreas Schwab <schwab@suse.de>
23486
23487 * generic-x.el: Revert last change.
23488 * ldefs-boot.el: Update.
23489
23490 2005-03-22 Jay Belanger <belanger@truman.edu>
23491
23492 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23493 (calc-embedded-save-original-modes)
23494 (calc-embedded-restore-original-modes): New functions.
23495 (calc-do-embedded): Save original modes when entering embedded mode
23496 and restore when leaving embedded mode.
23497 (calc-embedded-modes-change): Change the value of
23498 calc-embedded-original-modes to reflect permanent changes.
23499
23500 2005-03-22 Lute Kamstra <lute@gnu.org>
23501
23502 * generic-x.el: Require generic again.
23503
23504 2005-03-22 Miles Bader <miles@gnu.org>
23505
23506 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23507 Tweak details to look good on both ttys and bitmap displays, light
23508 or dark background, etc.
23509
23510 2005-03-21 Kim F. Storm <storm@cua.dk>
23511
23512 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23513 mouse position.
23514
23515 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23516
23517 * icomplete.el: Don't forcibly turn on the mode upon load.
23518 (icomplete-mode): Use define-minor-mode.
23519 (icomplete-eoinput): Default to nil.
23520 (icomplete-minibuffer-setup): Remove autoload.
23521 (icomplete-tidy): Simplify.
23522 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23523 in the initial state or if the user has modified the field.
23524 Fix handling of icomplete-max-delay-chars.
23525 Remove code that handles the oddball case where
23526 minibuffer-completion-table is an integer.
23527 Wrap icomplete-completions in while-no-input in case building
23528 completions takes more time than expected.
23529 (icomplete-completions): Simplify.
23530
23531 2005-03-21 Richard M. Stallman <rms@gnu.org>
23532
23533 * jka-compr.el (jka-compr-really-do-compress):
23534 Make variable buffer-local.
23535
23536 * image-mode.el: Handle .xpm files too.
23537 (image-toggle-display): Preserve modification flag.
23538
23539 * help.el (where-is): Don't mention aliases with no key bindings.
23540
23541 2005-03-21 Lute Kamstra <lute@gnu.org>
23542
23543 * generic.el: Fix commentary section. Don't require cl for
23544 compilation.
23545 (generic-mode-list): Add autoload cookie.
23546 (generic-use-find-file-hook, generic-lines-to-scan)
23547 (generic-find-file-regexp, generic-ignore-files-regexp)
23548 (generic-mode, generic-mode-find-file-hook)
23549 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23550 (define-generic-mode): Make it a defmacro. Fix docstring.
23551 (generic-mode-internal): Code cleanup. Add autoload cookie.
23552 (generic-mode-set-comments): Code cleanup.
23553 * generic-x.el: Don't prevent compilation. Don't require generic.
23554 Follow coding conventions. Minor code cleanup.
23555 (etc-fstab-generic-mode): Add some keywords.
23556 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23557 define-generic-mode like a function declaration.
23558
23559 2005-03-21 Jay Belanger <belanger@truman.edu>
23560
23561 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23562 changing modes.
23563
23564 2005-03-21 Sam Steingold <sds@gnu.org>
23565
23566 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23567
23568 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23569
23570 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23571 Add underscore to "f$ lexicals" regexp.
23572
23573 2005-03-20 Juri Linkov <juri@jurta.org>
23574
23575 * subr.el (progress-reporter-do-update): When `min-value' is equal
23576 to `max-value', set `percentage' to 0 and prevent division by zero.
23577
23578 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23579
23580 Sync with Tramp 2.0.48.
23581
23582 * net/tramp.el (all): Change all addresses to .gnu.org.
23583 (tramp-append-tramp-buffers): New defun.
23584 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23585 Catch `dont-send' signal.
23586 (tramp-set-auto-save-file-modes): Set always permissions, because
23587 there might be an old auto-saved file belonging to another
23588 original file. This could be a security threat. Reported by
23589 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23590 Check for Emacs 21.3.50 removed.
23591
23592 * net/tramp-smb.el (all): Remove debug construct for
23593 `with-parsed-tramp-file-name'.
23594 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23595 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23596 No error message if DIRECTORY or FILENAME doesn't exist.
23597 (tramp-smb-open-connection): Check existence of
23598 `tramp-smb-program'.
23599
23600 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23601
23602 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23603 Properly handle the case where the `m' or `s' command's argument is not
23604 yet terminated.
23605 (perl-indent-new-calculate): New function.
23606 (perl-indent-line): Use it.
23607
23608 2005-03-20 Miles Bader <miles@gnu.org>
23609
23610 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23611 in text-mode too. Change to new face names.
23612 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23613 Add `:weight bold' attribute.
23614 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23615
23616 2005-03-19 Juri Linkov <juri@jurta.org>
23617
23618 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23619
23620 * international/mule.el (auto-coding-alist): Sync with
23621 `auto-mode-alist' by adding upper case archive file extensions
23622 and adding ear/war to jar extension.
23623
23624 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23625
23626 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23627 running, restart it.
23628
23629 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23630
23631 * finder.el (finder-current-item): Throw an error on an empty line.
23632
23633 * man.el (Man-follow-manual-reference): If current-word returns
23634 nil, use "".
23635
23636 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23637
23638 * simple.el (goto-line): Doc fix.
23639
23640 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23641
23642 * files.el (save-buffer): Doc fix.
23643
23644 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23645
23646 * recentf.el (recentf-cleanup-remote): New variable.
23647 (recentf-cleanup): Use it to conditionally check availability of
23648 remote files.
23649
23650 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23651
23652 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23653 function names.
23654
23655 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23656
23657 * language/thai-word.el: New file.
23658
23659 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23660
23661 * files.el (backup-buffer): If the file's directory is not
23662 writable, use copy instead of move to backup the file.
23663
23664 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23665
23666 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23667
23668 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23669
23670 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23671 Use functionp instead of symbolp and fboundp. Reported by Drkm
23672 <darkman_spam@yahoo.fr>.
23673 (ps-print-version): New version 6.6.6.
23674
23675 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23676
23677 * textmodes/table.el (table--line-column-position): New idiom.
23678 (table--row-column-insertion-point-p): New function to test
23679 validity of row and column insertion operation at a location.
23680 (table-global-menu, table-cell-menu): Use above functions for
23681 deterministic test operation.
23682 (table--editable-cell-p): Behave in deterministic fashion.
23683
23684 2005-03-18 Juri Linkov <juri@jurta.org>
23685
23686 * isearch.el (isearch-lazy-highlight-new-loop):
23687 Make arguments beg and end optional.
23688 (isearch-update): Remove optional arguments nil from
23689 isearch-lazy-highlight-new-loop.
23690 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23691 isearch-lazy-highlight-case-fold-search instead of
23692 isearch-case-fold-search, and let-bind isearch-regexp to
23693 isearch-lazy-highlight-regexp.
23694 Use isearch-lazy-highlight-last-string instead of isearch-string.
23695
23696 * replace.el (perform-replace): Remove bindings of global
23697 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23698 Add three new arguments to `replace-highlight'.
23699 (replace-highlight): Add arguments string, regexp, case-fold.
23700 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23701 to allow isearch-lazy-highlight-new-loop to use these values
23702 to set corresponding isearch-lazy-highlight-* internal
23703 variables whose values lazy highlighting will use regardless of
23704 changes to global variables isearch-string, isearch-regexp,
23705 isearch-case-fold-search during lazy highlighting loop.
23706 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23707 to `lazy-highlight-cleanup'.
23708
23709 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23710 (ispell-highlight-face): Set default face to `isearch' when
23711 lazy highlighting is enabled.
23712 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23713 priority to 1. Add lazy highlighting.
23714 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23715 from `isearch-dehighlight'.
23716
23717 2005-03-18 David Ponce <david@dponce.com>
23718
23719 * files.el (hack-local-variables): Do a case-insensitive search
23720 for End.
23721
23722 2005-03-18 Juri Linkov <juri@jurta.org>
23723
23724 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23725 `isearch-lazy-highlight-cleanup', add alias to old name and
23726 declare obsolete. Add release numbers to other obsolete vars.
23727 (isearch-done, isearch-lazy-highlight-new-loop):
23728 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23729 (lazy-highlight-cleanup) <variable>: Doc fix.
23730 (isearch-lazy-highlight-update): Rename obsolete
23731 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23732
23733 2005-03-18 Kenichi Handa <handa@m17n.org>
23734
23735 * language/thai-util.el: Fix categorization of Thai characters in
23736 thai-category-table.
23737 (thai-composition-pattern): Adjust it for the above change.
23738 (thai-self-insert-command, thai-compose-syllable): New functions.
23739 (thai-compose-region): Use thai-compose-syllable.
23740 (thai-compose-string): Likewise.
23741 (thai-composition-function): Likewise.
23742 (thai-auto-composition): New function.
23743 (thai-auto-composition-mode): New minor mode.
23744
23745 * language/thai.el: Fix patterns to be registered in
23746 composition-function-table.
23747
23748 * international/quail.el (quail-input-method): Locally bind
23749 inhibit-modification-hooks to t.
23750
23751 2005-03-17 Richard M. Stallman <rms@gnu.org>
23752
23753 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23754 (perl-mode): Use run-mode-hooks.
23755
23756 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23757 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23758 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23759
23760 * mail/sendmail.el (sendmail-send-it): Reenable the code
23761 to compute resend-to-address and use it.
23762
23763 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23764
23765 * image-mode.el: New file.
23766
23767 * image.el (insert-sliced-image): Add autoload cookie.
23768
23769 * font-lock.el (font-lock-lines-before): New user option.
23770 (font-lock-after-change-function): Obey it.
23771
23772 * bindings.el (esc-map): Make M-g a prefix.
23773 Bind M-g g and M-g M-g to goto-line.
23774
23775 * faces.el (face-id): Doc fix.
23776
23777 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23778
23779 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23780 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23781 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23782
23783 * mail/sendmail.el (mail-yank-ignored-headers)
23784 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23785 Add Mail-Followup-To and Mail-Reply-To headers.
23786 (mail-citation-hook): Add autoload cookie.
23787 (mail-mode): Doc fix.
23788 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23789 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23790 (mail-mode-fill-paragraph): Handle those headers.
23791 (mail-mailing-lists): New variable.
23792 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23793
23794 2005-03-17 Juri Linkov <juri@jurta.org>
23795
23796 * isearch.el (isearch-fallback): Check for `(car previous)'
23797 before calling `isearch-other-end-state'.
23798
23799 2005-03-17 Kim F. Storm <storm@cua.dk>
23800
23801 * simple.el (move-beginning-of-line): Move to beginning of buffer
23802 line, as well as beginning of screen line.
23803
23804 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23805
23806 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23807 argument REDRAW rather than calendar-redrawing variable.
23808 * calendar/calendar.el (calendar-redrawing): Delete.
23809 (redraw-calendar): Do not bind calendar-redrawing.
23810
23811 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23812
23813 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23814 diary-file buffer.
23815
23816 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23817
23818 * help.el (describe-mode): Allow a :minor-mode-function property to
23819 specify a different minor mode toggle function than the variable.
23820 * simple.el (auto-fill-function):
23821 * subr.el (add-minor-mode): Use it.
23822
23823 2005-03-16 Kenichi Handa <handa@m17n.org>
23824
23825 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23826 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23827 (ethio-fidel-to-sera-buffer): Likewise.
23828
23829 2005-03-16 Juri Linkov <juri@jurta.org>
23830
23831 * emacs-lisp/find-func.el (find-function-regexp):
23832 Add defun-emitting macro `menu-bar-make-toggle'.
23833
23834 * isearch.el: Put `isearch-scroll' property to
23835 `split-window-horizontally'.
23836
23837 * info.el: Update error messages for `debug-ignored-errors'.
23838 (Info-isearch-search): Doc fix.
23839 (Info-find-node): Move up code to go into info buffer before
23840 recording the node to the history.
23841 (Info-fontify-node): Fontify titles only if the next line
23842 has two or more `*', `=', `-', `.'.
23843 Display "go to this node" for empty (match-string 3).
23844
23845 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23846
23847 * term/mac-win.el: Add mouse pointer shape constants.
23848
23849 2005-03-15 Kim F. Storm <storm@cua.dk>
23850
23851 * simple.el (move-beginning-of-line): Use vertical-motion.
23852
23853 2005-03-15 Juri Linkov <juri@jurta.org>
23854
23855 * isearch.el (isearch-error): New variable.
23856 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23857 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23858 (isearch-within-brackets-state): Remove.
23859 (isearch-case-fold-search-state, isearch-pop-fun-state):
23860 Decrease frame index.
23861 (isearch-mode, isearch-top-state, isearch-push-state)
23862 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23863 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23864 (isearch-search, isearch-lazy-highlight-new-loop):
23865 Replace `isearch-invalid-regexp' with `isearch-error'.
23866 Remove `isearch-within-brackets'.
23867 (isearch-search): Add `search-failed' handler to `condition-case'.
23868 (isearch-lazy-highlight-search): Add `condition-case' to catch
23869 errors and allow `isearch-lazy-highlight-update' to try
23870 highlighting from the beginning of the window.
23871 (isearch-repeat): Move up code to set isearch-wrapped to t
23872 before calling isearch-wrap-function.
23873
23874 * info.el (Info-isearch-initial-node): New internal variable.
23875 (Info-search): Signal an error in isearch mode when search leaves
23876 the initial node. Signal an error when `bound' is non-nil and
23877 nothing was found in the current subfile.
23878 (Info-isearch-search): Remove `condition-case'.
23879 (Info-isearch-wrap): Don't wrap when search failed during leaving
23880 the initial node. If `Info-isearch-search' is nil, wrap around
23881 the current node.
23882 (Info-isearch-start): New fun.
23883 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23884 `isearch-mode-hook'.
23885
23886 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23887
23888 * simple.el (normal-erase-is-backspace): Set default to t if
23889 running on Mac.
23890
23891 * term/mac-win.el (function-key-map): Sync with x-win.el.
23892
23893 2005-03-15 Kenichi Handa <handa@m17n.org>
23894
23895 * international/mule-cmds.el (locale-language-names): Modify the
23896 format of elements and add more entries.
23897 (locale-preferred-coding-systems): Add more entries.
23898 (set-locale-environment): Adjust for the change of
23899 locale-language-names.
23900
23901 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23902
23903 * pcvs.el (smerge-ediff): Remove bogus autoload.
23904
23905 2005-03-14 Lute Kamstra <lute@gnu.org>
23906
23907 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23908 Ignore a `*' at the beginning of a line.
23909
23910 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23911 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23912 subr.el.
23913 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23914 to specify indentation.
23915
23916 * generic.el (define-generic-mode): Let generic-mode-list be a
23917 list of strings; test membership with equal.
23918
23919 2005-03-14 Kim F. Storm <storm@cua.dk>
23920
23921 * simple.el (next-line, previous-line): Add optional try-vscroll
23922 arg to recognize interactive use. Pass it on to line-move.
23923 (line-move): Don't perform auto-window-vscroll when defining or
23924 executing keyboard macro to ensure consistent behavior.
23925
23926 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23927
23928 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23929
23930 2005-03-13 Lute Kamstra <lute@gnu.org>
23931
23932 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23933 debugger-setup-buffer so that backtrace marks the frames set to
23934 debug-on-exit and we don't have to do it manually. Set an extra
23935 debug-on-exit for macro's.
23936 (debugger-setup-buffer): Don't mark the top frame manually.
23937
23938 2005-03-12 Lute Kamstra <lute@gnu.org>
23939
23940 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23941 lisp-indent-function throughout.
23942 (with-no-warnings): Set lisp-indent-function property.
23943
23944 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23945
23946 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23947 Add entry for backslash.
23948
23949 2005-03-12 Juri Linkov <juri@jurta.org>
23950
23951 * info.el (Info-search): Four fixes for backward search.
23952
23953 2005-03-11 Jay Belanger <belanger@truman.edu>
23954
23955 * calc/calc.el (calc-language-alist): New variable.
23956 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23957 (calc-embedded-find-modes): Use calc-language-alist instead of
23958 calc-embedded-language-alist.
23959
23960 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23961
23962 * calendar/calendar.el (calendar-redrawing): New internal
23963 variable.
23964 (redraw-calendar): Remove bogus save-excursion from previous
23965 change. Bind calendar-redrawing to t for mark-diary-entries.
23966 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23967 calendar if that is why we were called.
23968
23969 2005-03-11 Kenichi Handa <handa@m17n.org>
23970
23971 * international/mule.el (make-coding-system): Set property
23972 coding-system-define-form to nil.
23973 (define-coding-system-alias): Likewise.
23974
23975 2005-03-11 Kenichi Handa <handa@m17n.org>
23976
23977 These changes are suggested by Dave Love <fx@gnu.org>.
23978
23979 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23980 coding: tag.
23981 (adaptive-fill-regexp): Add more bullets.
23982 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23983 regexps.
23984
23985 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23986
23987 * help.el (describe-mode): Properly handle non-trivial lighters.
23988 Don't ignore minor modes that are not listed in minor-mode-list.
23989
23990 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23991 feature ON when the user requests to turn it OFF.
23992
23993 2005-03-10 Lute Kamstra <lute@gnu.org>
23994
23995 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23996 (implement-debug-on-entry): New function to replace debug-entry-code.
23997 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23998 second argument as the 2005-03-07 change makes it obsolete.
23999 (debug-on-entry, cancel-debug-on-entry): Update call to
24000 debug-on-entry-1.
24001 (debug, debugger-setup-buffer): Comment update.
24002 (debugger-frame-number): Update to work with implement-debug-on-entry.
24003
24004 2005-03-10 Jay Belanger <belanger@truman.edu>
24005
24006 * calc/calc-embed.el (math-ms-args): Declare it.
24007 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24008 math-ms-args.
24009 (calc-embedded-subst): Use math-multi-subst-rec to substitute
24010 variables.
24011
24012 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
24013
24014 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24015 Use message-box.
24016
24017 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24018 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24019 (tooltip-gud-tips): Simplify.
24020 (tooltip-gud-tips-p): Remove superfluous :set.
24021 (tooltip-gud-modes): Add fortran-mode.
24022 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24023
24024 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24025
24026 2005-03-09 Kim F. Storm <storm@cua.dk>
24027
24028 * play/animate.el (animate-place-char): Use forward-line instead
24029 of next-line to improve performance.
24030
24031 2005-03-09 Simon Josefsson <jas@extundo.com>
24032
24033 * net/browse-url.el (browse-url-default-browser): Doc fix.
24034
24035 2005-03-09 Miles Bader <miles@gnu.org>
24036
24037 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24038 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24039
24040 2005-03-09 Kenichi Handa <handa@m17n.org>
24041
24042 * international/latin-1.el: Set case and syntax for 255 only if
24043 set-case-syntax-set-multibyte is nil.
24044
24045 * textmodes/ispell.el (ispell-insert-word): New function.
24046 (ispell-word): Use ispell-insert-word to insert a new word.
24047 (ispell-process-line): Likewise.
24048 (ispell-complete-word): Likewise.
24049
24050 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24051
24052 * calendar/calendar.el (redraw-calendar): Preserve point.
24053 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24054 (calendar-week-start-day): Move after definition of
24055 redraw-calendar. Delete buffer test, since redraw-calendar has
24056 that now.
24057
24058 * calendar/diary-lib.el (mark-diary-entries): Only call
24059 redraw-calendar in the first of any recursive calls.
24060 Reported by Alan Shutko <ats@acm.org>.
24061
24062 2005-03-08 Juri Linkov <juri@jurta.org>
24063
24064 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24065 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24066 (html-radio-buttons): Add a space before the trailing `/>' where
24067 sgml-xml-mode is non-nil.
24068 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24069 the subsequent tag of the empty XML tag.
24070 (html-href-anchor): Don't set initial input to "http:".
24071 (html-image): Ask for the image URL and set point inside alt="".
24072 (html-name-anchor): Duplicate the name in the `id' attribute when
24073 sgml-xml-mode is non-nil.
24074 (html-paragraph): Remove \n before <p>.
24075 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24076 instead of `checked' when sgml-xml-mode is non-nil.
24077
24078 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24079 Remove 1 space before #RRGGBB to not truncate it on terminal
24080 windows w/o fringes. Remove 1 space between bg and fg examples
24081 to get more space.
24082 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24083 avoid byte-compile warnings.
24084
24085 * image-file.el (image-file-handler): Put `safe-magic' property to
24086 `image-file-handler'.
24087
24088 * info.el (Info-isearch-search): Emulate word search in
24089 isearching through multiple Info nodes with Info-search.
24090 (Info-isearch-wrap): Allow isearch-word.
24091
24092 2005-03-08 Lute Kamstra <lute@gnu.org>
24093
24094 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24095 stepping into the debugger's code is not possible.
24096 (debugger-jumping-flag): Docstring update.
24097
24098 2005-03-08 Jay Belanger <belanger@truman.edu>
24099
24100 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24101 embedded mode begins.
24102 (calc-embedded-language-alist): New variable.
24103 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24104 set default language mode.
24105
24106 2005-03-08 Kenichi Handa <handa@m17n.org>
24107
24108 * international/ccl.el (define-ccl-program): Fix docstring about
24109 extra 256 bytes assured for the output buffer.
24110
24111 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24112 Fix BUFFER_MAGNIFICATION to 2.
24113 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24114
24115 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24116
24117 * align.el (align-rules-list): Added an alignment rule for CSS
24118 declarations (applies to css-mode and html-mode buffers).
24119
24120 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24121
24122 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24123
24124 2005-03-07 Kim F. Storm <storm@cua.dk>
24125
24126 * simple.el (move-beginning-of-line): New command.
24127
24128 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24129
24130 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24131
24132 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24133 and move-beginning-of-line.
24134
24135 * apropos.el (apropos-print): Omit command from M-x ... RET.
24136
24137 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24138
24139 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24140 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24141
24142 2005-03-06 Richard M. Stallman <rms@gnu.org>
24143
24144 * bindings.el (esc-map): Bind M-g to goto-line.
24145
24146 * facemenu.el (global-map): Bind M-o, not M-g.
24147
24148 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24149
24150 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24151 "Open Directory" as for "Open File".
24152
24153 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24154
24155 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24156 (push-mark-command): Run activate-mark-hook.
24157
24158 2005-03-06 Richard M. Stallman <rms@gnu.org>
24159
24160 * help-mode.el (help-mode-finish): Don't alter the element
24161 in view-return-to-alist if there already is one.
24162
24163 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24164 make sure the current buffer is the expected one.
24165
24166 * novice.el (disabled-command-function): Output in *Disabled Command*.
24167 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24168
24169 * textmodes/flyspell.el (flyspell-large-region):
24170 Pass args differently for aspell.
24171
24172 * files.el (mode-require-final-newline): Doc fix.
24173
24174 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24175
24176 * progmodes/which-func.el (which-function):
24177 Specify NOERROR when calling imenu--make-index-alist.
24178
24179 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24180
24181 * simple.el (normal-erase-is-backspace): Define default value.
24182
24183 * custom.el (custom-theme-set-variables): Remove unused var
24184 `immediate'.
24185 (custom-reevaluate-setting): Simple function to handle variables
24186 that are defined before their default value can really be
24187 computed.
24188
24189 * startup.el (command-line): Use it for temporary-file-directory,
24190 small-emporary-file-directory, auto-save-file-name-transforms,
24191 blink-cursor-mode, and normal-erase-is-backspace.
24192
24193 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24194 progress, even with buggy anchored keywords.
24195
24196 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24197
24198 * simple.el (goto-line): Remove unbalanced final parenthesis.
24199
24200 2005-03-05 Richard M. Stallman <rms@gnu.org>
24201
24202 * simple.el (goto-line): Use a number at point as the default.
24203 With C-u as arg, switch buffers.
24204
24205 2005-03-05 Juri Linkov <juri@jurta.org>
24206
24207 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24208 with `no-blinking-cursor'.
24209
24210 * startup.el (no-blinking-cursor): New defvar.
24211 (command-line): Add `--no-blinking-cursor' to longopts.
24212 Set `no-blinking-cursor' to t for command line arguments
24213 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24214 with `no-blinking-cursor' in the condition for calling
24215 `blink-cursor-mode'.
24216
24217 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24218
24219 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24220 (menu-bar-options-save): Add blink-cursor-mode.
24221 (menu-bar-options-menu): Add blink-cursor-mode.
24222
24223 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24224
24225 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24226 (icalendar-export-file, icalendar-export-region)
24227 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24228 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24229
24230 2005-03-04 Lute Kamstra <lute@gnu.org>
24231
24232 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24233 (debug-function-list): Ditto.
24234
24235 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24236
24237 * textmodes/texinfmt.el (texinfo-append-refill):
24238 Redefine the types of line to which @refill
24239 is not appended by replacing a search for `@refill\\|@bye' with
24240 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24241 itemize@refill' bug and the unfilled long lines bug.
24242 (texinfmt-version): Update number and date.
24243
24244 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24245
24246 * international/code-pages.el (windows-1250, windows-125[2-8])
24247 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24248
24249 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24250
24251 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24252 bound yet.
24253
24254 2005-03-02 Romain Francoise <romain@orebokech.com>
24255
24256 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24257 buffer after removing limits.
24258 (ibuffer-pop-filter): Ditto.
24259 Update copyright.
24260
24261 2005-03-02 Miles Bader <miles@gnu.org>
24262
24263 * button.el (make-text-button): If the user doesn't specify a
24264 type, use the default. Rewrite to use `add-text-properties' and
24265 plist functions.
24266
24267 2005-03-01 Lute Kamstra <lute@gnu.org>
24268
24269 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24270 (debugger-jumping-flag): New var.
24271 (debug-entry-code): Use it.
24272 (debugger-jump): Use debugger-jumping-flag and add
24273 debugger-reenable to post-command-hook.
24274 (debugger-reenable): Use debugger-jumping-flag and remove itself
24275 from post-command-hook.
24276 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24277 debugger-reenable.
24278
24279 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24280
24281 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24282 inclusion of "itemize\\|", which may be unnecessary, is certainly
24283 inelegant, and stops refilling in itemize lists when formatting
24284 Japanese Texinfo files to Info.
24285 Update copyright to 2005.
24286
24287 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24288
24289 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24290 of an error if GDB can't find the source file.
24291
24292 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24293
24294 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24295 not just the calendar.
24296
24297 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24298 first.
24299 (diary-redraw-calendar): New function.
24300 (make-diary-entry): Add diary-redraw-calendar to local
24301 write-contents-functions. Turn off selective display before
24302 inserting in diary.
24303
24304 2005-03-01 Kim F. Storm <storm@cua.dk>
24305
24306 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24307
24308 2005-03-01 Lute Kamstra <lute@gnu.org>
24309
24310 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24311 that debug-entry-code can be safely removed from a function while
24312 this code is being evaluated. Revert the 2005-02-27 change as the
24313 new implementation no longer requires it. Make sure that a
24314 function body containing just a string is not mistaken for a docstring.
24315 (debug): Skip one more frame in case of debug on entry.
24316 (debugger-setup-buffer): Delete one more frame line in case of
24317 debug on entry.
24318 (debugger-frame-number): Update to use the new text introduced by
24319 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24320
24321 2005-02-28 Kim F. Storm <storm@cua.dk>
24322
24323 * double.el (double-translate-key): Call force-window-update after
24324 read-event to avoid crash in redisplay.
24325
24326 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24327
24328 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24329 (debug): Use it. Move the inhibit-trace earlier.
24330 (debug-entry-code): New const.
24331 (debug-on-entry-1): Use it.
24332
24333 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24334
24335 * international/utf-16.el (ccl-encode-mule-utf-16le):
24336 Fix BUFFER_MAGNIFICATION to 2.
24337 (ccl-encode-mule-utf-16be): Likewise.
24338
24339 2005-02-28 Kenichi Handa <handa@m17n.org>
24340
24341 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24342 Fix BUFFER_MAGNIFICATION to 4.
24343 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24344
24345 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24346
24347 * speedbar.el (speedbar-update-flag): Doc fix.
24348 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24349 argument.
24350
24351 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24352
24353 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24354 have a non-nil `invisible' property but are actually visible.
24355
24356 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24357 for perldoc sections.
24358 (perl-outline-regexp, perl-outline-level): New var and function.
24359 (perl-mode): Use them.
24360
24361 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24362
24363 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24364 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24365
24366 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24367
24368 * cus-edit.el: Comment change.
24369 (custom-buffer-create-internal): Slightly reword text at top of
24370 Custom buffers. Mention there that saving an option edits the
24371 init file. Add link to Emacs manual node on `custom-file'.
24372 (custom-magic-alist): Rewrite individual State messages to use
24373 capitalized keywords. Doc fix.
24374
24375 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24376
24377 * calendar/calendar.el (calendar-buffer): Move above
24378 calendar-week-start-day.
24379 (calendar-week-start-day): Doc fix. Add :set function.
24380 (calendar-minimum-window-height): New variable.
24381 (generate-calendar-window): Only resize window if selected-window
24382 is displaying the calendar buffer. Use new variable
24383 calendar-minimum-window-height.
24384 (generate-calendar): Reword error message.
24385 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24386
24387 2005-02-27 Andreas Schwab <schwab@suse.de>
24388
24389 * vc.el (vc-do-command): Don't run command asynchronously when
24390 operating in a remote directory.
24391
24392 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24393 change from sync with Tramp 2.0.47.
24394
24395 2005-02-27 Richard M. Stallman <rms@gnu.org>
24396
24397 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24398
24399 * textmodes/flyspell.el (flyspell-mode-on):
24400 Call ispell-change-dictionary only if necessary.
24401
24402 * emacs-lisp/re-builder.el (regexp-builder): New function.
24403
24404 * register.el (describe-register-1): Explicitly handle
24405 yank-excluded-properties = t.
24406
24407 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24408 (custom-magic-alist): Change the status descriptions again.
24409 (face widget-type): Total rewrite based on `restricted-sexp'
24410 to eliminate the confusing double hiding levels.
24411
24412 * emacs-lisp/debug.el (debug-on-entry-1):
24413 If function body is empty, add nil as body form.
24414
24415 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24416
24417 * emacs-lisp/trace.el (inhibit-trace): New var.
24418 (trace-make-advice): Use it.
24419
24420 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24421
24422 2005-02-26 Kim F. Storm <storm@cua.dk>
24423
24424 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24425 (mouse-on-link-p, mouse-drag-region-1): Use it.
24426
24427 2005-02-25 Lute Kamstra <lute@gnu.org>
24428
24429 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24430
24431 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24432
24433 * frame.el (blink-cursor-mode): Add :group keyword.
24434
24435 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24436
24437 * calendar/icalendar.el (icalendar--decode-isodatetime):
24438 New optional argument DAY-SHIFT.
24439 (icalendar-export-region): Fix coding-system-for-write.
24440 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24441 events by one.
24442
24443 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24444
24445 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24446
24447 2005-02-24 Kim F. Storm <storm@cua.dk>
24448
24449 * international/iso-acc.el (iso-accents-compose): Fix crash
24450 during redisplay. Call force-window-update after read-event
24451 and delete-region to signal that window is not accurate.
24452
24453 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24454
24455 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24456 Remove unused and inexistent var `inhibit-trace'.
24457 (debugger-mode): Use run-mode-hooks.
24458 (debugger-list-functions): Add buttons; setup xref stack.
24459
24460 2005-02-23 Richard M. Stallman <rms@gnu.org>
24461
24462 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24463 appointment says it was explicitly made.
24464 (appt-add): Set the 3rd element.
24465 (appt-make-list): Preserve explicit appointments.
24466
24467 * subr.el (find-tag-default): Catch errors in forward-sexp.
24468
24469 2005-02-23 Juri Linkov <juri@jurta.org>
24470
24471 * info.el (Info-isearch-search): New defcustom.
24472 (Info-isearch-search): Call the default isearch function
24473 when Info-isearch-search is nil.
24474 (Info-isearch-wrap): Use variable Info-isearch-search.
24475
24476 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24477
24478 * cus-edit.el: Comment change.
24479
24480 2005-02-22 Kim F. Storm <storm@cua.dk>
24481
24482 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24483 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24484
24485 2005-02-22 Simon Josefsson <jas@extundo.com>
24486
24487 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24488 New variable.
24489 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24490 Oskarsson" <myrkraverk@users.sourceforget.net>.
24491
24492 2005-02-22 Kim F. Storm <storm@cua.dk>
24493
24494 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24495 check that window of that event is the selected window.
24496 (mouse-drag-region-1): Compare mouse event window to selected
24497 window before setting point.
24498
24499 * tooltip.el (tooltip-show-help-function): Pass event to
24500 mouse-on-link-p so it can check selected window.
24501
24502 2005-02-22 Kenichi Handa <handa@m17n.org>
24503
24504 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24505 (ps-mule-show-warning): New function.
24506 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24507 characters are found.
24508
24509 * ps-print.el (ps-header-footer-string): Return a list of header
24510 and footer strings.
24511
24512 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24513
24514 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24515
24516 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24517
24518 * frame.el (blink-cursor-mode): Use define-minor-mode.
24519
24520 * term/mac-win.el (function-key-map): Use char-names more consistently.
24521 (file-name-coding-system): Only set it for MacOS-9. The other case is
24522 already handled in mule-cmds.el (where it also works when mac-win.el
24523 is not used).
24524
24525 2005-02-21 Kenichi Handa <handa@m17n.org>
24526
24527 * international/mule.el (ctext-pre-write-conversion): Always use
24528 " *code-converting-work*" buffer for work.
24529
24530 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24531
24532 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24533
24534 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24535
24536 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24537
24538 * ses.el (undo-more): Restore defadvice, but only the part that
24539 allows changes outside the restricted area of the buffer.
24540
24541 2005-02-20 Kim F. Storm <storm@cua.dk>
24542
24543 * simple.el (line-move): Add fourth optional arg try-vscroll which
24544 must be set to perform auto-window-vscroll.
24545 When moving backwards and doing auto-window-vscroll, automatically
24546 vscroll to the last part of lines which are taller than the window.
24547 (next-line, previous-line): Set try-vscroll arg on line-move.
24548
24549 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24550
24551 * replace.el (query-replace, query-replace-regexp)
24552 (replace-string, replace-regexp): When operating on region, make
24553 the minibuffer prompt say so.
24554
24555 * isearch.el (isearch-forward): Document isearch-query-replace and
24556 isearch-query-replace-regexp keybindings.
24557
24558 2005-02-19 Jay Belanger <belanger@truman.edu>
24559
24560 * calc/calc-aent.el (math-read-token): Add local variable.
24561
24562 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24563 (calc-edit-top): Move declaration to earlier in file.
24564 (calc-edit-macro-repeats): Add local variables.
24565
24566 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24567 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24568 calcFunc-tanh.
24569 Adjust integration rule for calcFunc-tan.
24570
24571 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24572
24573 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24574 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24575 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24576 (viper-skip-separators): Bug fix.
24577 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24578 particular major mode.
24579 (viper-del-backward-char-in-replace): Don't put deleted char on the
24580 kill ring.
24581
24582 * viper-ex.el (viper-color-display-p): New function.
24583 (viper-has-face-support-p): Use viper-color-display-p.
24584
24585 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24586
24587 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24588
24589 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24590 (viper-file-remote-p): Make equivalent to file-remote-p.
24591
24592 * viper.el (viper-major-mode-modifier-list):
24593 Use viper-gnus-modifier-map.
24594
24595 2005-02-19 David Kastrup <dak@gnu.org>
24596
24597 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24598 quoting.
24599
24600 2005-02-19 Jay Belanger <belanger@truman.edu>
24601
24602 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24603 Remove extra definitions.
24604 (calc-coth): New function.
24605 (calcFunc-cot): Fix `let'.
24606
24607 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24608
24609 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24610 the reasons we use "type pc" in these faces.
24611
24612 * button.el (button): Ditto.
24613
24614 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24615
24616 * replace.el (query-replace-read-from): Set the value of
24617 query-replace-from-history-variable to handle the case of an empty
24618 string entered to accept the suggested default.
24619
24620 * net/tramp.el (tramp-file-name-for-operation):
24621 Use dired-call-process instead of dired-call-process-command.
24622
24623 2005-02-19 Jay Belanger <belanger@truman.edu>
24624
24625 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24626 (math-div-non-trig): New variables.
24627 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24628 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24629 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24630 trig expressions.
24631
24632 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24633
24634 * progmodes/gdb-ui.el (gdb-var-update-handler)
24635 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24636 for watch expressions,
24637 (gdb-var-create-handler): Don't set speedbar-update-flag.
24638 (gdb-post-prompt): Simplify test for speedbar.
24639
24640 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24641
24642 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24643 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24644 we use the syntax table of the correct buffer.
24645 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24646 Felix Gatzemeier.
24647
24648 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24649 (ediff-file-remote-p): Make synonymous with file-remote-p.
24650 In all deffaces ediff-*-face-*, use min-colors.
24651
24652 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24653 ediff-recurse-to-subdirectories.
24654 (ediff-mark-if-equal): Check that the arguments are strings, use
24655 ediff-same-contents (after to Felix Gatzemeier).
24656
24657 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24658 nil.
24659
24660 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24661
24662 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24663
24664 2005-02-18 David Kastrup <dak@gnu.org>
24665
24666 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24667 use `mark-active' when defined.
24668
24669 2005-02-18 Kenichi Handa <handa@m17n.org>
24670
24671 * ps-print.el (ps-font-info-database): New entry
24672 ZapfChancery-MediumItalic with correct font name. Fix font name
24673 of the entry Zapf-Chancery-MediumItalic.
24674
24675 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24676
24677 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24678
24679 2005-02-16 Kim F. Storm <storm@cua.dk>
24680
24681 * ido.el (ido-fallback-command): Pass user input to fallback command.
24682
24683 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24684
24685 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24686 (gdb-find-file-hook): Add server prefix.
24687
24688 2005-02-16 Richard M. Stallman <rms@gnu.org>
24689
24690 * replace.el (perform-replace): Pass new args to replace-highlight.
24691 (replace-highlight): Take region args,
24692 and pass them to isearch-lazy-highlight-new-loop.
24693
24694 * novice.el (disabled-command-hook): Autoload the defalias
24695 and the make-obsolete-variable call.
24696
24697 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24698
24699 * isearch.el (isearch-lazy-highlight-start-limit)
24700 (isearch-lazy-highlight-end-limit): New variables limit
24701 the region for highlighting.
24702 (isearch-lazy-highlight-new-loop): New args BEG and END.
24703 (isearch-lazy-highlight-search): Use the new vars.
24704 (isearch-lazy-highlight-update): Likewise.
24705
24706 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24707
24708 * cus-start.el (all): Use default-boundp.
24709
24710 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24711
24712 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24713
24714 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24715
24716 * autorevert.el (auto-revert-stop-on-user-input)
24717 (auto-revert-verbose): Doc fixes.
24718
24719 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24720
24721 * international/mule-cmds.el (set-locale-environment): Remove call
24722 to set-selection-coding-system on Windows.
24723
24724 2005-02-15 Jay Belanger <belanger@truman.edu>
24725
24726 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24727 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24728 calcFunc-coth.
24729 (math-simplify-sqrt): Add simplifications.
24730
24731 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24732 to list.
24733
24734 * calc/calc-ext.el: Add functions to autoloads.
24735
24736 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24737 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24738 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24739 (math-csc-raw, math-cot-raw): New functions.
24740
24741 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24742
24743 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24744 the variable name in a message.
24745
24746 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24747 calcFunc-csc, calcFunc-cot.
24748
24749 * calc/calcalg2.el: Add derivative and integration rules for
24750 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24751 calcFunc-csch, calcFunc-coth.
24752 (math-do-integral-methods): Add to checks for when to use
24753 substitutions.
24754
24755 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24756
24757 2005-02-15 Lute Kamstra <lute@gnu.org>
24758
24759 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24760 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24761 <monnier@iro.umontreal.ca>
24762 (lisp-outline-level): Improve efficiency. Suggested by David
24763 Kastrup <dak@gnu.org>.
24764
24765 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24766
24767 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24768 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24769 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24770 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24771 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24772
24773 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24774
24775 * cus-start.el (all): Comment change.
24776
24777 2005-02-14 Lute Kamstra <lute@gnu.org>
24778
24779 * cus-start.el (all): Check if symbol is void.
24780
24781 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24782
24783 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24784 optional argument to \cite.
24785
24786 2005-02-14 Richard M. Stallman <rms@gnu.org>
24787
24788 * cus-edit.el (custom-buffer-create-internal): Update help message.
24789 (custom-magic-alist): Update help messages.
24790
24791 * cus-start.el (all): Allow a var to specify a standard value.
24792
24793 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24794
24795 * custom.el (custom-theme-set-variables): Handle variable aliases.
24796
24797 * frame.el (blink-cursor-timer): Doc fix.
24798 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24799 declare obsolete.
24800 (blink-cursor-mode): Define with defcustom and use correct
24801 standard expression in that defcustom.
24802 * startup.el (command-line): Adapt to above changes in frame.el.
24803
24804 2005-02-11 Lute Kamstra <lute@gnu.org>
24805
24806 * apropos.el (apropos-score-doc): Prevent division by zero.
24807
24808 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24809
24810 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24811 (icalendar--get-event-property-attributes)
24812 (icalendar--get-event-properties)
24813 (icalendar--datetime-to-diary-date): New functions.
24814 (icalendar--split-value): Doc fix.
24815 (icalendar--datetime-to-noneuropean-date)
24816 (icalendar--datetime-to-european-date): New optional argument
24817 SEPARATOR. Return result as a string instead of a list.
24818 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24819 (icalendar--convert-string-for-export): Rename arg S to STRING.
24820 (icalendar-export-region): Doc fix. Change name of error buffer.
24821 Save output buffer.
24822 (icalendar-import-file): Add blank at end of prompt.
24823 (icalendar-import-buffer): Doc fix. Do not switch to error
24824 buffer. Indicate status in return value.
24825 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24826 buffer. Save output buffer. Handle exception from recurrence
24827 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24828 events. Fix problems with weekly all-day events.
24829
24830 2005-02-10 Richard M. Stallman <rms@gnu.org>
24831
24832 * simple.el (eval-expression-print-format):
24833 Avoid warning about edebug-active.
24834
24835 * help.el (help-for-help-internal): Rename from help-for-help.
24836 (help-for-help): Define with defalias.
24837
24838 * font-core.el (font-lock-default-function): Use with-no-warnings.
24839
24840 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24841
24842 * custom.el (defface): Doc fix.
24843
24844 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24845
24846 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24847 width 0" to prevent word wrapping problems.
24848
24849 2005-02-09 Kim F. Storm <storm@cua.dk>
24850
24851 * ido.el (ido-file-extensions-order): New defcustom.
24852 (ido-file-extension-lessp, ido-file-extension-aux)
24853 (ido-file-extension-order): New advanced file ordering.
24854 (ido-file-lessp): New simple file ordering.
24855 (ido-sort-list): Remove.
24856 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24857 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24858
24859 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24860
24861 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24862 that some versions of grep produce.
24863 (grep-mode-font-lock-keywords): Likewise.
24864
24865 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24866
24867 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24868 (gdb-cdir): Delete.
24869 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24870 (gdb-source-info): Treat case when source file is in another
24871 directory properly.
24872 (gdb-get-location): New function.
24873
24874 2005-02-07 Jay Belanger <belanger@truman.edu>
24875
24876 * calc/calc-prog.el (calc-write-parse-table-part)
24877 (calc-fix-token-name): Fix a check for language type.
24878
24879 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24880
24881 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24882
24883 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24884 as directory not writable.
24885
24886 2005-02-07 Kim F. Storm <storm@cua.dk>
24887
24888 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24889 (cua--standard-movement-commands): Remove list.
24890 Instead, set CUA property value to move for movement commands.
24891 (cua-movement-commands): Remove. Users must set CUA prop instead.
24892 (cua--pre-command-handler): Check CUA property.
24893 (cua--init-keymaps): Don't remap undo commands.
24894 (cua-mode): Don't call cua--rectangle-on-off.
24895
24896 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24897 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24898 (cua--rect-undo-set-point): New var.
24899 (cua--rectangle-undo-boundary): Setup undo apply entry.
24900 (cua--rect-undo-handler): New function for rectangle undo.
24901 (cua--rect-start-position, cua--rect-end-position): Add.
24902 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24903 for restored rectangle. Set point if cua--rect-undo-set-point.
24904
24905 2005-02-06 Jay Belanger <belanger@truman.edu>
24906
24907 * calc/calc-lang.el (calc-tex-language): Display more information
24908 in messages.
24909
24910 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24911 in TeX mode.
24912
24913 2005-02-06 Richard M. Stallman <rms@gnu.org>
24914
24915 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24916
24917 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24918
24919 * net/ldap.el (ldap-search-internal): Support attributes with
24920 optional descriptions separated by a semi-colon, as in
24921 "userCertificate;binary".
24922
24923 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24924
24925 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24926 isn't a cons (i.e. the version is 0).
24927
24928 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24929
24930 * help.el (help-for-help): Doc fix.
24931
24932 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24933
24934 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24935 GDB-Windows on the menu-bar as this works better.
24936
24937 2005-02-04 Jay Belanger <belanger@truman.edu>
24938
24939 * calc/calc-embed.el (calc-embedded-update): Don't put in
24940 unnecessary newlines. Adjust the end of formula marker.
24941
24942 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24943 (math-latex-parse-two-args): New function.
24944
24945 2005-02-03 Lute Kamstra <lute@gnu.org>
24946
24947 * help-fns.el (help-with-tutorial): Make sure that users cannot
24948 remove the entire text of the tutorial by means of `undo'.
24949
24950 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24951
24952 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24953 in recent changes, where the ispell process was repeatedly
24954 killed & restarted.
24955
24956 * international/mule-cmds.el (set-locale-environment): Set file-name
24957 coding system to utf-8 on Darwin systems.
24958 (set-default-coding-systems): Don't set default-file-name-coding-system
24959 on Darwin systems.
24960
24961 2005-02-03 Richard M. Stallman <rms@gnu.org>
24962
24963 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24964
24965 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24966
24967 * faces.el (list-faces-display): Add optional argument.
24968
24969 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24970
24971 * font-core.el (font-lock-default-function): Handle the rare case where
24972 only font-lock-keywords is set.
24973
24974 2005-02-02 Kenichi Handa <handa@m17n.org>
24975
24976 * international/characters.el: Cancel previous change for
24977 I-WITH-DOT-ABOVE and DOTLESS-i.
24978
24979 * international/latin-5.el: Cancel previous change.
24980
24981 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24982
24983 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24984
24985 2005-02-02 Kenichi Handa <handa@m17n.org>
24986
24987 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24988 DOTLESS-i.
24989
24990 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24991 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24992
24993 * case-table.el (get-upcase-table): New function.
24994 (copy-case-table): Copy upcaes table too if non-nil.
24995 (set-case-syntax-delims): Maintain upcase table too.
24996 (set-case-syntax-pair): Likewise.
24997 (set-upcase-syntax, set-downcase-syntax): New functions.
24998 (set-case-syntax): Maintain upcase table too.
24999
25000 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25001
25002 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25003
25004 * progmodes/gud.el (gud-goto-info): New function.
25005 (gud-tool-bar-map): Use correct icon.
25006
25007 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25008
25009 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25010 When delegating, order args in the funcall correctly.
25011
25012 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25013
25014 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25015
25016 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
25017
25018 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25019 buffer not visiting a file.
25020
25021 2005-01-31 Jay Belanger <belanger@truman.edu>
25022
25023 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25024 bound on the line with the formula.
25025
25026 2005-01-31 Kim F. Storm <storm@cua.dk>
25027
25028 * ses.el (ses-create-cell-variable-range)
25029 (ses-destroy-cell-variable-range, ses-reset-header-string)
25030 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25031 (ses-insert-row): Fix format of apply undo entries.
25032
25033 2005-01-31 Jay Belanger <belanger@truman.edu>
25034
25035 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25036 parts.
25037
25038 * calc/calc-embed.el (calc-embedded-open-formula)
25039 (calc-embedded-close-formula): Ignore matrix environments.
25040
25041 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25042 TeX mode.
25043
25044 * calc/calc-lang.el (math-function-table, math-oper-table)
25045 (math-variable-table): Adjust the LaTeX portions.
25046
25047 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25048 (math-latex-ignore-words): New constant.
25049
25050 2005-01-31 Richard M. Stallman <rms@gnu.org>
25051
25052 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25053 (ispell-local-dictionary): Doc fix.
25054 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25055 Don't reinitialize at run time. Don't defcustom.
25056 All uses changed to append ispell-local-dictionary-alist,
25057 or check it first.
25058 (ispell-current-dictionary): New variable for dictionary in use.
25059 (ispell-dictionary): Now used only for global default.
25060 (ispell-start-process): Set ispell-current-dictionary,
25061 not ispell-dictionary.
25062 (ispell-change-dictionary): Use this only for setting
25063 user preferences.
25064 (ispell-internal-change-dictionary): New function
25065 to change the current dictionary in use.
25066 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25067 Use ispell-current-dictionary.
25068 Handle ispell-local-dictionary-overridden.
25069 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25070
25071 2005-01-31 Jay Belanger <belanger@truman.edu>
25072
25073 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25074
25075 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25076 (calc-mode-map): Add calc-latex-language.
25077
25078 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25079 (math-latex-print-frac): New functions.
25080 (math-oper-table, math-function-table, math-variable-table)
25081 (math-complex-format, math-input-filter): Add latex properties.
25082 (calc-set-language): Set math-expr-special-function-mapping.
25083
25084 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25085 (calc-write-parse-table-part): Add LaTeX support.
25086
25087 * calc/calc.el (calc-language): Adjust docstring.
25088 (calc-set-mode-line): Add LaTeX support.
25089 (math-expr-special-function-mapping): New variable.
25090 (math-tex-ignore-words): Add to list.
25091
25092 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25093 Add LaTeX support.
25094 (math-compose-expr): Add support for special functions.
25095
25096 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25097
25098 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25099
25100 * progmodes/gdb-ui.el (gdb-memory-address)
25101 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25102 (gdb-memory-mode-map, gdb-memory-format-keymap)
25103 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25104 (gdb-memory-unit-menu): New variables for a buffer
25105 that lets the user examine program memory.
25106 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25107 (gdb-memory-format-binary, gdb-memory-format-octal)
25108 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25109 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25110 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25111 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25112 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25113 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25114 (gdb-memory-mode, gdb-memory-buffer-name)
25115 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25116 New functions for above buffer.
25117
25118 2005-01-30 Richard M. Stallman <rms@gnu.org>
25119
25120 * cus-edit.el (custom-bury-buffer): Function deleted.
25121 (custom-buffer-done-function): Option deleted.
25122 (custom-buffer-done-kill): New replacement option.
25123 (Custom-buffer-done): Call quit-window.
25124 (custom-buffer-create-internal): Update for above changes.
25125
25126 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25127
25128 * simple.el (undo-ask-before-discard): New var.
25129 (undo-outer-limit-truncate): Implement it.
25130 (undo-extra-outer-limit): Doc update.
25131
25132 2005-01-29 Richard M. Stallman <rms@gnu.org>
25133
25134 * ses.el (undo-more): Delete defadvice.
25135 (ses-begin-change): Doc fix.
25136
25137 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25138 instead of rebinding C-x u and C-_.
25139
25140 * files.el (normal-backup-enable-predicate): Return nil for files
25141 in /tmp, regardless of temporary-file-directory.
25142
25143 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25144
25145 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25146 (open-rectangle, delete-whitespace-rectangle-line)
25147 (clear-rectangle-line): If FILL, pass t instead of FILL
25148 for move-to-column's 2nd arg.
25149
25150 * simple.el (undo): Fix the test for continuing a series of undos.
25151 (undo-more): Set pending-undo-list to t when we reach end.
25152 (pending-undo-list): Move up defvar.
25153
25154 * wid-edit.el (widget-button-click):
25155 Shorten the range of the track-mouse binding.
25156
25157 * comint.el (comint-insert-input): Undo previous changes;
25158 use last-input-event in interactive spec.
25159
25160 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25161
25162 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25163 to nil before invoking call-process. Reset buffer's modified flag
25164 after fontifying it in the no-async branch.
25165
25166 * wid-edit.el (widget-specify-button): If mouse pointer shape
25167 cannot be changed, use mouse face instead.
25168
25169 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25170
25171 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25172 (gdb-goto-breakpoint): Make breakpoint handling work on template
25173 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25174 (gdb-assembler-custom): Update to recognize breakpoint information
25175 added on 2005-01-19.
25176
25177 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25178
25179 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25180 (dsssl-mode): Use define-derived-mode.
25181 (scheme-mode-initialize): Remove.
25182 (scheme-mode): Use run-mode-hooks.
25183
25184 * cus-edit.el (customize-group-other-window)
25185 (custom-buffer-create-other-window): Don't override special-display-*.
25186 (custom-mode-map): Make it dense.
25187
25188 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25189 sets the default value.
25190
25191 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25192
25193 * descr-text.el: Add more keywords.
25194
25195 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25196
25197 * speedbar.el: Avoid unnecessary use of locate-library.
25198
25199 * international/mule-cmds.el (standard-display-european-internal):
25200 Don't fiddle with latin-1 non-break space any more since it's now
25201 special cased in the C code.
25202 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25203
25204 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25205
25206 * cus-start.el (all): Add `undo-outer-limit'.
25207
25208 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25209
25210 * textmodes/bibtex.el (bibtex-format-entry):
25211 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25212 field lines.
25213 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25214 not on part of a buffer.
25215
25216 2005-01-25 Lute Kamstra <lute@gnu.org>
25217
25218 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25219 nonempty field text strings like "{letters\\macro{}more letters}".
25220 Clarify docstring.
25221 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25222 (bibtex-entry-offset, bibtex-parse-association)
25223 (bibtex-parse-field-name): Fix typos in docstrings.
25224 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25225
25226 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25227
25228 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25229 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25230 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25231 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25232
25233 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25234 isearch minor mode.
25235
25236 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25237
25238 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25239
25240 2005-01-24 Lute Kamstra <lute@gnu.org>
25241
25242 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25243 CASECHARS and NOT-CASECHARS regular expressions of the
25244 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25245 striding over charsets" error.
25246
25247 2005-01-24 Jay Belanger <belanger@truman.edu>
25248
25249 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25250 display variable name.
25251
25252 2005-01-24 Kenichi Handa <handa@m17n.org>
25253
25254 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25255 Fix setting of the element of encoded-kbd-iso2022-invocations.
25256
25257 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25258
25259 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25260 (gdb-threads-select): Change to also accept mouse events.
25261 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25262 (gdb-threads-mouse-select): Delete.
25263
25264 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25265
25266 * files.el (insert-directory): Take care of empty directory,
25267 listed without -a switch.
25268
25269 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25270
25271 * textmodes/refill.el (refill-post-command-function):
25272 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25273 to the list of functions that we should be careful not to undo.
25274 (refill-late-fill-paragraph-function): Remove.
25275 (refill-saved-state): New var.
25276 (refill-mode): Use it to save fill-paragraph-function.
25277 Save also the value of auto-fill-function.
25278
25279 * term/w32-win.el: Simplify code.
25280
25281 2005-01-23 Kim F. Storm <storm@cua.dk>
25282
25283 * simple.el (line-move): Adapt to new return value from
25284 pos-visible-in-window-p.
25285
25286 * simple.el (line-move): Fix last change. Check partial
25287 visibility at point rather than at window-start.
25288
25289 2005-01-22 Jason Rumney <jasonr@gnu.org>
25290
25291 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25292
25293 2005-01-22 David Kastrup <dak@gnu.org>
25294
25295 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25296
25297 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25298
25299 * type-break.el (type-break-mode): Add a test for
25300 type-break-file-name being non-nil.
25301
25302 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25303
25304 * net/eudc.el (top level): Call (message "") via progn, so that
25305 eudc-options-file is loaded.
25306
25307 2005-01-22 Kim F. Storm <storm@cua.dk>
25308
25309 * simple.el (line-move-1): Rename from line-move.
25310 (line-move): New function that adjusts vscroll for partially
25311 visible rows, and calls line-move-1 otherwise.
25312
25313 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25314
25315 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25316 since it's not a complete read-event implementation
25317
25318 2005-01-20 Jay Belanger <belanger@truman.edu>
25319
25320 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25321 for called function.
25322
25323 2005-01-20 Steven Tamm <steventamm@mac.com>
25324
25325 * term/mac-win.el (process-connection-type): Remove.
25326 Controlled now by s/darwin.h:PTY_ITERATION.
25327
25328 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25329
25330 * window.el (handle-select-window): Don't switch window when we're
25331 in the minibuffer.
25332
25333 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25334
25335 * subr.el (dotimes-with-progress-reporter): New macro.
25336
25337 * ses.el (ses-dotimes-msg): Remove macro.
25338 Use `dotimes-with-progress-reporter' instead.
25339
25340 2005-01-19 Steven Tamm <steventamm@mac.com>
25341
25342 * term/mac-win.el (process-connection-type): Use new
25343 operating-system-release variable to use ptys on Darwin 7 (OS X
25344 10.3) when using carbon build.
25345
25346 2005-01-19 Jay Belanger <belanger@truman.edu>
25347
25348 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25349 flags if the last command was a tab or M-tab.
25350
25351 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25352 in formula editing buffer.
25353
25354 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25355
25356 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25357 breakpoint image symbol in margin.
25358
25359 2005-01-19 Jay Belanger <belanger@truman.edu>
25360
25361 * calc/calc-prog.el (calc-execute-kbd-macro):
25362 Ignore calc-keep-arg-flag.
25363
25364 2005-01-19 Kenichi Handa <handa@m17n.org>
25365
25366 * textmodes/ispell.el (ispell-looking-at): New function.
25367 (ispell-process-line): Use ispell-looking-at to compare the ispell
25368 output and the buffer contents.
25369
25370 2005-01-18 Jay Belanger <belanger@truman.edu>
25371
25372 * calc/calc.el (calc-display-raw): Fix docstring.
25373
25374 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25375
25376 * simple.el (blink-matching-open): Strip extra info from syntax.
25377
25378 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25379 funny chars in the end-of-here-doc marker.
25380
25381 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25382
25383 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25384 that enable/disabled state of breakpoints is shown correctly in
25385 fringe and on ttys.
25386 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25387 Add breakpoint information as text properties.
25388 (gdb-mouse-toggle-breakpoint):
25389 Rename to gdb-mouse-set-clear-breakpoint.
25390 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25391 breakpoints in the margin.
25392 (gdb-remove-strings): Simplify.
25393
25394 2005-01-17 Jay Belanger <belanger@truman.edu>
25395
25396 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25397 erasing buffer.
25398
25399 2005-01-17 Richard M. Stallman <rms@gnu.org>
25400
25401 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25402 for calling grep-compute-defaults.
25403
25404 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25405 if buffer is empty.
25406
25407 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25408
25409 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25410
25411 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25412
25413 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25414 non-preloaded variables.
25415
25416 2005-01-17 Steven Tamm <steventamm@mac.com>
25417
25418 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25419 tex-shell cause to force interactivity when using pipes.
25420
25421 2005-01-17 Kim F. Storm <storm@cua.dk>
25422
25423 * simple.el (just-one-space): Make arg optional.
25424
25425 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25426
25427 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25428 posn-at-x-y to t to access left-margin.
25429
25430 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25431
25432 Sync with Tramp 2.0.47.
25433
25434 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25435 catching keep-date problems in cp/scp operations.
25436 (tramp-handle-copy-file): Don't call `set-file-modes'
25437 unconditionally. Specialized functions should know better what is
25438 necessary. This improves performance a little bit, and the
25439 functions could catch errors with `cp -p' and `scp -p'.
25440 (tramp-do-copy-or-rename-file-via-buffer)
25441 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25442 when appropriate.
25443 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25444 Call `set-file-modes' when appropriate.
25445 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25446 Johnsson <isak@hypergene.com>
25447 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25448 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25449 <joakim@verona.se>
25450 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25451 Emacs only.
25452
25453 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25454 `find-file-hooks' and `dired-mode-hook'.
25455 (tramp-minor-mode-map): Respective map. Add remapping for
25456 `compile' and `recompile'.
25457 (tramp-remap-command, tramp-recompile): New defuns.
25458 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25459 in buffer "*Compilation*". Call the commands asynchronously.
25460
25461 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25462 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25463 `shell-command', because it isn't magic in XEmacs. Reported by
25464 Adrian Aichner <adrian@xemacs.org>.
25465
25466 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25467 `substitute-in-file-name.
25468 (tramp-smb-handle-substitute-in-file-name): New defun.
25469 (tramp-smb-advice-PC-do-completion): Delete advice.
25470
25471 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25472
25473 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25474 Fix error in deleting region.
25475
25476 2005-01-15 Richard M. Stallman <rms@gnu.org>
25477
25478 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25479 In non-temp buffer, switch syntax table temporarily.
25480
25481 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25482
25483 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25484
25485 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25486
25487 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25488 (imenu--generic-function): Use START, not BEG, as pos of definition.
25489
25490 * simple.el (just-one-space): Argument specifies number of spaces.
25491
25492 * simple.el (eval-expression-print-format): Avoid warning
25493 about edebug-active.
25494
25495 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25496
25497 * progmodes/sh-script.el: Code copied from make-mode.el
25498 with small changes,
25499 (sh-mode-map): Bind C-c C-\.
25500 (sh-backslash-column, sh-backslash-align): New variables.
25501 (sh-backslash-region, sh-append-backslash): New functions.
25502
25503 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25504
25505 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25506 (rmail-pop-password, rmail-pop-password-required): Move to
25507 rmail-obsolete group.
25508 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25509 All callers updated.
25510 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25511 Take an argument specifying whether it is POP or IMAP mailbox we
25512 are using. All callers updated.
25513 (rmail-pop-password-error): Rename to
25514 rmail-remote-password-error. Added mailutils-specific error message.
25515 (rmail-movemail-search-path)
25516 (rmail-movemail-variant-in-use): New variables.
25517 (rmail-remote-password, rmail-remote-password-required):
25518 New customization variables.
25519 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25520 (rmail-parse-url): New function.
25521 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25522 with GNU mailutils movemail.
25523
25524 2005-01-15 Kevin Ryde <user42@zip.com.au>
25525
25526 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25527 suffix to space, $ or '$, to correctly position point when going
25528 to @table style constants like DBL_MAX.
25529
25530 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25531
25532 * type-break.el (type-break-mode, type-break-file-time)
25533 (type-break-file-keystroke-count, type-break-choose-file):
25534 Don't store data in or load data from the file if type-break-file-name
25535 is nil.
25536 (type-break-file-name): Doc update as per the above.
25537
25538 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25539
25540 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25541 lookup-key might return nil; handle that.
25542
25543 2005-01-15 Alan Mackenzie <acm@muc.de>
25544
25545 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25546 rather than the element found, thus enabling the tree to be setcar'd.
25547
25548 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25549
25550 * textmodes/org.el (org-show-following-heading): New option.
25551 (org-show-hierarchy-above): Use `org-show-following-heading'.
25552 (org-cycle): Documentation fix.
25553
25554 * textmodes/org.el (orgtbl-optimized): New option
25555 (orgtbl-mode): New command, a minor mode.
25556 (orgtbl-mode-map): New variable.
25557 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25558 (orgtbl-error, orgtbl-self-insert-command)
25559 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25560
25561 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25562 a local variable in each org-mode buffer.
25563
25564 * textmodes/org.el (org-set-regexps-and-options): Rename from
25565 `org-set-regexps'. Added checking for STARTUP keyword.
25566 (org-get-current-options): Add STARTUP options.
25567 (org-table-insert-row): Make mode intelligent about when
25568 realignment is needed.
25569 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25570 New commands.
25571 (org-enable-table-editor): New default value `optimized'.
25572 (org-table-blank-field): Support blanking regions if active.
25573
25574 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25575
25576 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25577 if the year is not given.
25578
25579 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25580 Add new escapes %m and %M, fixed bug with %F by adding
25581 save-match-data.
25582 (reftex-reference): Remove ?. from list of spaces.
25583 (reftex-label-info): Add automatic label prefix recognition.
25584
25585 * textmodes/reftex-index.el (reftex-index-next-phrase):
25586 Add slave parameter to call of `reftex-index-this-phrase'.
25587 (reftex-index-this-phrase): New optional argument.
25588 (reftex-index-region-phrases): Add slave parameter to call of
25589 `reftex-index-this-phrase'.
25590 (reftex-display-index): New argument redo.
25591 (reftex-index-rescan): Add `redo' to arguments of
25592 `reftex-display-index'.
25593 (reftex-index-Rescan, reftex-index-revert)
25594 (reftex-index-switch-index-tag): Add `redo' to arguments of
25595 `reftex-display-index'.
25596 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25597 indexing. Fix bug with matching is there is a quote before or
25598 after the word.
25599
25600 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25601 Fix bug when collecting citation keys in lines with comments.
25602 (reftex-citation): Prefix argument no longer rescans the document,
25603 but forces prompting for optional arguments of cite macros.
25604 (reftex-do-citation): Prompting for optional arguments implemented.
25605
25606 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25607 Add optional arguments to most cite commands.
25608 (reftex-cite-cleanup-optional-args): New option
25609 (reftex-cite-prompt-optional-args): New option.
25610 (reftex-trust-label-prefix): New option.
25611
25612 * textmodes/reftex-toc.el (reftex-toc-find-section):
25613 Add push-mark before changing the position in the buffer.
25614
25615 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25616 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25617
25618 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25619
25620 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25621 more carefully.
25622
25623 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25624
25625 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25626 (sgml-mode): Use it.
25627 (sgml-get-context): Better keep track of implicitly closed tags.
25628
25629 2005-01-13 Kenichi Handa <handa@m17n.org>
25630
25631 * textmodes/ispell.el: These changes are to fix misalignment error
25632 caused by equivalent characters of different Emacs charsets.
25633 (ispell-unified-chars-table): New variable.
25634 (ispell-get-decoded-string): New function.
25635 (ispell-get-casechars, ispell-get-not-casechars)
25636 (ispell-get-otherchars): Call ispell-get-decoded-string.
25637
25638 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25639
25640 * custom.el (custom-declare-variable): Just put symbol instead
25641 of (defvar . symbol) in `current-load-list'.
25642
25643 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25644
25645 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25646
25647 2005-01-12 Jay Belanger <belanger@truman.edu>
25648
25649 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25650 to create a Calc summary.
25651
25652 2005-01-12 Kim F. Storm <storm@cua.dk>
25653
25654 * mouse.el (mouse-on-link-p): Change functionality and doc
25655 string to comply with latest description in lisp ref.
25656
25657 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25658
25659 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25660 Enable mouse clicks on mode-line, header-line and margin.
25661 (event-type): Give mouse event symbols an `event-kind' property
25662 with value `mouse-click'.
25663
25664 2005-01-12 Juri Linkov <juri@jurta.org>
25665
25666 * facemenu.el (list-colors-display): Add new arg buffer-name.
25667 Use it. Fix docstring. Replace code for identifying duplicate
25668 colors by the name with call to `list-colors-duplicates' which
25669 identifies duplicate colors by the value unless the color
25670 is one of special Windows colors. Set truncate-lines to t.
25671 Print sorted duplicate color names on each line. Indent to 22
25672 \(the longest color name in rgb.txt) instead of 20. Optimize.
25673 (list-colors-duplicates): New function.
25674 (facemenu-color-name-equal): Delete function.
25675
25676 * facemenu.el (list-colors-print): New function created from code
25677 in list-colors-display. Print #RRGGBB at the window right edge.
25678 (list-colors-display): When temp-buffer-show-function is not
25679 defined, call list-colors-print from temp-buffer-show-hook
25680 to get the right value of window-width in list-colors-print
25681 after the buffer is displayed.
25682
25683 * simple.el (pop-mark): Move deactivate-mark out of conditional
25684 part to deactivate the active mark regardless of the state of the
25685 mark ring.
25686
25687 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25688 variables line in desktop files.
25689
25690 2005-01-12 Juri Linkov <juri@jurta.org>
25691
25692 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25693 Bring together isearch highlight related options.
25694 (lazy-highlight): Replace group `replace' by `matching'.
25695 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25696 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25697 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25698 and declare them obsolete.
25699 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25700 (isearch-faces): Remove defgroup.
25701 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25702 Move isearch highlighting code closer to lazy highlighting code.
25703
25704 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25705 (query-replace-highlight, query-replace-lazy-highlight)
25706 (query-replace): Move definitions to the beginning of the file.
25707
25708 2005-01-11 Juri Linkov <juri@jurta.org>
25709
25710 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25711 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25712 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25713
25714 * info.el (Info-history-forward): New variable.
25715 (Info-select-node): Reset Info-history-forward to nil.
25716 (Info-last): Turn into defalias.
25717 (Info-history-back): Rename from Info-last.
25718 Add current node to Info-history-forward.
25719 (Info-history-forward): New fun.
25720 (Info-mode-map): Replace Info-last by Info-history-back.
25721 Bind Info-history-forward to "r".
25722 (Info-mode-menu): Replace Info-last by Info-history-back.
25723 Fix menu item text. Add menu item for Info-history-forward.
25724 (info-tool-bar-map): Replace Info-last by Info-history-back.
25725 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25726 for Info-history-forward.
25727 (Info-mode): Replace Info-last by Info-history-back in docstring.
25728 Add local variable Info-history-forward.
25729 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25730
25731 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25732
25733 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25734 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25735 Ignore select-window events rather than fiddle with
25736 mouse-autoselect-window.
25737
25738 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25739
25740 * type-break.el (type-break-mode): Fix previous change.
25741
25742 2005-01-10 Jay Belanger <belanger@truman.edu>
25743
25744 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25745 calculator; only reset when point is inside a calculator.
25746 Don't adjust the window height if the window takes up the whole height
25747 of the frame.
25748
25749 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25750
25751 * ebuff-menu.el (Electric-buffer-menu-mode):
25752 Preserve value of buffer-local var header-line-format.
25753
25754 2005-01-09 Jay Belanger <belanger@truman.edu>
25755
25756 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25757 Make sure settings file exists before accessing it.
25758
25759 * calc/calc-embed.el (calc-embedded-subst):
25760 Replace math-multi-subst-rec, which is only supposed to be called
25761 by math-multi-subst, by math-multi-subst.
25762
25763 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25764
25765 * vc.el (vc-allow-async-revert): New user option.
25766 (vc-disable-async-diff): New internal variable.
25767 (vc-revert-buffer): Use them to disable asynchronous diff.
25768
25769 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25770 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25771 asynchronously if vc-disable-async-diff is t.
25772
25773 2005-01-09 Jay Belanger <belanger@truman.edu>
25774
25775 * calc/calc.el (defcalcmodevar): New macro.
25776 (calc-mode-var-list-restore-default-values)
25777 (calc-mode-var-list-restore-saved-values): New functions.
25778 (calc-mode-var-list): Use defcalcmodevar to define it.
25779 (calc-always-load-extensions, calc-line-numbering)
25780 (calc-line-breaking, calc-display-just, calc-display-origin)
25781 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25782 (calc-group-char, calc-point-char, calc-frac-format)
25783 (calc-prefer-frac, calc-hms-format, calc-date-format)
25784 (calc-float-format, calc-full-float-format, calc-complex-format)
25785 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25786 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25787 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25788 (calc-matrix-brackets, calc-language, calc-language-option)
25789 (calc-left-label, calc-right-label, calc-word-size)
25790 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25791 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25792 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25793 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25794 (calc-window-height, calc-display-trail, calc-show-selections)
25795 (calc-use-selections, calc-assoc-selections)
25796 (calc-display-working-message, calc-auto-why, calc-timing)
25797 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25798 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25799 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25800 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25801 (calc-gnuplot-geometry, calc-graph-default-resolution)
25802 (calc-graph-default-resolution-3d, calc-invocation-macro)
25803 (calc-show-banner): Use defcalcmodevar to declare them and set
25804 their default values.
25805
25806 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25807 instead of default values (but restore default values if there is
25808 an argument of 0).
25809
25810 2005-01-09 David Kastrup <dak@gnu.org>
25811
25812 * desktop.el (desktop-restore-eager): Fix typo in type.
25813
25814 2005-01-08 Richard M. Stallman <rms@gnu.org>
25815
25816 * cus-edit.el (customize): Delete :link.
25817
25818 2005-01-08 Jay Belanger <belanger@truman.edu>
25819
25820 * calc/calc.el (calc-mode): Remove the extension from the
25821 `calc-settings-file' file name when loading it.
25822
25823 2005-01-08 Kim F. Storm <storm@cua.dk>
25824
25825 * info.el (Info-mode-map, Info-next-link-keymap)
25826 (Info-prev-link-keymap, Info-up-link-keymap):
25827 Map follow-link to mouse-face.
25828 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25829
25830 2005-01-08 Jay Belanger <belanger@truman.edu>
25831
25832 * calc/calc.el (calc-settings-file): Change default value.
25833 Suggested by cgw in a comment in calc-mode.el.
25834
25835 * calc/calc-mode.el (calc-settings-file-name):
25836 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25837 Replace ~/.emacs in a prompt by calc-settings-file.
25838
25839 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25840
25841 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25842 (desktop-lazy-idle-delay): New customizable variables.
25843 (desktop-buffer-args-list): New variable.
25844 (desktop-append-buffer-args): New function.
25845 (desktop-save): Call desktop-append-buffer-args for some buffers.
25846 (desktop-lazy-create-buffer): New function.
25847 (desktop-idle-create-buffers): New function.
25848 (desktop-read): Add message about buffers to restore lazily.
25849 (desktop-lazy-abort): New command.
25850 (desktop-clear): Call desktop-lazy-abort.
25851 (desktop-lazy-complete): New command.
25852
25853 2005-01-06 Richard M. Stallman <rms@gnu.org>
25854
25855 * emacs-lisp/find-func.el (find-face-definition):
25856 Rename from find-face.
25857
25858 2005-01-06 Kim F. Storm <storm@cua.dk>
25859
25860 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25861
25862 * man.el (Man-xref-man-page, Man-xref-header-file)
25863 (Man-xref-normal-file): Add follow-link property.
25864
25865 2005-01-06 Jay Belanger <belanger@truman.edu>
25866
25867 * calc/calc-units.el: Make sure the proper macro definitions are
25868 available when compiling.
25869
25870 2005-01-06 Juri Linkov <juri@jurta.org>
25871
25872 * isearch.el (isearch-lazy-highlight-update):
25873 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25874
25875 2005-01-06 Miles Bader <miles@gnu.org>
25876
25877 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25878 (isearch-lazy-highlight-face): Use new name.
25879
25880 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25881
25882 * uniquify.el (uniquify-rationalize-file-buffer-names):
25883 Re-add an interactive spec.
25884 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25885 to the same name.
25886
25887 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25888 (isearch-update, isearch-done): Adjust calls accordingly.
25889
25890 2005-01-05 Richard M. Stallman <rms@gnu.org>
25891
25892 * custom.el (custom-set-variables, custom-theme-set-variables):
25893 Clarify documentation.
25894
25895 * emacs-lisp/find-func.el (find-variable)
25896 (find-variable-other-window, find-variable-other-frame):
25897 Fix the TYPE args to find-function-read and find-function-do-it.
25898 (find-function): Doc fix.
25899 (find-function-at-point): Replace function-at-point alias.
25900
25901 2005-01-04 Richard M. Stallman <rms@gnu.org>
25902
25903 * cus-face.el (custom-declare-face):
25904 Record defface in current-load-list.
25905
25906 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25907
25908 * emacs-lisp/find-func.el: Doc fixes.
25909 (find-face-regexp): New variable.
25910 (find-function-regexp-alist): New variable.
25911 (find-function-C-source): Third arg is now TYPE.
25912 (find-function-search-for-symbol): Handle general TYPE.
25913 (find-function-read, find-function-do-it): Handle general TYPE.
25914 (find-definition-noselect, find-face): New functions.
25915 (function-at-point): Alias deleted.
25916
25917 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25918
25919 * battery.el (display-battery-mode): Rename from display-battery.
25920 Handle the case where it gets turned off.
25921
25922 2005-01-04 Richard M. Stallman <rms@gnu.org>
25923
25924 * cus-edit.el (customize): Make :link point to user doc.
25925
25926 * man.el (Man-fontify-manpage): Turn off undo generation.
25927
25928 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25929
25930 2005-01-04 Andreas Schwab <schwab@suse.de>
25931
25932 * files.el (insert-directory): Only look for error lines in
25933 inserted text. Don't move too far after processing --dired markers.
25934
25935 2005-01-04 Richard M. Stallman <rms@gnu.org>
25936
25937 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25938 Don't expand if the character is @, period, dash, etc.
25939 (define-mail-abbrev): Quote names that contain problem characters.
25940
25941 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25942
25943 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25944
25945 2005-01-03 Richard M. Stallman <rms@gnu.org>
25946
25947 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25948 (query-replace-highlight, query-replace-lazy-highlight)
25949 (query-replace): Definitions moved up. Doc fix.
25950
25951 2005-01-03 Richard M. Stallman <rms@gnu.org>
25952
25953 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25954 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25955 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25956 (lazy-highlight-face): Rename from isearch-lazy-...
25957 Change all references to them.
25958
25959 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25960
25961 * cus-edit.el (custom-file): Doc fix for defcustom.
25962 (custom-file): The function no longer sets the variable
25963 `custom-file' to its return value.
25964
25965 * startup.el (command-line): No longer load `custom-file'.
25966
25967 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25968
25969 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25970
25971 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25972 Don't confuse module-prefixed identifiers for labels.
25973 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25974
25975 2005-01-02 Richard M. Stallman <rms@gnu.org>
25976
25977 * files.el (basic-save-buffer-1): Fix previous change.
25978
25979 * loadhist.el (file-loadhist-lookup): New function.
25980 (file-provides, file-requires): Use it.
25981
25982 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25983 instead of calculating the right size.
25984
25985 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25986
25987 * vc-svn.el (vc-svn-diff): Stay local if possible.
25988
25989 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25990
25991 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25992
25993 * files.el (hack-local-variables): Fix last change.
25994
25995 2005-01-02 Jay Belanger <belanger@truman.edu>
25996
25997 * calc/calc-yank.el (calc-edit-top): New variable.
25998 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25999 object. Change header properties.
26000 (calc-edit-finish, calc-edit-finish-stack-object)
26001 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26002 edited object.
26003 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26004 for the beginning of the edited object.
26005 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26006 for the beginning of the edited object.
26007 * calc/calc-prog.el (calc-edit-macro-finish-edit)
26008 (calc-finish-formula-edit, calc-macro-repeats)
26009 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26010 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26011 beginning of the edited object.
26012 (calc-user-define-edit): Change the header for editing macros.
26013 Remove unnecessary variable.
26014
26015 2005-01-01 Jay Belanger <belanger@truman.edu>
26016
26017 * calc/calc-yank.el (calc-edit-mode): Change default header.
26018 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26019 * calc/calc-store.el (calc-edit-variable): Change title to match new
26020 header.
26021 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26022 mode to match new header.
26023 (calc-user-define-edit): Change titles to include names of commands.
26024 (calc-finish-formula-edit): Adjust to handle new header.
26025 (calc-finish-macro-edit): Remove.
26026 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26027 (calc-edit-macro-command, calc-edit-macro-command-type)
26028 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26029 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26030 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26031 (calc-edit-macro-finish-edit): New functions.
26032 (calc-user-define-edit): Use new functions to edit named calc macros.
26033
26034 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26035
26036 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26037
26038 * ses.el (copy-region-as-kill): Deactivate mark.
26039
26040 2005-01-01 Richard M. Stallman <rms@gnu.org>
26041
26042 * replace.el (occur-1): If the output buffer is also an input,
26043 don't kill it, rename it.
26044
26045 * faces.el (set-face-background, set-face-foreground): Doc fix.
26046
26047 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26048 for :foreground and :background.
26049
26050 * dired.el (dired-view-command-alist): Variable deleted.
26051 (dired-view-file, dired-mouse-find-file-other-window):
26052 Delete the code to use it.
26053
26054 2005-01-01 Kim F. Storm <storm@cua.dk>
26055
26056 * image.el (insert-sliced-image): Use t for line-height property.
26057
26058 See ChangeLog.11 for earlier changes.
26059
26060 ;; Local Variables:
26061 ;; coding: iso-2022-7bit
26062 ;; End:
26063
26064 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26065 Copying and distribution of this file, with or without modification,
26066 are permitted provided the copyright notice and this notice are preserved.
26067
26068 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1