(global-map): Allow yanking with mouse-2 at a spot whose
[emacs.git] / lisp / ChangeLog
blob6ef271e8f48a2b4ac2136d1909ed48801a8d3c4b
1 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
4         cursor would normally be drawn in the fringe.
6         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7         Reported by Martin Rudalics <rudalics@gmx.at>.
9 2006-08-16  Richard Stallman  <rms@gnu.org>
11         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
12         (special-event-map): Process drag-n-drop events this way.
14         * simple.el (move-beginning-of-line): Test whether fields
15         would prevent motion back to line's first visible character.
16         If so, stop where the fields would stop the motion.
18         * newcomment.el (comment-indent): Fully update INDENT
19         before checking to see if it will change the text.
21         * cus-edit.el (custom-newline): New function.
22         (custom-mode-map): Bind newline to custom-newline.
24         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
25         into ignore-whitespace.
26         Check each buffer for its skip-function.
27         Handle compare-windows-skip-whitespace special-case test
28         by returning t from default skip function.
30 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
32         * textmodes/org.el (org-clock-special-range)
33         (org-clock-update-time-maybe): New functions.
34         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
35         not only a-z.
36         (org-agenda-get-blocks): Allow multiple blocks per headline.
37         (org-timestamp-change): Call `org-clock-update-time-maybe'.
38         (org-export-html-title-format)
39         (org-export-html-toplevel-hlevel): New options.
40         (org-export-language-setup): Add support for Czech.
41         (org-mode, org-insert-todo-heading, org-find-visible)
42         (org-find-invisible, org-invisible-p, org-invisible-p2)
43         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
44         (org-show-subtree, org-show-entry, org-make-options-regexp):
45         Remove compatibility support for old outline-mode.
46         (org-check-occur-regexp): Funtion removed.
47         (org-on-heading-p, org-back-to-heading): Made defalias.
48         (org-set-local): New defsubst.
49         (org-set-regexps-and-options, org-mode)
50         (org-set-font-lock-defaults, org-edit-agenda-file-list)
51         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
52         (org-remember-apply-template, org-table-edit-field)
53         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
54         (org-set-autofill-regexps): Use `org-set-local'.
55         (org-table-eval-formula): Fix bug with parsing of display flags.
57 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
59         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
60         frame with fringe arrow.  Suggested by Simon Marshall
61         <simon.marshall@misys.com>.
62         (gdb-stack-position): New variable.
63         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
64         (gdb-frames-mode): Set gdb-stack-position to nil.
65         Add to overlay-arrow-variable-list
66         (gdb-reset): Delete gdb-stack-position from above list.
68 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
70         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
71         read only.
73 2006-08-13  Romain Francoise  <romain@orebokech.com>
75         * cus-theme.el (customize-create-theme)
76         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
78         * filesets.el (filesets-add-buffer): Ditto.
80         * pcvs.el (cvs-change-cvsroot): Ditto.
82 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
84         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
85         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
86         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
87         expressions.
88         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
89         Only search till end of line.
90         Add face to function names in case of no filename.
91         Add face to variable names of watchpoints.
93 2006-08-12  Robert Thorpe <rthorpe@realworldtech.com>  (tiny change)
95         * cus-start.el <indent-tabs-mode>: Move to the `indent'
96         customization group.
98 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
100         * allout.el (allout-prior-bindings, allout-added-bindings):
101         Remove, after long deprecation.
102         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
103         Add customization vars controlling allout-beginning-of-line and
104         allout-end-of-line conveniences.
105         (allout-header-prefix, allout-use-mode-specific-leader)
106         (allout-use-mode-specific-leader, allout-mode-leaders):
107         Revise docstrings.
108         (allout-infer-header-lead): Change to be an alias for
109         allout-infer-header-lead-and-primary-bullet.
110         (allout-infer-header-lead-and-primary-bullet): New version of
111         allout-infer-header-lead which assigns the primary bullet to the
112         same as the header lead, when its being changed.
113         (allout-infer-body-reindent): Apply regexp-quote instead of
114         unconditionally prepending "\\", so that all literal
115         allout-header-prefix and allout-primary-bullet strings are
116         properly handled.
117         (allout-add-resumptions): Add optional qualifier for extending or
118         appending to existing values, rather than replacing them.
119         (allout-view-change-hook): Clarify docstring.
120         (allout-exposure-change-hook): Take explicit arguments, via
121         run-hook-with-args.
122         (allout-structure-added-hook)
123         (allout-structure-deleted-hook)
124         (allout-structure-shifted-hook): New hooks analogous to
125         allout-exposure-change-hook for other kinds of structural outline
126         edits.
127         (allout-encryption-plaintext-sanitization-regexps): New encryption
128         customization variable, by which cooperating modes can provde
129         massage of the plaintext without actually being passed it.
130         (allout-encryption-ciphertext-rejection-regexps)
131         (allout-encryption-ciphertext-rejection-ceiling): New encryption
132         customization variables, by which cooperating modes can prohibit
133         rare but possible ciphertext patterns from fouling their
134         operation, with actually being passed the ciphertext.
135         (allout-mode): Run activation and deactivation hooks after the
136         minor-mode variable has been toggled, to clarify the mode
137         disposition.  The new encryption ciphertext rejection variable is
138         used to ensure that the ciphertext does not contain text that
139         would be recognized as outline structural elements by allout.
140         Substite allout-beginning-of-line and allout-end-of-line for
141         conventionall beginning-of-line and end-of-line bindings.
142         If allout-old-style-prefixes is non-nil, don't nullify it on mode
143         activation!
144         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
145         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
146         (allout-chart-subtree): Implement new mode, charting only the
147         visible items in the subtree, when new 'visible' parameter is non-nil.
148         (allout-end-of-subtree): Properly handle the last item in the buffer.
149         (allout-pre-command-business, allout-command-counter):
150         Increment an advertised counter so that cooperating enhancements can
151         track revisions of items.
152         (allout-open-topic): Run allout-structure-added-hook with suitable
153         arguments.
154         (allout-shift-in): Run allout-structure-shifted-hook with suitable
155         arguments.
156         (allout-shift-out): Fix doubling for negative args and ensure call
157         of allout-structure-shifted-hook by solely using allout-shift-in.
158         (allout-kill-line, allout-kill-topic):
159         Run allout-structure-deleted-hook with suitable arguments.
160         (allout-yank-processing): Run allout-structure-added-hook with
161         proper arguments.
162         (allout-yank): Enclose activity in allout-unprotected.
163         (allout-flag-region): Run allout-exposure-change-hook with
164         suitable arguments, instead of making the callee infer the arguments.
165         (allout-encrypt-string):
166         Support allout-encryption-plaintext-sanitization-regexps,
167         allout-encryption-ciphertext-rejection-regexps, and
168         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
169         en/de cryption mode in symmetric encryption failure message.
170         (allout-obtain-passphrase): Use copy-sequence to get a distinct
171         copy of the passphrase, and don't zero it or we'll corrupt the
172         stashed copy.
173         (allout-create-encryption-passphrase-verifier)
174         (allout-verify-passphrase): Respect the new signature for
175         allout-encrypt-string.
176         (allout-get-configvar-values): Convenience for getting a
177         configuration variable value and handling its absence gracefully.
179 2006-08-11  Romain Francoise  <romain@orebokech.com>
181         * obsolete/zone-mode.el: Delete.
183 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
185         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
187 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
189         * emacs-lisp/bindat.el (bindat-ip-to-string):
190         Use `format-network-address' if possible.
192 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
194         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
196 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
198         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
199         restore unread-command-events here.
200         (edebug-display): Do it here, to detect sit-for interruptions.
202 2006-08-10  Romain Francoise  <romain@orebokech.com>
204         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
205         (dns-mode-soa-auto-increment-serial): New user option.
206         (dns-mode-soa-maybe-increment-serial): New function.
207         (dns-mode): Add the latter to `write-contents-functions'.
209         * obsolete/zone-mode.el: Move to obsolete/ from net/.
210         Delete autoload cookies.
212 2006-08-10  John Wiegley  <johnw@newartisans.com>
214         * eshell/em-glob.el (eshell-glob-chars-list)
215         (eshell-glob-translate-alist): Add support for [^g] in character globs.
217 2006-08-10  Richard Stallman  <rms@gnu.org>
219         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
220         (facemenu-set-face): Doc fix.
221         (facemenu-listed-faces): Doc fix.
223 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
225         * avoid.el (mouse-avoidance-animating-pointer): New var.
226         (mouse-avoidance-nudge-mouse): Use it.
227         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
228         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
229         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
230         Don't activate if currently animating.  All callers changed.
232 2006-08-09  John Wiegley  <johnw@newartisans.com>
234         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
235         variable, which causes timeclock to report elapsed time worked,
236         instead of just work remaining.
238 2006-08-09  Kenichi Handa  <handa@m17n.org>
240         * international/latexenc.el (latexenc-find-file-coding-system):
241         Fix for the case that the 2nd element of arg-list is a cons.
243 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
245         * info.el (Info-fontify-node): Handle preceding `in' for note
246         reference hiding rules.
248 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
250         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
251         mistake a closing " for an opening one.
253 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
255         * term/xterm.el (terminal-init-xterm): Add more key bindings.
257 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * complete.el (PC-do-completion): Filter out completions matching
260         completion-ignored-extensions before checking whether there are
261         multiple completions.
262         Don't use `list' unnecessarily when building completion tables.
264 2006-08-06  Richard Stallman  <rms@gnu.org>
266         * help.el (describe-mode): Make minor mode list more concise.
268 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
270         * bindings.el: Give mode-line-format, mode-line-modes, and
271         mode-line-position `standard-value' properties.
273 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
275         * buff-menu.el (list-buffers-noselect): For Info buffers, use
276         "(file)node" instead of the file name.
278 2006-08-05  Richard Stallman  <rms@gnu.org>
280         * faces.el (escape-glyph): Doc fix.
282 2006-08-04  Kenichi Handa  <handa@m17n.org>
284         * international/mule-diag.el (describe-font): Improve docstring
285         and error message.  Use frame-parameter (not frame-parameters).
287 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
289         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
290         Correctly mark the end-of-docstring char.
292 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
294         * simple.el (line-move-to-column): Constrain move-to-column to
295         current field.
297 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
299         * font-lock.el (font-lock-beg, font-lock-end)
300         (font-lock-extend-region-functions): New vars.
301         (font-lock-extend-region-multiline)
302         (font-lock-extend-region-wholelines): New functions.
303         (font-lock-default-fontify-region): Use them.
304         (font-lock-extend-jit-lock-region-after-change): Only round up
305         if font-lock-default-fontify-region will do it as well.
307         * font-lock.el (font-lock-extend-after-change-region-function):
308         Rename from font-lock-extend-region-function.
309         (font-lock-extend-region): Remove by inlining at call sites.
310         (font-lock-after-change-function): Don't needlessly round up to a whole
311         number of lines.
312         (font-lock-extend-jit-lock-region-after-change): Be more careful about
313         the boundary conditions and the interactions between the various ways
314         to extend the region.
316 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
319         modification status when forcing the second redisplay.
321 2006-08-03  Kim F. Storm  <storm@cua.dk>
323         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
325 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
327         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
328         doesn't look like a file name.
330         * complete.el (PC-expand-many-files): Avoid signalling an error when
331         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
333 2006-08-02  Andreas Schwab  <schwab@suse.de>
335         * bindings.el (mode-line-format): Simplify reference to vc-mode.
337 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
339         * bindings.el (map): Make mode-line-buffer-identification-keymap
340         before defining propertized-buffer-identification.
342 2006-08-01  Richard Stallman  <rms@gnu.org>
344         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
346 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
348         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
349         default value.
350         (gdb-find-source-frame): New function.
351         (menu): Add to menu bar.
353 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
355         * font-core.el (font-lock-extend-region-function)
356         (font-lock-extend-region): Move to font-lock.el.
358         * font-lock.el (font-lock-extend-region-function)
359         (font-lock-extend-region): Move from font-core.el.  Simplify.
361         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
362         if needed.
363         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
364         (jit-lock-after-change-extend-region-functions): New hook.
365         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
367         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
368         (font-lock-turn-on-thing-lock): Use it.
370         * longlines.el (longlines-show-region): Make it work on read-only
371         buffers as well.
373 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
375         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
377 2006-07-31  Richard Stallman  <rms@gnu.org>
379         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
380         (vhdl-speedbar-display-projects): Update old obsolete
381         speedbar variable names.
383 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
385         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
386         (gdb-stopped): Use it.
388         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
390 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
392         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
393         for load-history elements.
395 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
397         * files.el (convert-standard-filename): For Cygwin, replace
398         characters not allowed in Windows file names.
399         (make-auto-save-file-name): Add Cygwin to the list of systems
400         where the auto-save file name needs to be run through
401         convert-standard-filename.
403 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
405         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
407 2006-07-28  Richard Stallman  <rms@gnu.org>
409         * bindings.el (mode-line-frame-identification)
410         (propertized-buffer-identification): Centralize the code
411         to initialize the variable.
413         * progmodes/grep.el (grep-default-command): Catch errors from
414         wildcard-to-regexp.
416 2006-07-29  Kim F. Storm  <storm@cua.dk>
418         * progmodes/grep.el (grep-tag-default): New function.
419         (grep-default-command, grep-read-regexp): Use it.
420         (grep-read-files): Use car of grep-files-history or grep-files-aliases
421         as default if nothing else applies.
423 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
425         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
426         Throw error if buffer is not in Dired and Wdired mode, respectively.
428 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
430         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
431         self-insert-command keys don't activate buttons.
432         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
434 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
436         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
437         faces for enable character.
439 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
441         * Makefile.in (recompile): Update comment to reflect change
442         on 2004-04-21.
444 2006-07-27  Richard Stallman  <rms@gnu.org>
446         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
447         (customize-package-emacs-version): Change msg when pkg has no entry.
448         (custom-no-edit): On a button, do like widget-button-press.
450 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
452         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
453         S-tab and C-S-tab.
455 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
457         * progmodes/which-func.el (which-function): Fix documentation/
458         comment typo.
460 2006-07-26  Richard Stallman  <rms@gnu.org>
462         * textmodes/ispell.el (ispell-word): If we replace the word,
463         move point to the end.  Insert before deleting.
465 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
467         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
468         a timer.
470 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
472         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
473         when at first image.
474         (tumme-forward-image): Add prefix argument.  Add error when at last
475         image.
477 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
479         * tabify.el (tabify-regexp): Use more specific regexps.
480         (tabify): Avoid modifying the buffer unnecessarily.
482 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
484         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
485         (tumme-format-properties-string): Handle empty `buf'.
486         (tumme-get-comment): Change variable names inside `let'.
487         Add missing `let' variable that cause font-lock problems.
488         (tumme-write-comments): Change variable names inside `let'.
489         Add missing `let' variable that cause font-lock problems.
490         (tumme-forward-image): Rename from `tumme-forward-char'.
491         (tumme-backward-image): Rename from `tumme-backward-char'.
493 2006-07-25  Masatake YAMATO  <jet@gyve.org>
495         * progmodes/ld-script.el (ld-script-keywords)
496         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
497         and add comments.
499 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
501         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
502         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
503         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
504         for status indicator.
506 2006-07-24  Richard Stallman  <rms@gnu.org>
508         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
510         * subr.el (dolist, dotimes): Use interned symbols for locals.
511         (--dotimes-limit--, --dolist-tail--): New defvars.
512         (looking-back): Doc fix.
514         * replace.el (replace-match-string-symbols): Handle dotted lists.
516 2006-07-24  mathias  <mathias@mattis>
518         * tumme.el (tumme-write-tags): Add.
519         (tumme-write-comments): Add.
520         (tumme-tag-files): Change to use `tumme-write-tags'.
521         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
522         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
523         (tumme-save-information-from-widgets): Change to use
524         `tumme-write-comments' and `tumme-write-tags'.
525         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
526         (tumme-write-tag): Remove.
527         (tumme-write-comment): Remove.
528         (tumme-display-previous-thumbnail-original): Remove empty line.
529         (tumme-widget-list): Add punctuation.
531 2006-07-24  mathias  <mathias.dahl@gmail.com>
533         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
535 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
537         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
538         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
539         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
541 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
543         * mouse.el (mouse-on-link-p): Doc fix.
545 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
547         * emacs-lisp/find-func.el (find-function-search-for-symbol):
548         Handle "C-h f `".
550 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
552         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
553         column.
555 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
557         * textmodes/table.el: Add move-beginning-of-line and
558         move-end-of-line to Point Motion Only Group.
560 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
562         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
564 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
566         * startup.el (user-mail-address): Initialize from the `EMAIL'
567         environment variable first.  Document this.
568         (command-line): Ditto.
570 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
572         * help-mode.el (help-function-def, help-variable-def)
573         (help-face-def): Print a message in the minibuffer.
575 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
577         * term/xterm.el (terminal-init-xterm): Fix key bindings
578         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
580 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
582         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
583         where `(nth 1 command)' is a cons cell.  Doc fix.
585         * textmodes/po.el (po-find-charset): Doc fix.
587 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
589         * allout.el (allout-unprotected, allout-e-o-prefix-p)
590         (allout-beginning-of-current-line, allout-end-of-current-line)
591         (allout-next-visible-heading, allout-open-topic)
592         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
593         (allout-flag-current-subtree, allout-show-to-offshoot)
594         (allout-hide-current-entry, allout-show-current-branches)
595         (allout-hide-region-body, allout-old-expose-topic)
596         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
597         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
598         containing `beginning-of-line' and `end-of-line' with
599         `inhibit-field-text-motion' t.
601 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
603         * frame.el (focus-follows-mouse): Document that it doesn't have
604         any effect on MS-Windows.
606 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
608         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
610 2006-07-20  Jay Belanger  <belanger@truman.edu>
612         * calc.el (calc-previous-alg-entry):  Remove variable.
614         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
615         New variables.
616         (calc-alg-entry): Use `calc-alg-entry-history'.
617         (calc-do-quick-calc): Use `calc-quick-calc-history'.
618         Remove reference to `calc-previous-alg-entry'.
619         (calcAlg-edit, calcAlg-enter): Remove reference to
620         `calc-previous-alg-entry'.
621         (calcAlg-previous): Use `previous-history-element' instead of
622         `calc-previous-alg-entry'.
623         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
624         Change keybinding for `calcAlg-plus-minus', add keybindings for
625         `previous-history-element' and `next-history-element'.
627         * calc-rewr.el (calc-match): Remove reference to
628         `calc-previous-alg-entry'.
630         * calc-sel.el (calc-selection-history): New variable.
631         (calc-enter-selection, calc-sel-mult-both-sides)
632         (calc-sel-add-both-sides): Use `calc-selection-history'.
634         * calc-map.el (calc-get-operator-history): New variable.
635         (calc-get-operator): Use `calc-get-operator-history'.
637         * calcalg3.el (calc-curve-fit-history): New variable.
638         (calc-curve-fit): Use `calc-curve-fit-history'.
640 2006-07-20  Kenichi Handa  <handa@m17n.org>
642         * international/mule-cmds.el (select-safe-coding-system): Fix the
643         way of deciding eol-type of the coding system.
645 2006-07-20  Alan Mackenzie  <acm@muc.de>
647         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
648         (c-lang-setvar): New macro.
649         (c-make-init-lang-vars-fun): Use the initialization forms in
650         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
651         (comment-start, comment-end, comment-start-skip): Change these from
652         c-lang-defvar's to c-lang-setvar's.
654         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
655         which calls make-local-variable on the elements of
656         c-emacs-variable-inits.
657         (c-init-language-vars-for): Call this new macro.
659 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
661         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
662         Try to rule out false positives due to time stamps.
663         (compilation-mode-font-lock-keywords): Remove rules made redundant
664         because of the above change.  Add `segmentation fault' to the known and
665         highlighted compilation termination messages.
667 2006-07-19  Kim F. Storm  <storm@cua.dk>
669         * progmodes/grep.el (grep-find-ignored-directories):
670         Add .svn and _darcs to list.
672 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
674         * dired.el (dired-mode-map): Add key binding `C-te' for
675         `tumme-dired-edit-comment-and-tags'.
677         * tumme.el (tumme-display-thumbnail-original-image): Make sure
678         image display buffer is displayed before call to
679         `tumme-display-image.
680         (tumme-dired-display-image): Make sure image display buffer is
681         displayed before call to `tumme-display-image.
682         (tumme-mouse-display-image): Make sure image display buffer is
683         displayed before call to `tumme-display-image.
684         (tumme-widget-list): Add.
685         (tumme-dired-edit-comment-and-tags): Add.
686         (tumme-save-information-from-widgets): Add.
688 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
690         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
692 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * progmodes/sh-script.el (sh-font-lock-keywords-1):
695         Revert inadvertently installed patch hunk.
697         * progmodes/compile.el (compilation-find-file): Handle the
698         cases where the user selects a non-existent file.
700 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
702         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
704 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
706         * subr.el (sit-for): Just sleep-for if noninteractive.
708 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
710         * emacs-lisp/autoload.el (make-autoload): Use new arg.
712         * custom.el (custom-autoload): Add `noset' argument.
713         (custom-push-theme): Don't autoload the variable, let callers do it.
714         (custom-theme-set-variables): Autoload the variable if necessary.
716         * cus-edit.el (custom-variable-state-set): If the variable was
717         originally set outside custom, but to the same value as the default,
718         consider it to be standard.
720         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
721         file *before* telling Emacs to add the autoloads, in case it fails.
723         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
724         Use `cond', push', and `dolist'.
726 2006-07-17  Richard Stallman  <rms@gnu.org>
728         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
729         Add defvars to silence warnings.
731 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
733         * progmodes/compile.el (compilation-mode-font-lock-keywords):
734         Don't highlight "Compiling file" messages as error.
736         * dired-aux.el (dired-compress-file): Confirm again if gzipped
737         file already exists.
739 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
741         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
742         entry, don't assign to free var; simply return the extracted filename.
743         (ff-treat-as-special): Incorporate common preamble from callers.
744         (ff-other-file-name, ff-find-the-other-file):
745         Update call to ff-treat-as-special.
747         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
749 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
751         * tumme.el (tumme-get-comment): Fix bug.
753 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
755         * files.el: Remove spurious * in docstrings.
757 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
759         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
760         grammar.
761         (allout-beginning-of-current-line): Beware beginning of buffer.
762         Also, a comment is simplified.
763         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
764         when appropriate.  (This fix enables use for other than
765         bullet-hotspot operation.)
766         (allout-hide-current-subtree): While escalating to sibling-close,
767         make sure to situate on a topic.
769 2006-07-14  Kim F. Storm  <storm@cua.dk>
771         * emulation/cua-base.el (cua-delete-selection)
772         (cua-toggle-set-mark): New defcustoms.
773         (cua-rectangle-modifier-key): Add `alt' modifier.
774         (cua-replace-region): Don't delete if cua-delete-selection is nil.
775         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
776         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
778         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
780 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
782         * allout.el: Require 'cl during byte-compilation/interactive load,
783         for the `assert' macro.
784         (allout-mode-deactivate-hook): New hook, run when allout mode
785         deactivates.
786         (allout-developer): New allout customization subgroup.
787         (allout-run-unit-tests-on-load): New allout-developer
788         customization variable, when true allout unit tests are run towards
789         end of file load/eval.
790         (allout-inhibit-auto-fill): Disable auto-fill activity even during
791         auto-fill-mode.
792         (allout-resumptions): Remove, to be replaced by...
793         (allout-add-resumptions): Register variable settings to be
794         reinstated by `allout-do-resumptions'.  The settings are made
795         buffer-local, but the locality/globality of the suspended setting
796         is restored on resumption.
797         (allout-do-resumptions): Reinstate all settings suspended using
798         `allout-add-resumptions'.
799         (allout-test-resumptions): Unit tests (and intermediate variables)
800         for resumptions.
801         (allout-tests-globally-unbound, allout-tests-globally-true)
802         (allout-tests-locally-true): Intermediate variables for
803         resumptions unit tests.
804         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
805         (allout-exposure-category): Replaces 'allout-overlay-category variable.
806         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
807         instead of retired `allout-resumptions'.  For hook functions, use
808         `local' parameter so hook settings are created and removed as
809         buffer-local settings.  Revise (resumptions) setting
810         auto-fill-function so it is set only if already active.  (The
811         related fill-function settings are all made in either case, so
812         that activating auto-fill-mode activity will have the custom
813         allout-mode behaviors (hanging indent on topics, if configured for it).
814         Remove all allout-exposure-category overlays on mode deactivation.
815         (allout-hotspot-key-handler): New function extracted from
816         `allout-pre-command-business', so the functionality can be used
817         for other purposes, eg as a binding in an overlay.
818         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
819         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
820         customization variable.
821         (allout-run-unit-tests): Run the (currently quite small)
822         repertoire of unit tests.  Called just before the provide iff user
823         has customized `allout-run-unit-tests-on-load' non-nil.
825 2006-07-14  K\e,Aa\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
827         * emacs-lisp/authors.el (authors-aliases): Update.
829 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
831         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
832         gdb-source-window.  Add dedicated argument.
833         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
834         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
835         (gdb-display-threads-buffer, gdb-display-memory-buffer)
836         (gdb-display-locals-buffer): Use it.
838         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
839         Set gdb-source-window.
841 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
843         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
844         minor modes, redundant with the custom-autoload line above.
846 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
848         * longlines.el (longlines-post-command-function): Handle open-line too.
850 2006-07-12  Richard Stallman  <rms@gnu.org>
852         * progmodes/grep.el (grep-last-buffer): Doc fix.
854         * info.el (Info-try-follow-nearest-node): Doc fix.
856         * emacs-lisp/edebug.el (edebug-instrument-function):
857         Err if find-function-noselect gives no position.
859         * emacs-lisp/find-func.el (find-function-search-for-symbol):
860         If can't find definition, return nil for position.
861         (find-function-do-it): Handle new return value
862         of find-definition-noselect.
863         (find-definition-noselect, find-variable-noselect): Doc fix.
864         (find-function-noselect): Doc fix.
866         * help-mode.el (help-variable-def): Handle find-variable-noselect
867         returning no position.
868         (help-function-def): Likewise for find-function-search-for-symbol.
869         (help-face-def): Likewise.
871         * help-fns.el (describe-variable): Handle find-variable-noselect
872         returning no position.
874         * files.el (locate-file-completion): Avoid duplicates in result.
876         * cus-edit.el (custom-no-edit): New command.
877         (custom-mode-map): Remap to custom-no-edit instead of
878         using suppress-keymap.
880 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
882         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
883         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
884         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
886         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
888 2006-07-11  Kim F. Storm  <storm@cua.dk>
890         * ido.el (ido-copy-current-file-name): Use buffer-name if
891         buffer-file-name is nil.
893 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
895         * simple.el (undo-ask-before-discard): Set to nil.
897         * vc.el (vc-exec-after): Don't delete process manually.
898         (vc-print-log): Run log-view-mode in process sentinel inside
899         inhibit-read-only.  Don't shrink window due to timing issues.
901         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
902         Avoid using with-output-to-temp-buffer, which clobbers local vars.
904 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
906         * progmodes/compile.el (compilation-error-regexp-alist-alist):
907         Fix ambiguity introduced by last change.
908         (compilation-find-file): Move save-excursion to where it may
909         make sense.  Fix a left over `find-file'.
911 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
913         * textmodes/texinfmt.el (texinfo-format-separate-node):
914         Insert a string before point, which fits documentation, not after.
915         (texinfo-multitable-item): In a multitable row, insert any
916         additional needed @tabs and spaces.
918 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
920         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
921         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
922         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
923         instead of shell-command.
924         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
925         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
926         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
927         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
928         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
929         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
931 2006-07-11  Kim F. Storm  <storm@cua.dk>
933         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
934         Remove special case for seconds < 0.  Use (redisplay t) instead.
936 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
938         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
939         avoid compilation error.
941         * subr.el (sit-for): New function.
943         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
945 2006-07-10  Richard Stallman  <rms@gnu.org>
947         * ldefs-boot.el (edebug): Update page.
949 2006-07-10  Kim F. Storm  <storm@cua.dk>
951         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
952         to FOR-RELEASE and TODO.
954 2006-07-10  Romain Francoise  <romain@orebokech.com>
956         * emacs-lisp/authors.el (authors-aliases): Update.
958 2006-07-10  Alan Mackenzie  <acm@muc.de>
960         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
961         * cc-mode.el: Changes to eradicate eval-after-load.
963 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
965         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
966         on non-char events.
968 2006-07-09  Romain Francoise  <romain@orebokech.com>
970         * progmodes/compile.el (compilation-mode-font-lock-keywords):
971         Don't highlight start/end markers as compilation messages.
973         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
974         to t.
976 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
978         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
980 2006-07-08  Richard Stallman  <rms@gnu.org>
982         * term/x-win.el (x-handle-display): Add doc string.
984         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
986         * subr.el (def-edebug-spec): Move here.
987         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
989         * imenu.el (imenu-choose-buffer-index): Doc fix.
991 2006-07-08  Romain Francoise  <romain@orebokech.com>
993         * term/x-win.el (x-display-name): Fix typo.
995 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
997         * hexl.el (hexl-find-file): Doc fix.
999         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1001 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
1003         * term/x-win.el (x-display-name): Doc fix.
1005 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1007         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1008         long prefixes.
1009         (fill-region-as-paragraph): Don't round up to a whole line.
1010         (fill-comment-paragraph): Don't include the code-before-the-comment
1011         when calling fill-region-as-paragraph.
1013         * international/mule.el (make-char): Remove redundancy.
1015         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1016         property may contain an anonymous function rather than a symbol.
1018         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1020         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1021         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
1023         * dirtrack.el (dirtrack-default-directory-function): Remove.
1024         (dirtrack-directory-function): Use file-name-as-directory.
1025         (dirtrack-windows-directory-function): Simplify.
1026         (dirtrack-forward-slash, dirtrack-backward-slash)
1027         (dirtrack-replace-slash): Remove.
1028         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1029         (dirtrack): Fix wrong parenthesizing; use match-string.
1031         * progmodes/octave-inf.el: Remove spurious * in docstrings.
1032         (inferior-octave-mode): Only change the buffer-local value of
1033         comint-dynamic-complete-functions.
1034         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1035         Move the initialization to the declaration.
1036         (inferior-octave-complete): Remove unused var `filter'.
1038         * shell.el (shell-mode): Only change the buffer-local value of
1039         comint-dynamic-complete-functions.
1041 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
1043         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1044         entry is skipped because it has been scheduled.
1045         (org-prepare-agenda-buffers): Don't mark buffers as modified when
1046         changing `:org-archived' and `:org-comment' properties.
1048 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
1050         * server.el (server-select-display): Don't make the temp frame
1051         minibuffer-only, in case it's not a temp frame.
1052         (server-process-filter): Don't delete the temp frame if it's the
1053         only one we have on that display.
1055         * files.el (find-alternate-file): Doc fix.
1057 2006-07-05  Richard Stallman  <rms@gnu.org>
1059         * files.el (abbreviate-file-name): Add save-match-data.
1061 2006-07-03  Richard Stallman  <rms@gnu.org>
1063         * faces.el (read-face-name): Doc fix.
1065 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
1067         * net/goto-addr.el (goto-address): Mark as safe for local evals.
1069 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
1071         * vc.el (vc-diff-internal): Fix prev change.
1073 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
1075         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1076         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1078 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1080         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1081         fails if the symbol contains chars like ( or '.
1082         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1083         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1084         `short'.
1086 2006-07-04  Kenichi Handa  <handa@m17n.org>
1088         * international/mule-cmds.el (set-language-info): If LANG-ENV is
1089         the current one, don't call set-language-environment, but call one
1090         of set-language-environment-XXX to make INFO effective now.
1091         (set-language-environment): Call set-language-environment-XXX
1092         functions instead of doing the various setups directly.
1093         (set-language-environment-coding-systems): Delete argument eol-type.
1094         (set-language-environment-input-method)
1095         (set-language-environment-nonascii-translation)
1096         (set-language-environment-charset)
1097         (set-language-environment-fontset)
1098         (set-language-environment-unibyte): New functions.
1100 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1102         * locate.el (locate-update-when-revert): New option.
1103         (locate-update-path): New option (suggested by Michael Albinus).
1104         (locate-prompt-for-command): Whitespace change.
1105         (locate-update): No longer offer to update the locate database by
1106         default.  Implement the two new options.
1108 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
1110         * tooltip.el: Move comment about track-mouse...
1112         * progmodes/gud.el: ...to here.
1114 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
1116         * facemenu.el (facemenu-listed-faces): New var.
1117         (facemenu-unlisted-faces): Variable deleted.
1118         (facemenu-add-new-face): Use facemenu-listed-faces.
1120         * emulation/viper-init.el, calendar/calendar.el:
1121         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1123 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
1125         * textmodes/org.el (org-mode): Remove no invalid settings for
1126         calc embedded mode.
1127         (org-mode-p): New defsubst.
1128         (org-save-all-org-buffers): New function.
1129         (org-first-headline-recenter): Enclose outline-regexp in group
1130         delimiters.
1131         (org-set-tags): Keep single space after stars.
1133 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1135         * window.el (set-window-text-height): Only set window-min-height to
1136         1 if that's the requested size.
1138         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1139         (diff-unified->context, diff-context->unified)
1140         (diff-reverse-direction): Make sure the end marker stays at the end.
1141         (diff-mode): Add the keymap table at the end of docstring.
1142         Use lexical-let rather than constructing a closure manually.
1144         * files.el (find-file-noselect-1): Remove unused var assignment.
1145         (hack-local-variables-confirm): Print lists of strings as lists of
1146         strings rather than lists of symbols.
1147         (abbreviate-file-name, hack-local-variables-prop-line):
1148         Use match-string.
1149         (hack-one-local-variable): Move `make-local-variable' nearer its use.
1150         (recover-session-finish): Use line-end-position.
1152 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
1154         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1156 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
1158         * progmodes/make-mode.el (makefile-macroassign-regex):
1159         Accept preceding keyword.
1160         (makefile-gmake-statements): Reorganize, now that makepp has
1161         "override" and also handle forgotten "override define".
1162         (makefile-makepp-statements): Add new "global", "override export"
1163         and "override global".
1165 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
1167         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1168         (ada-compile-mouse-goto-error, ada-deactivate-properties)
1169         (ada-no-auto-case): Fix typos in docstrings.
1171 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
1173         * info.el (Info-find-node-2): Search for makeinfo version more
1174         carefully.
1176 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
1178         * textmodes/org.el (org-prepare-agenda-buffers):
1179         Use `invisible-OK' argument for `org-end-of-subtree'.
1180         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1181         (org-beginning-of-item): Fix bug in regular expression for white line.
1182         (org-export-as-html): Enforce space after bullet in plain list items.
1183         (org-set-autofill-regexps): Require space after plain list bullet
1184         for paragraph-start.
1185         (org-ts-regexp3): New constant.
1186         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1187         (org-timestamp-up-day, org-timestamp-down-day)
1188         (org-timestamp-change): Work with inactive timestamps.
1189         (org-ts-regexp1): Don't allow brackets in time stamps.
1191 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
1193         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1194         for ignoring links.
1196         * faces.el (read-face-name): Use it.
1198 2006-06-28  Juri Linkov  <juri@jurta.org>
1200         * buff-menu.el (list-buffers-noselect): Compare Info file
1201         with the string "dir" to detect Info directory.
1203         * complete.el (partial-completion-mode): In lambda for
1204         `choose-completion-string-functions' use full function signature
1205         with 4 args, and move point to the end of the minibuffer only if arg
1206         `mini-p' is non-nil.
1208 2006-06-28  John Paul Wallington  <jpw@pobox.com>
1210         * ibuffer.el (ibuffer-mode): Doc fix.
1212 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1214         * textmodes/org.el (org-context): New contexts :item-bullet,
1215         :latex-fragment, :latex-preview.
1216         (org-overlays-at, org-overlay-start, org-overlay-end):
1217         New compatibility functions.
1218         (org-inside-LaTeX-fragment-p): More accurate matching, using the
1219         exact regexp that will be used during export.
1220         (org-latex-regexps): New variable.
1221         (org-cdlatex-mode): Improve advice for `texmathp'.
1222         (turn-on-org-cdlatex): New function.
1224 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1226         * term/mac-win.el (mac-handle-font-selection): Change keys of
1227         mac-atsu-font-table from strings to numbers.
1228         (mac-ts-caret-position): Use also when cursor-type is nil.
1229         (mac-ts-update-active-input-area): Add Mac OS Classic support.
1230         Relax condition for using overlay strings.
1231         Use mac-ts-caret-position face when cursor-type is nil.
1233 2006-06-26  Kim F. Storm  <storm@cua.dk>
1235         * help.el (view-emacs-news): Declare `res' in the right let* form.
1237 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
1239         * net/rcompile.el (remote-compile): Replace ange-ftp based
1240         implementation by Tramp functions.
1241         Suggested by Marc Abramowitz <msabramo@gmail.com>.
1243         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1245 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
1247         * international/fontset.el (setup-default-fontset): Fix a typo in
1248         the "Oriya-Akruti" registry name.
1250 2006-06-23  Lars Hansen  <larsh@soem.dk>
1252         * desktop.el (desktop-full-file-name): New function.
1253         (desktop-kill, desktop-save, desktop-remove, desktop-read)
1254         (desktop-revert): Use it.
1255         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1256         (desktop-after-read-hook): Add option list-buffers.
1257         (desktop-locals-to-save): Add tab-width.
1258         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1259         Fix docstring.
1261 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
1263         * textmodes/org.el (org-cdlatex-mode-map)
1264         (org-cdlatex-texmathp-advice-is-done): New variables.
1265         (org-cdlatex-mode): New minor mode.
1266         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1267         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1268         (org-export-with-archived-trees): New option.
1269         (org-open-file): Remove the call to `convert-standard-filename'.
1270         (org-archive-tag, org-agenda-skip-archived-trees)
1271         (org-cycle-open-archived-trees)
1272         (org-sparse-tree-open-archived-trees): New options.
1273         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1274         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1275         New functions.
1276         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1277         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1278         (org-mode-map): Add binding for `org-toggle-archive-tag'.
1279         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1280         Call `org-prepare-agenda-buffers'.
1281         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1282         (org-file-apps, org-file-apps-defaults-gnu)
1283         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1284         Handle remote files by forcing them to be opened in Emacs.
1286 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
1288         * vc.el (vc-diff-knows-L): New variable.
1289         (vc-diff-internal): Use it to handle "diff" programs that don't
1290         understand -L.  This works automatically, no user action is necessary.
1292 2006-06-23  Daniel Brockman  <daniel@brockman.se>
1294         * net/rcirc.el (rcirc-default-user-full-name): Default to
1295         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1296         longer exists).
1297         (rcirc-process-list): Check `buffer-live-p' before attempting to
1298         switch to a buffer.
1300 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
1302         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1303         based on rcirc-coding-system-alist.
1305 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
1307         * cus-edit.el (customize-apropos): A better error message.
1308         (top level) <debug-ignored-errors>: Extend and update the list of
1309         ignored error messages.
1311 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
1313         * complete.el (PC-do-completion): Retain capitalization of user
1314         input, when possible, even if completion-ignore-case is set.
1316 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
1318         * generic-x.el (bat-generic-mode): Support .cmd files.
1320         * dos-w32.el (top level): Use find-file-not-found-functions
1321         instead of the obsolete find-file-not-found-hooks.
1323 2006-06-22  Kim F. Storm  <storm@cua.dk>
1325         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1326         to recognize mode name containing submodes, such as Grep/lw.
1328 2006-06-21  Kim F. Storm  <storm@cua.dk>
1330         * simple.el (line-move-1): Check for move-end-of-line instead of
1331         end-of-line when setting temporary-goal-column.
1333 2006-06-21  Miles Bader  <miles@gnu.org>
1335         * play/cookie1.el (cookie): Work properly when there's only one entry.
1337 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
1339         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1340         (gdb-frame-handler): Generalize frame regexp for templates.
1342 2006-06-20  Glenn Morris  <rgm@gnu.org>
1344         * calendar/appt.el (appt-display-format): Default value must be
1345         one of the customize options.
1347 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
1349         * term/xterm.el (terminal-init-xterm): Update key availability info.
1350         Bind C-return.
1352         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1354 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
1356         * files.el (hack-local-variables): Run `hack-local-variables-hook'
1357         whether or not a local variables list is defined.
1359         * msb.el (msb): Move `sit-for' hack here to handle both
1360         "mouse-down and drag" and "mouse-up and select" situations.
1361         (mouse-select-buffer): Move `sit-for' hack to `msb'.
1363 2006-06-20  Kenichi Handa  <handa@m17n.org>
1365         * international/characters.el (word-combining-categories):
1366         Add entries for 2-byte Han characters.
1368 2006-06-19  Richard Stallman  <rms@gnu.org>
1370         * bindings.el (mode-line-format): Save some mode line space.
1372         * files.el (find-file-noselect): Improve the question wording.
1373         (basic-save-buffer-2): Mask UMASK against 666.
1375         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1376         (mouse-drag-vertical-line): Call it.
1378         * cus-edit.el (customize-option, customize-option-other-window):
1379         Error if SYMBOL is nil.
1381 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
1383         * textmodes/org.el: Require noutline, also on XEmacs.
1384         (org-end-of-subtree): Return point.
1385         (org-dblock-start-re, org-dblock-end-re): New constants.
1386         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1387         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1388         (org-update-all-dblocks, org-find-dblock): New functions.
1389         (org-collect-clock-time-entries): New function.
1390         (org-html-handle-time-stamps): Never export CLOCK timeranges.
1391         (org-fixup-indentation): Modify to deal correctly with lines
1392         starting with TAB.  Only one argument DIFF now.
1393         (org-demote, org-promote): Call `org-fixup-indentation' with just
1394         one argument, DIFF.
1395         (org-mode): Don't mark buffer as modified when aligning tables.
1396         (org-clock-sum): Don't mark buffer modified when adding time sum
1397         properties.
1398         (org-export-as-html): Add support for a link validation function.
1399         (org-archive-all-done): New function.
1400         (org-archive-subtree): New prefix argument.  When set, archive all
1401         done subtrees in this buffer.
1402         (org-remove-clock-overlays)
1403         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1404         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1405         (org-put-clock-overlay): Don't swallow last headline character
1406         when displaying overlay.
1407         (org-store-link): Link to `image-mode' with just the file name.
1409 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
1411         * viper-cmd.el (viper-special-read-and-insert-char):
1412         Use read-key-sequence.
1413         (viper-after-change-undo-hook): Misc enhancements.
1414         (viper-after-change-undo-hook): New hook.
1415         (viper-undo): Use viper-after-change-undo-hook.
1416         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1417         (viper-next-line-at-bol): If point is on a widget or a button, simulate
1418         clicking on that widget/button.
1420         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1422         * ediff-diff (ediff-test-patch-utility): Catch errors.
1423         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1424         (ediff-set-actual-diff-options): New function.
1425         (ediff-reset-diff-options, ediff-toggle-ignore-case):
1426         Use ediff-set-actual-diff-options.
1427         (ediff-extract-diffs): Catch errors.
1428         (ediff-whitespace): Add non-breakable space.
1429         (ediff-same-file-contents): Catch errors.
1431         * ediff-mult.el (ediff-collect-custom-diffs):
1432         Save coding-system-for-read.
1434         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1435         (ediff-vc-internal, ediff-vc-merge-internal):
1436         Use ediff-delete-version-file.
1437         (ediff-delete-version-file): New function.
1439         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1441         * ediff.el (ediff-directories, ediff-directory-revisions)
1442         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1443         (ediff-directories-internal, ediff-merge-directory-revisions)
1444         (ediff-merge-directory-revisions-with-ancestor)
1445         (ediff-directories3): Use read-directory-name.
1447 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
1449         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1450         Remove superfluous part of regexp for brace matching which is handled
1451         by `scan-lists' call.
1453 2006-06-16  Richard Stallman  <rms@gnu.org>
1455         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1457         * files.el (basic-save-buffer-2): For a new precious file,
1458         use the default modes in the return value.
1460         * facemenu.el (facemenu-color-alist): Doc fix.
1462         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1464 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1466         * cus-start.el (all): Add mac-ts-script-language-on-focus.
1468         * term/mac-win.el (mac-text-encoding-ascii): New constant.
1469         (mac-utxt-to-string): Use it.
1470         (mac-ts-update-active-input-area): Use mac-ae-number.
1472 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
1474         * term.el (term-handle-scroll, term-delete-lines)
1475         (term-insert-lines): Fix off by one errors.
1477 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
1479         * net/tramp.el (tramp-touch): Use UTC to express time.
1481 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
1483         * mail/sendmail.el (mail-send): Search explicitly for
1484         mail-header-separator when checking for corrupted header lines.
1486 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
1488         * progmodes/gdb-ui.el (gdb-same-frame): New option.
1489         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1490         (gdb-init-1): Initialise them.
1491         (gdb-starting): Reset gdb-printing
1492         (gdb-starting): Save value of gud-overlay-arrow-position.
1493         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1494         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1495         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1496         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1498 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1500         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1502 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
1504         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1505         (ldap-search-internal): Keep error messages, and a regexp fix.
1507 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
1509         * files.el (hack-local-variables-confirm):
1510         Display string value using its printed representation.
1512 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
1514         * server.el (server-edit): No-op if no server buffers exist.
1516 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
1518         * textmodes/page-ext.el (pages-directory-for-addresses):
1519         Including `pages-directory-address-mode' in the function results
1520         in the message "Buffer in which pages were found is deleted".
1522 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
1524         * textmodes/org.el (org-agenda-mode-map): Add bindings for
1525         clocking functions.
1527         (org-agenda-clock-in, org-check-running-clock)
1528         (org-clock-out-if-current, org-remove-clock-overlays)
1529         (org-put-clock-overlay): New functions.
1530         (org-clock-marker, org-clock-file-total-minutes)
1531         (org-clock-overlays): New variables.
1532         (org-clock-display, org-clock-sum, org-clock-cancel)
1533         (org-clock-out, org-clock-in): New commands.
1534         (org-export): New function.
1535         (org-emph-re): New constant.
1536         (org-set-emph-re, org-do-emphasis-faces): New functions.
1537         (org-emphasis-regexp-components, org-emphasis-alist): New options.
1538         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1539         (org-export-html-convert-emphasize): Use the configurable emphasis.
1540         (org-cleaned-string-for-export): Make multiline emphasis visible
1541         to the exporter.  New optional argument PARAMETERS.
1542         (org-export-as-html): Specify :emph-multiline parameter to
1543         `org-cleaned-string-for-export'.
1545 2006-06-10  Richard Stallman  <rms@gnu.org>
1547         * help.el (help-for-help-internal): Clean up help text.
1549 2006-06-10  Andreas Schwab  <schwab@suse.de>
1551         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1552         in doc string.
1554         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1556 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
1558         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1559         spaces after the comment start.
1561 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1563         * play/pong.el (pong-init-buffer):
1564         Fill buffer with spaces instead of ^A.
1566         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1567         launched asynchronously, delete its process instead of being cool.
1568         (ispell-async-processp): Check for `delete-process' existence
1569         instead of `kill-process' one for consistency.
1571 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
1573         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1574         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1575         in mode line at startup.
1577 2006-06-08  Kim F. Storm  <storm@cua.dk>
1579         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1580         (ido-init-completion-maps): Bind them to M-SPC and M-v.
1581         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1582         (ido-file-internal): Pass full file name to write-file.
1583         (ido-read-internal): Only pop stack elements automatically if they
1584         actually match an existing directory or file name.
1586 2006-06-07  Kenichi Handa  <handa@m17n.org>
1588         * international/mule.el (find-auto-coding): Don't handle the short
1589         name `char-trans'.
1591         * files.el (hack-local-variables-prop-line)
1592         (hack-local-variables): Cancel the previous change.
1594 2006-06-06  Jesper Harder  <harder@phys.au.dk>
1596         * ediff-diff.el (ediff-test-utility): Protect against file-error.
1598 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
1600         * diff-mode.el (diff-mode): Set buffer-read-only to t when
1601         diff-default-read-only is non-nil.
1602         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1603         (diff-refine-hunk): Set inhibit-read-only to t.
1605         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1606         modifying the *Diff* buffer.
1607         (diff-process-filter): New filter function for diff process that
1608         sets inhibit-read-only to t when modifying the *Diff* buffer.
1610 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
1612         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1613         insertion point and control the number of empty lines.
1614         (org-paste-subtree): Limit the number of empty lines at the end of
1615         the inserted tree.
1616         (org-agenda): Use buffer name of current file for narrowing.
1617         (org-export-as-xml): Command removed.
1618         (org-export-xml-type): Option removed.
1619         (org-mode-map): Call `org-export-as-xoxo' directly.
1620         (org-get-indentation): New optional argument LINE.
1621         (org-fix-indentation, org-remove-tabs): New functions.
1622         (org-export-as-ascii, org-ascii-level-start): Determine and apply
1623         correct indentation for headlines that are converted it items.
1624         (org-skip-comments): Remove table lines that contain narrowing
1625         cookies but no other non-empty fields.
1626         (org-set-tags): Allow groups of mutually exclusive tags.
1627         (org-cmp-time): Sort 24:21 before items without time.
1628         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1629         (org-open-at-point): Require double colon also for numbers.
1631 2006-06-06  Kim F. Storm  <storm@cua.dk>
1633         * ido.el (ido-default-file-method, ido-default-buffer-method):
1634         Make choice values consistent with corresponding command names.
1635         (ido-visit-buffer): Update accordingly.  Default to selected-window.
1637 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
1639         * progmodes/gud.el (gud-running): Fix doc string.
1640         (gud-menu-map): Use :visible instead fo :enable for debugger test.
1641         (gud-tooltip-modes): Add python-mode.
1642         (gud-tooltip-print-command): Add pdb.  Remove perldb.
1644 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
1646         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1647         Quote $(EMACS).
1649 2006-06-05  Richard Stallman  <rms@gnu.org>
1651         * faces.el (defined-colors): Doc fix.
1653 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
1655         * vc.el (vc-process-filter): Inhibit undo info collection around
1656         call to insert.
1657         (vc-setup-buffer): Likewise for call to erase-buffer.
1658         (vc-do-command): Likewise for call to process-file.
1660 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
1662         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1663         for gud-go.
1664         (gud-common-init): Other debuggers may trigger error.
1666 2006-06-05  Kenichi Handa  <handa@m17n.org>
1668         * international/mule.el (find-auto-coding):
1669         Handle enable-character-translation in file header.
1671 2006-06-04  Kim F. Storm  <storm@cua.dk>
1673         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1674         (authors-fixed-entries): Fix spelling.
1675         (authors-canonical-file-name): Don't report error for wildcards.
1677         * help.el (view-emacs-news): Rewrite to support new NEWS,
1678         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
1679         e.g. version 10 matches 1.10, and don't be confused by version 1.1
1680         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
1682 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
1684         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1685         exec constructs like `foo bar`.
1686         (sh-quoted-subshell): New helper function to search for a possibly
1687         nested subshell (like `` or $()) within a "" quoted string.
1688         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1689         (sh-apply-quoted-subshell): Flag quote characters inside a
1690         subshell, which is itself already in a quoted region, as
1691         punctuation, since this is the closest to what they actually are.
1692         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1693         sh-apply-quoted-subshell.
1694         (sh-font-lock-syntactic-face-function): Apply the new face for
1695         text inside `` instead of the old font-lock-string-face.
1697 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1699         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1700         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1701         (mac-bytes-to-text-range, mac-ae-text-range-array)
1702         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1703         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1704         (mac-ts-unicode-for-key-event): New functions.
1705         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1706         (mac-handle-font-selection): Use mac-ae-number.
1707         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1708         New variables.
1709         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1710         (mac-ts-converted-text, mac-ts-selected-converted-text)
1711         (mac-ts-block-fill-text, mac-ts-outline-text)
1712         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1713         (mac-ts-hilite-style-faces): New constant.
1714         (mac-apple-event-map): Bind text input events.
1715         (mac-dispatch-apple-event): Use command-execute instead of
1716         call-interactively.
1717         (global-map): Don't bind mac-apple-event.
1718         (special-event-map): Bind mac-apple-event.
1720 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
1722         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1723         file name.
1724         (emacs): Enclose the value of $(EMACS) in quotes.
1726 2006-06-02  Juri Linkov  <juri@jurta.org>
1728         * international/mule.el (sgml-html-meta-auto-coding-function):
1729         Remove the condition `(search-forward "<html" size t)'.
1730         Replace `\"' with `[\"']?' in `re-search-forward'.
1732 2006-06-02  Kenichi Handa  <handa@m17n.org>
1734         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1735         as well as `coding'.
1736         (hack-local-variables): Likewise.
1738         * international/mule.el (enable-character-translation):
1739         Put permanent-local and safe-local-variable properties.
1740         (find-auto-coding): Handle char-trans: tag.
1742 2006-06-02  Juri Linkov  <juri@jurta.org>
1744         * international/mule.el (sgml-html-meta-auto-coding-function):
1745         Limit the search by the end of the HTML header (if any).
1747 2006-06-01  Richard Stallman  <rms@gnu.org>
1749         * subr.el (with-current-buffer): Doc fix.
1751 2006-06-02  Masatake YAMATO  <jet@gyve.org>
1753         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1754         Almost rewrite.  Underlines over all lines of gcov output are too
1755         uncomfortable to read.  Suggested by Dan Nicolaescu.
1757 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
1759         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1761         * shell.el (shell-mode): Use shell-mode-map in docstring.
1763         * comint.el (comint-send-input): Do not add help-echo and
1764         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1766 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1768         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1770 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
1772         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1773         (gdb-stopped, gdb-info-stack-custom): If there is no source info
1774         look up the stack and pop up GUD buffer if necessary.
1775         (gdb-frames-select): Remove redundant call to gud-display-frame.
1776         (gdb-info-threads-custom): Keep point at start of buffer.
1777         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1779 2006-05-31  Juri Linkov  <juri@jurta.org>
1781         * replace.el (query-replace-read-from, query-replace-read-to):
1782         Bind `history-add-new-input' to nil.  Call `add-to-history'.
1784 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
1786         * textmodes/table.el: Convert all HTML tags to lower case for
1787         XHTML compatibility.
1789 2006-05-31  Masatake YAMATO  <jet@gyve.org>
1791         * progmodes/compile.el:
1792         (compilation-error-regexp-alist-alist::gcov-called-line):
1793         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
1795 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
1797         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1798         Revert inadvertent changes made with last commit.
1800 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
1802         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1803         New functions.
1805         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1807 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
1809         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1810         only matches in the right place.
1811         (org-upcoming-deadline): New face.
1812         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1813         (org-export-ascii-underline): Rename constant `org-ascii-underline'
1814         and make it an option.
1815         (org-export-ascii-bullets): New option.
1816         (org-export-as-html): Many changes to emit valid XHTML.
1817         (org-par-open): New variable.
1818         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1819         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1820         (org-timeline): Pass `org-timeline-show-empty-dates' to
1821         `org-get-all-dates'.  Interpret empty dates returned by
1822         `org-get-all-dates'.
1823         (org-get-all-dates): New argument EMPTY.  Add dates without
1824         entries to the list, mark large ranges of empty dates.
1825         (org-point-in-group, org-context): New functions.
1827 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
1829         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1831         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1832         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1833         to C-mouse-3 (for 2 button mice).
1834         (gdb-send): Do the right thing for C-d.
1836         * speedbar.el (speedbar-detach): Delete.
1837         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1838         it breaks things.
1839         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1841 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
1843         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1844         Makeppfile.
1846         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1847         Add makepp diagnostic.
1849 2006-05-29  Richard Stallman  <rms@gnu.org>
1851         * window.el (fit-window-to-buffer): Doc fix.
1853         * help.el (temp-buffer-max-height): Doc fix.
1855         * subr.el (with-current-buffer): Doc fix.
1857 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1859         * term/x-win.el: Bind F10 to menu-bar-start if available.
1861 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
1863         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1864         uses with a simple test.
1865         (term-set-escape-char, term-mode, term-check-kill-echo-list)
1866         (term-send-raw-string, term-send-raw, term-mouse-paste)
1867         (term-char-mode, term-line-mode, term-exec, term-sentinel)
1868         (term-handle-exit, term-read-input-ring)
1869         (term-previous-matching-input-string)
1870         (term-previous-matching-input-string-position)
1871         (term-previous-matching-input-from-input)
1872         (term-replace-by-expanded-history, term-send-input)
1873         (term-skip-prompt, term-bol, term-send-invisible)
1874         (term-kill-input, term-delchar-or-maybe-eof)
1875         (term-backward-matching-input, term-check-source)
1876         (term-proc-query, term-emulate-terminal)
1877         (term-handle-colors-array, term-process-pager, term-pager-line)
1878         (term-pager-bob, term-unwrap-line, term-word)
1879         (term-dynamic-complete-filename)
1880         (term-dynamic-complete-as-filename)
1881         (term-dynamic-simple-complete): Replace one arm ifs with whens or
1882         unlesses.
1884 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1886         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1887         during bootstrapping.
1889         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1890         Basically undo the change of 2006-05-26: use extra arguments instead of
1891         dynamic scoping.
1892         (ewoc-locate): Remove unused var `footer'.
1894 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1896         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1898         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1899         (generate-file-autoloads): Obey it.  Return whether autoloads were
1900         added at point or not.
1901         (update-file-autoloads): Use this new return value.
1902         Remove redundant test for the presence of an autoload cookie.
1904         * emacs-lisp/autoload.el (autoload-find-file): New fun.
1905         This one calls hack-local-variables.
1906         (generate-file-autoloads, update-file-autoloads): Use it.
1908         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1909         (bibtex-sort-entry-class): Add safe-local-variable predicate.
1910         (bibtex-sort-entry-class-alist): Don't set the global value.
1911         (bibtex-init-sort-entry-class-alist): New fun.
1912         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1913         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1914         of bibtex-init-sort-entry-class.
1916 2006-05-28  Richard Stallman  <rms@gnu.org>
1918         * subr.el (load-history-regexp): If FILE is relative, insist
1919         entire last name component must match it.
1920         (load-history-filename-element, load-history-regexp): Doc fixes.
1922 2006-05-29  Kim F. Storm  <storm@cua.dk>
1924         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1925         `pos' and `raw-data' for clarity, as eval forms may access these.
1927 2006-05-28  Kim F. Storm  <storm@cua.dk>
1929         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1931 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1933         * progmodes/make-mode.el (makefile-browser-map)
1934         (makefile-mode-syntax-table): Move initialization inside declaration.
1935         (makefile-fill-paragraph): Use the default comment-filling code.
1937 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
1939         * replace.el (query-replace-defaults): New variable.
1940         (query-replace-read-from): Use `query-replace-defaults' for
1941         default value, instead of history list.
1942         (query-replace-read-to): Update `query-replace-defaults'.
1944 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
1946         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1947         with no X toolkit.
1949 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
1951         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1952         (tumme-show-all-from-dir): Add autoload.
1954 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
1956         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1957         (tumme-remove-tag): Fix bug.
1959 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1961         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1962         FOOTER args.  Update unique caller.
1963         (ewoc-delete): Compute last node once before looping.
1964         (ewoc--node-branch): Merge into unique caller.
1965         (ewoc--node): Don't define constructor make-ewoc--node for this
1966         structure.
1967         (ewoc): Add member `hf-pp' to this structure.
1968         (ewoc--wrap): New func.
1969         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
1970         header/footer pretty-printers.  Save header/footer pretty-printer.
1971         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
1973         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1975 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
1977         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1978         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
1979         Tag'.  Change "Compare directories..." to "Change Directories...".
1980         Move tumme commands to Operate, Regexp and Immediate menus.
1981         Change "Add Comment" to "Add Image Comment".  Change "Add Image
1982         Tag" to "Add Image Tags".
1984         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1985         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1986         `tumme-delete-tag'.
1988 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
1990         * shell.el (shell-mode): Call shell-dirtrack-mode after
1991         list-buffers-directory is made a local variable, to avoid setting
1992         the default value.
1994 2006-05-26  Kevin Ryde  <user42@zip.com.au>
1996         * info.el (Info-index-next): Use where-is-internal to report
1997         actual binding of Info-index-next, rather than hard-coded `,'.
1999 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
2001         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2002         and "Find Command in Manual" to here.
2004         * buff-menu.el (list-buffers-noselect): For Info buffers, use
2005         Info-current-file as the file name.
2007 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
2009         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
2010         overrides will now be done a different way.
2011         (ses-set-parameter): Reapply this function for undo.
2012         (ses-set-header-row): Reconstruct header row during undo.
2013         (ses-widen): New function.
2014         (ses-goto-data, ses-reconstruct-all): Use new function.
2015         (ses-command-hook): Widen buffer during undo, before unupdating
2016         the cells.
2017         (ses-insert-row, ses-delete-row): Widen buffer during undo.
2018         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2019         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2020         formula hasn't been executed yet.
2022 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2024         * comint.el (comint-kill-whole-line): Rename arg to count.
2025         Fix doc string.
2027 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
2029         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2030         to copy-file.
2032 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2034         * simple.el (toggle-truncate-lines): Make arg optional for
2035         backward compatibility.
2037 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
2039         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2040         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2041         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
2042         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2043         (ewoc--adjust): Use ewoc--current-dll.
2044         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2046 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
2048         * textmodes/org.el (org-next-item, org-previous-item): Emit more
2049         compact error message.
2050         (org-tags-view): Refresh category table in each file.
2051         (org-table-justify-field-maybe): Remove superfluous arguments to
2052         `format'.
2053         (org-export-as-html): Insert "<p>" before postamble.
2054         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2056 2006-05-26  Kenichi Handa  <handa@m17n.org>
2058         * textmodes/po.el (po-find-charset): Pay attention to the case
2059         FILENAME is a cons (NAME . BUFFER).
2060         (po-find-file-coding-system-guts): Likewise.
2062         * arc-mode.el (archive-set-buffer-as-visiting-file):
2063         Call find-operation-coding-system with (FILENAME . BUFFER).
2065         * tar-mode.el (tar-extract): Call find-operation-coding-system
2066         with (FILENAME . BUFFER).
2068         * international/mule.el (decode-coding-inserted-region):
2069         Call find-operation-coding-system with (FILENAME . BUFFER).
2071 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
2073         * image-mode.el (image-toggle-display): Use buffer contents to
2074         generate image for a remote file.
2076 2006-05-25  Juri Linkov  <juri@jurta.org>
2078         * replace.el (query-replace-read-from, query-replace-read-to):
2079         Remove 8th arg KEEP-ALL in read-from-minibuffer.
2081 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
2083         * whitespace.el (whitespace-cleanup): Change to cleanup
2084         region if one is active.
2085         * whitespace.el (whitespace-cleanup-internal): New internal method.
2087 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2089         * dired.el (dired-mode-map): Add help-echo strings to tumme
2090         commands.  Bind `tumme-dired-display-image' to C-t i.
2092         * tumme.el (tumme-display-image): Change documentation string slightly.
2093         (tumme-dired-display-image): Add call to `display-buffer'.
2095 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2097         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2098         Signal error if RAW-DATA is a multibyte string.
2100 2006-05-24  Richard Stallman  <rms@gnu.org>
2102         * subr.el (with-local-quit): When handling `quit' signal,
2103         make a chance for quit-flag to cause a quit.
2105         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2106         (ad-disable-advice): Add autoloads.
2108         * subr.el (read-passwd): Copy PROMPT before changing its properties.
2110 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2112         * dired.el (dired-mode-map): Change menu items for tumme as per
2113         suggestions in emacs-devel.
2115 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
2117         * dired.el (dired-mode-map): Fix breakage.
2119 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2121         * tumme.el (tumme-display-dired-image): Rename to...
2122         (tumme-dired-display-image): ...this.
2123         (tumme-track-movement): Change default value to t.
2124         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2125         used from `tumme-next-line-and-display' and similar commands.
2127         * dired.el (dired-mode-map): Add Thumbnail submenu under the
2128         Immediate menu.  Add some tumme commands there.
2130 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
2132         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2134 2006-05-24  Chong Yidong  <cyd@mit.edu>
2136         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2137         menu entries that open submenus.
2139 2006-05-24  Alan Mackenzie  <acm@muc.de>
2141         * startup.el (command-line): For names of preloaded files, don't
2142         append ".elc" (now done in Fload), and call file-truename on the
2143         lisp directory.
2145         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
2146         match ANY loaded file with the right name, not just those in
2147         load-path.  Put a regexp matching the file name into
2148         after-load-alist, rather than the name itself.
2150         * subr.el: New functions load-history-regexp,
2151         load-history-filename-element, do-after-load-evaluation.
2153         * international/mule.el (load-with-code-conversion): Do the
2154         eval-after-load stuff by calling do-after-load-evaluation.
2156 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
2158         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2159         has not been killed.
2161 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2163         * term/mac-win.el: Set idle timer to clean up expired Apple events.
2164         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2165         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2166         Optionally set error message in reply.
2168 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
2170         * textmodes/org.el (org-open-at-point): Use renamed variable
2171         `org-confirm-shell-link-function'.
2172         (org-confirm-shell-link-function): Rename from
2173         `org-confirm-shell-links'.
2174         (org-export-directory): New function.
2175         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2176         (org-export-icalendar): Use `org-export-directory'.
2177         (org-indent-item): Keep cursor position.
2178         (org-link-file-path-type): New option.
2179         (org-export-as-html): Fix bug with plain lists starting in
2180         column 0.
2181         (org-export-as-html): Remove deadline formatting, this happens
2182         now already in `org-html-handle-time-stamps'.
2183         (org-export-html-style): Deadline class removed.
2184         (org-insert-labeled-timestamps-at-point): New option.
2185         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2186         of `hide-sublevels 1', in case the first headline is not level 1.
2187         (org-overview, org-content): New fuction.
2188         (org-cycle-global-status, org-cycle-subtree-status): Make these
2189         variables buffer-local.
2190         (org-global-cycle): New command.
2191         (org-shifttab): Use `org-global-cycle'.
2192         (org-insert-heading, org-insert-item): Go to end of new
2193         headline/item after creating it.
2194         (org-export-visible): Rename from `org-export-copy-visible'.
2195         Now creates a temporary org-file and applies an exporting command
2196         to it.
2197         (org-table-eval-formula): Support for lisp forms.
2198         (org-agenda-todo-ignore-scheduled): New option.
2199         (org-agenda-get-todos): Use new option
2200         `org-agenda-todo-ignore-scheduled'.
2201         (org-export-html-inline-images): New value `maybe'.
2202         (org-export-as-html): Inlining of images dependent on link description.
2203         (org-archive-subtree): Check for end-of-buffer before trying
2204         `kill-line'.
2205         (org-agenda-follow-mode): New option.
2206         (org-export-with-tags, org-export-with-timestamps): New options.
2207         (org-html-handle-time-stamps): New function.
2208         (org-keyword-time-regexp): New variable.
2209         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2210         (org-agenda-todo-list-sublevels): New option.
2211         (org-html-level-start): When TITLE is nil, just close all levels.
2212         (org-parse-key-lines, org-parse-export-options): Remove functions,
2213         replaced by `org-infile-export-plist'.
2214         (org-combine-plists, org-infile-export-plist)
2215         (org-default-export-plist): New functions.
2216         (org-export-html-preamble, org-export-html-postamble)
2217         (org-export-html-auto-preamble, org-export-html-auto-postamble):
2218         New variables.
2219         (org-export-publishing-directory): New option.
2220         (org-export-as-html, org-export-as-ascii): Use the new property
2221         lists for settings.
2222         (org-export-copy-visible, org-export-as-xoxo):
2223         Respect `org-export-publishing-directory'.
2224         (org-link-search, org-store-link, org-file-apps): Support for
2225         links to BibTeX database entries..
2226         (org-get-current-options, org-set-regexps-and-options):
2227         Implement logging as a startup option.
2228         (org-store-link): Make sure context string is never empty
2229         (org-insert-link): Use relative path when possible.
2230         (org-at-item-checklet-p): New function.
2231         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2232         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2233         (org-metaright, org-metaup, org-metadown, org-shiftup)
2234         (org-shiftdown, org-shiftright, org-shiftleft)
2235         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2236         Dispatch using `call-interactively'.
2237         (org-call-with-arg): New defsubst.
2238         (org-tag-alist, org-use-fast-tag-selection): New options.
2239         (org-complete): Use `org-tag-alist'.
2240         (org-fast-tag-insert, org-fast-tag-selection): New functions.
2241         (org-next-item, org-previous-item): New commands.
2242         (org-beginning-of-item, org-end-of-item): Add (interactive) to
2243         make command.
2244         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2246 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
2248         * emacs-lisp/ewoc.el (ewoc-delete): New function.
2249         (ewoc-filter): Use `ewoc-delete'.
2251         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2253 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2255         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2256         Signal more user-friendly error messages.
2258         * complete.el (PC-do-completion): Undo the addition of implicit
2259         wildcards if they did not lead to finding any match.
2260         (read-file-name-internal): Don't add the final > if the completion is
2261         not finished.
2263 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2265         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2266         Quote safe-local-variable predicate.
2268 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
2270         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2272 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2274         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2276         * progmodes/make-mode.el (makefile-special-targets-list)
2277         (makefile-macro-table, makefile-target-table): Mark as risky.
2278         (makefile-query-one-target-method): Make this the alias for the
2279         following variable.
2280         (makefile-query-one-target-method-function): Make this the real name.
2282         * textmodes/artist.el (artist-text-renderer): Make this the alias
2283         for the following variable.
2284         (artist-text-renderer-function): Make this the real name.
2286         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2287         the alias for the following variable.
2288         (flyspell-generic-check-word-predicate): Make this the real name.
2290         * textmodes/ispell.el (ispell-format-word): Make this the alias
2291         for the following variable.
2292         (ispell-format-word-function): Make this the real name.
2293         (ispell-message-text-end): Mark as risky.
2295         * skeleton.el (skeleton-transformation, skeleton-filter)
2296         (skeleton-pair-filter): Make these the aliases for the following
2297         variables.
2298         (skeleton-transformation-function, skeleton-filter-function)
2299         (skeleton-pair-filter-function): Make these the real names.
2301         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2302         and skeleton-pair-filter-function.
2304         * textmodes/sgml-mode.el (sgml-transformation): Make this the
2305         alias for the following variable.
2306         (sgml-transformation-function): Make this the real name.
2307         (sgml-tag-alist): Mark as risky.
2309 2006-05-21  Richard Stallman  <rms@gnu.org>
2311         * simple.el (kill-region): Interactively, pass point, then mark.
2313 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
2315         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2317 2006-05-21  Romain Francoise  <romain@orebokech.com>
2319         * dired-x.el (dired-mode-map): Don't bind M-g.
2321 2006-05-20  Richard Stallman  <rms@gnu.org>
2323         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2324         (dired-goto-file): Doc fix.
2326 2006-05-21  Kim F. Storm  <storm@cua.dk>
2328         * emulation/cua-base.el: Mention customizing cua-mode as alternative
2329         way to enable built-in cua-mode if user loads older CUA-mode package.
2331         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2332         if default-filename is specified.
2334 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
2336         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2338         * info.el (info-apropos): Make sure current-file and current-node
2339         have non-nil values.  Speed up by using add-to-list instead of
2340         manual consing.
2342 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2344         * progmodes/make-mode.el (makefile-mode): Doc fix.
2346 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
2348         * dired-aux.el (dired-do-shell-command): Doc fix.
2350 2006-05-20  Kevin Ryde  <user42@zip.com.au>
2352         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2353         ``(custom-manual :tag "Foo" "(foo)Node")''.
2355 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
2357         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2358         value is an integer.
2360 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
2362         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2363         "format".
2364         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2366 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
2368         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2369         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2371 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2373         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2374         regexp for keywords.
2376 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
2378         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2379         replace-regexp-in-string.
2381         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2382         encode, and escape file name on conversion to URL.
2384 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2386         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2387         Don't unescape URL.
2388         (dnd-get-local-file-name): Unescape URL on conversion to file name.
2390         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2391         on conversion to URLs.
2393         * net/browse-url.el (browse-url-file-url): Encode file name on
2394         conversion to URL.
2396         * term/mac-win.el (mac-ae-open-documents): Escape file name on
2397         conversion to URL.
2399 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
2401         * progmodes/cc-styles.el (c-style-alist): Doc fix.
2403 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2405         * term/mac-win.el (mac-bytes-to-digits): Remove function.
2406         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2408 2006-05-19  Glenn Morris  <rgm@gnu.org>
2410         * calendar/diary-lib.el (diary-bahai-date)
2411         (list-bahai-diary-entries, mark-bahai-diary-entries)
2412         (mark-bahai-calendar-date-pattern): Not interactive.
2413         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
2414         (diary-entries-list): Change format of 4th element in each entry.
2415         (diary-list-entries): Use add-to-diary-list.
2416         (diary-goto-entry): Handle the case where the buffer visiting the
2417         diary has been killed.
2418         (fancy-diary-display): Add 'locator to button rather than 'marker.
2419         Only generate temp-face when there are marks to apply.
2420         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2421         (diary-fancy-date-pattern): New variable.
2422         (diary-time-regexp): Doc fix.
2423         (diary-anniversary, diary-time): New faces.
2424         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2425         diary-time-regexp.  Add font-lock-multiline property where needed.
2426         Use new faces diary-anniversary and diary-time.
2427         (diary-fancy-font-lock-fontify-region-function): New function, to
2428         handle multiline font-lock pattern in fancy diary.
2429         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2430         (diary-font-lock-keywords): Tweak time regexp.  Use new face
2431         diary-time.
2433 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
2435         * international/code-pages.el (mik): Table corrected.
2437 2006-05-18  Kim F. Storm  <storm@cua.dk>
2439         * progmodes/grep.el (grep-find): Don't check grep-find-command
2440         before running command (breaks non-interactive usage).
2442 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
2444         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2445         (ewoc--insert-new-node): Don't insert trailing newline.
2446         Instead, adjust successor nodes's start markers.
2447         (ewoc--refresh-node): Delete all text from current node's start
2448         marker to the next one's; adjust successor nodes's start markers.
2449         (ewoc--create): Doc fixes.
2450         (ewoc--refresh): Don't insert newline.
2451         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2452         * pcvs.el (cvs-make-cvs-buffer):
2453         Specify extra newline for ewoc's header and footer.
2454         (cvs-update-header): Update initial header recognition.
2455         Append newline to final header and footer values.
2456         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2458 2006-05-17  Richard Stallman  <rms@gnu.org>
2460         * files.el (file-name-extension): Doc fix.
2462 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2464         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2465         we can explicitly enable/disable rather than toggle.
2466         (shell-mode): Use it.
2467         (shell-cd): Don't try to reproduce what `cd' does.
2469 2006-05-17  Kim F. Storm  <storm@cua.dk>
2471         * ido.el (ido-read-internal): Use only nondirectory part of
2472         default item.
2474 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
2476         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2477         (ewoc-nth): Doc fix.
2479         (ewoc-map, ewoc-invalidate): Compute PP before looping.
2481 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
2483         * international/mule.el (auto-coding-alist): Add .lha to files
2484         read with no-conversion.
2486         * files.el (auto-mode-alist): Add .lha files to archive file
2487         extensions.
2489         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2490         Convert csize to integer when computing offsets within the
2491         compressed archive file.
2493 2006-05-16  Kim F. Storm  <storm@cua.dk>
2495         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2496         with read-from-minibuffer.
2498 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2500         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2501         (byte-compile-warnings): Fix safe-local-variable property.
2503 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
2505         * allout.el (allout-show-bodies, allout-old-style-prefixes)
2506         (allout-stylish-prefixes, allout-numbered-bullet)
2507         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2508         predicates to qualify `safe-local-variable' property, when
2509         available, else use equivalent lambda.
2510         (allout-current-topic-collapsed-p): Do the right thing regarding
2511         trailing blank lines.
2513 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2515         * server.el (server-start): Only create a directory if needed.
2516         (server-edit, server-unload-hook): server-start => server-mode.
2517         (kill-emacs-hook): Cleanup upon exit.
2519 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2521         * hexl.el (hexlify-buffer): Encode process arguments manually.
2523 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
2525         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2526         call to gdb-tooltip-print.
2528 2006-05-15  Romain Francoise  <romain@orebokech.com>
2530         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2531         systems, default to "tar" since those systems probably have GNU tar.
2533 2006-05-14  Lars Hansen  <larsh@soem.dk>
2535         * desktop.el (desktop-missing-file-warning): Fix docstring.
2536         (desktop-restore-file-buffer): Correct question asked on missing file.
2538 2006-05-14  Kim F. Storm  <storm@cua.dk>
2540         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2541         Add CUA move property.
2543 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
2545         * custom.el (custom-push-theme): Load the variable before checking
2546         its `standard-value'.
2548 2006-05-13  Lars Hansen  <larsh@soem.dk>
2550         * desktop.el (desktop-save): Use with-temp-buffer.
2552 2006-05-12  Glenn Morris  <rgm@gnu.org>
2554         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2555         * calendar/calendar.el (calendar-mode-map):
2556         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2557         * calendar/appt.el (appt-check, appt-make-list): Refer to
2558         diary-view-entries, diary-list-entries, diary-show-all-entries
2559         rather than obsolete aliases.
2561 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
2563         * simple.el (line-move-finish): Avoid calling point motion hooks
2564         while processing intangibility.
2566 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
2568         * term/xterm.el (terminal-init-xterm): Fix typo.
2570 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
2572         * allout.el (allout-view-change-hook): Mark as being deprecated,
2573         to be replaced by `allout-exposure-change-hook'.
2574         (allout-exposure-change-hook): New, replacing
2575         `allout-view-change-hook'.
2576         (allout-flag-region): Run new hook `allout-exposure-change-hook',
2577         in addition to `allout-view-change-hook'.
2578         (allout-show-bodies, allout-old-style-prefixes)
2579         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2580         lambda forms to prevent their showing up in variable help
2581         presentations as inscrutable byte-compiled code.
2582         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2583         Use string-or-null-p to qualify safe-local-variable values.
2584         (allout-reindent-bodies): Use memq to qualify matches against
2585         valid safe-local-variable values.  Also, quote the lambda as above.
2586         (allout-use-mode-specific-leader): Add missing candidate-value
2587         symbols, use memq, and quote the lambda.
2588         (allout-overlay-interior-modification-handler): Remove unused
2589         variables `msg' and 'opened'.
2590         (allout-hidden-p): Constrain invisibility consideration to allout's
2591         invisibility spec, disregarding invisibility for other reasons.
2593 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
2595         * files.el (version-control): Correct safe values.
2597 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
2599         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2601         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2602         (ewoc--insert-new-node): New func.
2603         Update callers of deleted funcs to use it, instead.
2605 2006-05-11  Glenn Morris  <rgm@gnu.org>
2607         * calendar/calendar.el (diary-show-all-entries): Do not refer to
2608         obsolete alias `show-all-diary-entries'.
2609         (make-diary-entry): Not interactive.
2610         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2611         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2612         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2613         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2614         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2615         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2617 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2619         * calendar/calendar.el (calendar-french-date-string)
2620         (calendar-mayan-date-string, calendar-chinese-date-string)
2621         (calendar-astro-date-string, calendar-iso-date-string)
2622         (calendar-islamic-date-string, calendar-bahai-date-string)
2623         (calendar-hebrew-date-string, calendar-coptic-date-string)
2624         (calendar-ethiopic-date-string, calendar-persian-date-string):
2625         These functions are not interactive.
2627 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
2629         * files.el: Balance parentheses.
2631 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
2633         * files.el, newcomment.el, outline.el, simple.el,
2634         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2635         progmodes/cc-vars.el, progmodes/compile.el:
2636         Move `safe-local-variable' declarations to the respective files.
2638         * help-fns.el (describe-variable): Don't print safe-var if it is
2639         byte-code.  Improve wording as suggested by Luc Teirlinck.
2641 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
2643         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2644         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2645         Use a token for pending-triggers to ensure gdb-var-update
2646         gets called once per user input again for pre-GDB 6.4.
2647         (gdb-var-delete): Match on more complex expressions.
2648         (gdb-var-list-children-handler, gdb-var-create-handler):
2649         Use a token for consistency.
2651 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
2653         * textmodes/org.el (org-read-date, org-goto-calendar)
2654         (org-agenda-goto-calendar):
2655         Bind `view-calendar-holidays-initially' to nil.
2657 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
2659         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2660         Update all callers to do it there, instead.
2662 2006-05-10  Glenn Morris  <rgm@gnu.org>
2664         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2665         prefix arg case, to avoid view-diary-entries-initially error.
2666         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2667         (calendar-date-is-legal-p): Handle dates with no day part.
2669 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
2671         * comint.el (comint-insert-input): Just make it when
2672         comint-use-prompt regexp is nil (default) and with the mouse.
2673         (comint-copy-old-input): Reinstate from 2004-06-23.
2674         (comint-mode-map): Bind C-c C-m to it.
2676 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
2678         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2679         Remove spurious move to point-max (new comint behavior fixes).
2681         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2682         compatibility function (Emacs 18/19).
2683         (idlwave-is-continuation-line): Always return point at start of
2684         previous non-blank continuation line.
2685         `keyword-parameters': Fix continued comment font-lock matcher.
2686         (idlwave-font-lock-fontify-region): Written, use as
2687         font-lock-fontify-region-function, to fix continued keyword
2688         fontification issues.
2690 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2692         * term/mac-win.el (mac-font-panel-mode): Doc fix.
2693         (mac-service-selection, mac-service-open-file)
2694         (mac-service-open-selection, mac-service-mail-selection)
2695         (mac-service-mail-to, mac-service-insert-text): Rename from
2696         mac-services-*.  All uses changed.
2697         (mac-apple-event-map): Rename event symbol `services' to `service'.
2699 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
2701         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2702         (ewoc--node-enter-first, ewoc--node-enter-last)
2703         (ewoc--delete-node-internal): Merge funcs into unique callers.
2705 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
2707         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2708         return value of read-from-minibuffer for empty input.
2710 2006-05-09  Miles Bader  <miles@gnu.org>
2712         * comint.el (comint-insert-input): Remove redundant calls to setq
2713         and goto-char.
2715 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
2717         * comint.el (comint-insert-input): Make it work when
2718         comint-use-prompt-regexp is t.
2720 2006-05-10  Miles Bader  <miles@gnu.org>
2722         * subr.el (field-at-pos): New function.
2724         * comint.el (comint-insert-input): Use it.
2726 2006-05-09  Juri Linkov  <juri@jurta.org>
2728         * battery.el (battery-linux-proc-acpi): Also try
2729         `/proc/acpi/thermal_zone/THR2/temperature'.
2731         * files.el <safe-local-variable>: Remove `eval' and `let' binding
2732         for now unused lambda `string-or-null'.
2734         * add-log.el (change-log-default-name): Put `string-or-null-p'
2735         instead of lambda on `safe-local-variable' property.
2737         * diff-mode.el (diff-context->unified): Use `region-beginning' and
2738         `region-end' instead of `mark' and `point'.
2739         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2740         Operate on region in Transient Mark mode when the mark is active.
2741         Use `region-beginning' and `region-end' instead of `mark' and
2742         `point'.
2743         (diff-hunk-text, diff-goto-source): Doc fix.
2745         * startup.el (fancy-splash-screens, normal-splash-screen): Use
2746         face `mode-line-buffer-id' for mode-line buffer face instead of
2747         hard-coded `(:weight bold)'.
2749         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2750         buffer-undo-list to t (undo-ask is reproducible by visiting
2751         nested archives).
2753 2006-05-09  Kim F. Storm  <storm@cua.dk>
2755         * progmodes/grep.el (rgrep): Set default directory of *grep*
2756         buffer if we start M-x rgrep in the *grep* buffer and choose
2757         a different base directory.
2759 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
2761         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2762         completion also when ido is loaded.
2764 2006-05-09  Masatake YAMATO  <jet@gyve.org>
2766         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2767         "warning" and "import".
2768         (cpp-font-lock-keywords): Added "warning".
2770 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2772         * term/xterm.el (terminal-init-xterm): Add more key bindings.
2774 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2776         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2777         pages at a time, if we signal the end, we should indeed reach that end.
2779 2006-05-08  David Reitter  <david.reitter@gmail.com>
2781         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2782         output during execution of the body.
2784 2006-05-08  Kim F. Storm  <storm@cua.dk>
2786         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2788 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
2790         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2791         Use with-current-buffer.
2793 2006-05-07  Kim F. Storm  <storm@cua.dk>
2795         * subr.el (add-to-history): Remove keep-dups arg.
2797         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2798         to nil around call to add-to-history.
2800 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2802         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2803         than after a buffer modification.
2805 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
2807         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2808         call to...
2809         (gud-watch): ...here so speedbar is raised for already watched
2810         expressions.
2811         (gdb-speedbar-refresh): Delete function.
2812         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2813         Use speedbar-timer-fn instead of speedbar-refresh (reverting
2814         earlier change).
2815         (gdb-var-evaluate-expression-handler)
2816         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2818         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2819         Update localized contents for all buffers except ignored modes.
2821 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2823         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2824         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2825         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2826         (mac-handle-font-panel-closed, mac-handle-font-selection):
2827         New functions.
2828         (mac-font-panel-mode): New minor mode.
2829         (mac-apple-event-map): Add bindings for toolbar toggle button and
2830         font panel.
2831         (menu-bar-showhide-menu): Add mac-font-panel-mode.
2833 2006-05-07  John Paul Wallington  <jpw@pobox.com>
2835         * ibuffer.el (ibuffer-compressed-file-name-regexp):
2836         Avoid `regexp-opt'; simplify regexp for readability.
2838 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
2840         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2841         * files.el (buffer-stale-function):
2842         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2843         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2844         links to the main manual, not to emacs-xtra.
2846 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2848         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2849         MacJapanese if text is ASCII-only.
2851 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
2853         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2854         unless so nil isn't returned.
2855         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2857 2006-05-06  Kim F. Storm  <storm@cua.dk>
2859         * subr.el (add-to-history): New function.
2861         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2862         (ediff-merge-files-with-ancestor):
2863         * env.el (setenv):
2864         * isearch.el (isearch-update-ring):
2865         * server.el (server-visit-files):
2866         * progmodes/grep.el (lgrep, rgrep):
2867         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2868         * progmodes/xscheme.el (xscheme-insert-expression):
2869         Use add-to-history.
2871         * kmacro.el (kmacro-push-ring): Use add-to-history.
2872         (kmacro-ring-length): Remove unused defun.
2873         (kmacro-start-macro): Use kmacro-push-ring.
2875 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
2877         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2878         directly instead of a lambda expression that calls it.
2880 2006-05-06  Kim F. Storm  <storm@cua.dk>
2882         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2883         instead of compute-motion.
2885 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
2887         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2888         change.
2890 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
2892         * startup.el (command-line-1): Refer to "Pure Storage" on
2893         pure-space-overflow.
2895 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
2897         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2898         provided faces once they all have been used up.
2900 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
2902         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2903         reference to the Lisp manual to the warning about pure space
2904         overflow.
2906 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2908         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2909         argument to avoid the call to `ispell-internal-change-dictionary'
2910         when not needed.
2911         (ispell-change-dictionary): Use this argument and call
2912         `ispell-internal-change-dictionary' after the possible change
2913         to `ispell-local-dictionary'.
2914         (ispell-internal-change-dictionary): Check for a change in
2915         personal dictionary use too.
2917 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
2919         * startup.el (command-line): On MS-Windows, probe "~", not
2920         "~USER", for warning about non-existent home directory
2922         * arc-mode.el (archive-l-e): New optional argument `float' means
2923         generate a float value.
2924         (archive-arc-summarize, archive-lzh-summarize)
2925         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2926         with 3rd argument non-nil when file's size is being computed.
2927         Format the file sizes with %8.0f instead of %8d.
2929 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2931         * cus-start.el (all): Add mac-dnd-known-types.
2933         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2934         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2935         (mac-TIFF-to-string): New functions.
2936         (x-get-selection, x-selection-value)
2937         (mac-select-convert-to-string): Use them.
2938         (mac-text-encoding-mac-japanese-basic-variant): New constant.
2939         (mac-dnd-types-alist): New customization variable.
2940         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2941         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2942         (mac-dnd-handle-drag-n-drop-event): New functions.
2943         (mac-drag-n-drop): Remove function.
2944         (global-map): Bind drag-n-drop and M-drag-n-drop to
2945         mac-dnd-handle-drag-n-drop-event.
2947 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
2949         * progmodes/perl-mode.el (perl-beginning-of-function):
2950         Skip anonymous subs.
2952 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
2954         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2955         regexp-opt at run time.
2957         * term.el (term-handle-ansi-escape): Fix off by one error.
2959 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
2961         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2962         (gdb-init-1, gdb-post-prompt): ...and references to it.
2963         (gdb-frame-handler): Strip directory name from filename if present.
2965         * progmodes/gud.el (gdb-force-update): Delete defvar
2966         (gud-speedbar-buttons): ...and references to it.  Use window-start
2967         to try to keep positon in watch expression.
2969 2006-05-03  Richard Stallman  <rms@gnu.org>
2971         * simple.el (next-history-element, previous-history-element): Doc fix.
2973         * isearch.el (isearch-update-ring): Doc fix.
2975 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
2977         * isearch.el (isearch-update-ring): Take history-delete-duplicates
2978         into consideration.  Replace one arm ifs with whens.
2980 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
2982         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2983         (menu): Fix typo.
2985 2006-05-02  Miles Bader  <miles@gnu.org>
2987         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2989 2006-05-02  Jay Belanger  <belanger@truman.edu>
2991         * calc/calc-embed.el (calc-override-minor-modes-map)
2992         (calc-override-minor-modes): New variables.
2993         (calc-do-embedded): Make sure that Calc keystrokes aren't
2994         overwritten by minor modes.
2996 2006-05-02  Chong Yidong  <cyd@mit.edu>
2998         * msb.el (msb): If EVENT is a down event, read and discard the up event.
3000 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3002         * startup.el (command-line-1): Refer to Lisp manual when
3003         pure-space-overflow occurs.
3005         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3006         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3007         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3008         (version-control): Don't use `t' for safe-local-variable declarations.
3010 2006-05-01  Richard Stallman  <rms@gnu.org>
3012         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3013         M-r, M-R, M-A, M-SPC or M-DEL.
3014         (diff-mode-map): diff-refine-hunk now on C-c C-w
3015         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3017         * help-mode.el (help-mode): view-exit-action calls delete-window
3018         only when it is safe and possible.
3020         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3021         in messages.
3023         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3025         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3026         in the default tool-bar-map.
3028 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
3030         * net/tramp.el (tramp-completion-file-name-handler-alist)
3031         (tramp-run-real-handler, tramp-completion-run-real-handler)
3032         (tramp-completion-handle-file-name-all-completions)
3033         (tramp-completion-handle-file-name-completion): Autoload them.
3034         (tramp-completion-handle-file-exists-p)
3035         (tramp-completion-handle-file-name-directory)
3036         (tramp-completion-handle-file-name-nondirectory)
3037         (tramp-completion-handle-expand-file-name): Remove them.
3038         (tramp-handle-file-name-directory): Return the real directory name.
3039         Returning "/" only doesn't need to be necessary any longer.
3040         (tramp-file-name-handler): Make special attention when in hostname
3041         completion mode.
3042         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3043         (tramp-register-file-name-handlers):
3044         Register `tramp-completion-file-name-handler' only when
3045         `partial-completion-mode' is enabled.
3046         (tramp-completion-handle-file-name-all-completions):
3047         Delete directory part from results.
3048         (tramp-get-completion-methods, tramp-get-completion-user-host):
3049         Discard deleting "/", it doesn't work after the change of
3050         `tramp-handle-file-name-directory' above.
3052 2006-05-01  Kim F. Storm  <storm@cua.dk>
3054         * progmodes/grep.el (grep-expand-template): Use save-match-data
3055         and symbol-value.
3057 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3059         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3060         Use select-frame-set-input-focus instead of raise-frame.
3061         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3063 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
3065         * progmodes/gud.el (gud-def): Add %c case.
3066         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3067         (gud-format-command): Make match case sensitive.  Match on %F.
3069 2006-04-30  Glenn Morris  <rgm@gnu.org>
3071         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3072         (cal-tex-preamble): Use cal-tex-preamble-extra.
3073         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3074         than alias `list-diary-entries'.
3076 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
3078         * help-fns.el (describe-variable): Add info about safe local variables.
3080 2006-04-29  Richard Stallman  <rms@gnu.org>
3082         * bindings.el (mode-line-format): help-echo doc fixes.
3084         * net/tramp.el (tramp-file-name-handler-alist): Delete
3085         expand-file-name and other operations that can cause spurious loading.
3087 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3089         * files.el (safe-local-variable-p): Remove support for the special
3090         value t.
3092         * textmodes/paragraphs.el (sentence-end-without-space):
3093         Fix safety predicate.
3094         (sentence-end-double-space, sentence-end-without-period)
3095         (paragraph-ignore-fill-prefix):
3096         * textmodes/fill.el (colon-double-space):
3097         * abbrev.el (abbrev-mode): Tighten the safety predicate.
3099         * subr.el (booleanp): New fun.
3101         * textmodes/reftex-vars.el (reftex-guess-label-type):
3102         Tighten the safety predicate.
3104 2006-04-28  Kim F. Storm  <storm@cua.dk>
3106         * progmodes/grep.el (defgroup grep): Doc fix.
3107         (grep-auto-highlight): Remove.
3108         (grep-template): New defcustom.
3109         (grep-find-template): Rename from grep-tree-template.
3110         (grep-files-aliases): Rename from grep-tree-files-aliases.
3111         Remove "all" alias, add "l" alias.
3112         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3113         (grep-find-ignored-directories): New defcustom to replace
3114         grep-tree-ignore-CVS-directories, to facilitate ignoring
3115         subdirectories for multiple version control systems.
3116         (grep-mode-map): Add Recursive grep item to GREP menu.
3117         (grep-regexp-history, grep-files-history): New defvars.
3118         (grep-probe): New helper function.
3119         (grep-compute-defaults): Use it to simplify code.
3120         Adapt to name changes.
3121         Use `.' as base in grep-find-template rather than <D>.
3122         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
3123         Call grep-compute-defaults unconditionally.
3124         (grep-expand-keywords): New defconst.
3125         (grep-expand-template): Rename from grep-expand-command-macros.
3126         Simplify via grep-expand-keywords.  Look at case-fold-search instead
3127         of grep-tree-ignore-case to add -i option.
3128         Bind case-fold-search to nil while matching keywords.
3129         (grep-tree-last-regexp, grep-tree-last-files): Remove.
3130         (grep-read-regexp, grep-read-files): New helper functions.
3131         (rgrep): Rename from grep-tree.  Rework to use proper histories.
3132         Adapt to changes in defcustoms and functions above.
3133         (lgrep): New command, as grep, but using same interactive UI as rgrep.
3135 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
3137         * net/tramp.el (tramp-completion-file-name-handler):
3138         Disable Tramp's functionality while loading Tramp itself.
3139         (tramp-register-file-name-handlers): That's a defsubst now.
3140         Code from `tramp-repair-jka-compr' moved here.  Apply it via
3141         `after-init-hook'.
3142         (tramp-repair-jka-compr): Remove.
3144 2006-04-27  Jay Belanger  <belanger@truman.edu>
3146         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3147         read expression when `math-read-big-expr' doesn't work.
3149 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
3151         * startup.el (command-line-1): Display warning when
3152         pure-space-overflow is non-nil.
3154 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3156         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3157         risky.
3159 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3161         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3162         Return the URL or nil if none can be generated.
3164 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
3166         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3167         byte compiler warnings.
3168         (gud-basic-call, gud-find-expr): Let user select an expression
3169         for printing.  Print expression as well as value in GUD buffer.
3171 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
3173         * allout.el: Remove local autoload declaration for
3174         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3175         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3176         (allout-plain-bullets-string, allout-distinctive-bullets-string)
3177         (allout-use-mode-specific-leader, allout-old-style-prefixes)
3178         (allout-stylish-prefixes, allout-numbered-bullet)
3179         (allout-file-xref-bullet, allout-presentation-padding)
3180         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3181         safe-local-variable with suitable value spec, and add autoload
3182         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
3183         (move-beginning-of-line, move-end-of-line): Repair so these compat
3184         functions now actually resituate the point, when appropriate.
3186 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3188         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3190         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3191         (add-log-iso8601-time-string): Fix call to format-time-string.
3193 2006-04-26  Kim F. Storm  <storm@cua.dk>
3195         * subr.el (posn-string, posn-image, posn-object): Doc fix.
3197 2006-04-26  Masatake YAMATO  <jet@gyve.org>
3199         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3200         Add support for "//" style comments.  Remove `b' flag
3201         from ?* in `asm-mode-syntax-table'.
3203 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3205         * follow.el: Use (featurep 'xemacs) everywhere.
3206         (follow-mode): Use define-minor-mode.
3207         (follow-mode-map): Move initialization into the declaration.
3208         Use command remapping.
3209         (follow-emacs-version-xemacs-p): Remove.
3210         (follow-submit-feedback): Remove.
3212         * allout.el (allout-layout, allout-passphrase-verifier-string)
3213         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3215         * textmodes/reftex-vars.el (reftex-vref-is-default)
3216         (reftex-fref-is-default, reftex-guess-label-type):
3217         Tighten up a bit the safety predicate.
3219         * textmodes/paragraphs.el (sentence-end-double-space)
3220         (sentence-end-without-period, sentence-end-without-space)
3221         (page-delimiter, paragraph-ignore-fill-prefix):
3222         Tighten up a bit the safety predicate.
3224         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3226         * progmodes/python.el (python-continuation-line-p)
3227         (python-beginning-of-statement): syntax-ppss may return
3228         a negative depth.
3229         (python-mode): Don't forcefully enable font-lock.
3231         * time-stamp.el (time-stamp-start, time-stamp-end)
3232         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3234         * add-log.el: Remove spurious * in docstrings.
3235         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3236         (add-change-log-entry): Use it here, since it's not specific
3237         to iso8601.
3238         (add-log-iso8601-time-string): Don't use it here any more.
3239         (change-log-indent-text, change-log-indent): Rename from add-log-*.
3241         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3243 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
3245         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3246         (rcirc-toggle-low-priority): Doc fix.
3247         (rcirc-handler-NOTICE): Remove beginning of line anchor in
3248         ChanServ regexp.
3249         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3250         #emacs.
3251         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3252         (rcirc-decode-coding-system): Use utf-8 as the default.
3253         (rcirc-multiline-minor-mode): Set the fill-column.
3254         (rcirc-format-response-string): Display bright and dim nicks.
3255         (rcirc-browse-url): Update interactive spec to fill ARG.
3256         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3257         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3259 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
3261         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3262         case for @Article, etc.
3264 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
3266         * net/tramp.el (tramp-register-file-name-handlers): New defun.
3267         Added with autoload cookie.
3268         (tramp-unload-file-name-handlers): Rename from
3269         `tramp-unload-file-name-handler-alist'.
3271 2006-04-23  Romain Francoise  <romain@orebokech.com>
3273         * comint.el (comint-match-partial-filename): Doc fix.
3275 2006-04-21  Glenn Morris  <rgm@gnu.org>
3277         * calendar/cal-menu.el (calendar-mode-map): Refer to
3278         `diary-view-entries' rather than alias `view-diary-entries'.
3279         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3281 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
3283         * progmodes/antlr-mode.el (antlr-default):
3284         * cus-edit.el (custom-documentation):
3285         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3286         in defface.
3288 2006-04-21  Kim F. Storm  <storm@cua.dk>
3290         * image.el (image-type): New defun split out of create-image.
3291         (create-image): Use it.
3293 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
3295         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3296         (org-open-at-point): Remove the "...done" message to keep output
3297         in the echo area visible.
3298         (org-export-as-xoxo): Fix call to `indent-region'.
3300 2006-04-21  Kevin Ryde  <user42@zip.com.au>
3302         * international/mule.el (keyboard-coding-system): defcustom
3303         info-link fixes: "Specify Coding" has been split, keyboard now in
3304         "Terminal Coding", and "Single-Byte Character Support" is now
3305         "Unibyte Mode".
3307 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
3309         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3310         Use font-lock-warning-face for any errors e.g. no stack.
3311         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3313 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
3315         * progmodes/sh-script.el (sh-shell): Mark as safe.
3317         * newcomment.el (comment-start, comment-start-skip)
3318         (comment-end-skip, comment-end): Mark as safe.
3320 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
3322         * textmodes/org.el (org-deadline-announce): Face removed.
3323         (org-level-faces, org-n-levels): Convert to constant.
3324         (org-compatible-face): New function.
3325         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3326         (org-level-5, org-level-6, org-level-7, org-level-8)
3327         (org-special-keyword, org-warning, org-headline-done, org-link)
3328         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3329         (org-scheduled-today, org-scheduled-previously, org-time-grid):
3330         Face definition revised for better color tty support.
3331         (org-bold-re, org-italic-re, org-underline-re): New constants.
3332         (org-set-font-lock-defaults): Use the new constants.
3333         (org-agenda-highlight-todo): New function.
3334         (org-agenda-todo): Fix bug with point at end of line.
3335         (org-agenda-change-all-lines, org-finalize-agenda-entries):
3336         Fontify TODO keywords.
3337         (org-insert-link): Preserve relative path in ../ links.
3338         (org-export-as-html): Convert links pointing to .org files into
3339         links that will work beteen the exported HTML files.
3340         (org-todo-list): Fix bug when arg=0.
3341         (org-insert-heading): More fine-tuning.
3343 2006-04-19  Romain Francoise  <romain@orebokech.com>
3345         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3346         from `rmail-mime-charset-pattern'.
3348 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
3350         * progmodes/python.el (python-mode): Fix typo.
3352 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
3354         * comint.el (comint-previous-input): Don't clobber input line
3355         when moving off either end of the input history ring.
3356         (comint-delete-input): New function, used by
3357         `comint-previous-input' and others.
3358         (comint-previous-matching-input):
3359         Use `coming-delete-input'.  Save the partial input if leaving the
3360         edit line.  Goto point-max before deleting input to avoid
3361         partial input fragments hanging around.
3362         (comint-restore-input): New function, used by `comint-previous-input'.
3364 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
3366         * imenu.el (imenu--index-alist): Balance parentheses.
3368 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
3370         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3372 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
3374         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3375         file is nil.
3377 2006-04-18  Richard Stallman  <rms@gnu.org>
3379         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3381         * imenu.el (imenu-create-index-function, imenu--index-alist)
3382         (imenu--last-menubar-index-alist, imenu--make-index-alist)
3383         (imenu-default-create-index-function, imenu--generic-function):
3384         Doc fixes.
3386         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3388         * help-mode.el (help-mode): Set view-exit-action to delete window.
3390         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
3391         now works by passing nil as arg.
3393         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3395         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3396         (read-abbrev-file): Provide default when reading filename.
3398         * files.el (enable-local-variables): Allow :all as value.
3399         (hack-local-variables): Implement that value.
3400         (safe-local-variable-values, safe-local-eval-forms)
3401         (enable-local-variables): Mark as risky.
3402         (find-file-visit-truename, kept-old-versions): Mark safe.
3404         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3405         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3406         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3408 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3410         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3411         Use forward-line so as to get to BOL even in the presence of fields.
3412         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3413         in return.
3414         (inferior-tcl): Tell tclsh to work in interactive mode.
3416         * complete.el (partial-completion-mode):
3417         Use 'choose-completion-string-functions to make sure that
3418         choose-completion fills the minibuffer properly.
3420         * complete.el (PC-old-read-file-name-internal): Remove.
3421         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
3422         of read-file-name-internal.
3423         (partial-completion-mode): Enable/disable this advice.
3425 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
3427         * net/tramp.el (tramp-completion-file-name-handler): Revert change
3428         of 2006-04-17.
3430 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
3432         * textmodes/org.el (org-insert-heading): Insert heading before
3433         current if at beginning of line.
3434         (org-todo, org-date): New faces.
3435         (org-table-align): Make sure tooltip window contains full text.
3436         (org-no-properties): New defsubst.
3437         (org-set-font-lock-defaults): Use new faces.
3439 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
3441         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3442         for root variables.
3444         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3445         (gdb-frame-address): Re-use to identify frame for watch expression.
3446         (gdb-var-list, gdb-var-create-handler): Add frame address for root
3447         variables.
3448         (gdb-init-1, gdb-source, gdb-post-prompt)
3449         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3450         (gdb-frame-handler): Get gdb-frame-address.
3452 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
3454         Sync with Tramp 2.0.53.
3456         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3457         'control.  Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3458         (tramp-completion-file-name-handler): Add autoload cookie for
3459         adding to `file-name-handler-alist'.
3461         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3462         the prompt.  If it returns earlier (when detecting an error
3463         message), the rest of the output will merge accidently with the
3464         output of the next command.  Reported by M Jared Finder
3465         <jared@hpalace.com>.
3467         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3468         for `process-file', in order to let it work for older Emacsen too.
3470 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
3472         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3473         (tex-font-lock-keywords-3): Use it.
3475 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3477         * newcomment.el (comment-add): New function.
3478         (comment-region-default, comment-dwim): Use it.
3480 2006-04-15  Michael Olson  <mwolson@gnu.org>
3482         * emacs-lisp/tq.el: Improve comments.
3483         (tq-queue-head-question): New accessor function.
3484         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3485         Update for modified queue structure.
3486         (tq-queue-add): Accept `question' argument.
3487         (tq-queue-pop): If a question is pending, send it.
3488         (tq-enqueue): Accept new optional argument `delay-question'.
3489         If this is non-nil, and at least one other question is pending a
3490         response, queue the question rather than sending it immediately.
3492 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3494         * calendar/appt.el (appt-add): Check whether an appointment is
3495         already present in appt-time-msg-list.  Simplify code.
3497 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3499         * progmodes/cc-langs.el (c-mode-menu):
3500         Don't presume c-subword-mode is bound.
3502 2006-04-13  Bill Wohler  <wohler@newt.com>
3504         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3505         (customize-package-emacs-version): Use cdr instead of cadr now
3506         that alists use dotted pairs.
3508         * custom.el (defcustom): Fix docstring for :package-version.
3510 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
3512         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3513         (tramp-handle-shell-command): Display output buffer only when
3514         `tramp-display-shell-command-buffer' is true.
3515         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3517 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
3519         * textmodes/org.el (org-set-autofill-regexps): Set only the local
3520         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3522 2006-04-13  Romain Francoise  <romain@orebokech.com>
3524         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3525         leaving temporary .cvsignore buffers behind.
3527 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
3529         * textmodes/org.el (org-set-regexps-and-options)
3530         (org-get-current-options): Better names for the startup folding
3531         options.
3533 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
3535         * vc.el (vc-annotate): Arrange for point to end up at the same
3536         line number as in the original, but only when using a new buffer.
3538 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
3540         * files.el (hack-one-local-variable-eval-safep):
3541         Recognize `edebug-form-spec' for `put', but only if it passes
3542         `edebug-basic-spec'.  Generalize `put' handling.
3544         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3545         vetting file-local form specs.
3547         * allout.el (allout-layout): Autoload its `safe-local-variable'
3548         property.
3550 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
3552         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3553         (org-agenda-mouse-1-follows-link)
3554         (org-mouse-1-follows-link): New options.
3555         (org-format-agenda-item): Fix bug if TAGS is nil.
3556         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3558 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
3560         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3561         GDB 6.1+ gives full filename for "info sources" so use
3562         file-name-nondirectory.
3564 2006-04-12  Romain Francoise  <romain@orebokech.com>
3566         * subr.el (read-passwd): Bind `message-log-max' to nil.
3568 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3570         * progmodes/perl-mode.el (perl-indent-new-calculate):
3571         Recompute parse-start after jumping backward by a whole sexp.
3573 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3575         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3576         window configuration.
3577         (vc-annotate-display-select): Select the buffer so that current-buffer
3578         (and selected-window) is the output buffer at the end of vc-annotate.
3580 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
3582         * vc.el (vc-annotate-color-map): Add custom TTY color map for
3583         8-color terminals, to use all of the colors in a sensible order.
3584         256-color terminals work well with the standard map.
3585         (vc-annotate-lines): Only strip the first color character if it
3586         is "#", to allow for terminal-style named colors.
3587         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3588         the correct buffer is scrolled.
3590 2006-04-11  Richard Stallman  <rms@gnu.org>
3592         * emacs-lisp/bytecomp.el (byte-compile-file):
3593         Bind enable-local-variables to :safe, and make normal-mode obey it.
3595         * files.el (enable-local-variables): Allow value :safe.
3596         (normal-mode): Doc fix.
3597         (hack-local-variables): Implement enable-local-variables = :safe.
3598         (hack-local-variables-confirm): Don't prevent quitting.
3600 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3602         * loadhist.el (unload-feature): A bit of sanity check of
3603         load-history entries.  Cancel timer-vars before unbinding them.
3605         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3606         quote special chars, and make the trick work on the hex part of the
3607         buffer as well.
3608         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3609         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3611         * startup.el (normal-splash-screen): Fix last change so we don't wait
3612         2 minutes if we don't show the splash screen.
3614 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
3616         * textmodes/org.el (org-export-plain-list-max-depth)
3617         (org-table-spaces-around-separators)
3618         (org-radio-targets, org-activate-camels)
3619         (org-table-spaces-around-invisible-separators): Options removed.
3620         (org-time-stamp-rounding-minutes, org-remember-templates)
3621         (org-ellipsis, org-activate-links, org-descriptive-links):
3622         New options.
3623         (org-remember-apply-template, org-current-time)
3624         (org-finish-edit-table-field)
3625         (org-link-unescape, org-link-escape)
3626         (org-string-width, org-table-clean-line, org-html-do-expand)
3627         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3628         (org-read-agenda-file-list): New functions.
3629         (org-table-edit-field)
3630         (org-table-create-or-convert-from-region): New commands
3631         (org-table-toggle-vline-visibility): Command removed.
3632         (org-table-convert-region): Made a command.
3633         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3634         Replace with the normal org- functions.
3635         (org-self-insert-command): Don't trigger realign unnecessarily
3636         when blanking a field that is not full.
3637         (org-mode): `Set buffer-invisibility-spec' for links.
3638         (org-activate-links2): Hide link part and only show descriptive
3639         part of the link.
3640         (org-insert-link): Modify for new linking system.
3641         (org-store-link): Store description separately, for use by
3642         `org-insert-link'.
3643         (org-table-align): Use `org-string-width'.
3644         (defgroup): Completely new group structure for custom variables.
3645         (org-agenda-files): Option: Single file name allowed.  Function:
3646         Optional argument unrestrited means ignore any restricitons.
3647         (org-install-agenda-files-menu): Find a buffer in Org-mode before
3648         trying to modify the menu.  Use generalized access to
3649         `org-agenda-files.'
3650         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3651         (org-agenda-file-to-front, org-remove-file, org-diary)
3652         (org-tags-view, org-export-icalendar-all-agenda-files)
3653         (org-export-icalendar-combine-agenda-files): Use generalized
3654         access to `org-agenda-files'.
3655         (org-remember-handler): Correctly preserve heading if present.
3656         (org-table-insert-row, org-table-insert-hline): Deal with
3657         invisible characters.
3659 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
3661         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3662         (vc-annotate-color-map): New 18 element constant
3663         value/saturation, rotating hue colormap, from red->blue.
3664         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3665         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3666         (vc-annotate): To avoid killing the required local variables,
3667         set them before the end of `with-output-to-temp-buffer', and
3668         after first switching to annotate-mode.
3669         (vc-annotate-warp-version): Add buffer argument in goto-line to
3670         ensure annotation, not source, is scrolled.
3672 2006-04-10  Bill Wohler  <wohler@newt.com>
3674         * custom.el (defcustom, custom-handle-keyword):
3675         Add :package-version keyword.
3676         (custom-add-package-version): New function.  Sets value of new
3677         property 'custom-package-version from :package-version keyword.
3678         (defcustom): Create Common Keywords section in docstring.
3679         (defface, defgroup): Replace definitions of a select few keywords
3680         with a reference to the Common Keywords in defcustom.
3681         (defcustom, defface, defgroup): Replace reference to Customization
3682         chapter in manual with hyperlink.
3684         * cus-edit.el (customize-package-emacs-version-alist):
3685         New variable.
3686         (customize-changed-options): Add check for custom-package-version.
3687         (customize-package-emacs-version): New function to look up Emacs
3688         version corresponding to the given package version.
3690         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3691         defun name, in similar fashion to find-variable-regexp.
3693 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
3695         * international/mule-cmds.el (set-locale-environment): Fix last
3696         change for when the locale's preferences don't specify any encoding.
3698 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3700         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3701         so the defined var/fun doesn't need to be quoted.
3703 2006-04-10  Richard Stallman  <rms@gnu.org>
3705         * finder.el (finder-mode-map): Add n and p bindings.
3707 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
3709         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3710         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3711         (gdb-setup-windows): Put something in source window if we can't find
3712         the source file.
3713         (gdb-frame-handler): Make it work again with just assembly.
3714         (gdb-data-list-register-values-handler): Make it work when there is
3715         no stack.
3717 2006-04-09  Richard Stallman  <rms@gnu.org>
3719         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3720         specs while looking for charset.
3722         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3724         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3725         Make them faces.
3726         (lm-font-lock-keywords): Update appropriately.
3728 2006-04-10  Kim F. Storm  <storm@cua.dk>
3730         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3731         it can also replace buffer-substring-no-properties.
3733         * emulation/cua-base.el (cua-delete-region, cua-paste)
3734         (cua-repeat-replace-region): Use filter-buffer-substring.
3736         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3737         (cua-cut-region-to-global-mark): Likewise.
3739         * emulation/cua-rect.el (cua--extract-rectangle)
3740         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3742 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3744         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3745         entry-type.  Add field delimiters to numerical fields if they are
3746         not present.
3748 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3750         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3751         string-const to return value.
3752         (bibtex-remove-delimiters): Use it.
3754 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3756         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3757         cl-byte-compile-compiler-macro unless it exists.
3759 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
3761         * files.el (hack-local-variables-confirm) <offer-save>:
3762         Clarify message text.  Suggested by Ralf Angeli.
3764 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
3766         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3767         (delete-extract-rectangle-line): Use `filter-buffer-substring'
3768         instead of `buffer-substring' and `delete-region'.  (Most of the
3769         code actually copied from `kill-region'.)
3771 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
3773         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3774         (rcirc-default-port): Rename from rcirc-port.
3775         (rcirc-default-nick): Rename from rcirc-nick.
3776         (rcirc-default-user-name): Rename from rcirc-user-name.
3777         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3778         (rcirc-low-priority-flag): New variable.
3779         (rcirc-decode-coding-system): New defcustom.
3780         (rcirc-encode-coding-system): New defcustom.
3781         (rcirc-coding-system-alist): New defcustom.
3782         (rcirc-multiline-major-mode): New defcustom.
3783         (rcirc-nick): New internal variable.
3784         (rcirc-process): Remove variable.
3785         (rcirc-server-buffer): New variable.
3786         (rcirc): Update to use rcirc-default-* variables above.
3787         (rcirc-connect): Do not add window-configuration-hook-here.
3788         (rcirc-server): New internal variable.
3789         (rcirc-connect): Do not send keepalive pings if
3790         rcirc-keepalive-seconds is nil.
3791         (with-rcirc-server-buffer): New macro.
3792         (rcirc-send-string): Encode with rcirc-encode-coding-system.
3793         (rcirc-server-name): Rename from rcirc-server.
3794         (rcirc-buffer-process): New function.
3795         (rcirc-buffer-nick): New function.
3796         (rcirc-buffer-target): Remove function.
3797         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3798         New commands.
3799         (rcirc-mode-map): Change binding of C-c C-l to
3800         rcirc-toggle-low-priority.
3801         (rcirc-mode): Initialize coding system based on
3802         rcirc-coding-system-alist.  New change-major-mode-hook to part the
3803         channel on a mode change.  Make kill-buffer-hook buffer-local.
3804         (rcirc-change-major-mode-hook): New function.
3805         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3806         (rcirc-last-post-time): New variable.
3807         (rcirc-process-message): Store the last time user posted a message
3808         to this target.
3809         (rcirc-multiline-minor-mode): New mode.
3810         (rcirc-multiline-minor-mode-map): New mode map.
3811         (rcirc-edit-multiline): Put multiline-edit buffer in
3812         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3813         (rcirc-print): Ignore any line starting with an ignored nick.
3814         (rcirc-print): Decode using rcirc-decode-coding-system.
3815         (rcirc-track-minor-mode): Update global-mode-string when disabling
3816         this mode.
3817         (minor-mode-alist): Add LowPri indicator.
3818         (rcirc-toggle-low-priority): New function.
3819         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3820         next lowpriority buffer with activity.
3821         (rcirc-record-activity): Sort buffers in rcirc-activity by the
3822         last time the user posted a message in to the target.
3823         (rcirc-update-activity-string): New formatting for low priority
3824         buffers.
3825         (rcirc-split-activity): New function.
3826         (rcirc-handler-PART, rcirc-handler-KICK)
3827         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3828         (rcirc-nick-away-alist): New variable.
3829         (rcirc-handler-301): New handler.  Away messages are printed once
3830         per change.
3832 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
3834         * info.el (Info-follow-nearest-node): Doc fix.
3836         * international/mule-cmds.el (set-locale-environment): Make sure
3837         the coding-system preferred by the locale's language has the same
3838         EOL conversion type as the original buffer-file-coding-system.
3839         (locale-language-names): Add a few MS Windows language codes.
3841 2006-04-07  Richard Stallman  <rms@gnu.org>
3843         * simple.el (eval-expression): Doc fix.
3845         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3846         (eval-defun): Doc fixes.
3848 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
3850         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3852 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
3854         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3855         GDB list command without argument for greater generality.
3857 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3859         * subr.el (string-or-null-p): New function.
3861         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3863         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3865         * files.el: Update comment about safe-local-variable declarations.
3867 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
3869         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3870         See idlwave.org.
3872         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3873         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
3875         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3876         See idlwave.org.
3878         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3879         version 6.0 (minimal changes).  See idlwave.org.
3881         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3882         6.0 (minimal changes).  See idlwave.org.
3884         * progmodes/idlw-rinfo.el: File obsoleted and removed.
3886 2006-04-06  Romain Francoise  <romain@orebokech.com>
3888         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3889         symmetric encryption features and a new asynchronous interface to
3890         GnuPG.  This new version is version 1.4, plus whitespace changes.
3892 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3894         * files.el: Move some `safe-local-variable' declarations to the
3895         respective files.
3897         * textmodes/ispell.el (ispell-check-comments)
3898         (ispell-local-dictionary): Mark as safe.
3900         * abbrev.el (abbrev-mode): Mark as safe.
3902         * add-log.el (change-log-default-name): Mark as safe.
3904         * textmodes/reftex-vars.el (reftex-vref-is-default)
3905         (reftex-fref-is-default, reftex-level-indent)
3906         (reftex-guess-label-type): Mark as safe.
3908         * textmodes/fill.el (colon-double-space): Mark as safe.
3910         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3911         (sentence-end-double-space, sentence-end-without-period)
3912         (sentence-end-without-space, sentence-end, sentence-end-base)
3913         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3915 2006-04-06  Kim F. Storm  <storm@cua.dk>
3917         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3918         the :set-after list.
3919         (ido-downcase-unc-hosts): New user option.  Default on.
3920         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3921         when it is set, as regexps are now applied on the fly.
3922         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3923         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3924         on the fly, but only when ido-process-ignore-lists is set.
3925         Do case insensitive filtering if ido-downcase-unc-hosts is set.
3926         Only downcase names if ido-downcase-unc-hosts is set.
3928 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
3930         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3932         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3934 2006-04-05  Kim F. Storm  <storm@cua.dk>
3936         * ido.el (ido-mode): Set after ido-unc-hosts and
3937         ido-ignore-unc-host-regexps.
3938         (ido-save-history): Save ido-unc-hosts-cache.
3939         (ido-load-history): Load ido-unc-hosts-cache.
3940         (ido-reread-directory): Refresh unc hosts cache in // dir.
3942         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3943         to nil while displaying slash screen.
3945 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3947         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3948         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3950 2006-04-05  Kenichi Handa  <handa@m17n.org>
3952         * international/characters.el: Setup cases of Latin, Greek, and
3953         Cyrillic characters in CJK charsets.
3955 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3957         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3958         default-enable-multibyte-characters.  This reverts the change from
3959         revision 6.17 which is no longer necessary because the passphrase
3960         is sent separately now.  GnuPG messages are unreadable under
3961         multibyte locales with default-enable-multibyte-characters set to nil.
3963 2006-04-04  Andreas Schwab  <schwab@suse.de>
3965         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3966         and `byte-compile-warnings' as `safe-local-variable'.
3968 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
3970         * man.el (Man-mode-map): Restore the \r binding.
3971         (Man-abstract-xref-man-page): If Man-target-string is a function,
3972         call it.
3973         (Man-highlight-references): Use Man-default-man-entry to get the
3974         target.  Deal with xrefs too.
3975         (Man-highlight-references0): Don't call the target function.
3977         * woman.el (WoMan-xref-man-page): Strip the section number, woman
3978         cannot deal with it.
3980 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3982         * pgg-gpg.el: Clean up process buffers every time gpg processes
3983         complete.
3985 2006-04-04  Kenichi Handa  <handa@m17n.org>
3987         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3988         here.
3989         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3990         Temporarily bind inhibit-field-text-motion to t.
3992 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3994         * startup.el (normal-splash-screen): Only set mode-line-format in the
3995         splash buffer, so as not to interfere when debugging the code.
3996         Ignore errors when switching buffer.
3998 2006-04-03  Romain Francoise  <romain@orebokech.com>
4000         * dired.el (dired-dnd-protocol-alist): Fix typo.
4002 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4004         * savehist.el (savehist): Add :version.
4005         (savehist-ignored-variables): New variable.
4006         (savehist-minibuffer-hook): Don't save variables listed in
4007         `savehist-ignored-variables'.
4009         * dired.el (dired-dnd-protocol-alist): Mention that change does
4010         only apply to new buffers in doc string.
4012 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
4014         * recentf.el (recentf-open-files-item): Include newline in button
4015         field, so opening a file will work, when the point is at the end
4016         of the file name.  Allow, for example, to [i]search a file by
4017         extension and just push RET to open it.
4019 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4021         * pgg-gpg.el (pgg-gpg-process-filter)
4022         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4024         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4025         lines, temporary fix.
4027 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4029         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4031 2006-04-02  Richard Stallman  <rms@gnu.org>
4033         * progmodes/compile.el (compilation-message-face): Make it defcustom.
4035 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4037         * ibuf-macs.el (define-ibuffer-column): Add a new key:
4038         header-mouse-map.
4040         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4041         (ibuffer-mode-header-map): New keymaps.
4042         (ibuffer-update-title-and-summary): Enable mouse face highlighting
4043         and keybindings for column headers.
4044         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4045         property.
4047 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
4049         * speedbar.el (speedbar-after-create-hook): Doc fix.
4051 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
4053         * shell.el (shell-directory-tracker)
4054         (shell-dynamic-complete-command): Doc fixes.
4056 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
4058         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4059         terminals.
4061 2006-04-01  Kim F. Storm  <storm@cua.dk>
4063         * ido.el (ido-unc-hosts-cache): New defvar.
4064         (ido-unc-hosts): If value of defcustom is a function, call it to
4065         get list of UNC hosts.  Add function-item choices to specify
4066         ido-unc-hosts-net-view or user function.
4067         (ido-ignore-unc-host-regexps): New defcustom.
4068         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4069         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4070         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4072 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4074         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4075         wwidth.
4077 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
4079         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4080         (ido-max-work-file-list, ido-switch-buffer)
4081         (ido-read-file-name-as-directory-commands):
4082         Fix typos in docstrings.
4084 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4086         * term/mac-win.el (mac-system-coding-system): Define and use after
4087         Mac-specific coding systems are ready.
4089 2006-03-27  Romain Francoise  <romain@orebokech.com>
4091         * net/rcirc.el (rcirc-connect): Add autoload cookie.
4093         * ldefs-boot.el: Update.
4095 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
4097         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4098         passphrases when it is not needed.
4099         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4100         passphrase stuff from gpg, should only be necessary when you use
4101         gpg with a smartcard.
4103 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
4105         * comint.el (comint-dynamic-list-completions): Allow user to
4106         select *Completions* buffer.
4108 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
4110         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4112 2006-03-26  Andreas Schwab  <schwab@suse.de>
4114         * progmodes/gud.el (gdb): Only complain about multiple debugging
4115         when the gdb process is still running.
4117 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
4119         * mail/rmail.el (tool-bar-map): Defvar it.
4120         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4121         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4123 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4125         * help.el (print-help-return-message): Suggest to use
4126         display-buffer instead of switch-to-buffer-other-window to restore
4127         the previous window without selecting it.
4129 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4131         * frame.el (select-frame-by-name): Call x-focus-frame also when
4132         window-system is mac.
4134         * term/mac-win.el: Adjust Courier font specifications in
4135         x-fixed-font-alist.
4136         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4137         when directly encoding to UTF-16 in native byte order, no BOM.
4139 2006-03-25  Kim F. Storm  <storm@cua.dk>
4141         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4142         (cua--init-keymaps): Use it instead of fixed C-return.
4143         (cua-mode): Set after it.
4145         * emulation/cua-rect.el (cua--init-rectangles):
4146         Use cua-rectangle-mark-key instead of fixed C-return.
4148 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
4150         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4151         "run" in .gdbinit.
4152         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4154 2006-03-24  Romain Francoise  <romain@orebokech.com>
4156         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4157         `display-buffer-other-frame'.
4159 2006-03-24  Kim F. Storm  <storm@cua.dk>
4161         * apropos.el (apropos-synonyms): Add selection => region.
4163 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
4165         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4166         (gdb-var-list-children-regexp, gdb-var-update-regexp)
4167         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4168         (gdb-data-list-register-values-regexp)
4169         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4170         Future proof against new fields being added to MI output.
4171         (gdb-send): Don't treat backslashes for program input as
4172         continuations.
4173         (gdb-assembler-handler): Don't use window-start for this handler.
4174         (gdb-frame-handler): Don't change to hollow arrow if overlay
4175         arrow doesn't move to new frame.
4177 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
4179         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4180         prevent compiler warnings.
4181         (gdb-stopped): Check for gud-last-last-frame (case: signal).
4182         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4183         (gdb-assembler-custom): Use hollow-right-triangle for assembler
4184         buffer too.
4186 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
4188         * pgg-gpg.el (pgg-gpg-update-agent): Check for
4189         make-network-process, so we can use the same code in Gnus v5-10
4190         too and have this file fully synchronized with that release.
4192 2006-03-23  Romain Francoise  <romain@orebokech.com>
4194         * ibuf-ext.el (ibuffer-read-filter-group-name):
4195         Use `ibuffer-generate-filter-groups' to make completion list match
4196         the filter groups that are really displayed in the Ibuffer buffer.
4197         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4199 2006-03-23  Kenichi Handa  <handa@m17n.org>
4201         * international/mule-cmds.el (sort-coding-systems): Describe that
4202         the argument is modified in docstring.
4204 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
4206         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4207         (pgg-gpg-update-agent): New function.
4208         (pgg-gpg-use-agent-p): New function.
4209         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4210         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4211         (pgg-gpg-sign-region): Use it.
4213 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
4215         * cus-edit.el (custom-face-set): Call custom-push-theme before
4216         face-spec set so that `changed' theme is correctly saved.
4217         (custom-face-reset-standard): Reset to recalculated face rather
4218         than defface spec.
4220         * custom.el (custom-push-theme): Only save `changed' theme if the
4221         current face does not match the defface specs.
4223 2006-03-21  Simon Josefsson  <jas@extundo.com>
4225         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4226         <wilde@sha-bang.de>.
4227         (pgg-gpg-use-agent): New variable.
4228         (pgg-gpg-process-region): Use it.
4229         (pgg-gpg-encrypt-region): Likewise.
4230         (pgg-gpg-encrypt-symmetric-region): Likewise.
4231         (pgg-gpg-decrypt-region): Likewise.
4232         (pgg-gpg-sign-region): Likewise.
4233         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4235 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
4237         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4238         bracket links.
4240 2006-03-21  Kim F. Storm  <storm@cua.dk>
4242         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4243         fringe-indicator-alist instead of modifying global value.
4244         (gdb-frame-handler): Likewise.
4246 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
4248         * diff-mode.el (diff-function): Make it inherit from diff-header
4249         instead of diff-context.
4251         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4252         bitmap.
4253         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4254         change names in macro above for consistency.
4255         (gdb-frame-handler): Use hollow-right-triangle for all selected
4256         frames which except the innermost (where execution has stopped).
4257         (gdb-reset): Reset buffer-local values of overlay-arrow.
4259 2006-03-20  Richard Stallman  <rms@gnu.org>
4261         * simple.el (set-mark-command): Doc fix.
4263         * files.el (display-buffer-other-frame): New command.
4264         (ctl-x-4-map): Bind C-x 5 C-o to it.
4266 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4268         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4269         rather than just defer-time, in case defer-time has been changed but
4270         the timer isn't running yet.
4271         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4273 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
4275         * help-mode.el (help-follow-symbol): New function.
4276         Essentially identical to the old `help-follow', but do not let
4277         `push-button' do the work when on an xref.
4278         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4280 2006-03-19  Richard Stallman  <rms@gnu.org>
4282         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4283         preceded by the word `program'.
4284         (help-follow-mouse, help-follow): Throw error if not on xref.
4285         Delete no longer used args.
4287 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
4289         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4290         annotation ensure gud-overlay-arrow-position is redisplayed.
4292 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4294         * textmodes/bibtex.el (bibtex-include-OPTkey)
4295         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4296         (bibtex-autokey-name-case-convert)
4297         (bibtex-autokey-titleword-case-convert): Make these the aliases
4298         for the following two variables.
4299         (bibtex-autokey-name-case-convert-function)
4300         (bibtex-autokey-titleword-case-convert-function): Make these the
4301         real names.
4302         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4303         bibtex-font-lock-crossref sublists.
4304         (bibtex-mode): Revert 2005-12-30 change (which made
4305         completion-ignore-case buffer-local).
4306         (bibtex-url): Simplify.
4308 2006-03-19  Kim F. Storm  <storm@cua.dk>
4310         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4311         cursor property value to 2 (to align with C level change).
4313 2006-03-19  Bill Wohler  <wohler@newt.com>
4315         * image.el (image-load-path-for-library): Shorten first line in
4316         docstring.
4318 2006-03-18  Richard Stallman  <rms@gnu.org>
4320         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4322 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
4324         * isearch.el (isearch-other-meta-char): Handle user bindings for
4325         shifted control characters.
4327 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
4329         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4330         part that matches email addresses, file names, etc.
4332 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
4334         * term/w32-win.el (mouse-set-font):
4335         Mention w32-list-proportional-fonts in the doc string.
4337 2006-03-18  Kim F. Storm  <storm@cua.dk>
4339         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4340         (ido-unc-hosts): New user option to explicitly define list of know
4341         UNC-style hosts for completion.
4342         (ido-cache-unc-host-shares-time): New user option.
4343         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4344         New helper functions for UNC file-name support.
4345         (ido-may-cache-directory): Check for UNC host.  Simplify.
4346         (ido-wash-history): Clean out old UNC hosts.
4347         (ido-nonreadable-directory-p): UNC hosts are always readable.
4348         (ido-directory-too-big-p): UNC hosts are never too big.
4349         (ido-set-current-directory): Handle UNC root path.
4350         (ido-file-name-all-completions): Complete UNC host names from
4351         ido-unc-hosts list.  Cache UNC host shares.
4352         (ido-make-file-list-1): Don't filter UNC root.
4353         (ido-exhibit): Check for // in root directory, and switch to UNC
4354         mode by setting ido-current-directory to //.
4356 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
4358         * cus-edit.el (customize-changed-options): Mention explicit
4359         version number as default in prompt.
4361 2006-03-17  Bill Wohler  <wohler@newt.com>
4363         * image.el (image-load-path-for-library): Minor docstring fix.
4365 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
4367         * textmodes/org.el (org-read-date): Include subgroup 5 into
4368         replacement text.
4369         (org-popup-calendar-for-date-prompt): Fix customization type.
4371 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
4373         * progmodes/gdb-ui.el (gud-watch): Provide completion.
4374         (gdb-continuation): New variable.
4375         (gdb-send): Deal with continuation lines.
4377         * progmodes/gud.el (gud-gdb-complete-command)
4378         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4379         expressions.
4380         (gud-tooltip-mode): Use buffer-local value.
4382 2006-03-16  Kim F. Storm  <storm@cua.dk>
4384         * ido.el (ido-edit-input): Use selected match, if any.
4386 2006-03-16  Bill Wohler  <wohler@newt.com>
4388         * image.el (image-load-path-for-library): Prefer user's images in
4389         image-load-path.
4391 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
4393         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4394         when checking for attempt to drag leftmost or rightmost scrollbar.
4396 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
4398         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4399         (gdb-force-mode-line-update): New function.
4400         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4401         (gdb-exited): Use them.
4402         (gdb-signal): New function.
4403         (gdb-annotation-rules): Provide a rule for it.
4405 2006-03-16  Kenichi Handa  <handa@m17n.org>
4407         * international/mule.el (auto-coding-regexp-alist): Add entries
4408         for Unicode BOM.
4410         * sort.el (sort-build-lists): Temporarily bind
4411         inhibit-field-text-motion to t.
4413 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
4415         * locate.el (locate-command, locate-make-command-line)
4416         (locate-fcodes-file, locate-update-command)
4417         (locate-prompt-for-command, locate, locate-with-filter)
4418         (locate-get-file-positions): Doc fixes.
4419         (locate-buffer-name, locate-header-face): Remove leading `*' in
4420         defcustom.
4421         (locate-filter-output): Use `keep-lines' instead of its alias
4422         `delete-non-matching-lines'.
4423         (locate-get-filename, locate-get-dirname): Add introductory comment.
4424         (locate-find-directory-other-window): Give appropriate error
4425         message if used outside main listing.
4427 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4429         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4430         the new extend-region feature.
4431         (font-lock-after-change-function): Update correspondingly.
4432         * jit-lock.el (jit-lock-after-change): Update correspondingly.
4433         * progmodes/grep.el (font-lock-lines-before): Don't disable.
4435 2006-03-15  Bill Wohler  <wohler@newt.com>
4437         * image.el (image-load-path-for-library): Fix example by not
4438         recommending that one binds image-load-path.  Just defvar it to
4439         placate compiler and only use it if previously defined.
4441 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
4443         * textmodes/org.el (org-insert-centered): Use `string-width' to
4444         make underlining work for wide characters.
4445         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4446         TAB to `org-cycle', to make sure that no binding in
4447         `outline-mode-map' can supercede it.
4449 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
4451         * allout.el: Increment version to 2.2.1 in file commentary.
4453         (allout-version): Increment to 2.2.1.
4455         (allout-default-layout): New customization variable, used when the
4456         file lacks a specific allout-layout.  Uses allout-layout-type for
4457         recursively nested definition.
4459         (allout-layout-type): Widget defining allout layouts, necessary for
4460         self-recursive definition.
4462         (allout-mode): Incorporate allout-default-layout as fallback for
4463         allout-layout.
4465         (allout-layout): Mark as 'safe-local-variable', and refer mention
4466         fallback to `allout-default-layout' in absence of a specified value.
4467         (allout-passphrase-verifier-string)
4468         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4470         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4472         (allout-get-encryption-passphrase-verifier): Use correct name of
4473         passphrase verifier in docstring.
4475 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
4477         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4478         elements.
4479         (gdb-find-watch-expression): Make it work for arrays too.
4480         Follow change to gdb-var-list.
4481         (gud-watch): Allow the user to enter variable name with a prexix
4482         arg.  Create keybindings.
4483         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4484         (gdb-var-list-children-handler, gdb-var-update-handler)
4485         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4486         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4487         Follow change to gdb-var-list.
4488         (gdb-starting): Don't show the overlay arrows when program is running.
4490         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4491         gdb-var-list.
4493 2006-03-14  Bill Wohler  <wohler@newt.com>
4495         * image.el (image-load-path-for-library): Pass value of path
4496         rather than symbol.  Always return list of directories.
4497         Guarantee that image directory comes first.
4499 2006-03-14  Alan Mackenzie  <acm@muc.de>
4501         * font-core.el (font-lock-extend-region\(-function\)?.):
4502         New function/variable.
4504         * font-lock.el (font-lock-after-change-function):
4505         Call font-lock-extend-region.  Obey font-lock-lines-before.
4506         (font-lock-default-fontify-region): Remove reference to
4507         font-lock-lines-before.
4509         * jit-lock.el (jit-lock-after-change):
4510         Call font-lock-extend-region.  Obey font-lock-lines-before.
4512 2006-03-14  David Ponce  <david@dponce.com>
4514         * tree-widget.el (tree-widget-themes-load-path)
4515         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4517 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
4519         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4520         (rcirc-print): Mark the start of text at the end of the prompt.
4521         (rcirc-track-minor-mode): Add autoload cookie.
4522         (rcirc-update-activity-string): Add space to front of mode-line
4523         indicator.
4525 2006-03-13  Miles Bader  <miles@gnu.org>
4527         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4528         (rcirc-abbrev-nick): Remove function.
4529         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4531 2006-03-13  David Ponce  <david@dponce.com>
4533         * tree-widget.el: Handle themes across all occurrences of the main
4534         themes sub-directory found in tree-widget-themes-load-path.
4535         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4536         (tree-widget--locate-sub-directory): Return all occurrences.
4537         (tree-widget-themes-path): New function.
4538         Replace tree-widget-themes-directory, and return a list of directories.
4539         (tree-widget-set-parent-theme)
4540         (tree-widget-lookup-image): Use it.
4542 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
4544         * textmodes/org.el (org-link-search): Avoid self-matching of
4545         links, allow target text to be distributed over several lines.
4546         (org-search-not-link): New function.
4547         (org-set-regexps-and-options, org-get-current-options):
4548         New startup options.
4549         (org-export-as-html): Take odd-level setting from local variable.
4550         (org-fontify-emphasized-text): New option.
4551         (org-set-font-lock-defaults): Include emphasized text.
4552         (org-follow-mhe-link): Allow folder-only links, fix folder name.
4553         (org-font-lock): Customize group renamed from `org-faces'.
4555 2006-03-13  John Paul Wallington  <jpw@pobox.com>
4557         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4558         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
4560 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
4562         * cus-start.el (all): Delete :version keyword for members of the
4563         fringe group, since the entire group is new in 22.1.
4565 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
4567         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4568         map if value is hexadecimal (an address).
4569         (gud-watch): Only search roots for existing watch expressions.
4570         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4571         prevent caching problems with speedbar-update-directory-contents.
4573 2006-03-12  Juri Linkov  <juri@jurta.org>
4575         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4576         before comparing with `low' and `warn'.
4578         * info.el (Info-dir-remove-duplicates): Move point to the
4579         beginning of the current line after deleting the entries from
4580         redundant heading.  Use marker for `limit' and compare it with
4581         point before calling `re-search-forward'.
4583 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
4585         * simple.el (yank): Fix typo in docstring.
4587 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
4589         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4590         messages, where "D" is the 6th character.
4592 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
4594         * simple.el (yank): Fix last change.
4596 2006-03-11  David Ponce  <david@dponce.com>
4598         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4599         merging elements from the standard ispell-dictionary-alist.
4600         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4601         alist, and return the new alist.
4603 2006-03-11  Richard Stallman  <rms@gnu.org>
4605         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4607         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4608         the way it is implemented is too unclean.
4610         * simple.el (kill-region, yank): Doc fix.
4612         * battery.el (battery-echo-area-format): Doc fix.
4613         (battery-mode-line-format): Likewise.
4614         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4615         (battery-linux-proc-acpi): Ignore batteries that say "charged".
4617 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
4619         * progmodes/octave-mod.el (octave-indent-for-comment):
4620         Behave according to do string.
4622 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
4624         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4625         Be visible only if major mode is Mail Mode.
4627         * textmodes/flyspell.el (flyspell-external-point-words)
4628         (flyspell-process-localwords): Fix last changes.
4630 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
4632         * calendar/holidays.el (list-holidays): Doc fix.
4634         * international/mule.el (auto-coding-alist): Add .odt
4635         (OpenOffice's open document) files.
4637         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4638         document) files.  Mention in the doc string the need to sync with
4639         auto-coding-alist.
4641 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
4643         * files.el (hack-local-variables-confirm): Don't prompt for ! if
4644         enable-local-variables is set to always query, or there is no
4645         savable variable.
4647 2006-03-10  Bill Wohler  <wohler@newt.com>
4649         * image.el (image-load-path-for-library): Merge at least three
4650         functions from Gnus and MH-E into this one function that can now
4651         be shared.
4653 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
4655         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4656         gdb-remove-mouse-face and remove help-echo too.
4657         (gdb-enqueue-input): Correct conditional clause.
4659 2006-03-10  Glenn Morris  <rgm@gnu.org>
4661         * calendar/calendar.el (calendar-holidays): Doc fix.
4662         * calendar/holidays.el (list-holidays): Doc fix.
4664 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
4666         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4667         it gets called in gdb-prompt anyway.
4668         (gdb-use-separate-io-buffer): Only restore window arrangement for
4669         gdb-many-windows.
4670         (gdb-enqueue-input): Make it harder to send GDB input when program
4671         is running.
4672         (gdb-buffer-list): New variable.
4673         (gdb-remove-mouse-face): New function.
4674         (gdb-starting): Use it when GDB input won't get sent.
4676 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
4678         * help.el (view-lossage): Remove trailing whitespace before
4679         inserting "\n".
4681 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
4683         * files.el (hack-local-variables-confirm):
4684         Set coding-system-for-read to nil before writing to .emacs.
4686         * arc-mode.el (archive-extract): Check if an existing buffer name
4687         comes from a different archive.
4689         * help.el (describe-key-briefly): If KEY is a down event, read and
4690         discard the up event.
4692 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
4694         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4695         be edited and use font-lock-warning-face for any changes.
4697         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4698         (gdb-edit-value): Use it to report any errors.
4700 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
4702         * help.el (describe-key): Remove leftover test code.
4704 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
4706         * textmodes/org.el: Move defvars out of eval-when-compile.
4707         Use buffer-file-name variable.
4708         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4709         arg `file'.
4710         (org-level-faces): Remove startup dependency.
4711         (org-cycle, org-map-tree, org-scan-tags)
4712         (org-remember-handler): Don't call `outline-level' directly.
4713         (org-mhe-search-all-folders): New option.
4714         (org-mhe-get-message-folder-from-index)
4715         (org-mhe-get-message-folder): Fix indexing search.
4716         (org-format-agenda-item): Handle nil TAGS argument.
4717         (org-cleaned-string-for-export, org-activate-target-links)
4718         (org-make-target-link-regexp): Deal with empty radio target list.
4719         (org-tag): New face.
4720         (org-get-level-face): New function.
4721         (org-set-font-lock-defaults): Simplify setup for headlines.
4722         (org-complete): Pass common substring to `display-completion-list'.
4724 2006-03-06  David Ponce  <david@dponce.com>
4726         * tree-widget.el: Update Commentary header.
4727         (tree-widget-theme-name): Ignore parent themes.
4728         (tree-widget-set-parent-theme): New function.
4729         (tree-widget-set-theme): Use it.
4730         (tree-widget-set-image-properties): Move definition.  Does nothing
4731         if image properties have already been set.
4732         (tree-widget-image-properties): Move definition.  Receive an image
4733         name.  Set the :pointer property.
4734         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
4735         Don't set the :pointer image property.
4736         (tree-widget-convert-widget): New function.  Handle :dynargs
4737         compatibility here.
4738         (tree-widget): Use it to :convert-widget.  Add the :expander-p
4739         predicate to control when the :expander function is entered.
4740         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4741         (tree-widget-value-create): Handle :expander-p.  widget-apply
4742         :expander.
4743         (tree-widget-expander-p): New function.  Default value of the
4744         :expander-p property.
4746 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
4748         * help.el (describe-key): Properly handle the return value of
4749         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
4750         remaps.  Handle string and vector `follow-link' values.
4752 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4754         * complete.el (PC-expand-many-files): Try be more careful when parsing
4755         the shell's output.
4757 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4759         * outline.el (hide-sublevels): Provide better interactive default.
4761 2006-03-06  Kenichi Handa  <handa@m17n.org>
4763         * international/fontset.el (create-fontset-from-fontset-spec):
4764         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4766 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
4768         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4769         backslashes instead of one in regexp.
4770         (gud-tooltip-dereference): Add missing optional argument.
4772 2006-03-04  John Paul Wallington  <jpw@pobox.com>
4774         * wdired.el (toplevel): Require `cl' at compile-time.
4776 2006-03-04  Andreas Schwab  <schwab@suse.de>
4778         * server.el (server-process-filter): Handle errors during
4779         evaluation of the argument.
4781 2006-03-03  John Paul Wallington  <jpw@pobox.com>
4783         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4784         escape parentheses at beginning of line.
4785         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4786         (t-mouse-mode): Remove period from end of error message.
4788 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
4790         * textmodes/flyspell.el (flyspell-process-localwords):
4791         Be case-sensitive.
4793 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
4795         * cus-edit.el (custom-quote): Remove function, since it has been
4796         moved to custom.el.
4798         * font-lock.el (lisp-font-lock-keywords-2)
4799         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4800         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4801         they have no special meaning.
4803         * midnight.el (clean-buffer-list): Handle case where base-buffer of
4804         indirect buffer gets killed before indirect buffer.  Use dolist.
4806 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
4808         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4809         value instead of a literal constant (1) on more pauses.
4811 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
4813         * textmodes/flyspell.el (flyspell-external-point-words):
4814         Be case-sensitive.
4816 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
4818         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4819         with "www".
4821 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
4823         * allout.el: Restablish intermediate missing comment header to
4824         preserve outline structure.
4825         (allout-beginning-of-current-entry): Skip invisible text.
4826         (allout-open-topic): Fix opening a topic at end-of-buffer.
4827         (allout-minor-mode): Move nearer to allout-mode function.
4829 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
4831         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4833 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
4835         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4836         is nil.
4838         * progmodes/gud.el (gud-speedbar-menu-items):
4839         Use buffer-local-value and add missing :visible keyword.
4841         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4843 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
4845         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4846         must be `follow-link'.
4848         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4850         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4851         formatting: No nested anchors.
4852         (org-all-targets): Fix bug with XEmacs compatibility.
4853         (org-read-date): Add (require 'parse-time).
4854         (org-set-tags): Fix bug with extra inserted space.
4855         (org-export-html-style): Define a style class for targets.
4856         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4857         (org-hide-leading-stars): New option.
4858         (org-hide): New face.
4859         (org-set-font-lock-defaults): Allow to hide leading stars.
4860         (org-get-legal-level, org-tr-level): New functions.
4861         (org-odd-levels-only): New option.
4862         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4863         (org-demote, org-promote): Deal with double-star levels.
4864         (org-convert-to-odd-levels): New command.
4866 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
4868         * speedbar.el (speedbar-update-localized-contents): Try to
4869         preserve window-start.
4870         (speedbar-update-directory-contents): Try to preserve window-start
4871         and window-point.
4872         (speedbar-update-special-contents): Don't move back to start of window.
4874         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4875         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
4876         speedbar-timer-fn.
4877         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4878         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4879         instead of gdb-speedbar-timer-fn.
4881 2006-02-28  Jay Belanger  <belanger@truman.edu>
4883         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4884         (math-compose-expr): Use latex option when calling
4885         `math-compose-tex-matrix' for latex mode.
4887 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
4889         * speedbar.el: Re-instate comments about developing for speedbar
4890         [this is what info and gdb-ui use even if better methods exist now].
4892         * t-mouse.el: New file.
4893         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
4894         (t-mouse-lispy-buffer-posn-from-coords): Remove.
4895         (t-mouse-make-event-element): Use posn-at-x-y instead.
4896         (t-mouse-make-event): Deal with Fedora Core 3.
4897         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4898         (t-mouse-mouse-position-function): New function.  Use it instead
4899         of advising mouse-position.
4900         (t-mouse-mode): New minor mode.
4901         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
4903 2006-02-27  Glenn Morris  <rgm@gnu.org>
4905         * calendar/calendar.el (calendar-holidays): Doc fix.
4907 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
4909         * progmodes/gdb-ui.el (gdb-source-window): New variable.
4910         Re-introduce the concept of a source window.
4911         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4912         consistency with get-buffer-create.
4913         (def-gdb-auto-update-handler, gdb-info-locals-handler)
4914         (gdb-data-list-register-values-handler)
4915         (gdb-stack-list-locals-handler): Try to preserve window-start as
4916         well as window-point.
4917         (gdb-display-source-buffer): New function (old concept).
4918         (gdb-goto-breakpoint): Use it.
4920         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4921         for gdb-ui/gdb-mi (old concept).
4923 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
4925         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4926         binding.
4928         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4930         * textmodes/reftex-sel.el (reftex-select-label-map)
4931         (reftex-select-bib-map): Add `follow-mouse' binding.
4933 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
4935         * jka-cmpr-hook.el (jka-compr-compression-info-list)
4936         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4937         Give :set functions to provide automatic updating.
4938         Update docstring.  Give compiler defvars early in the file
4939         and move the defcustoms to a later spot where all called functions
4940         are defined.
4941         (jka-compr-file-name-handler-entry): Doc fix.
4942         (jka-compr-compression-info-list--internal)
4943         (jka-compr-mode-alist-additions--internal)
4944         (jka-compr-load-suffixes--internal): New variables.
4945         (jka-compr-install): Set the three above variables.
4946         Update `load-file-rep-suffixes' instead of `load-suffixes'.
4947         (jka-compr-update, jka-compr-set): New functions.
4948         (auto-compression-mode): Doc fix.
4950         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4951         Update `load-file-rep-suffixes' instead of `load-suffixes'.
4952         Use jka-compr-compression-info-list--internal,
4953         jka-compr-mode-alist-additions--internal and
4954         jka-compr-load-suffixes--internal.
4956         * files.el (load-library):
4957         * loadhist.el (file-loadhist-lookup):
4958         * startup.el (command-line):
4959         * subr.el (locate-library):
4960         * emacs-lisp/autoload.el (update-directory-autoloads):
4961         * emacs-lisp/find-func.el (find-library-suffixes):
4962         Use `get-load-suffixes' instead of `load-suffixes'.
4964         * subr.el (locate-library):
4965         * emacs-lisp/find-func.el (find-library-name):
4966         Use `load-file-rep-suffixes' instead of '("").
4968 2006-02-26  Kim F. Storm  <storm@cua.dk>
4970         * ido.el (ido-save-history, ido-load-history): Simplify.
4971         Don't use find-file-noselect to avoid interference from other modes.
4973 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
4975         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4976         to use the default shell if filename is not available.
4977         Reported by Giorgos Keramidas.
4979 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
4981         * progmodes/etags.el (tags-completion-table): Do completion from
4982         all the tables in the current list, as documented in the manual.
4984 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4986         * CC Mode Update to 5.31.3.
4988 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4990         * progmodes/cc-mode.el (c-postprocess-file-styles):
4991         Bind inhibit-read-only to t, around the call to
4992         c-remove-any-local-eval-or-mode-variables, so that it works on a
4993         RO file.
4995 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4997         * progmodes/cc-awk.el: Correct a typo.
4999 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5001         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5002         c-hungry-delete-backwards, at the request of RMS.  Leave the old
5003         name as an alias.
5005 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5007         * progmodes/cc-mode.el: Correct a typo.
5009 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5011         * progmodes/cc-defs.el: Update the version number to 5.31.3.
5013 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5015         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5016         brace-else-brace (error due to mbeg, mend being undefined).
5018 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5020         * progmodes/cc-mode.el: File Local variables: Solve the problem
5021         where both `mode' and c-file-offsets are specified: `mode' will
5022         overwrite c-f-o's settings:
5023         (c-remove-any-local-eval-or-mode-variables): New function.
5024         (c-postprocess-file-styles): Call the above new function, within
5025         c-tentative-buffer-change, to splat `mode' and `eval' before the
5026         second hack-local-variables.
5028 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5030         * progmodes/cc-mode.el:
5031         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5032         (c-after-change): Protect the match data with save-match-data.
5033         It was getting corrupted by c-after-change-check-<>-operators.
5035         * cc-defs.el: [Supersedes patch V1.38]:
5036         (top level): Check for a buggy font-lock-compile-keywords ONLY in
5037         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
5039         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5040         with save-match-data.  It was being corrupted when Font Lock was
5041         not enabled.
5043 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5045         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5046         Mode and Subword Mode.
5048         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5049         real labels ("case 1:" or "foo:") from non-labels ("public:").
5050         (c-forward-objc-directive): Replace c-forward-token-2 with crude
5051         coding; c-f-t-2 doesn't move over a token at EOB.
5053         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5055         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5056         (c-update-modeline): Concatenate the minor mode indicators
5057         directly onto mode-name, removing c-submode-indicators.
5058         Sometimes, c-s-i got separated from the mode name on the mode line.
5060         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5061         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5063 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5065         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5066         error message when there's an evaluation error to show whether
5067         it's loaded from source or not.
5068         (c-filter-ops): Make it available at runtime too to work when
5069         `c-make-init-lang-vars-fun' needs to evaluate from source.
5071 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
5073         * help.el (help): Revert last part of 2006-02-23 change (deletion
5074         of the `provide' call).
5076 2006-02-23  Juri Linkov  <juri@jurta.org>
5078         * compare-w.el (compare-windows-highlight): Add new value
5079         `persistent' and change :type from `boolean' to `choice'.
5080         (compare-windows-overlays1, compare-windows-overlays2):
5081         New internal variables.
5082         (compare-windows-highlight): If compare-windows-highlight is
5083         `persistent', add current overlays to compare-windows-overlays[12]
5084         instead of adding compare-windows-dehighlight to pre-command-hook.
5085         (compare-windows-dehighlight): Delete all overlays from
5086         compare-windows-overlays[12].
5088         * info.el (Info-search): Don't bind search-spaces-regexp to
5089         Info-search-whitespace-regexp in non-regexp isearch mode.
5091 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5093         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5095 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
5097         * textmodes/org.el (org-xemacs-p)
5098         (org-export-html-show-new-buffer, org-table-may-need-update)
5099         (org-insert-item, org-mhe-get-message-real-folder)
5100         (org-mhe-get-message-folder-from-index)
5101         (org-mhe-get-message-folder, org-mhe-get-message-num)
5102         (org-mhe-get-header, org-make-org-heading-search-string)
5103         (org-make-org-heading-camel, org-table-sort-lines)
5104         (org-format-org-table-html, org-format-table-table-html):
5105         Fix typos in docstrings.
5107 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
5109         * textmodes/org.el (org-cleaned-string-for-export)
5110         (org-solidify-link-text): New function.
5111         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5112         XEmacs, just to silence the compiler.
5113         (org-export-as-ascii, org-export-as-html-and-open):
5114         Use `org-cleaned-string-for-export' and create internal links.
5115         (org-follow-mhe-link): Require mh-e, use folder.
5117 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
5119         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5121         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5122         gdb-debug-log-length.
5123         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
5124         it a real ring but...
5125         (gud-gdba-marker-filter): ...make it work like mark-ring.
5126         (gdb-enable-debug): Rename from gdb-enable-debug-log.
5127         (gdb-mouse-jump): New function.  Add bindings.
5129 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
5131         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5132         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5133         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5134         (gdb-debug-log-length): Customize it's length.
5135         (gud-watch, gdb-var-create-handler): Display function::var format
5136         but don't use to create variable object.
5137         (gdb-var-create-handler): Use message-box in place of message.
5138         (gdb-stopped): Call gdb-exited if signalled.
5140 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
5142         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5144         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5146         * textmodes/reftex.el (reftex-locate-file): Search all extensions
5147         if `reftex-try-all-extensions' is set.
5149         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5150         fail silently when there is no valid argument at point.
5151         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5152         `fail-silently' argument.  From a patch by David Reiter.
5154         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5155         New commands.
5156         (org-mark-ring): New variable.
5157         (org-mark-ring-length): New option.
5158         (org-open-at-point, org-goto, org-open-file): Push old position
5159         onto the mark ring.
5160         (org-add-hook): New function.
5161         (org-export-table-remove-special-lines): New option.
5162         (org-skip-comments, org-format-org-table-html): Respect new
5163         option `org-export-table-remove-special-lines'.
5164         (org-open-file): Allow special command configuration for
5165         directory link.
5166         (org-file-apps): Fix bugs in customize type, added setting
5167         for directories.
5168         (org-activate-tags, org-format-agenda-item, org-complete)
5169         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5170         (org-get-tags, org-get-buffer-tags, org-open-at-point)
5171         (org-link-search, org-make-org-heading-search-string)
5172         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5173         (org-radio-targets, org-file-link-context-use-camel-case)
5174         (org-activate-camels): New options.
5175         (org-update-radio-target-regexp, org-all-targets)
5176         (org-make-target-link-regexp, org-activate-target-links):
5177         New functions.
5178         (org-make-org-heading-search-string): New function.
5179         (org-store-link, org-insert-link): Use new option
5180         `org-file-link-context-use-camel-case'.
5181         (org-activate-camels): Use new option `org-activate-camels'.
5182         (org-link-regexp): Add mhe prefix.
5183         (org-open-at-point, org-store-link): Support for mhe links.
5184         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5185         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5186         (org-mhe-get-header, org-follow-mhe-link): New functions.
5187         (org-remove-angle-brackets, org-add-angle-brackets):
5188         New functions.
5189         (org-bracket-link-regexp): New constant.
5190         (org-read-date): Fix bug that was rejecting all typed dates.
5191         (org-link-search): Make hierarchy above visible after a match.
5192         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5193         (org-store-link): Fix bug with link creation when cursor is in
5194         an empty line.
5195         (org-open-at-point): Fix bug with matching a link.
5196         Fixed buggy argument sequence in call to `org-view-tags'.
5197         (org-compile-prefix-format): Set `org-prefix-has-tag'.
5198         (org-prefix-has-tag): New variable.
5199         (org-format-agenda-item): Remove tags from headline
5200         if appropriate.
5201         (org-agenda-remove-tags-when-in-prefix): New option.
5203 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
5205         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5206         Fix the regular expressions.
5208 2006-02-21  Richard M. Stallman  <rms@gnu.org>
5210         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5211         if there's no other specific basis.
5213         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5214         as variables at all.
5215         (unsafep-variable): Rename arg; doc fix.
5217         * abbrevlist.el (list-one-abbrev-table): Add autoload.
5219         * calendar/appt.el (diary-selective-display): Add defvar.
5221         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5223         * isearch.el (search-whitespace-regexp): Fix custom type.
5225         * help.el (describe-key-briefly): Compute interactive args
5226         in same was as before previous change.
5228         * files.el (enable-local-variables): Doc fix.
5230 2006-02-21  Kim F. Storm  <storm@cua.dk>
5232         * fringe.el: Cleanup as file is now pre-loaded.
5233         (fringe-bitmaps): Initialize unconditionally.
5234         (fringe-mode, set-fringe-style): Remove autoload cookies.
5236 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5238         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5239         `horizontal-bar'.
5240         (fringe-cursor-alist): Use `horizontal-bar'.
5242 2006-02-20  Kim F. Storm  <storm@cua.dk>
5244         * fringe.el (fringe-bitmaps): Update to new bitmap names.
5245         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5247         * loadup.el: Load "fringe" on window systems.
5249 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
5251         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5252         out of scope components.
5254         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5255         default.
5257 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
5259         * custom.el (customize-mark-to-save, customize-mark-as-set):
5260         Load the symbol first.
5262 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5264         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5265         strech spec so it doesn't display as "^J" on the header line
5266         when `Buffer-menu-use-header-line' is t.
5268 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
5270         * speedbar.el (speedbar-make-button): Keep text properties
5271         of string arguments if desired.
5273         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5274         expessions.
5276         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5277         of speedbar.
5279 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
5281         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5282         to value of `read-file-name-completion-ignore-case'.
5284 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
5286         * custom.el (customize-mark-as-set): Push to `user' theme.
5288         * cus-edit.el (custom-save-variables): Allow unthemed values.
5289         (customize-set-variable): Push setting to `user' theme.
5291 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
5293         * progmodes/gud.el: Don't require font-lock as it's now
5294         automatically loaded.
5295         (gud-speedbar-buttons): Replace gdb-var-changed with
5296         gdb-force-update.
5298         * progmodes/gdb-ui.el (gdb-force-update): Rename from
5299         gdb-var-changed.
5300         (gdb-post-prompt): Use it.
5301         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5302         (gdb-var-update-handler, gdb-var-delete)
5303         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5304         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5305         gdb-force-update in gdb-post-prompt.
5306         (gdb-reset): Clear watch expressions from speedbar when quitting.
5308 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5310         * viper-cmd.el (viper-insert-state-post-command-sentinel)
5311         (viper-change-state-to-vi, viper-change-state-to-emacs):
5312         Make aware of cursor coloring in the Emacs state.
5313         (viper-special-read-and-insert-char): Use read-char-exclusive.
5314         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5316         * viper-init.el (viper-emacs-state-cursor-color): New variable.
5318         * viper-util.el (viper-save-cursor-color)
5319         (viper-get-saved-cursor-color-in-replace-mode)
5320         (viper-get-saved-cursor-color-in-insert-mode)
5321         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5322         state.
5323         (viper-get-saved-cursor-color-in-emacs-mode): New function.
5325         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5326         (ediff-ignore-case-option3, ediff-actual-diff-options)
5327         (ediff-actual-diff3-options): New variables to control case sensitivity.
5328         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5329         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5330         (ediff-toggle-ignore-case): New function.
5331         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5333         * ediff-help.el (ediff-long-help-message-narrow2)
5334         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5335         (ediff-long-help-message-word-mode): Add ignore-case command.
5336         (ediff-help-for-quick-help): Add ignore-case command.
5338         * ediff-merg.el: Move provide to the end.
5340         * ediff-ptch.el: Move provide to the end.
5342         * ediff-wind.el: Move provide to the end.
5344         * ediff-mult.el: Move provide to the end.
5345         (ediff-set-meta-overlay): Enable follow-link.
5347         * ediff.el: Move provide to the end.
5348         Break recursive load cycle in eval-when-compile.
5349         (ediff-patch-buffer): Better heuristics.
5351         * ediff-util.el: Move provide to the end.
5352         Break recursive load cycle in eval-when-compile.
5353         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
5354         defuns.
5355         (ediff-submit-report): Pass the values of ediff-diff3-program,
5356         ediff-diff3-options.
5358 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
5360         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5361         the opening bracket of the following bracketing pairs: {}, [], (), <>,
5362         `' (for example, in the docstring of `windmove-default-keybindings').
5364 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
5366         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5367         shadow face.  Don't provide binding to edit variable when it is
5368         out of scope.
5370         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5371         (gdb-var-update-handler): Detect out of scope variables with pre
5372         GDB 6.4 too.
5373         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5374         Reset status of variable objects to nil in update handlers.
5375         (gdb-var-update-handler-1): Detect when a variable object comes
5376         in scope.  setcar on var changes gdb-var-list directly.
5378 2006-02-17  Juri Linkov  <juri@jurta.org>
5380         * ffap.el (ffap) <defface>: Add explicit face declaration.
5381         (ffap-highlight): Use face `ffap' directly instead of checking
5382         for its existence.
5384         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5385         `visible-ok' of `other-buffer' to find the right original buffer.
5387         * info.el (Info-search): Skip `Local Variables' node.
5389 2006-02-17  Juri Linkov  <juri@jurta.org>
5391         * info.el (Info-find-file): Check for symbols `apropos', `history',
5392         `toc' in the input filename, and return these symbols as is.
5393         (Info-find-node-2): Set Info-current-file to symbols `apropos',
5394         `history', `toc' instead of strings.
5395         (Info-set-mode-line): For non-string Info-current-file use the
5396         symbol's name inside **.
5397         (Info-isearch-push-state): Add quote before Info-current-file and
5398         Info-current-node.
5399         (Info-isearch-pop-state): Use `equal' instead of `string='.
5400         (Info-extract-pointer, Info-following-node-name): Use
5401         `match-string-no-properties' instead of `match-string'.
5402         (Info-up): Check `old-file' for `stringp'.
5403         (Info-history): Use `equal' instead of `string-equal'.
5404         Check `file' for `stringp'.
5405         (Info-history): Use symbol `history' instead of string as first arg
5406         of `Info-find-node'.
5407         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
5408         `toc' instead of string.
5409         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5410         instead of `buffer-substring', and `match-string-no-properties'
5411         instead of `match-string'.
5412         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5413         instead of strings.
5414         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5415         Use symbol `apropos' instead of string.
5416         (Info-copy-current-node-name): Check `Info-current-file' for
5417         `stringp' and construct a command with `Info-find-node' from it.
5418         (Info-fontify-node): Use `match-string-no-properties' instead of
5419         `match-string' and check file names for `stringp'.
5420         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5421         `history', `toc' instead of strings.
5423 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
5425         * files.el: Rearrange functions and variables in the file local
5426         variables section.
5428 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
5430         * files.el: Add truncate-lines, ispell-check-comments and
5431         ispell-local-dictionary as safe local variables.
5433 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
5435         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5436         out of scope variables.
5437         (gud-speedbar-buttons): Use unless.
5439         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5440         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5441         (gdb-show-changed-values): Also use for out of scope variables.
5442         (gdb-var-update-handler-1): Note if variable goes out of scope.
5444 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
5446         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5447         default to global variable values for unsupplied args.
5448         (rcirc-get-buffer-create): Fix bug with setting the target.
5449         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5450         test for rcirc-always-use-server-buffer-flag here.
5451         (rcirc-response-formats): Add %N, which is a facified nick.  %n
5452         uses the default face.  Change the ACTION format string.  If the
5453         "nick" is the server, don't print anything for that field.
5454         Comment fixes.
5455         (rcirc-target-buffer): Don't test
5456         rcirc-always-use-server-buffer-flag here.
5457         (rcirc-print): Squeeze extra spaces out of the text before message.
5458         (rcirc-put-nick-channel): Strip potential "@" char from nick
5459         before adding them to nick table.
5460         (rcirc-url-regexp): Improve to match address like "foo.com".
5462 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
5464         * allout.el (allout-hidden-p): Move this defsubst before
5465         allout-overlay-interior-modification-handler, where it is first
5466         used.
5468 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
5470         * allout.el: Use allout invisible-text overlays instead of
5471         selective display for concealed text.  Also, lots of general
5472         cleanup, and improved compatibility code.
5474         (allout-version) Incremented, corrected, revised, and refined
5475         module commentary.
5477         (provide 'allout): Moved to the bottom, added a require of overlay.
5479         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5480         `except-current'.
5481         (allout-write-file-hook-handler): Minimize delay.
5482         (count-trailing-whitespace-region): New function so
5483         auto-encryption of current topic can resituate cursor exactly.
5484         PGP/GPG encryption trims trailing whitespace from lines, which
5485         must be accounted for across encryption then decryption.
5487         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5488         just plain "\C-c", to avoid intruding on user's keybinding space.
5490         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5491         parameter, so user request to provide a new password is done.
5493         (allout-outside-normal-auto-fill-function, allout-auto-fill):
5494         Refined mechanism for auto-filling behavior while in allout mode.
5496         (allout-mode): Explicitly specify the mode map in the docstring.
5497         Clarify provision for various write-file hook var names.
5498         Adjusted for invisible-text overlays instead of selective-display.
5500         (allout-depth): Really return 0 if not within any topic.  This
5501         rectifies `allout-beginning-of-level' and sequence numbering
5502         errors that occur when cutting and pasting numbered topics.
5503         Changed from a in-line subst to a regular function, as well.
5505         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5507         (allout-end-of-subtree, allout-end-of-subtree)
5508         (allout-end-of-entry, allout-end-of-current-heading)
5509         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5510         (allout-show-children, allout-show-to-offshoot)
5511         (allout-hide-current-entry, allout-show-current-entry): Rectified
5512         handling of trailing blank lines between items.
5514         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5515         (allout-current-depth, allout-unprotected, allout-hidden-p)
5516         (allout-on-current-heading-p, allout-listify-exposed)
5517         (allout-chart-subtree, allout-goto-prefix)
5518         (allout-back-to-current-heading, allout-get-body-text)
5519         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5520         (allout-hide-region-body, allout-toggle-subtree-encryption)
5521         (allout-encrypt-string, allout-encrypted-key-info)
5522         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5523         (allout-file-vars-section-data): Adjusted for use with
5524         invisible-text overlays instead of selective-display.
5526         (allout-kill-line, allout-kill-topic, allout-yank-processing):
5527         Reworked for use with invisible text overlays.
5529         (allout-current-topic-collapsed-p): New function.
5531         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5532         to know when to close the containing topic.
5534         (allout-pre-command-business, allout-post-command-business):
5535         Simplify undo-batching and dynamic isearch exposure.
5537         (allout-set-overlay-category): New for invisible-text overlays.
5538         Sets properties of allout-overlay-category, used by
5539         allout-flag-region to set invisible-text overlay properties.
5540         (allout-get-invisibility-overlay): Get the first qualifying
5541         invisibility overlay, so we can find the extent of it.
5542         (allout-back-to-visible-text): Get to just before the beginnining
5543         of the current invisibility overlay, if any.
5545         (allout-overlay-insert-in-front-handler)
5546         (allout-overlay-interior-modification-handler)
5547         (allout-before-change-handler, allout-isearch-end-handler): New
5548         functions to handle extraordinary actions affecting concealed
5549         text.
5551         (allout-flag-region): Use overlays instead of selective-display
5552         for invisible text - by inheritence from the properties of
5553         allout-overlay-category in mainline Emacs, and applied
5554         property-by-property in XEmacs, some recent versions of which
5555         don't inherit the properties from the category.  Provisions to
5556         respond to concealed-text edits simplified drastically.
5558         (allout-isearch-rectification, allout-isearch-was-font-lock)
5559         (allout-isearch-expose, allout-enwrap-isearch)
5560         (allout-isearch-abort, allout-pre-was-isearching)
5561         (allout-isearch-prior-pos, allout-isearch-did-quit)
5562         (allout-isearch-dynamic-expose)
5563         (allout-hide-current-entry-completely): Functions deleted.
5565         (allout-undo-aggregation): Explicit undo aggregation no longer
5566         necessary due to transition away from selective-display.
5568         (set-allout-regexp, allout-up-current-level)
5569         (allout-next-visible-heading, allout-forward-current-level)
5570         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5571         (allout-kill-line, allout-yank-processing, allout-show-children)
5572         (allout-expose-topic, allout-old-expose-topic)
5573         (allout-listify-exposed, allout-insert-latex-header)
5574         (allout-toggle-subtree-encryption, allout-encrypt-string)
5575         (remove-from-invisibility-spec, allout-hide-current-subtree):
5576         Ditched unused variables.
5578 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
5580         * textmodes/ispell.el (ispell-change-dictionary): Call
5581         ispell-buffer-local-dict instead of
5582         ispell-accept-buffer-local-defs.
5583         (ispell-local-dictionary-alist): Accept as valid any coding-system
5584         supported by Emacs.
5585         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5586         changed to iso-8859-3.
5588 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
5590         * speedbar.el (speedbar-frame-width): Make an inline function
5591         instead of a macro.  Use frame-width.
5592         (speedbar-try-completion, speedbar-update-contents)
5593         (speedbar-timer-fn): Use consp.
5594         (speedbar-update-localized-contents): Try to preserve point.
5596         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5597         (menu): Re-order menu items.
5598         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5599         field.
5600         (gdb-var-update-handler-1): Use it for GDB 6.4+.
5601         (gdb-post-prompt): Speed things by not forcing update.
5603 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
5605         * wid-edit.el (widget-button-click): For mouse-1, cancel button
5606         press and perform default action if we get a mouse movement event.
5608 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5610         * calendar/icalendar.el (icalendar--get-event-property)
5611         (icalendar--get-event-property-attributes): Fix typos in
5612         docstrings.
5614         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5615         docstring.
5617 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
5619         * bs.el (bs-mode): Use `buffer-disable-undo'.
5620         (bs--get-file-name): Simplify.
5621         (bs-show-in-buffer): Mark the buffer as not modified.
5623 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5625         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5626         widget-button-click.
5628         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5629         (custom-mode): Update docstring.
5631         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5632         binding.
5634         * files.el (hack-local-variables-confirm): Allow scrolling if the
5635         file variable list is too long.  Kill temp buffer after use.
5637 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
5639         * progmodes/gud.el (gdb): Improve doc string.
5640         (gdb-script-font-lock-keywords): Expand allowed character set.
5642         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5643         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5644         (gdb-separate-io-interrupt, gdb-separate-io-quit)
5645         (gdb-separate-io-stop, gdb-separate-io-eof):
5646         Rename from gdb-inferior-* to gdb-separate-*.
5647         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5649 2006-02-14  Jay Belanger  <belanger@truman.edu>
5651         * calc/calc-arith.el (math-check-known-scalarp): Make sure
5652         expression is a symbol before checking that it is bound.
5654         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5655         test to see if equation can be solved.
5657 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5659         * wid-edit.el (widget-button-click): Use :pressed-face property
5660         for overlay face, if it exists.
5662         * cus-edit.el (custom-manual, custom-add-see-also)
5663         (custom-add-parent-links, custom-group-link): Add :pressed-face
5664         property to links.
5666         * files.el (hack-local-variables): Remove ignored variables before
5667         checking if any variables need setting.
5669 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5671         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5673 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
5675         * help.el (where-is): Fix message for remapped commands.
5677         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5678         Fix typos in docstrings.
5680 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
5682         * files.el (safe-local-variable-values): New option.
5683         (hack-local-variables-prop-line): Return a list of variable-value
5684         pairs if MODE-ONLY is non-nil.
5685         (hack-local-variables): Construct list of variable-value pairs,
5686         and apply or reject them in one go.  Ask for confirmation if
5687         variables are not known safe.
5688         (hack-local-variables-confirm): Complete rewrite.  Support
5689         `safe-local-variable-values'.
5690         (enable-local-variables): Update docstring to reflect new
5691         behavior.
5692         (ignored-local-variables): Ignore ignored-local-variables and
5693         safe-local-variable-values.
5694         (safe-local-variable-p): New function.
5695         (risky-local-variable-p): `safe-local-variable' property check
5696         moved to safe-local-variable-p.
5697         (hack-one-local-variable): Checks moved to hack-local-variables.
5699         (byte-compile-dynamic, c-basic-offset, c-file-style)
5700         (c-indent-level, comment-column, fill-column, fill-prefix)
5701         (indent-tabs-mode, kept-new-versions, no-byte-compile)
5702         (no-update-autoloads, outline-regexp, page-delimiter)
5703         (paragraph-start, paragraph-separate, sentence-end)
5704         (sentence-end-double-space tab-width, version-control):
5705         Add `safe-local-variable' property.
5707         * find-lisp.el: Delete nonexistent `autocompile' file variable.
5709         * icomplete.el, play/landmark.el: Change nonexistent
5710         `outline-layout' file variable to `allout-layout'.
5712 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
5714         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5715         (gdb-get-changed-registers): Test value of gud-minor-mode relative
5716         to gud-comint-buffer.
5717         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5718         gdb-ui.el for gdb-mi.el.
5719         (gdb-post-prompt, gdb-get-changed-registers): Move test for
5720         registers buffer to gdb-get-changed-registers.
5721         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
5722         deletion of catchpoints (throw and catch).
5723         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5724         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5725         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5726         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5727         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5729 2006-02-13  Jay Belanger  <belanger@truman.edu>
5731         * calc/calc-arith.el (math-check-known-matrixp): Make sure
5732         expression is a symbol before checking that it is bound.
5734 2006-02-13  Richard M. Stallman  <rms@gnu.org>
5736         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5737         for the minibuffer too, but not if resize-mini-windows will interfere.
5739         * help.el (describe-key-briefly, describe-key): Do all arg-reading
5740         inside `interactive' spec.
5741         (describe-key-briefly-internal, describe-key-internal):
5742         Functions merged back into their callers.
5744 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
5746         * info.el (info-xref-visited): Inherit from info-xref too.
5747         (Info-set-mode-line): Replace occurrences of `%' by `%%'
5748         when propertizing Info-current-file and Info-current-node.
5750 2006-02-13  Juri Linkov  <juri@jurta.org>
5752         * tumme.el (tumme-thumbnail-storage): Fix docstring.
5753         (tumme-thumb-name): Fix per-directory format.
5755 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
5757         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5759 2006-02-12  Miles Bader  <miles@gnu.org>
5761         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5763 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
5765         * tumme.el: Remove history section.  If someone needs the it, it
5766         can always be found in CVS.
5768 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
5770         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
5771         about the Thumbnail Managing Standard option.
5773 2006-02-12  Richard M. Stallman  <rms@gnu.org>
5775         * subr.el (substitute-key-definition): Doc fix.
5777         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5779         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5781         * info.el (Info-mode): Doc fix.
5783         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5785 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
5787         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5788         because on Solaris a POSIX compatible "id" is needed.  Reported by
5789         Magnus Henoch <mange@freemail.hu>.
5791 2006-02-12  Juri Linkov  <juri@jurta.org>
5793         * tumme.el: Remove todo item about Thumbnail Managing Standard.
5794         (tumme) <defgroup>: Change :group to `multimedia'.
5795         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5796         Managing Standard.
5797         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5798         Fix dostring.
5799         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5800         and %y.  Fix docstring.
5801         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5802         (tumme-cmd-create-standard-thumbnail-command): New user options.
5803         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5804         is `standard'.  Fix docstring.
5805         (tumme-thumb-width, tumme-thumb-height): New user options.
5806         (tumme-external-viewer): Try to find various viewers.
5807         (tumme-get-thumbnail-image): Use `create-image' instead of
5808         constructing the `image' structure.
5809         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5810         `standard'.
5811         (tumme-thumb-name): Add file name generation for standard storage.
5812         Simplify code for other storages.
5813         (tumme-thumb-name): Use width %w and height %h instead of size %s.
5814         Add modification time %m and thumbnail-nq8 %q.
5815         Use `tumme-cmd-create-standard-thumbnail-command' if
5816         tumme-thumbnail-storage is `standard'.
5817         (tumme-dired-insert-marked-thumbs): New autoload command.
5818         (tumme-dired-after-readin-hook): New function.
5819         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5820         `tumme-thumb-size'.
5821         (tumme-display-image): Replace size-x %x and size-y %y with
5822         width %w and height %h.
5824         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5825         `tumme-dired-insert-marked-thumbs'.
5827 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
5829         * tumme.el (tumme-write-tag): Fix small bug (file name did not
5830         include path).
5831         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5832         matching tag.
5834 2006-02-12  Miles Bader  <miles@gnu.org>
5836         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5837         New variables.
5838         (rcirc-abbrev-nick): New function.
5839         (rcirc-format-response-string): Rewrite to use the formats in
5840         `rcirc-response-formats' and expand escape sequences therein.
5841         A text-property `rcirc-text' is added over the actual response
5842         text to make easy to find inside the returned string.
5843         (rcirc-print): When filling, just look for the `rcirc-text'
5844         text-property to find the appropriate fill prefix, instead of
5845         using hardwired patterns.
5847 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
5849         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
5850         Managing Standard.
5852 2006-02-11  Kim F. Storm  <storm@cua.dk>
5854         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5855         Don't use insert-buffer; do insert-buffer-substring directly.
5856         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
5858 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
5860         * files.el (revert-buffer, recover-file): Replace buffer-read-only
5861         with inhibit-read-only.  Suggested by Stefan Monnier.
5862         (revert-buffer): Let insert-file-contents discard
5863         buffer-undo-list.  Simplify code.
5864         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5866 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
5868         * menu-bar.el (menu-bar-select-yank): Add a doc string.
5870         * help.el (describe-key-briefly): Now a wrapper for
5871         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
5872         to t.  Populate yank-menu if empty.
5873         (describe-key-briefly-internal): Renamed from describe-key-briefly.
5874         (describe-key): Now a wrapper for describe-key-internal.  Bind
5875         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
5876         (describe-key-internal): Renamed from describe-key.
5878 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
5880         * progmodes/glasses.el (glasses-separator): Doc fix.
5881         (glasses-original-separator): New defcustom.
5882         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5884 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
5886         * mwheel.el (mouse-wheel-up-event): Doc fix.
5888 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
5890         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5891         (tumme-dir): New function.  Copied from thumbs.el.
5893 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
5895         * desktop.el (desktop-outvar): Fix typo.
5896         (desktop-save-buffer-p): Doc fix.
5898         * subr.el (substitute-key-definition): Fix typo.
5900 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5902         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5903         when window-system is mac.
5905         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5907 2006-02-10  Kim F. Storm  <storm@cua.dk>
5909         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5910         indirect-function instead of using condition-case.
5912 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
5914         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5915         less `colloquial'...
5917 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
5919         * tumme.el: Add a couple of todo items.
5921 2006-02-09  Lars Hansen  <larsh@soem.dk>
5923         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5924         (highlight-changes-mode): Don't change desktop-locals-to-save.
5926 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
5928         * image-mode.el (image-toggle-display): Clear image cache if using
5929         filename.
5931 2006-02-09  Masatake YAMATO  <jet@gyve.org>
5933         * dired-x.el (dired-guess-shell-alist-default): Add .man as
5934         a `dired-man' target.
5936         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5937         boundary of symbols.
5939 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
5941         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5943 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
5945         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5946         `mapcar'; return nil.
5948 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
5950         * mouse.el (mouse-drag-track): Don't change window if we rebind to
5951         some other event.
5953 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
5955         * net/rcirc.el (rcirc-startup-channels-alist):
5956         Add irc.freenode.net and #emacs as defaults.
5957         (rcirc-ignore-all-activity-flag): Remove variable.
5958         (rcirc-authinfo): New variable.
5959         (rcirc-authinfo-filename): Remove variable.
5960         (rcirc-always-use-server-buffer-flag): New flag.
5961         (rcirc): M-x rcirc will automatically connect without prompting.
5962         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
5963         connection in lisp.
5964         (rcirc-process-server-response-1): Remove everything but the nick
5965         portion of the sender so it doesn't need to be done everywhere
5966         else.  Update related code.
5967         (global-map): Remove global keybindings.
5968         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5969         (rcirc-send-input): Split into several functions.
5970         (rcirc-process-input-line, rcirc-process-message)
5971         (rcirc-process-command): New functions.
5972         (rcirc-target-buffer): New function to determine where to route
5973         messages.
5974         (rcirc-user-nick): Save match data.
5975         (rcirc-toggle-ignore-buffer-activity)
5976         (rcirc-update-activity-string): Remove global ignore functionality,
5977         which can be done now by toggling rcirc-track-minor-mode.
5978         (rcirc-track-minor-mode-map): New keymap.
5979         (rcirc-track-minor-mode): New minor-mode.
5980         (ignore): Make the ignore output nicer.  Always print it when
5981         adding or removing nicks.
5982         (rcirc-url-regexp): Improve.
5983         (rcirc-mangle-text): Remove properties before using text in the
5984         modeline.
5985         (rcirc-authenticate): Authentication data comes from
5986         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5987         (rcirc-server-prefix): Inherit from rcirc-server.
5989 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
5991         * Makefile.in (compile): Append "|| true" to the end of the `find'
5992         command, like compile-always does.
5994 2006-02-08  Sam Steingold  <sds@gnu.org>
5996         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5997         output from a dead connection.
5999 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
6001         * dired.el (dired-mode-map): Add more bindings for tumme.
6003 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6005         * wdired.el (wdired-mode-map): Use remap.
6006         (wdired-get-filename): Massage.
6007         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6008         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6009         `keymap' property rather than `local-map'.
6011 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
6013         * tumme.el (tumme-get-thumbnail-image): New utility function.
6014         Suggested by from Chong Yidong.
6015         (tumme-dired-with-window-configuration): Rename from
6016         `tumme-dired'.  Add code to save window configuration.
6017         (tumme-restore-window-configuration): New command to restore the
6018         window configuration that `tumme-dired-with-window-configuration'
6019         saves before it changes the window configuration.
6020         (tumme-show-all-from-dir): New command to display thumbnails for
6021         all files in a directory entered by the user, like M-x thumbs.
6022         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6023         have been created.
6024         (tumme-display-thumbnail-original-image): Call `display-buffer'.
6025         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6026         Remove obsolete test function.
6028 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
6030         * vc.el (small-temporary-file-directory): Remove defvar; there's
6031         a defcustom for it in files.el.
6033         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6034         Fix typo in message.
6035         (tumme-gallery-generate): Fix typo in `error' message.
6036         (tumme-display-window-height-correction)
6037         (tumme-display-window-width-correction, tumme-line-up-dynamic)
6038         (tumme-line-up-interactive): Dox fixes.
6039         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6040         (tumme-restore-window-configuration, tumme-format-properties-string)
6041         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6042         Fix typos in docstrings.
6044 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
6046         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6048 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
6050         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6051         User should use hook if desired.
6053         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6054         buffer if necessary.
6055         (gdb-delete-frame-or-window): New function.
6056         (gdb-breakpoints-mode-map): Bind "q" to it.
6058 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6060         * textmodes/nroff-mode.el: Clean up name space.
6061         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6062         (nroff-mode): Obey the global setting of nroff-electric-mode.
6063         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6065         * calendar/calendar.el (calendar-increment-month): Typo in last change.
6067 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
6069         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6071 2006-02-06  Lars Hansen  <larsh@soem.dk>
6073         * generic-x.el (etc-fstab-generic-mode): Add file system types
6074         cifs and usbdevfs.  Allow special chars in file names.
6076 2006-02-05  Jay Belanger  <belanger@truman.edu>
6078         Update copyright notices of the files in lisp/calc.
6080 2006-02-05  Romain Francoise  <romain@orebokech.com>
6082         Update copyright notices of all files in the lisp/play directory.
6084 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
6086         * ldefs-boot.el: Regenerate.
6088         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6090 2006-02-05  Kim F. Storm  <storm@cua.dk>
6092         * files.el (magic-mode-regexp-match-limit): New defvar.
6093         (set-auto-mode): Use it to limit magic-mode-alist matching.
6095 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
6097         * simple.el (display-message-or-buffer): Compare the number of
6098         characters to the frame width when determining whether a 1-line
6099         message string will fit in the echo area.  Count screen lines
6100         instead of buffer lines when determining whether a multi-line
6101         message will fit in the echo area/minibuffer window.
6103 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
6105         * info.el (Info-index, Info-mode): Improve the description of the
6106         `i' command.
6108         * ldefs-boot.el: Regenerate.
6110 2006-02-03  Werner Lemberg  <wl@gnu.org>
6112         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6113         greedy to find the closing bracket in \*[...] and similar
6114         expressions.  This is a first rough fix -- many additional
6115         refinements are necessary to make nroff mode really usable with groff.
6117 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
6119         * international/mule-cmds.el (set-locale-environment):
6120         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6121         libX11.
6123 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
6125         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6126         archive are created in archive-tmpdir.
6128 2006-02-02  John Paul Wallington  <jpw@pobox.com>
6130         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6131         (ibuffer-fontification-alist): Use it.
6132         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6133         to "* z" and the Ibuffer Mark menu.
6135         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6137 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6139         * textmodes/table.el (*table--cell-describe-mode)
6140         (*table--cell-describe-bindings): Undo last change since
6141         print-help-return-message is not obsoleted by anything at all.
6143 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
6145         * emulation/cua-base.el (cua-mode): Doc fix.
6147 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
6149         * dframe.el (dframe-handle-make-frame-visible)
6150         (dframe-handle-iconify-frame, dframe-get-focus)
6151         (dframe-select-attached-frame, dframe-power-click)
6152         (dframe-frame-mode): Fix typos in docstrings.
6154         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6155         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6156         Fix typos in docstrings.
6158         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6159         (hi-lock-face-buffer, hi-lock-font-lock-hook)
6160         (hi-lock-archaic-interface-message-used)
6161         (hi-lock-file-patterns-range): Fix typos in docstrings.
6163         * savehist.el (savehist-loaded, savehist-load, savehist-install)
6164         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6166         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6167         Fix typo in docstring.
6169         * net/newsticker.el (newsticker--decode-iso8601-date)
6170         (newsticker--set-customvar, newsticker--buffer-insert-item)
6171         (newsticker--do-run-auto-mark-filter)
6172         (newsticker--parse-generic-feed): Doc fixes.
6173         (newsticker--retrieval-timer-list, newsticker-url-list)
6174         (newsticker-hide-immortal-items-in-echo-area)
6175         (newsticker-hide-obsolete-items-in-echo-area)
6176         (newsticker-new-item-face, newsticker--enclosure)
6177         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6178         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6179         (newsticker--parse-generic-feed, newsticker--cache-contains)
6180         (newsticker--stat-num-items, newsticker-download-enclosures):
6181         Fix typos in docstrings.
6183         * net/rcirc.el (rcirc-debug): Doc fix.
6184         (rcirc-fill-column, rcirc-receive-message-hooks)
6185         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6186         (rcirc-mode, rcirc-generate-new-buffer-name)
6187         (rcirc-startup-channels, rcirc-ignore-update-automatic)
6188         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6189         Fix typos in docstrings.
6190         (rcirc-print): "?\ " -> "?\s".
6191         (rcirc-cmd-join): Improve argument/docstring consistency.
6193 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
6195         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6196         before narrow-to-region.
6198 2006-02-01  Richard M. Stallman  <rms@gnu.org>
6200         * simple.el (move-beginning-of-line): Scan properly for invis change.
6202         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6204 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
6206         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6207         change bit only when id-format is 'integer.  Reported by Matt
6208         Hodges <M.P.Hodges@rl.ac.uk>.
6210 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
6212         * hilit-chg.el (highlight-changes-initial-state)
6213         (highlight-changes-global-initial-state): Doc fixes.
6214         (highlight-changes-global-modes, global-highlight-changes):
6215         Fix typos in docstrings.
6217 2006-02-01  Kim F. Storm  <storm@cua.dk>
6219         * emulation/cua-base.el (cua-mode): Mention that CUA enables
6220         transient-mark-mode in doc string.
6222 2006-01-31  Richard M. Stallman  <rms@gnu.org>
6224         * replace.el (multi-occur): Doc fix.
6225         (multi-occur-in-matching-buffers): Rename from
6226         multi-occur-by-filename-regexp.  Prefix arg says match
6227         buffer names instead of file names.
6229 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
6231         * bs.el: Allow non-default values of `bs-header-lines-length'.
6232         (bs--running-in-xemacs): Remove (not needed anymore).
6233         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6234         instead of `shrink-window', thus avoiding having to compute the
6235         height of the window.
6236         (bs--up): Wrap around even when there's no header.
6237         (bs--down): Use `forward-line' instead of `next-line'.
6239 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
6241         * image-mode.el (image-toggle-display): Use file name if possible,
6242         instead of unnecessarily allocating a (possibly huge) lisp string.
6244 2006-01-30  John Paul Wallington  <jpw@pobox.com>
6246         * subr.el (toplevel): Define `cl-assertion-failed' condition here
6247         because the `assert' macro signals it at runtime.
6249         * emacs-lisp/cl.el (toplevel): Remove definition of
6250         `cl-assertion-failed' condition.
6252 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
6254         * thumbs.el (thumbs-marked-list): Make buffer-local and
6255         permanent-local.
6256         (thumbs-insert-thumb): Make help-echo non-sticky.
6257         (thumbs-file-alist): Use eolp as check for (non)-image.
6259 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
6261         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6262         (ediff-before-session-group-setup-hooks)
6263         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6264         Fix typos in docstrings.
6266         * window.el (bw-dir, bw-eqdir, balance-windows)
6267         (split-window-keep-point): Fix typos in docstrings.
6269         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6270         (org-quote-string, org-calendar-to-agenda-key)
6271         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6272         (org-show-following-heading, org-tags-column)
6273         (org-use-tag-inheritance, org, org-allow-space-in-links)
6274         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6275         (org-enable-table-editor, org-calc-default-modes)
6276         (org-table-allow-automatic-line-recalculation)
6277         (org-export-html-style, org-export-with-fixed-width)
6278         (org-export-with-sub-superscripts, org-special-keyword)
6279         (org-formula, org-time-grid, org-table-may-need-update)
6280         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6281         (org-goto-quit, org-get-indentation, org-end-of-item)
6282         (org-move-item-down, org-move-item-up)
6283         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6284         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6285         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6286         (org-agenda-log-mode, org-agenda-toggle-diary)
6287         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6288         (org-agenda-file-to-end, org-agenda-no-heading-message)
6289         (org-agenda-get-closed, org-format-agenda-item)
6290         (org-cmp-priority, org-cmp-category, org-cmp-time)
6291         (org-agenda-change-all-lines, org-agenda-diary-entry)
6292         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6293         (org-link-search, org-camel-to-words, org-open-file)
6294         (org-remember-handler, org-table-convert-region)
6295         (org-table-move-row-down, org-table-move-row-up)
6296         (org-table-copy-region, org-table-wrap-region)
6297         (org-table-toggle-vline-visibility)
6298         (org-table-get-vertical-vector, org-table-modify-formulas)
6299         (org-table-get-specials, org-recalc-commands)
6300         (org-table-rotate-recalc-marks, org-table-eval-formula)
6301         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6302         (org-level-color-stars-only, org-insert-heading):
6303         Fix typos in docstrings.
6304         (last-arg): Add defvar.
6306         * makefile.w32-in (WINS): Add erc.
6307         (MH_E_SRC): Update (copied from lisp/Makefile.in).
6309 2006-01-29  Bill Wohler  <wohler@newt.com>
6311         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6312         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6313         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
6314         (mh-autoloads): Don't use comments on otherwise empty lines.
6316 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
6318         * emulation/viper.el (viper-major-mode-modifier-list): Add
6319         insert-state and vi-state entries for erc-mode.
6320         (viper-go-away, viper-set-hooks): Add and remove
6321         viper-comint-mode-hook from erc-mode-hook as appropriate.
6323         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6325 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
6327         * bs.el (bs--format-aux): Implement `middle' alignment as
6328         described in the docstring for `bs-attributes-list'.
6329         (bs--get-name): Simplify.  Don't pad the buffer name.
6331 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
6333         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6334         English aspell dictionary is installed, use the first entry of
6335         ispell-dictionary-alist-1.
6337 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
6339         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6340         Doc fix.
6342 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
6344         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6345         for `process-file', in order to let it work for older Emacsen too.
6347 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6349         * international/latexenc.el: Add a suitable `coding:' tag.
6350         (latexenc-find-file-coding-system): Undo last change.
6352 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6354         * international/latexenc.el (latexenc-find-file-coding-system):
6355         Make sure latexenc-main-file is a regular file and is readable.
6357 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
6359         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6360         Pass FILE to vc-user-login-name.
6362         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6364 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
6366         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6367         there are no more images to display.
6368         (thumbs-mark, thumbs-unmark): Revert change so that they move to
6369         the next image.
6371 2006-01-26  Richard M. Stallman  <rms@gnu.org>
6373         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6375         * wid-edit.el (advertised-widget-backward): New alias.
6376         (widget-keymap): Use advertised-widget-backward for S-TAB.
6378         * tumme.el: Correct the keywords.
6379         (tumme-dir-max-size): Use defvar.
6380         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6382         * simple.el (move-beginning-of-line): Take account of fields.
6383         (clone-indirect-buffer-other-window): Take args like
6384         clone-indirect-buffer, and work like it.
6386         * help-fns.el (describe-function): Don't pass `nil' as default.
6388         * files.el (risky-local-variable-p): Follow var aliases.
6390         * subr.el (lazy-completion-table): Doc fix.
6392         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6393         global binding of `line'.
6395 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
6397         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6398         Tramp.
6400         * vc.el (vc-default-dired-state-info): Pass FILE to
6401         vc-user-login-name.
6402         (vc-default-update-changelog): Don't use vc-user-login-name, we
6403         don't need it here.
6405         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6406         no longer necessary.
6408 2006-01-25  Kenichi Handa  <handa@m17n.org>
6410         * international/mule.el (decode-char): Avoid the overhead of
6411         calling utf-lookup-subst-table-for-decode if
6412         utf-translate-cjk-mode is nil.
6413         (encode-char): Avoid the overhead of calling
6414         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6415         nil.
6417 2006-01-22  Kenichi Handa  <handa@m17n.org>
6419         * international/mule.el (make-subsidiary-coding-system): Reset
6420         `coding-system-define-form' property of subsidiaries to nil.
6421         Avoid duplicated entry in coding-system-alist.
6422         (make-coding-system): Avoid duplicated entry in
6423         coding-system-alist.
6424         (define-coding-system-alias): Likewise.
6426 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
6428         * completion.el: Minor fixes in introductory comment.
6429         (completion-def-wrapper): Fix alist.
6431 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
6433         * thumbs.el (thumbs-new-image-size): New function.
6434         (thumbs-increment-image-size-element)
6435         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6436         (thumbs-decrement-image-size): Delete.
6437         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
6438         temp files and use to resize.
6439         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6440         Use increment argument to enlarge/shrink.  Preserve point.
6441         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6442         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6443         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6444         (thumbs-mark, thumbs-unmark): Preserve point.
6445         (thumbs-modify-image): Keep old temp files and use to modify.
6446         Cleanup old temp files at load time.  Preserve point.
6447         (thumbs-view-image-mode-map): Use new command names.
6449 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6451         * log-view.el (log-view-minor-wrap): First rev is the one at point.
6453         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6454         the nastiest part of the cyclic dependency.
6455         (cal-menu-update): Use dotimes and calendar-increment-month.
6457         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6458         (calendar-week-start-day): Add an :initializer.
6459         (calendar-mode-map): Use suppress-keymap, and command remapping.
6460         (describe-calendar-mode): Setup xref-stack info for the back button.
6461         (calendar-star-date): Insert before delete.
6462         (calendar-set-mode-line): Add file-modified info if applicable.
6463         (calendar-increment-month): New function.
6465 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
6467         * font-lock.el (lisp-font-lock-keywords-2):
6468         Recognize "& keywords" only at word boundaries.
6470 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
6472         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
6473         and permanent-local.
6474         (thumbs-max-image-number): New variable.
6475         (thumbs-do-thumbs-insertion): Use them.
6476         (thumbs-per-line): Change default to 4.
6477         (thumbs-marked-list): Rename from thumbs-markedL.
6478         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6479         (thumbs-rename-images): Use -list instead of L for internal variables.
6480         (thumbs-call-convert): Use call-process instead of shell-command.
6481         (thumbs-insert-thumb): Add filename as help-echo to each image.
6482         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6483         Give dir to thumbs-show-thumbs-list.
6484         (thumbs-show-thumbs-list): Set default-directory to that of images.
6485         (thumbs-dired-show): Rename from thumbs-dired-show-all.
6486         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6487         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6488         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6490 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6492         * ses.el (ses-read-cell): Provide a default value.
6494 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
6496         * term/w32-win.el (image-library-alist): Add additional names for
6497         GIF library.
6499 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6501         * international/latexenc.el (latexenc-find-file-coding-system):
6502         Add file-regular-p check.
6504 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6506         * simple.el (clone-buffer): Don't show the new buffer in the same
6507         window.
6509 2006-01-23  Juri Linkov  <juri@jurta.org>
6511         * faces.el (link, link-visited): New faces based on default values
6512         of `info-xref' and `info-xref-visited'.
6514         * info.el (info-xref): Inherit from `link'.
6515         (info-xref-visited): Inherit from `link-visited'.
6517         * cus-edit.el (custom-buffer-create-internal): Use widget type
6518         `custom-manual' instead of `info-link' and don't set properties
6519         `button-face' and `mouse-face' explicitly.
6520         (custom-browse-group-tag, custom-browse-variable-tag)
6521         (custom-browse-face-tag): Inherit from widget class
6522         `custom-group-link' instead of `push-button'.
6523         (custom-button-unraised): Inherit from `underline' face.
6524         (custom-link): Inherit from `link' face.  Fix doc and group.
6525         (custom-add-parent-links, custom-group-value-create): Don't set
6526         properties `button-face' and `mouse-face' explicitly for
6527         `custom-group-link' widget.
6528         (custom-group-link): Add properties `button-face' and `mouse-face'
6529         to widget definition.
6530         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
6531         editable-field's :keymap property.
6532         (custom-mode): Fix docstring: substitute keybindings for
6533         `widget-forward' and `widget-backward' from `widget-keymap',
6534         `widget-complete' from `custom-field-keymap', replace old
6535         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
6537         * desktop.el (desktop-load-file): Check for `fboundp' before
6538         calling `symbol-function'.
6540         * simple.el (clone-buffer, clone-indirect-buffer)
6541         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6542         `read-string'.  Fix prompts.
6544         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6546 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
6548         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6550 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
6552         * startup.el (inhibit-splash-screen, initial-scratch-message):
6553         Doc fixes.
6555 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
6557         Sync with Tramp 2.0.52.
6559         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6560         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
6561         `tramp-unload-tramp' for checklist.
6563         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6564         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
6565         (tramp-unload-file-name-handler-alist)
6566         (tramp-unload-tramp): New defuns.
6567         (tramp-advice-PC-expand-many-files): New defadvice.
6568         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6569         removed.
6570         (tramp-handle-expand-file-name): Remove double slash.
6571         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6572         It doesn't matter, because it will be converted later on.
6573         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
6574         implementation was just heuristic.
6575         (tramp-post-connection): Set uid and gid properties.
6576         (tramp-convert-file-attributes): Set file's gid change bit.
6577         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6578         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6579         in case of su(do)? methods.  The home directory of the local user
6580         will be taken else.
6581         (tramp-open-connection-telnet)
6582         (tramp-open-connection-rsh, tramp-open-connection-su)
6583         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
6584         local shell prompt could hurt.  Reported by Romain Francoise
6585         <romain@orebokech.com>.
6586         (tramp-let-maybe): Add `edebug-form-spec' property.
6587         (tramp-handle-expand-file-name): Bind `default-directory' locally
6588         to "/" in order to avoid problems with UNC shares or Cygwin
6589         mounts.
6590         (tramp-md5-function): Fix typo in error message.
6592         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6594         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6595         for byte-compiler pacification.
6597 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
6599         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6600         ID-FORMAT `string'.  This allows us to get rid of
6601         `vc-user-login-name UID'.
6603         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6605 2006-01-22  John Paul Wallington  <jpw@pobox.com>
6607         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6609 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
6611         * emacs-lisp/find-func.el (find-definition-noselect)
6612         (find-variable-noselect): Search variables in C source code too.
6613         (find-function-C-source, find-function-noselect, find-function)
6614         (find-function-other-frame, find-variable-noselect, find-variable)
6615         (find-variable-other-frame, find-variable-at-point):
6616         Fix docstrings.
6618 2006-01-21  Francesco Potorti`  <pot@gnu.org>
6620         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6622 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
6624         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6625         Default to disabling the "Save affix" question.
6627 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
6629         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6630         the first arg to run-python.
6632 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
6634         * startup.el (command-line-1): Handle --no-desktop if desktop.el
6635         is not loaded.
6637 2006-01-20  Jay Belanger  <belanger@truman.edu>
6639         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6640         limit is 0.
6642         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6643         the correct variable.
6645 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
6647         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6648         link.  Fixed buggy argument sequence in call to `org-view-tags'.
6649         (org-compile-prefix-format): Set `org-prefix-has-tag'.
6650         (org-prefix-has-tag): New variable.
6651         (org-format-agenda-item): Remove tags from headline if
6652         appropriate.
6653         (org-agenda-remove-tags-when-in-prefix): New option.
6654         (org-get-tags-at): New function.
6656 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
6658         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
6659         (thumbs-find-image): Move image name and number from buffer name
6660         to mode name.  Set thumbs-buffer.  Preserve point so that large
6661         images remain visible.
6662         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6663         order.
6664         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
6665         mode name.
6666         (thumbs-next-image, thumbs-previous-image): Make them work.
6668 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
6670         * cus-edit.el (custom-buffer-create-internal): State in the text above
6671         the whole buffer buttons that they do not operate on hidden items.
6672         (custom-face-menu): Use `custom-face-save' instead of
6673         `custom-face-save-command'.
6674         (custom-face-save-command): Make it an alias for `custom-face-save'
6675         and declare it obsolete.
6676         (custom-face-save): Doc fix.
6678         * dired.el (dired-no-confirm): Add quote.
6679         (dired-subdir-alist-pre-R): Add quote in
6680         `make-variable-buffer-local' form and remove unbalanced parenthesis.
6682 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6684         * textmodes/table.el (table-mode-indicator): Typo in last change.
6686 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6688         * outline.el (hide-leaves): Don't call outline-end-of-heading.
6689         Fixes bug reported in Nov 2005.
6691         * isearch.el (isearch-forward): Doc fix.
6693         * dired.el (dired-move-to-filename-regexp): Define as alias.
6694         (dired-no-confirm): Use defcustom.
6695         (dired-subdir-alist-pre-R): Put defvar at top level.
6697         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6699         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6700         Mark as risky.
6702         * simple.el (set-mark-command): Doc fix.
6703         (clone-indirect-buffer-other-window):
6704         Read arg like clone-indirect-buffer.
6705         (move-beginning-of-line): Skip invisible newlines.
6707 2006-01-19  Masatake YAMATO  <jet@gyve.org>
6709         * progmodes/cpp.el (cpp-edit-load): Make the order of
6710         listed conditions in a base C code buffer and its associate
6711         CPP Edit buffer the same.
6713 2006-01-19  Kenichi Handa  <handa@m17n.org>
6715         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6716         (rmail-mime-feature): Likewise.
6717         (rmail-require-mime-maybe): Use display-warning to show a warning
6718         message.
6720         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6721         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6723 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6725         * array.el: Move defvars out of eval-when-compile.
6726         (array-make-template): Replace undeclared global var with a local one.
6727         (array-mode): Inline initialization functions.
6728         (array-init-local-variables, array-init-max-row)
6729         (array-init-max-column, array-init-columns-per-line)
6730         (array-init-field-width, array-init-rows-numbered)
6731         (array-init-line-length, array-init-lines-per-row): Remove.
6733         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
6734         (doc-mode-map): Define explicitly.
6735         (doctor-txtype): Use mapc.
6737         * textmodes/table.el: Move defvars out of eval-when-compile.
6738         Remove harmful code meant to avoid byte-compiler warnings.
6739         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
6740         specification that checks table-fixed-width-mode directly.
6741         (table-recognize-region, table-recognize-cell):
6742         Use restore-buffer-modified-p.
6743         (table-fixed-width-mode): Remove code that refreshes
6744         table-fixed-mode-indicator.
6745         (*table--cell-describe-bindings, *table--cell-describe-mode):
6746         Avoid obsolete name print-help-return-message.
6747         (table--test-cell-list): Don't use replace-regexp from elisp.
6748         (table--point-entered-cell-function, table--point-left-cell-function):
6749         Don't set table-fixed-mode-indicator, use force-mode-line-update.
6751         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
6752         that was after the end of file.  Use buffer-file-name variable.
6753         (org-timestamp-change): Use with-current-buffer.
6754         (org-todo-list): Don't unnecessarily define a new buffer-local var.
6755         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6756         `file'.
6758         * progmodes/fortran.el: Move defvars out of eval-when-compile.
6759         (fortran-break-line): Remove unused var `opoint'.
6760         (fortran-abbrev-start): Obey help-event-list.
6762 2006-01-18  Jesper Harder  <harder@phys.au.dk>
6764         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6766 2006-01-18  Masatake YAMATO  <jet@gyve.org>
6768         * progmodes/make-mode.el (makefile-imake-mode): New mode
6769         derived from makefile-mode.
6770         (makefile-imake-mode-syntax-table): New syntax table
6771         derived from makefile-mode-syntax-table.
6772         (makefile-mode): Write about makefile-imake-mode in doc string.
6773         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6774         (makefile-imake-font-lock-keywords): New font lock keywords.
6776         * files.el (auto-mode-alist): Add Imakefile.
6778 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
6780         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6781         loading the file rather than when turning on flyspell-mode.
6783 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
6785         * cus-edit.el (customize-rogue): Minor doc fix.
6787 2006-01-17  Juri Linkov  <juri@jurta.org>
6789         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6790         instead of the file at the mark as default if the file at the mark
6791         is the same as the file at point or if dired-dwim-target-directory
6792         is not the same as the current directory and the mark is not active.
6794         * log-view.el (log-view-minor-wrap): Use the same logic to get
6795         revisions as `log-view-diff'.
6797         * info.el (Info-revert-find-node): Check for Info-current-file
6798         before preserving new-history.
6800         * man.el (Man-heading-regexp): Add `/'.
6802         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6803         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6805 2006-01-16  Juri Linkov  <juri@jurta.org>
6807         * faces.el (mode-line-faces): New defgroup.
6808         (mode-line-highlight): Move definition after new defgroup.
6809         (mode-line, mode-line-inactive, mode-line-highlight):
6810         Replace :group `modeline' with `mode-line-faces'.
6811         (mode-line-buffer-id): New face.
6812         (modeline-buffer-id): New face alias.
6813         (vertical-border): Remove :group `modeline'.
6815         * bindings.el (propertized-buffer-identification): Use face
6816         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6817         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6818         (mode-line-buffer-identification-keymap): For mouse-1 replace
6819         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6820         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6821         mouse-3.
6823         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6824         Buffer-menu-buffer.  Doc fix.
6825         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6826         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6827         `Buffer-menu-buffer'.
6829         * info.el (Info-mode-line-node-keymap): New defvar.
6830         (Info-set-mode-line): Use `stringp' to check Info-current-file.
6831         Propertize Info-current-node with `mode-line-buffer-id' and
6832         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6834         * time.el (display-time-mail-face): Replace :group `faces' with
6835         `mode-line-faces'.
6837 2006-01-16  Kenichi Handa  <handa@m17n.org>
6839         * international/code-pages.el: Add autoload cookies for cp125[0345678].
6841         * language/european.el (cp1252): New alias for windows-1252.
6843         * international/mule.el (autoload-coding-system): Prepare for EOL
6844         variants.
6846 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
6848         * term.el (term-raw-map): Add mapping for insert.
6849         (term-send-insert): New.
6850         (term-mode): Make variables local here instead of doing it in
6851         `term-emulate-terminal'.
6852         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6853         Scroll reverse needs to take into account the scroll region.
6854         Saving and restoring the cursor should save the color attributes too.
6855         (term-reset-terminal): Reset the scroll region.
6856         (term-handle-ansi-escape): Cursor up and down should take into
6857         account the scroll region.
6858         (term-set-scroll-region): Rename from `term-scroll-region'.
6859         Move to 0,0 after setting the region.
6860         (term-handle-scroll): Handle scroll up.
6861         (term-down): Fix off by one error.
6862         (term-delete-lines): Do not delete outside the scroll region.
6863         (term-insert-lines): Take into account the scroll region.
6865 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6867         * textmodes/ispell.el (ispell-internal-change-dictionary)
6868         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6869         (start, end): Move declaration outside of eval-when-compile.
6871         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6872         (flyspell-mode-on): Use it.
6874         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6875         ispell-kill-ispell-hook.
6877 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
6879         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6880         (Custom-reset-saved): Do not ask for confirmation in single option
6881         buffers.
6883 2006-01-13  Richard M. Stallman  <rms@gnu.org>
6885         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6887 2006-01-13  Romain Francoise  <romain@orebokech.com>
6889         * add-log.el (add-change-log-entry, change-log-merge):
6890         Conditionally use `hard-newline'.
6892 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
6894         * wid-edit.el (widget-field-end): If the overlay is no longer
6895         associated with a buffer, behave as if the overlay didn't exist.
6897         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6898         Make sure the links use the `custom-link' face.
6900 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6902         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6903         (ld-script-mode): Don't set indent-line-function since we don't
6904         have one.
6906 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
6908         * textmodes/org.el (org-open-file): Use mailcap for selecting an
6909         application.
6910         (org-file-apps-defaults-gnu): Use mailcap as the default for
6911         selecting an application on a UNIX system.
6912         (org-agenda-show-tags): New command.
6913         (org-table-insert-hline): Keep cursor in current table line.
6914         (org-table-convert): Offset effect of modifying
6915         `org-table-insert-hline'.
6916         (org-format-agenda-item): New optional argument TAG.
6917         (org-compile-prefix-format): Handle %T format for the tag.
6918         (org-expand-wide-chars): New function.
6919         (org-table-insert-row, org-table-insert-hline):
6920         Use `org-expand-wide-chars'.
6921         (org-open-file): Fix bug in program launch.
6922         (org-get-time-of-day): Fix bug with times before 1am.
6923         (org-agenda-menu): Add tags commands.
6925 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
6927         * textmodes/ispell.el (ispell-init-process): Include the used
6928         dictionary in ispell process start message.
6929         (ispell-internal-change-dictionary): When flyspell-mode is active
6930         and dictionary is changed, make sure ispell process is restarted
6931         and flyspell word cache cleared out for the current buffer.
6932         (ispell-change-dictionary): Make sure flyspell word cache is
6933         cleared out in all buffers with active flyspell mode when
6934         dictionary is globally changed.
6935         Call ispell-internal-change-dictionary after dictionary change.
6937 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
6939         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6941         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6942         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6943         years.  Fix small differences wrt Makefile.in.
6944         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6945         Makefile.in does.
6947 2006-01-12  Bill Wohler  <wohler@newt.com>
6949         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6950         mh-search.el.
6952 2006-01-12  Masatake YAMATO  <jet@gyve.org>
6954         * progmodes/ld-script.el: Update copyright year.
6956 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
6958         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6959         Don't add widget if setting undefined.
6961 2006-01-12  John Paul Wallington  <jpw@pobox.com>
6963         * help-fns.el (describe-variable): Remove newlines from void
6964         variable output.
6966 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
6968         * wdired.el (wdired-mode-map): Add help echo for
6969         wdired-abort-changes.
6971         * man.el (Man-file-name-regexp): Adjust for a list of files.
6973 2006-01-12  Masatake YAMATO  <jet@gyve.org>
6975         * progmodes/ld-script.el (auto-mode-alist): Support
6976         suffix conventions used in netbsd and eCos.
6978 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
6980         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6981         (custom-variable-menu, custom-face-menu, custom-group-menu)
6982         (Custom-mode-menu): Change names of menu items.  (As discussed on
6983         emacs-devel.)
6984         (custom-face-menu): Add "Undo Edits" item.
6986         * startup.el (init-file-user): defcustom -> defvar.
6988         * tooltip.el (tooltip-mode): Doc fix.
6990 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6992         * reveal.el (reveal-post-command): window-buffer signals an error on
6993         dead windows rather than returning nil.
6994         (reveal-open-new-overlays): An overlay might die while we open others.
6996 2006-01-11  Bill Wohler  <wohler@newt.com>
6998         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6999         phrasing in docstring.
7001         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7002         can give some systems gas.  Add new file mh-buffers.el.
7004 2006-01-06  Masatake YAMATO  <jet@gyve.org>
7006         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7007         C preprocessor forward ported from GNU Emacs 21.2.
7009         * progmodes/asm-mode.el (asm-font-lock-keywords):
7010         Use `cpp-font-lock-keywords'.
7012         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7014         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7015         of $ for "\\.ld[s]?".
7017 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7019         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7020         (tcl-indent-line): Return `noindent' if inside a string.
7022         * progmodes/flymake.el (flymake-split-string): Remove more than one
7023         empty string at beg/end of the result.
7024         (flymake-find-buildfile, flymake-find-possible-master-files):
7025         Use expand-file-name.
7026         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7027         since expand-file-name does it for us.  Use directory-file-name.
7028         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7029         (flymake-ler-get-type, flymake-ler-get-text)
7030         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
7031         (flymake-current-line-no): Remove spurious interactive spec.
7032         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7033         (flymake-check-include): Remove arg inc-path merged into inc-name.
7034         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7035         Arg regexp-list replaced by a simple regexp.
7036         (flymake-master-make-header-init, flymake-master-tex-init):
7037         Correspondingly replace regexp-list with a regexp.  Fix regexp.
7039 2006-01-10  Simon Josefsson  <jas@extundo.com>
7041         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7042         describing AUTH PLAIN fix.
7044 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
7046         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7047         (report-emacs-bug): Don't record initial prompt text.
7048         Instead, add text properties to prompting text.
7049         (report-emacs-bug-hook): Delete prompting text.
7051 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7053         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7054         `dirs'.  Adjust callers.
7056 2006-01-09  John Paul Wallington  <jpw@gnu.org>
7058         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7060 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7062         * reveal.el (reveal-open-new-overlays): New extracted fun.
7063         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
7064         using them.  Simplify the code.
7065         (reveal-post-command): Use them.  Fix up obsolete windows in
7066         reveal-open-spots.
7068         * progmodes/flymake.el: Use `require' rather than autoload for
7069         XEmacs's overlays.
7070         (flymake-get-common-file-prefix, flymake-build-relative-filename):
7071         Delete.  Use file-relative-name instead.
7072         (flymake-get-syntax-check-program-args, flymake-perl-init):
7073         Simplify the resulting code.
7075         * log-view.el (log-view-file-re, log-view-message-re): Add support
7076         for DaRCS output.
7078 2006-01-09  Alex Schroeder  <alex@gnu.org>
7080         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7081         identifiers sometimes added in square brackets at the beginning of
7082         subject lines.
7084 2006-01-07  Richard M. Stallman  <rms@gnu.org>
7086         * cus-edit.el (Custom-set, Custom-save): Doc fix.
7087         (Custom-reset-current, Custom-reset-saved): Change question text.
7088         (Custom-reset-standard): Likewise.
7089         (custom-variable-reset-saved): Doc fix.
7091 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
7093         * startup.el (init-file-user): Doc fix.
7095 2006-01-07  Alex Schroeder  <alex@gnu.org>
7097         * mail/rmail.el (rmail-current-subject): New function.
7098         (rmail-current-subject-regexp): New function.
7099         (rmail-next-same-subject): Use it.
7101         * mail/rmailsum.el (rmail-summary-by-topic):
7102         Use rmail-current-subject and rmail-current-subject-regexp.
7103         (rmail-summary-next-same-subject): Ditto.
7105         * net/rcirc.el (rcirc-send-input): No longer check whether the
7106         process is open, since not all commands need an open process.
7107         (rcirc-send-string): Check whether the process is open before
7108         sending anything.
7109         (rcirc-ignore-list): New option.
7110         (rcirc-ignore-list-automatic): New variable.
7111         (rcirc-print): Take rcirc-ignore-list into account.
7112         (rcirc-cmd-ignore): New command.
7113         (rcirc-ignore-update-automatic): New function.
7114         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7115         list if ignored nicks.
7116         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7118 2006-01-06  David Reitter  <david.reitter@gmail.com>
7120         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7121         reflect the address to which the report will be sent.
7123 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7125         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7126         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7128 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
7130         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7132         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7133         the doc string: "functoin" => "function".
7134         * ldefs-boot.el: Likewise.
7136         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7137         message text: "Duplicat" => "Duplicate".
7139 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7141         * files.el (basic-save-buffer-2): If backing-up failed, reset
7142         buffer-backed-up to nil.
7144 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
7146         * progmodes/gud.el (gdb-script-skip-to-head)
7147         (gdb-script-calculate-indentation): Indent for breakpoint command
7148         lists also.
7150 2006-01-05  Bill Wohler  <wohler@newt.com>
7152         * Makefile.in (compile-always): Add mh-autoloads dependency.
7153         (bootstrap): Remove mh-autoloads dependency, as compile dependency
7154         provides it.
7155         (updates): Remove mh-autoloads dependency, since it probably has
7156         already run recently (via recompile).
7158 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7160         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7161         argument `force' to disable the flyspell-last-buffer optimization.
7162         (flyspell-mode-on): Use it.
7164         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7165         flymake-simple-cleanup.
7166         (flymake-allowed-file-name-masks): Use this new default.
7167         All the functions are now called in the right buffer rather than
7168         passing the buffer as argument.
7169         (flymake-process-sentinel): Switch to buffer before calling cleanup.
7170         (flymake-parse-err-lines): Remove redundant buffer arg.
7171         (flymake-get-program-dir): Comment out unused function.
7172         (flymake-start-syntax-check, flymake-start-syntax-check-process):
7173         Remove redundant buffer argument.
7174         (flymake-get-real-file-name, flymake-simple-java-cleanup)
7175         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7177 2006-01-05  Richard M. Stallman  <rms@gnu.org>
7179         * info.el (Info-find-node): Don't record previous node if have none.
7180         (info): Go to directory only if history is empty.
7182         * simple.el (mark): Doc fix.
7184 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7186         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7187         already of desired type.
7188         (mac-ae-list): Coerce parameter to "list" type.
7189         (mac-dispatch-apple-event): Replace cadr part of event with a
7190         dummy position so that event-start returns it.
7192 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7194         * textmodes/org.el (org-end-of-subtree): New function.
7195         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7196         Use `org-end-of-subtree'.
7197         (org-agenda, org-agenda-convert-date): Protect calls to
7198         `fit-window-to-buffer'.
7199         (org-tags-view): Force matching of sublevels when doing a
7200         todo-only search.  Define the correct redo command, including the
7201         arguments.
7202         (org-agenda-redo): Display message.
7203         (org-check-for-org-mode): New function.
7204         (org-agenda-type): New variable.
7205         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7206         Set `org-agenda-type'.
7207         (org-agenda-check-type): New function.
7208         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7209         (org-agenda-week-view, org-agenda-day-view)
7210         (org-agenda-next-date-line, org-agenda-previous-date-line)
7211         (org-agenda-log-mode, org-agenda-toggle-diary)
7212         (org-agenda-toggle-time-grid, org-agenda-date-later)
7213         (org-agenda-date-prompt, org-agenda-diary-entry)
7214         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7215         (org-agenda-convert-date, org-agenda-menu):
7216         Use `org-agenda-check-type'.
7217         (org-make-overlay, org-delete-overlay)
7218         (org-detatch-overlay, org-move-overlay, org-overlay-put):
7219         New compatibility functions.
7220         (org-calendar-select-mouse): New command.
7222 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
7224         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7225         (Custom-reset-standard): Fix y-or-n-p messages.
7226         (custom-link): New face for links.
7227         (custom-buffer-create-internal, custom-manual): Use it.
7228         (custom-face-save): Push to theme-face before setting face spec.
7230         * wid-edit.el (widget-default-mouse-face-get): New function.
7231         (widget-specify-button): Handle mouse-face like button-face.
7233         * custom.el (load-theme): Clear old theme settings if reloading.
7235 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7237         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7238         "Erase Customization" button back to same position it occupies in
7239         the individual State menus.
7241 2006-01-04  Kim F. Storm  <storm@cua.dk>
7243         * wid-edit.el (key-sequence): Rework widget to read key binding
7244         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
7245         (widget-key-sequence-default-value): Default value for empty sequence.
7246         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
7247         (widget-key-sequence-read-event): New command for C-q.
7248         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7249         (widget-key-sequence-value-to-external): New functions.
7251 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7253         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7254         Use expand-file-name.
7255         (flymake-delete-temp-directory): Use expand-file-name,
7256         file-name-directory, and directory-file-name.
7257         (flymake-strrchr): Delete.
7258         (flymake-start-syntax-check): Don't pass the redundant buffer argument
7259         to the init-f function.
7260         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7261         (flymake-init-find-buildfile-dir)
7262         (flymake-init-create-temp-source-and-master-buffer-copy)
7263         (flymake-simple-make-init-impl, flymake-simple-make-init)
7264         (flymake-master-make-init, flymake-master-make-header-init)
7265         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7266         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7267         (flymake-xml-init): Remove corresponding redundant buffer argument.
7268         (flymake-allowed-file-name-masks): Remove last elems that are equal to
7269         the default anyway.  Clean up regexps.
7271         * progmodes/flymake.el (flymake-temp-source-file-name)
7272         (flymake-master-file-name, flymake-temp-master-file-name)
7273         (flymake-base-dir): New buffer-local vars.
7274         (flymake-buffer-data, flymake-get-buffer-value)
7275         (flymake-set-buffer-value): Replace those hash-tables by the new
7276         buffer-local vars.  Update callers.
7278         * progmodes/flymake.el (flymake-check-start-time)
7279         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7280         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7281         Move definition, so we can remove redundant earlier declaration.
7282         (flymake-replace-regexp-in-string, flymake-split-string)
7283         (flymake-get-temp-dir): Use defalias.
7284         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
7285         (flymake-xemacs-window-edges): Remove unused function.
7286         (flymake-get-point-pixel-pos): Move.
7287         (flymake-pid-to-names, flymake-reg-names)
7288         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7289         Replace by a simple list flymake-processes and by process-buffer.
7290         Update callers.  Other than simplify the code, it uses buffers rather
7291         than buffer-names so it doesn't get confused by uniquify.
7292         (flymake-buffer-data): The global value should just be nil.
7294         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7295         Optimize the body of a defalias like any other code.
7297         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7298         Make sure we've setup font-lock's vars.  It may influence which
7299         function we then call.
7300         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7301         here since it's too late anyway.
7303 2006-01-03  Romain Francoise  <romain@orebokech.com>
7305         * startup.el (fancy-splash-tail, normal-splash-screen):
7306         Update copyright year.
7308 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
7310         * mouse.el (mouse-drag-track): Rename, from
7311         `mouse-drag-region-1'.  Includes optional argument required to
7312         enable post-drag event processing (e.g. delete region keys).
7313         Can be used without this argument to track a mouse region and operate
7314         on it as soon as the drag completes.
7315         (mouse-drag-region): Use `mouse-drag-track'.
7317 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
7319         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7320         Move to `custom-buffer' group.
7322         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7323         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7324         (custom-theme-insert-face-marker, custom-theme-variable-menu)
7325         (custom-theme-face-menu): New variables.
7326         (custom-theme-add-variable, custom-theme-variable-action)
7327         (custom-variable-reset-theme, custom-theme-delete-variable)
7328         (custom-face-reset-theme, custom-theme-face-action)
7329         (custom-theme-delete-face, custom-theme-merge-theme)
7330         (custom-theme-add-face, custom-theme-visit-theme): New functions.
7332 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
7334         * custom.el: Move Custom Themes commentary to start of theme code.
7335         (custom-known-themes): Rename `standard' theme to `changed'.
7336         (custom-push-theme): Caller no longer specifies what theme to use
7337         when doing `reset'---the setting is simply removed from the theme.
7338         Delete MODE from `theme-value' and `theme-settings' properties.
7339         (custom-declare-theme): Ignore &rest args since we don't use them.
7341         (custom-loaded-themes): Delete variable.
7342         (custom-theme-load-themes, custom-theme-loaded-p)
7343         (custom-theme-value): Delete functions.
7345         (custom-declare-theme): Signal error on invalid theme names.
7346         (provide-theme): custom-loaded-themes was deleted.
7347         (load-theme): Load the file unconditionally.
7348         (enable-theme): Call `load-theme' if theme is undefined.
7349         (custom-enabled-themes): Only update value for successful loads.
7350         (disable-theme): Complete from enabled themes when interactive.
7351         (custom-variable-theme-value): Calculate theme value directly.
7353         (custom-theme-reset-variables, custom-reset-variables): Mark as
7354         XEmacs compatibility functions.  We don't actually use these.
7356         * cus-edit.el (custom-variable-state-set):
7357         Use custom-variable-theme-value instead of custom-theme-value.
7358         (custom-face-state-set): Rename `standard' theme to `changed'.
7359         (custom-save-variables, custom-save-faces): Delete unneeded
7360         references to custom-reset-variables.
7361         (custom-save-resets): Delete function.
7362         (custom-save-variables, custom-save-faces): MODE argument deleted.
7363         (custom-save-variables, custom-save-faces): Ignore theme values.
7365         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7366         compatibility function.
7368 2006-01-01  Richard M. Stallman  <rms@gnu.org>
7370         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7371         (Custom-reset-current, Custom-reset-saved): Likewise.
7372         (Custom-reset-standard): Show message if aborted.
7373         (custom-mode): Doc fix, describing those commands.
7375         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7376         put on event-kind property.
7378 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
7380         * custom.el (provide-theme): Ban `user' theme name.
7381         (custom-enabling-themes): New variable.
7382         (enable-theme): Don't enable user if custom-enabling-themes is t.
7383         (custom-enabled-themes): Make it a defcustom.
7384         (custom-theme-recalc-face): No-op if face is undefined.
7386         * cus-edit.el (custom-button-mouse): New variable.
7387         (custom-button-mouse): New face.
7388         (custom-raised-buttons, custom-mode): Use it.
7390         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7392 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
7394         * progmodes/gud.el (gud-display-line): Support hl-line in the
7395         source buffer.
7397 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
7399         * mouse.el (mouse-drag-window-above): Verify that the found window
7400         overlaps with the given window in the horizontal dimension.
7402 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
7404         * Makefile.in (cvs-update): New target.
7406         * makefile.w32-in (cvs-update): Ditto.
7408 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
7410         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7411         (custom-new-theme-mode-map): New variable.
7413 2005-12-30  Richard M. Stallman  <rms@gnu.org>
7415         * custom.el (custom-load-themes): Function deleted.
7417         * cus-edit.el (custom-save-loaded-themes): Function deleted.
7418         (custom-save-variables): Don't delete or add custom-load-themes call.
7420 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * cus-start.el: Add `visible-cursor'.
7424         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7425         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7426         (flymake-process-filter): Switch to buffer before calling it instead.
7427         (flymake-post-syntax-check, flymake-highlight-err-lines)
7428         (flymake-delete-own-overlays, flymake-parse-err-lines)
7429         (flymake-start-syntax-check, flymake-start-syntax-check-process)
7430         (flymake-count-lines, flymake-parse-residual):
7431         Remove constant buffer argument.
7432         (flymake-start-syntax-check-for-current-buffer): Remove.
7433         Update callers to use flymake-start-syntax-check instead.
7434         (flymake-display-err-menu-for-current-line):
7435         Remove unused var `mouse-pos'.
7436         (flymake-restore-formatting): Comment out unused function.
7437         (flymake-report-status, flymake-report-fatal-status): Remove buffer
7438         argument, use current-buffer instead.  Update callers.
7440 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7442         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7443         buffer-local because choose-completion-delete-max-match requires
7444         that we set completion-ignore-case (i.e., binding via let is not
7445         sufficient).
7446         (bibtex-complete): Always set completion-ignore-case and
7447         choose-completion-string-functions.  The latter is needed because
7448         choose-completion-string-functions keeps its value if we quit the
7449         *Completions* buffer without requesting a completion.
7451 2005-12-30  Andreas Schwab  <schwab@suse.de>
7453         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7455 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
7457         * jit-lock.el (jit-lock-chunk-size): Doc fix.
7459 2005-12-30  Juri Linkov  <juri@jurta.org>
7461         * locate.el (locate-fcodes-file, locate-header-face)
7462         * progmodes/delphi.el (delphi-other-face)
7463         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7465         * paren.el (show-paren-match, show-paren-mismatch): Use existing
7466         group `paren-showing-faces'.
7468         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7469         (goto-address): Fix docstring.
7471         * net/webjump.el (webjump-sample-sites): Update URLs.
7473         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7475         * subr.el (cancel-change-group): Add listp around pending-undo-list.
7477 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7479         * font-lock.el (font-lock-compile-keywords): Signal an error when
7480         font-lock-set-defaults hasn't been called.
7482 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
7484         * subr.el (noreturn, 1value): Doc fixes.
7486 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7488         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7489         that assoc-string returns nil.
7491 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7493         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7494         (bibtex-entry-type-str, bibtex-empty-field-re)
7495         (bibtex-search-backward-string, bibtex-preamble-prefix)
7496         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7497         (bibtex-any-valid-entry-type): New variable.
7498         (bibtex-parse-field-name): Simplify.
7499         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7500         (bibtex-preamble-prefix): Include left delimiter.
7501         (bibtex-search-forward-field, bibtex-search-backward-field):
7502         Allow unbounded search past entry boundaries (required by bibtex-pop).
7503         (bibtex-text-in-field-bounds): Use push.
7504         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7505         (bibtex-parse-preamble, bibtex-valid-entry)
7506         (bibtex-beginning-first-field): New functions.
7507         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
7508         (bibtex-map-entries): Fix docstring.
7509         (bibtex-flash-head): New arg prompt.  Simplify.
7510         (bibtex-enclosing-field): Include code of bibtex-inside-field.
7511         (bibtex-insert-kill): Simplify.  Always insert text past the
7512         current field or entry.
7513         (bibtex-format-entry): Use bibtex-parse-field.
7514         (bibtex-pop): Use bibtex-beginning-of-entry and
7515         bibtex-end-of-entry to initiate the search.  Insert empty field if
7516         we found ourselves.
7517         (bibtex-print-help-message): New args field and comma.
7518         Handle entry keys.
7519         (bibtex-make-field): Use bibtex-beginning-of-entry.
7520         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
7521         invalid entry.
7522         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7523         Handle preambles.  Simplify code for thorough test.
7524         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7525         New arg comma.  Handle entry heads.
7526         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7527         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7528         New arg comma.
7529         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7530         (bibtex-fill-field): Simplify.
7531         (bibtex-fill-entry): Use bibtex-beginning-first-field and
7532         bibtex-parse-field.
7533         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7534         (bibtex-complete): Use bibtex-parse-preamble.
7536 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
7538         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7539         Display name of expression instead of convenience variable.
7540         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7542         * progmodes/gud.el (gud-tooltip-dereference): Rename from
7543         toggle-gud-tooltip-dereference.
7544         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7545         (gud-tooltip-tips): ...here when dereferencing.
7547 2005-12-28  Bill Wohler  <wohler@newt.com>
7549         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7551 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7553         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7554         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
7555         (vc-annotate-display-autoscale): Adjust call.
7556         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
7557         Fix interactive spec.
7558         (vc-annotate-time-span): Remove.
7559         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7560         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7561         (vc-annotate-display-select): Use new name.
7563         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7564         (vc-annotate-mode-menu): Remove left-over redundant declaration.
7565         Correct the construction of span entries.  Simplify.
7566         (vc-annotate-display-select): Fix the nil case.
7567         (vc-annotate): Remove obsolete (and now broken) code.
7568         (vc-annotate-extract-revision-at-line): Remove obsolete code.
7569         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
7571 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7573         * subr.el (lazy-completion-table): Correct typo in docstring.
7575         * startup.el (command-line): Use `custom-reevaluate-setting' for
7576         `send-mail-function'.
7578         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7580 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
7582         * mail/smtpmail.el (smtpmail-try-auth-methods):
7583         Send credentials together with "AUTH PLAIN" command.
7585 2005-12-27  Richard M. Stallman  <rms@gnu.org>
7587         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7588         mouse-2, go back to previously selected window, so it's selected
7589         when mouse-2 command runs.
7591 2005-12-27  Juri Linkov  <juri@jurta.org>
7593         * descr-text.el (describe-text-sexp): Use square brackets for
7594         button [Show] to distinguish it from the property value `show'.
7595         (describe-property-list): Use `insert-text-button' with
7596         `help-face' type instead of putting face in quotes, because button
7597         is not created automatically for a list of faces.
7598         (describe-text-properties-1): Put button-type value in quotes to
7599         distinguish from plain text "button".
7600         (describe-char): Display code point values in hex.  Don't use
7601         `symbol-name' for `current-input-method' because it is a string.
7602         Use `insert-text-button' with `help-face' type instead of putting
7603         hardcoded face in quotes, because button is not created automatically.
7605 2005-12-27  Richard M. Stallman  <rms@gnu.org>
7607         * progmodes/glasses.el (glasses-face): More specific custom type.
7609         * files.el (set-visited-file-name): Doc fix.
7611         * textmodes/flyspell.el (flyspell-external-point-words):
7612         Use local var buffer-scan-pos to advance scan for next misspelling.
7613         Advance it only after we find the misspelling.
7615 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
7617         * textmodes/flyspell.el (flyspell-external-point-words):
7618         New criteria for finding the misspelling in the buffer.
7620 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
7622         * help-mode.el (help-insert-string): Set help-xref-stack-item
7623         rather than call help-setup-xref.
7625         * descr-text.el (describe-char): Revert previous changes for
7626         optional buffer argument.
7628 2005-12-27  Juri Linkov  <juri@jurta.org>
7630         * help-mode.el (help-insert-string): New function.  Save buffer
7631         contents in cases where it is impossible to recompute the old contents.
7633         * descr-text.el (describe-char): Set help-xref-stack-item
7634         explicitly after buffer has been generated.
7636 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7638         * cus-start.el (all): Add x-gtk-show-hidden-files.
7640 2005-12-26  Richard M. Stallman  <rms@gnu.org>
7642         * replace.el (perform-replace): Calculate match-again
7643         before skipping read-only matches.
7645         * paren.el (paren-showing-faces): New group.
7646         (show-paren-match, show-paren-mismatch): Move to that group.
7648         * button.el (button): Put into group `basic-faces'.
7650         * progmodes/make-mode.el: Remove faces from group `faces'.
7652         * apropos.el (apropos, apropos-value): Doc fix.
7653         (apropos-documentation): Doc fix.
7655 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7657         * subr.el (lazy-completion-table): Remove argument `args'.
7659         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7660         Don't use the `args' argument of lazy-completion-table.
7662 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
7664         * descr-text.el (describe-char): Add optional argument for buffer.
7665         Set buffer appropriately.  Call help-setup-xref.
7666         Suggested by Stefan Monnier.
7668 2005-12-26  Juri Linkov  <juri@jurta.org>
7670         * descr-text.el: Require `help-fns' at runtime.  Don't require
7671         `button' for byte compilation.
7672         (describe-text-widget): Add `help-echo' for first button.
7673         Use `help-info' for second.
7674         (describe-property-list): Use `help-argument-name' instead of `italic'.
7675         (describe-text-category): Add prompt to interactive spec.
7676         Call `help-setup-xref'.
7677         (describe-char): Use `help-character-set'.  Add `help-echo' for
7678         code point.  Use `help-input-method'.  Remove superfluous insert.
7680 2005-12-25  Richard M. Stallman  <rms@gnu.org>
7682         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7683         at point, in case of narrowing.
7685         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7687         * locate.el (locate-header-face): Allow nil in type.
7689         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7691 2005-12-25  Romain Francoise  <romain@orebokech.com>
7693         * battery.el (battery-linux-proc-acpi): Also try
7694         `/proc/acpi/thermal_zone/THM0/temperature'.
7696 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
7698         * custom.el (custom-push-theme): Fix docstring.
7700         * cus-edit.el (custom-variable-set, custom-variable-save)
7701         (custom-variable-save): Custom-quote widget values.
7702         (customize-save-variable): Fix custom-push-theme call.
7704 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7706         * w32-fns.el (w32-batch-update-autoloads): New function.
7708         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7709         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7710         from the command line.
7712 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
7714         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
7715         reset means to remove setting from theme entirely.  Don't keep
7716         expanding theme-settings list; delete old entries if necessary.
7718         * cus-edit.el (custom-buffer-create-internal): Move "Erase
7719         customization" button one line up.
7720         (custom-themed): New face.
7721         (custom-magic-alist): New value, THEMED, for theme settings.
7722         (custom-variable-state-set, custom-face-state-set):
7723         Check theme-value instead of saved-value.
7724         (custom-variable-reset-standard, custom-face-reset-standard):
7725         Remove theme setting entirely.  Recalculate new values.
7726         (custom-variable-set, custom-variable-set)
7727         (custom-variable-reset-saved, custom-variable-reset-backup)
7728         (custom-face-set, custom-face-reset-saved): Update `user' theme.
7729         (custom-variable-save): Fix typos.
7731 2005-12-23  Juri Linkov  <juri@jurta.org>
7733         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7734         Add autoload cookies.
7735         (edebug-outside-d-c-i-n-s-w): New variable.
7736         (edebug-display, edebug-outside-excursion): Use it to save the
7737         original value of default-cursor-in-non-selected-windows.
7738         Set default-cursor-in-non-selected-windows to t while Edebug
7739         is active.
7740         (edebug-mode, edebug-eval-mode): Doc fix.
7742         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7743         with `buffer-substring-no-properties' to remove common substring
7744         highlighting.
7746         * info.el (info-other-window, info): Rename function argument
7747         `file' to `file-or-node'.
7748         (Info-complete-menu-item): Use local variable `complete-nodes' to
7749         keep the global value of `Info-complete-nodes' unchanged for
7750         subsequent completions.
7751         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7753         * simple.el (get-next-valid-buffer, last-buffer)
7754         (next-error-buffer-p, next-error-find-buffer)
7755         (minibuffer-history-sexp-flag): Doc fix.
7757         * savehist.el (savehist-mode-hook): Add `:group'.
7759         * log-view.el: Call autoload for vc-find-version.
7760         (log-view-current-file): Adjust subgroup numbers.
7761         (log-view-current-tag): Add `length'.
7763 2005-12-23  Richard M. Stallman  <rms@gnu.org>
7765         * vc.el (vc-annotate-car-last-cons): Defn moved up.
7767 2005-12-23  Juri Linkov  <juri@jurta.org>
7769         * hi-lock.el (hi-lock-archaic-interface-message-used)
7770         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7771         (hi-lock-mode): Display "Hi" in the mode line only when
7772         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7773         (hi-lock-write-interactive-patterns):
7774         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7775         (hi-lock-set-pattern, hi-lock-set-file-patterns)
7776         (hi-lock-font-lock-hook): Set 3rd arg `how' of
7777         font-lock-add-keywords to t.
7779 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
7781         * hi-lock.el (hi-lock-highlight-range): New variable.
7782         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7783         only if font-lock-fontified is non-nil.  Remove overlays.
7784         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7785         font-lock-fontified is non-nil, otherwise use overlays (instead of
7786         text properties).
7787         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7788         New variables.
7789         (hi-lock-string-serialize) New function.
7791 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7793         * menu-bar.el (menu-find-file-existing): New function.
7794         (menu-bar-file-menu): Use menu-find-file-existing for Open.
7796         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7798 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7800         * vc.el: Remove unnecessary leading * in docstrings.
7801         (vc-annotate-mode-map): Move initialization into declaration.
7802         (vc-static-header-alist): Nitpick on the regexp.
7803         (vc-default-init-version): New fun.
7804         (vc-register): Use it.
7805         (vc-insert-headers): Use dolist.
7806         (vc-annotate-get-backend): Remove unused function.
7807         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
7808         (vc-annotate-mode): Remove corresponding call.
7809         (vc-annotate-car-last-cons): Simplify.
7810         (vc-annotate-buffers): Remove var.
7811         (vc-annotate-backend): Make it buffer-local.
7812         (vc-annotate): Move the interaction to the interactive spec.
7813         Add a `buf' argument.
7814         (vc-annotate-warp-version): Use this new `buf' argument to avoid
7815         killing&creating a vc-annotate buffer, which is very disruptive when
7816         the buffers are shown in dedicated frames.
7818 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
7820         * descr-text.el: Add FSF as maintainer.
7821         (describe-text-mode, describe-text-mode-map)
7822         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
7823         help-mode.
7824         (describe-text-widget, describe-text-sexp)
7825         (describe-property-list, describe-text-category)
7826         (describe-text-properties, describe-text-properties-1)
7827         (describe-char): Use help buttons instead of widgets.
7828         (describe-char-unicodedata-file): Make URL link in doc string.
7830 2005-12-22  Richard M. Stallman  <rms@gnu.org>
7832         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7833         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7834         Don't include buttons that write a file when there's no file.
7835         (custom-variable-menu, custom-face-menu, custom-group-menu):
7836         Don't include commands that write a file when there's no file.
7837         (customize-browse): Reword the top-of-buffer help intro.
7838         (custom-buffer-create-internal): Fix previous change.
7839         (customize-changed-options-previous-release): Prev release is 21.1.
7840         (customize-changed-options): Doc fix.
7841         (customize-changed): New alias.
7842         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7843         Say "standard values".
7844         (Custom-reset-standard): Doc fix.
7845         (custom-face-reset-standard): Doc fix.
7847 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7849         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7850         even if font-lock-mode is non-nil since it may be t without having
7851         turned on font-lock-mode-internal.
7852         (font-lock-choose-keywords): Minor optimization.
7853         (font-lock-add-keywords, font-lock-remove-keywords)
7854         (font-lock-set-defaults): Don't call make-local-variable on a variable
7855         that we know to already be local.
7857 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7859         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7860         messages if in the minibuffer.
7862 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7864         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7865         (tex-mode-flyspell-verify, flyspell-get-word)
7866         (flyspell-external-point-words): Don't use point-min/max uselessly.
7868         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7869         by Kevin Rodgers.  Instead, just hide the completions buffer if we
7870         don't need to show it.
7872 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7874         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7876 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7878         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7879         delete-windows-on with an inexistent buffer.
7881 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
7883         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7884         Delete defcustom variable :tag names.
7886 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7888         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7889         (log-view-font-lock-keywords): Ajust subgroup numbers.
7890         (log-view-current-tag): Don't hard code the number of subgroups.
7892 2005-12-20  Juri Linkov  <juri@jurta.org>
7894         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7895         (tooltip-x-offset, tooltip-y-offset): Doc fix.
7897         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7898         (menu-bar-non-minibuffer-window-p): Instead of checking
7899         display-multi-frame-p, use selected-frame when menu-updating-frame
7900         is nil.
7902 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
7904         * align.el (align-rules-list): Use [ \t] instead of \s-
7905         for column separators in text mode.
7907 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
7909         * help-mode.el (help-customize-variable, help-customize-face):
7910         Don't pop help-xref-stack as help-follow no longer pushes
7911         anything on to it.
7913 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
7915         * textmodes/org.el (org-agenda-custom-commands): New option.
7916         (org-agenda): Offer custom commands on splash screen.
7917         (org-make-tags-matcher): Parser for Boolean logic added.
7918         (org-agenda-set-tags): New command.
7919         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7920         (org-set-tags): Efficiency improvements.
7921         (org-auto-align-tags): New option.
7922         (org-todo, org-demote, org-promote): Realign tags.
7923         (org-tags-completion-function): Use also "&" and "|" as separators.
7924         (org-org-menu): Agenda commands simplified.
7926 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
7928         * cus-edit.el (customize-apropos, customize-apropos-options):
7929         Docstring changes.
7931         * font-lock.el (font-lock): Add tags to the links in the defgroup.
7933 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
7935         * longlines.el (longlines-mode): Wrap while widened.
7936         (longlines-decode-region, longlines-encode-region): Compute max
7937         just once.
7939 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7941         * cus-edit.el (mac): New group.
7943         * cus-start.el (all): Add user options in macterm.c.  Add test for
7944         Mac-related built-ins.  Fix test for GTK-related built-ins.
7946         * term/mac-win.el (mac-handle-language-change)
7947         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7948         (mac-services-open-selection, mac-services-mail-selection)
7949         (mac-services-mail-to, mac-services-insert-text)
7950         (mac-dispatch-apple-event): Add docstrings.
7951         (x-get-selection, mac-select-convert-to-string): Select coding
7952         system from `utf-16be' and `utf-16le' using `byteorder'.
7954 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7956         * subr.el (lazy-completion-table): Don't be fooled if the var holds
7957         a "list" (lambda ...) rather than a real completion list.
7959         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7960         lexical-let when encountering ((lambda (...) ...) ...).
7962 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
7964         * progmodes/sh-script.el (sh-mode):
7965         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7966         * textmodes/picture.el (picture-mode): Update docstrings.
7968 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
7970         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7971         commands enclosed in $(ARGQUOTE)s should not be split between two
7972         lines, as that will break with GNU Make >3.80, when sh.exe is used
7973         and arg quoting is with '..'.
7974         (autoloads): Don't break the quoted --eval expression between
7975         several lines.
7977 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
7979         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7980         Capture error from printing circular structures.
7982 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
7984         * wid-edit.el (widget-checkbox-action): Clear undo info.
7986 2005-12-16  Bill Wohler  <wohler@newt.com>
7988         * menu-bar.el (kill-this-buffer): Set a good example by using menu
7989         bar, not menubar in comment.
7991 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7993         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7994         After-change-functions should not clobber the match data.
7996 2005-12-16  Juri Linkov  <juri@jurta.org>
7998         * simple.el (choose-completion): Use `buffer-substring-no-properties'
7999         instead of `buffer-substring'.
8000         (completion-common-substring): Doc fix.
8001         (completion-setup-function): Use minibuffer-completion-contents
8002         instead of minibuffer-contents.  Don't set common-string-length
8003         initially.  Remove special handling of partial-completion-mode.
8004         Move computation of completion-base-size into one cond.
8005         Call completion-base-size-function in mainbuf.  In computation of
8006         completion-base-size for file name completion don't move point to
8007         the end of the minibuffer.  Move computation of common-string-length
8008         into one cond.  Start putting faces only when common-string-length>=0.
8009         Add condition to put completions-common-part when
8010         common-string-length>0.
8012         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8013         place point at the first different character in the minibuffer
8014         even if this position is at the beginning of the minibuffer.
8016         * info.el (Info-read-node-name-1): In completion-base-size-function's
8017         lambda return 1 if common-substring or minibuffer-completion-contents
8018         starts with (, and 0 otherwise.
8020         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8021         Use `crm-current-element' for second arg of `display-completion-list'.
8023 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
8025         * files.el (set-auto-mode): Look for an interpreter specified on
8026         the first line also if search for mode specification succeeded,
8027         but the mode is not known.
8029 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
8031         * textmodes/org.el (org-tags-match-list-sublevels): New option.
8032         (org-open-at-point): Implement tag searches as links.
8033         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8034         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8035         (org-tags-sparse-tree, org-tags-view, org-set-tags)
8036         (org-agenda-dispatch): New commands.
8037         (org-use-tag-inheritance, org-tags-column): New options.
8038         (org-tab-follows-link, org-return-follows-link): New options.
8039         (org-tags): New customize group.
8040         (org-start-icalendar-file): Get local time zone.
8041         (org-tags-completion-function): New function.
8042         (org-set-font-lock-defaults): Make sure links will also be
8043         highlighted inside headlines.
8045 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
8047         * term.el (term-emulate-terminal):
8048         Let term-handle-ansi-terminal-messages override what Bash says about
8049         its current directory.
8051 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
8053         * bindings.el (last-buffer): Move to simple.el.
8054         * simple.el (last-buffer): Move here.
8055         (get-next-valid-buffer): New function.
8056         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8057         (prev-buffer): Ditto.  Rename to `previous-buffer'.
8059         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8060         * bindings.el (global-map): Ditto.
8062 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
8064         * cus-edit.el: Introductory comment change.
8065         (custom-magic-alist): Change message string for the `rogue' state.
8067 2005-12-15  Richard M. Stallman  <rms@gnu.org>
8069         * tooltip.el: Delete defcustom variable :tag names.
8071         * complete.el (partial-completion-mode): Doc fix.
8073         * textmodes/flyspell.el (flyspell-external-point-words):
8074         Use save-excursion to ensure we don't move backward in the
8075         search loop, not even one character.
8076         (flyspell-delete-all-overlays): Use remove-overlays directly.
8078         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8079         (ispell-start-process): Set that variable.
8080         Clear ispell-buffer-local-name.
8081         (ispell-internal-change-dictionary):
8082         Set ispell-current-dictionary after killing process.
8083         (ispell-buffer-local-dict):
8084         Don't set spell-personal-dictionary after killing process.
8085         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8086         (ispell-tex-skip-alists, ispell-html-skip-alists)
8087         (ispell-skip-region-alist): Mark as risky.
8089         * net/newsticker.el (newsticker--retrieval-timer-list)
8090         (newsticker--display-timer, newsticker-running-p)
8091         (newsticker-ticker-running-p): Definitions moved up.
8093 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
8095         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8097 2005-12-15  David Ponce  <david@dponce.com>
8099         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8100         (recentf-edit-list, recentf-open-files): Signal an error when
8101         there is no recent file.
8103 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8105         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8106         read-only except for texinfo-format-region evaluation.
8108 2005-12-14  Richard M. Stallman  <rms@gnu.org>
8110         * vc.el (vc-default-previous-version, vc-default-next-version)
8111         (vc-do-command): Doc fixes.
8113 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8115         * textmodes/bibtex.el (bibtex-expand-strings)
8116         (bibtex-autokey-expand-string, bibtex-name-part)
8117         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8118         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8119         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8120         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8121         (bibtex-entry-postfix, bibtex-known-entry-type-re)
8122         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8123         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8124         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8125         (bibtex-beginning-of-last-entry): Remove.
8126         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
8127         message if comma is missing but buffer is read-only.
8128         (bibtex-parse-field-text): Handle whitespaces at the end of field
8129         text.  Return 3-element list with beginning and end of field text
8130         and end of field.
8131         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8132         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
8133         (bibtex-search-forward-field, bibtex-search-backward-field):
8134         Search always delimited by limits of entry.  Use more efficient
8135         search algorithms.
8136         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8137         bibtex-end-of-name-in-field.
8138         (bibtex-text-in-field-bounds): Handle BibTeX strings when
8139         extracting the content of a field.
8140         (bibtex-text-in-field): Use search limits.
8141         (bibtex-parse-string-prefix): Handle empty string keys based on
8142         bibtex-string-empty-key.
8143         (bibtex-parse-string): Fix docstring.
8144         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8145         (bibtex-preamble-prefix, bibtex-strings): New functions.
8146         (bibtex-skip-to-valid-entry): Include preceding whitespace in
8147         BibTeX entries (consistent with other BibTeX functions).
8148         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8149         (bibtex-search-entry): Fix docstring.  Simplify.
8150         (bibtex-flash-head, bibtex-complete-string-cleanup)
8151         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8152         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8153         (bibtex-parse-entry): New optional arg content.
8154         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8155         Use bibtex-text-in-field-bounds.
8156         (bibtex-print-help-message): Handle BibTeX strings and preambles.
8157         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8158         bibtex-parse-string-postfix.
8159         (bibtex-find-text-internal): New function.
8160         (bibtex-remove-delimiters): Use it.
8161         (bibtex-find-text): Use it.  New optional arg help.
8162         (bibtex-complete): Handle BibTeX string and preamble entries.
8163         (bibtex-Preamble): Fix order of closing delimiters.
8165 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8167         * vc.el (vc-default-revert): New fun.
8169         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8171 2005-12-14  Romain Francoise  <romain@orebokech.com>
8173         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8174         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8175         (font-lock-remove-keywords): Likewise.
8177 2005-12-14  Juri Linkov  <juri@jurta.org>
8179         * log-view.el (log-view-diff): Doc fix.
8181         * isearch.el (isearch-query-replace): Use (mark) instead of
8182         isearch-opoint if mark is active in transient-mark-mode.
8184 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
8186         * isearch.el (isearch-query-replace): Check for isearch-other-end.
8188 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
8190         * progmodes/cpp.el (cpp-face): New widget.
8191         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8193 2005-12-14  Juri Linkov  <juri@jurta.org>
8195         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8196         around `erase-buffer' and `insert'.
8198         * descr-text.el (describe-text-properties): Replace buffer name
8199         "*Help-2*" with "*Help*<2>".
8200         (describe-char): Add functions print-help-return-message,
8201         toggle-read-only.  Use help-setup-xref with nil to not store
8202         describe-char in help-xref-stack.  Use help-make-xrefs to
8203         make [back] button.
8205         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8207         * wdired.el (wdired-old-point): New internal variable.
8208         (wdired-change-to-wdired-mode): Set it buffer-locally.
8209         (wdired-abort-changes): Restore point after aborting changes.
8211 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8213         * vc.el (vc-do-command): Add a new value t for okstatus.
8215         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8216         frame in case of errors.
8218 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8220         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8221         so it comes after "On the Left" in the menu.
8223 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
8225         * cus-edit.el (customize-apropos, customize-apropos-options)
8226         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8228 2005-12-12  Bill Wohler  <wohler@newt.com>
8230         * vc-svn.el (vc-svn-registered): Fix problem of visiting
8231         non-writable Subversion-controlled files by saving window
8232         configuration before calling vc-do-command.  vc-do-command calls
8233         pop-to-buffer on error which is unexpected during registration.
8235 2005-12-12  Jay Belanger  <belanger@truman.edu>
8237         * calc/README: Update the summary of changes.
8239 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8241         * descr-text.el (describe-char): Rework last fix to solve the problem
8242         is the same way it's solved for everything else in that function
8243         (i.e. by extracting the info before setting up the *Help* buffer).
8245 2005-12-12  Kim F. Storm  <storm@cua.dk>
8247         * subr.el (version-regexp-alist): Allow space as separator before
8248         non-numeric part, e.g. "1.0 alpha".
8249         (version-to-list): Interpret .X.Y version as 0.X.Y version.
8251 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
8253         * textmodes/org.el (org-agenda, org-timeline, org-todo):
8254         Implement Logging and the keep-modes setting.
8255         (org-get-category): Make sure a string is returned.
8256         (org-log-done): New function.
8257         (org-log-done, org-closed-string): New options.
8259 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8261         * tooltip.el (tooltip-y-offset): Change default to 20.
8263 2005-12-12  Richard M. Stallman  <rms@gnu.org>
8265         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8267         * frame.el (display-hourglass): Doc fix.
8269         * help.el (help-for-help-internal): Simplify entry for `a'.
8271         * info.el (Info-on-current-buffer): Doc fix.
8272         (info-insert-file-contents): Don't test (featurep 'jka-compr).
8274         * startup.el (inhibit-splash-screen): Make this the real name.
8275         (inhibit-startup-message): Make this the alias.
8276         (command-line): Find only simple.el, and use its directory
8277         to fill in other preloaded files' names.
8278         (command-line): Deactivate the mark if deactivate-mark is set.
8280         * international/mule.el (load-with-code-conversion):
8281         Bind deactivate-mark.
8283         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8285 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
8287         * cus-edit.el (customize-apropos): Avoid listing an option more
8288         than once under different aliases.  No longer list user options
8289         that are not defined with defcustom (unless a prefix arg is given).
8290         Doc fix.
8291         (customize-apropos-options): Doc fix.
8293 2005-12-11  Juri Linkov  <juri@jurta.org>
8295         * frame.el (set-background-color, set-foreground-color)
8296         (set-cursor-color, set-mouse-color, set-border-color):
8297         Add explicit prompts to read colors by `facemenu-read-color'.
8298         (show-trailing-whitespace, blink-cursor-delay)
8299         (blink-cursor-interval, display-hourglass, hourglass-delay):
8300         Remove tags.
8301         (display-hourglass, hourglass-delay): Doc fix.
8302         (cursor-in-non-selected-windows): Capitalize words in tag.
8304         * faces.el (frame-background-mode): Replace `choice-item' keywords
8305         with `const' to not make [default] button.  Change default value tag
8306         from `default' to `automatic'.  Doc fix.
8307         (trailing-whitespace) <defface>: Change group `whitespace' to
8308         `whitespace-faces'.
8310 2005-12-11  Richard M. Stallman  <rms@gnu.org>
8312         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8314 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8316         * term/mac-win.el: Create keymap for mac-apple-event-map.
8318 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
8320         * tooltip.el (tooltip-mode): Move to start of file so that it
8321         appears at top of customize buffer.
8323         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8324         Add the gud groupname.
8325         (gud-tooltip-mode): Add the tooltip groupname.
8326         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
8327         avoid conflict with tooltip-use-echo-area.
8329 2005-12-10  Romain Francoise  <romain@orebokech.com>
8331         * help.el (help-for-help-internal): Add `r' in doc string.
8333 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8335         * align.el (align-regexp, align-highlight-rule):
8336         Use region-beginning and region-end instead of point and mark, so that
8337         repetition (with `repeat-complex-command') recomputes the region
8338         bounds.
8340 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8342         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8343         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8344         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8345         (balance-windows): Rewrite using the above new functions.
8347 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
8349         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8350         react if global-hi-lock-mode seems intended.
8351         (global-hi-lock-mode) Renamed from hi-lock-mode.
8352         (hi-lock-archaic-interface-message-used)
8353         (hi-lock-archaic-interface-deduce): New variables.
8354         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8355         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8356         (hi-lock-find-patterns, hi-lock-font-lock-hook):
8357         Replace hi-lock-buffer-mode with hi-lock-mode.
8359 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
8361         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8362         completion list, even after a partial completion has been
8363         inserted in the current buffer.  If there are more than 1
8364         completion, redisplay the *Completions* buffer; if the
8365         completion is unique, delete the *Completions* window.
8367 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
8369         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8370         strings and long subject lines that were broken into multiple
8371         lines at arbitrary places.  Handle subjects that have "Re: " in
8372         the middle.
8374 2005-12-10  John W. Eaton  <jwe@octave.org>
8376         * emacs/octave-mod.el (octave-electric-space): Don't indent
8377         comments or strings if octave-auto-indent is nil.
8379 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8381         * term/mac-win.el: Require url when compiling.
8382         Call mac-process-deferred-apple-events after loading init files.
8383         (mac-apple-event-map): New defvar.  Define event handlers in it.
8384         (core-event, internet-event): New Apple event class symbols.
8385         (open-application, reopen-application, open-documents)
8386         (print-documents, open-contents, quit-application)
8387         (application-died, show-preferences, autosave-now, get-url):
8388         New Apple event ID symbols.
8389         (about): New HICommand ID symbol.
8390         (mac-event-spec, mac-event-ae): New macros.
8391         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8392         (mac-ae-selection-range, mac-ae-text-for-search)
8393         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8394         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
8395         and Services menu events are now defined in mac-apple-event-map.
8396         (mac-drag-n-drop): Remove selection range handling.
8398 2005-12-10  Kenichi Handa  <handa@m17n.org>
8400         * simple.el (zap-to-char):
8401         * isearch.el (isearch-process-search-char): Translate CHAR by
8402         translation-table-for-input.
8404 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
8406         * foldout.el (foldout-exit-fold): Properly hide subtree.
8408 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8410         * files.el (save-buffer):
8411         * international/ucs-tables.el (ucs-set-table-for-input):
8412         * mail/mail-extr.el (mail-extract-address-components):
8413         * mail/sendmail.el (mail-mode): Reformat doc string.
8415 2005-12-09  Juri Linkov  <juri@jurta.org>
8417         * isearch.el (isearch-highlight): Change main overlay priority
8418         from 1 to 1001.  Simplify.
8419         (isearch-lazy-highlight-update): Change lazy overlay priority
8420         from 0 to 1000.
8422         * replace.el (replace-highlight): Change overlay priority from
8423         1 to 1001.
8425         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8426         Change overlay priority from 1 to 1001.  Reuse existing overlay.
8428         * compare-w.el (compare-windows-highlight): Change overlay
8429         priority from 1 to 1000.
8431         * menu-bar.el (menu-bar-edit-menu): Add listp around
8432         pending-undo-list to disable menu item "undo" when pending
8433         undo list is empty.
8435         * locate.el (locate): Disable undo in *Locate* buffer.
8437 2005-12-09  Kim F. Storm  <storm@cua.dk>
8439         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8441 2005-12-09  David Ponce  <david@dponce.com>
8443         * recentf.el: Improvement of the menu code.
8444         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
8445         instead of menu hook.
8446         (recentf-show-menu, recentf-hide-menu): New functions.
8447         (recentf-menu-customization-changed, recentf-mode): Use them.
8448         (recentf-menu-action, recentf-max-menu-items)
8449         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8450         (recentf-arrange-by-rule-others)
8451         (recentf-arrange-by-rules-min-items)
8452         (recentf-arrange-by-rule-subfilter) : Don't use
8453         `recentf-menu-customization-changed'.
8454         (recentf-arrange-rules): Likewise.  Accept functions to compute
8455         sub-menu titles.
8456         (recentf-menu-filter): Likewise.  Doc fix.
8457         (recentf-menu-value-shortcut): Doc fix.
8458         (recentf-dump-variable): Quote atom value.
8459         (recentf-make-menu-items): Update to use it as a menu filter.
8460         (recentf-match-rule): New function.
8461         (recentf-arrange-by-rule): Use it.
8462         (recentf-indirect-mode-rule): New function.
8463         (recentf-build-mode-rules): Use it.
8464         (recentf-dir-rule): New function.
8465         (recentf-arrange-by-dir): Use it.
8466         (recentf-filter-changer-current): Rename from
8467         `recentf-filter-changer-state'.  All references updated.
8468         (recentf-filter-changer-alist): Update filter names.
8469         (recentf-filter-changer-select): New function.
8470         (recentf-filter-changer): Use it.  Make a sub-menu from filters
8471         available in `recentf-filter-changer-alist'.
8472         (recentf-data-cache, recentf-clear-data)
8473         (recentf-update-menu): Remove.  All references updated.
8474         (recentf-match-rule-p, recentf-build-dir-rules)
8475         (recentf-filter-changer-goto-next)
8476         (recentf-filter-changer-get-current)
8477         (recentf-filter-changer-get-next): Remove.
8479 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8481         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8482         buffer "Reset" button to "Reset to Current" for consistency with
8483         the State buttons.
8485 2005-12-08  John Paul Wallington  <jpw@pobox.com>
8487         * ibuf-ext.el (define-ibuffer-filter filename):
8488         If `dired-directory' is a list then really use its car.
8490 2005-12-08  Kim F. Storm  <storm@cua.dk>
8492         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8493         Fix indention of text on right side of replaced rectangle.
8495 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
8497         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8498         No need to check gud-comint-buffer is bound.
8499         (gdb): Prevent multiple debugging when first session uses gdba.
8501 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8503         CC Mode update to 5.31.
8505         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8506         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
8507         We might do this function properly in the future).
8509         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8510         New macros c-sentence-end and c-default-value-sentence end, to cope
8511         with Emacs 22's new function `sentence-end'.
8513 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8515         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8516         compat issue using `c-put-overlay' and `c-delete-overlay'.
8518         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8519         New compat macros to handle overlays/extents.
8521 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8523         * progmodes/cc-fix.el: Add definitions of the macros push and pop
8524         (for GNU Emacs 20.4)
8526         * progmodes/cc-defs.el:
8527         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8529         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8530         highlighting mechanism so it will work in XEmacs too.
8532         * progmodes/cc-defs.el: Insert c-int-to-char.
8534         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8535         call to the new macro c-int-to-char.  This solves XEmacs's
8536         regarding characters as different from integers.
8538 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8540         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8541         New internal helper.
8543         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8544         construct to make the indirect face lookup work in XEmacs.
8546         (c-cpp-matchers): Append the negation char face to the existing
8547         fontification, so that the cpp face doesn't disappear.
8548         Use `c-make-syntactic-matcher' to avoid negation chars in comments
8549         and strings.
8551         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8552         to map to `font-lock-negation-char-face' in emacsen where it exists.
8554 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8556         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8558         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8559         Rename "c-subword-move-mode" as "c-subword-mode".
8561         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8562         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
8564 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8566         * progmodes/cc-mode.el: Added autoload directive for
8567         `c-subword-move-mode' for use in older emacsen.
8569 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8571         * progmodes/cc-mode.el:
8572         (i) Insert a binding for C-c C-backspace into
8573         c-bind-special-erase-keys which works in TTYs.
8574         (ii) Make sure that when file styles are used, any explicitly
8575         given style variables take priority over those in the style.
8576         Do this by calling `hack-local-variables' a second time.
8578         * progmodes/cc-vars.el: Add language specific customization
8579         widgets for AWK to c-doc-comment-style, c-require-final-newline
8580         and c-default-style.  Add a defcustom for awk-mode-hook.
8581         Give c-syntactic-element and c-syntactic-context doc-strings by
8582         directly setting their `variable-documentation' propery.
8583         This allows Emacs 22.1 to read these with C-h v.
8585         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8587 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8589         * progmodes/cc-fonts.el, cc-vars.el
8590         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8591         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8592         Masatake YAMATO.
8594         (c-doc-comment-style): Made GtkDoc default in C mode.
8596         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8597         and C-c C-<delete>.
8599         (c-bind-special-erase-keys): New function for use on
8600         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8602         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8603         <delete> key behavior in XEmacs according to `delete-forward-p'.
8604         C.f. `c-electric-delete'.
8606 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8608         * progmodes/cc-mode.el: Give c-hungry-backspace and
8609         c-hungry-delete-forward permanent key bindings.
8611         * progmodes/cc-cmds.el (c-electric-semi&comma):
8612         Bind c-syntactic-context for calls to "criteria functions", for
8613         consistency with other calls to user functions.
8615         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8616         `current-prefix-arg', since this might be the prefix arg to a
8617         command which calls c-indent-command as a function.  Change the
8618         interactive spec from "p" to "P".
8620         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8621         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8622         was difficult to understand.
8624 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8626         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8627         first char of an identifier.
8629         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8630         +" syntax in C++.
8632 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8634         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8635         auto-fill doesn't split a c-comment's last word from a hanging
8636         "*/" when a space is typed between them after fill-column.
8638         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8640         * progmodes/cc-styles.el (c-set-style)
8641         (c-setup-paragraph-variables): Abort the command if we're not in a
8642         CC Mode buffer.
8644         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8645         with blank comment-prefix, and a blank line as the comment's
8646         second line.
8648 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8650         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8651         Incorporate the patterns added in the Emacs development branch
8652         for the new Emacs 22 face `font-lock-negation-char-face'.
8654         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8655         of "red" since it stands out better in xterms and DOS terminals.
8657         * progmodes/cc-engine.el (c-literal-faces):
8658         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8660 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8662         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8663         forcibly enable c-electric-flag.
8665         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8666         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8667         after the comment-prefix of a C-style comment will close that comment.
8669 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8671         * progmodes/cc-fonts.el (c-basic-matchers-before)
8672         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8673         in Pike.
8675         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8676         digraphs.
8678         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8679         (c-cpp-message-directives, c-cpp-include-directives)
8680         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8681         (c-cpp-expr-directives): Introduce new language constants to
8682         control cpp syntax in a cleaner way.
8684         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8686         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8688         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8689         (c-multiline-string-start-char): New language constants and
8690         variables to specify how newlines in string literals work.
8692         (c-font-lock-invalid-string): Use them.
8694         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8695         unbalanced close brace is entered.  Optimization by avoiding going
8696         back over arbitrarily large blocks.  Removed hints that this
8697         function only would be relevant/useful in AWK.
8699         (c-electric-brace): Indent syntactically after the cleanups since
8700         lineup functions might do it differently then.
8702         * progmodes/cc-engine.el, cc-langs.el
8703         (c-opt-op-identifier-prefix): New language constant and variable.
8705         (c-just-after-func-arglist-p, c-after-special-operator-id)
8706         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8708         * progmodes/cc-align.el, cc-engine.el
8709         (c-after-special-operator-id): New helper to handle C++ operator
8710         identifiers.
8712         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8713         (c-guess-basic-syntax): Handle C++ operator identifiers in
8714         declarations.
8716         * progmodes/cc-langs.el (c-assignment-operators): Add the
8717         trigraph version of ^= too.
8719         * progmodes/cc-langs.el (c-assignment-operators): Add the
8720         trigraph version of |= in C++.
8722         * progmodes/cc-fonts.el (c-font-lock-declarators):
8723         Handle `c-decl-hangon-kwds' after the identifier name.
8725         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8726         whether an arglist is "nonempty", ignore a comment after the open
8727         paren if it isn't followed by a non-comment token on the same line.
8729         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8730         Enable heuristics below the point to cope with classes inside special
8731         brace lists in Pike.
8733 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8735         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8737 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8739         * progmodes/cc-guess.el (cc-guess-install): New function to
8740         install an already guessed style in another buffer.
8742         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8743         sets `inhibit-read-only' - `c-save-buffer-state' should be used
8744         anyway if the change always is undone.
8746 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8748         Implement togglable electricity:
8750         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8751         saying when it should be used.
8753         * progmodes/cc-engine.el: Add the new buffer-local variable,
8754         c-electric-flag.
8756         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8757         c-toggle-auto-newline.
8759         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8760         c-toggle-auto-newline.  Remove the binding for
8761         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
8762         c-toggle-electric-state.
8764         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8766         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8767         c-\(forward\|backward\)-subword.
8768         (c-update-modeline): Add the new modeline flag `l' for
8769         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
8770         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8771         Make the old name an alias of the new name.
8772         (c-toggle-electric-state): New function.
8773         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8774         Adapt these functions to do electric things only when
8775         c-electric-flag is non-nil.
8776         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8777         new functions from c-electric-brace.
8778         (c-point-syntax): Add a check for "virtual semicolons" in AWK
8779         mode, so that the tentative extra newline doesn't change the
8780         syntax of the following brace.
8781         (c-electric-brace): Restructure by extracting the above functions.
8782         Tidy up the coding somewhat.
8783         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8784         restructure a bit.
8786 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8788         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8789         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
8791         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8792         (c-submode-indicators): Change name from `c-auto-hungry-string'
8793         since it's now used to track another submode.
8795         (c-update-modeline): Convert to function and extended to check
8796         `c-subword-move-mode'.
8798         (c-forward-into-nomenclature, c-backward-into-nomenclature):
8799         Convert to compat aliases for `c-forward-subword' and
8800         `c-backward-subword'.
8802         * progmodes/cc-subword.el: New functions and minor mode to handle
8803         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8805         (c-forward-subword, c-backward-subword, c-mark-subword)
8806         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8807         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8808         Functions corresponding to the standard word handling functions.
8810         (c-subword-move-mode): Minor mode that replaces all the standard
8811         word handling functions with their subword equivalences.
8813 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8815         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8816         entry for one-liner-defun.
8818         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8819         name in its def-edebug-spec.
8821         * progmodes/cc-cmds.el (c-electric-brace): Make the
8822         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
8823         compacts space before a comment, if this will make things fit on
8824         one line.
8826         Introduce an "awk" style, mainly for auto-newline and clean-ups.
8828         * progmodes/cc-align.el: New function c-snug-1line-defun-close
8830         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8831         clean-up one-liner-defun.
8833         * progmodes/cc-styles.el: Add the new "awk" style.
8835         * progmodes/cc-vars.el: Add description of one-liner-defun to
8836         c-cleanup-list's doc-string.  New user options,
8837         c-max-one-liner-length.  In c-default-style, set the default style
8838         for AWK to "awk".
8840 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8842         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8843         macros inside labels.
8845         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8846         `c-at-statement-start-p' and `c-at-expression-start-p'.
8848         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8849         error if the mark isn't set.
8851         * progmodes/cc-engine.el (c-guess-continued-construct)
8852         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8853         accurately detect functions inside functions.
8855         * progmodes/cc-engine.el (c-at-expression-start-p): New function
8856         like `c-at-statement-start-p' that additionally recognizes commas
8857         and expression parentheses as delimiters.
8859         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8860         to avoid heuristics that doesn't work for unclosed blocks.
8861         (c-at-statement-start-p): New function.
8863         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8864         Objective-C directives, e.g. directives spanning lines should work
8865         reasonably well now.
8867         (c-put-c-type-property, c-clear-c-type-property): New helpers.
8869         (c-forward-objc-directive): New function to move over any ObjC
8870         directive.
8872         (c-just-after-func-arglist-p, c-guess-basic-syntax)
8873         (c-basic-matchers-before): Use it.
8875         (c-font-lock-objc-iip-decl): Remove.
8877         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8878         in the template arglist recognition.
8880         * progmodes/cc-styles.el (c-style-alist): Fix several
8881         inconsistencies in the Whitesmith style.
8883         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8884         New lineup function to get lines after Whitesmith style blocks
8885         correctly indented.
8887         (c-lineup-whitesmith-in-block): Back out the compensation for
8888         opening parens since it's done using `add' lists in the style
8889         definition instead.  Don't use the anchor position since it varies
8890         too much between the syntactic symbols. :P
8892         * progmodes/cc-vars.el (c-valid-offset): Update.
8894         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8895         lists where the offsets are combined according to several
8896         different methods: `first', `min', `max', and `add'.
8897         Report offset evaluation errors with `c-benign-error' so that some kind
8898         of reindentation still is done.
8900         * progmodes/cc-engine.el (c-guess-basic-syntax):
8901         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8902         `arglist-close'.
8904         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8905         situations for `arglist-cont-nonempty' and `arglist-close'.
8907         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8909         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8910         cc-bytecomp-boundp' in a number of places.
8912         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8913         macro related issue.
8915 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8917         * progmodes/cc-awk.el: Change the terminology of regexps: A char
8918         list is now [asdf], a char class [:alpha:].
8919         Include code for char classes.
8920         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
8921         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8923         Remove (nearly all of) the cruft associated with AWK Mode's former
8924         concept of "virtual semicolons":
8926         Adapt c-beginning-of-statement, c-end-of-statement (together with
8927         subfunctions) to use the new notion of "virtual semicolon" in
8928         place of the old awkward special handling for AWK.  There remains
8929         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8930         * progmodes/cc-cmds.el:
8931         (c-ascertain-adjacent-literal): In the backwards direction, now
8932         recognises AWK regexp delimiters as string delimiters.
8933         (c-after-statement-terminator-p): Adapt for virtual semicolons;
8934         check more rigorously for "end of macro".
8935         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8936         virtual semicolons;
8937         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8938         out the code for forward movement into ...
8939         (c-end-of-statement): Now contains the code for forward movement,
8940         adapted for virtual semicolons.
8942         * progmodes/cc-engine.el:
8943         (c-ws*-string-limit-regexp): New regexp.
8944         (c-forward-single-comment, c-backward-single-comment): Comment out
8945         the (now redundant) "special" AWK stuff.
8947         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8948         c-string-par-start, c-string-par-separate to be more like Text
8949         Mode than Fundamental Mode.
8951 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8953         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8954         to the fontified region so that fontification doesn't occur
8955         outside it (could happen e.g. when fontifying a line with an
8956         unfinished declaration).
8958 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8960         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8961         start of the file.  ^L now separate sections of the file.
8962         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
8963         (c-awk-one-line-possibly-open-string-re)
8964         (c-awk-regexp-one-line-possibly-open-char-class-re)
8965         (c-awk-one-line-possibly-open-regexp-re)
8966         (c-awk-one-line-non-syn-ws*-re): New defonsts.
8967         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8969         Amend the concept of "virtual semicolons" (in the indentation
8970         engine) for languages like AWK, such that they are now
8971         conceptually attached to end of the last token of a statement, not
8972         the end of the line.  (In AWK Mode, however, the pertinent text
8973         property is still physically set on the EOL.)  Remove the specific
8974         tests for awk-mode, thus facilitating the introduction of other
8975         language modes where EOLs can end statements.
8976         (Note: The funtionality in cc-cmds.el, specifically
8977         c-beginning/end-of-statement has yet to be amended.)
8979         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8980         New macros.
8982         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8983         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
8984         c-vsemi-status-unknown-p-fn (in a new page).
8986         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8987         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8988         numerous awkward forms like
8989         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8990         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
8991         variable before-ws-ip, the place just after char-before-ip appears.
8993         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8994         a comment.
8996 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8998         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8999         `c-tentative-buffer-changes'.
9001         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9002         convert to macro to choose between Emacs and XEmacs at compile time.
9004         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9006         (c-tentative-buffer-changes): New macro to handle temporary buffer
9007         changes in a convenient way.
9009         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9010         for `c-tentative-buffer-changes'.
9012         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9013         the checks for paren sexps between the point and the keyword, to
9014         avoid some false alarms.
9016         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9017         Fixed a situation where an error could be thrown for unbalanced
9018         parens.  Changed to make use of c-keyword-member' to avoid some
9019         repeated regexp matches.
9021         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9022         These language variable are no longer necessary.
9024         (c-block-stmt-kwds): New language constant used by
9025         c-looking-at-inexpr-block'.
9027         (c-guess-basic-syntax): Remove an optional check that looked at
9028         the existence of the now removed language variables.
9030         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9031         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9032         object instantiation expressions as declarations in some contexts.
9033         This bug only affected languages where the declarator can't be
9034         enclosed in parentheses.
9036         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9037         insert newlines before and after substatement braces.
9039         * progmodes/cc-engine.el: Improved the heuristics for recognizing
9040         function declaration headers and the handling of C++ style member
9041         init lists.
9043         (c-just-after-func-arglist-p): Rewritten to use
9044         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
9046         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9048         (c-guess-basic-syntax): Adapt case 5B for the new
9049         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
9050         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9051         covers all cases now).
9053         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9055 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9057         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9058         c-string-par-start/separate c-sentence-end-with-esc-eol,
9059         initialised in c-setup-paragraph-variables, used in string
9060         scanning subroutines of c-beginning-of-statement.
9062         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9063         which precedes the newly inserted `{'.
9065 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9067         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9068         function for declaration level blocks.  It should now cope with
9069         templates better and also be a lot more comprehensible.
9071         (c-looking-at-decl-block): The new function.
9073         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
9074         for compatibility.
9076         (c-add-class-syntax, c-guess-continued-construct)
9077         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9079         (c-decl-block-key): Change to tell apart ambiguous and
9080         unambiguous keywords.  Pike specials are now handled directly in
9081         the code instead.
9083         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9084         New language constants and variables to make the backward skip in
9085         `c-looking-at-decl-block' as tight as possible.
9087         (c-nonsymbol-token-char-list): New language constant.
9089         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9090         find balanced template arglists backwards.
9092         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9093         making char classes for `c-syntactic-skip-backward'.
9095         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9096         16D - can't be a class-close at that point.
9098         * progmodes/cc-engine.el (c-guess-basic-syntax)
9099         (c-add-class-syntax): Don't narrow out the enclosing declaration
9100         level.  This makes everything a lot easier, and it was actually
9101         only four small places that needed it to work.  Some places that
9102         previously did `widen' are removed now, which has the effect that
9103         `c-guess-basic-syntax' never will look at things outside the
9104         current narrowment now.  The anchor position for `topmost-intro'
9105         is affected by this, but it was so bogus it was basically useless
9106         before, and now it's equally bogus but in a slightly different way.
9108         (c-narrow-out-enclosing-class): Gone.
9110         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9111         the narrowed region.
9113         (c-least-enclosing-brace): Remove silly optional argument.
9115         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9116         the point could be left directly after an open paren when finding
9117         the beginning of the first decl in the block.
9119         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9120         Specify which submatch to use.
9122         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9124         (c-decl-start-re): No longer any need for special treatment of
9125         ObjC due to the above.
9127         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9128         presumably follows C in that regard.
9130         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9131         New language constants to specify operator tokens inside
9132         identifiers in a more high level way.
9134         (c-opt-identifier-prefix-key): New internal language constant.
9136         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9137         (c-identifier-start, c-identifier-key): Now completely calculated
9138         from other constants.
9140         (c-identifier-last-sym-match): Decommission since it's no longer used.
9142         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
9144         * progmodes/cc-engine.el (c-forward-name): Remove the
9145         optimization when c-identifier-key is equal to c-symbol-key since
9146         it doesn't work in byte compiled files.  Don't record empty
9147         regions as identifiers.
9149         * progmodes/cc-langs.el (c-filter-ops): New helper function to
9150         simplify access to `c-operators' and its likes.
9152         (c-operator-list, c-all-op-syntax-tokens)
9153         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9154         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9155         (c-primary-expr-regexp, c-cast-parens): Use it.
9157         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9158         an explicit language in functions.
9160         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9161         variant of adornment.
9163         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9164         variable.
9166         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9167         the Pike value.
9169         * progmodes/cc-engine.el (c-on-identifier)
9170         (c-simple-skip-symbol-backward): Small fix for handling "-"
9171         correctly in `skip-chars-backward'.  Affected the operator lfun
9172         syntax in Pike.
9174         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9175         diagnostic message about precompiled language vars not being used.
9177         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9178         "__attribute__" is followed by a parenthesis.
9180         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9181         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9182         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9184         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9185         Internal cleanups to properly detect the declared identifiers in
9186         various declarations.
9188         (c-decl-start-kwds): New language constant to recognize
9189         declarations that can start anywhere.  Used for class declarations
9190         in Pike.
9192         (c-specifier-key, c-not-decl-init-keywords)
9193         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9194         (c-find-decl-spots): Implement `c-decl-start-kwds'.
9196         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9197         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9198         handling of the compiler specific extension keywords into a new
9199         language constant `c-decl-hangon-kwds' that defines keyword
9200         clauses to be ignored in declarations.
9202         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9203         past unrecognized tokens when handling `c-colon-type-list-kwds'.
9204         Necessary to stop at the declared identifier in e.g. IDL valuetype
9205         declarations.
9207         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9208         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9209         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9210         (c-forward-decl-or-cast-1): Recognize the declared identifier in
9211         class and enum declarations as such and not as part of the type.
9213         (c-forward-decl-or-cast-1, c-forward-label): Relax the
9214         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9216         (c-forward-decl-or-cast-1): Don't disregard sure signs of
9217         declarations when there's some syntax error later on.
9219         (c-complex-decl-matchers): Did away with a reference to
9220         `c-specifier-key'.
9222         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9223         value - this variable is always dynamically bound.
9225         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9226         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9227         * cc-cmds.el, cc-defs.el: Change the policy for marking up
9228         functions that might do hidden buffer changes: All such internal
9229         functions are now marked instead of those that don't.
9231         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9232         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9233         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9234         (c-literal-type): Allow these functions to make hidden buffer changes,
9235         so that they are free to use text property caching later on.
9237         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9238         (c-electric-brace, c-electric-slash, c-electric-star)
9239         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9240         (c-electric-paren, c-electric-continued-statement, c-indent-command)
9241         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9242         (c-context-line-break): Add `c-save-buffer-state' calls to comply
9243         with the changed semantics of the functions above.
9245         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9246         when macros occur in obscure places.  Optimized the sexp movement
9247         a bit.
9249 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9251         Enhancements for c-beginning-of-statement to work in AWK Mode:
9253         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9254         (completed statement) with `}' (statement completed by closing
9255         brace or semicolon) and `$' (statement completed by EOL).
9257         (c-awk-virtual-semicolon-ends-prev-line-p)
9258         (c-awk-virtual-semicolon-ends-line-p)
9259         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9260         (c-awk-at-statement-end-p): New functions.
9262         * progmodes/cc-cmds.el: Simplify the structure of functions
9263         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
9264         two functions and c-beginning-of-statement to handle AWK Mode.
9266         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9267         c-backward-single-comment for AWK mode.  Attempt to clarify their
9268         doc-strings.
9270         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9272 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9274         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9275         label handling.  Labels are now recognized in a uniform and more
9276         robust way, regardless of context.  Text properties are put on all
9277         labels to recognize the following declarations better.
9278         Multiword labels are handled both in indentation and fontification for
9279         the benefit of language extensions like Qt.  For consistency, keywords
9280         in labels are now fontified with the label face instead.
9281         That also applies to "case" and "default".
9283         (c-beginning-of-statement-1): Fix some bugs in the label
9284         handling.  Disregard `c-nonlabel-token-key' in labels that begin
9285         with `c-label-kwds'.
9287         (c-find-decl-spots): Support that the callback adds more
9288         `c-decl-end' spots to find.
9290         (c-forward-decl-or-cast-1): Don't treat a list of plain
9291         identifiers followed by a colon as a declaration.
9293         (c-forward-label): New function to recognize labels.
9295         (c-guess-basic-syntax): Replace uses of `c-label-key' with
9296         `c-forward-label'.  Moved the label recognition cases (14 and 15)
9297         earlier since they aren't so context sensitive now.  Handle labels
9298         on the top level gracefully.  Moved access label recognition to
9299         the generic label case (CASE 15) - removed CASE 5E.
9301         (c-font-lock-declarations): Add recognition of labels in the
9302         same round since we need to handle labels in parallell with other
9303         declarations to recognize both accurately.  It should also improve
9304         speed.
9306         (c-simple-decl-matchers, c-basic-matchers-after):
9307         Move `c-font-lock-labels' so that it only is used on decoration level 2
9308         since `c-font-lock-declarations' handles it otherwise.
9310         (c-complex-decl-matchers): Remove the simplistic recognition of
9311         access labels.
9313         (c-decl-prefix-re): Remove the kludges that was necessary to cope
9314         with labels earlier.
9316         (c-decl-start-re): New language variable to make
9317         `c-font-lock-declarations' stop for the special protection labels
9318         in Objective-C that start with `@'.
9320         (c-label-key): Remove since it's no longer used.
9322         (c-recognize-colon-labels, c-label-prefix-re): New language
9323         constants to support recognition of generic colon-terminated labels.
9325         (c-type-decl-end-used): `c-decl-end' is now used whenever there
9326         are colon terminated labels.
9328         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9329         first argument starts with a special brace list.
9331         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9332         (c-font-lock-declarations): Break out the declaration and cast
9333         recognition from `c-font-lock-declarations' to a new function, so
9334         that it can be used in the indentation engine.
9336         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9337         up to the start of the literal.  Fixed bug with the point on the
9338         wrong side of the search limit that could happen when the start
9339         position is inside a literal.
9341         * progmodes/cc-engine.el (c-parse-state)
9342         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9343         so that it's kept a little bit back to increase the hit rate.
9345         (c-parse-state): Change the macro handling and fixed some
9346         glitches.  Macro context is checked more often than necessary now,
9347         but otoh less garbage conses are generated.
9349         * progmodes/cc-engine.el (c-parse-state)
9350         (c-invalidate-state-cache): Cache the last position where
9351         `c-state-cache' applies.  This can speed up refontification quite
9352         a bit in blocks where there are many non-brace parens before the point.
9354         (c-state-cache-end): New variable for this.
9356         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9357         cache variable.
9359         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9360         get close initial continue positions when the start position is
9361         inside a literal or macro.  Do not call the callback for spots
9362         before the start position (which can happen e.g. for `c-decl-end'
9363         spots inside comments).  Optimize better in special cases when the
9364         region is a single line inside a literal or macro (typically when
9365         the current line is refontified).
9367         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9368         to `c-add-stmt-syntax' - there's no need to explicitly whack off
9369         entries from the paren state.
9371         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9372         special case for "else if" clauses.
9374         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9375         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9377         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9378         New language variable to recognize the gcc extension with statement
9379         blocks inside expressions.
9381         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9382         it somewhat more comprehensible.  The argument AT-BLOCK-START is
9383         no longer used and hence removed.
9385         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9386         to `c-add-stmt-syntax'.
9388         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9389         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9390         This fixes bogus label recognition.
9392         * progmodes/cc-engine.el (c-add-type, c-check-type)
9393         (c-forward-name, c-forward-type): Improve storage of template
9394         types in `c-found-types' so that they can be recognized better.
9396         (c-syntactic-content): Add option to skip past nested parens.
9398         * progmodes/cc-engine.el (c-forward-name):
9399         Set `c-last-identifier-range' all the time.  It's less work that way.
9400         Handle that there might not be an identifier to store in
9401         `c-last-identifier-range'.
9403         (c-forward-type): Handle that `c-last-identifier-range' might be
9404         nil from `c-forward-name'.
9406         * progmodes/cc-defs.el (c-safe-scan-lists)
9407         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9409         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9410         to work even if the form fails.
9412         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9413         down in a large file in one go.
9415         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9417         * progmodes/cc-align.el (c-lineup-assignments): New lineup
9418         function which is like `c-lineup-math' but returns nil instead of
9419         `c-basic-offset' when it doesn't match.
9421         (c-lineup-math): Change to use `c-lineup-assignments'.
9423 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9425         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9426         c-beginning-of-statement.  New subfunctions
9427         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9429 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9431         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9432         hardcoded char classes whereever possible.  Changed a couple of
9433         places to use skip by syntax instead of skip by char class.
9435         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9436         Fix a bug in the regexp that caused extreme backtracking.
9438         * progmodes/cc-langs.el (c-block-comment-starter)
9439         (c-block-comment-ender): New language constants to specify in a
9440         single place how block comments look.
9442         (c-comment-start-regexp, c-block-comment-start-regexp)
9443         (comment-start, comment-end, comment-start-skip)
9444         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9445         (c-syntactic-ws, c-nonempty-syntactic-ws)
9446         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9447         `c-line-comment-starter', `c-block-comment-starter' and
9448         `c-block-comment-ender'.
9450         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9451         New language constants to break up things a bit.
9453         (c-simple-ws): New language constant for simple whitespace.
9455         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9457         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9458         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9459         newlines.  Allow and ignore nil elements in the list.
9461 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9463         * progmodes/cc-cmds.el: Comment out a (n almost certainly
9464         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9466         * progmodes/cc-cmds.el: Tidy up the comments in
9467         c-beginning-of-statement and subfunctions.
9469         * progmodes/cc-awk.el: Replace calls to put-text-property to the
9470         more flexible c-put-char-property and c-clear-char-properties.
9471         Add the author's email address.
9473         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9475         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9476         closing "*/" of a block comment.
9478         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9479         subfunctions) so that it works at BOB and EOB.
9481         * progmodes/cc-cmds.el, cc-vars.el: More updating of
9482         c-beginning-of-statement, including new variable
9483         c-block-comment-start-regexp.
9485 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9487         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9488         symbols from `*-font-lock-extra-types' so that there's no need to
9489         use `regexp-opt' on those lists.
9491         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9492         `c-type-modifier-kwds' is empty.
9494         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9495         there are several strings on the same line.
9497         * progmodes/cc-engine.el (c-literal-limits): Remove the
9498         compatibility function for older emacsen.  `c-literal-limits-fast'
9499         has now taken the place of this function.
9501         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9502         with older emacsen: We now require `pps-extended-state'.
9504 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9506         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9507         which obviates the need to hack sentence-end.  This now handles
9508         escaped newlines in strings correctly.  Correct minor bugs in
9509         c-move-over-sentence and in c-beginning-of-statement.
9511         * progmodes/cc-cmds.el (c-beginning-of-statement (and
9512         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9513         that movement over macros and code are rigorously separated from
9514         eachother.  Correct a few incidental bugs.
9516         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9517         Improve its doc-string.  Improve the handling of certain specific cases.
9519 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9521         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9522         (c-guess-basic-syntax): Change the way class-level labels are
9523         recognized; they can now contain essentially any symbols.
9525         (c-opt-extra-label-key): New language variable to cope with the
9526         special protection label syntax in Objective-C.
9528         (c-opt-access-key): Remove; this is now handled better by
9529         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9531         (c-complex-decl-matchers): Update to handle that
9532         `c-opt-access-key' no longer exists.
9534         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9535         improved label recognition in `c-beginning-of-statement-1'.
9537         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9538         Recognize bitfields better.
9540         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9541         Remove some cruft and fixed a bug that could cause it to go to a
9542         position further down.
9544         * progmodes/cc-langs.el, cc-engine.el
9545         (c-beginning-of-statement-1): Improve detection of labels in
9546         declaration contexts.
9548         (c-beginning-of-decl-1): Use it.
9550         (c-nonlabel-token-key): New language constant and variable needed
9551         by `c-beginning-of-statement-1'.
9553         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9554         manifested itself due to the correction in `c-forward-sexp'.
9556         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9557         Make these behave as documented when used at the buffer limits.
9559         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9560         (c-type-decl-end-used): Made this a language variable.
9562         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9563         correctly when `combine-after-change-calls' is used together with
9564         temporary narrowings.
9566         * progmodes/cc-engine.el (c-beginning-of-statement-1):
9567         Report labels correctly when the start point is immediately after the
9568         colon.
9570         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9571         Remove since it isn't used anymore.
9573         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9574         bracket arglists such as template parens in C++.
9576         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9577         in the last check-in.  Some optimization.
9579         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9580         where it could stop at the same level in a preceding sexp when
9581         PAREN-LEVEL is set.
9583         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9584         text property lookup only when it's needed.
9586         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9587         Change the policy for paren marked angle brackets to be more
9588         persistent; once marked they remain marked even when they're found
9589         to be unbalanced in the searched region.  This should keep the
9590         paren syntax around even when individual lines are refontified in
9591         multiline template arglists.
9593         (c-parse-and-markup-<>-arglists): New dynamically bound variable
9594         to control markup so that incorrect angle bracket arglists aren't
9595         marked in contexts where the correct value for
9596         `c-disallow-comma-in-<>-arglists' isn't known.
9598         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9599         argument has become `c-parse-and-markup-<>-arglists'.
9601         (c-remove-<>-arglist-properties): Remove - no longer used.
9603         (c-after-change-check-<>-operators): New function used on
9604         `after-change-functions' to avoid that "<" and ">" characters that
9605         are part of longer operators have paren syntax.
9607         (c-<>-multichar-token-regexp): New language variable used by
9608         `c-after-change-check-<>-operators'.
9610         (c-after-change): Call `c-after-change-check-<>-operators'.
9612         (c-font-lock-<>-arglists): Use the context properties set by
9613         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9614         correctly to avoid doing invalid markup.
9616         (c-font-lock-declarations): Remove code that undoes the invalid
9617         markup done by `c-font-lock-<>-arglists'.
9619         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9620         after `c-font-lock-declarations'.
9622         * progmodes/cc-engine.el (c-syntactic-skip-backward):
9623         Add paren-level feature.
9625         (c-guess-basic-syntax): Improve the anchor position for
9626         `template-args-cont' in nested template arglists.  There's still
9627         much to be desired in this area, though.
9629 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9631         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9632         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9634 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9636         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9637         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9639         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9640         it doesn't work no longer are supported.
9642         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9643         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9644         requires support for the syntax-table' text property, which rules
9645         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
9646         cruft associated with those versions.
9648         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9649         for the `syntax-table' text property, which rules out Emacs 19 and
9650         XEmacs < 21.4.  Removed various compatibility cruft associated
9651         with those versions.
9653         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9654         support for the `syntax-table' text property.
9656         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9657         variable and use an extra quoted face name instead.  All the
9658         emacsen flavors handle that correctly.
9660         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9661         (c-font-lock-declarators, c-font-lock-declarations)
9662         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9663         property to mark the items in in declarator lists to handle
9664         refontification inside multiline declarations better.
9666         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9667         construct like "a * b = c;" as a declaration.
9669 2005-12-08  Kim F. Storm  <storm@cua.dk>
9671         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9672         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
9673         select either meta, hyper, or super modifier for rectangle commands.
9674         (cua--rectangle-modifier-key): New defvar.
9675         (cua--M/H-key): Use it.  Remove special case for `space'.
9676         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9677         on X, to meta otherwise.  Always bind C-return to toggle
9678         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
9680         * emulation/cua-rect.el (cua-help-for-rectangle):
9681         Use cua--rectangle-modifier-key.  Handle super modifier too.
9682         (cua--init-rectangles): Always bind C-return to toggle rectangle.
9683         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9685         * ido.el: Move Acknowledgements and History after Commentary.
9686         Minor changes to Commentary.
9688         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9689         keymap if cua--prefix-override-timer is `shift'.
9690         (cua--shift-control-prefix): New function; emulate "type prefix
9691         key twice" functionality to handle shifted prefix key override.
9692         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9693         New commands.
9694         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9696 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
9698         * textmodes/org.el (org-insert-heading): Try to do items before
9699         headings.
9700         (org-agenda-mode): Quote `org-agenda-mode-hook'.
9701         (org-insert-item): New function.
9702         (org-renumber-ordered-list): Don't skip to higher level lists.
9704 2005-12-08  Juri Linkov  <juri@jurta.org>
9706         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9708         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9710         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9712         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9713         the constructed function name fun-1.
9715         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9716         because such links don't lead to parent documentation.
9718 2005-12-08  Kenichi Handa  <handa@m17n.org>
9720         * descr-text.el (describe-char): Use *Help-2* buffer if the
9721         current buffer is *Help*.  Call describe-text-properties while
9722         setting the original buffer.
9724 2005-12-07  Bill Wohler  <wohler@newt.com>
9726         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
9727         and causes problems with non-MH users (such as Gnus users).
9729 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
9731         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9732         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9733         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9734         command "info sources".  Move calls to GDB command "list".
9735         (gdb-find-file-hook): Just use gdb-source-file-list.
9736         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9737         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9738         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9739         (gdb-data-list-register-values-handler): Use correct trigger name.
9741 2005-12-07  Kim F. Storm  <storm@cua.dk>
9743         * ido.el (ido-completion-map): Rename from ido-mode-map.
9744         (ido-common-completion-map, ido-file-completion-map)
9745         (ido-file-dir-completion-map, ido-buffer-completion-map):
9746         Rename from ido-mode-....-map.
9747         (ido-init-completion-maps): Rename from ido-init-mode-maps.
9748         (ido-setup-completion-map): Rename from ido-define-mode-map.
9749         (ido-read-internal): Bind minibuffer-local-filename-completion-map
9750         to ido-completion-map.
9752 2005-12-07  Kenichi Handa  <handa@m17n.org>
9754         * international/mule-cmds.el
9755         (set-display-table-and-terminal-coding-system): If the coding
9756         system specified in `unibyte-display' property is different from
9757         the arg coding-system, don't setup standard-display-table.
9759 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9761         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9762         that comments end at \n, regardless of selective-display.
9764 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
9766         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9767         (gdb-version): New variables.
9768         (gdb-source-file-list, gdb-register-names)
9769         (gdb-changed-registers): New variables for use with GDB 6.4+.
9770         (gdb-ann3): Replace with...
9771         (gdb-init-1, gdb-init-2): ...two new functions.
9772         (gdba, gdb-prompt): Call gdb-init-1.
9773         (gdb-get-version): New function.  Call gdb-init-2 from here.
9774         (gud-watch): Make it work with mouse events too.
9775         (gdb-post-prompt): Don't add to queue until GDB version is known.
9776         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9777         (gdb-locals-mode): Use gdb-version.
9778         (gdb-memory-format-map, gdb-memory-unit-map)
9779         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9780         (gdb-locals-font-lock-keywords-1)
9781         (gdb-locals-font-lock-keywords-2): New variables.
9782         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9783         (gdb-set-gud-minor-mode-existing-buffers-1)
9784         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9785         (gdb-var-update-1, gdb-var-update-handler-1)
9786         (gdb-data-list-register-values-handler)
9787         (gdb-data-list-register-values-custom)
9788         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9789         (gdb-stack-list-locals-handler, gdb-get-register-names):
9790         New functions for use with GDB 6.4+.
9791         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9792         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9793         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9794         (gdb-stack-list-locals-regexp)
9795         (gdb-data-list-register-names-regexp): New regexps for use with
9796         GDB 6.4+.
9798 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9800         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9802 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
9804         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9805         prompts work for AUTH PLAIN.  Also reported by Steve Allan
9806         <seallan@verizon.net>.
9808 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
9810         * frame.el (set-frame-parameter): Add doc string.
9812 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
9814         * textmodes/org.el (org-occur-highlights): New variable.
9815         (org-highlight-new-match, org-remove-occur-highlights): New functions.
9816         (org-highlight-sparse-tree-matches): New option.
9817         (org-do-occur): New function.
9818         (org-get-heading): Make it work also at beginning of line.
9819         (org-category-table): New variable.
9820         (org-get-category-table, org-get-category)
9821         (org-camel-to-words, org-link-search): New functions.
9822         (org-select-this-todo-keyword): New variable.
9823         (org-todo-list): New command.
9824         (org-shiftright, org-shiftleft): New commands.
9825         (org-agenda-todo): Add prefix argument.
9826         (org-show-hierarchy-above): New option.
9827         (org-show-todo-tree): Numerical prefix creates tree for specific
9828         TODO keyword.
9829         (org-outline-level): New function, to assign a level to plain
9830         lists items.
9831         (org-cycle-include-plain-lists): New option.
9832         (org-mode): Use `org-outline-level' as value of `outline-level'.
9833         (org-cycle): Temporarily switch `outline-regexp' if
9834         `org-cycle-include-plain-lists' is non-nil.
9835         (org-start-icalendar-file): Fix format bug.
9836         (org-agenda-get-day-entries): Create category table.
9837         (org-agenda-get-todos, org-agenda-get-timestamps)
9838         (org-agenda-get-deadlines, org-agenda-get-scheduled)
9839         (org-agenda-get-blocks): Use `org-get-category'.
9840         (org-context-in-file-links): Rename from
9841         `org-line-numbers-in-file-links'.
9843 2005-12-06  Romain Francoise  <romain@orebokech.com>
9845         * window.el (balance-windows): Delete extraneous third arg in call
9846         to `enlarge-window'.
9848 2005-12-06  Kenichi Handa  <handa@m17n.org>
9850         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9852 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
9854         * progmodes/gdb-ui.el (gdb-var-create-handler)
9855         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9856         (gdb-var-list-children-handler, gdb-var-update-handler):
9857         Current buffer is already gdb-partial-output-buffer, don't
9858         make it current again.
9860 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
9862         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9863         (list-buffers-noselect): Use it.
9865 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9867         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9868         (mail-yank-ignored-headers): Use regexp-opt.
9869         (mail-mode-map): Move initialization into declaration.
9870         (mail-sent-via): Remove unused shadowed var `to-line'.
9871         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9872         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9873         (mail-do-fcc): Use dolist and push.
9874         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9875         (mail-yank-ignored-headers): Don't autoload.
9877 2005-12-05  Kenichi Handa  <handa@m17n.org>
9879         * international/mule-cmds.el (set-language-info-internal): New fun.
9880         (set-language-info): Call set-language-info-internal to update
9881         language-info-alist.  If LANG-ENV is the current one, call
9882         set-language-environment to make INFO effective now.
9883         (set-language-info-alist): Likewise.
9884         (locale-language-names): With locale "en", use English
9885         lang. env. but set the default codings to iso-8859-1.
9887 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
9889         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9890         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9891         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9892         for plain strings.
9893         (gdb-frames-mode): Remove redundant call to font-lock-mode.
9894         (gdb-all-registers): Rename from toggle-gdb-all-registers.
9895         Create registers buffer if necessary.  Echo new state in minibuffer.
9896         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9898 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
9900         * info.el (Info-fontify-node): Match external links using
9901         non-directory part of filename.
9903 2005-12-04  Juri Linkov  <juri@jurta.org>
9905         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9906         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
9907         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9908         because there is no customization option for it.
9910         * font-lock.el (lisp-font-lock-keywords-1):
9911         Add define-global-minor-mode.
9913         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9915         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9916         properties on the constructed variable names.
9918         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9919         Put `definition-name' properties on the constructed function names
9920         next-sym and prev-sym.
9922         * emacs-lisp/find-func.el (find-function-regexp):
9923         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
9924         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
9925         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9926         and easy-menu-define.
9928         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9929         easy-mmode-define-global-mode and define-global-minor-mode.
9930         (lisp-imenu-generic-expression): Add define-global-minor-mode.
9932         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9933         instead of easy-mmode-define-global-mode.
9935         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9936         Use define-minor-mode instead of easy-mmode-define-minor-mode.
9938         * cus-edit.el (customize-group, customize-group-other-window):
9939         Filter out autoloaded options from the group completion list by
9940         using heuristics that autoloaded groups don't have `custom-autoload'
9941         property on their symbols (they have only `custom-loads').
9943         * simple.el (completion-setup-function): Put completions-common-part
9944         face on complete completion string too (i.e. completion string
9945         without completions-first-difference face).
9947         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9949 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
9951         * view.el (view-mode): Doc fix.
9953         * disp-table.el (standard-display-european): Add to the warning
9954         message a reference to the doc string.
9956         * play/yow.el (apropos-zippy): Call print-help-return-message,
9957         similar to other Help and Apropos commands.
9959         * help.el (print-help-return-message): If pop-up-frames is
9960         non-nil, set up help-return-method to delete the help window and,
9961         possibly, its frame as well, and don't display message about
9962         scrolling the help window.  Doc fix.
9963         (help-return-method): Doc fix.
9965 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
9967         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9968         whereby names of length one or names starting with a
9969         symbol-constituent character would not be returned.
9971 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9973         * subr.el (atomic-change-group): Add edebug and indentation spec.
9975 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9977         * completion.el (save-completions-file-name): Fix typo in last change.
9979 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9981         * info.el: Move back/forward history to the beginning of the tool bar.
9983 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
9985         * allout.el (eval-when-compile): Remove unnecessary load of cl.
9986         Add fset of allout-real-isearch-abort during compile to fix
9987         byte-compilation warnings.
9988         (allout-mode-p): Move definition of this macro above all uses, or
9989         byte compilation in barren emacs (eg, during emacs build) will
9990         lack the definition.
9991         (allout-mode): Move this variable above any uses, or byte
9992         compilation will fail.
9993         (allout-resolve-xref): Remove use of personal file-reference function.
9994         (allout-toggle-current-subtree-encryption): Do the current (ie,
9995         visible containing) topic, rather than nearest around point.  Doc fix.
9996         (allout-toggle-subtree-encryption): New function, workhorse that
9997         works on nearest topic containing point.
9998         (allout-encrypt-string): Signal requirement for newer version of pgg.
9999         (allout-resumptions): Doc fix.
10001 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
10003         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10005 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
10007         * textmodes/flyspell.el (flyspell-external-point-words):
10008         Consider a misspelling as found in the string search if: (a) misspelling
10009         and found string lengths match, or (b) misspelling is found as
10010         element in a boundary-chars separated longer string, or (c)
10011         ispell-program-name is really ispell and misspelling is found as
10012         part of a TeX string.  After successful match move beginning of
10013         search region to end of match.  Warn about not found misspellings
10014         once the process is done.
10015         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10017 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
10019         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10020         tool bar (removed inadvertently).
10022 2005-12-02  Juri Linkov  <juri@jurta.org>
10024         * log-view.el (log-view-diff): Clarify doc string.
10026 2005-12-01  Bill Wohler  <wohler@newt.com>
10028         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10029         triggers lm-verify errors.
10031 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
10033         * simple.el (transient-mark-mode, line-number-mode)
10034         (column-number-mode, size-indication-mode): Remove `:require nil'.
10036 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
10038         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10039         in the margin also.
10040         (gdb-breakpoints-mode-map): Use D instead of d for
10041         gdb-delete-breakpoint.
10042         (gdb-get-frame-number): Require a number to match on.
10043         (gdb-threads-mode-map): Add follow-link binding.
10045 2005-11-30  Jason Rumney  <jasonr@gnu.org>
10047         * isearch.el (isearch-mode-map): Avoid exiting search on
10048         language-change event.
10050 2005-11-30  Romain Francoise  <romain@orebokech.com>
10052         * speedbar.el (speedbar-default-position): New defcustom.
10053         (speedbar-frame-reposition-smartly): Use it.
10055         * dframe.el (dframe-reposition-frame-emacs): Fix position
10056         computation for `left' location.
10057         Update copyright year.
10059 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10061         * help.el (help-map): Move initialization into declaration.
10063         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10065         * help-fns.el (help-argument-name): Don't autoload.
10066         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10067         to be re-loaded when customizing the `help' group.
10069 2005-11-30  John Paul Wallington  <jpw@gnu.org>
10071         * help-fns.el (describe-function-1): Fill arglist output.
10073 2005-11-30  Kim F. Storm  <storm@cua.dk>
10075         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10076         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10077         after revert-buffer (or anything else which kills all local variables).
10079         * apropos.el (apropos-parse-pattern): Doc fix.
10080         Set apropos-regexp directly, rather than expecting callers to do so.
10081         (apropos-command, apropos, apropos-value, apropos-documentation):
10082         Simplify calls to apropos-parse-pattern.
10084 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
10086         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10087         (hi-lock-face-phrase-buffer): Use hi-yellow face.
10088         (hi-lock-write-interactive-patterns): Use comment-region.
10090         * longlines.el (longlines-mode): Add mail-setup-hook.
10092         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10094         * simple.el (sendmail-user-agent-compose, next-line):
10095         Conditionally use hard-newline.
10097 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10099         * international/latexenc.el (latex-inputenc-coding-alist):
10100         Reword doc string.
10102 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
10104         * help.el (describe-key-briefly, describe-key): Recognize default
10105         bindings.
10107 2005-11-29  Romain Francoise  <romain@orebokech.com>
10109         * view.el (view-inhibit-help-message): New defcustom.
10110         (view-mode-enter): Use it.
10112 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
10114         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10115         Preserve user position.
10117 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
10119         * font-lock.el: Throw error if facemenu is not loaded to prevent
10120         accidental change of loading order in loadup.el.  (Suggested by RMS.)
10122         * loadup.el: Add comment explaining why facemenu must be loaded
10123         before font-lock.
10125 2005-11-28  Jay Belanger  <belanger@truman.edu>
10127         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10128         (calc-dispatch-map): Add more keys for `calc-same-interface'.
10130         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10132         * calc/calc-embed.el (calc-do-embedded): Update help message.
10134         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10136 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10138         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10140         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10141         called-interactively-p.
10142         (elp-profilable-p): Rename from elp-not-profilable-p.
10143         Invert result and take into account macros and autoloaded functions.
10144         (elp-instrument-function): Update call.
10145         (elp-instrument-package): Update call.  Add completion.
10146         (elp-pack-number): Use match-string.
10147         (elp-results-jump-to-definition-by-mouse): Merge into
10148         elp-results-jump-to-definition and then remove.
10149         (elp-output-insert-symname): Make help echo text single-line.
10151         * replace.el (query-replace-map): Move initialization into declaration.
10152         (occur-engine): Use with-current-buffer.
10153         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10154         (occur-mode-mouse-goto): Replace with an alias.
10156 2005-11-28  Juri Linkov  <juri@jurta.org>
10158         * simple.el (quoted-insert): Let-bind input-method-function to nil.
10160         * term/w32-win.el: Bind [S-tab] to [backtab].
10162         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10163         `Info-find-file' to t.
10165         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10166         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10167         and same-window-regexps.
10168         (occur-next-error): Don't move point for arg 0.
10170 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
10172         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10174 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10176         * log-edit.el (log-edit-changelog-use-first): New var.
10177         (log-edit-changelog-ours-p): Use it.
10178         (log-edit-insert-changelog): Set it with new arg `use-first'.
10179         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10180         (log-edit-hook): Add them to the list of suggested options.
10182         * textmodes/flyspell.el (flyspell-last-buffer): New var.
10183         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10184         redundant work.
10185         (flyspell-mode-on): Use add-hook for after-change-functions.
10186         (flyspell-mode-off): Use remove-hook for after-change-functions.
10187         (flyspell-changes): Make it buffer-local.
10188         (flyspell-after-change-function): Make it non-interactive.  Use push.
10189         (flyspell-post-command-hook): Check input-pending-p while processing
10190         the potentially long list of buffer changes.
10192 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
10194         * buff-menu.el (list-buffers-noselect): Display the selected
10195         frame's buffer list, not the global one.
10197 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
10199         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10200         that (list last-input-event) works as in interactive spec.
10202 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10204         * loadup.el ("facemenu"): Load facemenu before font-lock, because
10205         `facemenu-keymap' needs to be defined when font-lock is loaded.
10206         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10208 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10210         * completion.el: Remove useless leading * in defcustom docstrings.
10211         (save-completions-file-name): Use ~/.emacs.d if available.
10212         (completion-standard-syntax-table): Rename from
10213         cmpl-standard-syntax-table and fold initialization into declaration,
10214         thus removing cmpl-make-standard-completion-syntax-table.
10215         (completion-lisp-syntax-table, completion-c-syntax-table)
10216         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10217         (cmpl-saved-syntax, cmpl-saved-point): Remove.
10218         (symbol-under-point, symbol-before-point)
10219         (symbol-under-or-before-point, symbol-before-point-for-complete)
10220         (add-completions-from-c-buffer): Use with-syntax-table.
10221         (make-completion): Don't return a list of completion entries.
10222         Update callers.
10223         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10224         (completion-initialize): Rename from initialize-completions.
10225         (completion-find-file-hook): Rename from cmpl-find-file-hook.
10226         (kill-emacs-save-completions): Collect stats here.
10227         (save-completions-to-file, load-completions-from-file):
10228         Use with-current-buffer.
10229         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
10230         into a function.  Move all calls to toplevel.
10231         (completion-lisp-mode-hook): New fun.
10232         (completion-c-mode-hook, completion-setup-fortran-mode):
10233         Set the syntax-table here.  Use local-set-key.
10234         (completion-saved-bindings): New var.
10235         (dynamic-completion-mode): Make it into a proper minor mode.
10236         (load-completions-from-file): Remove unused var `num-uses'.
10238         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10239         constructor if it is explicitly overridden.
10241         * complete.el (PC-completion-as-file-name-predicate):
10242         Use minibuffer-completing-file-name.
10243         (partial-completion-mode): Use find-file-not-found-functions.
10244         (PC-lisp-complete-symbol): Use with-syntax-table.
10245         (PC-look-for-include-file): Remove dead setq.
10246         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10247         (PC-complete): Use with-current-buffer.
10249         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10250         escape single quotes.
10252 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10254         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10255         of `if' whose condition always returned nil.  Doc fix.
10257         * buff-menu.el (Buffer-menu-revert-function): Make the selected
10258         window's buffer the current buffer around the call to
10259         `list-buffers-noselect'.  This is necessary to mark that buffer
10260         with a `.' in the Buffer Menu when called from Lisp, for instance
10261         by Auto Revert Mode.
10263 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
10265         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10266         attaching to it.
10267         (gdb-pre-prompt): Make sure gdb-error is reset.
10269         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10270         with a child process, detect it.
10271         (gud-speedbar-buttons): Match regexp more carefully.
10273 2005-11-27  Richard M. Stallman  <rms@gnu.org>
10275         * mouse.el (mouse-drag-move-window-bottom):
10276         Use adjust-window-trailing-edge.
10278 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10280         * simple.el (blink-matching-open): Ignore
10281         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10282         (blink-matching-paren-on-screen): Update docstring.
10284         * paren.el (show-paren-mode): No longer change
10285         `blink-matching-paren-on-screen'.
10287 2005-11-27  John Paul Wallington  <jpw@pobox.com>
10289         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10290         (gdb-threads-select, gdb-edit-register-value):
10291         Use `posn-set-point' instead of `mouse-set-point' because the
10292         latter is not fbound when configured without X.
10294 2005-11-27  Kim F. Storm  <storm@cua.dk>
10296         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10297         existing face when partially highlighting a TAB in a rectangle.
10299 2005-11-26  Kim F. Storm  <storm@cua.dk>
10301         * ido.el (ido-mode-map): Doc fix.
10302         (ido-mode-common-map, ido-mode-file-map)
10303         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10304         (ido-define-mode-map): Rewrite.  Select one of the new maps as
10305         parent for ido-mode-map instead of building from scratch.
10306         (ido-init-mode-maps): New defun to initialize new maps.
10307         (ido-mode): Call it.
10308         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10309         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10311 2005-11-26  John Paul Wallington  <jpw@pobox.com>
10313         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10314         `mouse-set-point' because the latter is not fbound when configured
10315         without X.
10317 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
10319         * files.el (file-relative-name): Doc fix.
10321 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
10323         * progmodes/octave-inf.el (inferior-octave-startup): Force a
10324         non-empty string for secondary prompt PS2.
10326 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
10328         * progmodes/compile.el (compilation-setup): Fix last change.
10330 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
10332         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10333         (gdb-mouse-toggle-breakpoint-margin)
10334         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10335         Add gdb-server-prefix to keep out of command history.
10336         (gdb-edit-register-value): New function.
10337         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10338         (gdb-info-registers-custom): Use above map.
10340 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
10342         * custom.el (enable-theme): Signal error if argument is not a
10343         theme.  Don't recalculate a face if it's not loaded yet.
10345         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10346         the `user' theme is in effect.
10348         * info.el (Info-on-current-buffer): Record actual filename in
10349         Info-current-file, instead of t, or a fake filename if a non-file
10350         buffer.  Make autoload.
10351         (Info-find-node, Info-revert-find-node): No need to check for
10352         Info-current-file nil.
10353         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10354         Info-current-file is now never `t'.
10355         (Info-fontify-node): Many simplifications due to Info-current-file
10356         always being valid.  Use Info-find-file to find node filename.
10358 2005-11-25  David Kastrup  <dak@gnu.org>
10360         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10361         new character, then delete" in order to preserve markers.
10363 2005-11-25  David Ponce  <david@dponce.com>
10365         * recentf.el (recentf-arrange-by-rule): Handle a special
10366         `auto-mode-alist'-like "strip suffix" rule.
10367         (recentf-build-mode-rules): Handle second level auto-mode entries.
10369 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
10371         * viper-keym.el (viper-ESC-key): Use different values in terminal and
10372         window modes.
10374         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10375         jde-javadoc-checker-report-mode.
10377         * ediff-wind (ediff-make-wide-display): Slight simplification.
10379         * ediff.el (ediff-date): Change the date of last update.
10381 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
10383         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10384         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
10385         (hi-lock-mode): New global minor mode.
10386         (turn-on-hi-lock-if-enabled): New function.
10387         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10388         Change arguments to regexp and face instead of a font-lock pattern.
10389         Directly set face property, instead of refontifying.
10390         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10391         (hi-lock-find-patterns): Use line-number-at-pos.
10393         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
10394         arguments for hi-lock-set-pattern.
10395         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10396         Call font-lock-fontify-buffer.
10397         (hi-lock-find-file-hook, hi-lock-current-line)
10398         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10400         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10401         turned off.
10403         * progmodes/compile.el (compilation-setup): Don't fiddle with
10404         font-lock-defaults.
10406 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
10408         * progmodes/gdb-ui.el (gdb-var-create-handler)
10409         (gdb-var-list-children-handler): Find values for all variable
10410         objects.  gud-speedbar-buttons decides whether to display them.
10412 2005-11-24  Romain Francoise  <romain@orebokech.com>
10414         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10415         buffer name with a space.
10417 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
10419         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10420         `org-export-local-list-max-depth'.  Change default value to 3.
10421         (org-auto-renumber-ordered-lists)
10422         (org-plain-list-ordered-item-terminator): New options.
10423         (org-at-item-p, org-beginning-of-item, org-end-of-item)
10424         (org-get-indentation, org-get-string-indentation)
10425         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10426         New functions.
10427         (org-move-item-down, org-move-item-up): New commands.
10428         (org-export-as-html): New classes for CSS support.  Bug fix in
10429         regular expression detecting fixed-width regions.  Respect
10430         `org-local-list-ordered-item-terminator'.
10431         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10432         also a list item.
10433         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10434         New item moving functions.
10436 2005-11-24  Juri Linkov  <juri@jurta.org>
10438         * isearch.el (isearch-repeat): With empty search ring set
10439         `isearch-error' to the error string instead of signaling error
10440         with the function `error'.
10442 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10444         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10446 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
10448         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10449         and variable.
10450         (gdb-var-create-handler, gdb-var-list-children-handler):
10451         Don't match on "char **...".
10452         (gdb-var-update-handler): Find values for all variable objects.
10453         (gdb-info-frames-custom): Identify frames by leading "#".
10455         * progmodes/gud.el (gud-speedbar-menu-items): Add
10456         gdb-speedbar-auto-raise as radio button.
10457         (gud-speedbar-buttons): Raise speedbar if requested.
10458         Don't match on "char **...".
10459         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10460         Make it editable.
10462 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
10464         * info.el (Info-fontify-node): Handle the case where
10465         Info-current-file is t.
10467 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10469         * simple.el (blink-matching-open): Fix off-by-one in last change.
10471 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10473         * term/mac-win.el: Don't change default directory.
10475 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
10477         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10478         buffers correctly.  (It used to throw an error in such buffers.)
10479         Make it ask for confirmation in group buffers and other Custom
10480         buffers containing more than one customization item.
10482 2005-11-22  John Paul Wallington  <jpw@gnu.org>
10484         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10485         property on mail and url overlays.
10486         (goto-address-at-point): Use `posn-set-point' instead of
10487         `mouse-set-point' because the latter is not fbound when configured
10488         without X.
10490 2005-11-22  Lars Hansen  <larsh@soem.dk>
10492         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10493         (ls-lisp-classify, ls-lisp-format): Delete call to
10494         ls-lisp-parse-symlink.
10495         (ls-lisp-handle-switches): Handle symlinks to directories as
10496         directories when ls-lisp-dirs-first in non-nil.
10498 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
10500         * startup.el (command-line): Make sure that loaddefs.el is handled
10501         correctly in load-history.
10503 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
10505         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10506         (gdb-struct-string, gdb-array-string): New constants.
10507         (gdb-info-locals-handler): Use them.
10508         (gdb-reset): Reset gdb-var-list to nil.
10510 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10512         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10513         in patterns.
10515 2005-11-21  Juri Linkov  <juri@jurta.org>
10517         * custom.el (defcustom): Update link types in docstring.
10519 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
10521         * custom.el (defgroup): Add doc-string-elt info.
10523         * widget.el (define-widget): Don't use declare for the doc-string-elt.
10525 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10527         * newcomment.el (comment-enter-backward): Fix last fix.
10529         * simple.el (blink-matching-open):
10530         * paren.el (show-paren-function): Allow new paren-class info.
10532 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
10534         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
10535         handled automagically.
10537 2005-11-20  Andreas Schwab  <schwab@suse.de>
10539         * descr-text.el (describe-char): When copying overlays put them
10540         over the full char description instead of just the first character
10541         of it.
10543 2005-11-20  Juri Linkov  <juri@jurta.org>
10545         * simple.el (what-cursor-position):
10546         * descr-text.el (describe-char): Use Lisp-readable syntax
10547         for octal and hex.  Reorder decimal, octal and hex values.
10548         Remove excess whitespace in the output.  Use `=' in `column='
10549         like in `point=' and `Hscroll='.
10551         * international/mule-cmds.el (encoded-string-description):
10552         Use Lisp-readable syntax for hex.
10554 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10556         * newcomment.el (comment-enter-backward): Handle the case where the
10557         comment is closed by EOB.
10559 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10561         * longlines.el (longlines-before-revert-hook)
10562         (longlines-after-revert-hook): New functions.
10563         (longlines-mode): Turn off longlines temporarily when reverting.
10564         Add a message-setup-hook.
10565         (longlines-decode-buffer): New function.
10566         (longlines-wrap-line): Preserve marker positions.
10568 2005-11-19  Andreas Schwab  <schwab@suse.de>
10570         * emacs-lisp/shadow.el: Handle compressed files.
10572 2005-11-19  Romain Francoise  <romain@orebokech.com>
10574         * net/browse-url.el (browse-url-default-browser): Signal an error
10575         if no usable browser can be found, rather than try to load w3.
10577 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
10579         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10580         replacing existing properties.
10581         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10582         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10583         tty specs.
10584         (rcirc-server-prefix, rcirc-server): New faces.
10585         (rcirc-url-regexp): Generate with rx macro.
10586         (rcirc-last-server-message-time): New variable.
10587         (rcirc-filter): Record time of last message.
10588         (rcirc-keepalive): Kill processes that did not send a message
10589         since the last ping.
10590         (rcirc-mode): Give rcirc-topic a local binding here.
10592 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
10594         * subr.el (read-passwd): Fontify the prompt as we do with other
10595         prompts.
10597 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
10599         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10600         binding buffer-read-only to nil.
10602 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
10604         * complete.el (partial-completion-mode):
10605         Mention completion-auto-help in the doc string.
10607         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
10608         more Lisp-ish way.
10610 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10612         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10613         digits, not 8, to avoid misalignment for files larger than 100MB.
10615 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
10617         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10618         Mention "keyboard shortcuts" in the help text.
10620 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10622         * startup.el (fancy-splash-default-action): Discard only
10623         mouse-down and succeeding mouse-up events in the splash screen
10624         window so that drag-n-drop event can be processed.
10626 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
10628         * longlines.el (longlines-mode): Add hacks for mail-mode and
10629         message-mode.
10631 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
10633         * textmodes/org.el (org-table-sort-lines): New command.
10634         (org-tbl-menu): Add entry for `org-table-sort-lines'.
10635         (org-add-file): Command removed, use `org-agenda-file-to-front'
10636         instead.
10637         (org-export-icalendar): Use `org-icalendar-combined-name'.
10638         (org-cycle-agenda-files, org-agenda-file-to-end)
10639         (org-agenda-file-to-front): New commands.
10640         (org-table-tab-jumps-over-hlines, org-export-html-style):
10641         New options.
10642         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10643         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10644         New functions.
10645         (org-fill-paragraph): Call `org-table-align' in tables.
10646         (org-mode): Call `org-set-autofill-regexps'.
10647         (org-export-as-html): Support for local handformatted lists.
10648         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
10649         (org-export-local-list-max-depth): New option.
10650         (org-html-expand): Use `org-html-protect'.
10652 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
10654         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10655         to "p".
10656         (gdb): Move definition of gud-pp to...
10658         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
10659         speedbar.
10660         (gdb-find-watch-expression): New function.
10662 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10664         * faces.el (face-attribute, set-face-attribute): Mention existence
10665         of `:ignore-defface' setting in docstring.
10667 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10669         * simple.el (completion-setup-function): Fix last change.
10671 2005-11-17  John Paul Wallington  <jpw@pobox.com>
10673         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10674         Use `posn-set-point' instead of `mouse-set-point' because the
10675         latter is not fbound when configured without X.
10677         * comint.el (comint-insert-input): Likewise.
10679 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10681         * simple.el (hard-newline): New variable.
10682         (sendmail-user-agent-compose, next-line): Use it.
10684         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10685         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10686         (mail-mail-reply-to, mail-mail-followup-to)
10687         (mail-position-on-field, mail-signature, mail-yank-original)
10688         (mail-attach-file): Likewise.
10690         * mail/mailheader.el (mail-header-format)
10691         (mail-header-format-function): Likewise.
10693         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10695 2005-11-17  Juri Linkov  <juri@jurta.org>
10697         * font-lock.el (font-lock-faces): Rename this defgroup from
10698         `font-lock-highlighting-faces'.
10699         (font-lock-comment-face, font-lock-comment-delimiter-face)
10700         (font-lock-string-face, font-lock-doc-face)
10701         (font-lock-keyword-face, font-lock-builtin-face)
10702         (font-lock-function-name-face, font-lock-variable-name-face)
10703         (font-lock-type-face, font-lock-constant-face)
10704         (font-lock-warning-face, font-lock-negation-char-face)
10705         (font-lock-preprocessor-face)
10706         (font-lock-regexp-grouping-backslash)
10707         (font-lock-regexp-grouping-construct): Rename :group from
10708         `font-lock-highlighting-faces' to `font-lock-faces'.
10710         * cus-edit.el (lisp, c, tex):
10711         * progmodes/ada-mode.el (ada):
10712         * progmodes/asm-mode.el (asm):
10713         * progmodes/cperl-mode.el (cperl-faces):
10714         * progmodes/cpp.el (cpp):
10715         * progmodes/dcl-mode.el (dcl):
10716         * progmodes/f90.el (f90):
10717         * progmodes/fortran.el (fortran):
10718         * progmodes/icon.el (icon):
10719         * progmodes/idlwave.el (idlwave-misc):
10720         * progmodes/m4-mode.el (m4):
10721         * progmodes/make-mode.el (makefile):
10722         * progmodes/meta-mode.el (meta-font):
10723         * progmodes/modula2.el (modula2):
10724         * progmodes/octave-mod.el (octave):
10725         * progmodes/pascal.el (pascal):
10726         * progmodes/perl-mode.el (perl):
10727         * progmodes/prolog.el (prolog):
10728         * progmodes/ps-mode.el (PostScript-edit):
10729         * progmodes/scheme.el (scheme):
10730         * progmodes/sh-script.el (sh-script):
10731         * progmodes/simula.el (simula):
10732         * progmodes/tcl.el (tcl):
10733         * textmodes/nroff-mode.el (nroff):
10734         * textmodes/reftex-vars.el (reftex-fontification-configurations):
10735         * textmodes/sgml-mode.el (sgml):
10736         * textmodes/texinfo.el (texinfo):
10737         Add :link (custom-group-link font-lock-faces) to defgroup.
10739         * hi-lock.el (hi-lock): Rename this defgroup from
10740         `hi-lock-interactive-text-highlighting'.  Change parent group from
10741         `faces' to `font-lock'.  Add link to the manual.
10742         (hi-lock-mode, hi-lock-file-patterns-range)
10743         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10744         `hi-lock-interactive-text-highlighting' to `hi-lock'.
10745         (hi-lock-faces): Add :group `faces'.
10747         * cus-edit.el (custom-variable-prompt): Clarify the code.
10749         * faces.el (face-read-string): Set the default value arg of
10750         completing-read.
10752 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
10754         * rfn-eshadow.el (file-name-shadow-properties)
10755         (file-name-shadow-tty-properties, file-name-shadow-mode):
10756         Remove autoloads, because the file is now preloaded.
10758 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10760         * printing.el (easy-menu-intern): Don't define.
10761         (pr-get-symbol): Use easy-menu-intern only if defined.
10763         * simple.el (blink-matching-open): Simplify a bit.
10764         (completion-setup-function): Fix the case of partial-completion-mode
10765         when the minibuffer's contents start with "-".
10766         Obey completion-base-size-function even when
10767         minibuffer-completing-file-name is non-nil.
10769 2005-11-16  Richard M. Stallman  <rms@gnu.org>
10771         * net/eudcb-ph.el (eudc-ph-open-session):
10772         Use set-process-query-on-exit-flag.
10774         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10776         * international/ucs-tables.el (ucs-set-table-for-input):
10777         Use make-local-variable, not make-variable-buffer-local.
10779         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10780         Improve warning message text.
10782         * savehist.el (savehist-save-hook): Add :group.
10784         * menu-bar.el (menu-bar-help-menu):
10785         Rename Find Extra Packages to External Packages.
10787         * cus-edit.el (Custom-reset-standard): Verify that
10788         :custom-standard-value prop exists before calling it.
10790         * apropos.el (apropos-calc-scores): Use apropos-pattern.
10792 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
10794         * wid-edit.el (color): Enclose %t in %{...%}.
10796         * cus-edit.el (face): Enclose %t in %{...%}.
10798 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
10800         * savehist.el (savehist-mode-hook): Re-add the var.
10801         (savehist-mode): Use it.
10803 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10805         * textmodes/flyspell.el: Fix commenting convention.
10806         Remove unnecessary leading * in custom docstrings.
10807         (flyspell-emacs): Remove unused var.
10808         (flyspell-delete-region-overlays): Use remove-overlays.
10809         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10810         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10811         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10812         (flyspell-debug-signal-word-checked): Use with-current-buffer.
10813         (make-flyspell-overlay): Don't locally reuse a global name.
10814         (flyspell-highlight-incorrect-region)
10815         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10816         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10817         (flyspell-notify-misspell): Remove unused args `start' and `end'.
10818         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
10819         Wrap calls to accept-process-output inside with-local-quit since it's
10820         often called from a post-command-hook.
10821         (flyspell-correct-word, flyspell-auto-correct-word):
10822         Use ispell-send-string.
10823         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
10825         * calendar/diary-lib.el (diary-list-entries): Also hide the
10826         terminating newline.
10828 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
10830         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10831         window-system, to allow fonts on tty.
10833 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
10835         * progmodes/gud.el (gud-speedbar-item-info): New function.
10836         (gud-install-speedbar-variables): Use it to display data type
10837         of watch expression as a tooltip in speedbar.
10839 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
10841         * font-core.el (global-font-lock-mode): Add :version keyword,
10842         because default was changed.
10844         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10846         * startup.el (command-line): Use `custom-reevaluate-setting' for
10847         `file-name-shadow-mode'.
10849         * loadup.el: Preload rfn-eshadow.
10851         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10852         Add :version keyword.
10853         (file-name-shadow-properties, file-name-shadow-tty-properties)
10854         (file-name-shadow): Add :version keyword.
10856         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10857         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10858         in the custom-group property of the symbol frames and the fringe
10859         group got no link to its parent group frames.
10860         Doc fix.
10862 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
10864         * progmodes/gud.el (gud-stop-subjob): New function.
10865         (gud-menu-map, gud-tool-bar-map): Use it.
10867 2005-11-16  Kim F. Storm  <storm@cua.dk>
10869         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10870         than kill it.
10871         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
10872         to a more useful/logical place.
10874 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
10876         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10877         go buttons complementary.
10879 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10881         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10882         (rfn-eshadow-sifn-equal): New function.
10883         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10885 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10887         * viper-utils.el (viper-non-word-characters-reformed-vi):
10888         Quote `-' in string.
10890         * viper.el (viper-emacs-state-mode-list): Ensure that
10891         rcirc-mode buffers come up in Emacs state.
10893         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10894         operation.
10896 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
10898         * term.el (term-termcap-format): Fix typos.
10899         (term-down): Fix the negative argument case.
10901 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
10903         * progmodes/gdb-ui.el: Remove face-alias left over from change on
10904         2005-08-15.
10905         (gdb-ann3): New command gud-go.
10906         (menu): Accomodate gdb-mi.el.
10907         (gdb-assembler-custom): Make buffer of selected window current
10908         so that set-window-point works.
10910         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10911         buttons and include new ones.
10913 2005-11-16  Kim F. Storm  <storm@cua.dk>
10915         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10916         (gud-menu-map): Use it.
10918 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
10920         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10921         that works correctly for Custom and that does not override a user
10922         who disables it.
10924         * help-mode.el (help-make-xrefs, help-xref-on-pp)
10925         (help-xref-interned, help-follow): Make hyperlinks for variables
10926         that are unbound, but have a non-nil variable-documentation property.
10928         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10929         mode hook.  (It conflicted with defcustoms for some mode hooks.)
10930         Use the `variable-documentation' property to give the mode hook a
10931         docstring and expand that docstring.
10933 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
10935         * savehist.el (savehist-mode): Don't bother with
10936         `custom-set-minor-mode'.
10937         (savehist-coding-system): Check XEmacs version.
10938         (history-length): Declare also at run time.
10939         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
10940         Don't set the customize state.
10941         (savehist-minibuffer-hook): Special case for when
10942         minibuffer-history-variable is equal to t.
10944 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10946         * files.el (write-file): Refresh VC status.
10948         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10949         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10950         than fundamental-mode to see if the mode was set.
10952 2005-11-14  Romain Francoise  <romain@orebokech.com>
10954         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10955         dummy function in `eval-when-compile' to avoid compiler warning.
10956         Require `man' at compile time.
10958 2005-11-14  Jay Belanger  <belanger@truman.edu>
10960         * calc-alg.el (calcFunc-write-out-power): Rename it to
10961         calcFunc-powerexpand.
10962         (math-write-out-power): Rename it to math-powerexpand; have it
10963         handle negative exponents.
10964         (calc-writeoutpower): Rename it to calc-powerexpand.
10966         * calc-ext.el: Change calcFunc-writeoutpower and
10967         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10968         autoloads.
10969         Add calcFunc-ldiv to autoloads.
10971         * calc-arith.el (calcFunc-ldiv): New function.
10973         * calc.el (calc-left-divide): New function.
10975 2005-11-14  Juri Linkov  <juri@jurta.org>
10977         * cus-edit.el (custom-variable-prompt): Set the default value arg
10978         of completing-read.
10980         * cus-dep.el (custom-make-dependencies): Reverse the list of
10981         found dependencies.
10983 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10985         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10986         Highlighting" entry, it is on by default now.
10987         (menu-bar-options-save): Do not save global-font-lock-mode.
10989 2005-11-13  Richard M. Stallman  <rms@gnu.org>
10991         * textmodes/flyspell.el (flyspell-large-region):
10992         Call flyspell-accept-buffer-local-defs.
10994 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
10996         * textmodes/flyspell.el (flyspell-notify-misspell):
10997         Fix misspelling of "Misspelling".
10998         (flyspell-process-localwords): New function.
10999         (flyspell-large-region): Call flyspell-process-localwords and
11000         flyspell-delete-region-overlays.
11001         (flyspell-delete-region-overlays): New function.
11002         (flyspell-delete-all-overlays): Call that.
11004 2005-11-13  Richard M. Stallman  <rms@gnu.org>
11006         * help.el (help-for-help-internal): Improve doc of C-h a.
11007         (describe-key): Improve prompt; doc fix.
11009 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11011         * vc-svn.el (vc-svn-registered): Catch all errors.
11013         * cus-dep.el (custom-make-dependencies): Typo.
11015 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
11017         * net/tramp-util.el (top): Fix compilation warning.
11019 2005-11-13  Kim F. Storm  <storm@cua.dk>
11021         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
11023 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
11025         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11026         (gud-speedbar-buttons): Match on "const char *" too.
11028         * progmodes/gdb-ui.el (gdb-var-create-handler)
11029         (gdb-var-list-children-handler): Match on "const char *" too.
11030         (gdb-var-evaluate-expression-handler): Match on empty string.
11031         (gdb-var-update-handler): Only call
11032         gdb-var-evaluate-expression-handler when required.
11034 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
11036         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11037         selected window.  This still doesn't work for speedbar.
11038         (gud-speedbar-buttons): Handle string expressions properly.
11040         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11041         (gdb-var-create-handler): Handle string expressions properly.
11042         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11043         Handle string expressions properly.  Move "type" field into regexp.
11045 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
11047         * bookmark.el (bookmark-maybe-message): New function to reduce
11048         code duplication: invokes `message' iff baud-rate is high enough.
11049         (bookmark-write-file): Use above instead of an inline conditional.
11050         (bookmark-load): Same.
11052 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
11054         * bookmark.el (bookmark-write-file): Don't visit the destination
11055         file, just write the data to it using write-region.  This is
11056         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11057         change to avoid visiting the file in the first place.
11059 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
11061         * hi-lock.el (hi-lock-mode): Set the default value of
11062         font-lock-defaults.
11064 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
11066         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11067         arg to `file-attributes'.
11068         (find-lisp-format): The UID and GID can now be strings.
11070 2005-11-12  Kim F. Storm  <storm@cua.dk>
11072         * help.el (help-map): Bind C-h d to apropos-documentation.
11074         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11075         when point is at end-of-buffer.
11077         * apropos.el (apropos-match-face): Doc fix.
11078         (apropos-sort-by-scores): Add new choice `verbose'.
11079         (apropos-documentation-sort-by-scores): New defcustom.
11080         (apropos-pattern): Now contains the pattern entered by the user.
11081         (apropos-pattern-quoted): New defvar.
11082         (apropos-regexp): New defvar, containing the regexp corresponding
11083         to apropos-pattern.
11084         (apropos-all-words-regexp): Rename from apropos-all-regexp.
11085         (apropos-read-pattern): New defun.  Use it to read pattern arg in
11086         interactive calls; returns list of words for a word list, and
11087         string for a regexp.
11088         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
11089         parses a list of words or regexp as returned by apropos-read-pattern.
11090         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11091         (apropos-score-doc): Return a very high score if the string
11092         entered by the user matches literally.
11093         (apropos-variable): Doc fix.  Use apropos-read-pattern.
11094         (apropos-command): Doc fix.  Use apropos-read-pattern and
11095         apropos-parse-pattern.  Call apropos-print with nosubst=t.
11096         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
11097         apropos-parse-pattern.
11098         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
11099         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
11100         apropos-documentation-sort-by-scores.  Call apropos-print with
11101         nosubst=t.
11102         (apropos-documentation-internal): Pass doc string through
11103         substitute-key-definition before adding text properties.
11104         Highlight substring matching literal user input if possible.
11105         (apropos-documentation-check-doc-file): Remove locals beg and end.
11106         Fix calculation of score (as added twice).  Pass doc string through
11107         substitute-key-definition before adding text properties.
11108         (apropos-documentation-check-elc-file): Pass doc string through
11109         substitute-key-definition before adding text properties.
11110         Highlight substring matching literal user input if possible.
11111         (apropos-print): Add new arg NOSUBST; if set, command and variable
11112         doc strings have already been passed through substitute-key-definition.
11113         Add code to handle apropos-accumulator items without score element
11114         for backwards compatibility (e.g. with woman package).
11115         Only show scores if apropos-sort-by-scores is `verbose'.
11117 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11119         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11120         Add jka-compr-load-suffixes to load-suffixes.
11122         * jka-compr.el: Require jka-cmpr-hook.
11123         (jka-compr-info-compress-message, jka-compr-info-compress-program)
11124         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11125         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11126         (jka-compr-info-can-append, jka-compr-info-strip-extension)
11127         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11128         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
11129         (jka-compr-uninstall): Remove entries from
11130         jka-compr-added-to-file-coding-system-alist after they are used.
11131         (jka-compr-error): Remove unused var `curbuf'.
11132         (jka-compr-file-local-copy): Remove unused var `notfound'.
11134 2005-11-10  Romain Francoise  <romain@orebokech.com>
11136         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11138 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
11140         * progmodes/gud.el (gud-menu-map): Move parentheses.
11141         (gdb): New command gud-pv.
11143 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11145         * tar-mode.el: Remove spurious or unnecessary leading stars
11146         in docstrings.
11147         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11148         (tar-parse-octal-integer-safe): Use mapc.
11149         (tar-header-block-summarize): Remove unused var `ck'.
11150         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11151         cleared before.  Obey default-enable-multibyte-characters.
11152         Use mapconcat.  Simplify setting of tar-header-offset.
11153         (tar-mode-map): Move initialization inside delcaration.
11154         (tar-flag-deleted): Use `abs'.
11155         (tar-expunge-internal): Remove unused var `line'.
11156         (tar-expunge-internal): Don't hardcode point-min==1.
11157         (tar-expunge): Widen while doing set-buffer-multibyte.
11158         (tar-rename-entry): Use file-name-coding-system.
11159         (tar-alter-one-field): Don't hardcode point-min==1.
11160         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11161         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
11163 2005-11-10  Masatake YAMATO  <jet@gyve.org>
11165         * add-log.el (add-log-current-defun): Handle class::method
11166         notation of c++.  Fix incorrect comment.
11168 2005-11-10  Alan Mackenzie  <acm@muc.de>
11170         * help-fns.el (describe-variable): Make C-h v work when a variable
11171         has variable documentation yet is unbound.
11173 2005-11-10  Masatake YAMATO  <jet@gyve.org>
11175         * man.el (Man-highlight-references): Set an empty
11176         string to `Man-arguments' if it is nil.
11177         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11179 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11181         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11182         commenting conventions.
11184         * cus-dep.el (custom-make-dependencies): Simplify.
11185         Better follow the commenting conventions.
11187 2005-11-09  Richard M. Stallman  <rms@gnu.org>
11189         * apropos.el (apropos-pattern): Rename from apropos-regexp.
11190         (apropos-orig-pattern): Rename from apropos-orig-regexp.
11191         All uses changed.
11192         (apropos-rewrite-regexp): Doc fix.
11193         (apropos-variable, apropos-command, apropos, apropos-value):
11194         Change prompt; carry through the argument renaming.
11196 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
11198         * find-lisp.el: Require dired.
11199         (find-lisp-find-dired-internal): Do not call
11200         `abbreviate-file-name' on DIR.
11202 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
11204         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11206 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
11208         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11209         when using the speedbar.
11210         (gdb): New command gud-pp.
11211         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11213 2005-11-09  Juri Linkov  <juri@jurta.org>
11215         * replace.el (occur-excluded-properties): New defcustom.
11216         (occur-1, occur-engine, occur-accumulate-lines): Use it.
11218 2005-11-08  Jay Belanger  <belanger@truman.edu>
11220         * calc/calc-units.el (math-convert-units): Replace any composite
11221         unit by its definition.
11223 2005-11-08  Lars Hansen  <larsh@soem.dk>
11225         * emacs-lisp/autoload.el (update-directory-autoloads):
11226         Add obsolete function alias.
11228 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11230         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11231         comment-indent-function.
11232         (lisp-comment-indent): Replace by an alias for comment-indent-default.
11234         * reveal.el (reveal-post-command): Rework the handling of
11235         reveal-open-spots, so as to be more reliable.  There were several
11236         tricky corner cases where an open spot might be lost, or where
11237         a closed spot might end up on the list of open spots.
11238         Only reveal text that's ellipsised.
11240 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
11242         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11244 2005-11-07  John Paul Wallington  <jpw@gnu.org>
11246         * ibuffer.el (ibuffer): Search iconified frames too when
11247         getting Ibuffer buffer's window.
11249 2005-11-06  Richard M. Stallman  <rms@gnu.org>
11251         * progmodes/compile.el (compilation-internal-error-properties):
11252         save-excursion around the computation of MARKER.
11254 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
11256         * textmodes/flyspell.el (flyspell-external-point-words):
11257         flyspell-get-word returns a list, not just a string.
11259 2005-11-06  John Paul Wallington  <jpw@pobox.com>
11261         * ibuffer.el (ibuffer): Search all visible frames when getting
11262         Ibuffer buffer's window.
11264 2005-11-07  Masatake YAMATO  <jet@gyve.org>
11266         * man.el (Man-reference-regexp): Accept spaces between
11267         `Man-name-regexp' and `Man-section-regexp'.
11268         (Man-apropos-regexp): New variable.
11269         (Man-abstract-xref-man-page): Use value for `Man-target-string'
11270         if available.
11271         (Man-highlight-references, Man-highlight-references0):
11272         Handle the case when `Man-arguments' includes "-k".
11273         (Man-highlight-references0): Rename the argument `TARGET-POS' to
11274         `TARGET'. `TARGET' can be a number, function or nil.
11276 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
11278         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11279         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11280         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11281         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11282         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11283         (gdb-send-item): Use buffer-local-value and simplify.
11285 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
11287         * startup.el (command-line): Use `custom-reevaluate-setting' for
11288         `global-font-lock-mode'.
11290         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11291         by default, except in batch mode or when the -D option is given.
11293         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11294         specified keyword args on to `define-minor-mode'.  Update docstring.
11296 2005-11-05  Romain Francoise  <romain@orebokech.com>
11298         * replace.el (occur-engine): Add marker at end of line, too.
11300 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
11302         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11303         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11304         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11305         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11306         argument to all these routines, so the passphrase can be managed
11307         externally and passed in to the system.
11308         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11309         pgg-add-passphrase-to-cache function.
11311         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11312         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11313         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11314         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11315         argument to all these routines, so the passphrase can be managed
11316         externally and passed in to the system.
11317         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11318         function.
11320 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
11322         * font-lock.el: Don't deal with font-lock-face-attributes here,
11323         move the code ...
11325         * startup.el (command-line): ... here.  Use face-spec-set instead
11326         of custom-declare-face.
11328         * faces.el (face-spec-set): Reset the face if spec is not nil.
11330 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11332         * newcomment.el (comment-region-internal): Box more tightly in the
11333         common case where there's no TAB in the boxed text.
11335 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11337         * info.el (info-tool-bar-map): Use images prev-node, next-node and
11338         up-node.
11340 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
11342         * newsticker.el: Commentary updated.  Code formatting changed.
11343         (newsticker-version): Change to "1.9".
11344         (newsticker, newsticker-feed): Doc fix.
11345         (newsticker-url-list): Doc fix.  Add option "Weekly".
11346         (newsticker-retrieval-interval): Add option "Weekly".
11347         (newsticker-headline-processing): Doc fix.
11348         (newsticker-auto-mark-filter): Remove.
11349         (newsticker-auto-mark-filter-list): New.
11350         (newsticker-layout, newsticker-sort-method): Doc fix.
11351         (newsticker-hide-old-items-in-newsticker-buffer)
11352         (newsticker-heading-format, newsticker-item-format)
11353         (newsticker-desc-format): Doc fix.
11354         (newsticker-show-all-rss-elements): Remove.
11355         (newsticker-show-all-news-elements): New.
11356         (newsticker-faces, newsticker-ticker): Doc fix.
11357         (remove-from-invisibility-spec): Code formatting.
11358         (newsticker--process-ids): New.
11359         (newsticker-mode): Doc fix.
11360         (newsticker-mode): Change mode-line-format.
11361         (newsticker-start): Remove debug output.
11362         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
11363         (newsticker-w3m-show-inline-images): Code formatting.
11364         (newsticker-next-item): Call `force-mode-line-update'.
11365         (newsticker-previous-item): Call `force-mode-line-update'.
11366         (newsticker-next-feed): Call `force-mode-line-update'.
11367         (newsticker-previous-feed): Call `force-mode-line-update'.
11368         (newsticker-mark-all-items-at-point-as-read): Code formatting.
11369         (newsticker-show-old-items): Do not show descs.
11370         (newsticker-hide-entry): Hide too much.
11371         (newsticker-hide-entry, newsticker-show-entry)
11372         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11373         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11374         (newsticker-toggle-auto-narrow-to-item): Code formatting.
11375         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11376         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11377         (newsticker-get-news): Call `force-mode-line-update'.
11378         Collect process ids.
11379         (newsticker--sentinel): Change coding system handling.
11380         Move image retrieval to new functions newsticker--get-logo-url-*.
11381         Move feed parsing to new functions newsticker--parse-*.
11382         Update list of process ids.
11383         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11384         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11385         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11386         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11387         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11388         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11389         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11390         (newsticker--decode-coding-string): Remove.
11391         (newsticker--decode-numeric-entities): Check input.  Format code.
11392         (newsticker--remove-whitespace): Check input.
11393         (newsticker--do-forget-preformatted): Doc fix.
11394         (newsticker--decode-rfc822-date): Allow for missing time.
11395         (newsticker--update-process-ids): New.
11396         (newsticker--image-sentinel): Change comment.
11397         (newsticker--image-read): Change error message.
11398         (newsticker--imenu-goto): Doc fix.  Show headline title.
11399         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11400         (newsticker--buffer-do-insert-text): Clean whitespace in
11401         html-rendered headline title.  Code formatting.
11402         Call `newsticker--buffer-print-extra-elements'.
11403         (newsticker--buffer-print-extra-element): Remove.
11404         (newsticker--buffer-print-extra-elements): New.
11405         (newsticker--buffer-do-print-extra-element): New.
11406         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
11407         large sizes.
11408         (newsticker--run-auto-mark-filter)
11409         (newsticker--do-run-auto-mark-filter):
11410         Use `newsticker-auto-mark-filter-list'.
11412 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
11414         * net/rcirc.el: Use split-string OMIT-NULLS argument.
11415         (rcirc-print): Force redisplay before running hooks.  Do long
11416         buffer truncation after making new text read-only.  Deal with nil
11417         text when decoding strings.  If TARGET is nil, use either the
11418         currently selected buffer, if it is an rcirc buffer and of the
11419         same process or the process buffer.
11420         (rcirc-mode): Remove header-line.  Recompute short buffer names.
11421         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11422         (rcirc-short-buffer-name): Add variable.
11423         (rcirc-kill-buffer-hook): Recompute short buffer names.
11424         Remove nick from private channel.
11425         (rcirc-send-input): Send command text to current-buffer.
11426         Don't clear overlay arrow here.
11427         (rcirc-short-buffer-name): Return a short buffer name.
11428         (rcirc-update-short-buffer-names, rcirc-abbreviate)
11429         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11430         buffer-name abbreviations.
11431         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11432         Do not touch nick-table when killing a parted channel.
11433         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11434         Clear arrow from current buffer if it is now hidden.
11435         (rcirc-current-buffer): Add variable.
11436         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11437         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11438         Remove -face from names.
11439         (rcirc-update-activity-string): Print "DND" when globally ignoring
11440         activity.
11441         (rcirc-ignore-buffer-activity-flag): Rename from
11442         rcirc-ignore-channel-activity.
11443         (rcirc-ignore-all-activity-flag): Doc fix.
11444         (rcirc-channels): Remove variable.
11445         (rcirc-kill-buffer-hook):
11446         (rcirc-get-buffer-create): Add nick to private channel.
11447         (rcirc-multiline-edit-submit): Remove tabs.
11448         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11449         folded.
11450         (rcirc-remove-nick-channel): Bug fix.
11451         (rcirc-toggle-ignore-buffer-activity): Rename from
11452         rcirc-toggle-ignore-channel-activity.
11453         (rcirc-record-activity): Add buffers to the front of the list.
11454         (rcirc-update-activity): Remove killed buffers from list.
11455         (rcirc-process-server-response-1): Remove last argument if it is
11456         null before calling handler.
11457         (rcirc): Add "rcirc" defcustom prefix.
11458         (rcirc-prompt): Simplify default prompt.
11459         Use custom-initialize-default.
11460         (rcirc-private-chats): Remove variable.
11461         (rcirc-prompt): Change initialization.
11462         (rcirc-version): Remove function.
11463         (rcirc-id-string): Add constant.
11464         (rcirc-last-buffer): Remove variable.
11465         (rcirc-buffer-alist): Add variable.
11466         (rcirc-connect): Update variable setup.
11467         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11468         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11469         default.
11470         (rcirc-handler-generic): Trigger activity.
11471         (rcirc-send-message): Create the buffor of the target.
11472         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11473         (rcirc-get-buffer): Just return nil if there is no matching buffer.
11474         (rcirc-multiline-edit-cancel): Remove function.
11475         (rcirc-set-last-buffer): Remove function.
11476         (rcirc-get-any-buffer): Add function.
11477         (rcirc-join-channels): Don't print /join text.
11478         (rcirc-toggle-ignore-channel-activity): Add and update echo area
11479         messages.
11480         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11481         (rcirc-handler-NOTICE): Recognize CTCP responses.
11482         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11483         constructing TOPIC string for buffers we are not JOINed.
11484         (rcirc-handler-CTCP-response): Add handler.
11485         (rcirc-multiline-edit-submit): Restore the window-configuration
11486         before adjusting point.
11487         (rcirc): Add customization group.
11488         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11489         (rcirc-user-full-name, rcirc-startup-channels-alist)
11490         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11491         (rcirc-ignore-all-activity-flag, rcirc-time-format)
11492         (rcirc-input-ring-size, rcirc-read-only-flag)
11493         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11494         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11495         Change defvar to defcustom.
11496         (rcirc-update-prompt): Add optional ALL arg, which will update
11497         prompts in all rcirc buffers.  Regexp quote replacement text.
11498         (rcirc-fill-column): Accept frame-width as a value.
11499         (rcirc-set-changed): Add function.
11500         (rcirc-next-active-buffer): Write more meaningful messages.
11501         (rcirc-faces): Add customization group.
11502         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11503         (rcirc-nick-in-message-face, rcirc-prompt-face)
11504         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11505         (with-rcirc-process-buffer): Move before first usage.
11506         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11507         (rcirc-debug-flag): Rename from `rcirc-log-p'.
11508         (rcirc-debug): Rename from `rcirc-log'.
11509         (rcirc-format-response-string): Do not print `-' chars for a
11510         NOTICE with no sender.  Simplify output of server responses.
11512 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
11514         (rcirc-browse-url-map, rcirc-browse-url-at-point)
11515         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11516         Make urls mouse and RET clickable.
11518 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
11520         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11522 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
11524         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11525         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11526         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11527         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11528         argument to all these routines, so the passphrase can be managed
11529         externally and passed in to the system.
11530         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11531         pgg-add-passphrase-to-cache function.
11533         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11534         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11535         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11536         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11537         argument to all these routines, so the passphrase can be managed
11538         externally and passed in to the system.
11539         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11540         function.
11542 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
11544         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11545         from goto-address-url-regexp.
11547 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
11549         * textmodes/org.el (org-read-date, org-goto-calendar)
11550         (org-recenter-calendar, org-agenda-goto-calendar):
11551         Temporarily clear `calendar-move-hook'.
11553 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
11555         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11556         merging.
11558         * ediff-util.el (ediff-previous-difference): Don't skip regions that
11559         have merge clashes.
11561 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11563         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11564         Undo previous change.
11566         * startup.el (command-line): Use `custom-reevaluate-setting' for
11567         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
11568         tty-register-default-colors on Mac.
11570 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
11572         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11573         (gdb-buffer-type): Make it automatically buffer local...
11574         (gdb-get-create-buffer): ...and set it accordingly.
11575         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11576         actually work.
11578 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
11580         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11581         not red.
11583 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
11585         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11586         case GUD buffer is not visible.
11587         (gdb-goto-breakpoint): Try to force display in source buffer.
11588         (gdb-frame-gdb-buffer): Copy other similar functions.
11589         (gdb-restore-windows): Don't display source if not asked for.
11590         (gdb-assembler-buffer-name): Don't capitalise.
11592 2005-11-03  Richard M. Stallman  <rms@gnu.org>
11594         * wid-edit.el (key-sequence): New widget type.
11596         * simple.el (set-mark-command-repeat-pop): New variable.
11597         (set-mark-command): Only interpret plan C-@ after a pop as a pop
11598         if set-mark-command-repeat-pop is true.
11600         * info.el (Info-fontify-node): Don't display extra "see" if there
11601         already is one here.
11603         * mouse.el: Fix special handling of DEL after dragging a region:
11604         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11605         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
11607         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11609         * textmodes/ispell.el (ispell-command-loop): Change `i' description
11610         not to assume it pertains to an affix.
11612         * textmodes/flyspell.el (flyspell-post-command-hook):
11613         Bind deactivate-mark to prevent deactivation.
11615 2005-11-03  Lars Hansen  <larsh@soem.dk>
11617         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11618         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11619         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11621 2005-11-03  Romain Francoise  <romain@orebokech.com>
11623         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
11624         Update copyright years.
11626 2005-11-03  Sam Steingold  <sds@gnu.org>
11628         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11629         Use system-type instead of window-system because window-system is not
11630         correctly defined during loadup.
11632 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
11634         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11635         (xml-parse-tag): Join strings separated by a comment properly.
11637 2005-11-02  Andreas Schwab  <schwab@suse.de>
11639         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11641 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11643         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11644         (byte-optimize-pure-func): Quote the eval'd value.
11646         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11647         Rename from perl-font-lock-syntactic-face-function.
11648         Change the calling convention so it can be used as a font-lock MATCHER.
11649         Do the parse-partial-sexp loop outselves.
11650         (perl-font-lock-syntactic-keywords): Use it.
11651         (perl-mode): Don't set font-lock-syntactic-face-function any more.
11653 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
11655         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11656         disassembly buffer too.
11657         (gdb-exited): Remove overlay arrows when execution has finished.
11658         (gdb-info-frames-custom, gdb-info-threads-custom)
11659         (gdb-info-registers-custom): Don't add inappropriate text
11660         properties if inferior is not active.
11662 2005-11-02  Glenn Morris  <rgm@gnu.org>
11664         * progmodes/fortran.el (fortran-blink-match):
11665         Use `blink-matching-delay'.
11667 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
11669         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11671 2005-11-02  Lars Hansen  <larsh@soem.dk>
11673         * net/tramp.el (tramp-action-out-of-band): Handle scp message
11674         "Permission denied".
11676 2005-11-01  Richard M. Stallman  <rms@gnu.org>
11678         * textmodes/flyspell.el (flyspell-external-point-words):
11679         Pass nil to flyspell-get-word.
11681 2005-11-02  Kim F. Storm  <storm@cua.dk>
11683         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11684         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11686 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11688         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11689         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11690         (calendar-mouse-print-dates): Add optional `event' argument.
11691         Update interactive-spec.
11692         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11693         Use `calendar-event-to-date' instead of `event'.
11695 2005-11-02  Masatake YAMATO  <jet@gyve.org>
11697         * progmodes/ld-script.el (ld-script-builtins):
11698         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11699         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11700         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11702 2005-11-01  Romain Francoise  <romain@orebokech.com>
11704         * vc-sccs.el: Update copyright year.
11705         * ezimage.el: Likewise.
11707 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
11709         * info.el (Info-fontify-node): Use `string-width' for fontifying
11710         underlined titles.
11712 2005-11-01  Juri Linkov  <juri@jurta.org>
11714         * info.el (Info-fontify-node): Downcase node header keywords Node,
11715         Prev, Next, Up before comparison.
11716         (Info-history): Insert absolute directory name, and put invisible
11717         property on it.
11719 2005-11-01  Juri Linkov  <juri@jurta.org>
11721         * info.el (Info-file-supports-index-cookies): New variable.
11722         (Info-find-node-2): Check makeinfo version for index cookie support.
11723         (Info-index-nodes): Search for nodes with index cookies only when
11724         Info-file-supports-index-cookies is t.  Otherwise, search nodes
11725         with "Index" in the node name.
11726         (Info-index-node): Search index cookie in the current node only when
11727         Info-file-supports-index-cookies is t.  Otherwise, check the word
11728         "Index" in the node name.
11729         (Info-find-emacs-command-nodes): Remove code that searches nodes
11730         with "Index" node name in the top menu.
11732 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11734         * progmodes/scheme.el (scheme-mode-variables): Use the default
11735         comment-indent-function.
11737         * faces.el (face-attribute): Handle the case where a face inherits from
11738         a non-existent face.
11740         * simple.el (eval-expression-print-format): Use lisp-readable syntax
11741         for octal and hexa output, and merge the char into the paren.
11742         (kill-new): Use push.
11743         (copy-to-buffer): Use with-current-buffer.
11744         (completion-setup-function): Move code in loop to remove redundancy.
11745         (minibuffer-local-must-match-map): Don't add bindings that duplicate
11746         those inherited from minibuffer-local-completion-map.
11748         * savehist.el (savehist-mode) <defcustom>:
11749         Use custom-set-minor-mode if available.
11750         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11751         and emit a message if applicable.
11753 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
11755         * savehist.el: Sync up to version 19.
11756         (savehist-mode): New minor mode.
11757         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11758         (savehist-length): Remove (use history-length instead).
11759         (savehist-file-modes): Rename from savehist-modes.
11760         (savehist-save-hook, savehist-loaded): New vars.
11761         (savehist-load): Use savehist-mode.  Try to smooth up transition from
11762         old format to new format.
11763         (savehist-install): Allow savehist-autosave-interval to be nil.
11764         (savehist-save): Run the new hook.  Be more careful to only trim the
11765         history variables.
11766         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
11767         (savehist-printable): Print into a buffer rather than char-by-char.
11769 2005-11-01  John Wiegley  <johnw@newartisans.com>
11771         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11772         toggle-ignore keybinding (C-a).  The author said it had been
11773         disabled much earlier due to a possible incompatibility, but after
11774         many months of usage I have encountered no problems (and it is a
11775         rather useful option, especially for switching to " *temp*").
11777         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11778         support for OS/X's AddressBook, by calling out to the open source
11779         program "contacts" (installable through Fink).
11781         * net/eudc.el (eudc-expand-inline): If the
11782         `eudc-multiple-match-handling-method' is set to `all', delete the
11783         query string before inserting the query result.
11785         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11786         flag, to prevent Eshell from using the system ls when
11787         `eshell-ls-insert-directory' is in used.
11788         (eshell-ls-insert-directory): Disable font-lock in directory
11789         buffer so that Eshell's own fontification is seen.  This broke
11790         recently due to changes in font-lock, so this goes back to version
11791         21 behavior.
11793 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
11795         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11796         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11797         (gdb-many-windows): Doc fix.
11799 2005-10-31  Romain Francoise  <romain@orebokech.com>
11801         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11803 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
11805         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11806         that global-font-lock-mode can be enabled by default.
11808         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11809         (font-lock-add-keywords, font-lock-remove-keywords)
11810         (font-lock-fontify-buffer): Remove autoload cookies.
11812         * jit-lock.el (jit-lock-register): Likewise.
11814         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11816 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
11818         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11819         intact if there is no gud-comint-buffer.
11821 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
11823         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11824         old prompt comint-prompt-read-only is t and GDB commands are
11825         issued from tool bar etc.
11827 2005-10-31  Masatake YAMATO  <jet@gyve.org>
11829         * vc.el (vc-directory-exclusion-list): Add "{arch}".
11831 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11833         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11834         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11836 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
11838         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11839         starting at beginning of line.  Fontification is messed up when
11840         `open-paren-in-column-0-is-defun-start' set to t.
11841         Reported by John Paul Wallington <jpw@pobox.com>.
11843 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
11845         * comint.el (comint-send-input): Call `comint-update-fence' when
11846         `comint-process-echoes' and `comint-prompt-read-only' are both
11847         non-nil, to avoid leftover read-only newline.
11849 2005-10-30  Richard M. Stallman  <rms@gnu.org>
11851         * textmodes/flyspell.el (flyspell-external-point-words):
11852         Detect when WORD can't be checked properly because
11853         flyspell-get-word finds just part of it, and move on.
11855         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11856         boundarychar for Polish.
11857         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11858         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11860 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
11862         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11863         (gdb-registers-font-lock-keywords): Delete.
11864         (gdb-registers-mode): Don't fontify.
11865         (gdb-info-registers-custom): Use text properties instead as, in
11866         future, changed register values will use font-lock-warning-face.
11867         (gdb-local-font-lock-keywords): Rename to...
11868         (gdb-locals-font-lock-keywords): ...for consistency.
11870 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
11872         * vc.el (vc-switch-backend): Better error message if the buffer is
11873         not visiting a file under version control.
11875         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11877 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
11879         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11880         ~/.emacs.d/.emacs.
11882 2005-10-29  Richard M. Stallman  <rms@gnu.org>
11884         * replace.el (occur-mode-mouse-goto): Always go to other window.
11885         (occur-mode-goto-occurrence): Always switch in same window.
11887         * simple.el (undo): Display message at end, not at start.
11889         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11890         New arg REUSE-CELL.
11891         (cancel-timer-internal): New function.
11892         (timer-event-handler): Use cancel-timer-internal,
11893         and pass the cell it returns to timer-activate...
11895         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11896         (jit-lock-deferred-fontify, jit-lock-context-fontify)
11897         (jit-lock-after-change): Test memory-full.
11899 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
11901         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11902         part of the decoded armor to find the key-identifier.
11903         (pgg-gpg-lookup-key-owner): New function to return the
11904         human-readable identifier of a key owner.
11905         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11906         key itself.
11907         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11908         the key value) if we have a key and can match it against a secret
11909         key.  Also, added a note pointing out fact that the prompt only
11910         indicates the first matching key.
11912         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11913         pgg-decrypt-region.
11914         (pgg-pending-timers): A new hash for tracking the passphrase cache
11915         timers, so that new ones supercede old ones.
11916         (pgg-add-passphrase-to-cache): Rename from
11917         `pgg-add-passphrase-cache' to reduce confusion (all callers
11918         changed).  Modified to cancel old timers when new ones are added.
11919         (pgg-remove-passphrase-from-cache): Rename from
11920         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11921         changed).  Modified to cancel old timers when their keys are
11922         removed from the cache.
11923         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11924         XEmacs, an indirection to delete-itimer.
11925         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11926         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11927         users can only check cache without risk of prompting.  Correct bug in
11928         notruncate behavior.
11929         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11930         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11931         Add informative docstrings.
11932         (pgg-decrypt): Convey provided passphrase in subordinate call to
11933         pgg-decrypt-region.
11935         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11936         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11937         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11938         `passphrase' argument, so the passphrase can be managed externally
11939         and then passed in to the system.
11941         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11942         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11943         so the passphrase cache can be used reliably with identifiers
11944         besides a pgp packet's key id.
11946         * pgg-gpg.el (pgg-pgp-encrypt-region)
11947         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11948         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11949         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11950         argument to all these routines, so the passphrase can be managed
11951         externally and passed in to the system.
11953         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11954         `notruncate' argument, so the passphrase cache can be used
11955         reliably with identifiers besides a pgp packet's key id.
11957 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
11959         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11960         symmetric encryption.
11961         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11962         encrypted session key.
11963         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11964         message ask for the passphrase in a proper way.
11966         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11967         New user commands for symmetric encryption.
11969 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
11971         * textmodes/conf-mode.el (conf-assignment-sign)
11972         (conf-assignment-regexp): Fix docstrings.
11973         (conf-mode-initialize): New function.
11974         (conf-mode): Remove optional args.  Use delay-mode-hooks to
11975         recognize recursive calls.
11976         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11977         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11978         (conf-xdefaults-mode): Use define-derived-mode and
11979         conf-mode-initialize.
11981 2005-10-29  Romain Francoise  <romain@orebokech.com>
11983         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11985 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
11987         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11988         part of the decoded armor to find the key-identifier.
11989         (pgg-gpg-lookup-key-owner): New function to return the
11990         human-readable identifier of a key owner.
11991         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11992         key itself.
11993         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11994         the key value) if we have a key and can match it against a secret
11995         key.  Also, added a note pointing out fact that the prompt only
11996         indicates the first matching key.
11998         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11999         pgg-decrypt-region.
12000         (pgg-pending-timers): A new hash for tracking the passphrase cache
12001         timers, so that new ones supercede old ones.
12002         (pgg-add-passphrase-to-cache): Rename from
12003         `pgg-add-passphrase-cache' to reduce confusion (all callers
12004         changed).  Modified to cancel old timers when new ones are added.
12005         (pgg-remove-passphrase-from-cache): Rename from
12006         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12007         changed).  Modified to cancel old timers when their keys are
12008         removed from the cache.
12009         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12010         XEmacs, an indirection to delete-itimer.
12011         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12012         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12013         users can only check cache without risk of prompting.  Correct bug in
12014         notruncate behavior.
12015         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12016         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12017         Add informative docstrings.
12018         (pgg-decrypt): Convey provided passphrase in subordinate call to
12019         pgg-decrypt-region.
12021 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12023         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12024         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12025         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12026         `passphrase' argument, so the passphrase can be managed externally
12027         and then passed in to the system.
12029         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12030         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12031         so the passphrase cache can be used reliably with identifiers
12032         besides a pgp packet's key id.
12034         * pgg-gpg.el (pgg-pgp-encrypt-region)
12035         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12036         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12037         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12038         argument to all these routines, so the passphrase can be managed
12039         externally and passed in to the system.
12041         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12042         `notruncate' argument, so the passphrase cache can be used
12043         reliably with identifiers besides a pgp packet's key id.
12045 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
12047         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12048         symmetric encryption.
12049         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12050         encrypted session key.
12051         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12052         message ask for the passphrase in a proper way.
12054         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12055         New user commands for symmetric encryption.
12057 2005-10-28  Bill Wohler  <wohler@newt.com>
12059         * help-mode.el (help-url): New button type.  Calls browse-url.
12060         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12061         Similar to Info nodes: URL `url'.
12062         (help-make-xrefs): Create help-url buttons for
12063         help-xref-url-regexp matches.
12065 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
12067         * tool-bar.el (tool-bar-add-item-from-menu)
12068         (tool-bar-local-item-from-menu): Fix doc strings.
12070 2005-10-28  Romain Francoise  <romain@orebokech.com>
12072         * ldefs-boot.el: Update.
12074         * subr.el (locate-library): Move from help-fns.el.
12075         * help-fns.el (locate-library): Move to subr.el.
12077 2005-10-28  Richard M. Stallman  <rms@gnu.org>
12079         * net/tramp.el (tramp-completion-mode): defvar moved up.
12081         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12083         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12085         * files.el (find-file-noselect): Use %d to format large file size.
12087         * bindings.el (mode-line-format): Add %e.
12089         * loadup.el ("facemenu"): Load unconditionally.
12090         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12091         ("x-dnd"): Load, when appropriate.
12093         * startup.el (command-line): Call before-init-hook earlier.
12094         Warn about some bad characters in -u user name.
12096         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12097         (flyspell-external-point-words): Error if misspelled word is not found.
12098         Set flyspell-large-region-beg at end of word.
12100 2005-10-28  Andreas Schwab  <schwab@suse.de>
12102         * view.el (View-revert-buffer-scroll-page-forward):
12103         Use view-page-size-default.
12105 2005-10-28  Juri Linkov  <juri@jurta.org>
12107         * international/quail.el (quail-get-current-str): Translate last
12108         raw character for deterministic input methods.
12110 2005-10-27  Jay Belanger  <belanger@truman.edu>
12112         * calc/calc-ext.el: Add functions to autoloads.
12113         (math-identity-matrix-p, math-ident-row-p): New functions.
12115         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12116         multiplication by an identity matrix; don't turn multiplication by
12117         an inverse matrix into division.
12118         (math-div-symbol-fancy): Replace division by matrices with
12119         multiplication by inverse.
12121         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12123         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12124         (calc-writeoutpower): New functions.
12126 2005-10-27  Romain Francoise  <romain@orebokech.com>
12128         * replace.el (occur-engine): Include colon in mouse-face highlight.
12130         * dired-x.el: Change Maintainer field.
12132 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
12134         * longlines.el (longlines-mode): Bind after-change-functions to
12135         nil during initial decoding and final encoding.
12137 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
12139         * term.el (term-emulate-terminal, term-handle-colors-array)
12140         (term-handle-ansi-escape): Specify the terminfo capabilities
12141         implemented.
12143 2005-10-26  Richard M. Stallman  <rms@gnu.org>
12145         * info.el (Info-fontify-node): Fix detection of sentence-break
12146         before *Note.
12148 2005-10-26  Romain Francoise  <romain@orebokech.com>
12150         * smerge-mode.el: Add `tools' to file keywords.
12152 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
12154         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12155         when the fringe is not available.
12157         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12158         (def-gdb-auto-update-trigger): Simplify construction.
12159         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12160         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12161         defined explicitly.
12162         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12163         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12164         defined explicitly.
12165         (gdb-info-locals-custom): Remove as it's a no-op.
12167 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
12169         * longlines.el (longlines-mode): Remove narrowing before
12170         performing the initial decoding or final encoding.
12172 2005-10-25  Romain Francoise  <romain@orebokech.com>
12174         * emacs-lisp/find-func.el (find-library-name): Also strip
12175         extension if library name ends in .el, to take advantage of
12176         `find-library-suffixes'.
12178 2005-10-25  Richard M. Stallman  <rms@gnu.org>
12180         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12182 2005-10-25  Juri Linkov  <juri@jurta.org>
12184         * textmodes/texinfo.el (texinfo-mode): Change charset of one
12185         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12187 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12189         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12190         (blackbox-redefine-key): Add argument `map'.
12192         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12193         regions when moving the jit-lock-context-unfontify-pos boundary.
12195 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12197         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12199 2005-10-25  Masatake YAMATO  <jet@gyve.org>
12201         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12203 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
12205         * play/blackbox.el (blackbox-redefine-key): New function.
12206         (blackbox-mode-map): Use it to remap existing bindings for cursor
12207         motion instead of binding literal keys.
12209 2005-10-25  Glenn Morris  <rgm@gnu.org>
12211         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12212         diary does not end in a newline.  Do not assume a blank line at
12213         the start of the diary file.
12215 2005-10-25  Kenichi Handa  <handa@m17n.org>
12217         * international/quail.el (quail-translate-key): If the input
12218         method is deterministic and failed to handle the last key, restart
12219         the key handling loop from an appropriate key.
12221 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
12223         * vc.el (vc-dired-mode): Extend comment for binding of
12224         `directory-listing-before-filename-regexp'.
12226 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12228         * textmodes/texinfo.el (texinfo-mode):
12229         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12230         not to unnecessarily expose emacs-mule's internal char codes.
12232 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
12234         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12235         Display hand pointer and help-echo on disabled icon too.
12236         (gdb-mouse-until): New function.
12237         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12239 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
12241         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12242         with 2005-10-23 change to doctor.el.
12244         * finder.el (finder-mode-map): Add follow-link binding.
12246 2005-10-25  Kim F. Storm  <storm@cua.dk>
12248         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12249         to gdb-mouse-toggle-breakpoint-fringe.
12250         (gdb-mouse-toggle-breakpoint-margin): Rename from
12251         gdb-mouse-toggle-breakpoint.  Fix doc.
12252         (gdb-mouse-toggle-breakpoint-fringe): New defun.
12253         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
12254         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12255         string properties also for fringe breakpoint bitmaps.
12257 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
12259         * textmodes/org.el (org-start-icalendar-file): Fix format form.
12261 2005-10-25  Masatake YAMATO  <jet@gyve.org>
12263         * simple.el (completion-common-substring):
12264         Use `completion-common-substring' prior to `completion-base-size'.
12266 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
12268         * savehist.el: Require CL while compiling.
12269         (savehist-history-variables): Remove.
12270         (savehist-save-minibuffer-history, savehist-additional-variables)
12271         (savehist-minibuffer-history-variables): New vars.
12272         (savehist-save): Use them.
12273         (savehist-uninstall, savehist-minibuffer-hook): New funs.
12274         (savehist-install): New fun, extracted from savehist-load.
12275         (savehist-load): Use them.
12277 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12279         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12280         a dummy doc-string-elt property.
12281         (defalias, defvaralias, define-category): Add a docstring property.
12283         * image.el (defimage):
12284         * widget.el (define-widget):
12285         * custom.el (defface, defcustom): Add `doc-string' declaration.
12287         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12288         (defadvice): Add `doc-string' declaration.
12290         * emacs-lisp/byte-run.el (macro-declaration-function):
12291         Handle `doc-string' declarations.
12292         (define-obsolete-function-alias, define-obsolete-variable-alias):
12293         Add `doc-string' declaration.
12295 2005-10-24  Kenichi Handa  <handa@m17n.org>
12297         * international/utf-7.el (utf-7): Add autoload cookie.
12299         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12301 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12303         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12304         list of directories passed to batch-update-autoloads.  Add "." to
12305         the list of the echoed directories.
12307         * pgg-def.el:
12308         * pgg-gpg.el:
12309         * pgg-parse.el:
12310         * pgg-pgp.el:
12311         * pgg-pgp5.el:
12312         * pgg.el: Moved here from the gnus subdirectory.
12314 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
12316         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12317         in case comint-prompt-read-only is set to t.
12319         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12320         in case comint-prompt-read-only is set to t.
12322 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
12324         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12325         Now a string.
12326         (icalendar-import-format): Handle CLASS, STATUS, URL.
12327         Rename `subject' to `summary'.
12328         (icalendar-import-format-summary): Rename from
12329         `icalendar-import-format-subject'.
12330         (icalendar-import-format-url, icalendar-import-format-status)
12331         (icalendar-import-format-class): New variables.
12332         (icalendar--rris): Take variable argument list.
12333         (icalendar--datestring-to-isodate): Remove unnecessary
12334         calendar-style check when converting dates with explicit month names.
12335         (icalendar-export-region): Change return type of conversion
12336         subroutines.  Bury current buffer unless error occurred.
12337         (icalendar--convert-to-ical)
12338         (icalendar--parse-summary-and-rest): New functions.
12339         (icalendar--convert-ordinary-to-ical)
12340         (icalendar--convert-weekly-to-ical)
12341         (icalendar--convert-yearly-to-ical)
12342         (icalendar--convert-block-to-ical)
12343         (icalendar--convert-cyclic-to-ical)
12344         (icalendar--convert-anniversary-to-ical): Change return type.
12345         Strip trailing blanks from subject.
12346         (icalendar--convert-sexp-to-ical): Change return type.
12347         Strip trailing blanks from subject.  Handle simple sexp
12348         entries as generated by icalendar.el.
12349         (icalendar--convert-float-to-ical)
12350         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12351         (icalendar-import-file): Doc fix.
12352         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12353         Correct call to icalendar--rris.
12354         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
12355         `summary'.
12356         (icalendar--add-diary-entry): Rename `subject' to `summary'.
12358 2005-10-24  Romain Francoise  <romain@orebokech.com>
12360         * server.el (server-sentinel): Set query-on-exit flag to nil on
12361         new client processes (it isn't inherited from the server process).
12363         * replace.el (occur-engine): Rearrange text properties.
12365 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12367         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12368         case-fold-search is nil.
12369         (debug-help-follow): Use help-xref-interned directly.
12371 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12373         * thumbs.el (thumbs-image-type): Add .pbm.
12375 2005-10-23  Richard M. Stallman  <rms@gnu.org>
12377         * faces.el (inhibit-face-set-after-frame-default): New variable.
12378         (set-face-attribute): Bind it.
12379         (face-set-after-frame-default): Test it.
12381         * help-fns.el (describe-simplify-lib-file-name): New function.
12382         (describe-function-1, describe-variable): Use it.
12384         * faces.el (describe-face): Use describe-simplify-lib-file-name.
12386         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12387         Eliminate nil as possible value.
12388         (tooltip-hide-delay): Reduce internal-border-width.
12390         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12391         (menu-bar-file-menu) <new-file>: Likewise.
12393         * simple.el (line-move-finish): Ignore fields computing LINE-END.
12395         * international/mule.el (load-with-code-conversion):
12396         Pass full file name to `eval-buffer' unless preloading.
12398         * textmodes/flyspell.el (flyspell-large-region):
12399         Call ispell-check-version.
12401         * textmodes/ispell.el (ispell-local-dictionary-overridden):
12402         Fix the make-variable-buffer-local call that was supposed
12403         to be for this variable.
12404         (ispell-aspell-supports-utf8): Doc fix.
12405         (ispell-find-aspell-dictionaries): Preserve elements of
12406         ispell-dictionary-alist for dictionaries that aspell doesn't report.
12407         (ispell-aspell-find-dictionary): Return nil on error.
12409         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12410         (doctor-symptoms): Likewise.
12412         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12414 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12416         * cus-edit.el (custom-button, custom-button-pressed): New vars.
12417         (custom-raised-buttons): Add :set spec.
12418         (custom-button-unraised, custom-button-pressed-unraised):
12419         New faces, so that custom-raised-buttons actually does something.
12420         (custom-mode): Use custom-button and custom-button-pressed.
12422         * wid-edit.el (widget-specify-button): Don't ignore
12423         widget-mouse-face on graphic terminals.
12424         (widget-move-and-invoke): Cleanup.
12426 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
12428         * whitespace.el (whitespace-cleanup): Doc fix.
12430 2005-10-23  Romain Francoise  <romain@orebokech.com>
12432         * emulation/viper.el (viper-set-hooks): Quote forms passed to
12433         `eval-after-load' to avoid evaluating their result.
12435 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
12437         * files.el (directory-listing-before-filename-regexp):
12438         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
12440         * dired.el (dired-move-to-filename-regexp): Remove.
12441         All occurences replaced by `directory-listing-before-filename-regexp'.
12443         * dired-x.el, locate.el, vc.el:
12444         Replace `dired-move-to-filename-regexp' by
12445         `directory-listing-before-filename-regexp'.  In vc.el it is
12446         overwritten locally; maybe this can be handled in files.el too.
12448         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
12449         replaced by `directory-listing-before-filename-regexp'.
12451 2005-10-23  Andreas Schwab  <schwab@suse.de>
12453         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12454         and eval-next-after-load.
12456 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
12458         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12459         exist, create it.
12461 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
12463         * allout.el: Remove autoloads for mailcrypt and crypt++.
12464         Require pgg, pgg-gpg during compilation.
12465         (allout-version): Increment version number to 2.1, and use a literal
12466         rather than RCS Id.
12467         (allout-default-encryption-scheme): Remove.
12468         (allout-passphrase-verifier-handling)
12469         (allout-passphrase-verifier-string)
12470         (allout-file-passphrase-verifier-string)
12471         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12472         (allout-passphrase-hint-handling): Rename and simplify.
12473         (allout-init): Use `find-file-hook' if available, otherwise
12474         `find-file-hooks'.
12475         (allout-mode): Use `write-file-functions' if available, otherwise
12476         `local-write-file-hooks' and, instead of making auto-save-hook
12477         buffer local, make the write-file-hook activity contingent to
12478         allout-mode.
12479         (allout-mode): Use key-binding substitution in the docstring.
12480         (allout-kill-line): Spell-out kill ring data structure mutation
12481         instead of using byte-compiler-complaint-provoking `pop'.
12482         (allout-insert-listified): Use `insert' rather than `insert-string'
12483         (allout-toggle-current-subtree-encryption): Update docstring, adjust
12484         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12485         (allout-encrypt-string): Totally revamped vis new underlying
12486         encryption facilities.
12487         (allout-mc-activate-passwd): Remove.
12488         (allout-obtain-passphrase): New, more or less replaces
12489         allout-mc-activate-passwd.
12490         (allout-encrypted-key-info): More or less replaces
12491         allout-encrypted-text-type.
12492         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12493         (my-mark-marker): Use `(featurep 'xemacs)'.
12495 2005-10-23  Lars Hansen  <larsh@soem.dk>
12497         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12498         (byte-compile-file-form-defmumble, byte-compile-defun)
12499         (byte-compile-defmacro): Use it.
12500         (byte-compile-form): Don't call byte-compile-set-symbol-position
12501         when a byte-compile handler is called.
12503 2005-10-22  Romain Francoise  <romain@orebokech.com>
12505         * savehist.el (savehist-history-variables): Add `grep-find-history'.
12507         * subr.el (eval-after-load): Convert library name to an absolute
12508         file name using locate-library, since load-history no longer has
12509         library names in it.
12511 2005-10-22  Richard M. Stallman  <rms@gnu.org>
12513         * files.el (make-temp-file): Move from subr.el.
12514         * subr.el (make-temp-file): Move to files.el.
12516         * window.el (get-buffer-window-list): Move from subr.el.
12517         * subr.el (get-buffer-window-list): Move to window.el.
12519         * image.el (image-load-path): Use eval-at-startup to initialize.
12521         * subr.el (eval-at-startup): New macro.
12523         * subr.el: Much rearrangement of functions and division
12524         into pages.  No code changes.
12526 2005-10-22  Kenichi Handa  <handa@m17n.org>
12528         * tar-mode.el (tar-extract): Be sure to call
12529         find-operation-coding-system if set-auto-coding doesn't find a
12530         coding system.
12532 2005-10-22  Kim F. Storm  <storm@cua.dk>
12534         * image.el (image-type-header-regexps): Rename from image-type-regexps.
12535         Change users.
12536         (image-type-file-name-regexps): New defconst.
12537         (image-type-from-data): Simplify loop.
12538         (image-type-from-buffer): New defun.
12539         (image-type-from-file-header): Use it instead of image-type-from-data.
12540         Use image-search-load-path instead of only looking in data-directory.
12541         (image-type-from-file-name): New defun.
12542         (image-search-load-path): Change `pathname' to `filename'.
12543         Make PATH arg optional, default to image-load-path.
12545 2005-10-21  Richard M. Stallman  <rms@gnu.org>
12547         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12549         * textmodes/paragraphs.el (sentence-end-base): New variable.
12550         (sentence-end): Use sentence-end-base.
12552 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12554         * font-lock.el (font-lock-default-fontify-region): Check the multiline
12555         property independently from the font-lock-multiline variable.
12557 2005-10-21  Richard M. Stallman  <rms@gnu.org>
12559         * emacs-lisp/find-func.el (find-library-name): Doc fix.
12561         * startup.el (command-line): Convert library names
12562         in `load-history' to absolute file names.
12564         * subr.el (symbol-file): Doc fix.
12566         * loadhist.el (file-loadhist-lookup): Call locate-library
12567         instead of find-library-name.  Don't try converting
12568         abs file names to library names, since load-history no longer
12569         has library names in it.
12570         (file-dependents, file-provides, file-requires): Doc fixes.
12572 2005-10-21  Juri Linkov  <juri@jurta.org>
12574         * progmodes/etags.el (tags-table-mode): New function.
12575         (tags-verify-table): Replace initialize-new-tags-table with
12576         tags-table-mode.
12578         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12579         default value.
12580         (desktop-modes-not-to-save): Add tags-table-mode to the
12581         default value.
12583         * info.el (Info-index-next): Add total number of index
12584         alternatives to the message.
12586         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12587         backward only space (instead of space and period) before looking
12588         at sentence end.
12590         * simple.el (set-variable): Use user-variable-p instead of symbolp.
12591         Add the old variable value as 4th default-value arg of read-string.
12593 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12595         * cus-face.el (custom-declare-face): Make face from X resources
12596         also on Mac.
12598         * disp-table.el (standard-display-g1, standard-display-graphic):
12599         Refuse to use string glyphs also on Mac.
12600         (standard-display-european): Don't set terminal coding system also
12601         on Mac.
12603         * frame.el (display-screens): Use x-display-screens also on Mac.
12605 2005-10-21  Romain Francoise  <romain@orebokech.com>
12607         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
12609 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12611         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12612         and $? into sexps.
12614         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12615         warning face on open-paren-in-column-0.
12617         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12618         boundary case.  Fix typo.
12619         Suggested by Martin Rudalics <rudalics@gmx.at>.
12621 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
12623         * textmodes/org.el (org-combined-agenda-icalendar-file)
12624         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12625         (org-export-icalendar-this-file)
12626         (org-export-icalendar-all-agenda-files)
12627         (org-export-icalendar-combine-agenda-files): New commands.
12628         (org-export-icalendar, org-print-icalendar-entries)
12629         (org-start-icalendar-file, org-finish-icalendar-file)
12630         (org-ical-ts-to-string): New functions.
12631         (org-read-date, org-goto-calendar)
12632         (org-agenda-goto-calendar): Inhibit displaying diary entries by
12633         call to `calendar'.
12634         (orgtbl-setup): Remove the :keys arguments from the menu description.
12635         (org-after-save-iCalendar-file-hook): New variable.
12637 2005-10-21  Kenichi Handa  <handa@m17n.org>
12639         * language/vietnamese.el (tcvn-5712): Make it an alias of
12640         vietnamese-tcvn coding-system.
12642 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
12644         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12645         group id is given.
12647 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12649         * progmodes/sh-script.el (sh-escaped-line-re): New var.
12650         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12651         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12652         whose line is either continued or ends with a comment.
12654 2005-10-20  Romain Francoise  <romain@orebokech.com>
12656         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12658         * replace.el (occur-engine): Add follow-link property.
12660         * font-core.el (font-lock-mode): Doc fix.
12662 2005-10-20  Richard M. Stallman  <rms@gnu.org>
12664         * net/rcirc.el: New file.
12666 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
12668         * term.el (term-term-name): Initialize to "eterm-color".
12670 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
12672         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12673         for encryption functionality.
12674         Move allout customization subgroup from `editing' to `outlines' group.
12675         Fix commentary keywords to legitimate ones.
12676         Update author info (using my current email address, obscurified).
12677         (allout-encrypt-string, allout-encryption-produce-work-buffer)
12678         (allout-encrypted-topic-p, allout-encrypted-text-type)
12679         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12680         (allout-situate-encryption-key-verifier)
12681         (allout-get-encryption-key-verifier, allout-verify-key)
12682         (allout-next-topic-pending-encryption)
12683         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12684         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12685         (outline-key-verifier-handling, outline-key-hint-handling)
12686         (outline-encrypt-unencrypted-on-saves): New defcustoms.
12687         (allout-file-key-verifier-string, allout-encryption-scheme)
12688         (allout-key-verifier-string, allout-key-hint-string)
12689         (allout-after-save-decrypt): New variables.
12690         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12691         (allout-after-saves-handler): New hook functions.
12692         (allout-post-command-business): Do allout-after-save-decrypt.
12693         (allout-enable-file-variable-adjustment): Custom var to enable
12694         mechanism for adding and adjusting settings of Emacs file variables.
12695         (allout-adjust-file-variable, allout-file-vars-section-data):
12696         New functions, implement the mechanism.
12697         (outlineify-sticky): Use the file vars mechanism.
12698         (allout-inhibit-protection, allout-during-write-cue)
12699         (allout-override-protect, allout-before-change-protect): Remove.
12700         (allout-flag-region, allout-open-topic): Adjust read-only text.
12701         (allout-open-line-not-read-only): Add to facilitate read-only
12702         text based protection.
12703         (allout-kill-line): Revise to adjust read-only text, clue the
12704         user about the inhibition.
12705         (allout-unprotected): Use unwind-protect.
12706         (allout-shift-in, allout-shift-out): Disallow manually shifting a
12707         topic deeper than the offspring depth of the previous topic -
12708         avoiding confusing "containment discontinuities".
12709         (allout-reindent-bodies): Fix retention of body relative hanging
12710         indent during promotion of collapsed bodies.
12711         (allout-open-topic): Make it easy to open new topic with same
12712         bullet as current topic - topic creation functions provided with
12713         any universal argument provokes now prompt for bullet, defaulting
12714         to the bullet of the previous topic.
12715         (allout-plain-bullets-string, allout-distinctive-bullets-string):
12716         Plain bullet alternates `.' period and `,' comma only.  All other
12717         bullets are relegated to special status (but customizable).
12718         (allout-end-of-entry): Rename from allout-end-of-current-entry
12719         since it actually operates w.r.t. most immediately containing
12720         entry, visible or not.
12721         (allout-hide-current-entry, allout-show-current-entry): Use the
12722         revised version.
12723         (allout-old-expose-topic): Solidify deprecation.
12724         (allout-end-of-subtree): Add so we can span concealed as well
12725         as visible topics.
12726         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12727         (allout-end-of-current-heading): Tweak to just respect the first line.
12728         (allout-get-body-text): Add.
12729         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12730         when invoked interactively.
12731         (allout-up-current-level): Use `interactive-p'.
12732         (allout-mode, allout-init): Miscellaneous docstring and
12733         operational refinements, as well as hookups of new encryption stuff.
12734         (allout-beginning-of-current-entry): Now works as advertised.
12735         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12736         (allout-isearch-rectification): Refine condition for isearching.
12737         (allout-isearch-abort, allout-enwrap-isearch)
12738         (allout-flag-region, my-region-active-p): Relocate some macros.
12739         (allout-title): Fallback title is (buffer-name), not
12740         non-existing (current-buffer-name).
12741         (subst-char-in-string): Define if absent (for some XEmacs versions).
12743 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
12745         * mail/sendmail.el (mail-setup-hook, mail-aliases)
12746         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12747         (mail-citation-prefix-regexp, mail-signature-file)
12748         (mail-default-headers, mail-bury-selects-summary)
12749         (mail-send-nonascii): Add autoload cookies.
12751 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
12753         * frame.el (blink-cursor-mode): Add `mac' to the list of
12754         window-system's that support blinking cursor.
12756 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12758         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12760 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
12762         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12763         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12764         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12766 2005-10-20  Kim F. Storm  <storm@cua.dk>
12768         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12769         (ido-set-current-directory): Don't add / after final @.
12770         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12771         Explicitly handle ange-ftp completion oddities.
12772         (ido-make-file-list): Don't rotate list at tramp root to avoid
12773         triggering tramp file handler for expand-file-name via get-file-buffer.
12775 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12777         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12779 2005-10-19  Jay Belanger  <belanger@truman.edu>
12781         * calc/calc-units.el (math-standard-units): Add units, adjust
12782         symbols and update values.
12783         (math-unit-prefixes): Add more prefixes.
12785 2005-10-19  Romain Francoise  <romain@orebokech.com>
12787         * bookmark.el (bookmark-menu-heading): New face.
12788         (bookmark-bmenu-list): Use it.
12789         Don't fiddle with `baud-rate' at top-level.
12791 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
12793         * image.el (create-image, find-image): Mention max-image-size in
12794         docstring.
12796 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12798         * savehist.el (savehist-load): Revert to checking XEmacs.
12800         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12801         Various docstring and line-width fixups.
12802         (conf-mode): Use cond.
12803         Set font-lock-defaults.  Don't set comment-use-syntax.
12805 2005-10-18  David Ponce  <david@dponce.com>
12807         * tree-widget.el (tree-widget-button-click): New function.
12808         (tree-widget-button-keymap): Use it.
12810 2005-10-18  Romain Francoise  <romain@orebokech.com>
12812         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12813         (bookmark-bmenu-hide-filenames): Add follow-link property.
12814         Improve help-echo text.
12816         * ffap.el (find-file-at-point): Doc fix.
12818 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12820         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12822 2005-10-18  Masatake YAMATO  <jet@gyve.org>
12824         Install to the CVS repository what I forgot to install in my
12825         2005-10-16 changes.
12827         * progmodes/python.el (python-complete-symbol): Pass the common
12828         prefix substring of completion to `display-completion-list'.
12830         * textmodes/org.el (org-complete): Ditto.
12832 2005-10-18  Masatake YAMATO  <jet@gyve.org>
12834         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12836         * woman.el (WoMan-xref-man-page): New button type derived
12837         from `Man-abstract-xref-man-page'.
12838         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12840         * man.el (Man-abstract-xref-man-page): New button type.
12841         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12842         (Man-highlight-references): Add new optional argument `xref-man-type'.
12844 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
12846         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12848 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12850         * cus-edit.el (Custom-move-and-invoke): Delete.
12851         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12853         * wid-edit.el (widget-move-and-invoke): New function, from
12854         Custom-move-and-invoke.
12856 2005-10-17  Bill Wohler  <wohler@newt.com>
12858         Move all remaining images from lisp/toolbar to etc/images, move
12859         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
12860         the low resolution images in their own directory (low-color).
12862         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12863         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12864         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12865         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12866         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12867         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12868         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12870         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12871         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12872         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12873         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12874         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12875         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12876         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12877         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12878         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12879         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12880         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12881         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12882         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12883         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12884         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12886         To conform with convention, replace the underscore (_) in the
12887         following image names with dash (-) or (/) as appropriate.
12889         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12890         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12891         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12892         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12893         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12894         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12895         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12896         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12897         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12898         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12899         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12900         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12901         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12902         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12903         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12905         * info.el (info-tool-bar-map): Replace underscores in image names
12906         with dashes.
12908         * makefile.w32-in (WINS): Remove toolbar.
12910         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12912         * tool-bar.el: Move to lisp from toolbar.  Now that
12913         toolbar is empty, it should be deleted when folks run "cvs up -P".
12915 2005-10-18  Jay Belanger  <belanger@truman.edu>
12917         * calc/calc-store.el (calc-store-into): Get the proper variable name
12918         to display in message.
12920 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
12922         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12923         expressions display in speedbar for all buffers when debugging.
12924         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12926         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12927         (speedbar-insert-button, speedbar-make-button):
12928         Use add-text-properties.
12929         (speedbar-update-localized-contents)
12930         (speedbar-update-directory-contents)
12931         (speedbar-update-special-contents): Use dolist.
12932         (speedbar-buffer-easymenu-definition): Add a menu separator.
12934 2005-10-17  Jason Rumney  <jasonr@gnu.org>
12936         * makefile.w32-in: Use $(lisp) consistently.
12937         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12938         for shell specific generation of mh-autoloads.
12940 2005-10-17  Richard M. Stallman  <rms@gnu.org>
12942         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12944 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12946         * jit-lock.el (jit-lock-fontify-now):
12947         Move jit-lock-context-unfontify-pos to avoid wasted work.
12949 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
12951         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
12952         `tramp-completion-mode' for checking if we are in completion mode.
12953         (tramp-completion-handle-file-name-all-completions): Reorder code
12954         in order to complete for file names only in case there are no
12955         method/user/host completions.  This is necessary for cooperation
12956         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
12958 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
12960         * longlines.el (longlines-search-forward)
12961         (longlines-search-backward): Match any number of spaces.
12963 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
12965         * diff-mode.el (diff-mode): Doc fix.
12967 2005-10-16  David Reitter  <david.reitter@gmail.com>
12969         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12970         as default on darwin and windows systems.
12972 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12974         * arc-mode.el (archive-zip-extract): Doc fix.
12976 2005-10-16  Romain Francoise  <romain@orebokech.com>
12978         * mouse.el (mouse-1-click-follows-link): Doc fix.
12980 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12982         * savehist.el: Don't require CL at runtime.
12983         (savehist-xemacs): Remove.
12984         (savehist-coding-system): Use utf-8 if present, regardless of religion.
12985         (savehist-no-conversion): Use (featurep 'xemacs).
12986         (savehist-load): Check existence of start-itimer rather than XEmacs.
12987         Use an idle timer.
12988         (savehist-process-for-saving): Replace use of CL funs `subseq' and
12989         `delete-if-not'.
12991 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
12993         * savehist.el: Newer version.
12994         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12995         (savehist-last-checksum, savehist-no-conversion): New vars.
12996         (savehist-autosave, savehist-process-for-saving, savehist-printable):
12997         New functions.
12998         (savehist-load, savehist-save): Use them.
12999         (savehist-delimit): Remove.
13001 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13003         * progmodes/compile.el (compilation-goto-locus): Display the
13004         compilation buffer first and the source buffer second, in case they're
13005         in overlapping frames.  Don't raise the compilation frame if it was the
13006         selected window upon entry.  Pass the `other-window' arg to
13007         pop-to-buffer.
13009         * info.el (Info-fontify-node): Use dolist.
13010         Change add-text-properties to put-text-property.
13012 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13014         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13015         bound of search.
13017 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13019         * dabbrev.el (dabbrev-completion): Pass the common
13020         prefix substring of completion to `display-completion-list'.
13022         * filecache.el (file-cache-minibuffer-complete)
13023         (file-cache-complete): Ditto.
13025         * tempo.el (tempo-display-completions): Ditto.
13027         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13029         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13031         * eshell/em-hist.el (eshell-list-history): Ditto.
13033         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13035         * mail/mailalias.el (mail-complete): Ditto.
13037         * progmodes/etags.el (complete-tag): Ditto.
13039         * progmodes/make-mode.el (makefile-complete): Ditto.
13041         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13043         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13045         * progmodes/pascal.el (pascal-complete-word)
13046         (pascal-show-completions): Ditto.
13048         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13050         * simple.el (completion-common-substring): New variable.
13051         (completion-setup-function): Use `completion-common-substring'
13052         to put faces.
13054 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13056         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13057         (x-get-selection, mac-select-convert-to-string): Convert from/to
13058         UTF-16 clipboard data as in native byte order, no BOM.
13060 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
13062         * progmodes/gud.el (gud-tool-bar-map): Rename the images
13063         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13064         (gud-sentinel): Use speedbar-frame to check for speedbar.
13066 2005-10-15  Richard M. Stallman  <rms@gnu.org>
13068         * savehist.el: New file.
13070 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
13072         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13073         Fix bug in \bf fontification.
13075 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13077         * pcvs.el (cvs-edit-log-files): New var.
13078         (cvs-mode-edit-log): New arg `file'.
13079         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13080         Instead force the use of the original file and nothing else.
13081         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13082         the cvs-minor-wrap-function is set.
13083         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13085 2005-10-14  Bill Wohler  <wohler@newt.com>
13087         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13088         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13089         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13090         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13091         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13092         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13093         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13094         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13095         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13096         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13097         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13098         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13099         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13100         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13101         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13103         * progmodes/gud.el (gud-tool-bar-map): Rename the images
13104         appropriately (for example, gud-break to gud/break).
13106 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
13108         * longlines.el (longlinges-search-function)
13109         (longlines-search-forward, longlines-search-backward): New functions.
13110         (longlines-mode): Set isearch-search-fun-function to
13111         longlinges-search-function.
13113         * mouse.el (mouse-drag-region-1): Handle the case where a
13114         double-click event is bound to an arbitrary function.
13116 2005-10-14  David Ponce  <david@dponce.com>
13118         * recentf.el (recentf-track-opened-file)
13119         (recentf-track-closed-file, recentf-update-menu)
13120         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13121         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13122         mouse-1-click-follows-link.
13124 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13126         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13127         Gnome file-manager.png.  Suggested by
13128         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13130         * toolbar/README: Add diropen.xpm.
13132 2005-10-13  Bill Wohler  <wohler@newt.com>
13134         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13135         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
13137 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13139         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13140         Don't waste the byte-compiler's time on constant data.
13142 2005-10-13  Kenichi Handa  <handa@m17n.org>
13144         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13145         byte with `escape-glyph' face.
13147         * international/fontset.el (ccl-encode-unicode-font):
13148         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13149         Handle the case that ucs-mule-to-mule-unicode translates a character to
13150         ASCII (usually for IPA characters).
13152 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13154         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13155         Don't hide the underline of titles if font-lock-mode is disabled.
13157 2005-10-12  Bill Wohler  <wohler@newt.com>
13159         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
13160         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
13161         files in MH-E-SRC have been updated.
13162         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13164 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13166         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13167         (mixal-mode-syntax-table): Add \n as end-comment.
13168         (mixal-operation-codes-alist): Immediately initialize to full value.
13169         (mixal-add-operation-code): Remove.
13170         (mixal-describe-operation-code): Make the arg non-optional.
13171         Use the interactive spec instead.
13172         Use mixal-operation-codes-alist rather than mixal-operation-codes.
13173         (mixal-font-lock-keywords): Don't highlight comments here any more.
13174         (mixal-font-lock-syntactic-keywords): New var.
13175         (mixal-mode): Use it.  Fix comment-start-skip.
13177 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13179         * startup.el (command-line-x-option-alist): -nb => -nbi
13181 2005-10-12  Kim F. Storm  <storm@cua.dk>
13183         * startup.el (fancy-splash-default-action): Discard mouse click in
13184         the splash screen window, as it has no sensible meaning in the
13185         next window to be selected.  Fixes error reported by Jan D.
13187 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13189         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13191 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13193         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13194         Try to fix up minor layout issues like indentation, line break, etc...
13195         (mixal-mode-syntax-table): Don't try to specify comment syntax,
13196         because it doesn't work.
13197         (mixal-operation-codes): Add some more codes.
13198         (mixal-font-lock-keywords): Process comments here.
13199         (mixal-mode): mixasm no longer needs -g option.
13201 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13203         * progmodes/sh-script.el (sh-tmp-file):
13204         Use mktemp -t.  Finish support for es and rc shells.
13206 2005-10-11  Jay Belanger  <belanger@truman.edu>
13208         * calc/calcalg2.el (calc-integral): With an argument, compute the
13209         definite integral.
13211 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
13213         * mouse.el (mouse-drag-region-1): Don't try to catch a
13214         double-click when doing follow-link (it's overridden anyway).
13216 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
13218         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13219         (autoload-print-form-outbuf): Add docstring.
13221 2005-10-11  Juri Linkov  <juri@jurta.org>
13223         * info.el (Info-mode-menu): Delete menu item "Edit".
13224         (Info-mode): Delete description of Info-edit from docstring,
13225         and rearrange descriptions of Info commands in the order
13226         they are documented in the Info manual.
13228 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13230         * calendar/appt.el (appt-check): Use diary-selective-display var.
13232 2005-10-10  Richard M. Stallman  <rms@gnu.org>
13234         * net/newsticker.el (newsticker-start, newsticker-show-news):
13235         Add autoload cookies.
13237 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
13239         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13241 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
13243         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13245 2005-10-10  Jay Belanger  <belanger@truman.edu>
13247         * calc/calc-arith.el (math-check-known-scalarp)
13248         (math-check-known-matrixp): Check the values of arguments that are
13249         variables.
13250         (math-check-known-square-matrixp): New function.
13251         (math-known-square-matrixp): Use math-check-known-square-matrixp.
13252         (math-super-types): Add sqmatrix type.
13254         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13255         mode name `square' to `sqmatrix'.
13257         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13258         mode name `square' to `sqmatrix'.
13260 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13262         * progmodes/etags.el (select-tags-table-mode): Don't use
13263         selective-display.
13264         (tags-select-tags-table): Pass `button' to the action function.
13265         (select-tags-table): Place the side-info on button properties rather
13266         than in hidden text.  Abbreviate file names.
13267         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13268         (select-tags-table-select): Add `button' argument.
13269         Get side-info from the button property rather than from hidden text.
13271 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
13273         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13274         (gud-speedbar-buttons): Preserve point if possible.
13275         (gud-sentinel): Restore previous speedbar display type.
13277         * progmodes/gdb-ui.el (gdba): Improve diagram.
13278         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13279         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13280         Call get-buffer-window once.
13282 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13284         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13285         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13286         (pascal-indent-command): Remove unused var `ind'.
13287         (pascal-indent-case): Remove unused var `oldpos'.
13288         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13289         since it's now used as a proper minor mode map.
13290         (pascal-outline): Rename to pascal-outline-mode.
13291         (pascal-outline-mode): Use define-minor-mode.
13292         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13293         selective-display.
13295 2005-10-10  Andreas Schwab  <schwab@suse.de>
13297         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13298         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
13300         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13301         outside source directory.
13303 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
13305         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13306         C-x' as a prefix.
13307         (orgtbl-mode-map): Full keymap instead of sparse, because all
13308         `self-insert-command' keys are redefined in this map.
13309         (org-export-as-html): Specify charset for HTML file, by taking it
13310         from the coding system.
13312 2005-10-10  Kenichi Handa  <handa@m17n.org>
13314         * textmodes/flyspell.el (flyspell-check-word-p):
13315         If unread-command-events is non-empty, don't call sit-for.
13317 2005-10-09  Richard M. Stallman  <rms@gnu.org>
13319         * font-lock.el (font-lock-syntactic-keywords)
13320         (font-lock-keywords): Doc fixes.
13322         * textmodes/flyspell.el (flyspell-external-point-words):
13323         Simplify logic, and don't try to check for consecutive appearances
13324         of one incorrect word.
13326 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
13328         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13329         separator.
13331         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13332         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13333         (gud-expansion-speedbar-buttons): New function.
13334         (gud-speedbar-buttons): Check for gud-comint-buffer.
13336 2005-10-09  Bill Wohler  <wohler@newt.com>
13338         * Makefile.in (updates): Add mh-loaddefs dependency.
13340 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
13342         * speedbar.el (speedbar-file-key-map): Fix typo.
13344 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13346         * cus-start.el (line-spacing): Add custom spec.
13348 2005-10-09  Romain Francoise  <romain@orebokech.com>
13350         * textmodes/ispell.el (ispell-check-version): Fix last change.
13352 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13354         * term/x-win.el: Remove -i, --icon-type from comment.
13356         * startup.el (command-line-x-option-alist): Remove options -i,
13357         -itype, --icon-type, added -nb, --no-bitmap-icon
13359 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
13361         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13362         instead of :active.
13364 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13366         * textmodes/ispell.el (ispell-check-version):
13367         Ignore hyphen, and all that follows, in aspell's version text.
13369 2005-10-08  Jay Belanger  <belanger@truman.edu>
13371         * calc/calc-arith.el (math-known-square-matrixp): New function.
13372         (math-pow-fancy): Check for matrices before distributing exponent
13373         across products.
13375         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13376         fullscreen keypad.  Suggested by Luc Teirlinck.
13377         (calc-keypad-show-input): Add space for formatting.
13379         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13380         Add square matrix option.
13382         * calc/calc-poly.el (math-expand-term): Check for matrices instead
13383         of checking calc-matrix-mode when deciding how to expand.
13385         * calc/calc.el (calc-set-mode-line): Add square matrix option.
13387 2005-10-08  Lars Hansen  <larsh@soem.dk>
13389         * net/tramp.el (tramp-perl-directory-files-and-attributes):
13390         Add error handling.
13391         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13393 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
13395         Sync with Tramp 2.0.51.
13397         * net/tramp.el (tramp-handle-set-visited-file-modtime)
13398         (tramp-handle-insert-file-contents, tramp-handle-write-region):
13399         Insert special handling for `last-coding-system-used', again
13400         it still seems to be necessary (unlike stated before).
13401         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13402         (tramp-password-prompt-regexp): There might be other words before
13403         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13404         (tramp-chunksize): Improve docstring.
13405         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13406         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
13407         Christian Joergensen <bugs@razor.dk>.
13409 2005-10-07  Glenn Morris  <rgm@gnu.org>
13411         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13412         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13413         precision'.
13415 2005-10-07  Romain Francoise  <romain@orebokech.com>
13417         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13418         (ibuffer-do-shell-command-pipe-replace)
13419         (ibuffer-do-shell-command-file, ibuffer-do-eval)
13420         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13421         (ibuffer-do-revert, ibuffer-do-replace-regexp)
13422         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13423         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13424         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13425         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13426         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13427         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13428         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13429         Autoload file sans suffix.
13431         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13433 2005-10-07  David Ponce  <david@dponce.com>
13435         * recentf.el (recentf-menu-open-all-flag): New option.
13436         (recentf-digit-shortcut-command-name): New function.
13437         (recentf--shortcuts-keymap): New variable.
13438         (recentf-menu-shortcuts): New variable.
13439         (recentf-make-menu-items): Initialize it.  Replace the "More..."
13440         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13441         (recentf-menu-value-shortcut): New function.
13442         (recentf-make-menu-item): Use it.  No more in-lined.
13443         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13444         (recentf-open-most-recent-file): Rename from
13445         `recentf-open-file-with-key'.  Don't depend on key binding.
13446         (recentf-mode-map): New variable.
13447         (recentf-mode): Use it.
13449 2005-10-06  Bill Wohler  <wohler@newt.com>
13451         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
13453         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13454         (MH-E-SRC): New.  Used by mh-autoloads.
13455         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
13456         files in MH-E-SRC have been updated.
13457         (compile, recompile, bootstrap): Depend on mh-autoloads.
13459 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
13461         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13462         gud-break and gud-remove icons when the fringe is not available.
13464         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13465         Typo.
13467 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
13469         * play/zone.el (zone): Wrap body with save-window-excursion.
13471 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13473         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13474         Use the new `list-only' arg to diary-list-entries.
13476         * calendar/diary-lib.el: Use overlays rather than selective-display.
13477         (diary-selective-display): New var.
13478         (diary-header-line-format): Use it.
13479         (diary-list-entries): Add argument `list-only'.
13480         Put the buffer in diary-mode.  Don't add \^M at beg and end.
13481         Replace \^M by invisible overlays.
13482         (diary-unhide-everything): Replace \^M by invisible overlays.
13483         (print-diary-entries): Look for overlays rather than \^M.
13484         Add a space to the temp buffer name.
13485         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13486         Put the buffer in diary-mode.
13487         (list-sexp-diary-entries): Replace \^M by invisible overlays.
13488         (diary-anniversary): Make the year arg optional.
13489         (diary-time-regexp): New const.
13490         (diary-font-lock-keywords): Use it to accept a few more time formats.
13492         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13494 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
13496         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13497         Fix bug introduced 2005-07-03: Use (car (last ...))
13498         to faithfully reproduce replaced artist-last.
13499         (artist-set-arrow-points-for-poly): Likewise.
13500         Suggested by Johan Bockg\e,Ae\e(Brd.
13502 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
13504         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13505         * wid-edit.el (widget):
13506         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13507         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13509 2005-10-06  Kenichi Handa  <handa@m17n.org>
13511         * international/mule-cmds.el (set-language-environment):
13512         Fix setting up of case-table for unibyte mode.
13514         * simple.el (what-cursor-position): If the character is displayed
13515         by some `display' text property, show that.  Don't use
13516         single-key-description for eight-bit characters in multibyte mode.
13518 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
13520         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13521         (gdb-ann3): Set it.
13522         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13523         (gdb-info-frames-custom): Use inverse-video for first five
13524         characters of selected frame only.
13525         (gdb-get-frame-number): Select frame even when point is on frame
13526         number.
13528 2005-10-06  Masatake YAMATO  <jet@gyve.org>
13530         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13531         Put `font-lock-function-name-face'.
13532         (gdb-info-frames-custom): Put `font-lock-function-name-face'
13533         and `font-lock-variable-name-face'
13534         (gdb-registers-font-lock-keywords): New font lock keywords definition.
13535         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13536         (gdb-memory-font-lock-keywords): New font lock keywords definition.
13537         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13538         (gdb-local-font-lock-keywords): New font lock keywords definition.
13539         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13540         (gdb-threads-font-lock-keywords): New font lock keywords definition.
13541         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13543 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
13545         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13546         (ediff-merge-region-is-non-clash-to-skip): Previously called
13547         ediff-merge-region-is-non-clash.
13549         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13550         Use insert-buffer-substring.
13552         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13553         selecting files to patch.  Also bug fixes.
13555         * ediff-util.el (ediff-setup): Bug fix.
13556         (ediff-next-difference): Never skip clashes that differ in white
13557         space only.
13559         * ediff-wind.el (ediff-setup-control-frame)
13560         (ediff-destroy-control-frame): Check the menubar feature.
13562         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13563         (viper-refresh-mode-line): Use make-local-variable to localize
13564         some vars instead of make-variable-buffer-local.  Suggested by
13565         Stefan Monnier.
13567         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13568         (viper-restore-cursor-type, viper-set-insert-cursor-type):
13569         Use make-local-variable instead of make-variable-buffer-local.
13570         Suggested by Stefan Monnier.
13572         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13573         (viper-comint-mode-hook): Use make-local-variable on
13574         require-final-newline.
13575         (viper-non-hook-settings): Don't use make-variable-buffer-local.
13577 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13579         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13580         also the second char of a comment-start sequence.
13581         (scheme-sexp-comment-syntax-table): New var.
13582         (lambda, define): Set their scheme-doc-string-elt property.
13583         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13584         Use lisp-font-lock-syntactic-face-function now that it properly
13585         handles |...| symbols.
13586         (scheme-mode-variables): Set lisp-doc-string-elt-property,
13587         parse-sexp-lookup-properties and font-lock-extra-managed-props.
13589         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13590         bit from # to |.
13591         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13593         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13594         (lisp-doc-string-elt-property): New var.
13595         (lisp-font-lock-syntactic-face-function): Use it.
13596         Rewrite to recognize docstrings even for forms not at toplevel.
13598         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13599         annotation on the | part of #| rather than on the # part.
13600         (scheme-font-lock-syntactic-face-function): New function, to
13601         distinguish strings from |...| symbols.
13602         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
13603         syntax-table so that #|...|# is properly highlighted.
13605         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13606         Don't mark as docstring the 3rd elem of an unknown toplevel form.
13608 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13610         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13611         and C-e.
13613         * emacs-lisp/eldoc.el: Move comments into docstrings.
13614         (eldoc-message-commands): Initialize in its declaration.
13615         Add move-beginning-of-line and move-end-of-line.
13616         (eldoc-add-command, eldoc-add-command-completions)
13617         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13619         * outline.el (outline-mark-subtree): Activate the mark.
13621         * calendar/appt.el (appt-time-regexp): New var.
13622         (appt-add, appt-make-list): Use it.
13623         (appt-convert-time): Clean up.
13625         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13626         Don't set any syntax-table property here.
13627         (tex-font-lock-verb): New function.  Do it here.
13628         (tex-font-lock-syntactic-keywords): Use it.
13630 2005-10-04  Richard M. Stallman  <rms@gnu.org>
13632         * wid-edit.el (widget-file-complete): Get the widget start point
13633         the right way.  Default directory to `/' if file has none.
13635         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13637         * textmodes/flyspell.el (flyspell-mode-on):
13638         Call ispell-maybe-find-aspell-dictionaries.
13640         * textmodes/ispell.el (ispell-word, ispell-region):
13641         Call ispell-maybe-find-aspell-dictionaries.
13642         (ispell-accept-buffer-local-defs):
13643         Don't call ispell-maybe-find-aspell-dictionaries
13645 2005-10-04  Richard M. Stallman  <rms@gnu.org>
13647         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13649 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
13651         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13652         instead of `fboundp' in order to allow for anonymous functions.
13654 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
13656         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13657         case the user clicks on the link while another window is selected.
13658         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13660         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13661         functionality.
13662         (dframe-help-echo): Save point in case mouse tracking is off.
13664 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
13666         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13668 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13670         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13671         not change the global value of those vars.
13673         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13674         make-local-variable which we do not need any more.
13676 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
13678         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13679         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13680         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13681         (speedbar-path-line): Define obsolete aliases.
13682         (speedbar-line-directory): Doc fix.
13684         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13685         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13686         instead of speedbar-line-path.
13688 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13690         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13691         to nil if dropping on a window.  Handle dropping on a minibuffer window
13692         like dropping on a non-window part of Emacs.
13694 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13696         * net/ange-ftp.el: Use with-current-buffer.
13697         (ange-ftp-insert-directory): Do not follow symlinks any more.
13699         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13700         Remove interactive spec.
13702 2005-10-03  Kim F. Storm  <storm@cua.dk>
13704         * ido.el (ido-mode): Use custom-initialize-set.
13706 2005-10-02  Richard M. Stallman  <rms@gnu.org>
13708         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13709         Use insert-buffer-substring.
13711         * net/tramp.el: Pacify byte compiler warnings in pacification code.
13712         (tramp-handle-file-local-copy): Use insert-buffer-substring.
13714 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13716         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13717         in last change.
13718         (ange-ftp-insert-directory): Fix up the search for the case where
13719         `file' is absolute.
13721 2005-10-02  Romain Francoise  <romain@orebokech.com>
13723         * progmodes/compile.el (compile-goto-error): Delete extra paren.
13725 2005-10-02  Andreas Schwab  <schwab@suse.de>
13727         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13728         directory component in the session info.
13730 2005-10-01  Richard M. Stallman  <rms@gnu.org>
13732         * comint.el (comint-redirect-subvert-readonly): Doc fix.
13734         * simple.el (next-error-internal): New function.
13736         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13737         (compilation-start): Pass new arg to compilation-buffer-name.
13738         (compile-goto-error): Use next-error-internal.
13740 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
13742         * speedbar.el: Remove RCS tag.
13743         (speedbar-check-read-only): Handle non-existent files.
13745         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13747         * info.el (Info-speedbar-hierarchy-buttons)
13748         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13750 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13752         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13753         Do not match newline.
13754         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13755         (bibtex-summary): Remove unnecessary save-excursion.
13756         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13758 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13760         * term/mac-win.el: Add charset info for "iso10646-1".
13761         Modify default fontset to use ATSUI-compatible fonts for some charsets
13762         if available.
13764 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
13766         * speedbar.el: Re-apply arch tag.
13767         (speedbar-version): Rename to version 1.0.  Suggested by Eric
13768         M. Ludlam.
13769         Reapply two changes from Emacs CVS' version of speedbar lost
13770         during the merge:
13771         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13772         (speedbar-frame-parameters): Improve customize type.
13774 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13776         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13777         (ange-ftp-file-directory-p): Fix the symlink case.
13778         (ange-ftp-insert-directory): When listing a single file, get a list of
13779         the parent buffer and extract the relevant line.  Inspired from a patch
13780         by Katsumi Yamaoka <yamaoka@jpl.org>.
13781         (ange-ftp-file-name-sans-versions): Simplify.
13783 2005-09-30  Bill Wohler  <wohler@newt.com>
13785         Move MH-E image files from toolbar and mail directories into
13786         etc/images.
13788         * mail/reply2.*: Move to etc/images/mail/reply*.
13790         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13791         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13792         etc/images.
13794         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13795         * toolbar/reply*: Move to etc/images/mail.
13797         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13799 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
13801         * speedbar.el: New version 1.0pre3.
13803         Frame management code (including timer, and mouse click specifics)
13804         moved to dframe.el:
13805         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
13806         (speedbar-timer): Removed.  Use dframe-timer.
13807         (speedbar-close-frame): Removed.  Use dframe-close-frame.
13808         (speedbar-activity-change-focus-flag): Removed.  Use
13809         dframe-activity-change-focus-flag.
13810         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
13811         dframe-update-speed.
13813         (speedbar-current-frame): New macro.  Use this instead of the
13814         variable speedbar-frame.
13816         (speedbar-use-images, speedbar-expand-image-button-alist)
13817         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13819         (speedbar-find-image-on-load-path): Removed.  Replaced by
13820         defezimage in ezimage.el.
13821         (speedbar-expand-image-button-alist): Removed.  Replaced by
13822         ezimage-expand-image-button-alist in ezimage.el.
13824         (speedbar-ignored-directory-regexp)
13825         (speedbar-add-ignored-directory-regexp)
13826         (speedbar-ignored-directory-expressions)
13827         (speedbar-line-directory, speedbar-buffers-line-directory)
13828         (speedbar-directory-line, speedbar-buffers-line-directory):
13829         Renamed, replacing `path' with `directory'.
13831         (speedbar-create-directory, speedbar-expand-line-descendants)
13832         (speedbar-toggle-line-expansion)
13833         (speedbar-contract-line-descendants): New commands.
13835         (speedbar-query-confirmation-method, speedbar-select-frame-method)
13836         (speedbar-use-tool-tips-flag): New options.
13838         (speedbar-check-read-only, speedbar-require-version)
13839         (speedbar-insert-separator, speedbar-buffers-tail-notes)
13840         (speedbar-handle-delete-frame, speedbar-try-completion)
13841         (speedbar-update-localized-contents): New functions.
13843         (speedbar-incompatible-version, speedbar-ro-to-do-point)
13844         (speedbar-object-read-only-indicator): New variables.
13846         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13847         New hooks.
13849         (speedbar-separator-face): New face.
13851         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13852         (speedbar-ignored-modes): Add fundamental-mode.
13853         (speedbar-directory-unshown-regexp): Add . directories.
13855         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13856         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13857         `]' for full expand/close.
13858         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13860         (speedbar-check-vc): Support hidden files.
13861         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13862         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
13863         state is nil, it is not checked out.
13865         (speedbar-line-text, speedbar-line-token): Support expand buttons
13866         with no text.
13867         (speedbar-refresh): Universal argument acts as power-click.
13868         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13869         that buffer to get variable values.
13871         And many other bugfixes.
13873         * dframe.el, ezimage.el, sb-image.el: New files.
13875         * sb-*.xpm: Remove files.  New image files installed into
13876         etc/images/ezimage.
13878 2005-09-30  Kenichi Handa  <handa@m17n.org>
13880         * ps-mule.el (ps-mule-show-warning): If a character is in
13881         ps-print-translation-table, don't treat it as non-printable.
13883 2005-09-30  David Ponce  <david@dponce.com>
13885         * tree-widget.el (tree-widget-themes-load-path): New variable.
13886         (tree-widget-themes-directory): Doc fix.
13887         (tree-widget-image-formats) [Emacs]: Doc fix.
13888         (tree-widget--locate-sub-directory): New function.
13889         (tree-widget-themes-directory): Use it.
13891         * recentf.el (recentf-filename-handlers): Rename from
13892         `recentf-filename-handler'.  Allow a list of functions.
13893         (recentf-menu-items-for-commands): Fix :help strings.
13894         (recentf-apply-filename-handlers): New function.
13895         (recentf-expand-file-name): Use it.
13896         (recentf-cleanup): Remove duplicates too.
13898 2005-09-29  Juri Linkov  <juri@jurta.org>
13900         * faces.el: Rearrange face definitions to be in the same order as
13901         their face descriptions in "(emacs)Standard Faces".
13903         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13905         * tooltip.el (tooltip): Add group `basic-faces'.
13907         * buff-menu.el (Buffer-menu-buffer): Remove group
13908         `font-lock-highlighting-faces'.
13910         * progmodes/compile.el (compilation-error, compilation-warning)
13911         (compilation-info, compilation-line-number, compilation-column-number):
13912         Change group from `font-lock-highlighting-faces' to `compilation'.
13914         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13915         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13916         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13917         (vhdl-font-lock-reserved-words-face)
13918         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13919         `font-lock-highlighting-faces'.
13921         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13923 2005-09-28  Kim F. Storm  <storm@cua.dk>
13925         * emulation/cua-base.el: Set CUA move property on additional commands:
13926         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13927         forward-sexp, backward-sexp, forward-list, backward-list.
13929 2005-09-28  Romain Francoise  <romain@orebokech.com>
13931         * comint.el (comint-show-output): Really set point at the
13932         beginning of the output when not using `comint-use-prompt-regexp'.
13934 2005-09-27  Jay Belanger  <belanger@truman.edu>
13936         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13937         in TeX mode.
13939 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
13941         * textmodes/org.el (org-table-sum): Fix format string.
13943         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13944         Quote face names.
13946 2005-09-26  Romain Francoise  <romain@orebokech.com>
13948         * isearch.el (isearch-forward-regexp): Close doc string.
13950 2005-09-25  Richard M. Stallman  <rms@gnu.org>
13952         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13954         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13956         * progmodes/compile.el (compilation-error-properties):
13957         When getting the file from the previous error message,
13958         correctly decode the new data format.
13960         * progmodes/cc-cmds.el (c-electric-paren):
13961         Call old-blink-paren only for close-paren.
13963 2005-09-24  Andreas Schwab  <schwab@suse.de>
13965         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13966         condition.
13968 2005-09-25  Romain Francoise  <romain@orebokech.com>
13970         * dired-aux.el (dired-copy-file-recursive):
13971         * dired.el (dired-delete-file):
13972         * ediff-mult.el (ediff-dir-diff-copy-file):
13973         * ediff-util.el (ediff-test-save-region):
13974         * forms.el (forms-mode):
13975         * ido.el (ido-file-internal, ido-delete-file-at-head):
13976         * log-edit.el (log-edit-done):
13977         * ses.el (ses-yank-resize):
13978         * play/gomoku.el (gomoku-human-plays, gomoku)
13979         (gomoku-human-resigns, gomoku-prompt-for-other-game)
13980         (gomoku-offer-a-draw):
13981         * play/landmark.el (lm-human-resigns, lm):
13982         * net/eudcb-ldap.el (eudc-ldap-check-base):
13983         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13984         * progmodes/ebrowse.el (ebrowse-find-pattern):
13985         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13986         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13987         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13989         * vc.el (vc-delete-file):
13990         * play/gomoku.el (gomoku-terminate-game, gomoku)
13991         (gomoku-prompt-for-move, gomoku-human-takes-back):
13992         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13993         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13995 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
13997         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13998         color rxvt terminals by using the code xterm.el used to use before
13999         2005-04-09 in order to match the colors used by rxvt.
14001 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14003         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14004         colors rxvt-unicode terminals by using the same code as xterm.el.
14006 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14008         * textmodes/tex-mode.el (tex-font-lock-append-prop)
14009         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14010         new symbol used for the tex-verbatim face.
14012 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14014         * woman.el (woman-file-name):
14015         * wid-edit.el (widget-file-prompt-value)
14016         (widget-coding-system-prompt-value):
14017         * w32-fns.el (set-w32-system-coding-system):
14018         * vc.el (vc-version-diff, vc-annotate):
14019         * textmodes/reftex-auc.el (reftex-arg-cite)
14020         (reftex-arg-index-tag):
14021         * textmodes/refer.el (refer-get-bib-files):
14022         * textmodes/artist.el (artist-figlet-choose-font):
14023         * terminal.el (terminal-emulator):
14024         * replace.el (occur-read-primary-args):
14025         * rect.el (string-rectangle, string-insert-rectangle):
14026         * ps-print.el (ps-print-preprint):
14027         * progmodes/pascal.el (pascal-goto-defun):
14028         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14029         * progmodes/compile.el (compilation-find-file):
14030         * printing.el (pr-interactive-n-up):
14031         * play/animate.el (animate-birthday-present):
14032         * net/rcompile.el (remote-compile):
14033         * man.el (man, Man-goto-section, Man-follow-manual-reference):
14034         * mail/rmailsum.el (rmail-summary-search-backward)
14035         (rmail-summary-search):
14036         * mail/rmailout.el (rmail-output-read-rmail-file-name)
14037         (rmail-output-read-file-name):
14038         * mail/rmail.el (rmail-search, rmail-search-backwards):
14039         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14040         * locate.el (locate):
14041         * international/quail.el (quail-show-keyboard-layout):
14042         * international/mule.el (set-buffer-file-coding-system)
14043         (revert-buffer-with-coding-system, set-file-name-coding-system)
14044         (set-terminal-coding-system, set-keyboard-coding-system)
14045         (set-next-selection-coding-system):
14046         * international/mule-diag.el (describe-coding-system)
14047         (describe-font, describe-fontset):
14048         * international/mule-cmds.el (universal-coding-system-argument)
14049         (search-unencodable-char, describe-input-method)
14050         (set-language-environment, describe-language-environment):
14051         * international/codepage.el (codepage-setup):
14052         * international/code-pages.el (codepage-setup):
14053         * info.el (Info-search, Info-follow-reference)
14054         (Info-search-backward):
14055         * emacs-lisp/advice.el (ad-read-advised-function)
14056         (ad-read-advice-class, ad-clear-cache, ad-activate)
14057         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14058         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14059         (ad-read-regexp):
14060         * ediff-util.el (ediff-toggle-regexp-match):
14061         * ediff-ptch.el (ediff-prompt-for-patch-file):
14062         * dired-aux.el (dired-diff):
14063         * diff.el (diff):
14064         * cus-edit.el (custom-variable-prompt):
14065         * calendar/timeclock.el (timeclock-ask-for-project):
14066         * calc/calcalg3.el (calc-get-fit-variables):
14067         * calc/calc-store.el (calc-edit-variable)
14068         (calc-permanent-variable):
14069         * vc-mcvs.el (vc-mcvs-register):
14070         * shadowfile.el (shadow-define-literal-group):
14071         * woman.el (woman-file-name):
14072         * vc.el (vc-version-diff, vc-merge):
14073         * textmodes/reftex-index.el (reftex-index-complete-tag):
14074         * format.el (format-decode-buffer, format-decode-region):
14075         * emulation/viper-cmd.el (viper-read-string-with-history):
14076         * emacs-lisp/debug.el (cancel-debug-on-entry):
14077         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14078         * ediff.el (ediff-merge-revisions)
14079         (ediff-merge-revisions-with-ancestor, ediff-revision):
14080         * completion.el (interactive-completion-string-reader):
14081         * calc/calc-prog.el (calc-user-define-formula):
14082         Follow convention for reading with the minibuffer.
14084 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
14086         * progmodes/python.el (python-describe-symbol): Add globals() and
14087         locals() to the arguments of emacs.ehelp.
14089 2005-09-24  Magnus Henoch  <mange@freemail.hu>
14091         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14092         New function, code extracted from ispell-valid-dictionary-list.
14093         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14094         Call it.
14096 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
14098         * subr.el (version-regexp-alist): Extend valid syntax for version
14099         strings: allow any of the characters -,_,+ to separate the
14100         alpha/beta/rc part from the version part.  Doc fix.
14101         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
14103 2005-09-23  David Reitter  <david.reitter@gmail.com>
14105         * mail/mailclient.el: New file.
14107 2005-09-23  Richard M. Stallman  <rms@gnu.org>
14109         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14110         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14111         Doc fixes.
14113         * progmodes/cc-mode.el (c-font-lock-init):
14114         Specify font-lock-lines-before.
14116 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14118         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14119         whole conflict.
14121 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
14123         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14124         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
14125         of `remap' feature when available.  Additional key bindings for
14126         better tty support.
14127         (org-mode-restart, org-force-self-insert): New commands.
14128         (org-time-stamp-inactive): New command.
14129         (org-remap): New function.
14130         (org-table-auto-blank-field, org-level-color-stars-only): New options.
14131         (org-enable-fixed-width-editor): Move to `org-structure'
14132         customization group.
14133         (org-self-insert-command, orgtbl-self-insert-command): Modify to
14134         blank field after field motion commands.
14136 2005-09-23  Kenichi Handa  <handa@m17n.org>
14138         * international/mule-cmds.el (set-language-environment):
14139         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14140         have to call utf-translate-cjk-load-tables.
14142 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14144         * mouse.el (mouse-move-drag-overlay): Fix last change.
14146 2005-09-22  David Ponce  <david@dponce.com>
14148         * tree-widget.el (tree-widget-value-create): Fix previous change.
14150 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14152         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14154 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14156         * mouse.el (mouse-move-drag-overlay): New function.
14157         (mouse-drag-region-1): Use it.
14158         Try to simplify a bit the state handling.  Handle clicks on links
14159         inside intangible areas.
14160         (mouse-save-then-kill): Minor simplification.
14161         (mouse-secondary-overlay): Make it always non-nil instead of
14162         recreating it each time.
14163         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14164         (mouse-kill-secondary, mouse-secondary-save-then-kill):
14165         Simplify accordingly.
14167 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14169         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14171 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
14173         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14174         (ediff-file-name-sans-prefix): Treat nil as an empty string.
14175         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14176         to patch.
14178         * ediff-util.el: Use insert-buffer-substring.
14180         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14182         * emulation/viper-cmd.el (viper-change-state): Don't move over the
14183         field boundaries in the minibuffer.
14184         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14185         (viper-minibuffer-post-command-hook): New hook.
14186         (viper-line): Don't move cursor at bolp.
14188         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14190         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14191         avoid compiler warnings.
14193         * emulation/viper-macs.el (ex-map): Better messages.
14195         * emulation/viper-utils.el (viper-beginning-of-field): New function.
14197         * emulation/viper.el: Replace make-variable-buffer-local with
14198         viper-make-variable-buffer-local everywhere, to avoid warnings.
14200 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14202         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14203         Delete unused var `old-selected-window'.
14204         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14205         (mouse-drag-secondary): Delete unused var `start-frame'.
14207 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14209         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14211 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14213         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14214         Re-indent within 80 columns.  Use inhibit-read-only.
14216 2005-09-19  Romain Francoise  <romain@orebokech.com>
14218         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14220 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14222         * font-lock.el (font-lock-default-fontify-region): Don't add a line
14223         unconditionally, since the after-change-function already did it.
14225 2005-09-19  Miles Bader  <miles@gnu.org>
14227         * net/newsticker.el: Get rid of CVS keyword.
14229 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
14231         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14232         The prompt is formatted later.
14234 2005-09-19  David Ponce  <david@dponce.com>
14236         * tree-widget.el (tree-widget-value-create): Save the converted
14237         tree :node widget.
14239 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
14241         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14242         variable `message'.
14244 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
14246         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14247         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
14248         <slawomir.nowaczyk.847@student.lu.se>.
14250 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
14252         * image.el (image-load-path): Use symbol `data-directory' instead
14253         of its value, for backward compatibility with packages that bind
14254         it during `find-image'.  Suggested by Katsumi Yamaoka.
14255         (image-search-load-path): Handle symbols whose values are strings.
14257 2005-09-18  Romain Francoise  <romain@orebokech.com>
14259         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14260         with-current-buffer form in save-excursion.
14262 2005-09-18  Deepak Goel  <deego@gnufans.org>
14264         * apropos.el (apropos-command): Fix `message' call: first arg
14265         should be a format spec.  In this and all other cases that appear
14266         below and elsewhere in the source code, I made a change only when
14267         two conditions were satisfied: [1] I can think of a possibility
14268         that the arguments would cause an error, for example, the code in
14269         question relies on external variables such as filenames.  [2] I
14270         was sure that the arg to `message' could not have been nil in the code.
14272         * textmodes/tildify.el (tildify-region): Ditto.
14274         * textmodes/reftex-index.el (reftex-index-change-entry)
14275         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14276         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14277         * textmodes/org.el (org-complete, org-deadline, org-schedule)
14278         (org-priority, org-table-sum):
14279         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14280         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14281         (flyspell-word, flyspell-display-next-corrections):
14282         * textmodes/bibtex.el (bibtex-print-help-message):
14283         * textmodes/artist.el (artist-key-set-point-poly):
14284         * term/mac-win.el (mac-services-insert-text):
14285         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14286         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14287         (vhdl-port-paste-testbench, vhdl-compose-new-component)
14288         (vhdl-compose-configuration):
14289         * progmodes/sh-script.el (sh-blink, sh-show-indent)
14290         (sh-set-indent, sh-learn-line-indent):
14291         * progmodes/ps-mode.el (ps-mode-target-column):
14292         * progmodes/idlwave.el (idlwave-make-tags)
14293         (idlwave-scan-library-catalogs):
14294         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14295         * progmodes/gud.el (gud-jdb-analyze-source):
14296         * progmodes/flymake.el (flymake-log):
14297         * progmodes/ebnf2ps.el (ebnf-generate-region):
14298         * progmodes/cmacexp.el (c-macro-expansion):
14299         * progmodes/ada-xref.el (ada-treat-cmd-string):
14300         * progmodes/ada-mode.el (ada-create-case-exception-substring)
14301         (ada-justified-indent-current, ada-batch-reformat):
14302         * play/zone.el (zone):
14303         * play/landmark.el (lm-move):
14304         * play/decipher.el (decipher-show-alphabet):
14305         * net/newsticker.el (newsticker--display-jump)
14306         (newsticker--display-scroll):
14307         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14308         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14309         * mail/feedmail.el (feedmail-dump-message-to-queue):
14310         * eshell/esh-proc.el (eshell-remove-process-entry):
14311         * emulation/ws-mode.el (ws-last-error):
14312         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14313         (viper-record-kbd-macro):
14314         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14315         * emacs-lisp/lisp-mnt.el (lm-report-bug):
14316         * emacs-lisp/find-func.el (find-function-noselect):
14317         * calendar/timeclock.el (timeclock-status-string)
14318         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14319         (timeclock-when-to-leave-string):
14320         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14321         * calc/calc-units.el (calc-enter-units-table):
14322         * calc/calc-mode.el (calc-mode-record-mode):
14323         * woman.el (woman-mini-help):
14324         * wdired.el (wdired-change-to-wdired-mode):
14325         * vc.el (vc-retrieve-snapshot):
14326         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14327         * startup.el (display-startup-echo-area-message):
14328         * simple.el (set-goal-column):
14329         * ses.el (ses-command-hook, ses-recalculate-cell):
14330         * server.el (server-process-filter):
14331         * printing.el (pr-interface-txt-print, pr-interface-printify)
14332         (pr-interface-ps):
14333         * pcvs.el (cvs-help):
14334         * log-edit.el (log-edit, log-edit-mode-help):
14335         * iswitchb.el (iswitchb-possible-new-buffer):
14336         * isearch.el (isearch-edit-string):
14337         * image-mode.el (image-mode, image-minor-mode):
14338         * ibuf-macs.el (define-ibuffer-filter):
14339         * hi-lock.el (hi-lock-find-patterns):
14340         * files.el (toggle-read-only):
14341         * ediff-util.el (ediff-copy-diff)
14342         (ediff-write-merge-buffer-and-maybe-kill):
14343         * echistory.el (Electric-history-undefined):
14344         * dnd.el (dnd-insert-text):
14345         * dired-aux.el (dired-query):
14346         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14347         * bookmark.el (bookmark-bmenu-locate):
14348         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14349         Fix `message' calls to ensure first arg is a format string.
14350         The change was made only when these two conditions were satisfied:
14351         [1] when there is a possibility that the arguments would cause an error
14352         for example, if the code in question relies on external variables
14353         such as filenames, and
14354         [2] if the arg to `message' could not have been nil in the code.
14356         * pcomplete.el (pcomplete--help): Fix `message' format spec.
14357         Not having a %s would be weird, though not technically wrong.
14359 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14361         * term/mac-win.el (mac-add-charset-info): Doc fix.
14363 2005-09-17  Romain Francoise  <romain@orebokech.com>
14365         * shell.el (shell-resync-dirs): Handle echoing processes more
14366         reliably.  Don't insert resync command if `comint-process-echoes'
14367         is non-nil.
14369 2005-09-17  Magnus Henoch  <mange@freemail.hu>
14371         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14372         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14373         aspell versions >= 0.60.
14374         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14375         only if ispell-aspell-supports-utf8 is non-nil.
14377 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14379         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14380         buffer-local value to lisp-indent-function.
14382 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
14384         * progmodes/glasses.el (glasses-make-readable): If
14385         glasses-separator differs from underscore, put appropriate
14386         overlays over underscore characters.
14387         (glasses-convert-to-unreadable): If glasses-separator differs from
14388         underscore, try to convert glasses-separator characters to
14389         underscores.
14391 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14393         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14394         Use with-syntax-table and dolist.
14396 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
14398         * textmodes/reftex-auc.el:
14399         * textmodes/reftex-cite.el:
14400         * textmodes/reftex-dcr.el:
14401         * textmodes/reftex-global.el:
14402         * textmodes/reftex-parse.el:
14403         * textmodes/reftex-ref.el:
14404         * textmodes/reftex-sel.el:
14405         * textmodes/reftex-toc.el:
14406         * textmodes/reftex-vars.el:
14407         * textmodes/reftex.el: Small changes to remove compiler warnings.
14409         * textmodes/reftex-index.el: Likewise.
14410         (reftex-query-index-phrase): More efficient use of markers.
14412 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
14414         * image.el (image-load-path): New variable.
14415         (image-search-load-path): New function.
14416         (find-image): Search for images in `image-load-path'.
14418 2005-09-15  Richard M. Stallman  <rms@gnu.org>
14420         * follow.el: Change Maintainer field.
14422 2005-09-15  David Ponce  <david@dponce.com>
14424         * recentf.el (recentf-save-file-modes): New option.
14425         (recentf-save-list): Use it.
14427 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
14429         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14430         (mode-line-mule-info, mode-line-modified): Move bindings from
14431         mouse-3 to mouse-1.
14433 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
14435         * simple.el (sendmail-user-agent-compose): Revert last change.
14437 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14439         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14440         Use with-current-buffer.
14441         (ange-ftp-gwp-start): Remove unused var `gw-user'.
14442         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14443         (ange-ftp-insert-directory): Remove unused var `short'.
14444         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14446         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14447         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14449         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14450         (check-calendar-holidays, diary-list-entries): Autoload.
14451         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14452         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14454         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14455         which mistakenly removed a call to display-buffer.
14457 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
14459         * obsolete/iso-insert.el: Move to obsolete/ from international/.
14461 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
14463         * progmodes/hideshow.el
14464         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14465         (hs-allow-nesting): New user var.
14466         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14467         (hs-hide-block-at-point): When nesting allowed,
14468         if there is already an overlay in place, delete it.
14469         (hs-safety-is-job-n): Delete func; remove call sites.
14470         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14471         (hs-overlay-at): New func.
14472         (hs-already-hidden-p, hs-show-block): Use it.
14473         (hs-hide-all): Don't pre-clean if nesting allowed.
14474         (hs-show-all): Temporarily disallow
14475         nesting around call to `hs-discard-overlays'.
14477 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
14479         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14480         Delete unused local var.
14482 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
14484         * help-fns.el (describe-categories): "?\ " -> "?\s".
14485         (help-do-arg-highlight): Recognize also ARG-n, as in
14486         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
14488         * international/codepage.el (dos-unsupported-char-glyph):
14489         * net/newsticker.el (tool-bar-map, w3-mode-map)
14490         (w3m-minor-mode-map):
14491         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14492         (ent-alist):
14493         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14495 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
14497         * custom.el (custom-push-theme): Handle the case where a symbol is
14498         bound but face properties have not yet been assigned.
14500         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14501         Fix behavior if noerase is `t' and there is no mail buffer.
14503         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14504         if `continue' is nil, rather than signal an error.
14506 2005-09-12  Richard M. Stallman  <rms@gnu.org>
14508         * font-lock.el (font-lock-keywords): Add autoload.
14510         * help-fns.el (describe-variable): Rearrange to put source link
14511         in a predictable place.
14513         * net/newsticker.el: New file.
14515 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14517         * calendar/calendar.el (calendar-for-loop): Add edebug info.
14518         (calendar-basic-setup): Use the new nil arg.
14519         (number-of-diary-entries): Move to diary-lib.el.
14521         * calendar/diary-lib.el: Use with-current-buffer, match-string.
14522         (diary-list-entries): Use with-syntax-table and dolist.
14523         Rename from list-diary-entries.
14524         Use number-of-diary-entries if `number' is nil.
14525         (diary, diary-view-entries): Use this new name and new nil arg value.
14526         (number-of-diary-entries): Move from calendar.el.
14527         (diary-unhide-everything): New function.
14528         (include-other-diary-files, fancy-diary-display)
14529         (diary-show-all-entries, make-diary-entry): Use it.
14530         (diary-mail-entries): Use buffer-string.
14531         (mark-diary-entries): Fix long standing paren typo.
14532         (diary-sexp-entry): Use count-lines.
14533         (make-diary-entry): Avoid `previous-line'.
14534         (diary-mode-map): New var.
14535         (diary-mode): Redraw cal after saving.  Setup header-line.
14536         (fancy-diary-display-mode): Use local-set-key.
14538         * startup.el (command-line): Try calling various terminal-init-foo-bar
14539         functions by stripping hyphenated suffixes from $TERM.
14541         * files.el (normal-mode): Check boundness of font-lock-keywords.
14543 2005-09-12  Richard M. Stallman  <rms@gnu.org>
14545         * progmodes/compile.el: Don't decide a file's directory
14546         until the user actually tries to go there.
14547         (compilation-next-error-function):
14548         Pass compilation-find-file the directory from the file-struct.
14549         (compilation-internal-error-properties): Separate local FILE-STRUCT
14550         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
14551         (compilation-find-file): Arg DIR renamed to DIRECTORY.
14552         Expand it, and if nil, use default-directory.
14553         (compilation-get-file-structure): Don't mix specified directory
14554         with default directory.  Put specified directory into
14555         file-struct.  Don't make the file name absolute.
14557         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14558         (compile-command): Add autoload.
14559         (compilation-disable-input): Add autoload.
14561 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
14563         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14564         strings of the variables it can override.
14565         (time-stamp): New (as yet undocumented) time-stamp-format escapes
14566         %Q and %q, for fully-qualified domain name and unqualified host name.
14568 2005-09-11  Kim F. Storm  <storm@cua.dk>
14570         * emacs-lisp/authors.el (authors-aliases): Update list.
14571         (authors-fixed-entries): Update mldrag.el entry.
14573 2005-09-10  Alan Mackenzie  <acm@muc.de>
14575         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14576         from the region narrowed to.
14578 2005-09-10  Magnus Henoch  <mange@freemail.hu>
14580         * textmodes/ispell.el (ispell-check-version): Signal an error if
14581         aspell version is less than 0.60.
14583 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
14585         * progmodes/octave-inf.el (inferior-octave-startup):
14586         Resync current dir at the end.
14588 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
14590         * woman.el (woman-topic-at-point-default):
14591         Rename to woman-use-topic-at-point-default.
14592         (woman-topic-at-point): Rename to woman-use-topic-at-point.
14593         (woman-file-name): Reflect renames above.  Automatically use the
14594         word at point as topic if woman-use-topic-at-point is non-nil.
14595         Otherwise offer it as default but don't insert it in the
14596         minibuffer.  Also use `test-completion' instead of `assoc' as
14597         suggested by Stefan Monnier.
14599 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
14601         * vc.el (vc-directory, vc-update-change-log): Throw an error on
14602         the attempt to do it over Tramp.  This is not yet supported.
14604 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
14606         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14607         (menu-bar-non-minibuffer-window-p): New functions.
14608         ("Split Window", "Save As..."): Use them.
14609         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14610         ("Print Buffer", "Truncate Long Lines in this Buffer"):
14611         Use menu-bar-menu-frame-live-and-visible-p.
14612         ("Save Buffer", "Insert File", "Open Directory...")
14613         ("Open File...", "Visit New File..."):
14614         Use menu-bar-non-minibuffer-window-p.
14615         (kill-this-buffer-enabled-p, dired <menu-enable>):
14616         Use menu-bar-non-minibuffer-window-p.
14618 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
14620         * cus-start.el (all): Don't complain about fringe-related
14621         built-ins if fringes are not supported.  Ditto about
14622         selection-related built-ins.  Fix the test for GTK-related built-ins.
14624         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14625         ("Postscript Print Buffer", "Print Region", "Save As...")
14626         ("Save", "Insert File...", "Open Directory...")
14627         ("Open File...", "Visit New File..."")
14628         ("Truncate Long Lines in this Buffer"): Don't look at
14629         menu-updating-frame if this display does not support multiple frames.
14631 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14633         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14635 2005-09-09  Emilio Lopes  <eclig@gmx.net>
14637         * woman.el: Format- and whitespace-related changes.
14639 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
14641         * woman.el: Fix my email address.
14643 2005-09-08  Richard M. Stallman  <rms@gnu.org>
14645         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14646         (sh-mode): Locally set skeleton-pair-default-alist.
14648         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14650         * progmodes/flymake.el: Require `compile' unconditionally.
14652         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14654         * woman.el (woman-file-name): Provide a default, not initial input.
14656         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14658         * font-lock.el (font-lock-support-mode): Doc fix.
14660         * descr-text.el (describe-property-list): Handle non-symbol prop names.
14662 2005-09-08  Richard M. Stallman  <rms@gnu.org>
14664         * simple.el (blink-matching-open): Get rid of text props from
14665         the string shown in echo area.  Don't permanently set point.
14666         Some rearrangements.
14668 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14670         * recentf.el (recentf-filename-handler): Add custom choice
14671         `abbreviate-file-name'.
14673         * msb.el (msb--very-many-menus): Fix typo.
14675         * disp-table.el (standard-display-european): Don't set
14676         enable-multibyte-characters to nil.
14678 2005-09-08  David Ponce  <david@dponce.com>
14680         * recentf.el (recentf-show-file-shortcuts-flag): New option.
14681         (recentf-expand-file-name): Doc fix.
14682         (recentf-dialog-mode-map): Define digit shortcuts.
14683         (recentf--files-with-key): New variable.
14684         (recentf-show-digit-shortcut-filter): New function.
14685         (recentf-open-files-items): New function.
14686         (recentf-open-files): Use it.
14687         (recentf-open-file-with-key): New command.
14689 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
14691         * buff-menu.el (Buffer-menu-sort-by-column): New function.
14692         Suggested by Kim F. Storm.
14693         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14694         (Buffer-menu-make-sort-button): Use global keymap.
14696 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
14698         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14699         (Man-getpage-in-background-advice): Remove defadvice; it isn't
14700         necessary any longer with the remapped command.
14701         (Man-bgproc-sentinel-advice): Remove defadvice which counts
14702         formatting time only.
14704         * net/tramp.el (tramp-action-password)
14705         (tramp-multi-action-password): Compile the password prompt from
14706         `method', `user' and `host'.  Sometimes it isn't obvious which
14707         password to enter, for example with remote files offered by
14708         recentf.el, or with multiple steps.  Suggested by Robert Marshall
14709         <robert@chezmarshall.freeserve.co.uk>.
14711 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14713         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14714         Fix regexp for when "s///" is at the beginning of line.
14716 2005-09-07  Jay Belanger  <belanger@truman.edu>
14718         * calc/calc-poly.el (math-expand-term): Multiply out any powers
14719         when in matrix mode.
14721 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14723         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14724         non-anonymous functions.
14726 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
14728         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14729         when using a header line.  Otherwise, use mouse-1-click-follows-link.
14731         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14732         can't be moved; don't signal an error.
14734 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
14736         * cus-theme.el (custom-theme-write-faces): Save the current face
14737         spec, not the defface spec.
14739         * custom.el (custom-known-themes): Clarify meaning of "standard".
14740         (custom-push-theme): Save old values in the standard theme.
14741         (disable-theme): Correct typo.
14742         (custom-face-theme-value) Deleted unused function.
14743         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14745 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14747         * progmodes/compile.el (compilation-goto-locus): Take into account
14748         iconified frames when determining whether the buffer is
14749         already visible.
14750         Don't reset window height if the window already existed.
14752 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
14754         * custom.el (load-theme): Rename from require-theme.
14755         Add interactive spec.
14756         (enable-theme): Rename from custom-enable-theme.
14757         Add interactive spec.
14758         (disable-theme): Rename from custom-disable-theme.
14759         Add interactive spec.
14760         (custom-make-theme-feature): Doc fix.
14761         (custom-theme-directory): Doc fix.
14762         (provide-theme): Call enable-theme.
14764 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14766         * obsolete/lazy-lock.el (lazy-lock-mode):
14767         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14768         font-lock-mode if it's off.  Print a warning instead.
14770         * progmodes/compile.el (compilation-start): Ignore errors if the
14771         process died before we get to send-eof.
14773         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14774         Undo last change.  Enclosing the result in quotes broke things on Unix
14775         since tex-send-command passes it through shell-quote-argument.
14776         (tex-send-command): Pass `file' through convert-standard-filename
14777         when possible.
14778         (tex-uptodate-p): Handle the case where TeX hasn't put additional
14779         info in a transcript.
14781 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
14783         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14784         fix compilation warning.  Reorder the key definitions to group
14785         together keys emitted by the current version of xterm.
14787         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14788         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14789         Reorder predicates to correct min-color usage.
14791 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
14793         * longlines.el (longlines-mode): Inhibit read-only when encoding.
14794         Kill local variables when longlines-mode is turned off.
14796 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14798         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14800         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14802         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14804         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14805         (font-lock-lines-before): Change default to being inactive.
14806         (font-lock-default-fontify-region): Obey font-lock-lines-before.
14807         (font-lock-after-change-function): Don't handle f-l-lines-before here.
14809 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
14811         * net/tramp.el (tramp-handle-make-auto-save-file-name):
14812         Deactivate temporarily advice if active (not needed for Emacs 22,
14813         but for backwards compatibility).
14814         (tramp-exists-file-name-handler): Rewrite.  First implementation
14815         was too simple.
14816         (tramp-advice-make-auto-save-file-name):
14817         Call `tramp-handle-make-auto-save-file-name' (again, just for
14818         backwards compatibility).
14820 2005-08-31  Reto Zimmermann  <reto@gnu.org>
14822         * progmodes/vhdl-mode.el
14823         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14824         (vhdl-end-p): Fix indentation bug "else" after "-- when".
14825         (vhdl-set-default-project): New function (easier setting of default).
14826         (vhdl-port-copy): Handle extended identifiers for generics.
14827         (vhdl-compiler-alist): Better description for error message regexp.
14828         (vhdl-make): Query for target, use previous as default.
14829         (vhdl-port-copy): Fix port copy for port names starting with "signal".
14830         (vhdl-font-lock-keywords-2): Fix fontification for record
14831         el. assign.
14832         (vhdl-speedbar-make-subpack-line): Add package body link.
14833         (vhdl-generate-makefile-1): Not include itself as dependency.
14834         (vhdl-font-lock-init): Highlight c-preprocessor directives.
14835         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14836         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14837         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14838         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14839         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14840         (vhdl-import-project): Add string argument for `error'.
14841         (vhdl-compose-configuration)
14842         (vhdl-compose-configuration-architecture): Add configuration
14843         declaration generation.
14844         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14845         (vhdl-trailer-re): Add "record" keyword (better indentation).
14846         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14847         "[^ \t-\"]+".
14848         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14849         (vhdl-testbench-entity-file-name)
14850         (vhdl-testbench-architecture-file-name): Allow separate
14851         customization of testbench file names.
14852         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14853         (vhdl-get-visible-signals): Allow newline within alias declaration.
14854         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14855         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14856         (member-ignore-case): Alias for missing function in XEmacs.
14857         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14858         (vhdl-update-sensitivity-list): Ignore case on read signals.
14859         (vhdl-replace-string): Adjust case only for file names.
14860         (vhdl-update-sensitivity-list): Fix search for read signals.
14861         (vhdl-update-sensitivity-list): Exclude formal parameters.
14862         (vhdl-get-visible-signals): Include aliases of signals.
14863         (vhdl-get-visible-signals): Fix signal name searching.
14864         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14865         (vhdl-fixup-whitespace-region): Fix for character
14866         literals (e.g. `:').
14868 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14870         * ansi-color.el (comint-last-output-start):
14871         * bs.el (font-lock-verbose):
14872         * diff-mode.el (add-log-buffer-file-name-function):
14873         * dired-x.el (vm-folder-directory):
14874         * faces.el (help-xref-stack-item):
14875         * files.el (font-lock-keywords):
14876         * find-lisp.el (dired-buffers, dired-subdir-alist):
14877         * ido.el (cua-inhibit-cua-keys):
14878         * log-view.el (cvs-minor-wrap-function):
14879         * outline.el (font-lock-warning-face):
14880         * simple.el (compilation-current-error):
14881         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14882         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14883         * tooltip.el (comint-prompt-regexp):
14884         * w32-fns.el (explicit-shell-file-name):
14885         * term/mac-win.el (mac-charset-info-alist)
14886         (mac-services-selection, mac-system-script-code):
14887         * term/tty-colors.el (msdos-color-values):
14888         * term/w32-win.el (xlfd-regexp-registry-subnum):
14889         * term/x-win.el (x-keysym-table, x-selection-timeout)
14890         (x-session-id, x-session-previous-id):
14891         * textmodes/ispell.el (mail-yank-prefix):
14892         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14893         * textmodes/org.el (calc-embedded-close-formula)
14894         (calc-embedded-open-formula)
14895         (font-lock-unfontify-region-function):
14896         * textmodes/reftex-global.el (isearch-next-buffer-function)
14897         (TeX-master):
14898         * textmodes/reftex.el (font-lock-keywords):
14899         * textmodes/tex-mode.el (font-lock-comment-face)
14900         (font-lock-doc-face):
14901         * textmodes/texinfo.el (outline-heading-alist):
14902         Add defvars.
14904         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14905         (artist-spray-chars, artist-mode-init, artist-replace-string)
14906         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14907         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14908         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14910         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14911         (conf-align-assignments): "?\ " -> "?\s".
14913         * textmodes/reftex-index.el (TeX-master): Add defvar.
14914         (reftex-index-phrases-marker): Move up defvar.
14916         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14917         (reftex-toc-include-labels-indicator)
14918         (reftex-toc-include-index-indicator)
14919         (reftex-toc-max-level-indicator): Move up declarations.
14921         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14922         of args to `tramp-run-real-handler', even if it's empty in this case.
14924 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14926         * dired.el (dired-move-to-filename-regexp): Add date format for
14927         Mac OS X 10.3 in East Asian locales.
14929 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
14931         * files.el (make-auto-save-file-name): Add file name handler call
14932         if applicable.
14934         * net/tramp.el (tramp-file-name-handler-alist)
14935         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14936         (tramp-handle-make-auto-save-file-name): Rename from
14937         `tramp-make-auto-save-file-name'.
14938         (tramp-exists-file-name-handler): New defun.
14939         (tramp-advice-make-auto-save-file-name): Make defadvice only when
14940         `make-auto-save-file-name' is not a magic file name operation.
14942 2005-08-30  Richard M. Stallman  <rms@gnu.org>
14944         * files.el (risky-local-variable-p):
14945         Match `-predicates' and `-commands.
14947         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14948         (custom-save-all): Visit the file if necessary;
14949         kill the buffer if we created it.
14950         (custom-save-delete): Don't visit file or kill buffer here.
14952 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
14954         * textmodes/org.el (org-special-keyword): New face.
14955         (org-table-copy-down, org-table-eval-formula)
14956         (org-table-recalculate, org-init-section-numbers):
14957         Use `string-to-number' instead of `string-to-int'.
14958         (org-get-location): Use `insert-buffer-substring' instead of
14959         `insert-buffer'.
14960         (org-modify-diary-entry-string): New function.
14961         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14962         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14963         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14964         active region.
14965         (org-export-as-html): Handle QUOTE keyword.
14966         (org-quote-string): New option.
14967         (org-bookmark-jump-unhide): New function, used for
14968         `bookmark-after-jump-hook'.
14969         (org-diary-default-entry): Apply only when not called through
14970         `org-agenda'.
14972 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
14974         * net/eudc.el (mode-popup-menu):
14975         * play/handwrite.el (ps-printer-name, ps-lpr-command):
14976         * progmodes/ada-mode.el (compile-auto-highlight)
14977         (skeleton-further-elements):
14978         * progmodes/autoconf.el (font-lock-syntactic-keywords):
14979         * progmodes/cmacexp.el (msdos-shells):
14980         * progmodes/compile.el (font-lock-extra-managed-props)
14981         (font-lock-keywords, font-lock-maximum-size)
14982         (font-lock-support-mode):
14983         * progmodes/grep.el (font-lock-lines-before):
14984         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14985         * progmodes/mixal-mode.el (compile-command):
14986         * progmodes/perl-mode.el (font-lock-comment-face)
14987         (font-lock-doc-face, font-lock-string-face):
14988         * progmodes/prolog.el (comint-prompt-regexp):
14989         * progmodes/sh-script.el (font-lock-comment-face)
14990         (font-lock-set-defaults, font-lock-string-face):
14991         * progmodes/sql.el (font-lock-keyword-face)
14992         (font-lock-set-defaults, font-lock-string-face):
14993         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14994         (itimer-version, lazy-lock-defer-contextually)
14995         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14996         Add defvars.
14998         * progmodes/cperl-mode.el (cperl-electric-lbrace)
14999         (cperl-electric-keyword, cperl-electric-pod)
15000         (cperl-electric-backspace, cperl-forward-re)
15001         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15002         (vc-rcs-header, vc-sccs-header): Add defvars.
15004         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15005         (font-lock-syntactic-keywords, gud-find-expr-function):
15006         Add defvars.
15008         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15009         (gdb-frame-parameters): Declare before use.
15011         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15012         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15013         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15014         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15016         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15017         (idlwave-help-with-source): Use `insert-buffer-substring', not
15018         `insert-buffer'.
15020 2005-08-29  Juri Linkov  <juri@jurta.org>
15022         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15023         Put outline-back-to-heading function call inside save-excursion.
15025 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
15027         * man.el (Man-init-defvars, Man-translate-references)
15028         (Man-support-local-filenames, Man-highlight-references):
15029         * progmodes/sql.el (sql-interactive-mode):
15030         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15032         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15033         (compilation-mode-font-lock-keywords): Add defvars.
15034         (checkdoc-interactive-loop): "?\ " -> "?\s".
15036         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15037         (font-lock-doc-face, font-lock-string-face)
15038         (font-lock-keywords-case-fold-search): Add defvars.
15039         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15041         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15042         Don't pass X and Y (they are ignored anyway).
15043         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15044         (mouse-delete-window): Make arguments optional.
15046         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15047         (caesar-translate-table, minor-modes, news-buffer-save)
15048         (news-group-name, news-minor-modes): Add defvars.
15050         * emacs-lisp/lselect.el (mouse-highlight-priority)
15051         (x-lost-selection-functions, zmacs-regions):
15052         * emacs-lisp/pp.el (font-lock-verbose):
15053         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15054         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15055         (ses-mode-map):
15056         * emacs-lisp/tcover-unsafep.el (safe-functions):
15057         * international/mule-cmds.el (mac-system-coding-system)
15058         (mac-system-locale):
15059         * language/ethio-util.el (rmail-current-message)
15060         (rmail-message-vector):
15061         * language/thai-util.el (thai-auto-composition-mode):
15062         * mail/metamail.el (rmail-current-message, rmail-message-vector):
15063         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15064         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15065         (vm-primary-inbox, vm-spool-files):
15066         * mail/rmail.el (deleted-head, font-lock-fontified)
15067         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15068         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15069         (total-messages):
15070         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15071         (rmail-summary-mode-map):
15072         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15073         (rmail-last-label, rmail-last-multi-labels)
15074         (rmail-summary-vector, rmail-total-messages):
15075         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15076         * mail/rmailsum.el (msgnum):
15077         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15078         (rmail-current-message):
15079         * obsolete/fast-lock.el (font-lock-face-list):
15080         * obsolete/rnewspost.el (mail-reply-buffer):
15081         * obsolete/scribe.el (compile-command):
15082         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15084 2005-08-28  John Paul Wallington  <jpw@gnu.org>
15086         * ibuf-ext.el (ibuffer-auto-update-changed):
15087         Use `frame-or-buffer-changed-p' to check whether we need to update.
15088         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15089         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
15090         as a `frame-or-buffer-changed-p' state vector instead.
15092 2005-08-27  Romain Francoise  <romain@orebokech.com>
15094         * textmodes/makeinfo.el (makeinfo-compile):
15095         Use `compilation-start'.  Set `next-error-function' according to
15096         `disable-errors'.
15097         (makeinfo-next-error): New function.
15098         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15099         (makeinfo-buffer): Likewise.
15101         * progmodes/compile.el (compilation-start): Add autoload cookie.
15103         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15104         * textmodes/sgml-mode.el: Likewise.
15105         * progmodes/python.el: Likewise.
15107 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
15109         * simple.el (blink-matching-paren-distance): Document the meaning
15110         of nil value, and allow to customize to nil.
15112         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15113         command.com, not command.exe.
15115 2005-08-26  John Wiegley  <johnw@newartisans.com>
15117         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15118         code around a bit so that an extraneous nil argument is not added
15119         to a command when no args are given.
15121         * eshell/esh-arg.el (eshell-parse-double-quote): If a
15122         double-quoted argument resolves to nil, return it as an empty
15123         string rather than as nil.  This made it impossible to pass "" to
15124         a shell script as a null string argument.
15126 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15128         * outline.el (outline-invent-heading): New fun.
15129         (outline-promote, outline-demote): Use it.
15130         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15131         (outline-end-of-subtree): Remove unused var `opoint'.
15133 2005-08-26  David Reitter  <david.reitter@gmail.com>
15135         * menu-bar.el (truncate-lines, write-file, print-buffer)
15136         (ps-print-buffer-faces, ps-print-buffer, split-window):
15137         Disable menu items when the frame they refer to is invisible, or when
15138         they refer to a buffer and the minibuffer is selected.
15140 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
15142         * progmodes/flymake.el (flymake-highlight-err-lines):
15143         Use save-excursion around flymake-highlight-line to preserve point.
15145 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
15147         * progmodes/octave-mod.el: Change Author and Maintainer address.
15148         (octave-maintainer-address): Change Kurt's email address.
15149         * progmodes/octave-inf.el: Change Author and Maintainer address.
15150         * progmodes/octave-hlp.el: Change Author and Maintainer address.
15152 2005-08-26  Kim F. Storm  <storm@cua.dk>
15154         * subr.el (version-list-<, version-list-<=, version-list-=):
15155         Rename from integer-list-*.
15156         (version-list-not-zero): Likewise.  Fix while loop.
15157         (version=): Use version-list-= instead of string-equal.
15159 2005-08-26  Richard M. Stallman  <rms@gnu.org>
15161         * outline.el (outline-promote): Try shortening the heading.
15162         As last resort, read the heading to use.
15163         (outline-demote): As last resort, read the heading to use.
15165 2005-08-26  Romain Francoise  <romain@orebokech.com>
15167         * progmodes/compile.el (compilation-start): Doc fix.
15169         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15170         (antlr-font-lock-additional-keywords): Fix reference to
15171         `antlr-font-lock-literal-regexp' erroneously changed during the
15172         mass face rename.
15173         (antlr-run-tool): Use `compilation-start'.
15175         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15176         instead of the obsolete `compile-internal'.
15178 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
15180         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15181         (number, original-date):
15182         * calendar/cal-china.el (date):
15183         * calendar/cal-coptic.el (date):
15184         * calendar/cal-french.el (date):
15185         * calendar/cal-hebrew.el (date, entry, number, original-date):
15186         * calendar/cal-islam.el (date, number, original-date):
15187         * calendar/cal-iso.el (date):
15188         * calendar/cal-julian.el (date):
15189         * calendar/cal-mayan.el (date):
15190         * calendar/cal-menu.el (date, event):
15191         * calendar/cal-persia.el (date):
15192         * calendar/lunar.el (date):
15193         * calendar/solar.el (date): Add defvars.
15195         * emerge.el:
15196         * ibuffer.el:
15197         * info-xref.el:
15198         * obsolete/bg-mouse.el:
15199         * obsolete/sun-curs.el:
15200         * obsolete/swedish.el: Move the `defvar's to the top level.
15202         * smerge-mode.el (smerge-refined-change): Add :group.
15204 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15206         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15207         (smerge-keep-n): Remove props.
15208         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15209         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15210         now that it's done in smerge-keep-n.
15211         (smerge-refined-change): New face.
15212         (smerge-refine-chopup-region, smerge-refine-highlight-change)
15213         (smerge-refine): New funs.
15214         (smerge-basic-map): Bind smerge-refine.
15216 2005-08-25  Juri Linkov  <juri@jurta.org>
15218         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15219         compilation-process-setup-function and compilation-disable-input
15220         in grep-mode instead of let-bindings in grep.
15222         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15223         Delete "Automatic File De/compression" (auto-compression-mode).
15225 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
15227         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15228         Silence warning about non-existent variable.
15230 2005-08-25  Richard M. Stallman  <rms@gnu.org>
15232         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15233         Rename "Describe Key" to "Describe Key or Mouse Operation".
15235         * mail/mailalias.el (build-mail-aliases): Delete comments
15236         from the contents before processing them.
15238         * isearch.el (isearch-edit-string): Erase the Search prompt
15239         if user enters an empty string and there is no default.
15241         * comint.el (comint-file-name-prefix): Add autoload.
15243 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
15245         * subr.el (play-sound): Rearrange to avoid warning.
15247 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
15249         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15250         New hook.
15251         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15253 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15255         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15257         * custom.el (custom-theme-set-variables): Sort minor modes last.
15259 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15261         * subr.el (version-separator, version-regexp-alist): New vars used by
15262         version comparison funs.
15263         (integer-list-<, integer-list-=, integer-list-<=)
15264         (integer-list-not-zero): New funs for integer list comparison.
15265         (version-to-list, version=, version<, version<=): New funs for version
15266         comparison.
15268 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
15270         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15271         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15272         time to silence the byte-compiler.
15274         * ibuffer.el (ibuffer-compile-make-eliding-form)
15275         (ibuffer-check-formats): Use `with-no-warnings' to hide references
15276         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15277         so it's silly to get warnings for it).
15278         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15279         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15280         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15281         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15282         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15283         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15284         Defvar at compile time.
15285         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15286         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15287         Declare them before use.
15289         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15290         (info-xref-good, info-xref-bad): Defvar at compile time.
15292         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15293         Use `let*' instead of `let'.
15295         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15296         (*mouse-y*, menu, char): Defvar at compile time.
15297         (sc::menu): Declare it before use.
15298         (sc::pack-one-line): Use `let', not `let*'.
15300         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15301         (mail-send-hook): Defvar at compile time.
15303         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15304         Defvar at compile time.
15306         * term/sun-mouse.el (current-global-mousemap)
15307         (current-local-mousemap): Declare them before use.
15309 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
15311         * bookmark.el (bookmark-after-jump-hook): New hook.
15312         (bookmark-jump): Run `bookmark-after-jump-hook'.
15314 2005-08-23  Juri Linkov  <juri@jurta.org>
15316         * faces.el (minibuffer-prompt): Doc fix.
15318 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
15320         * progmodes/xscheme.el: Trivial changes to silence warnings.
15321         (xscheme-previous-mode, xscheme-previous-process-state):
15322         Add defvars.
15323         (xscheme-last-input-end, xscheme-process-command-line)
15324         (xscheme-process-name, xscheme-buffer-name)
15325         (xscheme-expressions-ring-max, xscheme-expressions-ring)
15326         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15327         (xscheme-control-g-synchronization-p)
15328         (xscheme-control-g-disabled-p, xscheme-string-receiver)
15329         (default-xscheme-runlight, xscheme-runlight)
15330         (xscheme-runlight-string, xscheme-process-filter-state)
15331         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15332         Move to beginning of file.
15333         (scheme-interaction-mode-commands-alist)
15334         (scheme-interaction-mode-map, scheme-debugger-mode-map):
15335         Declare them before use.  Note: the initialization code for the variables
15336         has not been moved because it uses functions that reference the variables.
15337         (xscheme-control-g-message-string, xscheme-process-filter-alist)
15338         (xscheme-prompt-for-expression-map): Declare them before use.
15339         (scheme-debugger-mode-commands): "?\ " -> "?\s".
15341 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
15343         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15345 2005-08-22  Juri Linkov  <juri@jurta.org>
15347         * faces.el (set-face-underline): Delete this duplicate function
15348         and make an obsolete alias to set-face-underline-p.
15349         (set-face-underline-p): Use docstring of set-face-underline.
15350         (describe-face): Create hyperlink to parent face.
15352         * info.el (Info-insert-dir): Use save-excursion around
15353         insert-buffer-substring.
15354         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15355         (Info-escape-percent): Delete function.
15356         (Info-fontify-node): Replace Info-escape-percent by
15357         replace-regexp-in-string with REP arg set to lambda that
15358         duplicates `%' and preserves text properties.
15360         * progmodes/compile.el (compilation-disable-input): Doc fix.
15361         (define-compilation-mode): Doc fix and refill.
15362         (kill-compilation): Use `mode-name' in the error message.
15363         (compilation-find-file): Use `compilation-error' in the
15364         read-file-name's prompt.
15366 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15368         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15369         (smerge-auto-leave): Make undo re-enable the mode.
15370         (debug-ignored-errors): Add the user-error of impossible resolution.
15371         (smerge-resolve): Move things around a bit, in preparation for later.
15372         (smerge-diff): Don't fail if the buffer has no associated file.
15373         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15374         (smerge-conflict-overlay): New function.
15375         (smerge-match-conflict): Don't add text properties here.
15376         (smerge-find-conflict): Instead, add an overlay here.
15377         Also check for the case where we're inside a conflict already, so as to
15378         obviate the need for font-lock-multiline, which is unbearably slow with
15379         large conflicts and ciomplex font-lock patterns.
15380         (smerge-remove-props): Remove overlay rather than text-properties.
15381         (smerge-mode): Don't set font-lock-multiline.
15382         Remove overlays when turned off.
15384 2005-08-21  Kim F. Storm  <storm@cua.dk>
15386         * ido.el (ido-ignore-item-p): Use save-match-data.
15387         Bind case-fold-search to ido-case-fold locally.
15389 2005-08-20  Richard M. Stallman  <rms@gnu.org>
15391         * files.el (normal-mode): If font lock is on, turn it off and on.
15393         * subr.el (replace-regexp-in-string): Doc fix.
15395         * startup.el (command-line-1): Don't suppress startup screen
15396         due to existing processes.
15398         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15400         * progmodes/compile.el (compilation-disable-input): Default to nil.
15402 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15404         * progmodes/compile.el (compilation-disable-input): New defcustom.
15405         (compilation-start): If compilation-disable-input is non-nil, send
15406         EOF to the compilation process.
15408 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
15410         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15411         Run the argument of tex-shell-cd-command through
15412         convert-standard-filename, to get the correct style of slashes on
15413         Windows, and enclose the result in quotes, in case the file name
15414         includes whitespace or other special characters.
15416 2005-08-19  Andreas Schwab  <schwab@suse.de>
15418         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15419         process.
15421 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
15423         * cus-start.el (minibuffer-prompt-properties): Correct typo.
15425 2005-08-18  Kim F. Storm  <storm@cua.dk>
15427         * scroll-lock.el: Fix errors due to incorrect line wrapping.
15429 2005-08-18  Richard M. Stallman  <rms@gnu.org>
15431         * scroll-lock.el: New file.
15433 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
15435         * dired.el (dired-move-to-end-of-filename):
15436         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15438 2005-08-18  Kim F. Storm  <storm@cua.dk>
15440         * ido.el (ido-everywhere): Fix defcustom :set function to disable
15441         rather than toggle mode when custom value is nil.
15442         (ido-everywhere): Fix defun doc string.
15444 2005-08-17  Richard M. Stallman  <rms@gnu.org>
15446         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15447         as tag instead of "Inviolable".
15449 2005-08-17  Kim F. Storm  <storm@cua.dk>
15451         * windmove.el (windmove-coordinates-of-position): Remove.
15452         (windmove-coordinates-of-window-position): Remove.
15453         (windmove-reference-loc): Use posn-at-point instead.
15455         * subr.el (insert-for-yank-1): Doc fix.
15457         * ido.el (ido-enter-matching-directory): Rename from
15458         ido-enter-single-matching-directory.  Change `slash' choice to
15459         `only'.  Add `first' choice.
15460         (ido-exhibit): Adapt to above changes.
15462 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
15464         * Makefile.in: Expand comment about building loaddefs.el.
15466 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
15468         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15469         Comment use of defadvice.
15471         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15473 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
15475         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15476         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15477         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15478         * progmodes/idlw-shell.el, progmodes/ld-script.el,
15479         * progmodes/which-func.el, ruler-mode.el, strokes.el,
15480         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15481         for backward compatibility for faces that did not appear in the
15482         previous Emacs release.
15484         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15486 2005-08-15  Kim F. Storm  <storm@cua.dk>
15488         * emulation/cua-base.el (cua-delete-region): Return t if
15489         deleted region was non-empty.
15490         (cua-replace-region): Inhibit overwrite-mode for
15491         self-insert-command if replaced region was non-empty.
15492         (cua--explicit-region-start, cua--status-string): Make them
15493         buffer-local at top-level...
15494         (cua-mode): ...rather than when mode is enabled.
15496 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
15498         * progmodes/vhdl-mode.el (vhdl-emacs-21):
15499         Set t for Emacs 21, 22, and so on.
15501 2005-08-15  David Ponce  <david@dponce.com>
15503         * tree-widget.el: Update Commentary header.
15504         (tree-widget-theme): Doc fix.
15505         (tree-widget-space-width): New option.
15506         (tree-widget-image-properties): Look up in the default theme too.
15507         (tree-widget--cursors): Only for images with arrow pointer shape.
15508         (tree-widget-lookup-image): Pointer shape is hand by default.
15509         (tree-widget-icon): Rename generic icon widget from
15510         `tree-widget-control'.
15511         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15512         derive from `tree-widget-icon'.
15513         (tree-widget-handle): Improve default look and feel of the text
15514         representation.
15515         (tree-widget): Rename :*-control properties to :*-icon properties.
15516         Add :action and :help-echo properties.
15517         (tree-widget-after-toggle-functions): Move.
15518         (tree-widget-close-node, tree-widget-open-node): Remove.
15519         (tree-widget-before-create-icon-functions): New hook.
15520         (tree-widget-value-create): Update to allow customization of icons
15521         and nodes at run-time via that new hook.
15522         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15523         (tree-widget-icon-action, tree-widget-icon-help-echo)
15524         (tree-widget-action, tree-widget-help-echo): New functions.
15526 2005-08-15  Kim F. Storm  <storm@cua.dk>
15528         * ido.el (ido-buffer-internal): Use with-no-warnings.
15529         (ido-make-merged-file-list): Use while-no-input.
15531 2005-08-15  Richard M. Stallman  <rms@gnu.org>
15533         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15534         (flyspell-large-region): Fix doc and custom type.
15536 2005-08-14  Richard M. Stallman  <rms@gnu.org>
15538         * files.el (interpreter-mode-alist): Doc fix.
15540         * mail/rmail.el (rmail-nonignored-headers): New variable.
15541         (rmail-clear-headers): Use it.
15542         (rmail-reply): Better handling of mail-followup-to header.
15544         * progmodes/sh-script.el (sh-font-lock-keywords-var):
15545         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
15546         don't try to refer to executable-font-lock-keywords.
15547         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15548         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15549         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15550         (sh-mode): Set comment-start-skip, local-abbrev-table,
15551         imenu-case-fold-search.
15552         (sh-set-shell): Don't set them here.
15553         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
15554         Don't cache the results in the original alist; don't ever modify
15555         that alist.
15557         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15559         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15560         empty.
15562 2005-08-15  Andreas Schwab  <schwab@suse.de>
15564         * desktop.el: Put autoload cookie at risky-local-variable declarations.
15566         * dired.el, info.el, mail/rmail.el: Revert last change.
15568 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
15570         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15571         modification in `eval-after-load' form.
15572         * info.el: Likewise.
15573         * mail/rmail.el: Likewise.
15575 2005-08-14  Juri Linkov  <juri@jurta.org>
15577         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15578         Remove highlighting of "Compilation started".  Highlight only
15579         the word "finished" in "Compilation finished".  Add highlighting
15580         of "interrupt", "killed", "terminated" and the exit code.
15581         (compilation-start): Add newline after header.  Use exactly the
15582         same time stamp format as the finishing message.
15583         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15585         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15586         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15587         Add highlighting of "interrupt", "killed", "terminated".
15589         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15590         enabled and the current command is self-insert-command, call it
15591         explicitly with overwrite-mode bound to nil, to not allow it
15592         to delete the character after the selected region.
15594 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
15596         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15597         move-end-of-line, end-of-line, and beginning-of-line to the list
15598         of commands after which the echo area is updated.
15600 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
15602         * cus-edit.el (custom-save-all, custom-save-delete):
15603         Bind recentf-exclude to exclude custom-file.
15605 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
15607         * mail/rmailsum.el (rmail-summary-end-of-message): New command
15608         to go to the bottom of the mail message.  Added to
15609         `rmail-summary-mode-map' with key "/".
15610         (rmail-summary-show-message): New (internal) function for use by
15611         both `rmail-summary-beginning/end-of-message'.
15612         (rmail-summary-beginning-of-message): Change to use
15613         rmail-summary-show-message.
15615         * mail/rmail.el (rmail-end-of-message): New command to go to the
15616         end of the current message.  Added to `rmail-mode-map' with key "/".
15617         (rmail-beginning-of-message): Fix to work as documented.
15618         (rmail-mode): Change documentation.
15620         * progmodes/compile.el (compilation-start): Add the line
15621         "Compilation started" with compilation start time.
15622         (compilation-mode-font-lock-keywords): Add `started' to keywords.
15624 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
15626         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15627         of menu items.
15629 2005-08-11  Richard M. Stallman  <rms@gnu.org>
15631         * simple.el (pop-global-mark): Reverse test of widen-automatically.
15633         * battery.el (battery-status-function): Don't use ignore-errors.
15635 2005-08-11  Lute Kamstra  <lute@gnu.org>
15637         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15638         define-obsolete-variable-alias.
15640 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15642         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15643         (ange-ftp-send-cmd): Revert last change, and expand
15644         the comment explaining the problem.
15646 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
15648         * ldefs-boot.el: Update.
15650         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15651         item to "Time, Load and Mail".  Change help echo text.
15653         * time.el (display-time-use-mail-icon, display-time-format)
15654         (display-time-string-forms): Shorten first line of docstrings.
15656 2005-08-10  Lars Hansen  <larsh@soem.dk>
15658         * desktop.el (desktop-buffer-mode-handlers):
15659         Make non-customizable.  Add autoload cookie.  Change initial value to
15660         nil; add elements in respective modules instead.  Fix doc string.
15661         (desktop-load-file): New function.
15662         (desktop-minor-mode-handlers): New autoloaded variable.
15663         (desktop-create-buffer): Call minor mode handlers.
15664         Use desktop-load-file to load major and minor mode modules prior to
15665         checking for a handler.
15666         (desktop-save): Don't add nil to desktop-minor-modes for minor
15667         modes with nil function in desktop-minor-mode-table.  Don't delete
15668         desktop file before rewriting it.
15669         (desktop-locals-to-save): Add autoload cookie.  Don't make
15670         automatically buffer-local.  Add variables column-number-mode,
15671         size-indication-mode, indent-tabs-mode,
15672         indicate-buffer-boundaries, indicate-empty-lines and
15673         show-trailing-whitespace.
15674         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15675         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
15676         (desktop-clear-preserve-buffers-regexp): Delete.
15677         (desktop-clear-preserve-buffers): Update initial value and docstring.
15678         (desktop-save-buffer): Fix doc string.
15680         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15681         (hilit-chg-desktop-restore): New function.
15682         (highlight-changes-mode): Add highlight-changes-mode to
15683         desktop-locals-to-save.
15685         * dired.el: Add handler to desktop-buffer-mode-handlers.
15686         (dired-restore-desktop-buffer): Remove autoload cookie.
15687         (dired-mode): Add autoload cookie.
15689         * info.el: Add handler to desktop-buffer-mode-handlers.
15690         (Info-restore-desktop-buffer): Remove autoload cookie.
15691         (Info-mode): Add autoload cookie.
15693         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15694         (mh-restore-desktop-buffer): Remove autoload cookie.
15695         (mh-folder-mode): Add autoload cookie.
15697         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15698         (rmail-restore-desktop-buffer): Remove autoload cookie.
15700 2005-08-11  Masatake YAMATO  <jet@gyve.org>
15702         * hexl.el (hexl-address-region):
15703         (hexl-ascii-region, hexl-font-lock-keywords):
15704         (hexl-highlight-line-range): Use the term "region"
15705         instead of "area" for consistency with the other symbols
15706         defined in hexl.el.
15708 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
15710         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15711         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15712         out by Juri Linkov).  Add `display-battery-mode'.
15714 2005-08-09  Juri Linkov  <juri@jurta.org>
15716         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15717         Remove `-text' from face variable names.
15718         (compilation-error-file-name, compilation-warning-file-name)
15719         (compilation-info-file-name): Delete faces.
15720         (compilation-line-number, compilation-column-number):
15721         Remove face underlining.
15722         (compilation-message-face): Set to `underline' value by default.
15723         (compilation-error-face, compilation-warning-face)
15724         (compilation-info-face): Remove `-file-name' from face names.
15725         (compilation-error-text-face, compilation-warning-text-face)
15726         (compilation-info-text-face): Delete face variables.
15727         (compilation-text-face): Delete function.
15729         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15730         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15731         (grep-error-face): Set to `compilation-error' instead of
15732         `compilation-error-face' (which is redefined to `grep-hit-face' in
15733         grep buffers).
15734         (grep-mode-font-lock-keywords): Remove `-text' from face variable
15735         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
15737         * dired-aux.el (dired-do-query-replace-regexp):
15738         Use `query-replace-read-args'.
15740         * replace.el (query-replace-read-from, query-replace-read-to)
15741         (query-replace-read-args): Rename arg `string' to `prompt'.
15743         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15745 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
15747         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15748         uploading files.
15749         (ange-ftp-canonize-filename): Handle file names beginning with ~
15750         correctly.
15752 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
15754         * textmodes/fill.el (canonically-space-region)
15755         (fill-context-prefix, fill-french-nobreak-p)
15756         (fill-delete-newlines, fill-comment-paragraph)
15757         (justify-current-line): "?\ " -> "?\s".
15759 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
15761         * textmodes/fill.el (fill-nonuniform-paragraphs):
15762         Improve argument/docstring consistency.
15764 2005-08-09  Richard M. Stallman  <rms@gnu.org>
15766         * textmodes/ispell.el (ispell-word): More fboundp checks.
15768         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15769         (find-file-noselect-1): Call it here, only if RAWFILE.
15770         (normal-mode): Always set some major mode.
15771         (save-some-buffers-action-alist): Change some explanation strings.
15772         (file-name-non-special): In the `quote' method, use unwind-protect.
15774 2005-08-09  Magnus Henoch  <mange@freemail.hu>
15776         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15777         (ispell-have-aspell-dictionaries): New variable.
15778         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15779         (ispell-get-aspell-config-value): New function.
15780         (ispell-aspell-find-dictionary): New function.
15781         (ispell-aspell-add-aliases): New function.
15782         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15783         appropriate.  Don't look for ispell dictionaries if we use aspell.
15784         (ispell-menu-map): Don't build a submenu of dictionaries.
15786 2005-08-09  Richard M. Stallman  <rms@gnu.org>
15788         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15789         (sql-read-passwd): Use read-passwd.
15791         * progmodes/idlw-toolbar.el (idlwave-toolbar)
15792         (idlwave-toolbar-is-possible): Add defvars.
15794         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15795         Avoid warnings.
15797         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15798         (idlwave-system-class-info, idlwave-executive-commands-alist):
15799         Use defvar.
15801         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15803         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15804         Avoid warnings.
15806         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15807         and content-type: headers.
15809         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15811         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15812         and rename some of them to be more self-explanatory.
15814         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15816         * startup.el (command-line-1): Implement -scriptload.
15818         * replace.el (occur-engine): Initial *Occur* output not undoable.
15820         * menu-bar.el (menu-bar-file-menu): Rename some menu items
15821         and improve help strings.
15823         * isearch.el (isearch-repeat): When changing direction,
15824         mark search successful.
15826         * ediff-init.el: Use (featurep 'xemacs).
15828         * comint.el (send-invisible): Identify buffer, if not selected.
15830         * align.el: Delete autoload for c-guess-basic-syntax.
15832 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
15834         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15835         Improve argument/docstring consistency.  Doc fixes.
15836         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15837         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15838         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15839         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15840         (r2bv-organization, r2bv-pages, r2bv-primary-author)
15841         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15842         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15843         Defvar at compile time.
15845 2005-08-09  Juri Linkov  <juri@jurta.org>
15847         * info.el: Replace `info' with upper-case `Info' where appropriate.
15848         (info-title-1, info-title-2, info-title-3, info-title-4)
15849         (info-menu-header): Move up face definitions.
15850         (info-menu-star): Rename from `info-menu-5'.
15851         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15852         (Info-fontify-visited-nodes): Fix docstring.
15853         (Info-hide-note-references): Fix docstring.
15854         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15855         menu items in the same way as on cross-references.
15856         (info-apropos): Fix sorting order and formatting to be like in the
15857         stand-alone Info browser.  Display error messages for 1 sec.
15858         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
15859         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15860         from the menu bar.
15861         (Info-insert-dir): Restore point after calling
15862         `insert-buffer-substring'.
15864 2005-08-08  Richard M. Stallman  <rms@gnu.org>
15866         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15867         (recompute-lucid-menubar): Add defvars.
15869         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15871         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15873         * net/net-utils.el (run-dig): Rename from `dig'.
15875         * play/gametree.el (gametree-mode): Use make-local-variable,
15876         not make-variable-buffer-local.
15878         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15880         * ansi-color.el (ansi-color-make-extent)
15881         (ansi-color-set-extent-face): Use fboundp, not functionp.
15883         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15884         not make-variable-buffer-local.
15886         * bookmark.el (Info-current-file): Add defvar.
15887         (bookmark-jump-noselect): Use with-no-warnings.
15889         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15891         * ebuff-menu.el (Helper-return-blurb): Add defvar.
15893         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15895         * find-file.el (ada-procedure-start-regexp)
15896         (ada-package-start-regexp): Add defvars.
15898         * info.el (Info-insert-dir): Use insert-buffer-substring.
15900         * xml.el (xml-att-def-re): Add defvar.
15902         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15903         calling convention.
15905         * subr.el (while-no-input): Return t if there is input.
15907 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
15909         * cus-start.el (all): Add `overflow-newline-into-fringe'.
15911 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
15913         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15914         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15916 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
15918         * cmuscheme.el (scheme-start-file): Replace reference to
15919         `user-emacs-directory' by "~/.emacs.d/".
15921 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
15923         * info.el (Info-dir-remove-duplicates): Avoid case folding
15924         in loop; instead, keep downcased strings for comparison.
15925         Suggested by Helmut Eller.
15927 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
15929         Sync with Tramp 2.0.50.
15931         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15932         XEmacs case; not necessary anymore.
15933         (tramp-user-regexp): Allow "@" as part of user name.
15934         (tramp-handle-set-visited-file-modtime)
15935         (tramp-handle-insert-file-contents)
15936         (tramp-handle-write-region): No special handling for
15937         `last-coding-system-used, because this is done in
15938         `tramp-accept-process-output' now.
15939         (tramp-accept-process-output): New defun.
15940         (tramp-process-one-action, tramp-process-one-multi-action)
15941         (tramp-wait-for-regexp, tramp-wait-for-output)
15942         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
15943         Howells <dhowells@redhat.com>.
15944         (clear-visited-file-modtime): Defadvice removed.  The check for
15945         unset buffer's modtime does not need to be based on
15946         `tramp-buffer-file-attributes'.  Suggested by RMS.
15947         (tramp-message): Insert "\n" if not being at beginning of line.
15948         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15949         sequence with same logic.
15950         (tramp-completion-handle-expand-file-name): Discard call of
15951         `tramp-drop-volume-letter'.  It is not necessary, and there have
15952         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15953         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15954         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15955         should always be visible.
15956         (tramp-handle-insert-directory, tramp-setup-complete)
15957         (tramp-set-process-query-on-exit-flag)
15958         (tramp-append-tramp-buffers): Pacify byte-compiler.
15959         (tramp-bug): Delete non-existing variables from list.
15960         Apply `tramp-load-report-modules' as pre-hook.
15961         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15962         `shell-prompt-pattern' because of non-7bit characters.
15963         Reported by Sebastian Luque <sluque@mun.ca>.
15964         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15965         (tramp-match-string-list): Remove function.
15966         (tramp-wait-for-regexp): Remove call of that function.
15967         Suggested by Kim F. Storm <storm@cua.dk>.
15968         (tramp-set-auto-save-file-modes): Use octal integer code #o600
15969         instead of octal character code ?\600.  The latter resulted in a
15970         syntax error with XEmacs.
15972         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15973         XEmacs case; not necessary anymore.
15974         (tramp-smb-handle-write-region): No special handling for
15975         `last-coding-system-used, because this is done in
15976         `tramp-accept-process-output' now.
15977         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15979 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
15981         * wid-edit.el (widget-choice-value-create):
15982         Unconditionally respect user choice.  Set :explicit-choice back to nil
15983         when no longer needed.
15984         (widget-choice-action): Unconditionally respect user choice.
15985         Eliminate :explicit-choice-value.
15987         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15989         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15990         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15991         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15992         running new function `toggle-indicate-empty-lines'.
15993         Rename "Customize" item to "Customize fringe".
15994         Rename "Indicators" item to "Buffer boundaries" and change help echo.
15995         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15996         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15997         Delete "Empty lines only" item.
15998         (menu-bar-showhide-fringe-ind-customize): New function.
15999         (menu-bar-showhide-fringe-ind-mixed)
16000         (menu-bar-showhide-fringe-ind-box)
16001         (menu-bar-showhide-fringe-ind-right)
16002         (menu-bar-showhide-fringe-ind-left)
16003         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16004         instead of `fringe-indicators'.
16006 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
16008         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16009         Change the date of last update.
16011 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
16013         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16014         (viper-exec-yank, viper-put-back): Don't display modification msg
16015         if in the minibuffer.
16017         * viper-init.el (viper-replace-overlay-cursor-color)
16018         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16019         Make variables frame local.
16021         * viper-util.el (viper-append-filter-alist): Use append instead of
16022         nconc.
16024         * viper.el (viper-vi-state-mode-list)
16025         (viper-emacs-state-mode-list): Move help-mode and
16026         completion-list-mode from the first list to the second.
16027         (viper-mode): Docstring.
16028         (viper-go-away, viper-non-hook-settings): Don't localize
16029         minor-mode-alist in newer Emacsen.  Add advice to
16030         set-cursor-color.  Don't bind "\C-c\\".
16032 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
16034         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16035         (scheme-macro-expand-command): New user options.
16036         (scheme-trace-procedure, scheme-expand-current-form): New commands.
16037         (scheme-form-at-point, scheme-start-file)
16038         (scheme-interactively-start-process): New functions.
16039         (scheme-get-process): New function, extracted from `scheme-proc'.
16040         (run-scheme): Call `scheme-start-file' to get start file, and pass
16041         it to `make-comint'.
16042         (switch-to-scheme, scheme-proc):
16043         Call `scheme-interactively-start-process' if no Scheme buffer/process
16044         is available.
16046 2005-08-06  Juri Linkov  <juri@jurta.org>
16048         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16049         Use `compilation-text-face', `compilation-info-text-face' and
16050         `compilation-error-text-face' instead of `font-lock-keyword-face'.
16051         (compilation-error): New face.
16052         (compilation-error-file-name): Inherit from
16053         `compilation-error' instead of `font-lock-warning-face'.
16054         (compilation-warning-file-name): Inherit from
16055         `compilation-warning' instead of `font-lock-warning-face'.
16056         (compilation-info, compilation-error-file-name)
16057         (compilation-warning-file-name, compilation-info-file-name)
16058         (compilation-line-number, compilation-column-number): Doc fix.
16059         (compilation-error-text-face, compilation-warning-text-face)
16060         (compilation-info-text-face): New face variables.
16061         (compilation-line-face, compilation-column-face)
16062         (compilation-enter-directory-face)
16063         (compilation-leave-directory-face): Doc fix.
16064         (compilation-text-face): New function.
16066         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16067         instead of 1 to display binary file names as info file links.
16068         (grep-error-face): Use `compilation-error-face' instead of
16069         `font-lock-keyword-face'.
16070         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16071         and `compilation-warning-text-face' instead of
16072         `font-lock-keyword-face'.  Use `compilation-error-text-face'
16073         instead of `grep-error-face'.
16075 2005-08-05  Kenichi Handa  <handa@m17n.org>
16077         * international/code-pages.el: Add autoload cookies for all coding
16078         systems.
16080 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
16082         * cus-start.el (all): Put undo.c where it alphabetically belongs.
16084 2005-08-04  Juri Linkov  <juri@jurta.org>
16086         * progmodes/compile.el (compilation-mode-map):
16087         * progmodes/grep.el (grep-mode-map):
16088         Bind TAB to `compilation-next-error' and [backtab] to
16089         `compilation-previous-error'.
16091         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16092         matching line numbers, column numbers and their ranges with regexp
16093         matching only line numbers.
16094         (grep-context-face): New face variable.
16095         (grep-mode-font-lock-keywords): Use it.
16097         * faces.el (read-face-name): Delete duplicate faces.
16099 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
16101         * thumbs.el (thumbs-find-image): Don't make variables
16102         automatically buffer local.
16103         (thumbs-current-tmp-filename, thumbs-current-image-filename)
16104         (thumbs-image-num): Make automatically buffer local.
16105         (thumbs-show-thumbs-list): Use `make-local-variable', not
16106         `make-variable-buffer-local'.
16107         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16109         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16110         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16111         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16112         (bother, bye, canyou, chatlst, continue, deathlst, describe)
16113         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16114         (feelings-about, foullst, found, hello, history, howareyoulst)
16115         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16116         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16117         (neglst, obj, object, owner, please, problems, qlist)
16118         (random-adjective, relation, remlst, repetitive-shortness)
16119         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16120         (shortlst, something, sportslst, stallmanlst, states, subj)
16121         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16122         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16123         Defvar at compile time.
16125         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16126         not `make-variable-buffer-local'.
16128 2005-08-02  Kim F. Storm  <storm@cua.dk>
16130         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16131         rectangle overlay in selected window.
16133 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
16135         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16136         instead of display group.  Make `indicate-buffer-boundaries'
16137         customizable through Custom.
16139 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
16141         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16142         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16143         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16144         (gdb-put-string): Fix typos in docstrings.
16146 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
16148         Update copyright notices of files in progmodes directory for
16149         release of Emacs 22.1.
16151         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16153         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16154         Don't barf if the GUD buffer has been killed.
16156 2005-08-01  Kim F. Storm  <storm@cua.dk>
16158         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16160 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16162         * simple.el (next-error-follow-minor-mode):
16163         make-variable-buffer-local -> make-local-variable.
16165         * emacs-lisp/cl-extra.el: Require CL also when compiling.
16167         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16168         (byte-compile-form-make-variable-buffer-local): New functions to warn
16169         about misuses of make-variable-buffer-local where make-local-variable
16170         was meant.
16172 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
16174         * bs.el (bs-attributes-list): Doc fix.
16175         (bs): Update url-link.
16177         * desktop.el (desktop-save-buffer): Fix typos in docstring.
16178         (desktop-load-default): Simplify.
16180         * ibuffer.el (ibuffer-columnize-and-insert-list)
16181         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16182         (ibuffer-unmark-all, ibuffer-toggle-marks)
16183         (ibuffer-unmark-forward, ibuffer-unmark-backward)
16184         (ibuffer-compile-make-format-form, ibuffer-format-column)
16185         (ibuffer-current-buffers-with-marks)
16186         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16187         (ibuffer): Doc fix.
16188         (ibuffer-mode): Fix typo in docstring.
16189         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16190         with `define-obsolete-variable-alias'.
16191         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
16193 2005-07-29  Kenichi Handa  <handa@m17n.org>
16195         * international/mule-cmds.el (select-message-coding-system):
16196         Be sure to use LF for end-of-line.  If no coding system is decided,
16197         return iso-8859-1-unix.
16199 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16201         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16202         (ange-ftp-pending-error-line): New vars.
16203         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16204         to handle the non-fatal no-route-to-host messages.
16205         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16207 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
16209         * isearch.el (isearch-mode-map, isearch-other-meta-char)
16210         (isearch-quote-char, isearch-printing-char)
16211         (isearch-text-char-description): "?\ " -> "?\s".
16212         (isearch-lazy-highlight-cleanup)
16213         (isearch-lazy-highlight-initial-delay)
16214         (isearch-lazy-highlight-interval)
16215         (isearch-lazy-highlight-max-at-a-time)
16216         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16217         Declare with define-obsolete-*-alias macros.
16218         (isearch-forward): Fix typo in docstring.
16219         (search-invisible, search-ring-yank-pointer)
16220         (regexp-search-ring-yank-pointer): Doc fixes.
16222         * recentf.el (recentf-menu-append-commands-p): Declare with
16223         `define-obsolete-variable-alias'.
16224         (recentf-max-saved-items, recentf-menu-filter)
16225         (recentf-arrange-by-rule-subfilter): Doc fixes.
16226         (recentf-menu-append-commands-flag)
16227         (recentf-initialize-file-name-history, recentf-expand-file-name)
16228         (recentf-clear-data): Fix typos in docstrings.
16230 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
16232         * progmodes/gdb-ui.el: Smarten comments.
16233         (gdb-info-breakpoints-custom): Use nowarn when finding file.
16235 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16237         * term/apollo.el (terminal-init-apollo): New function containing
16238         all former top level forms in the file.
16239         * term/bobcat.el (terminal-init-bobcat):
16240         * term/cygwin.el (terminal-init-cygwin):
16241         * term/iris-ansi.el (terminal-init-iris-ansi):
16242         * term/linux.el (terminal-init-linux):
16243         * term/news.el (terminal-init-news):
16244         * term/rxvt.el (terminal-init-rxvt):
16245         * term/sun.el (terminal-init-sun):
16246         * term/tvi970.el (terminal-init-tvi970):
16247         * term/vt100.el (terminal-init-vt100):
16248         * term/vt102.el (terminal-init-vt102):
16249         * term/vt125.el (terminal-init-vt125):
16250         * term/vt200.el (terminal-init-vt200):
16251         * term/vt201.el (terminal-init-vt201):
16252         * term/vt220.el (terminal-init-vt220):
16253         * term/vt240.el (terminal-init-vt240):
16254         * term/vt300.el (terminal-init-vt300):
16255         * term/vt320.el (terminal-init-vt320):
16256         * term/vt400.el (terminal-init-vt400):
16257         * term/vt420.el (terminal-init-vt420):
16258         * term/wyse50.el (terminal-init-wyse50):
16259         * term/xterm.el (terminal-init-xterm): Likewise.
16261         * term/README: Describe the terminal-init-* functionality.
16263         * startup.el (command-line): After loading the terminal initialization
16264         file call the corresponding terminal initialization function.
16266 2005-07-27  Kenichi Handa  <handa@m17n.org>
16268         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16269         negative.
16271         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16272         (ps-mule-composition-prologue): Fix for the case that
16273         RelativeCompose is false.
16275 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16277         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16279         * descr-text.el (describe-char): Handle the case where the list of
16280         chars is displayed in a separate frame.
16281         Be a bit more discriminating when looking for the char.
16283 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
16285         * bookmark.el (bookmark-automatically-show-annotations)
16286         (bookmark-read-annotation-text-func): Doc fixes.
16287         (bookmark-save): Improve argument/docstring consistency.
16288         (bookmark-get-bookmark, bookmark-get-bookmark-record)
16289         (bookmark-alist-from-buffer)
16290         (bookmark-upgrade-file-format-from-0)
16291         (bookmark-grok-file-format-version)
16292         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16293         (bookmark-read-annotation-mode)
16294         (bookmark-insert-current-bookmark, bookmark-jump)
16295         (bookmark-exit-hook): Fix typos in docstrings.
16296         (bookmark-exit-hooks): Define as obsolete alias.
16297         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16298         not `bookmark-exit-hooks'.  Fix docstring.
16299         (bookmark-bmenu-select): "?\ " -> "?\s".
16301 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
16303         * startup.el (command-line): Fix typo.
16305 2005-07-24  Richard M. Stallman  <rms@gnu.org>
16307         * tooltip.el (tooltip-mode): Test emacs-basic-display,
16308         not emacs-quick-startup.
16310 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
16312         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16313         (reb-next-match, reb-show-subexp): Use `with-selected-window'
16314         instead of `reb-with-current-window'.
16315         (reb-prev-match): Likewise.  Also, don't move left if the search
16316         was unsuccessful.
16317         (reb-initialize-buffer): New function.
16318         (re-builder, reb-change-syntax): Use it.
16320         * man.el (Man-goto-page): Make second argument NOERROR optional.
16322 2005-07-23  Richard M. Stallman  <rms@gnu.org>
16324         * man.el (Man-bgproc-sentinel): Check here for failure to find
16325         any man page in the output, and report the error here.
16326         (Man-arguments): Make it permanent local.
16327         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
16328         (Man-mode): Pass t for NOERROR.
16330         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16331         (grep-mode-font-lock-keywords):
16332         Don't use compilation-...-face for messages that are not file names.
16334         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16335         Don't use compilation-...-face for messages that are not file names.
16337 2005-07-22  Juri Linkov  <juri@jurta.org>
16339         * startup.el (normal-splash-screen): Update menu name.
16341         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16343 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16345         * term/xterm.el: Load term/rxvt if the terminal is actually an
16346         rxvt terminal.
16347         (xterm-rxvt-set-background-mode): Remove, not used anymore.
16349         * term/rxvt.el (function-key-map): Use substitute-key-definition
16350         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
16352         * term/cygwin.el: New file.
16354 2005-07-22  Kim F. Storm  <storm@cua.dk>
16356         * image-file.el (insert-image-file, image-file-yank-handler):
16357         Fix last change to maintain a (unique) yank-handler on yanked images.
16359 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
16361         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16362         of the file size (as in "177B" for 177 bytes).  This happens with
16363         "ls -lh" on FreeBSD.
16365 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
16367         * hilit-chg.el (highlight-changes-global-initial-state)
16368         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16369         (hilit-chg-fixup, highlight-changes-mode):
16370         Fix typos in docstrings.
16371         (highlight-changes-global-modes, highlight-changes-rotate-faces):
16372         Doc fixes.
16374 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
16376         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16377         mode function using `eval-after-load'.
16379 2005-07-21  Kim F. Storm  <storm@cua.dk>
16381         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16382         included when reporting an emacs crash, and tell about the DEBUG file.
16384         * image-file.el (insert-image-file): Add yank-handler.
16385         (image-file-yank-handler): Yank handler to make unique copies of
16386         images when they are yanked into a buffer next to each other.
16388 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
16390         * comint.el (comint-use-prompt-regexp, comint-send-input)
16391         (comint-source-default, comint-extract-string)
16392         (comint-get-source, comint-word, comint-completion)
16393         (comint-source, comint-prompt-read-only, comint-update-fence):
16394         Fix typos in docstrings.
16395         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16396         Declare with define-obsolete-*-alias macros.
16397         (comint-previous-matching-input-from-input)
16398         (comint-next-matching-input-from-input)
16399         (comint-previous-matching-input, comint-next-matching-input)
16400         (comint-forward-matching-input):
16401         Improve argument/docstring consistency.
16403         * desktop.el (desktop-clear-preserve-buffers-regexp):
16404         Also preserve the *server* buffer.
16406         * simple.el (clone-indirect-buffer): Doc fix.
16407         (fixup-whitespace, just-one-space)
16408         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16409         (next-error, next-error-highlight)
16410         (next-error-highlight-no-select, next-error-last-buffer)
16411         (next-error-buffer-p, next-error-find-buffer, next-error)
16412         (previous-error, next-error-no-select, previous-error-no-select)
16413         (open-line, split-line, minibuffer-prompt-width, kill-new)
16414         (binary-overwrite-mode): Fix typos in docstrings.
16415         (set-fill-column): Fix typo in message.
16417         * skeleton.el (skeleton-proxy-new): Doc fix.
16419         * strokes.el (strokes-load-hook): Doc fix.
16420         (strokes-grid-resolution, strokes-get-grid-position)
16421         (strokes-renormalize-to-grid, strokes-read-stroke)
16422         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16423         (strokes-global-map): Fix typos in docstrings.
16424         (strokes-help): Doc fix.  Fix help message and pass it through
16425         `substitute-command-keys'.
16427         * tempo.el (tempo-insert-prompt, tempo-interactive)
16428         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16429         (tempo-insert-string-functions, tempo-local-tags)
16430         (tempo-define-template, tempo-insert-template)
16431         (tempo-insert-prompt-compat, tempo-is-user-element)
16432         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16433         Fix typos in docstrings.
16435         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16436         (vcursor-key-bindings, vcursor-use-vcursor-map)
16437         (vcursor-find-window, vcursor-scroll-down)
16438         (vcursor-disable, vcursor-beginning-of-buffer)
16439         (vcursor-end-of-buffer): Fix typos in docstrings.
16440         (vcursor-relative-move, vcursor-get-char-count):
16441         Improve argument/docstring consistency.
16443         * version.el: "?\ " -> "?\s".
16445         * wid-edit.el (widget-default-create, widget-after-change)
16446         (widget-default-format-handler, widget-checklist-add-item)
16447         (widget-radio-add-item, widget-choose, widget-specify-secret)
16448         (widget-field-value-create, widget-field-value-get)
16449         (widget-editable-list-format-handler)
16450         (widget-editable-list-entry-create, widget-group-value-create)
16451         (widget-documentation-link-add)
16452         (widget-documentation-string-value-create): "?\ " -> "?\s".
16453         (widget-convert-text): Doc fix.
16454         (widget-narrow-to-field, widget-field-find)
16455         (widget-url-link-action, widget-emacs-library-link-action)
16456         (widget-color-notify): Fix typos in docstrings.
16458         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16459         (x-select-text, set-w32-system-coding-system)
16460         (w32-add-charset-info): Fix typos in docstrings.
16462         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16463         (cua-enable-cua-keys, cua-use-hyper-key)
16464         (cua-virtual-rectangle-edges): Fix typos in docstrings.
16465         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16467         * net/tramp.el (tramp-handle-load): Fix typo in error message.
16469         * emacs-lisp/re-builder.el (regexp-builder): Declare with
16470         `defalias' instead of faking it.
16472         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16473         (eshell-ls-missing, eshell-ls-dired-initial-args)
16474         (eshell-ls-use-in-dired): Fix typos in docstrings.
16476 2005-07-20  Kim F. Storm  <storm@cua.dk>
16478         * emulation/cua-base.el (cua-mode): Improve doc string.
16480 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
16482         * abbrev.el (expand-region-abbrevs): Doc fix.
16483         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16484         Improve argument/docstring consistency.
16486         * arc-mode.el (archive-get-descr, archive-alternate-display):
16487         Doc fixes.
16488         (archive-l-e): Improve argument/docstring consistency.
16489         (archive-tmpdir, archive-unixdate, archive-unixtime)
16490         (archive-chmod-entry): Fix typos in docstrings.
16491         (archive-unflag, archive-unflag-backwards)
16492         (archive-unmark-all-files): "?\ " -> "?\s".
16494         * buff-menu.el (Buffer-menu-unmark): Doc fix.
16495         (Buffer-menu-not-modified, Buffer-menu-execute)
16496         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16497         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16499         * composite.el (compose-string, encode-composition-rule)
16500         (compose-last-chars): Fix typos in docstrings.
16502         * desktop.el (desktop-enable, desktop-basefilename):
16503         Declare with `define-obsolete-variable-alias'.
16504         (desktop-internal-v2s): Don't quote keywords.
16505         (desktop-clear): "?\ " -> "?\s".
16507         * dired.el (dired-align-file, dired-flag-backup-files)
16508         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16509         (dired-listing-switches, dired-ls-F-marks-symlinks)
16510         (dired-dwim-target, dired-load-hook, dired-mode-hook)
16511         (dired-directory, dired-faces, dired, dired-revert)
16512         (dired-mode, dired-summary, dired-view-file)
16513         (dired-copy-filename-as-kill, dired-delete-file)
16514         (dired-no-confirm, dired-unmark-all-marks)
16515         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16516         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16517         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16518         Fix typos in message strings.
16520         * dired-x.el (virtual-dired): Declare with `defalias'.
16521         (dired-mark-unmarked-files, dired-local-variables-file)
16522         (dired-omit-here-always): Doc fix.
16523         (dired-omit-mode, dired-find-subdir)
16524         (dired-enable-local-variables, dired-clean-up-buffers-too)
16525         (dired-extra-startup, dired-mark-extension, dired-jump)
16526         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16527         (dired-smart-shell-command, dired-guess-shell-alist-user)
16528         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16529         (dired-x-bind-find-file, dired-x-submit-report):
16530         Fix typos in docstrings.
16531         (dired-mark-unmarked-files): "?\ " -> "?\s".
16533         * dirtrack.el (dirtrack-list): Fix typos in docstring.
16535         * faces.el (describe-face): "?\ " -> "?\s".
16536         (read-all-face-attributes, read-face-font, modify-face)
16537         (face-attr-construct, italic): Fix typos in docstrings.
16538         (frame-update-face-colors): Declare with
16539         `define-obsolete-function-alias'.
16541         * files.el (find-file-noselect, recode-file-name): Doc fixes.
16542         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16543         (magic-mode-alist, buffer-file-numbers-unique)
16544         (write-file-functions, get-free-disk-space):
16545         Fix typos in docstrings.
16546         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16547         (write-contents-hooks, write-file-hooks):
16548         Declare with `define-obsolete-variable-alias'.
16550         * forms-d2.el (arch-rj): Fix typo in docstrings.
16551         (arch-tocol): Likewise.  "?\ " -> "?\s".
16553         * frame.el (set-frame-font, cursor-in-non-selected-windows):
16554         Fix typo in docstring.
16555         (set-screen-width, set-screen-height): Delete redundant info in
16556         doctrings.
16557         (new-frame, screen-height, screen-width): Declare with
16558         `define-obsolete-function-alias'.
16559         (delete-frame-hook, blink-cursor): Declare with
16560         `define-obsolete-variable-alias'.
16562         * paths.el (prune-directory-list): Fix typos in docstring.
16564         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16565         (cvs-prefix-get): Fix typos in docstrings.
16567         * ps-print.el (ps-extend-face-list, ps-extend-face)
16568         (ps-print-background-image): Fix typos in docstrings.
16569         (ps-default-fg, ps-default-bg): Doc fixes.
16571         * s-region.el (s-region-bind): Doc fix.
16572         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16574         * textmodes/org.el (org-table-formula-substitute-names)
16575         (org-table-get-vertical-vector): Doc fixes.
16576         (org-table-recalculate): Remove unused argument to `message'.
16578 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
16580         * textmodes/org.el (org-table-column-names)
16581         (org-table-column-name-regexp)
16582         (org-table-named-field-locations): New variables.
16583         (org-archive-subtree): Protect `this-command' when calling
16584         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16585         the kill buffer.
16586         (org-complete): Remove fixed-formula completion.
16587         (org-edit-formulas-map): New variable.
16588         (org-table-edit-formulas): New command.
16589         (org-finish-edit-formulas, org-abort-edit-formulas)
16590         (org-show-variable, org-table-get-vertical-vector): New functions.
16591         (org-table-maybe-eval-formula): Handle `:=' fields.
16592         (org-table-get-stored-formulas, org-table-store-formulas)
16593         (org-table-get-formula, org-table-modify-formulas)
16594         (org-table-replace-in-formulas): Handle named field formulas.
16595         (org-table-get-specials): Store locations of named fields.
16597 2005-07-19  Juri Linkov  <juri@jurta.org>
16599         * progmodes/grep.el (grep-regexp-alist)
16600         (grep-mode-font-lock-keywords, grep-process-setup):
16601         Use default GNU grep match color "01;31m" instead of "01;41m".
16602         (grep-regexp-alist, grep-mode-font-lock-keywords):
16603         Use `\\[[0-9]*m' instead of `\\[00m'.
16604         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16605         sgr_start where its handling is more important.  Use the real
16606         length of sgr_start instead of constant 8.
16607         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16608         specially.  Delete all remaining escape sequences.
16609         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16610         (grep-regexp-alist): Make hyperlink only for binary file name
16611         instead of the whole line.
16612         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16613         (grep-mode): Add autoload.
16615         * emacs-lisp/find-func.el (find-function-regexp):
16616         Add `define-compilation-mode'.
16618 2005-07-19  Juri Linkov  <juri@jurta.org>
16620         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16621         (compare-windows-sync-string-size, compare-windows-recenter)
16622         (compare-windows-highlight, compare-windows): Add version 22.1.
16623         (compare-windows) <defface>: Inherit from lazy-highlight instead
16624         of duplicating its default value.
16626         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16627         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16629         * descr-text.el (describe-char): Create link buttons for `charset'
16630         and `code point'.  Add the current input method name with a link
16631         button to `to input' field.  Print face names of display table
16632         characters in `The display table entry is displayed by' section
16633         instead of printing face-id in the `display' field.
16634         Guess hardcoded faces and create a link button for them.
16635         Skip empty fields when calculating max-width.
16636         Treat `widget-create' specially while inserting strings from the
16637         collected field list.
16638         (describe-char-after): Made obsolete in version 22.1, not 21.5.
16640         * diff-mode.el (diff-file-header): Change foreground color from
16641         yellow to green on light backgrounds.
16642         (diff-context): Inherit from `shadow' only for color/grayscale
16643         with more than 88 colors.
16644         (diff-indicator-removed, diff-indicator-added)
16645         (diff-indicator-changed): New faces.
16646         (diff-font-lock-keywords): Use new faces.  Regroup rules.
16647         Add "^---$" for `normal' diff format.  Fontify `#' lines with
16648         font-lock-comment-delimiter-face and font-lock-comment-face.
16649         Add `#' to ^[^...] in the rule for `diff-context-face'.
16651         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16652         a button-like box.  Inherit from `highlight' on low colors.
16653         (shadow): Use shades of gray only for color/grayscale with
16654         more than 88 colors.  Use green for light backgrounds with
16655         8 colors, and yellow for dark backgrounds with 8 colors.
16657         * font-lock.el (font-lock-regexp-grouping-backslash):
16658         Don't inherit from escape-glyph (use bold for all cases).
16660         * info.el (info-xref-visited): Use light foreground color `violet'
16661         for dark backgrounds instead of dark color `magenta3'.
16662         (info-title-1): Use `yellow' color for dark backgrounds.
16664         * isearch.el (isearch): Use not-too-dark magenta3 instead of
16665         too-light magenta2.
16667         * replace.el (match): Use slightly more light RoyalBlue3 instead
16668         of dark RoyalBlue4.
16670         * wid-edit.el (widget-inactive): Inherit from `shadow'.
16672 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
16674         * novice.el (disabled-command-hook): Declare it with
16675         `define-obsolete-variable-alias'.
16677         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16678         (desktop-buffer-misc-functions, desktop-buffer-handlers)
16679         (desktop-load-default): Add release to obsolescence info.
16680         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16681         (desktop-append-buffer-args, desktop-read):
16682         Fix typos in docstrings.
16683         (desktop-kill): Fix typo in message.
16684         (desktop-save): Doc fix.
16686 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16688         * viper-cmd.el (viper-escape-to-state): Bug fix.
16689         (viper-envelop-ESC-key): Change the definition of fast
16690         keysequence so it'll work with keyboard macros.
16692         * ediff.el (ediff-patch-buffer): Change the docstring.
16694 2005-07-19  Kenichi Handa  <handa@m17n.org>
16696         * international/mule-cmds.el (select-safe-coding-system): Try to
16697         use an auto-coding (if any) before anything else.  If the found
16698         auto-coding is invalid, show a warning message.
16700         * international/mule.el (find-auto-coding): New function created
16701         by modifying the body of set-auto-coding.
16702         (set-auto-coding): Use find-auto-coding to find a coding.
16704 2005-07-18  Richard M. Stallman  <rms@gnu.org>
16706         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16707         not isearch-mode-end-hook-error.
16708         (allout-before-change-protect): Fix error message.
16710 2005-07-18  Juri Linkov  <juri@jurta.org>
16712         * allout.el (allout-mode):
16713         * calculator.el (calculator-copy):
16714         * custom.el (custom-known-themes):
16715         * dired.el (dired-desktop-buffer-misc-data)
16716         (dired-restore-desktop-buffer):
16717         * dired-x.el (dired-omit-marker-char):
16718         * files.el (basic-save-buffer):
16719         * font-core.el (font-lock-mode):
16720         * calendar/calendar.el (calendar-goto-hebrew-date)
16721         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16722         (calendar-goto-persian-date):
16723         * language/ethio-util.el (ethio-sera-to-fidel-region):
16724         * textmodes/picture.el (picture-mode):
16725         Delete duplicate duplicate words.
16727 2005-07-18  Juri Linkov  <juri@jurta.org>
16729         * isearch.el (isearch-mode-map): Remove key bindings for regexp
16730         chars * ? } |.
16731         (isearch-fallback): Don't call `isearch-process-search-char'.
16732         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16733         (isearch-process-search-char): Call `isearch-fallback' for regexp
16734         chars * ? } |.
16735         (isearch-return-char): Make obsolete with `make-obsolete' instead
16736         of simply documenting it as obsolete in the docstring.
16737         (isearch-fallback): Refill docstring.
16739         * international/isearch-x.el
16740         (isearch-process-search-multibyte-characters): Remove unneeded
16741         `concat'.  Add intermediate values to `junk-hist' instead of
16742         `minibuffer-history'.  Test the length of `str'.
16744 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
16746         * allout.el (allout-resolve-xref): Fix typos in error strings.
16747         (allout-before-change-protect): Remove unneeded `concat'.
16749         * array.el (array-mode, array-reconfigure-rows)
16750         (untabify-backward): Fix typos in docstrings.
16751         (array-reconfigure-rows): Use `insert-buffer-substring', not
16752         `insert-buffer'.
16754         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16755         * progmodes/ada-mode.el (ada-make-body):
16756         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16758         * dired.el (dired-log):
16759         * tar-mode.el (tar-subfile-save-buffer):
16760         * play/zone.el (zone-pgm-stress-destress):
16761         Use `insert-buffer-substring', not `insert-buffer'.
16763 2005-07-17  Simon Josefsson  <jas@extundo.com>
16765         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16767 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
16769         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16770         Add plain auth method.
16771         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16773 2005-07-17  Kim F. Storm  <storm@cua.dk>
16775         * ido.el (dired-other-window): Add ido property.
16777 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
16779         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16780         Fix typo in docstring.
16781         (byte-compile-interactive-only-functions): Add `insert-buffer' and
16782         `insert-file-literally'.
16784         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16785         info and delete redundant message.  Doc fix.
16786         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16787         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16789 2005-07-16  Richard M. Stallman  <rms@gnu.org>
16791         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16792         (byte-compile-and): Use byte-compile-and-recursion.
16793         (byte-compile-or-recursion): New function.
16794         (byte-compile-or): Use that.
16795         (byte-compile-if): Guard the else-clause too.
16796         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16798         * isearch.el (isearch-mode-end-hook-quit): New variable.
16799         (isearch-done): Bind it.
16800         (isearch-mode-end-hook): Doc fix.
16802         * allout.el (allout-isearch-did-quit): Variable deleted.
16803         (allout-real-isearch-abort): Function name no longer used.
16804         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16805         (allout-isearch-rectification): isearch-mode always exists.
16806         Don't set allout-isearch-did-quit.
16807         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16808         allout-isearch-did-quit.
16809         (allout-enwrap-isearch): Just add the hook.
16810         (allout-isearch-abort): Function deleted.
16811         (allout-pre-command-business): Avoid warning.
16813         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16814         Correctly avoid warnings.
16815         (pascal-outline): Likewise.
16817         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16819         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16821         * play/tetris.el (tetris-mode): Avoid warning.
16823         * play/snake.el (snake-mode): Avoid warning.
16825         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16826         (gamegrid-set-display-table): Avoid warning.
16827         (gamegrid-set-timer): Likewise.
16828         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16829         (gamegrid-add-score-with-update-game-score-1): Take FILE
16830         as argument.
16831         (gamegrid-add-score-with-update-game-score): Pass that argument.
16832         Rename have-shared-game-dir to gamegrid-shared-game-dir.
16834         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16836         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16837         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16839         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16840         and insert-file.
16842         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16843         (sc-ask): Avoid warnings.
16845         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16846         (eshell-hist-initialize): Use that var the natural way.
16848         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16850         * emacs-lisp/re-builder.el (reb-cook-regexp):
16851         Avoid warning calling lre-compile-string.
16852         (reb-color-display-p): Avoid warning.
16854         * calculator.el (calculator-last-input): Guard uses
16855         of event-key and key-press-event-p.
16856         (event-key, key-press-event-p): Delete definitions.
16858         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16859         (find-gc-source-directory, find-gc-subrs-callers)
16860         (find-gc-noreturn-list, find-gc-source-files)
16861         (find-gc-subrs-called): Vars renamed and defvar'd.
16863         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16864         (checkdoc-overlay-put, checkdoc-delete-overlay)
16865         (checkdoc-overlay-start, checkdoc-overlay-end)
16866         (checkdoc-mode-line-update, checkdoc-char=):
16867         Define such that compiler knows they are defined.
16868         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
16869         (checkdoc-read-event): Delete.  Use read-event directly.
16871         * whitespace.el (whitespace-make-overlay)
16872         (whitespace-overlay-put, whitespace-delete-overlay)
16873         (whitespace-overlay-start, whitespace-overlay-end):
16874         Define such that compiler knows they are defined.
16875         (whitespace): Move conditional inside.
16877         * tempo.el (tempo-insert-template): Suppress warning.
16879         * ediff-diff.el (longlines-mode): Add defvar.
16881 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
16883         * server.el: Bind "C-x #" in a way that works even if C-x is
16884         redefined to a command key, not a prefix key.
16886 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
16888         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16889         cl-make-type-test till execution time.
16891 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
16893         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16894         arg ARG and use it.
16896 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
16898         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16900 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
16902         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16903         a defcustom with two :set or :type keywords.
16905 2005-07-15  Richard M. Stallman  <rms@gnu.org>
16907         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16908         Don't give ^M comment-end syntax.
16910 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
16912         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16913         Don't consider gdbmi (gdb-mi.el has its own update functions).
16914         (gdb-var-delete): Make it work for gdbmi as well.
16915         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16917         * progmodes/gud.el (etags, sdb): Only require etags when needed.
16918         (gud-speedbar-menu-items): Correct logic for enabling items.
16920 2005-07-15  Kim F. Storm  <storm@cua.dk>
16922         * ido.el: Fix commentary.
16923         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16924         Use with-no-warnings around ffap-guesser.
16925         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16926         Let bind minibuffer-completing-file-name to t.
16928 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
16930         * startup.el (site-run-file, keyboard-type): Doc fixes.
16931         (command-line): Check for "--basic-display" argument; also for
16932         "--quick", not "--bare-bones" (which was renamed).
16933         (fancy-splash-text): Add missing item "Getting New Versions".
16934         (normal-splash-screen): Fix typos and improve consistency with
16935         `fancy-splash-text'.  Update copyright year.
16937         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16938         valid binding for `help-char'.
16940         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16942 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
16944         * term.el (term-mode): Disable cua-mode for term buffers.
16946 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
16948         * add-log.el (add-log-mailing-address, change-log-merge):
16949         Doc fixes.
16950         (change-log-get-method-definition): Fix typo in docstring.
16952 2005-07-14  Kim F. Storm  <storm@cua.dk>
16954         * emulation/cua-base.el:
16955         (cua--pre-command-handler-1, cua--pre-command-handler)
16956         (cua--post-command-handler-1, cua--post-command-handler):
16957         Split in two.  Check (buffer local) value of cua-mode.
16958         (cua-selection-mode): New command.
16960 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
16962         * custom.el (custom-initialize-safe-set)
16963         (custom-initialize-safe-default): Doc fixes.
16965         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16966         and simplify :init-value again.
16968         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16969         and simplify :init-value again.  Delete autoload.
16971         * startup.el (command-line): Use `custom-reevaluate-setting' again
16972         for tooltip-mode.
16974         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16975         a defcustom with two :initialize keywords.
16977 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
16979         * allout.el (my-mark-marker, allout-isearch-prior-pos)
16980         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16981         (allout-post-command-business, allout-flag-region)
16982         (isearch-reenable-font-lock, allout-yank)
16983         (allout-insert-latex-header, allout-insert-latex-trailer)
16984         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16985         (allout-latex-verb-quote): Fix typos in docstrings.
16986         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16987         (allout-unprotected, allout-prefix-data):
16988         Improve argument/docstring consistency.
16989         (allout-chart-subtree): Fix argument spec.
16990         (allout-open-topic): Rename `use_sib_bullet' argument to
16991         `use-sib-bullet'.  Doc fix.
16993         * whitespace.el (whitespace-check-buffer-leading)
16994         (whitespace-check-buffer-trailing)
16995         (whitespace-check-buffer-indent)
16996         (whitespace-check-buffer-spacetab)
16997         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16998         (whitespace-check-leading-whitespace)
16999         (whitespace-check-trailing-whitespace)
17000         (whitespace-check-spacetab-whitespace)
17001         (whitespace-check-indent-whitespace)
17002         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17003         (whitespace-modes): Fix typos in docstrings.
17004         (defgroup, defcustom): Doc fixes.
17006         * winner.el (winner-mode, winner-boring-buffers)
17007         (winner-pending-undo-ring): Doc fixes.
17008         (winner-ring): Remove unneeded `progn'.
17009         (winner-equal): `defsubst' it.
17010         (winner-redo): Fix message.
17012 2005-07-13  Kim F. Storm  <storm@cua.dk>
17014         * simple.el (line-move-1): Always use vertical-motion to
17015         do the last (or only) line move to ensure some movement.
17016         Undo 2005-06-23 change--don't check for overlays.
17018 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17020         * term/mac-win.el (ccl-encode-mac-roman-font)
17021         (ccl-encode-mac-centraleurroman-font)
17022         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17023         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17024         Change charset-id boundary of dimension to ?\xef.
17025         (mac-char-fontspec-list): New constant.
17026         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
17027         argument.  Nil uses itself as family in font-spec.  Previous
17028         behavior for nil is now provided by non-nil non-string argument.
17029         All callers changed.  Add font-specs for Mac fonts to
17030         "fontset-default" unless iso8859-1 fonts are installed.
17032 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17034         * progmodes/sh-script.el (sh-get-indent-info): Only indent
17035         a continuation line if the \ is preceded by SPC or TAB.
17036         (sh-get-indent-info): Simplify.
17037         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17038         Use with-current-buffer.
17040         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17041         when the matched text is empty.
17043 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
17045         * startup.el (command-line): Revert to previous handling of
17046         tooltip-mode.  Explain in comment why the complexity is needed.
17048         * tooltip.el (tooltip-mode): Revert to previous implementation of
17049         its defcustom.
17051         * frame.el (blink-cursor-mode): Revert to previous implementation
17052         of its defcustom.  Update comment.
17054 2005-07-12  Lars Hansen  <larsh@soem.dk>
17056         * desktop.el: Update e-mail address.
17058 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17060         * term/mac-win.el (mac-services-mail-selection)
17061         (mac-services-mail-to): New functions.
17062         (mac-application-menu-map): Bind them.
17064 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
17066         * progmodes/gdb-ui.el: Add note about buffering with Windows.
17068 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
17070         * custom.el (custom-reevaluate-setting): Doc fix.
17072 2005-07-11  Jay Belanger  <belanger@truman.edu>
17074         * calc/calc.el (calc-embedded-announce-formula-alist)
17075         (calc-embedded-open-close-plain-alist)
17076         (calc-embedded-open-close-mode-alist): Add checks for additional
17077         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17079 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
17081         * custom.el (custom-enable-theme): Don't add theme to
17082         `custom-enabled-themes' with `push' because there is no
17083         setf-method for `delq'.
17085 2005-07-11  Richard M. Stallman  <rms@gnu.org>
17087         * custom.el (custom-declare-variable): Doc fix.
17089         * dired-aux.el (dired-compare-directories): Remove "." and ".."
17090         from the alists.
17092         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17093         Do nothing if edebug-active.
17095         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17096         (edebug-display): Do it here instead.
17098 2005-07-10  Richard M. Stallman  <rms@gnu.org>
17100         * cus-face.el (custom-theme-set-faces): Make it work.
17101         (custom-reset-faces): Doc fix.
17102         (custom-theme-reset-internal-face, custom-theme-face-value):
17103         Functions deleted.
17105         * custom.el (custom-push-theme): Maintain list of the settings
17106         of a given theme in its theme-settings property.
17107         Maintain position of old settings in the theme-value
17108         or theme-face property.
17109         (custom-enabled-themes): New variable.
17110         (custom-theme-enabled-p): New function.
17111         (provide-theme): Update custom-enabled-themes.
17112         Disable and reenable the `user' theme.
17113         (require-theme): Doc fix.
17114         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17115         (custom-theme-value, custom-theme-variable-value): Likewise.
17116         (custom-theme-reset-internal): Likewise.
17117         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17118         (custom-enable-theme, custom-disable-theme): New functions.
17119         (custom-variable-theme-value, custom-face-theme-value): Likewise.
17120         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17121         (custom-theme-reset-variables): Simplify.
17122         (deftheme, custom-declare-theme, custom-make-theme-feature):
17123         Definitions moved.
17125 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
17127         * longlines.el (longlines-show-region)
17128         (longlines-unshow-hard-newlines): Recognize hard newlines by
17129         non-nil hard property, instead of t.
17131 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
17133         * viper-cmd.el (viper--key-maps): New variable.
17134         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17135         emulation-mode-map-alists.
17136         (viper-envelop-ESC-key): Use viper-subseq.
17137         (viper-search-forward/backward/next): Disable debug-on-error.
17139         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17140         (viper-ESC-key): New defcustoms.
17142         * viper-macs.el (ex-map-read-args): Use viper-subseq.
17144         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17145         (viper-subseq): Copy of subseq from cl.el.
17147         * viper.el (viper-go-away, viper-set-hooks): Use
17148         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17150         * viper-mous.el (viper-current-frame-saved): Use defvar.
17152         * viper-init.el: Get rid of -face in face names.
17154         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17155         Make it work with longlines mode
17157         * ediff-mult.el (ediff-meta-mode-hook): New variable.
17159         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17161         * ediff-init.el: Get rid of -face in face names.
17163 2005-07-10  Richard M. Stallman  <rms@gnu.org>
17165         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17166         and with-timeout-unsuspend.
17168         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17169         and with-timeout-unsuspend.
17171         * emacs-lisp/timer.el (with-timeout-timers): New variable.
17172         (with-timeout): Bind that variable to record timers.
17173         (with-timeout-suspend, with-timeout-unsuspend): New functions.
17175         * emacs-lisp/debug.el (debug-help-follow): New function.
17176         (debugger-mode-map): Use that instead of help-follow.
17177         (debugger-setup-buffer): Use eval-buffer-list
17178         to handle eval-buffer frames.
17180 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
17182         * timezone.el (timezone-parse-date): Change first regexp
17183         so it will not mistakenly match dates with no time zone.
17185 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
17187         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17189 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
17191         * custom.el (custom-initialize-safe-set)
17192         (custom-initialize-safe-default): New functions.
17194         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17195         and simplify :init-value.
17197         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17198         and simplify :init-value.  Delete obsolete comment.
17200         * startup.el (command-line): Use `custom-reevaluate-setting' to
17201         handle `tooltip-mode'.  Delete obsolete comment.
17203         * files.el (set-visited-file-name): Avoid calling
17204         `file-name-nondirectory' with a nil argument.
17206 2005-07-09  Richard M. Stallman  <rms@gnu.org>
17208         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17209         was called with nil for the buffer, handle the read position right.
17210         Handle read position for eval-region, too.
17212 2005-07-09  Juri Linkov  <juri@jurta.org>
17214         * fringe.el (fringe-mode): Add period in docstring.
17215         (fringe-query-style): Build prompt depending on `all-frames' arg.
17217         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17218         to not create links to unrelated functions in the Help buffer.
17220         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17221         Doc fix.
17223         * simple.el (next-error-hook): New variable.
17224         (next-error): Use it.  Doc fix.
17226         * textmodes/ispell.el (ispell-command-loop): Add current
17227         dictionary name and program name to mode-line-format.
17228         (ispell-region, ispell-process-line): Add current dictionary name
17229         and program name to messages.
17231 2005-07-08  Jay Belanger  <belanger@truman.edu>
17233         * calc/calc.el (calc-embedded-announce-formula-alist)
17234         (calc-embedded-open-close-formula-alist)
17235         (calc-embedded-open-close-word-alist)
17236         (calc-embedded-open-close-plain-alist)
17237         (calc-embedded-open-close-new-formula-alist)
17238         (calc-embedded-open-close-mode-alist)
17239         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17240         (calc-embedded-mode-hook): New variables.
17242         * calc/calc-embed.el (calc-embedded-firsttime)
17243         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17244         New variables.
17245         (calc-do-embedded): Use calc-embedded-firsttime,
17246         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17247         determine whether or not to run hooks.
17248         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17249         calc-embedded-firsttime-formula appropriately.
17250         Set calc-embedded delimiter variables according to mode.
17252 2005-07-08  Richard M. Stallman  <rms@gnu.org>
17254         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17255         Check for "emacs", etc., as entire symbol, not just as word.
17256         (checkdoc-file-comments-engine): Use regexp-quote on FN.
17258         * files.el (set-visited-file-name): Report the error
17259         for "empty filename" earlier.
17260         (kill-some-buffers): Ignore buffers already dead.
17262         * fringe.el (fringe-mode): Doc fix.
17264         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17265         Check for (featurep 'xemacs) and turn off warnings in what it guards.
17266         Use unwind-protect to ensure byte-compile-unresolved-functions
17267         is updated.
17269         * whitespace.el (whitespace-buffer-leading-cleanup):
17270         Simplify w/ skip-chars-forward.
17271         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17273         * mail/rmail.el (rmail-only-expunge): Fix paren error.
17274         Unconditionally try to leave point at the same old place.
17276 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
17278         * comint.el (comint-postoutput-scroll-to-bottom)
17279         (comint-show-maximum-output): Take scroll-margin into consideration.
17281 2005-07-08  Kim F. Storm  <storm@cua.dk>
17283         * ido.el (ido-use-filename-at-point): New choice `guess'.
17284         (ido-file-internal): Try ffap-guesser if selected.
17286         * ido.el (ido-before-fallback-functions): New hook.
17287         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17288         (ido-read-file-name): Run it.
17290 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17292         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17293         strings rather than a list of symbols to the completion function.
17295 2005-07-07  Jay Belanger  <belanger@truman.edu>
17297         * calc/calc-units.el (math-apply-units): Change the places in
17298         which units are simplified.
17300 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
17302         * cus-edit.el (customize-option, customize-option-other-window):
17303         Make them handle aliases.
17305         * custom.el (custom-variable-p): Make it recursively follow
17306         aliases.  Mention that in the docstring.
17308 2005-07-07  Richard M. Stallman  <rms@gnu.org>
17310         * cus-start.el (exec-path): Use `directory' instead of `file'.
17311         Fix tag for nil.
17313 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
17315         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17316         when called non-interactively.  Doc fix.
17318 2005-07-07  Lute Kamstra  <lute@gnu.org>
17320         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17321         new address as well.
17323 2005-07-07  Kenichi Handa  <handa@m17n.org>
17325         * international/mule.el (make-coding-system):
17326         Describe `ascii-incompatible' property in the docstring.
17327         (set-file-name-coding-system): Signal an error if coding-system is
17328         ascii-incompatible.
17329         (set-keyboard-coding-system): Likewise.
17331         * international/mule-cmds.el (set-default-coding-systems):
17332         Don't set default-file-name-coding-system and
17333         default-keyboard-coding-system if coding-system is ASCII-incompatible.
17335         * international/utf-16.el: Declare that all UTF-16-based coding
17336         systems are ASCII-incompatible.
17338 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
17340         * progmodes/gud.el: Require font-lock for displaying errors.
17341         Used by gdb-ui.el.
17343 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
17345         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17346         values for the pattern lists which are `read'able but not
17347         `append'able (like symbols).
17349 2005-07-06  Richard M. Stallman  <rms@gnu.org>
17351         * progmodes/flymake.el (flymake-float-time): Instead of
17352         with-no-warnings, test for xemacs.
17353         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17354         to avoid warning.
17356 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
17358         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17360 2005-07-05  Lute Kamstra  <lute@gnu.org>
17362         * battery.el: Add support for Darwin (with much debugging help
17363         from Samuel Lauber <sam124@operamail.com>).
17364         (battery-status-function, battery-echo-area-format)
17365         (battery-mode-line-format): Add support for pmset on Darwin.
17366         (battery-load-low, battery-load-critical): New user options.
17367         (battery-pmset): New function.
17369 2005-07-05  Lute Kamstra  <lute@gnu.org>
17371         Update FSF's address in GPL notices.
17373         * textmodes/page-ext.el: Update FSF's address.
17375 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17377         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17378         filling from using prefix when filling a single-line docstring.
17380         * progmodes/flymake.el: Remove useless eval-when-compile.
17382         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17384 2005-07-04  Richard M. Stallman  <rms@gnu.org>
17386         * textmodes/org.el (org-file-apps-defaults-gnu):
17387         Rename from org-file-apps-defaults-linux.
17388         (org-default-apps): Don't test system-type for `linux'.
17389         (org-file-apps): Doc fix.
17391 2005-07-04  David Ponce  <david@dponce.com>
17393         * tree-widget.el: Improve header Commentary section.
17394         (tree-widget) [defgroup]
17395         (tree-widget-image-enable, tree-widget-themes-directory)
17396         (tree-widget-theme, tree-widget-image-properties-emacs)
17397         (tree-widget-image-properties-xemacs, tree-widget-create-image)
17398         (tree-widget-image-formats, tree-widget-control)
17399         (tree-widget-empty-control, tree-widget-leaf-control
17400         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17401         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17402         (tree-widget-keep, tree-widget-after-toggle-functions)
17403         (tree-widget-open-node, tree-widget-close-node): Doc fix.
17404         (tree-widget-open-control, tree-widget-close-control): Fix doc and
17405         :help-echo message.
17406         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
17407         (tree-widget-image-properties): Doc fix.  Clearer implementation.
17408         (tree-widget--cursors): New constant.
17409         (tree-widget-lookup-image): New function split from
17410         `tree-widget-find-image'.  Clearer implementation.
17411         (tree-widget-find-image): Use it.
17412         (tree-widget-button-keymap): Use `set-keymap-parent'.
17413         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17414         Define the sub-widgets here.
17415         (tree-widget-node): Check that :node is not a tree-widget.
17416         (tree-widget-get-super, tree-widget-open-control)
17417         (tree-widget-close-control, tree-widget-empty-control)
17418         (tree-widget-leaf-control, tree-widget-guide)
17419         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17420         (tree-widget-no-handle, tree-widget-value-delete)
17421         (tree-widget-map): Remove.
17422         (tree-widget-children-value-save): Doc fix.  Simplified.
17423         (tree-widget-value-create): Update according to previous changes.
17425 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
17427         * textmodes/org.el: Leading space replaced by TABS.
17428         (org-recalc-marks, org-table-rotate-recalc-marks)
17429         (org-table-get-specials): Treat "^" and "_" marks.
17430         (org-table-justify-field-maybe): Optional argument NEW.
17431         (org-table-eval-formula): Parsing of the format simplified.
17432         New modes C,I.  Honor the %= parameter in the current table.
17433         Avoid unnecessary re-align by using the NEW argument to
17434         `org-table-justify-field-maybe'.
17435         (org-calc-default-modes): Default for date-format mimicks org-mode.
17436         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17438 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
17440         * cus-face.el (custom-theme-set-faces): Make it handle face
17441         aliases whose alias declarations are pre- or autoloaded.
17443 2005-07-04  Juri Linkov  <juri@jurta.org>
17445         * faces.el (read-face-name): Put the code for getting a face name
17446         from the buffer before adding the faces from the `face' property.
17447         Use `completing-read-multiple' instead of `completing-read'.
17448         Require `crm'.  Add default value and post-process the returned
17449         list of faces.
17451         * emacs-lisp/crm.el (crm-find-current-element)
17452         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17454         * emacs-lisp/lisp-mode.el (eval-defun-1):
17455         * emacs-lisp/edebug.el (edebug-eval-defun):
17456         Remove unnecessary quotes.
17458 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17460         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17461         (prolog-indent-level): Fix typo in docstring.
17463         * info.el (Info-history, Info-history-forward)
17464         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17466         * add-log.el (add-change-log-entry):
17467         * comint.el (comint-dynamic-list-input-ring)
17468         (comint-dynamic-list-completions):
17469         * dabbrev.el (dabbrev-expand):
17470         * delim-col.el (delimit-columns-rectangle-line):
17471         * diff-mode.el (diff-context->unified, diff-reverse-direction)
17472         (diff-unified->context):
17473         * ediff-init.el (ediff-abbrev-jobname):
17474         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17475         (ediff-replace-session-activity-marker-in-meta-buffer):
17476         * info.el (Info-summary):
17477         * lpr.el (printify-region):
17478         * printing.el (pr-create-interface):
17479         * ps-print.el (ps-print-quote):
17480         * ses.el (ses-column-widths, ses-print-cell)
17481         (ses-adjust-print-width, ses-center):
17482         * shell.el (shell-file-name-quote-list):
17483         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17484         (strokes-fill-current-buffer-with-whitespace)
17485         (strokes-xpm-for-stroke, strokes-list-strokes)
17486         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17487         * term.el (term-dynamic-list-input-ring)
17488         (term-dynamic-list-completions):
17489         * calc/calc.el (math-format-stack-value):
17490         * emacs-lisp/edebug.el (edebug-display-freq-count):
17491         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17492         (delphi-new-comment-line):
17493         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17494         * progmodes/executable.el (executable-set-magic):
17495         * progmodes/python.el (inferior-python-mode):
17496         * progmodes/scheme.el (scheme-mode-syntax-table):
17497         * progmodes/sh-script.el (sh-maybe-here-document):
17498         * progmodes/sql.el (sql-copy-column):
17499         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17500         * textmodes/bibtex.el (bibtex-mode):
17501         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17502         (sgml-auto-attributes):
17503         * textmodes/table.el (table-insert, table-shorten-cell)
17504         (table--generate-source-scan-lines, table-delete-row)
17505         (*table--cell-delete-char, table--spacify-frame)
17506         (table--horizontally-shift-above-and-below)
17507         (table--cell-insert-char, table--cell-blank-str)
17508         (table--fill-region-strictly):
17509         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17510         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17512         * add-log.el (change-log):
17513         * apropos.el (apropos):
17514         * comint.el (comint-completion, comint-source):
17515         * dabbrev.el (dabbrev):
17516         * delim-col.el (columns):
17517         * diff-mode.el (diff-mode):
17518         * ediff.el (ediff):
17519         * ediff-diff.el (ediff-diff):
17520         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17521         * ediff-mult.el (ediff-mult):
17522         * ediff-ptch.el (ediff-ptch):
17523         * ediff-wind.el (ediff-window):
17524         * facemenu.el (facemenu):
17525         * indent.el (indent):
17526         * info.el (info):
17527         * jka-cmpr-hook.el (compression, jka-compr):
17528         * lpr.el (lpr):
17529         * outline.el (outlines):
17530         * pcmpl-cvs.el (pcmpl-cvs):
17531         * pcmpl-rpm.el (pcmpl-rpm):
17532         * printing.el (printing):
17533         * ps-print.el (postscript, ps-print, ps-print-horizontal)
17534         (ps-print-vertical, ps-print-headers, ps-print-font)
17535         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17536         (ps-print-background, ps-print-printer, ps-print-page)
17537         (ps-print-miscellany):
17538         * ses.el (ses):
17539         * shell.el (shell, shell-directories, shell-faces):
17540         * startup.el (initialization):
17541         * strokes.el (strokes):
17542         * term.el (term):
17543         * uniquify.el (uniquify):
17544         * w32-vars.el (w32):
17545         * calc/calc.el (calc):
17546         * emacs-lisp/bytecomp.el (bytecomp):
17547         * emacs-lisp/cl-indent.el (lisp-indent):
17548         * emacs-lisp/edebug.el (edebug):
17549         * emacs-lisp/elp.el (elp):
17550         * emacs-lisp/testcover.el (testcover):
17551         * emacs-lisp/trace.el (trace):
17552         * emulation/viper-ex.el (viper-ex):
17553         * emulation/viper-mous.el (viper-mouse):
17554         * mail/mailalias.el (mailalias):
17555         * mail/supercite.el (supercite, supercite-frames)
17556         (supercite-attr, supercite-cite, supercite-hooks):
17557         * net/rcompile.el (remote-compile):
17558         * net/rlogin.el (rlogin):
17559         * obsolete/ooutline.el (outlines):
17560         * progmodes/delphi.el (delphi):
17561         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17562         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17563         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17564         (ebnf-optimization):
17565         * progmodes/etags.el (etags):
17566         * progmodes/executable.el (executable):
17567         * progmodes/idlwave.el (idlwave):
17568         * progmodes/pascal.el (pascal):
17569         * progmodes/prolog.el (prolog):
17570         * progmodes/python.el (python):
17571         * progmodes/scheme.el (scheme):
17572         * progmodes/sh-script.el (sh, sh-script):
17573         * progmodes/sql.el (SQL):
17574         * progmodes/tcl.el (tcl):
17575         * textmodes/bibtex.el (bibtex, bibtex-autokey):
17576         * textmodes/enriched.el (enriched):
17577         * textmodes/makeinfo.el (makeinfo):
17578         * textmodes/sgml-mode.el (sgml):
17579         * textmodes/table.el (table-hooks):
17580         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17581         * textmodes/texinfo.el (texinfo):
17582         * textmodes/two-column.el (two-column):
17583         Finish `defgroup' description with period.
17585         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17586         * eshell/esh-var.el (eshell-var):
17587         * progmodes/vhdl-mode.el (vhdl-testbench):
17588         * textmodes/org.el (org): Fix typos in docstrings.
17590         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17591         consistency.
17593         * progmodes/flymake.el (flymake-find-file): Remove.
17594         (flymake-float-time): Use `with-no-warnings'.
17595         (flymake-check-start-time, flymake-check-was-interrupted)
17596         (flymake-err-info, flymake-is-running, flymake-last-change-time)
17597         (flymake-new-err-info): `defvar' at compile time.
17599 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
17601         * replace.el (occur-hook): Doc fix.
17602         (occur-1): Don't call `occur-hook' if there are no matches.
17604 2005-07-03  Richard M. Stallman  <rms@gnu.org>
17606         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17607         global-map, save the same map.
17608         (global-map): Don't alter it at top level.
17609         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17610         Then alter it here instead.
17611         (tpu-edt-off): Set global-map to the saved one.
17613         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17614         All references simplified.
17615         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
17616         (zmacs-regions): Add defvar.
17617         (repeat-complex-command-map): Everything about that deleted.
17619         * textmodes/artist.el (artist-key-is-drawing)
17620         (artist-key-endpoint1, artist-key-poly-point-list)
17621         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17622         (artist-key-compl-table, artist-rb-save-data)
17623         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17624         Don't put them in eval-when-compile.
17625         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17627         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17628         Use with-no-warnings.
17630         * net/browse-url.el (dos-windows-version): Add defvar.
17632         * mail/supercite.el (filladapt-prefix-table): Add defvar.
17634         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17635         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17636         (rmail-new-summary-line-count): Rename from new-summary-line-count.
17637         Add defvar.
17638         (rmail-summary-beginning-of-message): Use with-no-warnings.
17639         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17641         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17642         Use with-no-warnings.
17644         * emulation/vi.el (vi-mark-region): Use c-mark-function.
17645         (c-mark-function): Add point-moving-unit property.
17646         (vi-goto-line): Use with-no-warnings.
17648         * emulation/edt.el (edt-last-copied-word): Add defvar.
17649         (zmacs-region-stays): Likewise.
17650         (edt-mark-section-wisely): Use c-mark-function for C.
17651         Use makr-defun for Fortran.
17652         (time-string): defvar deleted.
17653         (edt-display-the-time): Don't set time-string.
17655         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17657         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17658         Don't warn when name is not constant
17659         or for defining the group `emacs'.
17661         * tooltip.el (gud-tooltip-mode): Add defvar.
17663         * startup.el (default-frame-background-mode): Add defvar.
17665         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17667         * info.el (tool-bar-map): Add defvar.
17669         * dired.el (dnd-protocol-alist): Add defvar.
17671         * dired-aux.el (dired-query): Display question with answer, when
17672         the user answers.
17674         * custom.el (custom-add-option): Doc fix.
17676         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17678 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
17680         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17681         bogus name from the last change.
17683 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
17685         * custom.el (custom-declare-variable): Fix typos in comment.
17686         (custom-known-themes): Doc fix.
17687         (custom-theme-directory): New defcustom.
17688         (require-theme): Make it check `custom-theme-directory'.
17690         * cus-theme.el (custom-new-theme-mode): New function.
17691         (custom-theme-name, custom-theme-variables, custom-theme-faces)
17692         (custom-theme-description): Add compiler defvars.
17693         (customize-create-theme): Add doc to the "*New Custom Theme*"
17694         buffer.  Use `custom-new-theme-mode'.
17695         (custom-theme-write): Put the created buffer in emacs-lisp-mode
17696         and save it to the `custom-theme-directory'.  Make this the
17697         default directory of the buffer.
17699 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
17701         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17702         Fix unbalanced parentheses.
17704 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17706         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17707         into flymake-mode and delegate to flymake-mode.
17709         * find-file.el (ff-which-function-are-we-in): Clean up.
17711 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
17713         * replace.el (occur-rename-buffer): Fix docstring.
17715         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17716         (edt-last-copied-word, edt-learn-macro-count)
17717         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17718         (edt-rect-start-point, edt-user-global-map, rect-start-point)
17719         (time-string, zmacs-region-stays):
17720         * emulation/edt-mapper.el (edt-save-function-key-map)
17721         (EDT-key-name): `defvar' to silence the byte-compiler.
17723 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
17725         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17726         font-lock-regexp-backslash.  Doc fix.
17727         (font-lock-regexp-backslash-grouping-construct): Rename from
17728         font-lock-regexp-backslash-construct.  Doc fix.
17729         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17730         grouping constructs.
17732 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
17734         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17735         updating all the prerequisites.
17737 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
17739         * textmodes/org.el (org-agenda-start-on-weekday)
17740         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17741         (org-agenda-use-time-grid, org-archive-location)
17742         (org-allow-space-in-links, org-usenet-links-prefer-google)
17743         (org-enable-table-editor, org-export-default-language)
17744         (org-export-html-show-new-buffer, org-fill-paragraph)
17745         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17746         (org-goto-quit, org-occur, org-eval-in-calendar)
17747         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17748         (org-agenda-diary-entry, org-remember-help)
17749         (org-table-convert-region, org-at-table-p)
17750         (org-table-move-row-down, org-table-move-row-up)
17751         (org-table-copy-region, org-table-toggle-vline-visibility)
17752         (org-table-get-stored-formulas, org-table-get-specials)
17753         (org-recalc-commands, org-table-eval-formula)
17754         (org-table-formula-substitute-names, orgtbl-make-binding)
17755         (org-format-org-table-html, org-format-table-table-html)
17756         (org-format-table-table-html-using-table-generate-source)
17757         (org-customize): Fix typos in docstrings.
17758         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17759         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17760         (org-back-to-heading): Doc fixes.
17761         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17762         (org-agenda-change-all-lines, org-get-header):
17763         Improve argument/docstring consistency.
17764         (orgtbl-error): Fix error message.
17766         * progmodes/flymake.el (flymake-find-possible-master-files)
17767         (flymake-master-file-compare, flymake-get-line-err-count)
17768         (flymake-highlight-line, flymake-gui-warnings-enabled):
17769         Fix typos in docstrings.
17770         (flymake-parse-line, flymake-get-project-include-dirs-function)
17771         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17772         Doc fixes.
17773         (flymake-get-project-include-dirs-function)
17774         (flymake-make-err-menu-data):
17775         Improve argument/docstring consistency.
17777 2005-07-01  Lute Kamstra  <lute@gnu.org>
17779         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17780         Catch errors with ignore-errors.  Use temporary buffer.
17781         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
17783         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17784         background color faces.
17785         (facemenu-set-foreground, facemenu-set-background):
17786         Use facemenu-set-face-from-menu.
17787         (facemenu-set-face-from-menu): Treat face names that start with
17788         "fg:" or "bg:" as special.
17789         (facemenu-add-new-color): Don't create faces.  Simplify.
17791 2005-06-30  Richard M. Stallman  <rms@gnu.org>
17793         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17794         (crm-find-current-element): Likewise.
17796 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
17798         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17800 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17802         * arc-mode.el (archive-extract): Make it work as a mouse binding.
17803         (archive-mouse-extract): Make it an obsolete alias.
17804         (archive-mode-map): Don't use archive-mouse-extract any more.
17805         (archive-mode, archive-extract): write-contents-hooks ->
17806         write-contents-functions.
17807         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17808         first arg.
17809         (archive-rename-entry): Update the call.
17810         (archive-zip-summarize): Remove unused var `method'.
17811         (archive-lzh-summarize): Remove unused var `creator'.
17813         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17814         dedicated frame upon exit.
17816         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17817         (archive-zip-extract, archive-zip-expunge)
17818         (archive-zip-update, archive-zip-update-case): Use executable-find.
17819         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17820         Use restore-buffer-modified-p.
17821         (archive-extract, archive-add-new-member, archive-write-file-member):
17822         Use with-current-buffer.
17823         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17825 2005-06-30  Andreas Schwab  <schwab@suse.de>
17827         * progmodes/gud.el (gud-filter): Remove unneeded progn.
17829 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
17831         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17833 2005-06-30  Juri Linkov  <juri@jurta.org>
17835         * faces.el (vertical-border): Inherit from mode-line-inactive
17836         only on tty.
17838 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
17840         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17841         example, -NLINES in the `occur' docstring).
17843         * replace.el (occur-1): When no matches are found, do not set the
17844         `buffer-read-only' and modified flags for the occur buffer,
17845         because it is deleted.
17847         * emulation/cua-base.el (cua-check-pending-input)
17848         (cua-repeat-replace-region, cua-mode, cua-debug)
17849         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17850         Fix typos in docstrings.
17852         * emulation/cua-gmrk.el (cua-toggle-global-mark)
17853         (cua-cut-region-to-global-mark)
17854         (cua--cut-rectangle-to-global-mark):
17855         Remove period from end of messages.
17857         * emulation/cua-rect.el (cua-do-rectangle-padding):
17858         Remove period from end of messages.
17859         (cua--rectangle-seq-format): Fix typo in docstring.
17860         (cua-sequence-rectangle, cua-fill-char-rectangle):
17861         Improve argument/docstring consistency.
17863 2005-06-29  Juri Linkov  <juri@jurta.org>
17865         * faces.el (default-frame-background-mode): New internal variable.
17866         (frame-set-background-mode): Use it.
17868         * startup.el (normal-top-level): Set default-frame-background-mode
17869         instead of frame-background-mode.  Before setting it, test for its
17870         nil value.  Remove tests for frame-background-mode and frame
17871         parameter `reverse'.  Add test for "unspecified-fg".
17873         * term/xterm.el (xterm-rxvt-set-background-mode):
17874         * term/rxvt.el (rxvt-set-background-mode):
17875         Set default-frame-background-mode instead of frame-background-mode.
17877 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
17879         * simple.el (set-variable): Warn about obsolete user variables.
17881         * imenu.el (imenu--completion-buffer):
17882         * mouse.el (mouse-buffer-menu-alist):
17883         * msb.el (msb-invisible-buffer-p):
17884         * calendar/diary-lib.el (diary-header-line-format):
17885         * emacs-lisp/pp.el (pp-buffer):
17886         * progmodes/cperl-mode.el (cperl-do-auto-fill):
17887         * textmodes/picture.el (picture-replace-match):
17888         Change space constants followed by a sexp to "?\s ".
17890         * play/decipher.el (decipher-loop-with-breaks):
17891         * textmodes/texinfo.el (texinfo-insert-@item): Change space
17892         constants "protected" from end of line by a comment to "?\s".
17894 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17896         * font-lock.el (save-buffer-state): Use `declare'.
17898         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17899         reset the syntax-table to cperl-mode-syntax-table.
17900         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17901         "foo_print_bar" is not matched as a reserved keyword.
17903 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
17905         * textmodes/org.el (orgtbl-setup): New function, for delayed
17906         setup for the orgtbl commands.
17907         (org-calc-default-modes): New option.
17908         (orgtbl-make-binding): Use `defun' to get better help display.
17909         (org-diary): Call `org-compile-prefix-format'.
17910         (org-table-formula-substitute-names): New function.
17911         (org-agenda-day-view, org-agenda-week-view): New commands.
17912         (org-agenda-toggle-week-view): Command removed.
17913         (org-tbl-menu): Split off from org-org-menu.
17914         (org-mode): Move removal of outline-mode menus to here.
17915         (org-table-formula-debug): New option.
17916         (org-table-insert-row): Keep first field if just "#" or "*".
17917         (org-mode): Paragraph regexps fixed.
17918         (org-table-recalculate-regexp): New constant.
17919         (org-table-justify-field-maybe): Avoid replace if not necessary.
17920         (org-copy-special, org-cut-special): Use `call-interactively'.
17921         (org-table-copy-region): Take region from `interactive' call.
17922         (org-trim): Return string even if no match.
17923         (org-formula): New face.
17924         (org-set-font-lock-defaults): No longer highlight "FIXME".
17925         But highlight formula-related fields in table.
17926         (org-table-p): Use regexp, not fontification.
17927         (org-table-align): Handle white space at end of line.
17928         (org-table-formula-evaluate-inline): New option.
17929         (org-mode): Auto-wrapping in comment lines turned off.
17930         (org-table-copy-down): Evaluate only in copied field, not in
17931         destination.
17932         (org-table-current-formula): Variable removed.
17933         (org-table-store-formulas, org-table-get-stored-formulas)
17934         (org-table-modify-formulas, org-table-replace-in-formulas)
17935         (org-table-maybe-eval-formula): New functions.
17936         (org-table-get-formula): Modify to use stored formulas.
17937         (org-table-insert-column, org-table-delete-column)
17938         (org-table-move-column): Call `org-table-modify-formulas'.
17939         (org-complete): Add completion for keyword formulas.
17940         (orgtbl-mode): Pull orgtbl-mode-map to start of
17941         minor-mode-map-alist.
17943 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17945         * progmodes/python.el (python-check): Require `compile' before
17946         modifying its variables.
17948         * newcomment.el (comment-indent-default): Don't get fooled by an early
17949         end of buffer.
17951 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17953         * ps-print.el (ps-print-version): Fix version number.
17955 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
17957         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17959 2005-06-28  Richard M. Stallman  <rms@gnu.org>
17961         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17962         (flyspell-local-mouse-map): Declaration deleted.
17963         (flyspell-mouse-map): Bind only mouse-2.
17964         (flyspell-mode-map): Don't test flyspell-use-local-map.
17965         (flyspell-overlay-keymap-property-name): Var deleted.
17966         (flyspell-mode-on): Don't make local bindings for
17967         flyspell-mouse-map and flyspell-mode-map.
17968         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17970         * textmodes/ispell.el (ispell-word): Do not ignore short words.
17972         * progmodes/compile.el (compilation-next-error-function):
17973         Don't switch buffers; operate on the current buffer.
17975         * progmodes/compile.el (compilation-error-file-name)
17976         (compilation-warning-file-name, compilation-info-file-name)
17977         (compilation-line-number, compilation-column-number): New faces.
17978         (compilation-error-face, compilation-warning-face)
17979         (compilation-info-face, compilation-line-face)
17980         (compilation-column-face): Use them.
17982         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17984         * comint.el (comint-password-prompt-regexp): Accept ", try again".
17986         * bindings.el (global-map): Bind insertchar and its variants.
17988 2005-06-27  Richard M. Stallman  <rms@gnu.org>
17990         * textmodes/artist.el (artist-text-overwrite)
17991         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17993 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17995         * ps-print.el: It was not working the page selection for printing.
17996         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17997         (ps-print-version): New version 6.6.7.
17998         (ps-end-sheet): New fun.
17999         (ps-header-sheet, ps-end-job): Call it.
18001 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
18003         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18005 2005-06-27  Lute Kamstra  <lute@gnu.org>
18007         * facemenu.el (facemenu-unlisted-faces): Add foreground and
18008         background color faces.
18009         (facemenu-get-face): Delete function.
18010         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18011         (facemenu-add-new-color): Make second argument mandatory.
18012         Create the appropriate face and return it.  Simplify.
18013         (facemenu-set-foreground, facemenu-set-background): Don't check if
18014         color is defined.  Use return value of facemenu-add-new-color.
18016 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
18018         * progmodes/gud.el (gud-filter): Add missing argument to
18019         with-selected-window.
18021 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18023         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18024         a :require to the defcustom.
18026         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18027         defcustoms corresponding to minor modes.
18029 2005-06-26  David Ponce  <david@dponce.com>
18031         * recentf.el: Require tree-widget instead of wid-edit.
18032         (recentf-filename-handler): Fix widget :type.
18033         (recentf-cancel-dialog, recentf-open-more-files)
18034         (recentf-open-files-action): Doc fix.
18035         (recentf-dialog-goto-first): New function.
18036         (recentf-dialog-mode-map): Set parent keymap first.
18037         (recentf-dialog-mode): Define with define-derived-mode.
18038         Don't display continuation lines in dialogs.
18039         (recentf-edit-list): Rename from recentf-edit-selected-items.
18040         (recentf-edit-list-select): Rename from recentf-edit-list-action.
18041         Simplify.
18042         (recentf-edit-list-validate): New function.
18043         (recentf-edit-list): Update accordingly.
18044         (recentf-open-files-item-shift): Remove.
18045         (recentf-open-files-item): Convert menu elements into tree and
18046         link widgets.  Don't create the widgets.
18047         (recentf-open-files): Update accordingly.
18048         (recentf-save-list): Untabify.
18050 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
18052         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18053         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
18054         partially contained in the active region.  Do not take active
18055         region into account when called from Lisp, unless INTERACTIVE arg
18056         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
18057         avoid trouble with fields.  Make marker point nowhere when no
18058         longer used.  Always return nil.  Doc fix.
18059         (flush-lines): Add INTERACTIVE arg.  Do not take active region
18060         into account when called from Lisp, unless INTERACTIVE arg is
18061         non-nil.  Use `forward-line' instead of `beginning-of-line' to
18062         avoid trouble with fields.  Make marker point nowhere when no
18063         longer used.  Always return nil.  Doc fix.
18064         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
18065         interchangeable.  Do not take active region into account when
18066         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
18067         message in echo area when called from Lisp, unless INTERACTIVE arg
18068         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
18069         Return the number of matches.  Doc fix.
18070         (occur): Doc fix.
18071         (perform-replace): Make comment follow double space convention for
18072         the sake of `outline-minor-mode'.
18074         * faces.el (facep): Doc fix.
18076 2005-06-25  Richard M. Stallman  <rms@gnu.org>
18078         * facemenu.el (facemenu-enable-faces-p): New function.
18079         (facemenu-background-menu, facemenu-foreground-menu)
18080         (facemenu-face-menu): Add menu-enable property.
18082         * jka-compr.el (jka-compr-insert-file-contents):
18083         Special handling if cannot find the uncompression program.
18085         * cus-face.el (custom-face-attributes): Add autoload.
18087         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18088         Bind comment-indent-function locally.
18090         * window.el (save-selected-window): Use save-current-buffer.
18092         * subr.el (with-selected-window): Use save-current-buffer.
18094         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18095         and with-current-buffer.
18097 2005-06-24  Richard M. Stallman  <rms@gnu.org>
18099         * simple.el (line-move-1): Fix previous change.
18101 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18103         * replace.el (occur-1): Set `buffer-read-only' and the
18104         buffer-modified flag before running `occur-hook' to protect
18105         against unintentional buffer switches that can lead to data loss.
18107 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
18109         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18110         (gud-gdb-marker-filter): Use font-lock-warning-face for any
18111         initial error.
18113         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18114         after fresh input.
18115         (gdb-var-create-handler): Put name of expression in quotes.
18117 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
18119         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18120         elements of RING in order, and without bogus nil elements.
18122 2005-06-23  Richard M. Stallman  <rms@gnu.org>
18124         * simple.el (set-variable): Args renamed; doc fix.
18125         (line-move-1): When there are overlays around, use vertical-motion.
18127         * faces.el (escape-glyph): Use brown against light background.
18128         (nobreak-space): Rename from no-break-space.
18129         Fix previous change.
18131         * dired-aux.el (dired-do-copy): Fix arg prompt.
18133         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18135 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
18137         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18138         rather than "Distributor".
18140 2005-06-23  Lute Kamstra  <lute@gnu.org>
18142         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18143         (debug-on-entry): Use it.  New interactive declaration that uses
18144         function-called-at-point.
18146 2005-06-23  Kim F. Storm  <storm@cua.dk>
18148         * subr.el (save-match-data): Add comment about using evaporate arg
18149         to set-match-data.
18151 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
18153         * cus-edit.el (customize-face)
18154         (customize-face-other-window): Handle face aliases.
18156         * faces.el (face-documentation, set-face-attribute)
18157         (face-spec-set): Handle face aliases.
18159 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
18161         * help-mode.el (help-make-xrefs): If a symbol representing a face
18162         name is not followed by the word "face", it could still be a
18163         function or variable name, so don't bypass other checks.
18165 2005-06-22  Juri Linkov  <juri@jurta.org>
18167         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18168         Replace aliased functions with calls where second arg `inherit' is t.
18170 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
18172         * progmodes/gdb-ui.el (gdb-error): New variable.
18173         (gdb-error): New function.
18174         (gdb-annotation-rules): Act on error-begin and error annotations.
18175         (gdb-concat-output): Use font-lock-warning-face for errors.
18177 2005-06-22  Miles Bader  <miles@gnu.org>
18179         * bindings.el (propertized-buffer-identification): Use renamed
18180         `Buffer-menu-buffer' face.
18182         * faces.el (vertical-border): Rename from `vertical-divider'.
18183         (escape-glyph): Change dark-background color back to `cyan'.
18185 2005-06-21  Juri Linkov  <juri@jurta.org>
18187         * faces.el (face-user-default-spec): Try getting `customized-face'
18188         prior to `saved-face'.
18189         (frame-background-mode): Refill docstring.
18191         * emacs-lisp/lisp-mode.el (eval-defun-1):
18192         * emacs-lisp/edebug.el (edebug-eval-defun):
18193         Set `saved-face' temporarily to nil before calling form.
18194         Set `customized-face' to the new spec after that.
18196 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18198         * subr.el (1value, lambda, key-substitution-in-progress):
18199         Doc fixes.
18201         * autoinsert.el (auto-insert-alist):
18202         * ses.el (ses-call-printer):
18203         * subr.el (noreturn):
18204         * emacs-lisp/lisp.el (check-parens):
18205         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18206         * net/browse-url.el (browse-url-mosaic):
18207         * progmodes/cc-defs.el (c-safe-scan-lists):
18208         * progmodes/ebnf-abn.el (ebnf-abn-lex):
18209         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18210         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18211         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18212         * progmodes/ebnf-iso.el (ebnf-iso-lex):
18213         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18215 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18217         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18219 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
18221         * calendar/appt.el (appt-make-list): Activate the package, if
18222         not already active (for backwards compatibility).
18224 2005-06-20  Kim F. Storm  <storm@cua.dk>
18226         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
18228 2005-06-20  Miles Bader  <miles@gnu.org>
18230         * faces.el (vertical-divider): New face.
18232 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
18234         * simple.el (kill-whole-line): Doc fix.
18235         (next-error-buffer-p, next-error-find-buffer)
18236         (clone-indirect-buffer): Fix typos in docstrings.
18237         (comment-line-break-function): Doc fix: don't say variable
18238         is automatically buffer-local (it isn't).
18240 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
18242         * net/tramp-ftp.el (top):
18243         * net/tramp-smb.el (top):
18244         * net/tramp-util.el (top):
18245         * net/tramp-uu.el (top):
18246         * net/tramp-vc.el (top):
18247         * net/tramp.el (top): Revert copyright years back to original
18248         ones.  Tramp has a life outside GNU Emacs.
18250 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
18252         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18254 2005-06-18  Juri Linkov  <juri@jurta.org>
18256         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18257         end of first regexp to limit the match to the position between
18258         line number and source line with same separator character as used
18259         between file name and line number.  In the second regexp limit
18260         mouse-face area to file name and line number by adding new group
18261         for them and referring it in HYPERLINK arg.
18262         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18263         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18264         previous line where grep markers may be already removed.
18266 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
18268         * progmodes/ps-mode.el: Update version and maintainer's email address.
18270 2005-06-18  Steve Youngs  <steve@xemacs.org>
18272         * net/browse-url.el (browse-url-browser-function)
18273         (browse-url-default-browser): Add firefox.
18274         (browse-url-firefox-program, browse-url-firefox-arguments)
18275         (browse-url-firefox-startup-arguments)
18276         (browse-url-firefox-new-window-is-tab): New defcustoms.
18277         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18279 2005-06-17  Richard M. Stallman  <rms@gnu.org>
18281         * startup.el (command-line): Warn if specified user name has
18282         no home directory.
18284         * term.el (term-get-old-input, term-input-filter, term-input-sender)
18285         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18287         * longlines.el (longlines-mode, longlines-show-hard-newlines):
18288         Doc fixes.
18290         * faces.el (underline): Try bold if terminal doesn't support underline.
18292         * mail/sendmail.el (mail-setup-with-from): New variable.
18293         (mail-insert-from-field): New function.
18294         (sendmail-send-it): Call it.
18295         (mail-setup): Optionally call it here.
18297         * term/linux.el: Call tty-no-underline.
18299 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
18301         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18303 2005-06-17  Miles Bader  <miles@gnu.org>
18305         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18306         (ediff-current-diff-C, ediff-current-diff-Ancestor)
18307         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18308         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18309         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18310         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18311         Remove "-face" suffix from face names.
18312         (ediff-current-diff-face-A, ediff-current-diff-face-B)
18313         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18314         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18315         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18316         (ediff-even-diff-face-A, ediff-even-diff-face-B)
18317         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18318         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18319         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18320         New backward-compatibility aliases for renamed faces.
18321         (ediff-current-diff-face-A, ediff-current-diff-face-B)
18322         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18323         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18324         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18325         (ediff-even-diff-face-A, ediff-even-diff-face-B)
18326         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18327         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18328         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18329         Use renamed ediff faces.
18331         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18332         Remove "-face" suffix from face names.
18333         (eshell-test-ok-face, eshell-test-failed-face):
18334         New backward-compatibility aliases for renamed faces.
18335         (eshell-run-test): Use renamed eshell-test faces.
18337         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18338         face name.
18339         (eshell-prompt-face): New backward-compatibility alias for renamed
18340         face.
18341         (eshell-emit-prompt): Use renamed eshell-prompt face.
18343         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18344         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18345         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18346         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18347         Remove "-face" suffix from face names.
18348         (eshell-ls-directory-face, eshell-ls-symlink-face)
18349         (eshell-ls-executable-face, eshell-ls-readonly-face)
18350         (eshell-ls-unreadable-face, eshell-ls-special-face)
18351         (eshell-ls-missing-face, eshell-ls-archive-face)
18352         (eshell-ls-backup-face, eshell-ls-product-face)
18353         (eshell-ls-clutter-face):
18354         New backward-compatibility aliases for renamed faces.
18355         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18357         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18358         Remove "-face" suffix from face name.
18359         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18360         instead of literal face.
18362 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
18364         * emacs-lisp/warnings.el (display-warning, lwarn)
18365         (warning-minimum-log-level): Doc fixes.
18366         (warning-minimum-level, warning-minimum-log-level):
18367         Add :debug to :type choices.
18369         * progmodes/ada-mode.el (ada-format-paramlist)
18370         (ada-get-indent-case, ada-check-matching-start)
18371         (ada-check-defun-name, ada-goto-matching-decl-start)
18372         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18373         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18374         (ada-make-subprogram-body): Follow error conventions.
18375         (ada-case-exception-file, ada-indent-comment-as-code)
18376         (ada-indent-handle-comment-special, ada-indent-renames)
18377         (ada-indent-return, ada-search-directories-internal)
18378         (ada-tab-policy, ada-case-exception-substring)
18379         (ada-other-file-alist, ada-matching-start-re)
18380         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18381         (ada-imenu-generic-expression, ada-compile-goto-error)
18382         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18383         (ada-popup-menu, ada-add-extensions, ada-mode)
18384         (ada-region-selected, ada-create-case-exception)
18385         (ada-create-case-exception-substring, ada-after-keyword-p)
18386         (ada-activate-keys-for-case, ada-adjust-case-region)
18387         (ada-adjust-case-buffer, ada-format-paramlist)
18388         (ada-scan-paramlist, ada-insert-paramlist)
18389         (ada-indent-newline-indent)
18390         (ada-indent-newline-indent-conditional)
18391         (ada-justified-indent-current, ada-goto-previous-word)
18392         (ada-indent-current, ada-get-indent-open-paren)
18393         (ada-get-indent-paramlist, ada-get-indent-end)
18394         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18395         (ada-get-indent-block-start, ada-get-indent-subprog)
18396         (ada-get-indent-noindent, ada-get-indent-label)
18397         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18398         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18399         (ada-goto-stmt-end, ada-goto-next-word)
18400         (ada-check-matching-start, ada-check-defun-name)
18401         (ada-goto-matching-decl-start, ada-goto-matching-start)
18402         (ada-goto-matching-end, ada-search-ignore-string-comment)
18403         (ada-in-decl-p, ada-looking-at-semi-or)
18404         (ada-looking-at-semi-private, ada-in-paramlist-p)
18405         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18406         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18407         (ada-next-procedure, ada-previous-procedure, ada-next-package)
18408         (ada-previous-package, ada-create-menu)
18409         (ada-fill-comment-paragraph-justify)
18410         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18411         (ada-other-file-name, ada-last-which-function-line)
18412         (ada-last-which-function-subprog, ada-which-function)
18413         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18414         (ada-gen-treat-proc, ada-check-emacs-version)
18415         (ada-continuation-indent, ada-align-region-separate):
18416         Fix typos in docstrings.
18417         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18419 2005-06-16  Lute Kamstra  <lute@gnu.org>
18421         * simple.el (fundamental-mode): Run after-change-major-mode-hook
18422         conditionally.
18424 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18426         * comint.el (comint-replace-by-expanded-filename)
18427         (comint-prompt-regexp, comint-delimiter-argument-list)
18428         (comint-preinput-scroll-to-bottom):
18429         * info.el (Info-hide-cookies-node):
18430         * ls-lisp.el (ls-lisp-classify):
18431         * find-file.el (ff-search-directories, ff-special-constructs)
18432         (ff-find-other-file):
18433         * font-lock.el (font-lock-keywords):
18434         * shell.el (shell-prompt-pattern)
18435         (shell-dynamic-complete-functions, shell-mode)
18436         (shell-delimiter-argument-list):
18437         * term.el (term-replace-by-expanded-filename)
18438         (term-prompt-regexp, term-delimiter-argument-list):
18439         * woman.el (woman-ignore, woman0-if):
18440         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18441         * emacs-lisp/elint.el (elint-init-env):
18442         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18443         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18444         * language/ethio-util.el (ethio-tilde-escape)
18445         (ethio-use-three-dot-question):
18446         * net/zone-mode.el (zone-mode-load-time-setup):
18447         * progmodes/cc-align.el (c-lineup-argcont):
18448         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18449         * progmodes/cperl-mode.el (cperl-set-style-back):
18450         * progmodes/inf-lisp.el (inferior-lisp-prompt):
18451         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18452         Fix spellings in docstrings.
18454         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18455         * progmodes/modula2.el (m2-for): Fix spellings.
18457         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18459         * simple.el (undo-more): Don't use `format' on `error' arguments.
18460         Improve argument/docstring consistency.
18461         (pending-undo-list): Doc fix.
18463         * smerge-mode.el (smerge-ensure-match):
18464         * emulation/vip.el (vip-ex):
18465         * net/zone-mode.el (zone-mode-update-serial):
18466         * progmodes/idlwave.el (idlwave-complete):
18467         * progmodes/vhdl-mode.el (vhdl-visit-file)
18468         (vhdl-compose-wire-components):
18469         Don't use `format' on `error' arguments.
18471         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18472         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18473         (tooltip-help-tips): Fix typos in docstrings.
18475 2005-06-16  David Ponce  <david@dponce.com>
18477         * tree-widget.el (tree-widget-value-create): Simplify last change.
18479 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
18481         * ido.el (ido-incomplete-regexp): New variable.
18482         (ido-set-matches-1): Handle invalid-regexp error and set
18483         ido-incomplete-regexp.
18484         (ido-incomplete-regexp): New face.
18485         (ido-completions): Use it.
18486         (ido-complete, ido-exit-minibuffer, ido-completions):
18487         Handle incomplete regexps.
18488         (ido-completions): Add check for complete match when entering a regexp.
18490 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18492         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18494 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18496         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18497         by field delimiters.
18499 2005-06-15  David Ponce  <david@dponce.com>
18501         * tree-widget.el: eval-and-compile inlined functions so they will
18502         be available at run-time too.
18503         (tree-widget-super-format-handler)
18504         (tree-widget-format-handler): Remove.
18505         (tree-widget-value-create): Handle the :indent property.
18507 2005-06-15  Miles Bader  <miles@gnu.org>
18509         * progmodes/which-func.el (which-func): Only inherit
18510         `font-lock-function-name-face' when that makes sense against the
18511         default mode-line face, otherwise set the face color explicitly.
18513         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18514         faces instead of (non-existent) variables.
18516 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18518         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18519         (iswitchb-get-matched-buffers): Likewise.  Simplify.
18521 2005-06-14  Miles Bader  <miles@gnu.org>
18523         * progmodes/ld-script.el (ld-script-location-counter):
18524         Remove "-face" suffix from face name.
18525         (ld-script-location-counter-face):
18526         New backward-compatibility alias for renamed face.
18527         (ld-script-location-counter-face): Use renamed face.
18529         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18530         (cperl-hash): Remove "-face" suffix from face names.
18531         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18532         New backward-compatibility aliases for renamed faces.
18533         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18534         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18536         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18537         name.
18538         (which-func-face): New backward-compatibility alias for renamed face.
18539         (which-func-format): Use renamed which-func face.
18541         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18542         (vhdl-function, vhdl-directive, vhdl-reserved-word)
18543         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18544         names.
18545         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18546         (vhdl-speedbar-configuration, vhdl-speedbar-package)
18547         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18548         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18549         (vhdl-speedbar-architecture-selected)
18550         (vhdl-speedbar-configuration-selected)
18551         (vhdl-speedbar-package-selected)
18552         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18553         names.
18554         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18555         Use renamed faces.
18556         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18557         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18558         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18559         Use renamed faces.
18560         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18561         names.
18562         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18563         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18564         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18565         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18566         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18567         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18569         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18570         face name.
18571         (sh-heredoc-face): New backward-compatibility alias for renamed face.
18572         (sh-heredoc-face): Use renamed sh-heredoc face.
18574         * progmodes/idlw-help.el (idlwave-help-link):
18575         Remove "-face" suffix from face name.
18576         (idlwave-help-link-face):
18577         New backward-compatibility alias for renamed face.
18578         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18580         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18581         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18582         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18583         New backward-compatibility aliases for renamed faces.
18584         (idlwave-shell-disabled-breakpoint-face)
18585         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18587         * progmodes/flymake.el (flymake-errline, flymake-warnline):
18588         Remove "-face" suffix from face names.
18589         (flymake-errline-face, flymake-warnline-face):
18590         New backward-compatibility aliases for renamed faces.
18591         (flymake-highlight-line): Use renamed flymake faces.
18593         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18594         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18595         (ebrowse-member-class, ebrowse-progress):
18596         Remove "-face" suffix from face names.
18597         (ebrowse-tree-mark-face, ebrowse-root-class-face)
18598         (ebrowse-file-name-face, ebrowse-default-face)
18599         (ebrowse-member-attribute-face, ebrowse-member-class-face)
18600         (ebrowse-progress-face):
18601         New backward-compatibility aliases for renamed faces.
18602         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18603         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18604         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18605         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18607         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18608         antlr-syntax)
18609         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18610         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18611         names.
18612         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18613         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18614         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18615         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18616         backward-compatibility aliases for renamed faces.
18617         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18618         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18619         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18620         remove "font-lock-".  Use renamed antlr-mode faces.
18621         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
18622         literal face-names with face variable references.
18624         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18625         face name.
18626         (Buffer-menu-buffer-face): New backward-compatibility alias for
18627         renamed face.
18628         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18630 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
18632         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18633         Eliminate "-face" suffix.
18634         (makefile-targets): Inherit from font-lock-function-name-face and
18635         eliminate "-face" suffix.
18636         (makefile-shell): Remove attributes and eliminate "-face" suffix.
18637         (makefile-*-font-lock-keywords): Append makefile-targets in rule
18638         actions, instead of prepending, to make it less visible.
18639         (makefile-previous-dependency, makefile-match-dependency):
18640         Don't match a target on a continuation line.
18642         * files.el (auto-mode-alist): Put Makefile in gmake mode.
18644 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
18646         * progmodes/gdb-ui.el (menu): Re-order menu items.
18647         (gdb-tooltip-print): Respect tooltip-use-echo-area.
18649         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18650         Define in tooltip.el.
18651         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18652         (gud-tooltip-tips): Respect tooltip-use-echo-area and
18653         gud-tooltip-echo-area.
18655         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18656         backward compatibility and make obsolete.
18657         (tooltip-help-tips): Use tooltip-use-echo-area.
18658         (tooltip-show-help-function): Rename to...
18659         (tooltip-show-help): ...this, because it is a function.
18660         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18662 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
18664         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18665         (edebug-print-length, edebug-print-level, edebug-print-circle)
18666         (edebug-modify-breakpoint, edebug-eval-last-sexp)
18667         (edebug-eval-print-last-sexp): Doc fixes.
18669 2005-06-14  Kim F. Storm  <storm@cua.dk>
18671         * ido.el (ido-mode): Make a new keymap every time we enable ido,
18672         as the coverage buffer/file/both may change.
18674 2005-06-14  Lute Kamstra  <lute@gnu.org>
18676         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18677         and run-mode-hooks.  Simplify.
18679         * mail/rmailedit.el (rmail-edit-mode):
18680         * progmodes/octave-inf.el (inferior-octave-mode):
18681         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18683         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18684         and run-mode-hooks.
18685         (recentf-edit-list, recentf-open-files): Don't call
18686         kill-all-local-variables directly.
18688         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18690 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18692         * emacs-lisp/byte-run.el (make-obsolete)
18693         (define-obsolete-function-alias): Rename arguments FUNCTION and
18694         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18695         (make-obsolete-variable, define-obsolete-variable-alias):
18696         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18697         respectively.
18699         * isearchb.el (isearchb-activate):
18700         * pcvs.el (cvs-mode):
18701         * ses.el (ses-load):
18702         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18703         * net/tramp.el (tramp-find-file-exists-command)
18704         (tramp-find-shell):
18705         * progmodes/ada-mode.el (ada-create-case-exception)
18706         (ada-create-case-exception-substring, ada-make-subprogram-body):
18707         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18708         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18709         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18710         * textmodes/org.el (org-promote, org-evaluate-time-range)
18711         (org-agenda-next-date-line, org-agenda-previous-date-line)
18712         (org-agenda-error, org-open-at-point, org-table-move-row)
18713         (org-format-table-table-html-using-table-generate-source)
18714         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18715         * textmodes/reftex.el (reftex-access-scan-info):
18716         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18717         (reftex-toc-promote-prepare): Follow error conventions.
18719         * diff-mode.el (diff-mode): Fix typo in docstring.
18721         * forms.el (forms--intuit-from-file): Fix reference to
18722         `forms-number-of-fields' in error message.
18723         (forms-print): Fix quoting in error message.
18725         * forms.el (forms-mode):
18726         * emulation/vi.el (vi-goto-insert-state):
18727         * progmodes/flymake.el (flymake-new-err-info)
18728         (flymake-start-syntax-check-for-current-buffer)
18729         (flymake-simple-cleanup):
18730         * eshell/esh-var.el (eshell/export):
18731         * progmodes/gud.el (xdb):
18732         * textmodes/flyspell.el (flyspell-incorrect-hook)
18733         (flyspell-maybe-correct-transposition)
18734         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18736 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
18738         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18739         minibuffer prompt.
18741 2005-06-13  Kim F. Storm  <storm@cua.dk>
18743         * subr.el (add-to-ordered-list): New defun.
18745         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18746         add cua--keymap-alist to emulation-mode-map-alists.
18748 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18750         * subr.el (complete-in-turn): New macro.
18751         (dynamic-completion-table, lazy-completion-table): Add debug info.
18753         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18754         in preference to face aliases.
18756         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18757         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18758         Remove unused vars `start' and `firstline'.
18759         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18760         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18762 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
18764         * cus-start.el (all): Don't complain about missing GTK-related
18765         variables, unless either `gtk' is boundp or this isn't a
18766         `windows-nt' build.
18768 2005-06-13  Lute Kamstra  <lute@gnu.org>
18770         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18771         run-mode-hooks.
18773         * ediff-mult.el (ediff-meta-mode):
18774         * ediff-util.el (ediff-mode): Use run-mode-hooks.
18776         * ledit.el (ledit-mode): Use delay-mode-hooks.
18778         * woman.el (woman-mode-line-format): Delete constant.
18779         (woman-mode-map): Initialize it properly.
18780         (woman-mode): Set mode-class property to special.
18781         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
18782         Set major-mode and mode-name.  Don't set mode-line-format directly.
18783         (Man-getpage-in-background): Don't reference woman-mode-line-format.
18785         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18786         string argument obsolete.
18788 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
18790         * textmodes/org.el (org-CUA-compatible): New option.
18791         (org-disputed-keys): New variable.
18792         (org-key): New function.
18793         (orgtbl-make-binding): Add docstring to the created function.
18794         (org-mode): Set paragraph start/separate regexps.
18795         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18796         (org-archive-location, org-archive-mark-done)
18797         (org-archive-stamp-time): New options.
18798         (org-archive-subtree): New command.
18799         (org-fill-paragraph): New function.
18800         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18801         (org-fake-empty-table-line): Function removed.
18802         (org-format-org-table-html): Do not create empty table lines at
18803         separator lines.  Improved table header treatment.
18804         (org-link-format): New option.
18805         (org-make-link): New function.
18806         (org-insert-link, org-store-link): Use org-make-link.
18807         (org-open-file): Quote file name for shell command, to allow
18808         spaces in file names.
18809         (org-link-regexp): Fix bug with mailto link.
18810         (org-link-maybe-angles-regexp, org-protected-link-regexp):
18811         New constants.
18812         (org-export-as-html): Deal with the optional angles around a link.
18813         Better treatment of file: links.
18814         (org-open-at-point): Replace @{ and @} with < and >.
18815         (org-run-mode-hooks): Function removed.
18816         (org-agenda-mode): No longer use `org-run-mode-hooks'.
18818 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
18820         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18821         MI command -data-list-register-values.
18822         (gdb-post-prompt): Indent properly.
18824 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
18826         * hilit-chg.el (highlight-changes-colors): Rename from
18827         `highlight-changes-colours'.
18828         (highlight-changes-colours): Keep as obsolete alias.
18829         (highlight-changes-face-list): Doc fix.
18830         (hilit-chg-make-list): Use `highlight-changes-colors'.
18832 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
18834         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18835         defun-prompt-regexp.
18837 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
18839         * loadup.el: Don't say we are dumping under 2 names on windows-nt
18840         and cygwin.
18842         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18843         Don't use an old loaddefs.el, as in Makefile.in.
18845 2005-06-12  Lute Kamstra  <lute@gnu.org>
18847         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18849         * man.el (Man-mode-map): Initialize it properly.
18850         (Man-mode): Set mode-class property to special.
18852         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18854 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
18856         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18857         A newline is needed in the docstring there.
18859         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18860         Doc fixes.
18862 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18864         * printing.el: Doc fix.  The menubar is no more changed when printing
18865         is loaded, it only changes when pr-menu-bind or pr-update-menus is
18866         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
18867         (pr-version): New version number (6.8.4).
18868         (pr-menu-bind): New command.
18869         (pr-update-menus): Docstring and code fix.
18870         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18871         Docstring fix.
18872         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18873         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18875 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
18877         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18878         "Returns" to "return", document useful return values, etc.
18880 2005-06-11  Alan Mackenzie  <acm@muc.de>
18882         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18883         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18884         (adaptive-file-function): Minor amendment to doc-string.
18886 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18888         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18889         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18890         Fix :type--it is `integer', not `string'.
18892         * faces.el (modeline-highlight): Rename from (the erroneous)
18893         `modeline-higilight'.
18895 2005-06-11  Lute Kamstra  <lute@gnu.org>
18897         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18898         lisp-interaction-mode-map but make it the parent.
18899         (edebug-eval-mode): Use define-derived-mode.
18901 2005-06-11  Andreas Schwab  <schwab@suse.de>
18903         * bindings.el: Add binding of `ESC functionkey' for every
18904         `M-functionkey'.
18905         * hexl.el (hexl-mode-map): Likewise.
18907 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
18909         * progmodes/compile.el (compilation-error-regexp-alist-alist)
18910         [msft]: update regexp for newer msft compilers.
18912 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
18914         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18915         ATTLIST portions of included DTDs.
18916         (xml-parse-dtd): Eliminate use of inefficient match-data.
18918 2005-06-10  Miles Bader  <miles@gnu.org>
18920         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18921         (mpuz-text): Remove "-face" suffix from face names.
18922         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18923         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18924         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18926         * play/gomoku.el (gomoku-O, gomoku-X):
18927         Remove "-face" suffix from face names.
18928         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18929         New backward-compatibility aliases for renamed faces.
18930         (gomoku-font-lock-keywords): Use renamed gomoku faces.
18932 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
18934         * thumbs.el: Fixes for changes of 2005-06-09.
18935         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18936         as a directory.
18937         (thumbs-thumbname): Remove directory separator from format string;
18938         `thumbs-thumbsdir' now returns a valid directory name.
18939         (thumbs-temp-dir): New defsubst.
18940         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18941         Use it.
18943         * cus-edit.el (minibuffer):
18944         * files.el (make-backup-file-name-function):
18945         * filesets.el (filesets-external-viewers):
18946         * hilit-chg.el (highlight-changes-colours)
18947         (highlight-changes-face-list, highlight-changes-rotate-faces):
18948         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18949         * kmacro.el (kmacro-call-macro):
18950         * log-edit.el (log-edit-changelog-full-paragraphs):
18951         * mouse.el (mouse-1-click-follows-link):
18952         * skeleton.el (skeleton-autowrap):
18953         * subr.el (insert-for-yank-1):
18954         * tempo.el (tempo-insert-region):
18955         * terminal.el (terminal-emulator):
18956         * time.el (display-time-mail-face):
18957         * vc.el (vc-annotate):
18958         * vcursor.el (vcursor-copy-line):
18959         * woman.el (woman-bold-headings, woman-ignore)
18960         (woman-default-faces, woman-monochrome-faces):
18961         * calendar/todo-mode.el (todo-insert-threshold):
18962         * emulation/pc-select.el (pc-select-selection-keys-only)
18963         (pc-selection-mode):
18964         * emulation/vip.el (vip-find-char-forward):
18965         * emulation/viper-cmd.el (viper-find-char-forward):
18966         * international/mule-cmds.el
18967         (select-safe-coding-system-accept-default-p)
18968         (input-method-exit-on-invalid-key):
18969         * international/mule-diag.el (describe-coding-system):
18970         * international/ucs-tables.el (unify-8859-on-encoding-mode):
18971         * net/browse-url.el (browse-url-xterm-program):
18972         * obsolete/lazy-lock.el (lazy-lock-mode):
18973         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18974         (cperl-mode):
18975         * progmodes/cpp.el (cpp-face-light-name-list)
18976         (cpp-face-dark-name-list):
18977         * progmodes/delphi.el (delphi-newline-always-indents):
18978         Fix spellings in docstrings.
18980         * ido.el (ido-mode, ido-file-extensions-order)
18981         (ido-default-file-method, ido-default-buffer-method)
18982         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18983         (ido-decorations, ido-read-file-name-as-directory-commands)
18984         (ido-read-file-name-non-ido, ido-work-directory-list)
18985         (ido-ignore-item-temp-list, ido-current-directory)
18986         (ido-magic-forward-char, ido-enter-find-file)
18987         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18988         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18990 2005-06-10  Lute Kamstra  <lute@gnu.org>
18992         * play/dunnet.el (dun-mode): Use define-derived-mode.
18993         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
18994         obsolete alias.
18996         * play/doctor.el (doctor-mode-map): Remove defvar.
18997         (doctor-mode): Use define-derived-mode.
18999         * mail/mspools.el (mspools-mode):
19000         * net/eudc-hotlist.el (eudc-hotlist-mode):
19001         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19003 2005-06-10  Miles Bader  <miles@gnu.org>
19005         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19006         Remove "-face" suffix from face names.
19007         (flyspell-incorrect-face, flyspell-duplicate-face):
19008         New backward-compatibility aliases for renamed faces.
19009         (flyspell-mode-on, make-flyspell-overlay)
19010         (flyspell-highlight-incorrect-region)
19011         (flyspell-highlight-duplicate-region)
19012         (flyspell-display-next-corrections)
19013         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19015         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19016         from face name.
19017         (texinfo-heading-face): New backward-compatibility alias for
19018         renamed face.
19019         (texinfo-heading-face): Use renamed texinfo-heading face.
19021         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19022         suffix from face names.
19023         (tex-math-face, tex-verbatim-face):
19024         New backward-compatibility aliases for renamed faces.
19025         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19026         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19027         literal face name.
19029         * textmodes/table.el (table-cell): Remove "-face" suffix from face
19030         name.
19031         (table-cell-face): New backward-compatibility alias for renamed face.
19032         (table--put-cell-face-property, table--update-cell-face):
19033         Use renamed table-cell face.
19035         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19036         from face name.
19037         (sgml-namespace-face): New backward-compatibility alias for
19038         renamed face.
19039         (sgml-namespace-face): Use renamed sgml-namespace face.
19041         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19042         (org-level-4, org-level-5, org-level-6, org-level-7)
19043         (org-level-8, org-warning, org-headline-done)
19044         (org-deadline-announce, org-scheduled-today)
19045         (org-scheduled-previously, org-link, org-done, org-table)
19046         (org-time-grid): Remove "-face" suffix from face names.
19047         (org-level-1-face, org-level-2-face, org-level-3-face)
19048         (org-level-4-face, org-level-5-face, org-level-6-face)
19049         (org-level-7-face, org-level-8-face, org-warning-face)
19050         (org-headline-done-face, org-deadline-announce-face)
19051         (org-scheduled-today-face, org-scheduled-previously-face)
19052         (org-link-face, org-done-face, org-table-face)
19053         (org-time-grid-face):
19054         New backward-compatibility aliases for renamed faces.
19055         (org-level-faces, org-set-font-lock-defaults, org-timeline)
19056         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19057         (org-agenda-get-timestamps, org-agenda-get-scheduled)
19058         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19060         * emulation/viper-init.el (viper-search, viper-replace-overlay)
19061         (viper-minibuffer-emacs, viper-minibuffer-insert)
19062         (viper-minibuffer-vi): Remove "-face" suffix from face names.
19063         (viper-search-face, viper-replace-overlay-face)
19064         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19065         (viper-minibuffer-vi-face):
19066         New backward-compatibility aliases for renamed faces.
19067         (viper-search-face, viper-replace-overlay-face)
19068         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19069         (viper-minibuffer-vi-face): Use renamed viper faces.
19071         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19072         Remove "-face" suffix from face names.
19073         (testcover-nohits-face, testcover-1value-face):
19074         New backward-compatibility aliases for renamed faces.
19075         (testcover-mark): Use renamed testcover faces.
19077         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19078         face name.
19079         (diary-button-face): New backward-compatibility alias for renamed face.
19080         (diary-entry): Use renamed diary-button face.
19082         * calendar/calendar.el (diary, calendar-today, holiday)
19083         (mark-visible-calendar-date): Remove "-face" suffix from face names.
19084         (diary-face, calendar-today-face, holiday-face):
19085         New backward-compatibility aliases for renamed faces.
19086         (eval-after-load "facemenu", diary-entry-marker)
19087         (calendar-today-marker, calendar-holiday-marker, diary-face):
19088         Use renamed calendar faces.
19090         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19091         (compare-windows-face): New backward-compatibility alias for
19092         renamed face.
19093         (compare-windows-highlight): Use renamed compare-windows face.
19095         * strokes.el (strokes-char): Remove "-face" suffix from face name.
19096         (strokes-char-face): New backward-compatibility alias for renamed face.
19097         (strokes-encode-buffer): Use renamed strokes-char face.
19099         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19100         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19101         Remove "-face" suffix from face names.
19102         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19103         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19104         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19105         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19106         Use renamed pcvs faces.
19107         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19108         * pcvs-defs.el (cvs-mode-map): Likewise.
19109         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19111         * info.el (info-title-1, info-title-2, info-title-3)
19112         (info-title-4): Remove "-face" suffix from and downcase face names.
19113         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19114         (Info-title-4-face):
19115         New backward-compatibility aliases for renamed faces.
19116         (Info-fontify-node): Use renamed info faces.
19118         * hilit-chg.el (highlight-changes, highlight-changes-delete):
19119         Remove "-face" suffix from face names.
19120         (highlight-changes-face, highlight-changes-delete-face):
19121         New backward-compatibility aliases for renamed faces.
19122         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19123         (hilit-chg-make-list): Use renamed highlight-changes faces.
19125         * generic-x.el (show-tabs-tab, show-tabs-space):
19126         Remove "-face" suffix from face names.
19127         (show-tabs-tab-face, show-tabs-space-face):
19128         New backward-compatibility aliases for renamed faces.
19129         (show-tabs-generic-mode-font-lock-defaults-1)
19130         (show-tabs-generic-mode-font-lock-defaults-2):
19131         Use renamed show-tabs faces.
19133         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19134         (smerge-markers): Remove "-face" suffix from face names.
19135         (smerge-mine-face, smerge-other-face, smerge-base-face)
19136         (smerge-markers-face):
19137         New backward-compatibility aliases for renamed faces.
19138         (smerge-mine-face, smerge-other-face, smerge-base-face)
19139         (smerge-markers-face): Use renamed smerge faces.
19141         * log-view.el (log-view-file, log-view-message): Remove "-face"
19142         suffix from face names.
19143         (log-view-file-face, log-view-message-face):
19144         New backward-compatibility aliases for renamed faces.
19145         (log-view-file-face, log-view-message-face): Use renamed log-view
19146         faces.
19148         * paren.el (show-paren-match, show-paren-mismatch):
19149         Remove "-face" suffix from face names.
19150         (show-paren-match-face, show-paren-mismatch-face):
19151         New backward-compatibility aliases for renamed faces.
19152         (show-paren-function): Use renamed show-paren faces.
19154         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19155         (ruler-mode-margins, ruler-mode-fringes)
19156         (ruler-mode-column-number, ruler-mode-fill-column)
19157         (ruler-mode-comment-column, ruler-mode-goal-column)
19158         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19159         suffix from face names.
19160         (ruler-mode-default-face, ruler-mode-pad-face)
19161         (ruler-mode-margins-face, ruler-mode-fringes-face)
19162         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19163         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19164         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19165         New backward-compatibility aliases for renamed faces.
19166         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19167         (ruler-mode-column-number, ruler-mode-fill-column)
19168         (ruler-mode-comment-column, ruler-mode-goal-column)
19169         (ruler-mode-tab-stop, ruler-mode-current-column)
19170         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19171         faces.
19173         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19174         face name.
19175         (whitespace-highlight-the-space): Use renamed face.
19176         (whitespace-highlight-face): New backward-compatibility alias for
19177         renamed face.
19179         * woman.el (woman-italic, woman-bold, woman-unknown)
19180         (woman-addition, woman-symbol-face):
19181         Remove "-face" suffix from face names.
19182         (woman-italic-face, woman-bold-face, woman-unknown-face)
19183         (woman-addition-face):
19184         New backward-compatibility aliases for renamed faces.
19185         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19186         (woman-decode-region, woman-replace-match)
19187         (woman-display-extended-fonts, woman-special-characters)
19188         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19189         Use renamed woman faces.
19191         * longlines.el (longlines-visible-face): Face removed.
19193         * diff-mode.el (diff-header, diff-file-header, diff-index)
19194         (diff-hunk-header, diff-removed, diff-added, diff-changed)
19195         (diff-function, diff-context, diff-nonexistent): Remove "-face"
19196         suffix from face names.
19197         (diff-header-face, diff-file-header-face, diff-index-face)
19198         (diff-hunk-header-face, diff-removed-face, diff-added-face)
19199         (diff-changed-face, diff-function-face, diff-context-face)
19200         (diff-nonexistent-face): New backward-compatibility aliases for
19201         renamed faces.
19202         (diff-header-face, diff-file-header-face)
19203         (diff-index, diff-index-face, diff-hunk-header)
19204         (diff-hunk-header-face, diff-removed, diff-removed-face)
19205         (diff-added, diff-added-face, diff-changed-face, diff-function)
19206         (diff-function-face, diff-context-face, diff-nonexistent)
19207         (diff-nonexistent-face): Use renamed diff-mode faces.
19209         * progmodes/compile.el (compilation-warning-face)
19210         (compilation-info-face): Remove "-face" suffix from face names.
19211         (compilation-warning-face, compilation-info-face):
19212         New backward-compatibility aliases for renamed faces.
19213         (compilation-warning-face, compilation-info-face):
19214         Use renamed compilation faces.
19216         * add-log.el (change-log-date, change-log-name)
19217         (change-log-email, change-log-file, change-log-list)
19218         (change-log-conditionals, change-log-function)
19219         (change-log-acknowledgement): Remove "-face" suffix from face names.
19220         (change-log-date-face, change-log-name-face)
19221         (change-log-email-face, change-log-file-face)
19222         (change-log-list-face, change-log-conditionals-face)
19223         (change-log-function-face, change-log-acknowledgement-face):
19224         New backward-compatibility aliases for renamed faces.
19225         (change-log-font-lock-keywords): Use renamed change-log faces.
19227         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19228         (custom-set, custom-changed, custom-saved, custom-button)
19229         (custom-button-pressed, custom-documentation, custom-state)
19230         (custom-comment, custom-comment-tag, custom-variable-tag)
19231         (custom-variable-button, custom-face-tag, custom-group-tag-1)
19232         (custom-group-tag): Remove "-face" suffix from face names.
19233         (custom-magic-alist, custom-magic-value-create)
19234         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19235         (custom-invalid-face, custom-rogue-face, custom-modified-face)
19236         (custom-set-face, custom-changed-face, custom-saved-face)
19237         (custom-button-face, custom-button-pressed-face)
19238         (custom-documentation-face, custom-state-face)
19239         (custom-comment-face, custom-comment-tag-face)
19240         (custom-variable-tag-face, custom-variable-button-face)
19241         (custom-face-tag-face, custom-group-tag-face-1)
19242         (custom-group-tag-face):
19243         New backward-compatibility aliases for renamed faces.
19245         * wid-edit.el (widget-documentation, widget-button)
19246         (widget-field, widget-single-line-field, widget-inactive)
19247         (widget-button-pressed): "-face" suffix removed from face names.
19248         (widget-documentation-face, widget-button-face)
19249         (widget-field-face, widget-single-line-field-face)
19250         (widget-inactive-face, widget-button-pressed-face):
19251         New backward-compatibility aliases for renamed faces.
19252         (widget-documentation-face, widget-button-face)
19253         (widget-button-pressed-face, widget-specify-field)
19254         (widget-specify-inactive): Use renamed widget faces.
19256 2005-06-10  Kenichi Handa  <handa@m17n.org>
19258         * term/x-win.el (x-clipboard-yank): Remove condition-case
19259         wrapping.
19261 2005-06-11  Kenichi Handa  <handa@m17n.org>
19263         * add-log.el (change-log-font-lock-keywords): Make the regexp for
19264         date lines stricter.
19266 2005-06-10  Zhang Wei  <id.brep@gmail.com>
19268         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19269         of x-get-selection.
19271 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
19273         * comint.el (comint-mode, comint-snapshot-last-prompt):
19274         * frame.el (frame-current-scroll-bars):
19275         * term.el (term-mode, term-check-proc, term-input-sender)
19276         (term-simple-send, term-extract-string, term-word)
19277         (term-match-partial-filename):
19278         * window.el (window-current-scroll-bars):
19279         * emulation/cua-base.el (cua-normal-cursor-color)
19280         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19281         (cua-global-mark-cursor-color):
19282         * mail/undigest.el (rmail-forward-separator-regex):
19283         Fix typos in docstrings.
19285         * comint.el (comint-check-proc, make-comint-in-buffer)
19286         (comint-source-default): Doc fixes.
19288         * term.el (term-send-string): Improve argument/docstring consistency.
19290 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
19292         * comint.el (comint-send-input): Bind `inhibit-read-only' around
19293         call to `delete-region'.
19294         (comint-mode-hook): Do not enable Font Lock by default.
19296 2005-06-09  Lute Kamstra  <lute@gnu.org>
19298         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19299         could be void.
19301 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19303         * emacs-lisp/debug.el (debugger-will-be-back): New var.
19304         (debug): Use it.
19305         (debugger-step-through, debugger-continue, debugger-jump)
19306         (debugger-return-value): Set it when needed.
19307         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19308         Use inhibit-read-only.
19310 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
19312         * window.el (shrink-window-if-larger-than-buffer)
19313         (window-size-fixed): Fix typo in docstring.
19315         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
19316         thumbnails directory on loading.
19317         (thumbs-conversion-program): Use `eq' to check the system type,
19318         not `equal'.
19319         (thumbs-temp-dir): Initialize to `temporary-file-directory',
19320         not "/tmp".  Fix docstring.
19321         (thumbs-thumbsdir): New function to return the thumbnails
19322         directory, creating it if needed.
19323         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19324         (thumbs-temp-file): Delete variable and make it into a function.
19325         (thumbs-resize-image, thumbs-modify-image): Use it.
19326         (thumbs-kill-buffer): Simplify.
19327         (thumbs-gensym): Defalias or duplicate CL `gensym'.
19328         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19329         docstrings.
19331 2005-06-09  Kim F. Storm  <storm@cua.dk>
19333         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19334         set-match-data to free markers in match-data.
19336         * replace.el (replace-match-data): Pass RESEAT arg `t' to
19337         match-data to unchain markers in match-data.
19339 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19341         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19342         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
19343         unnecessary now.
19345 2005-06-08  Richard M. Stallman  <rms@gnu.org>
19347         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19348         give the variable a doc string that doesn't say don't set it directly.
19350         * textmodes/ispell.el (ispell-check-version):
19351         Use match-string-no-properties.
19352         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19353         (ispell-buffer-local-words): Likewise.
19355         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19356         except on terminals with enough colors to really display it.
19357         (makefile-dependency-regex): Delete spurious `bb'.
19359         * faces.el (escape-glyph): Use blue once again in last case.
19360         (no-break-space): Redefine so that it isn't invisible on a tty.
19362 2005-06-08  Kim F. Storm  <storm@cua.dk>
19364         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19365         also when reading directory name.
19367 2005-06-08  Lute Kamstra  <lute@gnu.org>
19369         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19370         (flyspell-mode-line-string): Remove autoload cookie.
19371         (flyspell-mode): Remove defvar.
19373 2005-06-07  Lute Kamstra  <lute@gnu.org>
19375         * textmodes/org.el (org-run-mode-hooks): New function.
19376         (org-agenda-mode): Use it.
19378 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
19380         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19382 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19384         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19386 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
19388         * font-lock.el (font-lock-add-keywords): Doc fix.
19390 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19392         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19393         (tex-compile-default): In the absence of any history, use the order in
19394         tex-compile-alist to choose the preferred command.
19395         (tex-compile-commands): Reorder a bit.
19397         * textmodes/flyspell.el (flyspell-auto-correct-binding)
19398         (flyspell-incorrect-face, flyspell-duplicate-face):
19399         Use (X)Emacs-agnostic code.
19400         (flyspell-mode-map): Don't overwrite at each load.  Remove code
19401         redundant with the subsequent add-minor-mode.  Merge Emacs and
19402         XEmacs code.
19403         (flyspell-word): Minor simplification.
19404         (flyspell-math-tex-command-p): Quieten the byte-compiler.
19405         (flyspell-external-point-words): Remove unused vars `size' and `start'.
19406         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19407         Merge the corresponding Emacs code.
19408         (flyspell-correct-word, flyspell-xemacs-popup):
19409         Use flyspell-do-correct.
19411         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19412         a dedicated window.
19414         * international/latexenc.el (latexenc-find-file-coding-system):
19415         Undo part of last patch, to turn off a compiler warning.
19417 2005-06-06  Juri Linkov  <juri@jurta.org>
19419         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19420         Rename `tmm-inactive-face' to `tmm-inactive'.
19422 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
19424         * iswitchb.el: Rename faces.
19426 2005-06-06  Kim F. Storm  <storm@cua.dk>
19428         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19429         (cua-global-mark): Remove -face suffix from face names.
19431         * emulation/cua-gmrk.el (cua--init-global-mark):
19432         Remove cua-global-mark face setup.
19434 2005-06-06  Richard M. Stallman  <rms@gnu.org>
19436         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19437         just like other allowed characters.
19438         (makefile-match-dependency): Exclude leading and training whitespace
19439         from the range of regexp subexp 1.
19440         (makefile-macroassign-regex): Don't try to match the body,
19441         just the name of the macro being defined.
19443         * info.el (Info-read-node-name-2): New function.
19444         (Info-read-node-name-1): Use that.
19445         Add a completion-base-size-function property.
19447         * simple.el (completion-setup-function): Look for
19448         completion-base-size-function property of minibuffer-completion-table.
19450         * files.el (locate-file-completion): Doc fix.
19452         * printing.el: Don't call pr-update-menus; user must do that.
19454         * emacs-lisp/debug.el (debugger-window): New variable.
19455         (debug): Use debugger-window if it is set and still alive.
19456         Record debugger-window for next entry.
19458         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19460 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
19462         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19463         (hack-one-local-variable, hack-local-variables)
19464         (hack-local-variables-prop-line): Pass that arg.
19466 2005-06-06  Kim F. Storm  <storm@cua.dk>
19468         * ido.el (ido-first-match, ido-only-match, ido-subdir)
19469         (ido-indicator): Remove -face suffix from face names.
19471 2005-06-06  Juri Linkov  <juri@jurta.org>
19473         * font-lock.el (font-lock-regexp-backslash)
19474         (font-lock-regexp-backslash-construct): New faces.
19475         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
19476         after `('.  Add `while-no-input' to control structures.
19478         * faces.el (no-break-space, shadow): New faces.
19479         (escape-glyph): Use less loud colors pink2 and red4.
19481         * diff-mode.el (diff-context-face)
19482         * dired.el (dired-ignored)
19483         * rfn-eshadow.el (file-name-shadow)
19484         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19486         * info.el (Info-title-1-face): Use green instead of yellow because
19487         bold yellow is not readable on light backgrounds.
19489         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19490         before selecting the desired mode to not spend time fontifying
19491         old contents.
19493 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
19495         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19496         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19498         * ps-print.el (ps-default-fg, ps-default-bg):
19499         Fix typos in docstrings.
19501         * isearchb.el (isearchb): Don't pass a spurious second argument to
19502         `iswitchb-completions'.
19504 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
19506         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19507         to preserve point.
19508         (gdb-find-file-hook): Add doc string.
19510         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19511         C dereferenced pointer expression.
19512         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
19514         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19516         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19517         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19518         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19519         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19520         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19521         Make background transparent.
19523 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19525         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
19526         (font-lock-remove-keywords): Doc fix.
19527         (font-lock-mode-major-mode): Compiler defvar.
19528         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19530         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19531         (font-lock-mode): Update `font-lock-mode-major-mode'.
19532         (font-lock-set-defaults): Compiler defvar.
19533         (font-lock-default-function): Take `font-lock-mode-major-mode'
19534         into account.
19536         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19537         keep track of which major mode it enabled the minor mode for.
19538         Use find-file-hook again.  Update docstring.
19540         * simple.el (eval-expression-print-level)
19541         (eval-expression-print-length, eval-expression-debug-on-error):
19542         Doc fixes.
19544 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
19546         * iswitchb.el (iswitchb-single-match-face)
19547         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19548         (iswitchb-invalid-regexp-face): New faces.
19549         (iswitchb-completions): Use them.
19550         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19551         now marked as an obsolete alias.
19552         (iswitchb-read-buffer): Remove check for bound font variables.
19553         (iswitchb-invalid-regexp): New free variable.
19554         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19555         set iswitchb-invalid-regexp.
19556         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19557         invalid regexps.
19558         (iswitchb-completions): Add check for complete match when entering
19559         a regexp.
19560         (iswitchb-completions): Remove require-match argument.
19561         (iswitchb-exhibit): Fix caller.
19562         (iswitchb-common-match-inserted): New variable.
19563         (iswitchb-complete, iswitchb-completion-help): Use it.
19565 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
19567         * url-http.el (url-http-chunked-encoding-after-change-function):
19568         Use `url-http-debug' instead of `message'.
19570 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
19572         * url-http.el (url-http-parse-headers): Pass redirected URL as a
19573         callback argument.
19575 2005-06-04  Kim F. Storm  <storm@cua.dk>
19577         * simple.el (line-move): Only call sit-for when moving backwards.
19579         * ido.el (ido-make-merged-file-list-1): New defun split from
19580         ido-make-merged-file-list.
19581         (ido-make-merged-file-list): Bind throw-on-input around call to
19582         ido-make-merged-file-list-1.  Return input-pending-p if
19583         interrupted by more input available.
19584         (ido-read-internal): Handle input-pending-p return value from
19585         ido-make-merged-file-list.
19587 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19589         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19590         compatibility code.
19592         * international/latexenc.el (latexenc-find-file-coding-system):
19593         Don't inherit the EOL part of the coding-system from the
19594         tex-main buffer.  Fit within 80 columns.
19596 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
19598         * tmm.el (tmm-inactive-face): New face.
19599         (tmm-remove-inactive-mouse-face): New function.
19600         (tmm-prompt, tmm-add-one-shortcut)
19601         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19602         but not selectable.
19604 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
19606         * faces.el (face-equal): Improve argument/docstring consistency.
19608 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
19610         * progmodes/make-mode.el (makefile-targets-face)
19611         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19612         (makefile-bsdmake-dependency-regex)
19613         (makefile-makepp-rule-action-regex)
19614         (makefile-bsdmake-rule-action-regex): New constants.
19615         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19617         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19618         Allow (...) within `...' for makepp messages.
19620 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
19622         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19624         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19625         "." files are deleted from all file lists before comparison.
19627         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19628         (viper-ESC-key): Made them customizable.
19630         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19632 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
19634         * autorevert.el (auto-revert-buffers): Use save-match-data.
19636 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19638         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19639         menu items with a nil command binding.
19641 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
19643         * emacs-lisp/cl-macs.el (defsetf):
19644         Improve argument/docstring consistency.
19646         * faces.el (list-faces-display): Improve the formatting by
19647         computing the maximum length required for any face-name (reworked
19648         patch of 1999-01-11, accidentally deleted on 1999-07-21).
19649         (internal-find-face): Remove redundant info in docstring.
19651 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
19653         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19654         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19655         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19656         (gdb-assembler-custom): Improve regexps.
19657         (def-gdb-auto-update-handler): Use window point to preserve point.
19659 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19661         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19663 2005-05-31  Jay Belanger  <belanger@truman.edu>
19665         * calc/calc-embed.el (calc-embedded-word): Change argument passed
19666         to calc-embedded.
19667         (calc-embedded-make-info): Have plain prefix argument select
19668         entire line.
19670 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
19672         * faces.el (list-faces-display): Signal error if passed a regexp
19673         that matches no face name.
19675         * simple.el (filter-buffer-substring): Fix typo in docstring.
19677 2005-05-31  Richard M. Stallman  <rms@gnu.org>
19679         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19680         (vhdl-emacs-21): Doc fix.
19681         (vhdl-mode): Unconditionally set comment-padding.
19682         (vhdl-fixup-whitespace-region): Insert spaces only where
19683         there are none.
19684         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19686 2005-05-30  John Wiegley  <johnw@newartisans.com>
19688         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19689         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19690         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19691         `directory-sep-char' to ?/, and all uses of `string-to-int' to
19692         `string-to-number'.
19694 2005-05-30  Jay Belanger  <belanger@truman.edu>
19696         * calc/calc.el (calc-bug-address): Fix docstring.
19697         (calc-window-hook, calc-trail-window-hook): New variables.
19698         (calc-trail-display): Restore use of calc-trail-window-hook.
19699         (calc): Restore use of calc-window-hook.
19701 2005-05-31  Masatake YAMATO  <jet@gyve.org>
19703         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19705         * help-fns.el (help-C-file-name): Add autoload mark for
19706         `find-function-noselect'.
19708 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19710         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19711         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19713 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19715         * calendar/diary-lib.el (mark-included-diary-files): Only kill
19716         included diary buffer if it was not already being visited.
19717         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19719         * calendar/icalendar.el (top-level): Do not require appt.
19721         * mail/supercite.el (sc-select-attribution): Only use a list
19722         element from sc-attrib-selection-list if it returns a string.
19723         Reported by Davide G. M. Salvetti <salve@debian.org>.
19725 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
19727         * thumbs.el (thumbs-thumbname): The resulting thumbname now
19728         includes a hash value to improve its uniqueness, and has a ".jpg"
19729         extension.  Also, it is now a valid filename on all systems.
19730         (thumbs-make-thumb): Use `let', not `let*'.
19731         (thumbs-show-thumbs-list): Check for JPEG availability.
19733 2005-05-30  Richard M. Stallman  <rms@gnu.org>
19735         * filesets.el (filesets-menu-ensure-use-cached):
19736         Prevent warning when emacs-version>= is undefined.
19738         * printing.el (pr-interactive-n-up): Use string-to-number.
19740         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19742         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19743         Warn only when name to be defined is quoted.
19745 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
19747         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19748         Make regexp more robust.
19749         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19750         Force regeneration of disassembly.
19752 2005-05-29  Jay Belanger  <belanger@truman.edu>
19754         * calc/calc.el (calc-user-invocation): Check if
19755         calc-invocation-macro is non-nil.
19757 2005-05-29  Juri Linkov  <juri@jurta.org>
19759         * add-log.el (change-log-font-lock-keywords):
19760         Add `+' to e-mail regexp to accept mail address with keywords.
19762         * man.el (Man-name-regexp): Add `:' to accept qualified names.
19764 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
19766         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19768         * ielm.el (inferior-emacs-lisp-mode): Ditto.
19770 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19772         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19773         Undo the change that moves to end of the current word.
19775 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
19777         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19778         Throw error when count <= 0 to ensure input is a number.
19779         (gdb-read-memory-custom): Pick up address from buffer.
19780         (gdb-memory-mode): Allow user to increment and decrement
19781         memory address from header line.
19783 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19785         * flyspell.el (flyspell-version): Function deleted.
19786         (flyspell-auto-correct-previous-hook): Doc fix.
19788         * jit-lock.el (jit-lock-function, jit-lock-after-change):
19789         Do nothing if memory is full.
19791         * font-lock.el (font-lock-fontify-syntactically-region):
19792         Pass t for GREEDY to looking-back.
19794         * saveplace.el (save-place-alist-to-file): Write the file
19795         using write-region.
19797         * subr.el (looking-back): New argument GREEDY.
19799         * progmodes/compile.el (compilation-start): Set the mode
19800         before inserting the initial text.
19802         * progmodes/which-func.el (which-func-update-1): Turn the mode
19803         off in case of error by setting which-func-mode.
19805 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
19807         * flyspell.el (flyspell-auto-correct-previous-word):
19808         Narrow down to what's on the screen, and recenter overlays
19809         at the end of the next word.
19811 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
19813         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19814         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19815         (flyspell-abbrev-p): Default to nil.
19816         (flyspell-use-global-abbrev-table-p): Doc fix.
19817         (flyspell-large-region): Allow nil as value.
19818         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19820         (mail-mode-flyspell-verify): More robust handling
19821         of `mail-header-separator'.  More efficient signature detection.
19822         Allow for regexp metacharacters in message-header-separator.
19823         Adding `To' not to be checked in mail-mode-flyspell-verify.
19825         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19826         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19827         Bind flyspell-auto-correct-binding.
19828         Bind C-. and C-, .
19829         (flyspell-mode-map): Likewise.
19830         (flyspell-mode): Doc fix.
19831         (flyspell-accept-buffer-local-defs): Preserve current buffer.
19832         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19833         (flyspell-word-cache-result): New var, always local.
19834         (flyspell-check-pre-word-p): Doc fix.
19835         (flyspell-check-changed-word-p): Handle spc like newline.
19836         (flyspell-post-command-hook): Set flyspell-word-cache-result.
19837         (flyspell-word-search-backward, flyspell-word-search-forward):
19838         New functions.
19839         (flyspell-word): Return t if nothing to check.
19840         When parsing TeX code, check for after } or \.
19841         Use flyspell-word-search-backward to find previous word.
19842         Return nil if duplicated word.
19843         For word already checked, return same value as last time.
19844         Set flyspell-word-cache-result after checking.
19845         Don't clobber the return value.
19846         (flyspell-get-word): Major rewrite.
19847         (flyspell-external-point-words): New locals pword, pcount.
19848         Fix size used in progress message.
19849         Find the proper corresponding word in flyspell-large-region-buffer.
19850         (flyspell-region): Check for flyspell-large-region = nil.
19851         (flyspell-highlight-incorrect-region): Clean up overlays in region.
19852         (flyspell-auto-correct-word): Check that WORD is a cons.
19853         (flyspell-correct-word): Likewise.
19855 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
19857         * progmodes/make-mode.el (makefile-rule-action-regex)
19858         (makefile-macroassign-regex, makefile-makepp-mode)
19859         (makefile-bsdmake-mode): Continuation lines may be empty.
19860         Reported by Joshua Varner.
19861         (makefile-makepp-font-lock-keywords): Add $(stem).
19863 2005-05-28  Karl Berry  <karl@gnu.org>
19865         * textmodes/tex-mode.el: Now that tex-send-command calls
19866         shell-quote-argument (2005-03-31 change), remove all calls to
19867         shell-quote-argument; they all end up invoking tex-send-command.
19868         The double quoting loses on filenames with non-safe characters,
19869         such as "@".  Reported by Frederik Fouvry.
19871 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
19873         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19874         about preserving point.
19876 2005-05-27  Jay Belanger  <belanger@truman.edu>
19878         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19879         Info-goto-node.
19881         * calc/calc-embed.el (calc-embed-arg): New variable.
19882         (calc-do-embedded-activate, calc-embedded-activate-formula)
19883         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19884         variable by new variable.
19885         (calc-embedded-make-info): Replace undeclared variable by new
19886         variable.  When selecting region with positive prefix
19887         argument, use end of previous line instead of beginning of line.
19889         * calc/calc-aent.el (calc-arg-values): Declare it.
19891         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19892         Declare them.
19894         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19896         * calc/calc.el (calc-alg-map): Declare it.
19898         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19900 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
19902         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19903         (gdb-registers-buffer, toggle-gdb-all-registers):
19904         Toggle display of floating point registers.
19905         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19907         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
19908         (toggle-gud-tooltip-dereference):
19909         Rename from gud-toggle-tooltip-dereference.
19911 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19913         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19915 2005-05-27  Jay Belanger  <belanger@truman.edu>
19917         * calc/calc-prog.el (calc-kbd-report): Remove.
19918         (calc-kbd-query): Rewrite.
19920 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
19922         * image.el (image-library-alist): Move to image.c.
19923         (image-type-available-p): Doc fix.
19925 2005-05-27  Lute Kamstra  <lute@gnu.org>
19927         * calc/calc.el (calc):
19928         * outline.el (outline-1, outline-2, outline-3, outline-4)
19929         (outline-5, outline-6, outline-7, outline-8):
19930         * textmodes/dns-mode.el (dns-mode):
19931         * textmodes/sgml-mode.el (sgml-namespace-face):
19932         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19933         (tex-verbatim-face, tex-use-reftex):
19934         * textmodes/texinfo.el (texinfo-heading-face):
19935         Specify customization group.
19937         * longlines.el: Don't require easy-mmode.
19938         (longlines-visible-face): Specify customization group.
19940 2005-05-27  Kenichi Handa  <handa@m17n.org>
19942         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19943         encoding table of windows-1251.
19945         * international/ucs-tables.el (ucs-set-table-for-input):
19946         If translation-table-for-input of a coding system is a symbol, get
19947         its translation-table property.
19949         * international/code-pages.el: Don't register a coding system into
19950         non-iso-charset-alist more than once.
19951         (cp-make-coding-system): Likewise.
19953 2005-05-26  John Wiegley  <johnw@newartisans.com>
19955         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19956         `eshell-resume-eval' is wrapped in a list, it indicates that the
19957         command was run asynchronously.  In that case, unwrap the value
19958         before checking the delimiter value.
19960         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19961         character before a space at the end of a line is \, assume the space
19962         is part of the last argument rather than a final argument separator.
19964         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19965         is in use, and the target is `t' or `nil' (which are the most common
19966         values), don't assume that the symbol target is a buffer.
19968 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19970         * calendar/calendar.el (calendar-mode-line-format):
19971         Use mode-line-highlight as mouse-face.
19973         * time.el (display-time-string-forms, display-time-update):
19974         Use mode-line-highlight as mouse-face.
19976 2005-05-26  Jay Belanger  <belanger@truman.edu>
19978         * calc/calc.el (calc-language-alist): Remove extra defvar.
19980 2005-05-26  Lute Kamstra  <lute@gnu.org>
19982         * arc-mode.el (archive-mode):
19983         * bookmark.el (bookmark-read-annotation-mode)
19984         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19985         * bs.el (bs-mode):
19986         * calc/calc-yank.el (calc-edit-mode):
19987         * calc/calc.el (calc-mode, calc-trail-mode):
19988         * calculator.el (calculator-mode):
19989         * chistory.el (command-history-mode):
19990         * comint.el:
19991         * cus-edit.el (custom-mode):
19992         * descr-text.el (describe-text-mode):
19993         * ebuff-menu.el (Electric-buffer-menu-mode):
19994         * ediff-util.el (ediff-mode):
19995         * emacs-lisp/re-builder.el (reb-mode):
19996         * emulation/vi.el (vi-mode-setup):
19997         * emulation/ws-mode.el (wordstar-mode):
19998         * eshell/esh-mode.el (eshell-mode):
19999         * forms.el (forms-mode):
20000         * help-mode.el (help-mode):
20001         * hexl.el (hexl-mode):
20002         * ibuffer.el (ibuffer-mode):
20003         * ielm.el (inferior-emacs-lisp-mode):
20004         * info.el (Info-mode, Info-edit-mode):
20005         * international/swedish.el:
20006         * ledit.el (ledit-from-lisp-mode):
20007         * locate.el (locate-mode):
20008         * mail/rmail.el (rmail-mode):
20009         * mail/rmailedit.el (rmail-edit-mode):
20010         * mail/rmailsum.el (rmail-summary-mode):
20011         * mail/supercite.el (sc-electric-mode):
20012         * net/eudc.el (eudc-mode):
20013         * net/quickurl.el (quickurl-list-mode):
20014         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20015         * obsolete/ooutline.el (outline-mode):
20016         * obsolete/options.el (Edit-options-mode):
20017         * obsolete/rnews.el (news-mode):
20018         * obsolete/rnewspost.el (news-reply-mode):
20019         * play/5x5.el (5x5-mode):
20020         * play/decipher.el (decipher-mode, decipher-stats-mode):
20021         * play/gomoku.el (gomoku-mode):
20022         * play/snake.el (snake-mode):
20023         * play/solitaire.el (solitaire-mode):
20024         * play/tetris.el (tetris-mode):
20025         * progmodes/ada-mode.el (ada-mode):
20026         * progmodes/antlr-mode.el (antlr-mode):
20027         * progmodes/autoconf.el (autoconf-mode):
20028         * progmodes/dcl-mode.el (dcl-mode):
20029         * progmodes/delphi.el (delphi-mode):
20030         * progmodes/ebrowse.el (ebrowse-tree-mode)
20031         (ebrowse-electric-list-mode, ebrowse-member-mode)
20032         (ebrowse-electric-position-mode):
20033         * progmodes/f90.el (f90-mode):
20034         * progmodes/fortran.el (fortran-mode):
20035         * progmodes/icon.el (icon-mode):
20036         * progmodes/idlw-help.el (idlwave-help-mode):
20037         * progmodes/idlw-shell.el (idlwave-shell-mode):
20038         * progmodes/idlwave.el (idlwave-mode):
20039         * progmodes/inf-lisp.el (inferior-lisp-mode):
20040         * progmodes/m4-mode.el (m4-mode):
20041         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20042         * progmodes/modula2.el (modula-2-mode):
20043         * progmodes/octave-inf.el (inferior-octave-mode):
20044         * progmodes/octave-mod.el (octave-mode):
20045         * progmodes/pascal.el (pascal-mode):
20046         * progmodes/sh-script.el (sh-mode):
20047         * progmodes/sql.el (sql-mode, sql-interactive-mode):
20048         * progmodes/vhdl-mode.el (vhdl-mode):
20049         * progmodes/xscheme.el (scheme-interaction-mode):
20050         * replace.el (occur-mode):
20051         * ses.el (ses-mode):
20052         * simple.el (completion-list-mode):
20053         * skeleton.el:
20054         * speedbar.el (speedbar-mode):
20055         * term.el (term-mode):
20056         * terminal.el (terminal-edit-mode):
20057         * textmodes/reftex-index.el (reftex-index-mode)
20058         (reftex-index-phrases-mode):
20059         * textmodes/reftex-sel.el (reftex-select-label-mode)
20060         (reftex-select-bib-mode):
20061         * textmodes/reftex-toc.el (reftex-toc-mode):
20062         * wdired.el (wdired-change-to-wdired-mode):
20063         * wid-browse.el (widget-browse-mode):
20064         Use run-mode-hooks.
20066         * array.el (array-mode):
20067         * calendar/todo-mode.el (todo-mode):
20068         * man.el (Man-mode):
20069         * play/landmark.el (lm-mode):
20070         * play/mpuz.el (mpuz-mode):
20071         Use kill-all-local-variables and run-mode-hooks.
20073         * subr.el (delay-mode-hooks): Specify indentation.
20075 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
20077         * xml.el (xml-substitute-special): Don't die for undefined xml
20078         entities.
20080 2005-05-26  Jay Belanger  <belanger@truman.edu>
20082         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20083         of nil.
20085 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
20087         * progmodes/gdb-ui.el (gdb-frame-address):
20088         Rename from gdb-current-address.
20089         (gdb-previous-frame-address): Rename from gdb-previous-address.
20090         (gdb-selected-frame): Rename from gdb-current-frame.
20091         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20092         (gdb-frame-number): Rename from gdb-current-stack-level.
20093         (gdb-ann3): Match new mode-name for disassembly buffer.
20094         Extend initialization of variables.
20095         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20096         (gdb-memory-mode): Use mouse-face in header line.
20097         (gdb-assembler-buffer-name): Call it disassembly and give frame
20098         in mode line.
20099         (gdb-source-spec-regexp, gdb-assembler-custom)
20100         (gdb-invalidate-assembler, gdb-frame-handler):
20101         Make robust to leading zeroes in address format.
20103 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
20105         * textmodes/org.el (org-mode): Use `define-derived-mode' to
20106         define `org-mode'.
20107         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20109 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20111         * log-edit.el (log-edit-changelog-entries): Distinguish between
20112         filenames like xfns.c and fns.c.
20114 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
20116         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20117         point after reverting.
20118         (Buffer-menu-make-sort-button): Handle the case where
20119         `Buffer-menu-use-header-line' is nil.
20121 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
20123         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20124         New funcs.  In minibuffer-local-completion-map bind `]', `/'
20125         and `:' to them.
20127 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20129         * startup.el (normal-top-level): Allow modification of load-path while
20130         we're iterating over it.
20132 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
20134         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20135         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20136         (thumbs-resize-interactive, thumbs-insert-image)
20137         (thumbs-insert-thumb, thumbs-dired-show-marked)
20138         (thumbs-find-image-at-point, thumbs-delete-images)
20139         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20140         (thumbs-increment-image-size, thumbs-decrement-image-size):
20141         Fix typos in docstrings.
20143 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
20145         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20146         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20147         (cperl-mode): Use them.
20149 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
20151         * window.el (quit-window, shrink-window-if-larger-than-buffer):
20152         Doc fixes.
20154 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
20156         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20157         Bind C-d to gdb-inferior-io-eof.
20159         * dired.el (dired-dnd-popup-notice): Use message-box.
20161 2005-05-23  Masatake YAMATO  <jet@gyve.org>
20163         * bindings.el (mode-line-major-mode-keymap):
20164         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20166         * faces.el (mode-line-highlight): New face.
20168         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20169         as mouse-face.
20171         * bindings.el (top-level, help-echo, mode-line-modified)
20172         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20173         as mouse-face.
20175 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
20177         * progmodes/cc-engine.el (c-guess-basic-syntax):
20178         Remove spurious call to `zerop'.
20180         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20182 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
20184         CC Mode update to 5.30.10:
20186         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20187         could go past the limit in decoration level 2, thereby causing
20188         errors during interactive fontification.
20190         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20191         the file is evaluated interactively.
20193         * cc-engine.el (c-guess-basic-syntax): Handle operator
20194         declarations somewhat better in C++.
20196         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20197         make use of `run-mode-hooks' which has been added in Emacs 21.1.
20198         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20199         (awk-mode): Use it.
20200         (make-local-hook): Suppress warning about obsoleteness.
20202         * cc-engine.el, cc-align.el, cc-cmds.el
20203         (c-append-backslashes-forward, c-delete-backslashes-forward)
20204         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20205         Compensate for return value from `forward-line' when it has moved
20206         but not to a different line due to eob.
20208         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20209         `objc-method-intro' and `objc-method-args-cont'.
20211 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
20213         CC Mode update to 5.30.10:
20215         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20216         in the copyright statement.  Incidentally, change "along with GNU
20217         Emacs" to "along with this program" where it occurs.
20219         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20220         so that it is interactive, hence can be found by M-x awk-mode
20221         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
20222         <gmorris+emacs@ast.cam.ac.uk>.
20224         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20225         Mode's regexps.
20227 2005-05-23  Kevin Ryde  <user42@zip.com.au>
20229         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20230         c-parse-state, to avoid a lisp error (on bad code).
20232 2005-05-23  Lute Kamstra  <lute@gnu.org>
20234         * subr.el (font-lock-defaults): Remove defvar as it's already
20235         defined in font-core.el.
20237         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20239 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
20241         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20242         more general and work when GDB variable "print pretty" is on,
20243         as with Emacs, for example.
20245 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
20247         * font-core.el: Update comment.
20249         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20250         Use `after-change-major-mode-hook' instead of `find-file-hook'.
20252         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20254 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
20256         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20257         and `yank-handler' in the doc strings.
20259 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20261         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
20263 2005-05-22  Richard M. Stallman  <rms@gnu.org>
20265         * help.el (describe-key): Move print-help-return-message call
20266         out of conditional.
20268         * progmodes/etags.el (list-tags): Use with-no-warnings.
20270         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20271         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20272         (starttls-extra-args, starttls-extra-arguments): Add defvars.
20274         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20276         * language/viet-util.el (viet-viscii-nonascii-translation-table):
20277         Add defvar.
20279         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20280         Use defvar, not defconst.
20282         * hexl.el (hexl-follow-line): Use with-no-warnings.
20284         * emulation/tpu-extras.el: Use write-file-functions instead of
20285         write-file-hooks.
20287         * dired.el (dired-font-lock-keywords): Fontify files with junk
20288         extensions even if marked by -F.
20290 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
20292         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20293         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20294         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20295         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20296         (concatenate, list-length, get*, getf, cl-remprop):
20297         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20298         (etypecase, progv, lexical-let, lexical-let*)
20299         (multiple-value-bind, multiple-value-setq, shiftf):
20300         Improve argument/docstring consistency.
20302         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20304 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
20306         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20307         doesn't exist.
20309         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
20310         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20312 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
20314         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20315         already deleted variables: auto-fill-hook, blink-paren-hook,
20316         lisp-indent-hook, inhibit-local-variables, unread-command-event,
20317         suspend-hooks, comment-indent-hook, meta-flag,
20318         before-change-function, after-change-function,
20319         font-lock-doc-string-face.
20321 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
20323         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20325 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
20327         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20328         rmail-dont-reply-to.
20330 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20332         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20333         literal blank when splitting new-header-values.
20335 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
20337         * calendar/cal-menu.el (cal-menu-update): Add separator as a
20338         string so that tmm doesn't create a completion entry for it.
20340         * textmodes/table.el (table-disable-menu): Ditto.
20342 2005-05-21  Richard M. Stallman  <rms@gnu.org>
20344         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20346         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20348         * net/rcompile.el (remote-compile): Use compilation-start.
20350         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20352 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
20354         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20355         Default to makefile-bsdmake-mode on BSD systems.
20357         * imenu.el (imenu-generic-expression, imenu--generic-function'):
20358         REGEXP may also be a search function now.  The part of doc-string
20359         for describing the structure was 95% identical to that of
20360         `imenu--generic-function'.  Unify it there.
20362         * progmodes/make-mode.el (makefile-imenu-generic-expression):
20363         Use function to find dependencies, because regexp alone is so complex,
20364         it easily goes into an endless loop.
20365         (makefile-makepp-mode): Also add submenu for Perl functions
20366         defined in the makefile.
20367         (makefile-bsdmake-mode): Special imenu-generic-expression no
20368         longer needed, due to function call.
20369         (makefile-match-dependency): Take BOUND into account when checking
20370         if we're through.
20372 2005-05-20  Jay Belanger  <belanger@truman.edu>
20374         * calc/calc-units.el (calc-invalidate-units-table):
20375         Use inhibit-read-only.
20376         (math-build-units-table-buffer): Use view-mode.
20378 2005-05-20  David Kastrup  <dak@gnu.org>
20380         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20381         easy-menu-add is not a nop on Emacs; and clarify when to call it.
20383 2005-05-20  Lute Kamstra  <lute@gnu.org>
20385         * diff-mode.el (diff-header-face, diff-file-header-face)
20386         (diff-index-face, diff-hunk-header-face, diff-removed-face)
20387         (diff-added-face, diff-changed-face, diff-function-face)
20388         (diff-context-face, diff-nonexistent-face): Put them in the
20389         diff-mode customization group.
20391 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20393         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20395         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20397         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20398         Minor regexp-optimization.
20400 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
20402         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20403         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20404         (org-agenda-add-time-grid-maybe): New function.
20405         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20406         (org-table-create): `dotimes' instead of `mapcar'.
20407         (org-xor): Simplify implementation.
20408         (org-agenda): `inhibit-redisplay' turned on.
20409         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20410         a consistent line after a state change.
20411         (org-agenda-remove-times-when-in-prefix): New option.
20412         (org-prefix-has-time): New variable.
20413         (org-parse-time-string): Optional argument NODEFAULT.
20414         (org-format-agenda-item): Parse items for time-of-day
20415         specifications and move these into the prefix if possible.
20416         (org-agenda-priority): Get current heading, not previous heading
20417         during agenda remote editing.
20419 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
20421         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20422         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20423         (remove-duplicates, delete-duplicates, substitute)
20424         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20425         (nsubstitute-if-not, find, find-if, find-if-not, position)
20426         (position-if, position-if-not, count, count-if, count-if-not)
20427         (mismatch, search, sort*, stable-sort, merge, member*)
20428         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20429         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20430         (intersection, nintersection, set-difference, nset-difference)
20431         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20432         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20433         (nsublis, tree-equal): Improve argument/docstring consistency.
20435         * subr.el (send-string, send-region): Remove obsolescence declaration.
20436         (window-dot, set-window-dot, read-input, show-buffer)
20437         (eval-current-buffer, string-to-int):
20438         Add release number to obsolescence declarations.
20440 2005-05-19  Kim F. Storm  <storm@cua.dk>
20442         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20443         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20445 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
20447         * faces.el (list-faces-display): Make back button respect optional
20448         regexp arg.
20450 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
20452         * calculator.el (calculator-radix-grouping-mode)
20453         (calculator-radix-grouping-digits, calculator-displayer)
20454         (calculator-radix-grouping-separator, calculator-copy-displayer):
20455         * dabbrev.el (dabbrev-search-these-buffers-only):
20456         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20457         (diff-advance-after-apply-hunk, diff-mode-hook)
20458         (diff-minor-mode-prefix):
20459         * imenu.el (imenu-use-popup-menu):
20460         * jit-lock.el (jit-lock-context-time):
20461         * newcomment.el (comment-fill-column, comment-column)
20462         (comment-style, comment-padding, comment-multi-line)
20463         (comment-empty-lines, comment-auto-fill-only-comments):
20464         * reveal.el (reveal-around-mark):
20465         * uniquify.el (uniquify-buffer-name-style)
20466         (uniquify-after-kill-buffer-p)
20467         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20468         (uniquify-min-dir-content, uniquify-separator)
20469         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20470         * w32-vars.el (w32-fixed-font-alist):
20471         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20472         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20473         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20474         * progmodes/perl-mode.el (perl-indent-level)
20475         (perl-continued-statement-offset, perl-continued-brace-offset)
20476         (perl-brace-offset, perl-brace-imaginary-offset)
20477         (perl-label-offset, perl-indent-continued-arguments)
20478         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20479         * progmodes/tcl.el (tcl-indent-level)
20480         (tcl-continued-indent-level, tcl-auto-newline)
20481         (tcl-tab-always-indent, tcl-electric-hash-style)
20482         (tcl-help-directory-list, tcl-use-smart-word-finder)
20483         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20484         (inferior-tcl-source-command):
20485         * textmodes/fill.el (enable-kinsoku):
20486         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20487         * textmodes/table.el (table-yank-handler):
20488         Specify missing group (and type, if simple) in defcustom.
20490 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
20492         * progmodes/compile.el (compilation-finish-function): Fix defvar.
20494 2005-05-19  Richard M. Stallman  <rms@gnu.org>
20496         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20498         * subr.el (event-basic-type): Don't get an error.
20499         (left-fringe-p): Function deleted.
20501         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20502         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20504         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20505         in recursive copy.
20507         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20509         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20511         * emacs-lisp/bytecomp.el
20512         (byte-compile-file-form-custom-declare-variable):
20513         Call byte-compile-nogroup-warn if appropriate.
20515         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20516         (compilation-set-window): Don't call left-fringe-p; do it directly.
20518 2005-05-19  Jay Belanger  <belanger@truman.edu>
20520         * calc/calc-graph.el (calc-graph-format-data): Make sure
20521         var-PlotRejects is bound before trying to check its value.
20523 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
20525         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20526         definition of this variable from reftex-global.el to reftex.el,
20527         because it is needed in the menu.
20529 2005-05-19  Lute Kamstra  <lute@gnu.org>
20531         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20532         years are fixed.  Don't insert a space after a dash.
20534 2005-05-19  Kim F. Storm  <storm@cua.dk>
20536         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20538 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
20540         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20541         strings, because (eq ... ?\\) is fairly frequent.
20543         * progmodes/make-mode.el (makefile-add-this-line-targets):
20544         Simplify and integrate into `makefile-pickup-targets'.
20545         (makefile-add-this-line-macro): Simplify and integrate into
20546         `makefile-pickup-macros.
20547         (makefile-pickup-filenames-as-targets): Simplify.
20548         (makefile-previous-dependency, makefile-match-dependency):
20549         Don't stumble over `::'.
20551 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
20553         * subr.el (post-command-idle-hook, post-command-idle-delay):
20554         Remove obsoletion of post-command-idle-hook and
20555         post-command-idle-delay.
20557         * faces.el (list-faces-display): Provide button when describe-face
20558         is called to take user back to the list of faces.
20560         * help-fns.el (describe-variable): Remove hyperlinks in a
20561         variable's value as these are quite frequently inappropriate.
20563         * follow.el (follow-submit-feedback, follow-mode):
20564         Remove references to post-command-idle-hook.
20566 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
20568         * progmodes/make-mode.el (makefile-previous-dependency)
20569         (makefile-match-dependency): Check for := (and in bsd mode also
20570         !=) to give a better result, even when font-lock is not on.
20572 2005-05-18  Jay Belanger  <belanger@truman.edu>
20574         * calc/calc-help.el (calc-s-prefix-help):
20575         Add `calc-copy-special-constant' to help string.
20577 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
20579         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20581 2005-05-18  Jay Belanger  <belanger@truman.edu>
20583         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20584         in linear factors are in proper order.
20586 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
20588         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20589         Support for jurabib.
20591         * textmodes/reftex.el (featurep): Define aliases for overlay
20592         commands, for XEmacs compatibility, and use these aliases in
20593         overlay initializations.
20594         (reftex-highlight): Use `reftex-move-overlay'.
20595         (reftex-unhighlight): Use `reftex-delete-overlay'.
20596         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
20597         (reftex-access-search-path): Use `reftex-uniquify' instead of
20598         `reftex-uniq'
20600         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20601         `before-string' property modification enables for Emacs as well.
20602         (reftex-select-item): Use `reftex-delete-overlay'.
20603         (reftex-select-mark): Use `reftex-make-overlay' and
20604         `reftex-overlay-put'.
20605         (reftex-select-unmark): Use `reftex-delete-overlay' and
20606         `reftex-overlay-put'.
20608 2005-05-18  Lute Kamstra  <lute@gnu.org>
20610         * emacs-lisp/lisp.el (check-parens): Fix docstring.
20612 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
20614         * add-log.el (add-change-log-entry):
20615         * array.el (array-make-template, array-reconfigure-rows)
20616         (array-init-max-row, array-init-max-column)
20617         (array-init-columns-per-line, array-init-field-width):
20618         * replace.el (replace-match-maybe-edit, perform-replace):
20619         * textmodes/spell.el (spell-region):
20620         Replace `read-input' by `read-string'.
20622         * forms.el (forms-mode):
20623         * finder.el (finder-compile-keywords):
20624         * shadowfile.el (shadow-read-files):
20625         Replace `eval-current-buffer' by `eval-buffer'.
20627         * terminal.el (te-pass-through):
20628         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20629         (ange-ftp-raw-send-cmd):
20630         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20631         (send-process-next-char, telnet-initial-filter, telnet):
20632         Replace `send-string' by `process-send-string'.
20634         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20635         (prolog-consult-region): Replace `send-string' by
20636         `process-send-string'; replace `send-region' by `process-send-region'.
20638         * progmodes/delphi.el (delphi-log-msg):
20639         Replace `set-window-dot' by `set-window-point'.
20641         * subr.el (window-dot, set-window-dot, read-input, send-string)
20642         (send-region, show-buffer, eval-current-buffer):
20643         Make really obsolete, as the comment says.
20645 2005-05-17  Kim F. Storm  <storm@cua.dk>
20647         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20648         (cua--init-keymaps): Bind C-return instead of S-return to set
20649         rectangle mark.
20651         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20652         instead of S-return to toggle/clear rectangle mark.
20654 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
20656         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20657         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20658         Also fontify plain strings assigned to variables, mostly so that a
20659         colon has a face and is thus not taken as a dependency separator.
20660         (makefile-previous-dependency): Inline the new matcher, because it
20661         is too complex to work in both directions.
20662         (makefile-match-dependency): Eliminate `backward' arg (see above).
20663         Completely reimplemented so as to not sometimes go into an endless
20664         loop.  It should also be more efficient, because first it only
20665         searches for `:', instead of applying the very complex regexp.
20666         (makefile-mode): Cancel `font-lock-support-mode', because blocks
20667         to be fontified in one piece can be too long for JIT.
20668         Makefiles are never *that* big.
20670 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
20672         * dired.el (dired-mode): Simplify.
20674 2005-05-17  Lute Kamstra  <lute@gnu.org>
20676         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20677         defcustom for the mode hook variable.
20679         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20680         Emacs Lisp Reference Manual.
20682 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
20684         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20685         (evenp, list*):
20686         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20687         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20689         * net/tramp-smb.el (tramp-smb-open-connection):
20690         Pass `tramp-chunksize' as fifth (required) argument.
20692 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
20694         * font-lock.el (lisp-font-lock-keywords-1):
20695         Set `font-lock-negation-char-face' for [^...] char group.
20696         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20698         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20699         a var, and refine it to mask one more level of nested vars.
20700         (makefile-rule-action-regex): Turn it into a var, and refine it so
20701         it recognizes backslashed continuation lines as belonging to the
20702         same command.
20703         (makefile-macroassign-regex): Refine it so it recognizes
20704         backslashed continuation lines as belonging to the same command.
20705         (makefile-var-use-regex): Don't look at the next char, because it
20706         might be the same one to be skipped by the initial [^$], leading
20707         to an overlooked variable use.
20708         (makefile-make-font-lock-keywords): Remove two parameters, which
20709         are now variables that some of the modes set locally.
20710         Handle dependency and rule action matching through functions, because
20711         regexps alone match too often.  Dependency matching now comes
20712         last, so it can check, whether a colon already matched something else.
20713         (makefile-mode): Inform that font-lock improves makefile parsing
20714         capabilities.
20715         (makefile-match-dependency, makefile-match-action): New functions.
20717 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
20719         * emacs-lisp/cl-extra.el (equalp): Doc fix.
20721         * align.el (align-regexp):
20722         * ansi-color.el (ansi-color-get-face):
20723         * array.el (array-reconfigure-rows, array-init-max-row)
20724         (array-init-max-column, array-init-columns-per-line)
20725         (array-init-field-width):
20726         * dired-aux.el (dired-trample-file-versions):
20727         * dired-x.el (dired-mark-sexp):
20728         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20729         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20730         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20731         * faces.el (face-read-integer):
20732         * files.el (backup-extract-version, insert-directory):
20733         * hexl.el (hexl-insert-decimal-char):
20734         * server.el (server-process-filter):
20735         * shell.el (shell-extract-num):
20736         * startup.el (command-line-1):
20737         * term.el (term-command-hook):
20738         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20739         (time-stamp-do-number):
20740         * time.el (display-time-update):
20741         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20742         (timezone-fix-time):
20743         * vms-patch.el (vms-suspend-resume-hook):
20744         * calendar/appt.el (appt-convert-time):
20745         * calendar/cal-bahai.el (mark-bahai-diary-entries):
20746         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20747         * calendar/cal-islam.el (mark-islamic-diary-entries):
20748         * calendar/calendar.el (calendar-cursor-to-date)
20749         (calendar-star-date):
20750         * calendar/diary-lib.el (diary-attrtype-convert)
20751         (mark-diary-entries, diary-entry-time):
20752         * calendar/solar.el (solar-get-number):
20753         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20754         * emacs-lisp/re-builder.el (reb-display-subexp):
20755         * emulation/edt.el (edt-set-scroll-margins):
20756         * emulation/tpu-extras.el (tpu-set-scroll-margins):
20757         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20758         (vip-get-ex-count):
20759         * emulation/viper-ex.el (viper-get-ex-token)
20760         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20761         * international/fontset.el (fontset-plain-name):
20762         * mail/feedmail.el (feedmail-look-at-queue-directory):
20763         * mail/mailalias.el (mail-get-names):
20764         * mail/rmail.el (rmail-convert-to-babyl-format):
20765         * mail/rmailsum.el (rmail-make-basic-summary-line)
20766         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20767         (rmail-summary-goto-msg):
20768         * mail/smtpmail.el (smtpmail-read-response):
20769         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20770         (ange-ftp-vms-add-file-entry):
20771         * play/gametree.el (gametree-looking-at-ply)
20772         (gametree-current-branch-score):
20773         * progmodes/ada-xref.el (ada-prj-find-prj-file)
20774         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20775         * progmodes/cperl-mode.el (condition-case):
20776         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20777         (ebrowse-set-member-buffer-column-width)
20778         (ebrowse-select-1st-to-9nth):
20779         * progmodes/etags.el (etags-snarf-tag):
20780         * progmodes/flymake.el (flymake-parse-line):
20781         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20782         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20783         (idlwave-shell-menu-def):
20784         * progmodes/ps-mode.el (ps-run-goto-error):
20785         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20786         (vhdl-speedbar-contract-level):
20787         * term/mac-win.el (x-handle-numeric-switch):
20788         * term/sun-mouse.el (sun-get-frame-data):
20789         * term/w32-win.el (x-handle-numeric-switch):
20790         * term/x-win.el (x-handle-numeric-switch):
20791         * textmodes/ispell.el (ispell-parse-output):
20792         * textmodes/nroff-mode.el (nroff-outline-level):
20793         * textmodes/reftex-cite.el (reftex-bib-sort-year)
20794         (reftex-bib-sort-year-reverse, reftex-format-citation):
20795         * textmodes/reftex-parse.el (reftex-init-section-numbers)
20796         (reftex-section-number):
20797         * textmodes/texinfmt.el (texinfo-paragraphindent):
20798         Replace `string-to-int' by `string-to-number'.
20800         * international/latexenc.el: Add page marker to force the "Local
20801         Variables:" string out of the last page.
20803 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
20805         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20806         tooltip-change-major-mode.
20807         (gud-tooltip-print-command): Remove case where gud-minor-mode
20808         is gdb ("--fullname").
20809         (gud-tooltip-tips): Turn GUD tooltips off for this case and
20810         explain to user.
20812 2005-05-16  Jay Belanger  <belanger@truman.edu>
20814         * calc/calc-store.el (calc-copy-special-constant): New function.
20816         * calc/calc-ext.el (calc-init-extensions): Add binding for
20817         `calc-copy-special-constant'.
20819         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20820         for the `calc-copy-special-constant' command.
20822 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
20824         * subr.el (left-fringe-p): New function.
20826         * progmodes/compile.el (compilation-setup): Set local value of
20827         overlay-arrow-string to "" always.
20828         (compilation-set-window): Left fringe then don't scroll.
20829         No left fringe then no arrow and scroll message to top.
20830         (compilation-context-lines): Adjust doc string accordingly.
20832 2005-05-16  Kim F. Storm  <storm@cua.dk>
20834         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20835         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20836         (ido-wide-find-dir-or-delete-dir): New command for M-d.
20837         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
20838         (ido-read-file-name): Handle commands with ido property value
20839         equal to find-file as reading a file name, to allow C-d to enter dired.
20840         (ibuffer-find-file): Add ido property with value find-file.
20842 2005-05-15  Kim F. Storm  <storm@cua.dk>
20844         * subr.el (open-network-stream-nowait): Remove.
20845         (open-network-stream-server): Remove.
20847 2005-05-15  Richard M. Stallman  <rms@gnu.org>
20849         * faces.el (describe-face): Output a definition link button.
20851         * help-mode.el (help-face-def): New button type.
20853         * emacs-lisp/copyright.el (copyright-fix-years):
20854         Match properly if the first year is 2-digit.
20855         Don't mess up the whitespace after the years by filling.
20857         * dired-aux.el (dired-mark-confirm):
20858         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20860         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20861         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20862         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20864         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20865         Set font-lock-comment-start-skip.
20867         * font-lock.el (font-lock-comment-start-skip): New variable.
20868         (font-lock-comment-end-skip): New variable.
20869         (font-lock-fontify-syntactically-region): Use them if non-nil.
20871 2005-05-15  Jay Belanger  <belanger@truman.edu>
20873         * calc/calc-store.el (calc-store-value): Return a string rather
20874         than display it as a message.
20875         Use calc-var-name for variable name.
20876         (calc-store-into): Add the result of calc-store-value to message.
20877         (calc-copy-variable): Add a message.
20878         (calc-store-exchange): Improve error messages.
20879         (calc-store-binary, calc-store-map): Don't reset the values of
20880         special constants.
20882 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
20884         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20885         manual to docstring.
20887         * files.el (hack-local-variables-confirm): Add STRING argument.
20888         Make the function handle non file visiting buffers correctly.
20889         (hack-local-variables-prop-line, hack-local-variables)
20890         (hack-one-local-variable): Use STRING arg of
20891         `hack-local-variables-confirm'.
20893 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
20895         Sync with Tramp 2.0.49.
20897         * net/tramp.el (tramp-handle-dired-call-process)
20898         (tramp-handle-insert-directory):`insert-buffer' cannot be used
20899         because the contents of the Tramp buffer is changed before
20900         insertion (`expand-file' and alike).
20901         (tramp-handle-insert-directory): If `localname' has an empty
20902         nondirectory name, it must not be quoted.
20903         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
20904         variable `tramp-chunksize'.  Change callees.
20905         (tramp-open-connection-setup-interactive-shell): Check remote host
20906         for buggy `send-process-string' implementation.
20907         Set `tramp-chunksize' if found.  Reported by Michael Kifer
20908         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20909         (tramp-handle-shell-command): `insert-buffer' cannot be used
20910         because the contents of the Tramp buffer is changed before
20911         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20912         <frederic.bothamy@free.fr>.
20913         (tramp-set-auto-save): Actions should be done for Tramp file name
20914         handler only.  Ange-FTP has its own auto-save mechanism.
20915         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20916         (tramp-set-auto-save-file-modes): Set file modes of
20917         `buffer-auto-save-file-name' to ?\600 as fallback solution.
20918         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20919         (tramp-bug): Remove obsolete variable.
20920         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
20921         for presence of `mml-mode'.  Make it running for older Emacsen as well.
20923 2005-05-14  John Paul Wallington  <jpw@pobox.com>
20925         * ibuf-ext.el (define-ibuffer-filter filename):
20926         If `dired-directory' is a list, use its car.
20928 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
20930         * ibuffer.el (define-ibuffer-column filename):
20931         If `dired-directory' is a list, use its car.
20933 2005-05-14  Richard M. Stallman  <rms@gnu.org>
20935         * subr.el (symbol-file): Doc fix.
20937         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20938         (byte-compile-form): Call byte-compile-nogroup-warn.
20939         (byte-compile-warning-types): Doc fix.
20941         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20943         * progmodes/cc-engine.el (c-literal-faces):
20944         Add font-lock-comment-delimiter-face.
20946         * net/net-utils.el (dig): Use with-no-warnings.
20948         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20949         (sc-recite-frame-alist, sc-default-cite-frame)
20950         (sc-default-uncite-frame, sc-default-recite-frame)
20951         (sc-attrib-selection-list, sc-rewrite-header-list):
20952         Mark as risky-local-variable.
20954         * international/ogonek.el (ogonek-jak, ogonek-how):
20955         Don't use beginning-of-buffer.
20957         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20959         * calendar/solar.el (solar-data-list): Move definition up.
20961         * dnd.el (dnd-protocol-alist): Add autoload.
20963         * progmodes/sh-script.el: Many doc usage fixes.
20964         (sh-indent-after-do): Change default to match common styles.
20966 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
20968         * files.el (interpreter-mode-alist)
20969         (auto-mode-interpreter-regexp): Doc fixes.
20971 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
20973         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20975         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20977 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20979         * dired.el (dired-mode): make-variable-buffer-local =>
20980         make-local-variable.
20982 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20984         * term/mac-win.el (mac-select-convert-to-string): Try coding
20985         systems in mac-script-code-coding-systems if specified one cannot
20986         encode string for `com.apple.traditional-mac-plain-text'.
20988 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
20990         * progmodes/make-mode.el (makefile-targets-face)
20991         (makefile-shell-face, makefile-makepp-perl-face): New faces.
20992         (makefile-dependency-regex): Fix it to not make the colon in
20993         $(var:a=b) special.
20994         (makefile-rule-action-regex): New regexp for highlighting embedded
20995         Shell strings.
20996         (makefile-macroassign-regex): Handle != for highlighting as
20997         embedded Shell strings.
20998         (makefile-var-use-regex): New const.
20999         (makefile-statements, makefile-automake-statements)
21000         (makefile-gmake-statements, makefile-makepp-statements)
21001         (makefile-bsdmake-statements): New consts.
21002         (makefile-make-font-lock-keywords): New function.
21003         (makefile-automake-font-lock-keywords)
21004         (makefile-gmake-font-lock-keywords)
21005         (makefile-makepp-font-lock-keywords)
21006         (makefile-bsdmake-font-lock-keywords): New consts.
21007         (makefile-mode-map): Add switchers between the various submodes.
21008         (makefile-mode): Document the availability of the variants.
21009         (makefile-automake-mode, makefile-gmake-mode)
21010         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21012         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21013         new variants of makefile-mode.
21015 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21017         * font-lock.el (font-lock-comment-delimiter-face): Fix up
21018         the inheritance.
21020 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
21022         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21023         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21025         * files.el (normal-mode): Extend the scope of the
21026         `enable-local-variables' binding to include the `set-auto-mode' call.
21027         (magic-mode-alist): Doc fix.
21029 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21031         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21032         font-lock-comment-face rather than copying its setting.
21034 2005-05-12  Andreas Schwab  <schwab@suse.de>
21036         * eshell/esh-mode.el (eshell-send-input): Doc fix.
21038 2005-05-12  Lute Kamstra  <lute@gnu.org>
21040         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21041         defcustom for the mode hook variable.  Delete the last argument.
21042         * generic-x.el: Fix callers of define-generic-mode.
21043         (generic-x-modes): Delete group.
21044         (show-tabs-tab-face, show-tabs-space-face): Put them in the
21045         generic-x customization group.
21047 2005-05-12  Kim F. Storm  <storm@cua.dk>
21049         * font-lock.el (font-lock-negation-char-face): Default to "off".
21051         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21052         font-lock-negation-char-face to ! in !=.
21054 2005-05-12  Masatake YAMATO  <jet@gyve.org>
21056         * add-log.el (find-change-log): Fix typos in the docstring
21057         of function.
21059 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
21061         * international/latexenc.el (latexenc-find-file-coding-system):
21062         Avoid `re-search-forward' when looking for input encoding because
21063         of speed and safety.  Better regular expressions for recognizing
21064         input encoding.  Limit a search for TeX-master/tex-main-file to
21065         the local variable section.
21067 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
21069         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21070         syntax of $ to "'" (quote).
21072 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
21074         * dnd.el (dnd-protocol-alist): Improve custom type.
21076         * dired.el (dired-dnd-protocol-alist): New variable.
21077         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
21078         `dired-mode-hook' to the end.
21080 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21082         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21083         comment-end if comment-start-skip is not set.
21084         Obey the font-lock-comment-delimiter-face variables.
21086 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21088         * files.el (executable-find): Move from executable.el.  Use
21089         locate-file.
21090         * progmodes/executable.el (executable-find): Move to files.el.
21092         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21093         when trying to ensure forward progress.
21095 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
21097         * mouse-sel.el (mouse-sel-follow-link-p): New function.
21098         (mouse-select, mouse-select-internal, mouse-extend-internal):
21099         Use it to implement mouse-1-click-follows-link functionality.
21101 2005-05-11  Richard M. Stallman  <rms@gnu.org>
21103         * font-lock.el (font-lock-fontify-syntactically-region):
21104         Use font-lock-comment-delimiter-face for comment delimiters.
21106 2005-05-10  Jay Belanger  <belanger@truman.edu>
21108         * calc/calc-help.el (calc-m-prefix-help): Add mention of
21109         preserving embedded modes.
21111 2005-05-10  Richard M. Stallman  <rms@gnu.org>
21113         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21115         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21116         Move from ada-stmt.el.
21117         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21119         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21120         Move to ada-mode.el.
21121         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21123         * cus-edit.el (custom-file): Call file-chase-links.
21125         * files.el (read-directory-name): Fix previous change.
21126         (hack-local-variables-confirm): New function.
21127         (hack-local-variables-prop-line, hack-local-variables)
21128         (hack-one-local-variable): Use it.
21130 2005-05-10  Lute Kamstra  <lute@gnu.org>
21132         * font-lock.el (font-lock-keywords-alist)
21133         (font-lock-removed-keywords-alist): Clarify docstrings.
21135 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
21137         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21138         (gdb-source-info): Check for preprocessor info.
21139         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
21140         a macro for a function.
21141         (gdb-info-breakpoints-custom): Try to find file again if not already
21142         found (user might have used GDB dir command).
21143         (gdb-get-location): Update gdb-location-alist correctly for change
21144         to gdb-info-breakpoints-custom.
21146         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21147         (gud-tooltip-print-command): Add gdbmi case.
21148         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21149         preprocessor info.
21151 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
21153         * startup.el (fancy-splash-insert): Fix typo in doc string.
21155 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
21157         * obsolete/float.el (string-to-float):
21158         * obsolete/hilit19.el (hilit-add-pattern):
21159         * obsolete/rnews.el (news-parse-range, news-select-message)
21160         (news-get-pruned-list-of-files): Replace `string-to-int' by
21161         `string-to-number'.
21163         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21164         `find-file-not-found-hooks'; use `add-hook'.
21165         (uncompress-while-visiting): Set `write-file-functions', not
21166         `write-file-hooks'; use `add-hook'.
21168 2005-05-09  Kim F. Storm  <storm@cua.dk>
21170         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21171         (cua-paste): Handle clipboard action.
21172         (cua--init-keymaps): Remap clipboard-kill-region and
21173         clipboard-kill-ring-save.
21175 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
21177         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21178         Improve commentary.
21180         * simple.el (next-error-overlay-arrow-position): Revert the change
21181         made on 2005-04-30.
21183 2005-05-07  Jay Belanger  <belanger@truman.edu>
21185         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21186         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21187         `calc-sel-reselect'.
21189         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21190         Calc is in embedded mode.
21192 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
21194         * progmodes/compile.el (compilation-setup):
21195         Set overlay-arrow-string to an empty string on text terminals.
21197         * textmodes/ispell.el (ispell-program-name): Try looking for
21198         "aspell" along exec-path, and if found, use it as the default
21199         speller program.
21201 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
21203         * international/mule.el (sgml-xml-auto-coding-function):
21204         Recognize encoding='FOO' in single quotes as well as in double quotes.
21206 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21208         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21209         as well as `interactive', so that defmacro* would recognize
21210         `declare' forms.
21212 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
21214         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21215         Explain more about the LIGHTER arg's usage in the doc string.
21216         Add commentary to clarify what the code does.  Fix the regexp that
21217         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
21218         since it could have characters special to regular expressions.
21220 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
21222         * replace.el (occur-1): Bind inhibit-read-only so that
21223         erase-buffer doesn't barf on read-only text properties (likewise
21224         for add-text-properties in occur-engine).  Mark buffer as unmodified.
21225         (occur-engine): Don't set buffer-read-only here.
21227 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21229         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21230         list-buffers-directory.  This caused the *cvs-commit* buffer to be
21231         sometimes mistakenly reused as a *cvs* buffer.
21233 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
21235         * tooltip.el: Move code for GUD tooltips into gud.el.
21236         (require): CL no longer needed to compile case.
21237         (tooltip-mode): Do not toggle functions for GUD tooltips.
21238         (tooltip-gud-tips-p): Remove.  Replace with minor mode
21239         gud-tooltip-mode in gud.el.
21240         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21241         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21242         tooltip-gud prefix with gud-tooltip and obsolete.
21243         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21244         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21245         (tooltip-mouse-motion): Mouse movement functions/variable.
21246         Rename in gud.el by adding gud prefix.
21247         (tooltip-gud-original-filter, tooltip-gud-dereference)
21248         (tooltip-gud-event, tooltip-toggle-gud-tips)
21249         (tooltip-gud-process-output, tooltip-gud-print-command)
21250         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
21251         gud.el by replacing tooltip-gud prefix with gud-tooltip.
21252         (gdb-tooltip-print): Move to gdb-ui.el.
21254         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21255         (require): CL needed to compile case.
21256         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21257         tooltip-gud-tips-p.  Make it a minor-mode.
21258         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21259         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21260         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21261         (gud-tooltip-change-major-mode)
21262         (gud-tooltip-activate-mouse-motions-if-enabled)
21263         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21264         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21265         (gud-tooltip-original-filter, gud-tooltip-dereference)
21266         (gud-tooltip-event, tooltip-toggle-gud-tips)
21267         (gud-tooltip-process-output, gud-tooltip-print-command)
21268         (gud-tooltip-tips): Move from tooltip.el.
21270         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21271         (gdb-cpp-define-alist-flags): Doc fix.
21272         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21273         gud-tooltip-mode is t.
21275 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21277         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21278         evaporate if their text is deleted.
21279         (goto-address-at-point): Make it work as a mouse binding as well.
21280         (goto-address-at-mouse): Obsolete it.  Update users.
21282 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
21284         * calendar/appt.el (top-level): No longer activate on load.
21286 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
21288         * calendar/cal-bahai.el (mark-bahai-diary-entries):
21289         * net/webjump.el (webjump):
21290         * progmodes/idlw-help.el (idlwave-do-context-help1)
21291         (idlwave-highlight-linked-completions):
21292         * textmodes/po.el (po-find-file-coding-system-guts):
21293         Replace `assoc-ignore-case' by `assoc-string'.
21295 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
21297         * files.el (locate-file): Doc fix.
21299         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21300         Remove the redundant test for ms-dos.
21302         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21303         look for the preprocessor with exec-suffixes.  If not found in
21304         standard places, look in exec-path.  Remove most of the tests that
21305         used system-type.
21307         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21309         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21311         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21312         file-name clash with jka-compr.el on 8+3 filesystems.
21314 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21316         * term/mac-win.el: Don't define or bind scroll bar functions if
21317         x-toolkit-scroll-bars is t.
21318         (x-select-text, x-get-selection-value): Clear
21319         x-last-selected-text-clipboard if x-select-enable-clipboard is
21320         nil.
21321         (PRIMARY): Put mac-scrap-name property.
21322         (mac-select-convert-to-file-url): New function.
21323         (public.file-url): New selection target type.  Add to
21324         selection-converter-alist.
21325         (x-get-selection, x-selection-value): Handle it.
21326         (x-cut-buffer-or-selection-value): New alias.
21328 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21330         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21331         entry to avoid calling bibtex-find-entry with arg global
21332         being t.  Remove arg key.
21333         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21334         (bibtex-copy-summary-as-kill): Change accordingly.
21336 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21338         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21339         (org-agenda-date-later): Use with-current-buffer.
21341 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
21343         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21344         (define-obsolete-variable-alias): Doc Fixes.
21346 2005-05-06  Kim F. Storm  <storm@cua.dk>
21348         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
21349         vertical-motion when selective-display is active.
21351         * ido.el (ido-setup-hook): New hook.
21352         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21353         (ido-input-stack): New var.
21354         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
21355         ido-next-work-file binding to M-O.
21356         Bind M-f to ido-wide-find-file-or-pop-dir.
21357         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21358         (ido-read-internal): Run ido-setup-hook.
21359         Catch quit in read-file-name and read-string to cancel edit.
21360         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21361         Automatically pop-all when completing a directory name (RET).
21362         (ido-file-internal): Add with-no-warnings around ffap and dired code.
21363         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21364         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21365         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21366         New functions for M-b/M-f to move among the directory components.
21367         (ido-make-merged-file-list): Catch quit to cancel merge.
21368         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21369         (ido-completion-help): No warnings for ido-completion-buffer-full.
21371 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
21373         * font-lock.el (font-lock-negation-char-face): New face and variable.
21374         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21375         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21376         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21377         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21379 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
21381         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21382         Fix typo in docstring.
21384         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21385         (ebrowse-print-statistics-line)
21386         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21388         * term/w32-win.el (image-library-alist): Add additional name for
21389         Xpm library.
21391 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
21393         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21394         use gcc instead of cpp.
21396         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21397         (gdb-create-define-alist): Use it.
21398         (gdb-cpp-define-alist-program): Update for MS-DOS.
21400 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
21402         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21404 2005-05-04  Richard M. Stallman  <rms@gnu.org>
21406         * help.el (describe-key): No error when UNTRANSLATED is nil.
21408         * simple.el (line-move-1): Fix previous change to signal errors
21409         appropriately.
21411 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
21413         * calendar/icalendar.el (icalendar-version): Now at 0.12.
21414         (icalendar-duration-correction): Remove.
21415         (icalendar--get-event-properties): Split result at commas.
21416         (icalendar--decode-isoduration): New optional argument
21417         DURATION-CORRECTION.
21418         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21419         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21420         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21421         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21422         (icalendar--convert-anniversary-to-ical): New functions, extracted
21423         from icalendar-export-region, with bug fixes.
21424         (icalendar-export-region): Use the above functions.
21425         (icalendar-import-buffer): Check before saving diary file.
21426         (icalendar--convert-recurring-to-diary)
21427         (icalendar--convert-non-recurring-all-day-to-diary)
21428         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21429         extracted from icalendar--convert-ical-to-diary, with bug fixes.
21430         (icalendar--convert-ical-to-diary): Use the above functions.
21432 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
21434         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21435         Remove these recent additions.
21436         (c-mode): Restore to before 2005-04-28.
21438         * progmodes/cc-vars.el (cc-define-list-program): Remove this
21439         recent addition.
21441         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21442         (gdb-define-alist): New variables.
21443         (gdb-create-define-alist): New function.
21444         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21445         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21446         with string-to-number.
21447         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
21449         * progmodes/gud.el: Replace string-to-int with string-to-number.
21450         (gud-find-file): Handle gdb-define-alist.
21452         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21454 2005-05-02  Jay Belanger  <belanger@truman.edu>
21456         * calc/calc-aent.el (math-read-token):
21457         * calc/calc-bin.el (calc-word-size):
21458         * calc/calc-ext.el (calc-read-number-fancy):
21459         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21460         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21461         * calc/calc-frac.el (calc-over-notation):
21462         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21463         (calc-graph-num-points, calc-graph-init):
21464         * calc/calc-prog.el (calc-read-parse-table-part)
21465         (calc-edit-macro-repeats):
21466         * calc/calc-yank.el (calc-do-grab-rectangle):
21467         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21468         Replace `string-to-int' by `string-to-number'.
21470 2005-05-02  Kim F. Storm  <storm@cua.dk>
21472         * kmacro.el: Use executing-kbd-macro-index variable.
21474 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
21476         * net/rlogin.el (rlogin-parse-words): Delete func.
21477         (rlogin): Use split-string, not rlogin-parse-words.
21478         Also, if there are option-like elements in the parsed args,
21479         take the host to be the first arg immediately following them.
21480         Suggested by Michael Mauger.
21482 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
21484         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21486 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
21488         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21489         (cc-mode-cpp-program): Rename to cc-define-list-program and
21490         move to cc-vars.el.
21492         * progmodes/cc-vars.el (cc-define-list-program):
21493         Change to "gcc -E -dM -".  Make customizable.
21495 2005-05-02  Kim F. Storm  <storm@cua.dk>
21497         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21499 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
21501         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21503         * international/mule-util.el (truncate-string): Remove alias and
21504         obsolete declaration.
21506         * international/mule-cmds.el (update-iso-coding-systems):
21507         Remove alias and obsolete declaration.
21509         * international/mule.el (coding-system-parent): Remove alias and
21510         obsolete declaration.
21512         * subr.el (define-function, sref): Remove aliases and obsolete
21513         declarations.
21514         (chars-in-region): Remove obsolete declaration.
21516 2005-05-01  Richard M. Stallman  <rms@gnu.org>
21518         * info.el (Info-mode): Set widen-automatically to nil, locally.
21520         * simple.el (widen-automatically): New variable.
21521         (pop-global-mark): Obey widen-automatically.
21523 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
21525         * term/xterm.el (function-key-map): Call substitute-key-definition
21526         before the keymap size is increased by a lot of define-key calls.
21528 2005-05-01  Richard M. Stallman  <rms@gnu.org>
21530         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21531         Rename ARG to ELEMENT.  Doc fix.
21533 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
21535         * allout.el (allout-exposure): Remove macro and obsolete declaration.
21536         Remove references to allout-exposure/change to allout-new-exposure.
21538         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21539         bytecode symbols.
21541         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21542         (compiled-function-p, focus-frame, unfocus-frame):
21543         Remove aliases and obsolete declarations.
21544         Back out inadvertent changes from previous commit.
21546 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
21548         * files.el (require-final-newline): Make Custom tags consistent
21549         with mode-require-final-newline.
21550         (mode-require-final-newline): Doc fix.
21552 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21554         * international/latexenc.el (latexenc-find-file-coding-system):
21555         Fix regular expressions.
21557 2005-05-01  David Kastrup  <dak@gnu.org>
21559         * international/latexenc.el (latexenc-find-file-coding-system):
21560         Fix regular expressions.
21562 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
21564         * subr.el (string-to-int): Make obsolete.
21566 2005-04-30  Richard M. Stallman  <rms@gnu.org>
21568         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21570         * loadup.el: load jka-comp-hook.
21572         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21573         (jka-compr-handler): Add autoload.  `put' calls moved
21574         to jka-comp-hook.el.
21575         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21576         (jka-compr-inhibit): Autoload.
21578         * jka-comp-hook.el: New file.
21579         Enable the mode by default.
21581         * files.el (backup-buffer-copy): Use copy-file instead
21582         of write-region, and put back the 'excl.
21584 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
21586         * progmodes/flymake.el (flymake-split-string)
21587         (flymake-split-string, flymake-log, flymake-pid-to-names)
21588         (flymake-reg-names, flymake-get-source-buffer-name)
21589         (flymake-unreg-names, flymake-add-line-err-info)
21590         (flymake-add-err-info): Clarify docstrings.
21591         (flymake-popup-menu, flymake-make-emacs-menu)
21592         (flymake-make-xemacs-menu): Add docstrings.
21593         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21594         Set variables directly throughout.
21596 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
21598         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21599         exists.  Initialize cc-define-alist.
21600         (c-mode): Add cc-create-define-alist locally to after-save-hook.
21601         If there is no file (Macroexpansion) don't create an alist.
21603 2005-04-29  Sam Steingold  <sds@gnu.org>
21605         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21606         (cc-create-define-alist): Use it instead of the hard-coded string.
21608 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21610         * international/mule-conf.el (file-coding-system-alist): Fix regexp
21611         for latexenc.
21613 2005-04-29  Lute Kamstra  <lute@gnu.org>
21615         * emacs-lisp/generic.el: Improve commentary section.
21616         (define-generic-mode): Improve docstring.
21618 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
21620         * textmodes/org.el (many places): Change to quiet the byte compiler.
21621         (org-prefix-format-compiled): New variable.
21622         (org-compile-prefix-format): New function.
21623         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21624         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21625         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21626         (org-get-entries-from-diary): Use `org-get-time-of-day' for
21627         consistency with entries from `org-mode' files.
21628         (org-get-time-of-day): Fix bug with partial matches early in a line.
21629         (org-non-link-chars): New constant.
21630         (org-link-regexp): Respect `org-non-link-chars'.
21631         (org-agenda-day-view): Remove command.
21632         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21633         (org-follow-bbdb-link, org-store-link): Search also company field.
21634         (org-highlight-overlay): New variable.
21635         (org-highlight, org-unhighlight): New functions.
21636         (org-agenda-mode): Add pre-command-hook to remove highlight.
21637         (org-evaluate-time-range): Behavior depends upon whether time stamp
21638         contains a time or not.
21639         (org-show-subtree, org-show-entry): New functions.
21640         (org-agenda-cleanup-fancy-diary): Remove empty lines.
21642 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
21644         * comint.el (comint-output-filter-functions): Add autoload cookie.
21646 2005-04-28  Kim F. Storm  <storm@cua.dk>
21648         * ido.el (ido-everywhere): Fix last change.
21650 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
21652         * international/latexenc.el: New file.
21653         * international/mule-conf.el (file-coding-system-alist): For .tex,
21654         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21656 2005-04-28  Lute Kamstra  <lute@gnu.org>
21658         * font-lock.el (font-lock-add-keywords)
21659         (font-lock-remove-keywords): Clarify docstring.
21660         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21661         Don't start docstrings with a `*'.
21662         (font-lock-update-removed-keyword-alist): Give it a docstring.
21664         * generic-x.el: Update commentary section.
21665         Only require font-lock when compiling.
21666         Define all modes conditionally.
21667         Place all generic modes in the generic-x-modes customization group.
21668         (generic-x-modes): New customization group.
21669         (generic-default-modes, generic-mswindows-modes)
21670         (generic-unix-modes, generic-other-modes): New constants.
21671         (generic-define-mswindows-modes, generic-define-unix-modes):
21672         Update docstrings.  Make them obsolete.
21673         (generic-extras-enable-list): New default value.  Update docstring.
21674         Improve :type.  Change :set function.
21675         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21676         Fix docstring.
21678         * emacs-lisp/generic.el (generic-mode-internal):
21679         Simplify font-lock-defaults.
21680         (define-generic-mode): Fix docstring.
21682 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21684         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21685         font-lock-face property to highlight matches.
21687 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
21689         * progmodes/cc-mode.el (cc-create-define-alist): New function.
21690         (cc-define-alist): New variable.
21691         (c-mode): Make it local and initialize it.
21693         * progmodes/gdb-ui.el (gdb-active-process): New variable.
21694         (gdb-exited): New function.
21695         (gdb-annotation-rules): Use it.
21696         (gdb-starting): Set gdb-active-process to t.
21697         (gdb-stopping): Amend doc string.
21698         (gdb-reset): Set gdb-active-process to nil.
21700         * tooltip.el (tooltip-gud-tips): Show the associated #define
21701         directives when a C program under GDB is not executing.
21703 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21705         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21706         font-lock-fontify-syntactic-keywords.
21708         * font-lock.el (font-lock-default-fontify-region): Don't force
21709         parse-sexp-lookup-properties to nil.
21711 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
21713         * man.el (man-mode-syntax-table): Set up `:' to have
21714         word-constituent syntax.
21716 2005-04-27  Lute Kamstra  <lute@gnu.org>
21718         * novice.el (disable-command): Don't add spurious newlines to the
21719         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
21721 2005-04-26  Jay Belanger  <belanger@truman.edu>
21723         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21724         than one window before deleting window.
21726 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
21728         * shell.el (shell-prompt-pattern): Doc fix.
21729         (shell-mode): Set paragraph-separate buffer locally to "\\'".
21731         * comint.el (comint-prompt-regexp, comint-get-old-input)
21732         (comint-use-prompt-regexp)
21733         (comint-use-prompt-regexp-instead-of-fields)
21734         (comint-replace-by-expanded-history, comint-send-input)
21735         (comint-output-filter, comint-get-old-input-default)
21736         (comint-line-beginning-position, comint-bol, comint-show-output)
21737         (comint-backward-matching-input, comint-forward-matching-input)
21738         (comint-next-prompt, comint-previous-prompt):
21739         Rename `comint-use-prompt-regexp-instead-of-fields' to
21740         `comint-use-prompt-regexp'.  Keep old name as alias and declare
21741         obsolete.
21742         (comint-use-prompt-regexp): Shorten first line of doc string.
21744         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21745         Set paragraph-separate buffer locally to "\\'".
21747         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21748         Adapt to above name change.
21750         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21751         (smbclient-prompt-regexp): Ditto.
21753         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21755 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
21757         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21758         gdb-location-list.
21759         Break lines that are over 80 characters wide.
21761 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21763         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21764         New fun and var, to preserve compatibility.
21766         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21768 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
21770         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21771         name to file-newer-than-file-p.
21773 2005-04-26  Richard M. Stallman  <rms@gnu.org>
21775         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21777         * progmodes/python.el (python-mode):
21778         Use new name eldoc-documentation-function.
21780         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21782         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21783         (eldoc-documentation-function):
21784         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
21786 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
21788         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21790 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
21792         * term/xterm.el (function-key-map): Fix strings for
21793         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
21794         {C,S,A,C-S}-{f1-f12}.
21796 2005-04-26  Kenichi Handa  <handa@m17n.org>
21798         * international/mule-cmds.el (select-safe-coding-system):
21799         Fix previous change.
21801 2005-04-26  Lute Kamstra  <lute@gnu.org>
21803         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21805         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21806         (font-lock-comment-delimiter-face): Ditto.
21808         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21810 2005-04-25  Jay Belanger  <belanger@truman.edu>
21812         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21813         to t while inserting information; use help-mode.
21815 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
21817         * term.el (ansi-term-color-vector): Use the xterm colors.
21818         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
21820 2005-04-25  Lute Kamstra  <lute@gnu.org>
21822         * font-core.el (font-lock-defaults): Fix docstring.
21824         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21826 2005-04-25  Kenichi Handa  <handa@m17n.org>
21828         * international/mule-cmds.el (select-safe-coding-system):
21829         Don't check consistency with coding: spec, etc if raw-text or
21830         no-conversion was found to be safe.
21832 2005-04-24  Richard M. Stallman  <rms@gnu.org>
21834         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21835         citation markers at start of each line.
21837         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21838         citation markers at start of each line.
21840         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21842         * files.el (mode-require-final-newline): Fix previous change.
21843         (require-final-newline): Fix type label.
21845 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
21847         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21848         statement in buffer (broken by 2004-11-24 change).
21850 2005-04-24  Kim F. Storm  <storm@cua.dk>
21852         * ido.el (ido-everywhere): Save and restore old read-buffer-function
21853         and read-file-name-function values.  Don't overwrite existing
21854         non-nil values if ido-mode is enabled without ido-everywhere.
21856 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
21858         * files.el (mode-require-final-newline): Minor doc fix.
21860 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
21862         * subr.el (syntax-after): Doc fix.
21863         (syntax-class): If argument is nil, return nil.  Mask off upper 16
21864         bits, not 8 bits.
21866         * files.el (mode-require-final-newline): Doc fix.
21867         (backup-buffer-copy): Fix last change.
21869 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21871         * term/mac-win.el: Require select.  Set selection-coding-system to
21872         mac-system-coding-system.  Call menu-bar-enable-clipboard.
21873         (x-last-selected-text-clipboard, x-last-selected-text-primary)
21874         (x-select-enable-clipboard): New variables.
21875         (x-select-text, x-get-selection, x-selection-value)
21876         (x-get-selection-value, mac-select-convert-to-string)
21877         (mac-services-open-file, mac-services-open-selection)
21878         (mac-services-insert-text): New functions.
21879         (CLIPBOARD, FIND): Put mac-scrap-name property.
21880         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21881         (public.tiff): Put mac-ostype property.
21882         (selection-converter-alist): Add entries for them.
21883         (mac-application-menu-map): New keymap.
21884         (interprogram-cut-function, interprogram-paste-function): Set to
21885         x-select-text and x-get-selection-value, respectively.
21886         (split-window-keep-point): Set to t.
21888 2005-04-23  Richard M. Stallman  <rms@gnu.org>
21890         * files.el (read-directory-name): Always pass non-nil
21891         DEFAULT-FILENAME arg to read-file-name.
21892         (backup-buffer-copy, basic-save-buffer-2): Take care against
21893         writing thru an unexpected existing symlink.
21894         (revert-buffer): In indirect buffer, revert the base buffer.
21895         (magic-mode-alist): Doc fix.
21896         (buffer-stale-function): Doc fix.
21897         (minibuffer-with-setup-hook): Avoid warning.
21898         (mode-require-final-newline): Doc and custom fix.
21900         * follow.el (follow-end-of-buffer): Use with-no-warnings.
21902         * font-lock.el (font-lock-comment-face): On terminals with few colors,
21903         use the default appearance.
21904         (font-lock-comment-delimiter-face): New face, new variable.
21906         * imenu.el (imenu--generic-function): The official position of a
21907         definition is the start of the line that BEG is in.
21909         * midnight.el (midnight-timer): Move defvar up.
21911         * mouse.el (mouse-drag-region-1): Delete some debugging code.
21913         * saveplace.el (save-place-to-alist): Use with-no-warnings.
21915         * startup.el (command-line): Use with-no-warnings.
21917         * window.el (window-size-fixed): New defvar.
21919         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21921         * mail/rmail.el (rmail-font-lock-keywords):
21922         Use font-lock-comment-delimiter-face.
21924         * mail/sendmail.el (mail-font-lock-keywords):
21925         Use font-lock-comment-delimiter-face.
21927         * progmodes/compile.el (next-error-highlight-timer): New defvar.
21929 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
21931         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21932         Specify t for LAXMATCH when matching directories.
21933         Save match data around compilation-compat-error-properties form.
21935 2005-04-23  David Kastrup  <dak@gnu.org>
21937         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21938         Mention that the autoloaded aliases should be kept for AUCTeX.
21940 2005-04-23  Andreas Schwab  <schwab@suse.de>
21942         * isearch.el (isearch-forward): Doc fix.
21944 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
21946         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21947         (jit-lock-stealth-nice): Change default value to 0.5.
21949 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21951         * abbrev.el (write-abbrev-file): Write table entries in
21952         alphabetical order by table name.
21954 2005-04-22  Kim F. Storm  <storm@cua.dk>
21956         * ido.el (ido-read-internal): Fix `list' completion.
21958 2005-04-22  Kenichi Handa  <handa@m17n.org>
21960         * recentf.el (recentf-save-file-coding-system): New variable.
21961         (recentf-save-list): Encode the file by
21962         recentf-save-file-coding-system and add coding: tag.
21964 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
21966         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21968 2005-04-21  Lute Kamstra  <lute@gnu.org>
21970         * loadhist.el (unload-feature): Don't remove a function from hooks
21971         if it is about to be restored to an autoload .  Remove functions
21972         that will become unbound from auto-mode-alist.  Simplify the code.
21974         * subr.el (assq-delete-all): New implementation that is linear,
21975         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
21976         (rassq-delete-all): New function.
21978         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21979         Add size-indication-mode.
21981 2005-04-21  Kenichi Handa  <handa@m17n.org>
21983         * international/mule-cmds.el: Add autoload for widget-value in
21984         eval-when-compile.
21986 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
21988         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21989         Add tooltip-mode.
21991         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21993 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
21995         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21996         (inferior-lisp-filter-regexp, inferior-lisp-program)
21997         (inferior-lisp-load-command, inferior-lisp-prompt)
21998         (inferior-lisp-mode-hook, lisp-source-modes)
21999         (inferior-lisp-load-hook): defvar->defcustom.
22000         (inferior-lisp-program, inferior-lisp-prompt)
22001         (inferior-lisp-load-hook): Doc fixes.
22002         (inferior-lisp-install-letter-bindings): Small change in
22003         introductory comment.
22005 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
22007         * vc.el (vc-annotate-color-map): Change some colors so that text
22008         using them as foreground is readable on both white and black
22009         backgrounds.
22011 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22013         * international/mule-conf.el (translation-table-for-input):
22014         Remove redundant declaration.
22016 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
22018         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22020         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22021         (tooltip-toggle-gud-tips): New function.
22023 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22025         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22026         right angle brackets.
22028 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
22030         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22032 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22034         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22035         Remove.  Update callers to use expand-file-name instead.
22037         * subr.el (syntax-class): New function.
22039         * simple.el (blink-matching-open): Use it.
22041         * paren.el (show-paren-function): Use it to recognize parens that are
22042         also used in 2-char comment markers.
22044 2005-04-19  Lute Kamstra  <lute@gnu.org>
22046         * loadhist.el (unload-feature): Update for new format of
22047         load-history.  Simplify the code.
22049 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22051         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22052         (mac-add-charset-info): New function.  Initialize variable
22053         mac-charset-info-alist using it.
22054         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22055         for translation.
22056         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22057         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22058         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22059         New CCL programs.
22061 2005-04-19  Kim F. Storm  <storm@cua.dk>
22063         * simple.el (next-buffer, prev-buffer, next-error)
22064         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22065         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22067         * bindings.el (next-buffer, prev-buffer, next-error)
22068         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22069         (clone-indirect-buffer-other-window): Move bindings from simple.el.
22070         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22071         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22073 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22075         * isearch.el (isearch-edit-string): Make the search-ring available for
22076         minibuffer history commands.
22077         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22078         the default history commands now work just as well.
22079         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22081 2005-04-18  Kim F. Storm  <storm@cua.dk>
22083         * emulation/cua-base.el (cua--pre-command-handler): Add more
22084         elaborate check for shift modifier on non-window systems.
22086 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
22088         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22090 2005-04-18  Kim F. Storm  <storm@cua.dk>
22092         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22093         and make it optional.  Don't test tooltip-gud-echo-area here.
22094         (tooltip-gud-process-output, gdb-tooltip-print):
22095         Pass tooltip-gud-echo-area to tooltip-show.
22096         (tooltip-help-tips): Remove second optional arg to tooltip-show.
22098 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22100         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22101         `display-graphic-p' may not be bound yet.
22103 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
22105         * startup.el (command-line): No longer enable Xterm Mouse mode by
22106         default in terminals compatible with xterm.
22108         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22110 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
22112         * tooltip.el (tooltip-gud-echo-area): Rename from
22113         tooltip-use-echo-area.
22114         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22115         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22116         area independently of where help tooltips are displayed.
22118 2005-04-17  David Kastrup  <dak@gnu.org>
22120         * cus-theme.el (custom-theme-write-variables): Quote variables
22121         where necessary.
22123 2005-04-17  Richard M. Stallman  <rms@gnu.org>
22125         * simple.el (yank-excluded-properties): Add follow-link to value.
22127         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22129         * startup.el (fancy-splash-max-time): Just 30 seconds.
22130         (fancy-splash-delay): Just 7.
22131         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22133         * loadhist.el (unload-feature): Update for new format of load-history.
22134         Simplify the code.
22136         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22137         (rmail-font-lock-keywords): Don't fontify the text of a citation.
22139         * mail/sendmail.el (mail-font-lock-keywords):
22140         Don't fontify subject text.
22141         Don't fontify the text of a citation.
22143 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
22145         * comint.el (comint-output-filter): Run comint-output-filter-functions
22146         with point where the user had it.
22148 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22150         * international/ucs-tables.el (ucs-set-table-for-input):
22151         Disable when using unify-on-decoding.
22153 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
22155         * emulation/cua-base.el (cua-global-mark-face): Add special case
22156         for displays supporting a high number of colors.
22158 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
22160         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22162 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
22164         * filesets.el (filesets-add-buffer): If user supplies a name of a
22165         non-existing fileset, create a new fileset.
22167 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
22169         * textmodes/org.el (org-up-heading-all): Fix bug with
22170         `outline-up-heading-all'.
22172 2005-04-16  Andreas Schwab  <schwab@suse.de>
22174         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22175         /etc/permissions.d/* and /etc/aliases.d/*.
22177 2005-04-16  Kenichi Handa  <handa@m17n.org>
22179         * international/code-pages.el (cp-make-coding-system):
22180         Set `translation-table-for-input' property value to the symbol
22181         ucs-mule-to-mule-unicode, not to that value.
22182         (pt154): Escape guillemet by `\'.
22184 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
22186         * loadup.el: Load tooltip if x-show-tip is fboundp.
22188         * startup.el (command-line): Add comment.
22190         * tooltip.el (tooltip-mode): Specify correct standard value for
22191         Custom in init-value.
22193 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
22195         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22196         possible.
22198 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
22200         * textmodes/org.el (org-agenda-date-prompt): Rename from
22201         `org-agenda-date-today'.
22202         (org-evaluate-time-range): Insert at point instead of directly
22203         after time range.
22204         (org-first-headline-recenter, org-subtree-end-visible-p)
22205         (org-optimize-window-after-visibility-change): New functions
22206         (org-agenda-post-command-hook): Don't allow point at end of line,
22207         to make sure it always hits the text properties.
22208         (org-agenda-next-date-line, org-agenda-previous-date-line):
22209         New commands.
22210         (org-set-regexps-and-options): Category may contain white space.
22211         (org-agenda-get-deadlines, org-agenda-get-scheduled):
22212         Improve marker positions.
22213         (org-agenda-new-marker): Argument POS made optional.
22214         (org-agenda-get-timestamps): Deadlines which are done are listed
22215         in org-done-face now.
22216         (org-agenda-get-todos, org-agenda-get-timestamps)
22217         (org-agenda-get-deadlines, org-agenda-get-scheduled):
22218         Set `undone-face' and `done-face' properties.
22219         (org-last-todo-state-is-todo): New variable.
22220         (org-todo): Set `org-last-todo-state-is-todo'.
22221         (org-agenda-todo): Change face according to
22222         `org-last-todo-state-is-todo'.  And change other lines referring to
22223         the same entry.
22224         (org-calendar-goto-agenda): New command.
22225         (org-calendar-to-agenda-key): New option.
22226         (org-startup-folded): New allowed value `content'.
22227         (org-set-regexps-and-options): Accept new value `content' for
22228         `org-startup-folded'.
22229         (org-get-current-options): Handle new value `content' for
22230         `org-startup-folded'.
22231         (org-insert-todo-heading): New command.
22232         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22233         interactively in empty file and option
22234         `org-insert-mode-line-in-empty-file' has been set.
22235         (org-agenda-todo, org-agenda-priority): Modify to use
22236         `org-agenda-change-all-lines'.
22237         (org-warning-face): Change color on dark background
22239 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22241         * international/mule-cmds.el (set-locale-environment): On Mac OS,
22242         use preferences AppleLocale and AppleLanguages, and variable
22243         mac-system-locale for default locale.  On Mac OS Classic, use
22244         mac-system-coding-system for default coding systems.
22246         * term/mac-win.el: Don't set file-name-coding-system.
22247         Decode variables system-name, emacs-build-system, user-login-name, and
22248         user-full-name by mac-system-coding-system on Mac OS Classic.
22249         (mac-system-coding-system): New variable.
22251 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
22253         * startup.el (command-line): Handle `xterm-mouse-mode' before
22254         reading init file.
22256         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22258 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
22260         * progmodes/sh-script.el (sh-here-document-word): Make it a
22261         defcustom.  Doc fix.
22262         (sh-add): Bash uses $(( )) for arithmetic.
22263         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22264         (sh-maybe-here-document): Remove quotes and leading whitespace
22265         from heredoc word when closing.  Indent heredoc with tabs if word
22266         starts with "-".
22268 2005-04-13  Richard M. Stallman  <rms@gnu.org>
22270         * simple.el (undo): Fix previous change.
22272         * custom.el (defface): Doc fix.
22274 2005-04-13  Lute Kamstra  <lute@gnu.org>
22276         * Makefile.in (DONTCOMPILE): Remove list.
22277         (compile, compile-always): Don't use DONTCOMPILE.
22278         (update-authors): Load the library in which batch-update-authors
22279         is defined.
22280         * makefile.w32-in (DONTCOMPILE): Remove list.
22281         (compile, compile-always): Fix comments.
22282         (update-authors): Load the library in which batch-update-authors
22283         is defined.
22285         * generic-x.el (generic-mode-ini-file-find-file-hook):
22286         Rename to ini-generic-mode-find-file-hook.
22287         Keep generic-mode-ini-file-find-file-hook as an alias.
22288         (ini-generic-mode-find-file-hook): Rename from
22289         generic-mode-ini-file-find-file-hook.  Fix docstring.
22290         (ini-generic-mode): Docstring change.
22291         (bat-generic-mode-run-as-comint): Silence the byte compiler.
22293         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22294         called from lisp.
22296         * generic.el: Move to the emacs-lisp subdir.
22298 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
22300         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22301         and C-S- function and cursor motion keys.
22303 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
22305         * startup.el (command-line): Enable Xterm Mouse mode by default.
22306         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22307         for Custom.  No longer show "Mouse" in mode line when enabled.
22308         Doc fix.
22310 2005-04-12  Kim F. Storm  <storm@cua.dk>
22312         * emulation/cua-base.el (cua-rectangle-face)
22313         (cua-rectangle-noselect-face): Define face attributes here.
22315         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22317 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22319         * startup.el (command-line): Turn off blinking cursor if
22320         cursorBlink in resources is off or false.
22322 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22324         * term/mac-win.el (dnd): Require dnd.
22325         (mac-drag-n-drop): Call dnd-handle-one-url.
22326         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22327         (kTextEncodingISOLatin2): Remove constants.
22328         (mac-script-code-coding-systems): New constant.
22329         (mac-handle-language-change): New function.
22330         (special-event-map): Bind it to `language-change' event.
22331         (mac-centraleurroman, mac-cyrillic): New coding systems.
22332         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22333         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22334         and mac-cyrillic-encoder to encode-mac-centraleurroman and
22335         encode-mac-cyrillic, respectively.
22337 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
22339         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22340         Don't set overlay-arrow-string to "=>" as this is done
22341         globally in C now.
22343 2005-04-12  Lute Kamstra  <lute@gnu.org>
22345         * generic-x.el (rc-generic-mode, rul-generic-mode):
22346         Fix auto-mode-alist entries.
22347         (etc-fstab-generic-mode): Tweak fontification.
22349         * generic.el (generic-make-keywords-list): Fix docstring.
22350         (generic-mode-internal): Simplify generic-font-lock-keywords.
22352 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
22354         * whitespace.el (whitespace-buffer-leading)
22355         (whitespace-buffer-trailing): Revert the incorrect test inversion.
22356         However, fix the highlight area for the leading and
22357         trailing whitespaces to show space.
22359 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
22361         * whitespace.el (whitespace-version): Bump to 3.5
22363         (whitespace-buffer-leading, whitespace-buffer-trailing):
22364         Invert sense of the test to highlight the whitespace.
22366 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
22368         * progmodes/gud.el (gud-display-line): GUD uses its own
22369         overlay arrow now so don't set overlay-arrow-string.
22370         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22372 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
22374         * term.el (term-ansi-current-bold, term-ansi-current-underline)
22375         (term-ansi-current-reverse, term-ansi-current-invisible)
22376         (term-ansi-face-already-done): Change to boolean.
22377         (term-reset-terminal, term-handle-colors-array): Handle the above
22378         vars accordingly.
22379         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22380         (term-emulate-terminal): Use the new name.
22382         * faces.el (secondary-selection): Use yellow1, not yellow.
22383         (trailing-whitespace): Use red1, not red.
22385 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22387         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22388         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22389         (dired-dnd-handle-file): Call dnd-get-local-file-uri
22391         * cus-edit.el (dnd): New group.
22393         * term/w32-win.el (dnd): Require dnd
22394         (w32-drag-n-drop): Call dnd-handle-one-url.
22396         * x-dnd.el: Require dnd.
22397         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22398         Call dnd-handle-one-url.
22399         (x-dnd-types-alist, x-dnd-insert-utf8-text)
22400         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22401         to dnd-insert-text.
22402         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22403         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22404         (x-dnd-get-local-file-name, x-dnd-open-local-file)
22405         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22407         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22409 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22411         * wdired.el: Doc fixes.
22412         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22413         (wdired-use-dired-vertical-movement): Rename from
22414         wdired-always-move-to-filename-beginning.
22415         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22416         (wdired-change-to-wdired-mode): Change mode name.
22417         (wdired-newline): Delete.
22419 2005-04-11  Richard M. Stallman  <rms@gnu.org>
22421         * whitespace.el (whitespace-highlight-the-space):
22422         Don't call whitespace-unhighlight-the-space here.
22424         * simple.el (undo): Record t in undo-equiv-table
22425         for the redo record made by an undo-in-region.
22427 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
22429         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22430         (gdb-frame-inferior-io-buffer): New Functions to control
22431         display of separate IO buffer.
22432         (menu): Add them to menu-bar.
22433         (gdb-display-buffer): Check for buffer another frame.
22434         Protect GUD buffer.
22435         (gdb-setup-windows): Create IO buffer if not already there.
22436         (gdb-memory-mode): Remove purecopy noops.
22438 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
22440         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22441         and pass to self-insert-command.
22443 2005-04-11  Lute Kamstra  <lute@gnu.org>
22445         * generic.el: Commentary section cleanup.
22446         (generic): Delete.
22447         (generic-use-find-file-hook, generic-lines-to-scan)
22448         (generic-find-file-regexp, generic-ignore-files-regexp)
22449         (default-generic-mode, generic-mode-find-file-hook)
22450         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22451         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
22452         (generic-use-find-file-hook, generic-lines-to-scan)
22453         (generic-find-file-regexp, generic-ignore-files-regexp)
22454         (default-generic-mode, generic-mode-find-file-hook)
22455         (generic-mode-ini-file-find-file-hook): Move from generic.el.
22457 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
22459         * bookmark.el (bookmark-write-file): Catch errors writing file.
22460         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22462 2005-04-10  Richard M. Stallman  <rms@gnu.org>
22464         * startup.el (fancy-splash-tail): Update copyright year.
22465         (command-line): Split part of -Q into -D.
22466         (emacs-basic-display): New defvar.
22467         (fancy-splash-text): Correct name of menu item.
22469         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22471         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22472         lines in one node.
22474         * comint.el (comint-send-input): New arg ARTIFICIAL.
22475         Callers in this file changed.
22477         * abbrev.el (define-abbrevs): Read system abbrevs properly.
22479         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22481 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
22483         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
22484         `ldap-search-internal'.
22486 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22488         * files.el (set-auto-mode-1): Use line-end-position.
22490         * international/latin-1.el:
22491         * international/latin-2.el:
22492         * international/latin-3.el:
22493         * international/latin-4.el:
22494         * international/latin-5.el:
22495         * international/latin-8.el:
22496         * international/latin-9.el: Give punctuation syntax to NBSP.
22498         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22499         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22500         Use char-classes to accept non-ascii letters, accepted in some recent
22501         bibtex implementations.
22503 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
22505         * custom.el (custom-set-minor-mode): Any non-nil value for the
22506         variable should enable the mode when set through Custom.
22508 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22510         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22511         TAB binding so tab-always-indent is obeyed.
22512         (vhdl-minibuffer-local-map): Move initialization into declaration.
22513         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22514         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22515         (vhdl-hooked-abbrev): Avoid test for XEmacs.
22516         (vhdl-current-line): Use line-beginning-position.
22517         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22518         with-output-to-temp-buffer, so the current position can be recorded.
22520 2005-04-10  Masatake YAMATO  <jet@gyve.org>
22522         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22523         Add regexp for gcov.
22525 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22527         * calendar/time-date.el (time-to-seconds, seconds-to-time)
22528         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22529         syntax which Emacs 20 doesn't support.
22531 2005-04-09  Richard M. Stallman  <rms@gnu.org>
22533         * help.el (describe-key-briefly, describe-key):
22534         Replace strings as event types with "(any string)".
22536 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22538         * arc-mode.el (archive-mode-map): Move initialization into
22539         the declaration.  Override *all* bindings of `undo'.
22540         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22542 2005-04-09  Jay Belanger  <belanger@truman.edu>
22544         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22546 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
22548         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22549         (xterm-register-default-colors): Update color values computation
22550         to match xterm-200.
22552 2005-04-09  Kenichi Handa  <handa@m17n.org>
22554         * international/code-pages.el (iso-latin-7): Fix the map.
22556 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
22558         * emacs-lisp/lisp.el (defun-prompt-regexp)
22559         (parens-require-spaces, buffer-end, end-of-defun)
22560         (insert-parentheses): Doc fixes.
22562 2005-04-08  Kim F. Storm  <storm@cua.dk>
22564         * comint.el (comint-highlight-prompt): Fix face spec.
22565         * hi-lock.el (hi-green): Likewise.
22567 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
22569         * cus-edit.el (custom-modified-face):
22570         * comint.el (comint-highlight-input): Fix previous changes.
22571         * term.el (term-handle-ansi-escape): Add a comment.
22573 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22575         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22576         in the buffer and in whitespace-highlighted-space.
22577         (whitespace-unhighlight-the-space): Simplify.
22578         (whitespace-buffer): Simplify.
22580 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
22582         * textmodes/table.el (table-cell-face): Add special case for
22583         displays supporting a high number of colors.
22584         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22585         (vhdl-font-lock-reserved-words-face)
22586         (vhdl-speedbar-architecture-face)
22587         (vhdl-speedbar-instantiation-face)
22588         (vhdl-speedbar-architecture-selected-face)
22589         (vhdl-speedbar-instantiation-selected-face): Likewise.
22590         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22591         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22592         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22593         (ebrowse-root-class-face, ebrowse-member-attribute-face)
22594         (ebrowse-progress-face): Likewise.
22595         * progmodes/compile.el (compilation-info-face): Likewise.
22596         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22597         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22598         * calendar/calendar.el (diary-face): Likewise.
22599         * woman.el (woman-italic-face, woman-bold-face)
22600         (woman-unknown-face): Likewise.
22601         * wid-edit.el (widget-button-pressed-face): Likewise.
22602         * whitespace.el (whitespace-highlight-face): Likewise.
22603         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22604         * pcvs-info.el (cvs-marked-face): Likewise.
22605         * info.el (info-xref): Likewise.
22606         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22607         * hilit-chg.el (highlight-changes-face)
22608         (highlight-changes-delete-face): Likewise.
22609         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22610         (hi-red-b): Likewise.
22611         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22612         * font-lock.el (font-lock-keyword-face)
22613         (font-lock-function-name-face, font-lock-warning-face): Likewise.
22614         * cus-edit.el (custom-invalid-face, custom-modified-face)
22615         (custom-set-face, custom-changed-face, custom-variable-tag-face)
22616         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22617         * comint.el (comint-highlight-prompt): Likewise.
22619 2005-04-08  Lute Kamstra  <lute@gnu.org>
22621         * font-lock.el (font-lock-keywords): Docstring fixes.
22623 2005-04-08  Kenichi Handa  <handa@m17n.org>
22625         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22626         chars are more than a limit, print " and more..." at the tail.
22628 2005-04-08  Kim F. Storm  <storm@cua.dk>
22630         * emacs-lisp/authors.el (authors-aliases): Update list.
22631         (authors-ignored-files): New list.
22632         (authors-fixed-entries): Fix typo.
22633         (authors-renamed-files-alist): Update list.
22634         (authors-add): Check authors-ignored-files.
22636 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
22638         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22639         optional, to ensure backward compatibility.
22641 2005-04-08  Stephen Eglen  <stephen@gnu.org>
22643         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22645 2005-04-08  Kim F. Storm  <storm@cua.dk>
22647         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22649         * mouse.el (mouse-on-link-p): Doc fix.
22651 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
22653         * ielm.el (ielm-prompt-read-only): Doc fix.
22655         * comint.el (comint-prompt-read-only): Doc fix.
22657 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
22659         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22660         ensure dired always handles wildcards passed to ffap.
22661         (find-file-at-point): Use it.
22662         (ffap-dired-wildcards): Doc fix.
22664 2005-04-07  Juri Linkov  <juri@jurta.org>
22666         * simple.el (next-error-overlay-arrow-position): New defvar.
22667         Put "=>" on its property `overlay-arrow-string'.  Add it to
22668         `overlay-arrow-variable-list'.
22670         * progmodes/compile.el (compilation-setup):
22671         Set `next-error-overlay-arrow-position' to nil.  Also set it to
22672         nil in the local hook `kill-buffer-hook'.  Make local variable
22673         `overlay-arrow-string' and set it to "=>".
22674         (compilation-goto-locus): Set BOL position to
22675         `next-error-overlay-arrow-position' instead of
22676         `overlay-arrow-position'.
22678         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22679         locally instead of adding it to the global hook.
22680         (Info-kill-buffer): Move up.
22682 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
22684         * term/xterm.el (xterm-standard-colors): Update color values from
22685         xterm-200.
22687 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22689         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22691         * fast-lock.el:
22692         * lazy-lock.el: Move them to the obsolete subdir.
22694 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22696         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22697         (wdired-add-replace-advice): Remove.
22698         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22700 2005-04-06  Kim F. Storm  <storm@cua.dk>
22702         * startup.el (command-line): Add --bare-bones alias for -Q.
22704 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22706         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22707         create the startup fontset if a font specification ends with
22708         `mac-roman'.
22710 2005-04-06  Lute Kamstra  <lute@gnu.org>
22712         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22713         change.
22715         * emacs-lisp/copyright.el (copyright-update-year): Replace the
22716         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
22718 2005-04-05  Lute Kamstra  <lute@gnu.org>
22720         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22721         (define-generic-mode): Ditto.  Fix debug declaration.
22723         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22724         Put them in the generic-x group.
22726         * calendar/timeclock.el (timeclock): Doc fix.
22728         * generic.el (define-generic-mode): Don't use custom-current-group.
22729         Document default :group value.
22730         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22731         (define-global-minor-mode): Don't use custom-current-group.
22733 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
22735         * startup.el (command-line-1): Display startup-echo-area-message
22736         when fancy splash screen is in use.
22738         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22739         (sh-escaped-newline): New face.
22740         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22741         newline, and use sh-escaped-newline face.
22743         * progmodes/tcl.el (tcl-escaped-newline): New face.
22744         (tcl-builtin-list): New variable.
22745         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22746         newlines.  Fix keywords subexpression number.
22748 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
22750         * textmodes/org.el (org-diary-default-entry): Fix call to
22751         `add-to-diary-entry'.
22753 2005-04-05  Kim F. Storm  <storm@cua.dk>
22755         * ediff-init.el: Use (featurep 'xemacs).
22757 2005-04-05  David Ponce  <david@dponce.com>
22759         * cus-edit.el (face): Derive from symbol widget.  Display sample
22760         of the current face on the fly.
22761         (widget-face-sample-face-get, widget-face-notify): New functions.
22762         (widget-face-value-create): Remove.
22764         * wid-edit.el (widget-field-end): Temporarily remove field
22765         narrowing before to call `get-char-property'.
22767 2005-04-04  Jay Belanger  <belanger@truman.edu>
22769         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22770         (math-read-subscripts): New variable.
22771         (math-read-preprocess-string): Process subscripts.
22773 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
22775         * comint.el (comint-prompt-read-only): Doc fix.
22777         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22778         `-1'.  Doc fix.
22780 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
22782         * textmodes/org.el (org-insert-mode-line-in-empty-file):
22783         Change default value to nil.
22785 2005-04-04  Lute Kamstra  <lute@gnu.org>
22787         * autorevert.el (auto-revert-mode): Specify :group.
22788         * battery.el (display-battery-mode): Specify :group.
22789         * diff-mode.el (diff-minor-mode): Specify :group.
22790         * font-core.el (font-lock-mode): Specify :group.
22791         * hl-line.el (hl-line-mode): Specify :group.
22792         * iimage.el (iimage): New customization group.
22793         (iimage-mode): Specify :group.
22794         * longlines.el (longlines-mode): Specify :group.
22795         * master.el: Don't require easy-mmode.
22796         (master): New customization group.
22797         (master-mode): Specify :group.
22798         * msb.el (msb-mode): Specify :group.
22799         * reveal.el (reveal-mode): Specify :group.
22800         * simple.el (next-error-follow-minor-mode): Specify :group.
22801         * smerge-mode.el (smerge-mode): Specify :group.
22802         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22803         * emulation/cua-base.el (cua-mode): Specify :group.
22804         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22805         * language/thai-util.el (thai-auto-composition-mode)
22806         (thai-word-mode): Specify :group.
22807         * mail/supercite.el (sc-minor-mode): Specify :group.
22808         * progmodes/cwarn.el (cwarn-mode): Specify :group.
22809         * progmodes/flymake.el (flymake-mode): Specify :group.
22810         * progmodes/glasses.el (glasses-mode): Specify :group.
22811         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22812         * textmodes/enriched.el (enriched-mode): Specify :group.
22813         * textmodes/refill.el (refill-mode): Specify :group.
22815         * add-log.el (change-log-font-lock-keywords): Names in
22816         parenthesized lists can contain spaces.
22818 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
22820         * startup.el (fancy-splash-text): Shorten default text of
22821         "Emacs Tutorial" line.  Also, if the current language env
22822         indicates an available tutorial file other than TUTORIAL,
22823         extract its title and append it to the line in parentheses.
22824         (fancy-splash-insert): If arg is a thunk, funcall it.
22826 2005-04-04  Jay Belanger  <belanger@truman.edu>
22828         * calc.el (calc-language-alist): Add tags to customization type.
22830 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
22832         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22833         Doc fix.
22835 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
22837         * add-log.el (change-log-font-lock-keywords): The manual
22838         describing a Change Log entry, says: (...) "Aside from these
22839         header lines, every line in the change log starts with a space or
22840         a tab.".  The font-lock was not highlighting lines started with
22841         spaces, added support for it.
22843 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22845         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22846         (bibtex-generate-url-list): Update docstring accordingly.  Put the
22847         complex example in the docstring.
22848         (bibtex-font-lock-url): Use pop.
22850 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22852         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22854         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22856 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
22858         * filesets.el (filesets-set-default): Doc fix.
22860 2005-04-03  Lute Kamstra  <lute@gnu.org>
22862         * generic.el (define-generic-mode): Add argument to specify
22863         keywords for defcustom.
22864         (default-generic-mode): Specify :group.
22866         * generic-x.el: Specify :group for all generic modes.
22868         * desktop.el (desktop-no-desktop-file-hook)
22869         (desktop-after-read-hook): Doc fix.
22871 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
22873         * simple.el (visible-mode): Use explicit :group keyword.
22874         This changes the group of `visible-mode-hook' from paren-blinking
22875         to editing-basics.
22877 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
22879         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
22880         mailbox specifications as well as URLs.
22881         (rmail-insert-inbox-text): Remove unused conditional branches.
22883 2005-04-01  Jay Belanger  <belanger@truman.edu>
22885         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22886         (calc-gnuplot-print-command): Move definitions to calc.el.
22888         * calc/calc-embed.el (calc-embedded-announce-formula)
22889         (calc-embedded-open-formula, calc-embedded-close-formula)
22890         (calc-embedded-open-word, calc-embedded-close-word)
22891         (calc-embedded-open-plain, calc-embedded-close-plain)
22892         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22893         (calc-embedded-open-mode, calc-embedded-close-mode):
22894         Move definitions to calc.el.
22896         * calc/calc.el (calc-settings-file, calc-language-alist):
22897         Make customizable.
22898         (calc-embedded-announce-formula, calc-embedded-open-formula)
22899         (calc-embedded-close-formula, calc-embedded-open-word)
22900         (calc-embedded-close-word, calc-embedded-open-plain)
22901         (calc-embedded-close-plain, calc-embedded-open-new-formula)
22902         (calc-embedded-close-new-formula, calc-embedded-open-mode)
22903         (calc-embedded-close-mode, calc-gnuplot-name)
22904         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22905         from other files and make customizable.
22907 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22909         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22910         Use buffer-live-p.
22911         (cvs-mode-run): Don't call cvs-update-header here.
22912         (cvs-run-process): Call cvs-update-header.
22913         Use process properties for cvs-postprocess and cvs-buffer so that
22914         the sentinel can behave better if the temp buffer is killed.
22915         Use a pipe rather than a tty, to better handle unexpected prompts.
22916         (cvs-sentinel): Rewrite.  Call cvs-update-header.
22918 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
22920         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22921         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
22923 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22925         * generic.el (define-generic-mode): Add indentation rule.
22927 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
22929         * files.el (mode-require-final-newline): Make Custom correctly
22930         report a nil value and allow to set it to nil via Custom.
22931         Doc fix.
22933 2005-04-01  Kenichi Handa  <handa@m17n.org>
22935         * international/characters.el: Enable the correct case setting for
22936         dotless-i and dotted-I.
22938 2005-04-01  Kim F. Storm  <storm@cua.dk>
22940         * ido.el (ido-file-internal): Fall back to non-ido command if
22941         initial directory is on slow ftp (or tramp) host.
22943 2005-03-31  Richard M. Stallman  <rms@gnu.org>
22945         * emacs-lisp/autoload.el (make-autoload):
22946         Handle define-global-minor-mode.
22948         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22949         Rename from easy-mmode-define-global-mode.
22950         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22952         * progmodes/scheme.el (scheme-mode-syntax-table):
22953         Update syntax of | and # for two-character comment syntax.
22955 2005-03-31  Lute Kamstra  <lute@gnu.org>
22957         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22958         (define-minor-mode): Call custom-current-group at load-time.
22960         * generic.el (define-generic-mode): Add debug declaration.
22961         Add defcustom for the mode hook.
22962         (generic-mode-internal): Use run-mode-hooks.
22964 2005-03-31  Kim F. Storm  <storm@cua.dk>
22966         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22967         (mouse-fixup-help-message): New defun called by show_help_echo
22968         to fixup mouse-2 prefix in help messages when applicable.
22970         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22972 2005-03-31  Kenichi Handa  <handa@m17n.org>
22974         * language/thai-word.el (thai-find-word-ends): Pay attention to
22975         the case that we reach the end of buffer.
22977         * textmodes/fill.el (fill-text-properties-at): New function.
22978         (fill-newline): Use fill-text-properties-at instead of
22979         text-properties-at.
22981 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
22983         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22984         not comint-quote-filename.
22986 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
22988         * help-fns.el (help-with-tutorial): Revert last change.
22990 2005-03-31  Kim F. Storm  <storm@cua.dk>
22992         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22994 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
22996         * calendar/cal-china.el: Update reference to "Calendrical
22997         Calculations" book; there's a new edition.
22998         * calendar/cal-coptic.el: Likewise.
22999         * calendar/cal-french.el: Likewise.
23000         * calendar/cal-hebrew.el: Likewise.
23001         * calendar/cal-islam.el: Likewise.
23002         * calendar/cal-iso.el: Likewise.
23003         * calendar/cal-julian.el: Likewise.
23004         * calendar/cal-mayan.el: Likewise.
23005         * calendar/cal-persia.el: Likewise.
23006         * calendar/calendar.el: Likewise.
23007         * calendar/holidays.el: Likewise.
23008         * calendar/lunar.el: Likewise.
23009         * calendar/solar.el: Likewise.
23011         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23012         white space from doc string.
23014 2005-03-30  Jay Belanger  <belanger@truman.edu>
23016         * calc/calc-help.el (calc-full-help): Remove email address.
23018 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
23020         * help-fns.el (help-with-tutorial): Delete title line.
23022 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23024         * calendar/cal-x.el (calendar-one-frame-setup)
23025         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23026         rather than `symbol' for set-window-dedicated-p.
23028         * calendar/appt.el (appt-buffer-name): Make it a constant.
23029         (appt-add): Doc fix.
23031         * filesets.el (filesets-menu-path, filesets-menu-before)
23032         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
23033         (filesets-menu-cache-file): Use directory ~/.emacs.d.
23034         (filesets-add-submenu): Delete and use add-submenu instead.
23036 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
23038         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23039         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23040         (org-diary-default-entry): New function.
23041         (org-get-entries-from-diary): Better parsing of diary entries.
23042         (org-agenda-check-no-diary): New function.
23043         ("diary-lib"): Advice to function `add-to-diary-list', to allow
23044         linking to diary entries.
23045         (org-agenda-execute-calendar-command): New function.
23046         (org-agenda): Improve visible section in window.
23047         Use `org-fit-agenda-window'.
23048         (org-fit-agenda-window): New option.
23049         (org-move-subtree-down): Better handling of empty lines
23050         at end of subtree.
23051         (org-cycle): Numeric prefix is interpreted now as show-subtree N
23052         levels up.
23053         (org-fontify-done-headline): New option.
23054         (org-headline-done-face): New face.
23055         (org-set-font-lock-defaults): Use `org-headline-done-face'.
23056         (org-table-copy-down): Rename from `org-table-copy-from-above'.
23057         When current field is non-empty, it is copied to next row.
23058         (org-table-copy-from-above): Fix bug which made it
23059         impossible to copy fields containing only a single non-white character.
23061 2005-03-30  Kim F. Storm  <storm@cua.dk>
23063         * kmacro.el (kmacro-end-macro): Isearch may store this command
23064         into the macro -- so ignore it when executing keyboard macro.
23066 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
23068         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23070 2005-03-29  Kenichi Handa  <handa@m17n.org>
23072         * language/thai.el ("Thai"): Set setup-function and exit-function
23073         for Thai language environment.
23075         * language/thai-util.el: Require thai-word.
23076         (thai-word-mode-map): New variable.
23077         (thai-word-mode): New minor mode.
23078         (setup-thai-language-environment-internal): New function.
23079         (exit-thai-language-environment-internal): New function.
23081         * language/thai-word.el (thai-word-table): Declare it by defvar,
23082         use dolist to initialize it.
23083         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23084         (thai-fill-find-break-point): New functions.
23086 2005-03-29  Richard M. Stallman  <rms@gnu.org>
23088         * simple.el (idle-update-delay): Move definition up.
23089         (set-mark): Doc fix.
23091 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
23093         * longlines.el: New file.
23095         * simple.el (buffer-substring-filters): New variable.
23096         (filter-buffer-substring): New function.
23097         (kill-region, copy-region-as-kill): Use it.
23099         * register.el (copy-to-register, append-to-register)
23100         (prepend-to-register): Use filter-buffer-substring.
23102 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
23104         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23105         (gud-filter-pending-text): Move in front of gdb.
23106         (gud-overlay-arrow-position): New variable.
23107         (gud-sentinel, gud-display-line): Use it in place of
23108         overlay-arrow-position.
23110 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
23112         * progmodes/fortran.el (fortran-if-indent): Doc fix.
23113         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23114         (fortran-font-lock-keywords-4): New variable.
23115         (fortran-blocks-re, fortran-end-block-re)
23116         (fortran-start-block-re): New constants, for hideshow.
23117         (hs-special-modes-alist): Add a Fortran entry.
23118         (fortran-mode-map): Bind fortran-end-of-block,
23119         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23120         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
23121         (fortran-looking-at-if-then, fortran-end-of-block)
23122         (fortran-beginning-of-block): New functions, for hideshow.
23124         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23125         Doc fix.  Tweak regexp.
23126         (f90-beginning-of-block): Push mark first.
23128 2005-03-29  Jay Belanger  <belanger@truman.edu>
23130         * calc/calc.el: Update copyright date.
23131         (calc-version): Increase to 2.1.
23132         (calc-version-date): Remove.
23134         * calc/calc-help.el: Update copyright date.
23135         (calc-full-help): Remove reference to calc-version-date.
23136         Update copyright date.
23138 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23140         * vc.el (vc-do-command): Use a pipe for async processes, so password
23141         prompts don't show up at places where the user can't reply.
23143 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
23145         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23146         on the file name we pass to the inferior shell.
23148 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
23150         * progmodes/which-func.el (which-function): Be robust in the face of an
23151         imenu--make-index-alist failure.
23153 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23155         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23157         * progmodes/python.el (python-preoutput-filter): Fix last change.
23159 2005-03-29  Lute Kamstra  <lute@gnu.org>
23161         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23162         functions and compiled macros.
23163         (debug-convert-byte-code): Handle macros too.
23164         (debug-on-entry-1): Don't signal an error when trying to clear a
23165         function that is not set to debug on entry.
23167 2005-03-29  Jay Belanger  <belanger@truman.edu>
23169         * calc/calc-lang.el: Add functions to math-function-table
23170         properties of tex and math.
23172 2005-03-29  Kenichi Handa  <handa@m17n.org>
23174         * ps-mule.el (ps-mule-plot-string): Translate characters by
23175         ps-print-translation-table.
23176         (ps-mule-begin-job): Call find-charset-region/string with
23177         ps-print-translation-table.
23178         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23180         * ps-print.el (ps-print-translation-table): New variable.
23181         (ps-plot-region): Translate characters by ps-print-translation-table.
23183 2005-03-29  Juri Linkov  <juri@jurta.org>
23185         * simple.el (next-error-highlight-timer): New variable.
23187         * progmodes/compile.el (compilation-goto-locus):
23188         Use `next-error-highlight-timer' instead of `sit-for'.
23190 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23192         * mail/supercite.el (sc-mail-field): Use assoc-string.
23193         (sc-get-address): Simplify regexps.
23195         * files.el (minibuffer-with-setup-hook): New macro.
23196         (find-file-read-args): Use it to avoid let-binding
23197         minibuffer-with-setup-hook (which breaks turning on/off
23198         file-name-shadow-mode while in the prompt).
23200         * complete.el (PC-read-include-file-name-internal):
23201         Use test-completion.
23203 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
23205         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23207 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23209         * window.el (window-buffer-height): Use count-screen-lines.
23211         * progmodes/python.el (python-preoutput-leftover): New var.
23212         (python-preoutput-filter): Use it.
23213         (python-send-receive): Loop until all the result has been received.
23215 2005-03-28  Juri Linkov  <juri@jurta.org>
23217         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23219         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23220         "Recover Crashed Session".
23221         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23222         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23223         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23224         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23225         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23226         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23227         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23228         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23230         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23231         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23232         Ediff Sessions", "Toggle use of separate control buffer frame",
23233         "Use separate frame for Ediff control buffer".
23235         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23236         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23237         "Rename Bookmark", "Delete Bookmark".
23239         * info.el (Info-mode-menu): Remove ellipsis from "Index".
23240         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23241         Add `:active Info-index-alternatives' to "Next Matching Item".
23243         * wdired.el (wdired-change-to-wdired-mode):
23244         Mention `wdired-abort-changes' key in the initial message.
23246         * international/mule.el (auto-coding-alist): Associate non-ascii
23247         image filename extensions with `no-conversion'.
23249 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23251         * international/iso-acc.el:
23252         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23254 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
23256         * textmodes/sgml-mode.el (html-mode): Doc update.
23258         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23260 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
23262         * term.el (term-move-columns): Fix face after extending a line.
23263         (term-insert-spaces): Likewise.
23264         (term-reset-terminal): Fix off by one error.
23266 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
23268         * international/mule.el (auto-coding-alist): Add .xpi files.
23270         * files.el (auto-mode-alist): Add .xpi files.
23272 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
23274         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23276 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
23278         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23280 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
23282         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23283         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
23285         * calendar/cal-move.el (calendar-beginning-of-year): Move the
23286         cursor to Jan 1 when needed.
23287         (calendar-end-of-year): Fix -/+ typo.
23288         Reported by Chong Yidong <cyd@stupidchicken.com>.
23290 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23292         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23294         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23295         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
23297 2005-03-25  Richard M. Stallman  <rms@gnu.org>
23299         * filesets.el (filesets-init): Add autoload.
23301         * mail/mailalias.el (mail-directory): Doc fix.
23303 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23305         * mail/mailalias.el (mail-directory-process): Do nothing if
23306         mail-directory-process is an atom.
23307         (mail-get-names): Ignore mail-directory-names if it is an atom.
23308         (mail-directory-process defvar): Doc fix.
23309         (mail-names): Doc fix.
23311 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
23313         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23315 2005-03-26  Kenichi Handa  <handa@m17n.org>
23317         * international/mule-util.el (detect-coding-with-priority):
23318         Call update-coding-systems-internal before detect-coding-region.
23320 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
23322         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23323         (gdb-frames-mode-map): Add follow-link property.
23325 2005-03-25  Jay Belanger  <belanger@truman.edu>
23327         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23328         for variables.
23330 2005-03-25  Juri Linkov  <juri@jurta.org>
23332         * image-mode.el: Optimize image filename extension regexps in
23333         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
23334         in `auto-mode-alist'.
23335         (image-mode): Add `image-toggle-display-text' to local hook
23336         `change-major-mode-hook'.  Display the image as an image by
23337         default.  Set `cursor-type' and `truncate-lines' if the image
23338         is already displayed.  Take into account the current mode (image
23339         or text) in message.
23340         (image-minor-mode): New minor mode.
23341         (image-mode-maybe, image-toggle-display-text): New functions.
23342         (image-toggle-display): Use called-interactively-p.
23343         Let-bind `inhibit-read-only' to t.
23345         * image-mode.el (image-minor-mode): Set `cursor-type' and
23346         `truncate-lines' if the image is already displayed.  Add turning
23347         image-minor-mode off to `change-major-mode-hook'.  Add message.
23348         Call `image-toggle-display-text' after turning image-minor-mode off.
23350 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23352         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23353         Terminal.app, use utf-8.
23354         (set-display-table-and-terminal-coding-system): Add coding-system arg.
23355         (set-locale-environment): Use it.
23357         * term/xterm.el: Undo last change, better done in mule-cmds.el.
23359         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23361         * progmodes/python.el (python-close-block-statement-p)
23362         (python-outdent-p, python-current-defun): Use symbol-end.
23364 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
23366         * files.el (save-some-buffers): Doc fix.
23368 2005-03-25  Werner Lemberg  <wl@gnu.org>
23370         * complete.el, thumbs.el: Replace `legal' with `valid'.
23371         * calendar/calendar.el: Replace `legal' with `valid'.
23372         * emacs-lisp/advice.el: Replace `legal' with `valid'.
23373         * mail/supercite.el: Replace `legal' with `valid'.
23374         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23375         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23376         Replace `legal' with `valid'.
23377         * textmodes/reftex-vars.el, textmodes/reftex.el:
23378         Replace `legal' with `valid'.
23380 2005-03-25  Werner Lemberg  <wl@gnu.org>
23382         * calc/calc-forms.el, calc/calc-sel.el
23383         * midnight.el, vc-cvs.el
23384         * emacs-lisp/cl-macs.el
23385         * emulation/vip.el
23386         * eshell/esh-io.el, eshell/esh-var.el
23387         * mail/supercite.el
23388         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23389         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23390         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23391         * progmodes/sh-script.el, progmodes/xscheme.el
23392         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23393         * textmodes/reftex-index.el, textmodes/reftex-parse.el
23394         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23395         * textmodes/reftex.el, textmodes/org.el:
23396         Replace `illegal' with `invalid'.
23398 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23400         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23401         (flymake-find-buildfile, flymake-find-possible-master-files)
23402         (flymake-check-include, flymake-parse-line): Replace loops over the
23403         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23405         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23406         Substitute file-name-as-directory in the rest of the file.
23407         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23408         (flymake-replace-region): Remove unused arg `buffer'.
23409         (flymake-check-patch-master-file-buffer): Update calls to it.
23410         (flymake-add-err-info): Remove unused var `count'.
23411         (flymake-mode): Use define-minor-mode.
23413         * progmodes/flymake.el: Use with-current-buffer.
23414         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23415         flymake-replace-regexp-in-string, flymake-line-beginning-position)
23416         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23417         Avoid testing for `xemacs'.
23418         (flymake-nop): Move.
23419         (flymake-region-has-flymake-overlays): Return the computed value.
23420         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23421         Remove unused var `endline'.
23422         (flymake-get-line-count): Remove unused function.
23423         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23425         * emulation/vi.el:
23426         * generic.el:
23427         * hilit-chg.el (global-highlight-changes):
23428         * hi-lock.el (hi-lock-mode):
23429         * follow.el: find-file-hooks -> find-file-hook.
23431         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23433 2005-03-24  Juri Linkov  <juri@jurta.org>
23435         * dired.el (dired-mode-map): Add menu item "Compare directories"
23436         for dired-compare-directories.
23438         * dired-aux.el (dired-compare-directories): Add autoload cookie.
23439         Doc fix.  Replace `read-file-name' with `read-directory-name'.
23441 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23443         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23445 2005-03-24  Jay Belanger  <belanger@truman.edu>
23447         * calc/calc-embed.el (calc-embedded-mode-change): Save all
23448         relevant mode settings in calc-embedded-original-modes when modes
23449         are permanently changed.
23451 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23453         * autoinsert.el: find-file-hooks -> find-file-hook.
23455 2005-03-24  Lute Kamstra  <lute@gnu.org>
23457         * generic.el (generic-font-lock-defaults): Make it obsolete.
23458         (generic-font-lock-keywords): New variable to replace
23459         generic-font-lock-defaults.
23460         (generic-mode-set-font-lock): Delete it.
23461         (generic-mode-internal): Don't call generic-mode-set-font-lock.
23462         (generic-bracket-support): Add docstring.
23464         * generic-x.el: Rename generic-font-lock-defaults to
23465         generic-font-lock-keywords throughout.
23466         (mailagent-rules-setup-function): Delete it.
23467         (mailagent-rules-generic-mode): Use anonymous function instead.
23468         (show-tabs-generic-mode-font-lock-defaults-1)
23469         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23470         Quote faces.
23471         (show-tabs-tab-face, show-tabs-space-face): Specify background,
23472         not foreground.
23474         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23475         Recognize define-generic-mode.
23477 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23479         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23480         if there's no completion table.
23482 2005-03-23  Miles Bader  <miles@gnu.org>
23484         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23485         Remove tty-specific variants, as they're no longer needed.
23487 2005-03-23  Lute Kamstra  <lute@gnu.org>
23489         * generic-x.el: Code cleanup: make args constant whenever possible.
23490         (installshield-statement-keyword-list)
23491         (installshield-system-functions-list)
23492         (installshield-system-variables-list, installshield-types-list)
23493         (installshield-funarg-constants-list): Make them constants.
23495         * generic.el (generic-make-keywords-list): Add autoload cookie.
23497         * calendar/time-date.el: Add comment on time value formats.
23498         Don't require parse-time.
23499         (with-decoded-time-value): New macro.
23500         (encode-time-value): New function.
23501         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23502         (days-to-time): Return a valid time value when arg is huge.
23503         (time-since): Use time-subtract.
23504         (time-to-number-of-days): Use time-to-seconds.
23506 2005-03-23  David Ponce  <david@dponce.com>
23508         * recentf.el (recentf-keep): New option.
23509         (recentf-menu-action): Default to `find-file'.
23510         (recentf-keep-non-readable-files-flag)
23511         (recentf-keep-non-readable-files-p)
23512         (recentf-file-readable-p, recentf-find-file)
23513         (recentf-cleanup-remote): Remove.
23514         (recentf-include-p): More robust.
23515         (recentf-keep-p): New function.
23516         (recentf-remove-if-non-kept): Rename from
23517         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
23518         All callers updated.
23519         (recentf-menu-items-for-commands): Fix help string.
23520         (recentf-track-closed-file): Update.  Doc fix.
23521         (recentf-cleanup): Update.  Count removed files.  Doc fix.
23523 2005-03-23  Kim F. Storm  <storm@cua.dk>
23525         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23526         Don't inherit from fringe face (now happens automatically).
23528 2005-03-22  Kim F. Storm  <storm@cua.dk>
23530         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23531         position values.
23533 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23535         * menu-bar.el (showhide-date-time): Remove.
23536         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23537         (menu-bar-make-mm-toggle): Simplify.
23539 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23541         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23542         Accept qualified variable and function names.
23544 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
23546         * bindings.el (completion-ignored-extensions):
23547         Remove ".lis" for `vax-vms'.
23549 2005-03-22  Andreas Schwab  <schwab@suse.de>
23551         * generic-x.el: Revert last change.
23552         * ldefs-boot.el: Update.
23554 2005-03-22  Jay Belanger  <belanger@truman.edu>
23556         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23557         (calc-embedded-save-original-modes)
23558         (calc-embedded-restore-original-modes): New functions.
23559         (calc-do-embedded): Save original modes when entering embedded mode
23560         and restore when leaving embedded mode.
23561         (calc-embedded-modes-change): Change the value of
23562         calc-embedded-original-modes to reflect permanent changes.
23564 2005-03-22  Lute Kamstra  <lute@gnu.org>
23566         * generic-x.el: Require generic again.
23568 2005-03-22  Miles Bader  <miles@gnu.org>
23570         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23571         Tweak details to look good on both ttys and bitmap displays, light
23572         or dark background, etc.
23574 2005-03-21  Kim F. Storm  <storm@cua.dk>
23576         * tooltip.el (tooltip-show-help-function): Check car and cdr of
23577         mouse position.
23579 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23581         * icomplete.el: Don't forcibly turn on the mode upon load.
23582         (icomplete-mode): Use define-minor-mode.
23583         (icomplete-eoinput): Default to nil.
23584         (icomplete-minibuffer-setup): Remove autoload.
23585         (icomplete-tidy): Simplify.
23586         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23587         in the initial state or if the user has modified the field.
23588         Fix handling of icomplete-max-delay-chars.
23589         Remove code that handles the oddball case where
23590         minibuffer-completion-table is an integer.
23591         Wrap icomplete-completions in while-no-input in case building
23592         completions takes more time than expected.
23593         (icomplete-completions): Simplify.
23595 2005-03-21  Richard M. Stallman  <rms@gnu.org>
23597         * jka-compr.el (jka-compr-really-do-compress):
23598         Make variable buffer-local.
23600         * image-mode.el: Handle .xpm files too.
23601         (image-toggle-display): Preserve modification flag.
23603         * help.el (where-is): Don't mention aliases with no key bindings.
23605 2005-03-21  Lute Kamstra  <lute@gnu.org>
23607         * generic.el: Fix commentary section.  Don't require cl for
23608         compilation.
23609         (generic-mode-list): Add autoload cookie.
23610         (generic-use-find-file-hook, generic-lines-to-scan)
23611         (generic-find-file-regexp, generic-ignore-files-regexp)
23612         (generic-mode, generic-mode-find-file-hook)
23613         (generic-mode-ini-file-find-file-hook): Fix docstrings.
23614         (define-generic-mode): Make it a defmacro.  Fix docstring.
23615         (generic-mode-internal): Code cleanup.  Add autoload cookie.
23616         (generic-mode-set-comments): Code cleanup.
23617         * generic-x.el: Don't prevent compilation.  Don't require generic.
23618         Follow coding conventions.  Minor code cleanup.
23619         (etc-fstab-generic-mode): Add some keywords.
23620         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23621         define-generic-mode like a function declaration.
23623 2005-03-21  Jay Belanger  <belanger@truman.edu>
23625         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23626         changing modes.
23628 2005-03-21  Sam Steingold  <sds@gnu.org>
23630         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23632 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
23634         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23635         Add underscore to "f$ lexicals" regexp.
23637 2005-03-20  Juri Linkov  <juri@jurta.org>
23639         * subr.el (progress-reporter-do-update): When `min-value' is equal
23640         to `max-value', set `percentage' to 0 and prevent division by zero.
23642 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
23644         Sync with Tramp 2.0.48.
23646         * net/tramp.el (all): Change all addresses to .gnu.org.
23647         (tramp-append-tramp-buffers): New defun.
23648         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23649         Catch `dont-send' signal.
23650         (tramp-set-auto-save-file-modes): Set always permissions, because
23651         there might be an old auto-saved file belonging to another
23652         original file.  This could be a security threat.  Reported by
23653         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23654         Check for Emacs 21.3.50 removed.
23656         * net/tramp-smb.el (all): Remove debug construct for
23657         `with-parsed-tramp-file-name'.
23658         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23659         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23660         No error message if DIRECTORY or FILENAME doesn't exist.
23661         (tramp-smb-open-connection): Check existence of
23662         `tramp-smb-program'.
23664 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23666         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23667         Properly handle the case where the `m' or `s' command's argument is not
23668         yet terminated.
23669         (perl-indent-new-calculate): New function.
23670         (perl-indent-line): Use it.
23672 2005-03-20  Miles Bader  <miles@gnu.org>
23674         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23675         in text-mode too.  Change to new face names.
23676         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23677         Add `:weight bold' attribute.
23678         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23680 2005-03-19  Juri Linkov  <juri@jurta.org>
23682         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
23684         * international/mule.el (auto-coding-alist): Sync with
23685         `auto-mode-alist' by adding upper case archive file extensions
23686         and adding ear/war to jar extension.
23688 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
23690         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23691         running, restart it.
23693 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
23695         * finder.el (finder-current-item): Throw an error on an empty line.
23697         * man.el (Man-follow-manual-reference): If current-word returns
23698         nil, use "".
23700 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
23702         * simple.el (goto-line): Doc fix.
23704 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
23706         * files.el (save-buffer): Doc fix.
23708 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
23710         * recentf.el (recentf-cleanup-remote): New variable.
23711         (recentf-cleanup): Use it to conditionally check availability of
23712         remote files.
23714 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
23716         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23717         function names.
23719 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
23721         * language/thai-word.el: New file.
23723 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23725         * files.el (backup-buffer): If the file's directory is not
23726         writable, use copy instead of move to backup the file.
23728 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
23730         * obsolete/keyswap.el: Moved to obsolete/ from term/.
23732 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23734         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23735         Use functionp instead of symbolp and fboundp.  Reported by Drkm
23736         <darkman_spam@yahoo.fr>.
23737         (ps-print-version): New version 6.6.6.
23739 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
23741         * textmodes/table.el (table--line-column-position): New idiom.
23742         (table--row-column-insertion-point-p): New function to test
23743         validity of row and column insertion operation at a location.
23744         (table-global-menu, table-cell-menu): Use above functions for
23745         deterministic test operation.
23746         (table--editable-cell-p): Behave in deterministic fashion.
23748 2005-03-18  Juri Linkov  <juri@jurta.org>
23750         * isearch.el (isearch-lazy-highlight-new-loop):
23751         Make arguments beg and end optional.
23752         (isearch-update): Remove optional arguments nil from
23753         isearch-lazy-highlight-new-loop.
23754         (isearch-lazy-highlight-search): Let-bind case-fold-search to
23755         isearch-lazy-highlight-case-fold-search instead of
23756         isearch-case-fold-search, and let-bind isearch-regexp to
23757         isearch-lazy-highlight-regexp.
23758         Use isearch-lazy-highlight-last-string instead of isearch-string.
23760         * replace.el (perform-replace): Remove bindings of global
23761         variables isearch-string, isearch-regexp, isearch-case-fold-search.
23762         Add three new arguments to `replace-highlight'.
23763         (replace-highlight): Add arguments string, regexp, case-fold.
23764         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23765         to allow isearch-lazy-highlight-new-loop to use these values
23766         to set corresponding isearch-lazy-highlight-* internal
23767         variables whose values lazy highlighting will use regardless of
23768         changes to global variables isearch-string, isearch-regexp,
23769         isearch-case-fold-search during lazy highlighting loop.
23770         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23771         to `lazy-highlight-cleanup'.
23773         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23774         (ispell-highlight-face): Set default face to `isearch' when
23775         lazy highlighting is enabled.
23776         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23777         priority to 1.  Add lazy highlighting.
23778         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23779         from `isearch-dehighlight'.
23781 2005-03-18  David Ponce  <david@dponce.com>
23783         * files.el (hack-local-variables): Do a case-insensitive search
23784         for End.
23786 2005-03-18  Juri Linkov  <juri@jurta.org>
23788         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23789         `isearch-lazy-highlight-cleanup', add alias to old name and
23790         declare obsolete.  Add release numbers to other obsolete vars.
23791         (isearch-done, isearch-lazy-highlight-new-loop):
23792         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23793         (lazy-highlight-cleanup) <variable>: Doc fix.
23794         (isearch-lazy-highlight-update): Rename obsolete
23795         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23797 2005-03-18  Kenichi Handa  <handa@m17n.org>
23799         * language/thai-util.el: Fix categorization of Thai characters in
23800         thai-category-table.
23801         (thai-composition-pattern): Adjust it for the above change.
23802         (thai-self-insert-command, thai-compose-syllable): New functions.
23803         (thai-compose-region): Use thai-compose-syllable.
23804         (thai-compose-string): Likewise.
23805         (thai-composition-function): Likewise.
23806         (thai-auto-composition): New function.
23807         (thai-auto-composition-mode): New minor mode.
23809         * language/thai.el: Fix patterns to be registered in
23810         composition-function-table.
23812         * international/quail.el (quail-input-method): Locally bind
23813         inhibit-modification-hooks to t.
23815 2005-03-17  Richard M. Stallman  <rms@gnu.org>
23817         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23818         (perl-mode): Use run-mode-hooks.
23820         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23821         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23822         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23824         * mail/sendmail.el (sendmail-send-it): Reenable the code
23825         to compute resend-to-address and use it.
23827         * tar-mode.el (tar-mode): Turn off undo unconditionally.
23829         * image-mode.el: New file.
23831         * image.el (insert-sliced-image): Add autoload cookie.
23833         * font-lock.el (font-lock-lines-before): New user option.
23834         (font-lock-after-change-function): Obey it.
23836         * bindings.el (esc-map): Make M-g a prefix.
23837         Bind M-g g and M-g M-g to goto-line.
23839         * faces.el (face-id): Doc fix.
23841 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23843         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23844         (rmail-show-message): Use rmail-unknown-mail-followup-to.
23845         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23847         * mail/sendmail.el (mail-yank-ignored-headers)
23848         (mail-font-lock-keywords, mail-mode-fill-paragraph):
23849         Add Mail-Followup-To and Mail-Reply-To headers.
23850         (mail-citation-hook): Add autoload cookie.
23851         (mail-mode): Doc fix.
23852         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23853         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23854         (mail-mode-fill-paragraph): Handle those headers.
23855         (mail-mailing-lists): New variable.
23856         (mail-mail-reply-to, mail-mail-followup-to): New functions.
23858 2005-03-17  Juri Linkov  <juri@jurta.org>
23860         * isearch.el (isearch-fallback): Check for `(car previous)'
23861         before calling `isearch-other-end-state'.
23863 2005-03-17  Kim F. Storm  <storm@cua.dk>
23865         * simple.el (move-beginning-of-line): Move to beginning of buffer
23866         line, as well as beginning of screen line.
23868 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
23870         * calendar/diary-lib.el (mark-diary-entries): Use new optional
23871         argument REDRAW rather than calendar-redrawing variable.
23872         * calendar/calendar.el (calendar-redrawing): Delete.
23873         (redraw-calendar): Do not bind calendar-redrawing.
23875 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
23877         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23878         diary-file buffer.
23880 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23882         * help.el (describe-mode): Allow a :minor-mode-function property to
23883         specify a different minor mode toggle function than the variable.
23884         * simple.el (auto-fill-function):
23885         * subr.el (add-minor-mode): Use it.
23887 2005-03-16  Kenichi Handa  <handa@m17n.org>
23889         * language/ethio-util.el (sera-being-called-by-w3): New variable.
23890         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23891         (ethio-fidel-to-sera-buffer): Likewise.
23893 2005-03-16  Juri Linkov  <juri@jurta.org>
23895         * emacs-lisp/find-func.el (find-function-regexp):
23896         Add defun-emitting macro `menu-bar-make-toggle'.
23898         * isearch.el: Put `isearch-scroll' property to
23899         `split-window-horizontally'.
23901         * info.el: Update error messages for `debug-ignored-errors'.
23902         (Info-isearch-search): Doc fix.
23903         (Info-find-node): Move up code to go into info buffer before
23904         recording the node to the history.
23905         (Info-fontify-node): Fontify titles only if the next line
23906         has two or more `*', `=', `-', `.'.
23907         Display "go to this node" for empty (match-string 3).
23909 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23911         * term/mac-win.el: Add mouse pointer shape constants.
23913 2005-03-15  Kim F. Storm  <storm@cua.dk>
23915         * simple.el (move-beginning-of-line): Use vertical-motion.
23917 2005-03-15  Juri Linkov  <juri@jurta.org>
23919         * isearch.el (isearch-error): New variable.
23920         (isearch-invalid-regexp, isearch-within-brackets): Remove.
23921         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23922         (isearch-within-brackets-state): Remove.
23923         (isearch-case-fold-search-state, isearch-pop-fun-state):
23924         Decrease frame index.
23925         (isearch-mode, isearch-top-state, isearch-push-state)
23926         (isearch-edit-string, isearch-abort, isearch-search-and-update)
23927         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23928         (isearch-search, isearch-lazy-highlight-new-loop):
23929         Replace `isearch-invalid-regexp' with `isearch-error'.
23930         Remove `isearch-within-brackets'.
23931         (isearch-search): Add `search-failed' handler to `condition-case'.
23932         (isearch-lazy-highlight-search): Add `condition-case' to catch
23933         errors and allow `isearch-lazy-highlight-update' to try
23934         highlighting from the beginning of the window.
23935         (isearch-repeat): Move up code to set isearch-wrapped to t
23936         before calling isearch-wrap-function.
23938         * info.el (Info-isearch-initial-node): New internal variable.
23939         (Info-search): Signal an error in isearch mode when search leaves
23940         the initial node.  Signal an error when `bound' is non-nil and
23941         nothing was found in the current subfile.
23942         (Info-isearch-search): Remove `condition-case'.
23943         (Info-isearch-wrap): Don't wrap when search failed during leaving
23944         the initial node.  If `Info-isearch-search' is nil, wrap around
23945         the current node.
23946         (Info-isearch-start): New fun.
23947         (Info-mode): Add buffer-local hook `Info-isearch-start' to
23948         `isearch-mode-hook'.
23950 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23952         * simple.el (normal-erase-is-backspace): Set default to t if
23953         running on Mac.
23955         * term/mac-win.el (function-key-map): Sync with x-win.el.
23957 2005-03-15  Kenichi Handa  <handa@m17n.org>
23959         * international/mule-cmds.el (locale-language-names): Modify the
23960         format of elements and add more entries.
23961         (locale-preferred-coding-systems): Add more entries.
23962         (set-locale-environment): Adjust for the change of
23963         locale-language-names.
23965 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23967         * pcvs.el (smerge-ediff): Remove bogus autoload.
23969 2005-03-14  Lute Kamstra  <lute@gnu.org>
23971         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23972         Ignore a `*' at the beginning of a line.
23974         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23975         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23976         subr.el.
23977         (dont-compile, eval-when-compile, eval-and-compile): Use declare
23978         to specify indentation.
23980         * generic.el (define-generic-mode): Let generic-mode-list be a
23981         list of strings; test membership with equal.
23983 2005-03-14  Kim F. Storm  <storm@cua.dk>
23985         * simple.el (next-line, previous-line): Add optional try-vscroll
23986         arg to recognize interactive use.  Pass it on to line-move.
23987         (line-move): Don't perform auto-window-vscroll when defining or
23988         executing keyboard macro to ensure consistent behavior.
23990 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23992         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23994 2005-03-13  Lute Kamstra  <lute@gnu.org>
23996         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23997         debugger-setup-buffer so that backtrace marks the frames set to
23998         debug-on-exit and we don't have to do it manually.  Set an extra
23999         debug-on-exit for macro's.
24000         (debugger-setup-buffer): Don't mark the top frame manually.
24002 2005-03-12  Lute Kamstra  <lute@gnu.org>
24004         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24005         lisp-indent-function throughout.
24006         (with-no-warnings): Set lisp-indent-function property.
24008 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
24010         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24011         Add entry for backslash.
24013 2005-03-12  Juri Linkov  <juri@jurta.org>
24015         * info.el (Info-search): Four fixes for backward search.
24017 2005-03-11  Jay Belanger  <belanger@truman.edu>
24019         * calc/calc.el (calc-language-alist): New variable.
24020         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24021         (calc-embedded-find-modes): Use calc-language-alist instead of
24022         calc-embedded-language-alist.
24024 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
24026         * calendar/calendar.el (calendar-redrawing): New internal
24027         variable.
24028         (redraw-calendar): Remove bogus save-excursion from previous
24029         change.  Bind calendar-redrawing to t for mark-diary-entries.
24030         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24031         calendar if that is why we were called.
24033 2005-03-11  Kenichi Handa  <handa@m17n.org>
24035         * international/mule.el (make-coding-system): Set property
24036         coding-system-define-form to nil.
24037         (define-coding-system-alias): Likewise.
24039 2005-03-11  Kenichi Handa  <handa@m17n.org>
24041         These changes are suggested by Dave Love <fx@gnu.org>.
24043         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24044         coding: tag.
24045         (adaptive-fill-regexp): Add more bullets.
24046         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24047         regexps.
24049 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24051         * help.el (describe-mode): Properly handle non-trivial lighters.
24052         Don't ignore minor modes that are not listed in minor-mode-list.
24054         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24055         feature ON when the user requests to turn it OFF.
24057 2005-03-10  Lute Kamstra  <lute@gnu.org>
24059         * emacs-lisp/debug.el (debug-entry-code): Delete it.
24060         (implement-debug-on-entry): New function to replace debug-entry-code.
24061         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
24062         second argument as the 2005-03-07 change makes it obsolete.
24063         (debug-on-entry, cancel-debug-on-entry): Update call to
24064         debug-on-entry-1.
24065         (debug, debugger-setup-buffer): Comment update.
24066         (debugger-frame-number): Update to work with implement-debug-on-entry.
24068 2005-03-10  Jay Belanger  <belanger@truman.edu>
24070         * calc/calc-embed.el (math-ms-args): Declare it.
24071         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24072         math-ms-args.
24073         (calc-embedded-subst): Use math-multi-subst-rec to substitute
24074         variables.
24076 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
24078         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24079         Use message-box.
24081         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24082         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24083         (tooltip-gud-tips): Simplify.
24084         (tooltip-gud-tips-p): Remove superfluous :set.
24085         (tooltip-gud-modes): Add fortran-mode.
24086         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24088         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24090 2005-03-09  Kim F. Storm  <storm@cua.dk>
24092         * play/animate.el (animate-place-char): Use forward-line instead
24093         of next-line to improve performance.
24095 2005-03-09  Simon Josefsson  <jas@extundo.com>
24097         * net/browse-url.el (browse-url-default-browser): Doc fix.
24099 2005-03-09  Miles Bader  <miles@gnu.org>
24101         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24102         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24104 2005-03-09  Kenichi Handa  <handa@m17n.org>
24106         * international/latin-1.el: Set case and syntax for 255 only if
24107         set-case-syntax-set-multibyte is nil.
24109         * textmodes/ispell.el (ispell-insert-word): New function.
24110         (ispell-word): Use ispell-insert-word to insert a new word.
24111         (ispell-process-line): Likewise.
24112         (ispell-complete-word): Likewise.
24114 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
24116         * calendar/calendar.el (redraw-calendar): Preserve point.
24117         Reported by Matt Hodges <MPHodges@member.fsf.org>.
24118         (calendar-week-start-day): Move after definition of
24119         redraw-calendar.  Delete buffer test, since redraw-calendar has
24120         that now.
24122         * calendar/diary-lib.el (mark-diary-entries): Only call
24123         redraw-calendar in the first of any recursive calls.
24124         Reported by Alan Shutko <ats@acm.org>.
24126 2005-03-08  Juri Linkov  <juri@jurta.org>
24128         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24129         (html-horizontal-rule, html-line, html-image, html-checkboxes)
24130         (html-radio-buttons): Add a space before the trailing `/>' where
24131         sgml-xml-mode is non-nil.
24132         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24133         the subsequent tag of the empty XML tag.
24134         (html-href-anchor): Don't set initial input to "http:".
24135         (html-image): Ask for the image URL and set point inside alt="".
24136         (html-name-anchor): Duplicate the name in the `id' attribute when
24137         sgml-xml-mode is non-nil.
24138         (html-paragraph): Remove \n before <p>.
24139         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24140         instead of `checked' when sgml-xml-mode is non-nil.
24142         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24143         Remove 1 space before #RRGGBB to not truncate it on terminal
24144         windows w/o fringes.  Remove 1 space between bg and fg examples
24145         to get more space.
24146         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24147         avoid byte-compile warnings.
24149         * image-file.el (image-file-handler): Put `safe-magic' property to
24150         `image-file-handler'.
24152         * info.el (Info-isearch-search): Emulate word search in
24153         isearching through multiple Info nodes with Info-search.
24154         (Info-isearch-wrap): Allow isearch-word.
24156 2005-03-08  Lute Kamstra  <lute@gnu.org>
24158         * emacs-lisp/debug.el (debugger-step-through): Make sure that
24159         stepping into the debugger's code is not possible.
24160         (debugger-jumping-flag): Docstring update.
24162 2005-03-08  Jay Belanger  <belanger@truman.edu>
24164         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24165         embedded mode begins.
24166         (calc-embedded-language-alist): New variable.
24167         (calc-embedded-find-modes): Use calc-embedded-language-alist to
24168         set default language mode.
24170 2005-03-08  Kenichi Handa  <handa@m17n.org>
24172         * international/ccl.el (define-ccl-program): Fix docstring about
24173         extra 256 bytes assured for the output buffer.
24175         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24176         Fix BUFFER_MAGNIFICATION to 2.
24177         (ccl-encode-mule-utf-16be-with-signature): Likewise.
24179 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
24181         * align.el (align-rules-list): Added an alignment rule for CSS
24182         declarations (applies to css-mode and html-mode buffers).
24184 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24186         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24188 2005-03-07  Kim F. Storm  <storm@cua.dk>
24190         * simple.el (move-beginning-of-line): New command.
24192         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24194         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24196         * emulation/cua-base.el: Put CUA move property on move-end-of-line
24197         and move-beginning-of-line.
24199         * apropos.el (apropos-print): Omit command from M-x ... RET.
24201 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
24203         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24204         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24206 2005-03-06  Richard M. Stallman  <rms@gnu.org>
24208         * bindings.el (esc-map): Bind M-g to goto-line.
24210         * facemenu.el (global-map): Bind M-o, not M-g.
24212 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24214         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24215         "Open Directory" as for "Open File".
24217 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
24219         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24220         (push-mark-command): Run activate-mark-hook.
24222 2005-03-06  Richard M. Stallman  <rms@gnu.org>
24224         * help-mode.el (help-mode-finish): Don't alter the element
24225         in view-return-to-alist if there already is one.
24227         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24228         make sure the current buffer is the expected one.
24230         * novice.el (disabled-command-function): Output in *Disabled Command*.
24231         Explicitly ignore non-keyboard events, and explicitly handle C-g.
24233         * textmodes/flyspell.el (flyspell-large-region):
24234         Pass args differently for aspell.
24236         * files.el (mode-require-final-newline): Doc fix.
24238 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
24240         * progmodes/which-func.el (which-function):
24241         Specify NOERROR when calling imenu--make-index-alist.
24243 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24245         * simple.el (normal-erase-is-backspace): Define default value.
24247         * custom.el (custom-theme-set-variables): Remove unused var
24248         `immediate'.
24249         (custom-reevaluate-setting): Simple function to handle variables
24250         that are defined before their default value can really be
24251         computed.
24253         * startup.el (command-line): Use it for temporary-file-directory,
24254         small-emporary-file-directory, auto-save-file-name-transforms,
24255         blink-cursor-mode, and normal-erase-is-backspace.
24257         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24258         progress, even with buggy anchored keywords.
24260 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
24262         * simple.el (goto-line): Remove unbalanced final parenthesis.
24264 2005-03-05  Richard M. Stallman  <rms@gnu.org>
24266         * simple.el (goto-line): Use a number at point as the default.
24267         With C-u as arg, switch buffers.
24269 2005-03-05  Juri Linkov  <juri@jurta.org>
24271         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24272         with `no-blinking-cursor'.
24274         * startup.el (no-blinking-cursor): New defvar.
24275         (command-line): Add `--no-blinking-cursor' to longopts.
24276         Set `no-blinking-cursor' to t for command line arguments
24277         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
24278         with `no-blinking-cursor' in the condition for calling
24279         `blink-cursor-mode'.
24281 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
24283         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24284         (menu-bar-options-save): Add blink-cursor-mode.
24285         (menu-bar-options-menu): Add blink-cursor-mode.
24287 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
24289         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24290         (icalendar-export-file, icalendar-export-region)
24291         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24292         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24294 2005-03-04  Lute Kamstra  <lute@gnu.org>
24296         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24297         (debug-function-list): Ditto.
24299 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
24301         * textmodes/texinfmt.el (texinfo-append-refill):
24302         Redefine the types of line to which @refill
24303         is not appended by replacing a search for `@refill\\|@bye' with
24304         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
24305         itemize@refill' bug and the unfilled long lines bug.
24306         (texinfmt-version): Update number and date.
24308 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
24310         * international/code-pages.el (windows-1250, windows-125[2-8])
24311         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24313 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24315         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24316         bound yet.
24318 2005-03-02  Romain Francoise  <romain@orebokech.com>
24320         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24321         buffer after removing limits.
24322         (ibuffer-pop-filter): Ditto.
24323         Update copyright.
24325 2005-03-02  Miles Bader  <miles@gnu.org>
24327         * button.el (make-text-button): If the user doesn't specify a
24328         type, use the default.  Rewrite to use `add-text-properties' and
24329         plist functions.
24331 2005-03-01  Lute Kamstra  <lute@gnu.org>
24333         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24334         (debugger-jumping-flag): New var.
24335         (debug-entry-code): Use it.
24336         (debugger-jump): Use debugger-jumping-flag and add
24337         debugger-reenable to post-command-hook.
24338         (debugger-reenable): Use debugger-jumping-flag and remove itself
24339         from post-command-hook.
24340         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24341         debugger-reenable.
24343 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
24345         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24346         inclusion of "itemize\\|", which may be unnecessary, is certainly
24347         inelegant, and stops refilling in itemize lists when formatting
24348         Japanese Texinfo files to Info.
24349         Update copyright to 2005.
24351 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
24353         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24354         of an error if GDB can't find the source file.
24356 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
24358         * calendar/calendar.el (redraw-calendar): Work from any buffer,
24359         not just the calendar.
24361         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24362         first.
24363         (diary-redraw-calendar): New function.
24364         (make-diary-entry): Add diary-redraw-calendar to local
24365         write-contents-functions.  Turn off selective display before
24366         inserting in diary.
24368 2005-03-01  Kim F. Storm  <storm@cua.dk>
24370         * emacs-lisp/copyright.el (copyright-fix-years): New command.
24372 2005-03-01  Lute Kamstra  <lute@gnu.org>
24374         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24375         that debug-entry-code can be safely removed from a function while
24376         this code is being evaluated.  Revert the 2005-02-27 change as the
24377         new implementation no longer requires it.  Make sure that a
24378         function body containing just a string is not mistaken for a docstring.
24379         (debug): Skip one more frame in case of debug on entry.
24380         (debugger-setup-buffer): Delete one more frame line in case of
24381         debug on entry.
24382         (debugger-frame-number): Update to use the new text introduced by
24383         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
24385 2005-02-28  Kim F. Storm  <storm@cua.dk>
24387         * double.el (double-translate-key): Call force-window-update after
24388         read-event to avoid crash in redisplay.
24390 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24392         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24393         (debug): Use it.  Move the inhibit-trace earlier.
24394         (debug-entry-code): New const.
24395         (debug-on-entry-1): Use it.
24397 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
24399         * international/utf-16.el (ccl-encode-mule-utf-16le):
24400         Fix BUFFER_MAGNIFICATION to 2.
24401         (ccl-encode-mule-utf-16be): Likewise.
24403 2005-02-28  Kenichi Handa  <handa@m17n.org>
24405         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24406         Fix BUFFER_MAGNIFICATION to 4.
24407         (ccl-encode-mule-utf-16be-with-signature): Likewise.
24409 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
24411         * speedbar.el (speedbar-update-flag): Doc fix.
24412         (speedbar-show-info-under-mouse): Give set-mouse-position the right
24413         argument.
24415 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24417         * reveal.el (reveal-post-command): Don't try to reveal overlays which
24418         have a non-nil `invisible' property but are actually visible.
24420         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24421         for perldoc sections.
24422         (perl-outline-regexp, perl-outline-level): New var and function.
24423         (perl-mode): Use them.
24425 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
24427         * calendar/diary-lib.el (diary-remind): Discard any mark portion
24428         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24430 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
24432         * cus-edit.el: Comment change.
24433         (custom-buffer-create-internal): Slightly reword text at top of
24434         Custom buffers.  Mention there that saving an option edits the
24435         init file.  Add link to Emacs manual node on `custom-file'.
24436         (custom-magic-alist): Rewrite individual State messages to use
24437         capitalized keywords.  Doc fix.
24439 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
24441         * calendar/calendar.el (calendar-buffer): Move above
24442         calendar-week-start-day.
24443         (calendar-week-start-day): Doc fix.  Add :set function.
24444         (calendar-minimum-window-height): New variable.
24445         (generate-calendar-window): Only resize window if selected-window
24446         is displaying the calendar buffer.  Use new variable
24447         calendar-minimum-window-height.
24448         (generate-calendar): Reword error message.
24449         (calendar-mode-map): Bind DEL to scroll-other-window-down.
24451 2005-02-27  Andreas Schwab  <schwab@suse.de>
24453         * vc.el (vc-do-command): Don't run command asynchronously when
24454         operating in a remote directory.
24456         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24457         change from sync with Tramp 2.0.47.
24459 2005-02-27  Richard M. Stallman  <rms@gnu.org>
24461         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24463         * textmodes/flyspell.el (flyspell-mode-on):
24464         Call ispell-change-dictionary only if necessary.
24466         * emacs-lisp/re-builder.el (regexp-builder): New function.
24468         * register.el (describe-register-1): Explicitly handle
24469         yank-excluded-properties = t.
24471         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24472         (custom-magic-alist): Change the status descriptions again.
24473         (face widget-type): Total rewrite based on `restricted-sexp'
24474         to eliminate the confusing double hiding levels.
24476         * emacs-lisp/debug.el (debug-on-entry-1):
24477         If function body is empty, add nil as body form.
24479 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24481         * emacs-lisp/trace.el (inhibit-trace): New var.
24482         (trace-make-advice): Use it.
24484         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24486 2005-02-26  Kim F. Storm  <storm@cua.dk>
24488         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24489         (mouse-on-link-p, mouse-drag-region-1): Use it.
24491 2005-02-25  Lute Kamstra  <lute@gnu.org>
24493         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24495 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
24497         * frame.el (blink-cursor-mode): Add :group keyword.
24499 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
24501         * calendar/icalendar.el (icalendar--decode-isodatetime):
24502         New optional argument DAY-SHIFT.
24503         (icalendar-export-region): Fix coding-system-for-write.
24504         (icalendar--convert-ical-to-diary): Shift end-day of all-day
24505         events by one.
24507 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24509         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24511 2005-02-24  Kim F. Storm  <storm@cua.dk>
24513         * international/iso-acc.el (iso-accents-compose): Fix crash
24514         during redisplay.  Call force-window-update after read-event
24515         and delete-region to signal that window is not accurate.
24517 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24519         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24520         Remove unused and inexistent var `inhibit-trace'.
24521         (debugger-mode): Use run-mode-hooks.
24522         (debugger-list-functions): Add buttons; setup xref stack.
24524 2005-02-23  Richard M. Stallman  <rms@gnu.org>
24526         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24527         appointment says it was explicitly made.
24528         (appt-add): Set the 3rd element.
24529         (appt-make-list): Preserve explicit appointments.
24531         * subr.el (find-tag-default): Catch errors in forward-sexp.
24533 2005-02-23  Juri Linkov  <juri@jurta.org>
24535         * info.el (Info-isearch-search): New defcustom.
24536         (Info-isearch-search): Call the default isearch function
24537         when Info-isearch-search is nil.
24538         (Info-isearch-wrap): Use variable Info-isearch-search.
24540 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
24542         * cus-edit.el: Comment change.
24544 2005-02-22  Kim F. Storm  <storm@cua.dk>
24546         * progmodes/hideif.el (hide-ifdef-use-define-alist):
24547         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
24549 2005-02-22  Simon Josefsson  <jas@extundo.com>
24551         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24552         New variable.
24553         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
24554         Oskarsson" <myrkraverk@users.sourceforget.net>.
24556 2005-02-22  Kim F. Storm  <storm@cua.dk>
24558         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24559         check that window of that event is the selected window.
24560         (mouse-drag-region-1): Compare mouse event window to selected
24561         window before setting point.
24563         * tooltip.el (tooltip-show-help-function): Pass event to
24564         mouse-on-link-p so it can check selected window.
24566 2005-02-22  Kenichi Handa  <handa@m17n.org>
24568         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24569         (ps-mule-show-warning): New function.
24570         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24571         characters are found.
24573         * ps-print.el (ps-header-footer-string): Return a list of header
24574         and footer strings.
24576 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
24578         * pcvs.el (cvs-retrieve-revision): Fix thinko.
24580 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24582         * frame.el (blink-cursor-mode): Use define-minor-mode.
24584         * term/mac-win.el (function-key-map): Use char-names more consistently.
24585         (file-name-coding-system): Only set it for MacOS-9.  The other case is
24586         already handled in mule-cmds.el (where it also works when mac-win.el
24587         is not used).
24589 2005-02-21  Kenichi Handa  <handa@m17n.org>
24591         * international/mule.el (ctext-pre-write-conversion): Always use
24592         " *code-converting-work*" buffer for work.
24594         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24596 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
24598         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24600 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
24602         * ses.el (undo-more): Restore defadvice, but only the part that
24603         allows changes outside the restricted area of the buffer.
24605 2005-02-20  Kim F. Storm  <storm@cua.dk>
24607         * simple.el (line-move): Add fourth optional arg try-vscroll which
24608         must be set to perform auto-window-vscroll.
24609         When moving backwards and doing auto-window-vscroll, automatically
24610         vscroll to the last part of lines which are taller than the window.
24611         (next-line, previous-line): Set try-vscroll arg on line-move.
24613 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
24615         * replace.el (query-replace, query-replace-regexp)
24616         (replace-string, replace-regexp): When operating on region, make
24617         the minibuffer prompt say so.
24619         * isearch.el (isearch-forward): Document isearch-query-replace and
24620         isearch-query-replace-regexp keybindings.
24622 2005-02-19  Jay Belanger  <belanger@truman.edu>
24624         * calc/calc-aent.el (math-read-token): Add local variable.
24626         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24627         (calc-edit-top): Move declaration to earlier in file.
24628         (calc-edit-macro-repeats): Add local variables.
24630         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24631         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24632         calcFunc-tanh.
24633         Adjust integration rule for calcFunc-tan.
24635 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
24637         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24638         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24639         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24640         (viper-skip-separators): Bug fix.
24641         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24642         particular major mode.
24643         (viper-del-backward-char-in-replace): Don't put deleted char on the
24644         kill ring.
24646         * viper-ex.el (viper-color-display-p): New function.
24647         (viper-has-face-support-p): Use viper-color-display-p.
24649         * viper-keym.el (viper-gnus-modifier-map): New keymap.
24651         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24653         * viper-util.el (viper-glob-unix-files): Fix shell status check.
24654         (viper-file-remote-p): Make equivalent to file-remote-p.
24656         * viper.el (viper-major-mode-modifier-list):
24657         Use viper-gnus-modifier-map.
24659 2005-02-19  David Kastrup  <dak@gnu.org>
24661         * subr.el (subregexp-context-p): Fix garbled doc string by adding
24662         quoting.
24664 2005-02-19  Jay Belanger  <belanger@truman.edu>
24666         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24667         Remove extra definitions.
24668         (calc-coth): New function.
24669         (calcFunc-cot): Fix `let'.
24671 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
24673         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24674         the reasons we use "type pc" in these faces.
24676         * button.el (button): Ditto.
24678 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
24680         * replace.el (query-replace-read-from): Set the value of
24681         query-replace-from-history-variable to handle the case of an empty
24682         string entered to accept the suggested default.
24684         * net/tramp.el (tramp-file-name-for-operation):
24685         Use dired-call-process instead of dired-call-process-command.
24687 2005-02-19  Jay Belanger  <belanger@truman.edu>
24689         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24690         (math-div-non-trig): New variables.
24691         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24692         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24693         (math-combine-prod, math-div-symb-fancy): Add simplifications for
24694         trig expressions.
24696 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
24698         * progmodes/gdb-ui.el (gdb-var-update-handler)
24699         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24700         for watch expressions,
24701         (gdb-var-create-handler): Don't set speedbar-update-flag.
24702         (gdb-post-prompt): Simplify test for speedbar.
24704 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
24706         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24707         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24708         we use the syntax table of the correct buffer.
24709         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24710         Felix Gatzemeier.
24712         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24713         (ediff-file-remote-p): Make synonymous with file-remote-p.
24714         In all deffaces ediff-*-face-*, use min-colors.
24716         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24717         ediff-recurse-to-subdirectories.
24718         (ediff-mark-if-equal): Check that the arguments are strings, use
24719         ediff-same-contents (after to Felix Gatzemeier).
24721         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24722         nil.
24724 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
24726         * log-view.el (log-view-message-re): Fix up Subversion regexp.
24728 2005-02-18  David Kastrup  <dak@gnu.org>
24730         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24731         use `mark-active' when defined.
24733 2005-02-18  Kenichi Handa  <handa@m17n.org>
24735         * ps-print.el (ps-font-info-database): New entry
24736         ZapfChancery-MediumItalic with correct font name.  Fix font name
24737         of the entry Zapf-Chancery-MediumItalic.
24739 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
24741         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24743 2005-02-16  Kim F. Storm  <storm@cua.dk>
24745         * ido.el (ido-fallback-command): Pass user input to fallback command.
24747 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
24749         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24750         (gdb-find-file-hook): Add server prefix.
24752 2005-02-16  Richard M. Stallman  <rms@gnu.org>
24754         * replace.el (perform-replace): Pass new args to replace-highlight.
24755         (replace-highlight): Take region args,
24756         and pass them to isearch-lazy-highlight-new-loop.
24758         * novice.el (disabled-command-hook): Autoload the defalias
24759         and the make-obsolete-variable call.
24761         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24763         * isearch.el (isearch-lazy-highlight-start-limit)
24764         (isearch-lazy-highlight-end-limit): New variables limit
24765         the region for highlighting.
24766         (isearch-lazy-highlight-new-loop): New args BEG and END.
24767         (isearch-lazy-highlight-search): Use the new vars.
24768         (isearch-lazy-highlight-update): Likewise.
24770         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24772         * cus-start.el (all): Use default-boundp.
24774 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
24776         * menu-bar.el (menu-bar-select-frame): Handle current frame.
24778 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
24780         * autorevert.el (auto-revert-stop-on-user-input)
24781         (auto-revert-verbose): Doc fixes.
24783 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
24785         * international/mule-cmds.el (set-locale-environment): Remove call
24786         to set-selection-coding-system on Windows.
24788 2005-02-15  Jay Belanger  <belanger@truman.edu>
24790         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24791         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24792         calcFunc-coth.
24793         (math-simplify-sqrt): Add simplifications.
24795         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24796         to list.
24798         * calc/calc-ext.el: Add functions to autoloads.
24800         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24801         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24802         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24803         (math-csc-raw, math-cot-raw): New functions.
24805         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24807         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24808         the variable name in a message.
24810         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24811         calcFunc-csc, calcFunc-cot.
24813         * calc/calcalg2.el: Add derivative and integration rules for
24814         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24815         calcFunc-csch, calcFunc-coth.
24816         (math-do-integral-methods): Add to checks for when to use
24817         substitutions.
24819         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24821 2005-02-15  Lute Kamstra  <lute@gnu.org>
24823         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24824         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
24825         <monnier@iro.umontreal.ca>
24826         (lisp-outline-level): Improve efficiency.  Suggested by David
24827         Kastrup <dak@gnu.org>.
24829 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
24831         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24832         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24833         (gdb-set-gud-minor-mode-existing-buffers): New functions.
24834         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
24835         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24837 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
24839         * cus-start.el (all): Comment change.
24841 2005-02-14  Lute Kamstra  <lute@gnu.org>
24843         * cus-start.el (all): Check if symbol is void.
24845 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
24847         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24848         optional argument to \cite.
24850 2005-02-14  Richard M. Stallman  <rms@gnu.org>
24852         * cus-edit.el (custom-buffer-create-internal): Update help message.
24853         (custom-magic-alist): Update help messages.
24855         * cus-start.el (all): Allow a var to specify a standard value.
24857 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
24859         * custom.el (custom-theme-set-variables): Handle variable aliases.
24861         * frame.el (blink-cursor-timer): Doc fix.
24862         (blink-cursor): Make it an alias for `blink-cursor-mode' and
24863         declare obsolete.
24864         (blink-cursor-mode): Define with defcustom and use correct
24865         standard expression in that defcustom.
24866         * startup.el (command-line): Adapt to above changes in frame.el.
24868 2005-02-11  Lute Kamstra  <lute@gnu.org>
24870         * apropos.el (apropos-score-doc): Prevent division by zero.
24872 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
24874         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24875         (icalendar--get-event-property-attributes)
24876         (icalendar--get-event-properties)
24877         (icalendar--datetime-to-diary-date): New functions.
24878         (icalendar--split-value): Doc fix.
24879         (icalendar--datetime-to-noneuropean-date)
24880         (icalendar--datetime-to-european-date): New optional argument
24881         SEPARATOR.  Return result as a string instead of a list.
24882         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24883         (icalendar--convert-string-for-export): Rename arg S to STRING.
24884         (icalendar-export-region): Doc fix.  Change name of error buffer.
24885         Save output buffer.
24886         (icalendar-import-file): Add blank at end of prompt.
24887         (icalendar-import-buffer): Doc fix.  Do not switch to error
24888         buffer.  Indicate status in return value.
24889         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
24890         buffer.  Save output buffer.  Handle exception from recurrence
24891         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
24892         events.  Fix problems with weekly all-day events.
24894 2005-02-10  Richard M. Stallman  <rms@gnu.org>
24896         * simple.el (eval-expression-print-format):
24897         Avoid warning about edebug-active.
24899         * help.el (help-for-help-internal): Rename from help-for-help.
24900         (help-for-help): Define with defalias.
24902         * font-core.el (font-lock-default-function): Use with-no-warnings.
24904         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24906         * custom.el (defface): Doc fix.
24908 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
24910         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24911         width 0" to prevent word wrapping problems.
24913 2005-02-09  Kim F. Storm  <storm@cua.dk>
24915         * ido.el (ido-file-extensions-order): New defcustom.
24916         (ido-file-extension-lessp, ido-file-extension-aux)
24917         (ido-file-extension-order): New advanced file ordering.
24918         (ido-file-lessp): New simple file ordering.
24919         (ido-sort-list): Remove.
24920         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24921         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24923 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
24925         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24926         that some versions of grep produce.
24927         (grep-mode-font-lock-keywords): Likewise.
24929 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
24931         * progmodes/gdb-ui.el (gdb-location-list): New variable.
24932         (gdb-cdir): Delete.
24933         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24934         (gdb-source-info): Treat case when source file is in another
24935         directory properly.
24936         (gdb-get-location): New function.
24938 2005-02-07  Jay Belanger  <belanger@truman.edu>
24940         * calc/calc-prog.el (calc-write-parse-table-part)
24941         (calc-fix-token-name): Fix a check for language type.
24943         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24945 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
24947         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24948         as directory not writable.
24950 2005-02-07  Kim F. Storm  <storm@cua.dk>
24952         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24953         (cua--standard-movement-commands): Remove list.
24954         Instead, set CUA property value to move for movement commands.
24955         (cua-movement-commands): Remove.  Users must set CUA prop instead.
24956         (cua--pre-command-handler): Check CUA property.
24957         (cua--init-keymaps): Don't remap undo commands.
24958         (cua-mode): Don't call cua--rectangle-on-off.
24960         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24961         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24962         (cua--rect-undo-set-point): New var.
24963         (cua--rectangle-undo-boundary): Setup undo apply entry.
24964         (cua--rect-undo-handler): New function for rectangle undo.
24965         (cua--rect-start-position, cua--rect-end-position): Add.
24966         (cua--rectangle-post-command): Call cua--rectangle-set-corners
24967         for restored rectangle.  Set point if cua--rect-undo-set-point.
24969 2005-02-06  Jay Belanger  <belanger@truman.edu>
24971         * calc/calc-lang.el (calc-tex-language): Display more information
24972         in messages.
24974         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24975         in TeX mode.
24977 2005-02-06  Richard M. Stallman  <rms@gnu.org>
24979         * emacs-lisp/lisp.el (buffer-end): Doc fix.
24981 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
24983         * net/ldap.el (ldap-search-internal): Support attributes with
24984         optional descriptions separated by a semi-colon, as in
24985         "userCertificate;binary".
24987 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24989         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24990         isn't a cons (i.e. the version is 0).
24992 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
24994         * help.el (help-for-help): Doc fix.
24996 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
24998         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
24999         GDB-Windows on the menu-bar as this works better.
25001 2005-02-04  Jay Belanger  <belanger@truman.edu>
25003         * calc/calc-embed.el (calc-embedded-update): Don't put in
25004         unnecessary newlines.  Adjust the end of formula marker.
25006         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25007         (math-latex-parse-two-args): New function.
25009 2005-02-03  Lute Kamstra  <lute@gnu.org>
25011         * help-fns.el (help-with-tutorial): Make sure that users cannot
25012         remove the entire text of the tutorial by means of `undo'.
25014 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25016         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25017         in recent changes, where the ispell process was repeatedly
25018         killed & restarted.
25020         * international/mule-cmds.el (set-locale-environment): Set file-name
25021         coding system to utf-8 on Darwin systems.
25022         (set-default-coding-systems): Don't set default-file-name-coding-system
25023         on Darwin systems.
25025 2005-02-03  Richard M. Stallman  <rms@gnu.org>
25027         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25029 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
25031         * faces.el (list-faces-display): Add optional argument.
25033 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25035         * font-core.el (font-lock-default-function): Handle the rare case where
25036         only font-lock-keywords is set.
25038 2005-02-02  Kenichi Handa  <handa@m17n.org>
25040         * international/characters.el: Cancel previous change for
25041         I-WITH-DOT-ABOVE and DOTLESS-i.
25043         * international/latin-5.el: Cancel previous change.
25045 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
25047         * progmodes/gud.el: Correction to syntax in gud-menu-map.
25049 2005-02-02  Kenichi Handa  <handa@m17n.org>
25051         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25052         DOTLESS-i.
25054         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25055         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25057         * case-table.el (get-upcase-table): New function.
25058         (copy-case-table): Copy upcaes table too if non-nil.
25059         (set-case-syntax-delims): Maintain upcase table too.
25060         (set-case-syntax-pair): Likewise.
25061         (set-upcase-syntax, set-downcase-syntax): New functions.
25062         (set-case-syntax): Maintain upcase table too.
25064 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
25066         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25068         * progmodes/gud.el (gud-goto-info): New function.
25069         (gud-tool-bar-map): Use correct icon.
25071 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
25073         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25074         When delegating, order args in the funcall correctly.
25076 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
25078         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25080 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
25082         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25083         buffer not visiting a file.
25085 2005-01-31  Jay Belanger  <belanger@truman.edu>
25087         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25088         bound on the line with the formula.
25090 2005-01-31  Kim F. Storm  <storm@cua.dk>
25092         * ses.el (ses-create-cell-variable-range)
25093         (ses-destroy-cell-variable-range, ses-reset-header-string)
25094         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25095         (ses-insert-row): Fix format of apply undo entries.
25097 2005-01-31  Jay Belanger  <belanger@truman.edu>
25099         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25100         parts.
25102         * calc/calc-embed.el (calc-embedded-open-formula)
25103         (calc-embedded-close-formula): Ignore matrix environments.
25105         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25106         TeX mode.
25108         * calc/calc-lang.el (math-function-table, math-oper-table)
25109         (math-variable-table): Adjust the LaTeX portions.
25111         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25112         (math-latex-ignore-words): New constant.
25114 2005-01-31  Richard M. Stallman  <rms@gnu.org>
25116         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25117         (ispell-local-dictionary): Doc fix.
25118         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25119         Don't reinitialize at run time.  Don't defcustom.
25120         All uses changed to append ispell-local-dictionary-alist,
25121         or check it first.
25122         (ispell-current-dictionary): New variable for dictionary in use.
25123         (ispell-dictionary): Now used only for global default.
25124         (ispell-start-process): Set ispell-current-dictionary,
25125         not ispell-dictionary.
25126         (ispell-change-dictionary): Use this only for setting
25127         user preferences.
25128         (ispell-internal-change-dictionary): New function
25129         to change the current dictionary in use.
25130         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25131         Use ispell-current-dictionary.
25132         Handle ispell-local-dictionary-overridden.
25133         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25135 2005-01-31  Jay Belanger  <belanger@truman.edu>
25137         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25139         * calc/calc-ext.el: Add calc-latex-language to autoloads.
25140         (calc-mode-map): Add calc-latex-language.
25142         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25143         (math-latex-print-frac): New functions.
25144         (math-oper-table, math-function-table, math-variable-table)
25145         (math-complex-format, math-input-filter): Add latex properties.
25146         (calc-set-language): Set math-expr-special-function-mapping.
25148         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25149         (calc-write-parse-table-part): Add LaTeX support.
25151         * calc/calc.el (calc-language): Adjust docstring.
25152         (calc-set-mode-line): Add LaTeX support.
25153         (math-expr-special-function-mapping): New variable.
25154         (math-tex-ignore-words): Add to list.
25156         * calc/calccomp.el (math-compose-expr, math-compose-rows):
25157         Add LaTeX support.
25158         (math-compose-expr): Add support for special functions.
25160         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25162 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
25164         * progmodes/gdb-ui.el (gdb-memory-address)
25165         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25166         (gdb-memory-mode-map, gdb-memory-format-keymap)
25167         (gdb-memory-format-menu, gdb-memory-unit-keymap)
25168         (gdb-memory-unit-menu): New variables for a buffer
25169         that lets the user examine program memory.
25170         (gdb-memory-set-address, gdb-memory-set-repeat-count)
25171         (gdb-memory-format-binary, gdb-memory-format-octal)
25172         (gdb-memory-format-unsigned, gdb-memory-format-signed)
25173         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25174         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25175         (gdb-memory-unit-word, gdb-memory-unit-halfword)
25176         (gdb-memory-unit-byte, gdb-memory-unit-menu)
25177         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25178         (gdb-memory-mode, gdb-memory-buffer-name)
25179         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25180         New functions for above buffer.
25182 2005-01-30  Richard M. Stallman  <rms@gnu.org>
25184         * cus-edit.el (custom-bury-buffer): Function deleted.
25185         (custom-buffer-done-function): Option deleted.
25186         (custom-buffer-done-kill): New replacement option.
25187         (Custom-buffer-done): Call quit-window.
25188         (custom-buffer-create-internal): Update for above changes.
25190 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
25192         * simple.el (undo-ask-before-discard): New var.
25193         (undo-outer-limit-truncate): Implement it.
25194         (undo-extra-outer-limit): Doc update.
25196 2005-01-29  Richard M. Stallman  <rms@gnu.org>
25198         * ses.el (undo-more): Delete defadvice.
25199         (ses-begin-change): Doc fix.
25201         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25202         instead of rebinding C-x u and C-_.
25204         * files.el (normal-backup-enable-predicate): Return nil for files
25205         in /tmp, regardless of temporary-file-directory.
25207         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25209         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25210         (open-rectangle, delete-whitespace-rectangle-line)
25211         (clear-rectangle-line): If FILL, pass t instead of FILL
25212         for move-to-column's 2nd arg.
25214         * simple.el (undo): Fix the test for continuing a series of undos.
25215         (undo-more): Set pending-undo-list to t when we reach end.
25216         (pending-undo-list): Move up defvar.
25218         * wid-edit.el (widget-button-click):
25219         Shorten the range of the track-mouse binding.
25221         * comint.el (comint-insert-input): Undo previous changes;
25222         use last-input-event in interactive spec.
25224 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
25226         * progmodes/compile.el (compilation-start): Bind buffer-read-only
25227         to nil before invoking call-process.  Reset buffer's modified flag
25228         after fontifying it in the no-async branch.
25230         * wid-edit.el (widget-specify-button): If mouse pointer shape
25231         cannot be changed, use mouse face instead.
25233 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
25235         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25236         (gdb-goto-breakpoint): Make breakpoint handling work on template
25237         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
25238         (gdb-assembler-custom): Update to recognize breakpoint information
25239         added on 2005-01-19.
25241 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25243         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25244         (dsssl-mode): Use define-derived-mode.
25245         (scheme-mode-initialize): Remove.
25246         (scheme-mode): Use run-mode-hooks.
25248         * cus-edit.el (customize-group-other-window)
25249         (custom-buffer-create-other-window): Don't override special-display-*.
25250         (custom-mode-map): Make it dense.
25252         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25253         sets the default value.
25255 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
25257         * descr-text.el: Add more keywords.
25259 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25261         * speedbar.el: Avoid unnecessary use of locate-library.
25263         * international/mule-cmds.el (standard-display-european-internal):
25264         Don't fiddle with latin-1 non-break space any more since it's now
25265         special cased in the C code.
25266         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25268 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
25270         * cus-start.el (all): Add `undo-outer-limit'.
25272 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25274         * textmodes/bibtex.el (bibtex-format-entry):
25275         Use `bibtex-empty-field-re' only on the text of fields, not on entire
25276         field lines.
25277         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25278         not on part of a buffer.
25280 2005-01-25  Lute Kamstra  <lute@gnu.org>
25282         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25283         nonempty field text strings like "{letters\\macro{}more letters}".
25284         Clarify docstring.
25285         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25286         (bibtex-entry-offset, bibtex-parse-association)
25287         (bibtex-parse-field-name): Fix typos in docstrings.
25288         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25290 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
25292         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25293         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25294         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25295         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25297         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25298         isearch minor mode.
25300 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
25302         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25304 2005-01-24  Lute Kamstra  <lute@gnu.org>
25306         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25307         CASECHARS and NOT-CASECHARS regular expressions of the
25308         "nederlands" and "nederlands8" dictionaries to prevent a "Range
25309         striding over charsets" error.
25311 2005-01-24  Jay Belanger  <belanger@truman.edu>
25313         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25314         display variable name.
25316 2005-01-24  Kenichi Handa  <handa@m17n.org>
25318         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25319         Fix setting of the element of encoded-kbd-iso2022-invocations.
25321 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
25323         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25324         (gdb-threads-select): Change to also accept mouse events.
25325         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25326         (gdb-threads-mouse-select): Delete.
25328 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
25330         * files.el (insert-directory): Take care of empty directory,
25331         listed without -a switch.
25333 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25335         * textmodes/refill.el (refill-post-command-function):
25336         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25337         to the list of functions that we should be careful not to undo.
25338         (refill-late-fill-paragraph-function): Remove.
25339         (refill-saved-state): New var.
25340         (refill-mode): Use it to save fill-paragraph-function.
25341         Save also the value of auto-fill-function.
25343         * term/w32-win.el: Simplify code.
25345 2005-01-23  Kim F. Storm  <storm@cua.dk>
25347         * simple.el (line-move): Adapt to new return value from
25348         pos-visible-in-window-p.
25350         * simple.el (line-move): Fix last change.  Check partial
25351         visibility at point rather than at window-start.
25353 2005-01-22  Jason Rumney  <jasonr@gnu.org>
25355         * term/w32-win.el (xw-defined-colors): Remove debug-message.
25357 2005-01-22  David Kastrup  <dak@gnu.org>
25359         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25361 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
25363         * type-break.el (type-break-mode): Add a test for
25364         type-break-file-name being non-nil.
25366 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
25368         * net/eudc.el (top level): Call (message "") via progn, so that
25369         eudc-options-file is loaded.
25371 2005-01-22  Kim F. Storm  <storm@cua.dk>
25373         * simple.el (line-move-1): Rename from line-move.
25374         (line-move): New function that adjusts vscroll for partially
25375         visible rows, and calls line-move-1 otherwise.
25377 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
25379         * pcomplete.el: Define pcomplete-read-event instead of read-event,
25380         since it's not a complete read-event implementation
25382 2005-01-20  Jay Belanger  <belanger@truman.edu>
25384         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25385         for called function.
25387 2005-01-20  Steven Tamm  <steventamm@mac.com>
25389         * term/mac-win.el (process-connection-type): Remove.
25390         Controlled now by s/darwin.h:PTY_ITERATION.
25392 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25394         * window.el (handle-select-window): Don't switch window when we're
25395         in the minibuffer.
25397 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
25399         * subr.el (dotimes-with-progress-reporter): New macro.
25401         * ses.el (ses-dotimes-msg): Remove macro.
25402         Use `dotimes-with-progress-reporter' instead.
25404 2005-01-19  Steven Tamm  <steventamm@mac.com>
25406         * term/mac-win.el (process-connection-type): Use new
25407         operating-system-release variable to use ptys on Darwin 7 (OS X
25408         10.3) when using carbon build.
25410 2005-01-19  Jay Belanger  <belanger@truman.edu>
25412         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25413         flags if the last command was a tab or M-tab.
25415         * calc/calc-prog.el (calc-user-define-edit): Put original formula
25416         in formula editing buffer.
25418 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
25420         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25421         breakpoint image symbol in margin.
25423 2005-01-19  Jay Belanger  <belanger@truman.edu>
25425         * calc/calc-prog.el (calc-execute-kbd-macro):
25426         Ignore calc-keep-arg-flag.
25428 2005-01-19  Kenichi Handa  <handa@m17n.org>
25430         * textmodes/ispell.el (ispell-looking-at): New function.
25431         (ispell-process-line): Use ispell-looking-at to compare the ispell
25432         output and the buffer contents.
25434 2005-01-18  Jay Belanger  <belanger@truman.edu>
25436         * calc/calc.el (calc-display-raw): Fix docstring.
25438 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25440         * simple.el (blink-matching-open): Strip extra info from syntax.
25442         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25443         funny chars in the end-of-here-doc marker.
25445 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
25447         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25448         that enable/disabled state of breakpoints is shown correctly in
25449         fringe and on ttys.
25450         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25451         Add breakpoint information as text properties.
25452         (gdb-mouse-toggle-breakpoint):
25453         Rename to gdb-mouse-set-clear-breakpoint.
25454         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
25455         breakpoints in the margin.
25456         (gdb-remove-strings): Simplify.
25458 2005-01-17  Jay Belanger  <belanger@truman.edu>
25460         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25461         erasing buffer.
25463 2005-01-17  Richard M. Stallman  <rms@gnu.org>
25465         * progmodes/grep.el (grep-find): Copy from `grep' the condition
25466         for calling grep-compute-defaults.
25468         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25469         if buffer is empty.
25471         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25473 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25475         * hilit-chg.el (highlight-changes-mode): Don't autoload.
25477         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25478         non-preloaded variables.
25480 2005-01-17  Steven Tamm  <steventamm@mac.com>
25482         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25483         tex-shell cause to force interactivity when using pipes.
25485 2005-01-17  Kim F. Storm  <storm@cua.dk>
25487         * simple.el (just-one-space): Make arg optional.
25489 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
25491         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25492         posn-at-x-y to t to access left-margin.
25494 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
25496         Sync with Tramp 2.0.47.
25498         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25499         catching keep-date problems in cp/scp operations.
25500         (tramp-handle-copy-file): Don't call `set-file-modes'
25501         unconditionally.  Specialized functions should know better what is
25502         necessary.  This improves performance a little bit, and the
25503         functions could catch errors with `cp -p' and `scp -p'.
25504         (tramp-do-copy-or-rename-file-via-buffer)
25505         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25506         when appropriate.
25507         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25508         Call `set-file-modes' when appropriate.
25509         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
25510         Johnsson <isak@hypergene.com>
25511         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25512         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
25513         <joakim@verona.se>
25514         (tramp-file-name-for-operation): Mark `shell-command' as magic for
25515         Emacs only.
25517         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
25518         `find-file-hooks' and `dired-mode-hook'.
25519         (tramp-minor-mode-map): Respective map.  Add remapping for
25520         `compile' and `recompile'.
25521         (tramp-remap-command, tramp-recompile): New defuns.
25522         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25523         in buffer "*Compilation*".  Call the commands asynchronously.
25525         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25526         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25527         `shell-command', because it isn't magic in XEmacs.  Reported by
25528         Adrian Aichner <adrian@xemacs.org>.
25530         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25531         `substitute-in-file-name.
25532         (tramp-smb-handle-substitute-in-file-name): New defun.
25533         (tramp-smb-advice-PC-do-completion): Delete advice.
25535 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
25537         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25538         Fix error in deleting region.
25540 2005-01-15  Richard M. Stallman  <rms@gnu.org>
25542         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25543         In non-temp buffer, switch syntax table temporarily.
25545         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25547         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25549         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25551         * imenu.el (imenu--split-menu): Copy menulist before sorting.
25552         (imenu--generic-function): Use START, not BEG, as pos of definition.
25554         * simple.el (just-one-space): Argument specifies number of spaces.
25556         * simple.el (eval-expression-print-format): Avoid warning
25557         about edebug-active.
25559 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
25561         * progmodes/sh-script.el: Code copied from make-mode.el
25562         with small changes,
25563         (sh-mode-map): Bind C-c C-\.
25564         (sh-backslash-column, sh-backslash-align): New variables.
25565         (sh-backslash-region, sh-append-backslash): New functions.
25567 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25569         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25570         (rmail-pop-password, rmail-pop-password-required): Move to
25571         rmail-obsolete group.
25572         (rmail-set-pop-password): Rename to rmail-set-remote-password.
25573         All callers updated.
25574         (rmail-get-pop-password): Rename to rmail-get-remote-password.
25575         Take an argument specifying whether it is POP or IMAP mailbox we
25576         are using.  All callers updated.
25577         (rmail-pop-password-error): Rename to
25578         rmail-remote-password-error.  Added mailutils-specific error message.
25579         (rmail-movemail-search-path)
25580         (rmail-movemail-variant-in-use): New variables.
25581         (rmail-remote-password, rmail-remote-password-required):
25582         New customization variables.
25583         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25584         (rmail-parse-url): New function.
25585         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25586         with GNU mailutils movemail.
25588 2005-01-15  Kevin Ryde  <user42@zip.com.au>
25590         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25591         suffix to space, $ or '$, to correctly position point when going
25592         to @table style constants like DBL_MAX.
25594 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
25596         * type-break.el (type-break-mode, type-break-file-time)
25597         (type-break-file-keystroke-count, type-break-choose-file):
25598         Don't store data in or load data from the file if type-break-file-name
25599         is nil.
25600         (type-break-file-name): Doc update as per the above.
25602 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
25604         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25605         lookup-key might return nil; handle that.
25607 2005-01-15  Alan Mackenzie  <acm@muc.de>
25609         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25610         rather than the element found, thus enabling the tree to be setcar'd.
25612 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
25614         * textmodes/org.el (org-show-following-heading): New option.
25615         (org-show-hierarchy-above): Use `org-show-following-heading'.
25616         (org-cycle): Documentation fix.
25618         * textmodes/org.el (orgtbl-optimized): New option
25619         (orgtbl-mode): New command, a minor mode.
25620         (orgtbl-mode-map): New variable.
25621         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25622         (orgtbl-error, orgtbl-self-insert-command)
25623         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25625         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25626         a local variable in each org-mode buffer.
25628         * textmodes/org.el (org-set-regexps-and-options): Rename from
25629         `org-set-regexps'.  Added checking for STARTUP keyword.
25630         (org-get-current-options): Add STARTUP options.
25631         (org-table-insert-row): Make mode intelligent about when
25632         realignment is needed.
25633         (org-self-insert-command, org-delete-backward-char, org-delete-char):
25634         New commands.
25635         (org-enable-table-editor): New default value `optimized'.
25636         (org-table-blank-field): Support blanking regions if active.
25638 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
25640         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25641         if the year is not given.
25643         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25644         Add new escapes %m and %M, fixed bug with %F by adding
25645         save-match-data.
25646         (reftex-reference): Remove ?. from list of spaces.
25647         (reftex-label-info): Add automatic label prefix recognition.
25649         * textmodes/reftex-index.el (reftex-index-next-phrase):
25650         Add slave parameter to call of `reftex-index-this-phrase'.
25651         (reftex-index-this-phrase): New optional argument.
25652         (reftex-index-region-phrases): Add slave parameter to call of
25653         `reftex-index-this-phrase'.
25654         (reftex-display-index): New argument redo.
25655         (reftex-index-rescan): Add `redo' to arguments of
25656         `reftex-display-index'.
25657         (reftex-index-Rescan, reftex-index-revert)
25658         (reftex-index-switch-index-tag): Add `redo' to arguments of
25659         `reftex-display-index'.
25660         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25661         indexing.  Fix bug with matching is there is a quote before or
25662         after the word.
25664         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25665         Fix bug when collecting citation keys in lines with comments.
25666         (reftex-citation): Prefix argument no longer rescans the document,
25667         but forces prompting for optional arguments of cite macros.
25668         (reftex-do-citation): Prompting for optional arguments implemented.
25670         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25671         Add optional arguments to most cite commands.
25672         (reftex-cite-cleanup-optional-args): New option
25673         (reftex-cite-prompt-optional-args): New option.
25674         (reftex-trust-label-prefix): New option.
25676         * textmodes/reftex-toc.el (reftex-toc-find-section):
25677         Add push-mark before changing the position in the buffer.
25679         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25680         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25682 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
25684         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25685         more carefully.
25687 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25689         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25690         (sgml-mode): Use it.
25691         (sgml-get-context): Better keep track of implicitly closed tags.
25693 2005-01-13  Kenichi Handa  <handa@m17n.org>
25695         * textmodes/ispell.el: These changes are to fix misalignment error
25696         caused by equivalent characters of different Emacs charsets.
25697         (ispell-unified-chars-table): New variable.
25698         (ispell-get-decoded-string): New function.
25699         (ispell-get-casechars, ispell-get-not-casechars)
25700         (ispell-get-otherchars): Call ispell-get-decoded-string.
25702 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
25704         * custom.el (custom-declare-variable): Just put symbol instead
25705         of (defvar . symbol) in `current-load-list'.
25707 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
25709         * emacs-lisp/elint.el: Fixed typo in Commentary section.
25711 2005-01-12  Jay Belanger  <belanger@truman.edu>
25713         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25714         to create a Calc summary.
25716 2005-01-12  Kim F. Storm  <storm@cua.dk>
25718         * mouse.el (mouse-on-link-p): Change functionality and doc
25719         string to comply with latest description in lisp ref.
25721 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
25723         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25724         Enable mouse clicks on mode-line, header-line and margin.
25725         (event-type): Give mouse event symbols an `event-kind' property
25726         with value `mouse-click'.
25728 2005-01-12  Juri Linkov  <juri@jurta.org>
25730         * facemenu.el (list-colors-display): Add new arg buffer-name.
25731         Use it.  Fix docstring.  Replace code for identifying duplicate
25732         colors by the name with call to `list-colors-duplicates' which
25733         identifies duplicate colors by the value unless the color
25734         is one of special Windows colors.  Set truncate-lines to t.
25735         Print sorted duplicate color names on each line.  Indent to 22
25736         \(the longest color name in rgb.txt) instead of 20.  Optimize.
25737         (list-colors-duplicates): New function.
25738         (facemenu-color-name-equal): Delete function.
25740         * facemenu.el (list-colors-print): New function created from code
25741         in list-colors-display.  Print #RRGGBB at the window right edge.
25742         (list-colors-display): When temp-buffer-show-function is not
25743         defined, call list-colors-print from temp-buffer-show-hook
25744         to get the right value of window-width in list-colors-print
25745         after the buffer is displayed.
25747         * simple.el (pop-mark): Move deactivate-mark out of conditional
25748         part to deactivate the active mark regardless of the state of the
25749         mark ring.
25751         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25752         variables line in desktop files.
25754 2005-01-12  Juri Linkov  <juri@jurta.org>
25756         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25757         Bring together isearch highlight related options.
25758         (lazy-highlight): Replace group `replace' by `matching'.
25759         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25760         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25761         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25762         and declare them obsolete.
25763         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25764         (isearch-faces): Remove defgroup.
25765         (isearch-overlay, isearch-highlight, isearch-dehighlight):
25766         Move isearch highlighting code closer to lazy highlighting code.
25768         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25769         (query-replace-highlight, query-replace-lazy-highlight)
25770         (query-replace): Move definitions to the beginning of the file.
25772 2005-01-11  Juri Linkov  <juri@jurta.org>
25774         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25775         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25776         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25778         * info.el (Info-history-forward): New variable.
25779         (Info-select-node): Reset Info-history-forward to nil.
25780         (Info-last): Turn into defalias.
25781         (Info-history-back): Rename from Info-last.
25782         Add current node to Info-history-forward.
25783         (Info-history-forward): New fun.
25784         (Info-mode-map): Replace Info-last by Info-history-back.
25785         Bind Info-history-forward to "r".
25786         (Info-mode-menu): Replace Info-last by Info-history-back.
25787         Fix menu item text.  Add menu item for Info-history-forward.
25788         (info-tool-bar-map): Replace Info-last by Info-history-back.
25789         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
25790         for Info-history-forward.
25791         (Info-mode): Replace Info-last by Info-history-back in docstring.
25792         Add local variable Info-history-forward.
25793         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25795 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25797         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25798         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25799         Ignore select-window events rather than fiddle with
25800         mouse-autoselect-window.
25802 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
25804         * type-break.el (type-break-mode): Fix previous change.
25806 2005-01-10  Jay Belanger  <belanger@truman.edu>
25808         * calc/calc-ext.el (calc-reset): Reset when inside embedded
25809         calculator; only reset when point is inside a calculator.
25810         Don't adjust the window height if the window takes up the whole height
25811         of the frame.
25813 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
25815         * ebuff-menu.el (Electric-buffer-menu-mode):
25816         Preserve value of buffer-local var header-line-format.
25818 2005-01-09  Jay Belanger  <belanger@truman.edu>
25820         * calc/calc.el (calc-mode-var-list-restore-saved-values):
25821         Make sure settings file exists before accessing it.
25823         * calc/calc-embed.el (calc-embedded-subst):
25824         Replace math-multi-subst-rec, which is only supposed to be called
25825         by math-multi-subst, by math-multi-subst.
25827 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
25829         * vc.el (vc-allow-async-revert): New user option.
25830         (vc-disable-async-diff): New internal variable.
25831         (vc-revert-buffer): Use them to disable asynchronous diff.
25833         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25834         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25835         asynchronously if vc-disable-async-diff is t.
25837 2005-01-09  Jay Belanger  <belanger@truman.edu>
25839         * calc/calc.el (defcalcmodevar): New macro.
25840         (calc-mode-var-list-restore-default-values)
25841         (calc-mode-var-list-restore-saved-values): New functions.
25842         (calc-mode-var-list): Use defcalcmodevar to define it.
25843         (calc-always-load-extensions, calc-line-numbering)
25844         (calc-line-breaking, calc-display-just, calc-display-origin)
25845         (calc-number-radix, calc-leading-zeros, calc-group-digits)
25846         (calc-group-char, calc-point-char, calc-frac-format)
25847         (calc-prefer-frac, calc-hms-format, calc-date-format)
25848         (calc-float-format, calc-full-float-format, calc-complex-format)
25849         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25850         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25851         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25852         (calc-matrix-brackets, calc-language, calc-language-option)
25853         (calc-left-label, calc-right-label, calc-word-size)
25854         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25855         (calc-display-raw, calc-internal-prec, calc-angle-mode)
25856         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25857         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25858         (calc-window-height, calc-display-trail, calc-show-selections)
25859         (calc-use-selections, calc-assoc-selections)
25860         (calc-display-working-message, calc-auto-why, calc-timing)
25861         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25862         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25863         (calc-gnuplot-default-device, calc-gnuplot-default-output)
25864         (calc-gnuplot-print-device, calc-gnuplot-print-output)
25865         (calc-gnuplot-geometry, calc-graph-default-resolution)
25866         (calc-graph-default-resolution-3d, calc-invocation-macro)
25867         (calc-show-banner): Use defcalcmodevar to declare them and set
25868         their default values.
25870         * calc/calc-ext.el (calc-reset): Restore saved values of variables
25871         instead of default values (but restore default values if there is
25872         an argument of 0).
25874 2005-01-09  David Kastrup  <dak@gnu.org>
25876         * desktop.el (desktop-restore-eager): Fix typo in type.
25878 2005-01-08  Richard M. Stallman  <rms@gnu.org>
25880         * cus-edit.el (customize): Delete :link.
25882 2005-01-08  Jay Belanger  <belanger@truman.edu>
25884         * calc/calc.el (calc-mode): Remove the extension from the
25885         `calc-settings-file' file name when loading it.
25887 2005-01-08  Kim F. Storm  <storm@cua.dk>
25889         * info.el (Info-mode-map, Info-next-link-keymap)
25890         (Info-prev-link-keymap, Info-up-link-keymap):
25891         Map follow-link to mouse-face.
25892         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25894 2005-01-08  Jay Belanger  <belanger@truman.edu>
25896         * calc/calc.el (calc-settings-file): Change default value.
25897         Suggested by cgw in a comment in calc-mode.el.
25899         * calc/calc-mode.el (calc-settings-file-name):
25900         Compare calc-settings-file to user-init-file instead of ~/.emacs.
25901         Replace ~/.emacs in a prompt by calc-settings-file.
25903 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
25905         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25906         (desktop-lazy-idle-delay): New customizable variables.
25907         (desktop-buffer-args-list): New variable.
25908         (desktop-append-buffer-args): New function.
25909         (desktop-save): Call desktop-append-buffer-args for some buffers.
25910         (desktop-lazy-create-buffer): New function.
25911         (desktop-idle-create-buffers): New function.
25912         (desktop-read): Add message about buffers to restore lazily.
25913         (desktop-lazy-abort): New command.
25914         (desktop-clear): Call desktop-lazy-abort.
25915         (desktop-lazy-complete): New command.
25917 2005-01-06  Richard M. Stallman  <rms@gnu.org>
25919         * emacs-lisp/find-func.el (find-face-definition):
25920         Rename from find-face.
25922 2005-01-06  Kim F. Storm  <storm@cua.dk>
25924         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25926         * man.el (Man-xref-man-page, Man-xref-header-file)
25927         (Man-xref-normal-file): Add follow-link property.
25929 2005-01-06  Jay Belanger  <belanger@truman.edu>
25931         * calc/calc-units.el: Make sure the proper macro definitions are
25932         available when compiling.
25934 2005-01-06  Juri Linkov  <juri@jurta.org>
25936         * isearch.el (isearch-lazy-highlight-update):
25937         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25939 2005-01-06  Miles Bader  <miles@gnu.org>
25941         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25942         (isearch-lazy-highlight-face): Use new name.
25944 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25946         * uniquify.el (uniquify-rationalize-file-buffer-names):
25947         Re-add an interactive spec.
25948         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25949         to the same name.
25951         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25952         (isearch-update, isearch-done): Adjust calls accordingly.
25954 2005-01-05  Richard M. Stallman  <rms@gnu.org>
25956         * custom.el (custom-set-variables, custom-theme-set-variables):
25957         Clarify documentation.
25959         * emacs-lisp/find-func.el (find-variable)
25960         (find-variable-other-window, find-variable-other-frame):
25961         Fix the TYPE args to find-function-read and find-function-do-it.
25962         (find-function): Doc fix.
25963         (find-function-at-point): Replace function-at-point alias.
25965 2005-01-04  Richard M. Stallman  <rms@gnu.org>
25967         * cus-face.el (custom-declare-face):
25968         Record defface in current-load-list.
25970         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25972         * emacs-lisp/find-func.el: Doc fixes.
25973         (find-face-regexp): New variable.
25974         (find-function-regexp-alist): New variable.
25975         (find-function-C-source): Third arg is now TYPE.
25976         (find-function-search-for-symbol): Handle general TYPE.
25977         (find-function-read, find-function-do-it): Handle general TYPE.
25978         (find-definition-noselect, find-face): New functions.
25979         (function-at-point): Alias deleted.
25981 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25983         * battery.el (display-battery-mode): Rename from display-battery.
25984         Handle the case where it gets turned off.
25986 2005-01-04  Richard M. Stallman  <rms@gnu.org>
25988         * cus-edit.el (customize): Make :link point to user doc.
25990         * man.el (Man-fontify-manpage): Turn off undo generation.
25992         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25994 2005-01-04  Andreas Schwab  <schwab@suse.de>
25996         * files.el (insert-directory): Only look for error lines in
25997         inserted text.  Don't move too far after processing --dired markers.
25999 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26001         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26002         Don't expand if the character is @, period, dash, etc.
26003         (define-mail-abbrev): Quote names that contain problem characters.
26005 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
26007         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26009 2005-01-03  Richard M. Stallman  <rms@gnu.org>
26011         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26012         (query-replace-highlight, query-replace-lazy-highlight)
26013         (query-replace): Definitions moved up.  Doc fix.
26015 2005-01-03  Richard M. Stallman  <rms@gnu.org>
26017         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26018         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26019         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26020         (lazy-highlight-face): Rename from isearch-lazy-...
26021         Change all references to them.
26023 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
26025         * cus-edit.el (custom-file): Doc fix for defcustom.
26026         (custom-file): The function no longer sets the variable
26027         `custom-file' to its return value.
26029         * startup.el (command-line): No longer load `custom-file'.
26031 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26033         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26035         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26036         Don't confuse module-prefixed identifiers for labels.
26037         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26039 2005-01-02  Richard M. Stallman  <rms@gnu.org>
26041         * files.el (basic-save-buffer-1): Fix previous change.
26043         * loadhist.el (file-loadhist-lookup): New function.
26044         (file-provides, file-requires): Use it.
26046         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26047         instead of calculating the right size.
26049 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
26051         * vc-svn.el (vc-svn-diff): Stay local if possible.
26053 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26055         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26057         * files.el (hack-local-variables): Fix last change.
26059 2005-01-02  Jay Belanger  <belanger@truman.edu>
26061         * calc/calc-yank.el (calc-edit-top): New variable.
26062         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26063         object.  Change header properties.
26064         (calc-edit-finish, calc-edit-finish-stack-object)
26065         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26066         edited object.
26067         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26068         for the beginning of the edited object.
26069         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26070         for the beginning of the edited object.
26071         * calc/calc-prog.el (calc-edit-macro-finish-edit)
26072         (calc-finish-formula-edit, calc-macro-repeats)
26073         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26074         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26075         beginning of the edited object.
26076         (calc-user-define-edit): Change the header for editing macros.
26077         Remove unnecessary variable.
26079 2005-01-01  Jay Belanger  <belanger@truman.edu>
26081         * calc/calc-yank.el (calc-edit-mode): Change default header.
26082         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26083         * calc/calc-store.el (calc-edit-variable): Change title to match new
26084         header.
26085         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26086         mode to match new header.
26087         (calc-user-define-edit): Change titles to include names of commands.
26088         (calc-finish-formula-edit): Adjust to handle new header.
26089         (calc-finish-macro-edit): Remove.
26090         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26091         (calc-edit-macro-command, calc-edit-macro-command-type)
26092         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26093         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26094         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26095         (calc-edit-macro-finish-edit): New functions.
26096         (calc-user-define-edit): Use new functions to edit named calc macros.
26098 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
26100         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26102         * ses.el (copy-region-as-kill): Deactivate mark.
26104 2005-01-01  Richard M. Stallman  <rms@gnu.org>
26106         * replace.el (occur-1): If the output buffer is also an input,
26107         don't kill it, rename it.
26109         * faces.el (set-face-background, set-face-foreground): Doc fix.
26111         * cus-face.el (custom-face-attributes): Fix :help-echo strings
26112         for :foreground and :background.
26114         * dired.el (dired-view-command-alist): Variable deleted.
26115         (dired-view-file, dired-mouse-find-file-other-window):
26116         Delete the code to use it.
26118 2005-01-01  Kim F. Storm  <storm@cua.dk>
26120         * image.el (insert-sliced-image): Use t for line-height property.
26122 See ChangeLog.11 for earlier changes.
26124 ;; Local Variables:
26125 ;; coding: iso-2022-7bit
26126 ;; End:
26128     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26129   Copying and distribution of this file, with or without modification,
26130   are permitted provided the copyright notice and this notice are preserved.
26132 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1