Remove * in defcustom docstrings.
[emacs.git] / lisp / ChangeLog
blobdbc4b75d738250b4ccdb60e38a80933e43c7ee5a
1 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/python.el: Remove * in defcustom docstrings.
4         (run-python, python-proc, python-try-complete): Use derived-mode-p.
5         (python-mode): Set tab-width and indent-tabs-mode.
7 2006-08-20  Dave Love  <fx@gnu.org>
9         * progmodes/python.el: Update to Dave Love's latest version.
10         (python-font-lock-keywords, python-mode): Don't use
11         font-lock-syntax-table, but match symbol elements explicitly instead.
12         (python-mode-map): Add help, and a few more key bindings.
13         (python-skip-comments/blanks): Move out of comments as well.
14         (python-continuation-line-p): Behave better with unbalanced parens.
15         (python-blank-line-p): New fun.
16         (python-open-block-statement-p): Don't use a heuristic.
17         (python-outdent-p): Better handle blocks-in-the-same-line.
18         (python-calculate-indentation): Misc improvements.
19         (python-comment-indent): Remove.
20         (python-block-pairs): New var.
21         (python-first-word): New fun.
22         (python-indentation-levels): Handle more common cases.
23         (python-indent-line-1): Add `leave' argument.
24         (python-indent-region): New fun.
25         (python-skip-out): New fun.
26         (python-beginning-of-statement, python-end-of-statement): Use it.
27         (python-next-statement): Return correct count even at eob.
28         (python-end-of-block): Fix paren-typo.
29         (python-imenu-create-index): Add module variables.
30         (run-python): Add `new' arg.
31         Check we're at a prompt before returning.
32         (python-send-command): Move to end of buffer.
33         Wait for prompt to return.
34         (python-set-proc): New fun.
35         (python-imports): New var.
36         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
37         (python-eldoc-function): Try to move out of arg list.
38         (python-outline-level): Offset by 1.
39         (python-find-imports): New fun.
40         (python-symbol-completions): Use python-imports.
41         (python-module-path, ffap-alist): Add support for ffap.
42         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
43         (pythin-insert-*, python-default-template, python-expand-template):
44         Add templates/skeletons.
45         (python-setup-brm): Support for Bicycle Repair Man.
46         (python-abbrev-syntax-table): New var.
47         (python-abbrev-pc-hook, python-pea-hook): New funs.
49 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
51         * frame.el (blink-cursor-start): Set timer first.
52         (blink-cursor-end): Ignore timer cancelling errors.
53         Suggested by Ken Manheimer.
55 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
57         * newcomment.el (comment-box): Call `comment-normalize-vars'.
58         Add autoload cookie.
60 2006-08-20  Richard Stallman  <rms@gnu.org>
62         * simple.el (line-number-at-pos): Doc fix.
64         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
65         timer-activate-when-idle, so timer can run before Emacs becomes
66         non-idle again.
68 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
70         * whitespace.el (whitespace-cleanup-internal): New optional arg
71         REGION-ONLY.  If it's non-nil, modify the message to the user
72         accordingly.
73         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
74         a non-nil argument.
76 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
78         * rect.el (spaces-string): Simplify and add doc string.
80 2006-08-17  Romain Francoise  <romain@orebokech.com>
82         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
84 2006-08-17  Richard Stallman  <rms@gnu.org>
86         * compare-w.el (compare-windows): lambda's take an arg and pass
87         it to compare-windows-skip-whitespace.
89 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
91         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
92         the right buffer.
94 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
96         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
97         removed files.
99 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
101         * progmodes/gdb-ui.el (gdb-locals-watch-map)
102         (gdb-locals-watch-map-1): Suppress keymap first.
103         (gdb-edit-locals-map-1): New variable.
104         (gdb-edit-locals-value): New function.
105         (gdb-stack-list-locals-handler): Use them.
107 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
110         cursor would normally be drawn in the fringe.
112         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
113         Reported by Martin Rudalics <rudalics@gmx.at>.
115 2006-08-16  Richard Stallman  <rms@gnu.org>
117         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
118         (special-event-map): Process drag-n-drop events this way.
120         * simple.el (move-beginning-of-line): Test whether fields
121         would prevent motion back to line's first visible character.
122         If so, stop where the fields would stop the motion.
124         * newcomment.el (comment-indent): Fully update INDENT
125         before checking to see if it will change the text.
127         * cus-edit.el (custom-newline): New function.
128         (custom-mode-map): Bind newline to custom-newline.
130         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
131         into ignore-whitespace.
132         Check each buffer for its skip-function.
133         Handle compare-windows-skip-whitespace special-case test
134         by returning t from default skip function.
136 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
138         * textmodes/org.el (org-clock-special-range)
139         (org-clock-update-time-maybe): New functions.
140         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
141         not only a-z.
142         (org-agenda-get-blocks): Allow multiple blocks per headline.
143         (org-timestamp-change): Call `org-clock-update-time-maybe'.
144         (org-export-html-title-format)
145         (org-export-html-toplevel-hlevel): New options.
146         (org-export-language-setup): Add support for Czech.
147         (org-mode, org-insert-todo-heading, org-find-visible)
148         (org-find-invisible, org-invisible-p, org-invisible-p2)
149         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
150         (org-show-subtree, org-show-entry, org-make-options-regexp):
151         Remove compatibility support for old outline-mode.
152         (org-check-occur-regexp): Funtion removed.
153         (org-on-heading-p, org-back-to-heading): Made defalias.
154         (org-set-local): New defsubst.
155         (org-set-regexps-and-options, org-mode)
156         (org-set-font-lock-defaults, org-edit-agenda-file-list)
157         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
158         (org-remember-apply-template, org-table-edit-field)
159         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
160         (org-set-autofill-regexps): Use `org-set-local'.
161         (org-table-eval-formula): Fix bug with parsing of display flags.
163 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
165         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
166         frame with fringe arrow.  Suggested by Simon Marshall
167         <simon.marshall@misys.com>.
168         (gdb-stack-position): New variable.
169         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
170         (gdb-frames-mode): Set gdb-stack-position to nil.
171         Add to overlay-arrow-variable-list
172         (gdb-reset): Delete gdb-stack-position from above list.
174 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
176         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
177         read only.
179 2006-08-13  Romain Francoise  <romain@orebokech.com>
181         * cus-theme.el (customize-create-theme)
182         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
184         * filesets.el (filesets-add-buffer): Ditto.
186         * pcvs.el (cvs-change-cvsroot): Ditto.
188 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
190         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
191         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
192         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
193         expressions.
194         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
195         Only search till end of line.
196         Add face to function names in case of no filename.
197         Add face to variable names of watchpoints.
199 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
201         * cus-start.el <indent-tabs-mode>: Move to the `indent'
202         customization group.
204 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
206         * allout.el (allout-prior-bindings, allout-added-bindings):
207         Remove, after long deprecation.
208         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
209         Add customization vars controlling allout-beginning-of-line and
210         allout-end-of-line conveniences.
211         (allout-header-prefix, allout-use-mode-specific-leader)
212         (allout-use-mode-specific-leader, allout-mode-leaders):
213         Revise docstrings.
214         (allout-infer-header-lead): Change to be an alias for
215         allout-infer-header-lead-and-primary-bullet.
216         (allout-infer-header-lead-and-primary-bullet): New version of
217         allout-infer-header-lead which assigns the primary bullet to the
218         same as the header lead, when its being changed.
219         (allout-infer-body-reindent): Apply regexp-quote instead of
220         unconditionally prepending "\\", so that all literal
221         allout-header-prefix and allout-primary-bullet strings are
222         properly handled.
223         (allout-add-resumptions): Add optional qualifier for extending or
224         appending to existing values, rather than replacing them.
225         (allout-view-change-hook): Clarify docstring.
226         (allout-exposure-change-hook): Take explicit arguments, via
227         run-hook-with-args.
228         (allout-structure-added-hook)
229         (allout-structure-deleted-hook)
230         (allout-structure-shifted-hook): New hooks analogous to
231         allout-exposure-change-hook for other kinds of structural outline
232         edits.
233         (allout-encryption-plaintext-sanitization-regexps): New encryption
234         customization variable, by which cooperating modes can provde
235         massage of the plaintext without actually being passed it.
236         (allout-encryption-ciphertext-rejection-regexps)
237         (allout-encryption-ciphertext-rejection-ceiling): New encryption
238         customization variables, by which cooperating modes can prohibit
239         rare but possible ciphertext patterns from fouling their
240         operation, with actually being passed the ciphertext.
241         (allout-mode): Run activation and deactivation hooks after the
242         minor-mode variable has been toggled, to clarify the mode
243         disposition.  The new encryption ciphertext rejection variable is
244         used to ensure that the ciphertext does not contain text that
245         would be recognized as outline structural elements by allout.
246         Substite allout-beginning-of-line and allout-end-of-line for
247         conventionall beginning-of-line and end-of-line bindings.
248         If allout-old-style-prefixes is non-nil, don't nullify it on mode
249         activation!
250         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
251         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
252         (allout-chart-subtree): Implement new mode, charting only the
253         visible items in the subtree, when new 'visible' parameter is non-nil.
254         (allout-end-of-subtree): Properly handle the last item in the buffer.
255         (allout-pre-command-business, allout-command-counter):
256         Increment an advertised counter so that cooperating enhancements can
257         track revisions of items.
258         (allout-open-topic): Run allout-structure-added-hook with suitable
259         arguments.
260         (allout-shift-in): Run allout-structure-shifted-hook with suitable
261         arguments.
262         (allout-shift-out): Fix doubling for negative args and ensure call
263         of allout-structure-shifted-hook by solely using allout-shift-in.
264         (allout-kill-line, allout-kill-topic):
265         Run allout-structure-deleted-hook with suitable arguments.
266         (allout-yank-processing): Run allout-structure-added-hook with
267         proper arguments.
268         (allout-yank): Enclose activity in allout-unprotected.
269         (allout-flag-region): Run allout-exposure-change-hook with
270         suitable arguments, instead of making the callee infer the arguments.
271         (allout-encrypt-string):
272         Support allout-encryption-plaintext-sanitization-regexps,
273         allout-encryption-ciphertext-rejection-regexps, and
274         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
275         en/de cryption mode in symmetric encryption failure message.
276         (allout-obtain-passphrase): Use copy-sequence to get a distinct
277         copy of the passphrase, and don't zero it or we'll corrupt the
278         stashed copy.
279         (allout-create-encryption-passphrase-verifier)
280         (allout-verify-passphrase): Respect the new signature for
281         allout-encrypt-string.
282         (allout-get-configvar-values): Convenience for getting a
283         configuration variable value and handling its absence gracefully.
285 2006-08-11  Romain Francoise  <romain@orebokech.com>
287         * obsolete/zone-mode.el: Delete.
289 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
291         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
293 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
295         * emacs-lisp/bindat.el (bindat-ip-to-string):
296         Use `format-network-address' if possible.
298 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
300         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
302 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
304         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
305         restore unread-command-events here.
306         (edebug-display): Do it here, to detect sit-for interruptions.
308 2006-08-10  Romain Francoise  <romain@orebokech.com>
310         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
311         (dns-mode-soa-auto-increment-serial): New user option.
312         (dns-mode-soa-maybe-increment-serial): New function.
313         (dns-mode): Add the latter to `write-contents-functions'.
315         * obsolete/zone-mode.el: Move to obsolete/ from net/.
316         Delete autoload cookies.
318 2006-08-10  John Wiegley  <johnw@newartisans.com>
320         * eshell/em-glob.el (eshell-glob-chars-list)
321         (eshell-glob-translate-alist): Add support for [^g] in character globs.
323 2006-08-10  Richard Stallman  <rms@gnu.org>
325         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
326         (facemenu-set-face): Doc fix.
327         (facemenu-listed-faces): Doc fix.
329 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
331         * avoid.el (mouse-avoidance-animating-pointer): New var.
332         (mouse-avoidance-nudge-mouse): Use it.
333         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
334         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
335         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
336         Don't activate if currently animating.  All callers changed.
338 2006-08-09  John Wiegley  <johnw@newartisans.com>
340         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
341         variable, which causes timeclock to report elapsed time worked,
342         instead of just work remaining.
344 2006-08-09  Kenichi Handa  <handa@m17n.org>
346         * international/latexenc.el (latexenc-find-file-coding-system):
347         Fix for the case that the 2nd element of arg-list is a cons.
349 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
351         * info.el (Info-fontify-node): Handle preceding `in' for note
352         reference hiding rules.
354 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
356         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
357         mistake a closing " for an opening one.
359 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
361         * term/xterm.el (terminal-init-xterm): Add more key bindings.
363 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
365         * complete.el (PC-do-completion): Filter out completions matching
366         completion-ignored-extensions before checking whether there are
367         multiple completions.
368         Don't use `list' unnecessarily when building completion tables.
370 2006-08-06  Richard Stallman  <rms@gnu.org>
372         * help.el (describe-mode): Make minor mode list more concise.
374 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
376         * bindings.el: Give mode-line-format, mode-line-modes, and
377         mode-line-position `standard-value' properties.
379 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
381         * buff-menu.el (list-buffers-noselect): For Info buffers, use
382         "(file)node" instead of the file name.
384 2006-08-05  Richard Stallman  <rms@gnu.org>
386         * faces.el (escape-glyph): Doc fix.
388 2006-08-04  Kenichi Handa  <handa@m17n.org>
390         * international/mule-diag.el (describe-font): Improve docstring
391         and error message.  Use frame-parameter (not frame-parameters).
393 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
395         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
396         Correctly mark the end-of-docstring char.
398 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
400         * simple.el (line-move-to-column): Constrain move-to-column to
401         current field.
403 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
405         * font-lock.el (font-lock-beg, font-lock-end)
406         (font-lock-extend-region-functions): New vars.
407         (font-lock-extend-region-multiline)
408         (font-lock-extend-region-wholelines): New functions.
409         (font-lock-default-fontify-region): Use them.
410         (font-lock-extend-jit-lock-region-after-change): Only round up
411         if font-lock-default-fontify-region will do it as well.
413         * font-lock.el (font-lock-extend-after-change-region-function):
414         Rename from font-lock-extend-region-function.
415         (font-lock-extend-region): Remove by inlining at call sites.
416         (font-lock-after-change-function): Don't needlessly round up to a whole
417         number of lines.
418         (font-lock-extend-jit-lock-region-after-change): Be more careful about
419         the boundary conditions and the interactions between the various ways
420         to extend the region.
422 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
425         modification status when forcing the second redisplay.
427 2006-08-03  Kim F. Storm  <storm@cua.dk>
429         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
431 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
433         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
434         doesn't look like a file name.
436         * complete.el (PC-expand-many-files): Avoid signalling an error when
437         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
439 2006-08-02  Andreas Schwab  <schwab@suse.de>
441         * bindings.el (mode-line-format): Simplify reference to vc-mode.
443 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
445         * bindings.el (map): Make mode-line-buffer-identification-keymap
446         before defining propertized-buffer-identification.
448 2006-08-01  Richard Stallman  <rms@gnu.org>
450         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
452 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
454         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
455         default value.
456         (gdb-find-source-frame): New function.
457         (menu): Add to menu bar.
459 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
461         * font-core.el (font-lock-extend-region-function)
462         (font-lock-extend-region): Move to font-lock.el.
464         * font-lock.el (font-lock-extend-region-function)
465         (font-lock-extend-region): Move from font-core.el.  Simplify.
467         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
468         if needed.
469         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
470         (jit-lock-after-change-extend-region-functions): New hook.
471         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
473         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
474         (font-lock-turn-on-thing-lock): Use it.
476         * longlines.el (longlines-show-region): Make it work on read-only
477         buffers as well.
479 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
481         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
483 2006-07-31  Richard Stallman  <rms@gnu.org>
485         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
486         (vhdl-speedbar-display-projects): Update old obsolete
487         speedbar variable names.
489 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
491         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
492         (gdb-stopped): Use it.
494         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
496 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
498         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
499         for load-history elements.
501 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
503         * files.el (convert-standard-filename): For Cygwin, replace
504         characters not allowed in Windows file names.
505         (make-auto-save-file-name): Add Cygwin to the list of systems
506         where the auto-save file name needs to be run through
507         convert-standard-filename.
509 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
511         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
513 2006-07-28  Richard Stallman  <rms@gnu.org>
515         * bindings.el (mode-line-frame-identification)
516         (propertized-buffer-identification): Centralize the code
517         to initialize the variable.
519         * progmodes/grep.el (grep-default-command): Catch errors from
520         wildcard-to-regexp.
522 2006-07-29  Kim F. Storm  <storm@cua.dk>
524         * progmodes/grep.el (grep-tag-default): New function.
525         (grep-default-command, grep-read-regexp): Use it.
526         (grep-read-files): Use car of grep-files-history or grep-files-aliases
527         as default if nothing else applies.
529 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
531         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
532         Throw error if buffer is not in Dired and Wdired mode, respectively.
534 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
536         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
537         self-insert-command keys don't activate buttons.
538         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
540 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
542         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
543         faces for enable character.
545 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
547         * Makefile.in (recompile): Update comment to reflect change
548         on 2004-04-21.
550 2006-07-27  Richard Stallman  <rms@gnu.org>
552         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
553         (customize-package-emacs-version): Change msg when pkg has no entry.
554         (custom-no-edit): On a button, do like widget-button-press.
556 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
558         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
559         S-tab and C-S-tab.
561 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
563         * progmodes/which-func.el (which-function): Fix documentation/
564         comment typo.
566 2006-07-26  Richard Stallman  <rms@gnu.org>
568         * textmodes/ispell.el (ispell-word): If we replace the word,
569         move point to the end.  Insert before deleting.
571 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
573         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
574         a timer.
576 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
578         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
579         when at first image.
580         (tumme-forward-image): Add prefix argument.  Add error when at last
581         image.
583 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
585         * tabify.el (tabify-regexp): Use more specific regexps.
586         (tabify): Avoid modifying the buffer unnecessarily.
588 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
590         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
591         (tumme-format-properties-string): Handle empty `buf'.
592         (tumme-get-comment): Change variable names inside `let'.
593         Add missing `let' variable that cause font-lock problems.
594         (tumme-write-comments): Change variable names inside `let'.
595         Add missing `let' variable that cause font-lock problems.
596         (tumme-forward-image): Rename from `tumme-forward-char'.
597         (tumme-backward-image): Rename from `tumme-backward-char'.
599 2006-07-25  Masatake YAMATO  <jet@gyve.org>
601         * progmodes/ld-script.el (ld-script-keywords)
602         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
603         and add comments.
605 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
607         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
608         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
609         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
610         for status indicator.
612 2006-07-24  Richard Stallman  <rms@gnu.org>
614         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
616         * subr.el (dolist, dotimes): Use interned symbols for locals.
617         (--dotimes-limit--, --dolist-tail--): New defvars.
618         (looking-back): Doc fix.
620         * replace.el (replace-match-string-symbols): Handle dotted lists.
622 2006-07-24  mathias  <mathias@mattis>
624         * tumme.el (tumme-write-tags): Add.
625         (tumme-write-comments): Add.
626         (tumme-tag-files): Change to use `tumme-write-tags'.
627         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
628         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
629         (tumme-save-information-from-widgets): Change to use
630         `tumme-write-comments' and `tumme-write-tags'.
631         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
632         (tumme-write-tag): Remove.
633         (tumme-write-comment): Remove.
634         (tumme-display-previous-thumbnail-original): Remove empty line.
635         (tumme-widget-list): Add punctuation.
637 2006-07-24  mathias  <mathias.dahl@gmail.com>
639         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
641 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
643         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
644         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
645         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
647 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
649         * mouse.el (mouse-on-link-p): Doc fix.
651 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
653         * emacs-lisp/find-func.el (find-function-search-for-symbol):
654         Handle "C-h f `".
656 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
658         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
659         column.
661 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
663         * textmodes/table.el: Add move-beginning-of-line and
664         move-end-of-line to Point Motion Only Group.
666 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
668         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
670 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
672         * startup.el (user-mail-address): Initialize from the `EMAIL'
673         environment variable first.  Document this.
674         (command-line): Ditto.
676 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
678         * help-mode.el (help-function-def, help-variable-def)
679         (help-face-def): Print a message in the minibuffer.
681 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
683         * term/xterm.el (terminal-init-xterm): Fix key bindings
684         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
686 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
688         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
689         where `(nth 1 command)' is a cons cell.  Doc fix.
691         * textmodes/po.el (po-find-charset): Doc fix.
693 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
695         * allout.el (allout-unprotected, allout-e-o-prefix-p)
696         (allout-beginning-of-current-line, allout-end-of-current-line)
697         (allout-next-visible-heading, allout-open-topic)
698         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
699         (allout-flag-current-subtree, allout-show-to-offshoot)
700         (allout-hide-current-entry, allout-show-current-branches)
701         (allout-hide-region-body, allout-old-expose-topic)
702         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
703         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
704         containing `beginning-of-line' and `end-of-line' with
705         `inhibit-field-text-motion' t.
707 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
709         * frame.el (focus-follows-mouse): Document that it doesn't have
710         any effect on MS-Windows.
712 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
714         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
716 2006-07-20  Jay Belanger  <belanger@truman.edu>
718         * calc.el (calc-previous-alg-entry):  Remove variable.
720         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
721         New variables.
722         (calc-alg-entry): Use `calc-alg-entry-history'.
723         (calc-do-quick-calc): Use `calc-quick-calc-history'.
724         Remove reference to `calc-previous-alg-entry'.
725         (calcAlg-edit, calcAlg-enter): Remove reference to
726         `calc-previous-alg-entry'.
727         (calcAlg-previous): Use `previous-history-element' instead of
728         `calc-previous-alg-entry'.
729         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
730         Change keybinding for `calcAlg-plus-minus', add keybindings for
731         `previous-history-element' and `next-history-element'.
733         * calc-rewr.el (calc-match): Remove reference to
734         `calc-previous-alg-entry'.
736         * calc-sel.el (calc-selection-history): New variable.
737         (calc-enter-selection, calc-sel-mult-both-sides)
738         (calc-sel-add-both-sides): Use `calc-selection-history'.
740         * calc-map.el (calc-get-operator-history): New variable.
741         (calc-get-operator): Use `calc-get-operator-history'.
743         * calcalg3.el (calc-curve-fit-history): New variable.
744         (calc-curve-fit): Use `calc-curve-fit-history'.
746 2006-07-20  Kenichi Handa  <handa@m17n.org>
748         * international/mule-cmds.el (select-safe-coding-system): Fix the
749         way of deciding eol-type of the coding system.
751 2006-07-20  Alan Mackenzie  <acm@muc.de>
753         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
754         (c-lang-setvar): New macro.
755         (c-make-init-lang-vars-fun): Use the initialization forms in
756         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
757         (comment-start, comment-end, comment-start-skip): Change these from
758         c-lang-defvar's to c-lang-setvar's.
760         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
761         which calls make-local-variable on the elements of
762         c-emacs-variable-inits.
763         (c-init-language-vars-for): Call this new macro.
765 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
767         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
768         Try to rule out false positives due to time stamps.
769         (compilation-mode-font-lock-keywords): Remove rules made redundant
770         because of the above change.  Add `segmentation fault' to the known and
771         highlighted compilation termination messages.
773 2006-07-19  Kim F. Storm  <storm@cua.dk>
775         * progmodes/grep.el (grep-find-ignored-directories):
776         Add .svn and _darcs to list.
778 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
780         * dired.el (dired-mode-map): Add key binding `C-te' for
781         `tumme-dired-edit-comment-and-tags'.
783         * tumme.el (tumme-display-thumbnail-original-image): Make sure
784         image display buffer is displayed before call to
785         `tumme-display-image.
786         (tumme-dired-display-image): Make sure image display buffer is
787         displayed before call to `tumme-display-image.
788         (tumme-mouse-display-image): Make sure image display buffer is
789         displayed before call to `tumme-display-image.
790         (tumme-widget-list): Add.
791         (tumme-dired-edit-comment-and-tags): Add.
792         (tumme-save-information-from-widgets): Add.
794 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
796         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
798 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
800         * progmodes/sh-script.el (sh-font-lock-keywords-1):
801         Revert inadvertently installed patch hunk.
803         * progmodes/compile.el (compilation-find-file): Handle the
804         cases where the user selects a non-existent file.
806 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
808         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
810 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
812         * subr.el (sit-for): Just sleep-for if noninteractive.
814 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
816         * emacs-lisp/autoload.el (make-autoload): Use new arg.
818         * custom.el (custom-autoload): Add `noset' argument.
819         (custom-push-theme): Don't autoload the variable, let callers do it.
820         (custom-theme-set-variables): Autoload the variable if necessary.
822         * cus-edit.el (custom-variable-state-set): If the variable was
823         originally set outside custom, but to the same value as the default,
824         consider it to be standard.
826         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
827         file *before* telling Emacs to add the autoloads, in case it fails.
829         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
830         Use `cond', push', and `dolist'.
832 2006-07-17  Richard Stallman  <rms@gnu.org>
834         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
835         Add defvars to silence warnings.
837 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
839         * progmodes/compile.el (compilation-mode-font-lock-keywords):
840         Don't highlight "Compiling file" messages as error.
842         * dired-aux.el (dired-compress-file): Confirm again if gzipped
843         file already exists.
845 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
847         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
848         entry, don't assign to free var; simply return the extracted filename.
849         (ff-treat-as-special): Incorporate common preamble from callers.
850         (ff-other-file-name, ff-find-the-other-file):
851         Update call to ff-treat-as-special.
853         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
855 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
857         * tumme.el (tumme-get-comment): Fix bug.
859 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
861         * files.el: Remove spurious * in docstrings.
863 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
865         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
866         grammar.
867         (allout-beginning-of-current-line): Beware beginning of buffer.
868         Also, a comment is simplified.
869         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
870         when appropriate.  (This fix enables use for other than
871         bullet-hotspot operation.)
872         (allout-hide-current-subtree): While escalating to sibling-close,
873         make sure to situate on a topic.
875 2006-07-14  Kim F. Storm  <storm@cua.dk>
877         * emulation/cua-base.el (cua-delete-selection)
878         (cua-toggle-set-mark): New defcustoms.
879         (cua-rectangle-modifier-key): Add `alt' modifier.
880         (cua-replace-region): Don't delete if cua-delete-selection is nil.
881         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
882         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
884         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
886 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
888         * allout.el: Require 'cl during byte-compilation/interactive load,
889         for the `assert' macro.
890         (allout-mode-deactivate-hook): New hook, run when allout mode
891         deactivates.
892         (allout-developer): New allout customization subgroup.
893         (allout-run-unit-tests-on-load): New allout-developer
894         customization variable, when true allout unit tests are run towards
895         end of file load/eval.
896         (allout-inhibit-auto-fill): Disable auto-fill activity even during
897         auto-fill-mode.
898         (allout-resumptions): Remove, to be replaced by...
899         (allout-add-resumptions): Register variable settings to be
900         reinstated by `allout-do-resumptions'.  The settings are made
901         buffer-local, but the locality/globality of the suspended setting
902         is restored on resumption.
903         (allout-do-resumptions): Reinstate all settings suspended using
904         `allout-add-resumptions'.
905         (allout-test-resumptions): Unit tests (and intermediate variables)
906         for resumptions.
907         (allout-tests-globally-unbound, allout-tests-globally-true)
908         (allout-tests-locally-true): Intermediate variables for
909         resumptions unit tests.
910         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
911         (allout-exposure-category): Replaces 'allout-overlay-category variable.
912         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
913         instead of retired `allout-resumptions'.  For hook functions, use
914         `local' parameter so hook settings are created and removed as
915         buffer-local settings.  Revise (resumptions) setting
916         auto-fill-function so it is set only if already active.  (The
917         related fill-function settings are all made in either case, so
918         that activating auto-fill-mode activity will have the custom
919         allout-mode behaviors (hanging indent on topics, if configured for it).
920         Remove all allout-exposure-category overlays on mode deactivation.
921         (allout-hotspot-key-handler): New function extracted from
922         `allout-pre-command-business', so the functionality can be used
923         for other purposes, eg as a binding in an overlay.
924         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
925         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
926         customization variable.
927         (allout-run-unit-tests): Run the (currently quite small)
928         repertoire of unit tests.  Called just before the provide iff user
929         has customized `allout-run-unit-tests-on-load' non-nil.
931 2006-07-14  K\e,Aa\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
933         * emacs-lisp/authors.el (authors-aliases): Update.
935 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
937         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
938         gdb-source-window.  Add dedicated argument.
939         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
940         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
941         (gdb-display-threads-buffer, gdb-display-memory-buffer)
942         (gdb-display-locals-buffer): Use it.
944         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
945         Set gdb-source-window.
947 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
949         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
950         minor modes, redundant with the custom-autoload line above.
952 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
954         * longlines.el (longlines-post-command-function): Handle open-line too.
956 2006-07-12  Richard Stallman  <rms@gnu.org>
958         * progmodes/grep.el (grep-last-buffer): Doc fix.
960         * info.el (Info-try-follow-nearest-node): Doc fix.
962         * emacs-lisp/edebug.el (edebug-instrument-function):
963         Err if find-function-noselect gives no position.
965         * emacs-lisp/find-func.el (find-function-search-for-symbol):
966         If can't find definition, return nil for position.
967         (find-function-do-it): Handle new return value
968         of find-definition-noselect.
969         (find-definition-noselect, find-variable-noselect): Doc fix.
970         (find-function-noselect): Doc fix.
972         * help-mode.el (help-variable-def): Handle find-variable-noselect
973         returning no position.
974         (help-function-def): Likewise for find-function-search-for-symbol.
975         (help-face-def): Likewise.
977         * help-fns.el (describe-variable): Handle find-variable-noselect
978         returning no position.
980         * files.el (locate-file-completion): Avoid duplicates in result.
982         * cus-edit.el (custom-no-edit): New command.
983         (custom-mode-map): Remap to custom-no-edit instead of
984         using suppress-keymap.
986 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
988         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
989         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
990         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
992         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
994 2006-07-11  Kim F. Storm  <storm@cua.dk>
996         * ido.el (ido-copy-current-file-name): Use buffer-name if
997         buffer-file-name is nil.
999 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
1001         * simple.el (undo-ask-before-discard): Set to nil.
1003         * vc.el (vc-exec-after): Don't delete process manually.
1004         (vc-print-log): Run log-view-mode in process sentinel inside
1005         inhibit-read-only.  Don't shrink window due to timing issues.
1007         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1008         Avoid using with-output-to-temp-buffer, which clobbers local vars.
1010 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1012         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1013         Fix ambiguity introduced by last change.
1014         (compilation-find-file): Move save-excursion to where it may
1015         make sense.  Fix a left over `find-file'.
1017 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
1019         * textmodes/texinfmt.el (texinfo-format-separate-node):
1020         Insert a string before point, which fits documentation, not after.
1021         (texinfo-multitable-item): In a multitable row, insert any
1022         additional needed @tabs and spaces.
1024 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
1026         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1027         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1028         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1029         instead of shell-command.
1030         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1031         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1032         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1033         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1034         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1035         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1037 2006-07-11  Kim F. Storm  <storm@cua.dk>
1039         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
1040         Remove special case for seconds < 0.  Use (redisplay t) instead.
1042 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
1044         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1045         avoid compilation error.
1047         * subr.el (sit-for): New function.
1049         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1051 2006-07-10  Richard Stallman  <rms@gnu.org>
1053         * ldefs-boot.el (edebug): Update page.
1055 2006-07-10  Kim F. Storm  <storm@cua.dk>
1057         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1058         to FOR-RELEASE and TODO.
1060 2006-07-10  Romain Francoise  <romain@orebokech.com>
1062         * emacs-lisp/authors.el (authors-aliases): Update.
1064 2006-07-10  Alan Mackenzie  <acm@muc.de>
1066         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1067         * cc-mode.el: Changes to eradicate eval-after-load.
1069 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
1071         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1072         on non-char events.
1074 2006-07-09  Romain Francoise  <romain@orebokech.com>
1076         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1077         Don't highlight start/end markers as compilation messages.
1079         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1080         to t.
1082 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1084         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1086 2006-07-08  Richard Stallman  <rms@gnu.org>
1088         * term/x-win.el (x-handle-display): Add doc string.
1090         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1092         * subr.el (def-edebug-spec): Move here.
1093         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1095         * imenu.el (imenu-choose-buffer-index): Doc fix.
1097 2006-07-08  Romain Francoise  <romain@orebokech.com>
1099         * term/x-win.el (x-display-name): Fix typo.
1101 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
1103         * hexl.el (hexl-find-file): Doc fix.
1105         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1107 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
1109         * term/x-win.el (x-display-name): Doc fix.
1111 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1113         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1114         long prefixes.
1115         (fill-region-as-paragraph): Don't round up to a whole line.
1116         (fill-comment-paragraph): Don't include the code-before-the-comment
1117         when calling fill-region-as-paragraph.
1119         * international/mule.el (make-char): Remove redundancy.
1121         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1122         property may contain an anonymous function rather than a symbol.
1124         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1126         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1127         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
1129         * dirtrack.el (dirtrack-default-directory-function): Remove.
1130         (dirtrack-directory-function): Use file-name-as-directory.
1131         (dirtrack-windows-directory-function): Simplify.
1132         (dirtrack-forward-slash, dirtrack-backward-slash)
1133         (dirtrack-replace-slash): Remove.
1134         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1135         (dirtrack): Fix wrong parenthesizing; use match-string.
1137         * progmodes/octave-inf.el: Remove spurious * in docstrings.
1138         (inferior-octave-mode): Only change the buffer-local value of
1139         comint-dynamic-complete-functions.
1140         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1141         Move the initialization to the declaration.
1142         (inferior-octave-complete): Remove unused var `filter'.
1144         * shell.el (shell-mode): Only change the buffer-local value of
1145         comint-dynamic-complete-functions.
1147 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
1149         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1150         entry is skipped because it has been scheduled.
1151         (org-prepare-agenda-buffers): Don't mark buffers as modified when
1152         changing `:org-archived' and `:org-comment' properties.
1154 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
1156         * server.el (server-select-display): Don't make the temp frame
1157         minibuffer-only, in case it's not a temp frame.
1158         (server-process-filter): Don't delete the temp frame if it's the
1159         only one we have on that display.
1161         * files.el (find-alternate-file): Doc fix.
1163 2006-07-05  Richard Stallman  <rms@gnu.org>
1165         * files.el (abbreviate-file-name): Add save-match-data.
1167 2006-07-03  Richard Stallman  <rms@gnu.org>
1169         * faces.el (read-face-name): Doc fix.
1171 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
1173         * net/goto-addr.el (goto-address): Mark as safe for local evals.
1175 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
1177         * vc.el (vc-diff-internal): Fix prev change.
1179 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
1181         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1182         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1184 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1186         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1187         fails if the symbol contains chars like ( or '.
1188         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1189         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1190         `short'.
1192 2006-07-04  Kenichi Handa  <handa@m17n.org>
1194         * international/mule-cmds.el (set-language-info): If LANG-ENV is
1195         the current one, don't call set-language-environment, but call one
1196         of set-language-environment-XXX to make INFO effective now.
1197         (set-language-environment): Call set-language-environment-XXX
1198         functions instead of doing the various setups directly.
1199         (set-language-environment-coding-systems): Delete argument eol-type.
1200         (set-language-environment-input-method)
1201         (set-language-environment-nonascii-translation)
1202         (set-language-environment-charset)
1203         (set-language-environment-fontset)
1204         (set-language-environment-unibyte): New functions.
1206 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
1208         * locate.el (locate-update-when-revert): New option.
1209         (locate-update-path): New option (suggested by Michael Albinus).
1210         (locate-prompt-for-command): Whitespace change.
1211         (locate-update): No longer offer to update the locate database by
1212         default.  Implement the two new options.
1214 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
1216         * tooltip.el: Move comment about track-mouse...
1218         * progmodes/gud.el: ...to here.
1220 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
1222         * facemenu.el (facemenu-listed-faces): New var.
1223         (facemenu-unlisted-faces): Variable deleted.
1224         (facemenu-add-new-face): Use facemenu-listed-faces.
1226         * emulation/viper-init.el, calendar/calendar.el:
1227         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1229 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
1231         * textmodes/org.el (org-mode): Remove no invalid settings for
1232         calc embedded mode.
1233         (org-mode-p): New defsubst.
1234         (org-save-all-org-buffers): New function.
1235         (org-first-headline-recenter): Enclose outline-regexp in group
1236         delimiters.
1237         (org-set-tags): Keep single space after stars.
1239 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * window.el (set-window-text-height): Only set window-min-height to
1242         1 if that's the requested size.
1244         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1245         (diff-unified->context, diff-context->unified)
1246         (diff-reverse-direction): Make sure the end marker stays at the end.
1247         (diff-mode): Add the keymap table at the end of docstring.
1248         Use lexical-let rather than constructing a closure manually.
1250         * files.el (find-file-noselect-1): Remove unused var assignment.
1251         (hack-local-variables-confirm): Print lists of strings as lists of
1252         strings rather than lists of symbols.
1253         (abbreviate-file-name, hack-local-variables-prop-line):
1254         Use match-string.
1255         (hack-one-local-variable): Move `make-local-variable' nearer its use.
1256         (recover-session-finish): Use line-end-position.
1258 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
1260         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1262 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
1264         * progmodes/make-mode.el (makefile-macroassign-regex):
1265         Accept preceding keyword.
1266         (makefile-gmake-statements): Reorganize, now that makepp has
1267         "override" and also handle forgotten "override define".
1268         (makefile-makepp-statements): Add new "global", "override export"
1269         and "override global".
1271 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
1273         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1274         (ada-compile-mouse-goto-error, ada-deactivate-properties)
1275         (ada-no-auto-case): Fix typos in docstrings.
1277 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
1279         * info.el (Info-find-node-2): Search for makeinfo version more
1280         carefully.
1282 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
1284         * textmodes/org.el (org-prepare-agenda-buffers):
1285         Use `invisible-OK' argument for `org-end-of-subtree'.
1286         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1287         (org-beginning-of-item): Fix bug in regular expression for white line.
1288         (org-export-as-html): Enforce space after bullet in plain list items.
1289         (org-set-autofill-regexps): Require space after plain list bullet
1290         for paragraph-start.
1291         (org-ts-regexp3): New constant.
1292         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1293         (org-timestamp-up-day, org-timestamp-down-day)
1294         (org-timestamp-change): Work with inactive timestamps.
1295         (org-ts-regexp1): Don't allow brackets in time stamps.
1297 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
1299         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1300         for ignoring links.
1302         * faces.el (read-face-name): Use it.
1304 2006-06-28  Juri Linkov  <juri@jurta.org>
1306         * buff-menu.el (list-buffers-noselect): Compare Info file
1307         with the string "dir" to detect Info directory.
1309         * complete.el (partial-completion-mode): In lambda for
1310         `choose-completion-string-functions' use full function signature
1311         with 4 args, and move point to the end of the minibuffer only if arg
1312         `mini-p' is non-nil.
1314 2006-06-28  John Paul Wallington  <jpw@pobox.com>
1316         * ibuffer.el (ibuffer-mode): Doc fix.
1318 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
1320         * textmodes/org.el (org-context): New contexts :item-bullet,
1321         :latex-fragment, :latex-preview.
1322         (org-overlays-at, org-overlay-start, org-overlay-end):
1323         New compatibility functions.
1324         (org-inside-LaTeX-fragment-p): More accurate matching, using the
1325         exact regexp that will be used during export.
1326         (org-latex-regexps): New variable.
1327         (org-cdlatex-mode): Improve advice for `texmathp'.
1328         (turn-on-org-cdlatex): New function.
1330 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1332         * term/mac-win.el (mac-handle-font-selection): Change keys of
1333         mac-atsu-font-table from strings to numbers.
1334         (mac-ts-caret-position): Use also when cursor-type is nil.
1335         (mac-ts-update-active-input-area): Add Mac OS Classic support.
1336         Relax condition for using overlay strings.
1337         Use mac-ts-caret-position face when cursor-type is nil.
1339 2006-06-26  Kim F. Storm  <storm@cua.dk>
1341         * help.el (view-emacs-news): Declare `res' in the right let* form.
1343 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
1345         * net/rcompile.el (remote-compile): Replace ange-ftp based
1346         implementation by Tramp functions.
1347         Suggested by Marc Abramowitz <msabramo@gmail.com>.
1349         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1351 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
1353         * international/fontset.el (setup-default-fontset): Fix a typo in
1354         the "Oriya-Akruti" registry name.
1356 2006-06-23  Lars Hansen  <larsh@soem.dk>
1358         * desktop.el (desktop-full-file-name): New function.
1359         (desktop-kill, desktop-save, desktop-remove, desktop-read)
1360         (desktop-revert): Use it.
1361         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1362         (desktop-after-read-hook): Add option list-buffers.
1363         (desktop-locals-to-save): Add tab-width.
1364         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1365         Fix docstring.
1367 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
1369         * textmodes/org.el (org-cdlatex-mode-map)
1370         (org-cdlatex-texmathp-advice-is-done): New variables.
1371         (org-cdlatex-mode): New minor mode.
1372         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1373         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1374         (org-export-with-archived-trees): New option.
1375         (org-open-file): Remove the call to `convert-standard-filename'.
1376         (org-archive-tag, org-agenda-skip-archived-trees)
1377         (org-cycle-open-archived-trees)
1378         (org-sparse-tree-open-archived-trees): New options.
1379         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1380         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1381         New functions.
1382         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1383         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1384         (org-mode-map): Add binding for `org-toggle-archive-tag'.
1385         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1386         Call `org-prepare-agenda-buffers'.
1387         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1388         (org-file-apps, org-file-apps-defaults-gnu)
1389         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1390         Handle remote files by forcing them to be opened in Emacs.
1392 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
1394         * vc.el (vc-diff-knows-L): New variable.
1395         (vc-diff-internal): Use it to handle "diff" programs that don't
1396         understand -L.  This works automatically, no user action is necessary.
1398 2006-06-23  Daniel Brockman  <daniel@brockman.se>
1400         * net/rcirc.el (rcirc-default-user-full-name): Default to
1401         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1402         longer exists).
1403         (rcirc-process-list): Check `buffer-live-p' before attempting to
1404         switch to a buffer.
1406 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
1408         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1409         based on rcirc-coding-system-alist.
1411 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
1413         * cus-edit.el (customize-apropos): A better error message.
1414         (top level) <debug-ignored-errors>: Extend and update the list of
1415         ignored error messages.
1417 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
1419         * complete.el (PC-do-completion): Retain capitalization of user
1420         input, when possible, even if completion-ignore-case is set.
1422 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
1424         * generic-x.el (bat-generic-mode): Support .cmd files.
1426         * dos-w32.el (top level): Use find-file-not-found-functions
1427         instead of the obsolete find-file-not-found-hooks.
1429 2006-06-22  Kim F. Storm  <storm@cua.dk>
1431         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1432         to recognize mode name containing submodes, such as Grep/lw.
1434 2006-06-21  Kim F. Storm  <storm@cua.dk>
1436         * simple.el (line-move-1): Check for move-end-of-line instead of
1437         end-of-line when setting temporary-goal-column.
1439 2006-06-21  Miles Bader  <miles@gnu.org>
1441         * play/cookie1.el (cookie): Work properly when there's only one entry.
1443 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
1445         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1446         (gdb-frame-handler): Generalize frame regexp for templates.
1448 2006-06-20  Glenn Morris  <rgm@gnu.org>
1450         * calendar/appt.el (appt-display-format): Default value must be
1451         one of the customize options.
1453 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
1455         * term/xterm.el (terminal-init-xterm): Update key availability info.
1456         Bind C-return.
1458         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1460 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
1462         * files.el (hack-local-variables): Run `hack-local-variables-hook'
1463         whether or not a local variables list is defined.
1465         * msb.el (msb): Move `sit-for' hack here to handle both
1466         "mouse-down and drag" and "mouse-up and select" situations.
1467         (mouse-select-buffer): Move `sit-for' hack to `msb'.
1469 2006-06-20  Kenichi Handa  <handa@m17n.org>
1471         * international/characters.el (word-combining-categories):
1472         Add entries for 2-byte Han characters.
1474 2006-06-19  Richard Stallman  <rms@gnu.org>
1476         * bindings.el (mode-line-format): Save some mode line space.
1478         * files.el (find-file-noselect): Improve the question wording.
1479         (basic-save-buffer-2): Mask UMASK against 666.
1481         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1482         (mouse-drag-vertical-line): Call it.
1484         * cus-edit.el (customize-option, customize-option-other-window):
1485         Error if SYMBOL is nil.
1487 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
1489         * textmodes/org.el: Require noutline, also on XEmacs.
1490         (org-end-of-subtree): Return point.
1491         (org-dblock-start-re, org-dblock-end-re): New constants.
1492         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1493         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1494         (org-update-all-dblocks, org-find-dblock): New functions.
1495         (org-collect-clock-time-entries): New function.
1496         (org-html-handle-time-stamps): Never export CLOCK timeranges.
1497         (org-fixup-indentation): Modify to deal correctly with lines
1498         starting with TAB.  Only one argument DIFF now.
1499         (org-demote, org-promote): Call `org-fixup-indentation' with just
1500         one argument, DIFF.
1501         (org-mode): Don't mark buffer as modified when aligning tables.
1502         (org-clock-sum): Don't mark buffer modified when adding time sum
1503         properties.
1504         (org-export-as-html): Add support for a link validation function.
1505         (org-archive-all-done): New function.
1506         (org-archive-subtree): New prefix argument.  When set, archive all
1507         done subtrees in this buffer.
1508         (org-remove-clock-overlays)
1509         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1510         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1511         (org-put-clock-overlay): Don't swallow last headline character
1512         when displaying overlay.
1513         (org-store-link): Link to `image-mode' with just the file name.
1515 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
1517         * viper-cmd.el (viper-special-read-and-insert-char):
1518         Use read-key-sequence.
1519         (viper-after-change-undo-hook): Misc enhancements.
1520         (viper-after-change-undo-hook): New hook.
1521         (viper-undo): Use viper-after-change-undo-hook.
1522         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1523         (viper-next-line-at-bol): If point is on a widget or a button, simulate
1524         clicking on that widget/button.
1526         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1528         * ediff-diff (ediff-test-patch-utility): Catch errors.
1529         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1530         (ediff-set-actual-diff-options): New function.
1531         (ediff-reset-diff-options, ediff-toggle-ignore-case):
1532         Use ediff-set-actual-diff-options.
1533         (ediff-extract-diffs): Catch errors.
1534         (ediff-whitespace): Add non-breakable space.
1535         (ediff-same-file-contents): Catch errors.
1537         * ediff-mult.el (ediff-collect-custom-diffs):
1538         Save coding-system-for-read.
1540         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1541         (ediff-vc-internal, ediff-vc-merge-internal):
1542         Use ediff-delete-version-file.
1543         (ediff-delete-version-file): New function.
1545         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1547         * ediff.el (ediff-directories, ediff-directory-revisions)
1548         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1549         (ediff-directories-internal, ediff-merge-directory-revisions)
1550         (ediff-merge-directory-revisions-with-ancestor)
1551         (ediff-directories3): Use read-directory-name.
1553 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
1555         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1556         Remove superfluous part of regexp for brace matching which is handled
1557         by `scan-lists' call.
1559 2006-06-16  Richard Stallman  <rms@gnu.org>
1561         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1563         * files.el (basic-save-buffer-2): For a new precious file,
1564         use the default modes in the return value.
1566         * facemenu.el (facemenu-color-alist): Doc fix.
1568         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1570 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1572         * cus-start.el (all): Add mac-ts-script-language-on-focus.
1574         * term/mac-win.el (mac-text-encoding-ascii): New constant.
1575         (mac-utxt-to-string): Use it.
1576         (mac-ts-update-active-input-area): Use mac-ae-number.
1578 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
1580         * term.el (term-handle-scroll, term-delete-lines)
1581         (term-insert-lines): Fix off by one errors.
1583 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
1585         * net/tramp.el (tramp-touch): Use UTC to express time.
1587 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
1589         * mail/sendmail.el (mail-send): Search explicitly for
1590         mail-header-separator when checking for corrupted header lines.
1592 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
1594         * progmodes/gdb-ui.el (gdb-same-frame): New option.
1595         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1596         (gdb-init-1): Initialise them.
1597         (gdb-starting): Reset gdb-printing
1598         (gdb-starting): Save value of gud-overlay-arrow-position.
1599         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1600         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1601         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1602         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1604 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1606         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1608 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
1610         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1611         (ldap-search-internal): Keep error messages, and a regexp fix.
1613 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
1615         * files.el (hack-local-variables-confirm):
1616         Display string value using its printed representation.
1618 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
1620         * server.el (server-edit): No-op if no server buffers exist.
1622 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
1624         * textmodes/page-ext.el (pages-directory-for-addresses):
1625         Including `pages-directory-address-mode' in the function results
1626         in the message "Buffer in which pages were found is deleted".
1628 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
1630         * textmodes/org.el (org-agenda-mode-map): Add bindings for
1631         clocking functions.
1633         (org-agenda-clock-in, org-check-running-clock)
1634         (org-clock-out-if-current, org-remove-clock-overlays)
1635         (org-put-clock-overlay): New functions.
1636         (org-clock-marker, org-clock-file-total-minutes)
1637         (org-clock-overlays): New variables.
1638         (org-clock-display, org-clock-sum, org-clock-cancel)
1639         (org-clock-out, org-clock-in): New commands.
1640         (org-export): New function.
1641         (org-emph-re): New constant.
1642         (org-set-emph-re, org-do-emphasis-faces): New functions.
1643         (org-emphasis-regexp-components, org-emphasis-alist): New options.
1644         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1645         (org-export-html-convert-emphasize): Use the configurable emphasis.
1646         (org-cleaned-string-for-export): Make multiline emphasis visible
1647         to the exporter.  New optional argument PARAMETERS.
1648         (org-export-as-html): Specify :emph-multiline parameter to
1649         `org-cleaned-string-for-export'.
1651 2006-06-10  Richard Stallman  <rms@gnu.org>
1653         * help.el (help-for-help-internal): Clean up help text.
1655 2006-06-10  Andreas Schwab  <schwab@suse.de>
1657         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1658         in doc string.
1660         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1662 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
1664         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1665         spaces after the comment start.
1667 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1669         * play/pong.el (pong-init-buffer):
1670         Fill buffer with spaces instead of ^A.
1672         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1673         launched asynchronously, delete its process instead of being cool.
1674         (ispell-async-processp): Check for `delete-process' existence
1675         instead of `kill-process' one for consistency.
1677 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
1679         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1680         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1681         in mode line at startup.
1683 2006-06-08  Kim F. Storm  <storm@cua.dk>
1685         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1686         (ido-init-completion-maps): Bind them to M-SPC and M-v.
1687         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1688         (ido-file-internal): Pass full file name to write-file.
1689         (ido-read-internal): Only pop stack elements automatically if they
1690         actually match an existing directory or file name.
1692 2006-06-07  Kenichi Handa  <handa@m17n.org>
1694         * international/mule.el (find-auto-coding): Don't handle the short
1695         name `char-trans'.
1697         * files.el (hack-local-variables-prop-line)
1698         (hack-local-variables): Cancel the previous change.
1700 2006-06-06  Jesper Harder  <harder@phys.au.dk>
1702         * ediff-diff.el (ediff-test-utility): Protect against file-error.
1704 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
1706         * diff-mode.el (diff-mode): Set buffer-read-only to t when
1707         diff-default-read-only is non-nil.
1708         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1709         (diff-refine-hunk): Set inhibit-read-only to t.
1711         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1712         modifying the *Diff* buffer.
1713         (diff-process-filter): New filter function for diff process that
1714         sets inhibit-read-only to t when modifying the *Diff* buffer.
1716 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
1718         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1719         insertion point and control the number of empty lines.
1720         (org-paste-subtree): Limit the number of empty lines at the end of
1721         the inserted tree.
1722         (org-agenda): Use buffer name of current file for narrowing.
1723         (org-export-as-xml): Command removed.
1724         (org-export-xml-type): Option removed.
1725         (org-mode-map): Call `org-export-as-xoxo' directly.
1726         (org-get-indentation): New optional argument LINE.
1727         (org-fix-indentation, org-remove-tabs): New functions.
1728         (org-export-as-ascii, org-ascii-level-start): Determine and apply
1729         correct indentation for headlines that are converted it items.
1730         (org-skip-comments): Remove table lines that contain narrowing
1731         cookies but no other non-empty fields.
1732         (org-set-tags): Allow groups of mutually exclusive tags.
1733         (org-cmp-time): Sort 24:21 before items without time.
1734         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1735         (org-open-at-point): Require double colon also for numbers.
1737 2006-06-06  Kim F. Storm  <storm@cua.dk>
1739         * ido.el (ido-default-file-method, ido-default-buffer-method):
1740         Make choice values consistent with corresponding command names.
1741         (ido-visit-buffer): Update accordingly.  Default to selected-window.
1743 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
1745         * progmodes/gud.el (gud-running): Fix doc string.
1746         (gud-menu-map): Use :visible instead fo :enable for debugger test.
1747         (gud-tooltip-modes): Add python-mode.
1748         (gud-tooltip-print-command): Add pdb.  Remove perldb.
1750 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
1752         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1753         Quote $(EMACS).
1755 2006-06-05  Richard Stallman  <rms@gnu.org>
1757         * faces.el (defined-colors): Doc fix.
1759 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
1761         * vc.el (vc-process-filter): Inhibit undo info collection around
1762         call to insert.
1763         (vc-setup-buffer): Likewise for call to erase-buffer.
1764         (vc-do-command): Likewise for call to process-file.
1766 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
1768         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1769         for gud-go.
1770         (gud-common-init): Other debuggers may trigger error.
1772 2006-06-05  Kenichi Handa  <handa@m17n.org>
1774         * international/mule.el (find-auto-coding):
1775         Handle enable-character-translation in file header.
1777 2006-06-04  Kim F. Storm  <storm@cua.dk>
1779         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1780         (authors-fixed-entries): Fix spelling.
1781         (authors-canonical-file-name): Don't report error for wildcards.
1783         * help.el (view-emacs-news): Rewrite to support new NEWS,
1784         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
1785         e.g. version 10 matches 1.10, and don't be confused by version 1.1
1786         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
1788 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
1790         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1791         exec constructs like `foo bar`.
1792         (sh-quoted-subshell): New helper function to search for a possibly
1793         nested subshell (like `` or $()) within a "" quoted string.
1794         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1795         (sh-apply-quoted-subshell): Flag quote characters inside a
1796         subshell, which is itself already in a quoted region, as
1797         punctuation, since this is the closest to what they actually are.
1798         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1799         sh-apply-quoted-subshell.
1800         (sh-font-lock-syntactic-face-function): Apply the new face for
1801         text inside `` instead of the old font-lock-string-face.
1803 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1805         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1806         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1807         (mac-bytes-to-text-range, mac-ae-text-range-array)
1808         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1809         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1810         (mac-ts-unicode-for-key-event): New functions.
1811         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1812         (mac-handle-font-selection): Use mac-ae-number.
1813         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1814         New variables.
1815         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1816         (mac-ts-converted-text, mac-ts-selected-converted-text)
1817         (mac-ts-block-fill-text, mac-ts-outline-text)
1818         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1819         (mac-ts-hilite-style-faces): New constant.
1820         (mac-apple-event-map): Bind text input events.
1821         (mac-dispatch-apple-event): Use command-execute instead of
1822         call-interactively.
1823         (global-map): Don't bind mac-apple-event.
1824         (special-event-map): Bind mac-apple-event.
1826 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
1828         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1829         file name.
1830         (emacs): Enclose the value of $(EMACS) in quotes.
1832 2006-06-02  Juri Linkov  <juri@jurta.org>
1834         * international/mule.el (sgml-html-meta-auto-coding-function):
1835         Remove the condition `(search-forward "<html" size t)'.
1836         Replace `\"' with `[\"']?' in `re-search-forward'.
1838 2006-06-02  Kenichi Handa  <handa@m17n.org>
1840         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1841         as well as `coding'.
1842         (hack-local-variables): Likewise.
1844         * international/mule.el (enable-character-translation):
1845         Put permanent-local and safe-local-variable properties.
1846         (find-auto-coding): Handle char-trans: tag.
1848 2006-06-02  Juri Linkov  <juri@jurta.org>
1850         * international/mule.el (sgml-html-meta-auto-coding-function):
1851         Limit the search by the end of the HTML header (if any).
1853 2006-06-01  Richard Stallman  <rms@gnu.org>
1855         * subr.el (with-current-buffer): Doc fix.
1857 2006-06-02  Masatake YAMATO  <jet@gyve.org>
1859         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1860         Almost rewrite.  Underlines over all lines of gcov output are too
1861         uncomfortable to read.  Suggested by Dan Nicolaescu.
1863 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
1865         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1867         * shell.el (shell-mode): Use shell-mode-map in docstring.
1869         * comint.el (comint-send-input): Do not add help-echo and
1870         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1872 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1874         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1876 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
1878         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1879         (gdb-stopped, gdb-info-stack-custom): If there is no source info
1880         look up the stack and pop up GUD buffer if necessary.
1881         (gdb-frames-select): Remove redundant call to gud-display-frame.
1882         (gdb-info-threads-custom): Keep point at start of buffer.
1883         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1885 2006-05-31  Juri Linkov  <juri@jurta.org>
1887         * replace.el (query-replace-read-from, query-replace-read-to):
1888         Bind `history-add-new-input' to nil.  Call `add-to-history'.
1890 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
1892         * textmodes/table.el: Convert all HTML tags to lower case for
1893         XHTML compatibility.
1895 2006-05-31  Masatake YAMATO  <jet@gyve.org>
1897         * progmodes/compile.el:
1898         (compilation-error-regexp-alist-alist::gcov-called-line):
1899         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
1901 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
1903         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1904         Revert inadvertent changes made with last commit.
1906 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
1908         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1909         New functions.
1911         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1913 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
1915         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1916         only matches in the right place.
1917         (org-upcoming-deadline): New face.
1918         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1919         (org-export-ascii-underline): Rename constant `org-ascii-underline'
1920         and make it an option.
1921         (org-export-ascii-bullets): New option.
1922         (org-export-as-html): Many changes to emit valid XHTML.
1923         (org-par-open): New variable.
1924         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1925         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1926         (org-timeline): Pass `org-timeline-show-empty-dates' to
1927         `org-get-all-dates'.  Interpret empty dates returned by
1928         `org-get-all-dates'.
1929         (org-get-all-dates): New argument EMPTY.  Add dates without
1930         entries to the list, mark large ranges of empty dates.
1931         (org-point-in-group, org-context): New functions.
1933 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
1935         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1937         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1938         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1939         to C-mouse-3 (for 2 button mice).
1940         (gdb-send): Do the right thing for C-d.
1942         * speedbar.el (speedbar-detach): Delete.
1943         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1944         it breaks things.
1945         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1947 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
1949         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1950         Makeppfile.
1952         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1953         Add makepp diagnostic.
1955 2006-05-29  Richard Stallman  <rms@gnu.org>
1957         * window.el (fit-window-to-buffer): Doc fix.
1959         * help.el (temp-buffer-max-height): Doc fix.
1961         * subr.el (with-current-buffer): Doc fix.
1963 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1965         * term/x-win.el: Bind F10 to menu-bar-start if available.
1967 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
1969         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1970         uses with a simple test.
1971         (term-set-escape-char, term-mode, term-check-kill-echo-list)
1972         (term-send-raw-string, term-send-raw, term-mouse-paste)
1973         (term-char-mode, term-line-mode, term-exec, term-sentinel)
1974         (term-handle-exit, term-read-input-ring)
1975         (term-previous-matching-input-string)
1976         (term-previous-matching-input-string-position)
1977         (term-previous-matching-input-from-input)
1978         (term-replace-by-expanded-history, term-send-input)
1979         (term-skip-prompt, term-bol, term-send-invisible)
1980         (term-kill-input, term-delchar-or-maybe-eof)
1981         (term-backward-matching-input, term-check-source)
1982         (term-proc-query, term-emulate-terminal)
1983         (term-handle-colors-array, term-process-pager, term-pager-line)
1984         (term-pager-bob, term-unwrap-line, term-word)
1985         (term-dynamic-complete-filename)
1986         (term-dynamic-complete-as-filename)
1987         (term-dynamic-simple-complete): Replace one arm ifs with whens or
1988         unlesses.
1990 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1992         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1993         during bootstrapping.
1995         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1996         Basically undo the change of 2006-05-26: use extra arguments instead of
1997         dynamic scoping.
1998         (ewoc-locate): Remove unused var `footer'.
2000 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2002         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2004         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2005         (generate-file-autoloads): Obey it.  Return whether autoloads were
2006         added at point or not.
2007         (update-file-autoloads): Use this new return value.
2008         Remove redundant test for the presence of an autoload cookie.
2010         * emacs-lisp/autoload.el (autoload-find-file): New fun.
2011         This one calls hack-local-variables.
2012         (generate-file-autoloads, update-file-autoloads): Use it.
2014         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2015         (bibtex-sort-entry-class): Add safe-local-variable predicate.
2016         (bibtex-sort-entry-class-alist): Don't set the global value.
2017         (bibtex-init-sort-entry-class-alist): New fun.
2018         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2019         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2020         of bibtex-init-sort-entry-class.
2022 2006-05-28  Richard Stallman  <rms@gnu.org>
2024         * subr.el (load-history-regexp): If FILE is relative, insist
2025         entire last name component must match it.
2026         (load-history-filename-element, load-history-regexp): Doc fixes.
2028 2006-05-29  Kim F. Storm  <storm@cua.dk>
2030         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2031         `pos' and `raw-data' for clarity, as eval forms may access these.
2033 2006-05-28  Kim F. Storm  <storm@cua.dk>
2035         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2037 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2039         * progmodes/make-mode.el (makefile-browser-map)
2040         (makefile-mode-syntax-table): Move initialization inside declaration.
2041         (makefile-fill-paragraph): Use the default comment-filling code.
2043 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
2045         * replace.el (query-replace-defaults): New variable.
2046         (query-replace-read-from): Use `query-replace-defaults' for
2047         default value, instead of history list.
2048         (query-replace-read-to): Update `query-replace-defaults'.
2050 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
2052         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2053         with no X toolkit.
2055 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
2057         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2058         (tumme-show-all-from-dir): Add autoload.
2060 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
2062         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2063         (tumme-remove-tag): Fix bug.
2065 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
2067         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2068         FOOTER args.  Update unique caller.
2069         (ewoc-delete): Compute last node once before looping.
2070         (ewoc--node-branch): Merge into unique caller.
2071         (ewoc--node): Don't define constructor make-ewoc--node for this
2072         structure.
2073         (ewoc): Add member `hf-pp' to this structure.
2074         (ewoc--wrap): New func.
2075         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
2076         header/footer pretty-printers.  Save header/footer pretty-printer.
2077         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
2079         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2081 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
2083         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2084         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
2085         Tag'.  Change "Compare directories..." to "Change Directories...".
2086         Move tumme commands to Operate, Regexp and Immediate menus.
2087         Change "Add Comment" to "Add Image Comment".  Change "Add Image
2088         Tag" to "Add Image Tags".
2090         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2091         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2092         `tumme-delete-tag'.
2094 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2096         * shell.el (shell-mode): Call shell-dirtrack-mode after
2097         list-buffers-directory is made a local variable, to avoid setting
2098         the default value.
2100 2006-05-26  Kevin Ryde  <user42@zip.com.au>
2102         * info.el (Info-index-next): Use where-is-internal to report
2103         actual binding of Info-index-next, rather than hard-coded `,'.
2105 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
2107         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2108         and "Find Command in Manual" to here.
2110         * buff-menu.el (list-buffers-noselect): For Info buffers, use
2111         Info-current-file as the file name.
2113 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
2115         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
2116         overrides will now be done a different way.
2117         (ses-set-parameter): Reapply this function for undo.
2118         (ses-set-header-row): Reconstruct header row during undo.
2119         (ses-widen): New function.
2120         (ses-goto-data, ses-reconstruct-all): Use new function.
2121         (ses-command-hook): Widen buffer during undo, before unupdating
2122         the cells.
2123         (ses-insert-row, ses-delete-row): Widen buffer during undo.
2124         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2125         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2126         formula hasn't been executed yet.
2128 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2130         * comint.el (comint-kill-whole-line): Rename arg to count.
2131         Fix doc string.
2133 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
2135         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2136         to copy-file.
2138 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2140         * simple.el (toggle-truncate-lines): Make arg optional for
2141         backward compatibility.
2143 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
2145         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2146         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2147         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
2148         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2149         (ewoc--adjust): Use ewoc--current-dll.
2150         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2152 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
2154         * textmodes/org.el (org-next-item, org-previous-item): Emit more
2155         compact error message.
2156         (org-tags-view): Refresh category table in each file.
2157         (org-table-justify-field-maybe): Remove superfluous arguments to
2158         `format'.
2159         (org-export-as-html): Insert "<p>" before postamble.
2160         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2162 2006-05-26  Kenichi Handa  <handa@m17n.org>
2164         * textmodes/po.el (po-find-charset): Pay attention to the case
2165         FILENAME is a cons (NAME . BUFFER).
2166         (po-find-file-coding-system-guts): Likewise.
2168         * arc-mode.el (archive-set-buffer-as-visiting-file):
2169         Call find-operation-coding-system with (FILENAME . BUFFER).
2171         * tar-mode.el (tar-extract): Call find-operation-coding-system
2172         with (FILENAME . BUFFER).
2174         * international/mule.el (decode-coding-inserted-region):
2175         Call find-operation-coding-system with (FILENAME . BUFFER).
2177 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
2179         * image-mode.el (image-toggle-display): Use buffer contents to
2180         generate image for a remote file.
2182 2006-05-25  Juri Linkov  <juri@jurta.org>
2184         * replace.el (query-replace-read-from, query-replace-read-to):
2185         Remove 8th arg KEEP-ALL in read-from-minibuffer.
2187 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
2189         * whitespace.el (whitespace-cleanup): Change to cleanup
2190         region if one is active.
2191         * whitespace.el (whitespace-cleanup-internal): New internal method.
2193 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2195         * dired.el (dired-mode-map): Add help-echo strings to tumme
2196         commands.  Bind `tumme-dired-display-image' to C-t i.
2198         * tumme.el (tumme-display-image): Change documentation string slightly.
2199         (tumme-dired-display-image): Add call to `display-buffer'.
2201 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2203         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2204         Signal error if RAW-DATA is a multibyte string.
2206 2006-05-24  Richard Stallman  <rms@gnu.org>
2208         * subr.el (with-local-quit): When handling `quit' signal,
2209         make a chance for quit-flag to cause a quit.
2211         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2212         (ad-disable-advice): Add autoloads.
2214         * subr.el (read-passwd): Copy PROMPT before changing its properties.
2216 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2218         * dired.el (dired-mode-map): Change menu items for tumme as per
2219         suggestions in emacs-devel.
2221 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
2223         * dired.el (dired-mode-map): Fix breakage.
2225 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
2227         * tumme.el (tumme-display-dired-image): Rename to...
2228         (tumme-dired-display-image): ...this.
2229         (tumme-track-movement): Change default value to t.
2230         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2231         used from `tumme-next-line-and-display' and similar commands.
2233         * dired.el (dired-mode-map): Add Thumbnail submenu under the
2234         Immediate menu.  Add some tumme commands there.
2236 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
2238         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2240 2006-05-24  Chong Yidong  <cyd@mit.edu>
2242         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2243         menu entries that open submenus.
2245 2006-05-24  Alan Mackenzie  <acm@muc.de>
2247         * startup.el (command-line): For names of preloaded files, don't
2248         append ".elc" (now done in Fload), and call file-truename on the
2249         lisp directory.
2251         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
2252         match ANY loaded file with the right name, not just those in
2253         load-path.  Put a regexp matching the file name into
2254         after-load-alist, rather than the name itself.
2256         * subr.el: New functions load-history-regexp,
2257         load-history-filename-element, do-after-load-evaluation.
2259         * international/mule.el (load-with-code-conversion): Do the
2260         eval-after-load stuff by calling do-after-load-evaluation.
2262 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
2264         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2265         has not been killed.
2267 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2269         * term/mac-win.el: Set idle timer to clean up expired Apple events.
2270         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2271         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2272         Optionally set error message in reply.
2274 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
2276         * textmodes/org.el (org-open-at-point): Use renamed variable
2277         `org-confirm-shell-link-function'.
2278         (org-confirm-shell-link-function): Rename from
2279         `org-confirm-shell-links'.
2280         (org-export-directory): New function.
2281         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2282         (org-export-icalendar): Use `org-export-directory'.
2283         (org-indent-item): Keep cursor position.
2284         (org-link-file-path-type): New option.
2285         (org-export-as-html): Fix bug with plain lists starting in
2286         column 0.
2287         (org-export-as-html): Remove deadline formatting, this happens
2288         now already in `org-html-handle-time-stamps'.
2289         (org-export-html-style): Deadline class removed.
2290         (org-insert-labeled-timestamps-at-point): New option.
2291         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2292         of `hide-sublevels 1', in case the first headline is not level 1.
2293         (org-overview, org-content): New fuction.
2294         (org-cycle-global-status, org-cycle-subtree-status): Make these
2295         variables buffer-local.
2296         (org-global-cycle): New command.
2297         (org-shifttab): Use `org-global-cycle'.
2298         (org-insert-heading, org-insert-item): Go to end of new
2299         headline/item after creating it.
2300         (org-export-visible): Rename from `org-export-copy-visible'.
2301         Now creates a temporary org-file and applies an exporting command
2302         to it.
2303         (org-table-eval-formula): Support for lisp forms.
2304         (org-agenda-todo-ignore-scheduled): New option.
2305         (org-agenda-get-todos): Use new option
2306         `org-agenda-todo-ignore-scheduled'.
2307         (org-export-html-inline-images): New value `maybe'.
2308         (org-export-as-html): Inlining of images dependent on link description.
2309         (org-archive-subtree): Check for end-of-buffer before trying
2310         `kill-line'.
2311         (org-agenda-follow-mode): New option.
2312         (org-export-with-tags, org-export-with-timestamps): New options.
2313         (org-html-handle-time-stamps): New function.
2314         (org-keyword-time-regexp): New variable.
2315         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2316         (org-agenda-todo-list-sublevels): New option.
2317         (org-html-level-start): When TITLE is nil, just close all levels.
2318         (org-parse-key-lines, org-parse-export-options): Remove functions,
2319         replaced by `org-infile-export-plist'.
2320         (org-combine-plists, org-infile-export-plist)
2321         (org-default-export-plist): New functions.
2322         (org-export-html-preamble, org-export-html-postamble)
2323         (org-export-html-auto-preamble, org-export-html-auto-postamble):
2324         New variables.
2325         (org-export-publishing-directory): New option.
2326         (org-export-as-html, org-export-as-ascii): Use the new property
2327         lists for settings.
2328         (org-export-copy-visible, org-export-as-xoxo):
2329         Respect `org-export-publishing-directory'.
2330         (org-link-search, org-store-link, org-file-apps): Support for
2331         links to BibTeX database entries..
2332         (org-get-current-options, org-set-regexps-and-options):
2333         Implement logging as a startup option.
2334         (org-store-link): Make sure context string is never empty
2335         (org-insert-link): Use relative path when possible.
2336         (org-at-item-checklet-p): New function.
2337         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2338         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2339         (org-metaright, org-metaup, org-metadown, org-shiftup)
2340         (org-shiftdown, org-shiftright, org-shiftleft)
2341         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2342         Dispatch using `call-interactively'.
2343         (org-call-with-arg): New defsubst.
2344         (org-tag-alist, org-use-fast-tag-selection): New options.
2345         (org-complete): Use `org-tag-alist'.
2346         (org-fast-tag-insert, org-fast-tag-selection): New functions.
2347         (org-next-item, org-previous-item): New commands.
2348         (org-beginning-of-item, org-end-of-item): Add (interactive) to
2349         make command.
2350         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2352 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
2354         * emacs-lisp/ewoc.el (ewoc-delete): New function.
2355         (ewoc-filter): Use `ewoc-delete'.
2357         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2359 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2361         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2362         Signal more user-friendly error messages.
2364         * complete.el (PC-do-completion): Undo the addition of implicit
2365         wildcards if they did not lead to finding any match.
2366         (read-file-name-internal): Don't add the final > if the completion is
2367         not finished.
2369 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2371         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2372         Quote safe-local-variable predicate.
2374 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
2376         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2378 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2380         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2382         * progmodes/make-mode.el (makefile-special-targets-list)
2383         (makefile-macro-table, makefile-target-table): Mark as risky.
2384         (makefile-query-one-target-method): Make this the alias for the
2385         following variable.
2386         (makefile-query-one-target-method-function): Make this the real name.
2388         * textmodes/artist.el (artist-text-renderer): Make this the alias
2389         for the following variable.
2390         (artist-text-renderer-function): Make this the real name.
2392         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2393         the alias for the following variable.
2394         (flyspell-generic-check-word-predicate): Make this the real name.
2396         * textmodes/ispell.el (ispell-format-word): Make this the alias
2397         for the following variable.
2398         (ispell-format-word-function): Make this the real name.
2399         (ispell-message-text-end): Mark as risky.
2401         * skeleton.el (skeleton-transformation, skeleton-filter)
2402         (skeleton-pair-filter): Make these the aliases for the following
2403         variables.
2404         (skeleton-transformation-function, skeleton-filter-function)
2405         (skeleton-pair-filter-function): Make these the real names.
2407         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2408         and skeleton-pair-filter-function.
2410         * textmodes/sgml-mode.el (sgml-transformation): Make this the
2411         alias for the following variable.
2412         (sgml-transformation-function): Make this the real name.
2413         (sgml-tag-alist): Mark as risky.
2415 2006-05-21  Richard Stallman  <rms@gnu.org>
2417         * simple.el (kill-region): Interactively, pass point, then mark.
2419 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
2421         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2423 2006-05-21  Romain Francoise  <romain@orebokech.com>
2425         * dired-x.el (dired-mode-map): Don't bind M-g.
2427 2006-05-20  Richard Stallman  <rms@gnu.org>
2429         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2430         (dired-goto-file): Doc fix.
2432 2006-05-21  Kim F. Storm  <storm@cua.dk>
2434         * emulation/cua-base.el: Mention customizing cua-mode as alternative
2435         way to enable built-in cua-mode if user loads older CUA-mode package.
2437         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2438         if default-filename is specified.
2440 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
2442         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2444         * info.el (info-apropos): Make sure current-file and current-node
2445         have non-nil values.  Speed up by using add-to-list instead of
2446         manual consing.
2448 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2450         * progmodes/make-mode.el (makefile-mode): Doc fix.
2452 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
2454         * dired-aux.el (dired-do-shell-command): Doc fix.
2456 2006-05-20  Kevin Ryde  <user42@zip.com.au>
2458         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2459         ``(custom-manual :tag "Foo" "(foo)Node")''.
2461 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
2463         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2464         value is an integer.
2466 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
2468         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2469         "format".
2470         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2472 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
2474         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2475         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2477 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2479         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2480         regexp for keywords.
2482 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
2484         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2485         replace-regexp-in-string.
2487         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2488         encode, and escape file name on conversion to URL.
2490 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2492         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2493         Don't unescape URL.
2494         (dnd-get-local-file-name): Unescape URL on conversion to file name.
2496         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2497         on conversion to URLs.
2499         * net/browse-url.el (browse-url-file-url): Encode file name on
2500         conversion to URL.
2502         * term/mac-win.el (mac-ae-open-documents): Escape file name on
2503         conversion to URL.
2505 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
2507         * progmodes/cc-styles.el (c-style-alist): Doc fix.
2509 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2511         * term/mac-win.el (mac-bytes-to-digits): Remove function.
2512         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2514 2006-05-19  Glenn Morris  <rgm@gnu.org>
2516         * calendar/diary-lib.el (diary-bahai-date)
2517         (list-bahai-diary-entries, mark-bahai-diary-entries)
2518         (mark-bahai-calendar-date-pattern): Not interactive.
2519         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
2520         (diary-entries-list): Change format of 4th element in each entry.
2521         (diary-list-entries): Use add-to-diary-list.
2522         (diary-goto-entry): Handle the case where the buffer visiting the
2523         diary has been killed.
2524         (fancy-diary-display): Add 'locator to button rather than 'marker.
2525         Only generate temp-face when there are marks to apply.
2526         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2527         (diary-fancy-date-pattern): New variable.
2528         (diary-time-regexp): Doc fix.
2529         (diary-anniversary, diary-time): New faces.
2530         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2531         diary-time-regexp.  Add font-lock-multiline property where needed.
2532         Use new faces diary-anniversary and diary-time.
2533         (diary-fancy-font-lock-fontify-region-function): New function, to
2534         handle multiline font-lock pattern in fancy diary.
2535         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2536         (diary-font-lock-keywords): Tweak time regexp.  Use new face
2537         diary-time.
2539 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
2541         * international/code-pages.el (mik): Table corrected.
2543 2006-05-18  Kim F. Storm  <storm@cua.dk>
2545         * progmodes/grep.el (grep-find): Don't check grep-find-command
2546         before running command (breaks non-interactive usage).
2548 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
2550         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2551         (ewoc--insert-new-node): Don't insert trailing newline.
2552         Instead, adjust successor nodes's start markers.
2553         (ewoc--refresh-node): Delete all text from current node's start
2554         marker to the next one's; adjust successor nodes's start markers.
2555         (ewoc--create): Doc fixes.
2556         (ewoc--refresh): Don't insert newline.
2557         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2558         * pcvs.el (cvs-make-cvs-buffer):
2559         Specify extra newline for ewoc's header and footer.
2560         (cvs-update-header): Update initial header recognition.
2561         Append newline to final header and footer values.
2562         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2564 2006-05-17  Richard Stallman  <rms@gnu.org>
2566         * files.el (file-name-extension): Doc fix.
2568 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2570         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2571         we can explicitly enable/disable rather than toggle.
2572         (shell-mode): Use it.
2573         (shell-cd): Don't try to reproduce what `cd' does.
2575 2006-05-17  Kim F. Storm  <storm@cua.dk>
2577         * ido.el (ido-read-internal): Use only nondirectory part of
2578         default item.
2580 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
2582         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2583         (ewoc-nth): Doc fix.
2585         (ewoc-map, ewoc-invalidate): Compute PP before looping.
2587 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
2589         * international/mule.el (auto-coding-alist): Add .lha to files
2590         read with no-conversion.
2592         * files.el (auto-mode-alist): Add .lha files to archive file
2593         extensions.
2595         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2596         Convert csize to integer when computing offsets within the
2597         compressed archive file.
2599 2006-05-16  Kim F. Storm  <storm@cua.dk>
2601         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2602         with read-from-minibuffer.
2604 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2606         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2607         (byte-compile-warnings): Fix safe-local-variable property.
2609 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
2611         * allout.el (allout-show-bodies, allout-old-style-prefixes)
2612         (allout-stylish-prefixes, allout-numbered-bullet)
2613         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2614         predicates to qualify `safe-local-variable' property, when
2615         available, else use equivalent lambda.
2616         (allout-current-topic-collapsed-p): Do the right thing regarding
2617         trailing blank lines.
2619 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2621         * server.el (server-start): Only create a directory if needed.
2622         (server-edit, server-unload-hook): server-start => server-mode.
2623         (kill-emacs-hook): Cleanup upon exit.
2625 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2627         * hexl.el (hexlify-buffer): Encode process arguments manually.
2629 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
2631         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2632         call to gdb-tooltip-print.
2634 2006-05-15  Romain Francoise  <romain@orebokech.com>
2636         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2637         systems, default to "tar" since those systems probably have GNU tar.
2639 2006-05-14  Lars Hansen  <larsh@soem.dk>
2641         * desktop.el (desktop-missing-file-warning): Fix docstring.
2642         (desktop-restore-file-buffer): Correct question asked on missing file.
2644 2006-05-14  Kim F. Storm  <storm@cua.dk>
2646         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2647         Add CUA move property.
2649 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
2651         * custom.el (custom-push-theme): Load the variable before checking
2652         its `standard-value'.
2654 2006-05-13  Lars Hansen  <larsh@soem.dk>
2656         * desktop.el (desktop-save): Use with-temp-buffer.
2658 2006-05-12  Glenn Morris  <rgm@gnu.org>
2660         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2661         * calendar/calendar.el (calendar-mode-map):
2662         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2663         * calendar/appt.el (appt-check, appt-make-list): Refer to
2664         diary-view-entries, diary-list-entries, diary-show-all-entries
2665         rather than obsolete aliases.
2667 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
2669         * simple.el (line-move-finish): Avoid calling point motion hooks
2670         while processing intangibility.
2672 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
2674         * term/xterm.el (terminal-init-xterm): Fix typo.
2676 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
2678         * allout.el (allout-view-change-hook): Mark as being deprecated,
2679         to be replaced by `allout-exposure-change-hook'.
2680         (allout-exposure-change-hook): New, replacing
2681         `allout-view-change-hook'.
2682         (allout-flag-region): Run new hook `allout-exposure-change-hook',
2683         in addition to `allout-view-change-hook'.
2684         (allout-show-bodies, allout-old-style-prefixes)
2685         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2686         lambda forms to prevent their showing up in variable help
2687         presentations as inscrutable byte-compiled code.
2688         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2689         Use string-or-null-p to qualify safe-local-variable values.
2690         (allout-reindent-bodies): Use memq to qualify matches against
2691         valid safe-local-variable values.  Also, quote the lambda as above.
2692         (allout-use-mode-specific-leader): Add missing candidate-value
2693         symbols, use memq, and quote the lambda.
2694         (allout-overlay-interior-modification-handler): Remove unused
2695         variables `msg' and 'opened'.
2696         (allout-hidden-p): Constrain invisibility consideration to allout's
2697         invisibility spec, disregarding invisibility for other reasons.
2699 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
2701         * files.el (version-control): Correct safe values.
2703 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
2705         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2707         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2708         (ewoc--insert-new-node): New func.
2709         Update callers of deleted funcs to use it, instead.
2711 2006-05-11  Glenn Morris  <rgm@gnu.org>
2713         * calendar/calendar.el (diary-show-all-entries): Do not refer to
2714         obsolete alias `show-all-diary-entries'.
2715         (make-diary-entry): Not interactive.
2716         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2717         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2718         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2719         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2720         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2721         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2723 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2725         * calendar/calendar.el (calendar-french-date-string)
2726         (calendar-mayan-date-string, calendar-chinese-date-string)
2727         (calendar-astro-date-string, calendar-iso-date-string)
2728         (calendar-islamic-date-string, calendar-bahai-date-string)
2729         (calendar-hebrew-date-string, calendar-coptic-date-string)
2730         (calendar-ethiopic-date-string, calendar-persian-date-string):
2731         These functions are not interactive.
2733 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
2735         * files.el: Balance parentheses.
2737 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
2739         * files.el, newcomment.el, outline.el, simple.el,
2740         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2741         progmodes/cc-vars.el, progmodes/compile.el:
2742         Move `safe-local-variable' declarations to the respective files.
2744         * help-fns.el (describe-variable): Don't print safe-var if it is
2745         byte-code.  Improve wording as suggested by Luc Teirlinck.
2747 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
2749         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2750         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2751         Use a token for pending-triggers to ensure gdb-var-update
2752         gets called once per user input again for pre-GDB 6.4.
2753         (gdb-var-delete): Match on more complex expressions.
2754         (gdb-var-list-children-handler, gdb-var-create-handler):
2755         Use a token for consistency.
2757 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
2759         * textmodes/org.el (org-read-date, org-goto-calendar)
2760         (org-agenda-goto-calendar):
2761         Bind `view-calendar-holidays-initially' to nil.
2763 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
2765         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2766         Update all callers to do it there, instead.
2768 2006-05-10  Glenn Morris  <rgm@gnu.org>
2770         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2771         prefix arg case, to avoid view-diary-entries-initially error.
2772         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2773         (calendar-date-is-legal-p): Handle dates with no day part.
2775 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
2777         * comint.el (comint-insert-input): Just make it when
2778         comint-use-prompt regexp is nil (default) and with the mouse.
2779         (comint-copy-old-input): Reinstate from 2004-06-23.
2780         (comint-mode-map): Bind C-c C-m to it.
2782 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
2784         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2785         Remove spurious move to point-max (new comint behavior fixes).
2787         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2788         compatibility function (Emacs 18/19).
2789         (idlwave-is-continuation-line): Always return point at start of
2790         previous non-blank continuation line.
2791         `keyword-parameters': Fix continued comment font-lock matcher.
2792         (idlwave-font-lock-fontify-region): Written, use as
2793         font-lock-fontify-region-function, to fix continued keyword
2794         fontification issues.
2796 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2798         * term/mac-win.el (mac-font-panel-mode): Doc fix.
2799         (mac-service-selection, mac-service-open-file)
2800         (mac-service-open-selection, mac-service-mail-selection)
2801         (mac-service-mail-to, mac-service-insert-text): Rename from
2802         mac-services-*.  All uses changed.
2803         (mac-apple-event-map): Rename event symbol `services' to `service'.
2805 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
2807         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2808         (ewoc--node-enter-first, ewoc--node-enter-last)
2809         (ewoc--delete-node-internal): Merge funcs into unique callers.
2811 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
2813         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2814         return value of read-from-minibuffer for empty input.
2816 2006-05-09  Miles Bader  <miles@gnu.org>
2818         * comint.el (comint-insert-input): Remove redundant calls to setq
2819         and goto-char.
2821 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
2823         * comint.el (comint-insert-input): Make it work when
2824         comint-use-prompt-regexp is t.
2826 2006-05-10  Miles Bader  <miles@gnu.org>
2828         * subr.el (field-at-pos): New function.
2830         * comint.el (comint-insert-input): Use it.
2832 2006-05-09  Juri Linkov  <juri@jurta.org>
2834         * battery.el (battery-linux-proc-acpi): Also try
2835         `/proc/acpi/thermal_zone/THR2/temperature'.
2837         * files.el <safe-local-variable>: Remove `eval' and `let' binding
2838         for now unused lambda `string-or-null'.
2840         * add-log.el (change-log-default-name): Put `string-or-null-p'
2841         instead of lambda on `safe-local-variable' property.
2843         * diff-mode.el (diff-context->unified): Use `region-beginning' and
2844         `region-end' instead of `mark' and `point'.
2845         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2846         Operate on region in Transient Mark mode when the mark is active.
2847         Use `region-beginning' and `region-end' instead of `mark' and
2848         `point'.
2849         (diff-hunk-text, diff-goto-source): Doc fix.
2851         * startup.el (fancy-splash-screens, normal-splash-screen): Use
2852         face `mode-line-buffer-id' for mode-line buffer face instead of
2853         hard-coded `(:weight bold)'.
2855         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2856         buffer-undo-list to t (undo-ask is reproducible by visiting
2857         nested archives).
2859 2006-05-09  Kim F. Storm  <storm@cua.dk>
2861         * progmodes/grep.el (rgrep): Set default directory of *grep*
2862         buffer if we start M-x rgrep in the *grep* buffer and choose
2863         a different base directory.
2865 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
2867         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2868         completion also when ido is loaded.
2870 2006-05-09  Masatake YAMATO  <jet@gyve.org>
2872         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2873         "warning" and "import".
2874         (cpp-font-lock-keywords): Added "warning".
2876 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2878         * term/xterm.el (terminal-init-xterm): Add more key bindings.
2880 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2882         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2883         pages at a time, if we signal the end, we should indeed reach that end.
2885 2006-05-08  David Reitter  <david.reitter@gmail.com>
2887         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2888         output during execution of the body.
2890 2006-05-08  Kim F. Storm  <storm@cua.dk>
2892         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2894 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
2896         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2897         Use with-current-buffer.
2899 2006-05-07  Kim F. Storm  <storm@cua.dk>
2901         * subr.el (add-to-history): Remove keep-dups arg.
2903         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2904         to nil around call to add-to-history.
2906 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2908         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2909         than after a buffer modification.
2911 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
2913         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2914         call to...
2915         (gud-watch): ...here so speedbar is raised for already watched
2916         expressions.
2917         (gdb-speedbar-refresh): Delete function.
2918         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2919         Use speedbar-timer-fn instead of speedbar-refresh (reverting
2920         earlier change).
2921         (gdb-var-evaluate-expression-handler)
2922         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2924         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2925         Update localized contents for all buffers except ignored modes.
2927 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2929         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2930         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2931         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2932         (mac-handle-font-panel-closed, mac-handle-font-selection):
2933         New functions.
2934         (mac-font-panel-mode): New minor mode.
2935         (mac-apple-event-map): Add bindings for toolbar toggle button and
2936         font panel.
2937         (menu-bar-showhide-menu): Add mac-font-panel-mode.
2939 2006-05-07  John Paul Wallington  <jpw@pobox.com>
2941         * ibuffer.el (ibuffer-compressed-file-name-regexp):
2942         Avoid `regexp-opt'; simplify regexp for readability.
2944 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
2946         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2947         * files.el (buffer-stale-function):
2948         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2949         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2950         links to the main manual, not to emacs-xtra.
2952 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2954         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2955         MacJapanese if text is ASCII-only.
2957 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
2959         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2960         unless so nil isn't returned.
2961         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2963 2006-05-06  Kim F. Storm  <storm@cua.dk>
2965         * subr.el (add-to-history): New function.
2967         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2968         (ediff-merge-files-with-ancestor):
2969         * env.el (setenv):
2970         * isearch.el (isearch-update-ring):
2971         * server.el (server-visit-files):
2972         * progmodes/grep.el (lgrep, rgrep):
2973         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2974         * progmodes/xscheme.el (xscheme-insert-expression):
2975         Use add-to-history.
2977         * kmacro.el (kmacro-push-ring): Use add-to-history.
2978         (kmacro-ring-length): Remove unused defun.
2979         (kmacro-start-macro): Use kmacro-push-ring.
2981 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
2983         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2984         directly instead of a lambda expression that calls it.
2986 2006-05-06  Kim F. Storm  <storm@cua.dk>
2988         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2989         instead of compute-motion.
2991 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
2993         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2994         change.
2996 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
2998         * startup.el (command-line-1): Refer to "Pure Storage" on
2999         pure-space-overflow.
3001 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
3003         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3004         provided faces once they all have been used up.
3006 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3008         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3009         reference to the Lisp manual to the warning about pure space
3010         overflow.
3012 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3014         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3015         argument to avoid the call to `ispell-internal-change-dictionary'
3016         when not needed.
3017         (ispell-change-dictionary): Use this argument and call
3018         `ispell-internal-change-dictionary' after the possible change
3019         to `ispell-local-dictionary'.
3020         (ispell-internal-change-dictionary): Check for a change in
3021         personal dictionary use too.
3023 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
3025         * startup.el (command-line): On MS-Windows, probe "~", not
3026         "~USER", for warning about non-existent home directory
3028         * arc-mode.el (archive-l-e): New optional argument `float' means
3029         generate a float value.
3030         (archive-arc-summarize, archive-lzh-summarize)
3031         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3032         with 3rd argument non-nil when file's size is being computed.
3033         Format the file sizes with %8.0f instead of %8d.
3035 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3037         * cus-start.el (all): Add mac-dnd-known-types.
3039         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3040         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3041         (mac-TIFF-to-string): New functions.
3042         (x-get-selection, x-selection-value)
3043         (mac-select-convert-to-string): Use them.
3044         (mac-text-encoding-mac-japanese-basic-variant): New constant.
3045         (mac-dnd-types-alist): New customization variable.
3046         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3047         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3048         (mac-dnd-handle-drag-n-drop-event): New functions.
3049         (mac-drag-n-drop): Remove function.
3050         (global-map): Bind drag-n-drop and M-drag-n-drop to
3051         mac-dnd-handle-drag-n-drop-event.
3053 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
3055         * progmodes/perl-mode.el (perl-beginning-of-function):
3056         Skip anonymous subs.
3058 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
3060         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3061         regexp-opt at run time.
3063         * term.el (term-handle-ansi-escape): Fix off by one error.
3065 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
3067         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3068         (gdb-init-1, gdb-post-prompt): ...and references to it.
3069         (gdb-frame-handler): Strip directory name from filename if present.
3071         * progmodes/gud.el (gdb-force-update): Delete defvar
3072         (gud-speedbar-buttons): ...and references to it.  Use window-start
3073         to try to keep positon in watch expression.
3075 2006-05-03  Richard Stallman  <rms@gnu.org>
3077         * simple.el (next-history-element, previous-history-element): Doc fix.
3079         * isearch.el (isearch-update-ring): Doc fix.
3081 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
3083         * isearch.el (isearch-update-ring): Take history-delete-duplicates
3084         into consideration.  Replace one arm ifs with whens.
3086 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
3088         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3089         (menu): Fix typo.
3091 2006-05-02  Miles Bader  <miles@gnu.org>
3093         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3095 2006-05-02  Jay Belanger  <belanger@truman.edu>
3097         * calc/calc-embed.el (calc-override-minor-modes-map)
3098         (calc-override-minor-modes): New variables.
3099         (calc-do-embedded): Make sure that Calc keystrokes aren't
3100         overwritten by minor modes.
3102 2006-05-02  Chong Yidong  <cyd@mit.edu>
3104         * msb.el (msb): If EVENT is a down event, read and discard the up event.
3106 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3108         * startup.el (command-line-1): Refer to Lisp manual when
3109         pure-space-overflow occurs.
3111         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3112         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3113         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3114         (version-control): Don't use `t' for safe-local-variable declarations.
3116 2006-05-01  Richard Stallman  <rms@gnu.org>
3118         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3119         M-r, M-R, M-A, M-SPC or M-DEL.
3120         (diff-mode-map): diff-refine-hunk now on C-c C-w
3121         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3123         * help-mode.el (help-mode): view-exit-action calls delete-window
3124         only when it is safe and possible.
3126         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3127         in messages.
3129         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3131         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3132         in the default tool-bar-map.
3134 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
3136         * net/tramp.el (tramp-completion-file-name-handler-alist)
3137         (tramp-run-real-handler, tramp-completion-run-real-handler)
3138         (tramp-completion-handle-file-name-all-completions)
3139         (tramp-completion-handle-file-name-completion): Autoload them.
3140         (tramp-completion-handle-file-exists-p)
3141         (tramp-completion-handle-file-name-directory)
3142         (tramp-completion-handle-file-name-nondirectory)
3143         (tramp-completion-handle-expand-file-name): Remove them.
3144         (tramp-handle-file-name-directory): Return the real directory name.
3145         Returning "/" only doesn't need to be necessary any longer.
3146         (tramp-file-name-handler): Make special attention when in hostname
3147         completion mode.
3148         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3149         (tramp-register-file-name-handlers):
3150         Register `tramp-completion-file-name-handler' only when
3151         `partial-completion-mode' is enabled.
3152         (tramp-completion-handle-file-name-all-completions):
3153         Delete directory part from results.
3154         (tramp-get-completion-methods, tramp-get-completion-user-host):
3155         Discard deleting "/", it doesn't work after the change of
3156         `tramp-handle-file-name-directory' above.
3158 2006-05-01  Kim F. Storm  <storm@cua.dk>
3160         * progmodes/grep.el (grep-expand-template): Use save-match-data
3161         and symbol-value.
3163 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3165         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3166         Use select-frame-set-input-focus instead of raise-frame.
3167         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3169 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
3171         * progmodes/gud.el (gud-def): Add %c case.
3172         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3173         (gud-format-command): Make match case sensitive.  Match on %F.
3175 2006-04-30  Glenn Morris  <rgm@gnu.org>
3177         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3178         (cal-tex-preamble): Use cal-tex-preamble-extra.
3179         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3180         than alias `list-diary-entries'.
3182 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
3184         * help-fns.el (describe-variable): Add info about safe local variables.
3186 2006-04-29  Richard Stallman  <rms@gnu.org>
3188         * bindings.el (mode-line-format): help-echo doc fixes.
3190         * net/tramp.el (tramp-file-name-handler-alist): Delete
3191         expand-file-name and other operations that can cause spurious loading.
3193 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3195         * files.el (safe-local-variable-p): Remove support for the special
3196         value t.
3198         * textmodes/paragraphs.el (sentence-end-without-space):
3199         Fix safety predicate.
3200         (sentence-end-double-space, sentence-end-without-period)
3201         (paragraph-ignore-fill-prefix):
3202         * textmodes/fill.el (colon-double-space):
3203         * abbrev.el (abbrev-mode): Tighten the safety predicate.
3205         * subr.el (booleanp): New fun.
3207         * textmodes/reftex-vars.el (reftex-guess-label-type):
3208         Tighten the safety predicate.
3210 2006-04-28  Kim F. Storm  <storm@cua.dk>
3212         * progmodes/grep.el (defgroup grep): Doc fix.
3213         (grep-auto-highlight): Remove.
3214         (grep-template): New defcustom.
3215         (grep-find-template): Rename from grep-tree-template.
3216         (grep-files-aliases): Rename from grep-tree-files-aliases.
3217         Remove "all" alias, add "l" alias.
3218         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3219         (grep-find-ignored-directories): New defcustom to replace
3220         grep-tree-ignore-CVS-directories, to facilitate ignoring
3221         subdirectories for multiple version control systems.
3222         (grep-mode-map): Add Recursive grep item to GREP menu.
3223         (grep-regexp-history, grep-files-history): New defvars.
3224         (grep-probe): New helper function.
3225         (grep-compute-defaults): Use it to simplify code.
3226         Adapt to name changes.
3227         Use `.' as base in grep-find-template rather than <D>.
3228         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
3229         Call grep-compute-defaults unconditionally.
3230         (grep-expand-keywords): New defconst.
3231         (grep-expand-template): Rename from grep-expand-command-macros.
3232         Simplify via grep-expand-keywords.  Look at case-fold-search instead
3233         of grep-tree-ignore-case to add -i option.
3234         Bind case-fold-search to nil while matching keywords.
3235         (grep-tree-last-regexp, grep-tree-last-files): Remove.
3236         (grep-read-regexp, grep-read-files): New helper functions.
3237         (rgrep): Rename from grep-tree.  Rework to use proper histories.
3238         Adapt to changes in defcustoms and functions above.
3239         (lgrep): New command, as grep, but using same interactive UI as rgrep.
3241 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
3243         * net/tramp.el (tramp-completion-file-name-handler):
3244         Disable Tramp's functionality while loading Tramp itself.
3245         (tramp-register-file-name-handlers): That's a defsubst now.
3246         Code from `tramp-repair-jka-compr' moved here.  Apply it via
3247         `after-init-hook'.
3248         (tramp-repair-jka-compr): Remove.
3250 2006-04-27  Jay Belanger  <belanger@truman.edu>
3252         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3253         read expression when `math-read-big-expr' doesn't work.
3255 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
3257         * startup.el (command-line-1): Display warning when
3258         pure-space-overflow is non-nil.
3260 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3262         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3263         risky.
3265 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3267         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3268         Return the URL or nil if none can be generated.
3270 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
3272         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3273         byte compiler warnings.
3274         (gud-basic-call, gud-find-expr): Let user select an expression
3275         for printing.  Print expression as well as value in GUD buffer.
3277 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
3279         * allout.el: Remove local autoload declaration for
3280         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3281         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3282         (allout-plain-bullets-string, allout-distinctive-bullets-string)
3283         (allout-use-mode-specific-leader, allout-old-style-prefixes)
3284         (allout-stylish-prefixes, allout-numbered-bullet)
3285         (allout-file-xref-bullet, allout-presentation-padding)
3286         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3287         safe-local-variable with suitable value spec, and add autoload
3288         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
3289         (move-beginning-of-line, move-end-of-line): Repair so these compat
3290         functions now actually resituate the point, when appropriate.
3292 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3294         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3296         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3297         (add-log-iso8601-time-string): Fix call to format-time-string.
3299 2006-04-26  Kim F. Storm  <storm@cua.dk>
3301         * subr.el (posn-string, posn-image, posn-object): Doc fix.
3303 2006-04-26  Masatake YAMATO  <jet@gyve.org>
3305         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3306         Add support for "//" style comments.  Remove `b' flag
3307         from ?* in `asm-mode-syntax-table'.
3309 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3311         * follow.el: Use (featurep 'xemacs) everywhere.
3312         (follow-mode): Use define-minor-mode.
3313         (follow-mode-map): Move initialization into the declaration.
3314         Use command remapping.
3315         (follow-emacs-version-xemacs-p): Remove.
3316         (follow-submit-feedback): Remove.
3318         * allout.el (allout-layout, allout-passphrase-verifier-string)
3319         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3321         * textmodes/reftex-vars.el (reftex-vref-is-default)
3322         (reftex-fref-is-default, reftex-guess-label-type):
3323         Tighten up a bit the safety predicate.
3325         * textmodes/paragraphs.el (sentence-end-double-space)
3326         (sentence-end-without-period, sentence-end-without-space)
3327         (page-delimiter, paragraph-ignore-fill-prefix):
3328         Tighten up a bit the safety predicate.
3330         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3332         * progmodes/python.el (python-continuation-line-p)
3333         (python-beginning-of-statement): syntax-ppss may return
3334         a negative depth.
3335         (python-mode): Don't forcefully enable font-lock.
3337         * time-stamp.el (time-stamp-start, time-stamp-end)
3338         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3340         * add-log.el: Remove spurious * in docstrings.
3341         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3342         (add-change-log-entry): Use it here, since it's not specific
3343         to iso8601.
3344         (add-log-iso8601-time-string): Don't use it here any more.
3345         (change-log-indent-text, change-log-indent): Rename from add-log-*.
3347         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3349 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
3351         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3352         (rcirc-toggle-low-priority): Doc fix.
3353         (rcirc-handler-NOTICE): Remove beginning of line anchor in
3354         ChanServ regexp.
3355         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3356         #emacs.
3357         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3358         (rcirc-decode-coding-system): Use utf-8 as the default.
3359         (rcirc-multiline-minor-mode): Set the fill-column.
3360         (rcirc-format-response-string): Display bright and dim nicks.
3361         (rcirc-browse-url): Update interactive spec to fill ARG.
3362         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3363         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3365 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
3367         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3368         case for @Article, etc.
3370 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
3372         * net/tramp.el (tramp-register-file-name-handlers): New defun.
3373         Added with autoload cookie.
3374         (tramp-unload-file-name-handlers): Rename from
3375         `tramp-unload-file-name-handler-alist'.
3377 2006-04-23  Romain Francoise  <romain@orebokech.com>
3379         * comint.el (comint-match-partial-filename): Doc fix.
3381 2006-04-21  Glenn Morris  <rgm@gnu.org>
3383         * calendar/cal-menu.el (calendar-mode-map): Refer to
3384         `diary-view-entries' rather than alias `view-diary-entries'.
3385         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3387 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
3389         * progmodes/antlr-mode.el (antlr-default):
3390         * cus-edit.el (custom-documentation):
3391         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3392         in defface.
3394 2006-04-21  Kim F. Storm  <storm@cua.dk>
3396         * image.el (image-type): New defun split out of create-image.
3397         (create-image): Use it.
3399 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
3401         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3402         (org-open-at-point): Remove the "...done" message to keep output
3403         in the echo area visible.
3404         (org-export-as-xoxo): Fix call to `indent-region'.
3406 2006-04-21  Kevin Ryde  <user42@zip.com.au>
3408         * international/mule.el (keyboard-coding-system): defcustom
3409         info-link fixes: "Specify Coding" has been split, keyboard now in
3410         "Terminal Coding", and "Single-Byte Character Support" is now
3411         "Unibyte Mode".
3413 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
3415         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3416         Use font-lock-warning-face for any errors e.g. no stack.
3417         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3419 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
3421         * progmodes/sh-script.el (sh-shell): Mark as safe.
3423         * newcomment.el (comment-start, comment-start-skip)
3424         (comment-end-skip, comment-end): Mark as safe.
3426 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
3428         * textmodes/org.el (org-deadline-announce): Face removed.
3429         (org-level-faces, org-n-levels): Convert to constant.
3430         (org-compatible-face): New function.
3431         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3432         (org-level-5, org-level-6, org-level-7, org-level-8)
3433         (org-special-keyword, org-warning, org-headline-done, org-link)
3434         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3435         (org-scheduled-today, org-scheduled-previously, org-time-grid):
3436         Face definition revised for better color tty support.
3437         (org-bold-re, org-italic-re, org-underline-re): New constants.
3438         (org-set-font-lock-defaults): Use the new constants.
3439         (org-agenda-highlight-todo): New function.
3440         (org-agenda-todo): Fix bug with point at end of line.
3441         (org-agenda-change-all-lines, org-finalize-agenda-entries):
3442         Fontify TODO keywords.
3443         (org-insert-link): Preserve relative path in ../ links.
3444         (org-export-as-html): Convert links pointing to .org files into
3445         links that will work beteen the exported HTML files.
3446         (org-todo-list): Fix bug when arg=0.
3447         (org-insert-heading): More fine-tuning.
3449 2006-04-19  Romain Francoise  <romain@orebokech.com>
3451         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3452         from `rmail-mime-charset-pattern'.
3454 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
3456         * progmodes/python.el (python-mode): Fix typo.
3458 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
3460         * comint.el (comint-previous-input): Don't clobber input line
3461         when moving off either end of the input history ring.
3462         (comint-delete-input): New function, used by
3463         `comint-previous-input' and others.
3464         (comint-previous-matching-input):
3465         Use `coming-delete-input'.  Save the partial input if leaving the
3466         edit line.  Goto point-max before deleting input to avoid
3467         partial input fragments hanging around.
3468         (comint-restore-input): New function, used by `comint-previous-input'.
3470 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
3472         * imenu.el (imenu--index-alist): Balance parentheses.
3474 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
3476         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3478 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
3480         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3481         file is nil.
3483 2006-04-18  Richard Stallman  <rms@gnu.org>
3485         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3487         * imenu.el (imenu-create-index-function, imenu--index-alist)
3488         (imenu--last-menubar-index-alist, imenu--make-index-alist)
3489         (imenu-default-create-index-function, imenu--generic-function):
3490         Doc fixes.
3492         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3494         * help-mode.el (help-mode): Set view-exit-action to delete window.
3496         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
3497         now works by passing nil as arg.
3499         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3501         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3502         (read-abbrev-file): Provide default when reading filename.
3504         * files.el (enable-local-variables): Allow :all as value.
3505         (hack-local-variables): Implement that value.
3506         (safe-local-variable-values, safe-local-eval-forms)
3507         (enable-local-variables): Mark as risky.
3508         (find-file-visit-truename, kept-old-versions): Mark safe.
3510         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3511         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3512         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3514 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3516         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3517         Use forward-line so as to get to BOL even in the presence of fields.
3518         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3519         in return.
3520         (inferior-tcl): Tell tclsh to work in interactive mode.
3522         * complete.el (partial-completion-mode):
3523         Use 'choose-completion-string-functions to make sure that
3524         choose-completion fills the minibuffer properly.
3526         * complete.el (PC-old-read-file-name-internal): Remove.
3527         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
3528         of read-file-name-internal.
3529         (partial-completion-mode): Enable/disable this advice.
3531 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
3533         * net/tramp.el (tramp-completion-file-name-handler): Revert change
3534         of 2006-04-17.
3536 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
3538         * textmodes/org.el (org-insert-heading): Insert heading before
3539         current if at beginning of line.
3540         (org-todo, org-date): New faces.
3541         (org-table-align): Make sure tooltip window contains full text.
3542         (org-no-properties): New defsubst.
3543         (org-set-font-lock-defaults): Use new faces.
3545 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
3547         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3548         for root variables.
3550         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3551         (gdb-frame-address): Re-use to identify frame for watch expression.
3552         (gdb-var-list, gdb-var-create-handler): Add frame address for root
3553         variables.
3554         (gdb-init-1, gdb-source, gdb-post-prompt)
3555         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3556         (gdb-frame-handler): Get gdb-frame-address.
3558 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
3560         Sync with Tramp 2.0.53.
3562         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3563         'control.  Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3564         (tramp-completion-file-name-handler): Add autoload cookie for
3565         adding to `file-name-handler-alist'.
3567         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3568         the prompt.  If it returns earlier (when detecting an error
3569         message), the rest of the output will merge accidently with the
3570         output of the next command.  Reported by M Jared Finder
3571         <jared@hpalace.com>.
3573         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3574         for `process-file', in order to let it work for older Emacsen too.
3576 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
3578         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3579         (tex-font-lock-keywords-3): Use it.
3581 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3583         * newcomment.el (comment-add): New function.
3584         (comment-region-default, comment-dwim): Use it.
3586 2006-04-15  Michael Olson  <mwolson@gnu.org>
3588         * emacs-lisp/tq.el: Improve comments.
3589         (tq-queue-head-question): New accessor function.
3590         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3591         Update for modified queue structure.
3592         (tq-queue-add): Accept `question' argument.
3593         (tq-queue-pop): If a question is pending, send it.
3594         (tq-enqueue): Accept new optional argument `delay-question'.
3595         If this is non-nil, and at least one other question is pending a
3596         response, queue the question rather than sending it immediately.
3598 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3600         * calendar/appt.el (appt-add): Check whether an appointment is
3601         already present in appt-time-msg-list.  Simplify code.
3603 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3605         * progmodes/cc-langs.el (c-mode-menu):
3606         Don't presume c-subword-mode is bound.
3608 2006-04-13  Bill Wohler  <wohler@newt.com>
3610         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3611         (customize-package-emacs-version): Use cdr instead of cadr now
3612         that alists use dotted pairs.
3614         * custom.el (defcustom): Fix docstring for :package-version.
3616 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
3618         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3619         (tramp-handle-shell-command): Display output buffer only when
3620         `tramp-display-shell-command-buffer' is true.
3621         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3623 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
3625         * textmodes/org.el (org-set-autofill-regexps): Set only the local
3626         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3628 2006-04-13  Romain Francoise  <romain@orebokech.com>
3630         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3631         leaving temporary .cvsignore buffers behind.
3633 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
3635         * textmodes/org.el (org-set-regexps-and-options)
3636         (org-get-current-options): Better names for the startup folding
3637         options.
3639 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
3641         * vc.el (vc-annotate): Arrange for point to end up at the same
3642         line number as in the original, but only when using a new buffer.
3644 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
3646         * files.el (hack-one-local-variable-eval-safep):
3647         Recognize `edebug-form-spec' for `put', but only if it passes
3648         `edebug-basic-spec'.  Generalize `put' handling.
3650         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3651         vetting file-local form specs.
3653         * allout.el (allout-layout): Autoload its `safe-local-variable'
3654         property.
3656 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
3658         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3659         (org-agenda-mouse-1-follows-link)
3660         (org-mouse-1-follows-link): New options.
3661         (org-format-agenda-item): Fix bug if TAGS is nil.
3662         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3664 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
3666         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3667         GDB 6.1+ gives full filename for "info sources" so use
3668         file-name-nondirectory.
3670 2006-04-12  Romain Francoise  <romain@orebokech.com>
3672         * subr.el (read-passwd): Bind `message-log-max' to nil.
3674 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3676         * progmodes/perl-mode.el (perl-indent-new-calculate):
3677         Recompute parse-start after jumping backward by a whole sexp.
3679 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3681         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3682         window configuration.
3683         (vc-annotate-display-select): Select the buffer so that current-buffer
3684         (and selected-window) is the output buffer at the end of vc-annotate.
3686 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
3688         * vc.el (vc-annotate-color-map): Add custom TTY color map for
3689         8-color terminals, to use all of the colors in a sensible order.
3690         256-color terminals work well with the standard map.
3691         (vc-annotate-lines): Only strip the first color character if it
3692         is "#", to allow for terminal-style named colors.
3693         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3694         the correct buffer is scrolled.
3696 2006-04-11  Richard Stallman  <rms@gnu.org>
3698         * emacs-lisp/bytecomp.el (byte-compile-file):
3699         Bind enable-local-variables to :safe, and make normal-mode obey it.
3701         * files.el (enable-local-variables): Allow value :safe.
3702         (normal-mode): Doc fix.
3703         (hack-local-variables): Implement enable-local-variables = :safe.
3704         (hack-local-variables-confirm): Don't prevent quitting.
3706 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3708         * loadhist.el (unload-feature): A bit of sanity check of
3709         load-history entries.  Cancel timer-vars before unbinding them.
3711         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3712         quote special chars, and make the trick work on the hex part of the
3713         buffer as well.
3714         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3715         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3717         * startup.el (normal-splash-screen): Fix last change so we don't wait
3718         2 minutes if we don't show the splash screen.
3720 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
3722         * textmodes/org.el (org-export-plain-list-max-depth)
3723         (org-table-spaces-around-separators)
3724         (org-radio-targets, org-activate-camels)
3725         (org-table-spaces-around-invisible-separators): Options removed.
3726         (org-time-stamp-rounding-minutes, org-remember-templates)
3727         (org-ellipsis, org-activate-links, org-descriptive-links):
3728         New options.
3729         (org-remember-apply-template, org-current-time)
3730         (org-finish-edit-table-field)
3731         (org-link-unescape, org-link-escape)
3732         (org-string-width, org-table-clean-line, org-html-do-expand)
3733         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3734         (org-read-agenda-file-list): New functions.
3735         (org-table-edit-field)
3736         (org-table-create-or-convert-from-region): New commands
3737         (org-table-toggle-vline-visibility): Command removed.
3738         (org-table-convert-region): Made a command.
3739         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3740         Replace with the normal org- functions.
3741         (org-self-insert-command): Don't trigger realign unnecessarily
3742         when blanking a field that is not full.
3743         (org-mode): `Set buffer-invisibility-spec' for links.
3744         (org-activate-links2): Hide link part and only show descriptive
3745         part of the link.
3746         (org-insert-link): Modify for new linking system.
3747         (org-store-link): Store description separately, for use by
3748         `org-insert-link'.
3749         (org-table-align): Use `org-string-width'.
3750         (defgroup): Completely new group structure for custom variables.
3751         (org-agenda-files): Option: Single file name allowed.  Function:
3752         Optional argument unrestrited means ignore any restricitons.
3753         (org-install-agenda-files-menu): Find a buffer in Org-mode before
3754         trying to modify the menu.  Use generalized access to
3755         `org-agenda-files.'
3756         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3757         (org-agenda-file-to-front, org-remove-file, org-diary)
3758         (org-tags-view, org-export-icalendar-all-agenda-files)
3759         (org-export-icalendar-combine-agenda-files): Use generalized
3760         access to `org-agenda-files'.
3761         (org-remember-handler): Correctly preserve heading if present.
3762         (org-table-insert-row, org-table-insert-hline): Deal with
3763         invisible characters.
3765 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
3767         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3768         (vc-annotate-color-map): New 18 element constant
3769         value/saturation, rotating hue colormap, from red->blue.
3770         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3771         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3772         (vc-annotate): To avoid killing the required local variables,
3773         set them before the end of `with-output-to-temp-buffer', and
3774         after first switching to annotate-mode.
3775         (vc-annotate-warp-version): Add buffer argument in goto-line to
3776         ensure annotation, not source, is scrolled.
3778 2006-04-10  Bill Wohler  <wohler@newt.com>
3780         * custom.el (defcustom, custom-handle-keyword):
3781         Add :package-version keyword.
3782         (custom-add-package-version): New function.  Sets value of new
3783         property 'custom-package-version from :package-version keyword.
3784         (defcustom): Create Common Keywords section in docstring.
3785         (defface, defgroup): Replace definitions of a select few keywords
3786         with a reference to the Common Keywords in defcustom.
3787         (defcustom, defface, defgroup): Replace reference to Customization
3788         chapter in manual with hyperlink.
3790         * cus-edit.el (customize-package-emacs-version-alist):
3791         New variable.
3792         (customize-changed-options): Add check for custom-package-version.
3793         (customize-package-emacs-version): New function to look up Emacs
3794         version corresponding to the given package version.
3796         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3797         defun name, in similar fashion to find-variable-regexp.
3799 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
3801         * international/mule-cmds.el (set-locale-environment): Fix last
3802         change for when the locale's preferences don't specify any encoding.
3804 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3806         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3807         so the defined var/fun doesn't need to be quoted.
3809 2006-04-10  Richard Stallman  <rms@gnu.org>
3811         * finder.el (finder-mode-map): Add n and p bindings.
3813 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
3815         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3816         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3817         (gdb-setup-windows): Put something in source window if we can't find
3818         the source file.
3819         (gdb-frame-handler): Make it work again with just assembly.
3820         (gdb-data-list-register-values-handler): Make it work when there is
3821         no stack.
3823 2006-04-09  Richard Stallman  <rms@gnu.org>
3825         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3826         specs while looking for charset.
3828         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3830         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3831         Make them faces.
3832         (lm-font-lock-keywords): Update appropriately.
3834 2006-04-10  Kim F. Storm  <storm@cua.dk>
3836         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3837         it can also replace buffer-substring-no-properties.
3839         * emulation/cua-base.el (cua-delete-region, cua-paste)
3840         (cua-repeat-replace-region): Use filter-buffer-substring.
3842         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3843         (cua-cut-region-to-global-mark): Likewise.
3845         * emulation/cua-rect.el (cua--extract-rectangle)
3846         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3848 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3850         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3851         entry-type.  Add field delimiters to numerical fields if they are
3852         not present.
3854 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3856         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3857         string-const to return value.
3858         (bibtex-remove-delimiters): Use it.
3860 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3862         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3863         cl-byte-compile-compiler-macro unless it exists.
3865 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
3867         * files.el (hack-local-variables-confirm) <offer-save>:
3868         Clarify message text.  Suggested by Ralf Angeli.
3870 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
3872         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3873         (delete-extract-rectangle-line): Use `filter-buffer-substring'
3874         instead of `buffer-substring' and `delete-region'.  (Most of the
3875         code actually copied from `kill-region'.)
3877 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
3879         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3880         (rcirc-default-port): Rename from rcirc-port.
3881         (rcirc-default-nick): Rename from rcirc-nick.
3882         (rcirc-default-user-name): Rename from rcirc-user-name.
3883         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3884         (rcirc-low-priority-flag): New variable.
3885         (rcirc-decode-coding-system): New defcustom.
3886         (rcirc-encode-coding-system): New defcustom.
3887         (rcirc-coding-system-alist): New defcustom.
3888         (rcirc-multiline-major-mode): New defcustom.
3889         (rcirc-nick): New internal variable.
3890         (rcirc-process): Remove variable.
3891         (rcirc-server-buffer): New variable.
3892         (rcirc): Update to use rcirc-default-* variables above.
3893         (rcirc-connect): Do not add window-configuration-hook-here.
3894         (rcirc-server): New internal variable.
3895         (rcirc-connect): Do not send keepalive pings if
3896         rcirc-keepalive-seconds is nil.
3897         (with-rcirc-server-buffer): New macro.
3898         (rcirc-send-string): Encode with rcirc-encode-coding-system.
3899         (rcirc-server-name): Rename from rcirc-server.
3900         (rcirc-buffer-process): New function.
3901         (rcirc-buffer-nick): New function.
3902         (rcirc-buffer-target): Remove function.
3903         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3904         New commands.
3905         (rcirc-mode-map): Change binding of C-c C-l to
3906         rcirc-toggle-low-priority.
3907         (rcirc-mode): Initialize coding system based on
3908         rcirc-coding-system-alist.  New change-major-mode-hook to part the
3909         channel on a mode change.  Make kill-buffer-hook buffer-local.
3910         (rcirc-change-major-mode-hook): New function.
3911         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3912         (rcirc-last-post-time): New variable.
3913         (rcirc-process-message): Store the last time user posted a message
3914         to this target.
3915         (rcirc-multiline-minor-mode): New mode.
3916         (rcirc-multiline-minor-mode-map): New mode map.
3917         (rcirc-edit-multiline): Put multiline-edit buffer in
3918         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3919         (rcirc-print): Ignore any line starting with an ignored nick.
3920         (rcirc-print): Decode using rcirc-decode-coding-system.
3921         (rcirc-track-minor-mode): Update global-mode-string when disabling
3922         this mode.
3923         (minor-mode-alist): Add LowPri indicator.
3924         (rcirc-toggle-low-priority): New function.
3925         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3926         next lowpriority buffer with activity.
3927         (rcirc-record-activity): Sort buffers in rcirc-activity by the
3928         last time the user posted a message in to the target.
3929         (rcirc-update-activity-string): New formatting for low priority
3930         buffers.
3931         (rcirc-split-activity): New function.
3932         (rcirc-handler-PART, rcirc-handler-KICK)
3933         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3934         (rcirc-nick-away-alist): New variable.
3935         (rcirc-handler-301): New handler.  Away messages are printed once
3936         per change.
3938 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
3940         * info.el (Info-follow-nearest-node): Doc fix.
3942         * international/mule-cmds.el (set-locale-environment): Make sure
3943         the coding-system preferred by the locale's language has the same
3944         EOL conversion type as the original buffer-file-coding-system.
3945         (locale-language-names): Add a few MS Windows language codes.
3947 2006-04-07  Richard Stallman  <rms@gnu.org>
3949         * simple.el (eval-expression): Doc fix.
3951         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3952         (eval-defun): Doc fixes.
3954 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
3956         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3958 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
3960         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3961         GDB list command without argument for greater generality.
3963 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3965         * subr.el (string-or-null-p): New function.
3967         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3969         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3971         * files.el: Update comment about safe-local-variable declarations.
3973 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
3975         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3976         See idlwave.org.
3978         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3979         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
3981         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3982         See idlwave.org.
3984         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3985         version 6.0 (minimal changes).  See idlwave.org.
3987         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3988         6.0 (minimal changes).  See idlwave.org.
3990         * progmodes/idlw-rinfo.el: File obsoleted and removed.
3992 2006-04-06  Romain Francoise  <romain@orebokech.com>
3994         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3995         symmetric encryption features and a new asynchronous interface to
3996         GnuPG.  This new version is version 1.4, plus whitespace changes.
3998 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4000         * files.el: Move some `safe-local-variable' declarations to the
4001         respective files.
4003         * textmodes/ispell.el (ispell-check-comments)
4004         (ispell-local-dictionary): Mark as safe.
4006         * abbrev.el (abbrev-mode): Mark as safe.
4008         * add-log.el (change-log-default-name): Mark as safe.
4010         * textmodes/reftex-vars.el (reftex-vref-is-default)
4011         (reftex-fref-is-default, reftex-level-indent)
4012         (reftex-guess-label-type): Mark as safe.
4014         * textmodes/fill.el (colon-double-space): Mark as safe.
4016         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4017         (sentence-end-double-space, sentence-end-without-period)
4018         (sentence-end-without-space, sentence-end, sentence-end-base)
4019         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4021 2006-04-06  Kim F. Storm  <storm@cua.dk>
4023         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4024         the :set-after list.
4025         (ido-downcase-unc-hosts): New user option.  Default on.
4026         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4027         when it is set, as regexps are now applied on the fly.
4028         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4029         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4030         on the fly, but only when ido-process-ignore-lists is set.
4031         Do case insensitive filtering if ido-downcase-unc-hosts is set.
4032         Only downcase names if ido-downcase-unc-hosts is set.
4034 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
4036         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4038         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4040 2006-04-05  Kim F. Storm  <storm@cua.dk>
4042         * ido.el (ido-mode): Set after ido-unc-hosts and
4043         ido-ignore-unc-host-regexps.
4044         (ido-save-history): Save ido-unc-hosts-cache.
4045         (ido-load-history): Load ido-unc-hosts-cache.
4046         (ido-reread-directory): Refresh unc hosts cache in // dir.
4048         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4049         to nil while displaying slash screen.
4051 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4053         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4054         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4056 2006-04-05  Kenichi Handa  <handa@m17n.org>
4058         * international/characters.el: Setup cases of Latin, Greek, and
4059         Cyrillic characters in CJK charsets.
4061 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
4063         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4064         default-enable-multibyte-characters.  This reverts the change from
4065         revision 6.17 which is no longer necessary because the passphrase
4066         is sent separately now.  GnuPG messages are unreadable under
4067         multibyte locales with default-enable-multibyte-characters set to nil.
4069 2006-04-04  Andreas Schwab  <schwab@suse.de>
4071         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4072         and `byte-compile-warnings' as `safe-local-variable'.
4074 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
4076         * man.el (Man-mode-map): Restore the \r binding.
4077         (Man-abstract-xref-man-page): If Man-target-string is a function,
4078         call it.
4079         (Man-highlight-references): Use Man-default-man-entry to get the
4080         target.  Deal with xrefs too.
4081         (Man-highlight-references0): Don't call the target function.
4083         * woman.el (WoMan-xref-man-page): Strip the section number, woman
4084         cannot deal with it.
4086 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4088         * pgg-gpg.el: Clean up process buffers every time gpg processes
4089         complete.
4091 2006-04-04  Kenichi Handa  <handa@m17n.org>
4093         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4094         here.
4095         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4096         Temporarily bind inhibit-field-text-motion to t.
4098 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4100         * startup.el (normal-splash-screen): Only set mode-line-format in the
4101         splash buffer, so as not to interfere when debugging the code.
4102         Ignore errors when switching buffer.
4104 2006-04-03  Romain Francoise  <romain@orebokech.com>
4106         * dired.el (dired-dnd-protocol-alist): Fix typo.
4108 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4110         * savehist.el (savehist): Add :version.
4111         (savehist-ignored-variables): New variable.
4112         (savehist-minibuffer-hook): Don't save variables listed in
4113         `savehist-ignored-variables'.
4115         * dired.el (dired-dnd-protocol-alist): Mention that change does
4116         only apply to new buffers in doc string.
4118 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
4120         * recentf.el (recentf-open-files-item): Include newline in button
4121         field, so opening a file will work, when the point is at the end
4122         of the file name.  Allow, for example, to [i]search a file by
4123         extension and just push RET to open it.
4125 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4127         * pgg-gpg.el (pgg-gpg-process-filter)
4128         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4130         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4131         lines, temporary fix.
4133 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4135         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4137 2006-04-02  Richard Stallman  <rms@gnu.org>
4139         * progmodes/compile.el (compilation-message-face): Make it defcustom.
4141 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4143         * ibuf-macs.el (define-ibuffer-column): Add a new key:
4144         header-mouse-map.
4146         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4147         (ibuffer-mode-header-map): New keymaps.
4148         (ibuffer-update-title-and-summary): Enable mouse face highlighting
4149         and keybindings for column headers.
4150         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4151         property.
4153 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
4155         * speedbar.el (speedbar-after-create-hook): Doc fix.
4157 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
4159         * shell.el (shell-directory-tracker)
4160         (shell-dynamic-complete-command): Doc fixes.
4162 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
4164         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4165         terminals.
4167 2006-04-01  Kim F. Storm  <storm@cua.dk>
4169         * ido.el (ido-unc-hosts-cache): New defvar.
4170         (ido-unc-hosts): If value of defcustom is a function, call it to
4171         get list of UNC hosts.  Add function-item choices to specify
4172         ido-unc-hosts-net-view or user function.
4173         (ido-ignore-unc-host-regexps): New defcustom.
4174         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4175         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4176         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4178 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4180         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4181         wwidth.
4183 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
4185         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4186         (ido-max-work-file-list, ido-switch-buffer)
4187         (ido-read-file-name-as-directory-commands):
4188         Fix typos in docstrings.
4190 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4192         * term/mac-win.el (mac-system-coding-system): Define and use after
4193         Mac-specific coding systems are ready.
4195 2006-03-27  Romain Francoise  <romain@orebokech.com>
4197         * net/rcirc.el (rcirc-connect): Add autoload cookie.
4199         * ldefs-boot.el: Update.
4201 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
4203         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4204         passphrases when it is not needed.
4205         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4206         passphrase stuff from gpg, should only be necessary when you use
4207         gpg with a smartcard.
4209 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
4211         * comint.el (comint-dynamic-list-completions): Allow user to
4212         select *Completions* buffer.
4214 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
4216         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4218 2006-03-26  Andreas Schwab  <schwab@suse.de>
4220         * progmodes/gud.el (gdb): Only complain about multiple debugging
4221         when the gdb process is still running.
4223 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
4225         * mail/rmail.el (tool-bar-map): Defvar it.
4226         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4227         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4229 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4231         * help.el (print-help-return-message): Suggest to use
4232         display-buffer instead of switch-to-buffer-other-window to restore
4233         the previous window without selecting it.
4235 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4237         * frame.el (select-frame-by-name): Call x-focus-frame also when
4238         window-system is mac.
4240         * term/mac-win.el: Adjust Courier font specifications in
4241         x-fixed-font-alist.
4242         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4243         when directly encoding to UTF-16 in native byte order, no BOM.
4245 2006-03-25  Kim F. Storm  <storm@cua.dk>
4247         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4248         (cua--init-keymaps): Use it instead of fixed C-return.
4249         (cua-mode): Set after it.
4251         * emulation/cua-rect.el (cua--init-rectangles):
4252         Use cua-rectangle-mark-key instead of fixed C-return.
4254 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
4256         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4257         "run" in .gdbinit.
4258         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4260 2006-03-24  Romain Francoise  <romain@orebokech.com>
4262         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4263         `display-buffer-other-frame'.
4265 2006-03-24  Kim F. Storm  <storm@cua.dk>
4267         * apropos.el (apropos-synonyms): Add selection => region.
4269 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
4271         * progmodes/gdb-ui.el (gdb-var-create-regexp)
4272         (gdb-var-list-children-regexp, gdb-var-update-regexp)
4273         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4274         (gdb-data-list-register-values-regexp)
4275         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4276         Future proof against new fields being added to MI output.
4277         (gdb-send): Don't treat backslashes for program input as
4278         continuations.
4279         (gdb-assembler-handler): Don't use window-start for this handler.
4280         (gdb-frame-handler): Don't change to hollow arrow if overlay
4281         arrow doesn't move to new frame.
4283 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
4285         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4286         prevent compiler warnings.
4287         (gdb-stopped): Check for gud-last-last-frame (case: signal).
4288         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4289         (gdb-assembler-custom): Use hollow-right-triangle for assembler
4290         buffer too.
4292 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
4294         * pgg-gpg.el (pgg-gpg-update-agent): Check for
4295         make-network-process, so we can use the same code in Gnus v5-10
4296         too and have this file fully synchronized with that release.
4298 2006-03-23  Romain Francoise  <romain@orebokech.com>
4300         * ibuf-ext.el (ibuffer-read-filter-group-name):
4301         Use `ibuffer-generate-filter-groups' to make completion list match
4302         the filter groups that are really displayed in the Ibuffer buffer.
4303         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4305 2006-03-23  Kenichi Handa  <handa@m17n.org>
4307         * international/mule-cmds.el (sort-coding-systems): Describe that
4308         the argument is modified in docstring.
4310 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
4312         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4313         (pgg-gpg-update-agent): New function.
4314         (pgg-gpg-use-agent-p): New function.
4315         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4316         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4317         (pgg-gpg-sign-region): Use it.
4319 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
4321         * cus-edit.el (custom-face-set): Call custom-push-theme before
4322         face-spec set so that `changed' theme is correctly saved.
4323         (custom-face-reset-standard): Reset to recalculated face rather
4324         than defface spec.
4326         * custom.el (custom-push-theme): Only save `changed' theme if the
4327         current face does not match the defface specs.
4329 2006-03-21  Simon Josefsson  <jas@extundo.com>
4331         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4332         <wilde@sha-bang.de>.
4333         (pgg-gpg-use-agent): New variable.
4334         (pgg-gpg-process-region): Use it.
4335         (pgg-gpg-encrypt-region): Likewise.
4336         (pgg-gpg-encrypt-symmetric-region): Likewise.
4337         (pgg-gpg-decrypt-region): Likewise.
4338         (pgg-gpg-sign-region): Likewise.
4339         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4341 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
4343         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4344         bracket links.
4346 2006-03-21  Kim F. Storm  <storm@cua.dk>
4348         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4349         fringe-indicator-alist instead of modifying global value.
4350         (gdb-frame-handler): Likewise.
4352 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
4354         * diff-mode.el (diff-function): Make it inherit from diff-header
4355         instead of diff-context.
4357         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4358         bitmap.
4359         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4360         change names in macro above for consistency.
4361         (gdb-frame-handler): Use hollow-right-triangle for all selected
4362         frames which except the innermost (where execution has stopped).
4363         (gdb-reset): Reset buffer-local values of overlay-arrow.
4365 2006-03-20  Richard Stallman  <rms@gnu.org>
4367         * simple.el (set-mark-command): Doc fix.
4369         * files.el (display-buffer-other-frame): New command.
4370         (ctl-x-4-map): Bind C-x 5 C-o to it.
4372 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4374         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4375         rather than just defer-time, in case defer-time has been changed but
4376         the timer isn't running yet.
4377         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4379 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
4381         * help-mode.el (help-follow-symbol): New function.
4382         Essentially identical to the old `help-follow', but do not let
4383         `push-button' do the work when on an xref.
4384         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4386 2006-03-19  Richard Stallman  <rms@gnu.org>
4388         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4389         preceded by the word `program'.
4390         (help-follow-mouse, help-follow): Throw error if not on xref.
4391         Delete no longer used args.
4393 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
4395         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4396         annotation ensure gud-overlay-arrow-position is redisplayed.
4398 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4400         * textmodes/bibtex.el (bibtex-include-OPTkey)
4401         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4402         (bibtex-autokey-name-case-convert)
4403         (bibtex-autokey-titleword-case-convert): Make these the aliases
4404         for the following two variables.
4405         (bibtex-autokey-name-case-convert-function)
4406         (bibtex-autokey-titleword-case-convert-function): Make these the
4407         real names.
4408         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4409         bibtex-font-lock-crossref sublists.
4410         (bibtex-mode): Revert 2005-12-30 change (which made
4411         completion-ignore-case buffer-local).
4412         (bibtex-url): Simplify.
4414 2006-03-19  Kim F. Storm  <storm@cua.dk>
4416         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4417         cursor property value to 2 (to align with C level change).
4419 2006-03-19  Bill Wohler  <wohler@newt.com>
4421         * image.el (image-load-path-for-library): Shorten first line in
4422         docstring.
4424 2006-03-18  Richard Stallman  <rms@gnu.org>
4426         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4428 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
4430         * isearch.el (isearch-other-meta-char): Handle user bindings for
4431         shifted control characters.
4433 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
4435         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4436         part that matches email addresses, file names, etc.
4438 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
4440         * term/w32-win.el (mouse-set-font):
4441         Mention w32-list-proportional-fonts in the doc string.
4443 2006-03-18  Kim F. Storm  <storm@cua.dk>
4445         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4446         (ido-unc-hosts): New user option to explicitly define list of know
4447         UNC-style hosts for completion.
4448         (ido-cache-unc-host-shares-time): New user option.
4449         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4450         New helper functions for UNC file-name support.
4451         (ido-may-cache-directory): Check for UNC host.  Simplify.
4452         (ido-wash-history): Clean out old UNC hosts.
4453         (ido-nonreadable-directory-p): UNC hosts are always readable.
4454         (ido-directory-too-big-p): UNC hosts are never too big.
4455         (ido-set-current-directory): Handle UNC root path.
4456         (ido-file-name-all-completions): Complete UNC host names from
4457         ido-unc-hosts list.  Cache UNC host shares.
4458         (ido-make-file-list-1): Don't filter UNC root.
4459         (ido-exhibit): Check for // in root directory, and switch to UNC
4460         mode by setting ido-current-directory to //.
4462 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
4464         * cus-edit.el (customize-changed-options): Mention explicit
4465         version number as default in prompt.
4467 2006-03-17  Bill Wohler  <wohler@newt.com>
4469         * image.el (image-load-path-for-library): Minor docstring fix.
4471 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
4473         * textmodes/org.el (org-read-date): Include subgroup 5 into
4474         replacement text.
4475         (org-popup-calendar-for-date-prompt): Fix customization type.
4477 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
4479         * progmodes/gdb-ui.el (gud-watch): Provide completion.
4480         (gdb-continuation): New variable.
4481         (gdb-send): Deal with continuation lines.
4483         * progmodes/gud.el (gud-gdb-complete-command)
4484         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4485         expressions.
4486         (gud-tooltip-mode): Use buffer-local value.
4488 2006-03-16  Kim F. Storm  <storm@cua.dk>
4490         * ido.el (ido-edit-input): Use selected match, if any.
4492 2006-03-16  Bill Wohler  <wohler@newt.com>
4494         * image.el (image-load-path-for-library): Prefer user's images in
4495         image-load-path.
4497 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
4499         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4500         when checking for attempt to drag leftmost or rightmost scrollbar.
4502 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
4504         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4505         (gdb-force-mode-line-update): New function.
4506         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4507         (gdb-exited): Use them.
4508         (gdb-signal): New function.
4509         (gdb-annotation-rules): Provide a rule for it.
4511 2006-03-16  Kenichi Handa  <handa@m17n.org>
4513         * international/mule.el (auto-coding-regexp-alist): Add entries
4514         for Unicode BOM.
4516         * sort.el (sort-build-lists): Temporarily bind
4517         inhibit-field-text-motion to t.
4519 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
4521         * locate.el (locate-command, locate-make-command-line)
4522         (locate-fcodes-file, locate-update-command)
4523         (locate-prompt-for-command, locate, locate-with-filter)
4524         (locate-get-file-positions): Doc fixes.
4525         (locate-buffer-name, locate-header-face): Remove leading `*' in
4526         defcustom.
4527         (locate-filter-output): Use `keep-lines' instead of its alias
4528         `delete-non-matching-lines'.
4529         (locate-get-filename, locate-get-dirname): Add introductory comment.
4530         (locate-find-directory-other-window): Give appropriate error
4531         message if used outside main listing.
4533 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4535         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4536         the new extend-region feature.
4537         (font-lock-after-change-function): Update correspondingly.
4538         * jit-lock.el (jit-lock-after-change): Update correspondingly.
4539         * progmodes/grep.el (font-lock-lines-before): Don't disable.
4541 2006-03-15  Bill Wohler  <wohler@newt.com>
4543         * image.el (image-load-path-for-library): Fix example by not
4544         recommending that one binds image-load-path.  Just defvar it to
4545         placate compiler and only use it if previously defined.
4547 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
4549         * textmodes/org.el (org-insert-centered): Use `string-width' to
4550         make underlining work for wide characters.
4551         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4552         TAB to `org-cycle', to make sure that no binding in
4553         `outline-mode-map' can supercede it.
4555 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
4557         * allout.el: Increment version to 2.2.1 in file commentary.
4559         (allout-version): Increment to 2.2.1.
4561         (allout-default-layout): New customization variable, used when the
4562         file lacks a specific allout-layout.  Uses allout-layout-type for
4563         recursively nested definition.
4565         (allout-layout-type): Widget defining allout layouts, necessary for
4566         self-recursive definition.
4568         (allout-mode): Incorporate allout-default-layout as fallback for
4569         allout-layout.
4571         (allout-layout): Mark as 'safe-local-variable', and refer mention
4572         fallback to `allout-default-layout' in absence of a specified value.
4573         (allout-passphrase-verifier-string)
4574         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4576         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4578         (allout-get-encryption-passphrase-verifier): Use correct name of
4579         passphrase verifier in docstring.
4581 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
4583         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4584         elements.
4585         (gdb-find-watch-expression): Make it work for arrays too.
4586         Follow change to gdb-var-list.
4587         (gud-watch): Allow the user to enter variable name with a prexix
4588         arg.  Create keybindings.
4589         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4590         (gdb-var-list-children-handler, gdb-var-update-handler)
4591         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4592         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4593         Follow change to gdb-var-list.
4594         (gdb-starting): Don't show the overlay arrows when program is running.
4596         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4597         gdb-var-list.
4599 2006-03-14  Bill Wohler  <wohler@newt.com>
4601         * image.el (image-load-path-for-library): Pass value of path
4602         rather than symbol.  Always return list of directories.
4603         Guarantee that image directory comes first.
4605 2006-03-14  Alan Mackenzie  <acm@muc.de>
4607         * font-core.el (font-lock-extend-region\(-function\)?.):
4608         New function/variable.
4610         * font-lock.el (font-lock-after-change-function):
4611         Call font-lock-extend-region.  Obey font-lock-lines-before.
4612         (font-lock-default-fontify-region): Remove reference to
4613         font-lock-lines-before.
4615         * jit-lock.el (jit-lock-after-change):
4616         Call font-lock-extend-region.  Obey font-lock-lines-before.
4618 2006-03-14  David Ponce  <david@dponce.com>
4620         * tree-widget.el (tree-widget-themes-load-path)
4621         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4623 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
4625         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4626         (rcirc-print): Mark the start of text at the end of the prompt.
4627         (rcirc-track-minor-mode): Add autoload cookie.
4628         (rcirc-update-activity-string): Add space to front of mode-line
4629         indicator.
4631 2006-03-13  Miles Bader  <miles@gnu.org>
4633         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4634         (rcirc-abbrev-nick): Remove function.
4635         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4637 2006-03-13  David Ponce  <david@dponce.com>
4639         * tree-widget.el: Handle themes across all occurrences of the main
4640         themes sub-directory found in tree-widget-themes-load-path.
4641         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4642         (tree-widget--locate-sub-directory): Return all occurrences.
4643         (tree-widget-themes-path): New function.
4644         Replace tree-widget-themes-directory, and return a list of directories.
4645         (tree-widget-set-parent-theme)
4646         (tree-widget-lookup-image): Use it.
4648 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
4650         * textmodes/org.el (org-link-search): Avoid self-matching of
4651         links, allow target text to be distributed over several lines.
4652         (org-search-not-link): New function.
4653         (org-set-regexps-and-options, org-get-current-options):
4654         New startup options.
4655         (org-export-as-html): Take odd-level setting from local variable.
4656         (org-fontify-emphasized-text): New option.
4657         (org-set-font-lock-defaults): Include emphasized text.
4658         (org-follow-mhe-link): Allow folder-only links, fix folder name.
4659         (org-font-lock): Customize group renamed from `org-faces'.
4661 2006-03-13  John Paul Wallington  <jpw@pobox.com>
4663         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4664         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
4666 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
4668         * cus-start.el (all): Delete :version keyword for members of the
4669         fringe group, since the entire group is new in 22.1.
4671 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
4673         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4674         map if value is hexadecimal (an address).
4675         (gud-watch): Only search roots for existing watch expressions.
4676         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4677         prevent caching problems with speedbar-update-directory-contents.
4679 2006-03-12  Juri Linkov  <juri@jurta.org>
4681         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4682         before comparing with `low' and `warn'.
4684         * info.el (Info-dir-remove-duplicates): Move point to the
4685         beginning of the current line after deleting the entries from
4686         redundant heading.  Use marker for `limit' and compare it with
4687         point before calling `re-search-forward'.
4689 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
4691         * simple.el (yank): Fix typo in docstring.
4693 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
4695         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4696         messages, where "D" is the 6th character.
4698 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
4700         * simple.el (yank): Fix last change.
4702 2006-03-11  David Ponce  <david@dponce.com>
4704         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4705         merging elements from the standard ispell-dictionary-alist.
4706         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4707         alist, and return the new alist.
4709 2006-03-11  Richard Stallman  <rms@gnu.org>
4711         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4713         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4714         the way it is implemented is too unclean.
4716         * simple.el (kill-region, yank): Doc fix.
4718         * battery.el (battery-echo-area-format): Doc fix.
4719         (battery-mode-line-format): Likewise.
4720         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4721         (battery-linux-proc-acpi): Ignore batteries that say "charged".
4723 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
4725         * progmodes/octave-mod.el (octave-indent-for-comment):
4726         Behave according to do string.
4728 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
4730         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4731         Be visible only if major mode is Mail Mode.
4733         * textmodes/flyspell.el (flyspell-external-point-words)
4734         (flyspell-process-localwords): Fix last changes.
4736 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
4738         * calendar/holidays.el (list-holidays): Doc fix.
4740         * international/mule.el (auto-coding-alist): Add .odt
4741         (OpenOffice's open document) files.
4743         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4744         document) files.  Mention in the doc string the need to sync with
4745         auto-coding-alist.
4747 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
4749         * files.el (hack-local-variables-confirm): Don't prompt for ! if
4750         enable-local-variables is set to always query, or there is no
4751         savable variable.
4753 2006-03-10  Bill Wohler  <wohler@newt.com>
4755         * image.el (image-load-path-for-library): Merge at least three
4756         functions from Gnus and MH-E into this one function that can now
4757         be shared.
4759 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
4761         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4762         gdb-remove-mouse-face and remove help-echo too.
4763         (gdb-enqueue-input): Correct conditional clause.
4765 2006-03-10  Glenn Morris  <rgm@gnu.org>
4767         * calendar/calendar.el (calendar-holidays): Doc fix.
4768         * calendar/holidays.el (list-holidays): Doc fix.
4770 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
4772         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4773         it gets called in gdb-prompt anyway.
4774         (gdb-use-separate-io-buffer): Only restore window arrangement for
4775         gdb-many-windows.
4776         (gdb-enqueue-input): Make it harder to send GDB input when program
4777         is running.
4778         (gdb-buffer-list): New variable.
4779         (gdb-remove-mouse-face): New function.
4780         (gdb-starting): Use it when GDB input won't get sent.
4782 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
4784         * help.el (view-lossage): Remove trailing whitespace before
4785         inserting "\n".
4787 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
4789         * files.el (hack-local-variables-confirm):
4790         Set coding-system-for-read to nil before writing to .emacs.
4792         * arc-mode.el (archive-extract): Check if an existing buffer name
4793         comes from a different archive.
4795         * help.el (describe-key-briefly): If KEY is a down event, read and
4796         discard the up event.
4798 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
4800         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4801         be edited and use font-lock-warning-face for any changes.
4803         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4804         (gdb-edit-value): Use it to report any errors.
4806 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
4808         * help.el (describe-key): Remove leftover test code.
4810 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
4812         * textmodes/org.el: Move defvars out of eval-when-compile.
4813         Use buffer-file-name variable.
4814         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4815         arg `file'.
4816         (org-level-faces): Remove startup dependency.
4817         (org-cycle, org-map-tree, org-scan-tags)
4818         (org-remember-handler): Don't call `outline-level' directly.
4819         (org-mhe-search-all-folders): New option.
4820         (org-mhe-get-message-folder-from-index)
4821         (org-mhe-get-message-folder): Fix indexing search.
4822         (org-format-agenda-item): Handle nil TAGS argument.
4823         (org-cleaned-string-for-export, org-activate-target-links)
4824         (org-make-target-link-regexp): Deal with empty radio target list.
4825         (org-tag): New face.
4826         (org-get-level-face): New function.
4827         (org-set-font-lock-defaults): Simplify setup for headlines.
4828         (org-complete): Pass common substring to `display-completion-list'.
4830 2006-03-06  David Ponce  <david@dponce.com>
4832         * tree-widget.el: Update Commentary header.
4833         (tree-widget-theme-name): Ignore parent themes.
4834         (tree-widget-set-parent-theme): New function.
4835         (tree-widget-set-theme): Use it.
4836         (tree-widget-set-image-properties): Move definition.  Does nothing
4837         if image properties have already been set.
4838         (tree-widget-image-properties): Move definition.  Receive an image
4839         name.  Set the :pointer property.
4840         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
4841         Don't set the :pointer image property.
4842         (tree-widget-convert-widget): New function.  Handle :dynargs
4843         compatibility here.
4844         (tree-widget): Use it to :convert-widget.  Add the :expander-p
4845         predicate to control when the :expander function is entered.
4846         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4847         (tree-widget-value-create): Handle :expander-p.  widget-apply
4848         :expander.
4849         (tree-widget-expander-p): New function.  Default value of the
4850         :expander-p property.
4852 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
4854         * help.el (describe-key): Properly handle the return value of
4855         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
4856         remaps.  Handle string and vector `follow-link' values.
4858 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4860         * complete.el (PC-expand-many-files): Try be more careful when parsing
4861         the shell's output.
4863 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4865         * outline.el (hide-sublevels): Provide better interactive default.
4867 2006-03-06  Kenichi Handa  <handa@m17n.org>
4869         * international/fontset.el (create-fontset-from-fontset-spec):
4870         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4872 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
4874         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4875         backslashes instead of one in regexp.
4876         (gud-tooltip-dereference): Add missing optional argument.
4878 2006-03-04  John Paul Wallington  <jpw@pobox.com>
4880         * wdired.el (toplevel): Require `cl' at compile-time.
4882 2006-03-04  Andreas Schwab  <schwab@suse.de>
4884         * server.el (server-process-filter): Handle errors during
4885         evaluation of the argument.
4887 2006-03-03  John Paul Wallington  <jpw@pobox.com>
4889         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4890         escape parentheses at beginning of line.
4891         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4892         (t-mouse-mode): Remove period from end of error message.
4894 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
4896         * textmodes/flyspell.el (flyspell-process-localwords):
4897         Be case-sensitive.
4899 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
4901         * cus-edit.el (custom-quote): Remove function, since it has been
4902         moved to custom.el.
4904         * font-lock.el (lisp-font-lock-keywords-2)
4905         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4906         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4907         they have no special meaning.
4909         * midnight.el (clean-buffer-list): Handle case where base-buffer of
4910         indirect buffer gets killed before indirect buffer.  Use dolist.
4912 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
4914         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4915         value instead of a literal constant (1) on more pauses.
4917 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
4919         * textmodes/flyspell.el (flyspell-external-point-words):
4920         Be case-sensitive.
4922 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
4924         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4925         with "www".
4927 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
4929         * allout.el: Restablish intermediate missing comment header to
4930         preserve outline structure.
4931         (allout-beginning-of-current-entry): Skip invisible text.
4932         (allout-open-topic): Fix opening a topic at end-of-buffer.
4933         (allout-minor-mode): Move nearer to allout-mode function.
4935 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
4937         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4939 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
4941         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4942         is nil.
4944         * progmodes/gud.el (gud-speedbar-menu-items):
4945         Use buffer-local-value and add missing :visible keyword.
4947         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4949 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
4951         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4952         must be `follow-link'.
4954         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4956         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4957         formatting: No nested anchors.
4958         (org-all-targets): Fix bug with XEmacs compatibility.
4959         (org-read-date): Add (require 'parse-time).
4960         (org-set-tags): Fix bug with extra inserted space.
4961         (org-export-html-style): Define a style class for targets.
4962         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4963         (org-hide-leading-stars): New option.
4964         (org-hide): New face.
4965         (org-set-font-lock-defaults): Allow to hide leading stars.
4966         (org-get-legal-level, org-tr-level): New functions.
4967         (org-odd-levels-only): New option.
4968         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4969         (org-demote, org-promote): Deal with double-star levels.
4970         (org-convert-to-odd-levels): New command.
4972 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
4974         * speedbar.el (speedbar-update-localized-contents): Try to
4975         preserve window-start.
4976         (speedbar-update-directory-contents): Try to preserve window-start
4977         and window-point.
4978         (speedbar-update-special-contents): Don't move back to start of window.
4980         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4981         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
4982         speedbar-timer-fn.
4983         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4984         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4985         instead of gdb-speedbar-timer-fn.
4987 2006-02-28  Jay Belanger  <belanger@truman.edu>
4989         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4990         (math-compose-expr): Use latex option when calling
4991         `math-compose-tex-matrix' for latex mode.
4993 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
4995         * speedbar.el: Re-instate comments about developing for speedbar
4996         [this is what info and gdb-ui use even if better methods exist now].
4998         * t-mouse.el: New file.
4999         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
5000         (t-mouse-lispy-buffer-posn-from-coords): Remove.
5001         (t-mouse-make-event-element): Use posn-at-x-y instead.
5002         (t-mouse-make-event): Deal with Fedora Core 3.
5003         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5004         (t-mouse-mouse-position-function): New function.  Use it instead
5005         of advising mouse-position.
5006         (t-mouse-mode): New minor mode.
5007         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
5009 2006-02-27  Glenn Morris  <rgm@gnu.org>
5011         * calendar/calendar.el (calendar-holidays): Doc fix.
5013 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
5015         * progmodes/gdb-ui.el (gdb-source-window): New variable.
5016         Re-introduce the concept of a source window.
5017         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5018         consistency with get-buffer-create.
5019         (def-gdb-auto-update-handler, gdb-info-locals-handler)
5020         (gdb-data-list-register-values-handler)
5021         (gdb-stack-list-locals-handler): Try to preserve window-start as
5022         well as window-point.
5023         (gdb-display-source-buffer): New function (old concept).
5024         (gdb-goto-breakpoint): Use it.
5026         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5027         for gdb-ui/gdb-mi (old concept).
5029 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
5031         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5032         binding.
5034         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5036         * textmodes/reftex-sel.el (reftex-select-label-map)
5037         (reftex-select-bib-map): Add `follow-mouse' binding.
5039 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
5041         * jka-cmpr-hook.el (jka-compr-compression-info-list)
5042         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5043         Give :set functions to provide automatic updating.
5044         Update docstring.  Give compiler defvars early in the file
5045         and move the defcustoms to a later spot where all called functions
5046         are defined.
5047         (jka-compr-file-name-handler-entry): Doc fix.
5048         (jka-compr-compression-info-list--internal)
5049         (jka-compr-mode-alist-additions--internal)
5050         (jka-compr-load-suffixes--internal): New variables.
5051         (jka-compr-install): Set the three above variables.
5052         Update `load-file-rep-suffixes' instead of `load-suffixes'.
5053         (jka-compr-update, jka-compr-set): New functions.
5054         (auto-compression-mode): Doc fix.
5056         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5057         Update `load-file-rep-suffixes' instead of `load-suffixes'.
5058         Use jka-compr-compression-info-list--internal,
5059         jka-compr-mode-alist-additions--internal and
5060         jka-compr-load-suffixes--internal.
5062         * files.el (load-library):
5063         * loadhist.el (file-loadhist-lookup):
5064         * startup.el (command-line):
5065         * subr.el (locate-library):
5066         * emacs-lisp/autoload.el (update-directory-autoloads):
5067         * emacs-lisp/find-func.el (find-library-suffixes):
5068         Use `get-load-suffixes' instead of `load-suffixes'.
5070         * subr.el (locate-library):
5071         * emacs-lisp/find-func.el (find-library-name):
5072         Use `load-file-rep-suffixes' instead of '("").
5074 2006-02-26  Kim F. Storm  <storm@cua.dk>
5076         * ido.el (ido-save-history, ido-load-history): Simplify.
5077         Don't use find-file-noselect to avoid interference from other modes.
5079 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
5081         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5082         to use the default shell if filename is not available.
5083         Reported by Giorgos Keramidas.
5085 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
5087         * progmodes/etags.el (tags-completion-table): Do completion from
5088         all the tables in the current list, as documented in the manual.
5090 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5092         * CC Mode Update to 5.31.3.
5094 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5096         * progmodes/cc-mode.el (c-postprocess-file-styles):
5097         Bind inhibit-read-only to t, around the call to
5098         c-remove-any-local-eval-or-mode-variables, so that it works on a
5099         RO file.
5101 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5103         * progmodes/cc-awk.el: Correct a typo.
5105 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5107         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5108         c-hungry-delete-backwards, at the request of RMS.  Leave the old
5109         name as an alias.
5111 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5113         * progmodes/cc-mode.el: Correct a typo.
5115 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5117         * progmodes/cc-defs.el: Update the version number to 5.31.3.
5119 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5121         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5122         brace-else-brace (error due to mbeg, mend being undefined).
5124 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5126         * progmodes/cc-mode.el: File Local variables: Solve the problem
5127         where both `mode' and c-file-offsets are specified: `mode' will
5128         overwrite c-f-o's settings:
5129         (c-remove-any-local-eval-or-mode-variables): New function.
5130         (c-postprocess-file-styles): Call the above new function, within
5131         c-tentative-buffer-change, to splat `mode' and `eval' before the
5132         second hack-local-variables.
5134 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5136         * progmodes/cc-mode.el:
5137         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5138         (c-after-change): Protect the match data with save-match-data.
5139         It was getting corrupted by c-after-change-check-<>-operators.
5141         * cc-defs.el: [Supersedes patch V1.38]:
5142         (top level): Check for a buggy font-lock-compile-keywords ONLY in
5143         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
5145         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5146         with save-match-data.  It was being corrupted when Font Lock was
5147         not enabled.
5149 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5151         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5152         Mode and Subword Mode.
5154         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5155         real labels ("case 1:" or "foo:") from non-labels ("public:").
5156         (c-forward-objc-directive): Replace c-forward-token-2 with crude
5157         coding; c-f-t-2 doesn't move over a token at EOB.
5159         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5161         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5162         (c-update-modeline): Concatenate the minor mode indicators
5163         directly onto mode-name, removing c-submode-indicators.
5164         Sometimes, c-s-i got separated from the mode name on the mode line.
5166         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5167         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5169 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5171         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5172         error message when there's an evaluation error to show whether
5173         it's loaded from source or not.
5174         (c-filter-ops): Make it available at runtime too to work when
5175         `c-make-init-lang-vars-fun' needs to evaluate from source.
5177 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
5179         * help.el (help): Revert last part of 2006-02-23 change (deletion
5180         of the `provide' call).
5182 2006-02-23  Juri Linkov  <juri@jurta.org>
5184         * compare-w.el (compare-windows-highlight): Add new value
5185         `persistent' and change :type from `boolean' to `choice'.
5186         (compare-windows-overlays1, compare-windows-overlays2):
5187         New internal variables.
5188         (compare-windows-highlight): If compare-windows-highlight is
5189         `persistent', add current overlays to compare-windows-overlays[12]
5190         instead of adding compare-windows-dehighlight to pre-command-hook.
5191         (compare-windows-dehighlight): Delete all overlays from
5192         compare-windows-overlays[12].
5194         * info.el (Info-search): Don't bind search-spaces-regexp to
5195         Info-search-whitespace-regexp in non-regexp isearch mode.
5197 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5199         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5201 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
5203         * textmodes/org.el (org-xemacs-p)
5204         (org-export-html-show-new-buffer, org-table-may-need-update)
5205         (org-insert-item, org-mhe-get-message-real-folder)
5206         (org-mhe-get-message-folder-from-index)
5207         (org-mhe-get-message-folder, org-mhe-get-message-num)
5208         (org-mhe-get-header, org-make-org-heading-search-string)
5209         (org-make-org-heading-camel, org-table-sort-lines)
5210         (org-format-org-table-html, org-format-table-table-html):
5211         Fix typos in docstrings.
5213 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
5215         * textmodes/org.el (org-cleaned-string-for-export)
5216         (org-solidify-link-text): New function.
5217         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5218         XEmacs, just to silence the compiler.
5219         (org-export-as-ascii, org-export-as-html-and-open):
5220         Use `org-cleaned-string-for-export' and create internal links.
5221         (org-follow-mhe-link): Require mh-e, use folder.
5223 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
5225         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5227         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5228         gdb-debug-log-length.
5229         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
5230         it a real ring but...
5231         (gud-gdba-marker-filter): ...make it work like mark-ring.
5232         (gdb-enable-debug): Rename from gdb-enable-debug-log.
5233         (gdb-mouse-jump): New function.  Add bindings.
5235 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
5237         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5238         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5239         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5240         (gdb-debug-log-length): Customize it's length.
5241         (gud-watch, gdb-var-create-handler): Display function::var format
5242         but don't use to create variable object.
5243         (gdb-var-create-handler): Use message-box in place of message.
5244         (gdb-stopped): Call gdb-exited if signalled.
5246 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
5248         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5250         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5252         * textmodes/reftex.el (reftex-locate-file): Search all extensions
5253         if `reftex-try-all-extensions' is set.
5255         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5256         fail silently when there is no valid argument at point.
5257         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5258         `fail-silently' argument.  From a patch by David Reiter.
5260         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5261         New commands.
5262         (org-mark-ring): New variable.
5263         (org-mark-ring-length): New option.
5264         (org-open-at-point, org-goto, org-open-file): Push old position
5265         onto the mark ring.
5266         (org-add-hook): New function.
5267         (org-export-table-remove-special-lines): New option.
5268         (org-skip-comments, org-format-org-table-html): Respect new
5269         option `org-export-table-remove-special-lines'.
5270         (org-open-file): Allow special command configuration for
5271         directory link.
5272         (org-file-apps): Fix bugs in customize type, added setting
5273         for directories.
5274         (org-activate-tags, org-format-agenda-item, org-complete)
5275         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5276         (org-get-tags, org-get-buffer-tags, org-open-at-point)
5277         (org-link-search, org-make-org-heading-search-string)
5278         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5279         (org-radio-targets, org-file-link-context-use-camel-case)
5280         (org-activate-camels): New options.
5281         (org-update-radio-target-regexp, org-all-targets)
5282         (org-make-target-link-regexp, org-activate-target-links):
5283         New functions.
5284         (org-make-org-heading-search-string): New function.
5285         (org-store-link, org-insert-link): Use new option
5286         `org-file-link-context-use-camel-case'.
5287         (org-activate-camels): Use new option `org-activate-camels'.
5288         (org-link-regexp): Add mhe prefix.
5289         (org-open-at-point, org-store-link): Support for mhe links.
5290         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5291         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5292         (org-mhe-get-header, org-follow-mhe-link): New functions.
5293         (org-remove-angle-brackets, org-add-angle-brackets):
5294         New functions.
5295         (org-bracket-link-regexp): New constant.
5296         (org-read-date): Fix bug that was rejecting all typed dates.
5297         (org-link-search): Make hierarchy above visible after a match.
5298         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5299         (org-store-link): Fix bug with link creation when cursor is in
5300         an empty line.
5301         (org-open-at-point): Fix bug with matching a link.
5302         Fixed buggy argument sequence in call to `org-view-tags'.
5303         (org-compile-prefix-format): Set `org-prefix-has-tag'.
5304         (org-prefix-has-tag): New variable.
5305         (org-format-agenda-item): Remove tags from headline
5306         if appropriate.
5307         (org-agenda-remove-tags-when-in-prefix): New option.
5309 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
5311         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5312         Fix the regular expressions.
5314 2006-02-21  Richard M. Stallman  <rms@gnu.org>
5316         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5317         if there's no other specific basis.
5319         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5320         as variables at all.
5321         (unsafep-variable): Rename arg; doc fix.
5323         * abbrevlist.el (list-one-abbrev-table): Add autoload.
5325         * calendar/appt.el (diary-selective-display): Add defvar.
5327         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5329         * isearch.el (search-whitespace-regexp): Fix custom type.
5331         * help.el (describe-key-briefly): Compute interactive args
5332         in same was as before previous change.
5334         * files.el (enable-local-variables): Doc fix.
5336 2006-02-21  Kim F. Storm  <storm@cua.dk>
5338         * fringe.el: Cleanup as file is now pre-loaded.
5339         (fringe-bitmaps): Initialize unconditionally.
5340         (fringe-mode, set-fringe-style): Remove autoload cookies.
5342 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5344         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5345         `horizontal-bar'.
5346         (fringe-cursor-alist): Use `horizontal-bar'.
5348 2006-02-20  Kim F. Storm  <storm@cua.dk>
5350         * fringe.el (fringe-bitmaps): Update to new bitmap names.
5351         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5353         * loadup.el: Load "fringe" on window systems.
5355 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
5357         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5358         out of scope components.
5360         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5361         default.
5363 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
5365         * custom.el (customize-mark-to-save, customize-mark-as-set):
5366         Load the symbol first.
5368 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5370         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5371         strech spec so it doesn't display as "^J" on the header line
5372         when `Buffer-menu-use-header-line' is t.
5374 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
5376         * speedbar.el (speedbar-make-button): Keep text properties
5377         of string arguments if desired.
5379         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5380         expessions.
5382         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5383         of speedbar.
5385 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
5387         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5388         to value of `read-file-name-completion-ignore-case'.
5390 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
5392         * custom.el (customize-mark-as-set): Push to `user' theme.
5394         * cus-edit.el (custom-save-variables): Allow unthemed values.
5395         (customize-set-variable): Push setting to `user' theme.
5397 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
5399         * progmodes/gud.el: Don't require font-lock as it's now
5400         automatically loaded.
5401         (gud-speedbar-buttons): Replace gdb-var-changed with
5402         gdb-force-update.
5404         * progmodes/gdb-ui.el (gdb-force-update): Rename from
5405         gdb-var-changed.
5406         (gdb-post-prompt): Use it.
5407         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5408         (gdb-var-update-handler, gdb-var-delete)
5409         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5410         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5411         gdb-force-update in gdb-post-prompt.
5412         (gdb-reset): Clear watch expressions from speedbar when quitting.
5414 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5416         * viper-cmd.el (viper-insert-state-post-command-sentinel)
5417         (viper-change-state-to-vi, viper-change-state-to-emacs):
5418         Make aware of cursor coloring in the Emacs state.
5419         (viper-special-read-and-insert-char): Use read-char-exclusive.
5420         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5422         * viper-init.el (viper-emacs-state-cursor-color): New variable.
5424         * viper-util.el (viper-save-cursor-color)
5425         (viper-get-saved-cursor-color-in-replace-mode)
5426         (viper-get-saved-cursor-color-in-insert-mode)
5427         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5428         state.
5429         (viper-get-saved-cursor-color-in-emacs-mode): New function.
5431         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5432         (ediff-ignore-case-option3, ediff-actual-diff-options)
5433         (ediff-actual-diff3-options): New variables to control case sensitivity.
5434         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5435         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5436         (ediff-toggle-ignore-case): New function.
5437         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5439         * ediff-help.el (ediff-long-help-message-narrow2)
5440         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5441         (ediff-long-help-message-word-mode): Add ignore-case command.
5442         (ediff-help-for-quick-help): Add ignore-case command.
5444         * ediff-merg.el: Move provide to the end.
5446         * ediff-ptch.el: Move provide to the end.
5448         * ediff-wind.el: Move provide to the end.
5450         * ediff-mult.el: Move provide to the end.
5451         (ediff-set-meta-overlay): Enable follow-link.
5453         * ediff.el: Move provide to the end.
5454         Break recursive load cycle in eval-when-compile.
5455         (ediff-patch-buffer): Better heuristics.
5457         * ediff-util.el: Move provide to the end.
5458         Break recursive load cycle in eval-when-compile.
5459         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
5460         defuns.
5461         (ediff-submit-report): Pass the values of ediff-diff3-program,
5462         ediff-diff3-options.
5464 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
5466         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5467         the opening bracket of the following bracketing pairs: {}, [], (), <>,
5468         `' (for example, in the docstring of `windmove-default-keybindings').
5470 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
5472         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5473         shadow face.  Don't provide binding to edit variable when it is
5474         out of scope.
5476         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5477         (gdb-var-update-handler): Detect out of scope variables with pre
5478         GDB 6.4 too.
5479         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5480         Reset status of variable objects to nil in update handlers.
5481         (gdb-var-update-handler-1): Detect when a variable object comes
5482         in scope.  setcar on var changes gdb-var-list directly.
5484 2006-02-17  Juri Linkov  <juri@jurta.org>
5486         * ffap.el (ffap) <defface>: Add explicit face declaration.
5487         (ffap-highlight): Use face `ffap' directly instead of checking
5488         for its existence.
5490         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5491         `visible-ok' of `other-buffer' to find the right original buffer.
5493         * info.el (Info-search): Skip `Local Variables' node.
5495 2006-02-17  Juri Linkov  <juri@jurta.org>
5497         * info.el (Info-find-file): Check for symbols `apropos', `history',
5498         `toc' in the input filename, and return these symbols as is.
5499         (Info-find-node-2): Set Info-current-file to symbols `apropos',
5500         `history', `toc' instead of strings.
5501         (Info-set-mode-line): For non-string Info-current-file use the
5502         symbol's name inside **.
5503         (Info-isearch-push-state): Add quote before Info-current-file and
5504         Info-current-node.
5505         (Info-isearch-pop-state): Use `equal' instead of `string='.
5506         (Info-extract-pointer, Info-following-node-name): Use
5507         `match-string-no-properties' instead of `match-string'.
5508         (Info-up): Check `old-file' for `stringp'.
5509         (Info-history): Use `equal' instead of `string-equal'.
5510         Check `file' for `stringp'.
5511         (Info-history): Use symbol `history' instead of string as first arg
5512         of `Info-find-node'.
5513         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
5514         `toc' instead of string.
5515         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5516         instead of `buffer-substring', and `match-string-no-properties'
5517         instead of `match-string'.
5518         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5519         instead of strings.
5520         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5521         Use symbol `apropos' instead of string.
5522         (Info-copy-current-node-name): Check `Info-current-file' for
5523         `stringp' and construct a command with `Info-find-node' from it.
5524         (Info-fontify-node): Use `match-string-no-properties' instead of
5525         `match-string' and check file names for `stringp'.
5526         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5527         `history', `toc' instead of strings.
5529 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
5531         * files.el: Rearrange functions and variables in the file local
5532         variables section.
5534 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
5536         * files.el: Add truncate-lines, ispell-check-comments and
5537         ispell-local-dictionary as safe local variables.
5539 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
5541         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5542         out of scope variables.
5543         (gud-speedbar-buttons): Use unless.
5545         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5546         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5547         (gdb-show-changed-values): Also use for out of scope variables.
5548         (gdb-var-update-handler-1): Note if variable goes out of scope.
5550 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
5552         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5553         default to global variable values for unsupplied args.
5554         (rcirc-get-buffer-create): Fix bug with setting the target.
5555         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5556         test for rcirc-always-use-server-buffer-flag here.
5557         (rcirc-response-formats): Add %N, which is a facified nick.  %n
5558         uses the default face.  Change the ACTION format string.  If the
5559         "nick" is the server, don't print anything for that field.
5560         Comment fixes.
5561         (rcirc-target-buffer): Don't test
5562         rcirc-always-use-server-buffer-flag here.
5563         (rcirc-print): Squeeze extra spaces out of the text before message.
5564         (rcirc-put-nick-channel): Strip potential "@" char from nick
5565         before adding them to nick table.
5566         (rcirc-url-regexp): Improve to match address like "foo.com".
5568 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
5570         * allout.el (allout-hidden-p): Move this defsubst before
5571         allout-overlay-interior-modification-handler, where it is first
5572         used.
5574 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
5576         * allout.el: Use allout invisible-text overlays instead of
5577         selective display for concealed text.  Also, lots of general
5578         cleanup, and improved compatibility code.
5580         (allout-version) Incremented, corrected, revised, and refined
5581         module commentary.
5583         (provide 'allout): Moved to the bottom, added a require of overlay.
5585         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5586         `except-current'.
5587         (allout-write-file-hook-handler): Minimize delay.
5588         (count-trailing-whitespace-region): New function so
5589         auto-encryption of current topic can resituate cursor exactly.
5590         PGP/GPG encryption trims trailing whitespace from lines, which
5591         must be accounted for across encryption then decryption.
5593         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5594         just plain "\C-c", to avoid intruding on user's keybinding space.
5596         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5597         parameter, so user request to provide a new password is done.
5599         (allout-outside-normal-auto-fill-function, allout-auto-fill):
5600         Refined mechanism for auto-filling behavior while in allout mode.
5602         (allout-mode): Explicitly specify the mode map in the docstring.
5603         Clarify provision for various write-file hook var names.
5604         Adjusted for invisible-text overlays instead of selective-display.
5606         (allout-depth): Really return 0 if not within any topic.  This
5607         rectifies `allout-beginning-of-level' and sequence numbering
5608         errors that occur when cutting and pasting numbered topics.
5609         Changed from a in-line subst to a regular function, as well.
5611         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5613         (allout-end-of-subtree, allout-end-of-subtree)
5614         (allout-end-of-entry, allout-end-of-current-heading)
5615         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5616         (allout-show-children, allout-show-to-offshoot)
5617         (allout-hide-current-entry, allout-show-current-entry): Rectified
5618         handling of trailing blank lines between items.
5620         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5621         (allout-current-depth, allout-unprotected, allout-hidden-p)
5622         (allout-on-current-heading-p, allout-listify-exposed)
5623         (allout-chart-subtree, allout-goto-prefix)
5624         (allout-back-to-current-heading, allout-get-body-text)
5625         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5626         (allout-hide-region-body, allout-toggle-subtree-encryption)
5627         (allout-encrypt-string, allout-encrypted-key-info)
5628         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5629         (allout-file-vars-section-data): Adjusted for use with
5630         invisible-text overlays instead of selective-display.
5632         (allout-kill-line, allout-kill-topic, allout-yank-processing):
5633         Reworked for use with invisible text overlays.
5635         (allout-current-topic-collapsed-p): New function.
5637         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5638         to know when to close the containing topic.
5640         (allout-pre-command-business, allout-post-command-business):
5641         Simplify undo-batching and dynamic isearch exposure.
5643         (allout-set-overlay-category): New for invisible-text overlays.
5644         Sets properties of allout-overlay-category, used by
5645         allout-flag-region to set invisible-text overlay properties.
5646         (allout-get-invisibility-overlay): Get the first qualifying
5647         invisibility overlay, so we can find the extent of it.
5648         (allout-back-to-visible-text): Get to just before the beginnining
5649         of the current invisibility overlay, if any.
5651         (allout-overlay-insert-in-front-handler)
5652         (allout-overlay-interior-modification-handler)
5653         (allout-before-change-handler, allout-isearch-end-handler): New
5654         functions to handle extraordinary actions affecting concealed
5655         text.
5657         (allout-flag-region): Use overlays instead of selective-display
5658         for invisible text - by inheritence from the properties of
5659         allout-overlay-category in mainline Emacs, and applied
5660         property-by-property in XEmacs, some recent versions of which
5661         don't inherit the properties from the category.  Provisions to
5662         respond to concealed-text edits simplified drastically.
5664         (allout-isearch-rectification, allout-isearch-was-font-lock)
5665         (allout-isearch-expose, allout-enwrap-isearch)
5666         (allout-isearch-abort, allout-pre-was-isearching)
5667         (allout-isearch-prior-pos, allout-isearch-did-quit)
5668         (allout-isearch-dynamic-expose)
5669         (allout-hide-current-entry-completely): Functions deleted.
5671         (allout-undo-aggregation): Explicit undo aggregation no longer
5672         necessary due to transition away from selective-display.
5674         (set-allout-regexp, allout-up-current-level)
5675         (allout-next-visible-heading, allout-forward-current-level)
5676         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5677         (allout-kill-line, allout-yank-processing, allout-show-children)
5678         (allout-expose-topic, allout-old-expose-topic)
5679         (allout-listify-exposed, allout-insert-latex-header)
5680         (allout-toggle-subtree-encryption, allout-encrypt-string)
5681         (remove-from-invisibility-spec, allout-hide-current-subtree):
5682         Ditched unused variables.
5684 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
5686         * textmodes/ispell.el (ispell-change-dictionary): Call
5687         ispell-buffer-local-dict instead of
5688         ispell-accept-buffer-local-defs.
5689         (ispell-local-dictionary-alist): Accept as valid any coding-system
5690         supported by Emacs.
5691         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5692         changed to iso-8859-3.
5694 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
5696         * speedbar.el (speedbar-frame-width): Make an inline function
5697         instead of a macro.  Use frame-width.
5698         (speedbar-try-completion, speedbar-update-contents)
5699         (speedbar-timer-fn): Use consp.
5700         (speedbar-update-localized-contents): Try to preserve point.
5702         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5703         (menu): Re-order menu items.
5704         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5705         field.
5706         (gdb-var-update-handler-1): Use it for GDB 6.4+.
5707         (gdb-post-prompt): Speed things by not forcing update.
5709 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
5711         * wid-edit.el (widget-button-click): For mouse-1, cancel button
5712         press and perform default action if we get a mouse movement event.
5714 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5716         * calendar/icalendar.el (icalendar--get-event-property)
5717         (icalendar--get-event-property-attributes): Fix typos in
5718         docstrings.
5720         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5721         docstring.
5723 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
5725         * bs.el (bs-mode): Use `buffer-disable-undo'.
5726         (bs--get-file-name): Simplify.
5727         (bs-show-in-buffer): Mark the buffer as not modified.
5729 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5731         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5732         widget-button-click.
5734         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5735         (custom-mode): Update docstring.
5737         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5738         binding.
5740         * files.el (hack-local-variables-confirm): Allow scrolling if the
5741         file variable list is too long.  Kill temp buffer after use.
5743 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
5745         * progmodes/gud.el (gdb): Improve doc string.
5746         (gdb-script-font-lock-keywords): Expand allowed character set.
5748         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5749         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5750         (gdb-separate-io-interrupt, gdb-separate-io-quit)
5751         (gdb-separate-io-stop, gdb-separate-io-eof):
5752         Rename from gdb-inferior-* to gdb-separate-*.
5753         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5755 2006-02-14  Jay Belanger  <belanger@truman.edu>
5757         * calc/calc-arith.el (math-check-known-scalarp): Make sure
5758         expression is a symbol before checking that it is bound.
5760         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5761         test to see if equation can be solved.
5763 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5765         * wid-edit.el (widget-button-click): Use :pressed-face property
5766         for overlay face, if it exists.
5768         * cus-edit.el (custom-manual, custom-add-see-also)
5769         (custom-add-parent-links, custom-group-link): Add :pressed-face
5770         property to links.
5772         * files.el (hack-local-variables): Remove ignored variables before
5773         checking if any variables need setting.
5775 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5777         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5779 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
5781         * help.el (where-is): Fix message for remapped commands.
5783         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5784         Fix typos in docstrings.
5786 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
5788         * files.el (safe-local-variable-values): New option.
5789         (hack-local-variables-prop-line): Return a list of variable-value
5790         pairs if MODE-ONLY is non-nil.
5791         (hack-local-variables): Construct list of variable-value pairs,
5792         and apply or reject them in one go.  Ask for confirmation if
5793         variables are not known safe.
5794         (hack-local-variables-confirm): Complete rewrite.  Support
5795         `safe-local-variable-values'.
5796         (enable-local-variables): Update docstring to reflect new
5797         behavior.
5798         (ignored-local-variables): Ignore ignored-local-variables and
5799         safe-local-variable-values.
5800         (safe-local-variable-p): New function.
5801         (risky-local-variable-p): `safe-local-variable' property check
5802         moved to safe-local-variable-p.
5803         (hack-one-local-variable): Checks moved to hack-local-variables.
5805         (byte-compile-dynamic, c-basic-offset, c-file-style)
5806         (c-indent-level, comment-column, fill-column, fill-prefix)
5807         (indent-tabs-mode, kept-new-versions, no-byte-compile)
5808         (no-update-autoloads, outline-regexp, page-delimiter)
5809         (paragraph-start, paragraph-separate, sentence-end)
5810         (sentence-end-double-space tab-width, version-control):
5811         Add `safe-local-variable' property.
5813         * find-lisp.el: Delete nonexistent `autocompile' file variable.
5815         * icomplete.el, play/landmark.el: Change nonexistent
5816         `outline-layout' file variable to `allout-layout'.
5818 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
5820         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5821         (gdb-get-changed-registers): Test value of gud-minor-mode relative
5822         to gud-comint-buffer.
5823         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5824         gdb-ui.el for gdb-mi.el.
5825         (gdb-post-prompt, gdb-get-changed-registers): Move test for
5826         registers buffer to gdb-get-changed-registers.
5827         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
5828         deletion of catchpoints (throw and catch).
5829         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5830         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5831         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5832         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5833         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5835 2006-02-13  Jay Belanger  <belanger@truman.edu>
5837         * calc/calc-arith.el (math-check-known-matrixp): Make sure
5838         expression is a symbol before checking that it is bound.
5840 2006-02-13  Richard M. Stallman  <rms@gnu.org>
5842         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5843         for the minibuffer too, but not if resize-mini-windows will interfere.
5845         * help.el (describe-key-briefly, describe-key): Do all arg-reading
5846         inside `interactive' spec.
5847         (describe-key-briefly-internal, describe-key-internal):
5848         Functions merged back into their callers.
5850 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
5852         * info.el (info-xref-visited): Inherit from info-xref too.
5853         (Info-set-mode-line): Replace occurrences of `%' by `%%'
5854         when propertizing Info-current-file and Info-current-node.
5856 2006-02-13  Juri Linkov  <juri@jurta.org>
5858         * tumme.el (tumme-thumbnail-storage): Fix docstring.
5859         (tumme-thumb-name): Fix per-directory format.
5861 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
5863         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5865 2006-02-12  Miles Bader  <miles@gnu.org>
5867         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5869 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
5871         * tumme.el: Remove history section.  If someone needs the it, it
5872         can always be found in CVS.
5874 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
5876         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
5877         about the Thumbnail Managing Standard option.
5879 2006-02-12  Richard M. Stallman  <rms@gnu.org>
5881         * subr.el (substitute-key-definition): Doc fix.
5883         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5885         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5887         * info.el (Info-mode): Doc fix.
5889         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5891 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
5893         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5894         because on Solaris a POSIX compatible "id" is needed.  Reported by
5895         Magnus Henoch <mange@freemail.hu>.
5897 2006-02-12  Juri Linkov  <juri@jurta.org>
5899         * tumme.el: Remove todo item about Thumbnail Managing Standard.
5900         (tumme) <defgroup>: Change :group to `multimedia'.
5901         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5902         Managing Standard.
5903         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5904         Fix dostring.
5905         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5906         and %y.  Fix docstring.
5907         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5908         (tumme-cmd-create-standard-thumbnail-command): New user options.
5909         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5910         is `standard'.  Fix docstring.
5911         (tumme-thumb-width, tumme-thumb-height): New user options.
5912         (tumme-external-viewer): Try to find various viewers.
5913         (tumme-get-thumbnail-image): Use `create-image' instead of
5914         constructing the `image' structure.
5915         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5916         `standard'.
5917         (tumme-thumb-name): Add file name generation for standard storage.
5918         Simplify code for other storages.
5919         (tumme-thumb-name): Use width %w and height %h instead of size %s.
5920         Add modification time %m and thumbnail-nq8 %q.
5921         Use `tumme-cmd-create-standard-thumbnail-command' if
5922         tumme-thumbnail-storage is `standard'.
5923         (tumme-dired-insert-marked-thumbs): New autoload command.
5924         (tumme-dired-after-readin-hook): New function.
5925         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5926         `tumme-thumb-size'.
5927         (tumme-display-image): Replace size-x %x and size-y %y with
5928         width %w and height %h.
5930         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5931         `tumme-dired-insert-marked-thumbs'.
5933 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
5935         * tumme.el (tumme-write-tag): Fix small bug (file name did not
5936         include path).
5937         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5938         matching tag.
5940 2006-02-12  Miles Bader  <miles@gnu.org>
5942         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5943         New variables.
5944         (rcirc-abbrev-nick): New function.
5945         (rcirc-format-response-string): Rewrite to use the formats in
5946         `rcirc-response-formats' and expand escape sequences therein.
5947         A text-property `rcirc-text' is added over the actual response
5948         text to make easy to find inside the returned string.
5949         (rcirc-print): When filling, just look for the `rcirc-text'
5950         text-property to find the appropriate fill prefix, instead of
5951         using hardwired patterns.
5953 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
5955         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
5956         Managing Standard.
5958 2006-02-11  Kim F. Storm  <storm@cua.dk>
5960         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5961         Don't use insert-buffer; do insert-buffer-substring directly.
5962         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
5964 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
5966         * files.el (revert-buffer, recover-file): Replace buffer-read-only
5967         with inhibit-read-only.  Suggested by Stefan Monnier.
5968         (revert-buffer): Let insert-file-contents discard
5969         buffer-undo-list.  Simplify code.
5970         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5972 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
5974         * menu-bar.el (menu-bar-select-yank): Add a doc string.
5976         * help.el (describe-key-briefly): Now a wrapper for
5977         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
5978         to t.  Populate yank-menu if empty.
5979         (describe-key-briefly-internal): Renamed from describe-key-briefly.
5980         (describe-key): Now a wrapper for describe-key-internal.  Bind
5981         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
5982         (describe-key-internal): Renamed from describe-key.
5984 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
5986         * progmodes/glasses.el (glasses-separator): Doc fix.
5987         (glasses-original-separator): New defcustom.
5988         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5990 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
5992         * mwheel.el (mouse-wheel-up-event): Doc fix.
5994 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
5996         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5997         (tumme-dir): New function.  Copied from thumbs.el.
5999 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
6001         * desktop.el (desktop-outvar): Fix typo.
6002         (desktop-save-buffer-p): Doc fix.
6004         * subr.el (substitute-key-definition): Fix typo.
6006 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6008         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6009         when window-system is mac.
6011         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6013 2006-02-10  Kim F. Storm  <storm@cua.dk>
6015         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6016         indirect-function instead of using condition-case.
6018 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
6020         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6021         less `colloquial'...
6023 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
6025         * tumme.el: Add a couple of todo items.
6027 2006-02-09  Lars Hansen  <larsh@soem.dk>
6029         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6030         (highlight-changes-mode): Don't change desktop-locals-to-save.
6032 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
6034         * image-mode.el (image-toggle-display): Clear image cache if using
6035         filename.
6037 2006-02-09  Masatake YAMATO  <jet@gyve.org>
6039         * dired-x.el (dired-guess-shell-alist-default): Add .man as
6040         a `dired-man' target.
6042         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6043         boundary of symbols.
6045 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
6047         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6049 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
6051         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6052         `mapcar'; return nil.
6054 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
6056         * mouse.el (mouse-drag-track): Don't change window if we rebind to
6057         some other event.
6059 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
6061         * net/rcirc.el (rcirc-startup-channels-alist):
6062         Add irc.freenode.net and #emacs as defaults.
6063         (rcirc-ignore-all-activity-flag): Remove variable.
6064         (rcirc-authinfo): New variable.
6065         (rcirc-authinfo-filename): Remove variable.
6066         (rcirc-always-use-server-buffer-flag): New flag.
6067         (rcirc): M-x rcirc will automatically connect without prompting.
6068         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
6069         connection in lisp.
6070         (rcirc-process-server-response-1): Remove everything but the nick
6071         portion of the sender so it doesn't need to be done everywhere
6072         else.  Update related code.
6073         (global-map): Remove global keybindings.
6074         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6075         (rcirc-send-input): Split into several functions.
6076         (rcirc-process-input-line, rcirc-process-message)
6077         (rcirc-process-command): New functions.
6078         (rcirc-target-buffer): New function to determine where to route
6079         messages.
6080         (rcirc-user-nick): Save match data.
6081         (rcirc-toggle-ignore-buffer-activity)
6082         (rcirc-update-activity-string): Remove global ignore functionality,
6083         which can be done now by toggling rcirc-track-minor-mode.
6084         (rcirc-track-minor-mode-map): New keymap.
6085         (rcirc-track-minor-mode): New minor-mode.
6086         (ignore): Make the ignore output nicer.  Always print it when
6087         adding or removing nicks.
6088         (rcirc-url-regexp): Improve.
6089         (rcirc-mangle-text): Remove properties before using text in the
6090         modeline.
6091         (rcirc-authenticate): Authentication data comes from
6092         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6093         (rcirc-server-prefix): Inherit from rcirc-server.
6095 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
6097         * Makefile.in (compile): Append "|| true" to the end of the `find'
6098         command, like compile-always does.
6100 2006-02-08  Sam Steingold  <sds@gnu.org>
6102         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6103         output from a dead connection.
6105 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
6107         * dired.el (dired-mode-map): Add more bindings for tumme.
6109 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6111         * wdired.el (wdired-mode-map): Use remap.
6112         (wdired-get-filename): Massage.
6113         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6114         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6115         `keymap' property rather than `local-map'.
6117 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
6119         * tumme.el (tumme-get-thumbnail-image): New utility function.
6120         Suggested by from Chong Yidong.
6121         (tumme-dired-with-window-configuration): Rename from
6122         `tumme-dired'.  Add code to save window configuration.
6123         (tumme-restore-window-configuration): New command to restore the
6124         window configuration that `tumme-dired-with-window-configuration'
6125         saves before it changes the window configuration.
6126         (tumme-show-all-from-dir): New command to display thumbnails for
6127         all files in a directory entered by the user, like M-x thumbs.
6128         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6129         have been created.
6130         (tumme-display-thumbnail-original-image): Call `display-buffer'.
6131         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6132         Remove obsolete test function.
6134 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
6136         * vc.el (small-temporary-file-directory): Remove defvar; there's
6137         a defcustom for it in files.el.
6139         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6140         Fix typo in message.
6141         (tumme-gallery-generate): Fix typo in `error' message.
6142         (tumme-display-window-height-correction)
6143         (tumme-display-window-width-correction, tumme-line-up-dynamic)
6144         (tumme-line-up-interactive): Dox fixes.
6145         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6146         (tumme-restore-window-configuration, tumme-format-properties-string)
6147         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6148         Fix typos in docstrings.
6150 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
6152         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6154 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
6156         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6157         User should use hook if desired.
6159         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6160         buffer if necessary.
6161         (gdb-delete-frame-or-window): New function.
6162         (gdb-breakpoints-mode-map): Bind "q" to it.
6164 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6166         * textmodes/nroff-mode.el: Clean up name space.
6167         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6168         (nroff-mode): Obey the global setting of nroff-electric-mode.
6169         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6171         * calendar/calendar.el (calendar-increment-month): Typo in last change.
6173 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
6175         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6177 2006-02-06  Lars Hansen  <larsh@soem.dk>
6179         * generic-x.el (etc-fstab-generic-mode): Add file system types
6180         cifs and usbdevfs.  Allow special chars in file names.
6182 2006-02-05  Jay Belanger  <belanger@truman.edu>
6184         Update copyright notices of the files in lisp/calc.
6186 2006-02-05  Romain Francoise  <romain@orebokech.com>
6188         Update copyright notices of all files in the lisp/play directory.
6190 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
6192         * ldefs-boot.el: Regenerate.
6194         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6196 2006-02-05  Kim F. Storm  <storm@cua.dk>
6198         * files.el (magic-mode-regexp-match-limit): New defvar.
6199         (set-auto-mode): Use it to limit magic-mode-alist matching.
6201 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
6203         * simple.el (display-message-or-buffer): Compare the number of
6204         characters to the frame width when determining whether a 1-line
6205         message string will fit in the echo area.  Count screen lines
6206         instead of buffer lines when determining whether a multi-line
6207         message will fit in the echo area/minibuffer window.
6209 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
6211         * info.el (Info-index, Info-mode): Improve the description of the
6212         `i' command.
6214         * ldefs-boot.el: Regenerate.
6216 2006-02-03  Werner Lemberg  <wl@gnu.org>
6218         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6219         greedy to find the closing bracket in \*[...] and similar
6220         expressions.  This is a first rough fix -- many additional
6221         refinements are necessary to make nroff mode really usable with groff.
6223 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
6225         * international/mule-cmds.el (set-locale-environment):
6226         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6227         libX11.
6229 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
6231         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6232         archive are created in archive-tmpdir.
6234 2006-02-02  John Paul Wallington  <jpw@pobox.com>
6236         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6237         (ibuffer-fontification-alist): Use it.
6238         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6239         to "* z" and the Ibuffer Mark menu.
6241         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6243 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6245         * textmodes/table.el (*table--cell-describe-mode)
6246         (*table--cell-describe-bindings): Undo last change since
6247         print-help-return-message is not obsoleted by anything at all.
6249 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
6251         * emulation/cua-base.el (cua-mode): Doc fix.
6253 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
6255         * dframe.el (dframe-handle-make-frame-visible)
6256         (dframe-handle-iconify-frame, dframe-get-focus)
6257         (dframe-select-attached-frame, dframe-power-click)
6258         (dframe-frame-mode): Fix typos in docstrings.
6260         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6261         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6262         Fix typos in docstrings.
6264         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6265         (hi-lock-face-buffer, hi-lock-font-lock-hook)
6266         (hi-lock-archaic-interface-message-used)
6267         (hi-lock-file-patterns-range): Fix typos in docstrings.
6269         * savehist.el (savehist-loaded, savehist-load, savehist-install)
6270         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6272         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6273         Fix typo in docstring.
6275         * net/newsticker.el (newsticker--decode-iso8601-date)
6276         (newsticker--set-customvar, newsticker--buffer-insert-item)
6277         (newsticker--do-run-auto-mark-filter)
6278         (newsticker--parse-generic-feed): Doc fixes.
6279         (newsticker--retrieval-timer-list, newsticker-url-list)
6280         (newsticker-hide-immortal-items-in-echo-area)
6281         (newsticker-hide-obsolete-items-in-echo-area)
6282         (newsticker-new-item-face, newsticker--enclosure)
6283         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6284         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6285         (newsticker--parse-generic-feed, newsticker--cache-contains)
6286         (newsticker--stat-num-items, newsticker-download-enclosures):
6287         Fix typos in docstrings.
6289         * net/rcirc.el (rcirc-debug): Doc fix.
6290         (rcirc-fill-column, rcirc-receive-message-hooks)
6291         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6292         (rcirc-mode, rcirc-generate-new-buffer-name)
6293         (rcirc-startup-channels, rcirc-ignore-update-automatic)
6294         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6295         Fix typos in docstrings.
6296         (rcirc-print): "?\ " -> "?\s".
6297         (rcirc-cmd-join): Improve argument/docstring consistency.
6299 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
6301         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6302         before narrow-to-region.
6304 2006-02-01  Richard M. Stallman  <rms@gnu.org>
6306         * simple.el (move-beginning-of-line): Scan properly for invis change.
6308         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6310 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
6312         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6313         change bit only when id-format is 'integer.  Reported by Matt
6314         Hodges <M.P.Hodges@rl.ac.uk>.
6316 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
6318         * hilit-chg.el (highlight-changes-initial-state)
6319         (highlight-changes-global-initial-state): Doc fixes.
6320         (highlight-changes-global-modes, global-highlight-changes):
6321         Fix typos in docstrings.
6323 2006-02-01  Kim F. Storm  <storm@cua.dk>
6325         * emulation/cua-base.el (cua-mode): Mention that CUA enables
6326         transient-mark-mode in doc string.
6328 2006-01-31  Richard M. Stallman  <rms@gnu.org>
6330         * replace.el (multi-occur): Doc fix.
6331         (multi-occur-in-matching-buffers): Rename from
6332         multi-occur-by-filename-regexp.  Prefix arg says match
6333         buffer names instead of file names.
6335 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
6337         * bs.el: Allow non-default values of `bs-header-lines-length'.
6338         (bs--running-in-xemacs): Remove (not needed anymore).
6339         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6340         instead of `shrink-window', thus avoiding having to compute the
6341         height of the window.
6342         (bs--up): Wrap around even when there's no header.
6343         (bs--down): Use `forward-line' instead of `next-line'.
6345 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
6347         * image-mode.el (image-toggle-display): Use file name if possible,
6348         instead of unnecessarily allocating a (possibly huge) lisp string.
6350 2006-01-30  John Paul Wallington  <jpw@pobox.com>
6352         * subr.el (toplevel): Define `cl-assertion-failed' condition here
6353         because the `assert' macro signals it at runtime.
6355         * emacs-lisp/cl.el (toplevel): Remove definition of
6356         `cl-assertion-failed' condition.
6358 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
6360         * thumbs.el (thumbs-marked-list): Make buffer-local and
6361         permanent-local.
6362         (thumbs-insert-thumb): Make help-echo non-sticky.
6363         (thumbs-file-alist): Use eolp as check for (non)-image.
6365 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
6367         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6368         (ediff-before-session-group-setup-hooks)
6369         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6370         Fix typos in docstrings.
6372         * window.el (bw-dir, bw-eqdir, balance-windows)
6373         (split-window-keep-point): Fix typos in docstrings.
6375         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6376         (org-quote-string, org-calendar-to-agenda-key)
6377         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6378         (org-show-following-heading, org-tags-column)
6379         (org-use-tag-inheritance, org, org-allow-space-in-links)
6380         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6381         (org-enable-table-editor, org-calc-default-modes)
6382         (org-table-allow-automatic-line-recalculation)
6383         (org-export-html-style, org-export-with-fixed-width)
6384         (org-export-with-sub-superscripts, org-special-keyword)
6385         (org-formula, org-time-grid, org-table-may-need-update)
6386         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6387         (org-goto-quit, org-get-indentation, org-end-of-item)
6388         (org-move-item-down, org-move-item-up)
6389         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6390         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6391         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6392         (org-agenda-log-mode, org-agenda-toggle-diary)
6393         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6394         (org-agenda-file-to-end, org-agenda-no-heading-message)
6395         (org-agenda-get-closed, org-format-agenda-item)
6396         (org-cmp-priority, org-cmp-category, org-cmp-time)
6397         (org-agenda-change-all-lines, org-agenda-diary-entry)
6398         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6399         (org-link-search, org-camel-to-words, org-open-file)
6400         (org-remember-handler, org-table-convert-region)
6401         (org-table-move-row-down, org-table-move-row-up)
6402         (org-table-copy-region, org-table-wrap-region)
6403         (org-table-toggle-vline-visibility)
6404         (org-table-get-vertical-vector, org-table-modify-formulas)
6405         (org-table-get-specials, org-recalc-commands)
6406         (org-table-rotate-recalc-marks, org-table-eval-formula)
6407         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6408         (org-level-color-stars-only, org-insert-heading):
6409         Fix typos in docstrings.
6410         (last-arg): Add defvar.
6412         * makefile.w32-in (WINS): Add erc.
6413         (MH_E_SRC): Update (copied from lisp/Makefile.in).
6415 2006-01-29  Bill Wohler  <wohler@newt.com>
6417         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6418         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6419         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
6420         (mh-autoloads): Don't use comments on otherwise empty lines.
6422 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
6424         * emulation/viper.el (viper-major-mode-modifier-list): Add
6425         insert-state and vi-state entries for erc-mode.
6426         (viper-go-away, viper-set-hooks): Add and remove
6427         viper-comint-mode-hook from erc-mode-hook as appropriate.
6429         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6431 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
6433         * bs.el (bs--format-aux): Implement `middle' alignment as
6434         described in the docstring for `bs-attributes-list'.
6435         (bs--get-name): Simplify.  Don't pad the buffer name.
6437 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
6439         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6440         English aspell dictionary is installed, use the first entry of
6441         ispell-dictionary-alist-1.
6443 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
6445         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6446         Doc fix.
6448 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
6450         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6451         for `process-file', in order to let it work for older Emacsen too.
6453 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6455         * international/latexenc.el: Add a suitable `coding:' tag.
6456         (latexenc-find-file-coding-system): Undo last change.
6458 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6460         * international/latexenc.el (latexenc-find-file-coding-system):
6461         Make sure latexenc-main-file is a regular file and is readable.
6463 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
6465         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6466         Pass FILE to vc-user-login-name.
6468         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6470 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
6472         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6473         there are no more images to display.
6474         (thumbs-mark, thumbs-unmark): Revert change so that they move to
6475         the next image.
6477 2006-01-26  Richard M. Stallman  <rms@gnu.org>
6479         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6481         * wid-edit.el (advertised-widget-backward): New alias.
6482         (widget-keymap): Use advertised-widget-backward for S-TAB.
6484         * tumme.el: Correct the keywords.
6485         (tumme-dir-max-size): Use defvar.
6486         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6488         * simple.el (move-beginning-of-line): Take account of fields.
6489         (clone-indirect-buffer-other-window): Take args like
6490         clone-indirect-buffer, and work like it.
6492         * help-fns.el (describe-function): Don't pass `nil' as default.
6494         * files.el (risky-local-variable-p): Follow var aliases.
6496         * subr.el (lazy-completion-table): Doc fix.
6498         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6499         global binding of `line'.
6501 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
6503         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6504         Tramp.
6506         * vc.el (vc-default-dired-state-info): Pass FILE to
6507         vc-user-login-name.
6508         (vc-default-update-changelog): Don't use vc-user-login-name, we
6509         don't need it here.
6511         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6512         no longer necessary.
6514 2006-01-25  Kenichi Handa  <handa@m17n.org>
6516         * international/mule.el (decode-char): Avoid the overhead of
6517         calling utf-lookup-subst-table-for-decode if
6518         utf-translate-cjk-mode is nil.
6519         (encode-char): Avoid the overhead of calling
6520         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6521         nil.
6523 2006-01-22  Kenichi Handa  <handa@m17n.org>
6525         * international/mule.el (make-subsidiary-coding-system): Reset
6526         `coding-system-define-form' property of subsidiaries to nil.
6527         Avoid duplicated entry in coding-system-alist.
6528         (make-coding-system): Avoid duplicated entry in
6529         coding-system-alist.
6530         (define-coding-system-alias): Likewise.
6532 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
6534         * completion.el: Minor fixes in introductory comment.
6535         (completion-def-wrapper): Fix alist.
6537 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
6539         * thumbs.el (thumbs-new-image-size): New function.
6540         (thumbs-increment-image-size-element)
6541         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6542         (thumbs-decrement-image-size): Delete.
6543         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
6544         temp files and use to resize.
6545         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6546         Use increment argument to enlarge/shrink.  Preserve point.
6547         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6548         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6549         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6550         (thumbs-mark, thumbs-unmark): Preserve point.
6551         (thumbs-modify-image): Keep old temp files and use to modify.
6552         Cleanup old temp files at load time.  Preserve point.
6553         (thumbs-view-image-mode-map): Use new command names.
6555 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6557         * log-view.el (log-view-minor-wrap): First rev is the one at point.
6559         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6560         the nastiest part of the cyclic dependency.
6561         (cal-menu-update): Use dotimes and calendar-increment-month.
6563         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6564         (calendar-week-start-day): Add an :initializer.
6565         (calendar-mode-map): Use suppress-keymap, and command remapping.
6566         (describe-calendar-mode): Setup xref-stack info for the back button.
6567         (calendar-star-date): Insert before delete.
6568         (calendar-set-mode-line): Add file-modified info if applicable.
6569         (calendar-increment-month): New function.
6571 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
6573         * font-lock.el (lisp-font-lock-keywords-2):
6574         Recognize "& keywords" only at word boundaries.
6576 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
6578         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
6579         and permanent-local.
6580         (thumbs-max-image-number): New variable.
6581         (thumbs-do-thumbs-insertion): Use them.
6582         (thumbs-per-line): Change default to 4.
6583         (thumbs-marked-list): Rename from thumbs-markedL.
6584         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6585         (thumbs-rename-images): Use -list instead of L for internal variables.
6586         (thumbs-call-convert): Use call-process instead of shell-command.
6587         (thumbs-insert-thumb): Add filename as help-echo to each image.
6588         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6589         Give dir to thumbs-show-thumbs-list.
6590         (thumbs-show-thumbs-list): Set default-directory to that of images.
6591         (thumbs-dired-show): Rename from thumbs-dired-show-all.
6592         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6593         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6594         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6596 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6598         * ses.el (ses-read-cell): Provide a default value.
6600 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
6602         * term/w32-win.el (image-library-alist): Add additional names for
6603         GIF library.
6605 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6607         * international/latexenc.el (latexenc-find-file-coding-system):
6608         Add file-regular-p check.
6610 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6612         * simple.el (clone-buffer): Don't show the new buffer in the same
6613         window.
6615 2006-01-23  Juri Linkov  <juri@jurta.org>
6617         * faces.el (link, link-visited): New faces based on default values
6618         of `info-xref' and `info-xref-visited'.
6620         * info.el (info-xref): Inherit from `link'.
6621         (info-xref-visited): Inherit from `link-visited'.
6623         * cus-edit.el (custom-buffer-create-internal): Use widget type
6624         `custom-manual' instead of `info-link' and don't set properties
6625         `button-face' and `mouse-face' explicitly.
6626         (custom-browse-group-tag, custom-browse-variable-tag)
6627         (custom-browse-face-tag): Inherit from widget class
6628         `custom-group-link' instead of `push-button'.
6629         (custom-button-unraised): Inherit from `underline' face.
6630         (custom-link): Inherit from `link' face.  Fix doc and group.
6631         (custom-add-parent-links, custom-group-value-create): Don't set
6632         properties `button-face' and `mouse-face' explicitly for
6633         `custom-group-link' widget.
6634         (custom-group-link): Add properties `button-face' and `mouse-face'
6635         to widget definition.
6636         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
6637         editable-field's :keymap property.
6638         (custom-mode): Fix docstring: substitute keybindings for
6639         `widget-forward' and `widget-backward' from `widget-keymap',
6640         `widget-complete' from `custom-field-keymap', replace old
6641         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
6643         * desktop.el (desktop-load-file): Check for `fboundp' before
6644         calling `symbol-function'.
6646         * simple.el (clone-buffer, clone-indirect-buffer)
6647         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6648         `read-string'.  Fix prompts.
6650         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6652 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
6654         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6656 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
6658         * startup.el (inhibit-splash-screen, initial-scratch-message):
6659         Doc fixes.
6661 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
6663         Sync with Tramp 2.0.52.
6665         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6666         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
6667         `tramp-unload-tramp' for checklist.
6669         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6670         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
6671         (tramp-unload-file-name-handler-alist)
6672         (tramp-unload-tramp): New defuns.
6673         (tramp-advice-PC-expand-many-files): New defadvice.
6674         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6675         removed.
6676         (tramp-handle-expand-file-name): Remove double slash.
6677         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6678         It doesn't matter, because it will be converted later on.
6679         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
6680         implementation was just heuristic.
6681         (tramp-post-connection): Set uid and gid properties.
6682         (tramp-convert-file-attributes): Set file's gid change bit.
6683         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6684         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6685         in case of su(do)? methods.  The home directory of the local user
6686         will be taken else.
6687         (tramp-open-connection-telnet)
6688         (tramp-open-connection-rsh, tramp-open-connection-su)
6689         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
6690         local shell prompt could hurt.  Reported by Romain Francoise
6691         <romain@orebokech.com>.
6692         (tramp-let-maybe): Add `edebug-form-spec' property.
6693         (tramp-handle-expand-file-name): Bind `default-directory' locally
6694         to "/" in order to avoid problems with UNC shares or Cygwin
6695         mounts.
6696         (tramp-md5-function): Fix typo in error message.
6698         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6700         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6701         for byte-compiler pacification.
6703 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
6705         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6706         ID-FORMAT `string'.  This allows us to get rid of
6707         `vc-user-login-name UID'.
6709         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6711 2006-01-22  John Paul Wallington  <jpw@pobox.com>
6713         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6715 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
6717         * emacs-lisp/find-func.el (find-definition-noselect)
6718         (find-variable-noselect): Search variables in C source code too.
6719         (find-function-C-source, find-function-noselect, find-function)
6720         (find-function-other-frame, find-variable-noselect, find-variable)
6721         (find-variable-other-frame, find-variable-at-point):
6722         Fix docstrings.
6724 2006-01-21  Francesco Potorti`  <pot@gnu.org>
6726         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6728 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
6730         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6731         Default to disabling the "Save affix" question.
6733 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
6735         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6736         the first arg to run-python.
6738 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
6740         * startup.el (command-line-1): Handle --no-desktop if desktop.el
6741         is not loaded.
6743 2006-01-20  Jay Belanger  <belanger@truman.edu>
6745         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6746         limit is 0.
6748         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6749         the correct variable.
6751 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
6753         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6754         link.  Fixed buggy argument sequence in call to `org-view-tags'.
6755         (org-compile-prefix-format): Set `org-prefix-has-tag'.
6756         (org-prefix-has-tag): New variable.
6757         (org-format-agenda-item): Remove tags from headline if
6758         appropriate.
6759         (org-agenda-remove-tags-when-in-prefix): New option.
6760         (org-get-tags-at): New function.
6762 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
6764         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
6765         (thumbs-find-image): Move image name and number from buffer name
6766         to mode name.  Set thumbs-buffer.  Preserve point so that large
6767         images remain visible.
6768         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6769         order.
6770         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
6771         mode name.
6772         (thumbs-next-image, thumbs-previous-image): Make them work.
6774 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
6776         * cus-edit.el (custom-buffer-create-internal): State in the text above
6777         the whole buffer buttons that they do not operate on hidden items.
6778         (custom-face-menu): Use `custom-face-save' instead of
6779         `custom-face-save-command'.
6780         (custom-face-save-command): Make it an alias for `custom-face-save'
6781         and declare it obsolete.
6782         (custom-face-save): Doc fix.
6784         * dired.el (dired-no-confirm): Add quote.
6785         (dired-subdir-alist-pre-R): Add quote in
6786         `make-variable-buffer-local' form and remove unbalanced parenthesis.
6788 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6790         * textmodes/table.el (table-mode-indicator): Typo in last change.
6792 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6794         * outline.el (hide-leaves): Don't call outline-end-of-heading.
6795         Fixes bug reported in Nov 2005.
6797         * isearch.el (isearch-forward): Doc fix.
6799         * dired.el (dired-move-to-filename-regexp): Define as alias.
6800         (dired-no-confirm): Use defcustom.
6801         (dired-subdir-alist-pre-R): Put defvar at top level.
6803         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6805         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6806         Mark as risky.
6808         * simple.el (set-mark-command): Doc fix.
6809         (clone-indirect-buffer-other-window):
6810         Read arg like clone-indirect-buffer.
6811         (move-beginning-of-line): Skip invisible newlines.
6813 2006-01-19  Masatake YAMATO  <jet@gyve.org>
6815         * progmodes/cpp.el (cpp-edit-load): Make the order of
6816         listed conditions in a base C code buffer and its associate
6817         CPP Edit buffer the same.
6819 2006-01-19  Kenichi Handa  <handa@m17n.org>
6821         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6822         (rmail-mime-feature): Likewise.
6823         (rmail-require-mime-maybe): Use display-warning to show a warning
6824         message.
6826         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6827         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6829 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6831         * array.el: Move defvars out of eval-when-compile.
6832         (array-make-template): Replace undeclared global var with a local one.
6833         (array-mode): Inline initialization functions.
6834         (array-init-local-variables, array-init-max-row)
6835         (array-init-max-column, array-init-columns-per-line)
6836         (array-init-field-width, array-init-rows-numbered)
6837         (array-init-line-length, array-init-lines-per-row): Remove.
6839         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
6840         (doc-mode-map): Define explicitly.
6841         (doctor-txtype): Use mapc.
6843         * textmodes/table.el: Move defvars out of eval-when-compile.
6844         Remove harmful code meant to avoid byte-compiler warnings.
6845         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
6846         specification that checks table-fixed-width-mode directly.
6847         (table-recognize-region, table-recognize-cell):
6848         Use restore-buffer-modified-p.
6849         (table-fixed-width-mode): Remove code that refreshes
6850         table-fixed-mode-indicator.
6851         (*table--cell-describe-bindings, *table--cell-describe-mode):
6852         Avoid obsolete name print-help-return-message.
6853         (table--test-cell-list): Don't use replace-regexp from elisp.
6854         (table--point-entered-cell-function, table--point-left-cell-function):
6855         Don't set table-fixed-mode-indicator, use force-mode-line-update.
6857         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
6858         that was after the end of file.  Use buffer-file-name variable.
6859         (org-timestamp-change): Use with-current-buffer.
6860         (org-todo-list): Don't unnecessarily define a new buffer-local var.
6861         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6862         `file'.
6864         * progmodes/fortran.el: Move defvars out of eval-when-compile.
6865         (fortran-break-line): Remove unused var `opoint'.
6866         (fortran-abbrev-start): Obey help-event-list.
6868 2006-01-18  Jesper Harder  <harder@phys.au.dk>
6870         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6872 2006-01-18  Masatake YAMATO  <jet@gyve.org>
6874         * progmodes/make-mode.el (makefile-imake-mode): New mode
6875         derived from makefile-mode.
6876         (makefile-imake-mode-syntax-table): New syntax table
6877         derived from makefile-mode-syntax-table.
6878         (makefile-mode): Write about makefile-imake-mode in doc string.
6879         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6880         (makefile-imake-font-lock-keywords): New font lock keywords.
6882         * files.el (auto-mode-alist): Add Imakefile.
6884 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
6886         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6887         loading the file rather than when turning on flyspell-mode.
6889 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
6891         * cus-edit.el (customize-rogue): Minor doc fix.
6893 2006-01-17  Juri Linkov  <juri@jurta.org>
6895         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6896         instead of the file at the mark as default if the file at the mark
6897         is the same as the file at point or if dired-dwim-target-directory
6898         is not the same as the current directory and the mark is not active.
6900         * log-view.el (log-view-minor-wrap): Use the same logic to get
6901         revisions as `log-view-diff'.
6903         * info.el (Info-revert-find-node): Check for Info-current-file
6904         before preserving new-history.
6906         * man.el (Man-heading-regexp): Add `/'.
6908         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6909         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6911 2006-01-16  Juri Linkov  <juri@jurta.org>
6913         * faces.el (mode-line-faces): New defgroup.
6914         (mode-line-highlight): Move definition after new defgroup.
6915         (mode-line, mode-line-inactive, mode-line-highlight):
6916         Replace :group `modeline' with `mode-line-faces'.
6917         (mode-line-buffer-id): New face.
6918         (modeline-buffer-id): New face alias.
6919         (vertical-border): Remove :group `modeline'.
6921         * bindings.el (propertized-buffer-identification): Use face
6922         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6923         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6924         (mode-line-buffer-identification-keymap): For mouse-1 replace
6925         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6926         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6927         mouse-3.
6929         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6930         Buffer-menu-buffer.  Doc fix.
6931         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6932         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6933         `Buffer-menu-buffer'.
6935         * info.el (Info-mode-line-node-keymap): New defvar.
6936         (Info-set-mode-line): Use `stringp' to check Info-current-file.
6937         Propertize Info-current-node with `mode-line-buffer-id' and
6938         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6940         * time.el (display-time-mail-face): Replace :group `faces' with
6941         `mode-line-faces'.
6943 2006-01-16  Kenichi Handa  <handa@m17n.org>
6945         * international/code-pages.el: Add autoload cookies for cp125[0345678].
6947         * language/european.el (cp1252): New alias for windows-1252.
6949         * international/mule.el (autoload-coding-system): Prepare for EOL
6950         variants.
6952 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
6954         * term.el (term-raw-map): Add mapping for insert.
6955         (term-send-insert): New.
6956         (term-mode): Make variables local here instead of doing it in
6957         `term-emulate-terminal'.
6958         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6959         Scroll reverse needs to take into account the scroll region.
6960         Saving and restoring the cursor should save the color attributes too.
6961         (term-reset-terminal): Reset the scroll region.
6962         (term-handle-ansi-escape): Cursor up and down should take into
6963         account the scroll region.
6964         (term-set-scroll-region): Rename from `term-scroll-region'.
6965         Move to 0,0 after setting the region.
6966         (term-handle-scroll): Handle scroll up.
6967         (term-down): Fix off by one error.
6968         (term-delete-lines): Do not delete outside the scroll region.
6969         (term-insert-lines): Take into account the scroll region.
6971 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6973         * textmodes/ispell.el (ispell-internal-change-dictionary)
6974         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6975         (start, end): Move declaration outside of eval-when-compile.
6977         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6978         (flyspell-mode-on): Use it.
6980         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6981         ispell-kill-ispell-hook.
6983 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
6985         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6986         (Custom-reset-saved): Do not ask for confirmation in single option
6987         buffers.
6989 2006-01-13  Richard M. Stallman  <rms@gnu.org>
6991         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6993 2006-01-13  Romain Francoise  <romain@orebokech.com>
6995         * add-log.el (add-change-log-entry, change-log-merge):
6996         Conditionally use `hard-newline'.
6998 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
7000         * wid-edit.el (widget-field-end): If the overlay is no longer
7001         associated with a buffer, behave as if the overlay didn't exist.
7003         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7004         Make sure the links use the `custom-link' face.
7006 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7008         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7009         (ld-script-mode): Don't set indent-line-function since we don't
7010         have one.
7012 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7014         * textmodes/org.el (org-open-file): Use mailcap for selecting an
7015         application.
7016         (org-file-apps-defaults-gnu): Use mailcap as the default for
7017         selecting an application on a UNIX system.
7018         (org-agenda-show-tags): New command.
7019         (org-table-insert-hline): Keep cursor in current table line.
7020         (org-table-convert): Offset effect of modifying
7021         `org-table-insert-hline'.
7022         (org-format-agenda-item): New optional argument TAG.
7023         (org-compile-prefix-format): Handle %T format for the tag.
7024         (org-expand-wide-chars): New function.
7025         (org-table-insert-row, org-table-insert-hline):
7026         Use `org-expand-wide-chars'.
7027         (org-open-file): Fix bug in program launch.
7028         (org-get-time-of-day): Fix bug with times before 1am.
7029         (org-agenda-menu): Add tags commands.
7031 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
7033         * textmodes/ispell.el (ispell-init-process): Include the used
7034         dictionary in ispell process start message.
7035         (ispell-internal-change-dictionary): When flyspell-mode is active
7036         and dictionary is changed, make sure ispell process is restarted
7037         and flyspell word cache cleared out for the current buffer.
7038         (ispell-change-dictionary): Make sure flyspell word cache is
7039         cleared out in all buffers with active flyspell mode when
7040         dictionary is globally changed.
7041         Call ispell-internal-change-dictionary after dictionary change.
7043 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7045         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7047         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7048         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7049         years.  Fix small differences wrt Makefile.in.
7050         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7051         Makefile.in does.
7053 2006-01-12  Bill Wohler  <wohler@newt.com>
7055         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7056         mh-search.el.
7058 2006-01-12  Masatake YAMATO  <jet@gyve.org>
7060         * progmodes/ld-script.el: Update copyright year.
7062 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
7064         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7065         Don't add widget if setting undefined.
7067 2006-01-12  John Paul Wallington  <jpw@pobox.com>
7069         * help-fns.el (describe-variable): Remove newlines from void
7070         variable output.
7072 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
7074         * wdired.el (wdired-mode-map): Add help echo for
7075         wdired-abort-changes.
7077         * man.el (Man-file-name-regexp): Adjust for a list of files.
7079 2006-01-12  Masatake YAMATO  <jet@gyve.org>
7081         * progmodes/ld-script.el (auto-mode-alist): Support
7082         suffix conventions used in netbsd and eCos.
7084 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
7086         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7087         (custom-variable-menu, custom-face-menu, custom-group-menu)
7088         (Custom-mode-menu): Change names of menu items.  (As discussed on
7089         emacs-devel.)
7090         (custom-face-menu): Add "Undo Edits" item.
7092         * startup.el (init-file-user): defcustom -> defvar.
7094         * tooltip.el (tooltip-mode): Doc fix.
7096 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7098         * reveal.el (reveal-post-command): window-buffer signals an error on
7099         dead windows rather than returning nil.
7100         (reveal-open-new-overlays): An overlay might die while we open others.
7102 2006-01-11  Bill Wohler  <wohler@newt.com>
7104         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7105         phrasing in docstring.
7107         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7108         can give some systems gas.  Add new file mh-buffers.el.
7110 2006-01-06  Masatake YAMATO  <jet@gyve.org>
7112         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7113         C preprocessor forward ported from GNU Emacs 21.2.
7115         * progmodes/asm-mode.el (asm-font-lock-keywords):
7116         Use `cpp-font-lock-keywords'.
7118         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7120         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7121         of $ for "\\.ld[s]?".
7123 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7125         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7126         (tcl-indent-line): Return `noindent' if inside a string.
7128         * progmodes/flymake.el (flymake-split-string): Remove more than one
7129         empty string at beg/end of the result.
7130         (flymake-find-buildfile, flymake-find-possible-master-files):
7131         Use expand-file-name.
7132         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7133         since expand-file-name does it for us.  Use directory-file-name.
7134         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7135         (flymake-ler-get-type, flymake-ler-get-text)
7136         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
7137         (flymake-current-line-no): Remove spurious interactive spec.
7138         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7139         (flymake-check-include): Remove arg inc-path merged into inc-name.
7140         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7141         Arg regexp-list replaced by a simple regexp.
7142         (flymake-master-make-header-init, flymake-master-tex-init):
7143         Correspondingly replace regexp-list with a regexp.  Fix regexp.
7145 2006-01-10  Simon Josefsson  <jas@extundo.com>
7147         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7148         describing AUTH PLAIN fix.
7150 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
7152         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7153         (report-emacs-bug): Don't record initial prompt text.
7154         Instead, add text properties to prompting text.
7155         (report-emacs-bug-hook): Delete prompting text.
7157 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7159         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7160         `dirs'.  Adjust callers.
7162 2006-01-09  John Paul Wallington  <jpw@gnu.org>
7164         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7166 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7168         * reveal.el (reveal-open-new-overlays): New extracted fun.
7169         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
7170         using them.  Simplify the code.
7171         (reveal-post-command): Use them.  Fix up obsolete windows in
7172         reveal-open-spots.
7174         * progmodes/flymake.el: Use `require' rather than autoload for
7175         XEmacs's overlays.
7176         (flymake-get-common-file-prefix, flymake-build-relative-filename):
7177         Delete.  Use file-relative-name instead.
7178         (flymake-get-syntax-check-program-args, flymake-perl-init):
7179         Simplify the resulting code.
7181         * log-view.el (log-view-file-re, log-view-message-re): Add support
7182         for DaRCS output.
7184 2006-01-09  Alex Schroeder  <alex@gnu.org>
7186         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7187         identifiers sometimes added in square brackets at the beginning of
7188         subject lines.
7190 2006-01-07  Richard M. Stallman  <rms@gnu.org>
7192         * cus-edit.el (Custom-set, Custom-save): Doc fix.
7193         (Custom-reset-current, Custom-reset-saved): Change question text.
7194         (Custom-reset-standard): Likewise.
7195         (custom-variable-reset-saved): Doc fix.
7197 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
7199         * startup.el (init-file-user): Doc fix.
7201 2006-01-07  Alex Schroeder  <alex@gnu.org>
7203         * mail/rmail.el (rmail-current-subject): New function.
7204         (rmail-current-subject-regexp): New function.
7205         (rmail-next-same-subject): Use it.
7207         * mail/rmailsum.el (rmail-summary-by-topic):
7208         Use rmail-current-subject and rmail-current-subject-regexp.
7209         (rmail-summary-next-same-subject): Ditto.
7211         * net/rcirc.el (rcirc-send-input): No longer check whether the
7212         process is open, since not all commands need an open process.
7213         (rcirc-send-string): Check whether the process is open before
7214         sending anything.
7215         (rcirc-ignore-list): New option.
7216         (rcirc-ignore-list-automatic): New variable.
7217         (rcirc-print): Take rcirc-ignore-list into account.
7218         (rcirc-cmd-ignore): New command.
7219         (rcirc-ignore-update-automatic): New function.
7220         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7221         list if ignored nicks.
7222         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7224 2006-01-06  David Reitter  <david.reitter@gmail.com>
7226         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7227         reflect the address to which the report will be sent.
7229 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7231         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7232         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7234 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
7236         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7238         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7239         the doc string: "functoin" => "function".
7240         * ldefs-boot.el: Likewise.
7242         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7243         message text: "Duplicat" => "Duplicate".
7245 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
7247         * files.el (basic-save-buffer-2): If backing-up failed, reset
7248         buffer-backed-up to nil.
7250 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
7252         * progmodes/gud.el (gdb-script-skip-to-head)
7253         (gdb-script-calculate-indentation): Indent for breakpoint command
7254         lists also.
7256 2006-01-05  Bill Wohler  <wohler@newt.com>
7258         * Makefile.in (compile-always): Add mh-autoloads dependency.
7259         (bootstrap): Remove mh-autoloads dependency, as compile dependency
7260         provides it.
7261         (updates): Remove mh-autoloads dependency, since it probably has
7262         already run recently (via recompile).
7264 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7267         argument `force' to disable the flyspell-last-buffer optimization.
7268         (flyspell-mode-on): Use it.
7270         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7271         flymake-simple-cleanup.
7272         (flymake-allowed-file-name-masks): Use this new default.
7273         All the functions are now called in the right buffer rather than
7274         passing the buffer as argument.
7275         (flymake-process-sentinel): Switch to buffer before calling cleanup.
7276         (flymake-parse-err-lines): Remove redundant buffer arg.
7277         (flymake-get-program-dir): Comment out unused function.
7278         (flymake-start-syntax-check, flymake-start-syntax-check-process):
7279         Remove redundant buffer argument.
7280         (flymake-get-real-file-name, flymake-simple-java-cleanup)
7281         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7283 2006-01-05  Richard M. Stallman  <rms@gnu.org>
7285         * info.el (Info-find-node): Don't record previous node if have none.
7286         (info): Go to directory only if history is empty.
7288         * simple.el (mark): Doc fix.
7290 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7292         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7293         already of desired type.
7294         (mac-ae-list): Coerce parameter to "list" type.
7295         (mac-dispatch-apple-event): Replace cadr part of event with a
7296         dummy position so that event-start returns it.
7298 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7300         * textmodes/org.el (org-end-of-subtree): New function.
7301         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7302         Use `org-end-of-subtree'.
7303         (org-agenda, org-agenda-convert-date): Protect calls to
7304         `fit-window-to-buffer'.
7305         (org-tags-view): Force matching of sublevels when doing a
7306         todo-only search.  Define the correct redo command, including the
7307         arguments.
7308         (org-agenda-redo): Display message.
7309         (org-check-for-org-mode): New function.
7310         (org-agenda-type): New variable.
7311         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7312         Set `org-agenda-type'.
7313         (org-agenda-check-type): New function.
7314         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7315         (org-agenda-week-view, org-agenda-day-view)
7316         (org-agenda-next-date-line, org-agenda-previous-date-line)
7317         (org-agenda-log-mode, org-agenda-toggle-diary)
7318         (org-agenda-toggle-time-grid, org-agenda-date-later)
7319         (org-agenda-date-prompt, org-agenda-diary-entry)
7320         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7321         (org-agenda-convert-date, org-agenda-menu):
7322         Use `org-agenda-check-type'.
7323         (org-make-overlay, org-delete-overlay)
7324         (org-detatch-overlay, org-move-overlay, org-overlay-put):
7325         New compatibility functions.
7326         (org-calendar-select-mouse): New command.
7328 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
7330         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7331         (Custom-reset-standard): Fix y-or-n-p messages.
7332         (custom-link): New face for links.
7333         (custom-buffer-create-internal, custom-manual): Use it.
7334         (custom-face-save): Push to theme-face before setting face spec.
7336         * wid-edit.el (widget-default-mouse-face-get): New function.
7337         (widget-specify-button): Handle mouse-face like button-face.
7339         * custom.el (load-theme): Clear old theme settings if reloading.
7341 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
7343         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7344         "Erase Customization" button back to same position it occupies in
7345         the individual State menus.
7347 2006-01-04  Kim F. Storm  <storm@cua.dk>
7349         * wid-edit.el (key-sequence): Rework widget to read key binding
7350         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
7351         (widget-key-sequence-default-value): Default value for empty sequence.
7352         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
7353         (widget-key-sequence-read-event): New command for C-q.
7354         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7355         (widget-key-sequence-value-to-external): New functions.
7357 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7359         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7360         Use expand-file-name.
7361         (flymake-delete-temp-directory): Use expand-file-name,
7362         file-name-directory, and directory-file-name.
7363         (flymake-strrchr): Delete.
7364         (flymake-start-syntax-check): Don't pass the redundant buffer argument
7365         to the init-f function.
7366         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7367         (flymake-init-find-buildfile-dir)
7368         (flymake-init-create-temp-source-and-master-buffer-copy)
7369         (flymake-simple-make-init-impl, flymake-simple-make-init)
7370         (flymake-master-make-init, flymake-master-make-header-init)
7371         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7372         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7373         (flymake-xml-init): Remove corresponding redundant buffer argument.
7374         (flymake-allowed-file-name-masks): Remove last elems that are equal to
7375         the default anyway.  Clean up regexps.
7377         * progmodes/flymake.el (flymake-temp-source-file-name)
7378         (flymake-master-file-name, flymake-temp-master-file-name)
7379         (flymake-base-dir): New buffer-local vars.
7380         (flymake-buffer-data, flymake-get-buffer-value)
7381         (flymake-set-buffer-value): Replace those hash-tables by the new
7382         buffer-local vars.  Update callers.
7384         * progmodes/flymake.el (flymake-check-start-time)
7385         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7386         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7387         Move definition, so we can remove redundant earlier declaration.
7388         (flymake-replace-regexp-in-string, flymake-split-string)
7389         (flymake-get-temp-dir): Use defalias.
7390         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
7391         (flymake-xemacs-window-edges): Remove unused function.
7392         (flymake-get-point-pixel-pos): Move.
7393         (flymake-pid-to-names, flymake-reg-names)
7394         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7395         Replace by a simple list flymake-processes and by process-buffer.
7396         Update callers.  Other than simplify the code, it uses buffers rather
7397         than buffer-names so it doesn't get confused by uniquify.
7398         (flymake-buffer-data): The global value should just be nil.
7400         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7401         Optimize the body of a defalias like any other code.
7403         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7404         Make sure we've setup font-lock's vars.  It may influence which
7405         function we then call.
7406         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7407         here since it's too late anyway.
7409 2006-01-03  Romain Francoise  <romain@orebokech.com>
7411         * startup.el (fancy-splash-tail, normal-splash-screen):
7412         Update copyright year.
7414 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
7416         * mouse.el (mouse-drag-track): Rename, from
7417         `mouse-drag-region-1'.  Includes optional argument required to
7418         enable post-drag event processing (e.g. delete region keys).
7419         Can be used without this argument to track a mouse region and operate
7420         on it as soon as the drag completes.
7421         (mouse-drag-region): Use `mouse-drag-track'.
7423 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
7425         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7426         Move to `custom-buffer' group.
7428         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7429         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7430         (custom-theme-insert-face-marker, custom-theme-variable-menu)
7431         (custom-theme-face-menu): New variables.
7432         (custom-theme-add-variable, custom-theme-variable-action)
7433         (custom-variable-reset-theme, custom-theme-delete-variable)
7434         (custom-face-reset-theme, custom-theme-face-action)
7435         (custom-theme-delete-face, custom-theme-merge-theme)
7436         (custom-theme-add-face, custom-theme-visit-theme): New functions.
7438 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
7440         * custom.el: Move Custom Themes commentary to start of theme code.
7441         (custom-known-themes): Rename `standard' theme to `changed'.
7442         (custom-push-theme): Caller no longer specifies what theme to use
7443         when doing `reset'---the setting is simply removed from the theme.
7444         Delete MODE from `theme-value' and `theme-settings' properties.
7445         (custom-declare-theme): Ignore &rest args since we don't use them.
7447         (custom-loaded-themes): Delete variable.
7448         (custom-theme-load-themes, custom-theme-loaded-p)
7449         (custom-theme-value): Delete functions.
7451         (custom-declare-theme): Signal error on invalid theme names.
7452         (provide-theme): custom-loaded-themes was deleted.
7453         (load-theme): Load the file unconditionally.
7454         (enable-theme): Call `load-theme' if theme is undefined.
7455         (custom-enabled-themes): Only update value for successful loads.
7456         (disable-theme): Complete from enabled themes when interactive.
7457         (custom-variable-theme-value): Calculate theme value directly.
7459         (custom-theme-reset-variables, custom-reset-variables): Mark as
7460         XEmacs compatibility functions.  We don't actually use these.
7462         * cus-edit.el (custom-variable-state-set):
7463         Use custom-variable-theme-value instead of custom-theme-value.
7464         (custom-face-state-set): Rename `standard' theme to `changed'.
7465         (custom-save-variables, custom-save-faces): Delete unneeded
7466         references to custom-reset-variables.
7467         (custom-save-resets): Delete function.
7468         (custom-save-variables, custom-save-faces): MODE argument deleted.
7469         (custom-save-variables, custom-save-faces): Ignore theme values.
7471         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7472         compatibility function.
7474 2006-01-01  Richard M. Stallman  <rms@gnu.org>
7476         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7477         (Custom-reset-current, Custom-reset-saved): Likewise.
7478         (Custom-reset-standard): Show message if aborted.
7479         (custom-mode): Doc fix, describing those commands.
7481         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7482         put on event-kind property.
7484 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
7486         * custom.el (provide-theme): Ban `user' theme name.
7487         (custom-enabling-themes): New variable.
7488         (enable-theme): Don't enable user if custom-enabling-themes is t.
7489         (custom-enabled-themes): Make it a defcustom.
7490         (custom-theme-recalc-face): No-op if face is undefined.
7492         * cus-edit.el (custom-button-mouse): New variable.
7493         (custom-button-mouse): New face.
7494         (custom-raised-buttons, custom-mode): Use it.
7496         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7498 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
7500         * progmodes/gud.el (gud-display-line): Support hl-line in the
7501         source buffer.
7503 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
7505         * mouse.el (mouse-drag-window-above): Verify that the found window
7506         overlaps with the given window in the horizontal dimension.
7508 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
7510         * Makefile.in (cvs-update): New target.
7512         * makefile.w32-in (cvs-update): Ditto.
7514 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
7516         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7517         (custom-new-theme-mode-map): New variable.
7519 2005-12-30  Richard M. Stallman  <rms@gnu.org>
7521         * custom.el (custom-load-themes): Function deleted.
7523         * cus-edit.el (custom-save-loaded-themes): Function deleted.
7524         (custom-save-variables): Don't delete or add custom-load-themes call.
7526 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7528         * cus-start.el: Add `visible-cursor'.
7530         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7531         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7532         (flymake-process-filter): Switch to buffer before calling it instead.
7533         (flymake-post-syntax-check, flymake-highlight-err-lines)
7534         (flymake-delete-own-overlays, flymake-parse-err-lines)
7535         (flymake-start-syntax-check, flymake-start-syntax-check-process)
7536         (flymake-count-lines, flymake-parse-residual):
7537         Remove constant buffer argument.
7538         (flymake-start-syntax-check-for-current-buffer): Remove.
7539         Update callers to use flymake-start-syntax-check instead.
7540         (flymake-display-err-menu-for-current-line):
7541         Remove unused var `mouse-pos'.
7542         (flymake-restore-formatting): Comment out unused function.
7543         (flymake-report-status, flymake-report-fatal-status): Remove buffer
7544         argument, use current-buffer instead.  Update callers.
7546 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7548         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7549         buffer-local because choose-completion-delete-max-match requires
7550         that we set completion-ignore-case (i.e., binding via let is not
7551         sufficient).
7552         (bibtex-complete): Always set completion-ignore-case and
7553         choose-completion-string-functions.  The latter is needed because
7554         choose-completion-string-functions keeps its value if we quit the
7555         *Completions* buffer without requesting a completion.
7557 2005-12-30  Andreas Schwab  <schwab@suse.de>
7559         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7561 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
7563         * jit-lock.el (jit-lock-chunk-size): Doc fix.
7565 2005-12-30  Juri Linkov  <juri@jurta.org>
7567         * locate.el (locate-fcodes-file, locate-header-face)
7568         * progmodes/delphi.el (delphi-other-face)
7569         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7571         * paren.el (show-paren-match, show-paren-mismatch): Use existing
7572         group `paren-showing-faces'.
7574         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7575         (goto-address): Fix docstring.
7577         * net/webjump.el (webjump-sample-sites): Update URLs.
7579         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7581         * subr.el (cancel-change-group): Add listp around pending-undo-list.
7583 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7585         * font-lock.el (font-lock-compile-keywords): Signal an error when
7586         font-lock-set-defaults hasn't been called.
7588 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
7590         * subr.el (noreturn, 1value): Doc fixes.
7592 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7594         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7595         that assoc-string returns nil.
7597 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7599         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7600         (bibtex-entry-type-str, bibtex-empty-field-re)
7601         (bibtex-search-backward-string, bibtex-preamble-prefix)
7602         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7603         (bibtex-any-valid-entry-type): New variable.
7604         (bibtex-parse-field-name): Simplify.
7605         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7606         (bibtex-preamble-prefix): Include left delimiter.
7607         (bibtex-search-forward-field, bibtex-search-backward-field):
7608         Allow unbounded search past entry boundaries (required by bibtex-pop).
7609         (bibtex-text-in-field-bounds): Use push.
7610         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7611         (bibtex-parse-preamble, bibtex-valid-entry)
7612         (bibtex-beginning-first-field): New functions.
7613         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
7614         (bibtex-map-entries): Fix docstring.
7615         (bibtex-flash-head): New arg prompt.  Simplify.
7616         (bibtex-enclosing-field): Include code of bibtex-inside-field.
7617         (bibtex-insert-kill): Simplify.  Always insert text past the
7618         current field or entry.
7619         (bibtex-format-entry): Use bibtex-parse-field.
7620         (bibtex-pop): Use bibtex-beginning-of-entry and
7621         bibtex-end-of-entry to initiate the search.  Insert empty field if
7622         we found ourselves.
7623         (bibtex-print-help-message): New args field and comma.
7624         Handle entry keys.
7625         (bibtex-make-field): Use bibtex-beginning-of-entry.
7626         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
7627         invalid entry.
7628         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7629         Handle preambles.  Simplify code for thorough test.
7630         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7631         New arg comma.  Handle entry heads.
7632         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7633         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7634         New arg comma.
7635         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7636         (bibtex-fill-field): Simplify.
7637         (bibtex-fill-entry): Use bibtex-beginning-first-field and
7638         bibtex-parse-field.
7639         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7640         (bibtex-complete): Use bibtex-parse-preamble.
7642 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
7644         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7645         Display name of expression instead of convenience variable.
7646         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7648         * progmodes/gud.el (gud-tooltip-dereference): Rename from
7649         toggle-gud-tooltip-dereference.
7650         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7651         (gud-tooltip-tips): ...here when dereferencing.
7653 2005-12-28  Bill Wohler  <wohler@newt.com>
7655         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7657 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7659         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7660         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
7661         (vc-annotate-display-autoscale): Adjust call.
7662         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
7663         Fix interactive spec.
7664         (vc-annotate-time-span): Remove.
7665         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7666         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7667         (vc-annotate-display-select): Use new name.
7669         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7670         (vc-annotate-mode-menu): Remove left-over redundant declaration.
7671         Correct the construction of span entries.  Simplify.
7672         (vc-annotate-display-select): Fix the nil case.
7673         (vc-annotate): Remove obsolete (and now broken) code.
7674         (vc-annotate-extract-revision-at-line): Remove obsolete code.
7675         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
7677 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7679         * subr.el (lazy-completion-table): Correct typo in docstring.
7681         * startup.el (command-line): Use `custom-reevaluate-setting' for
7682         `send-mail-function'.
7684         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7686 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
7688         * mail/smtpmail.el (smtpmail-try-auth-methods):
7689         Send credentials together with "AUTH PLAIN" command.
7691 2005-12-27  Richard M. Stallman  <rms@gnu.org>
7693         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7694         mouse-2, go back to previously selected window, so it's selected
7695         when mouse-2 command runs.
7697 2005-12-27  Juri Linkov  <juri@jurta.org>
7699         * descr-text.el (describe-text-sexp): Use square brackets for
7700         button [Show] to distinguish it from the property value `show'.
7701         (describe-property-list): Use `insert-text-button' with
7702         `help-face' type instead of putting face in quotes, because button
7703         is not created automatically for a list of faces.
7704         (describe-text-properties-1): Put button-type value in quotes to
7705         distinguish from plain text "button".
7706         (describe-char): Display code point values in hex.  Don't use
7707         `symbol-name' for `current-input-method' because it is a string.
7708         Use `insert-text-button' with `help-face' type instead of putting
7709         hardcoded face in quotes, because button is not created automatically.
7711 2005-12-27  Richard M. Stallman  <rms@gnu.org>
7713         * progmodes/glasses.el (glasses-face): More specific custom type.
7715         * files.el (set-visited-file-name): Doc fix.
7717         * textmodes/flyspell.el (flyspell-external-point-words):
7718         Use local var buffer-scan-pos to advance scan for next misspelling.
7719         Advance it only after we find the misspelling.
7721 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
7723         * textmodes/flyspell.el (flyspell-external-point-words):
7724         New criteria for finding the misspelling in the buffer.
7726 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
7728         * help-mode.el (help-insert-string): Set help-xref-stack-item
7729         rather than call help-setup-xref.
7731         * descr-text.el (describe-char): Revert previous changes for
7732         optional buffer argument.
7734 2005-12-27  Juri Linkov  <juri@jurta.org>
7736         * help-mode.el (help-insert-string): New function.  Save buffer
7737         contents in cases where it is impossible to recompute the old contents.
7739         * descr-text.el (describe-char): Set help-xref-stack-item
7740         explicitly after buffer has been generated.
7742 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7744         * cus-start.el (all): Add x-gtk-show-hidden-files.
7746 2005-12-26  Richard M. Stallman  <rms@gnu.org>
7748         * replace.el (perform-replace): Calculate match-again
7749         before skipping read-only matches.
7751         * paren.el (paren-showing-faces): New group.
7752         (show-paren-match, show-paren-mismatch): Move to that group.
7754         * button.el (button): Put into group `basic-faces'.
7756         * progmodes/make-mode.el: Remove faces from group `faces'.
7758         * apropos.el (apropos, apropos-value): Doc fix.
7759         (apropos-documentation): Doc fix.
7761 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7763         * subr.el (lazy-completion-table): Remove argument `args'.
7765         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7766         Don't use the `args' argument of lazy-completion-table.
7768 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
7770         * descr-text.el (describe-char): Add optional argument for buffer.
7771         Set buffer appropriately.  Call help-setup-xref.
7772         Suggested by Stefan Monnier.
7774 2005-12-26  Juri Linkov  <juri@jurta.org>
7776         * descr-text.el: Require `help-fns' at runtime.  Don't require
7777         `button' for byte compilation.
7778         (describe-text-widget): Add `help-echo' for first button.
7779         Use `help-info' for second.
7780         (describe-property-list): Use `help-argument-name' instead of `italic'.
7781         (describe-text-category): Add prompt to interactive spec.
7782         Call `help-setup-xref'.
7783         (describe-char): Use `help-character-set'.  Add `help-echo' for
7784         code point.  Use `help-input-method'.  Remove superfluous insert.
7786 2005-12-25  Richard M. Stallman  <rms@gnu.org>
7788         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7789         at point, in case of narrowing.
7791         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7793         * locate.el (locate-header-face): Allow nil in type.
7795         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7797 2005-12-25  Romain Francoise  <romain@orebokech.com>
7799         * battery.el (battery-linux-proc-acpi): Also try
7800         `/proc/acpi/thermal_zone/THM0/temperature'.
7802 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
7804         * custom.el (custom-push-theme): Fix docstring.
7806         * cus-edit.el (custom-variable-set, custom-variable-save)
7807         (custom-variable-save): Custom-quote widget values.
7808         (customize-save-variable): Fix custom-push-theme call.
7810 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7812         * w32-fns.el (w32-batch-update-autoloads): New function.
7814         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7815         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7816         from the command line.
7818 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
7820         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
7821         reset means to remove setting from theme entirely.  Don't keep
7822         expanding theme-settings list; delete old entries if necessary.
7824         * cus-edit.el (custom-buffer-create-internal): Move "Erase
7825         customization" button one line up.
7826         (custom-themed): New face.
7827         (custom-magic-alist): New value, THEMED, for theme settings.
7828         (custom-variable-state-set, custom-face-state-set):
7829         Check theme-value instead of saved-value.
7830         (custom-variable-reset-standard, custom-face-reset-standard):
7831         Remove theme setting entirely.  Recalculate new values.
7832         (custom-variable-set, custom-variable-set)
7833         (custom-variable-reset-saved, custom-variable-reset-backup)
7834         (custom-face-set, custom-face-reset-saved): Update `user' theme.
7835         (custom-variable-save): Fix typos.
7837 2005-12-23  Juri Linkov  <juri@jurta.org>
7839         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7840         Add autoload cookies.
7841         (edebug-outside-d-c-i-n-s-w): New variable.
7842         (edebug-display, edebug-outside-excursion): Use it to save the
7843         original value of default-cursor-in-non-selected-windows.
7844         Set default-cursor-in-non-selected-windows to t while Edebug
7845         is active.
7846         (edebug-mode, edebug-eval-mode): Doc fix.
7848         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7849         with `buffer-substring-no-properties' to remove common substring
7850         highlighting.
7852         * info.el (info-other-window, info): Rename function argument
7853         `file' to `file-or-node'.
7854         (Info-complete-menu-item): Use local variable `complete-nodes' to
7855         keep the global value of `Info-complete-nodes' unchanged for
7856         subsequent completions.
7857         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7859         * simple.el (get-next-valid-buffer, last-buffer)
7860         (next-error-buffer-p, next-error-find-buffer)
7861         (minibuffer-history-sexp-flag): Doc fix.
7863         * savehist.el (savehist-mode-hook): Add `:group'.
7865         * log-view.el: Call autoload for vc-find-version.
7866         (log-view-current-file): Adjust subgroup numbers.
7867         (log-view-current-tag): Add `length'.
7869 2005-12-23  Richard M. Stallman  <rms@gnu.org>
7871         * vc.el (vc-annotate-car-last-cons): Defn moved up.
7873 2005-12-23  Juri Linkov  <juri@jurta.org>
7875         * hi-lock.el (hi-lock-archaic-interface-message-used)
7876         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7877         (hi-lock-mode): Display "Hi" in the mode line only when
7878         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7879         (hi-lock-write-interactive-patterns):
7880         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7881         (hi-lock-set-pattern, hi-lock-set-file-patterns)
7882         (hi-lock-font-lock-hook): Set 3rd arg `how' of
7883         font-lock-add-keywords to t.
7885 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
7887         * hi-lock.el (hi-lock-highlight-range): New variable.
7888         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7889         only if font-lock-fontified is non-nil.  Remove overlays.
7890         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7891         font-lock-fontified is non-nil, otherwise use overlays (instead of
7892         text properties).
7893         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7894         New variables.
7895         (hi-lock-string-serialize) New function.
7897 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7899         * menu-bar.el (menu-find-file-existing): New function.
7900         (menu-bar-file-menu): Use menu-find-file-existing for Open.
7902         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7904 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7906         * vc.el: Remove unnecessary leading * in docstrings.
7907         (vc-annotate-mode-map): Move initialization into declaration.
7908         (vc-static-header-alist): Nitpick on the regexp.
7909         (vc-default-init-version): New fun.
7910         (vc-register): Use it.
7911         (vc-insert-headers): Use dolist.
7912         (vc-annotate-get-backend): Remove unused function.
7913         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
7914         (vc-annotate-mode): Remove corresponding call.
7915         (vc-annotate-car-last-cons): Simplify.
7916         (vc-annotate-buffers): Remove var.
7917         (vc-annotate-backend): Make it buffer-local.
7918         (vc-annotate): Move the interaction to the interactive spec.
7919         Add a `buf' argument.
7920         (vc-annotate-warp-version): Use this new `buf' argument to avoid
7921         killing&creating a vc-annotate buffer, which is very disruptive when
7922         the buffers are shown in dedicated frames.
7924 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
7926         * descr-text.el: Add FSF as maintainer.
7927         (describe-text-mode, describe-text-mode-map)
7928         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
7929         help-mode.
7930         (describe-text-widget, describe-text-sexp)
7931         (describe-property-list, describe-text-category)
7932         (describe-text-properties, describe-text-properties-1)
7933         (describe-char): Use help buttons instead of widgets.
7934         (describe-char-unicodedata-file): Make URL link in doc string.
7936 2005-12-22  Richard M. Stallman  <rms@gnu.org>
7938         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7939         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7940         Don't include buttons that write a file when there's no file.
7941         (custom-variable-menu, custom-face-menu, custom-group-menu):
7942         Don't include commands that write a file when there's no file.
7943         (customize-browse): Reword the top-of-buffer help intro.
7944         (custom-buffer-create-internal): Fix previous change.
7945         (customize-changed-options-previous-release): Prev release is 21.1.
7946         (customize-changed-options): Doc fix.
7947         (customize-changed): New alias.
7948         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7949         Say "standard values".
7950         (Custom-reset-standard): Doc fix.
7951         (custom-face-reset-standard): Doc fix.
7953 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7955         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7956         even if font-lock-mode is non-nil since it may be t without having
7957         turned on font-lock-mode-internal.
7958         (font-lock-choose-keywords): Minor optimization.
7959         (font-lock-add-keywords, font-lock-remove-keywords)
7960         (font-lock-set-defaults): Don't call make-local-variable on a variable
7961         that we know to already be local.
7963 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7965         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7966         messages if in the minibuffer.
7968 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7970         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7971         (tex-mode-flyspell-verify, flyspell-get-word)
7972         (flyspell-external-point-words): Don't use point-min/max uselessly.
7974         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7975         by Kevin Rodgers.  Instead, just hide the completions buffer if we
7976         don't need to show it.
7978 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7980         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7982 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7984         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7985         delete-windows-on with an inexistent buffer.
7987 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
7989         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7990         Delete defcustom variable :tag names.
7992 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7994         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7995         (log-view-font-lock-keywords): Ajust subgroup numbers.
7996         (log-view-current-tag): Don't hard code the number of subgroups.
7998 2005-12-20  Juri Linkov  <juri@jurta.org>
8000         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8001         (tooltip-x-offset, tooltip-y-offset): Doc fix.
8003         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8004         (menu-bar-non-minibuffer-window-p): Instead of checking
8005         display-multi-frame-p, use selected-frame when menu-updating-frame
8006         is nil.
8008 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
8010         * align.el (align-rules-list): Use [ \t] instead of \s-
8011         for column separators in text mode.
8013 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
8015         * help-mode.el (help-customize-variable, help-customize-face):
8016         Don't pop help-xref-stack as help-follow no longer pushes
8017         anything on to it.
8019 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
8021         * textmodes/org.el (org-agenda-custom-commands): New option.
8022         (org-agenda): Offer custom commands on splash screen.
8023         (org-make-tags-matcher): Parser for Boolean logic added.
8024         (org-agenda-set-tags): New command.
8025         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8026         (org-set-tags): Efficiency improvements.
8027         (org-auto-align-tags): New option.
8028         (org-todo, org-demote, org-promote): Realign tags.
8029         (org-tags-completion-function): Use also "&" and "|" as separators.
8030         (org-org-menu): Agenda commands simplified.
8032 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
8034         * cus-edit.el (customize-apropos, customize-apropos-options):
8035         Docstring changes.
8037         * font-lock.el (font-lock): Add tags to the links in the defgroup.
8039 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
8041         * longlines.el (longlines-mode): Wrap while widened.
8042         (longlines-decode-region, longlines-encode-region): Compute max
8043         just once.
8045 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8047         * cus-edit.el (mac): New group.
8049         * cus-start.el (all): Add user options in macterm.c.  Add test for
8050         Mac-related built-ins.  Fix test for GTK-related built-ins.
8052         * term/mac-win.el (mac-handle-language-change)
8053         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8054         (mac-services-open-selection, mac-services-mail-selection)
8055         (mac-services-mail-to, mac-services-insert-text)
8056         (mac-dispatch-apple-event): Add docstrings.
8057         (x-get-selection, mac-select-convert-to-string): Select coding
8058         system from `utf-16be' and `utf-16le' using `byteorder'.
8060 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8062         * subr.el (lazy-completion-table): Don't be fooled if the var holds
8063         a "list" (lambda ...) rather than a real completion list.
8065         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8066         lexical-let when encountering ((lambda (...) ...) ...).
8068 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
8070         * progmodes/sh-script.el (sh-mode):
8071         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8072         * textmodes/picture.el (picture-mode): Update docstrings.
8074 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
8076         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8077         commands enclosed in $(ARGQUOTE)s should not be split between two
8078         lines, as that will break with GNU Make >3.80, when sh.exe is used
8079         and arg quoting is with '..'.
8080         (autoloads): Don't break the quoted --eval expression between
8081         several lines.
8083 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
8085         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8086         Capture error from printing circular structures.
8088 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
8090         * wid-edit.el (widget-checkbox-action): Clear undo info.
8092 2005-12-16  Bill Wohler  <wohler@newt.com>
8094         * menu-bar.el (kill-this-buffer): Set a good example by using menu
8095         bar, not menubar in comment.
8097 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8099         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8100         After-change-functions should not clobber the match data.
8102 2005-12-16  Juri Linkov  <juri@jurta.org>
8104         * simple.el (choose-completion): Use `buffer-substring-no-properties'
8105         instead of `buffer-substring'.
8106         (completion-common-substring): Doc fix.
8107         (completion-setup-function): Use minibuffer-completion-contents
8108         instead of minibuffer-contents.  Don't set common-string-length
8109         initially.  Remove special handling of partial-completion-mode.
8110         Move computation of completion-base-size into one cond.
8111         Call completion-base-size-function in mainbuf.  In computation of
8112         completion-base-size for file name completion don't move point to
8113         the end of the minibuffer.  Move computation of common-string-length
8114         into one cond.  Start putting faces only when common-string-length>=0.
8115         Add condition to put completions-common-part when
8116         common-string-length>0.
8118         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8119         place point at the first different character in the minibuffer
8120         even if this position is at the beginning of the minibuffer.
8122         * info.el (Info-read-node-name-1): In completion-base-size-function's
8123         lambda return 1 if common-substring or minibuffer-completion-contents
8124         starts with (, and 0 otherwise.
8126         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8127         Use `crm-current-element' for second arg of `display-completion-list'.
8129 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
8131         * files.el (set-auto-mode): Look for an interpreter specified on
8132         the first line also if search for mode specification succeeded,
8133         but the mode is not known.
8135 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
8137         * textmodes/org.el (org-tags-match-list-sublevels): New option.
8138         (org-open-at-point): Implement tag searches as links.
8139         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8140         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8141         (org-tags-sparse-tree, org-tags-view, org-set-tags)
8142         (org-agenda-dispatch): New commands.
8143         (org-use-tag-inheritance, org-tags-column): New options.
8144         (org-tab-follows-link, org-return-follows-link): New options.
8145         (org-tags): New customize group.
8146         (org-start-icalendar-file): Get local time zone.
8147         (org-tags-completion-function): New function.
8148         (org-set-font-lock-defaults): Make sure links will also be
8149         highlighted inside headlines.
8151 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
8153         * term.el (term-emulate-terminal):
8154         Let term-handle-ansi-terminal-messages override what Bash says about
8155         its current directory.
8157 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
8159         * bindings.el (last-buffer): Move to simple.el.
8160         * simple.el (last-buffer): Move here.
8161         (get-next-valid-buffer): New function.
8162         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8163         (prev-buffer): Ditto.  Rename to `previous-buffer'.
8165         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8166         * bindings.el (global-map): Ditto.
8168 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
8170         * cus-edit.el: Introductory comment change.
8171         (custom-magic-alist): Change message string for the `rogue' state.
8173 2005-12-15  Richard M. Stallman  <rms@gnu.org>
8175         * tooltip.el: Delete defcustom variable :tag names.
8177         * complete.el (partial-completion-mode): Doc fix.
8179         * textmodes/flyspell.el (flyspell-external-point-words):
8180         Use save-excursion to ensure we don't move backward in the
8181         search loop, not even one character.
8182         (flyspell-delete-all-overlays): Use remove-overlays directly.
8184         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8185         (ispell-start-process): Set that variable.
8186         Clear ispell-buffer-local-name.
8187         (ispell-internal-change-dictionary):
8188         Set ispell-current-dictionary after killing process.
8189         (ispell-buffer-local-dict):
8190         Don't set spell-personal-dictionary after killing process.
8191         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8192         (ispell-tex-skip-alists, ispell-html-skip-alists)
8193         (ispell-skip-region-alist): Mark as risky.
8195         * net/newsticker.el (newsticker--retrieval-timer-list)
8196         (newsticker--display-timer, newsticker-running-p)
8197         (newsticker-ticker-running-p): Definitions moved up.
8199 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
8201         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8203 2005-12-15  David Ponce  <david@dponce.com>
8205         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8206         (recentf-edit-list, recentf-open-files): Signal an error when
8207         there is no recent file.
8209 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8211         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8212         read-only except for texinfo-format-region evaluation.
8214 2005-12-14  Richard M. Stallman  <rms@gnu.org>
8216         * vc.el (vc-default-previous-version, vc-default-next-version)
8217         (vc-do-command): Doc fixes.
8219 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8221         * textmodes/bibtex.el (bibtex-expand-strings)
8222         (bibtex-autokey-expand-string, bibtex-name-part)
8223         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8224         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8225         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8226         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8227         (bibtex-entry-postfix, bibtex-known-entry-type-re)
8228         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8229         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8230         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8231         (bibtex-beginning-of-last-entry): Remove.
8232         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
8233         message if comma is missing but buffer is read-only.
8234         (bibtex-parse-field-text): Handle whitespaces at the end of field
8235         text.  Return 3-element list with beginning and end of field text
8236         and end of field.
8237         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8238         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
8239         (bibtex-search-forward-field, bibtex-search-backward-field):
8240         Search always delimited by limits of entry.  Use more efficient
8241         search algorithms.
8242         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8243         bibtex-end-of-name-in-field.
8244         (bibtex-text-in-field-bounds): Handle BibTeX strings when
8245         extracting the content of a field.
8246         (bibtex-text-in-field): Use search limits.
8247         (bibtex-parse-string-prefix): Handle empty string keys based on
8248         bibtex-string-empty-key.
8249         (bibtex-parse-string): Fix docstring.
8250         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8251         (bibtex-preamble-prefix, bibtex-strings): New functions.
8252         (bibtex-skip-to-valid-entry): Include preceding whitespace in
8253         BibTeX entries (consistent with other BibTeX functions).
8254         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8255         (bibtex-search-entry): Fix docstring.  Simplify.
8256         (bibtex-flash-head, bibtex-complete-string-cleanup)
8257         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8258         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8259         (bibtex-parse-entry): New optional arg content.
8260         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8261         Use bibtex-text-in-field-bounds.
8262         (bibtex-print-help-message): Handle BibTeX strings and preambles.
8263         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8264         bibtex-parse-string-postfix.
8265         (bibtex-find-text-internal): New function.
8266         (bibtex-remove-delimiters): Use it.
8267         (bibtex-find-text): Use it.  New optional arg help.
8268         (bibtex-complete): Handle BibTeX string and preamble entries.
8269         (bibtex-Preamble): Fix order of closing delimiters.
8271 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8273         * vc.el (vc-default-revert): New fun.
8275         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8277 2005-12-14  Romain Francoise  <romain@orebokech.com>
8279         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8280         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8281         (font-lock-remove-keywords): Likewise.
8283 2005-12-14  Juri Linkov  <juri@jurta.org>
8285         * log-view.el (log-view-diff): Doc fix.
8287         * isearch.el (isearch-query-replace): Use (mark) instead of
8288         isearch-opoint if mark is active in transient-mark-mode.
8290 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
8292         * isearch.el (isearch-query-replace): Check for isearch-other-end.
8294 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
8296         * progmodes/cpp.el (cpp-face): New widget.
8297         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8299 2005-12-14  Juri Linkov  <juri@jurta.org>
8301         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8302         around `erase-buffer' and `insert'.
8304         * descr-text.el (describe-text-properties): Replace buffer name
8305         "*Help-2*" with "*Help*<2>".
8306         (describe-char): Add functions print-help-return-message,
8307         toggle-read-only.  Use help-setup-xref with nil to not store
8308         describe-char in help-xref-stack.  Use help-make-xrefs to
8309         make [back] button.
8311         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8313         * wdired.el (wdired-old-point): New internal variable.
8314         (wdired-change-to-wdired-mode): Set it buffer-locally.
8315         (wdired-abort-changes): Restore point after aborting changes.
8317 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8319         * vc.el (vc-do-command): Add a new value t for okstatus.
8321         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8322         frame in case of errors.
8324 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8326         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8327         so it comes after "On the Left" in the menu.
8329 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
8331         * cus-edit.el (customize-apropos, customize-apropos-options)
8332         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8334 2005-12-12  Bill Wohler  <wohler@newt.com>
8336         * vc-svn.el (vc-svn-registered): Fix problem of visiting
8337         non-writable Subversion-controlled files by saving window
8338         configuration before calling vc-do-command.  vc-do-command calls
8339         pop-to-buffer on error which is unexpected during registration.
8341 2005-12-12  Jay Belanger  <belanger@truman.edu>
8343         * calc/README: Update the summary of changes.
8345 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8347         * descr-text.el (describe-char): Rework last fix to solve the problem
8348         is the same way it's solved for everything else in that function
8349         (i.e. by extracting the info before setting up the *Help* buffer).
8351 2005-12-12  Kim F. Storm  <storm@cua.dk>
8353         * subr.el (version-regexp-alist): Allow space as separator before
8354         non-numeric part, e.g. "1.0 alpha".
8355         (version-to-list): Interpret .X.Y version as 0.X.Y version.
8357 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
8359         * textmodes/org.el (org-agenda, org-timeline, org-todo):
8360         Implement Logging and the keep-modes setting.
8361         (org-get-category): Make sure a string is returned.
8362         (org-log-done): New function.
8363         (org-log-done, org-closed-string): New options.
8365 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8367         * tooltip.el (tooltip-y-offset): Change default to 20.
8369 2005-12-12  Richard M. Stallman  <rms@gnu.org>
8371         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8373         * frame.el (display-hourglass): Doc fix.
8375         * help.el (help-for-help-internal): Simplify entry for `a'.
8377         * info.el (Info-on-current-buffer): Doc fix.
8378         (info-insert-file-contents): Don't test (featurep 'jka-compr).
8380         * startup.el (inhibit-splash-screen): Make this the real name.
8381         (inhibit-startup-message): Make this the alias.
8382         (command-line): Find only simple.el, and use its directory
8383         to fill in other preloaded files' names.
8384         (command-line): Deactivate the mark if deactivate-mark is set.
8386         * international/mule.el (load-with-code-conversion):
8387         Bind deactivate-mark.
8389         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8391 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
8393         * cus-edit.el (customize-apropos): Avoid listing an option more
8394         than once under different aliases.  No longer list user options
8395         that are not defined with defcustom (unless a prefix arg is given).
8396         Doc fix.
8397         (customize-apropos-options): Doc fix.
8399 2005-12-11  Juri Linkov  <juri@jurta.org>
8401         * frame.el (set-background-color, set-foreground-color)
8402         (set-cursor-color, set-mouse-color, set-border-color):
8403         Add explicit prompts to read colors by `facemenu-read-color'.
8404         (show-trailing-whitespace, blink-cursor-delay)
8405         (blink-cursor-interval, display-hourglass, hourglass-delay):
8406         Remove tags.
8407         (display-hourglass, hourglass-delay): Doc fix.
8408         (cursor-in-non-selected-windows): Capitalize words in tag.
8410         * faces.el (frame-background-mode): Replace `choice-item' keywords
8411         with `const' to not make [default] button.  Change default value tag
8412         from `default' to `automatic'.  Doc fix.
8413         (trailing-whitespace) <defface>: Change group `whitespace' to
8414         `whitespace-faces'.
8416 2005-12-11  Richard M. Stallman  <rms@gnu.org>
8418         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8420 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8422         * term/mac-win.el: Create keymap for mac-apple-event-map.
8424 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
8426         * tooltip.el (tooltip-mode): Move to start of file so that it
8427         appears at top of customize buffer.
8429         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8430         Add the gud groupname.
8431         (gud-tooltip-mode): Add the tooltip groupname.
8432         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
8433         avoid conflict with tooltip-use-echo-area.
8435 2005-12-10  Romain Francoise  <romain@orebokech.com>
8437         * help.el (help-for-help-internal): Add `r' in doc string.
8439 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8441         * align.el (align-regexp, align-highlight-rule):
8442         Use region-beginning and region-end instead of point and mark, so that
8443         repetition (with `repeat-complex-command') recomputes the region
8444         bounds.
8446 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8448         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8449         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8450         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8451         (balance-windows): Rewrite using the above new functions.
8453 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
8455         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8456         react if global-hi-lock-mode seems intended.
8457         (global-hi-lock-mode) Renamed from hi-lock-mode.
8458         (hi-lock-archaic-interface-message-used)
8459         (hi-lock-archaic-interface-deduce): New variables.
8460         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8461         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8462         (hi-lock-find-patterns, hi-lock-font-lock-hook):
8463         Replace hi-lock-buffer-mode with hi-lock-mode.
8465 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
8467         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8468         completion list, even after a partial completion has been
8469         inserted in the current buffer.  If there are more than 1
8470         completion, redisplay the *Completions* buffer; if the
8471         completion is unique, delete the *Completions* window.
8473 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
8475         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8476         strings and long subject lines that were broken into multiple
8477         lines at arbitrary places.  Handle subjects that have "Re: " in
8478         the middle.
8480 2005-12-10  John W. Eaton  <jwe@octave.org>
8482         * emacs/octave-mod.el (octave-electric-space): Don't indent
8483         comments or strings if octave-auto-indent is nil.
8485 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8487         * term/mac-win.el: Require url when compiling.
8488         Call mac-process-deferred-apple-events after loading init files.
8489         (mac-apple-event-map): New defvar.  Define event handlers in it.
8490         (core-event, internet-event): New Apple event class symbols.
8491         (open-application, reopen-application, open-documents)
8492         (print-documents, open-contents, quit-application)
8493         (application-died, show-preferences, autosave-now, get-url):
8494         New Apple event ID symbols.
8495         (about): New HICommand ID symbol.
8496         (mac-event-spec, mac-event-ae): New macros.
8497         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8498         (mac-ae-selection-range, mac-ae-text-for-search)
8499         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8500         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
8501         and Services menu events are now defined in mac-apple-event-map.
8502         (mac-drag-n-drop): Remove selection range handling.
8504 2005-12-10  Kenichi Handa  <handa@m17n.org>
8506         * simple.el (zap-to-char):
8507         * isearch.el (isearch-process-search-char): Translate CHAR by
8508         translation-table-for-input.
8510 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
8512         * foldout.el (foldout-exit-fold): Properly hide subtree.
8514 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8516         * files.el (save-buffer):
8517         * international/ucs-tables.el (ucs-set-table-for-input):
8518         * mail/mail-extr.el (mail-extract-address-components):
8519         * mail/sendmail.el (mail-mode): Reformat doc string.
8521 2005-12-09  Juri Linkov  <juri@jurta.org>
8523         * isearch.el (isearch-highlight): Change main overlay priority
8524         from 1 to 1001.  Simplify.
8525         (isearch-lazy-highlight-update): Change lazy overlay priority
8526         from 0 to 1000.
8528         * replace.el (replace-highlight): Change overlay priority from
8529         1 to 1001.
8531         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8532         Change overlay priority from 1 to 1001.  Reuse existing overlay.
8534         * compare-w.el (compare-windows-highlight): Change overlay
8535         priority from 1 to 1000.
8537         * menu-bar.el (menu-bar-edit-menu): Add listp around
8538         pending-undo-list to disable menu item "undo" when pending
8539         undo list is empty.
8541         * locate.el (locate): Disable undo in *Locate* buffer.
8543 2005-12-09  Kim F. Storm  <storm@cua.dk>
8545         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8547 2005-12-09  David Ponce  <david@dponce.com>
8549         * recentf.el: Improvement of the menu code.
8550         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
8551         instead of menu hook.
8552         (recentf-show-menu, recentf-hide-menu): New functions.
8553         (recentf-menu-customization-changed, recentf-mode): Use them.
8554         (recentf-menu-action, recentf-max-menu-items)
8555         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8556         (recentf-arrange-by-rule-others)
8557         (recentf-arrange-by-rules-min-items)
8558         (recentf-arrange-by-rule-subfilter) : Don't use
8559         `recentf-menu-customization-changed'.
8560         (recentf-arrange-rules): Likewise.  Accept functions to compute
8561         sub-menu titles.
8562         (recentf-menu-filter): Likewise.  Doc fix.
8563         (recentf-menu-value-shortcut): Doc fix.
8564         (recentf-dump-variable): Quote atom value.
8565         (recentf-make-menu-items): Update to use it as a menu filter.
8566         (recentf-match-rule): New function.
8567         (recentf-arrange-by-rule): Use it.
8568         (recentf-indirect-mode-rule): New function.
8569         (recentf-build-mode-rules): Use it.
8570         (recentf-dir-rule): New function.
8571         (recentf-arrange-by-dir): Use it.
8572         (recentf-filter-changer-current): Rename from
8573         `recentf-filter-changer-state'.  All references updated.
8574         (recentf-filter-changer-alist): Update filter names.
8575         (recentf-filter-changer-select): New function.
8576         (recentf-filter-changer): Use it.  Make a sub-menu from filters
8577         available in `recentf-filter-changer-alist'.
8578         (recentf-data-cache, recentf-clear-data)
8579         (recentf-update-menu): Remove.  All references updated.
8580         (recentf-match-rule-p, recentf-build-dir-rules)
8581         (recentf-filter-changer-goto-next)
8582         (recentf-filter-changer-get-current)
8583         (recentf-filter-changer-get-next): Remove.
8585 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8587         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8588         buffer "Reset" button to "Reset to Current" for consistency with
8589         the State buttons.
8591 2005-12-08  John Paul Wallington  <jpw@pobox.com>
8593         * ibuf-ext.el (define-ibuffer-filter filename):
8594         If `dired-directory' is a list then really use its car.
8596 2005-12-08  Kim F. Storm  <storm@cua.dk>
8598         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8599         Fix indention of text on right side of replaced rectangle.
8601 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
8603         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8604         No need to check gud-comint-buffer is bound.
8605         (gdb): Prevent multiple debugging when first session uses gdba.
8607 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8609         CC Mode update to 5.31.
8611         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8612         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
8613         We might do this function properly in the future).
8615         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8616         New macros c-sentence-end and c-default-value-sentence end, to cope
8617         with Emacs 22's new function `sentence-end'.
8619 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8621         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8622         compat issue using `c-put-overlay' and `c-delete-overlay'.
8624         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8625         New compat macros to handle overlays/extents.
8627 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8629         * progmodes/cc-fix.el: Add definitions of the macros push and pop
8630         (for GNU Emacs 20.4)
8632         * progmodes/cc-defs.el:
8633         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8635         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8636         highlighting mechanism so it will work in XEmacs too.
8638         * progmodes/cc-defs.el: Insert c-int-to-char.
8640         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8641         call to the new macro c-int-to-char.  This solves XEmacs's
8642         regarding characters as different from integers.
8644 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8646         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8647         New internal helper.
8649         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8650         construct to make the indirect face lookup work in XEmacs.
8652         (c-cpp-matchers): Append the negation char face to the existing
8653         fontification, so that the cpp face doesn't disappear.
8654         Use `c-make-syntactic-matcher' to avoid negation chars in comments
8655         and strings.
8657         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8658         to map to `font-lock-negation-char-face' in emacsen where it exists.
8660 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8662         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8664         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8665         Rename "c-subword-move-mode" as "c-subword-mode".
8667         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8668         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
8670 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8672         * progmodes/cc-mode.el: Added autoload directive for
8673         `c-subword-move-mode' for use in older emacsen.
8675 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8677         * progmodes/cc-mode.el:
8678         (i) Insert a binding for C-c C-backspace into
8679         c-bind-special-erase-keys which works in TTYs.
8680         (ii) Make sure that when file styles are used, any explicitly
8681         given style variables take priority over those in the style.
8682         Do this by calling `hack-local-variables' a second time.
8684         * progmodes/cc-vars.el: Add language specific customization
8685         widgets for AWK to c-doc-comment-style, c-require-final-newline
8686         and c-default-style.  Add a defcustom for awk-mode-hook.
8687         Give c-syntactic-element and c-syntactic-context doc-strings by
8688         directly setting their `variable-documentation' propery.
8689         This allows Emacs 22.1 to read these with C-h v.
8691         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8693 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8695         * progmodes/cc-fonts.el, cc-vars.el
8696         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8697         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8698         Masatake YAMATO.
8700         (c-doc-comment-style): Made GtkDoc default in C mode.
8702         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8703         and C-c C-<delete>.
8705         (c-bind-special-erase-keys): New function for use on
8706         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8708         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8709         <delete> key behavior in XEmacs according to `delete-forward-p'.
8710         C.f. `c-electric-delete'.
8712 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8714         * progmodes/cc-mode.el: Give c-hungry-backspace and
8715         c-hungry-delete-forward permanent key bindings.
8717         * progmodes/cc-cmds.el (c-electric-semi&comma):
8718         Bind c-syntactic-context for calls to "criteria functions", for
8719         consistency with other calls to user functions.
8721         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8722         `current-prefix-arg', since this might be the prefix arg to a
8723         command which calls c-indent-command as a function.  Change the
8724         interactive spec from "p" to "P".
8726         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8727         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8728         was difficult to understand.
8730 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8732         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8733         first char of an identifier.
8735         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8736         +" syntax in C++.
8738 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8740         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8741         auto-fill doesn't split a c-comment's last word from a hanging
8742         "*/" when a space is typed between them after fill-column.
8744         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8746         * progmodes/cc-styles.el (c-set-style)
8747         (c-setup-paragraph-variables): Abort the command if we're not in a
8748         CC Mode buffer.
8750         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8751         with blank comment-prefix, and a blank line as the comment's
8752         second line.
8754 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8756         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8757         Incorporate the patterns added in the Emacs development branch
8758         for the new Emacs 22 face `font-lock-negation-char-face'.
8760         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8761         of "red" since it stands out better in xterms and DOS terminals.
8763         * progmodes/cc-engine.el (c-literal-faces):
8764         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8766 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8768         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8769         forcibly enable c-electric-flag.
8771         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8772         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8773         after the comment-prefix of a C-style comment will close that comment.
8775 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8777         * progmodes/cc-fonts.el (c-basic-matchers-before)
8778         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8779         in Pike.
8781         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8782         digraphs.
8784         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8785         (c-cpp-message-directives, c-cpp-include-directives)
8786         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8787         (c-cpp-expr-directives): Introduce new language constants to
8788         control cpp syntax in a cleaner way.
8790         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8792         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8794         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8795         (c-multiline-string-start-char): New language constants and
8796         variables to specify how newlines in string literals work.
8798         (c-font-lock-invalid-string): Use them.
8800         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8801         unbalanced close brace is entered.  Optimization by avoiding going
8802         back over arbitrarily large blocks.  Removed hints that this
8803         function only would be relevant/useful in AWK.
8805         (c-electric-brace): Indent syntactically after the cleanups since
8806         lineup functions might do it differently then.
8808         * progmodes/cc-engine.el, cc-langs.el
8809         (c-opt-op-identifier-prefix): New language constant and variable.
8811         (c-just-after-func-arglist-p, c-after-special-operator-id)
8812         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8814         * progmodes/cc-align.el, cc-engine.el
8815         (c-after-special-operator-id): New helper to handle C++ operator
8816         identifiers.
8818         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8819         (c-guess-basic-syntax): Handle C++ operator identifiers in
8820         declarations.
8822         * progmodes/cc-langs.el (c-assignment-operators): Add the
8823         trigraph version of ^= too.
8825         * progmodes/cc-langs.el (c-assignment-operators): Add the
8826         trigraph version of |= in C++.
8828         * progmodes/cc-fonts.el (c-font-lock-declarators):
8829         Handle `c-decl-hangon-kwds' after the identifier name.
8831         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8832         whether an arglist is "nonempty", ignore a comment after the open
8833         paren if it isn't followed by a non-comment token on the same line.
8835         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8836         Enable heuristics below the point to cope with classes inside special
8837         brace lists in Pike.
8839 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8841         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8843 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8845         * progmodes/cc-guess.el (cc-guess-install): New function to
8846         install an already guessed style in another buffer.
8848         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8849         sets `inhibit-read-only' - `c-save-buffer-state' should be used
8850         anyway if the change always is undone.
8852 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8854         Implement togglable electricity:
8856         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8857         saying when it should be used.
8859         * progmodes/cc-engine.el: Add the new buffer-local variable,
8860         c-electric-flag.
8862         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8863         c-toggle-auto-newline.
8865         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8866         c-toggle-auto-newline.  Remove the binding for
8867         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
8868         c-toggle-electric-state.
8870         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8872         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8873         c-\(forward\|backward\)-subword.
8874         (c-update-modeline): Add the new modeline flag `l' for
8875         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
8876         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8877         Make the old name an alias of the new name.
8878         (c-toggle-electric-state): New function.
8879         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8880         Adapt these functions to do electric things only when
8881         c-electric-flag is non-nil.
8882         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8883         new functions from c-electric-brace.
8884         (c-point-syntax): Add a check for "virtual semicolons" in AWK
8885         mode, so that the tentative extra newline doesn't change the
8886         syntax of the following brace.
8887         (c-electric-brace): Restructure by extracting the above functions.
8888         Tidy up the coding somewhat.
8889         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8890         restructure a bit.
8892 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8894         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8895         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
8897         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8898         (c-submode-indicators): Change name from `c-auto-hungry-string'
8899         since it's now used to track another submode.
8901         (c-update-modeline): Convert to function and extended to check
8902         `c-subword-move-mode'.
8904         (c-forward-into-nomenclature, c-backward-into-nomenclature):
8905         Convert to compat aliases for `c-forward-subword' and
8906         `c-backward-subword'.
8908         * progmodes/cc-subword.el: New functions and minor mode to handle
8909         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8911         (c-forward-subword, c-backward-subword, c-mark-subword)
8912         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8913         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8914         Functions corresponding to the standard word handling functions.
8916         (c-subword-move-mode): Minor mode that replaces all the standard
8917         word handling functions with their subword equivalences.
8919 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8921         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8922         entry for one-liner-defun.
8924         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8925         name in its def-edebug-spec.
8927         * progmodes/cc-cmds.el (c-electric-brace): Make the
8928         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
8929         compacts space before a comment, if this will make things fit on
8930         one line.
8932         Introduce an "awk" style, mainly for auto-newline and clean-ups.
8934         * progmodes/cc-align.el: New function c-snug-1line-defun-close
8936         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8937         clean-up one-liner-defun.
8939         * progmodes/cc-styles.el: Add the new "awk" style.
8941         * progmodes/cc-vars.el: Add description of one-liner-defun to
8942         c-cleanup-list's doc-string.  New user options,
8943         c-max-one-liner-length.  In c-default-style, set the default style
8944         for AWK to "awk".
8946 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8948         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8949         macros inside labels.
8951         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8952         `c-at-statement-start-p' and `c-at-expression-start-p'.
8954         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8955         error if the mark isn't set.
8957         * progmodes/cc-engine.el (c-guess-continued-construct)
8958         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8959         accurately detect functions inside functions.
8961         * progmodes/cc-engine.el (c-at-expression-start-p): New function
8962         like `c-at-statement-start-p' that additionally recognizes commas
8963         and expression parentheses as delimiters.
8965         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8966         to avoid heuristics that doesn't work for unclosed blocks.
8967         (c-at-statement-start-p): New function.
8969         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8970         Objective-C directives, e.g. directives spanning lines should work
8971         reasonably well now.
8973         (c-put-c-type-property, c-clear-c-type-property): New helpers.
8975         (c-forward-objc-directive): New function to move over any ObjC
8976         directive.
8978         (c-just-after-func-arglist-p, c-guess-basic-syntax)
8979         (c-basic-matchers-before): Use it.
8981         (c-font-lock-objc-iip-decl): Remove.
8983         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8984         in the template arglist recognition.
8986         * progmodes/cc-styles.el (c-style-alist): Fix several
8987         inconsistencies in the Whitesmith style.
8989         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8990         New lineup function to get lines after Whitesmith style blocks
8991         correctly indented.
8993         (c-lineup-whitesmith-in-block): Back out the compensation for
8994         opening parens since it's done using `add' lists in the style
8995         definition instead.  Don't use the anchor position since it varies
8996         too much between the syntactic symbols. :P
8998         * progmodes/cc-vars.el (c-valid-offset): Update.
9000         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9001         lists where the offsets are combined according to several
9002         different methods: `first', `min', `max', and `add'.
9003         Report offset evaluation errors with `c-benign-error' so that some kind
9004         of reindentation still is done.
9006         * progmodes/cc-engine.el (c-guess-basic-syntax):
9007         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9008         `arglist-close'.
9010         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9011         situations for `arglist-cont-nonempty' and `arglist-close'.
9013         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9015         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9016         cc-bytecomp-boundp' in a number of places.
9018         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9019         macro related issue.
9021 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9023         * progmodes/cc-awk.el: Change the terminology of regexps: A char
9024         list is now [asdf], a char class [:alpha:].
9025         Include code for char classes.
9026         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
9027         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9029         Remove (nearly all of) the cruft associated with AWK Mode's former
9030         concept of "virtual semicolons":
9032         Adapt c-beginning-of-statement, c-end-of-statement (together with
9033         subfunctions) to use the new notion of "virtual semicolon" in
9034         place of the old awkward special handling for AWK.  There remains
9035         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9036         * progmodes/cc-cmds.el:
9037         (c-ascertain-adjacent-literal): In the backwards direction, now
9038         recognises AWK regexp delimiters as string delimiters.
9039         (c-after-statement-terminator-p): Adapt for virtual semicolons;
9040         check more rigorously for "end of macro".
9041         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9042         virtual semicolons;
9043         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9044         out the code for forward movement into ...
9045         (c-end-of-statement): Now contains the code for forward movement,
9046         adapted for virtual semicolons.
9048         * progmodes/cc-engine.el:
9049         (c-ws*-string-limit-regexp): New regexp.
9050         (c-forward-single-comment, c-backward-single-comment): Comment out
9051         the (now redundant) "special" AWK stuff.
9053         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9054         c-string-par-start, c-string-par-separate to be more like Text
9055         Mode than Fundamental Mode.
9057 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9059         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9060         to the fontified region so that fontification doesn't occur
9061         outside it (could happen e.g. when fontifying a line with an
9062         unfinished declaration).
9064 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9066         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9067         start of the file.  ^L now separate sections of the file.
9068         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
9069         (c-awk-one-line-possibly-open-string-re)
9070         (c-awk-regexp-one-line-possibly-open-char-class-re)
9071         (c-awk-one-line-possibly-open-regexp-re)
9072         (c-awk-one-line-non-syn-ws*-re): New defonsts.
9073         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9075         Amend the concept of "virtual semicolons" (in the indentation
9076         engine) for languages like AWK, such that they are now
9077         conceptually attached to end of the last token of a statement, not
9078         the end of the line.  (In AWK Mode, however, the pertinent text
9079         property is still physically set on the EOL.)  Remove the specific
9080         tests for awk-mode, thus facilitating the introduction of other
9081         language modes where EOLs can end statements.
9082         (Note: The funtionality in cc-cmds.el, specifically
9083         c-beginning/end-of-statement has yet to be amended.)
9085         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9086         New macros.
9088         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9089         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
9090         c-vsemi-status-unknown-p-fn (in a new page).
9092         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9093         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9094         numerous awkward forms like
9095         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9096         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
9097         variable before-ws-ip, the place just after char-before-ip appears.
9099         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9100         a comment.
9102 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9104         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9105         `c-tentative-buffer-changes'.
9107         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9108         convert to macro to choose between Emacs and XEmacs at compile time.
9110         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9112         (c-tentative-buffer-changes): New macro to handle temporary buffer
9113         changes in a convenient way.
9115         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9116         for `c-tentative-buffer-changes'.
9118         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9119         the checks for paren sexps between the point and the keyword, to
9120         avoid some false alarms.
9122         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9123         Fixed a situation where an error could be thrown for unbalanced
9124         parens.  Changed to make use of c-keyword-member' to avoid some
9125         repeated regexp matches.
9127         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9128         These language variable are no longer necessary.
9130         (c-block-stmt-kwds): New language constant used by
9131         c-looking-at-inexpr-block'.
9133         (c-guess-basic-syntax): Remove an optional check that looked at
9134         the existence of the now removed language variables.
9136         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9137         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9138         object instantiation expressions as declarations in some contexts.
9139         This bug only affected languages where the declarator can't be
9140         enclosed in parentheses.
9142         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9143         insert newlines before and after substatement braces.
9145         * progmodes/cc-engine.el: Improved the heuristics for recognizing
9146         function declaration headers and the handling of C++ style member
9147         init lists.
9149         (c-just-after-func-arglist-p): Rewritten to use
9150         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
9152         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9154         (c-guess-basic-syntax): Adapt case 5B for the new
9155         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
9156         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9157         covers all cases now).
9159         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9161 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9163         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9164         c-string-par-start/separate c-sentence-end-with-esc-eol,
9165         initialised in c-setup-paragraph-variables, used in string
9166         scanning subroutines of c-beginning-of-statement.
9168         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9169         which precedes the newly inserted `{'.
9171 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9173         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9174         function for declaration level blocks.  It should now cope with
9175         templates better and also be a lot more comprehensible.
9177         (c-looking-at-decl-block): The new function.
9179         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
9180         for compatibility.
9182         (c-add-class-syntax, c-guess-continued-construct)
9183         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9185         (c-decl-block-key): Change to tell apart ambiguous and
9186         unambiguous keywords.  Pike specials are now handled directly in
9187         the code instead.
9189         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9190         New language constants and variables to make the backward skip in
9191         `c-looking-at-decl-block' as tight as possible.
9193         (c-nonsymbol-token-char-list): New language constant.
9195         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9196         find balanced template arglists backwards.
9198         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9199         making char classes for `c-syntactic-skip-backward'.
9201         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9202         16D - can't be a class-close at that point.
9204         * progmodes/cc-engine.el (c-guess-basic-syntax)
9205         (c-add-class-syntax): Don't narrow out the enclosing declaration
9206         level.  This makes everything a lot easier, and it was actually
9207         only four small places that needed it to work.  Some places that
9208         previously did `widen' are removed now, which has the effect that
9209         `c-guess-basic-syntax' never will look at things outside the
9210         current narrowment now.  The anchor position for `topmost-intro'
9211         is affected by this, but it was so bogus it was basically useless
9212         before, and now it's equally bogus but in a slightly different way.
9214         (c-narrow-out-enclosing-class): Gone.
9216         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9217         the narrowed region.
9219         (c-least-enclosing-brace): Remove silly optional argument.
9221         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9222         the point could be left directly after an open paren when finding
9223         the beginning of the first decl in the block.
9225         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9226         Specify which submatch to use.
9228         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9230         (c-decl-start-re): No longer any need for special treatment of
9231         ObjC due to the above.
9233         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9234         presumably follows C in that regard.
9236         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9237         New language constants to specify operator tokens inside
9238         identifiers in a more high level way.
9240         (c-opt-identifier-prefix-key): New internal language constant.
9242         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9243         (c-identifier-start, c-identifier-key): Now completely calculated
9244         from other constants.
9246         (c-identifier-last-sym-match): Decommission since it's no longer used.
9248         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
9250         * progmodes/cc-engine.el (c-forward-name): Remove the
9251         optimization when c-identifier-key is equal to c-symbol-key since
9252         it doesn't work in byte compiled files.  Don't record empty
9253         regions as identifiers.
9255         * progmodes/cc-langs.el (c-filter-ops): New helper function to
9256         simplify access to `c-operators' and its likes.
9258         (c-operator-list, c-all-op-syntax-tokens)
9259         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9260         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9261         (c-primary-expr-regexp, c-cast-parens): Use it.
9263         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9264         an explicit language in functions.
9266         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9267         variant of adornment.
9269         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9270         variable.
9272         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9273         the Pike value.
9275         * progmodes/cc-engine.el (c-on-identifier)
9276         (c-simple-skip-symbol-backward): Small fix for handling "-"
9277         correctly in `skip-chars-backward'.  Affected the operator lfun
9278         syntax in Pike.
9280         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9281         diagnostic message about precompiled language vars not being used.
9283         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9284         "__attribute__" is followed by a parenthesis.
9286         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9287         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9288         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9290         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9291         Internal cleanups to properly detect the declared identifiers in
9292         various declarations.
9294         (c-decl-start-kwds): New language constant to recognize
9295         declarations that can start anywhere.  Used for class declarations
9296         in Pike.
9298         (c-specifier-key, c-not-decl-init-keywords)
9299         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9300         (c-find-decl-spots): Implement `c-decl-start-kwds'.
9302         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9303         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9304         handling of the compiler specific extension keywords into a new
9305         language constant `c-decl-hangon-kwds' that defines keyword
9306         clauses to be ignored in declarations.
9308         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9309         past unrecognized tokens when handling `c-colon-type-list-kwds'.
9310         Necessary to stop at the declared identifier in e.g. IDL valuetype
9311         declarations.
9313         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9314         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9315         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9316         (c-forward-decl-or-cast-1): Recognize the declared identifier in
9317         class and enum declarations as such and not as part of the type.
9319         (c-forward-decl-or-cast-1, c-forward-label): Relax the
9320         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9322         (c-forward-decl-or-cast-1): Don't disregard sure signs of
9323         declarations when there's some syntax error later on.
9325         (c-complex-decl-matchers): Did away with a reference to
9326         `c-specifier-key'.
9328         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9329         value - this variable is always dynamically bound.
9331         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9332         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9333         * cc-cmds.el, cc-defs.el: Change the policy for marking up
9334         functions that might do hidden buffer changes: All such internal
9335         functions are now marked instead of those that don't.
9337         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9338         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9339         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9340         (c-literal-type): Allow these functions to make hidden buffer changes,
9341         so that they are free to use text property caching later on.
9343         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9344         (c-electric-brace, c-electric-slash, c-electric-star)
9345         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9346         (c-electric-paren, c-electric-continued-statement, c-indent-command)
9347         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9348         (c-context-line-break): Add `c-save-buffer-state' calls to comply
9349         with the changed semantics of the functions above.
9351         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9352         when macros occur in obscure places.  Optimized the sexp movement
9353         a bit.
9355 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9357         Enhancements for c-beginning-of-statement to work in AWK Mode:
9359         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9360         (completed statement) with `}' (statement completed by closing
9361         brace or semicolon) and `$' (statement completed by EOL).
9363         (c-awk-virtual-semicolon-ends-prev-line-p)
9364         (c-awk-virtual-semicolon-ends-line-p)
9365         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9366         (c-awk-at-statement-end-p): New functions.
9368         * progmodes/cc-cmds.el: Simplify the structure of functions
9369         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
9370         two functions and c-beginning-of-statement to handle AWK Mode.
9372         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9373         c-backward-single-comment for AWK mode.  Attempt to clarify their
9374         doc-strings.
9376         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9378 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9380         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9381         label handling.  Labels are now recognized in a uniform and more
9382         robust way, regardless of context.  Text properties are put on all
9383         labels to recognize the following declarations better.
9384         Multiword labels are handled both in indentation and fontification for
9385         the benefit of language extensions like Qt.  For consistency, keywords
9386         in labels are now fontified with the label face instead.
9387         That also applies to "case" and "default".
9389         (c-beginning-of-statement-1): Fix some bugs in the label
9390         handling.  Disregard `c-nonlabel-token-key' in labels that begin
9391         with `c-label-kwds'.
9393         (c-find-decl-spots): Support that the callback adds more
9394         `c-decl-end' spots to find.
9396         (c-forward-decl-or-cast-1): Don't treat a list of plain
9397         identifiers followed by a colon as a declaration.
9399         (c-forward-label): New function to recognize labels.
9401         (c-guess-basic-syntax): Replace uses of `c-label-key' with
9402         `c-forward-label'.  Moved the label recognition cases (14 and 15)
9403         earlier since they aren't so context sensitive now.  Handle labels
9404         on the top level gracefully.  Moved access label recognition to
9405         the generic label case (CASE 15) - removed CASE 5E.
9407         (c-font-lock-declarations): Add recognition of labels in the
9408         same round since we need to handle labels in parallell with other
9409         declarations to recognize both accurately.  It should also improve
9410         speed.
9412         (c-simple-decl-matchers, c-basic-matchers-after):
9413         Move `c-font-lock-labels' so that it only is used on decoration level 2
9414         since `c-font-lock-declarations' handles it otherwise.
9416         (c-complex-decl-matchers): Remove the simplistic recognition of
9417         access labels.
9419         (c-decl-prefix-re): Remove the kludges that was necessary to cope
9420         with labels earlier.
9422         (c-decl-start-re): New language variable to make
9423         `c-font-lock-declarations' stop for the special protection labels
9424         in Objective-C that start with `@'.
9426         (c-label-key): Remove since it's no longer used.
9428         (c-recognize-colon-labels, c-label-prefix-re): New language
9429         constants to support recognition of generic colon-terminated labels.
9431         (c-type-decl-end-used): `c-decl-end' is now used whenever there
9432         are colon terminated labels.
9434         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9435         first argument starts with a special brace list.
9437         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9438         (c-font-lock-declarations): Break out the declaration and cast
9439         recognition from `c-font-lock-declarations' to a new function, so
9440         that it can be used in the indentation engine.
9442         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9443         up to the start of the literal.  Fixed bug with the point on the
9444         wrong side of the search limit that could happen when the start
9445         position is inside a literal.
9447         * progmodes/cc-engine.el (c-parse-state)
9448         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9449         so that it's kept a little bit back to increase the hit rate.
9451         (c-parse-state): Change the macro handling and fixed some
9452         glitches.  Macro context is checked more often than necessary now,
9453         but otoh less garbage conses are generated.
9455         * progmodes/cc-engine.el (c-parse-state)
9456         (c-invalidate-state-cache): Cache the last position where
9457         `c-state-cache' applies.  This can speed up refontification quite
9458         a bit in blocks where there are many non-brace parens before the point.
9460         (c-state-cache-end): New variable for this.
9462         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9463         cache variable.
9465         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9466         get close initial continue positions when the start position is
9467         inside a literal or macro.  Do not call the callback for spots
9468         before the start position (which can happen e.g. for `c-decl-end'
9469         spots inside comments).  Optimize better in special cases when the
9470         region is a single line inside a literal or macro (typically when
9471         the current line is refontified).
9473         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9474         to `c-add-stmt-syntax' - there's no need to explicitly whack off
9475         entries from the paren state.
9477         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9478         special case for "else if" clauses.
9480         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9481         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9483         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9484         New language variable to recognize the gcc extension with statement
9485         blocks inside expressions.
9487         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9488         it somewhat more comprehensible.  The argument AT-BLOCK-START is
9489         no longer used and hence removed.
9491         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9492         to `c-add-stmt-syntax'.
9494         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9495         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9496         This fixes bogus label recognition.
9498         * progmodes/cc-engine.el (c-add-type, c-check-type)
9499         (c-forward-name, c-forward-type): Improve storage of template
9500         types in `c-found-types' so that they can be recognized better.
9502         (c-syntactic-content): Add option to skip past nested parens.
9504         * progmodes/cc-engine.el (c-forward-name):
9505         Set `c-last-identifier-range' all the time.  It's less work that way.
9506         Handle that there might not be an identifier to store in
9507         `c-last-identifier-range'.
9509         (c-forward-type): Handle that `c-last-identifier-range' might be
9510         nil from `c-forward-name'.
9512         * progmodes/cc-defs.el (c-safe-scan-lists)
9513         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9515         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9516         to work even if the form fails.
9518         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9519         down in a large file in one go.
9521         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9523         * progmodes/cc-align.el (c-lineup-assignments): New lineup
9524         function which is like `c-lineup-math' but returns nil instead of
9525         `c-basic-offset' when it doesn't match.
9527         (c-lineup-math): Change to use `c-lineup-assignments'.
9529 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9531         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9532         c-beginning-of-statement.  New subfunctions
9533         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9535 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9537         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9538         hardcoded char classes whereever possible.  Changed a couple of
9539         places to use skip by syntax instead of skip by char class.
9541         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9542         Fix a bug in the regexp that caused extreme backtracking.
9544         * progmodes/cc-langs.el (c-block-comment-starter)
9545         (c-block-comment-ender): New language constants to specify in a
9546         single place how block comments look.
9548         (c-comment-start-regexp, c-block-comment-start-regexp)
9549         (comment-start, comment-end, comment-start-skip)
9550         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9551         (c-syntactic-ws, c-nonempty-syntactic-ws)
9552         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9553         `c-line-comment-starter', `c-block-comment-starter' and
9554         `c-block-comment-ender'.
9556         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9557         New language constants to break up things a bit.
9559         (c-simple-ws): New language constant for simple whitespace.
9561         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9563         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9564         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9565         newlines.  Allow and ignore nil elements in the list.
9567 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9569         * progmodes/cc-cmds.el: Comment out a (n almost certainly
9570         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9572         * progmodes/cc-cmds.el: Tidy up the comments in
9573         c-beginning-of-statement and subfunctions.
9575         * progmodes/cc-awk.el: Replace calls to put-text-property to the
9576         more flexible c-put-char-property and c-clear-char-properties.
9577         Add the author's email address.
9579         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9581         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9582         closing "*/" of a block comment.
9584         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9585         subfunctions) so that it works at BOB and EOB.
9587         * progmodes/cc-cmds.el, cc-vars.el: More updating of
9588         c-beginning-of-statement, including new variable
9589         c-block-comment-start-regexp.
9591 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9593         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9594         symbols from `*-font-lock-extra-types' so that there's no need to
9595         use `regexp-opt' on those lists.
9597         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9598         `c-type-modifier-kwds' is empty.
9600         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9601         there are several strings on the same line.
9603         * progmodes/cc-engine.el (c-literal-limits): Remove the
9604         compatibility function for older emacsen.  `c-literal-limits-fast'
9605         has now taken the place of this function.
9607         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9608         with older emacsen: We now require `pps-extended-state'.
9610 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9612         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9613         which obviates the need to hack sentence-end.  This now handles
9614         escaped newlines in strings correctly.  Correct minor bugs in
9615         c-move-over-sentence and in c-beginning-of-statement.
9617         * progmodes/cc-cmds.el (c-beginning-of-statement (and
9618         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9619         that movement over macros and code are rigorously separated from
9620         eachother.  Correct a few incidental bugs.
9622         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9623         Improve its doc-string.  Improve the handling of certain specific cases.
9625 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9627         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9628         (c-guess-basic-syntax): Change the way class-level labels are
9629         recognized; they can now contain essentially any symbols.
9631         (c-opt-extra-label-key): New language variable to cope with the
9632         special protection label syntax in Objective-C.
9634         (c-opt-access-key): Remove; this is now handled better by
9635         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9637         (c-complex-decl-matchers): Update to handle that
9638         `c-opt-access-key' no longer exists.
9640         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9641         improved label recognition in `c-beginning-of-statement-1'.
9643         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9644         Recognize bitfields better.
9646         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9647         Remove some cruft and fixed a bug that could cause it to go to a
9648         position further down.
9650         * progmodes/cc-langs.el, cc-engine.el
9651         (c-beginning-of-statement-1): Improve detection of labels in
9652         declaration contexts.
9654         (c-beginning-of-decl-1): Use it.
9656         (c-nonlabel-token-key): New language constant and variable needed
9657         by `c-beginning-of-statement-1'.
9659         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9660         manifested itself due to the correction in `c-forward-sexp'.
9662         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9663         Make these behave as documented when used at the buffer limits.
9665         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9666         (c-type-decl-end-used): Made this a language variable.
9668         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9669         correctly when `combine-after-change-calls' is used together with
9670         temporary narrowings.
9672         * progmodes/cc-engine.el (c-beginning-of-statement-1):
9673         Report labels correctly when the start point is immediately after the
9674         colon.
9676         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9677         Remove since it isn't used anymore.
9679         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9680         bracket arglists such as template parens in C++.
9682         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9683         in the last check-in.  Some optimization.
9685         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9686         where it could stop at the same level in a preceding sexp when
9687         PAREN-LEVEL is set.
9689         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9690         text property lookup only when it's needed.
9692         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9693         Change the policy for paren marked angle brackets to be more
9694         persistent; once marked they remain marked even when they're found
9695         to be unbalanced in the searched region.  This should keep the
9696         paren syntax around even when individual lines are refontified in
9697         multiline template arglists.
9699         (c-parse-and-markup-<>-arglists): New dynamically bound variable
9700         to control markup so that incorrect angle bracket arglists aren't
9701         marked in contexts where the correct value for
9702         `c-disallow-comma-in-<>-arglists' isn't known.
9704         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9705         argument has become `c-parse-and-markup-<>-arglists'.
9707         (c-remove-<>-arglist-properties): Remove - no longer used.
9709         (c-after-change-check-<>-operators): New function used on
9710         `after-change-functions' to avoid that "<" and ">" characters that
9711         are part of longer operators have paren syntax.
9713         (c-<>-multichar-token-regexp): New language variable used by
9714         `c-after-change-check-<>-operators'.
9716         (c-after-change): Call `c-after-change-check-<>-operators'.
9718         (c-font-lock-<>-arglists): Use the context properties set by
9719         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9720         correctly to avoid doing invalid markup.
9722         (c-font-lock-declarations): Remove code that undoes the invalid
9723         markup done by `c-font-lock-<>-arglists'.
9725         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9726         after `c-font-lock-declarations'.
9728         * progmodes/cc-engine.el (c-syntactic-skip-backward):
9729         Add paren-level feature.
9731         (c-guess-basic-syntax): Improve the anchor position for
9732         `template-args-cont' in nested template arglists.  There's still
9733         much to be desired in this area, though.
9735 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9737         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9738         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9740 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9742         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9743         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9745         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9746         it doesn't work no longer are supported.
9748         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9749         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9750         requires support for the syntax-table' text property, which rules
9751         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
9752         cruft associated with those versions.
9754         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9755         for the `syntax-table' text property, which rules out Emacs 19 and
9756         XEmacs < 21.4.  Removed various compatibility cruft associated
9757         with those versions.
9759         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9760         support for the `syntax-table' text property.
9762         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9763         variable and use an extra quoted face name instead.  All the
9764         emacsen flavors handle that correctly.
9766         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9767         (c-font-lock-declarators, c-font-lock-declarations)
9768         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9769         property to mark the items in in declarator lists to handle
9770         refontification inside multiline declarations better.
9772         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9773         construct like "a * b = c;" as a declaration.
9775 2005-12-08  Kim F. Storm  <storm@cua.dk>
9777         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9778         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
9779         select either meta, hyper, or super modifier for rectangle commands.
9780         (cua--rectangle-modifier-key): New defvar.
9781         (cua--M/H-key): Use it.  Remove special case for `space'.
9782         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9783         on X, to meta otherwise.  Always bind C-return to toggle
9784         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
9786         * emulation/cua-rect.el (cua-help-for-rectangle):
9787         Use cua--rectangle-modifier-key.  Handle super modifier too.
9788         (cua--init-rectangles): Always bind C-return to toggle rectangle.
9789         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9791         * ido.el: Move Acknowledgements and History after Commentary.
9792         Minor changes to Commentary.
9794         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9795         keymap if cua--prefix-override-timer is `shift'.
9796         (cua--shift-control-prefix): New function; emulate "type prefix
9797         key twice" functionality to handle shifted prefix key override.
9798         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9799         New commands.
9800         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9802 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
9804         * textmodes/org.el (org-insert-heading): Try to do items before
9805         headings.
9806         (org-agenda-mode): Quote `org-agenda-mode-hook'.
9807         (org-insert-item): New function.
9808         (org-renumber-ordered-list): Don't skip to higher level lists.
9810 2005-12-08  Juri Linkov  <juri@jurta.org>
9812         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9814         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9816         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9818         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9819         the constructed function name fun-1.
9821         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9822         because such links don't lead to parent documentation.
9824 2005-12-08  Kenichi Handa  <handa@m17n.org>
9826         * descr-text.el (describe-char): Use *Help-2* buffer if the
9827         current buffer is *Help*.  Call describe-text-properties while
9828         setting the original buffer.
9830 2005-12-07  Bill Wohler  <wohler@newt.com>
9832         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
9833         and causes problems with non-MH users (such as Gnus users).
9835 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
9837         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9838         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9839         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9840         command "info sources".  Move calls to GDB command "list".
9841         (gdb-find-file-hook): Just use gdb-source-file-list.
9842         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9843         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9844         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9845         (gdb-data-list-register-values-handler): Use correct trigger name.
9847 2005-12-07  Kim F. Storm  <storm@cua.dk>
9849         * ido.el (ido-completion-map): Rename from ido-mode-map.
9850         (ido-common-completion-map, ido-file-completion-map)
9851         (ido-file-dir-completion-map, ido-buffer-completion-map):
9852         Rename from ido-mode-....-map.
9853         (ido-init-completion-maps): Rename from ido-init-mode-maps.
9854         (ido-setup-completion-map): Rename from ido-define-mode-map.
9855         (ido-read-internal): Bind minibuffer-local-filename-completion-map
9856         to ido-completion-map.
9858 2005-12-07  Kenichi Handa  <handa@m17n.org>
9860         * international/mule-cmds.el
9861         (set-display-table-and-terminal-coding-system): If the coding
9862         system specified in `unibyte-display' property is different from
9863         the arg coding-system, don't setup standard-display-table.
9865 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9867         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9868         that comments end at \n, regardless of selective-display.
9870 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
9872         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9873         (gdb-version): New variables.
9874         (gdb-source-file-list, gdb-register-names)
9875         (gdb-changed-registers): New variables for use with GDB 6.4+.
9876         (gdb-ann3): Replace with...
9877         (gdb-init-1, gdb-init-2): ...two new functions.
9878         (gdba, gdb-prompt): Call gdb-init-1.
9879         (gdb-get-version): New function.  Call gdb-init-2 from here.
9880         (gud-watch): Make it work with mouse events too.
9881         (gdb-post-prompt): Don't add to queue until GDB version is known.
9882         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9883         (gdb-locals-mode): Use gdb-version.
9884         (gdb-memory-format-map, gdb-memory-unit-map)
9885         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9886         (gdb-locals-font-lock-keywords-1)
9887         (gdb-locals-font-lock-keywords-2): New variables.
9888         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9889         (gdb-set-gud-minor-mode-existing-buffers-1)
9890         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9891         (gdb-var-update-1, gdb-var-update-handler-1)
9892         (gdb-data-list-register-values-handler)
9893         (gdb-data-list-register-values-custom)
9894         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9895         (gdb-stack-list-locals-handler, gdb-get-register-names):
9896         New functions for use with GDB 6.4+.
9897         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9898         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9899         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9900         (gdb-stack-list-locals-regexp)
9901         (gdb-data-list-register-names-regexp): New regexps for use with
9902         GDB 6.4+.
9904 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9906         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9908 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
9910         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9911         prompts work for AUTH PLAIN.  Also reported by Steve Allan
9912         <seallan@verizon.net>.
9914 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
9916         * frame.el (set-frame-parameter): Add doc string.
9918 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
9920         * textmodes/org.el (org-occur-highlights): New variable.
9921         (org-highlight-new-match, org-remove-occur-highlights): New functions.
9922         (org-highlight-sparse-tree-matches): New option.
9923         (org-do-occur): New function.
9924         (org-get-heading): Make it work also at beginning of line.
9925         (org-category-table): New variable.
9926         (org-get-category-table, org-get-category)
9927         (org-camel-to-words, org-link-search): New functions.
9928         (org-select-this-todo-keyword): New variable.
9929         (org-todo-list): New command.
9930         (org-shiftright, org-shiftleft): New commands.
9931         (org-agenda-todo): Add prefix argument.
9932         (org-show-hierarchy-above): New option.
9933         (org-show-todo-tree): Numerical prefix creates tree for specific
9934         TODO keyword.
9935         (org-outline-level): New function, to assign a level to plain
9936         lists items.
9937         (org-cycle-include-plain-lists): New option.
9938         (org-mode): Use `org-outline-level' as value of `outline-level'.
9939         (org-cycle): Temporarily switch `outline-regexp' if
9940         `org-cycle-include-plain-lists' is non-nil.
9941         (org-start-icalendar-file): Fix format bug.
9942         (org-agenda-get-day-entries): Create category table.
9943         (org-agenda-get-todos, org-agenda-get-timestamps)
9944         (org-agenda-get-deadlines, org-agenda-get-scheduled)
9945         (org-agenda-get-blocks): Use `org-get-category'.
9946         (org-context-in-file-links): Rename from
9947         `org-line-numbers-in-file-links'.
9949 2005-12-06  Romain Francoise  <romain@orebokech.com>
9951         * window.el (balance-windows): Delete extraneous third arg in call
9952         to `enlarge-window'.
9954 2005-12-06  Kenichi Handa  <handa@m17n.org>
9956         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9958 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
9960         * progmodes/gdb-ui.el (gdb-var-create-handler)
9961         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9962         (gdb-var-list-children-handler, gdb-var-update-handler):
9963         Current buffer is already gdb-partial-output-buffer, don't
9964         make it current again.
9966 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
9968         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9969         (list-buffers-noselect): Use it.
9971 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9973         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9974         (mail-yank-ignored-headers): Use regexp-opt.
9975         (mail-mode-map): Move initialization into declaration.
9976         (mail-sent-via): Remove unused shadowed var `to-line'.
9977         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9978         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9979         (mail-do-fcc): Use dolist and push.
9980         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9981         (mail-yank-ignored-headers): Don't autoload.
9983 2005-12-05  Kenichi Handa  <handa@m17n.org>
9985         * international/mule-cmds.el (set-language-info-internal): New fun.
9986         (set-language-info): Call set-language-info-internal to update
9987         language-info-alist.  If LANG-ENV is the current one, call
9988         set-language-environment to make INFO effective now.
9989         (set-language-info-alist): Likewise.
9990         (locale-language-names): With locale "en", use English
9991         lang. env. but set the default codings to iso-8859-1.
9993 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
9995         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9996         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9997         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9998         for plain strings.
9999         (gdb-frames-mode): Remove redundant call to font-lock-mode.
10000         (gdb-all-registers): Rename from toggle-gdb-all-registers.
10001         Create registers buffer if necessary.  Echo new state in minibuffer.
10002         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10004 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
10006         * info.el (Info-fontify-node): Match external links using
10007         non-directory part of filename.
10009 2005-12-04  Juri Linkov  <juri@jurta.org>
10011         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10012         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
10013         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10014         because there is no customization option for it.
10016         * font-lock.el (lisp-font-lock-keywords-1):
10017         Add define-global-minor-mode.
10019         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10021         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10022         properties on the constructed variable names.
10024         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10025         Put `definition-name' properties on the constructed function names
10026         next-sym and prev-sym.
10028         * emacs-lisp/find-func.el (find-function-regexp):
10029         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
10030         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
10031         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10032         and easy-menu-define.
10034         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10035         easy-mmode-define-global-mode and define-global-minor-mode.
10036         (lisp-imenu-generic-expression): Add define-global-minor-mode.
10038         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10039         instead of easy-mmode-define-global-mode.
10041         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10042         Use define-minor-mode instead of easy-mmode-define-minor-mode.
10044         * cus-edit.el (customize-group, customize-group-other-window):
10045         Filter out autoloaded options from the group completion list by
10046         using heuristics that autoloaded groups don't have `custom-autoload'
10047         property on their symbols (they have only `custom-loads').
10049         * simple.el (completion-setup-function): Put completions-common-part
10050         face on complete completion string too (i.e. completion string
10051         without completions-first-difference face).
10053         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10055 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
10057         * view.el (view-mode): Doc fix.
10059         * disp-table.el (standard-display-european): Add to the warning
10060         message a reference to the doc string.
10062         * play/yow.el (apropos-zippy): Call print-help-return-message,
10063         similar to other Help and Apropos commands.
10065         * help.el (print-help-return-message): If pop-up-frames is
10066         non-nil, set up help-return-method to delete the help window and,
10067         possibly, its frame as well, and don't display message about
10068         scrolling the help window.  Doc fix.
10069         (help-return-method): Doc fix.
10071 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
10073         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10074         whereby names of length one or names starting with a
10075         symbol-constituent character would not be returned.
10077 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10079         * subr.el (atomic-change-group): Add edebug and indentation spec.
10081 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10083         * completion.el (save-completions-file-name): Fix typo in last change.
10085 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10087         * info.el: Move back/forward history to the beginning of the tool bar.
10089 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
10091         * allout.el (eval-when-compile): Remove unnecessary load of cl.
10092         Add fset of allout-real-isearch-abort during compile to fix
10093         byte-compilation warnings.
10094         (allout-mode-p): Move definition of this macro above all uses, or
10095         byte compilation in barren emacs (eg, during emacs build) will
10096         lack the definition.
10097         (allout-mode): Move this variable above any uses, or byte
10098         compilation will fail.
10099         (allout-resolve-xref): Remove use of personal file-reference function.
10100         (allout-toggle-current-subtree-encryption): Do the current (ie,
10101         visible containing) topic, rather than nearest around point.  Doc fix.
10102         (allout-toggle-subtree-encryption): New function, workhorse that
10103         works on nearest topic containing point.
10104         (allout-encrypt-string): Signal requirement for newer version of pgg.
10105         (allout-resumptions): Doc fix.
10107 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
10109         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10111 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
10113         * textmodes/flyspell.el (flyspell-external-point-words):
10114         Consider a misspelling as found in the string search if: (a) misspelling
10115         and found string lengths match, or (b) misspelling is found as
10116         element in a boundary-chars separated longer string, or (c)
10117         ispell-program-name is really ispell and misspelling is found as
10118         part of a TeX string.  After successful match move beginning of
10119         search region to end of match.  Warn about not found misspellings
10120         once the process is done.
10121         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10123 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
10125         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10126         tool bar (removed inadvertently).
10128 2005-12-02  Juri Linkov  <juri@jurta.org>
10130         * log-view.el (log-view-diff): Clarify doc string.
10132 2005-12-01  Bill Wohler  <wohler@newt.com>
10134         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10135         triggers lm-verify errors.
10137 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
10139         * simple.el (transient-mark-mode, line-number-mode)
10140         (column-number-mode, size-indication-mode): Remove `:require nil'.
10142 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
10144         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10145         in the margin also.
10146         (gdb-breakpoints-mode-map): Use D instead of d for
10147         gdb-delete-breakpoint.
10148         (gdb-get-frame-number): Require a number to match on.
10149         (gdb-threads-mode-map): Add follow-link binding.
10151 2005-11-30  Jason Rumney  <jasonr@gnu.org>
10153         * isearch.el (isearch-mode-map): Avoid exiting search on
10154         language-change event.
10156 2005-11-30  Romain Francoise  <romain@orebokech.com>
10158         * speedbar.el (speedbar-default-position): New defcustom.
10159         (speedbar-frame-reposition-smartly): Use it.
10161         * dframe.el (dframe-reposition-frame-emacs): Fix position
10162         computation for `left' location.
10163         Update copyright year.
10165 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10167         * help.el (help-map): Move initialization into declaration.
10169         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10171         * help-fns.el (help-argument-name): Don't autoload.
10172         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10173         to be re-loaded when customizing the `help' group.
10175 2005-11-30  John Paul Wallington  <jpw@gnu.org>
10177         * help-fns.el (describe-function-1): Fill arglist output.
10179 2005-11-30  Kim F. Storm  <storm@cua.dk>
10181         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10182         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10183         after revert-buffer (or anything else which kills all local variables).
10185         * apropos.el (apropos-parse-pattern): Doc fix.
10186         Set apropos-regexp directly, rather than expecting callers to do so.
10187         (apropos-command, apropos, apropos-value, apropos-documentation):
10188         Simplify calls to apropos-parse-pattern.
10190 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
10192         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10193         (hi-lock-face-phrase-buffer): Use hi-yellow face.
10194         (hi-lock-write-interactive-patterns): Use comment-region.
10196         * longlines.el (longlines-mode): Add mail-setup-hook.
10198         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10200         * simple.el (sendmail-user-agent-compose, next-line):
10201         Conditionally use hard-newline.
10203 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10205         * international/latexenc.el (latex-inputenc-coding-alist):
10206         Reword doc string.
10208 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
10210         * help.el (describe-key-briefly, describe-key): Recognize default
10211         bindings.
10213 2005-11-29  Romain Francoise  <romain@orebokech.com>
10215         * view.el (view-inhibit-help-message): New defcustom.
10216         (view-mode-enter): Use it.
10218 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
10220         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10221         Preserve user position.
10223 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
10225         * font-lock.el: Throw error if facemenu is not loaded to prevent
10226         accidental change of loading order in loadup.el.  (Suggested by RMS.)
10228         * loadup.el: Add comment explaining why facemenu must be loaded
10229         before font-lock.
10231 2005-11-28  Jay Belanger  <belanger@truman.edu>
10233         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10234         (calc-dispatch-map): Add more keys for `calc-same-interface'.
10236         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10238         * calc/calc-embed.el (calc-do-embedded): Update help message.
10240         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10242 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10244         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10246         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10247         called-interactively-p.
10248         (elp-profilable-p): Rename from elp-not-profilable-p.
10249         Invert result and take into account macros and autoloaded functions.
10250         (elp-instrument-function): Update call.
10251         (elp-instrument-package): Update call.  Add completion.
10252         (elp-pack-number): Use match-string.
10253         (elp-results-jump-to-definition-by-mouse): Merge into
10254         elp-results-jump-to-definition and then remove.
10255         (elp-output-insert-symname): Make help echo text single-line.
10257         * replace.el (query-replace-map): Move initialization into declaration.
10258         (occur-engine): Use with-current-buffer.
10259         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10260         (occur-mode-mouse-goto): Replace with an alias.
10262 2005-11-28  Juri Linkov  <juri@jurta.org>
10264         * simple.el (quoted-insert): Let-bind input-method-function to nil.
10266         * term/w32-win.el: Bind [S-tab] to [backtab].
10268         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10269         `Info-find-file' to t.
10271         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10272         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10273         and same-window-regexps.
10274         (occur-next-error): Don't move point for arg 0.
10276 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
10278         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10280 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10282         * log-edit.el (log-edit-changelog-use-first): New var.
10283         (log-edit-changelog-ours-p): Use it.
10284         (log-edit-insert-changelog): Set it with new arg `use-first'.
10285         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10286         (log-edit-hook): Add them to the list of suggested options.
10288         * textmodes/flyspell.el (flyspell-last-buffer): New var.
10289         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10290         redundant work.
10291         (flyspell-mode-on): Use add-hook for after-change-functions.
10292         (flyspell-mode-off): Use remove-hook for after-change-functions.
10293         (flyspell-changes): Make it buffer-local.
10294         (flyspell-after-change-function): Make it non-interactive.  Use push.
10295         (flyspell-post-command-hook): Check input-pending-p while processing
10296         the potentially long list of buffer changes.
10298 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
10300         * buff-menu.el (list-buffers-noselect): Display the selected
10301         frame's buffer list, not the global one.
10303 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
10305         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10306         that (list last-input-event) works as in interactive spec.
10308 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10310         * loadup.el ("facemenu"): Load facemenu before font-lock, because
10311         `facemenu-keymap' needs to be defined when font-lock is loaded.
10312         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10314 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10316         * completion.el: Remove useless leading * in defcustom docstrings.
10317         (save-completions-file-name): Use ~/.emacs.d if available.
10318         (completion-standard-syntax-table): Rename from
10319         cmpl-standard-syntax-table and fold initialization into declaration,
10320         thus removing cmpl-make-standard-completion-syntax-table.
10321         (completion-lisp-syntax-table, completion-c-syntax-table)
10322         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10323         (cmpl-saved-syntax, cmpl-saved-point): Remove.
10324         (symbol-under-point, symbol-before-point)
10325         (symbol-under-or-before-point, symbol-before-point-for-complete)
10326         (add-completions-from-c-buffer): Use with-syntax-table.
10327         (make-completion): Don't return a list of completion entries.
10328         Update callers.
10329         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10330         (completion-initialize): Rename from initialize-completions.
10331         (completion-find-file-hook): Rename from cmpl-find-file-hook.
10332         (kill-emacs-save-completions): Collect stats here.
10333         (save-completions-to-file, load-completions-from-file):
10334         Use with-current-buffer.
10335         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
10336         into a function.  Move all calls to toplevel.
10337         (completion-lisp-mode-hook): New fun.
10338         (completion-c-mode-hook, completion-setup-fortran-mode):
10339         Set the syntax-table here.  Use local-set-key.
10340         (completion-saved-bindings): New var.
10341         (dynamic-completion-mode): Make it into a proper minor mode.
10342         (load-completions-from-file): Remove unused var `num-uses'.
10344         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10345         constructor if it is explicitly overridden.
10347         * complete.el (PC-completion-as-file-name-predicate):
10348         Use minibuffer-completing-file-name.
10349         (partial-completion-mode): Use find-file-not-found-functions.
10350         (PC-lisp-complete-symbol): Use with-syntax-table.
10351         (PC-look-for-include-file): Remove dead setq.
10352         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10353         (PC-complete): Use with-current-buffer.
10355         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10356         escape single quotes.
10358 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10360         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10361         of `if' whose condition always returned nil.  Doc fix.
10363         * buff-menu.el (Buffer-menu-revert-function): Make the selected
10364         window's buffer the current buffer around the call to
10365         `list-buffers-noselect'.  This is necessary to mark that buffer
10366         with a `.' in the Buffer Menu when called from Lisp, for instance
10367         by Auto Revert Mode.
10369 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
10371         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10372         attaching to it.
10373         (gdb-pre-prompt): Make sure gdb-error is reset.
10375         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10376         with a child process, detect it.
10377         (gud-speedbar-buttons): Match regexp more carefully.
10379 2005-11-27  Richard M. Stallman  <rms@gnu.org>
10381         * mouse.el (mouse-drag-move-window-bottom):
10382         Use adjust-window-trailing-edge.
10384 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10386         * simple.el (blink-matching-open): Ignore
10387         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10388         (blink-matching-paren-on-screen): Update docstring.
10390         * paren.el (show-paren-mode): No longer change
10391         `blink-matching-paren-on-screen'.
10393 2005-11-27  John Paul Wallington  <jpw@pobox.com>
10395         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10396         (gdb-threads-select, gdb-edit-register-value):
10397         Use `posn-set-point' instead of `mouse-set-point' because the
10398         latter is not fbound when configured without X.
10400 2005-11-27  Kim F. Storm  <storm@cua.dk>
10402         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10403         existing face when partially highlighting a TAB in a rectangle.
10405 2005-11-26  Kim F. Storm  <storm@cua.dk>
10407         * ido.el (ido-mode-map): Doc fix.
10408         (ido-mode-common-map, ido-mode-file-map)
10409         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10410         (ido-define-mode-map): Rewrite.  Select one of the new maps as
10411         parent for ido-mode-map instead of building from scratch.
10412         (ido-init-mode-maps): New defun to initialize new maps.
10413         (ido-mode): Call it.
10414         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10415         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10417 2005-11-26  John Paul Wallington  <jpw@pobox.com>
10419         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10420         `mouse-set-point' because the latter is not fbound when configured
10421         without X.
10423 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
10425         * files.el (file-relative-name): Doc fix.
10427 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
10429         * progmodes/octave-inf.el (inferior-octave-startup): Force a
10430         non-empty string for secondary prompt PS2.
10432 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
10434         * progmodes/compile.el (compilation-setup): Fix last change.
10436 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
10438         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10439         (gdb-mouse-toggle-breakpoint-margin)
10440         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10441         Add gdb-server-prefix to keep out of command history.
10442         (gdb-edit-register-value): New function.
10443         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10444         (gdb-info-registers-custom): Use above map.
10446 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
10448         * custom.el (enable-theme): Signal error if argument is not a
10449         theme.  Don't recalculate a face if it's not loaded yet.
10451         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10452         the `user' theme is in effect.
10454         * info.el (Info-on-current-buffer): Record actual filename in
10455         Info-current-file, instead of t, or a fake filename if a non-file
10456         buffer.  Make autoload.
10457         (Info-find-node, Info-revert-find-node): No need to check for
10458         Info-current-file nil.
10459         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10460         Info-current-file is now never `t'.
10461         (Info-fontify-node): Many simplifications due to Info-current-file
10462         always being valid.  Use Info-find-file to find node filename.
10464 2005-11-25  David Kastrup  <dak@gnu.org>
10466         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10467         new character, then delete" in order to preserve markers.
10469 2005-11-25  David Ponce  <david@dponce.com>
10471         * recentf.el (recentf-arrange-by-rule): Handle a special
10472         `auto-mode-alist'-like "strip suffix" rule.
10473         (recentf-build-mode-rules): Handle second level auto-mode entries.
10475 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
10477         * viper-keym.el (viper-ESC-key): Use different values in terminal and
10478         window modes.
10480         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10481         jde-javadoc-checker-report-mode.
10483         * ediff-wind (ediff-make-wide-display): Slight simplification.
10485         * ediff.el (ediff-date): Change the date of last update.
10487 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
10489         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10490         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
10491         (hi-lock-mode): New global minor mode.
10492         (turn-on-hi-lock-if-enabled): New function.
10493         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10494         Change arguments to regexp and face instead of a font-lock pattern.
10495         Directly set face property, instead of refontifying.
10496         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10497         (hi-lock-find-patterns): Use line-number-at-pos.
10499         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
10500         arguments for hi-lock-set-pattern.
10501         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10502         Call font-lock-fontify-buffer.
10503         (hi-lock-find-file-hook, hi-lock-current-line)
10504         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10506         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10507         turned off.
10509         * progmodes/compile.el (compilation-setup): Don't fiddle with
10510         font-lock-defaults.
10512 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
10514         * progmodes/gdb-ui.el (gdb-var-create-handler)
10515         (gdb-var-list-children-handler): Find values for all variable
10516         objects.  gud-speedbar-buttons decides whether to display them.
10518 2005-11-24  Romain Francoise  <romain@orebokech.com>
10520         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10521         buffer name with a space.
10523 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
10525         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10526         `org-export-local-list-max-depth'.  Change default value to 3.
10527         (org-auto-renumber-ordered-lists)
10528         (org-plain-list-ordered-item-terminator): New options.
10529         (org-at-item-p, org-beginning-of-item, org-end-of-item)
10530         (org-get-indentation, org-get-string-indentation)
10531         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10532         New functions.
10533         (org-move-item-down, org-move-item-up): New commands.
10534         (org-export-as-html): New classes for CSS support.  Bug fix in
10535         regular expression detecting fixed-width regions.  Respect
10536         `org-local-list-ordered-item-terminator'.
10537         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10538         also a list item.
10539         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10540         New item moving functions.
10542 2005-11-24  Juri Linkov  <juri@jurta.org>
10544         * isearch.el (isearch-repeat): With empty search ring set
10545         `isearch-error' to the error string instead of signaling error
10546         with the function `error'.
10548 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10550         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10552 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
10554         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10555         and variable.
10556         (gdb-var-create-handler, gdb-var-list-children-handler):
10557         Don't match on "char **...".
10558         (gdb-var-update-handler): Find values for all variable objects.
10559         (gdb-info-frames-custom): Identify frames by leading "#".
10561         * progmodes/gud.el (gud-speedbar-menu-items): Add
10562         gdb-speedbar-auto-raise as radio button.
10563         (gud-speedbar-buttons): Raise speedbar if requested.
10564         Don't match on "char **...".
10565         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10566         Make it editable.
10568 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
10570         * info.el (Info-fontify-node): Handle the case where
10571         Info-current-file is t.
10573 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10575         * simple.el (blink-matching-open): Fix off-by-one in last change.
10577 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10579         * term/mac-win.el: Don't change default directory.
10581 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
10583         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10584         buffers correctly.  (It used to throw an error in such buffers.)
10585         Make it ask for confirmation in group buffers and other Custom
10586         buffers containing more than one customization item.
10588 2005-11-22  John Paul Wallington  <jpw@gnu.org>
10590         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10591         property on mail and url overlays.
10592         (goto-address-at-point): Use `posn-set-point' instead of
10593         `mouse-set-point' because the latter is not fbound when configured
10594         without X.
10596 2005-11-22  Lars Hansen  <larsh@soem.dk>
10598         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10599         (ls-lisp-classify, ls-lisp-format): Delete call to
10600         ls-lisp-parse-symlink.
10601         (ls-lisp-handle-switches): Handle symlinks to directories as
10602         directories when ls-lisp-dirs-first in non-nil.
10604 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
10606         * startup.el (command-line): Make sure that loaddefs.el is handled
10607         correctly in load-history.
10609 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
10611         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10612         (gdb-struct-string, gdb-array-string): New constants.
10613         (gdb-info-locals-handler): Use them.
10614         (gdb-reset): Reset gdb-var-list to nil.
10616 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10618         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10619         in patterns.
10621 2005-11-21  Juri Linkov  <juri@jurta.org>
10623         * custom.el (defcustom): Update link types in docstring.
10625 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
10627         * custom.el (defgroup): Add doc-string-elt info.
10629         * widget.el (define-widget): Don't use declare for the doc-string-elt.
10631 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10633         * newcomment.el (comment-enter-backward): Fix last fix.
10635         * simple.el (blink-matching-open):
10636         * paren.el (show-paren-function): Allow new paren-class info.
10638 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
10640         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
10641         handled automagically.
10643 2005-11-20  Andreas Schwab  <schwab@suse.de>
10645         * descr-text.el (describe-char): When copying overlays put them
10646         over the full char description instead of just the first character
10647         of it.
10649 2005-11-20  Juri Linkov  <juri@jurta.org>
10651         * simple.el (what-cursor-position):
10652         * descr-text.el (describe-char): Use Lisp-readable syntax
10653         for octal and hex.  Reorder decimal, octal and hex values.
10654         Remove excess whitespace in the output.  Use `=' in `column='
10655         like in `point=' and `Hscroll='.
10657         * international/mule-cmds.el (encoded-string-description):
10658         Use Lisp-readable syntax for hex.
10660 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10662         * newcomment.el (comment-enter-backward): Handle the case where the
10663         comment is closed by EOB.
10665 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10667         * longlines.el (longlines-before-revert-hook)
10668         (longlines-after-revert-hook): New functions.
10669         (longlines-mode): Turn off longlines temporarily when reverting.
10670         Add a message-setup-hook.
10671         (longlines-decode-buffer): New function.
10672         (longlines-wrap-line): Preserve marker positions.
10674 2005-11-19  Andreas Schwab  <schwab@suse.de>
10676         * emacs-lisp/shadow.el: Handle compressed files.
10678 2005-11-19  Romain Francoise  <romain@orebokech.com>
10680         * net/browse-url.el (browse-url-default-browser): Signal an error
10681         if no usable browser can be found, rather than try to load w3.
10683 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
10685         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10686         replacing existing properties.
10687         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10688         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10689         tty specs.
10690         (rcirc-server-prefix, rcirc-server): New faces.
10691         (rcirc-url-regexp): Generate with rx macro.
10692         (rcirc-last-server-message-time): New variable.
10693         (rcirc-filter): Record time of last message.
10694         (rcirc-keepalive): Kill processes that did not send a message
10695         since the last ping.
10696         (rcirc-mode): Give rcirc-topic a local binding here.
10698 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
10700         * subr.el (read-passwd): Fontify the prompt as we do with other
10701         prompts.
10703 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
10705         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10706         binding buffer-read-only to nil.
10708 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
10710         * complete.el (partial-completion-mode):
10711         Mention completion-auto-help in the doc string.
10713         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
10714         more Lisp-ish way.
10716 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10718         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10719         digits, not 8, to avoid misalignment for files larger than 100MB.
10721 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
10723         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10724         Mention "keyboard shortcuts" in the help text.
10726 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10728         * startup.el (fancy-splash-default-action): Discard only
10729         mouse-down and succeeding mouse-up events in the splash screen
10730         window so that drag-n-drop event can be processed.
10732 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
10734         * longlines.el (longlines-mode): Add hacks for mail-mode and
10735         message-mode.
10737 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
10739         * textmodes/org.el (org-table-sort-lines): New command.
10740         (org-tbl-menu): Add entry for `org-table-sort-lines'.
10741         (org-add-file): Command removed, use `org-agenda-file-to-front'
10742         instead.
10743         (org-export-icalendar): Use `org-icalendar-combined-name'.
10744         (org-cycle-agenda-files, org-agenda-file-to-end)
10745         (org-agenda-file-to-front): New commands.
10746         (org-table-tab-jumps-over-hlines, org-export-html-style):
10747         New options.
10748         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10749         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10750         New functions.
10751         (org-fill-paragraph): Call `org-table-align' in tables.
10752         (org-mode): Call `org-set-autofill-regexps'.
10753         (org-export-as-html): Support for local handformatted lists.
10754         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
10755         (org-export-local-list-max-depth): New option.
10756         (org-html-expand): Use `org-html-protect'.
10758 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
10760         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10761         to "p".
10762         (gdb): Move definition of gud-pp to...
10764         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
10765         speedbar.
10766         (gdb-find-watch-expression): New function.
10768 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10770         * faces.el (face-attribute, set-face-attribute): Mention existence
10771         of `:ignore-defface' setting in docstring.
10773 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10775         * simple.el (completion-setup-function): Fix last change.
10777 2005-11-17  John Paul Wallington  <jpw@pobox.com>
10779         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10780         Use `posn-set-point' instead of `mouse-set-point' because the
10781         latter is not fbound when configured without X.
10783         * comint.el (comint-insert-input): Likewise.
10785 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10787         * simple.el (hard-newline): New variable.
10788         (sendmail-user-agent-compose, next-line): Use it.
10790         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10791         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10792         (mail-mail-reply-to, mail-mail-followup-to)
10793         (mail-position-on-field, mail-signature, mail-yank-original)
10794         (mail-attach-file): Likewise.
10796         * mail/mailheader.el (mail-header-format)
10797         (mail-header-format-function): Likewise.
10799         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10801 2005-11-17  Juri Linkov  <juri@jurta.org>
10803         * font-lock.el (font-lock-faces): Rename this defgroup from
10804         `font-lock-highlighting-faces'.
10805         (font-lock-comment-face, font-lock-comment-delimiter-face)
10806         (font-lock-string-face, font-lock-doc-face)
10807         (font-lock-keyword-face, font-lock-builtin-face)
10808         (font-lock-function-name-face, font-lock-variable-name-face)
10809         (font-lock-type-face, font-lock-constant-face)
10810         (font-lock-warning-face, font-lock-negation-char-face)
10811         (font-lock-preprocessor-face)
10812         (font-lock-regexp-grouping-backslash)
10813         (font-lock-regexp-grouping-construct): Rename :group from
10814         `font-lock-highlighting-faces' to `font-lock-faces'.
10816         * cus-edit.el (lisp, c, tex):
10817         * progmodes/ada-mode.el (ada):
10818         * progmodes/asm-mode.el (asm):
10819         * progmodes/cperl-mode.el (cperl-faces):
10820         * progmodes/cpp.el (cpp):
10821         * progmodes/dcl-mode.el (dcl):
10822         * progmodes/f90.el (f90):
10823         * progmodes/fortran.el (fortran):
10824         * progmodes/icon.el (icon):
10825         * progmodes/idlwave.el (idlwave-misc):
10826         * progmodes/m4-mode.el (m4):
10827         * progmodes/make-mode.el (makefile):
10828         * progmodes/meta-mode.el (meta-font):
10829         * progmodes/modula2.el (modula2):
10830         * progmodes/octave-mod.el (octave):
10831         * progmodes/pascal.el (pascal):
10832         * progmodes/perl-mode.el (perl):
10833         * progmodes/prolog.el (prolog):
10834         * progmodes/ps-mode.el (PostScript-edit):
10835         * progmodes/scheme.el (scheme):
10836         * progmodes/sh-script.el (sh-script):
10837         * progmodes/simula.el (simula):
10838         * progmodes/tcl.el (tcl):
10839         * textmodes/nroff-mode.el (nroff):
10840         * textmodes/reftex-vars.el (reftex-fontification-configurations):
10841         * textmodes/sgml-mode.el (sgml):
10842         * textmodes/texinfo.el (texinfo):
10843         Add :link (custom-group-link font-lock-faces) to defgroup.
10845         * hi-lock.el (hi-lock): Rename this defgroup from
10846         `hi-lock-interactive-text-highlighting'.  Change parent group from
10847         `faces' to `font-lock'.  Add link to the manual.
10848         (hi-lock-mode, hi-lock-file-patterns-range)
10849         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10850         `hi-lock-interactive-text-highlighting' to `hi-lock'.
10851         (hi-lock-faces): Add :group `faces'.
10853         * cus-edit.el (custom-variable-prompt): Clarify the code.
10855         * faces.el (face-read-string): Set the default value arg of
10856         completing-read.
10858 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
10860         * rfn-eshadow.el (file-name-shadow-properties)
10861         (file-name-shadow-tty-properties, file-name-shadow-mode):
10862         Remove autoloads, because the file is now preloaded.
10864 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10866         * printing.el (easy-menu-intern): Don't define.
10867         (pr-get-symbol): Use easy-menu-intern only if defined.
10869         * simple.el (blink-matching-open): Simplify a bit.
10870         (completion-setup-function): Fix the case of partial-completion-mode
10871         when the minibuffer's contents start with "-".
10872         Obey completion-base-size-function even when
10873         minibuffer-completing-file-name is non-nil.
10875 2005-11-16  Richard M. Stallman  <rms@gnu.org>
10877         * net/eudcb-ph.el (eudc-ph-open-session):
10878         Use set-process-query-on-exit-flag.
10880         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10882         * international/ucs-tables.el (ucs-set-table-for-input):
10883         Use make-local-variable, not make-variable-buffer-local.
10885         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10886         Improve warning message text.
10888         * savehist.el (savehist-save-hook): Add :group.
10890         * menu-bar.el (menu-bar-help-menu):
10891         Rename Find Extra Packages to External Packages.
10893         * cus-edit.el (Custom-reset-standard): Verify that
10894         :custom-standard-value prop exists before calling it.
10896         * apropos.el (apropos-calc-scores): Use apropos-pattern.
10898 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
10900         * wid-edit.el (color): Enclose %t in %{...%}.
10902         * cus-edit.el (face): Enclose %t in %{...%}.
10904 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
10906         * savehist.el (savehist-mode-hook): Re-add the var.
10907         (savehist-mode): Use it.
10909 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10911         * textmodes/flyspell.el: Fix commenting convention.
10912         Remove unnecessary leading * in custom docstrings.
10913         (flyspell-emacs): Remove unused var.
10914         (flyspell-delete-region-overlays): Use remove-overlays.
10915         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10916         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10917         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10918         (flyspell-debug-signal-word-checked): Use with-current-buffer.
10919         (make-flyspell-overlay): Don't locally reuse a global name.
10920         (flyspell-highlight-incorrect-region)
10921         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10922         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10923         (flyspell-notify-misspell): Remove unused args `start' and `end'.
10924         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
10925         Wrap calls to accept-process-output inside with-local-quit since it's
10926         often called from a post-command-hook.
10927         (flyspell-correct-word, flyspell-auto-correct-word):
10928         Use ispell-send-string.
10929         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
10931         * calendar/diary-lib.el (diary-list-entries): Also hide the
10932         terminating newline.
10934 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
10936         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10937         window-system, to allow fonts on tty.
10939 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
10941         * progmodes/gud.el (gud-speedbar-item-info): New function.
10942         (gud-install-speedbar-variables): Use it to display data type
10943         of watch expression as a tooltip in speedbar.
10945 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
10947         * font-core.el (global-font-lock-mode): Add :version keyword,
10948         because default was changed.
10950         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10952         * startup.el (command-line): Use `custom-reevaluate-setting' for
10953         `file-name-shadow-mode'.
10955         * loadup.el: Preload rfn-eshadow.
10957         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10958         Add :version keyword.
10959         (file-name-shadow-properties, file-name-shadow-tty-properties)
10960         (file-name-shadow): Add :version keyword.
10962         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10963         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10964         in the custom-group property of the symbol frames and the fringe
10965         group got no link to its parent group frames.
10966         Doc fix.
10968 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
10970         * progmodes/gud.el (gud-stop-subjob): New function.
10971         (gud-menu-map, gud-tool-bar-map): Use it.
10973 2005-11-16  Kim F. Storm  <storm@cua.dk>
10975         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10976         than kill it.
10977         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
10978         to a more useful/logical place.
10980 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
10982         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10983         go buttons complementary.
10985 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10987         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10988         (rfn-eshadow-sifn-equal): New function.
10989         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10991 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10993         * viper-utils.el (viper-non-word-characters-reformed-vi):
10994         Quote `-' in string.
10996         * viper.el (viper-emacs-state-mode-list): Ensure that
10997         rcirc-mode buffers come up in Emacs state.
10999         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11000         operation.
11002 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
11004         * term.el (term-termcap-format): Fix typos.
11005         (term-down): Fix the negative argument case.
11007 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
11009         * progmodes/gdb-ui.el: Remove face-alias left over from change on
11010         2005-08-15.
11011         (gdb-ann3): New command gud-go.
11012         (menu): Accomodate gdb-mi.el.
11013         (gdb-assembler-custom): Make buffer of selected window current
11014         so that set-window-point works.
11016         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11017         buttons and include new ones.
11019 2005-11-16  Kim F. Storm  <storm@cua.dk>
11021         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11022         (gud-menu-map): Use it.
11024 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
11026         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11027         that works correctly for Custom and that does not override a user
11028         who disables it.
11030         * help-mode.el (help-make-xrefs, help-xref-on-pp)
11031         (help-xref-interned, help-follow): Make hyperlinks for variables
11032         that are unbound, but have a non-nil variable-documentation property.
11034         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11035         mode hook.  (It conflicted with defcustoms for some mode hooks.)
11036         Use the `variable-documentation' property to give the mode hook a
11037         docstring and expand that docstring.
11039 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
11041         * savehist.el (savehist-mode): Don't bother with
11042         `custom-set-minor-mode'.
11043         (savehist-coding-system): Check XEmacs version.
11044         (history-length): Declare also at run time.
11045         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
11046         Don't set the customize state.
11047         (savehist-minibuffer-hook): Special case for when
11048         minibuffer-history-variable is equal to t.
11050 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11052         * files.el (write-file): Refresh VC status.
11054         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11055         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11056         than fundamental-mode to see if the mode was set.
11058 2005-11-14  Romain Francoise  <romain@orebokech.com>
11060         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11061         dummy function in `eval-when-compile' to avoid compiler warning.
11062         Require `man' at compile time.
11064 2005-11-14  Jay Belanger  <belanger@truman.edu>
11066         * calc-alg.el (calcFunc-write-out-power): Rename it to
11067         calcFunc-powerexpand.
11068         (math-write-out-power): Rename it to math-powerexpand; have it
11069         handle negative exponents.
11070         (calc-writeoutpower): Rename it to calc-powerexpand.
11072         * calc-ext.el: Change calcFunc-writeoutpower and
11073         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11074         autoloads.
11075         Add calcFunc-ldiv to autoloads.
11077         * calc-arith.el (calcFunc-ldiv): New function.
11079         * calc.el (calc-left-divide): New function.
11081 2005-11-14  Juri Linkov  <juri@jurta.org>
11083         * cus-edit.el (custom-variable-prompt): Set the default value arg
11084         of completing-read.
11086         * cus-dep.el (custom-make-dependencies): Reverse the list of
11087         found dependencies.
11089 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
11091         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11092         Highlighting" entry, it is on by default now.
11093         (menu-bar-options-save): Do not save global-font-lock-mode.
11095 2005-11-13  Richard M. Stallman  <rms@gnu.org>
11097         * textmodes/flyspell.el (flyspell-large-region):
11098         Call flyspell-accept-buffer-local-defs.
11100 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
11102         * textmodes/flyspell.el (flyspell-notify-misspell):
11103         Fix misspelling of "Misspelling".
11104         (flyspell-process-localwords): New function.
11105         (flyspell-large-region): Call flyspell-process-localwords and
11106         flyspell-delete-region-overlays.
11107         (flyspell-delete-region-overlays): New function.
11108         (flyspell-delete-all-overlays): Call that.
11110 2005-11-13  Richard M. Stallman  <rms@gnu.org>
11112         * help.el (help-for-help-internal): Improve doc of C-h a.
11113         (describe-key): Improve prompt; doc fix.
11115 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11117         * vc-svn.el (vc-svn-registered): Catch all errors.
11119         * cus-dep.el (custom-make-dependencies): Typo.
11121 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
11123         * net/tramp-util.el (top): Fix compilation warning.
11125 2005-11-13  Kim F. Storm  <storm@cua.dk>
11127         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
11129 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
11131         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11132         (gud-speedbar-buttons): Match on "const char *" too.
11134         * progmodes/gdb-ui.el (gdb-var-create-handler)
11135         (gdb-var-list-children-handler): Match on "const char *" too.
11136         (gdb-var-evaluate-expression-handler): Match on empty string.
11137         (gdb-var-update-handler): Only call
11138         gdb-var-evaluate-expression-handler when required.
11140 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
11142         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11143         selected window.  This still doesn't work for speedbar.
11144         (gud-speedbar-buttons): Handle string expressions properly.
11146         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11147         (gdb-var-create-handler): Handle string expressions properly.
11148         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11149         Handle string expressions properly.  Move "type" field into regexp.
11151 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
11153         * bookmark.el (bookmark-maybe-message): New function to reduce
11154         code duplication: invokes `message' iff baud-rate is high enough.
11155         (bookmark-write-file): Use above instead of an inline conditional.
11156         (bookmark-load): Same.
11158 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
11160         * bookmark.el (bookmark-write-file): Don't visit the destination
11161         file, just write the data to it using write-region.  This is
11162         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11163         change to avoid visiting the file in the first place.
11165 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
11167         * hi-lock.el (hi-lock-mode): Set the default value of
11168         font-lock-defaults.
11170 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
11172         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11173         arg to `file-attributes'.
11174         (find-lisp-format): The UID and GID can now be strings.
11176 2005-11-12  Kim F. Storm  <storm@cua.dk>
11178         * help.el (help-map): Bind C-h d to apropos-documentation.
11180         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11181         when point is at end-of-buffer.
11183         * apropos.el (apropos-match-face): Doc fix.
11184         (apropos-sort-by-scores): Add new choice `verbose'.
11185         (apropos-documentation-sort-by-scores): New defcustom.
11186         (apropos-pattern): Now contains the pattern entered by the user.
11187         (apropos-pattern-quoted): New defvar.
11188         (apropos-regexp): New defvar, containing the regexp corresponding
11189         to apropos-pattern.
11190         (apropos-all-words-regexp): Rename from apropos-all-regexp.
11191         (apropos-read-pattern): New defun.  Use it to read pattern arg in
11192         interactive calls; returns list of words for a word list, and
11193         string for a regexp.
11194         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
11195         parses a list of words or regexp as returned by apropos-read-pattern.
11196         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11197         (apropos-score-doc): Return a very high score if the string
11198         entered by the user matches literally.
11199         (apropos-variable): Doc fix.  Use apropos-read-pattern.
11200         (apropos-command): Doc fix.  Use apropos-read-pattern and
11201         apropos-parse-pattern.  Call apropos-print with nosubst=t.
11202         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
11203         apropos-parse-pattern.
11204         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
11205         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
11206         apropos-documentation-sort-by-scores.  Call apropos-print with
11207         nosubst=t.
11208         (apropos-documentation-internal): Pass doc string through
11209         substitute-key-definition before adding text properties.
11210         Highlight substring matching literal user input if possible.
11211         (apropos-documentation-check-doc-file): Remove locals beg and end.
11212         Fix calculation of score (as added twice).  Pass doc string through
11213         substitute-key-definition before adding text properties.
11214         (apropos-documentation-check-elc-file): Pass doc string through
11215         substitute-key-definition before adding text properties.
11216         Highlight substring matching literal user input if possible.
11217         (apropos-print): Add new arg NOSUBST; if set, command and variable
11218         doc strings have already been passed through substitute-key-definition.
11219         Add code to handle apropos-accumulator items without score element
11220         for backwards compatibility (e.g. with woman package).
11221         Only show scores if apropos-sort-by-scores is `verbose'.
11223 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11225         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11226         Add jka-compr-load-suffixes to load-suffixes.
11228         * jka-compr.el: Require jka-cmpr-hook.
11229         (jka-compr-info-compress-message, jka-compr-info-compress-program)
11230         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11231         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11232         (jka-compr-info-can-append, jka-compr-info-strip-extension)
11233         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11234         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
11235         (jka-compr-uninstall): Remove entries from
11236         jka-compr-added-to-file-coding-system-alist after they are used.
11237         (jka-compr-error): Remove unused var `curbuf'.
11238         (jka-compr-file-local-copy): Remove unused var `notfound'.
11240 2005-11-10  Romain Francoise  <romain@orebokech.com>
11242         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11244 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
11246         * progmodes/gud.el (gud-menu-map): Move parentheses.
11247         (gdb): New command gud-pv.
11249 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11251         * tar-mode.el: Remove spurious or unnecessary leading stars
11252         in docstrings.
11253         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11254         (tar-parse-octal-integer-safe): Use mapc.
11255         (tar-header-block-summarize): Remove unused var `ck'.
11256         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11257         cleared before.  Obey default-enable-multibyte-characters.
11258         Use mapconcat.  Simplify setting of tar-header-offset.
11259         (tar-mode-map): Move initialization inside delcaration.
11260         (tar-flag-deleted): Use `abs'.
11261         (tar-expunge-internal): Remove unused var `line'.
11262         (tar-expunge-internal): Don't hardcode point-min==1.
11263         (tar-expunge): Widen while doing set-buffer-multibyte.
11264         (tar-rename-entry): Use file-name-coding-system.
11265         (tar-alter-one-field): Don't hardcode point-min==1.
11266         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11267         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
11269 2005-11-10  Masatake YAMATO  <jet@gyve.org>
11271         * add-log.el (add-log-current-defun): Handle class::method
11272         notation of c++.  Fix incorrect comment.
11274 2005-11-10  Alan Mackenzie  <acm@muc.de>
11276         * help-fns.el (describe-variable): Make C-h v work when a variable
11277         has variable documentation yet is unbound.
11279 2005-11-10  Masatake YAMATO  <jet@gyve.org>
11281         * man.el (Man-highlight-references): Set an empty
11282         string to `Man-arguments' if it is nil.
11283         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11285 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11287         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11288         commenting conventions.
11290         * cus-dep.el (custom-make-dependencies): Simplify.
11291         Better follow the commenting conventions.
11293 2005-11-09  Richard M. Stallman  <rms@gnu.org>
11295         * apropos.el (apropos-pattern): Rename from apropos-regexp.
11296         (apropos-orig-pattern): Rename from apropos-orig-regexp.
11297         All uses changed.
11298         (apropos-rewrite-regexp): Doc fix.
11299         (apropos-variable, apropos-command, apropos, apropos-value):
11300         Change prompt; carry through the argument renaming.
11302 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
11304         * find-lisp.el: Require dired.
11305         (find-lisp-find-dired-internal): Do not call
11306         `abbreviate-file-name' on DIR.
11308 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
11310         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11312 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
11314         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11315         when using the speedbar.
11316         (gdb): New command gud-pp.
11317         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11319 2005-11-09  Juri Linkov  <juri@jurta.org>
11321         * replace.el (occur-excluded-properties): New defcustom.
11322         (occur-1, occur-engine, occur-accumulate-lines): Use it.
11324 2005-11-08  Jay Belanger  <belanger@truman.edu>
11326         * calc/calc-units.el (math-convert-units): Replace any composite
11327         unit by its definition.
11329 2005-11-08  Lars Hansen  <larsh@soem.dk>
11331         * emacs-lisp/autoload.el (update-directory-autoloads):
11332         Add obsolete function alias.
11334 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11336         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11337         comment-indent-function.
11338         (lisp-comment-indent): Replace by an alias for comment-indent-default.
11340         * reveal.el (reveal-post-command): Rework the handling of
11341         reveal-open-spots, so as to be more reliable.  There were several
11342         tricky corner cases where an open spot might be lost, or where
11343         a closed spot might end up on the list of open spots.
11344         Only reveal text that's ellipsised.
11346 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
11348         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11350 2005-11-07  John Paul Wallington  <jpw@gnu.org>
11352         * ibuffer.el (ibuffer): Search iconified frames too when
11353         getting Ibuffer buffer's window.
11355 2005-11-06  Richard M. Stallman  <rms@gnu.org>
11357         * progmodes/compile.el (compilation-internal-error-properties):
11358         save-excursion around the computation of MARKER.
11360 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
11362         * textmodes/flyspell.el (flyspell-external-point-words):
11363         flyspell-get-word returns a list, not just a string.
11365 2005-11-06  John Paul Wallington  <jpw@pobox.com>
11367         * ibuffer.el (ibuffer): Search all visible frames when getting
11368         Ibuffer buffer's window.
11370 2005-11-07  Masatake YAMATO  <jet@gyve.org>
11372         * man.el (Man-reference-regexp): Accept spaces between
11373         `Man-name-regexp' and `Man-section-regexp'.
11374         (Man-apropos-regexp): New variable.
11375         (Man-abstract-xref-man-page): Use value for `Man-target-string'
11376         if available.
11377         (Man-highlight-references, Man-highlight-references0):
11378         Handle the case when `Man-arguments' includes "-k".
11379         (Man-highlight-references0): Rename the argument `TARGET-POS' to
11380         `TARGET'. `TARGET' can be a number, function or nil.
11382 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
11384         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11385         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11386         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11387         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11388         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11389         (gdb-send-item): Use buffer-local-value and simplify.
11391 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
11393         * startup.el (command-line): Use `custom-reevaluate-setting' for
11394         `global-font-lock-mode'.
11396         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11397         by default, except in batch mode or when the -D option is given.
11399         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11400         specified keyword args on to `define-minor-mode'.  Update docstring.
11402 2005-11-05  Romain Francoise  <romain@orebokech.com>
11404         * replace.el (occur-engine): Add marker at end of line, too.
11406 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
11408         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11409         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11410         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11411         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11412         argument to all these routines, so the passphrase can be managed
11413         externally and passed in to the system.
11414         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11415         pgg-add-passphrase-to-cache function.
11417         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11418         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11419         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11420         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11421         argument to all these routines, so the passphrase can be managed
11422         externally and passed in to the system.
11423         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11424         function.
11426 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
11428         * font-lock.el: Don't deal with font-lock-face-attributes here,
11429         move the code ...
11431         * startup.el (command-line): ... here.  Use face-spec-set instead
11432         of custom-declare-face.
11434         * faces.el (face-spec-set): Reset the face if spec is not nil.
11436 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11438         * newcomment.el (comment-region-internal): Box more tightly in the
11439         common case where there's no TAB in the boxed text.
11441 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11443         * info.el (info-tool-bar-map): Use images prev-node, next-node and
11444         up-node.
11446 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
11448         * newsticker.el: Commentary updated.  Code formatting changed.
11449         (newsticker-version): Change to "1.9".
11450         (newsticker, newsticker-feed): Doc fix.
11451         (newsticker-url-list): Doc fix.  Add option "Weekly".
11452         (newsticker-retrieval-interval): Add option "Weekly".
11453         (newsticker-headline-processing): Doc fix.
11454         (newsticker-auto-mark-filter): Remove.
11455         (newsticker-auto-mark-filter-list): New.
11456         (newsticker-layout, newsticker-sort-method): Doc fix.
11457         (newsticker-hide-old-items-in-newsticker-buffer)
11458         (newsticker-heading-format, newsticker-item-format)
11459         (newsticker-desc-format): Doc fix.
11460         (newsticker-show-all-rss-elements): Remove.
11461         (newsticker-show-all-news-elements): New.
11462         (newsticker-faces, newsticker-ticker): Doc fix.
11463         (remove-from-invisibility-spec): Code formatting.
11464         (newsticker--process-ids): New.
11465         (newsticker-mode): Doc fix.
11466         (newsticker-mode): Change mode-line-format.
11467         (newsticker-start): Remove debug output.
11468         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
11469         (newsticker-w3m-show-inline-images): Code formatting.
11470         (newsticker-next-item): Call `force-mode-line-update'.
11471         (newsticker-previous-item): Call `force-mode-line-update'.
11472         (newsticker-next-feed): Call `force-mode-line-update'.
11473         (newsticker-previous-feed): Call `force-mode-line-update'.
11474         (newsticker-mark-all-items-at-point-as-read): Code formatting.
11475         (newsticker-show-old-items): Do not show descs.
11476         (newsticker-hide-entry): Hide too much.
11477         (newsticker-hide-entry, newsticker-show-entry)
11478         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11479         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11480         (newsticker-toggle-auto-narrow-to-item): Code formatting.
11481         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11482         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11483         (newsticker-get-news): Call `force-mode-line-update'.
11484         Collect process ids.
11485         (newsticker--sentinel): Change coding system handling.
11486         Move image retrieval to new functions newsticker--get-logo-url-*.
11487         Move feed parsing to new functions newsticker--parse-*.
11488         Update list of process ids.
11489         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11490         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11491         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11492         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11493         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11494         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11495         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11496         (newsticker--decode-coding-string): Remove.
11497         (newsticker--decode-numeric-entities): Check input.  Format code.
11498         (newsticker--remove-whitespace): Check input.
11499         (newsticker--do-forget-preformatted): Doc fix.
11500         (newsticker--decode-rfc822-date): Allow for missing time.
11501         (newsticker--update-process-ids): New.
11502         (newsticker--image-sentinel): Change comment.
11503         (newsticker--image-read): Change error message.
11504         (newsticker--imenu-goto): Doc fix.  Show headline title.
11505         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11506         (newsticker--buffer-do-insert-text): Clean whitespace in
11507         html-rendered headline title.  Code formatting.
11508         Call `newsticker--buffer-print-extra-elements'.
11509         (newsticker--buffer-print-extra-element): Remove.
11510         (newsticker--buffer-print-extra-elements): New.
11511         (newsticker--buffer-do-print-extra-element): New.
11512         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
11513         large sizes.
11514         (newsticker--run-auto-mark-filter)
11515         (newsticker--do-run-auto-mark-filter):
11516         Use `newsticker-auto-mark-filter-list'.
11518 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
11520         * net/rcirc.el: Use split-string OMIT-NULLS argument.
11521         (rcirc-print): Force redisplay before running hooks.  Do long
11522         buffer truncation after making new text read-only.  Deal with nil
11523         text when decoding strings.  If TARGET is nil, use either the
11524         currently selected buffer, if it is an rcirc buffer and of the
11525         same process or the process buffer.
11526         (rcirc-mode): Remove header-line.  Recompute short buffer names.
11527         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11528         (rcirc-short-buffer-name): Add variable.
11529         (rcirc-kill-buffer-hook): Recompute short buffer names.
11530         Remove nick from private channel.
11531         (rcirc-send-input): Send command text to current-buffer.
11532         Don't clear overlay arrow here.
11533         (rcirc-short-buffer-name): Return a short buffer name.
11534         (rcirc-update-short-buffer-names, rcirc-abbreviate)
11535         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11536         buffer-name abbreviations.
11537         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11538         Do not touch nick-table when killing a parted channel.
11539         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11540         Clear arrow from current buffer if it is now hidden.
11541         (rcirc-current-buffer): Add variable.
11542         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11543         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11544         Remove -face from names.
11545         (rcirc-update-activity-string): Print "DND" when globally ignoring
11546         activity.
11547         (rcirc-ignore-buffer-activity-flag): Rename from
11548         rcirc-ignore-channel-activity.
11549         (rcirc-ignore-all-activity-flag): Doc fix.
11550         (rcirc-channels): Remove variable.
11551         (rcirc-kill-buffer-hook):
11552         (rcirc-get-buffer-create): Add nick to private channel.
11553         (rcirc-multiline-edit-submit): Remove tabs.
11554         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11555         folded.
11556         (rcirc-remove-nick-channel): Bug fix.
11557         (rcirc-toggle-ignore-buffer-activity): Rename from
11558         rcirc-toggle-ignore-channel-activity.
11559         (rcirc-record-activity): Add buffers to the front of the list.
11560         (rcirc-update-activity): Remove killed buffers from list.
11561         (rcirc-process-server-response-1): Remove last argument if it is
11562         null before calling handler.
11563         (rcirc): Add "rcirc" defcustom prefix.
11564         (rcirc-prompt): Simplify default prompt.
11565         Use custom-initialize-default.
11566         (rcirc-private-chats): Remove variable.
11567         (rcirc-prompt): Change initialization.
11568         (rcirc-version): Remove function.
11569         (rcirc-id-string): Add constant.
11570         (rcirc-last-buffer): Remove variable.
11571         (rcirc-buffer-alist): Add variable.
11572         (rcirc-connect): Update variable setup.
11573         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11574         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11575         default.
11576         (rcirc-handler-generic): Trigger activity.
11577         (rcirc-send-message): Create the buffor of the target.
11578         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11579         (rcirc-get-buffer): Just return nil if there is no matching buffer.
11580         (rcirc-multiline-edit-cancel): Remove function.
11581         (rcirc-set-last-buffer): Remove function.
11582         (rcirc-get-any-buffer): Add function.
11583         (rcirc-join-channels): Don't print /join text.
11584         (rcirc-toggle-ignore-channel-activity): Add and update echo area
11585         messages.
11586         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11587         (rcirc-handler-NOTICE): Recognize CTCP responses.
11588         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11589         constructing TOPIC string for buffers we are not JOINed.
11590         (rcirc-handler-CTCP-response): Add handler.
11591         (rcirc-multiline-edit-submit): Restore the window-configuration
11592         before adjusting point.
11593         (rcirc): Add customization group.
11594         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11595         (rcirc-user-full-name, rcirc-startup-channels-alist)
11596         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11597         (rcirc-ignore-all-activity-flag, rcirc-time-format)
11598         (rcirc-input-ring-size, rcirc-read-only-flag)
11599         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11600         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11601         Change defvar to defcustom.
11602         (rcirc-update-prompt): Add optional ALL arg, which will update
11603         prompts in all rcirc buffers.  Regexp quote replacement text.
11604         (rcirc-fill-column): Accept frame-width as a value.
11605         (rcirc-set-changed): Add function.
11606         (rcirc-next-active-buffer): Write more meaningful messages.
11607         (rcirc-faces): Add customization group.
11608         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11609         (rcirc-nick-in-message-face, rcirc-prompt-face)
11610         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11611         (with-rcirc-process-buffer): Move before first usage.
11612         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11613         (rcirc-debug-flag): Rename from `rcirc-log-p'.
11614         (rcirc-debug): Rename from `rcirc-log'.
11615         (rcirc-format-response-string): Do not print `-' chars for a
11616         NOTICE with no sender.  Simplify output of server responses.
11618 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
11620         (rcirc-browse-url-map, rcirc-browse-url-at-point)
11621         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11622         Make urls mouse and RET clickable.
11624 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
11626         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11628 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
11630         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11631         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11632         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11633         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11634         argument to all these routines, so the passphrase can be managed
11635         externally and passed in to the system.
11636         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11637         pgg-add-passphrase-to-cache function.
11639         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11640         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11641         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11642         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11643         argument to all these routines, so the passphrase can be managed
11644         externally and passed in to the system.
11645         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11646         function.
11648 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
11650         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11651         from goto-address-url-regexp.
11653 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
11655         * textmodes/org.el (org-read-date, org-goto-calendar)
11656         (org-recenter-calendar, org-agenda-goto-calendar):
11657         Temporarily clear `calendar-move-hook'.
11659 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
11661         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11662         merging.
11664         * ediff-util.el (ediff-previous-difference): Don't skip regions that
11665         have merge clashes.
11667 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11669         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11670         Undo previous change.
11672         * startup.el (command-line): Use `custom-reevaluate-setting' for
11673         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
11674         tty-register-default-colors on Mac.
11676 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
11678         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11679         (gdb-buffer-type): Make it automatically buffer local...
11680         (gdb-get-create-buffer): ...and set it accordingly.
11681         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11682         actually work.
11684 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
11686         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11687         not red.
11689 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
11691         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11692         case GUD buffer is not visible.
11693         (gdb-goto-breakpoint): Try to force display in source buffer.
11694         (gdb-frame-gdb-buffer): Copy other similar functions.
11695         (gdb-restore-windows): Don't display source if not asked for.
11696         (gdb-assembler-buffer-name): Don't capitalise.
11698 2005-11-03  Richard M. Stallman  <rms@gnu.org>
11700         * wid-edit.el (key-sequence): New widget type.
11702         * simple.el (set-mark-command-repeat-pop): New variable.
11703         (set-mark-command): Only interpret plan C-@ after a pop as a pop
11704         if set-mark-command-repeat-pop is true.
11706         * info.el (Info-fontify-node): Don't display extra "see" if there
11707         already is one here.
11709         * mouse.el: Fix special handling of DEL after dragging a region:
11710         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11711         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
11713         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11715         * textmodes/ispell.el (ispell-command-loop): Change `i' description
11716         not to assume it pertains to an affix.
11718         * textmodes/flyspell.el (flyspell-post-command-hook):
11719         Bind deactivate-mark to prevent deactivation.
11721 2005-11-03  Lars Hansen  <larsh@soem.dk>
11723         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11724         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11725         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11727 2005-11-03  Romain Francoise  <romain@orebokech.com>
11729         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
11730         Update copyright years.
11732 2005-11-03  Sam Steingold  <sds@gnu.org>
11734         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11735         Use system-type instead of window-system because window-system is not
11736         correctly defined during loadup.
11738 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
11740         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11741         (xml-parse-tag): Join strings separated by a comment properly.
11743 2005-11-02  Andreas Schwab  <schwab@suse.de>
11745         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11747 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11749         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11750         (byte-optimize-pure-func): Quote the eval'd value.
11752         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11753         Rename from perl-font-lock-syntactic-face-function.
11754         Change the calling convention so it can be used as a font-lock MATCHER.
11755         Do the parse-partial-sexp loop outselves.
11756         (perl-font-lock-syntactic-keywords): Use it.
11757         (perl-mode): Don't set font-lock-syntactic-face-function any more.
11759 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
11761         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11762         disassembly buffer too.
11763         (gdb-exited): Remove overlay arrows when execution has finished.
11764         (gdb-info-frames-custom, gdb-info-threads-custom)
11765         (gdb-info-registers-custom): Don't add inappropriate text
11766         properties if inferior is not active.
11768 2005-11-02  Glenn Morris  <rgm@gnu.org>
11770         * progmodes/fortran.el (fortran-blink-match):
11771         Use `blink-matching-delay'.
11773 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
11775         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11777 2005-11-02  Lars Hansen  <larsh@soem.dk>
11779         * net/tramp.el (tramp-action-out-of-band): Handle scp message
11780         "Permission denied".
11782 2005-11-01  Richard M. Stallman  <rms@gnu.org>
11784         * textmodes/flyspell.el (flyspell-external-point-words):
11785         Pass nil to flyspell-get-word.
11787 2005-11-02  Kim F. Storm  <storm@cua.dk>
11789         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11790         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11792 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11794         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11795         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11796         (calendar-mouse-print-dates): Add optional `event' argument.
11797         Update interactive-spec.
11798         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11799         Use `calendar-event-to-date' instead of `event'.
11801 2005-11-02  Masatake YAMATO  <jet@gyve.org>
11803         * progmodes/ld-script.el (ld-script-builtins):
11804         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11805         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11806         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11808 2005-11-01  Romain Francoise  <romain@orebokech.com>
11810         * vc-sccs.el: Update copyright year.
11811         * ezimage.el: Likewise.
11813 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
11815         * info.el (Info-fontify-node): Use `string-width' for fontifying
11816         underlined titles.
11818 2005-11-01  Juri Linkov  <juri@jurta.org>
11820         * info.el (Info-fontify-node): Downcase node header keywords Node,
11821         Prev, Next, Up before comparison.
11822         (Info-history): Insert absolute directory name, and put invisible
11823         property on it.
11825 2005-11-01  Juri Linkov  <juri@jurta.org>
11827         * info.el (Info-file-supports-index-cookies): New variable.
11828         (Info-find-node-2): Check makeinfo version for index cookie support.
11829         (Info-index-nodes): Search for nodes with index cookies only when
11830         Info-file-supports-index-cookies is t.  Otherwise, search nodes
11831         with "Index" in the node name.
11832         (Info-index-node): Search index cookie in the current node only when
11833         Info-file-supports-index-cookies is t.  Otherwise, check the word
11834         "Index" in the node name.
11835         (Info-find-emacs-command-nodes): Remove code that searches nodes
11836         with "Index" node name in the top menu.
11838 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11840         * progmodes/scheme.el (scheme-mode-variables): Use the default
11841         comment-indent-function.
11843         * faces.el (face-attribute): Handle the case where a face inherits from
11844         a non-existent face.
11846         * simple.el (eval-expression-print-format): Use lisp-readable syntax
11847         for octal and hexa output, and merge the char into the paren.
11848         (kill-new): Use push.
11849         (copy-to-buffer): Use with-current-buffer.
11850         (completion-setup-function): Move code in loop to remove redundancy.
11851         (minibuffer-local-must-match-map): Don't add bindings that duplicate
11852         those inherited from minibuffer-local-completion-map.
11854         * savehist.el (savehist-mode) <defcustom>:
11855         Use custom-set-minor-mode if available.
11856         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11857         and emit a message if applicable.
11859 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
11861         * savehist.el: Sync up to version 19.
11862         (savehist-mode): New minor mode.
11863         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11864         (savehist-length): Remove (use history-length instead).
11865         (savehist-file-modes): Rename from savehist-modes.
11866         (savehist-save-hook, savehist-loaded): New vars.
11867         (savehist-load): Use savehist-mode.  Try to smooth up transition from
11868         old format to new format.
11869         (savehist-install): Allow savehist-autosave-interval to be nil.
11870         (savehist-save): Run the new hook.  Be more careful to only trim the
11871         history variables.
11872         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
11873         (savehist-printable): Print into a buffer rather than char-by-char.
11875 2005-11-01  John Wiegley  <johnw@newartisans.com>
11877         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11878         toggle-ignore keybinding (C-a).  The author said it had been
11879         disabled much earlier due to a possible incompatibility, but after
11880         many months of usage I have encountered no problems (and it is a
11881         rather useful option, especially for switching to " *temp*").
11883         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11884         support for OS/X's AddressBook, by calling out to the open source
11885         program "contacts" (installable through Fink).
11887         * net/eudc.el (eudc-expand-inline): If the
11888         `eudc-multiple-match-handling-method' is set to `all', delete the
11889         query string before inserting the query result.
11891         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11892         flag, to prevent Eshell from using the system ls when
11893         `eshell-ls-insert-directory' is in used.
11894         (eshell-ls-insert-directory): Disable font-lock in directory
11895         buffer so that Eshell's own fontification is seen.  This broke
11896         recently due to changes in font-lock, so this goes back to version
11897         21 behavior.
11899 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
11901         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11902         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11903         (gdb-many-windows): Doc fix.
11905 2005-10-31  Romain Francoise  <romain@orebokech.com>
11907         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11909 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
11911         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11912         that global-font-lock-mode can be enabled by default.
11914         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11915         (font-lock-add-keywords, font-lock-remove-keywords)
11916         (font-lock-fontify-buffer): Remove autoload cookies.
11918         * jit-lock.el (jit-lock-register): Likewise.
11920         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11922 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
11924         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11925         intact if there is no gud-comint-buffer.
11927 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
11929         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11930         old prompt comint-prompt-read-only is t and GDB commands are
11931         issued from tool bar etc.
11933 2005-10-31  Masatake YAMATO  <jet@gyve.org>
11935         * vc.el (vc-directory-exclusion-list): Add "{arch}".
11937 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11939         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11940         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11942 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
11944         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11945         starting at beginning of line.  Fontification is messed up when
11946         `open-paren-in-column-0-is-defun-start' set to t.
11947         Reported by John Paul Wallington <jpw@pobox.com>.
11949 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
11951         * comint.el (comint-send-input): Call `comint-update-fence' when
11952         `comint-process-echoes' and `comint-prompt-read-only' are both
11953         non-nil, to avoid leftover read-only newline.
11955 2005-10-30  Richard M. Stallman  <rms@gnu.org>
11957         * textmodes/flyspell.el (flyspell-external-point-words):
11958         Detect when WORD can't be checked properly because
11959         flyspell-get-word finds just part of it, and move on.
11961         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11962         boundarychar for Polish.
11963         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11964         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11966 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
11968         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11969         (gdb-registers-font-lock-keywords): Delete.
11970         (gdb-registers-mode): Don't fontify.
11971         (gdb-info-registers-custom): Use text properties instead as, in
11972         future, changed register values will use font-lock-warning-face.
11973         (gdb-local-font-lock-keywords): Rename to...
11974         (gdb-locals-font-lock-keywords): ...for consistency.
11976 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
11978         * vc.el (vc-switch-backend): Better error message if the buffer is
11979         not visiting a file under version control.
11981         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11983 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
11985         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11986         ~/.emacs.d/.emacs.
11988 2005-10-29  Richard M. Stallman  <rms@gnu.org>
11990         * replace.el (occur-mode-mouse-goto): Always go to other window.
11991         (occur-mode-goto-occurrence): Always switch in same window.
11993         * simple.el (undo): Display message at end, not at start.
11995         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11996         New arg REUSE-CELL.
11997         (cancel-timer-internal): New function.
11998         (timer-event-handler): Use cancel-timer-internal,
11999         and pass the cell it returns to timer-activate...
12001         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12002         (jit-lock-deferred-fontify, jit-lock-context-fontify)
12003         (jit-lock-after-change): Test memory-full.
12005 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
12007         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12008         part of the decoded armor to find the key-identifier.
12009         (pgg-gpg-lookup-key-owner): New function to return the
12010         human-readable identifier of a key owner.
12011         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12012         key itself.
12013         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12014         the key value) if we have a key and can match it against a secret
12015         key.  Also, added a note pointing out fact that the prompt only
12016         indicates the first matching key.
12018         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12019         pgg-decrypt-region.
12020         (pgg-pending-timers): A new hash for tracking the passphrase cache
12021         timers, so that new ones supercede old ones.
12022         (pgg-add-passphrase-to-cache): Rename from
12023         `pgg-add-passphrase-cache' to reduce confusion (all callers
12024         changed).  Modified to cancel old timers when new ones are added.
12025         (pgg-remove-passphrase-from-cache): Rename from
12026         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12027         changed).  Modified to cancel old timers when their keys are
12028         removed from the cache.
12029         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12030         XEmacs, an indirection to delete-itimer.
12031         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12032         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12033         users can only check cache without risk of prompting.  Correct bug in
12034         notruncate behavior.
12035         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12036         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12037         Add informative docstrings.
12038         (pgg-decrypt): Convey provided passphrase in subordinate call to
12039         pgg-decrypt-region.
12041         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12042         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12043         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12044         `passphrase' argument, so the passphrase can be managed externally
12045         and then passed in to the system.
12047         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12048         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12049         so the passphrase cache can be used reliably with identifiers
12050         besides a pgp packet's key id.
12052         * pgg-gpg.el (pgg-pgp-encrypt-region)
12053         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12054         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12055         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12056         argument to all these routines, so the passphrase can be managed
12057         externally and passed in to the system.
12059         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12060         `notruncate' argument, so the passphrase cache can be used
12061         reliably with identifiers besides a pgp packet's key id.
12063 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
12065         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12066         symmetric encryption.
12067         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12068         encrypted session key.
12069         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12070         message ask for the passphrase in a proper way.
12072         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12073         New user commands for symmetric encryption.
12075 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
12077         * textmodes/conf-mode.el (conf-assignment-sign)
12078         (conf-assignment-regexp): Fix docstrings.
12079         (conf-mode-initialize): New function.
12080         (conf-mode): Remove optional args.  Use delay-mode-hooks to
12081         recognize recursive calls.
12082         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12083         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12084         (conf-xdefaults-mode): Use define-derived-mode and
12085         conf-mode-initialize.
12087 2005-10-29  Romain Francoise  <romain@orebokech.com>
12089         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12091 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
12093         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12094         part of the decoded armor to find the key-identifier.
12095         (pgg-gpg-lookup-key-owner): New function to return the
12096         human-readable identifier of a key owner.
12097         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12098         key itself.
12099         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12100         the key value) if we have a key and can match it against a secret
12101         key.  Also, added a note pointing out fact that the prompt only
12102         indicates the first matching key.
12104         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12105         pgg-decrypt-region.
12106         (pgg-pending-timers): A new hash for tracking the passphrase cache
12107         timers, so that new ones supercede old ones.
12108         (pgg-add-passphrase-to-cache): Rename from
12109         `pgg-add-passphrase-cache' to reduce confusion (all callers
12110         changed).  Modified to cancel old timers when new ones are added.
12111         (pgg-remove-passphrase-from-cache): Rename from
12112         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12113         changed).  Modified to cancel old timers when their keys are
12114         removed from the cache.
12115         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12116         XEmacs, an indirection to delete-itimer.
12117         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12118         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12119         users can only check cache without risk of prompting.  Correct bug in
12120         notruncate behavior.
12121         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12122         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12123         Add informative docstrings.
12124         (pgg-decrypt): Convey provided passphrase in subordinate call to
12125         pgg-decrypt-region.
12127 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12129         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12130         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12131         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12132         `passphrase' argument, so the passphrase can be managed externally
12133         and then passed in to the system.
12135         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12136         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12137         so the passphrase cache can be used reliably with identifiers
12138         besides a pgp packet's key id.
12140         * pgg-gpg.el (pgg-pgp-encrypt-region)
12141         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12142         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12143         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12144         argument to all these routines, so the passphrase can be managed
12145         externally and passed in to the system.
12147         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12148         `notruncate' argument, so the passphrase cache can be used
12149         reliably with identifiers besides a pgp packet's key id.
12151 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
12153         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12154         symmetric encryption.
12155         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12156         encrypted session key.
12157         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12158         message ask for the passphrase in a proper way.
12160         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12161         New user commands for symmetric encryption.
12163 2005-10-28  Bill Wohler  <wohler@newt.com>
12165         * help-mode.el (help-url): New button type.  Calls browse-url.
12166         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12167         Similar to Info nodes: URL `url'.
12168         (help-make-xrefs): Create help-url buttons for
12169         help-xref-url-regexp matches.
12171 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
12173         * tool-bar.el (tool-bar-add-item-from-menu)
12174         (tool-bar-local-item-from-menu): Fix doc strings.
12176 2005-10-28  Romain Francoise  <romain@orebokech.com>
12178         * ldefs-boot.el: Update.
12180         * subr.el (locate-library): Move from help-fns.el.
12181         * help-fns.el (locate-library): Move to subr.el.
12183 2005-10-28  Richard M. Stallman  <rms@gnu.org>
12185         * net/tramp.el (tramp-completion-mode): defvar moved up.
12187         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12189         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12191         * files.el (find-file-noselect): Use %d to format large file size.
12193         * bindings.el (mode-line-format): Add %e.
12195         * loadup.el ("facemenu"): Load unconditionally.
12196         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12197         ("x-dnd"): Load, when appropriate.
12199         * startup.el (command-line): Call before-init-hook earlier.
12200         Warn about some bad characters in -u user name.
12202         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12203         (flyspell-external-point-words): Error if misspelled word is not found.
12204         Set flyspell-large-region-beg at end of word.
12206 2005-10-28  Andreas Schwab  <schwab@suse.de>
12208         * view.el (View-revert-buffer-scroll-page-forward):
12209         Use view-page-size-default.
12211 2005-10-28  Juri Linkov  <juri@jurta.org>
12213         * international/quail.el (quail-get-current-str): Translate last
12214         raw character for deterministic input methods.
12216 2005-10-27  Jay Belanger  <belanger@truman.edu>
12218         * calc/calc-ext.el: Add functions to autoloads.
12219         (math-identity-matrix-p, math-ident-row-p): New functions.
12221         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12222         multiplication by an identity matrix; don't turn multiplication by
12223         an inverse matrix into division.
12224         (math-div-symbol-fancy): Replace division by matrices with
12225         multiplication by inverse.
12227         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12229         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12230         (calc-writeoutpower): New functions.
12232 2005-10-27  Romain Francoise  <romain@orebokech.com>
12234         * replace.el (occur-engine): Include colon in mouse-face highlight.
12236         * dired-x.el: Change Maintainer field.
12238 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
12240         * longlines.el (longlines-mode): Bind after-change-functions to
12241         nil during initial decoding and final encoding.
12243 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
12245         * term.el (term-emulate-terminal, term-handle-colors-array)
12246         (term-handle-ansi-escape): Specify the terminfo capabilities
12247         implemented.
12249 2005-10-26  Richard M. Stallman  <rms@gnu.org>
12251         * info.el (Info-fontify-node): Fix detection of sentence-break
12252         before *Note.
12254 2005-10-26  Romain Francoise  <romain@orebokech.com>
12256         * smerge-mode.el: Add `tools' to file keywords.
12258 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
12260         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12261         when the fringe is not available.
12263         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12264         (def-gdb-auto-update-trigger): Simplify construction.
12265         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12266         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12267         defined explicitly.
12268         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12269         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12270         defined explicitly.
12271         (gdb-info-locals-custom): Remove as it's a no-op.
12273 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
12275         * longlines.el (longlines-mode): Remove narrowing before
12276         performing the initial decoding or final encoding.
12278 2005-10-25  Romain Francoise  <romain@orebokech.com>
12280         * emacs-lisp/find-func.el (find-library-name): Also strip
12281         extension if library name ends in .el, to take advantage of
12282         `find-library-suffixes'.
12284 2005-10-25  Richard M. Stallman  <rms@gnu.org>
12286         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12288 2005-10-25  Juri Linkov  <juri@jurta.org>
12290         * textmodes/texinfo.el (texinfo-mode): Change charset of one
12291         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12293 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12295         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12296         (blackbox-redefine-key): Add argument `map'.
12298         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12299         regions when moving the jit-lock-context-unfontify-pos boundary.
12301 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12303         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12305 2005-10-25  Masatake YAMATO  <jet@gyve.org>
12307         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12309 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
12311         * play/blackbox.el (blackbox-redefine-key): New function.
12312         (blackbox-mode-map): Use it to remap existing bindings for cursor
12313         motion instead of binding literal keys.
12315 2005-10-25  Glenn Morris  <rgm@gnu.org>
12317         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12318         diary does not end in a newline.  Do not assume a blank line at
12319         the start of the diary file.
12321 2005-10-25  Kenichi Handa  <handa@m17n.org>
12323         * international/quail.el (quail-translate-key): If the input
12324         method is deterministic and failed to handle the last key, restart
12325         the key handling loop from an appropriate key.
12327 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
12329         * vc.el (vc-dired-mode): Extend comment for binding of
12330         `directory-listing-before-filename-regexp'.
12332 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12334         * textmodes/texinfo.el (texinfo-mode):
12335         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12336         not to unnecessarily expose emacs-mule's internal char codes.
12338 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
12340         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12341         Display hand pointer and help-echo on disabled icon too.
12342         (gdb-mouse-until): New function.
12343         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12345 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
12347         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12348         with 2005-10-23 change to doctor.el.
12350         * finder.el (finder-mode-map): Add follow-link binding.
12352 2005-10-25  Kim F. Storm  <storm@cua.dk>
12354         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12355         to gdb-mouse-toggle-breakpoint-fringe.
12356         (gdb-mouse-toggle-breakpoint-margin): Rename from
12357         gdb-mouse-toggle-breakpoint.  Fix doc.
12358         (gdb-mouse-toggle-breakpoint-fringe): New defun.
12359         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
12360         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12361         string properties also for fringe breakpoint bitmaps.
12363 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
12365         * textmodes/org.el (org-start-icalendar-file): Fix format form.
12367 2005-10-25  Masatake YAMATO  <jet@gyve.org>
12369         * simple.el (completion-common-substring):
12370         Use `completion-common-substring' prior to `completion-base-size'.
12372 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
12374         * savehist.el: Require CL while compiling.
12375         (savehist-history-variables): Remove.
12376         (savehist-save-minibuffer-history, savehist-additional-variables)
12377         (savehist-minibuffer-history-variables): New vars.
12378         (savehist-save): Use them.
12379         (savehist-uninstall, savehist-minibuffer-hook): New funs.
12380         (savehist-install): New fun, extracted from savehist-load.
12381         (savehist-load): Use them.
12383 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12385         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12386         a dummy doc-string-elt property.
12387         (defalias, defvaralias, define-category): Add a docstring property.
12389         * image.el (defimage):
12390         * widget.el (define-widget):
12391         * custom.el (defface, defcustom): Add `doc-string' declaration.
12393         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12394         (defadvice): Add `doc-string' declaration.
12396         * emacs-lisp/byte-run.el (macro-declaration-function):
12397         Handle `doc-string' declarations.
12398         (define-obsolete-function-alias, define-obsolete-variable-alias):
12399         Add `doc-string' declaration.
12401 2005-10-24  Kenichi Handa  <handa@m17n.org>
12403         * international/utf-7.el (utf-7): Add autoload cookie.
12405         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12407 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12409         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12410         list of directories passed to batch-update-autoloads.  Add "." to
12411         the list of the echoed directories.
12413         * pgg-def.el:
12414         * pgg-gpg.el:
12415         * pgg-parse.el:
12416         * pgg-pgp.el:
12417         * pgg-pgp5.el:
12418         * pgg.el: Moved here from the gnus subdirectory.
12420 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
12422         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12423         in case comint-prompt-read-only is set to t.
12425         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12426         in case comint-prompt-read-only is set to t.
12428 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
12430         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12431         Now a string.
12432         (icalendar-import-format): Handle CLASS, STATUS, URL.
12433         Rename `subject' to `summary'.
12434         (icalendar-import-format-summary): Rename from
12435         `icalendar-import-format-subject'.
12436         (icalendar-import-format-url, icalendar-import-format-status)
12437         (icalendar-import-format-class): New variables.
12438         (icalendar--rris): Take variable argument list.
12439         (icalendar--datestring-to-isodate): Remove unnecessary
12440         calendar-style check when converting dates with explicit month names.
12441         (icalendar-export-region): Change return type of conversion
12442         subroutines.  Bury current buffer unless error occurred.
12443         (icalendar--convert-to-ical)
12444         (icalendar--parse-summary-and-rest): New functions.
12445         (icalendar--convert-ordinary-to-ical)
12446         (icalendar--convert-weekly-to-ical)
12447         (icalendar--convert-yearly-to-ical)
12448         (icalendar--convert-block-to-ical)
12449         (icalendar--convert-cyclic-to-ical)
12450         (icalendar--convert-anniversary-to-ical): Change return type.
12451         Strip trailing blanks from subject.
12452         (icalendar--convert-sexp-to-ical): Change return type.
12453         Strip trailing blanks from subject.  Handle simple sexp
12454         entries as generated by icalendar.el.
12455         (icalendar--convert-float-to-ical)
12456         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12457         (icalendar-import-file): Doc fix.
12458         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12459         Correct call to icalendar--rris.
12460         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
12461         `summary'.
12462         (icalendar--add-diary-entry): Rename `subject' to `summary'.
12464 2005-10-24  Romain Francoise  <romain@orebokech.com>
12466         * server.el (server-sentinel): Set query-on-exit flag to nil on
12467         new client processes (it isn't inherited from the server process).
12469         * replace.el (occur-engine): Rearrange text properties.
12471 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12473         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12474         case-fold-search is nil.
12475         (debug-help-follow): Use help-xref-interned directly.
12477 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12479         * thumbs.el (thumbs-image-type): Add .pbm.
12481 2005-10-23  Richard M. Stallman  <rms@gnu.org>
12483         * faces.el (inhibit-face-set-after-frame-default): New variable.
12484         (set-face-attribute): Bind it.
12485         (face-set-after-frame-default): Test it.
12487         * help-fns.el (describe-simplify-lib-file-name): New function.
12488         (describe-function-1, describe-variable): Use it.
12490         * faces.el (describe-face): Use describe-simplify-lib-file-name.
12492         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12493         Eliminate nil as possible value.
12494         (tooltip-hide-delay): Reduce internal-border-width.
12496         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12497         (menu-bar-file-menu) <new-file>: Likewise.
12499         * simple.el (line-move-finish): Ignore fields computing LINE-END.
12501         * international/mule.el (load-with-code-conversion):
12502         Pass full file name to `eval-buffer' unless preloading.
12504         * textmodes/flyspell.el (flyspell-large-region):
12505         Call ispell-check-version.
12507         * textmodes/ispell.el (ispell-local-dictionary-overridden):
12508         Fix the make-variable-buffer-local call that was supposed
12509         to be for this variable.
12510         (ispell-aspell-supports-utf8): Doc fix.
12511         (ispell-find-aspell-dictionaries): Preserve elements of
12512         ispell-dictionary-alist for dictionaries that aspell doesn't report.
12513         (ispell-aspell-find-dictionary): Return nil on error.
12515         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12516         (doctor-symptoms): Likewise.
12518         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12520 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12522         * cus-edit.el (custom-button, custom-button-pressed): New vars.
12523         (custom-raised-buttons): Add :set spec.
12524         (custom-button-unraised, custom-button-pressed-unraised):
12525         New faces, so that custom-raised-buttons actually does something.
12526         (custom-mode): Use custom-button and custom-button-pressed.
12528         * wid-edit.el (widget-specify-button): Don't ignore
12529         widget-mouse-face on graphic terminals.
12530         (widget-move-and-invoke): Cleanup.
12532 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
12534         * whitespace.el (whitespace-cleanup): Doc fix.
12536 2005-10-23  Romain Francoise  <romain@orebokech.com>
12538         * emulation/viper.el (viper-set-hooks): Quote forms passed to
12539         `eval-after-load' to avoid evaluating their result.
12541 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
12543         * files.el (directory-listing-before-filename-regexp):
12544         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
12546         * dired.el (dired-move-to-filename-regexp): Remove.
12547         All occurences replaced by `directory-listing-before-filename-regexp'.
12549         * dired-x.el, locate.el, vc.el:
12550         Replace `dired-move-to-filename-regexp' by
12551         `directory-listing-before-filename-regexp'.  In vc.el it is
12552         overwritten locally; maybe this can be handled in files.el too.
12554         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
12555         replaced by `directory-listing-before-filename-regexp'.
12557 2005-10-23  Andreas Schwab  <schwab@suse.de>
12559         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12560         and eval-next-after-load.
12562 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
12564         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12565         exist, create it.
12567 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
12569         * allout.el: Remove autoloads for mailcrypt and crypt++.
12570         Require pgg, pgg-gpg during compilation.
12571         (allout-version): Increment version number to 2.1, and use a literal
12572         rather than RCS Id.
12573         (allout-default-encryption-scheme): Remove.
12574         (allout-passphrase-verifier-handling)
12575         (allout-passphrase-verifier-string)
12576         (allout-file-passphrase-verifier-string)
12577         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12578         (allout-passphrase-hint-handling): Rename and simplify.
12579         (allout-init): Use `find-file-hook' if available, otherwise
12580         `find-file-hooks'.
12581         (allout-mode): Use `write-file-functions' if available, otherwise
12582         `local-write-file-hooks' and, instead of making auto-save-hook
12583         buffer local, make the write-file-hook activity contingent to
12584         allout-mode.
12585         (allout-mode): Use key-binding substitution in the docstring.
12586         (allout-kill-line): Spell-out kill ring data structure mutation
12587         instead of using byte-compiler-complaint-provoking `pop'.
12588         (allout-insert-listified): Use `insert' rather than `insert-string'
12589         (allout-toggle-current-subtree-encryption): Update docstring, adjust
12590         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12591         (allout-encrypt-string): Totally revamped vis new underlying
12592         encryption facilities.
12593         (allout-mc-activate-passwd): Remove.
12594         (allout-obtain-passphrase): New, more or less replaces
12595         allout-mc-activate-passwd.
12596         (allout-encrypted-key-info): More or less replaces
12597         allout-encrypted-text-type.
12598         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12599         (my-mark-marker): Use `(featurep 'xemacs)'.
12601 2005-10-23  Lars Hansen  <larsh@soem.dk>
12603         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12604         (byte-compile-file-form-defmumble, byte-compile-defun)
12605         (byte-compile-defmacro): Use it.
12606         (byte-compile-form): Don't call byte-compile-set-symbol-position
12607         when a byte-compile handler is called.
12609 2005-10-22  Romain Francoise  <romain@orebokech.com>
12611         * savehist.el (savehist-history-variables): Add `grep-find-history'.
12613         * subr.el (eval-after-load): Convert library name to an absolute
12614         file name using locate-library, since load-history no longer has
12615         library names in it.
12617 2005-10-22  Richard M. Stallman  <rms@gnu.org>
12619         * files.el (make-temp-file): Move from subr.el.
12620         * subr.el (make-temp-file): Move to files.el.
12622         * window.el (get-buffer-window-list): Move from subr.el.
12623         * subr.el (get-buffer-window-list): Move to window.el.
12625         * image.el (image-load-path): Use eval-at-startup to initialize.
12627         * subr.el (eval-at-startup): New macro.
12629         * subr.el: Much rearrangement of functions and division
12630         into pages.  No code changes.
12632 2005-10-22  Kenichi Handa  <handa@m17n.org>
12634         * tar-mode.el (tar-extract): Be sure to call
12635         find-operation-coding-system if set-auto-coding doesn't find a
12636         coding system.
12638 2005-10-22  Kim F. Storm  <storm@cua.dk>
12640         * image.el (image-type-header-regexps): Rename from image-type-regexps.
12641         Change users.
12642         (image-type-file-name-regexps): New defconst.
12643         (image-type-from-data): Simplify loop.
12644         (image-type-from-buffer): New defun.
12645         (image-type-from-file-header): Use it instead of image-type-from-data.
12646         Use image-search-load-path instead of only looking in data-directory.
12647         (image-type-from-file-name): New defun.
12648         (image-search-load-path): Change `pathname' to `filename'.
12649         Make PATH arg optional, default to image-load-path.
12651 2005-10-21  Richard M. Stallman  <rms@gnu.org>
12653         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12655         * textmodes/paragraphs.el (sentence-end-base): New variable.
12656         (sentence-end): Use sentence-end-base.
12658 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12660         * font-lock.el (font-lock-default-fontify-region): Check the multiline
12661         property independently from the font-lock-multiline variable.
12663 2005-10-21  Richard M. Stallman  <rms@gnu.org>
12665         * emacs-lisp/find-func.el (find-library-name): Doc fix.
12667         * startup.el (command-line): Convert library names
12668         in `load-history' to absolute file names.
12670         * subr.el (symbol-file): Doc fix.
12672         * loadhist.el (file-loadhist-lookup): Call locate-library
12673         instead of find-library-name.  Don't try converting
12674         abs file names to library names, since load-history no longer
12675         has library names in it.
12676         (file-dependents, file-provides, file-requires): Doc fixes.
12678 2005-10-21  Juri Linkov  <juri@jurta.org>
12680         * progmodes/etags.el (tags-table-mode): New function.
12681         (tags-verify-table): Replace initialize-new-tags-table with
12682         tags-table-mode.
12684         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12685         default value.
12686         (desktop-modes-not-to-save): Add tags-table-mode to the
12687         default value.
12689         * info.el (Info-index-next): Add total number of index
12690         alternatives to the message.
12692         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12693         backward only space (instead of space and period) before looking
12694         at sentence end.
12696         * simple.el (set-variable): Use user-variable-p instead of symbolp.
12697         Add the old variable value as 4th default-value arg of read-string.
12699 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12701         * cus-face.el (custom-declare-face): Make face from X resources
12702         also on Mac.
12704         * disp-table.el (standard-display-g1, standard-display-graphic):
12705         Refuse to use string glyphs also on Mac.
12706         (standard-display-european): Don't set terminal coding system also
12707         on Mac.
12709         * frame.el (display-screens): Use x-display-screens also on Mac.
12711 2005-10-21  Romain Francoise  <romain@orebokech.com>
12713         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
12715 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12717         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12718         and $? into sexps.
12720         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12721         warning face on open-paren-in-column-0.
12723         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12724         boundary case.  Fix typo.
12725         Suggested by Martin Rudalics <rudalics@gmx.at>.
12727 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
12729         * textmodes/org.el (org-combined-agenda-icalendar-file)
12730         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12731         (org-export-icalendar-this-file)
12732         (org-export-icalendar-all-agenda-files)
12733         (org-export-icalendar-combine-agenda-files): New commands.
12734         (org-export-icalendar, org-print-icalendar-entries)
12735         (org-start-icalendar-file, org-finish-icalendar-file)
12736         (org-ical-ts-to-string): New functions.
12737         (org-read-date, org-goto-calendar)
12738         (org-agenda-goto-calendar): Inhibit displaying diary entries by
12739         call to `calendar'.
12740         (orgtbl-setup): Remove the :keys arguments from the menu description.
12741         (org-after-save-iCalendar-file-hook): New variable.
12743 2005-10-21  Kenichi Handa  <handa@m17n.org>
12745         * language/vietnamese.el (tcvn-5712): Make it an alias of
12746         vietnamese-tcvn coding-system.
12748 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
12750         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12751         group id is given.
12753 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12755         * progmodes/sh-script.el (sh-escaped-line-re): New var.
12756         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12757         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12758         whose line is either continued or ends with a comment.
12760 2005-10-20  Romain Francoise  <romain@orebokech.com>
12762         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12764         * replace.el (occur-engine): Add follow-link property.
12766         * font-core.el (font-lock-mode): Doc fix.
12768 2005-10-20  Richard M. Stallman  <rms@gnu.org>
12770         * net/rcirc.el: New file.
12772 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
12774         * term.el (term-term-name): Initialize to "eterm-color".
12776 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
12778         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12779         for encryption functionality.
12780         Move allout customization subgroup from `editing' to `outlines' group.
12781         Fix commentary keywords to legitimate ones.
12782         Update author info (using my current email address, obscurified).
12783         (allout-encrypt-string, allout-encryption-produce-work-buffer)
12784         (allout-encrypted-topic-p, allout-encrypted-text-type)
12785         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12786         (allout-situate-encryption-key-verifier)
12787         (allout-get-encryption-key-verifier, allout-verify-key)
12788         (allout-next-topic-pending-encryption)
12789         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12790         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12791         (outline-key-verifier-handling, outline-key-hint-handling)
12792         (outline-encrypt-unencrypted-on-saves): New defcustoms.
12793         (allout-file-key-verifier-string, allout-encryption-scheme)
12794         (allout-key-verifier-string, allout-key-hint-string)
12795         (allout-after-save-decrypt): New variables.
12796         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12797         (allout-after-saves-handler): New hook functions.
12798         (allout-post-command-business): Do allout-after-save-decrypt.
12799         (allout-enable-file-variable-adjustment): Custom var to enable
12800         mechanism for adding and adjusting settings of Emacs file variables.
12801         (allout-adjust-file-variable, allout-file-vars-section-data):
12802         New functions, implement the mechanism.
12803         (outlineify-sticky): Use the file vars mechanism.
12804         (allout-inhibit-protection, allout-during-write-cue)
12805         (allout-override-protect, allout-before-change-protect): Remove.
12806         (allout-flag-region, allout-open-topic): Adjust read-only text.
12807         (allout-open-line-not-read-only): Add to facilitate read-only
12808         text based protection.
12809         (allout-kill-line): Revise to adjust read-only text, clue the
12810         user about the inhibition.
12811         (allout-unprotected): Use unwind-protect.
12812         (allout-shift-in, allout-shift-out): Disallow manually shifting a
12813         topic deeper than the offspring depth of the previous topic -
12814         avoiding confusing "containment discontinuities".
12815         (allout-reindent-bodies): Fix retention of body relative hanging
12816         indent during promotion of collapsed bodies.
12817         (allout-open-topic): Make it easy to open new topic with same
12818         bullet as current topic - topic creation functions provided with
12819         any universal argument provokes now prompt for bullet, defaulting
12820         to the bullet of the previous topic.
12821         (allout-plain-bullets-string, allout-distinctive-bullets-string):
12822         Plain bullet alternates `.' period and `,' comma only.  All other
12823         bullets are relegated to special status (but customizable).
12824         (allout-end-of-entry): Rename from allout-end-of-current-entry
12825         since it actually operates w.r.t. most immediately containing
12826         entry, visible or not.
12827         (allout-hide-current-entry, allout-show-current-entry): Use the
12828         revised version.
12829         (allout-old-expose-topic): Solidify deprecation.
12830         (allout-end-of-subtree): Add so we can span concealed as well
12831         as visible topics.
12832         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12833         (allout-end-of-current-heading): Tweak to just respect the first line.
12834         (allout-get-body-text): Add.
12835         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12836         when invoked interactively.
12837         (allout-up-current-level): Use `interactive-p'.
12838         (allout-mode, allout-init): Miscellaneous docstring and
12839         operational refinements, as well as hookups of new encryption stuff.
12840         (allout-beginning-of-current-entry): Now works as advertised.
12841         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12842         (allout-isearch-rectification): Refine condition for isearching.
12843         (allout-isearch-abort, allout-enwrap-isearch)
12844         (allout-flag-region, my-region-active-p): Relocate some macros.
12845         (allout-title): Fallback title is (buffer-name), not
12846         non-existing (current-buffer-name).
12847         (subst-char-in-string): Define if absent (for some XEmacs versions).
12849 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
12851         * mail/sendmail.el (mail-setup-hook, mail-aliases)
12852         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12853         (mail-citation-prefix-regexp, mail-signature-file)
12854         (mail-default-headers, mail-bury-selects-summary)
12855         (mail-send-nonascii): Add autoload cookies.
12857 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
12859         * frame.el (blink-cursor-mode): Add `mac' to the list of
12860         window-system's that support blinking cursor.
12862 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12864         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12866 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
12868         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12869         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12870         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12872 2005-10-20  Kim F. Storm  <storm@cua.dk>
12874         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12875         (ido-set-current-directory): Don't add / after final @.
12876         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12877         Explicitly handle ange-ftp completion oddities.
12878         (ido-make-file-list): Don't rotate list at tramp root to avoid
12879         triggering tramp file handler for expand-file-name via get-file-buffer.
12881 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12883         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12885 2005-10-19  Jay Belanger  <belanger@truman.edu>
12887         * calc/calc-units.el (math-standard-units): Add units, adjust
12888         symbols and update values.
12889         (math-unit-prefixes): Add more prefixes.
12891 2005-10-19  Romain Francoise  <romain@orebokech.com>
12893         * bookmark.el (bookmark-menu-heading): New face.
12894         (bookmark-bmenu-list): Use it.
12895         Don't fiddle with `baud-rate' at top-level.
12897 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
12899         * image.el (create-image, find-image): Mention max-image-size in
12900         docstring.
12902 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12904         * savehist.el (savehist-load): Revert to checking XEmacs.
12906         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12907         Various docstring and line-width fixups.
12908         (conf-mode): Use cond.
12909         Set font-lock-defaults.  Don't set comment-use-syntax.
12911 2005-10-18  David Ponce  <david@dponce.com>
12913         * tree-widget.el (tree-widget-button-click): New function.
12914         (tree-widget-button-keymap): Use it.
12916 2005-10-18  Romain Francoise  <romain@orebokech.com>
12918         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12919         (bookmark-bmenu-hide-filenames): Add follow-link property.
12920         Improve help-echo text.
12922         * ffap.el (find-file-at-point): Doc fix.
12924 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12926         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12928 2005-10-18  Masatake YAMATO  <jet@gyve.org>
12930         Install to the CVS repository what I forgot to install in my
12931         2005-10-16 changes.
12933         * progmodes/python.el (python-complete-symbol): Pass the common
12934         prefix substring of completion to `display-completion-list'.
12936         * textmodes/org.el (org-complete): Ditto.
12938 2005-10-18  Masatake YAMATO  <jet@gyve.org>
12940         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12942         * woman.el (WoMan-xref-man-page): New button type derived
12943         from `Man-abstract-xref-man-page'.
12944         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12946         * man.el (Man-abstract-xref-man-page): New button type.
12947         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12948         (Man-highlight-references): Add new optional argument `xref-man-type'.
12950 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
12952         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12954 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12956         * cus-edit.el (Custom-move-and-invoke): Delete.
12957         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12959         * wid-edit.el (widget-move-and-invoke): New function, from
12960         Custom-move-and-invoke.
12962 2005-10-17  Bill Wohler  <wohler@newt.com>
12964         Move all remaining images from lisp/toolbar to etc/images, move
12965         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
12966         the low resolution images in their own directory (low-color).
12968         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12969         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12970         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12971         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12972         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12973         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12974         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12976         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12977         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12978         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12979         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12980         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12981         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12982         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12983         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12984         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12985         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12986         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12987         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12988         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12989         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12990         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12992         To conform with convention, replace the underscore (_) in the
12993         following image names with dash (-) or (/) as appropriate.
12995         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12996         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12997         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12998         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12999         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13000         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13001         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13002         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13003         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13004         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13005         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13006         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13007         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13008         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13009         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13011         * info.el (info-tool-bar-map): Replace underscores in image names
13012         with dashes.
13014         * makefile.w32-in (WINS): Remove toolbar.
13016         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13018         * tool-bar.el: Move to lisp from toolbar.  Now that
13019         toolbar is empty, it should be deleted when folks run "cvs up -P".
13021 2005-10-18  Jay Belanger  <belanger@truman.edu>
13023         * calc/calc-store.el (calc-store-into): Get the proper variable name
13024         to display in message.
13026 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
13028         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13029         expressions display in speedbar for all buffers when debugging.
13030         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13032         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13033         (speedbar-insert-button, speedbar-make-button):
13034         Use add-text-properties.
13035         (speedbar-update-localized-contents)
13036         (speedbar-update-directory-contents)
13037         (speedbar-update-special-contents): Use dolist.
13038         (speedbar-buffer-easymenu-definition): Add a menu separator.
13040 2005-10-17  Jason Rumney  <jasonr@gnu.org>
13042         * makefile.w32-in: Use $(lisp) consistently.
13043         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13044         for shell specific generation of mh-autoloads.
13046 2005-10-17  Richard M. Stallman  <rms@gnu.org>
13048         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13050 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13052         * jit-lock.el (jit-lock-fontify-now):
13053         Move jit-lock-context-unfontify-pos to avoid wasted work.
13055 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
13057         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
13058         `tramp-completion-mode' for checking if we are in completion mode.
13059         (tramp-completion-handle-file-name-all-completions): Reorder code
13060         in order to complete for file names only in case there are no
13061         method/user/host completions.  This is necessary for cooperation
13062         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
13064 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
13066         * longlines.el (longlines-search-forward)
13067         (longlines-search-backward): Match any number of spaces.
13069 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
13071         * diff-mode.el (diff-mode): Doc fix.
13073 2005-10-16  David Reitter  <david.reitter@gmail.com>
13075         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13076         as default on darwin and windows systems.
13078 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13080         * arc-mode.el (archive-zip-extract): Doc fix.
13082 2005-10-16  Romain Francoise  <romain@orebokech.com>
13084         * mouse.el (mouse-1-click-follows-link): Doc fix.
13086 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13088         * savehist.el: Don't require CL at runtime.
13089         (savehist-xemacs): Remove.
13090         (savehist-coding-system): Use utf-8 if present, regardless of religion.
13091         (savehist-no-conversion): Use (featurep 'xemacs).
13092         (savehist-load): Check existence of start-itimer rather than XEmacs.
13093         Use an idle timer.
13094         (savehist-process-for-saving): Replace use of CL funs `subseq' and
13095         `delete-if-not'.
13097 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
13099         * savehist.el: Newer version.
13100         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13101         (savehist-last-checksum, savehist-no-conversion): New vars.
13102         (savehist-autosave, savehist-process-for-saving, savehist-printable):
13103         New functions.
13104         (savehist-load, savehist-save): Use them.
13105         (savehist-delimit): Remove.
13107 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13109         * progmodes/compile.el (compilation-goto-locus): Display the
13110         compilation buffer first and the source buffer second, in case they're
13111         in overlapping frames.  Don't raise the compilation frame if it was the
13112         selected window upon entry.  Pass the `other-window' arg to
13113         pop-to-buffer.
13115         * info.el (Info-fontify-node): Use dolist.
13116         Change add-text-properties to put-text-property.
13118 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13120         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13121         bound of search.
13123 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13125         * dabbrev.el (dabbrev-completion): Pass the common
13126         prefix substring of completion to `display-completion-list'.
13128         * filecache.el (file-cache-minibuffer-complete)
13129         (file-cache-complete): Ditto.
13131         * tempo.el (tempo-display-completions): Ditto.
13133         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13135         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13137         * eshell/em-hist.el (eshell-list-history): Ditto.
13139         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13141         * mail/mailalias.el (mail-complete): Ditto.
13143         * progmodes/etags.el (complete-tag): Ditto.
13145         * progmodes/make-mode.el (makefile-complete): Ditto.
13147         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13149         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13151         * progmodes/pascal.el (pascal-complete-word)
13152         (pascal-show-completions): Ditto.
13154         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13156         * simple.el (completion-common-substring): New variable.
13157         (completion-setup-function): Use `completion-common-substring'
13158         to put faces.
13160 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13162         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13163         (x-get-selection, mac-select-convert-to-string): Convert from/to
13164         UTF-16 clipboard data as in native byte order, no BOM.
13166 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
13168         * progmodes/gud.el (gud-tool-bar-map): Rename the images
13169         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13170         (gud-sentinel): Use speedbar-frame to check for speedbar.
13172 2005-10-15  Richard M. Stallman  <rms@gnu.org>
13174         * savehist.el: New file.
13176 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
13178         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13179         Fix bug in \bf fontification.
13181 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13183         * pcvs.el (cvs-edit-log-files): New var.
13184         (cvs-mode-edit-log): New arg `file'.
13185         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13186         Instead force the use of the original file and nothing else.
13187         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13188         the cvs-minor-wrap-function is set.
13189         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13191 2005-10-14  Bill Wohler  <wohler@newt.com>
13193         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13194         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13195         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13196         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13197         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13198         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13199         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13200         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13201         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13202         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13203         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13204         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13205         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13206         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13207         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13209         * progmodes/gud.el (gud-tool-bar-map): Rename the images
13210         appropriately (for example, gud-break to gud/break).
13212 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
13214         * longlines.el (longlinges-search-function)
13215         (longlines-search-forward, longlines-search-backward): New functions.
13216         (longlines-mode): Set isearch-search-fun-function to
13217         longlinges-search-function.
13219         * mouse.el (mouse-drag-region-1): Handle the case where a
13220         double-click event is bound to an arbitrary function.
13222 2005-10-14  David Ponce  <david@dponce.com>
13224         * recentf.el (recentf-track-opened-file)
13225         (recentf-track-closed-file, recentf-update-menu)
13226         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13227         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13228         mouse-1-click-follows-link.
13230 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13232         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13233         Gnome file-manager.png.  Suggested by
13234         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13236         * toolbar/README: Add diropen.xpm.
13238 2005-10-13  Bill Wohler  <wohler@newt.com>
13240         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13241         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
13243 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13245         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13246         Don't waste the byte-compiler's time on constant data.
13248 2005-10-13  Kenichi Handa  <handa@m17n.org>
13250         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13251         byte with `escape-glyph' face.
13253         * international/fontset.el (ccl-encode-unicode-font):
13254         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13255         Handle the case that ucs-mule-to-mule-unicode translates a character to
13256         ASCII (usually for IPA characters).
13258 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13260         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13261         Don't hide the underline of titles if font-lock-mode is disabled.
13263 2005-10-12  Bill Wohler  <wohler@newt.com>
13265         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
13266         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
13267         files in MH-E-SRC have been updated.
13268         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13270 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13272         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13273         (mixal-mode-syntax-table): Add \n as end-comment.
13274         (mixal-operation-codes-alist): Immediately initialize to full value.
13275         (mixal-add-operation-code): Remove.
13276         (mixal-describe-operation-code): Make the arg non-optional.
13277         Use the interactive spec instead.
13278         Use mixal-operation-codes-alist rather than mixal-operation-codes.
13279         (mixal-font-lock-keywords): Don't highlight comments here any more.
13280         (mixal-font-lock-syntactic-keywords): New var.
13281         (mixal-mode): Use it.  Fix comment-start-skip.
13283 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13285         * startup.el (command-line-x-option-alist): -nb => -nbi
13287 2005-10-12  Kim F. Storm  <storm@cua.dk>
13289         * startup.el (fancy-splash-default-action): Discard mouse click in
13290         the splash screen window, as it has no sensible meaning in the
13291         next window to be selected.  Fixes error reported by Jan D.
13293 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13295         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13297 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13299         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13300         Try to fix up minor layout issues like indentation, line break, etc...
13301         (mixal-mode-syntax-table): Don't try to specify comment syntax,
13302         because it doesn't work.
13303         (mixal-operation-codes): Add some more codes.
13304         (mixal-font-lock-keywords): Process comments here.
13305         (mixal-mode): mixasm no longer needs -g option.
13307 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
13309         * progmodes/sh-script.el (sh-tmp-file):
13310         Use mktemp -t.  Finish support for es and rc shells.
13312 2005-10-11  Jay Belanger  <belanger@truman.edu>
13314         * calc/calcalg2.el (calc-integral): With an argument, compute the
13315         definite integral.
13317 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
13319         * mouse.el (mouse-drag-region-1): Don't try to catch a
13320         double-click when doing follow-link (it's overridden anyway).
13322 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
13324         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13325         (autoload-print-form-outbuf): Add docstring.
13327 2005-10-11  Juri Linkov  <juri@jurta.org>
13329         * info.el (Info-mode-menu): Delete menu item "Edit".
13330         (Info-mode): Delete description of Info-edit from docstring,
13331         and rearrange descriptions of Info commands in the order
13332         they are documented in the Info manual.
13334 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13336         * calendar/appt.el (appt-check): Use diary-selective-display var.
13338 2005-10-10  Richard M. Stallman  <rms@gnu.org>
13340         * net/newsticker.el (newsticker-start, newsticker-show-news):
13341         Add autoload cookies.
13343 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
13345         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13347 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
13349         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13351 2005-10-10  Jay Belanger  <belanger@truman.edu>
13353         * calc/calc-arith.el (math-check-known-scalarp)
13354         (math-check-known-matrixp): Check the values of arguments that are
13355         variables.
13356         (math-check-known-square-matrixp): New function.
13357         (math-known-square-matrixp): Use math-check-known-square-matrixp.
13358         (math-super-types): Add sqmatrix type.
13360         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13361         mode name `square' to `sqmatrix'.
13363         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13364         mode name `square' to `sqmatrix'.
13366 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13368         * progmodes/etags.el (select-tags-table-mode): Don't use
13369         selective-display.
13370         (tags-select-tags-table): Pass `button' to the action function.
13371         (select-tags-table): Place the side-info on button properties rather
13372         than in hidden text.  Abbreviate file names.
13373         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13374         (select-tags-table-select): Add `button' argument.
13375         Get side-info from the button property rather than from hidden text.
13377 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
13379         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13380         (gud-speedbar-buttons): Preserve point if possible.
13381         (gud-sentinel): Restore previous speedbar display type.
13383         * progmodes/gdb-ui.el (gdba): Improve diagram.
13384         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13385         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13386         Call get-buffer-window once.
13388 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13390         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13391         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13392         (pascal-indent-command): Remove unused var `ind'.
13393         (pascal-indent-case): Remove unused var `oldpos'.
13394         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13395         since it's now used as a proper minor mode map.
13396         (pascal-outline): Rename to pascal-outline-mode.
13397         (pascal-outline-mode): Use define-minor-mode.
13398         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13399         selective-display.
13401 2005-10-10  Andreas Schwab  <schwab@suse.de>
13403         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13404         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
13406         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13407         outside source directory.
13409 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
13411         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13412         C-x' as a prefix.
13413         (orgtbl-mode-map): Full keymap instead of sparse, because all
13414         `self-insert-command' keys are redefined in this map.
13415         (org-export-as-html): Specify charset for HTML file, by taking it
13416         from the coding system.
13418 2005-10-10  Kenichi Handa  <handa@m17n.org>
13420         * textmodes/flyspell.el (flyspell-check-word-p):
13421         If unread-command-events is non-empty, don't call sit-for.
13423 2005-10-09  Richard M. Stallman  <rms@gnu.org>
13425         * font-lock.el (font-lock-syntactic-keywords)
13426         (font-lock-keywords): Doc fixes.
13428         * textmodes/flyspell.el (flyspell-external-point-words):
13429         Simplify logic, and don't try to check for consecutive appearances
13430         of one incorrect word.
13432 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
13434         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13435         separator.
13437         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13438         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13439         (gud-expansion-speedbar-buttons): New function.
13440         (gud-speedbar-buttons): Check for gud-comint-buffer.
13442 2005-10-09  Bill Wohler  <wohler@newt.com>
13444         * Makefile.in (updates): Add mh-loaddefs dependency.
13446 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
13448         * speedbar.el (speedbar-file-key-map): Fix typo.
13450 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13452         * cus-start.el (line-spacing): Add custom spec.
13454 2005-10-09  Romain Francoise  <romain@orebokech.com>
13456         * textmodes/ispell.el (ispell-check-version): Fix last change.
13458 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13460         * term/x-win.el: Remove -i, --icon-type from comment.
13462         * startup.el (command-line-x-option-alist): Remove options -i,
13463         -itype, --icon-type, added -nb, --no-bitmap-icon
13465 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
13467         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13468         instead of :active.
13470 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13472         * textmodes/ispell.el (ispell-check-version):
13473         Ignore hyphen, and all that follows, in aspell's version text.
13475 2005-10-08  Jay Belanger  <belanger@truman.edu>
13477         * calc/calc-arith.el (math-known-square-matrixp): New function.
13478         (math-pow-fancy): Check for matrices before distributing exponent
13479         across products.
13481         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13482         fullscreen keypad.  Suggested by Luc Teirlinck.
13483         (calc-keypad-show-input): Add space for formatting.
13485         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13486         Add square matrix option.
13488         * calc/calc-poly.el (math-expand-term): Check for matrices instead
13489         of checking calc-matrix-mode when deciding how to expand.
13491         * calc/calc.el (calc-set-mode-line): Add square matrix option.
13493 2005-10-08  Lars Hansen  <larsh@soem.dk>
13495         * net/tramp.el (tramp-perl-directory-files-and-attributes):
13496         Add error handling.
13497         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13499 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
13501         Sync with Tramp 2.0.51.
13503         * net/tramp.el (tramp-handle-set-visited-file-modtime)
13504         (tramp-handle-insert-file-contents, tramp-handle-write-region):
13505         Insert special handling for `last-coding-system-used', again
13506         it still seems to be necessary (unlike stated before).
13507         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13508         (tramp-password-prompt-regexp): There might be other words before
13509         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13510         (tramp-chunksize): Improve docstring.
13511         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13512         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
13513         Christian Joergensen <bugs@razor.dk>.
13515 2005-10-07  Glenn Morris  <rgm@gnu.org>
13517         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13518         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13519         precision'.
13521 2005-10-07  Romain Francoise  <romain@orebokech.com>
13523         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13524         (ibuffer-do-shell-command-pipe-replace)
13525         (ibuffer-do-shell-command-file, ibuffer-do-eval)
13526         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13527         (ibuffer-do-revert, ibuffer-do-replace-regexp)
13528         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13529         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13530         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13531         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13532         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13533         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13534         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13535         Autoload file sans suffix.
13537         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13539 2005-10-07  David Ponce  <david@dponce.com>
13541         * recentf.el (recentf-menu-open-all-flag): New option.
13542         (recentf-digit-shortcut-command-name): New function.
13543         (recentf--shortcuts-keymap): New variable.
13544         (recentf-menu-shortcuts): New variable.
13545         (recentf-make-menu-items): Initialize it.  Replace the "More..."
13546         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13547         (recentf-menu-value-shortcut): New function.
13548         (recentf-make-menu-item): Use it.  No more in-lined.
13549         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13550         (recentf-open-most-recent-file): Rename from
13551         `recentf-open-file-with-key'.  Don't depend on key binding.
13552         (recentf-mode-map): New variable.
13553         (recentf-mode): Use it.
13555 2005-10-06  Bill Wohler  <wohler@newt.com>
13557         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
13559         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13560         (MH-E-SRC): New.  Used by mh-autoloads.
13561         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
13562         files in MH-E-SRC have been updated.
13563         (compile, recompile, bootstrap): Depend on mh-autoloads.
13565 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
13567         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13568         gud-break and gud-remove icons when the fringe is not available.
13570         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13571         Typo.
13573 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
13575         * play/zone.el (zone): Wrap body with save-window-excursion.
13577 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13579         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13580         Use the new `list-only' arg to diary-list-entries.
13582         * calendar/diary-lib.el: Use overlays rather than selective-display.
13583         (diary-selective-display): New var.
13584         (diary-header-line-format): Use it.
13585         (diary-list-entries): Add argument `list-only'.
13586         Put the buffer in diary-mode.  Don't add \^M at beg and end.
13587         Replace \^M by invisible overlays.
13588         (diary-unhide-everything): Replace \^M by invisible overlays.
13589         (print-diary-entries): Look for overlays rather than \^M.
13590         Add a space to the temp buffer name.
13591         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13592         Put the buffer in diary-mode.
13593         (list-sexp-diary-entries): Replace \^M by invisible overlays.
13594         (diary-anniversary): Make the year arg optional.
13595         (diary-time-regexp): New const.
13596         (diary-font-lock-keywords): Use it to accept a few more time formats.
13598         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13600 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
13602         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13603         Fix bug introduced 2005-07-03: Use (car (last ...))
13604         to faithfully reproduce replaced artist-last.
13605         (artist-set-arrow-points-for-poly): Likewise.
13606         Suggested by Johan Bockg\e,Ae\e(Brd.
13608 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
13610         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13611         * wid-edit.el (widget):
13612         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13613         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13615 2005-10-06  Kenichi Handa  <handa@m17n.org>
13617         * international/mule-cmds.el (set-language-environment):
13618         Fix setting up of case-table for unibyte mode.
13620         * simple.el (what-cursor-position): If the character is displayed
13621         by some `display' text property, show that.  Don't use
13622         single-key-description for eight-bit characters in multibyte mode.
13624 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
13626         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13627         (gdb-ann3): Set it.
13628         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13629         (gdb-info-frames-custom): Use inverse-video for first five
13630         characters of selected frame only.
13631         (gdb-get-frame-number): Select frame even when point is on frame
13632         number.
13634 2005-10-06  Masatake YAMATO  <jet@gyve.org>
13636         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13637         Put `font-lock-function-name-face'.
13638         (gdb-info-frames-custom): Put `font-lock-function-name-face'
13639         and `font-lock-variable-name-face'
13640         (gdb-registers-font-lock-keywords): New font lock keywords definition.
13641         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13642         (gdb-memory-font-lock-keywords): New font lock keywords definition.
13643         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13644         (gdb-local-font-lock-keywords): New font lock keywords definition.
13645         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13646         (gdb-threads-font-lock-keywords): New font lock keywords definition.
13647         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13649 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
13651         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13652         (ediff-merge-region-is-non-clash-to-skip): Previously called
13653         ediff-merge-region-is-non-clash.
13655         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13656         Use insert-buffer-substring.
13658         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13659         selecting files to patch.  Also bug fixes.
13661         * ediff-util.el (ediff-setup): Bug fix.
13662         (ediff-next-difference): Never skip clashes that differ in white
13663         space only.
13665         * ediff-wind.el (ediff-setup-control-frame)
13666         (ediff-destroy-control-frame): Check the menubar feature.
13668         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13669         (viper-refresh-mode-line): Use make-local-variable to localize
13670         some vars instead of make-variable-buffer-local.  Suggested by
13671         Stefan Monnier.
13673         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13674         (viper-restore-cursor-type, viper-set-insert-cursor-type):
13675         Use make-local-variable instead of make-variable-buffer-local.
13676         Suggested by Stefan Monnier.
13678         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13679         (viper-comint-mode-hook): Use make-local-variable on
13680         require-final-newline.
13681         (viper-non-hook-settings): Don't use make-variable-buffer-local.
13683 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13685         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13686         also the second char of a comment-start sequence.
13687         (scheme-sexp-comment-syntax-table): New var.
13688         (lambda, define): Set their scheme-doc-string-elt property.
13689         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13690         Use lisp-font-lock-syntactic-face-function now that it properly
13691         handles |...| symbols.
13692         (scheme-mode-variables): Set lisp-doc-string-elt-property,
13693         parse-sexp-lookup-properties and font-lock-extra-managed-props.
13695         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13696         bit from # to |.
13697         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13699         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13700         (lisp-doc-string-elt-property): New var.
13701         (lisp-font-lock-syntactic-face-function): Use it.
13702         Rewrite to recognize docstrings even for forms not at toplevel.
13704         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13705         annotation on the | part of #| rather than on the # part.
13706         (scheme-font-lock-syntactic-face-function): New function, to
13707         distinguish strings from |...| symbols.
13708         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
13709         syntax-table so that #|...|# is properly highlighted.
13711         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13712         Don't mark as docstring the 3rd elem of an unknown toplevel form.
13714 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13716         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13717         and C-e.
13719         * emacs-lisp/eldoc.el: Move comments into docstrings.
13720         (eldoc-message-commands): Initialize in its declaration.
13721         Add move-beginning-of-line and move-end-of-line.
13722         (eldoc-add-command, eldoc-add-command-completions)
13723         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13725         * outline.el (outline-mark-subtree): Activate the mark.
13727         * calendar/appt.el (appt-time-regexp): New var.
13728         (appt-add, appt-make-list): Use it.
13729         (appt-convert-time): Clean up.
13731         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13732         Don't set any syntax-table property here.
13733         (tex-font-lock-verb): New function.  Do it here.
13734         (tex-font-lock-syntactic-keywords): Use it.
13736 2005-10-04  Richard M. Stallman  <rms@gnu.org>
13738         * wid-edit.el (widget-file-complete): Get the widget start point
13739         the right way.  Default directory to `/' if file has none.
13741         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13743         * textmodes/flyspell.el (flyspell-mode-on):
13744         Call ispell-maybe-find-aspell-dictionaries.
13746         * textmodes/ispell.el (ispell-word, ispell-region):
13747         Call ispell-maybe-find-aspell-dictionaries.
13748         (ispell-accept-buffer-local-defs):
13749         Don't call ispell-maybe-find-aspell-dictionaries
13751 2005-10-04  Richard M. Stallman  <rms@gnu.org>
13753         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13755 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
13757         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13758         instead of `fboundp' in order to allow for anonymous functions.
13760 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
13762         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13763         case the user clicks on the link while another window is selected.
13764         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13766         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13767         functionality.
13768         (dframe-help-echo): Save point in case mouse tracking is off.
13770 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
13772         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13774 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13776         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13777         not change the global value of those vars.
13779         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13780         make-local-variable which we do not need any more.
13782 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
13784         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13785         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13786         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13787         (speedbar-path-line): Define obsolete aliases.
13788         (speedbar-line-directory): Doc fix.
13790         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13791         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13792         instead of speedbar-line-path.
13794 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13796         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13797         to nil if dropping on a window.  Handle dropping on a minibuffer window
13798         like dropping on a non-window part of Emacs.
13800 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13802         * net/ange-ftp.el: Use with-current-buffer.
13803         (ange-ftp-insert-directory): Do not follow symlinks any more.
13805         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13806         Remove interactive spec.
13808 2005-10-03  Kim F. Storm  <storm@cua.dk>
13810         * ido.el (ido-mode): Use custom-initialize-set.
13812 2005-10-02  Richard M. Stallman  <rms@gnu.org>
13814         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13815         Use insert-buffer-substring.
13817         * net/tramp.el: Pacify byte compiler warnings in pacification code.
13818         (tramp-handle-file-local-copy): Use insert-buffer-substring.
13820 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13822         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13823         in last change.
13824         (ange-ftp-insert-directory): Fix up the search for the case where
13825         `file' is absolute.
13827 2005-10-02  Romain Francoise  <romain@orebokech.com>
13829         * progmodes/compile.el (compile-goto-error): Delete extra paren.
13831 2005-10-02  Andreas Schwab  <schwab@suse.de>
13833         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13834         directory component in the session info.
13836 2005-10-01  Richard M. Stallman  <rms@gnu.org>
13838         * comint.el (comint-redirect-subvert-readonly): Doc fix.
13840         * simple.el (next-error-internal): New function.
13842         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13843         (compilation-start): Pass new arg to compilation-buffer-name.
13844         (compile-goto-error): Use next-error-internal.
13846 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
13848         * speedbar.el: Remove RCS tag.
13849         (speedbar-check-read-only): Handle non-existent files.
13851         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13853         * info.el (Info-speedbar-hierarchy-buttons)
13854         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13856 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13858         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13859         Do not match newline.
13860         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13861         (bibtex-summary): Remove unnecessary save-excursion.
13862         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13864 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13866         * term/mac-win.el: Add charset info for "iso10646-1".
13867         Modify default fontset to use ATSUI-compatible fonts for some charsets
13868         if available.
13870 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
13872         * speedbar.el: Re-apply arch tag.
13873         (speedbar-version): Rename to version 1.0.  Suggested by Eric
13874         M. Ludlam.
13875         Reapply two changes from Emacs CVS' version of speedbar lost
13876         during the merge:
13877         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13878         (speedbar-frame-parameters): Improve customize type.
13880 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13882         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13883         (ange-ftp-file-directory-p): Fix the symlink case.
13884         (ange-ftp-insert-directory): When listing a single file, get a list of
13885         the parent buffer and extract the relevant line.  Inspired from a patch
13886         by Katsumi Yamaoka <yamaoka@jpl.org>.
13887         (ange-ftp-file-name-sans-versions): Simplify.
13889 2005-09-30  Bill Wohler  <wohler@newt.com>
13891         Move MH-E image files from toolbar and mail directories into
13892         etc/images.
13894         * mail/reply2.*: Move to etc/images/mail/reply*.
13896         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13897         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13898         etc/images.
13900         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13901         * toolbar/reply*: Move to etc/images/mail.
13903         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13905 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
13907         * speedbar.el: New version 1.0pre3.
13909         Frame management code (including timer, and mouse click specifics)
13910         moved to dframe.el:
13911         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
13912         (speedbar-timer): Removed.  Use dframe-timer.
13913         (speedbar-close-frame): Removed.  Use dframe-close-frame.
13914         (speedbar-activity-change-focus-flag): Removed.  Use
13915         dframe-activity-change-focus-flag.
13916         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
13917         dframe-update-speed.
13919         (speedbar-current-frame): New macro.  Use this instead of the
13920         variable speedbar-frame.
13922         (speedbar-use-images, speedbar-expand-image-button-alist)
13923         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13925         (speedbar-find-image-on-load-path): Removed.  Replaced by
13926         defezimage in ezimage.el.
13927         (speedbar-expand-image-button-alist): Removed.  Replaced by
13928         ezimage-expand-image-button-alist in ezimage.el.
13930         (speedbar-ignored-directory-regexp)
13931         (speedbar-add-ignored-directory-regexp)
13932         (speedbar-ignored-directory-expressions)
13933         (speedbar-line-directory, speedbar-buffers-line-directory)
13934         (speedbar-directory-line, speedbar-buffers-line-directory):
13935         Renamed, replacing `path' with `directory'.
13937         (speedbar-create-directory, speedbar-expand-line-descendants)
13938         (speedbar-toggle-line-expansion)
13939         (speedbar-contract-line-descendants): New commands.
13941         (speedbar-query-confirmation-method, speedbar-select-frame-method)
13942         (speedbar-use-tool-tips-flag): New options.
13944         (speedbar-check-read-only, speedbar-require-version)
13945         (speedbar-insert-separator, speedbar-buffers-tail-notes)
13946         (speedbar-handle-delete-frame, speedbar-try-completion)
13947         (speedbar-update-localized-contents): New functions.
13949         (speedbar-incompatible-version, speedbar-ro-to-do-point)
13950         (speedbar-object-read-only-indicator): New variables.
13952         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13953         New hooks.
13955         (speedbar-separator-face): New face.
13957         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13958         (speedbar-ignored-modes): Add fundamental-mode.
13959         (speedbar-directory-unshown-regexp): Add . directories.
13961         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13962         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13963         `]' for full expand/close.
13964         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13966         (speedbar-check-vc): Support hidden files.
13967         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13968         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
13969         state is nil, it is not checked out.
13971         (speedbar-line-text, speedbar-line-token): Support expand buttons
13972         with no text.
13973         (speedbar-refresh): Universal argument acts as power-click.
13974         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13975         that buffer to get variable values.
13977         And many other bugfixes.
13979         * dframe.el, ezimage.el, sb-image.el: New files.
13981         * sb-*.xpm: Remove files.  New image files installed into
13982         etc/images/ezimage.
13984 2005-09-30  Kenichi Handa  <handa@m17n.org>
13986         * ps-mule.el (ps-mule-show-warning): If a character is in
13987         ps-print-translation-table, don't treat it as non-printable.
13989 2005-09-30  David Ponce  <david@dponce.com>
13991         * tree-widget.el (tree-widget-themes-load-path): New variable.
13992         (tree-widget-themes-directory): Doc fix.
13993         (tree-widget-image-formats) [Emacs]: Doc fix.
13994         (tree-widget--locate-sub-directory): New function.
13995         (tree-widget-themes-directory): Use it.
13997         * recentf.el (recentf-filename-handlers): Rename from
13998         `recentf-filename-handler'.  Allow a list of functions.
13999         (recentf-menu-items-for-commands): Fix :help strings.
14000         (recentf-apply-filename-handlers): New function.
14001         (recentf-expand-file-name): Use it.
14002         (recentf-cleanup): Remove duplicates too.
14004 2005-09-29  Juri Linkov  <juri@jurta.org>
14006         * faces.el: Rearrange face definitions to be in the same order as
14007         their face descriptions in "(emacs)Standard Faces".
14009         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14011         * tooltip.el (tooltip): Add group `basic-faces'.
14013         * buff-menu.el (Buffer-menu-buffer): Remove group
14014         `font-lock-highlighting-faces'.
14016         * progmodes/compile.el (compilation-error, compilation-warning)
14017         (compilation-info, compilation-line-number, compilation-column-number):
14018         Change group from `font-lock-highlighting-faces' to `compilation'.
14020         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14021         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14022         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14023         (vhdl-font-lock-reserved-words-face)
14024         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14025         `font-lock-highlighting-faces'.
14027         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14029 2005-09-28  Kim F. Storm  <storm@cua.dk>
14031         * emulation/cua-base.el: Set CUA move property on additional commands:
14032         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14033         forward-sexp, backward-sexp, forward-list, backward-list.
14035 2005-09-28  Romain Francoise  <romain@orebokech.com>
14037         * comint.el (comint-show-output): Really set point at the
14038         beginning of the output when not using `comint-use-prompt-regexp'.
14040 2005-09-27  Jay Belanger  <belanger@truman.edu>
14042         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14043         in TeX mode.
14045 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
14047         * textmodes/org.el (org-table-sum): Fix format string.
14049         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14050         Quote face names.
14052 2005-09-26  Romain Francoise  <romain@orebokech.com>
14054         * isearch.el (isearch-forward-regexp): Close doc string.
14056 2005-09-25  Richard M. Stallman  <rms@gnu.org>
14058         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14060         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14062         * progmodes/compile.el (compilation-error-properties):
14063         When getting the file from the previous error message,
14064         correctly decode the new data format.
14066         * progmodes/cc-cmds.el (c-electric-paren):
14067         Call old-blink-paren only for close-paren.
14069 2005-09-24  Andreas Schwab  <schwab@suse.de>
14071         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14072         condition.
14074 2005-09-25  Romain Francoise  <romain@orebokech.com>
14076         * dired-aux.el (dired-copy-file-recursive):
14077         * dired.el (dired-delete-file):
14078         * ediff-mult.el (ediff-dir-diff-copy-file):
14079         * ediff-util.el (ediff-test-save-region):
14080         * forms.el (forms-mode):
14081         * ido.el (ido-file-internal, ido-delete-file-at-head):
14082         * log-edit.el (log-edit-done):
14083         * ses.el (ses-yank-resize):
14084         * play/gomoku.el (gomoku-human-plays, gomoku)
14085         (gomoku-human-resigns, gomoku-prompt-for-other-game)
14086         (gomoku-offer-a-draw):
14087         * play/landmark.el (lm-human-resigns, lm):
14088         * net/eudcb-ldap.el (eudc-ldap-check-base):
14089         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14090         * progmodes/ebrowse.el (ebrowse-find-pattern):
14091         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14092         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14093         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14095         * vc.el (vc-delete-file):
14096         * play/gomoku.el (gomoku-terminate-game, gomoku)
14097         (gomoku-prompt-for-move, gomoku-human-takes-back):
14098         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14099         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14101 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
14103         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14104         color rxvt terminals by using the code xterm.el used to use before
14105         2005-04-09 in order to match the colors used by rxvt.
14107 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14109         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14110         colors rxvt-unicode terminals by using the same code as xterm.el.
14112 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14114         * textmodes/tex-mode.el (tex-font-lock-append-prop)
14115         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14116         new symbol used for the tex-verbatim face.
14118 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14120         * woman.el (woman-file-name):
14121         * wid-edit.el (widget-file-prompt-value)
14122         (widget-coding-system-prompt-value):
14123         * w32-fns.el (set-w32-system-coding-system):
14124         * vc.el (vc-version-diff, vc-annotate):
14125         * textmodes/reftex-auc.el (reftex-arg-cite)
14126         (reftex-arg-index-tag):
14127         * textmodes/refer.el (refer-get-bib-files):
14128         * textmodes/artist.el (artist-figlet-choose-font):
14129         * terminal.el (terminal-emulator):
14130         * replace.el (occur-read-primary-args):
14131         * rect.el (string-rectangle, string-insert-rectangle):
14132         * ps-print.el (ps-print-preprint):
14133         * progmodes/pascal.el (pascal-goto-defun):
14134         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14135         * progmodes/compile.el (compilation-find-file):
14136         * printing.el (pr-interactive-n-up):
14137         * play/animate.el (animate-birthday-present):
14138         * net/rcompile.el (remote-compile):
14139         * man.el (man, Man-goto-section, Man-follow-manual-reference):
14140         * mail/rmailsum.el (rmail-summary-search-backward)
14141         (rmail-summary-search):
14142         * mail/rmailout.el (rmail-output-read-rmail-file-name)
14143         (rmail-output-read-file-name):
14144         * mail/rmail.el (rmail-search, rmail-search-backwards):
14145         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14146         * locate.el (locate):
14147         * international/quail.el (quail-show-keyboard-layout):
14148         * international/mule.el (set-buffer-file-coding-system)
14149         (revert-buffer-with-coding-system, set-file-name-coding-system)
14150         (set-terminal-coding-system, set-keyboard-coding-system)
14151         (set-next-selection-coding-system):
14152         * international/mule-diag.el (describe-coding-system)
14153         (describe-font, describe-fontset):
14154         * international/mule-cmds.el (universal-coding-system-argument)
14155         (search-unencodable-char, describe-input-method)
14156         (set-language-environment, describe-language-environment):
14157         * international/codepage.el (codepage-setup):
14158         * international/code-pages.el (codepage-setup):
14159         * info.el (Info-search, Info-follow-reference)
14160         (Info-search-backward):
14161         * emacs-lisp/advice.el (ad-read-advised-function)
14162         (ad-read-advice-class, ad-clear-cache, ad-activate)
14163         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14164         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14165         (ad-read-regexp):
14166         * ediff-util.el (ediff-toggle-regexp-match):
14167         * ediff-ptch.el (ediff-prompt-for-patch-file):
14168         * dired-aux.el (dired-diff):
14169         * diff.el (diff):
14170         * cus-edit.el (custom-variable-prompt):
14171         * calendar/timeclock.el (timeclock-ask-for-project):
14172         * calc/calcalg3.el (calc-get-fit-variables):
14173         * calc/calc-store.el (calc-edit-variable)
14174         (calc-permanent-variable):
14175         * vc-mcvs.el (vc-mcvs-register):
14176         * shadowfile.el (shadow-define-literal-group):
14177         * woman.el (woman-file-name):
14178         * vc.el (vc-version-diff, vc-merge):
14179         * textmodes/reftex-index.el (reftex-index-complete-tag):
14180         * format.el (format-decode-buffer, format-decode-region):
14181         * emulation/viper-cmd.el (viper-read-string-with-history):
14182         * emacs-lisp/debug.el (cancel-debug-on-entry):
14183         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14184         * ediff.el (ediff-merge-revisions)
14185         (ediff-merge-revisions-with-ancestor, ediff-revision):
14186         * completion.el (interactive-completion-string-reader):
14187         * calc/calc-prog.el (calc-user-define-formula):
14188         Follow convention for reading with the minibuffer.
14190 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
14192         * progmodes/python.el (python-describe-symbol): Add globals() and
14193         locals() to the arguments of emacs.ehelp.
14195 2005-09-24  Magnus Henoch  <mange@freemail.hu>
14197         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14198         New function, code extracted from ispell-valid-dictionary-list.
14199         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14200         Call it.
14202 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
14204         * subr.el (version-regexp-alist): Extend valid syntax for version
14205         strings: allow any of the characters -,_,+ to separate the
14206         alpha/beta/rc part from the version part.  Doc fix.
14207         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
14209 2005-09-23  David Reitter  <david.reitter@gmail.com>
14211         * mail/mailclient.el: New file.
14213 2005-09-23  Richard M. Stallman  <rms@gnu.org>
14215         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14216         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14217         Doc fixes.
14219         * progmodes/cc-mode.el (c-font-lock-init):
14220         Specify font-lock-lines-before.
14222 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14224         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14225         whole conflict.
14227 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
14229         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14230         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
14231         of `remap' feature when available.  Additional key bindings for
14232         better tty support.
14233         (org-mode-restart, org-force-self-insert): New commands.
14234         (org-time-stamp-inactive): New command.
14235         (org-remap): New function.
14236         (org-table-auto-blank-field, org-level-color-stars-only): New options.
14237         (org-enable-fixed-width-editor): Move to `org-structure'
14238         customization group.
14239         (org-self-insert-command, orgtbl-self-insert-command): Modify to
14240         blank field after field motion commands.
14242 2005-09-23  Kenichi Handa  <handa@m17n.org>
14244         * international/mule-cmds.el (set-language-environment):
14245         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14246         have to call utf-translate-cjk-load-tables.
14248 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14250         * mouse.el (mouse-move-drag-overlay): Fix last change.
14252 2005-09-22  David Ponce  <david@dponce.com>
14254         * tree-widget.el (tree-widget-value-create): Fix previous change.
14256 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14258         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14260 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14262         * mouse.el (mouse-move-drag-overlay): New function.
14263         (mouse-drag-region-1): Use it.
14264         Try to simplify a bit the state handling.  Handle clicks on links
14265         inside intangible areas.
14266         (mouse-save-then-kill): Minor simplification.
14267         (mouse-secondary-overlay): Make it always non-nil instead of
14268         recreating it each time.
14269         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14270         (mouse-kill-secondary, mouse-secondary-save-then-kill):
14271         Simplify accordingly.
14273 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
14275         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14277 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
14279         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14280         (ediff-file-name-sans-prefix): Treat nil as an empty string.
14281         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14282         to patch.
14284         * ediff-util.el: Use insert-buffer-substring.
14286         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14288         * emulation/viper-cmd.el (viper-change-state): Don't move over the
14289         field boundaries in the minibuffer.
14290         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14291         (viper-minibuffer-post-command-hook): New hook.
14292         (viper-line): Don't move cursor at bolp.
14294         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14296         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14297         avoid compiler warnings.
14299         * emulation/viper-macs.el (ex-map): Better messages.
14301         * emulation/viper-utils.el (viper-beginning-of-field): New function.
14303         * emulation/viper.el: Replace make-variable-buffer-local with
14304         viper-make-variable-buffer-local everywhere, to avoid warnings.
14306 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14308         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14309         Delete unused var `old-selected-window'.
14310         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14311         (mouse-drag-secondary): Delete unused var `start-frame'.
14313 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
14315         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14317 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14319         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14320         Re-indent within 80 columns.  Use inhibit-read-only.
14322 2005-09-19  Romain Francoise  <romain@orebokech.com>
14324         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14326 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14328         * font-lock.el (font-lock-default-fontify-region): Don't add a line
14329         unconditionally, since the after-change-function already did it.
14331 2005-09-19  Miles Bader  <miles@gnu.org>
14333         * net/newsticker.el: Get rid of CVS keyword.
14335 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
14337         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14338         The prompt is formatted later.
14340 2005-09-19  David Ponce  <david@dponce.com>
14342         * tree-widget.el (tree-widget-value-create): Save the converted
14343         tree :node widget.
14345 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
14347         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14348         variable `message'.
14350 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
14352         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14353         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
14354         <slawomir.nowaczyk.847@student.lu.se>.
14356 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
14358         * image.el (image-load-path): Use symbol `data-directory' instead
14359         of its value, for backward compatibility with packages that bind
14360         it during `find-image'.  Suggested by Katsumi Yamaoka.
14361         (image-search-load-path): Handle symbols whose values are strings.
14363 2005-09-18  Romain Francoise  <romain@orebokech.com>
14365         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14366         with-current-buffer form in save-excursion.
14368 2005-09-18  Deepak Goel  <deego@gnufans.org>
14370         * apropos.el (apropos-command): Fix `message' call: first arg
14371         should be a format spec.  In this and all other cases that appear
14372         below and elsewhere in the source code, I made a change only when
14373         two conditions were satisfied: [1] I can think of a possibility
14374         that the arguments would cause an error, for example, the code in
14375         question relies on external variables such as filenames.  [2] I
14376         was sure that the arg to `message' could not have been nil in the code.
14378         * textmodes/tildify.el (tildify-region): Ditto.
14380         * textmodes/reftex-index.el (reftex-index-change-entry)
14381         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14382         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14383         * textmodes/org.el (org-complete, org-deadline, org-schedule)
14384         (org-priority, org-table-sum):
14385         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14386         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14387         (flyspell-word, flyspell-display-next-corrections):
14388         * textmodes/bibtex.el (bibtex-print-help-message):
14389         * textmodes/artist.el (artist-key-set-point-poly):
14390         * term/mac-win.el (mac-services-insert-text):
14391         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14392         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14393         (vhdl-port-paste-testbench, vhdl-compose-new-component)
14394         (vhdl-compose-configuration):
14395         * progmodes/sh-script.el (sh-blink, sh-show-indent)
14396         (sh-set-indent, sh-learn-line-indent):
14397         * progmodes/ps-mode.el (ps-mode-target-column):
14398         * progmodes/idlwave.el (idlwave-make-tags)
14399         (idlwave-scan-library-catalogs):
14400         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14401         * progmodes/gud.el (gud-jdb-analyze-source):
14402         * progmodes/flymake.el (flymake-log):
14403         * progmodes/ebnf2ps.el (ebnf-generate-region):
14404         * progmodes/cmacexp.el (c-macro-expansion):
14405         * progmodes/ada-xref.el (ada-treat-cmd-string):
14406         * progmodes/ada-mode.el (ada-create-case-exception-substring)
14407         (ada-justified-indent-current, ada-batch-reformat):
14408         * play/zone.el (zone):
14409         * play/landmark.el (lm-move):
14410         * play/decipher.el (decipher-show-alphabet):
14411         * net/newsticker.el (newsticker--display-jump)
14412         (newsticker--display-scroll):
14413         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14414         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14415         * mail/feedmail.el (feedmail-dump-message-to-queue):
14416         * eshell/esh-proc.el (eshell-remove-process-entry):
14417         * emulation/ws-mode.el (ws-last-error):
14418         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14419         (viper-record-kbd-macro):
14420         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14421         * emacs-lisp/lisp-mnt.el (lm-report-bug):
14422         * emacs-lisp/find-func.el (find-function-noselect):
14423         * calendar/timeclock.el (timeclock-status-string)
14424         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14425         (timeclock-when-to-leave-string):
14426         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14427         * calc/calc-units.el (calc-enter-units-table):
14428         * calc/calc-mode.el (calc-mode-record-mode):
14429         * woman.el (woman-mini-help):
14430         * wdired.el (wdired-change-to-wdired-mode):
14431         * vc.el (vc-retrieve-snapshot):
14432         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14433         * startup.el (display-startup-echo-area-message):
14434         * simple.el (set-goal-column):
14435         * ses.el (ses-command-hook, ses-recalculate-cell):
14436         * server.el (server-process-filter):
14437         * printing.el (pr-interface-txt-print, pr-interface-printify)
14438         (pr-interface-ps):
14439         * pcvs.el (cvs-help):
14440         * log-edit.el (log-edit, log-edit-mode-help):
14441         * iswitchb.el (iswitchb-possible-new-buffer):
14442         * isearch.el (isearch-edit-string):
14443         * image-mode.el (image-mode, image-minor-mode):
14444         * ibuf-macs.el (define-ibuffer-filter):
14445         * hi-lock.el (hi-lock-find-patterns):
14446         * files.el (toggle-read-only):
14447         * ediff-util.el (ediff-copy-diff)
14448         (ediff-write-merge-buffer-and-maybe-kill):
14449         * echistory.el (Electric-history-undefined):
14450         * dnd.el (dnd-insert-text):
14451         * dired-aux.el (dired-query):
14452         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14453         * bookmark.el (bookmark-bmenu-locate):
14454         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14455         Fix `message' calls to ensure first arg is a format string.
14456         The change was made only when these two conditions were satisfied:
14457         [1] when there is a possibility that the arguments would cause an error
14458         for example, if the code in question relies on external variables
14459         such as filenames, and
14460         [2] if the arg to `message' could not have been nil in the code.
14462         * pcomplete.el (pcomplete--help): Fix `message' format spec.
14463         Not having a %s would be weird, though not technically wrong.
14465 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14467         * term/mac-win.el (mac-add-charset-info): Doc fix.
14469 2005-09-17  Romain Francoise  <romain@orebokech.com>
14471         * shell.el (shell-resync-dirs): Handle echoing processes more
14472         reliably.  Don't insert resync command if `comint-process-echoes'
14473         is non-nil.
14475 2005-09-17  Magnus Henoch  <mange@freemail.hu>
14477         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14478         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14479         aspell versions >= 0.60.
14480         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14481         only if ispell-aspell-supports-utf8 is non-nil.
14483 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14485         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14486         buffer-local value to lisp-indent-function.
14488 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
14490         * progmodes/glasses.el (glasses-make-readable): If
14491         glasses-separator differs from underscore, put appropriate
14492         overlays over underscore characters.
14493         (glasses-convert-to-unreadable): If glasses-separator differs from
14494         underscore, try to convert glasses-separator characters to
14495         underscores.
14497 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14499         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14500         Use with-syntax-table and dolist.
14502 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
14504         * textmodes/reftex-auc.el:
14505         * textmodes/reftex-cite.el:
14506         * textmodes/reftex-dcr.el:
14507         * textmodes/reftex-global.el:
14508         * textmodes/reftex-parse.el:
14509         * textmodes/reftex-ref.el:
14510         * textmodes/reftex-sel.el:
14511         * textmodes/reftex-toc.el:
14512         * textmodes/reftex-vars.el:
14513         * textmodes/reftex.el: Small changes to remove compiler warnings.
14515         * textmodes/reftex-index.el: Likewise.
14516         (reftex-query-index-phrase): More efficient use of markers.
14518 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
14520         * image.el (image-load-path): New variable.
14521         (image-search-load-path): New function.
14522         (find-image): Search for images in `image-load-path'.
14524 2005-09-15  Richard M. Stallman  <rms@gnu.org>
14526         * follow.el: Change Maintainer field.
14528 2005-09-15  David Ponce  <david@dponce.com>
14530         * recentf.el (recentf-save-file-modes): New option.
14531         (recentf-save-list): Use it.
14533 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
14535         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14536         (mode-line-mule-info, mode-line-modified): Move bindings from
14537         mouse-3 to mouse-1.
14539 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
14541         * simple.el (sendmail-user-agent-compose): Revert last change.
14543 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14545         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14546         Use with-current-buffer.
14547         (ange-ftp-gwp-start): Remove unused var `gw-user'.
14548         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14549         (ange-ftp-insert-directory): Remove unused var `short'.
14550         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14552         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14553         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14555         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14556         (check-calendar-holidays, diary-list-entries): Autoload.
14557         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14558         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14560         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14561         which mistakenly removed a call to display-buffer.
14563 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
14565         * obsolete/iso-insert.el: Move to obsolete/ from international/.
14567 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
14569         * progmodes/hideshow.el
14570         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14571         (hs-allow-nesting): New user var.
14572         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14573         (hs-hide-block-at-point): When nesting allowed,
14574         if there is already an overlay in place, delete it.
14575         (hs-safety-is-job-n): Delete func; remove call sites.
14576         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14577         (hs-overlay-at): New func.
14578         (hs-already-hidden-p, hs-show-block): Use it.
14579         (hs-hide-all): Don't pre-clean if nesting allowed.
14580         (hs-show-all): Temporarily disallow
14581         nesting around call to `hs-discard-overlays'.
14583 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
14585         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14586         Delete unused local var.
14588 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
14590         * help-fns.el (describe-categories): "?\ " -> "?\s".
14591         (help-do-arg-highlight): Recognize also ARG-n, as in
14592         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
14594         * international/codepage.el (dos-unsupported-char-glyph):
14595         * net/newsticker.el (tool-bar-map, w3-mode-map)
14596         (w3m-minor-mode-map):
14597         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14598         (ent-alist):
14599         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14601 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
14603         * custom.el (custom-push-theme): Handle the case where a symbol is
14604         bound but face properties have not yet been assigned.
14606         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14607         Fix behavior if noerase is `t' and there is no mail buffer.
14609         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14610         if `continue' is nil, rather than signal an error.
14612 2005-09-12  Richard M. Stallman  <rms@gnu.org>
14614         * font-lock.el (font-lock-keywords): Add autoload.
14616         * help-fns.el (describe-variable): Rearrange to put source link
14617         in a predictable place.
14619         * net/newsticker.el: New file.
14621 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14623         * calendar/calendar.el (calendar-for-loop): Add edebug info.
14624         (calendar-basic-setup): Use the new nil arg.
14625         (number-of-diary-entries): Move to diary-lib.el.
14627         * calendar/diary-lib.el: Use with-current-buffer, match-string.
14628         (diary-list-entries): Use with-syntax-table and dolist.
14629         Rename from list-diary-entries.
14630         Use number-of-diary-entries if `number' is nil.
14631         (diary, diary-view-entries): Use this new name and new nil arg value.
14632         (number-of-diary-entries): Move from calendar.el.
14633         (diary-unhide-everything): New function.
14634         (include-other-diary-files, fancy-diary-display)
14635         (diary-show-all-entries, make-diary-entry): Use it.
14636         (diary-mail-entries): Use buffer-string.
14637         (mark-diary-entries): Fix long standing paren typo.
14638         (diary-sexp-entry): Use count-lines.
14639         (make-diary-entry): Avoid `previous-line'.
14640         (diary-mode-map): New var.
14641         (diary-mode): Redraw cal after saving.  Setup header-line.
14642         (fancy-diary-display-mode): Use local-set-key.
14644         * startup.el (command-line): Try calling various terminal-init-foo-bar
14645         functions by stripping hyphenated suffixes from $TERM.
14647         * files.el (normal-mode): Check boundness of font-lock-keywords.
14649 2005-09-12  Richard M. Stallman  <rms@gnu.org>
14651         * progmodes/compile.el: Don't decide a file's directory
14652         until the user actually tries to go there.
14653         (compilation-next-error-function):
14654         Pass compilation-find-file the directory from the file-struct.
14655         (compilation-internal-error-properties): Separate local FILE-STRUCT
14656         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
14657         (compilation-find-file): Arg DIR renamed to DIRECTORY.
14658         Expand it, and if nil, use default-directory.
14659         (compilation-get-file-structure): Don't mix specified directory
14660         with default directory.  Put specified directory into
14661         file-struct.  Don't make the file name absolute.
14663         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14664         (compile-command): Add autoload.
14665         (compilation-disable-input): Add autoload.
14667 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
14669         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14670         strings of the variables it can override.
14671         (time-stamp): New (as yet undocumented) time-stamp-format escapes
14672         %Q and %q, for fully-qualified domain name and unqualified host name.
14674 2005-09-11  Kim F. Storm  <storm@cua.dk>
14676         * emacs-lisp/authors.el (authors-aliases): Update list.
14677         (authors-fixed-entries): Update mldrag.el entry.
14679 2005-09-10  Alan Mackenzie  <acm@muc.de>
14681         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14682         from the region narrowed to.
14684 2005-09-10  Magnus Henoch  <mange@freemail.hu>
14686         * textmodes/ispell.el (ispell-check-version): Signal an error if
14687         aspell version is less than 0.60.
14689 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
14691         * progmodes/octave-inf.el (inferior-octave-startup):
14692         Resync current dir at the end.
14694 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
14696         * woman.el (woman-topic-at-point-default):
14697         Rename to woman-use-topic-at-point-default.
14698         (woman-topic-at-point): Rename to woman-use-topic-at-point.
14699         (woman-file-name): Reflect renames above.  Automatically use the
14700         word at point as topic if woman-use-topic-at-point is non-nil.
14701         Otherwise offer it as default but don't insert it in the
14702         minibuffer.  Also use `test-completion' instead of `assoc' as
14703         suggested by Stefan Monnier.
14705 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
14707         * vc.el (vc-directory, vc-update-change-log): Throw an error on
14708         the attempt to do it over Tramp.  This is not yet supported.
14710 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
14712         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14713         (menu-bar-non-minibuffer-window-p): New functions.
14714         ("Split Window", "Save As..."): Use them.
14715         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14716         ("Print Buffer", "Truncate Long Lines in this Buffer"):
14717         Use menu-bar-menu-frame-live-and-visible-p.
14718         ("Save Buffer", "Insert File", "Open Directory...")
14719         ("Open File...", "Visit New File..."):
14720         Use menu-bar-non-minibuffer-window-p.
14721         (kill-this-buffer-enabled-p, dired <menu-enable>):
14722         Use menu-bar-non-minibuffer-window-p.
14724 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
14726         * cus-start.el (all): Don't complain about fringe-related
14727         built-ins if fringes are not supported.  Ditto about
14728         selection-related built-ins.  Fix the test for GTK-related built-ins.
14730         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14731         ("Postscript Print Buffer", "Print Region", "Save As...")
14732         ("Save", "Insert File...", "Open Directory...")
14733         ("Open File...", "Visit New File..."")
14734         ("Truncate Long Lines in this Buffer"): Don't look at
14735         menu-updating-frame if this display does not support multiple frames.
14737 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14739         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14741 2005-09-09  Emilio Lopes  <eclig@gmx.net>
14743         * woman.el: Format- and whitespace-related changes.
14745 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
14747         * woman.el: Fix my email address.
14749 2005-09-08  Richard M. Stallman  <rms@gnu.org>
14751         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14752         (sh-mode): Locally set skeleton-pair-default-alist.
14754         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14756         * progmodes/flymake.el: Require `compile' unconditionally.
14758         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14760         * woman.el (woman-file-name): Provide a default, not initial input.
14762         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14764         * font-lock.el (font-lock-support-mode): Doc fix.
14766         * descr-text.el (describe-property-list): Handle non-symbol prop names.
14768 2005-09-08  Richard M. Stallman  <rms@gnu.org>
14770         * simple.el (blink-matching-open): Get rid of text props from
14771         the string shown in echo area.  Don't permanently set point.
14772         Some rearrangements.
14774 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14776         * recentf.el (recentf-filename-handler): Add custom choice
14777         `abbreviate-file-name'.
14779         * msb.el (msb--very-many-menus): Fix typo.
14781         * disp-table.el (standard-display-european): Don't set
14782         enable-multibyte-characters to nil.
14784 2005-09-08  David Ponce  <david@dponce.com>
14786         * recentf.el (recentf-show-file-shortcuts-flag): New option.
14787         (recentf-expand-file-name): Doc fix.
14788         (recentf-dialog-mode-map): Define digit shortcuts.
14789         (recentf--files-with-key): New variable.
14790         (recentf-show-digit-shortcut-filter): New function.
14791         (recentf-open-files-items): New function.
14792         (recentf-open-files): Use it.
14793         (recentf-open-file-with-key): New command.
14795 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
14797         * buff-menu.el (Buffer-menu-sort-by-column): New function.
14798         Suggested by Kim F. Storm.
14799         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14800         (Buffer-menu-make-sort-button): Use global keymap.
14802 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
14804         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14805         (Man-getpage-in-background-advice): Remove defadvice; it isn't
14806         necessary any longer with the remapped command.
14807         (Man-bgproc-sentinel-advice): Remove defadvice which counts
14808         formatting time only.
14810         * net/tramp.el (tramp-action-password)
14811         (tramp-multi-action-password): Compile the password prompt from
14812         `method', `user' and `host'.  Sometimes it isn't obvious which
14813         password to enter, for example with remote files offered by
14814         recentf.el, or with multiple steps.  Suggested by Robert Marshall
14815         <robert@chezmarshall.freeserve.co.uk>.
14817 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14819         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14820         Fix regexp for when "s///" is at the beginning of line.
14822 2005-09-07  Jay Belanger  <belanger@truman.edu>
14824         * calc/calc-poly.el (math-expand-term): Multiply out any powers
14825         when in matrix mode.
14827 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14829         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14830         non-anonymous functions.
14832 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
14834         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14835         when using a header line.  Otherwise, use mouse-1-click-follows-link.
14837         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14838         can't be moved; don't signal an error.
14840 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
14842         * cus-theme.el (custom-theme-write-faces): Save the current face
14843         spec, not the defface spec.
14845         * custom.el (custom-known-themes): Clarify meaning of "standard".
14846         (custom-push-theme): Save old values in the standard theme.
14847         (disable-theme): Correct typo.
14848         (custom-face-theme-value) Deleted unused function.
14849         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14851 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14853         * progmodes/compile.el (compilation-goto-locus): Take into account
14854         iconified frames when determining whether the buffer is
14855         already visible.
14856         Don't reset window height if the window already existed.
14858 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
14860         * custom.el (load-theme): Rename from require-theme.
14861         Add interactive spec.
14862         (enable-theme): Rename from custom-enable-theme.
14863         Add interactive spec.
14864         (disable-theme): Rename from custom-disable-theme.
14865         Add interactive spec.
14866         (custom-make-theme-feature): Doc fix.
14867         (custom-theme-directory): Doc fix.
14868         (provide-theme): Call enable-theme.
14870 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14872         * obsolete/lazy-lock.el (lazy-lock-mode):
14873         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14874         font-lock-mode if it's off.  Print a warning instead.
14876         * progmodes/compile.el (compilation-start): Ignore errors if the
14877         process died before we get to send-eof.
14879         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14880         Undo last change.  Enclosing the result in quotes broke things on Unix
14881         since tex-send-command passes it through shell-quote-argument.
14882         (tex-send-command): Pass `file' through convert-standard-filename
14883         when possible.
14884         (tex-uptodate-p): Handle the case where TeX hasn't put additional
14885         info in a transcript.
14887 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
14889         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14890         fix compilation warning.  Reorder the key definitions to group
14891         together keys emitted by the current version of xterm.
14893         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14894         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14895         Reorder predicates to correct min-color usage.
14897 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
14899         * longlines.el (longlines-mode): Inhibit read-only when encoding.
14900         Kill local variables when longlines-mode is turned off.
14902 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14904         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14906         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14908         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14910         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14911         (font-lock-lines-before): Change default to being inactive.
14912         (font-lock-default-fontify-region): Obey font-lock-lines-before.
14913         (font-lock-after-change-function): Don't handle f-l-lines-before here.
14915 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
14917         * net/tramp.el (tramp-handle-make-auto-save-file-name):
14918         Deactivate temporarily advice if active (not needed for Emacs 22,
14919         but for backwards compatibility).
14920         (tramp-exists-file-name-handler): Rewrite.  First implementation
14921         was too simple.
14922         (tramp-advice-make-auto-save-file-name):
14923         Call `tramp-handle-make-auto-save-file-name' (again, just for
14924         backwards compatibility).
14926 2005-08-31  Reto Zimmermann  <reto@gnu.org>
14928         * progmodes/vhdl-mode.el
14929         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14930         (vhdl-end-p): Fix indentation bug "else" after "-- when".
14931         (vhdl-set-default-project): New function (easier setting of default).
14932         (vhdl-port-copy): Handle extended identifiers for generics.
14933         (vhdl-compiler-alist): Better description for error message regexp.
14934         (vhdl-make): Query for target, use previous as default.
14935         (vhdl-port-copy): Fix port copy for port names starting with "signal".
14936         (vhdl-font-lock-keywords-2): Fix fontification for record
14937         el. assign.
14938         (vhdl-speedbar-make-subpack-line): Add package body link.
14939         (vhdl-generate-makefile-1): Not include itself as dependency.
14940         (vhdl-font-lock-init): Highlight c-preprocessor directives.
14941         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14942         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14943         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14944         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14945         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14946         (vhdl-import-project): Add string argument for `error'.
14947         (vhdl-compose-configuration)
14948         (vhdl-compose-configuration-architecture): Add configuration
14949         declaration generation.
14950         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14951         (vhdl-trailer-re): Add "record" keyword (better indentation).
14952         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14953         "[^ \t-\"]+".
14954         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14955         (vhdl-testbench-entity-file-name)
14956         (vhdl-testbench-architecture-file-name): Allow separate
14957         customization of testbench file names.
14958         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14959         (vhdl-get-visible-signals): Allow newline within alias declaration.
14960         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14961         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14962         (member-ignore-case): Alias for missing function in XEmacs.
14963         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14964         (vhdl-update-sensitivity-list): Ignore case on read signals.
14965         (vhdl-replace-string): Adjust case only for file names.
14966         (vhdl-update-sensitivity-list): Fix search for read signals.
14967         (vhdl-update-sensitivity-list): Exclude formal parameters.
14968         (vhdl-get-visible-signals): Include aliases of signals.
14969         (vhdl-get-visible-signals): Fix signal name searching.
14970         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14971         (vhdl-fixup-whitespace-region): Fix for character
14972         literals (e.g. `:').
14974 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14976         * ansi-color.el (comint-last-output-start):
14977         * bs.el (font-lock-verbose):
14978         * diff-mode.el (add-log-buffer-file-name-function):
14979         * dired-x.el (vm-folder-directory):
14980         * faces.el (help-xref-stack-item):
14981         * files.el (font-lock-keywords):
14982         * find-lisp.el (dired-buffers, dired-subdir-alist):
14983         * ido.el (cua-inhibit-cua-keys):
14984         * log-view.el (cvs-minor-wrap-function):
14985         * outline.el (font-lock-warning-face):
14986         * simple.el (compilation-current-error):
14987         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14988         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14989         * tooltip.el (comint-prompt-regexp):
14990         * w32-fns.el (explicit-shell-file-name):
14991         * term/mac-win.el (mac-charset-info-alist)
14992         (mac-services-selection, mac-system-script-code):
14993         * term/tty-colors.el (msdos-color-values):
14994         * term/w32-win.el (xlfd-regexp-registry-subnum):
14995         * term/x-win.el (x-keysym-table, x-selection-timeout)
14996         (x-session-id, x-session-previous-id):
14997         * textmodes/ispell.el (mail-yank-prefix):
14998         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14999         * textmodes/org.el (calc-embedded-close-formula)
15000         (calc-embedded-open-formula)
15001         (font-lock-unfontify-region-function):
15002         * textmodes/reftex-global.el (isearch-next-buffer-function)
15003         (TeX-master):
15004         * textmodes/reftex.el (font-lock-keywords):
15005         * textmodes/tex-mode.el (font-lock-comment-face)
15006         (font-lock-doc-face):
15007         * textmodes/texinfo.el (outline-heading-alist):
15008         Add defvars.
15010         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15011         (artist-spray-chars, artist-mode-init, artist-replace-string)
15012         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15013         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15014         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15016         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15017         (conf-align-assignments): "?\ " -> "?\s".
15019         * textmodes/reftex-index.el (TeX-master): Add defvar.
15020         (reftex-index-phrases-marker): Move up defvar.
15022         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15023         (reftex-toc-include-labels-indicator)
15024         (reftex-toc-include-index-indicator)
15025         (reftex-toc-max-level-indicator): Move up declarations.
15027         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15028         of args to `tramp-run-real-handler', even if it's empty in this case.
15030 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15032         * dired.el (dired-move-to-filename-regexp): Add date format for
15033         Mac OS X 10.3 in East Asian locales.
15035 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
15037         * files.el (make-auto-save-file-name): Add file name handler call
15038         if applicable.
15040         * net/tramp.el (tramp-file-name-handler-alist)
15041         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15042         (tramp-handle-make-auto-save-file-name): Rename from
15043         `tramp-make-auto-save-file-name'.
15044         (tramp-exists-file-name-handler): New defun.
15045         (tramp-advice-make-auto-save-file-name): Make defadvice only when
15046         `make-auto-save-file-name' is not a magic file name operation.
15048 2005-08-30  Richard M. Stallman  <rms@gnu.org>
15050         * files.el (risky-local-variable-p):
15051         Match `-predicates' and `-commands.
15053         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15054         (custom-save-all): Visit the file if necessary;
15055         kill the buffer if we created it.
15056         (custom-save-delete): Don't visit file or kill buffer here.
15058 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
15060         * textmodes/org.el (org-special-keyword): New face.
15061         (org-table-copy-down, org-table-eval-formula)
15062         (org-table-recalculate, org-init-section-numbers):
15063         Use `string-to-number' instead of `string-to-int'.
15064         (org-get-location): Use `insert-buffer-substring' instead of
15065         `insert-buffer'.
15066         (org-modify-diary-entry-string): New function.
15067         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15068         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15069         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15070         active region.
15071         (org-export-as-html): Handle QUOTE keyword.
15072         (org-quote-string): New option.
15073         (org-bookmark-jump-unhide): New function, used for
15074         `bookmark-after-jump-hook'.
15075         (org-diary-default-entry): Apply only when not called through
15076         `org-agenda'.
15078 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
15080         * net/eudc.el (mode-popup-menu):
15081         * play/handwrite.el (ps-printer-name, ps-lpr-command):
15082         * progmodes/ada-mode.el (compile-auto-highlight)
15083         (skeleton-further-elements):
15084         * progmodes/autoconf.el (font-lock-syntactic-keywords):
15085         * progmodes/cmacexp.el (msdos-shells):
15086         * progmodes/compile.el (font-lock-extra-managed-props)
15087         (font-lock-keywords, font-lock-maximum-size)
15088         (font-lock-support-mode):
15089         * progmodes/grep.el (font-lock-lines-before):
15090         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15091         * progmodes/mixal-mode.el (compile-command):
15092         * progmodes/perl-mode.el (font-lock-comment-face)
15093         (font-lock-doc-face, font-lock-string-face):
15094         * progmodes/prolog.el (comint-prompt-regexp):
15095         * progmodes/sh-script.el (font-lock-comment-face)
15096         (font-lock-set-defaults, font-lock-string-face):
15097         * progmodes/sql.el (font-lock-keyword-face)
15098         (font-lock-set-defaults, font-lock-string-face):
15099         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15100         (itimer-version, lazy-lock-defer-contextually)
15101         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15102         Add defvars.
15104         * progmodes/cperl-mode.el (cperl-electric-lbrace)
15105         (cperl-electric-keyword, cperl-electric-pod)
15106         (cperl-electric-backspace, cperl-forward-re)
15107         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15108         (vc-rcs-header, vc-sccs-header): Add defvars.
15110         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15111         (font-lock-syntactic-keywords, gud-find-expr-function):
15112         Add defvars.
15114         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15115         (gdb-frame-parameters): Declare before use.
15117         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15118         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15119         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15120         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15122         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15123         (idlwave-help-with-source): Use `insert-buffer-substring', not
15124         `insert-buffer'.
15126 2005-08-29  Juri Linkov  <juri@jurta.org>
15128         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15129         Put outline-back-to-heading function call inside save-excursion.
15131 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
15133         * man.el (Man-init-defvars, Man-translate-references)
15134         (Man-support-local-filenames, Man-highlight-references):
15135         * progmodes/sql.el (sql-interactive-mode):
15136         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15138         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15139         (compilation-mode-font-lock-keywords): Add defvars.
15140         (checkdoc-interactive-loop): "?\ " -> "?\s".
15142         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15143         (font-lock-doc-face, font-lock-string-face)
15144         (font-lock-keywords-case-fold-search): Add defvars.
15145         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15147         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15148         Don't pass X and Y (they are ignored anyway).
15149         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15150         (mouse-delete-window): Make arguments optional.
15152         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15153         (caesar-translate-table, minor-modes, news-buffer-save)
15154         (news-group-name, news-minor-modes): Add defvars.
15156         * emacs-lisp/lselect.el (mouse-highlight-priority)
15157         (x-lost-selection-functions, zmacs-regions):
15158         * emacs-lisp/pp.el (font-lock-verbose):
15159         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15160         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15161         (ses-mode-map):
15162         * emacs-lisp/tcover-unsafep.el (safe-functions):
15163         * international/mule-cmds.el (mac-system-coding-system)
15164         (mac-system-locale):
15165         * language/ethio-util.el (rmail-current-message)
15166         (rmail-message-vector):
15167         * language/thai-util.el (thai-auto-composition-mode):
15168         * mail/metamail.el (rmail-current-message, rmail-message-vector):
15169         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15170         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15171         (vm-primary-inbox, vm-spool-files):
15172         * mail/rmail.el (deleted-head, font-lock-fontified)
15173         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15174         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15175         (total-messages):
15176         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15177         (rmail-summary-mode-map):
15178         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15179         (rmail-last-label, rmail-last-multi-labels)
15180         (rmail-summary-vector, rmail-total-messages):
15181         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15182         * mail/rmailsum.el (msgnum):
15183         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15184         (rmail-current-message):
15185         * obsolete/fast-lock.el (font-lock-face-list):
15186         * obsolete/rnewspost.el (mail-reply-buffer):
15187         * obsolete/scribe.el (compile-command):
15188         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15190 2005-08-28  John Paul Wallington  <jpw@gnu.org>
15192         * ibuf-ext.el (ibuffer-auto-update-changed):
15193         Use `frame-or-buffer-changed-p' to check whether we need to update.
15194         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15195         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
15196         as a `frame-or-buffer-changed-p' state vector instead.
15198 2005-08-27  Romain Francoise  <romain@orebokech.com>
15200         * textmodes/makeinfo.el (makeinfo-compile):
15201         Use `compilation-start'.  Set `next-error-function' according to
15202         `disable-errors'.
15203         (makeinfo-next-error): New function.
15204         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15205         (makeinfo-buffer): Likewise.
15207         * progmodes/compile.el (compilation-start): Add autoload cookie.
15209         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15210         * textmodes/sgml-mode.el: Likewise.
15211         * progmodes/python.el: Likewise.
15213 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
15215         * simple.el (blink-matching-paren-distance): Document the meaning
15216         of nil value, and allow to customize to nil.
15218         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15219         command.com, not command.exe.
15221 2005-08-26  John Wiegley  <johnw@newartisans.com>
15223         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15224         code around a bit so that an extraneous nil argument is not added
15225         to a command when no args are given.
15227         * eshell/esh-arg.el (eshell-parse-double-quote): If a
15228         double-quoted argument resolves to nil, return it as an empty
15229         string rather than as nil.  This made it impossible to pass "" to
15230         a shell script as a null string argument.
15232 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15234         * outline.el (outline-invent-heading): New fun.
15235         (outline-promote, outline-demote): Use it.
15236         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15237         (outline-end-of-subtree): Remove unused var `opoint'.
15239 2005-08-26  David Reitter  <david.reitter@gmail.com>
15241         * menu-bar.el (truncate-lines, write-file, print-buffer)
15242         (ps-print-buffer-faces, ps-print-buffer, split-window):
15243         Disable menu items when the frame they refer to is invisible, or when
15244         they refer to a buffer and the minibuffer is selected.
15246 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
15248         * progmodes/flymake.el (flymake-highlight-err-lines):
15249         Use save-excursion around flymake-highlight-line to preserve point.
15251 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
15253         * progmodes/octave-mod.el: Change Author and Maintainer address.
15254         (octave-maintainer-address): Change Kurt's email address.
15255         * progmodes/octave-inf.el: Change Author and Maintainer address.
15256         * progmodes/octave-hlp.el: Change Author and Maintainer address.
15258 2005-08-26  Kim F. Storm  <storm@cua.dk>
15260         * subr.el (version-list-<, version-list-<=, version-list-=):
15261         Rename from integer-list-*.
15262         (version-list-not-zero): Likewise.  Fix while loop.
15263         (version=): Use version-list-= instead of string-equal.
15265 2005-08-26  Richard M. Stallman  <rms@gnu.org>
15267         * outline.el (outline-promote): Try shortening the heading.
15268         As last resort, read the heading to use.
15269         (outline-demote): As last resort, read the heading to use.
15271 2005-08-26  Romain Francoise  <romain@orebokech.com>
15273         * progmodes/compile.el (compilation-start): Doc fix.
15275         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15276         (antlr-font-lock-additional-keywords): Fix reference to
15277         `antlr-font-lock-literal-regexp' erroneously changed during the
15278         mass face rename.
15279         (antlr-run-tool): Use `compilation-start'.
15281         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15282         instead of the obsolete `compile-internal'.
15284 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
15286         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15287         (number, original-date):
15288         * calendar/cal-china.el (date):
15289         * calendar/cal-coptic.el (date):
15290         * calendar/cal-french.el (date):
15291         * calendar/cal-hebrew.el (date, entry, number, original-date):
15292         * calendar/cal-islam.el (date, number, original-date):
15293         * calendar/cal-iso.el (date):
15294         * calendar/cal-julian.el (date):
15295         * calendar/cal-mayan.el (date):
15296         * calendar/cal-menu.el (date, event):
15297         * calendar/cal-persia.el (date):
15298         * calendar/lunar.el (date):
15299         * calendar/solar.el (date): Add defvars.
15301         * emerge.el:
15302         * ibuffer.el:
15303         * info-xref.el:
15304         * obsolete/bg-mouse.el:
15305         * obsolete/sun-curs.el:
15306         * obsolete/swedish.el: Move the `defvar's to the top level.
15308         * smerge-mode.el (smerge-refined-change): Add :group.
15310 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15312         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15313         (smerge-keep-n): Remove props.
15314         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15315         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15316         now that it's done in smerge-keep-n.
15317         (smerge-refined-change): New face.
15318         (smerge-refine-chopup-region, smerge-refine-highlight-change)
15319         (smerge-refine): New funs.
15320         (smerge-basic-map): Bind smerge-refine.
15322 2005-08-25  Juri Linkov  <juri@jurta.org>
15324         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15325         compilation-process-setup-function and compilation-disable-input
15326         in grep-mode instead of let-bindings in grep.
15328         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15329         Delete "Automatic File De/compression" (auto-compression-mode).
15331 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
15333         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15334         Silence warning about non-existent variable.
15336 2005-08-25  Richard M. Stallman  <rms@gnu.org>
15338         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15339         Rename "Describe Key" to "Describe Key or Mouse Operation".
15341         * mail/mailalias.el (build-mail-aliases): Delete comments
15342         from the contents before processing them.
15344         * isearch.el (isearch-edit-string): Erase the Search prompt
15345         if user enters an empty string and there is no default.
15347         * comint.el (comint-file-name-prefix): Add autoload.
15349 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
15351         * subr.el (play-sound): Rearrange to avoid warning.
15353 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
15355         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15356         New hook.
15357         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15359 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15361         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15363         * custom.el (custom-theme-set-variables): Sort minor modes last.
15365 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15367         * subr.el (version-separator, version-regexp-alist): New vars used by
15368         version comparison funs.
15369         (integer-list-<, integer-list-=, integer-list-<=)
15370         (integer-list-not-zero): New funs for integer list comparison.
15371         (version-to-list, version=, version<, version<=): New funs for version
15372         comparison.
15374 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
15376         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15377         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15378         time to silence the byte-compiler.
15380         * ibuffer.el (ibuffer-compile-make-eliding-form)
15381         (ibuffer-check-formats): Use `with-no-warnings' to hide references
15382         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15383         so it's silly to get warnings for it).
15384         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15385         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15386         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15387         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15388         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15389         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15390         Defvar at compile time.
15391         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15392         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15393         Declare them before use.
15395         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15396         (info-xref-good, info-xref-bad): Defvar at compile time.
15398         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15399         Use `let*' instead of `let'.
15401         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15402         (*mouse-y*, menu, char): Defvar at compile time.
15403         (sc::menu): Declare it before use.
15404         (sc::pack-one-line): Use `let', not `let*'.
15406         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15407         (mail-send-hook): Defvar at compile time.
15409         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15410         Defvar at compile time.
15412         * term/sun-mouse.el (current-global-mousemap)
15413         (current-local-mousemap): Declare them before use.
15415 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
15417         * bookmark.el (bookmark-after-jump-hook): New hook.
15418         (bookmark-jump): Run `bookmark-after-jump-hook'.
15420 2005-08-23  Juri Linkov  <juri@jurta.org>
15422         * faces.el (minibuffer-prompt): Doc fix.
15424 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
15426         * progmodes/xscheme.el: Trivial changes to silence warnings.
15427         (xscheme-previous-mode, xscheme-previous-process-state):
15428         Add defvars.
15429         (xscheme-last-input-end, xscheme-process-command-line)
15430         (xscheme-process-name, xscheme-buffer-name)
15431         (xscheme-expressions-ring-max, xscheme-expressions-ring)
15432         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15433         (xscheme-control-g-synchronization-p)
15434         (xscheme-control-g-disabled-p, xscheme-string-receiver)
15435         (default-xscheme-runlight, xscheme-runlight)
15436         (xscheme-runlight-string, xscheme-process-filter-state)
15437         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15438         Move to beginning of file.
15439         (scheme-interaction-mode-commands-alist)
15440         (scheme-interaction-mode-map, scheme-debugger-mode-map):
15441         Declare them before use.  Note: the initialization code for the variables
15442         has not been moved because it uses functions that reference the variables.
15443         (xscheme-control-g-message-string, xscheme-process-filter-alist)
15444         (xscheme-prompt-for-expression-map): Declare them before use.
15445         (scheme-debugger-mode-commands): "?\ " -> "?\s".
15447 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
15449         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15451 2005-08-22  Juri Linkov  <juri@jurta.org>
15453         * faces.el (set-face-underline): Delete this duplicate function
15454         and make an obsolete alias to set-face-underline-p.
15455         (set-face-underline-p): Use docstring of set-face-underline.
15456         (describe-face): Create hyperlink to parent face.
15458         * info.el (Info-insert-dir): Use save-excursion around
15459         insert-buffer-substring.
15460         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15461         (Info-escape-percent): Delete function.
15462         (Info-fontify-node): Replace Info-escape-percent by
15463         replace-regexp-in-string with REP arg set to lambda that
15464         duplicates `%' and preserves text properties.
15466         * progmodes/compile.el (compilation-disable-input): Doc fix.
15467         (define-compilation-mode): Doc fix and refill.
15468         (kill-compilation): Use `mode-name' in the error message.
15469         (compilation-find-file): Use `compilation-error' in the
15470         read-file-name's prompt.
15472 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15474         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15475         (smerge-auto-leave): Make undo re-enable the mode.
15476         (debug-ignored-errors): Add the user-error of impossible resolution.
15477         (smerge-resolve): Move things around a bit, in preparation for later.
15478         (smerge-diff): Don't fail if the buffer has no associated file.
15479         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15480         (smerge-conflict-overlay): New function.
15481         (smerge-match-conflict): Don't add text properties here.
15482         (smerge-find-conflict): Instead, add an overlay here.
15483         Also check for the case where we're inside a conflict already, so as to
15484         obviate the need for font-lock-multiline, which is unbearably slow with
15485         large conflicts and ciomplex font-lock patterns.
15486         (smerge-remove-props): Remove overlay rather than text-properties.
15487         (smerge-mode): Don't set font-lock-multiline.
15488         Remove overlays when turned off.
15490 2005-08-21  Kim F. Storm  <storm@cua.dk>
15492         * ido.el (ido-ignore-item-p): Use save-match-data.
15493         Bind case-fold-search to ido-case-fold locally.
15495 2005-08-20  Richard M. Stallman  <rms@gnu.org>
15497         * files.el (normal-mode): If font lock is on, turn it off and on.
15499         * subr.el (replace-regexp-in-string): Doc fix.
15501         * startup.el (command-line-1): Don't suppress startup screen
15502         due to existing processes.
15504         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15506         * progmodes/compile.el (compilation-disable-input): Default to nil.
15508 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15510         * progmodes/compile.el (compilation-disable-input): New defcustom.
15511         (compilation-start): If compilation-disable-input is non-nil, send
15512         EOF to the compilation process.
15514 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
15516         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15517         Run the argument of tex-shell-cd-command through
15518         convert-standard-filename, to get the correct style of slashes on
15519         Windows, and enclose the result in quotes, in case the file name
15520         includes whitespace or other special characters.
15522 2005-08-19  Andreas Schwab  <schwab@suse.de>
15524         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15525         process.
15527 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
15529         * cus-start.el (minibuffer-prompt-properties): Correct typo.
15531 2005-08-18  Kim F. Storm  <storm@cua.dk>
15533         * scroll-lock.el: Fix errors due to incorrect line wrapping.
15535 2005-08-18  Richard M. Stallman  <rms@gnu.org>
15537         * scroll-lock.el: New file.
15539 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
15541         * dired.el (dired-move-to-end-of-filename):
15542         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15544 2005-08-18  Kim F. Storm  <storm@cua.dk>
15546         * ido.el (ido-everywhere): Fix defcustom :set function to disable
15547         rather than toggle mode when custom value is nil.
15548         (ido-everywhere): Fix defun doc string.
15550 2005-08-17  Richard M. Stallman  <rms@gnu.org>
15552         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15553         as tag instead of "Inviolable".
15555 2005-08-17  Kim F. Storm  <storm@cua.dk>
15557         * windmove.el (windmove-coordinates-of-position): Remove.
15558         (windmove-coordinates-of-window-position): Remove.
15559         (windmove-reference-loc): Use posn-at-point instead.
15561         * subr.el (insert-for-yank-1): Doc fix.
15563         * ido.el (ido-enter-matching-directory): Rename from
15564         ido-enter-single-matching-directory.  Change `slash' choice to
15565         `only'.  Add `first' choice.
15566         (ido-exhibit): Adapt to above changes.
15568 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
15570         * Makefile.in: Expand comment about building loaddefs.el.
15572 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
15574         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15575         Comment use of defadvice.
15577         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15579 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
15581         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15582         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15583         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15584         * progmodes/idlw-shell.el, progmodes/ld-script.el,
15585         * progmodes/which-func.el, ruler-mode.el, strokes.el,
15586         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15587         for backward compatibility for faces that did not appear in the
15588         previous Emacs release.
15590         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15592 2005-08-15  Kim F. Storm  <storm@cua.dk>
15594         * emulation/cua-base.el (cua-delete-region): Return t if
15595         deleted region was non-empty.
15596         (cua-replace-region): Inhibit overwrite-mode for
15597         self-insert-command if replaced region was non-empty.
15598         (cua--explicit-region-start, cua--status-string): Make them
15599         buffer-local at top-level...
15600         (cua-mode): ...rather than when mode is enabled.
15602 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
15604         * progmodes/vhdl-mode.el (vhdl-emacs-21):
15605         Set t for Emacs 21, 22, and so on.
15607 2005-08-15  David Ponce  <david@dponce.com>
15609         * tree-widget.el: Update Commentary header.
15610         (tree-widget-theme): Doc fix.
15611         (tree-widget-space-width): New option.
15612         (tree-widget-image-properties): Look up in the default theme too.
15613         (tree-widget--cursors): Only for images with arrow pointer shape.
15614         (tree-widget-lookup-image): Pointer shape is hand by default.
15615         (tree-widget-icon): Rename generic icon widget from
15616         `tree-widget-control'.
15617         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15618         derive from `tree-widget-icon'.
15619         (tree-widget-handle): Improve default look and feel of the text
15620         representation.
15621         (tree-widget): Rename :*-control properties to :*-icon properties.
15622         Add :action and :help-echo properties.
15623         (tree-widget-after-toggle-functions): Move.
15624         (tree-widget-close-node, tree-widget-open-node): Remove.
15625         (tree-widget-before-create-icon-functions): New hook.
15626         (tree-widget-value-create): Update to allow customization of icons
15627         and nodes at run-time via that new hook.
15628         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15629         (tree-widget-icon-action, tree-widget-icon-help-echo)
15630         (tree-widget-action, tree-widget-help-echo): New functions.
15632 2005-08-15  Kim F. Storm  <storm@cua.dk>
15634         * ido.el (ido-buffer-internal): Use with-no-warnings.
15635         (ido-make-merged-file-list): Use while-no-input.
15637 2005-08-15  Richard M. Stallman  <rms@gnu.org>
15639         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15640         (flyspell-large-region): Fix doc and custom type.
15642 2005-08-14  Richard M. Stallman  <rms@gnu.org>
15644         * files.el (interpreter-mode-alist): Doc fix.
15646         * mail/rmail.el (rmail-nonignored-headers): New variable.
15647         (rmail-clear-headers): Use it.
15648         (rmail-reply): Better handling of mail-followup-to header.
15650         * progmodes/sh-script.el (sh-font-lock-keywords-var):
15651         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
15652         don't try to refer to executable-font-lock-keywords.
15653         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15654         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15655         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15656         (sh-mode): Set comment-start-skip, local-abbrev-table,
15657         imenu-case-fold-search.
15658         (sh-set-shell): Don't set them here.
15659         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
15660         Don't cache the results in the original alist; don't ever modify
15661         that alist.
15663         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15665         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15666         empty.
15668 2005-08-15  Andreas Schwab  <schwab@suse.de>
15670         * desktop.el: Put autoload cookie at risky-local-variable declarations.
15672         * dired.el, info.el, mail/rmail.el: Revert last change.
15674 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
15676         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15677         modification in `eval-after-load' form.
15678         * info.el: Likewise.
15679         * mail/rmail.el: Likewise.
15681 2005-08-14  Juri Linkov  <juri@jurta.org>
15683         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15684         Remove highlighting of "Compilation started".  Highlight only
15685         the word "finished" in "Compilation finished".  Add highlighting
15686         of "interrupt", "killed", "terminated" and the exit code.
15687         (compilation-start): Add newline after header.  Use exactly the
15688         same time stamp format as the finishing message.
15689         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15691         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15692         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15693         Add highlighting of "interrupt", "killed", "terminated".
15695         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15696         enabled and the current command is self-insert-command, call it
15697         explicitly with overwrite-mode bound to nil, to not allow it
15698         to delete the character after the selected region.
15700 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
15702         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15703         move-end-of-line, end-of-line, and beginning-of-line to the list
15704         of commands after which the echo area is updated.
15706 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
15708         * cus-edit.el (custom-save-all, custom-save-delete):
15709         Bind recentf-exclude to exclude custom-file.
15711 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
15713         * mail/rmailsum.el (rmail-summary-end-of-message): New command
15714         to go to the bottom of the mail message.  Added to
15715         `rmail-summary-mode-map' with key "/".
15716         (rmail-summary-show-message): New (internal) function for use by
15717         both `rmail-summary-beginning/end-of-message'.
15718         (rmail-summary-beginning-of-message): Change to use
15719         rmail-summary-show-message.
15721         * mail/rmail.el (rmail-end-of-message): New command to go to the
15722         end of the current message.  Added to `rmail-mode-map' with key "/".
15723         (rmail-beginning-of-message): Fix to work as documented.
15724         (rmail-mode): Change documentation.
15726         * progmodes/compile.el (compilation-start): Add the line
15727         "Compilation started" with compilation start time.
15728         (compilation-mode-font-lock-keywords): Add `started' to keywords.
15730 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
15732         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15733         of menu items.
15735 2005-08-11  Richard M. Stallman  <rms@gnu.org>
15737         * simple.el (pop-global-mark): Reverse test of widen-automatically.
15739         * battery.el (battery-status-function): Don't use ignore-errors.
15741 2005-08-11  Lute Kamstra  <lute@gnu.org>
15743         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15744         define-obsolete-variable-alias.
15746 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15748         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15749         (ange-ftp-send-cmd): Revert last change, and expand
15750         the comment explaining the problem.
15752 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
15754         * ldefs-boot.el: Update.
15756         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15757         item to "Time, Load and Mail".  Change help echo text.
15759         * time.el (display-time-use-mail-icon, display-time-format)
15760         (display-time-string-forms): Shorten first line of docstrings.
15762 2005-08-10  Lars Hansen  <larsh@soem.dk>
15764         * desktop.el (desktop-buffer-mode-handlers):
15765         Make non-customizable.  Add autoload cookie.  Change initial value to
15766         nil; add elements in respective modules instead.  Fix doc string.
15767         (desktop-load-file): New function.
15768         (desktop-minor-mode-handlers): New autoloaded variable.
15769         (desktop-create-buffer): Call minor mode handlers.
15770         Use desktop-load-file to load major and minor mode modules prior to
15771         checking for a handler.
15772         (desktop-save): Don't add nil to desktop-minor-modes for minor
15773         modes with nil function in desktop-minor-mode-table.  Don't delete
15774         desktop file before rewriting it.
15775         (desktop-locals-to-save): Add autoload cookie.  Don't make
15776         automatically buffer-local.  Add variables column-number-mode,
15777         size-indication-mode, indent-tabs-mode,
15778         indicate-buffer-boundaries, indicate-empty-lines and
15779         show-trailing-whitespace.
15780         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15781         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
15782         (desktop-clear-preserve-buffers-regexp): Delete.
15783         (desktop-clear-preserve-buffers): Update initial value and docstring.
15784         (desktop-save-buffer): Fix doc string.
15786         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15787         (hilit-chg-desktop-restore): New function.
15788         (highlight-changes-mode): Add highlight-changes-mode to
15789         desktop-locals-to-save.
15791         * dired.el: Add handler to desktop-buffer-mode-handlers.
15792         (dired-restore-desktop-buffer): Remove autoload cookie.
15793         (dired-mode): Add autoload cookie.
15795         * info.el: Add handler to desktop-buffer-mode-handlers.
15796         (Info-restore-desktop-buffer): Remove autoload cookie.
15797         (Info-mode): Add autoload cookie.
15799         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15800         (mh-restore-desktop-buffer): Remove autoload cookie.
15801         (mh-folder-mode): Add autoload cookie.
15803         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15804         (rmail-restore-desktop-buffer): Remove autoload cookie.
15806 2005-08-11  Masatake YAMATO  <jet@gyve.org>
15808         * hexl.el (hexl-address-region):
15809         (hexl-ascii-region, hexl-font-lock-keywords):
15810         (hexl-highlight-line-range): Use the term "region"
15811         instead of "area" for consistency with the other symbols
15812         defined in hexl.el.
15814 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
15816         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15817         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15818         out by Juri Linkov).  Add `display-battery-mode'.
15820 2005-08-09  Juri Linkov  <juri@jurta.org>
15822         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15823         Remove `-text' from face variable names.
15824         (compilation-error-file-name, compilation-warning-file-name)
15825         (compilation-info-file-name): Delete faces.
15826         (compilation-line-number, compilation-column-number):
15827         Remove face underlining.
15828         (compilation-message-face): Set to `underline' value by default.
15829         (compilation-error-face, compilation-warning-face)
15830         (compilation-info-face): Remove `-file-name' from face names.
15831         (compilation-error-text-face, compilation-warning-text-face)
15832         (compilation-info-text-face): Delete face variables.
15833         (compilation-text-face): Delete function.
15835         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15836         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15837         (grep-error-face): Set to `compilation-error' instead of
15838         `compilation-error-face' (which is redefined to `grep-hit-face' in
15839         grep buffers).
15840         (grep-mode-font-lock-keywords): Remove `-text' from face variable
15841         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
15843         * dired-aux.el (dired-do-query-replace-regexp):
15844         Use `query-replace-read-args'.
15846         * replace.el (query-replace-read-from, query-replace-read-to)
15847         (query-replace-read-args): Rename arg `string' to `prompt'.
15849         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15851 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
15853         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15854         uploading files.
15855         (ange-ftp-canonize-filename): Handle file names beginning with ~
15856         correctly.
15858 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
15860         * textmodes/fill.el (canonically-space-region)
15861         (fill-context-prefix, fill-french-nobreak-p)
15862         (fill-delete-newlines, fill-comment-paragraph)
15863         (justify-current-line): "?\ " -> "?\s".
15865 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
15867         * textmodes/fill.el (fill-nonuniform-paragraphs):
15868         Improve argument/docstring consistency.
15870 2005-08-09  Richard M. Stallman  <rms@gnu.org>
15872         * textmodes/ispell.el (ispell-word): More fboundp checks.
15874         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15875         (find-file-noselect-1): Call it here, only if RAWFILE.
15876         (normal-mode): Always set some major mode.
15877         (save-some-buffers-action-alist): Change some explanation strings.
15878         (file-name-non-special): In the `quote' method, use unwind-protect.
15880 2005-08-09  Magnus Henoch  <mange@freemail.hu>
15882         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15883         (ispell-have-aspell-dictionaries): New variable.
15884         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15885         (ispell-get-aspell-config-value): New function.
15886         (ispell-aspell-find-dictionary): New function.
15887         (ispell-aspell-add-aliases): New function.
15888         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15889         appropriate.  Don't look for ispell dictionaries if we use aspell.
15890         (ispell-menu-map): Don't build a submenu of dictionaries.
15892 2005-08-09  Richard M. Stallman  <rms@gnu.org>
15894         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15895         (sql-read-passwd): Use read-passwd.
15897         * progmodes/idlw-toolbar.el (idlwave-toolbar)
15898         (idlwave-toolbar-is-possible): Add defvars.
15900         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15901         Avoid warnings.
15903         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15904         (idlwave-system-class-info, idlwave-executive-commands-alist):
15905         Use defvar.
15907         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15909         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15910         Avoid warnings.
15912         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15913         and content-type: headers.
15915         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15917         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15918         and rename some of them to be more self-explanatory.
15920         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15922         * startup.el (command-line-1): Implement -scriptload.
15924         * replace.el (occur-engine): Initial *Occur* output not undoable.
15926         * menu-bar.el (menu-bar-file-menu): Rename some menu items
15927         and improve help strings.
15929         * isearch.el (isearch-repeat): When changing direction,
15930         mark search successful.
15932         * ediff-init.el: Use (featurep 'xemacs).
15934         * comint.el (send-invisible): Identify buffer, if not selected.
15936         * align.el: Delete autoload for c-guess-basic-syntax.
15938 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
15940         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15941         Improve argument/docstring consistency.  Doc fixes.
15942         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15943         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15944         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15945         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15946         (r2bv-organization, r2bv-pages, r2bv-primary-author)
15947         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15948         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15949         Defvar at compile time.
15951 2005-08-09  Juri Linkov  <juri@jurta.org>
15953         * info.el: Replace `info' with upper-case `Info' where appropriate.
15954         (info-title-1, info-title-2, info-title-3, info-title-4)
15955         (info-menu-header): Move up face definitions.
15956         (info-menu-star): Rename from `info-menu-5'.
15957         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15958         (Info-fontify-visited-nodes): Fix docstring.
15959         (Info-hide-note-references): Fix docstring.
15960         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15961         menu items in the same way as on cross-references.
15962         (info-apropos): Fix sorting order and formatting to be like in the
15963         stand-alone Info browser.  Display error messages for 1 sec.
15964         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
15965         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15966         from the menu bar.
15967         (Info-insert-dir): Restore point after calling
15968         `insert-buffer-substring'.
15970 2005-08-08  Richard M. Stallman  <rms@gnu.org>
15972         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15973         (recompute-lucid-menubar): Add defvars.
15975         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15977         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15979         * net/net-utils.el (run-dig): Rename from `dig'.
15981         * play/gametree.el (gametree-mode): Use make-local-variable,
15982         not make-variable-buffer-local.
15984         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15986         * ansi-color.el (ansi-color-make-extent)
15987         (ansi-color-set-extent-face): Use fboundp, not functionp.
15989         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15990         not make-variable-buffer-local.
15992         * bookmark.el (Info-current-file): Add defvar.
15993         (bookmark-jump-noselect): Use with-no-warnings.
15995         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15997         * ebuff-menu.el (Helper-return-blurb): Add defvar.
15999         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16001         * find-file.el (ada-procedure-start-regexp)
16002         (ada-package-start-regexp): Add defvars.
16004         * info.el (Info-insert-dir): Use insert-buffer-substring.
16006         * xml.el (xml-att-def-re): Add defvar.
16008         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16009         calling convention.
16011         * subr.el (while-no-input): Return t if there is input.
16013 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
16015         * cus-start.el (all): Add `overflow-newline-into-fringe'.
16017 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
16019         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16020         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16022 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
16024         * cmuscheme.el (scheme-start-file): Replace reference to
16025         `user-emacs-directory' by "~/.emacs.d/".
16027 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
16029         * info.el (Info-dir-remove-duplicates): Avoid case folding
16030         in loop; instead, keep downcased strings for comparison.
16031         Suggested by Helmut Eller.
16033 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
16035         Sync with Tramp 2.0.50.
16037         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16038         XEmacs case; not necessary anymore.
16039         (tramp-user-regexp): Allow "@" as part of user name.
16040         (tramp-handle-set-visited-file-modtime)
16041         (tramp-handle-insert-file-contents)
16042         (tramp-handle-write-region): No special handling for
16043         `last-coding-system-used, because this is done in
16044         `tramp-accept-process-output' now.
16045         (tramp-accept-process-output): New defun.
16046         (tramp-process-one-action, tramp-process-one-multi-action)
16047         (tramp-wait-for-regexp, tramp-wait-for-output)
16048         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
16049         Howells <dhowells@redhat.com>.
16050         (clear-visited-file-modtime): Defadvice removed.  The check for
16051         unset buffer's modtime does not need to be based on
16052         `tramp-buffer-file-attributes'.  Suggested by RMS.
16053         (tramp-message): Insert "\n" if not being at beginning of line.
16054         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16055         sequence with same logic.
16056         (tramp-completion-handle-expand-file-name): Discard call of
16057         `tramp-drop-volume-letter'.  It is not necessary, and there have
16058         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16059         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16060         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16061         should always be visible.
16062         (tramp-handle-insert-directory, tramp-setup-complete)
16063         (tramp-set-process-query-on-exit-flag)
16064         (tramp-append-tramp-buffers): Pacify byte-compiler.
16065         (tramp-bug): Delete non-existing variables from list.
16066         Apply `tramp-load-report-modules' as pre-hook.
16067         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16068         `shell-prompt-pattern' because of non-7bit characters.
16069         Reported by Sebastian Luque <sluque@mun.ca>.
16070         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16071         (tramp-match-string-list): Remove function.
16072         (tramp-wait-for-regexp): Remove call of that function.
16073         Suggested by Kim F. Storm <storm@cua.dk>.
16074         (tramp-set-auto-save-file-modes): Use octal integer code #o600
16075         instead of octal character code ?\600.  The latter resulted in a
16076         syntax error with XEmacs.
16078         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16079         XEmacs case; not necessary anymore.
16080         (tramp-smb-handle-write-region): No special handling for
16081         `last-coding-system-used, because this is done in
16082         `tramp-accept-process-output' now.
16083         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16085 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
16087         * wid-edit.el (widget-choice-value-create):
16088         Unconditionally respect user choice.  Set :explicit-choice back to nil
16089         when no longer needed.
16090         (widget-choice-action): Unconditionally respect user choice.
16091         Eliminate :explicit-choice-value.
16093         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16095         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16096         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16097         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16098         running new function `toggle-indicate-empty-lines'.
16099         Rename "Customize" item to "Customize fringe".
16100         Rename "Indicators" item to "Buffer boundaries" and change help echo.
16101         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16102         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16103         Delete "Empty lines only" item.
16104         (menu-bar-showhide-fringe-ind-customize): New function.
16105         (menu-bar-showhide-fringe-ind-mixed)
16106         (menu-bar-showhide-fringe-ind-box)
16107         (menu-bar-showhide-fringe-ind-right)
16108         (menu-bar-showhide-fringe-ind-left)
16109         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16110         instead of `fringe-indicators'.
16112 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
16114         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16115         Change the date of last update.
16117 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
16119         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16120         (viper-exec-yank, viper-put-back): Don't display modification msg
16121         if in the minibuffer.
16123         * viper-init.el (viper-replace-overlay-cursor-color)
16124         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16125         Make variables frame local.
16127         * viper-util.el (viper-append-filter-alist): Use append instead of
16128         nconc.
16130         * viper.el (viper-vi-state-mode-list)
16131         (viper-emacs-state-mode-list): Move help-mode and
16132         completion-list-mode from the first list to the second.
16133         (viper-mode): Docstring.
16134         (viper-go-away, viper-non-hook-settings): Don't localize
16135         minor-mode-alist in newer Emacsen.  Add advice to
16136         set-cursor-color.  Don't bind "\C-c\\".
16138 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
16140         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16141         (scheme-macro-expand-command): New user options.
16142         (scheme-trace-procedure, scheme-expand-current-form): New commands.
16143         (scheme-form-at-point, scheme-start-file)
16144         (scheme-interactively-start-process): New functions.
16145         (scheme-get-process): New function, extracted from `scheme-proc'.
16146         (run-scheme): Call `scheme-start-file' to get start file, and pass
16147         it to `make-comint'.
16148         (switch-to-scheme, scheme-proc):
16149         Call `scheme-interactively-start-process' if no Scheme buffer/process
16150         is available.
16152 2005-08-06  Juri Linkov  <juri@jurta.org>
16154         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16155         Use `compilation-text-face', `compilation-info-text-face' and
16156         `compilation-error-text-face' instead of `font-lock-keyword-face'.
16157         (compilation-error): New face.
16158         (compilation-error-file-name): Inherit from
16159         `compilation-error' instead of `font-lock-warning-face'.
16160         (compilation-warning-file-name): Inherit from
16161         `compilation-warning' instead of `font-lock-warning-face'.
16162         (compilation-info, compilation-error-file-name)
16163         (compilation-warning-file-name, compilation-info-file-name)
16164         (compilation-line-number, compilation-column-number): Doc fix.
16165         (compilation-error-text-face, compilation-warning-text-face)
16166         (compilation-info-text-face): New face variables.
16167         (compilation-line-face, compilation-column-face)
16168         (compilation-enter-directory-face)
16169         (compilation-leave-directory-face): Doc fix.
16170         (compilation-text-face): New function.
16172         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16173         instead of 1 to display binary file names as info file links.
16174         (grep-error-face): Use `compilation-error-face' instead of
16175         `font-lock-keyword-face'.
16176         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16177         and `compilation-warning-text-face' instead of
16178         `font-lock-keyword-face'.  Use `compilation-error-text-face'
16179         instead of `grep-error-face'.
16181 2005-08-05  Kenichi Handa  <handa@m17n.org>
16183         * international/code-pages.el: Add autoload cookies for all coding
16184         systems.
16186 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
16188         * cus-start.el (all): Put undo.c where it alphabetically belongs.
16190 2005-08-04  Juri Linkov  <juri@jurta.org>
16192         * progmodes/compile.el (compilation-mode-map):
16193         * progmodes/grep.el (grep-mode-map):
16194         Bind TAB to `compilation-next-error' and [backtab] to
16195         `compilation-previous-error'.
16197         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16198         matching line numbers, column numbers and their ranges with regexp
16199         matching only line numbers.
16200         (grep-context-face): New face variable.
16201         (grep-mode-font-lock-keywords): Use it.
16203         * faces.el (read-face-name): Delete duplicate faces.
16205 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
16207         * thumbs.el (thumbs-find-image): Don't make variables
16208         automatically buffer local.
16209         (thumbs-current-tmp-filename, thumbs-current-image-filename)
16210         (thumbs-image-num): Make automatically buffer local.
16211         (thumbs-show-thumbs-list): Use `make-local-variable', not
16212         `make-variable-buffer-local'.
16213         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16215         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16216         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16217         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16218         (bother, bye, canyou, chatlst, continue, deathlst, describe)
16219         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16220         (feelings-about, foullst, found, hello, history, howareyoulst)
16221         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16222         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16223         (neglst, obj, object, owner, please, problems, qlist)
16224         (random-adjective, relation, remlst, repetitive-shortness)
16225         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16226         (shortlst, something, sportslst, stallmanlst, states, subj)
16227         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16228         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16229         Defvar at compile time.
16231         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16232         not `make-variable-buffer-local'.
16234 2005-08-02  Kim F. Storm  <storm@cua.dk>
16236         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16237         rectangle overlay in selected window.
16239 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
16241         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16242         instead of display group.  Make `indicate-buffer-boundaries'
16243         customizable through Custom.
16245 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
16247         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16248         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16249         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16250         (gdb-put-string): Fix typos in docstrings.
16252 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
16254         Update copyright notices of files in progmodes directory for
16255         release of Emacs 22.1.
16257         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16259         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16260         Don't barf if the GUD buffer has been killed.
16262 2005-08-01  Kim F. Storm  <storm@cua.dk>
16264         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16266 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16268         * simple.el (next-error-follow-minor-mode):
16269         make-variable-buffer-local -> make-local-variable.
16271         * emacs-lisp/cl-extra.el: Require CL also when compiling.
16273         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16274         (byte-compile-form-make-variable-buffer-local): New functions to warn
16275         about misuses of make-variable-buffer-local where make-local-variable
16276         was meant.
16278 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
16280         * bs.el (bs-attributes-list): Doc fix.
16281         (bs): Update url-link.
16283         * desktop.el (desktop-save-buffer): Fix typos in docstring.
16284         (desktop-load-default): Simplify.
16286         * ibuffer.el (ibuffer-columnize-and-insert-list)
16287         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16288         (ibuffer-unmark-all, ibuffer-toggle-marks)
16289         (ibuffer-unmark-forward, ibuffer-unmark-backward)
16290         (ibuffer-compile-make-format-form, ibuffer-format-column)
16291         (ibuffer-current-buffers-with-marks)
16292         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16293         (ibuffer): Doc fix.
16294         (ibuffer-mode): Fix typo in docstring.
16295         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16296         with `define-obsolete-variable-alias'.
16297         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
16299 2005-07-29  Kenichi Handa  <handa@m17n.org>
16301         * international/mule-cmds.el (select-message-coding-system):
16302         Be sure to use LF for end-of-line.  If no coding system is decided,
16303         return iso-8859-1-unix.
16305 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16307         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16308         (ange-ftp-pending-error-line): New vars.
16309         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16310         to handle the non-fatal no-route-to-host messages.
16311         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16313 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
16315         * isearch.el (isearch-mode-map, isearch-other-meta-char)
16316         (isearch-quote-char, isearch-printing-char)
16317         (isearch-text-char-description): "?\ " -> "?\s".
16318         (isearch-lazy-highlight-cleanup)
16319         (isearch-lazy-highlight-initial-delay)
16320         (isearch-lazy-highlight-interval)
16321         (isearch-lazy-highlight-max-at-a-time)
16322         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16323         Declare with define-obsolete-*-alias macros.
16324         (isearch-forward): Fix typo in docstring.
16325         (search-invisible, search-ring-yank-pointer)
16326         (regexp-search-ring-yank-pointer): Doc fixes.
16328         * recentf.el (recentf-menu-append-commands-p): Declare with
16329         `define-obsolete-variable-alias'.
16330         (recentf-max-saved-items, recentf-menu-filter)
16331         (recentf-arrange-by-rule-subfilter): Doc fixes.
16332         (recentf-menu-append-commands-flag)
16333         (recentf-initialize-file-name-history, recentf-expand-file-name)
16334         (recentf-clear-data): Fix typos in docstrings.
16336 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
16338         * progmodes/gdb-ui.el: Smarten comments.
16339         (gdb-info-breakpoints-custom): Use nowarn when finding file.
16341 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16343         * term/apollo.el (terminal-init-apollo): New function containing
16344         all former top level forms in the file.
16345         * term/bobcat.el (terminal-init-bobcat):
16346         * term/cygwin.el (terminal-init-cygwin):
16347         * term/iris-ansi.el (terminal-init-iris-ansi):
16348         * term/linux.el (terminal-init-linux):
16349         * term/news.el (terminal-init-news):
16350         * term/rxvt.el (terminal-init-rxvt):
16351         * term/sun.el (terminal-init-sun):
16352         * term/tvi970.el (terminal-init-tvi970):
16353         * term/vt100.el (terminal-init-vt100):
16354         * term/vt102.el (terminal-init-vt102):
16355         * term/vt125.el (terminal-init-vt125):
16356         * term/vt200.el (terminal-init-vt200):
16357         * term/vt201.el (terminal-init-vt201):
16358         * term/vt220.el (terminal-init-vt220):
16359         * term/vt240.el (terminal-init-vt240):
16360         * term/vt300.el (terminal-init-vt300):
16361         * term/vt320.el (terminal-init-vt320):
16362         * term/vt400.el (terminal-init-vt400):
16363         * term/vt420.el (terminal-init-vt420):
16364         * term/wyse50.el (terminal-init-wyse50):
16365         * term/xterm.el (terminal-init-xterm): Likewise.
16367         * term/README: Describe the terminal-init-* functionality.
16369         * startup.el (command-line): After loading the terminal initialization
16370         file call the corresponding terminal initialization function.
16372 2005-07-27  Kenichi Handa  <handa@m17n.org>
16374         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16375         negative.
16377         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16378         (ps-mule-composition-prologue): Fix for the case that
16379         RelativeCompose is false.
16381 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16383         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16385         * descr-text.el (describe-char): Handle the case where the list of
16386         chars is displayed in a separate frame.
16387         Be a bit more discriminating when looking for the char.
16389 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
16391         * bookmark.el (bookmark-automatically-show-annotations)
16392         (bookmark-read-annotation-text-func): Doc fixes.
16393         (bookmark-save): Improve argument/docstring consistency.
16394         (bookmark-get-bookmark, bookmark-get-bookmark-record)
16395         (bookmark-alist-from-buffer)
16396         (bookmark-upgrade-file-format-from-0)
16397         (bookmark-grok-file-format-version)
16398         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16399         (bookmark-read-annotation-mode)
16400         (bookmark-insert-current-bookmark, bookmark-jump)
16401         (bookmark-exit-hook): Fix typos in docstrings.
16402         (bookmark-exit-hooks): Define as obsolete alias.
16403         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16404         not `bookmark-exit-hooks'.  Fix docstring.
16405         (bookmark-bmenu-select): "?\ " -> "?\s".
16407 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
16409         * startup.el (command-line): Fix typo.
16411 2005-07-24  Richard M. Stallman  <rms@gnu.org>
16413         * tooltip.el (tooltip-mode): Test emacs-basic-display,
16414         not emacs-quick-startup.
16416 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
16418         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16419         (reb-next-match, reb-show-subexp): Use `with-selected-window'
16420         instead of `reb-with-current-window'.
16421         (reb-prev-match): Likewise.  Also, don't move left if the search
16422         was unsuccessful.
16423         (reb-initialize-buffer): New function.
16424         (re-builder, reb-change-syntax): Use it.
16426         * man.el (Man-goto-page): Make second argument NOERROR optional.
16428 2005-07-23  Richard M. Stallman  <rms@gnu.org>
16430         * man.el (Man-bgproc-sentinel): Check here for failure to find
16431         any man page in the output, and report the error here.
16432         (Man-arguments): Make it permanent local.
16433         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
16434         (Man-mode): Pass t for NOERROR.
16436         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16437         (grep-mode-font-lock-keywords):
16438         Don't use compilation-...-face for messages that are not file names.
16440         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16441         Don't use compilation-...-face for messages that are not file names.
16443 2005-07-22  Juri Linkov  <juri@jurta.org>
16445         * startup.el (normal-splash-screen): Update menu name.
16447         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16449 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16451         * term/xterm.el: Load term/rxvt if the terminal is actually an
16452         rxvt terminal.
16453         (xterm-rxvt-set-background-mode): Remove, not used anymore.
16455         * term/rxvt.el (function-key-map): Use substitute-key-definition
16456         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
16458         * term/cygwin.el: New file.
16460 2005-07-22  Kim F. Storm  <storm@cua.dk>
16462         * image-file.el (insert-image-file, image-file-yank-handler):
16463         Fix last change to maintain a (unique) yank-handler on yanked images.
16465 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
16467         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16468         of the file size (as in "177B" for 177 bytes).  This happens with
16469         "ls -lh" on FreeBSD.
16471 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
16473         * hilit-chg.el (highlight-changes-global-initial-state)
16474         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16475         (hilit-chg-fixup, highlight-changes-mode):
16476         Fix typos in docstrings.
16477         (highlight-changes-global-modes, highlight-changes-rotate-faces):
16478         Doc fixes.
16480 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
16482         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16483         mode function using `eval-after-load'.
16485 2005-07-21  Kim F. Storm  <storm@cua.dk>
16487         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16488         included when reporting an emacs crash, and tell about the DEBUG file.
16490         * image-file.el (insert-image-file): Add yank-handler.
16491         (image-file-yank-handler): Yank handler to make unique copies of
16492         images when they are yanked into a buffer next to each other.
16494 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
16496         * comint.el (comint-use-prompt-regexp, comint-send-input)
16497         (comint-source-default, comint-extract-string)
16498         (comint-get-source, comint-word, comint-completion)
16499         (comint-source, comint-prompt-read-only, comint-update-fence):
16500         Fix typos in docstrings.
16501         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16502         Declare with define-obsolete-*-alias macros.
16503         (comint-previous-matching-input-from-input)
16504         (comint-next-matching-input-from-input)
16505         (comint-previous-matching-input, comint-next-matching-input)
16506         (comint-forward-matching-input):
16507         Improve argument/docstring consistency.
16509         * desktop.el (desktop-clear-preserve-buffers-regexp):
16510         Also preserve the *server* buffer.
16512         * simple.el (clone-indirect-buffer): Doc fix.
16513         (fixup-whitespace, just-one-space)
16514         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16515         (next-error, next-error-highlight)
16516         (next-error-highlight-no-select, next-error-last-buffer)
16517         (next-error-buffer-p, next-error-find-buffer, next-error)
16518         (previous-error, next-error-no-select, previous-error-no-select)
16519         (open-line, split-line, minibuffer-prompt-width, kill-new)
16520         (binary-overwrite-mode): Fix typos in docstrings.
16521         (set-fill-column): Fix typo in message.
16523         * skeleton.el (skeleton-proxy-new): Doc fix.
16525         * strokes.el (strokes-load-hook): Doc fix.
16526         (strokes-grid-resolution, strokes-get-grid-position)
16527         (strokes-renormalize-to-grid, strokes-read-stroke)
16528         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16529         (strokes-global-map): Fix typos in docstrings.
16530         (strokes-help): Doc fix.  Fix help message and pass it through
16531         `substitute-command-keys'.
16533         * tempo.el (tempo-insert-prompt, tempo-interactive)
16534         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16535         (tempo-insert-string-functions, tempo-local-tags)
16536         (tempo-define-template, tempo-insert-template)
16537         (tempo-insert-prompt-compat, tempo-is-user-element)
16538         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16539         Fix typos in docstrings.
16541         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16542         (vcursor-key-bindings, vcursor-use-vcursor-map)
16543         (vcursor-find-window, vcursor-scroll-down)
16544         (vcursor-disable, vcursor-beginning-of-buffer)
16545         (vcursor-end-of-buffer): Fix typos in docstrings.
16546         (vcursor-relative-move, vcursor-get-char-count):
16547         Improve argument/docstring consistency.
16549         * version.el: "?\ " -> "?\s".
16551         * wid-edit.el (widget-default-create, widget-after-change)
16552         (widget-default-format-handler, widget-checklist-add-item)
16553         (widget-radio-add-item, widget-choose, widget-specify-secret)
16554         (widget-field-value-create, widget-field-value-get)
16555         (widget-editable-list-format-handler)
16556         (widget-editable-list-entry-create, widget-group-value-create)
16557         (widget-documentation-link-add)
16558         (widget-documentation-string-value-create): "?\ " -> "?\s".
16559         (widget-convert-text): Doc fix.
16560         (widget-narrow-to-field, widget-field-find)
16561         (widget-url-link-action, widget-emacs-library-link-action)
16562         (widget-color-notify): Fix typos in docstrings.
16564         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16565         (x-select-text, set-w32-system-coding-system)
16566         (w32-add-charset-info): Fix typos in docstrings.
16568         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16569         (cua-enable-cua-keys, cua-use-hyper-key)
16570         (cua-virtual-rectangle-edges): Fix typos in docstrings.
16571         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16573         * net/tramp.el (tramp-handle-load): Fix typo in error message.
16575         * emacs-lisp/re-builder.el (regexp-builder): Declare with
16576         `defalias' instead of faking it.
16578         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16579         (eshell-ls-missing, eshell-ls-dired-initial-args)
16580         (eshell-ls-use-in-dired): Fix typos in docstrings.
16582 2005-07-20  Kim F. Storm  <storm@cua.dk>
16584         * emulation/cua-base.el (cua-mode): Improve doc string.
16586 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
16588         * abbrev.el (expand-region-abbrevs): Doc fix.
16589         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16590         Improve argument/docstring consistency.
16592         * arc-mode.el (archive-get-descr, archive-alternate-display):
16593         Doc fixes.
16594         (archive-l-e): Improve argument/docstring consistency.
16595         (archive-tmpdir, archive-unixdate, archive-unixtime)
16596         (archive-chmod-entry): Fix typos in docstrings.
16597         (archive-unflag, archive-unflag-backwards)
16598         (archive-unmark-all-files): "?\ " -> "?\s".
16600         * buff-menu.el (Buffer-menu-unmark): Doc fix.
16601         (Buffer-menu-not-modified, Buffer-menu-execute)
16602         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16603         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16605         * composite.el (compose-string, encode-composition-rule)
16606         (compose-last-chars): Fix typos in docstrings.
16608         * desktop.el (desktop-enable, desktop-basefilename):
16609         Declare with `define-obsolete-variable-alias'.
16610         (desktop-internal-v2s): Don't quote keywords.
16611         (desktop-clear): "?\ " -> "?\s".
16613         * dired.el (dired-align-file, dired-flag-backup-files)
16614         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16615         (dired-listing-switches, dired-ls-F-marks-symlinks)
16616         (dired-dwim-target, dired-load-hook, dired-mode-hook)
16617         (dired-directory, dired-faces, dired, dired-revert)
16618         (dired-mode, dired-summary, dired-view-file)
16619         (dired-copy-filename-as-kill, dired-delete-file)
16620         (dired-no-confirm, dired-unmark-all-marks)
16621         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16622         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16623         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16624         Fix typos in message strings.
16626         * dired-x.el (virtual-dired): Declare with `defalias'.
16627         (dired-mark-unmarked-files, dired-local-variables-file)
16628         (dired-omit-here-always): Doc fix.
16629         (dired-omit-mode, dired-find-subdir)
16630         (dired-enable-local-variables, dired-clean-up-buffers-too)
16631         (dired-extra-startup, dired-mark-extension, dired-jump)
16632         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16633         (dired-smart-shell-command, dired-guess-shell-alist-user)
16634         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16635         (dired-x-bind-find-file, dired-x-submit-report):
16636         Fix typos in docstrings.
16637         (dired-mark-unmarked-files): "?\ " -> "?\s".
16639         * dirtrack.el (dirtrack-list): Fix typos in docstring.
16641         * faces.el (describe-face): "?\ " -> "?\s".
16642         (read-all-face-attributes, read-face-font, modify-face)
16643         (face-attr-construct, italic): Fix typos in docstrings.
16644         (frame-update-face-colors): Declare with
16645         `define-obsolete-function-alias'.
16647         * files.el (find-file-noselect, recode-file-name): Doc fixes.
16648         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16649         (magic-mode-alist, buffer-file-numbers-unique)
16650         (write-file-functions, get-free-disk-space):
16651         Fix typos in docstrings.
16652         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16653         (write-contents-hooks, write-file-hooks):
16654         Declare with `define-obsolete-variable-alias'.
16656         * forms-d2.el (arch-rj): Fix typo in docstrings.
16657         (arch-tocol): Likewise.  "?\ " -> "?\s".
16659         * frame.el (set-frame-font, cursor-in-non-selected-windows):
16660         Fix typo in docstring.
16661         (set-screen-width, set-screen-height): Delete redundant info in
16662         doctrings.
16663         (new-frame, screen-height, screen-width): Declare with
16664         `define-obsolete-function-alias'.
16665         (delete-frame-hook, blink-cursor): Declare with
16666         `define-obsolete-variable-alias'.
16668         * paths.el (prune-directory-list): Fix typos in docstring.
16670         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16671         (cvs-prefix-get): Fix typos in docstrings.
16673         * ps-print.el (ps-extend-face-list, ps-extend-face)
16674         (ps-print-background-image): Fix typos in docstrings.
16675         (ps-default-fg, ps-default-bg): Doc fixes.
16677         * s-region.el (s-region-bind): Doc fix.
16678         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16680         * textmodes/org.el (org-table-formula-substitute-names)
16681         (org-table-get-vertical-vector): Doc fixes.
16682         (org-table-recalculate): Remove unused argument to `message'.
16684 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
16686         * textmodes/org.el (org-table-column-names)
16687         (org-table-column-name-regexp)
16688         (org-table-named-field-locations): New variables.
16689         (org-archive-subtree): Protect `this-command' when calling
16690         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16691         the kill buffer.
16692         (org-complete): Remove fixed-formula completion.
16693         (org-edit-formulas-map): New variable.
16694         (org-table-edit-formulas): New command.
16695         (org-finish-edit-formulas, org-abort-edit-formulas)
16696         (org-show-variable, org-table-get-vertical-vector): New functions.
16697         (org-table-maybe-eval-formula): Handle `:=' fields.
16698         (org-table-get-stored-formulas, org-table-store-formulas)
16699         (org-table-get-formula, org-table-modify-formulas)
16700         (org-table-replace-in-formulas): Handle named field formulas.
16701         (org-table-get-specials): Store locations of named fields.
16703 2005-07-19  Juri Linkov  <juri@jurta.org>
16705         * progmodes/grep.el (grep-regexp-alist)
16706         (grep-mode-font-lock-keywords, grep-process-setup):
16707         Use default GNU grep match color "01;31m" instead of "01;41m".
16708         (grep-regexp-alist, grep-mode-font-lock-keywords):
16709         Use `\\[[0-9]*m' instead of `\\[00m'.
16710         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16711         sgr_start where its handling is more important.  Use the real
16712         length of sgr_start instead of constant 8.
16713         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16714         specially.  Delete all remaining escape sequences.
16715         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16716         (grep-regexp-alist): Make hyperlink only for binary file name
16717         instead of the whole line.
16718         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16719         (grep-mode): Add autoload.
16721         * emacs-lisp/find-func.el (find-function-regexp):
16722         Add `define-compilation-mode'.
16724 2005-07-19  Juri Linkov  <juri@jurta.org>
16726         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16727         (compare-windows-sync-string-size, compare-windows-recenter)
16728         (compare-windows-highlight, compare-windows): Add version 22.1.
16729         (compare-windows) <defface>: Inherit from lazy-highlight instead
16730         of duplicating its default value.
16732         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16733         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16735         * descr-text.el (describe-char): Create link buttons for `charset'
16736         and `code point'.  Add the current input method name with a link
16737         button to `to input' field.  Print face names of display table
16738         characters in `The display table entry is displayed by' section
16739         instead of printing face-id in the `display' field.
16740         Guess hardcoded faces and create a link button for them.
16741         Skip empty fields when calculating max-width.
16742         Treat `widget-create' specially while inserting strings from the
16743         collected field list.
16744         (describe-char-after): Made obsolete in version 22.1, not 21.5.
16746         * diff-mode.el (diff-file-header): Change foreground color from
16747         yellow to green on light backgrounds.
16748         (diff-context): Inherit from `shadow' only for color/grayscale
16749         with more than 88 colors.
16750         (diff-indicator-removed, diff-indicator-added)
16751         (diff-indicator-changed): New faces.
16752         (diff-font-lock-keywords): Use new faces.  Regroup rules.
16753         Add "^---$" for `normal' diff format.  Fontify `#' lines with
16754         font-lock-comment-delimiter-face and font-lock-comment-face.
16755         Add `#' to ^[^...] in the rule for `diff-context-face'.
16757         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16758         a button-like box.  Inherit from `highlight' on low colors.
16759         (shadow): Use shades of gray only for color/grayscale with
16760         more than 88 colors.  Use green for light backgrounds with
16761         8 colors, and yellow for dark backgrounds with 8 colors.
16763         * font-lock.el (font-lock-regexp-grouping-backslash):
16764         Don't inherit from escape-glyph (use bold for all cases).
16766         * info.el (info-xref-visited): Use light foreground color `violet'
16767         for dark backgrounds instead of dark color `magenta3'.
16768         (info-title-1): Use `yellow' color for dark backgrounds.
16770         * isearch.el (isearch): Use not-too-dark magenta3 instead of
16771         too-light magenta2.
16773         * replace.el (match): Use slightly more light RoyalBlue3 instead
16774         of dark RoyalBlue4.
16776         * wid-edit.el (widget-inactive): Inherit from `shadow'.
16778 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
16780         * novice.el (disabled-command-hook): Declare it with
16781         `define-obsolete-variable-alias'.
16783         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16784         (desktop-buffer-misc-functions, desktop-buffer-handlers)
16785         (desktop-load-default): Add release to obsolescence info.
16786         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16787         (desktop-append-buffer-args, desktop-read):
16788         Fix typos in docstrings.
16789         (desktop-kill): Fix typo in message.
16790         (desktop-save): Doc fix.
16792 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16794         * viper-cmd.el (viper-escape-to-state): Bug fix.
16795         (viper-envelop-ESC-key): Change the definition of fast
16796         keysequence so it'll work with keyboard macros.
16798         * ediff.el (ediff-patch-buffer): Change the docstring.
16800 2005-07-19  Kenichi Handa  <handa@m17n.org>
16802         * international/mule-cmds.el (select-safe-coding-system): Try to
16803         use an auto-coding (if any) before anything else.  If the found
16804         auto-coding is invalid, show a warning message.
16806         * international/mule.el (find-auto-coding): New function created
16807         by modifying the body of set-auto-coding.
16808         (set-auto-coding): Use find-auto-coding to find a coding.
16810 2005-07-18  Richard M. Stallman  <rms@gnu.org>
16812         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16813         not isearch-mode-end-hook-error.
16814         (allout-before-change-protect): Fix error message.
16816 2005-07-18  Juri Linkov  <juri@jurta.org>
16818         * allout.el (allout-mode):
16819         * calculator.el (calculator-copy):
16820         * custom.el (custom-known-themes):
16821         * dired.el (dired-desktop-buffer-misc-data)
16822         (dired-restore-desktop-buffer):
16823         * dired-x.el (dired-omit-marker-char):
16824         * files.el (basic-save-buffer):
16825         * font-core.el (font-lock-mode):
16826         * calendar/calendar.el (calendar-goto-hebrew-date)
16827         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16828         (calendar-goto-persian-date):
16829         * language/ethio-util.el (ethio-sera-to-fidel-region):
16830         * textmodes/picture.el (picture-mode):
16831         Delete duplicate duplicate words.
16833 2005-07-18  Juri Linkov  <juri@jurta.org>
16835         * isearch.el (isearch-mode-map): Remove key bindings for regexp
16836         chars * ? } |.
16837         (isearch-fallback): Don't call `isearch-process-search-char'.
16838         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16839         (isearch-process-search-char): Call `isearch-fallback' for regexp
16840         chars * ? } |.
16841         (isearch-return-char): Make obsolete with `make-obsolete' instead
16842         of simply documenting it as obsolete in the docstring.
16843         (isearch-fallback): Refill docstring.
16845         * international/isearch-x.el
16846         (isearch-process-search-multibyte-characters): Remove unneeded
16847         `concat'.  Add intermediate values to `junk-hist' instead of
16848         `minibuffer-history'.  Test the length of `str'.
16850 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
16852         * allout.el (allout-resolve-xref): Fix typos in error strings.
16853         (allout-before-change-protect): Remove unneeded `concat'.
16855         * array.el (array-mode, array-reconfigure-rows)
16856         (untabify-backward): Fix typos in docstrings.
16857         (array-reconfigure-rows): Use `insert-buffer-substring', not
16858         `insert-buffer'.
16860         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16861         * progmodes/ada-mode.el (ada-make-body):
16862         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16864         * dired.el (dired-log):
16865         * tar-mode.el (tar-subfile-save-buffer):
16866         * play/zone.el (zone-pgm-stress-destress):
16867         Use `insert-buffer-substring', not `insert-buffer'.
16869 2005-07-17  Simon Josefsson  <jas@extundo.com>
16871         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16873 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
16875         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16876         Add plain auth method.
16877         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16879 2005-07-17  Kim F. Storm  <storm@cua.dk>
16881         * ido.el (dired-other-window): Add ido property.
16883 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
16885         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16886         Fix typo in docstring.
16887         (byte-compile-interactive-only-functions): Add `insert-buffer' and
16888         `insert-file-literally'.
16890         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16891         info and delete redundant message.  Doc fix.
16892         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16893         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16895 2005-07-16  Richard M. Stallman  <rms@gnu.org>
16897         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16898         (byte-compile-and): Use byte-compile-and-recursion.
16899         (byte-compile-or-recursion): New function.
16900         (byte-compile-or): Use that.
16901         (byte-compile-if): Guard the else-clause too.
16902         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16904         * isearch.el (isearch-mode-end-hook-quit): New variable.
16905         (isearch-done): Bind it.
16906         (isearch-mode-end-hook): Doc fix.
16908         * allout.el (allout-isearch-did-quit): Variable deleted.
16909         (allout-real-isearch-abort): Function name no longer used.
16910         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16911         (allout-isearch-rectification): isearch-mode always exists.
16912         Don't set allout-isearch-did-quit.
16913         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16914         allout-isearch-did-quit.
16915         (allout-enwrap-isearch): Just add the hook.
16916         (allout-isearch-abort): Function deleted.
16917         (allout-pre-command-business): Avoid warning.
16919         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16920         Correctly avoid warnings.
16921         (pascal-outline): Likewise.
16923         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16925         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16927         * play/tetris.el (tetris-mode): Avoid warning.
16929         * play/snake.el (snake-mode): Avoid warning.
16931         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16932         (gamegrid-set-display-table): Avoid warning.
16933         (gamegrid-set-timer): Likewise.
16934         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16935         (gamegrid-add-score-with-update-game-score-1): Take FILE
16936         as argument.
16937         (gamegrid-add-score-with-update-game-score): Pass that argument.
16938         Rename have-shared-game-dir to gamegrid-shared-game-dir.
16940         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16942         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16943         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16945         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16946         and insert-file.
16948         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16949         (sc-ask): Avoid warnings.
16951         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16952         (eshell-hist-initialize): Use that var the natural way.
16954         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16956         * emacs-lisp/re-builder.el (reb-cook-regexp):
16957         Avoid warning calling lre-compile-string.
16958         (reb-color-display-p): Avoid warning.
16960         * calculator.el (calculator-last-input): Guard uses
16961         of event-key and key-press-event-p.
16962         (event-key, key-press-event-p): Delete definitions.
16964         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16965         (find-gc-source-directory, find-gc-subrs-callers)
16966         (find-gc-noreturn-list, find-gc-source-files)
16967         (find-gc-subrs-called): Vars renamed and defvar'd.
16969         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16970         (checkdoc-overlay-put, checkdoc-delete-overlay)
16971         (checkdoc-overlay-start, checkdoc-overlay-end)
16972         (checkdoc-mode-line-update, checkdoc-char=):
16973         Define such that compiler knows they are defined.
16974         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
16975         (checkdoc-read-event): Delete.  Use read-event directly.
16977         * whitespace.el (whitespace-make-overlay)
16978         (whitespace-overlay-put, whitespace-delete-overlay)
16979         (whitespace-overlay-start, whitespace-overlay-end):
16980         Define such that compiler knows they are defined.
16981         (whitespace): Move conditional inside.
16983         * tempo.el (tempo-insert-template): Suppress warning.
16985         * ediff-diff.el (longlines-mode): Add defvar.
16987 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
16989         * server.el: Bind "C-x #" in a way that works even if C-x is
16990         redefined to a command key, not a prefix key.
16992 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
16994         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16995         cl-make-type-test till execution time.
16997 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
16999         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17000         arg ARG and use it.
17002 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
17004         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17006 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
17008         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17009         a defcustom with two :set or :type keywords.
17011 2005-07-15  Richard M. Stallman  <rms@gnu.org>
17013         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17014         Don't give ^M comment-end syntax.
17016 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
17018         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17019         Don't consider gdbmi (gdb-mi.el has its own update functions).
17020         (gdb-var-delete): Make it work for gdbmi as well.
17021         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17023         * progmodes/gud.el (etags, sdb): Only require etags when needed.
17024         (gud-speedbar-menu-items): Correct logic for enabling items.
17026 2005-07-15  Kim F. Storm  <storm@cua.dk>
17028         * ido.el: Fix commentary.
17029         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17030         Use with-no-warnings around ffap-guesser.
17031         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17032         Let bind minibuffer-completing-file-name to t.
17034 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
17036         * startup.el (site-run-file, keyboard-type): Doc fixes.
17037         (command-line): Check for "--basic-display" argument; also for
17038         "--quick", not "--bare-bones" (which was renamed).
17039         (fancy-splash-text): Add missing item "Getting New Versions".
17040         (normal-splash-screen): Fix typos and improve consistency with
17041         `fancy-splash-text'.  Update copyright year.
17043         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17044         valid binding for `help-char'.
17046         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17048 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
17050         * term.el (term-mode): Disable cua-mode for term buffers.
17052 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
17054         * add-log.el (add-log-mailing-address, change-log-merge):
17055         Doc fixes.
17056         (change-log-get-method-definition): Fix typo in docstring.
17058 2005-07-14  Kim F. Storm  <storm@cua.dk>
17060         * emulation/cua-base.el:
17061         (cua--pre-command-handler-1, cua--pre-command-handler)
17062         (cua--post-command-handler-1, cua--post-command-handler):
17063         Split in two.  Check (buffer local) value of cua-mode.
17064         (cua-selection-mode): New command.
17066 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
17068         * custom.el (custom-initialize-safe-set)
17069         (custom-initialize-safe-default): Doc fixes.
17071         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17072         and simplify :init-value again.
17074         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17075         and simplify :init-value again.  Delete autoload.
17077         * startup.el (command-line): Use `custom-reevaluate-setting' again
17078         for tooltip-mode.
17080         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17081         a defcustom with two :initialize keywords.
17083 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
17085         * allout.el (my-mark-marker, allout-isearch-prior-pos)
17086         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17087         (allout-post-command-business, allout-flag-region)
17088         (isearch-reenable-font-lock, allout-yank)
17089         (allout-insert-latex-header, allout-insert-latex-trailer)
17090         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17091         (allout-latex-verb-quote): Fix typos in docstrings.
17092         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17093         (allout-unprotected, allout-prefix-data):
17094         Improve argument/docstring consistency.
17095         (allout-chart-subtree): Fix argument spec.
17096         (allout-open-topic): Rename `use_sib_bullet' argument to
17097         `use-sib-bullet'.  Doc fix.
17099         * whitespace.el (whitespace-check-buffer-leading)
17100         (whitespace-check-buffer-trailing)
17101         (whitespace-check-buffer-indent)
17102         (whitespace-check-buffer-spacetab)
17103         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17104         (whitespace-check-leading-whitespace)
17105         (whitespace-check-trailing-whitespace)
17106         (whitespace-check-spacetab-whitespace)
17107         (whitespace-check-indent-whitespace)
17108         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17109         (whitespace-modes): Fix typos in docstrings.
17110         (defgroup, defcustom): Doc fixes.
17112         * winner.el (winner-mode, winner-boring-buffers)
17113         (winner-pending-undo-ring): Doc fixes.
17114         (winner-ring): Remove unneeded `progn'.
17115         (winner-equal): `defsubst' it.
17116         (winner-redo): Fix message.
17118 2005-07-13  Kim F. Storm  <storm@cua.dk>
17120         * simple.el (line-move-1): Always use vertical-motion to
17121         do the last (or only) line move to ensure some movement.
17122         Undo 2005-06-23 change--don't check for overlays.
17124 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17126         * term/mac-win.el (ccl-encode-mac-roman-font)
17127         (ccl-encode-mac-centraleurroman-font)
17128         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17129         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17130         Change charset-id boundary of dimension to ?\xef.
17131         (mac-char-fontspec-list): New constant.
17132         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
17133         argument.  Nil uses itself as family in font-spec.  Previous
17134         behavior for nil is now provided by non-nil non-string argument.
17135         All callers changed.  Add font-specs for Mac fonts to
17136         "fontset-default" unless iso8859-1 fonts are installed.
17138 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17140         * progmodes/sh-script.el (sh-get-indent-info): Only indent
17141         a continuation line if the \ is preceded by SPC or TAB.
17142         (sh-get-indent-info): Simplify.
17143         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17144         Use with-current-buffer.
17146         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17147         when the matched text is empty.
17149 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
17151         * startup.el (command-line): Revert to previous handling of
17152         tooltip-mode.  Explain in comment why the complexity is needed.
17154         * tooltip.el (tooltip-mode): Revert to previous implementation of
17155         its defcustom.
17157         * frame.el (blink-cursor-mode): Revert to previous implementation
17158         of its defcustom.  Update comment.
17160 2005-07-12  Lars Hansen  <larsh@soem.dk>
17162         * desktop.el: Update e-mail address.
17164 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17166         * term/mac-win.el (mac-services-mail-selection)
17167         (mac-services-mail-to): New functions.
17168         (mac-application-menu-map): Bind them.
17170 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
17172         * progmodes/gdb-ui.el: Add note about buffering with Windows.
17174 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
17176         * custom.el (custom-reevaluate-setting): Doc fix.
17178 2005-07-11  Jay Belanger  <belanger@truman.edu>
17180         * calc/calc.el (calc-embedded-announce-formula-alist)
17181         (calc-embedded-open-close-plain-alist)
17182         (calc-embedded-open-close-mode-alist): Add checks for additional
17183         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17185 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
17187         * custom.el (custom-enable-theme): Don't add theme to
17188         `custom-enabled-themes' with `push' because there is no
17189         setf-method for `delq'.
17191 2005-07-11  Richard M. Stallman  <rms@gnu.org>
17193         * custom.el (custom-declare-variable): Doc fix.
17195         * dired-aux.el (dired-compare-directories): Remove "." and ".."
17196         from the alists.
17198         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17199         Do nothing if edebug-active.
17201         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17202         (edebug-display): Do it here instead.
17204 2005-07-10  Richard M. Stallman  <rms@gnu.org>
17206         * cus-face.el (custom-theme-set-faces): Make it work.
17207         (custom-reset-faces): Doc fix.
17208         (custom-theme-reset-internal-face, custom-theme-face-value):
17209         Functions deleted.
17211         * custom.el (custom-push-theme): Maintain list of the settings
17212         of a given theme in its theme-settings property.
17213         Maintain position of old settings in the theme-value
17214         or theme-face property.
17215         (custom-enabled-themes): New variable.
17216         (custom-theme-enabled-p): New function.
17217         (provide-theme): Update custom-enabled-themes.
17218         Disable and reenable the `user' theme.
17219         (require-theme): Doc fix.
17220         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17221         (custom-theme-value, custom-theme-variable-value): Likewise.
17222         (custom-theme-reset-internal): Likewise.
17223         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17224         (custom-enable-theme, custom-disable-theme): New functions.
17225         (custom-variable-theme-value, custom-face-theme-value): Likewise.
17226         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17227         (custom-theme-reset-variables): Simplify.
17228         (deftheme, custom-declare-theme, custom-make-theme-feature):
17229         Definitions moved.
17231 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
17233         * longlines.el (longlines-show-region)
17234         (longlines-unshow-hard-newlines): Recognize hard newlines by
17235         non-nil hard property, instead of t.
17237 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
17239         * viper-cmd.el (viper--key-maps): New variable.
17240         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17241         emulation-mode-map-alists.
17242         (viper-envelop-ESC-key): Use viper-subseq.
17243         (viper-search-forward/backward/next): Disable debug-on-error.
17245         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17246         (viper-ESC-key): New defcustoms.
17248         * viper-macs.el (ex-map-read-args): Use viper-subseq.
17250         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17251         (viper-subseq): Copy of subseq from cl.el.
17253         * viper.el (viper-go-away, viper-set-hooks): Use
17254         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17256         * viper-mous.el (viper-current-frame-saved): Use defvar.
17258         * viper-init.el: Get rid of -face in face names.
17260         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17261         Make it work with longlines mode
17263         * ediff-mult.el (ediff-meta-mode-hook): New variable.
17265         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17267         * ediff-init.el: Get rid of -face in face names.
17269 2005-07-10  Richard M. Stallman  <rms@gnu.org>
17271         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17272         and with-timeout-unsuspend.
17274         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17275         and with-timeout-unsuspend.
17277         * emacs-lisp/timer.el (with-timeout-timers): New variable.
17278         (with-timeout): Bind that variable to record timers.
17279         (with-timeout-suspend, with-timeout-unsuspend): New functions.
17281         * emacs-lisp/debug.el (debug-help-follow): New function.
17282         (debugger-mode-map): Use that instead of help-follow.
17283         (debugger-setup-buffer): Use eval-buffer-list
17284         to handle eval-buffer frames.
17286 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
17288         * timezone.el (timezone-parse-date): Change first regexp
17289         so it will not mistakenly match dates with no time zone.
17291 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
17293         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17295 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
17297         * custom.el (custom-initialize-safe-set)
17298         (custom-initialize-safe-default): New functions.
17300         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17301         and simplify :init-value.
17303         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17304         and simplify :init-value.  Delete obsolete comment.
17306         * startup.el (command-line): Use `custom-reevaluate-setting' to
17307         handle `tooltip-mode'.  Delete obsolete comment.
17309         * files.el (set-visited-file-name): Avoid calling
17310         `file-name-nondirectory' with a nil argument.
17312 2005-07-09  Richard M. Stallman  <rms@gnu.org>
17314         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17315         was called with nil for the buffer, handle the read position right.
17316         Handle read position for eval-region, too.
17318 2005-07-09  Juri Linkov  <juri@jurta.org>
17320         * fringe.el (fringe-mode): Add period in docstring.
17321         (fringe-query-style): Build prompt depending on `all-frames' arg.
17323         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17324         to not create links to unrelated functions in the Help buffer.
17326         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17327         Doc fix.
17329         * simple.el (next-error-hook): New variable.
17330         (next-error): Use it.  Doc fix.
17332         * textmodes/ispell.el (ispell-command-loop): Add current
17333         dictionary name and program name to mode-line-format.
17334         (ispell-region, ispell-process-line): Add current dictionary name
17335         and program name to messages.
17337 2005-07-08  Jay Belanger  <belanger@truman.edu>
17339         * calc/calc.el (calc-embedded-announce-formula-alist)
17340         (calc-embedded-open-close-formula-alist)
17341         (calc-embedded-open-close-word-alist)
17342         (calc-embedded-open-close-plain-alist)
17343         (calc-embedded-open-close-new-formula-alist)
17344         (calc-embedded-open-close-mode-alist)
17345         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17346         (calc-embedded-mode-hook): New variables.
17348         * calc/calc-embed.el (calc-embedded-firsttime)
17349         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17350         New variables.
17351         (calc-do-embedded): Use calc-embedded-firsttime,
17352         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17353         determine whether or not to run hooks.
17354         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17355         calc-embedded-firsttime-formula appropriately.
17356         Set calc-embedded delimiter variables according to mode.
17358 2005-07-08  Richard M. Stallman  <rms@gnu.org>
17360         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17361         Check for "emacs", etc., as entire symbol, not just as word.
17362         (checkdoc-file-comments-engine): Use regexp-quote on FN.
17364         * files.el (set-visited-file-name): Report the error
17365         for "empty filename" earlier.
17366         (kill-some-buffers): Ignore buffers already dead.
17368         * fringe.el (fringe-mode): Doc fix.
17370         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17371         Check for (featurep 'xemacs) and turn off warnings in what it guards.
17372         Use unwind-protect to ensure byte-compile-unresolved-functions
17373         is updated.
17375         * whitespace.el (whitespace-buffer-leading-cleanup):
17376         Simplify w/ skip-chars-forward.
17377         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17379         * mail/rmail.el (rmail-only-expunge): Fix paren error.
17380         Unconditionally try to leave point at the same old place.
17382 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
17384         * comint.el (comint-postoutput-scroll-to-bottom)
17385         (comint-show-maximum-output): Take scroll-margin into consideration.
17387 2005-07-08  Kim F. Storm  <storm@cua.dk>
17389         * ido.el (ido-use-filename-at-point): New choice `guess'.
17390         (ido-file-internal): Try ffap-guesser if selected.
17392         * ido.el (ido-before-fallback-functions): New hook.
17393         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17394         (ido-read-file-name): Run it.
17396 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17398         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17399         strings rather than a list of symbols to the completion function.
17401 2005-07-07  Jay Belanger  <belanger@truman.edu>
17403         * calc/calc-units.el (math-apply-units): Change the places in
17404         which units are simplified.
17406 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
17408         * cus-edit.el (customize-option, customize-option-other-window):
17409         Make them handle aliases.
17411         * custom.el (custom-variable-p): Make it recursively follow
17412         aliases.  Mention that in the docstring.
17414 2005-07-07  Richard M. Stallman  <rms@gnu.org>
17416         * cus-start.el (exec-path): Use `directory' instead of `file'.
17417         Fix tag for nil.
17419 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
17421         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17422         when called non-interactively.  Doc fix.
17424 2005-07-07  Lute Kamstra  <lute@gnu.org>
17426         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17427         new address as well.
17429 2005-07-07  Kenichi Handa  <handa@m17n.org>
17431         * international/mule.el (make-coding-system):
17432         Describe `ascii-incompatible' property in the docstring.
17433         (set-file-name-coding-system): Signal an error if coding-system is
17434         ascii-incompatible.
17435         (set-keyboard-coding-system): Likewise.
17437         * international/mule-cmds.el (set-default-coding-systems):
17438         Don't set default-file-name-coding-system and
17439         default-keyboard-coding-system if coding-system is ASCII-incompatible.
17441         * international/utf-16.el: Declare that all UTF-16-based coding
17442         systems are ASCII-incompatible.
17444 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
17446         * progmodes/gud.el: Require font-lock for displaying errors.
17447         Used by gdb-ui.el.
17449 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
17451         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17452         values for the pattern lists which are `read'able but not
17453         `append'able (like symbols).
17455 2005-07-06  Richard M. Stallman  <rms@gnu.org>
17457         * progmodes/flymake.el (flymake-float-time): Instead of
17458         with-no-warnings, test for xemacs.
17459         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17460         to avoid warning.
17462 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
17464         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17466 2005-07-05  Lute Kamstra  <lute@gnu.org>
17468         * battery.el: Add support for Darwin (with much debugging help
17469         from Samuel Lauber <sam124@operamail.com>).
17470         (battery-status-function, battery-echo-area-format)
17471         (battery-mode-line-format): Add support for pmset on Darwin.
17472         (battery-load-low, battery-load-critical): New user options.
17473         (battery-pmset): New function.
17475 2005-07-05  Lute Kamstra  <lute@gnu.org>
17477         Update FSF's address in GPL notices.
17479         * textmodes/page-ext.el: Update FSF's address.
17481 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17483         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17484         filling from using prefix when filling a single-line docstring.
17486         * progmodes/flymake.el: Remove useless eval-when-compile.
17488         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17490 2005-07-04  Richard M. Stallman  <rms@gnu.org>
17492         * textmodes/org.el (org-file-apps-defaults-gnu):
17493         Rename from org-file-apps-defaults-linux.
17494         (org-default-apps): Don't test system-type for `linux'.
17495         (org-file-apps): Doc fix.
17497 2005-07-04  David Ponce  <david@dponce.com>
17499         * tree-widget.el: Improve header Commentary section.
17500         (tree-widget) [defgroup]
17501         (tree-widget-image-enable, tree-widget-themes-directory)
17502         (tree-widget-theme, tree-widget-image-properties-emacs)
17503         (tree-widget-image-properties-xemacs, tree-widget-create-image)
17504         (tree-widget-image-formats, tree-widget-control)
17505         (tree-widget-empty-control, tree-widget-leaf-control
17506         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17507         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17508         (tree-widget-keep, tree-widget-after-toggle-functions)
17509         (tree-widget-open-node, tree-widget-close-node): Doc fix.
17510         (tree-widget-open-control, tree-widget-close-control): Fix doc and
17511         :help-echo message.
17512         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
17513         (tree-widget-image-properties): Doc fix.  Clearer implementation.
17514         (tree-widget--cursors): New constant.
17515         (tree-widget-lookup-image): New function split from
17516         `tree-widget-find-image'.  Clearer implementation.
17517         (tree-widget-find-image): Use it.
17518         (tree-widget-button-keymap): Use `set-keymap-parent'.
17519         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17520         Define the sub-widgets here.
17521         (tree-widget-node): Check that :node is not a tree-widget.
17522         (tree-widget-get-super, tree-widget-open-control)
17523         (tree-widget-close-control, tree-widget-empty-control)
17524         (tree-widget-leaf-control, tree-widget-guide)
17525         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17526         (tree-widget-no-handle, tree-widget-value-delete)
17527         (tree-widget-map): Remove.
17528         (tree-widget-children-value-save): Doc fix.  Simplified.
17529         (tree-widget-value-create): Update according to previous changes.
17531 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
17533         * textmodes/org.el: Leading space replaced by TABS.
17534         (org-recalc-marks, org-table-rotate-recalc-marks)
17535         (org-table-get-specials): Treat "^" and "_" marks.
17536         (org-table-justify-field-maybe): Optional argument NEW.
17537         (org-table-eval-formula): Parsing of the format simplified.
17538         New modes C,I.  Honor the %= parameter in the current table.
17539         Avoid unnecessary re-align by using the NEW argument to
17540         `org-table-justify-field-maybe'.
17541         (org-calc-default-modes): Default for date-format mimicks org-mode.
17542         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17544 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
17546         * cus-face.el (custom-theme-set-faces): Make it handle face
17547         aliases whose alias declarations are pre- or autoloaded.
17549 2005-07-04  Juri Linkov  <juri@jurta.org>
17551         * faces.el (read-face-name): Put the code for getting a face name
17552         from the buffer before adding the faces from the `face' property.
17553         Use `completing-read-multiple' instead of `completing-read'.
17554         Require `crm'.  Add default value and post-process the returned
17555         list of faces.
17557         * emacs-lisp/crm.el (crm-find-current-element)
17558         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17560         * emacs-lisp/lisp-mode.el (eval-defun-1):
17561         * emacs-lisp/edebug.el (edebug-eval-defun):
17562         Remove unnecessary quotes.
17564 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17566         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17567         (prolog-indent-level): Fix typo in docstring.
17569         * info.el (Info-history, Info-history-forward)
17570         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17572         * add-log.el (add-change-log-entry):
17573         * comint.el (comint-dynamic-list-input-ring)
17574         (comint-dynamic-list-completions):
17575         * dabbrev.el (dabbrev-expand):
17576         * delim-col.el (delimit-columns-rectangle-line):
17577         * diff-mode.el (diff-context->unified, diff-reverse-direction)
17578         (diff-unified->context):
17579         * ediff-init.el (ediff-abbrev-jobname):
17580         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17581         (ediff-replace-session-activity-marker-in-meta-buffer):
17582         * info.el (Info-summary):
17583         * lpr.el (printify-region):
17584         * printing.el (pr-create-interface):
17585         * ps-print.el (ps-print-quote):
17586         * ses.el (ses-column-widths, ses-print-cell)
17587         (ses-adjust-print-width, ses-center):
17588         * shell.el (shell-file-name-quote-list):
17589         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17590         (strokes-fill-current-buffer-with-whitespace)
17591         (strokes-xpm-for-stroke, strokes-list-strokes)
17592         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17593         * term.el (term-dynamic-list-input-ring)
17594         (term-dynamic-list-completions):
17595         * calc/calc.el (math-format-stack-value):
17596         * emacs-lisp/edebug.el (edebug-display-freq-count):
17597         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17598         (delphi-new-comment-line):
17599         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17600         * progmodes/executable.el (executable-set-magic):
17601         * progmodes/python.el (inferior-python-mode):
17602         * progmodes/scheme.el (scheme-mode-syntax-table):
17603         * progmodes/sh-script.el (sh-maybe-here-document):
17604         * progmodes/sql.el (sql-copy-column):
17605         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17606         * textmodes/bibtex.el (bibtex-mode):
17607         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17608         (sgml-auto-attributes):
17609         * textmodes/table.el (table-insert, table-shorten-cell)
17610         (table--generate-source-scan-lines, table-delete-row)
17611         (*table--cell-delete-char, table--spacify-frame)
17612         (table--horizontally-shift-above-and-below)
17613         (table--cell-insert-char, table--cell-blank-str)
17614         (table--fill-region-strictly):
17615         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17616         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17618         * add-log.el (change-log):
17619         * apropos.el (apropos):
17620         * comint.el (comint-completion, comint-source):
17621         * dabbrev.el (dabbrev):
17622         * delim-col.el (columns):
17623         * diff-mode.el (diff-mode):
17624         * ediff.el (ediff):
17625         * ediff-diff.el (ediff-diff):
17626         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17627         * ediff-mult.el (ediff-mult):
17628         * ediff-ptch.el (ediff-ptch):
17629         * ediff-wind.el (ediff-window):
17630         * facemenu.el (facemenu):
17631         * indent.el (indent):
17632         * info.el (info):
17633         * jka-cmpr-hook.el (compression, jka-compr):
17634         * lpr.el (lpr):
17635         * outline.el (outlines):
17636         * pcmpl-cvs.el (pcmpl-cvs):
17637         * pcmpl-rpm.el (pcmpl-rpm):
17638         * printing.el (printing):
17639         * ps-print.el (postscript, ps-print, ps-print-horizontal)
17640         (ps-print-vertical, ps-print-headers, ps-print-font)
17641         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17642         (ps-print-background, ps-print-printer, ps-print-page)
17643         (ps-print-miscellany):
17644         * ses.el (ses):
17645         * shell.el (shell, shell-directories, shell-faces):
17646         * startup.el (initialization):
17647         * strokes.el (strokes):
17648         * term.el (term):
17649         * uniquify.el (uniquify):
17650         * w32-vars.el (w32):
17651         * calc/calc.el (calc):
17652         * emacs-lisp/bytecomp.el (bytecomp):
17653         * emacs-lisp/cl-indent.el (lisp-indent):
17654         * emacs-lisp/edebug.el (edebug):
17655         * emacs-lisp/elp.el (elp):
17656         * emacs-lisp/testcover.el (testcover):
17657         * emacs-lisp/trace.el (trace):
17658         * emulation/viper-ex.el (viper-ex):
17659         * emulation/viper-mous.el (viper-mouse):
17660         * mail/mailalias.el (mailalias):
17661         * mail/supercite.el (supercite, supercite-frames)
17662         (supercite-attr, supercite-cite, supercite-hooks):
17663         * net/rcompile.el (remote-compile):
17664         * net/rlogin.el (rlogin):
17665         * obsolete/ooutline.el (outlines):
17666         * progmodes/delphi.el (delphi):
17667         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17668         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17669         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17670         (ebnf-optimization):
17671         * progmodes/etags.el (etags):
17672         * progmodes/executable.el (executable):
17673         * progmodes/idlwave.el (idlwave):
17674         * progmodes/pascal.el (pascal):
17675         * progmodes/prolog.el (prolog):
17676         * progmodes/python.el (python):
17677         * progmodes/scheme.el (scheme):
17678         * progmodes/sh-script.el (sh, sh-script):
17679         * progmodes/sql.el (SQL):
17680         * progmodes/tcl.el (tcl):
17681         * textmodes/bibtex.el (bibtex, bibtex-autokey):
17682         * textmodes/enriched.el (enriched):
17683         * textmodes/makeinfo.el (makeinfo):
17684         * textmodes/sgml-mode.el (sgml):
17685         * textmodes/table.el (table-hooks):
17686         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17687         * textmodes/texinfo.el (texinfo):
17688         * textmodes/two-column.el (two-column):
17689         Finish `defgroup' description with period.
17691         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17692         * eshell/esh-var.el (eshell-var):
17693         * progmodes/vhdl-mode.el (vhdl-testbench):
17694         * textmodes/org.el (org): Fix typos in docstrings.
17696         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17697         consistency.
17699         * progmodes/flymake.el (flymake-find-file): Remove.
17700         (flymake-float-time): Use `with-no-warnings'.
17701         (flymake-check-start-time, flymake-check-was-interrupted)
17702         (flymake-err-info, flymake-is-running, flymake-last-change-time)
17703         (flymake-new-err-info): `defvar' at compile time.
17705 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
17707         * replace.el (occur-hook): Doc fix.
17708         (occur-1): Don't call `occur-hook' if there are no matches.
17710 2005-07-03  Richard M. Stallman  <rms@gnu.org>
17712         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17713         global-map, save the same map.
17714         (global-map): Don't alter it at top level.
17715         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17716         Then alter it here instead.
17717         (tpu-edt-off): Set global-map to the saved one.
17719         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17720         All references simplified.
17721         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
17722         (zmacs-regions): Add defvar.
17723         (repeat-complex-command-map): Everything about that deleted.
17725         * textmodes/artist.el (artist-key-is-drawing)
17726         (artist-key-endpoint1, artist-key-poly-point-list)
17727         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17728         (artist-key-compl-table, artist-rb-save-data)
17729         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17730         Don't put them in eval-when-compile.
17731         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17733         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17734         Use with-no-warnings.
17736         * net/browse-url.el (dos-windows-version): Add defvar.
17738         * mail/supercite.el (filladapt-prefix-table): Add defvar.
17740         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17741         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17742         (rmail-new-summary-line-count): Rename from new-summary-line-count.
17743         Add defvar.
17744         (rmail-summary-beginning-of-message): Use with-no-warnings.
17745         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17747         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17748         Use with-no-warnings.
17750         * emulation/vi.el (vi-mark-region): Use c-mark-function.
17751         (c-mark-function): Add point-moving-unit property.
17752         (vi-goto-line): Use with-no-warnings.
17754         * emulation/edt.el (edt-last-copied-word): Add defvar.
17755         (zmacs-region-stays): Likewise.
17756         (edt-mark-section-wisely): Use c-mark-function for C.
17757         Use makr-defun for Fortran.
17758         (time-string): defvar deleted.
17759         (edt-display-the-time): Don't set time-string.
17761         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17763         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17764         Don't warn when name is not constant
17765         or for defining the group `emacs'.
17767         * tooltip.el (gud-tooltip-mode): Add defvar.
17769         * startup.el (default-frame-background-mode): Add defvar.
17771         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17773         * info.el (tool-bar-map): Add defvar.
17775         * dired.el (dnd-protocol-alist): Add defvar.
17777         * dired-aux.el (dired-query): Display question with answer, when
17778         the user answers.
17780         * custom.el (custom-add-option): Doc fix.
17782         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17784 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
17786         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17787         bogus name from the last change.
17789 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
17791         * custom.el (custom-declare-variable): Fix typos in comment.
17792         (custom-known-themes): Doc fix.
17793         (custom-theme-directory): New defcustom.
17794         (require-theme): Make it check `custom-theme-directory'.
17796         * cus-theme.el (custom-new-theme-mode): New function.
17797         (custom-theme-name, custom-theme-variables, custom-theme-faces)
17798         (custom-theme-description): Add compiler defvars.
17799         (customize-create-theme): Add doc to the "*New Custom Theme*"
17800         buffer.  Use `custom-new-theme-mode'.
17801         (custom-theme-write): Put the created buffer in emacs-lisp-mode
17802         and save it to the `custom-theme-directory'.  Make this the
17803         default directory of the buffer.
17805 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
17807         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17808         Fix unbalanced parentheses.
17810 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17812         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17813         into flymake-mode and delegate to flymake-mode.
17815         * find-file.el (ff-which-function-are-we-in): Clean up.
17817 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
17819         * replace.el (occur-rename-buffer): Fix docstring.
17821         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17822         (edt-last-copied-word, edt-learn-macro-count)
17823         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17824         (edt-rect-start-point, edt-user-global-map, rect-start-point)
17825         (time-string, zmacs-region-stays):
17826         * emulation/edt-mapper.el (edt-save-function-key-map)
17827         (EDT-key-name): `defvar' to silence the byte-compiler.
17829 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
17831         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17832         font-lock-regexp-backslash.  Doc fix.
17833         (font-lock-regexp-backslash-grouping-construct): Rename from
17834         font-lock-regexp-backslash-construct.  Doc fix.
17835         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17836         grouping constructs.
17838 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
17840         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17841         updating all the prerequisites.
17843 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
17845         * textmodes/org.el (org-agenda-start-on-weekday)
17846         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17847         (org-agenda-use-time-grid, org-archive-location)
17848         (org-allow-space-in-links, org-usenet-links-prefer-google)
17849         (org-enable-table-editor, org-export-default-language)
17850         (org-export-html-show-new-buffer, org-fill-paragraph)
17851         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17852         (org-goto-quit, org-occur, org-eval-in-calendar)
17853         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17854         (org-agenda-diary-entry, org-remember-help)
17855         (org-table-convert-region, org-at-table-p)
17856         (org-table-move-row-down, org-table-move-row-up)
17857         (org-table-copy-region, org-table-toggle-vline-visibility)
17858         (org-table-get-stored-formulas, org-table-get-specials)
17859         (org-recalc-commands, org-table-eval-formula)
17860         (org-table-formula-substitute-names, orgtbl-make-binding)
17861         (org-format-org-table-html, org-format-table-table-html)
17862         (org-format-table-table-html-using-table-generate-source)
17863         (org-customize): Fix typos in docstrings.
17864         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17865         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17866         (org-back-to-heading): Doc fixes.
17867         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17868         (org-agenda-change-all-lines, org-get-header):
17869         Improve argument/docstring consistency.
17870         (orgtbl-error): Fix error message.
17872         * progmodes/flymake.el (flymake-find-possible-master-files)
17873         (flymake-master-file-compare, flymake-get-line-err-count)
17874         (flymake-highlight-line, flymake-gui-warnings-enabled):
17875         Fix typos in docstrings.
17876         (flymake-parse-line, flymake-get-project-include-dirs-function)
17877         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17878         Doc fixes.
17879         (flymake-get-project-include-dirs-function)
17880         (flymake-make-err-menu-data):
17881         Improve argument/docstring consistency.
17883 2005-07-01  Lute Kamstra  <lute@gnu.org>
17885         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17886         Catch errors with ignore-errors.  Use temporary buffer.
17887         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
17889         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17890         background color faces.
17891         (facemenu-set-foreground, facemenu-set-background):
17892         Use facemenu-set-face-from-menu.
17893         (facemenu-set-face-from-menu): Treat face names that start with
17894         "fg:" or "bg:" as special.
17895         (facemenu-add-new-color): Don't create faces.  Simplify.
17897 2005-06-30  Richard M. Stallman  <rms@gnu.org>
17899         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17900         (crm-find-current-element): Likewise.
17902 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
17904         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17906 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17908         * arc-mode.el (archive-extract): Make it work as a mouse binding.
17909         (archive-mouse-extract): Make it an obsolete alias.
17910         (archive-mode-map): Don't use archive-mouse-extract any more.
17911         (archive-mode, archive-extract): write-contents-hooks ->
17912         write-contents-functions.
17913         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17914         first arg.
17915         (archive-rename-entry): Update the call.
17916         (archive-zip-summarize): Remove unused var `method'.
17917         (archive-lzh-summarize): Remove unused var `creator'.
17919         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17920         dedicated frame upon exit.
17922         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17923         (archive-zip-extract, archive-zip-expunge)
17924         (archive-zip-update, archive-zip-update-case): Use executable-find.
17925         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17926         Use restore-buffer-modified-p.
17927         (archive-extract, archive-add-new-member, archive-write-file-member):
17928         Use with-current-buffer.
17929         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17931 2005-06-30  Andreas Schwab  <schwab@suse.de>
17933         * progmodes/gud.el (gud-filter): Remove unneeded progn.
17935 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
17937         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17939 2005-06-30  Juri Linkov  <juri@jurta.org>
17941         * faces.el (vertical-border): Inherit from mode-line-inactive
17942         only on tty.
17944 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
17946         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17947         example, -NLINES in the `occur' docstring).
17949         * replace.el (occur-1): When no matches are found, do not set the
17950         `buffer-read-only' and modified flags for the occur buffer,
17951         because it is deleted.
17953         * emulation/cua-base.el (cua-check-pending-input)
17954         (cua-repeat-replace-region, cua-mode, cua-debug)
17955         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17956         Fix typos in docstrings.
17958         * emulation/cua-gmrk.el (cua-toggle-global-mark)
17959         (cua-cut-region-to-global-mark)
17960         (cua--cut-rectangle-to-global-mark):
17961         Remove period from end of messages.
17963         * emulation/cua-rect.el (cua-do-rectangle-padding):
17964         Remove period from end of messages.
17965         (cua--rectangle-seq-format): Fix typo in docstring.
17966         (cua-sequence-rectangle, cua-fill-char-rectangle):
17967         Improve argument/docstring consistency.
17969 2005-06-29  Juri Linkov  <juri@jurta.org>
17971         * faces.el (default-frame-background-mode): New internal variable.
17972         (frame-set-background-mode): Use it.
17974         * startup.el (normal-top-level): Set default-frame-background-mode
17975         instead of frame-background-mode.  Before setting it, test for its
17976         nil value.  Remove tests for frame-background-mode and frame
17977         parameter `reverse'.  Add test for "unspecified-fg".
17979         * term/xterm.el (xterm-rxvt-set-background-mode):
17980         * term/rxvt.el (rxvt-set-background-mode):
17981         Set default-frame-background-mode instead of frame-background-mode.
17983 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
17985         * simple.el (set-variable): Warn about obsolete user variables.
17987         * imenu.el (imenu--completion-buffer):
17988         * mouse.el (mouse-buffer-menu-alist):
17989         * msb.el (msb-invisible-buffer-p):
17990         * calendar/diary-lib.el (diary-header-line-format):
17991         * emacs-lisp/pp.el (pp-buffer):
17992         * progmodes/cperl-mode.el (cperl-do-auto-fill):
17993         * textmodes/picture.el (picture-replace-match):
17994         Change space constants followed by a sexp to "?\s ".
17996         * play/decipher.el (decipher-loop-with-breaks):
17997         * textmodes/texinfo.el (texinfo-insert-@item): Change space
17998         constants "protected" from end of line by a comment to "?\s".
18000 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18002         * font-lock.el (save-buffer-state): Use `declare'.
18004         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18005         reset the syntax-table to cperl-mode-syntax-table.
18006         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18007         "foo_print_bar" is not matched as a reserved keyword.
18009 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
18011         * textmodes/org.el (orgtbl-setup): New function, for delayed
18012         setup for the orgtbl commands.
18013         (org-calc-default-modes): New option.
18014         (orgtbl-make-binding): Use `defun' to get better help display.
18015         (org-diary): Call `org-compile-prefix-format'.
18016         (org-table-formula-substitute-names): New function.
18017         (org-agenda-day-view, org-agenda-week-view): New commands.
18018         (org-agenda-toggle-week-view): Command removed.
18019         (org-tbl-menu): Split off from org-org-menu.
18020         (org-mode): Move removal of outline-mode menus to here.
18021         (org-table-formula-debug): New option.
18022         (org-table-insert-row): Keep first field if just "#" or "*".
18023         (org-mode): Paragraph regexps fixed.
18024         (org-table-recalculate-regexp): New constant.
18025         (org-table-justify-field-maybe): Avoid replace if not necessary.
18026         (org-copy-special, org-cut-special): Use `call-interactively'.
18027         (org-table-copy-region): Take region from `interactive' call.
18028         (org-trim): Return string even if no match.
18029         (org-formula): New face.
18030         (org-set-font-lock-defaults): No longer highlight "FIXME".
18031         But highlight formula-related fields in table.
18032         (org-table-p): Use regexp, not fontification.
18033         (org-table-align): Handle white space at end of line.
18034         (org-table-formula-evaluate-inline): New option.
18035         (org-mode): Auto-wrapping in comment lines turned off.
18036         (org-table-copy-down): Evaluate only in copied field, not in
18037         destination.
18038         (org-table-current-formula): Variable removed.
18039         (org-table-store-formulas, org-table-get-stored-formulas)
18040         (org-table-modify-formulas, org-table-replace-in-formulas)
18041         (org-table-maybe-eval-formula): New functions.
18042         (org-table-get-formula): Modify to use stored formulas.
18043         (org-table-insert-column, org-table-delete-column)
18044         (org-table-move-column): Call `org-table-modify-formulas'.
18045         (org-complete): Add completion for keyword formulas.
18046         (orgtbl-mode): Pull orgtbl-mode-map to start of
18047         minor-mode-map-alist.
18049 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18051         * progmodes/python.el (python-check): Require `compile' before
18052         modifying its variables.
18054         * newcomment.el (comment-indent-default): Don't get fooled by an early
18055         end of buffer.
18057 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18059         * ps-print.el (ps-print-version): Fix version number.
18061 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
18063         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18065 2005-06-28  Richard M. Stallman  <rms@gnu.org>
18067         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18068         (flyspell-local-mouse-map): Declaration deleted.
18069         (flyspell-mouse-map): Bind only mouse-2.
18070         (flyspell-mode-map): Don't test flyspell-use-local-map.
18071         (flyspell-overlay-keymap-property-name): Var deleted.
18072         (flyspell-mode-on): Don't make local bindings for
18073         flyspell-mouse-map and flyspell-mode-map.
18074         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18076         * textmodes/ispell.el (ispell-word): Do not ignore short words.
18078         * progmodes/compile.el (compilation-next-error-function):
18079         Don't switch buffers; operate on the current buffer.
18081         * progmodes/compile.el (compilation-error-file-name)
18082         (compilation-warning-file-name, compilation-info-file-name)
18083         (compilation-line-number, compilation-column-number): New faces.
18084         (compilation-error-face, compilation-warning-face)
18085         (compilation-info-face, compilation-line-face)
18086         (compilation-column-face): Use them.
18088         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18090         * comint.el (comint-password-prompt-regexp): Accept ", try again".
18092         * bindings.el (global-map): Bind insertchar and its variants.
18094 2005-06-27  Richard M. Stallman  <rms@gnu.org>
18096         * textmodes/artist.el (artist-text-overwrite)
18097         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18099 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18101         * ps-print.el: It was not working the page selection for printing.
18102         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18103         (ps-print-version): New version 6.6.7.
18104         (ps-end-sheet): New fun.
18105         (ps-header-sheet, ps-end-job): Call it.
18107 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
18109         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18111 2005-06-27  Lute Kamstra  <lute@gnu.org>
18113         * facemenu.el (facemenu-unlisted-faces): Add foreground and
18114         background color faces.
18115         (facemenu-get-face): Delete function.
18116         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18117         (facemenu-add-new-color): Make second argument mandatory.
18118         Create the appropriate face and return it.  Simplify.
18119         (facemenu-set-foreground, facemenu-set-background): Don't check if
18120         color is defined.  Use return value of facemenu-add-new-color.
18122 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
18124         * progmodes/gud.el (gud-filter): Add missing argument to
18125         with-selected-window.
18127 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18129         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18130         a :require to the defcustom.
18132         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18133         defcustoms corresponding to minor modes.
18135 2005-06-26  David Ponce  <david@dponce.com>
18137         * recentf.el: Require tree-widget instead of wid-edit.
18138         (recentf-filename-handler): Fix widget :type.
18139         (recentf-cancel-dialog, recentf-open-more-files)
18140         (recentf-open-files-action): Doc fix.
18141         (recentf-dialog-goto-first): New function.
18142         (recentf-dialog-mode-map): Set parent keymap first.
18143         (recentf-dialog-mode): Define with define-derived-mode.
18144         Don't display continuation lines in dialogs.
18145         (recentf-edit-list): Rename from recentf-edit-selected-items.
18146         (recentf-edit-list-select): Rename from recentf-edit-list-action.
18147         Simplify.
18148         (recentf-edit-list-validate): New function.
18149         (recentf-edit-list): Update accordingly.
18150         (recentf-open-files-item-shift): Remove.
18151         (recentf-open-files-item): Convert menu elements into tree and
18152         link widgets.  Don't create the widgets.
18153         (recentf-open-files): Update accordingly.
18154         (recentf-save-list): Untabify.
18156 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
18158         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18159         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
18160         partially contained in the active region.  Do not take active
18161         region into account when called from Lisp, unless INTERACTIVE arg
18162         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
18163         avoid trouble with fields.  Make marker point nowhere when no
18164         longer used.  Always return nil.  Doc fix.
18165         (flush-lines): Add INTERACTIVE arg.  Do not take active region
18166         into account when called from Lisp, unless INTERACTIVE arg is
18167         non-nil.  Use `forward-line' instead of `beginning-of-line' to
18168         avoid trouble with fields.  Make marker point nowhere when no
18169         longer used.  Always return nil.  Doc fix.
18170         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
18171         interchangeable.  Do not take active region into account when
18172         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
18173         message in echo area when called from Lisp, unless INTERACTIVE arg
18174         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
18175         Return the number of matches.  Doc fix.
18176         (occur): Doc fix.
18177         (perform-replace): Make comment follow double space convention for
18178         the sake of `outline-minor-mode'.
18180         * faces.el (facep): Doc fix.
18182 2005-06-25  Richard M. Stallman  <rms@gnu.org>
18184         * facemenu.el (facemenu-enable-faces-p): New function.
18185         (facemenu-background-menu, facemenu-foreground-menu)
18186         (facemenu-face-menu): Add menu-enable property.
18188         * jka-compr.el (jka-compr-insert-file-contents):
18189         Special handling if cannot find the uncompression program.
18191         * cus-face.el (custom-face-attributes): Add autoload.
18193         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18194         Bind comment-indent-function locally.
18196         * window.el (save-selected-window): Use save-current-buffer.
18198         * subr.el (with-selected-window): Use save-current-buffer.
18200         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18201         and with-current-buffer.
18203 2005-06-24  Richard M. Stallman  <rms@gnu.org>
18205         * simple.el (line-move-1): Fix previous change.
18207 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18209         * replace.el (occur-1): Set `buffer-read-only' and the
18210         buffer-modified flag before running `occur-hook' to protect
18211         against unintentional buffer switches that can lead to data loss.
18213 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
18215         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18216         (gud-gdb-marker-filter): Use font-lock-warning-face for any
18217         initial error.
18219         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18220         after fresh input.
18221         (gdb-var-create-handler): Put name of expression in quotes.
18223 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
18225         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18226         elements of RING in order, and without bogus nil elements.
18228 2005-06-23  Richard M. Stallman  <rms@gnu.org>
18230         * simple.el (set-variable): Args renamed; doc fix.
18231         (line-move-1): When there are overlays around, use vertical-motion.
18233         * faces.el (escape-glyph): Use brown against light background.
18234         (nobreak-space): Rename from no-break-space.
18235         Fix previous change.
18237         * dired-aux.el (dired-do-copy): Fix arg prompt.
18239         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18241 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
18243         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18244         rather than "Distributor".
18246 2005-06-23  Lute Kamstra  <lute@gnu.org>
18248         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18249         (debug-on-entry): Use it.  New interactive declaration that uses
18250         function-called-at-point.
18252 2005-06-23  Kim F. Storm  <storm@cua.dk>
18254         * subr.el (save-match-data): Add comment about using evaporate arg
18255         to set-match-data.
18257 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
18259         * cus-edit.el (customize-face)
18260         (customize-face-other-window): Handle face aliases.
18262         * faces.el (face-documentation, set-face-attribute)
18263         (face-spec-set): Handle face aliases.
18265 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
18267         * help-mode.el (help-make-xrefs): If a symbol representing a face
18268         name is not followed by the word "face", it could still be a
18269         function or variable name, so don't bypass other checks.
18271 2005-06-22  Juri Linkov  <juri@jurta.org>
18273         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18274         Replace aliased functions with calls where second arg `inherit' is t.
18276 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
18278         * progmodes/gdb-ui.el (gdb-error): New variable.
18279         (gdb-error): New function.
18280         (gdb-annotation-rules): Act on error-begin and error annotations.
18281         (gdb-concat-output): Use font-lock-warning-face for errors.
18283 2005-06-22  Miles Bader  <miles@gnu.org>
18285         * bindings.el (propertized-buffer-identification): Use renamed
18286         `Buffer-menu-buffer' face.
18288         * faces.el (vertical-border): Rename from `vertical-divider'.
18289         (escape-glyph): Change dark-background color back to `cyan'.
18291 2005-06-21  Juri Linkov  <juri@jurta.org>
18293         * faces.el (face-user-default-spec): Try getting `customized-face'
18294         prior to `saved-face'.
18295         (frame-background-mode): Refill docstring.
18297         * emacs-lisp/lisp-mode.el (eval-defun-1):
18298         * emacs-lisp/edebug.el (edebug-eval-defun):
18299         Set `saved-face' temporarily to nil before calling form.
18300         Set `customized-face' to the new spec after that.
18302 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18304         * subr.el (1value, lambda, key-substitution-in-progress):
18305         Doc fixes.
18307         * autoinsert.el (auto-insert-alist):
18308         * ses.el (ses-call-printer):
18309         * subr.el (noreturn):
18310         * emacs-lisp/lisp.el (check-parens):
18311         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18312         * net/browse-url.el (browse-url-mosaic):
18313         * progmodes/cc-defs.el (c-safe-scan-lists):
18314         * progmodes/ebnf-abn.el (ebnf-abn-lex):
18315         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18316         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18317         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18318         * progmodes/ebnf-iso.el (ebnf-iso-lex):
18319         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18321 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
18323         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18325 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
18327         * calendar/appt.el (appt-make-list): Activate the package, if
18328         not already active (for backwards compatibility).
18330 2005-06-20  Kim F. Storm  <storm@cua.dk>
18332         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
18334 2005-06-20  Miles Bader  <miles@gnu.org>
18336         * faces.el (vertical-divider): New face.
18338 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
18340         * simple.el (kill-whole-line): Doc fix.
18341         (next-error-buffer-p, next-error-find-buffer)
18342         (clone-indirect-buffer): Fix typos in docstrings.
18343         (comment-line-break-function): Doc fix: don't say variable
18344         is automatically buffer-local (it isn't).
18346 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
18348         * net/tramp-ftp.el (top):
18349         * net/tramp-smb.el (top):
18350         * net/tramp-util.el (top):
18351         * net/tramp-uu.el (top):
18352         * net/tramp-vc.el (top):
18353         * net/tramp.el (top): Revert copyright years back to original
18354         ones.  Tramp has a life outside GNU Emacs.
18356 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
18358         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18360 2005-06-18  Juri Linkov  <juri@jurta.org>
18362         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18363         end of first regexp to limit the match to the position between
18364         line number and source line with same separator character as used
18365         between file name and line number.  In the second regexp limit
18366         mouse-face area to file name and line number by adding new group
18367         for them and referring it in HYPERLINK arg.
18368         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18369         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18370         previous line where grep markers may be already removed.
18372 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
18374         * progmodes/ps-mode.el: Update version and maintainer's email address.
18376 2005-06-18  Steve Youngs  <steve@xemacs.org>
18378         * net/browse-url.el (browse-url-browser-function)
18379         (browse-url-default-browser): Add firefox.
18380         (browse-url-firefox-program, browse-url-firefox-arguments)
18381         (browse-url-firefox-startup-arguments)
18382         (browse-url-firefox-new-window-is-tab): New defcustoms.
18383         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18385 2005-06-17  Richard M. Stallman  <rms@gnu.org>
18387         * startup.el (command-line): Warn if specified user name has
18388         no home directory.
18390         * term.el (term-get-old-input, term-input-filter, term-input-sender)
18391         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18393         * longlines.el (longlines-mode, longlines-show-hard-newlines):
18394         Doc fixes.
18396         * faces.el (underline): Try bold if terminal doesn't support underline.
18398         * mail/sendmail.el (mail-setup-with-from): New variable.
18399         (mail-insert-from-field): New function.
18400         (sendmail-send-it): Call it.
18401         (mail-setup): Optionally call it here.
18403         * term/linux.el: Call tty-no-underline.
18405 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
18407         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18409 2005-06-17  Miles Bader  <miles@gnu.org>
18411         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18412         (ediff-current-diff-C, ediff-current-diff-Ancestor)
18413         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18414         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18415         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18416         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18417         Remove "-face" suffix from face names.
18418         (ediff-current-diff-face-A, ediff-current-diff-face-B)
18419         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18420         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18421         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18422         (ediff-even-diff-face-A, ediff-even-diff-face-B)
18423         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18424         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18425         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18426         New backward-compatibility aliases for renamed faces.
18427         (ediff-current-diff-face-A, ediff-current-diff-face-B)
18428         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18429         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18430         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18431         (ediff-even-diff-face-A, ediff-even-diff-face-B)
18432         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18433         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18434         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18435         Use renamed ediff faces.
18437         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18438         Remove "-face" suffix from face names.
18439         (eshell-test-ok-face, eshell-test-failed-face):
18440         New backward-compatibility aliases for renamed faces.
18441         (eshell-run-test): Use renamed eshell-test faces.
18443         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18444         face name.
18445         (eshell-prompt-face): New backward-compatibility alias for renamed
18446         face.
18447         (eshell-emit-prompt): Use renamed eshell-prompt face.
18449         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18450         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18451         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18452         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18453         Remove "-face" suffix from face names.
18454         (eshell-ls-directory-face, eshell-ls-symlink-face)
18455         (eshell-ls-executable-face, eshell-ls-readonly-face)
18456         (eshell-ls-unreadable-face, eshell-ls-special-face)
18457         (eshell-ls-missing-face, eshell-ls-archive-face)
18458         (eshell-ls-backup-face, eshell-ls-product-face)
18459         (eshell-ls-clutter-face):
18460         New backward-compatibility aliases for renamed faces.
18461         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18463         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18464         Remove "-face" suffix from face name.
18465         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18466         instead of literal face.
18468 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
18470         * emacs-lisp/warnings.el (display-warning, lwarn)
18471         (warning-minimum-log-level): Doc fixes.
18472         (warning-minimum-level, warning-minimum-log-level):
18473         Add :debug to :type choices.
18475         * progmodes/ada-mode.el (ada-format-paramlist)
18476         (ada-get-indent-case, ada-check-matching-start)
18477         (ada-check-defun-name, ada-goto-matching-decl-start)
18478         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18479         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18480         (ada-make-subprogram-body): Follow error conventions.
18481         (ada-case-exception-file, ada-indent-comment-as-code)
18482         (ada-indent-handle-comment-special, ada-indent-renames)
18483         (ada-indent-return, ada-search-directories-internal)
18484         (ada-tab-policy, ada-case-exception-substring)
18485         (ada-other-file-alist, ada-matching-start-re)
18486         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18487         (ada-imenu-generic-expression, ada-compile-goto-error)
18488         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18489         (ada-popup-menu, ada-add-extensions, ada-mode)
18490         (ada-region-selected, ada-create-case-exception)
18491         (ada-create-case-exception-substring, ada-after-keyword-p)
18492         (ada-activate-keys-for-case, ada-adjust-case-region)
18493         (ada-adjust-case-buffer, ada-format-paramlist)
18494         (ada-scan-paramlist, ada-insert-paramlist)
18495         (ada-indent-newline-indent)
18496         (ada-indent-newline-indent-conditional)
18497         (ada-justified-indent-current, ada-goto-previous-word)
18498         (ada-indent-current, ada-get-indent-open-paren)
18499         (ada-get-indent-paramlist, ada-get-indent-end)
18500         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18501         (ada-get-indent-block-start, ada-get-indent-subprog)
18502         (ada-get-indent-noindent, ada-get-indent-label)
18503         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18504         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18505         (ada-goto-stmt-end, ada-goto-next-word)
18506         (ada-check-matching-start, ada-check-defun-name)
18507         (ada-goto-matching-decl-start, ada-goto-matching-start)
18508         (ada-goto-matching-end, ada-search-ignore-string-comment)
18509         (ada-in-decl-p, ada-looking-at-semi-or)
18510         (ada-looking-at-semi-private, ada-in-paramlist-p)
18511         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18512         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18513         (ada-next-procedure, ada-previous-procedure, ada-next-package)
18514         (ada-previous-package, ada-create-menu)
18515         (ada-fill-comment-paragraph-justify)
18516         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18517         (ada-other-file-name, ada-last-which-function-line)
18518         (ada-last-which-function-subprog, ada-which-function)
18519         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18520         (ada-gen-treat-proc, ada-check-emacs-version)
18521         (ada-continuation-indent, ada-align-region-separate):
18522         Fix typos in docstrings.
18523         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18525 2005-06-16  Lute Kamstra  <lute@gnu.org>
18527         * simple.el (fundamental-mode): Run after-change-major-mode-hook
18528         conditionally.
18530 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18532         * comint.el (comint-replace-by-expanded-filename)
18533         (comint-prompt-regexp, comint-delimiter-argument-list)
18534         (comint-preinput-scroll-to-bottom):
18535         * info.el (Info-hide-cookies-node):
18536         * ls-lisp.el (ls-lisp-classify):
18537         * find-file.el (ff-search-directories, ff-special-constructs)
18538         (ff-find-other-file):
18539         * font-lock.el (font-lock-keywords):
18540         * shell.el (shell-prompt-pattern)
18541         (shell-dynamic-complete-functions, shell-mode)
18542         (shell-delimiter-argument-list):
18543         * term.el (term-replace-by-expanded-filename)
18544         (term-prompt-regexp, term-delimiter-argument-list):
18545         * woman.el (woman-ignore, woman0-if):
18546         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18547         * emacs-lisp/elint.el (elint-init-env):
18548         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18549         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18550         * language/ethio-util.el (ethio-tilde-escape)
18551         (ethio-use-three-dot-question):
18552         * net/zone-mode.el (zone-mode-load-time-setup):
18553         * progmodes/cc-align.el (c-lineup-argcont):
18554         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18555         * progmodes/cperl-mode.el (cperl-set-style-back):
18556         * progmodes/inf-lisp.el (inferior-lisp-prompt):
18557         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18558         Fix spellings in docstrings.
18560         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18561         * progmodes/modula2.el (m2-for): Fix spellings.
18563         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18565         * simple.el (undo-more): Don't use `format' on `error' arguments.
18566         Improve argument/docstring consistency.
18567         (pending-undo-list): Doc fix.
18569         * smerge-mode.el (smerge-ensure-match):
18570         * emulation/vip.el (vip-ex):
18571         * net/zone-mode.el (zone-mode-update-serial):
18572         * progmodes/idlwave.el (idlwave-complete):
18573         * progmodes/vhdl-mode.el (vhdl-visit-file)
18574         (vhdl-compose-wire-components):
18575         Don't use `format' on `error' arguments.
18577         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18578         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18579         (tooltip-help-tips): Fix typos in docstrings.
18581 2005-06-16  David Ponce  <david@dponce.com>
18583         * tree-widget.el (tree-widget-value-create): Simplify last change.
18585 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
18587         * ido.el (ido-incomplete-regexp): New variable.
18588         (ido-set-matches-1): Handle invalid-regexp error and set
18589         ido-incomplete-regexp.
18590         (ido-incomplete-regexp): New face.
18591         (ido-completions): Use it.
18592         (ido-complete, ido-exit-minibuffer, ido-completions):
18593         Handle incomplete regexps.
18594         (ido-completions): Add check for complete match when entering a regexp.
18596 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18598         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18600 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18602         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18603         by field delimiters.
18605 2005-06-15  David Ponce  <david@dponce.com>
18607         * tree-widget.el: eval-and-compile inlined functions so they will
18608         be available at run-time too.
18609         (tree-widget-super-format-handler)
18610         (tree-widget-format-handler): Remove.
18611         (tree-widget-value-create): Handle the :indent property.
18613 2005-06-15  Miles Bader  <miles@gnu.org>
18615         * progmodes/which-func.el (which-func): Only inherit
18616         `font-lock-function-name-face' when that makes sense against the
18617         default mode-line face, otherwise set the face color explicitly.
18619         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18620         faces instead of (non-existent) variables.
18622 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18624         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18625         (iswitchb-get-matched-buffers): Likewise.  Simplify.
18627 2005-06-14  Miles Bader  <miles@gnu.org>
18629         * progmodes/ld-script.el (ld-script-location-counter):
18630         Remove "-face" suffix from face name.
18631         (ld-script-location-counter-face):
18632         New backward-compatibility alias for renamed face.
18633         (ld-script-location-counter-face): Use renamed face.
18635         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18636         (cperl-hash): Remove "-face" suffix from face names.
18637         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18638         New backward-compatibility aliases for renamed faces.
18639         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18640         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18642         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18643         name.
18644         (which-func-face): New backward-compatibility alias for renamed face.
18645         (which-func-format): Use renamed which-func face.
18647         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18648         (vhdl-function, vhdl-directive, vhdl-reserved-word)
18649         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18650         names.
18651         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18652         (vhdl-speedbar-configuration, vhdl-speedbar-package)
18653         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18654         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18655         (vhdl-speedbar-architecture-selected)
18656         (vhdl-speedbar-configuration-selected)
18657         (vhdl-speedbar-package-selected)
18658         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18659         names.
18660         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18661         Use renamed faces.
18662         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18663         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18664         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18665         Use renamed faces.
18666         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18667         names.
18668         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18669         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18670         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18671         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18672         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18673         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18675         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18676         face name.
18677         (sh-heredoc-face): New backward-compatibility alias for renamed face.
18678         (sh-heredoc-face): Use renamed sh-heredoc face.
18680         * progmodes/idlw-help.el (idlwave-help-link):
18681         Remove "-face" suffix from face name.
18682         (idlwave-help-link-face):
18683         New backward-compatibility alias for renamed face.
18684         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18686         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18687         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18688         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18689         New backward-compatibility aliases for renamed faces.
18690         (idlwave-shell-disabled-breakpoint-face)
18691         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18693         * progmodes/flymake.el (flymake-errline, flymake-warnline):
18694         Remove "-face" suffix from face names.
18695         (flymake-errline-face, flymake-warnline-face):
18696         New backward-compatibility aliases for renamed faces.
18697         (flymake-highlight-line): Use renamed flymake faces.
18699         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18700         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18701         (ebrowse-member-class, ebrowse-progress):
18702         Remove "-face" suffix from face names.
18703         (ebrowse-tree-mark-face, ebrowse-root-class-face)
18704         (ebrowse-file-name-face, ebrowse-default-face)
18705         (ebrowse-member-attribute-face, ebrowse-member-class-face)
18706         (ebrowse-progress-face):
18707         New backward-compatibility aliases for renamed faces.
18708         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18709         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18710         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18711         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18713         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18714         antlr-syntax)
18715         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18716         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18717         names.
18718         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18719         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18720         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18721         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18722         backward-compatibility aliases for renamed faces.
18723         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18724         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18725         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18726         remove "font-lock-".  Use renamed antlr-mode faces.
18727         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
18728         literal face-names with face variable references.
18730         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18731         face name.
18732         (Buffer-menu-buffer-face): New backward-compatibility alias for
18733         renamed face.
18734         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18736 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
18738         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18739         Eliminate "-face" suffix.
18740         (makefile-targets): Inherit from font-lock-function-name-face and
18741         eliminate "-face" suffix.
18742         (makefile-shell): Remove attributes and eliminate "-face" suffix.
18743         (makefile-*-font-lock-keywords): Append makefile-targets in rule
18744         actions, instead of prepending, to make it less visible.
18745         (makefile-previous-dependency, makefile-match-dependency):
18746         Don't match a target on a continuation line.
18748         * files.el (auto-mode-alist): Put Makefile in gmake mode.
18750 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
18752         * progmodes/gdb-ui.el (menu): Re-order menu items.
18753         (gdb-tooltip-print): Respect tooltip-use-echo-area.
18755         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18756         Define in tooltip.el.
18757         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18758         (gud-tooltip-tips): Respect tooltip-use-echo-area and
18759         gud-tooltip-echo-area.
18761         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18762         backward compatibility and make obsolete.
18763         (tooltip-help-tips): Use tooltip-use-echo-area.
18764         (tooltip-show-help-function): Rename to...
18765         (tooltip-show-help): ...this, because it is a function.
18766         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18768 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
18770         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18771         (edebug-print-length, edebug-print-level, edebug-print-circle)
18772         (edebug-modify-breakpoint, edebug-eval-last-sexp)
18773         (edebug-eval-print-last-sexp): Doc fixes.
18775 2005-06-14  Kim F. Storm  <storm@cua.dk>
18777         * ido.el (ido-mode): Make a new keymap every time we enable ido,
18778         as the coverage buffer/file/both may change.
18780 2005-06-14  Lute Kamstra  <lute@gnu.org>
18782         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18783         and run-mode-hooks.  Simplify.
18785         * mail/rmailedit.el (rmail-edit-mode):
18786         * progmodes/octave-inf.el (inferior-octave-mode):
18787         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18789         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18790         and run-mode-hooks.
18791         (recentf-edit-list, recentf-open-files): Don't call
18792         kill-all-local-variables directly.
18794         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18796 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18798         * emacs-lisp/byte-run.el (make-obsolete)
18799         (define-obsolete-function-alias): Rename arguments FUNCTION and
18800         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18801         (make-obsolete-variable, define-obsolete-variable-alias):
18802         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18803         respectively.
18805         * isearchb.el (isearchb-activate):
18806         * pcvs.el (cvs-mode):
18807         * ses.el (ses-load):
18808         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18809         * net/tramp.el (tramp-find-file-exists-command)
18810         (tramp-find-shell):
18811         * progmodes/ada-mode.el (ada-create-case-exception)
18812         (ada-create-case-exception-substring, ada-make-subprogram-body):
18813         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18814         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18815         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18816         * textmodes/org.el (org-promote, org-evaluate-time-range)
18817         (org-agenda-next-date-line, org-agenda-previous-date-line)
18818         (org-agenda-error, org-open-at-point, org-table-move-row)
18819         (org-format-table-table-html-using-table-generate-source)
18820         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18821         * textmodes/reftex.el (reftex-access-scan-info):
18822         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18823         (reftex-toc-promote-prepare): Follow error conventions.
18825         * diff-mode.el (diff-mode): Fix typo in docstring.
18827         * forms.el (forms--intuit-from-file): Fix reference to
18828         `forms-number-of-fields' in error message.
18829         (forms-print): Fix quoting in error message.
18831         * forms.el (forms-mode):
18832         * emulation/vi.el (vi-goto-insert-state):
18833         * progmodes/flymake.el (flymake-new-err-info)
18834         (flymake-start-syntax-check-for-current-buffer)
18835         (flymake-simple-cleanup):
18836         * eshell/esh-var.el (eshell/export):
18837         * progmodes/gud.el (xdb):
18838         * textmodes/flyspell.el (flyspell-incorrect-hook)
18839         (flyspell-maybe-correct-transposition)
18840         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18842 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
18844         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18845         minibuffer prompt.
18847 2005-06-13  Kim F. Storm  <storm@cua.dk>
18849         * subr.el (add-to-ordered-list): New defun.
18851         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18852         add cua--keymap-alist to emulation-mode-map-alists.
18854 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18856         * subr.el (complete-in-turn): New macro.
18857         (dynamic-completion-table, lazy-completion-table): Add debug info.
18859         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18860         in preference to face aliases.
18862         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18863         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18864         Remove unused vars `start' and `firstline'.
18865         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18866         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18868 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
18870         * cus-start.el (all): Don't complain about missing GTK-related
18871         variables, unless either `gtk' is boundp or this isn't a
18872         `windows-nt' build.
18874 2005-06-13  Lute Kamstra  <lute@gnu.org>
18876         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18877         run-mode-hooks.
18879         * ediff-mult.el (ediff-meta-mode):
18880         * ediff-util.el (ediff-mode): Use run-mode-hooks.
18882         * ledit.el (ledit-mode): Use delay-mode-hooks.
18884         * woman.el (woman-mode-line-format): Delete constant.
18885         (woman-mode-map): Initialize it properly.
18886         (woman-mode): Set mode-class property to special.
18887         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
18888         Set major-mode and mode-name.  Don't set mode-line-format directly.
18889         (Man-getpage-in-background): Don't reference woman-mode-line-format.
18891         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18892         string argument obsolete.
18894 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
18896         * textmodes/org.el (org-CUA-compatible): New option.
18897         (org-disputed-keys): New variable.
18898         (org-key): New function.
18899         (orgtbl-make-binding): Add docstring to the created function.
18900         (org-mode): Set paragraph start/separate regexps.
18901         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18902         (org-archive-location, org-archive-mark-done)
18903         (org-archive-stamp-time): New options.
18904         (org-archive-subtree): New command.
18905         (org-fill-paragraph): New function.
18906         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18907         (org-fake-empty-table-line): Function removed.
18908         (org-format-org-table-html): Do not create empty table lines at
18909         separator lines.  Improved table header treatment.
18910         (org-link-format): New option.
18911         (org-make-link): New function.
18912         (org-insert-link, org-store-link): Use org-make-link.
18913         (org-open-file): Quote file name for shell command, to allow
18914         spaces in file names.
18915         (org-link-regexp): Fix bug with mailto link.
18916         (org-link-maybe-angles-regexp, org-protected-link-regexp):
18917         New constants.
18918         (org-export-as-html): Deal with the optional angles around a link.
18919         Better treatment of file: links.
18920         (org-open-at-point): Replace @{ and @} with < and >.
18921         (org-run-mode-hooks): Function removed.
18922         (org-agenda-mode): No longer use `org-run-mode-hooks'.
18924 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
18926         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18927         MI command -data-list-register-values.
18928         (gdb-post-prompt): Indent properly.
18930 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
18932         * hilit-chg.el (highlight-changes-colors): Rename from
18933         `highlight-changes-colours'.
18934         (highlight-changes-colours): Keep as obsolete alias.
18935         (highlight-changes-face-list): Doc fix.
18936         (hilit-chg-make-list): Use `highlight-changes-colors'.
18938 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
18940         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18941         defun-prompt-regexp.
18943 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
18945         * loadup.el: Don't say we are dumping under 2 names on windows-nt
18946         and cygwin.
18948         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18949         Don't use an old loaddefs.el, as in Makefile.in.
18951 2005-06-12  Lute Kamstra  <lute@gnu.org>
18953         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18955         * man.el (Man-mode-map): Initialize it properly.
18956         (Man-mode): Set mode-class property to special.
18958         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18960 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
18962         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18963         A newline is needed in the docstring there.
18965         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18966         Doc fixes.
18968 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18970         * printing.el: Doc fix.  The menubar is no more changed when printing
18971         is loaded, it only changes when pr-menu-bind or pr-update-menus is
18972         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
18973         (pr-version): New version number (6.8.4).
18974         (pr-menu-bind): New command.
18975         (pr-update-menus): Docstring and code fix.
18976         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18977         Docstring fix.
18978         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18979         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18981 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
18983         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18984         "Returns" to "return", document useful return values, etc.
18986 2005-06-11  Alan Mackenzie  <acm@muc.de>
18988         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18989         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18990         (adaptive-file-function): Minor amendment to doc-string.
18992 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18994         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18995         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18996         Fix :type--it is `integer', not `string'.
18998         * faces.el (modeline-highlight): Rename from (the erroneous)
18999         `modeline-higilight'.
19001 2005-06-11  Lute Kamstra  <lute@gnu.org>
19003         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19004         lisp-interaction-mode-map but make it the parent.
19005         (edebug-eval-mode): Use define-derived-mode.
19007 2005-06-11  Andreas Schwab  <schwab@suse.de>
19009         * bindings.el: Add binding of `ESC functionkey' for every
19010         `M-functionkey'.
19011         * hexl.el (hexl-mode-map): Likewise.
19013 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
19015         * progmodes/compile.el (compilation-error-regexp-alist-alist)
19016         [msft]: update regexp for newer msft compilers.
19018 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
19020         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19021         ATTLIST portions of included DTDs.
19022         (xml-parse-dtd): Eliminate use of inefficient match-data.
19024 2005-06-10  Miles Bader  <miles@gnu.org>
19026         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19027         (mpuz-text): Remove "-face" suffix from face names.
19028         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19029         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19030         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19032         * play/gomoku.el (gomoku-O, gomoku-X):
19033         Remove "-face" suffix from face names.
19034         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19035         New backward-compatibility aliases for renamed faces.
19036         (gomoku-font-lock-keywords): Use renamed gomoku faces.
19038 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
19040         * thumbs.el: Fixes for changes of 2005-06-09.
19041         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19042         as a directory.
19043         (thumbs-thumbname): Remove directory separator from format string;
19044         `thumbs-thumbsdir' now returns a valid directory name.
19045         (thumbs-temp-dir): New defsubst.
19046         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19047         Use it.
19049         * cus-edit.el (minibuffer):
19050         * files.el (make-backup-file-name-function):
19051         * filesets.el (filesets-external-viewers):
19052         * hilit-chg.el (highlight-changes-colours)
19053         (highlight-changes-face-list, highlight-changes-rotate-faces):
19054         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19055         * kmacro.el (kmacro-call-macro):
19056         * log-edit.el (log-edit-changelog-full-paragraphs):
19057         * mouse.el (mouse-1-click-follows-link):
19058         * skeleton.el (skeleton-autowrap):
19059         * subr.el (insert-for-yank-1):
19060         * tempo.el (tempo-insert-region):
19061         * terminal.el (terminal-emulator):
19062         * time.el (display-time-mail-face):
19063         * vc.el (vc-annotate):
19064         * vcursor.el (vcursor-copy-line):
19065         * woman.el (woman-bold-headings, woman-ignore)
19066         (woman-default-faces, woman-monochrome-faces):
19067         * calendar/todo-mode.el (todo-insert-threshold):
19068         * emulation/pc-select.el (pc-select-selection-keys-only)
19069         (pc-selection-mode):
19070         * emulation/vip.el (vip-find-char-forward):
19071         * emulation/viper-cmd.el (viper-find-char-forward):
19072         * international/mule-cmds.el
19073         (select-safe-coding-system-accept-default-p)
19074         (input-method-exit-on-invalid-key):
19075         * international/mule-diag.el (describe-coding-system):
19076         * international/ucs-tables.el (unify-8859-on-encoding-mode):
19077         * net/browse-url.el (browse-url-xterm-program):
19078         * obsolete/lazy-lock.el (lazy-lock-mode):
19079         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19080         (cperl-mode):
19081         * progmodes/cpp.el (cpp-face-light-name-list)
19082         (cpp-face-dark-name-list):
19083         * progmodes/delphi.el (delphi-newline-always-indents):
19084         Fix spellings in docstrings.
19086         * ido.el (ido-mode, ido-file-extensions-order)
19087         (ido-default-file-method, ido-default-buffer-method)
19088         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19089         (ido-decorations, ido-read-file-name-as-directory-commands)
19090         (ido-read-file-name-non-ido, ido-work-directory-list)
19091         (ido-ignore-item-temp-list, ido-current-directory)
19092         (ido-magic-forward-char, ido-enter-find-file)
19093         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19094         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19096 2005-06-10  Lute Kamstra  <lute@gnu.org>
19098         * play/dunnet.el (dun-mode): Use define-derived-mode.
19099         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
19100         obsolete alias.
19102         * play/doctor.el (doctor-mode-map): Remove defvar.
19103         (doctor-mode): Use define-derived-mode.
19105         * mail/mspools.el (mspools-mode):
19106         * net/eudc-hotlist.el (eudc-hotlist-mode):
19107         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19109 2005-06-10  Miles Bader  <miles@gnu.org>
19111         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19112         Remove "-face" suffix from face names.
19113         (flyspell-incorrect-face, flyspell-duplicate-face):
19114         New backward-compatibility aliases for renamed faces.
19115         (flyspell-mode-on, make-flyspell-overlay)
19116         (flyspell-highlight-incorrect-region)
19117         (flyspell-highlight-duplicate-region)
19118         (flyspell-display-next-corrections)
19119         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19121         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19122         from face name.
19123         (texinfo-heading-face): New backward-compatibility alias for
19124         renamed face.
19125         (texinfo-heading-face): Use renamed texinfo-heading face.
19127         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19128         suffix from face names.
19129         (tex-math-face, tex-verbatim-face):
19130         New backward-compatibility aliases for renamed faces.
19131         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19132         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19133         literal face name.
19135         * textmodes/table.el (table-cell): Remove "-face" suffix from face
19136         name.
19137         (table-cell-face): New backward-compatibility alias for renamed face.
19138         (table--put-cell-face-property, table--update-cell-face):
19139         Use renamed table-cell face.
19141         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19142         from face name.
19143         (sgml-namespace-face): New backward-compatibility alias for
19144         renamed face.
19145         (sgml-namespace-face): Use renamed sgml-namespace face.
19147         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19148         (org-level-4, org-level-5, org-level-6, org-level-7)
19149         (org-level-8, org-warning, org-headline-done)
19150         (org-deadline-announce, org-scheduled-today)
19151         (org-scheduled-previously, org-link, org-done, org-table)
19152         (org-time-grid): Remove "-face" suffix from face names.
19153         (org-level-1-face, org-level-2-face, org-level-3-face)
19154         (org-level-4-face, org-level-5-face, org-level-6-face)
19155         (org-level-7-face, org-level-8-face, org-warning-face)
19156         (org-headline-done-face, org-deadline-announce-face)
19157         (org-scheduled-today-face, org-scheduled-previously-face)
19158         (org-link-face, org-done-face, org-table-face)
19159         (org-time-grid-face):
19160         New backward-compatibility aliases for renamed faces.
19161         (org-level-faces, org-set-font-lock-defaults, org-timeline)
19162         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19163         (org-agenda-get-timestamps, org-agenda-get-scheduled)
19164         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19166         * emulation/viper-init.el (viper-search, viper-replace-overlay)
19167         (viper-minibuffer-emacs, viper-minibuffer-insert)
19168         (viper-minibuffer-vi): Remove "-face" suffix from face names.
19169         (viper-search-face, viper-replace-overlay-face)
19170         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19171         (viper-minibuffer-vi-face):
19172         New backward-compatibility aliases for renamed faces.
19173         (viper-search-face, viper-replace-overlay-face)
19174         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19175         (viper-minibuffer-vi-face): Use renamed viper faces.
19177         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19178         Remove "-face" suffix from face names.
19179         (testcover-nohits-face, testcover-1value-face):
19180         New backward-compatibility aliases for renamed faces.
19181         (testcover-mark): Use renamed testcover faces.
19183         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19184         face name.
19185         (diary-button-face): New backward-compatibility alias for renamed face.
19186         (diary-entry): Use renamed diary-button face.
19188         * calendar/calendar.el (diary, calendar-today, holiday)
19189         (mark-visible-calendar-date): Remove "-face" suffix from face names.
19190         (diary-face, calendar-today-face, holiday-face):
19191         New backward-compatibility aliases for renamed faces.
19192         (eval-after-load "facemenu", diary-entry-marker)
19193         (calendar-today-marker, calendar-holiday-marker, diary-face):
19194         Use renamed calendar faces.
19196         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19197         (compare-windows-face): New backward-compatibility alias for
19198         renamed face.
19199         (compare-windows-highlight): Use renamed compare-windows face.
19201         * strokes.el (strokes-char): Remove "-face" suffix from face name.
19202         (strokes-char-face): New backward-compatibility alias for renamed face.
19203         (strokes-encode-buffer): Use renamed strokes-char face.
19205         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19206         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19207         Remove "-face" suffix from face names.
19208         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19209         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19210         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19211         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19212         Use renamed pcvs faces.
19213         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19214         * pcvs-defs.el (cvs-mode-map): Likewise.
19215         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19217         * info.el (info-title-1, info-title-2, info-title-3)
19218         (info-title-4): Remove "-face" suffix from and downcase face names.
19219         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19220         (Info-title-4-face):
19221         New backward-compatibility aliases for renamed faces.
19222         (Info-fontify-node): Use renamed info faces.
19224         * hilit-chg.el (highlight-changes, highlight-changes-delete):
19225         Remove "-face" suffix from face names.
19226         (highlight-changes-face, highlight-changes-delete-face):
19227         New backward-compatibility aliases for renamed faces.
19228         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19229         (hilit-chg-make-list): Use renamed highlight-changes faces.
19231         * generic-x.el (show-tabs-tab, show-tabs-space):
19232         Remove "-face" suffix from face names.
19233         (show-tabs-tab-face, show-tabs-space-face):
19234         New backward-compatibility aliases for renamed faces.
19235         (show-tabs-generic-mode-font-lock-defaults-1)
19236         (show-tabs-generic-mode-font-lock-defaults-2):
19237         Use renamed show-tabs faces.
19239         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19240         (smerge-markers): Remove "-face" suffix from face names.
19241         (smerge-mine-face, smerge-other-face, smerge-base-face)
19242         (smerge-markers-face):
19243         New backward-compatibility aliases for renamed faces.
19244         (smerge-mine-face, smerge-other-face, smerge-base-face)
19245         (smerge-markers-face): Use renamed smerge faces.
19247         * log-view.el (log-view-file, log-view-message): Remove "-face"
19248         suffix from face names.
19249         (log-view-file-face, log-view-message-face):
19250         New backward-compatibility aliases for renamed faces.
19251         (log-view-file-face, log-view-message-face): Use renamed log-view
19252         faces.
19254         * paren.el (show-paren-match, show-paren-mismatch):
19255         Remove "-face" suffix from face names.
19256         (show-paren-match-face, show-paren-mismatch-face):
19257         New backward-compatibility aliases for renamed faces.
19258         (show-paren-function): Use renamed show-paren faces.
19260         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19261         (ruler-mode-margins, ruler-mode-fringes)
19262         (ruler-mode-column-number, ruler-mode-fill-column)
19263         (ruler-mode-comment-column, ruler-mode-goal-column)
19264         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19265         suffix from face names.
19266         (ruler-mode-default-face, ruler-mode-pad-face)
19267         (ruler-mode-margins-face, ruler-mode-fringes-face)
19268         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19269         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19270         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19271         New backward-compatibility aliases for renamed faces.
19272         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19273         (ruler-mode-column-number, ruler-mode-fill-column)
19274         (ruler-mode-comment-column, ruler-mode-goal-column)
19275         (ruler-mode-tab-stop, ruler-mode-current-column)
19276         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19277         faces.
19279         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19280         face name.
19281         (whitespace-highlight-the-space): Use renamed face.
19282         (whitespace-highlight-face): New backward-compatibility alias for
19283         renamed face.
19285         * woman.el (woman-italic, woman-bold, woman-unknown)
19286         (woman-addition, woman-symbol-face):
19287         Remove "-face" suffix from face names.
19288         (woman-italic-face, woman-bold-face, woman-unknown-face)
19289         (woman-addition-face):
19290         New backward-compatibility aliases for renamed faces.
19291         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19292         (woman-decode-region, woman-replace-match)
19293         (woman-display-extended-fonts, woman-special-characters)
19294         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19295         Use renamed woman faces.
19297         * longlines.el (longlines-visible-face): Face removed.
19299         * diff-mode.el (diff-header, diff-file-header, diff-index)
19300         (diff-hunk-header, diff-removed, diff-added, diff-changed)
19301         (diff-function, diff-context, diff-nonexistent): Remove "-face"
19302         suffix from face names.
19303         (diff-header-face, diff-file-header-face, diff-index-face)
19304         (diff-hunk-header-face, diff-removed-face, diff-added-face)
19305         (diff-changed-face, diff-function-face, diff-context-face)
19306         (diff-nonexistent-face): New backward-compatibility aliases for
19307         renamed faces.
19308         (diff-header-face, diff-file-header-face)
19309         (diff-index, diff-index-face, diff-hunk-header)
19310         (diff-hunk-header-face, diff-removed, diff-removed-face)
19311         (diff-added, diff-added-face, diff-changed-face, diff-function)
19312         (diff-function-face, diff-context-face, diff-nonexistent)
19313         (diff-nonexistent-face): Use renamed diff-mode faces.
19315         * progmodes/compile.el (compilation-warning-face)
19316         (compilation-info-face): Remove "-face" suffix from face names.
19317         (compilation-warning-face, compilation-info-face):
19318         New backward-compatibility aliases for renamed faces.
19319         (compilation-warning-face, compilation-info-face):
19320         Use renamed compilation faces.
19322         * add-log.el (change-log-date, change-log-name)
19323         (change-log-email, change-log-file, change-log-list)
19324         (change-log-conditionals, change-log-function)
19325         (change-log-acknowledgement): Remove "-face" suffix from face names.
19326         (change-log-date-face, change-log-name-face)
19327         (change-log-email-face, change-log-file-face)
19328         (change-log-list-face, change-log-conditionals-face)
19329         (change-log-function-face, change-log-acknowledgement-face):
19330         New backward-compatibility aliases for renamed faces.
19331         (change-log-font-lock-keywords): Use renamed change-log faces.
19333         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19334         (custom-set, custom-changed, custom-saved, custom-button)
19335         (custom-button-pressed, custom-documentation, custom-state)
19336         (custom-comment, custom-comment-tag, custom-variable-tag)
19337         (custom-variable-button, custom-face-tag, custom-group-tag-1)
19338         (custom-group-tag): Remove "-face" suffix from face names.
19339         (custom-magic-alist, custom-magic-value-create)
19340         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19341         (custom-invalid-face, custom-rogue-face, custom-modified-face)
19342         (custom-set-face, custom-changed-face, custom-saved-face)
19343         (custom-button-face, custom-button-pressed-face)
19344         (custom-documentation-face, custom-state-face)
19345         (custom-comment-face, custom-comment-tag-face)
19346         (custom-variable-tag-face, custom-variable-button-face)
19347         (custom-face-tag-face, custom-group-tag-face-1)
19348         (custom-group-tag-face):
19349         New backward-compatibility aliases for renamed faces.
19351         * wid-edit.el (widget-documentation, widget-button)
19352         (widget-field, widget-single-line-field, widget-inactive)
19353         (widget-button-pressed): "-face" suffix removed from face names.
19354         (widget-documentation-face, widget-button-face)
19355         (widget-field-face, widget-single-line-field-face)
19356         (widget-inactive-face, widget-button-pressed-face):
19357         New backward-compatibility aliases for renamed faces.
19358         (widget-documentation-face, widget-button-face)
19359         (widget-button-pressed-face, widget-specify-field)
19360         (widget-specify-inactive): Use renamed widget faces.
19362 2005-06-10  Kenichi Handa  <handa@m17n.org>
19364         * term/x-win.el (x-clipboard-yank): Remove condition-case
19365         wrapping.
19367 2005-06-11  Kenichi Handa  <handa@m17n.org>
19369         * add-log.el (change-log-font-lock-keywords): Make the regexp for
19370         date lines stricter.
19372 2005-06-10  Zhang Wei  <id.brep@gmail.com>
19374         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19375         of x-get-selection.
19377 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
19379         * comint.el (comint-mode, comint-snapshot-last-prompt):
19380         * frame.el (frame-current-scroll-bars):
19381         * term.el (term-mode, term-check-proc, term-input-sender)
19382         (term-simple-send, term-extract-string, term-word)
19383         (term-match-partial-filename):
19384         * window.el (window-current-scroll-bars):
19385         * emulation/cua-base.el (cua-normal-cursor-color)
19386         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19387         (cua-global-mark-cursor-color):
19388         * mail/undigest.el (rmail-forward-separator-regex):
19389         Fix typos in docstrings.
19391         * comint.el (comint-check-proc, make-comint-in-buffer)
19392         (comint-source-default): Doc fixes.
19394         * term.el (term-send-string): Improve argument/docstring consistency.
19396 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
19398         * comint.el (comint-send-input): Bind `inhibit-read-only' around
19399         call to `delete-region'.
19400         (comint-mode-hook): Do not enable Font Lock by default.
19402 2005-06-09  Lute Kamstra  <lute@gnu.org>
19404         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19405         could be void.
19407 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19409         * emacs-lisp/debug.el (debugger-will-be-back): New var.
19410         (debug): Use it.
19411         (debugger-step-through, debugger-continue, debugger-jump)
19412         (debugger-return-value): Set it when needed.
19413         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19414         Use inhibit-read-only.
19416 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
19418         * window.el (shrink-window-if-larger-than-buffer)
19419         (window-size-fixed): Fix typo in docstring.
19421         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
19422         thumbnails directory on loading.
19423         (thumbs-conversion-program): Use `eq' to check the system type,
19424         not `equal'.
19425         (thumbs-temp-dir): Initialize to `temporary-file-directory',
19426         not "/tmp".  Fix docstring.
19427         (thumbs-thumbsdir): New function to return the thumbnails
19428         directory, creating it if needed.
19429         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19430         (thumbs-temp-file): Delete variable and make it into a function.
19431         (thumbs-resize-image, thumbs-modify-image): Use it.
19432         (thumbs-kill-buffer): Simplify.
19433         (thumbs-gensym): Defalias or duplicate CL `gensym'.
19434         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19435         docstrings.
19437 2005-06-09  Kim F. Storm  <storm@cua.dk>
19439         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19440         set-match-data to free markers in match-data.
19442         * replace.el (replace-match-data): Pass RESEAT arg `t' to
19443         match-data to unchain markers in match-data.
19445 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19447         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19448         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
19449         unnecessary now.
19451 2005-06-08  Richard M. Stallman  <rms@gnu.org>
19453         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19454         give the variable a doc string that doesn't say don't set it directly.
19456         * textmodes/ispell.el (ispell-check-version):
19457         Use match-string-no-properties.
19458         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19459         (ispell-buffer-local-words): Likewise.
19461         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19462         except on terminals with enough colors to really display it.
19463         (makefile-dependency-regex): Delete spurious `bb'.
19465         * faces.el (escape-glyph): Use blue once again in last case.
19466         (no-break-space): Redefine so that it isn't invisible on a tty.
19468 2005-06-08  Kim F. Storm  <storm@cua.dk>
19470         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19471         also when reading directory name.
19473 2005-06-08  Lute Kamstra  <lute@gnu.org>
19475         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19476         (flyspell-mode-line-string): Remove autoload cookie.
19477         (flyspell-mode): Remove defvar.
19479 2005-06-07  Lute Kamstra  <lute@gnu.org>
19481         * textmodes/org.el (org-run-mode-hooks): New function.
19482         (org-agenda-mode): Use it.
19484 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
19486         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19488 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19490         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19492 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
19494         * font-lock.el (font-lock-add-keywords): Doc fix.
19496 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19498         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19499         (tex-compile-default): In the absence of any history, use the order in
19500         tex-compile-alist to choose the preferred command.
19501         (tex-compile-commands): Reorder a bit.
19503         * textmodes/flyspell.el (flyspell-auto-correct-binding)
19504         (flyspell-incorrect-face, flyspell-duplicate-face):
19505         Use (X)Emacs-agnostic code.
19506         (flyspell-mode-map): Don't overwrite at each load.  Remove code
19507         redundant with the subsequent add-minor-mode.  Merge Emacs and
19508         XEmacs code.
19509         (flyspell-word): Minor simplification.
19510         (flyspell-math-tex-command-p): Quieten the byte-compiler.
19511         (flyspell-external-point-words): Remove unused vars `size' and `start'.
19512         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19513         Merge the corresponding Emacs code.
19514         (flyspell-correct-word, flyspell-xemacs-popup):
19515         Use flyspell-do-correct.
19517         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19518         a dedicated window.
19520         * international/latexenc.el (latexenc-find-file-coding-system):
19521         Undo part of last patch, to turn off a compiler warning.
19523 2005-06-06  Juri Linkov  <juri@jurta.org>
19525         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19526         Rename `tmm-inactive-face' to `tmm-inactive'.
19528 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
19530         * iswitchb.el: Rename faces.
19532 2005-06-06  Kim F. Storm  <storm@cua.dk>
19534         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19535         (cua-global-mark): Remove -face suffix from face names.
19537         * emulation/cua-gmrk.el (cua--init-global-mark):
19538         Remove cua-global-mark face setup.
19540 2005-06-06  Richard M. Stallman  <rms@gnu.org>
19542         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19543         just like other allowed characters.
19544         (makefile-match-dependency): Exclude leading and training whitespace
19545         from the range of regexp subexp 1.
19546         (makefile-macroassign-regex): Don't try to match the body,
19547         just the name of the macro being defined.
19549         * info.el (Info-read-node-name-2): New function.
19550         (Info-read-node-name-1): Use that.
19551         Add a completion-base-size-function property.
19553         * simple.el (completion-setup-function): Look for
19554         completion-base-size-function property of minibuffer-completion-table.
19556         * files.el (locate-file-completion): Doc fix.
19558         * printing.el: Don't call pr-update-menus; user must do that.
19560         * emacs-lisp/debug.el (debugger-window): New variable.
19561         (debug): Use debugger-window if it is set and still alive.
19562         Record debugger-window for next entry.
19564         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19566 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
19568         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19569         (hack-one-local-variable, hack-local-variables)
19570         (hack-local-variables-prop-line): Pass that arg.
19572 2005-06-06  Kim F. Storm  <storm@cua.dk>
19574         * ido.el (ido-first-match, ido-only-match, ido-subdir)
19575         (ido-indicator): Remove -face suffix from face names.
19577 2005-06-06  Juri Linkov  <juri@jurta.org>
19579         * font-lock.el (font-lock-regexp-backslash)
19580         (font-lock-regexp-backslash-construct): New faces.
19581         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
19582         after `('.  Add `while-no-input' to control structures.
19584         * faces.el (no-break-space, shadow): New faces.
19585         (escape-glyph): Use less loud colors pink2 and red4.
19587         * diff-mode.el (diff-context-face)
19588         * dired.el (dired-ignored)
19589         * rfn-eshadow.el (file-name-shadow)
19590         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19592         * info.el (Info-title-1-face): Use green instead of yellow because
19593         bold yellow is not readable on light backgrounds.
19595         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19596         before selecting the desired mode to not spend time fontifying
19597         old contents.
19599 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
19601         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19602         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19604         * ps-print.el (ps-default-fg, ps-default-bg):
19605         Fix typos in docstrings.
19607         * isearchb.el (isearchb): Don't pass a spurious second argument to
19608         `iswitchb-completions'.
19610 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
19612         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19613         to preserve point.
19614         (gdb-find-file-hook): Add doc string.
19616         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19617         C dereferenced pointer expression.
19618         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
19620         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19622         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19623         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19624         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19625         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19626         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19627         Make background transparent.
19629 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19631         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
19632         (font-lock-remove-keywords): Doc fix.
19633         (font-lock-mode-major-mode): Compiler defvar.
19634         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19636         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19637         (font-lock-mode): Update `font-lock-mode-major-mode'.
19638         (font-lock-set-defaults): Compiler defvar.
19639         (font-lock-default-function): Take `font-lock-mode-major-mode'
19640         into account.
19642         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19643         keep track of which major mode it enabled the minor mode for.
19644         Use find-file-hook again.  Update docstring.
19646         * simple.el (eval-expression-print-level)
19647         (eval-expression-print-length, eval-expression-debug-on-error):
19648         Doc fixes.
19650 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
19652         * iswitchb.el (iswitchb-single-match-face)
19653         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19654         (iswitchb-invalid-regexp-face): New faces.
19655         (iswitchb-completions): Use them.
19656         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19657         now marked as an obsolete alias.
19658         (iswitchb-read-buffer): Remove check for bound font variables.
19659         (iswitchb-invalid-regexp): New free variable.
19660         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19661         set iswitchb-invalid-regexp.
19662         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19663         invalid regexps.
19664         (iswitchb-completions): Add check for complete match when entering
19665         a regexp.
19666         (iswitchb-completions): Remove require-match argument.
19667         (iswitchb-exhibit): Fix caller.
19668         (iswitchb-common-match-inserted): New variable.
19669         (iswitchb-complete, iswitchb-completion-help): Use it.
19671 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
19673         * url-http.el (url-http-chunked-encoding-after-change-function):
19674         Use `url-http-debug' instead of `message'.
19676 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
19678         * url-http.el (url-http-parse-headers): Pass redirected URL as a
19679         callback argument.
19681 2005-06-04  Kim F. Storm  <storm@cua.dk>
19683         * simple.el (line-move): Only call sit-for when moving backwards.
19685         * ido.el (ido-make-merged-file-list-1): New defun split from
19686         ido-make-merged-file-list.
19687         (ido-make-merged-file-list): Bind throw-on-input around call to
19688         ido-make-merged-file-list-1.  Return input-pending-p if
19689         interrupted by more input available.
19690         (ido-read-internal): Handle input-pending-p return value from
19691         ido-make-merged-file-list.
19693 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19695         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19696         compatibility code.
19698         * international/latexenc.el (latexenc-find-file-coding-system):
19699         Don't inherit the EOL part of the coding-system from the
19700         tex-main buffer.  Fit within 80 columns.
19702 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
19704         * tmm.el (tmm-inactive-face): New face.
19705         (tmm-remove-inactive-mouse-face): New function.
19706         (tmm-prompt, tmm-add-one-shortcut)
19707         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19708         but not selectable.
19710 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
19712         * faces.el (face-equal): Improve argument/docstring consistency.
19714 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
19716         * progmodes/make-mode.el (makefile-targets-face)
19717         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19718         (makefile-bsdmake-dependency-regex)
19719         (makefile-makepp-rule-action-regex)
19720         (makefile-bsdmake-rule-action-regex): New constants.
19721         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19723         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19724         Allow (...) within `...' for makepp messages.
19726 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
19728         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19730         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19731         "." files are deleted from all file lists before comparison.
19733         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19734         (viper-ESC-key): Made them customizable.
19736         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19738 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
19740         * autorevert.el (auto-revert-buffers): Use save-match-data.
19742 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19744         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19745         menu items with a nil command binding.
19747 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
19749         * emacs-lisp/cl-macs.el (defsetf):
19750         Improve argument/docstring consistency.
19752         * faces.el (list-faces-display): Improve the formatting by
19753         computing the maximum length required for any face-name (reworked
19754         patch of 1999-01-11, accidentally deleted on 1999-07-21).
19755         (internal-find-face): Remove redundant info in docstring.
19757 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
19759         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19760         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19761         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19762         (gdb-assembler-custom): Improve regexps.
19763         (def-gdb-auto-update-handler): Use window point to preserve point.
19765 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19767         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19769 2005-05-31  Jay Belanger  <belanger@truman.edu>
19771         * calc/calc-embed.el (calc-embedded-word): Change argument passed
19772         to calc-embedded.
19773         (calc-embedded-make-info): Have plain prefix argument select
19774         entire line.
19776 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
19778         * faces.el (list-faces-display): Signal error if passed a regexp
19779         that matches no face name.
19781         * simple.el (filter-buffer-substring): Fix typo in docstring.
19783 2005-05-31  Richard M. Stallman  <rms@gnu.org>
19785         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19786         (vhdl-emacs-21): Doc fix.
19787         (vhdl-mode): Unconditionally set comment-padding.
19788         (vhdl-fixup-whitespace-region): Insert spaces only where
19789         there are none.
19790         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19792 2005-05-30  John Wiegley  <johnw@newartisans.com>
19794         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19795         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19796         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19797         `directory-sep-char' to ?/, and all uses of `string-to-int' to
19798         `string-to-number'.
19800 2005-05-30  Jay Belanger  <belanger@truman.edu>
19802         * calc/calc.el (calc-bug-address): Fix docstring.
19803         (calc-window-hook, calc-trail-window-hook): New variables.
19804         (calc-trail-display): Restore use of calc-trail-window-hook.
19805         (calc): Restore use of calc-window-hook.
19807 2005-05-31  Masatake YAMATO  <jet@gyve.org>
19809         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19811         * help-fns.el (help-C-file-name): Add autoload mark for
19812         `find-function-noselect'.
19814 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19816         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19817         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19819 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19821         * calendar/diary-lib.el (mark-included-diary-files): Only kill
19822         included diary buffer if it was not already being visited.
19823         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19825         * calendar/icalendar.el (top-level): Do not require appt.
19827         * mail/supercite.el (sc-select-attribution): Only use a list
19828         element from sc-attrib-selection-list if it returns a string.
19829         Reported by Davide G. M. Salvetti <salve@debian.org>.
19831 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
19833         * thumbs.el (thumbs-thumbname): The resulting thumbname now
19834         includes a hash value to improve its uniqueness, and has a ".jpg"
19835         extension.  Also, it is now a valid filename on all systems.
19836         (thumbs-make-thumb): Use `let', not `let*'.
19837         (thumbs-show-thumbs-list): Check for JPEG availability.
19839 2005-05-30  Richard M. Stallman  <rms@gnu.org>
19841         * filesets.el (filesets-menu-ensure-use-cached):
19842         Prevent warning when emacs-version>= is undefined.
19844         * printing.el (pr-interactive-n-up): Use string-to-number.
19846         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19848         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19849         Warn only when name to be defined is quoted.
19851 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
19853         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19854         Make regexp more robust.
19855         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19856         Force regeneration of disassembly.
19858 2005-05-29  Jay Belanger  <belanger@truman.edu>
19860         * calc/calc.el (calc-user-invocation): Check if
19861         calc-invocation-macro is non-nil.
19863 2005-05-29  Juri Linkov  <juri@jurta.org>
19865         * add-log.el (change-log-font-lock-keywords):
19866         Add `+' to e-mail regexp to accept mail address with keywords.
19868         * man.el (Man-name-regexp): Add `:' to accept qualified names.
19870 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
19872         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19874         * ielm.el (inferior-emacs-lisp-mode): Ditto.
19876 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19878         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19879         Undo the change that moves to end of the current word.
19881 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
19883         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19884         Throw error when count <= 0 to ensure input is a number.
19885         (gdb-read-memory-custom): Pick up address from buffer.
19886         (gdb-memory-mode): Allow user to increment and decrement
19887         memory address from header line.
19889 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19891         * flyspell.el (flyspell-version): Function deleted.
19892         (flyspell-auto-correct-previous-hook): Doc fix.
19894         * jit-lock.el (jit-lock-function, jit-lock-after-change):
19895         Do nothing if memory is full.
19897         * font-lock.el (font-lock-fontify-syntactically-region):
19898         Pass t for GREEDY to looking-back.
19900         * saveplace.el (save-place-alist-to-file): Write the file
19901         using write-region.
19903         * subr.el (looking-back): New argument GREEDY.
19905         * progmodes/compile.el (compilation-start): Set the mode
19906         before inserting the initial text.
19908         * progmodes/which-func.el (which-func-update-1): Turn the mode
19909         off in case of error by setting which-func-mode.
19911 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
19913         * flyspell.el (flyspell-auto-correct-previous-word):
19914         Narrow down to what's on the screen, and recenter overlays
19915         at the end of the next word.
19917 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
19919         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19920         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19921         (flyspell-abbrev-p): Default to nil.
19922         (flyspell-use-global-abbrev-table-p): Doc fix.
19923         (flyspell-large-region): Allow nil as value.
19924         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19926         (mail-mode-flyspell-verify): More robust handling
19927         of `mail-header-separator'.  More efficient signature detection.
19928         Allow for regexp metacharacters in message-header-separator.
19929         Adding `To' not to be checked in mail-mode-flyspell-verify.
19931         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19932         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19933         Bind flyspell-auto-correct-binding.
19934         Bind C-. and C-, .
19935         (flyspell-mode-map): Likewise.
19936         (flyspell-mode): Doc fix.
19937         (flyspell-accept-buffer-local-defs): Preserve current buffer.
19938         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19939         (flyspell-word-cache-result): New var, always local.
19940         (flyspell-check-pre-word-p): Doc fix.
19941         (flyspell-check-changed-word-p): Handle spc like newline.
19942         (flyspell-post-command-hook): Set flyspell-word-cache-result.
19943         (flyspell-word-search-backward, flyspell-word-search-forward):
19944         New functions.
19945         (flyspell-word): Return t if nothing to check.
19946         When parsing TeX code, check for after } or \.
19947         Use flyspell-word-search-backward to find previous word.
19948         Return nil if duplicated word.
19949         For word already checked, return same value as last time.
19950         Set flyspell-word-cache-result after checking.
19951         Don't clobber the return value.
19952         (flyspell-get-word): Major rewrite.
19953         (flyspell-external-point-words): New locals pword, pcount.
19954         Fix size used in progress message.
19955         Find the proper corresponding word in flyspell-large-region-buffer.
19956         (flyspell-region): Check for flyspell-large-region = nil.
19957         (flyspell-highlight-incorrect-region): Clean up overlays in region.
19958         (flyspell-auto-correct-word): Check that WORD is a cons.
19959         (flyspell-correct-word): Likewise.
19961 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
19963         * progmodes/make-mode.el (makefile-rule-action-regex)
19964         (makefile-macroassign-regex, makefile-makepp-mode)
19965         (makefile-bsdmake-mode): Continuation lines may be empty.
19966         Reported by Joshua Varner.
19967         (makefile-makepp-font-lock-keywords): Add $(stem).
19969 2005-05-28  Karl Berry  <karl@gnu.org>
19971         * textmodes/tex-mode.el: Now that tex-send-command calls
19972         shell-quote-argument (2005-03-31 change), remove all calls to
19973         shell-quote-argument; they all end up invoking tex-send-command.
19974         The double quoting loses on filenames with non-safe characters,
19975         such as "@".  Reported by Frederik Fouvry.
19977 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
19979         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19980         about preserving point.
19982 2005-05-27  Jay Belanger  <belanger@truman.edu>
19984         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19985         Info-goto-node.
19987         * calc/calc-embed.el (calc-embed-arg): New variable.
19988         (calc-do-embedded-activate, calc-embedded-activate-formula)
19989         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19990         variable by new variable.
19991         (calc-embedded-make-info): Replace undeclared variable by new
19992         variable.  When selecting region with positive prefix
19993         argument, use end of previous line instead of beginning of line.
19995         * calc/calc-aent.el (calc-arg-values): Declare it.
19997         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19998         Declare them.
20000         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20002         * calc/calc.el (calc-alg-map): Declare it.
20004         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20006 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
20008         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20009         (gdb-registers-buffer, toggle-gdb-all-registers):
20010         Toggle display of floating point registers.
20011         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20013         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
20014         (toggle-gud-tooltip-dereference):
20015         Rename from gud-toggle-tooltip-dereference.
20017 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20019         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20021 2005-05-27  Jay Belanger  <belanger@truman.edu>
20023         * calc/calc-prog.el (calc-kbd-report): Remove.
20024         (calc-kbd-query): Rewrite.
20026 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
20028         * image.el (image-library-alist): Move to image.c.
20029         (image-type-available-p): Doc fix.
20031 2005-05-27  Lute Kamstra  <lute@gnu.org>
20033         * calc/calc.el (calc):
20034         * outline.el (outline-1, outline-2, outline-3, outline-4)
20035         (outline-5, outline-6, outline-7, outline-8):
20036         * textmodes/dns-mode.el (dns-mode):
20037         * textmodes/sgml-mode.el (sgml-namespace-face):
20038         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20039         (tex-verbatim-face, tex-use-reftex):
20040         * textmodes/texinfo.el (texinfo-heading-face):
20041         Specify customization group.
20043         * longlines.el: Don't require easy-mmode.
20044         (longlines-visible-face): Specify customization group.
20046 2005-05-27  Kenichi Handa  <handa@m17n.org>
20048         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20049         encoding table of windows-1251.
20051         * international/ucs-tables.el (ucs-set-table-for-input):
20052         If translation-table-for-input of a coding system is a symbol, get
20053         its translation-table property.
20055         * international/code-pages.el: Don't register a coding system into
20056         non-iso-charset-alist more than once.
20057         (cp-make-coding-system): Likewise.
20059 2005-05-26  John Wiegley  <johnw@newartisans.com>
20061         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20062         `eshell-resume-eval' is wrapped in a list, it indicates that the
20063         command was run asynchronously.  In that case, unwrap the value
20064         before checking the delimiter value.
20066         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20067         character before a space at the end of a line is \, assume the space
20068         is part of the last argument rather than a final argument separator.
20070         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20071         is in use, and the target is `t' or `nil' (which are the most common
20072         values), don't assume that the symbol target is a buffer.
20074 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20076         * calendar/calendar.el (calendar-mode-line-format):
20077         Use mode-line-highlight as mouse-face.
20079         * time.el (display-time-string-forms, display-time-update):
20080         Use mode-line-highlight as mouse-face.
20082 2005-05-26  Jay Belanger  <belanger@truman.edu>
20084         * calc/calc.el (calc-language-alist): Remove extra defvar.
20086 2005-05-26  Lute Kamstra  <lute@gnu.org>
20088         * arc-mode.el (archive-mode):
20089         * bookmark.el (bookmark-read-annotation-mode)
20090         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20091         * bs.el (bs-mode):
20092         * calc/calc-yank.el (calc-edit-mode):
20093         * calc/calc.el (calc-mode, calc-trail-mode):
20094         * calculator.el (calculator-mode):
20095         * chistory.el (command-history-mode):
20096         * comint.el:
20097         * cus-edit.el (custom-mode):
20098         * descr-text.el (describe-text-mode):
20099         * ebuff-menu.el (Electric-buffer-menu-mode):
20100         * ediff-util.el (ediff-mode):
20101         * emacs-lisp/re-builder.el (reb-mode):
20102         * emulation/vi.el (vi-mode-setup):
20103         * emulation/ws-mode.el (wordstar-mode):
20104         * eshell/esh-mode.el (eshell-mode):
20105         * forms.el (forms-mode):
20106         * help-mode.el (help-mode):
20107         * hexl.el (hexl-mode):
20108         * ibuffer.el (ibuffer-mode):
20109         * ielm.el (inferior-emacs-lisp-mode):
20110         * info.el (Info-mode, Info-edit-mode):
20111         * international/swedish.el:
20112         * ledit.el (ledit-from-lisp-mode):
20113         * locate.el (locate-mode):
20114         * mail/rmail.el (rmail-mode):
20115         * mail/rmailedit.el (rmail-edit-mode):
20116         * mail/rmailsum.el (rmail-summary-mode):
20117         * mail/supercite.el (sc-electric-mode):
20118         * net/eudc.el (eudc-mode):
20119         * net/quickurl.el (quickurl-list-mode):
20120         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20121         * obsolete/ooutline.el (outline-mode):
20122         * obsolete/options.el (Edit-options-mode):
20123         * obsolete/rnews.el (news-mode):
20124         * obsolete/rnewspost.el (news-reply-mode):
20125         * play/5x5.el (5x5-mode):
20126         * play/decipher.el (decipher-mode, decipher-stats-mode):
20127         * play/gomoku.el (gomoku-mode):
20128         * play/snake.el (snake-mode):
20129         * play/solitaire.el (solitaire-mode):
20130         * play/tetris.el (tetris-mode):
20131         * progmodes/ada-mode.el (ada-mode):
20132         * progmodes/antlr-mode.el (antlr-mode):
20133         * progmodes/autoconf.el (autoconf-mode):
20134         * progmodes/dcl-mode.el (dcl-mode):
20135         * progmodes/delphi.el (delphi-mode):
20136         * progmodes/ebrowse.el (ebrowse-tree-mode)
20137         (ebrowse-electric-list-mode, ebrowse-member-mode)
20138         (ebrowse-electric-position-mode):
20139         * progmodes/f90.el (f90-mode):
20140         * progmodes/fortran.el (fortran-mode):
20141         * progmodes/icon.el (icon-mode):
20142         * progmodes/idlw-help.el (idlwave-help-mode):
20143         * progmodes/idlw-shell.el (idlwave-shell-mode):
20144         * progmodes/idlwave.el (idlwave-mode):
20145         * progmodes/inf-lisp.el (inferior-lisp-mode):
20146         * progmodes/m4-mode.el (m4-mode):
20147         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20148         * progmodes/modula2.el (modula-2-mode):
20149         * progmodes/octave-inf.el (inferior-octave-mode):
20150         * progmodes/octave-mod.el (octave-mode):
20151         * progmodes/pascal.el (pascal-mode):
20152         * progmodes/sh-script.el (sh-mode):
20153         * progmodes/sql.el (sql-mode, sql-interactive-mode):
20154         * progmodes/vhdl-mode.el (vhdl-mode):
20155         * progmodes/xscheme.el (scheme-interaction-mode):
20156         * replace.el (occur-mode):
20157         * ses.el (ses-mode):
20158         * simple.el (completion-list-mode):
20159         * skeleton.el:
20160         * speedbar.el (speedbar-mode):
20161         * term.el (term-mode):
20162         * terminal.el (terminal-edit-mode):
20163         * textmodes/reftex-index.el (reftex-index-mode)
20164         (reftex-index-phrases-mode):
20165         * textmodes/reftex-sel.el (reftex-select-label-mode)
20166         (reftex-select-bib-mode):
20167         * textmodes/reftex-toc.el (reftex-toc-mode):
20168         * wdired.el (wdired-change-to-wdired-mode):
20169         * wid-browse.el (widget-browse-mode):
20170         Use run-mode-hooks.
20172         * array.el (array-mode):
20173         * calendar/todo-mode.el (todo-mode):
20174         * man.el (Man-mode):
20175         * play/landmark.el (lm-mode):
20176         * play/mpuz.el (mpuz-mode):
20177         Use kill-all-local-variables and run-mode-hooks.
20179         * subr.el (delay-mode-hooks): Specify indentation.
20181 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
20183         * xml.el (xml-substitute-special): Don't die for undefined xml
20184         entities.
20186 2005-05-26  Jay Belanger  <belanger@truman.edu>
20188         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20189         of nil.
20191 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
20193         * progmodes/gdb-ui.el (gdb-frame-address):
20194         Rename from gdb-current-address.
20195         (gdb-previous-frame-address): Rename from gdb-previous-address.
20196         (gdb-selected-frame): Rename from gdb-current-frame.
20197         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20198         (gdb-frame-number): Rename from gdb-current-stack-level.
20199         (gdb-ann3): Match new mode-name for disassembly buffer.
20200         Extend initialization of variables.
20201         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20202         (gdb-memory-mode): Use mouse-face in header line.
20203         (gdb-assembler-buffer-name): Call it disassembly and give frame
20204         in mode line.
20205         (gdb-source-spec-regexp, gdb-assembler-custom)
20206         (gdb-invalidate-assembler, gdb-frame-handler):
20207         Make robust to leading zeroes in address format.
20209 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
20211         * textmodes/org.el (org-mode): Use `define-derived-mode' to
20212         define `org-mode'.
20213         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20215 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20217         * log-edit.el (log-edit-changelog-entries): Distinguish between
20218         filenames like xfns.c and fns.c.
20220 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
20222         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20223         point after reverting.
20224         (Buffer-menu-make-sort-button): Handle the case where
20225         `Buffer-menu-use-header-line' is nil.
20227 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
20229         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20230         New funcs.  In minibuffer-local-completion-map bind `]', `/'
20231         and `:' to them.
20233 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20235         * startup.el (normal-top-level): Allow modification of load-path while
20236         we're iterating over it.
20238 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
20240         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20241         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20242         (thumbs-resize-interactive, thumbs-insert-image)
20243         (thumbs-insert-thumb, thumbs-dired-show-marked)
20244         (thumbs-find-image-at-point, thumbs-delete-images)
20245         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20246         (thumbs-increment-image-size, thumbs-decrement-image-size):
20247         Fix typos in docstrings.
20249 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
20251         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20252         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20253         (cperl-mode): Use them.
20255 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
20257         * window.el (quit-window, shrink-window-if-larger-than-buffer):
20258         Doc fixes.
20260 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
20262         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20263         Bind C-d to gdb-inferior-io-eof.
20265         * dired.el (dired-dnd-popup-notice): Use message-box.
20267 2005-05-23  Masatake YAMATO  <jet@gyve.org>
20269         * bindings.el (mode-line-major-mode-keymap):
20270         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20272         * faces.el (mode-line-highlight): New face.
20274         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20275         as mouse-face.
20277         * bindings.el (top-level, help-echo, mode-line-modified)
20278         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20279         as mouse-face.
20281 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
20283         * progmodes/cc-engine.el (c-guess-basic-syntax):
20284         Remove spurious call to `zerop'.
20286         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20288 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
20290         CC Mode update to 5.30.10:
20292         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20293         could go past the limit in decoration level 2, thereby causing
20294         errors during interactive fontification.
20296         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20297         the file is evaluated interactively.
20299         * cc-engine.el (c-guess-basic-syntax): Handle operator
20300         declarations somewhat better in C++.
20302         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20303         make use of `run-mode-hooks' which has been added in Emacs 21.1.
20304         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20305         (awk-mode): Use it.
20306         (make-local-hook): Suppress warning about obsoleteness.
20308         * cc-engine.el, cc-align.el, cc-cmds.el
20309         (c-append-backslashes-forward, c-delete-backslashes-forward)
20310         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20311         Compensate for return value from `forward-line' when it has moved
20312         but not to a different line due to eob.
20314         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20315         `objc-method-intro' and `objc-method-args-cont'.
20317 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
20319         CC Mode update to 5.30.10:
20321         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20322         in the copyright statement.  Incidentally, change "along with GNU
20323         Emacs" to "along with this program" where it occurs.
20325         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20326         so that it is interactive, hence can be found by M-x awk-mode
20327         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
20328         <gmorris+emacs@ast.cam.ac.uk>.
20330         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20331         Mode's regexps.
20333 2005-05-23  Kevin Ryde  <user42@zip.com.au>
20335         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20336         c-parse-state, to avoid a lisp error (on bad code).
20338 2005-05-23  Lute Kamstra  <lute@gnu.org>
20340         * subr.el (font-lock-defaults): Remove defvar as it's already
20341         defined in font-core.el.
20343         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20345 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
20347         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20348         more general and work when GDB variable "print pretty" is on,
20349         as with Emacs, for example.
20351 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
20353         * font-core.el: Update comment.
20355         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20356         Use `after-change-major-mode-hook' instead of `find-file-hook'.
20358         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20360 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
20362         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20363         and `yank-handler' in the doc strings.
20365 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20367         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
20369 2005-05-22  Richard M. Stallman  <rms@gnu.org>
20371         * help.el (describe-key): Move print-help-return-message call
20372         out of conditional.
20374         * progmodes/etags.el (list-tags): Use with-no-warnings.
20376         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20377         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20378         (starttls-extra-args, starttls-extra-arguments): Add defvars.
20380         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20382         * language/viet-util.el (viet-viscii-nonascii-translation-table):
20383         Add defvar.
20385         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20386         Use defvar, not defconst.
20388         * hexl.el (hexl-follow-line): Use with-no-warnings.
20390         * emulation/tpu-extras.el: Use write-file-functions instead of
20391         write-file-hooks.
20393         * dired.el (dired-font-lock-keywords): Fontify files with junk
20394         extensions even if marked by -F.
20396 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
20398         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20399         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20400         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20401         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20402         (concatenate, list-length, get*, getf, cl-remprop):
20403         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20404         (etypecase, progv, lexical-let, lexical-let*)
20405         (multiple-value-bind, multiple-value-setq, shiftf):
20406         Improve argument/docstring consistency.
20408         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20410 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
20412         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20413         doesn't exist.
20415         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
20416         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20418 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
20420         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20421         already deleted variables: auto-fill-hook, blink-paren-hook,
20422         lisp-indent-hook, inhibit-local-variables, unread-command-event,
20423         suspend-hooks, comment-indent-hook, meta-flag,
20424         before-change-function, after-change-function,
20425         font-lock-doc-string-face.
20427 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
20429         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20431 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
20433         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20434         rmail-dont-reply-to.
20436 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20438         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20439         literal blank when splitting new-header-values.
20441 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
20443         * calendar/cal-menu.el (cal-menu-update): Add separator as a
20444         string so that tmm doesn't create a completion entry for it.
20446         * textmodes/table.el (table-disable-menu): Ditto.
20448 2005-05-21  Richard M. Stallman  <rms@gnu.org>
20450         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20452         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20454         * net/rcompile.el (remote-compile): Use compilation-start.
20456         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20458 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
20460         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20461         Default to makefile-bsdmake-mode on BSD systems.
20463         * imenu.el (imenu-generic-expression, imenu--generic-function'):
20464         REGEXP may also be a search function now.  The part of doc-string
20465         for describing the structure was 95% identical to that of
20466         `imenu--generic-function'.  Unify it there.
20468         * progmodes/make-mode.el (makefile-imenu-generic-expression):
20469         Use function to find dependencies, because regexp alone is so complex,
20470         it easily goes into an endless loop.
20471         (makefile-makepp-mode): Also add submenu for Perl functions
20472         defined in the makefile.
20473         (makefile-bsdmake-mode): Special imenu-generic-expression no
20474         longer needed, due to function call.
20475         (makefile-match-dependency): Take BOUND into account when checking
20476         if we're through.
20478 2005-05-20  Jay Belanger  <belanger@truman.edu>
20480         * calc/calc-units.el (calc-invalidate-units-table):
20481         Use inhibit-read-only.
20482         (math-build-units-table-buffer): Use view-mode.
20484 2005-05-20  David Kastrup  <dak@gnu.org>
20486         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20487         easy-menu-add is not a nop on Emacs; and clarify when to call it.
20489 2005-05-20  Lute Kamstra  <lute@gnu.org>
20491         * diff-mode.el (diff-header-face, diff-file-header-face)
20492         (diff-index-face, diff-hunk-header-face, diff-removed-face)
20493         (diff-added-face, diff-changed-face, diff-function-face)
20494         (diff-context-face, diff-nonexistent-face): Put them in the
20495         diff-mode customization group.
20497 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20499         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20501         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20503         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20504         Minor regexp-optimization.
20506 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
20508         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20509         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20510         (org-agenda-add-time-grid-maybe): New function.
20511         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20512         (org-table-create): `dotimes' instead of `mapcar'.
20513         (org-xor): Simplify implementation.
20514         (org-agenda): `inhibit-redisplay' turned on.
20515         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20516         a consistent line after a state change.
20517         (org-agenda-remove-times-when-in-prefix): New option.
20518         (org-prefix-has-time): New variable.
20519         (org-parse-time-string): Optional argument NODEFAULT.
20520         (org-format-agenda-item): Parse items for time-of-day
20521         specifications and move these into the prefix if possible.
20522         (org-agenda-priority): Get current heading, not previous heading
20523         during agenda remote editing.
20525 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
20527         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20528         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20529         (remove-duplicates, delete-duplicates, substitute)
20530         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20531         (nsubstitute-if-not, find, find-if, find-if-not, position)
20532         (position-if, position-if-not, count, count-if, count-if-not)
20533         (mismatch, search, sort*, stable-sort, merge, member*)
20534         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20535         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20536         (intersection, nintersection, set-difference, nset-difference)
20537         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20538         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20539         (nsublis, tree-equal): Improve argument/docstring consistency.
20541         * subr.el (send-string, send-region): Remove obsolescence declaration.
20542         (window-dot, set-window-dot, read-input, show-buffer)
20543         (eval-current-buffer, string-to-int):
20544         Add release number to obsolescence declarations.
20546 2005-05-19  Kim F. Storm  <storm@cua.dk>
20548         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20549         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20551 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
20553         * faces.el (list-faces-display): Make back button respect optional
20554         regexp arg.
20556 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
20558         * calculator.el (calculator-radix-grouping-mode)
20559         (calculator-radix-grouping-digits, calculator-displayer)
20560         (calculator-radix-grouping-separator, calculator-copy-displayer):
20561         * dabbrev.el (dabbrev-search-these-buffers-only):
20562         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20563         (diff-advance-after-apply-hunk, diff-mode-hook)
20564         (diff-minor-mode-prefix):
20565         * imenu.el (imenu-use-popup-menu):
20566         * jit-lock.el (jit-lock-context-time):
20567         * newcomment.el (comment-fill-column, comment-column)
20568         (comment-style, comment-padding, comment-multi-line)
20569         (comment-empty-lines, comment-auto-fill-only-comments):
20570         * reveal.el (reveal-around-mark):
20571         * uniquify.el (uniquify-buffer-name-style)
20572         (uniquify-after-kill-buffer-p)
20573         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20574         (uniquify-min-dir-content, uniquify-separator)
20575         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20576         * w32-vars.el (w32-fixed-font-alist):
20577         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20578         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20579         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20580         * progmodes/perl-mode.el (perl-indent-level)
20581         (perl-continued-statement-offset, perl-continued-brace-offset)
20582         (perl-brace-offset, perl-brace-imaginary-offset)
20583         (perl-label-offset, perl-indent-continued-arguments)
20584         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20585         * progmodes/tcl.el (tcl-indent-level)
20586         (tcl-continued-indent-level, tcl-auto-newline)
20587         (tcl-tab-always-indent, tcl-electric-hash-style)
20588         (tcl-help-directory-list, tcl-use-smart-word-finder)
20589         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20590         (inferior-tcl-source-command):
20591         * textmodes/fill.el (enable-kinsoku):
20592         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20593         * textmodes/table.el (table-yank-handler):
20594         Specify missing group (and type, if simple) in defcustom.
20596 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
20598         * progmodes/compile.el (compilation-finish-function): Fix defvar.
20600 2005-05-19  Richard M. Stallman  <rms@gnu.org>
20602         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20604         * subr.el (event-basic-type): Don't get an error.
20605         (left-fringe-p): Function deleted.
20607         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20608         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20610         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20611         in recursive copy.
20613         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20615         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20617         * emacs-lisp/bytecomp.el
20618         (byte-compile-file-form-custom-declare-variable):
20619         Call byte-compile-nogroup-warn if appropriate.
20621         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20622         (compilation-set-window): Don't call left-fringe-p; do it directly.
20624 2005-05-19  Jay Belanger  <belanger@truman.edu>
20626         * calc/calc-graph.el (calc-graph-format-data): Make sure
20627         var-PlotRejects is bound before trying to check its value.
20629 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
20631         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20632         definition of this variable from reftex-global.el to reftex.el,
20633         because it is needed in the menu.
20635 2005-05-19  Lute Kamstra  <lute@gnu.org>
20637         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20638         years are fixed.  Don't insert a space after a dash.
20640 2005-05-19  Kim F. Storm  <storm@cua.dk>
20642         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20644 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
20646         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20647         strings, because (eq ... ?\\) is fairly frequent.
20649         * progmodes/make-mode.el (makefile-add-this-line-targets):
20650         Simplify and integrate into `makefile-pickup-targets'.
20651         (makefile-add-this-line-macro): Simplify and integrate into
20652         `makefile-pickup-macros.
20653         (makefile-pickup-filenames-as-targets): Simplify.
20654         (makefile-previous-dependency, makefile-match-dependency):
20655         Don't stumble over `::'.
20657 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
20659         * subr.el (post-command-idle-hook, post-command-idle-delay):
20660         Remove obsoletion of post-command-idle-hook and
20661         post-command-idle-delay.
20663         * faces.el (list-faces-display): Provide button when describe-face
20664         is called to take user back to the list of faces.
20666         * help-fns.el (describe-variable): Remove hyperlinks in a
20667         variable's value as these are quite frequently inappropriate.
20669         * follow.el (follow-submit-feedback, follow-mode):
20670         Remove references to post-command-idle-hook.
20672 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
20674         * progmodes/make-mode.el (makefile-previous-dependency)
20675         (makefile-match-dependency): Check for := (and in bsd mode also
20676         !=) to give a better result, even when font-lock is not on.
20678 2005-05-18  Jay Belanger  <belanger@truman.edu>
20680         * calc/calc-help.el (calc-s-prefix-help):
20681         Add `calc-copy-special-constant' to help string.
20683 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
20685         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20687 2005-05-18  Jay Belanger  <belanger@truman.edu>
20689         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20690         in linear factors are in proper order.
20692 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
20694         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20695         Support for jurabib.
20697         * textmodes/reftex.el (featurep): Define aliases for overlay
20698         commands, for XEmacs compatibility, and use these aliases in
20699         overlay initializations.
20700         (reftex-highlight): Use `reftex-move-overlay'.
20701         (reftex-unhighlight): Use `reftex-delete-overlay'.
20702         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
20703         (reftex-access-search-path): Use `reftex-uniquify' instead of
20704         `reftex-uniq'
20706         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20707         `before-string' property modification enables for Emacs as well.
20708         (reftex-select-item): Use `reftex-delete-overlay'.
20709         (reftex-select-mark): Use `reftex-make-overlay' and
20710         `reftex-overlay-put'.
20711         (reftex-select-unmark): Use `reftex-delete-overlay' and
20712         `reftex-overlay-put'.
20714 2005-05-18  Lute Kamstra  <lute@gnu.org>
20716         * emacs-lisp/lisp.el (check-parens): Fix docstring.
20718 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
20720         * add-log.el (add-change-log-entry):
20721         * array.el (array-make-template, array-reconfigure-rows)
20722         (array-init-max-row, array-init-max-column)
20723         (array-init-columns-per-line, array-init-field-width):
20724         * replace.el (replace-match-maybe-edit, perform-replace):
20725         * textmodes/spell.el (spell-region):
20726         Replace `read-input' by `read-string'.
20728         * forms.el (forms-mode):
20729         * finder.el (finder-compile-keywords):
20730         * shadowfile.el (shadow-read-files):
20731         Replace `eval-current-buffer' by `eval-buffer'.
20733         * terminal.el (te-pass-through):
20734         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20735         (ange-ftp-raw-send-cmd):
20736         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20737         (send-process-next-char, telnet-initial-filter, telnet):
20738         Replace `send-string' by `process-send-string'.
20740         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20741         (prolog-consult-region): Replace `send-string' by
20742         `process-send-string'; replace `send-region' by `process-send-region'.
20744         * progmodes/delphi.el (delphi-log-msg):
20745         Replace `set-window-dot' by `set-window-point'.
20747         * subr.el (window-dot, set-window-dot, read-input, send-string)
20748         (send-region, show-buffer, eval-current-buffer):
20749         Make really obsolete, as the comment says.
20751 2005-05-17  Kim F. Storm  <storm@cua.dk>
20753         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20754         (cua--init-keymaps): Bind C-return instead of S-return to set
20755         rectangle mark.
20757         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20758         instead of S-return to toggle/clear rectangle mark.
20760 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
20762         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20763         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20764         Also fontify plain strings assigned to variables, mostly so that a
20765         colon has a face and is thus not taken as a dependency separator.
20766         (makefile-previous-dependency): Inline the new matcher, because it
20767         is too complex to work in both directions.
20768         (makefile-match-dependency): Eliminate `backward' arg (see above).
20769         Completely reimplemented so as to not sometimes go into an endless
20770         loop.  It should also be more efficient, because first it only
20771         searches for `:', instead of applying the very complex regexp.
20772         (makefile-mode): Cancel `font-lock-support-mode', because blocks
20773         to be fontified in one piece can be too long for JIT.
20774         Makefiles are never *that* big.
20776 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
20778         * dired.el (dired-mode): Simplify.
20780 2005-05-17  Lute Kamstra  <lute@gnu.org>
20782         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20783         defcustom for the mode hook variable.
20785         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20786         Emacs Lisp Reference Manual.
20788 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
20790         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20791         (evenp, list*):
20792         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20793         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20795         * net/tramp-smb.el (tramp-smb-open-connection):
20796         Pass `tramp-chunksize' as fifth (required) argument.
20798 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
20800         * font-lock.el (lisp-font-lock-keywords-1):
20801         Set `font-lock-negation-char-face' for [^...] char group.
20802         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20804         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20805         a var, and refine it to mask one more level of nested vars.
20806         (makefile-rule-action-regex): Turn it into a var, and refine it so
20807         it recognizes backslashed continuation lines as belonging to the
20808         same command.
20809         (makefile-macroassign-regex): Refine it so it recognizes
20810         backslashed continuation lines as belonging to the same command.
20811         (makefile-var-use-regex): Don't look at the next char, because it
20812         might be the same one to be skipped by the initial [^$], leading
20813         to an overlooked variable use.
20814         (makefile-make-font-lock-keywords): Remove two parameters, which
20815         are now variables that some of the modes set locally.
20816         Handle dependency and rule action matching through functions, because
20817         regexps alone match too often.  Dependency matching now comes
20818         last, so it can check, whether a colon already matched something else.
20819         (makefile-mode): Inform that font-lock improves makefile parsing
20820         capabilities.
20821         (makefile-match-dependency, makefile-match-action): New functions.
20823 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
20825         * emacs-lisp/cl-extra.el (equalp): Doc fix.
20827         * align.el (align-regexp):
20828         * ansi-color.el (ansi-color-get-face):
20829         * array.el (array-reconfigure-rows, array-init-max-row)
20830         (array-init-max-column, array-init-columns-per-line)
20831         (array-init-field-width):
20832         * dired-aux.el (dired-trample-file-versions):
20833         * dired-x.el (dired-mark-sexp):
20834         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20835         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20836         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20837         * faces.el (face-read-integer):
20838         * files.el (backup-extract-version, insert-directory):
20839         * hexl.el (hexl-insert-decimal-char):
20840         * server.el (server-process-filter):
20841         * shell.el (shell-extract-num):
20842         * startup.el (command-line-1):
20843         * term.el (term-command-hook):
20844         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20845         (time-stamp-do-number):
20846         * time.el (display-time-update):
20847         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20848         (timezone-fix-time):
20849         * vms-patch.el (vms-suspend-resume-hook):
20850         * calendar/appt.el (appt-convert-time):
20851         * calendar/cal-bahai.el (mark-bahai-diary-entries):
20852         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20853         * calendar/cal-islam.el (mark-islamic-diary-entries):
20854         * calendar/calendar.el (calendar-cursor-to-date)
20855         (calendar-star-date):
20856         * calendar/diary-lib.el (diary-attrtype-convert)
20857         (mark-diary-entries, diary-entry-time):
20858         * calendar/solar.el (solar-get-number):
20859         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20860         * emacs-lisp/re-builder.el (reb-display-subexp):
20861         * emulation/edt.el (edt-set-scroll-margins):
20862         * emulation/tpu-extras.el (tpu-set-scroll-margins):
20863         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20864         (vip-get-ex-count):
20865         * emulation/viper-ex.el (viper-get-ex-token)
20866         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20867         * international/fontset.el (fontset-plain-name):
20868         * mail/feedmail.el (feedmail-look-at-queue-directory):
20869         * mail/mailalias.el (mail-get-names):
20870         * mail/rmail.el (rmail-convert-to-babyl-format):
20871         * mail/rmailsum.el (rmail-make-basic-summary-line)
20872         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20873         (rmail-summary-goto-msg):
20874         * mail/smtpmail.el (smtpmail-read-response):
20875         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20876         (ange-ftp-vms-add-file-entry):
20877         * play/gametree.el (gametree-looking-at-ply)
20878         (gametree-current-branch-score):
20879         * progmodes/ada-xref.el (ada-prj-find-prj-file)
20880         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20881         * progmodes/cperl-mode.el (condition-case):
20882         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20883         (ebrowse-set-member-buffer-column-width)
20884         (ebrowse-select-1st-to-9nth):
20885         * progmodes/etags.el (etags-snarf-tag):
20886         * progmodes/flymake.el (flymake-parse-line):
20887         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20888         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20889         (idlwave-shell-menu-def):
20890         * progmodes/ps-mode.el (ps-run-goto-error):
20891         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20892         (vhdl-speedbar-contract-level):
20893         * term/mac-win.el (x-handle-numeric-switch):
20894         * term/sun-mouse.el (sun-get-frame-data):
20895         * term/w32-win.el (x-handle-numeric-switch):
20896         * term/x-win.el (x-handle-numeric-switch):
20897         * textmodes/ispell.el (ispell-parse-output):
20898         * textmodes/nroff-mode.el (nroff-outline-level):
20899         * textmodes/reftex-cite.el (reftex-bib-sort-year)
20900         (reftex-bib-sort-year-reverse, reftex-format-citation):
20901         * textmodes/reftex-parse.el (reftex-init-section-numbers)
20902         (reftex-section-number):
20903         * textmodes/texinfmt.el (texinfo-paragraphindent):
20904         Replace `string-to-int' by `string-to-number'.
20906         * international/latexenc.el: Add page marker to force the "Local
20907         Variables:" string out of the last page.
20909 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
20911         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20912         tooltip-change-major-mode.
20913         (gud-tooltip-print-command): Remove case where gud-minor-mode
20914         is gdb ("--fullname").
20915         (gud-tooltip-tips): Turn GUD tooltips off for this case and
20916         explain to user.
20918 2005-05-16  Jay Belanger  <belanger@truman.edu>
20920         * calc/calc-store.el (calc-copy-special-constant): New function.
20922         * calc/calc-ext.el (calc-init-extensions): Add binding for
20923         `calc-copy-special-constant'.
20925         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20926         for the `calc-copy-special-constant' command.
20928 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
20930         * subr.el (left-fringe-p): New function.
20932         * progmodes/compile.el (compilation-setup): Set local value of
20933         overlay-arrow-string to "" always.
20934         (compilation-set-window): Left fringe then don't scroll.
20935         No left fringe then no arrow and scroll message to top.
20936         (compilation-context-lines): Adjust doc string accordingly.
20938 2005-05-16  Kim F. Storm  <storm@cua.dk>
20940         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20941         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20942         (ido-wide-find-dir-or-delete-dir): New command for M-d.
20943         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
20944         (ido-read-file-name): Handle commands with ido property value
20945         equal to find-file as reading a file name, to allow C-d to enter dired.
20946         (ibuffer-find-file): Add ido property with value find-file.
20948 2005-05-15  Kim F. Storm  <storm@cua.dk>
20950         * subr.el (open-network-stream-nowait): Remove.
20951         (open-network-stream-server): Remove.
20953 2005-05-15  Richard M. Stallman  <rms@gnu.org>
20955         * faces.el (describe-face): Output a definition link button.
20957         * help-mode.el (help-face-def): New button type.
20959         * emacs-lisp/copyright.el (copyright-fix-years):
20960         Match properly if the first year is 2-digit.
20961         Don't mess up the whitespace after the years by filling.
20963         * dired-aux.el (dired-mark-confirm):
20964         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20966         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20967         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20968         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20970         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20971         Set font-lock-comment-start-skip.
20973         * font-lock.el (font-lock-comment-start-skip): New variable.
20974         (font-lock-comment-end-skip): New variable.
20975         (font-lock-fontify-syntactically-region): Use them if non-nil.
20977 2005-05-15  Jay Belanger  <belanger@truman.edu>
20979         * calc/calc-store.el (calc-store-value): Return a string rather
20980         than display it as a message.
20981         Use calc-var-name for variable name.
20982         (calc-store-into): Add the result of calc-store-value to message.
20983         (calc-copy-variable): Add a message.
20984         (calc-store-exchange): Improve error messages.
20985         (calc-store-binary, calc-store-map): Don't reset the values of
20986         special constants.
20988 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
20990         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20991         manual to docstring.
20993         * files.el (hack-local-variables-confirm): Add STRING argument.
20994         Make the function handle non file visiting buffers correctly.
20995         (hack-local-variables-prop-line, hack-local-variables)
20996         (hack-one-local-variable): Use STRING arg of
20997         `hack-local-variables-confirm'.
20999 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
21001         Sync with Tramp 2.0.49.
21003         * net/tramp.el (tramp-handle-dired-call-process)
21004         (tramp-handle-insert-directory):`insert-buffer' cannot be used
21005         because the contents of the Tramp buffer is changed before
21006         insertion (`expand-file' and alike).
21007         (tramp-handle-insert-directory): If `localname' has an empty
21008         nondirectory name, it must not be quoted.
21009         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
21010         variable `tramp-chunksize'.  Change callees.
21011         (tramp-open-connection-setup-interactive-shell): Check remote host
21012         for buggy `send-process-string' implementation.
21013         Set `tramp-chunksize' if found.  Reported by Michael Kifer
21014         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21015         (tramp-handle-shell-command): `insert-buffer' cannot be used
21016         because the contents of the Tramp buffer is changed before
21017         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21018         <frederic.bothamy@free.fr>.
21019         (tramp-set-auto-save): Actions should be done for Tramp file name
21020         handler only.  Ange-FTP has its own auto-save mechanism.
21021         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21022         (tramp-set-auto-save-file-modes): Set file modes of
21023         `buffer-auto-save-file-name' to ?\600 as fallback solution.
21024         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21025         (tramp-bug): Remove obsolete variable.
21026         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
21027         for presence of `mml-mode'.  Make it running for older Emacsen as well.
21029 2005-05-14  John Paul Wallington  <jpw@pobox.com>
21031         * ibuf-ext.el (define-ibuffer-filter filename):
21032         If `dired-directory' is a list, use its car.
21034 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
21036         * ibuffer.el (define-ibuffer-column filename):
21037         If `dired-directory' is a list, use its car.
21039 2005-05-14  Richard M. Stallman  <rms@gnu.org>
21041         * subr.el (symbol-file): Doc fix.
21043         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21044         (byte-compile-form): Call byte-compile-nogroup-warn.
21045         (byte-compile-warning-types): Doc fix.
21047         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21049         * progmodes/cc-engine.el (c-literal-faces):
21050         Add font-lock-comment-delimiter-face.
21052         * net/net-utils.el (dig): Use with-no-warnings.
21054         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21055         (sc-recite-frame-alist, sc-default-cite-frame)
21056         (sc-default-uncite-frame, sc-default-recite-frame)
21057         (sc-attrib-selection-list, sc-rewrite-header-list):
21058         Mark as risky-local-variable.
21060         * international/ogonek.el (ogonek-jak, ogonek-how):
21061         Don't use beginning-of-buffer.
21063         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21065         * calendar/solar.el (solar-data-list): Move definition up.
21067         * dnd.el (dnd-protocol-alist): Add autoload.
21069         * progmodes/sh-script.el: Many doc usage fixes.
21070         (sh-indent-after-do): Change default to match common styles.
21072 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
21074         * files.el (interpreter-mode-alist)
21075         (auto-mode-interpreter-regexp): Doc fixes.
21077 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
21079         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21081         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21083 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21085         * dired.el (dired-mode): make-variable-buffer-local =>
21086         make-local-variable.
21088 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21090         * term/mac-win.el (mac-select-convert-to-string): Try coding
21091         systems in mac-script-code-coding-systems if specified one cannot
21092         encode string for `com.apple.traditional-mac-plain-text'.
21094 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
21096         * progmodes/make-mode.el (makefile-targets-face)
21097         (makefile-shell-face, makefile-makepp-perl-face): New faces.
21098         (makefile-dependency-regex): Fix it to not make the colon in
21099         $(var:a=b) special.
21100         (makefile-rule-action-regex): New regexp for highlighting embedded
21101         Shell strings.
21102         (makefile-macroassign-regex): Handle != for highlighting as
21103         embedded Shell strings.
21104         (makefile-var-use-regex): New const.
21105         (makefile-statements, makefile-automake-statements)
21106         (makefile-gmake-statements, makefile-makepp-statements)
21107         (makefile-bsdmake-statements): New consts.
21108         (makefile-make-font-lock-keywords): New function.
21109         (makefile-automake-font-lock-keywords)
21110         (makefile-gmake-font-lock-keywords)
21111         (makefile-makepp-font-lock-keywords)
21112         (makefile-bsdmake-font-lock-keywords): New consts.
21113         (makefile-mode-map): Add switchers between the various submodes.
21114         (makefile-mode): Document the availability of the variants.
21115         (makefile-automake-mode, makefile-gmake-mode)
21116         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21118         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21119         new variants of makefile-mode.
21121 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21123         * font-lock.el (font-lock-comment-delimiter-face): Fix up
21124         the inheritance.
21126 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
21128         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21129         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21131         * files.el (normal-mode): Extend the scope of the
21132         `enable-local-variables' binding to include the `set-auto-mode' call.
21133         (magic-mode-alist): Doc fix.
21135 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21137         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21138         font-lock-comment-face rather than copying its setting.
21140 2005-05-12  Andreas Schwab  <schwab@suse.de>
21142         * eshell/esh-mode.el (eshell-send-input): Doc fix.
21144 2005-05-12  Lute Kamstra  <lute@gnu.org>
21146         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21147         defcustom for the mode hook variable.  Delete the last argument.
21148         * generic-x.el: Fix callers of define-generic-mode.
21149         (generic-x-modes): Delete group.
21150         (show-tabs-tab-face, show-tabs-space-face): Put them in the
21151         generic-x customization group.
21153 2005-05-12  Kim F. Storm  <storm@cua.dk>
21155         * font-lock.el (font-lock-negation-char-face): Default to "off".
21157         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21158         font-lock-negation-char-face to ! in !=.
21160 2005-05-12  Masatake YAMATO  <jet@gyve.org>
21162         * add-log.el (find-change-log): Fix typos in the docstring
21163         of function.
21165 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
21167         * international/latexenc.el (latexenc-find-file-coding-system):
21168         Avoid `re-search-forward' when looking for input encoding because
21169         of speed and safety.  Better regular expressions for recognizing
21170         input encoding.  Limit a search for TeX-master/tex-main-file to
21171         the local variable section.
21173 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
21175         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21176         syntax of $ to "'" (quote).
21178 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
21180         * dnd.el (dnd-protocol-alist): Improve custom type.
21182         * dired.el (dired-dnd-protocol-alist): New variable.
21183         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
21184         `dired-mode-hook' to the end.
21186 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21188         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21189         comment-end if comment-start-skip is not set.
21190         Obey the font-lock-comment-delimiter-face variables.
21192 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21194         * files.el (executable-find): Move from executable.el.  Use
21195         locate-file.
21196         * progmodes/executable.el (executable-find): Move to files.el.
21198         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21199         when trying to ensure forward progress.
21201 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
21203         * mouse-sel.el (mouse-sel-follow-link-p): New function.
21204         (mouse-select, mouse-select-internal, mouse-extend-internal):
21205         Use it to implement mouse-1-click-follows-link functionality.
21207 2005-05-11  Richard M. Stallman  <rms@gnu.org>
21209         * font-lock.el (font-lock-fontify-syntactically-region):
21210         Use font-lock-comment-delimiter-face for comment delimiters.
21212 2005-05-10  Jay Belanger  <belanger@truman.edu>
21214         * calc/calc-help.el (calc-m-prefix-help): Add mention of
21215         preserving embedded modes.
21217 2005-05-10  Richard M. Stallman  <rms@gnu.org>
21219         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21221         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21222         Move from ada-stmt.el.
21223         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21225         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21226         Move to ada-mode.el.
21227         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21229         * cus-edit.el (custom-file): Call file-chase-links.
21231         * files.el (read-directory-name): Fix previous change.
21232         (hack-local-variables-confirm): New function.
21233         (hack-local-variables-prop-line, hack-local-variables)
21234         (hack-one-local-variable): Use it.
21236 2005-05-10  Lute Kamstra  <lute@gnu.org>
21238         * font-lock.el (font-lock-keywords-alist)
21239         (font-lock-removed-keywords-alist): Clarify docstrings.
21241 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
21243         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21244         (gdb-source-info): Check for preprocessor info.
21245         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
21246         a macro for a function.
21247         (gdb-info-breakpoints-custom): Try to find file again if not already
21248         found (user might have used GDB dir command).
21249         (gdb-get-location): Update gdb-location-alist correctly for change
21250         to gdb-info-breakpoints-custom.
21252         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21253         (gud-tooltip-print-command): Add gdbmi case.
21254         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21255         preprocessor info.
21257 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
21259         * startup.el (fancy-splash-insert): Fix typo in doc string.
21261 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
21263         * obsolete/float.el (string-to-float):
21264         * obsolete/hilit19.el (hilit-add-pattern):
21265         * obsolete/rnews.el (news-parse-range, news-select-message)
21266         (news-get-pruned-list-of-files): Replace `string-to-int' by
21267         `string-to-number'.
21269         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21270         `find-file-not-found-hooks'; use `add-hook'.
21271         (uncompress-while-visiting): Set `write-file-functions', not
21272         `write-file-hooks'; use `add-hook'.
21274 2005-05-09  Kim F. Storm  <storm@cua.dk>
21276         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21277         (cua-paste): Handle clipboard action.
21278         (cua--init-keymaps): Remap clipboard-kill-region and
21279         clipboard-kill-ring-save.
21281 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
21283         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21284         Improve commentary.
21286         * simple.el (next-error-overlay-arrow-position): Revert the change
21287         made on 2005-04-30.
21289 2005-05-07  Jay Belanger  <belanger@truman.edu>
21291         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21292         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21293         `calc-sel-reselect'.
21295         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21296         Calc is in embedded mode.
21298 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
21300         * progmodes/compile.el (compilation-setup):
21301         Set overlay-arrow-string to an empty string on text terminals.
21303         * textmodes/ispell.el (ispell-program-name): Try looking for
21304         "aspell" along exec-path, and if found, use it as the default
21305         speller program.
21307 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
21309         * international/mule.el (sgml-xml-auto-coding-function):
21310         Recognize encoding='FOO' in single quotes as well as in double quotes.
21312 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21314         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21315         as well as `interactive', so that defmacro* would recognize
21316         `declare' forms.
21318 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
21320         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21321         Explain more about the LIGHTER arg's usage in the doc string.
21322         Add commentary to clarify what the code does.  Fix the regexp that
21323         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
21324         since it could have characters special to regular expressions.
21326 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
21328         * replace.el (occur-1): Bind inhibit-read-only so that
21329         erase-buffer doesn't barf on read-only text properties (likewise
21330         for add-text-properties in occur-engine).  Mark buffer as unmodified.
21331         (occur-engine): Don't set buffer-read-only here.
21333 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21335         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21336         list-buffers-directory.  This caused the *cvs-commit* buffer to be
21337         sometimes mistakenly reused as a *cvs* buffer.
21339 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
21341         * tooltip.el: Move code for GUD tooltips into gud.el.
21342         (require): CL no longer needed to compile case.
21343         (tooltip-mode): Do not toggle functions for GUD tooltips.
21344         (tooltip-gud-tips-p): Remove.  Replace with minor mode
21345         gud-tooltip-mode in gud.el.
21346         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21347         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21348         tooltip-gud prefix with gud-tooltip and obsolete.
21349         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21350         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21351         (tooltip-mouse-motion): Mouse movement functions/variable.
21352         Rename in gud.el by adding gud prefix.
21353         (tooltip-gud-original-filter, tooltip-gud-dereference)
21354         (tooltip-gud-event, tooltip-toggle-gud-tips)
21355         (tooltip-gud-process-output, tooltip-gud-print-command)
21356         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
21357         gud.el by replacing tooltip-gud prefix with gud-tooltip.
21358         (gdb-tooltip-print): Move to gdb-ui.el.
21360         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21361         (require): CL needed to compile case.
21362         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21363         tooltip-gud-tips-p.  Make it a minor-mode.
21364         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21365         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21366         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21367         (gud-tooltip-change-major-mode)
21368         (gud-tooltip-activate-mouse-motions-if-enabled)
21369         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21370         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21371         (gud-tooltip-original-filter, gud-tooltip-dereference)
21372         (gud-tooltip-event, tooltip-toggle-gud-tips)
21373         (gud-tooltip-process-output, gud-tooltip-print-command)
21374         (gud-tooltip-tips): Move from tooltip.el.
21376         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21377         (gdb-cpp-define-alist-flags): Doc fix.
21378         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21379         gud-tooltip-mode is t.
21381 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21383         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21384         evaporate if their text is deleted.
21385         (goto-address-at-point): Make it work as a mouse binding as well.
21386         (goto-address-at-mouse): Obsolete it.  Update users.
21388 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
21390         * calendar/appt.el (top-level): No longer activate on load.
21392 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
21394         * calendar/cal-bahai.el (mark-bahai-diary-entries):
21395         * net/webjump.el (webjump):
21396         * progmodes/idlw-help.el (idlwave-do-context-help1)
21397         (idlwave-highlight-linked-completions):
21398         * textmodes/po.el (po-find-file-coding-system-guts):
21399         Replace `assoc-ignore-case' by `assoc-string'.
21401 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
21403         * files.el (locate-file): Doc fix.
21405         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21406         Remove the redundant test for ms-dos.
21408         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21409         look for the preprocessor with exec-suffixes.  If not found in
21410         standard places, look in exec-path.  Remove most of the tests that
21411         used system-type.
21413         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21415         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21417         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21418         file-name clash with jka-compr.el on 8+3 filesystems.
21420 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21422         * term/mac-win.el: Don't define or bind scroll bar functions if
21423         x-toolkit-scroll-bars is t.
21424         (x-select-text, x-get-selection-value): Clear
21425         x-last-selected-text-clipboard if x-select-enable-clipboard is
21426         nil.
21427         (PRIMARY): Put mac-scrap-name property.
21428         (mac-select-convert-to-file-url): New function.
21429         (public.file-url): New selection target type.  Add to
21430         selection-converter-alist.
21431         (x-get-selection, x-selection-value): Handle it.
21432         (x-cut-buffer-or-selection-value): New alias.
21434 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21436         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21437         entry to avoid calling bibtex-find-entry with arg global
21438         being t.  Remove arg key.
21439         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21440         (bibtex-copy-summary-as-kill): Change accordingly.
21442 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21444         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21445         (org-agenda-date-later): Use with-current-buffer.
21447 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
21449         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21450         (define-obsolete-variable-alias): Doc Fixes.
21452 2005-05-06  Kim F. Storm  <storm@cua.dk>
21454         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
21455         vertical-motion when selective-display is active.
21457         * ido.el (ido-setup-hook): New hook.
21458         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21459         (ido-input-stack): New var.
21460         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
21461         ido-next-work-file binding to M-O.
21462         Bind M-f to ido-wide-find-file-or-pop-dir.
21463         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21464         (ido-read-internal): Run ido-setup-hook.
21465         Catch quit in read-file-name and read-string to cancel edit.
21466         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21467         Automatically pop-all when completing a directory name (RET).
21468         (ido-file-internal): Add with-no-warnings around ffap and dired code.
21469         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21470         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21471         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21472         New functions for M-b/M-f to move among the directory components.
21473         (ido-make-merged-file-list): Catch quit to cancel merge.
21474         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21475         (ido-completion-help): No warnings for ido-completion-buffer-full.
21477 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
21479         * font-lock.el (font-lock-negation-char-face): New face and variable.
21480         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21481         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21482         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21483         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21485 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
21487         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21488         Fix typo in docstring.
21490         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21491         (ebrowse-print-statistics-line)
21492         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21494         * term/w32-win.el (image-library-alist): Add additional name for
21495         Xpm library.
21497 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
21499         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21500         use gcc instead of cpp.
21502         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21503         (gdb-create-define-alist): Use it.
21504         (gdb-cpp-define-alist-program): Update for MS-DOS.
21506 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
21508         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21510 2005-05-04  Richard M. Stallman  <rms@gnu.org>
21512         * help.el (describe-key): No error when UNTRANSLATED is nil.
21514         * simple.el (line-move-1): Fix previous change to signal errors
21515         appropriately.
21517 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
21519         * calendar/icalendar.el (icalendar-version): Now at 0.12.
21520         (icalendar-duration-correction): Remove.
21521         (icalendar--get-event-properties): Split result at commas.
21522         (icalendar--decode-isoduration): New optional argument
21523         DURATION-CORRECTION.
21524         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21525         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21526         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21527         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21528         (icalendar--convert-anniversary-to-ical): New functions, extracted
21529         from icalendar-export-region, with bug fixes.
21530         (icalendar-export-region): Use the above functions.
21531         (icalendar-import-buffer): Check before saving diary file.
21532         (icalendar--convert-recurring-to-diary)
21533         (icalendar--convert-non-recurring-all-day-to-diary)
21534         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21535         extracted from icalendar--convert-ical-to-diary, with bug fixes.
21536         (icalendar--convert-ical-to-diary): Use the above functions.
21538 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
21540         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21541         Remove these recent additions.
21542         (c-mode): Restore to before 2005-04-28.
21544         * progmodes/cc-vars.el (cc-define-list-program): Remove this
21545         recent addition.
21547         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21548         (gdb-define-alist): New variables.
21549         (gdb-create-define-alist): New function.
21550         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21551         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21552         with string-to-number.
21553         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
21555         * progmodes/gud.el: Replace string-to-int with string-to-number.
21556         (gud-find-file): Handle gdb-define-alist.
21558         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21560 2005-05-02  Jay Belanger  <belanger@truman.edu>
21562         * calc/calc-aent.el (math-read-token):
21563         * calc/calc-bin.el (calc-word-size):
21564         * calc/calc-ext.el (calc-read-number-fancy):
21565         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21566         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21567         * calc/calc-frac.el (calc-over-notation):
21568         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21569         (calc-graph-num-points, calc-graph-init):
21570         * calc/calc-prog.el (calc-read-parse-table-part)
21571         (calc-edit-macro-repeats):
21572         * calc/calc-yank.el (calc-do-grab-rectangle):
21573         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21574         Replace `string-to-int' by `string-to-number'.
21576 2005-05-02  Kim F. Storm  <storm@cua.dk>
21578         * kmacro.el: Use executing-kbd-macro-index variable.
21580 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
21582         * net/rlogin.el (rlogin-parse-words): Delete func.
21583         (rlogin): Use split-string, not rlogin-parse-words.
21584         Also, if there are option-like elements in the parsed args,
21585         take the host to be the first arg immediately following them.
21586         Suggested by Michael Mauger.
21588 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
21590         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21592 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
21594         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21595         (cc-mode-cpp-program): Rename to cc-define-list-program and
21596         move to cc-vars.el.
21598         * progmodes/cc-vars.el (cc-define-list-program):
21599         Change to "gcc -E -dM -".  Make customizable.
21601 2005-05-02  Kim F. Storm  <storm@cua.dk>
21603         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21605 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
21607         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21609         * international/mule-util.el (truncate-string): Remove alias and
21610         obsolete declaration.
21612         * international/mule-cmds.el (update-iso-coding-systems):
21613         Remove alias and obsolete declaration.
21615         * international/mule.el (coding-system-parent): Remove alias and
21616         obsolete declaration.
21618         * subr.el (define-function, sref): Remove aliases and obsolete
21619         declarations.
21620         (chars-in-region): Remove obsolete declaration.
21622 2005-05-01  Richard M. Stallman  <rms@gnu.org>
21624         * info.el (Info-mode): Set widen-automatically to nil, locally.
21626         * simple.el (widen-automatically): New variable.
21627         (pop-global-mark): Obey widen-automatically.
21629 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
21631         * term/xterm.el (function-key-map): Call substitute-key-definition
21632         before the keymap size is increased by a lot of define-key calls.
21634 2005-05-01  Richard M. Stallman  <rms@gnu.org>
21636         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21637         Rename ARG to ELEMENT.  Doc fix.
21639 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
21641         * allout.el (allout-exposure): Remove macro and obsolete declaration.
21642         Remove references to allout-exposure/change to allout-new-exposure.
21644         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21645         bytecode symbols.
21647         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21648         (compiled-function-p, focus-frame, unfocus-frame):
21649         Remove aliases and obsolete declarations.
21650         Back out inadvertent changes from previous commit.
21652 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
21654         * files.el (require-final-newline): Make Custom tags consistent
21655         with mode-require-final-newline.
21656         (mode-require-final-newline): Doc fix.
21658 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21660         * international/latexenc.el (latexenc-find-file-coding-system):
21661         Fix regular expressions.
21663 2005-05-01  David Kastrup  <dak@gnu.org>
21665         * international/latexenc.el (latexenc-find-file-coding-system):
21666         Fix regular expressions.
21668 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
21670         * subr.el (string-to-int): Make obsolete.
21672 2005-04-30  Richard M. Stallman  <rms@gnu.org>
21674         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21676         * loadup.el: load jka-comp-hook.
21678         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21679         (jka-compr-handler): Add autoload.  `put' calls moved
21680         to jka-comp-hook.el.
21681         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21682         (jka-compr-inhibit): Autoload.
21684         * jka-comp-hook.el: New file.
21685         Enable the mode by default.
21687         * files.el (backup-buffer-copy): Use copy-file instead
21688         of write-region, and put back the 'excl.
21690 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
21692         * progmodes/flymake.el (flymake-split-string)
21693         (flymake-split-string, flymake-log, flymake-pid-to-names)
21694         (flymake-reg-names, flymake-get-source-buffer-name)
21695         (flymake-unreg-names, flymake-add-line-err-info)
21696         (flymake-add-err-info): Clarify docstrings.
21697         (flymake-popup-menu, flymake-make-emacs-menu)
21698         (flymake-make-xemacs-menu): Add docstrings.
21699         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21700         Set variables directly throughout.
21702 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
21704         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21705         exists.  Initialize cc-define-alist.
21706         (c-mode): Add cc-create-define-alist locally to after-save-hook.
21707         If there is no file (Macroexpansion) don't create an alist.
21709 2005-04-29  Sam Steingold  <sds@gnu.org>
21711         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21712         (cc-create-define-alist): Use it instead of the hard-coded string.
21714 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21716         * international/mule-conf.el (file-coding-system-alist): Fix regexp
21717         for latexenc.
21719 2005-04-29  Lute Kamstra  <lute@gnu.org>
21721         * emacs-lisp/generic.el: Improve commentary section.
21722         (define-generic-mode): Improve docstring.
21724 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
21726         * textmodes/org.el (many places): Change to quiet the byte compiler.
21727         (org-prefix-format-compiled): New variable.
21728         (org-compile-prefix-format): New function.
21729         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21730         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21731         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21732         (org-get-entries-from-diary): Use `org-get-time-of-day' for
21733         consistency with entries from `org-mode' files.
21734         (org-get-time-of-day): Fix bug with partial matches early in a line.
21735         (org-non-link-chars): New constant.
21736         (org-link-regexp): Respect `org-non-link-chars'.
21737         (org-agenda-day-view): Remove command.
21738         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21739         (org-follow-bbdb-link, org-store-link): Search also company field.
21740         (org-highlight-overlay): New variable.
21741         (org-highlight, org-unhighlight): New functions.
21742         (org-agenda-mode): Add pre-command-hook to remove highlight.
21743         (org-evaluate-time-range): Behavior depends upon whether time stamp
21744         contains a time or not.
21745         (org-show-subtree, org-show-entry): New functions.
21746         (org-agenda-cleanup-fancy-diary): Remove empty lines.
21748 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
21750         * comint.el (comint-output-filter-functions): Add autoload cookie.
21752 2005-04-28  Kim F. Storm  <storm@cua.dk>
21754         * ido.el (ido-everywhere): Fix last change.
21756 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
21758         * international/latexenc.el: New file.
21759         * international/mule-conf.el (file-coding-system-alist): For .tex,
21760         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21762 2005-04-28  Lute Kamstra  <lute@gnu.org>
21764         * font-lock.el (font-lock-add-keywords)
21765         (font-lock-remove-keywords): Clarify docstring.
21766         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21767         Don't start docstrings with a `*'.
21768         (font-lock-update-removed-keyword-alist): Give it a docstring.
21770         * generic-x.el: Update commentary section.
21771         Only require font-lock when compiling.
21772         Define all modes conditionally.
21773         Place all generic modes in the generic-x-modes customization group.
21774         (generic-x-modes): New customization group.
21775         (generic-default-modes, generic-mswindows-modes)
21776         (generic-unix-modes, generic-other-modes): New constants.
21777         (generic-define-mswindows-modes, generic-define-unix-modes):
21778         Update docstrings.  Make them obsolete.
21779         (generic-extras-enable-list): New default value.  Update docstring.
21780         Improve :type.  Change :set function.
21781         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21782         Fix docstring.
21784         * emacs-lisp/generic.el (generic-mode-internal):
21785         Simplify font-lock-defaults.
21786         (define-generic-mode): Fix docstring.
21788 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21790         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21791         font-lock-face property to highlight matches.
21793 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
21795         * progmodes/cc-mode.el (cc-create-define-alist): New function.
21796         (cc-define-alist): New variable.
21797         (c-mode): Make it local and initialize it.
21799         * progmodes/gdb-ui.el (gdb-active-process): New variable.
21800         (gdb-exited): New function.
21801         (gdb-annotation-rules): Use it.
21802         (gdb-starting): Set gdb-active-process to t.
21803         (gdb-stopping): Amend doc string.
21804         (gdb-reset): Set gdb-active-process to nil.
21806         * tooltip.el (tooltip-gud-tips): Show the associated #define
21807         directives when a C program under GDB is not executing.
21809 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21811         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21812         font-lock-fontify-syntactic-keywords.
21814         * font-lock.el (font-lock-default-fontify-region): Don't force
21815         parse-sexp-lookup-properties to nil.
21817 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
21819         * man.el (man-mode-syntax-table): Set up `:' to have
21820         word-constituent syntax.
21822 2005-04-27  Lute Kamstra  <lute@gnu.org>
21824         * novice.el (disable-command): Don't add spurious newlines to the
21825         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
21827 2005-04-26  Jay Belanger  <belanger@truman.edu>
21829         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21830         than one window before deleting window.
21832 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
21834         * shell.el (shell-prompt-pattern): Doc fix.
21835         (shell-mode): Set paragraph-separate buffer locally to "\\'".
21837         * comint.el (comint-prompt-regexp, comint-get-old-input)
21838         (comint-use-prompt-regexp)
21839         (comint-use-prompt-regexp-instead-of-fields)
21840         (comint-replace-by-expanded-history, comint-send-input)
21841         (comint-output-filter, comint-get-old-input-default)
21842         (comint-line-beginning-position, comint-bol, comint-show-output)
21843         (comint-backward-matching-input, comint-forward-matching-input)
21844         (comint-next-prompt, comint-previous-prompt):
21845         Rename `comint-use-prompt-regexp-instead-of-fields' to
21846         `comint-use-prompt-regexp'.  Keep old name as alias and declare
21847         obsolete.
21848         (comint-use-prompt-regexp): Shorten first line of doc string.
21850         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21851         Set paragraph-separate buffer locally to "\\'".
21853         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21854         Adapt to above name change.
21856         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21857         (smbclient-prompt-regexp): Ditto.
21859         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21861 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
21863         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21864         gdb-location-list.
21865         Break lines that are over 80 characters wide.
21867 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21869         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21870         New fun and var, to preserve compatibility.
21872         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21874 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
21876         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21877         name to file-newer-than-file-p.
21879 2005-04-26  Richard M. Stallman  <rms@gnu.org>
21881         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21883         * progmodes/python.el (python-mode):
21884         Use new name eldoc-documentation-function.
21886         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21888         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21889         (eldoc-documentation-function):
21890         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
21892 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
21894         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21896 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
21898         * term/xterm.el (function-key-map): Fix strings for
21899         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
21900         {C,S,A,C-S}-{f1-f12}.
21902 2005-04-26  Kenichi Handa  <handa@m17n.org>
21904         * international/mule-cmds.el (select-safe-coding-system):
21905         Fix previous change.
21907 2005-04-26  Lute Kamstra  <lute@gnu.org>
21909         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21911         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21912         (font-lock-comment-delimiter-face): Ditto.
21914         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21916 2005-04-25  Jay Belanger  <belanger@truman.edu>
21918         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21919         to t while inserting information; use help-mode.
21921 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
21923         * term.el (ansi-term-color-vector): Use the xterm colors.
21924         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
21926 2005-04-25  Lute Kamstra  <lute@gnu.org>
21928         * font-core.el (font-lock-defaults): Fix docstring.
21930         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21932 2005-04-25  Kenichi Handa  <handa@m17n.org>
21934         * international/mule-cmds.el (select-safe-coding-system):
21935         Don't check consistency with coding: spec, etc if raw-text or
21936         no-conversion was found to be safe.
21938 2005-04-24  Richard M. Stallman  <rms@gnu.org>
21940         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21941         citation markers at start of each line.
21943         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21944         citation markers at start of each line.
21946         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21948         * files.el (mode-require-final-newline): Fix previous change.
21949         (require-final-newline): Fix type label.
21951 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
21953         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21954         statement in buffer (broken by 2004-11-24 change).
21956 2005-04-24  Kim F. Storm  <storm@cua.dk>
21958         * ido.el (ido-everywhere): Save and restore old read-buffer-function
21959         and read-file-name-function values.  Don't overwrite existing
21960         non-nil values if ido-mode is enabled without ido-everywhere.
21962 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
21964         * files.el (mode-require-final-newline): Minor doc fix.
21966 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
21968         * subr.el (syntax-after): Doc fix.
21969         (syntax-class): If argument is nil, return nil.  Mask off upper 16
21970         bits, not 8 bits.
21972         * files.el (mode-require-final-newline): Doc fix.
21973         (backup-buffer-copy): Fix last change.
21975 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21977         * term/mac-win.el: Require select.  Set selection-coding-system to
21978         mac-system-coding-system.  Call menu-bar-enable-clipboard.
21979         (x-last-selected-text-clipboard, x-last-selected-text-primary)
21980         (x-select-enable-clipboard): New variables.
21981         (x-select-text, x-get-selection, x-selection-value)
21982         (x-get-selection-value, mac-select-convert-to-string)
21983         (mac-services-open-file, mac-services-open-selection)
21984         (mac-services-insert-text): New functions.
21985         (CLIPBOARD, FIND): Put mac-scrap-name property.
21986         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21987         (public.tiff): Put mac-ostype property.
21988         (selection-converter-alist): Add entries for them.
21989         (mac-application-menu-map): New keymap.
21990         (interprogram-cut-function, interprogram-paste-function): Set to
21991         x-select-text and x-get-selection-value, respectively.
21992         (split-window-keep-point): Set to t.
21994 2005-04-23  Richard M. Stallman  <rms@gnu.org>
21996         * files.el (read-directory-name): Always pass non-nil
21997         DEFAULT-FILENAME arg to read-file-name.
21998         (backup-buffer-copy, basic-save-buffer-2): Take care against
21999         writing thru an unexpected existing symlink.
22000         (revert-buffer): In indirect buffer, revert the base buffer.
22001         (magic-mode-alist): Doc fix.
22002         (buffer-stale-function): Doc fix.
22003         (minibuffer-with-setup-hook): Avoid warning.
22004         (mode-require-final-newline): Doc and custom fix.
22006         * follow.el (follow-end-of-buffer): Use with-no-warnings.
22008         * font-lock.el (font-lock-comment-face): On terminals with few colors,
22009         use the default appearance.
22010         (font-lock-comment-delimiter-face): New face, new variable.
22012         * imenu.el (imenu--generic-function): The official position of a
22013         definition is the start of the line that BEG is in.
22015         * midnight.el (midnight-timer): Move defvar up.
22017         * mouse.el (mouse-drag-region-1): Delete some debugging code.
22019         * saveplace.el (save-place-to-alist): Use with-no-warnings.
22021         * startup.el (command-line): Use with-no-warnings.
22023         * window.el (window-size-fixed): New defvar.
22025         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22027         * mail/rmail.el (rmail-font-lock-keywords):
22028         Use font-lock-comment-delimiter-face.
22030         * mail/sendmail.el (mail-font-lock-keywords):
22031         Use font-lock-comment-delimiter-face.
22033         * progmodes/compile.el (next-error-highlight-timer): New defvar.
22035 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
22037         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22038         Specify t for LAXMATCH when matching directories.
22039         Save match data around compilation-compat-error-properties form.
22041 2005-04-23  David Kastrup  <dak@gnu.org>
22043         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22044         Mention that the autoloaded aliases should be kept for AUCTeX.
22046 2005-04-23  Andreas Schwab  <schwab@suse.de>
22048         * isearch.el (isearch-forward): Doc fix.
22050 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
22052         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22053         (jit-lock-stealth-nice): Change default value to 0.5.
22055 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22057         * abbrev.el (write-abbrev-file): Write table entries in
22058         alphabetical order by table name.
22060 2005-04-22  Kim F. Storm  <storm@cua.dk>
22062         * ido.el (ido-read-internal): Fix `list' completion.
22064 2005-04-22  Kenichi Handa  <handa@m17n.org>
22066         * recentf.el (recentf-save-file-coding-system): New variable.
22067         (recentf-save-list): Encode the file by
22068         recentf-save-file-coding-system and add coding: tag.
22070 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
22072         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22074 2005-04-21  Lute Kamstra  <lute@gnu.org>
22076         * loadhist.el (unload-feature): Don't remove a function from hooks
22077         if it is about to be restored to an autoload .  Remove functions
22078         that will become unbound from auto-mode-alist.  Simplify the code.
22080         * subr.el (assq-delete-all): New implementation that is linear,
22081         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
22082         (rassq-delete-all): New function.
22084         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22085         Add size-indication-mode.
22087 2005-04-21  Kenichi Handa  <handa@m17n.org>
22089         * international/mule-cmds.el: Add autoload for widget-value in
22090         eval-when-compile.
22092 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
22094         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22095         Add tooltip-mode.
22097         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22099 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
22101         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22102         (inferior-lisp-filter-regexp, inferior-lisp-program)
22103         (inferior-lisp-load-command, inferior-lisp-prompt)
22104         (inferior-lisp-mode-hook, lisp-source-modes)
22105         (inferior-lisp-load-hook): defvar->defcustom.
22106         (inferior-lisp-program, inferior-lisp-prompt)
22107         (inferior-lisp-load-hook): Doc fixes.
22108         (inferior-lisp-install-letter-bindings): Small change in
22109         introductory comment.
22111 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
22113         * vc.el (vc-annotate-color-map): Change some colors so that text
22114         using them as foreground is readable on both white and black
22115         backgrounds.
22117 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22119         * international/mule-conf.el (translation-table-for-input):
22120         Remove redundant declaration.
22122 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
22124         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22126         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22127         (tooltip-toggle-gud-tips): New function.
22129 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22131         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22132         right angle brackets.
22134 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
22136         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22138 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22140         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22141         Remove.  Update callers to use expand-file-name instead.
22143         * subr.el (syntax-class): New function.
22145         * simple.el (blink-matching-open): Use it.
22147         * paren.el (show-paren-function): Use it to recognize parens that are
22148         also used in 2-char comment markers.
22150 2005-04-19  Lute Kamstra  <lute@gnu.org>
22152         * loadhist.el (unload-feature): Update for new format of
22153         load-history.  Simplify the code.
22155 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22157         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22158         (mac-add-charset-info): New function.  Initialize variable
22159         mac-charset-info-alist using it.
22160         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22161         for translation.
22162         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22163         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22164         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22165         New CCL programs.
22167 2005-04-19  Kim F. Storm  <storm@cua.dk>
22169         * simple.el (next-buffer, prev-buffer, next-error)
22170         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22171         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22173         * bindings.el (next-buffer, prev-buffer, next-error)
22174         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22175         (clone-indirect-buffer-other-window): Move bindings from simple.el.
22176         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22177         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22179 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22181         * isearch.el (isearch-edit-string): Make the search-ring available for
22182         minibuffer history commands.
22183         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22184         the default history commands now work just as well.
22185         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22187 2005-04-18  Kim F. Storm  <storm@cua.dk>
22189         * emulation/cua-base.el (cua--pre-command-handler): Add more
22190         elaborate check for shift modifier on non-window systems.
22192 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
22194         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22196 2005-04-18  Kim F. Storm  <storm@cua.dk>
22198         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22199         and make it optional.  Don't test tooltip-gud-echo-area here.
22200         (tooltip-gud-process-output, gdb-tooltip-print):
22201         Pass tooltip-gud-echo-area to tooltip-show.
22202         (tooltip-help-tips): Remove second optional arg to tooltip-show.
22204 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22206         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22207         `display-graphic-p' may not be bound yet.
22209 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
22211         * startup.el (command-line): No longer enable Xterm Mouse mode by
22212         default in terminals compatible with xterm.
22214         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22216 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
22218         * tooltip.el (tooltip-gud-echo-area): Rename from
22219         tooltip-use-echo-area.
22220         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22221         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22222         area independently of where help tooltips are displayed.
22224 2005-04-17  David Kastrup  <dak@gnu.org>
22226         * cus-theme.el (custom-theme-write-variables): Quote variables
22227         where necessary.
22229 2005-04-17  Richard M. Stallman  <rms@gnu.org>
22231         * simple.el (yank-excluded-properties): Add follow-link to value.
22233         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22235         * startup.el (fancy-splash-max-time): Just 30 seconds.
22236         (fancy-splash-delay): Just 7.
22237         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22239         * loadhist.el (unload-feature): Update for new format of load-history.
22240         Simplify the code.
22242         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22243         (rmail-font-lock-keywords): Don't fontify the text of a citation.
22245         * mail/sendmail.el (mail-font-lock-keywords):
22246         Don't fontify subject text.
22247         Don't fontify the text of a citation.
22249 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
22251         * comint.el (comint-output-filter): Run comint-output-filter-functions
22252         with point where the user had it.
22254 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22256         * international/ucs-tables.el (ucs-set-table-for-input):
22257         Disable when using unify-on-decoding.
22259 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
22261         * emulation/cua-base.el (cua-global-mark-face): Add special case
22262         for displays supporting a high number of colors.
22264 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
22266         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22268 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
22270         * filesets.el (filesets-add-buffer): If user supplies a name of a
22271         non-existing fileset, create a new fileset.
22273 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
22275         * textmodes/org.el (org-up-heading-all): Fix bug with
22276         `outline-up-heading-all'.
22278 2005-04-16  Andreas Schwab  <schwab@suse.de>
22280         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22281         /etc/permissions.d/* and /etc/aliases.d/*.
22283 2005-04-16  Kenichi Handa  <handa@m17n.org>
22285         * international/code-pages.el (cp-make-coding-system):
22286         Set `translation-table-for-input' property value to the symbol
22287         ucs-mule-to-mule-unicode, not to that value.
22288         (pt154): Escape guillemet by `\'.
22290 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
22292         * loadup.el: Load tooltip if x-show-tip is fboundp.
22294         * startup.el (command-line): Add comment.
22296         * tooltip.el (tooltip-mode): Specify correct standard value for
22297         Custom in init-value.
22299 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
22301         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22302         possible.
22304 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
22306         * textmodes/org.el (org-agenda-date-prompt): Rename from
22307         `org-agenda-date-today'.
22308         (org-evaluate-time-range): Insert at point instead of directly
22309         after time range.
22310         (org-first-headline-recenter, org-subtree-end-visible-p)
22311         (org-optimize-window-after-visibility-change): New functions
22312         (org-agenda-post-command-hook): Don't allow point at end of line,
22313         to make sure it always hits the text properties.
22314         (org-agenda-next-date-line, org-agenda-previous-date-line):
22315         New commands.
22316         (org-set-regexps-and-options): Category may contain white space.
22317         (org-agenda-get-deadlines, org-agenda-get-scheduled):
22318         Improve marker positions.
22319         (org-agenda-new-marker): Argument POS made optional.
22320         (org-agenda-get-timestamps): Deadlines which are done are listed
22321         in org-done-face now.
22322         (org-agenda-get-todos, org-agenda-get-timestamps)
22323         (org-agenda-get-deadlines, org-agenda-get-scheduled):
22324         Set `undone-face' and `done-face' properties.
22325         (org-last-todo-state-is-todo): New variable.
22326         (org-todo): Set `org-last-todo-state-is-todo'.
22327         (org-agenda-todo): Change face according to
22328         `org-last-todo-state-is-todo'.  And change other lines referring to
22329         the same entry.
22330         (org-calendar-goto-agenda): New command.
22331         (org-calendar-to-agenda-key): New option.
22332         (org-startup-folded): New allowed value `content'.
22333         (org-set-regexps-and-options): Accept new value `content' for
22334         `org-startup-folded'.
22335         (org-get-current-options): Handle new value `content' for
22336         `org-startup-folded'.
22337         (org-insert-todo-heading): New command.
22338         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22339         interactively in empty file and option
22340         `org-insert-mode-line-in-empty-file' has been set.
22341         (org-agenda-todo, org-agenda-priority): Modify to use
22342         `org-agenda-change-all-lines'.
22343         (org-warning-face): Change color on dark background
22345 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22347         * international/mule-cmds.el (set-locale-environment): On Mac OS,
22348         use preferences AppleLocale and AppleLanguages, and variable
22349         mac-system-locale for default locale.  On Mac OS Classic, use
22350         mac-system-coding-system for default coding systems.
22352         * term/mac-win.el: Don't set file-name-coding-system.
22353         Decode variables system-name, emacs-build-system, user-login-name, and
22354         user-full-name by mac-system-coding-system on Mac OS Classic.
22355         (mac-system-coding-system): New variable.
22357 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
22359         * startup.el (command-line): Handle `xterm-mouse-mode' before
22360         reading init file.
22362         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22364 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
22366         * progmodes/sh-script.el (sh-here-document-word): Make it a
22367         defcustom.  Doc fix.
22368         (sh-add): Bash uses $(( )) for arithmetic.
22369         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22370         (sh-maybe-here-document): Remove quotes and leading whitespace
22371         from heredoc word when closing.  Indent heredoc with tabs if word
22372         starts with "-".
22374 2005-04-13  Richard M. Stallman  <rms@gnu.org>
22376         * simple.el (undo): Fix previous change.
22378         * custom.el (defface): Doc fix.
22380 2005-04-13  Lute Kamstra  <lute@gnu.org>
22382         * Makefile.in (DONTCOMPILE): Remove list.
22383         (compile, compile-always): Don't use DONTCOMPILE.
22384         (update-authors): Load the library in which batch-update-authors
22385         is defined.
22386         * makefile.w32-in (DONTCOMPILE): Remove list.
22387         (compile, compile-always): Fix comments.
22388         (update-authors): Load the library in which batch-update-authors
22389         is defined.
22391         * generic-x.el (generic-mode-ini-file-find-file-hook):
22392         Rename to ini-generic-mode-find-file-hook.
22393         Keep generic-mode-ini-file-find-file-hook as an alias.
22394         (ini-generic-mode-find-file-hook): Rename from
22395         generic-mode-ini-file-find-file-hook.  Fix docstring.
22396         (ini-generic-mode): Docstring change.
22397         (bat-generic-mode-run-as-comint): Silence the byte compiler.
22399         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22400         called from lisp.
22402         * generic.el: Move to the emacs-lisp subdir.
22404 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
22406         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22407         and C-S- function and cursor motion keys.
22409 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
22411         * startup.el (command-line): Enable Xterm Mouse mode by default.
22412         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22413         for Custom.  No longer show "Mouse" in mode line when enabled.
22414         Doc fix.
22416 2005-04-12  Kim F. Storm  <storm@cua.dk>
22418         * emulation/cua-base.el (cua-rectangle-face)
22419         (cua-rectangle-noselect-face): Define face attributes here.
22421         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22423 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22425         * startup.el (command-line): Turn off blinking cursor if
22426         cursorBlink in resources is off or false.
22428 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22430         * term/mac-win.el (dnd): Require dnd.
22431         (mac-drag-n-drop): Call dnd-handle-one-url.
22432         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22433         (kTextEncodingISOLatin2): Remove constants.
22434         (mac-script-code-coding-systems): New constant.
22435         (mac-handle-language-change): New function.
22436         (special-event-map): Bind it to `language-change' event.
22437         (mac-centraleurroman, mac-cyrillic): New coding systems.
22438         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22439         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22440         and mac-cyrillic-encoder to encode-mac-centraleurroman and
22441         encode-mac-cyrillic, respectively.
22443 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
22445         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22446         Don't set overlay-arrow-string to "=>" as this is done
22447         globally in C now.
22449 2005-04-12  Lute Kamstra  <lute@gnu.org>
22451         * generic-x.el (rc-generic-mode, rul-generic-mode):
22452         Fix auto-mode-alist entries.
22453         (etc-fstab-generic-mode): Tweak fontification.
22455         * generic.el (generic-make-keywords-list): Fix docstring.
22456         (generic-mode-internal): Simplify generic-font-lock-keywords.
22458 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
22460         * whitespace.el (whitespace-buffer-leading)
22461         (whitespace-buffer-trailing): Revert the incorrect test inversion.
22462         However, fix the highlight area for the leading and
22463         trailing whitespaces to show space.
22465 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
22467         * whitespace.el (whitespace-version): Bump to 3.5
22469         (whitespace-buffer-leading, whitespace-buffer-trailing):
22470         Invert sense of the test to highlight the whitespace.
22472 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
22474         * progmodes/gud.el (gud-display-line): GUD uses its own
22475         overlay arrow now so don't set overlay-arrow-string.
22476         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22478 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
22480         * term.el (term-ansi-current-bold, term-ansi-current-underline)
22481         (term-ansi-current-reverse, term-ansi-current-invisible)
22482         (term-ansi-face-already-done): Change to boolean.
22483         (term-reset-terminal, term-handle-colors-array): Handle the above
22484         vars accordingly.
22485         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22486         (term-emulate-terminal): Use the new name.
22488         * faces.el (secondary-selection): Use yellow1, not yellow.
22489         (trailing-whitespace): Use red1, not red.
22491 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22493         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22494         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22495         (dired-dnd-handle-file): Call dnd-get-local-file-uri
22497         * cus-edit.el (dnd): New group.
22499         * term/w32-win.el (dnd): Require dnd
22500         (w32-drag-n-drop): Call dnd-handle-one-url.
22502         * x-dnd.el: Require dnd.
22503         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22504         Call dnd-handle-one-url.
22505         (x-dnd-types-alist, x-dnd-insert-utf8-text)
22506         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22507         to dnd-insert-text.
22508         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22509         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22510         (x-dnd-get-local-file-name, x-dnd-open-local-file)
22511         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22513         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22515 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22517         * wdired.el: Doc fixes.
22518         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22519         (wdired-use-dired-vertical-movement): Rename from
22520         wdired-always-move-to-filename-beginning.
22521         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22522         (wdired-change-to-wdired-mode): Change mode name.
22523         (wdired-newline): Delete.
22525 2005-04-11  Richard M. Stallman  <rms@gnu.org>
22527         * whitespace.el (whitespace-highlight-the-space):
22528         Don't call whitespace-unhighlight-the-space here.
22530         * simple.el (undo): Record t in undo-equiv-table
22531         for the redo record made by an undo-in-region.
22533 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
22535         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22536         (gdb-frame-inferior-io-buffer): New Functions to control
22537         display of separate IO buffer.
22538         (menu): Add them to menu-bar.
22539         (gdb-display-buffer): Check for buffer another frame.
22540         Protect GUD buffer.
22541         (gdb-setup-windows): Create IO buffer if not already there.
22542         (gdb-memory-mode): Remove purecopy noops.
22544 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
22546         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22547         and pass to self-insert-command.
22549 2005-04-11  Lute Kamstra  <lute@gnu.org>
22551         * generic.el: Commentary section cleanup.
22552         (generic): Delete.
22553         (generic-use-find-file-hook, generic-lines-to-scan)
22554         (generic-find-file-regexp, generic-ignore-files-regexp)
22555         (default-generic-mode, generic-mode-find-file-hook)
22556         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22557         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
22558         (generic-use-find-file-hook, generic-lines-to-scan)
22559         (generic-find-file-regexp, generic-ignore-files-regexp)
22560         (default-generic-mode, generic-mode-find-file-hook)
22561         (generic-mode-ini-file-find-file-hook): Move from generic.el.
22563 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
22565         * bookmark.el (bookmark-write-file): Catch errors writing file.
22566         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22568 2005-04-10  Richard M. Stallman  <rms@gnu.org>
22570         * startup.el (fancy-splash-tail): Update copyright year.
22571         (command-line): Split part of -Q into -D.
22572         (emacs-basic-display): New defvar.
22573         (fancy-splash-text): Correct name of menu item.
22575         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22577         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22578         lines in one node.
22580         * comint.el (comint-send-input): New arg ARTIFICIAL.
22581         Callers in this file changed.
22583         * abbrev.el (define-abbrevs): Read system abbrevs properly.
22585         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22587 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
22589         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
22590         `ldap-search-internal'.
22592 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22594         * files.el (set-auto-mode-1): Use line-end-position.
22596         * international/latin-1.el:
22597         * international/latin-2.el:
22598         * international/latin-3.el:
22599         * international/latin-4.el:
22600         * international/latin-5.el:
22601         * international/latin-8.el:
22602         * international/latin-9.el: Give punctuation syntax to NBSP.
22604         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22605         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22606         Use char-classes to accept non-ascii letters, accepted in some recent
22607         bibtex implementations.
22609 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
22611         * custom.el (custom-set-minor-mode): Any non-nil value for the
22612         variable should enable the mode when set through Custom.
22614 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22616         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22617         TAB binding so tab-always-indent is obeyed.
22618         (vhdl-minibuffer-local-map): Move initialization into declaration.
22619         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22620         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22621         (vhdl-hooked-abbrev): Avoid test for XEmacs.
22622         (vhdl-current-line): Use line-beginning-position.
22623         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22624         with-output-to-temp-buffer, so the current position can be recorded.
22626 2005-04-10  Masatake YAMATO  <jet@gyve.org>
22628         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22629         Add regexp for gcov.
22631 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22633         * calendar/time-date.el (time-to-seconds, seconds-to-time)
22634         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22635         syntax which Emacs 20 doesn't support.
22637 2005-04-09  Richard M. Stallman  <rms@gnu.org>
22639         * help.el (describe-key-briefly, describe-key):
22640         Replace strings as event types with "(any string)".
22642 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22644         * arc-mode.el (archive-mode-map): Move initialization into
22645         the declaration.  Override *all* bindings of `undo'.
22646         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22648 2005-04-09  Jay Belanger  <belanger@truman.edu>
22650         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22652 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
22654         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22655         (xterm-register-default-colors): Update color values computation
22656         to match xterm-200.
22658 2005-04-09  Kenichi Handa  <handa@m17n.org>
22660         * international/code-pages.el (iso-latin-7): Fix the map.
22662 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
22664         * emacs-lisp/lisp.el (defun-prompt-regexp)
22665         (parens-require-spaces, buffer-end, end-of-defun)
22666         (insert-parentheses): Doc fixes.
22668 2005-04-08  Kim F. Storm  <storm@cua.dk>
22670         * comint.el (comint-highlight-prompt): Fix face spec.
22671         * hi-lock.el (hi-green): Likewise.
22673 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
22675         * cus-edit.el (custom-modified-face):
22676         * comint.el (comint-highlight-input): Fix previous changes.
22677         * term.el (term-handle-ansi-escape): Add a comment.
22679 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22681         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22682         in the buffer and in whitespace-highlighted-space.
22683         (whitespace-unhighlight-the-space): Simplify.
22684         (whitespace-buffer): Simplify.
22686 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
22688         * textmodes/table.el (table-cell-face): Add special case for
22689         displays supporting a high number of colors.
22690         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22691         (vhdl-font-lock-reserved-words-face)
22692         (vhdl-speedbar-architecture-face)
22693         (vhdl-speedbar-instantiation-face)
22694         (vhdl-speedbar-architecture-selected-face)
22695         (vhdl-speedbar-instantiation-selected-face): Likewise.
22696         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22697         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22698         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22699         (ebrowse-root-class-face, ebrowse-member-attribute-face)
22700         (ebrowse-progress-face): Likewise.
22701         * progmodes/compile.el (compilation-info-face): Likewise.
22702         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22703         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22704         * calendar/calendar.el (diary-face): Likewise.
22705         * woman.el (woman-italic-face, woman-bold-face)
22706         (woman-unknown-face): Likewise.
22707         * wid-edit.el (widget-button-pressed-face): Likewise.
22708         * whitespace.el (whitespace-highlight-face): Likewise.
22709         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22710         * pcvs-info.el (cvs-marked-face): Likewise.
22711         * info.el (info-xref): Likewise.
22712         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22713         * hilit-chg.el (highlight-changes-face)
22714         (highlight-changes-delete-face): Likewise.
22715         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22716         (hi-red-b): Likewise.
22717         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22718         * font-lock.el (font-lock-keyword-face)
22719         (font-lock-function-name-face, font-lock-warning-face): Likewise.
22720         * cus-edit.el (custom-invalid-face, custom-modified-face)
22721         (custom-set-face, custom-changed-face, custom-variable-tag-face)
22722         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22723         * comint.el (comint-highlight-prompt): Likewise.
22725 2005-04-08  Lute Kamstra  <lute@gnu.org>
22727         * font-lock.el (font-lock-keywords): Docstring fixes.
22729 2005-04-08  Kenichi Handa  <handa@m17n.org>
22731         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22732         chars are more than a limit, print " and more..." at the tail.
22734 2005-04-08  Kim F. Storm  <storm@cua.dk>
22736         * emacs-lisp/authors.el (authors-aliases): Update list.
22737         (authors-ignored-files): New list.
22738         (authors-fixed-entries): Fix typo.
22739         (authors-renamed-files-alist): Update list.
22740         (authors-add): Check authors-ignored-files.
22742 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
22744         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22745         optional, to ensure backward compatibility.
22747 2005-04-08  Stephen Eglen  <stephen@gnu.org>
22749         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22751 2005-04-08  Kim F. Storm  <storm@cua.dk>
22753         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22755         * mouse.el (mouse-on-link-p): Doc fix.
22757 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
22759         * ielm.el (ielm-prompt-read-only): Doc fix.
22761         * comint.el (comint-prompt-read-only): Doc fix.
22763 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
22765         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22766         ensure dired always handles wildcards passed to ffap.
22767         (find-file-at-point): Use it.
22768         (ffap-dired-wildcards): Doc fix.
22770 2005-04-07  Juri Linkov  <juri@jurta.org>
22772         * simple.el (next-error-overlay-arrow-position): New defvar.
22773         Put "=>" on its property `overlay-arrow-string'.  Add it to
22774         `overlay-arrow-variable-list'.
22776         * progmodes/compile.el (compilation-setup):
22777         Set `next-error-overlay-arrow-position' to nil.  Also set it to
22778         nil in the local hook `kill-buffer-hook'.  Make local variable
22779         `overlay-arrow-string' and set it to "=>".
22780         (compilation-goto-locus): Set BOL position to
22781         `next-error-overlay-arrow-position' instead of
22782         `overlay-arrow-position'.
22784         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22785         locally instead of adding it to the global hook.
22786         (Info-kill-buffer): Move up.
22788 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
22790         * term/xterm.el (xterm-standard-colors): Update color values from
22791         xterm-200.
22793 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22795         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22797         * fast-lock.el:
22798         * lazy-lock.el: Move them to the obsolete subdir.
22800 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22802         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22803         (wdired-add-replace-advice): Remove.
22804         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22806 2005-04-06  Kim F. Storm  <storm@cua.dk>
22808         * startup.el (command-line): Add --bare-bones alias for -Q.
22810 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22812         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22813         create the startup fontset if a font specification ends with
22814         `mac-roman'.
22816 2005-04-06  Lute Kamstra  <lute@gnu.org>
22818         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22819         change.
22821         * emacs-lisp/copyright.el (copyright-update-year): Replace the
22822         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
22824 2005-04-05  Lute Kamstra  <lute@gnu.org>
22826         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22827         (define-generic-mode): Ditto.  Fix debug declaration.
22829         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22830         Put them in the generic-x group.
22832         * calendar/timeclock.el (timeclock): Doc fix.
22834         * generic.el (define-generic-mode): Don't use custom-current-group.
22835         Document default :group value.
22836         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22837         (define-global-minor-mode): Don't use custom-current-group.
22839 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
22841         * startup.el (command-line-1): Display startup-echo-area-message
22842         when fancy splash screen is in use.
22844         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22845         (sh-escaped-newline): New face.
22846         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22847         newline, and use sh-escaped-newline face.
22849         * progmodes/tcl.el (tcl-escaped-newline): New face.
22850         (tcl-builtin-list): New variable.
22851         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22852         newlines.  Fix keywords subexpression number.
22854 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
22856         * textmodes/org.el (org-diary-default-entry): Fix call to
22857         `add-to-diary-entry'.
22859 2005-04-05  Kim F. Storm  <storm@cua.dk>
22861         * ediff-init.el: Use (featurep 'xemacs).
22863 2005-04-05  David Ponce  <david@dponce.com>
22865         * cus-edit.el (face): Derive from symbol widget.  Display sample
22866         of the current face on the fly.
22867         (widget-face-sample-face-get, widget-face-notify): New functions.
22868         (widget-face-value-create): Remove.
22870         * wid-edit.el (widget-field-end): Temporarily remove field
22871         narrowing before to call `get-char-property'.
22873 2005-04-04  Jay Belanger  <belanger@truman.edu>
22875         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22876         (math-read-subscripts): New variable.
22877         (math-read-preprocess-string): Process subscripts.
22879 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
22881         * comint.el (comint-prompt-read-only): Doc fix.
22883         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22884         `-1'.  Doc fix.
22886 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
22888         * textmodes/org.el (org-insert-mode-line-in-empty-file):
22889         Change default value to nil.
22891 2005-04-04  Lute Kamstra  <lute@gnu.org>
22893         * autorevert.el (auto-revert-mode): Specify :group.
22894         * battery.el (display-battery-mode): Specify :group.
22895         * diff-mode.el (diff-minor-mode): Specify :group.
22896         * font-core.el (font-lock-mode): Specify :group.
22897         * hl-line.el (hl-line-mode): Specify :group.
22898         * iimage.el (iimage): New customization group.
22899         (iimage-mode): Specify :group.
22900         * longlines.el (longlines-mode): Specify :group.
22901         * master.el: Don't require easy-mmode.
22902         (master): New customization group.
22903         (master-mode): Specify :group.
22904         * msb.el (msb-mode): Specify :group.
22905         * reveal.el (reveal-mode): Specify :group.
22906         * simple.el (next-error-follow-minor-mode): Specify :group.
22907         * smerge-mode.el (smerge-mode): Specify :group.
22908         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22909         * emulation/cua-base.el (cua-mode): Specify :group.
22910         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22911         * language/thai-util.el (thai-auto-composition-mode)
22912         (thai-word-mode): Specify :group.
22913         * mail/supercite.el (sc-minor-mode): Specify :group.
22914         * progmodes/cwarn.el (cwarn-mode): Specify :group.
22915         * progmodes/flymake.el (flymake-mode): Specify :group.
22916         * progmodes/glasses.el (glasses-mode): Specify :group.
22917         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22918         * textmodes/enriched.el (enriched-mode): Specify :group.
22919         * textmodes/refill.el (refill-mode): Specify :group.
22921         * add-log.el (change-log-font-lock-keywords): Names in
22922         parenthesized lists can contain spaces.
22924 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
22926         * startup.el (fancy-splash-text): Shorten default text of
22927         "Emacs Tutorial" line.  Also, if the current language env
22928         indicates an available tutorial file other than TUTORIAL,
22929         extract its title and append it to the line in parentheses.
22930         (fancy-splash-insert): If arg is a thunk, funcall it.
22932 2005-04-04  Jay Belanger  <belanger@truman.edu>
22934         * calc.el (calc-language-alist): Add tags to customization type.
22936 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
22938         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22939         Doc fix.
22941 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
22943         * add-log.el (change-log-font-lock-keywords): The manual
22944         describing a Change Log entry, says: (...) "Aside from these
22945         header lines, every line in the change log starts with a space or
22946         a tab.".  The font-lock was not highlighting lines started with
22947         spaces, added support for it.
22949 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22951         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22952         (bibtex-generate-url-list): Update docstring accordingly.  Put the
22953         complex example in the docstring.
22954         (bibtex-font-lock-url): Use pop.
22956 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22958         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22960         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22962 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
22964         * filesets.el (filesets-set-default): Doc fix.
22966 2005-04-03  Lute Kamstra  <lute@gnu.org>
22968         * generic.el (define-generic-mode): Add argument to specify
22969         keywords for defcustom.
22970         (default-generic-mode): Specify :group.
22972         * generic-x.el: Specify :group for all generic modes.
22974         * desktop.el (desktop-no-desktop-file-hook)
22975         (desktop-after-read-hook): Doc fix.
22977 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
22979         * simple.el (visible-mode): Use explicit :group keyword.
22980         This changes the group of `visible-mode-hook' from paren-blinking
22981         to editing-basics.
22983 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
22985         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
22986         mailbox specifications as well as URLs.
22987         (rmail-insert-inbox-text): Remove unused conditional branches.
22989 2005-04-01  Jay Belanger  <belanger@truman.edu>
22991         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22992         (calc-gnuplot-print-command): Move definitions to calc.el.
22994         * calc/calc-embed.el (calc-embedded-announce-formula)
22995         (calc-embedded-open-formula, calc-embedded-close-formula)
22996         (calc-embedded-open-word, calc-embedded-close-word)
22997         (calc-embedded-open-plain, calc-embedded-close-plain)
22998         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22999         (calc-embedded-open-mode, calc-embedded-close-mode):
23000         Move definitions to calc.el.
23002         * calc/calc.el (calc-settings-file, calc-language-alist):
23003         Make customizable.
23004         (calc-embedded-announce-formula, calc-embedded-open-formula)
23005         (calc-embedded-close-formula, calc-embedded-open-word)
23006         (calc-embedded-close-word, calc-embedded-open-plain)
23007         (calc-embedded-close-plain, calc-embedded-open-new-formula)
23008         (calc-embedded-close-new-formula, calc-embedded-open-mode)
23009         (calc-embedded-close-mode, calc-gnuplot-name)
23010         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23011         from other files and make customizable.
23013 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23015         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23016         Use buffer-live-p.
23017         (cvs-mode-run): Don't call cvs-update-header here.
23018         (cvs-run-process): Call cvs-update-header.
23019         Use process properties for cvs-postprocess and cvs-buffer so that
23020         the sentinel can behave better if the temp buffer is killed.
23021         Use a pipe rather than a tty, to better handle unexpected prompts.
23022         (cvs-sentinel): Rewrite.  Call cvs-update-header.
23024 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
23026         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23027         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
23029 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23031         * generic.el (define-generic-mode): Add indentation rule.
23033 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
23035         * files.el (mode-require-final-newline): Make Custom correctly
23036         report a nil value and allow to set it to nil via Custom.
23037         Doc fix.
23039 2005-04-01  Kenichi Handa  <handa@m17n.org>
23041         * international/characters.el: Enable the correct case setting for
23042         dotless-i and dotted-I.
23044 2005-04-01  Kim F. Storm  <storm@cua.dk>
23046         * ido.el (ido-file-internal): Fall back to non-ido command if
23047         initial directory is on slow ftp (or tramp) host.
23049 2005-03-31  Richard M. Stallman  <rms@gnu.org>
23051         * emacs-lisp/autoload.el (make-autoload):
23052         Handle define-global-minor-mode.
23054         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23055         Rename from easy-mmode-define-global-mode.
23056         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23058         * progmodes/scheme.el (scheme-mode-syntax-table):
23059         Update syntax of | and # for two-character comment syntax.
23061 2005-03-31  Lute Kamstra  <lute@gnu.org>
23063         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23064         (define-minor-mode): Call custom-current-group at load-time.
23066         * generic.el (define-generic-mode): Add debug declaration.
23067         Add defcustom for the mode hook.
23068         (generic-mode-internal): Use run-mode-hooks.
23070 2005-03-31  Kim F. Storm  <storm@cua.dk>
23072         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23073         (mouse-fixup-help-message): New defun called by show_help_echo
23074         to fixup mouse-2 prefix in help messages when applicable.
23076         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23078 2005-03-31  Kenichi Handa  <handa@m17n.org>
23080         * language/thai-word.el (thai-find-word-ends): Pay attention to
23081         the case that we reach the end of buffer.
23083         * textmodes/fill.el (fill-text-properties-at): New function.
23084         (fill-newline): Use fill-text-properties-at instead of
23085         text-properties-at.
23087 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
23089         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23090         not comint-quote-filename.
23092 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
23094         * help-fns.el (help-with-tutorial): Revert last change.
23096 2005-03-31  Kim F. Storm  <storm@cua.dk>
23098         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23100 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
23102         * calendar/cal-china.el: Update reference to "Calendrical
23103         Calculations" book; there's a new edition.
23104         * calendar/cal-coptic.el: Likewise.
23105         * calendar/cal-french.el: Likewise.
23106         * calendar/cal-hebrew.el: Likewise.
23107         * calendar/cal-islam.el: Likewise.
23108         * calendar/cal-iso.el: Likewise.
23109         * calendar/cal-julian.el: Likewise.
23110         * calendar/cal-mayan.el: Likewise.
23111         * calendar/cal-persia.el: Likewise.
23112         * calendar/calendar.el: Likewise.
23113         * calendar/holidays.el: Likewise.
23114         * calendar/lunar.el: Likewise.
23115         * calendar/solar.el: Likewise.
23117         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23118         white space from doc string.
23120 2005-03-30  Jay Belanger  <belanger@truman.edu>
23122         * calc/calc-help.el (calc-full-help): Remove email address.
23124 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
23126         * help-fns.el (help-with-tutorial): Delete title line.
23128 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
23130         * calendar/cal-x.el (calendar-one-frame-setup)
23131         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23132         rather than `symbol' for set-window-dedicated-p.
23134         * calendar/appt.el (appt-buffer-name): Make it a constant.
23135         (appt-add): Doc fix.
23137         * filesets.el (filesets-menu-path, filesets-menu-before)
23138         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
23139         (filesets-menu-cache-file): Use directory ~/.emacs.d.
23140         (filesets-add-submenu): Delete and use add-submenu instead.
23142 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
23144         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23145         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23146         (org-diary-default-entry): New function.
23147         (org-get-entries-from-diary): Better parsing of diary entries.
23148         (org-agenda-check-no-diary): New function.
23149         ("diary-lib"): Advice to function `add-to-diary-list', to allow
23150         linking to diary entries.
23151         (org-agenda-execute-calendar-command): New function.
23152         (org-agenda): Improve visible section in window.
23153         Use `org-fit-agenda-window'.
23154         (org-fit-agenda-window): New option.
23155         (org-move-subtree-down): Better handling of empty lines
23156         at end of subtree.
23157         (org-cycle): Numeric prefix is interpreted now as show-subtree N
23158         levels up.
23159         (org-fontify-done-headline): New option.
23160         (org-headline-done-face): New face.
23161         (org-set-font-lock-defaults): Use `org-headline-done-face'.
23162         (org-table-copy-down): Rename from `org-table-copy-from-above'.
23163         When current field is non-empty, it is copied to next row.
23164         (org-table-copy-from-above): Fix bug which made it
23165         impossible to copy fields containing only a single non-white character.
23167 2005-03-30  Kim F. Storm  <storm@cua.dk>
23169         * kmacro.el (kmacro-end-macro): Isearch may store this command
23170         into the macro -- so ignore it when executing keyboard macro.
23172 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
23174         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23176 2005-03-29  Kenichi Handa  <handa@m17n.org>
23178         * language/thai.el ("Thai"): Set setup-function and exit-function
23179         for Thai language environment.
23181         * language/thai-util.el: Require thai-word.
23182         (thai-word-mode-map): New variable.
23183         (thai-word-mode): New minor mode.
23184         (setup-thai-language-environment-internal): New function.
23185         (exit-thai-language-environment-internal): New function.
23187         * language/thai-word.el (thai-word-table): Declare it by defvar,
23188         use dolist to initialize it.
23189         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23190         (thai-fill-find-break-point): New functions.
23192 2005-03-29  Richard M. Stallman  <rms@gnu.org>
23194         * simple.el (idle-update-delay): Move definition up.
23195         (set-mark): Doc fix.
23197 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
23199         * longlines.el: New file.
23201         * simple.el (buffer-substring-filters): New variable.
23202         (filter-buffer-substring): New function.
23203         (kill-region, copy-region-as-kill): Use it.
23205         * register.el (copy-to-register, append-to-register)
23206         (prepend-to-register): Use filter-buffer-substring.
23208 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
23210         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23211         (gud-filter-pending-text): Move in front of gdb.
23212         (gud-overlay-arrow-position): New variable.
23213         (gud-sentinel, gud-display-line): Use it in place of
23214         overlay-arrow-position.
23216 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
23218         * progmodes/fortran.el (fortran-if-indent): Doc fix.
23219         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23220         (fortran-font-lock-keywords-4): New variable.
23221         (fortran-blocks-re, fortran-end-block-re)
23222         (fortran-start-block-re): New constants, for hideshow.
23223         (hs-special-modes-alist): Add a Fortran entry.
23224         (fortran-mode-map): Bind fortran-end-of-block,
23225         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23226         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
23227         (fortran-looking-at-if-then, fortran-end-of-block)
23228         (fortran-beginning-of-block): New functions, for hideshow.
23230         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23231         Doc fix.  Tweak regexp.
23232         (f90-beginning-of-block): Push mark first.
23234 2005-03-29  Jay Belanger  <belanger@truman.edu>
23236         * calc/calc.el: Update copyright date.
23237         (calc-version): Increase to 2.1.
23238         (calc-version-date): Remove.
23240         * calc/calc-help.el: Update copyright date.
23241         (calc-full-help): Remove reference to calc-version-date.
23242         Update copyright date.
23244 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23246         * vc.el (vc-do-command): Use a pipe for async processes, so password
23247         prompts don't show up at places where the user can't reply.
23249 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
23251         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23252         on the file name we pass to the inferior shell.
23254 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
23256         * progmodes/which-func.el (which-function): Be robust in the face of an
23257         imenu--make-index-alist failure.
23259 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23261         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23263         * progmodes/python.el (python-preoutput-filter): Fix last change.
23265 2005-03-29  Lute Kamstra  <lute@gnu.org>
23267         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23268         functions and compiled macros.
23269         (debug-convert-byte-code): Handle macros too.
23270         (debug-on-entry-1): Don't signal an error when trying to clear a
23271         function that is not set to debug on entry.
23273 2005-03-29  Jay Belanger  <belanger@truman.edu>
23275         * calc/calc-lang.el: Add functions to math-function-table
23276         properties of tex and math.
23278 2005-03-29  Kenichi Handa  <handa@m17n.org>
23280         * ps-mule.el (ps-mule-plot-string): Translate characters by
23281         ps-print-translation-table.
23282         (ps-mule-begin-job): Call find-charset-region/string with
23283         ps-print-translation-table.
23284         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23286         * ps-print.el (ps-print-translation-table): New variable.
23287         (ps-plot-region): Translate characters by ps-print-translation-table.
23289 2005-03-29  Juri Linkov  <juri@jurta.org>
23291         * simple.el (next-error-highlight-timer): New variable.
23293         * progmodes/compile.el (compilation-goto-locus):
23294         Use `next-error-highlight-timer' instead of `sit-for'.
23296 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23298         * mail/supercite.el (sc-mail-field): Use assoc-string.
23299         (sc-get-address): Simplify regexps.
23301         * files.el (minibuffer-with-setup-hook): New macro.
23302         (find-file-read-args): Use it to avoid let-binding
23303         minibuffer-with-setup-hook (which breaks turning on/off
23304         file-name-shadow-mode while in the prompt).
23306         * complete.el (PC-read-include-file-name-internal):
23307         Use test-completion.
23309 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
23311         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23313 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23315         * window.el (window-buffer-height): Use count-screen-lines.
23317         * progmodes/python.el (python-preoutput-leftover): New var.
23318         (python-preoutput-filter): Use it.
23319         (python-send-receive): Loop until all the result has been received.
23321 2005-03-28  Juri Linkov  <juri@jurta.org>
23323         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23325         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23326         "Recover Crashed Session".
23327         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23328         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23329         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23330         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23331         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23332         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23333         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23334         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23336         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23337         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23338         Ediff Sessions", "Toggle use of separate control buffer frame",
23339         "Use separate frame for Ediff control buffer".
23341         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23342         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23343         "Rename Bookmark", "Delete Bookmark".
23345         * info.el (Info-mode-menu): Remove ellipsis from "Index".
23346         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23347         Add `:active Info-index-alternatives' to "Next Matching Item".
23349         * wdired.el (wdired-change-to-wdired-mode):
23350         Mention `wdired-abort-changes' key in the initial message.
23352         * international/mule.el (auto-coding-alist): Associate non-ascii
23353         image filename extensions with `no-conversion'.
23355 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23357         * international/iso-acc.el:
23358         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23360 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
23362         * textmodes/sgml-mode.el (html-mode): Doc update.
23364         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23366 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
23368         * term.el (term-move-columns): Fix face after extending a line.
23369         (term-insert-spaces): Likewise.
23370         (term-reset-terminal): Fix off by one error.
23372 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
23374         * international/mule.el (auto-coding-alist): Add .xpi files.
23376         * files.el (auto-mode-alist): Add .xpi files.
23378 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
23380         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23382 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
23384         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23386 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
23388         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23389         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
23391         * calendar/cal-move.el (calendar-beginning-of-year): Move the
23392         cursor to Jan 1 when needed.
23393         (calendar-end-of-year): Fix -/+ typo.
23394         Reported by Chong Yidong <cyd@stupidchicken.com>.
23396 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23398         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23400         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23401         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
23403 2005-03-25  Richard M. Stallman  <rms@gnu.org>
23405         * filesets.el (filesets-init): Add autoload.
23407         * mail/mailalias.el (mail-directory): Doc fix.
23409 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23411         * mail/mailalias.el (mail-directory-process): Do nothing if
23412         mail-directory-process is an atom.
23413         (mail-get-names): Ignore mail-directory-names if it is an atom.
23414         (mail-directory-process defvar): Doc fix.
23415         (mail-names): Doc fix.
23417 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
23419         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23421 2005-03-26  Kenichi Handa  <handa@m17n.org>
23423         * international/mule-util.el (detect-coding-with-priority):
23424         Call update-coding-systems-internal before detect-coding-region.
23426 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
23428         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23429         (gdb-frames-mode-map): Add follow-link property.
23431 2005-03-25  Jay Belanger  <belanger@truman.edu>
23433         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23434         for variables.
23436 2005-03-25  Juri Linkov  <juri@jurta.org>
23438         * image-mode.el: Optimize image filename extension regexps in
23439         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
23440         in `auto-mode-alist'.
23441         (image-mode): Add `image-toggle-display-text' to local hook
23442         `change-major-mode-hook'.  Display the image as an image by
23443         default.  Set `cursor-type' and `truncate-lines' if the image
23444         is already displayed.  Take into account the current mode (image
23445         or text) in message.
23446         (image-minor-mode): New minor mode.
23447         (image-mode-maybe, image-toggle-display-text): New functions.
23448         (image-toggle-display): Use called-interactively-p.
23449         Let-bind `inhibit-read-only' to t.
23451         * image-mode.el (image-minor-mode): Set `cursor-type' and
23452         `truncate-lines' if the image is already displayed.  Add turning
23453         image-minor-mode off to `change-major-mode-hook'.  Add message.
23454         Call `image-toggle-display-text' after turning image-minor-mode off.
23456 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23458         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23459         Terminal.app, use utf-8.
23460         (set-display-table-and-terminal-coding-system): Add coding-system arg.
23461         (set-locale-environment): Use it.
23463         * term/xterm.el: Undo last change, better done in mule-cmds.el.
23465         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23467         * progmodes/python.el (python-close-block-statement-p)
23468         (python-outdent-p, python-current-defun): Use symbol-end.
23470 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
23472         * files.el (save-some-buffers): Doc fix.
23474 2005-03-25  Werner Lemberg  <wl@gnu.org>
23476         * complete.el, thumbs.el: Replace `legal' with `valid'.
23477         * calendar/calendar.el: Replace `legal' with `valid'.
23478         * emacs-lisp/advice.el: Replace `legal' with `valid'.
23479         * mail/supercite.el: Replace `legal' with `valid'.
23480         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23481         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23482         Replace `legal' with `valid'.
23483         * textmodes/reftex-vars.el, textmodes/reftex.el:
23484         Replace `legal' with `valid'.
23486 2005-03-25  Werner Lemberg  <wl@gnu.org>
23488         * calc/calc-forms.el, calc/calc-sel.el
23489         * midnight.el, vc-cvs.el
23490         * emacs-lisp/cl-macs.el
23491         * emulation/vip.el
23492         * eshell/esh-io.el, eshell/esh-var.el
23493         * mail/supercite.el
23494         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23495         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23496         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23497         * progmodes/sh-script.el, progmodes/xscheme.el
23498         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23499         * textmodes/reftex-index.el, textmodes/reftex-parse.el
23500         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23501         * textmodes/reftex.el, textmodes/org.el:
23502         Replace `illegal' with `invalid'.
23504 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23506         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23507         (flymake-find-buildfile, flymake-find-possible-master-files)
23508         (flymake-check-include, flymake-parse-line): Replace loops over the
23509         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23511         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23512         Substitute file-name-as-directory in the rest of the file.
23513         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23514         (flymake-replace-region): Remove unused arg `buffer'.
23515         (flymake-check-patch-master-file-buffer): Update calls to it.
23516         (flymake-add-err-info): Remove unused var `count'.
23517         (flymake-mode): Use define-minor-mode.
23519         * progmodes/flymake.el: Use with-current-buffer.
23520         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23521         flymake-replace-regexp-in-string, flymake-line-beginning-position)
23522         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23523         Avoid testing for `xemacs'.
23524         (flymake-nop): Move.
23525         (flymake-region-has-flymake-overlays): Return the computed value.
23526         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23527         Remove unused var `endline'.
23528         (flymake-get-line-count): Remove unused function.
23529         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23531         * emulation/vi.el:
23532         * generic.el:
23533         * hilit-chg.el (global-highlight-changes):
23534         * hi-lock.el (hi-lock-mode):
23535         * follow.el: find-file-hooks -> find-file-hook.
23537         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23539 2005-03-24  Juri Linkov  <juri@jurta.org>
23541         * dired.el (dired-mode-map): Add menu item "Compare directories"
23542         for dired-compare-directories.
23544         * dired-aux.el (dired-compare-directories): Add autoload cookie.
23545         Doc fix.  Replace `read-file-name' with `read-directory-name'.
23547 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23549         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23551 2005-03-24  Jay Belanger  <belanger@truman.edu>
23553         * calc/calc-embed.el (calc-embedded-mode-change): Save all
23554         relevant mode settings in calc-embedded-original-modes when modes
23555         are permanently changed.
23557 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23559         * autoinsert.el: find-file-hooks -> find-file-hook.
23561 2005-03-24  Lute Kamstra  <lute@gnu.org>
23563         * generic.el (generic-font-lock-defaults): Make it obsolete.
23564         (generic-font-lock-keywords): New variable to replace
23565         generic-font-lock-defaults.
23566         (generic-mode-set-font-lock): Delete it.
23567         (generic-mode-internal): Don't call generic-mode-set-font-lock.
23568         (generic-bracket-support): Add docstring.
23570         * generic-x.el: Rename generic-font-lock-defaults to
23571         generic-font-lock-keywords throughout.
23572         (mailagent-rules-setup-function): Delete it.
23573         (mailagent-rules-generic-mode): Use anonymous function instead.
23574         (show-tabs-generic-mode-font-lock-defaults-1)
23575         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23576         Quote faces.
23577         (show-tabs-tab-face, show-tabs-space-face): Specify background,
23578         not foreground.
23580         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23581         Recognize define-generic-mode.
23583 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23585         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23586         if there's no completion table.
23588 2005-03-23  Miles Bader  <miles@gnu.org>
23590         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23591         Remove tty-specific variants, as they're no longer needed.
23593 2005-03-23  Lute Kamstra  <lute@gnu.org>
23595         * generic-x.el: Code cleanup: make args constant whenever possible.
23596         (installshield-statement-keyword-list)
23597         (installshield-system-functions-list)
23598         (installshield-system-variables-list, installshield-types-list)
23599         (installshield-funarg-constants-list): Make them constants.
23601         * generic.el (generic-make-keywords-list): Add autoload cookie.
23603         * calendar/time-date.el: Add comment on time value formats.
23604         Don't require parse-time.
23605         (with-decoded-time-value): New macro.
23606         (encode-time-value): New function.
23607         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23608         (days-to-time): Return a valid time value when arg is huge.
23609         (time-since): Use time-subtract.
23610         (time-to-number-of-days): Use time-to-seconds.
23612 2005-03-23  David Ponce  <david@dponce.com>
23614         * recentf.el (recentf-keep): New option.
23615         (recentf-menu-action): Default to `find-file'.
23616         (recentf-keep-non-readable-files-flag)
23617         (recentf-keep-non-readable-files-p)
23618         (recentf-file-readable-p, recentf-find-file)
23619         (recentf-cleanup-remote): Remove.
23620         (recentf-include-p): More robust.
23621         (recentf-keep-p): New function.
23622         (recentf-remove-if-non-kept): Rename from
23623         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
23624         All callers updated.
23625         (recentf-menu-items-for-commands): Fix help string.
23626         (recentf-track-closed-file): Update.  Doc fix.
23627         (recentf-cleanup): Update.  Count removed files.  Doc fix.
23629 2005-03-23  Kim F. Storm  <storm@cua.dk>
23631         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23632         Don't inherit from fringe face (now happens automatically).
23634 2005-03-22  Kim F. Storm  <storm@cua.dk>
23636         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23637         position values.
23639 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23641         * menu-bar.el (showhide-date-time): Remove.
23642         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23643         (menu-bar-make-mm-toggle): Simplify.
23645 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23647         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23648         Accept qualified variable and function names.
23650 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
23652         * bindings.el (completion-ignored-extensions):
23653         Remove ".lis" for `vax-vms'.
23655 2005-03-22  Andreas Schwab  <schwab@suse.de>
23657         * generic-x.el: Revert last change.
23658         * ldefs-boot.el: Update.
23660 2005-03-22  Jay Belanger  <belanger@truman.edu>
23662         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23663         (calc-embedded-save-original-modes)
23664         (calc-embedded-restore-original-modes): New functions.
23665         (calc-do-embedded): Save original modes when entering embedded mode
23666         and restore when leaving embedded mode.
23667         (calc-embedded-modes-change): Change the value of
23668         calc-embedded-original-modes to reflect permanent changes.
23670 2005-03-22  Lute Kamstra  <lute@gnu.org>
23672         * generic-x.el: Require generic again.
23674 2005-03-22  Miles Bader  <miles@gnu.org>
23676         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23677         Tweak details to look good on both ttys and bitmap displays, light
23678         or dark background, etc.
23680 2005-03-21  Kim F. Storm  <storm@cua.dk>
23682         * tooltip.el (tooltip-show-help-function): Check car and cdr of
23683         mouse position.
23685 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23687         * icomplete.el: Don't forcibly turn on the mode upon load.
23688         (icomplete-mode): Use define-minor-mode.
23689         (icomplete-eoinput): Default to nil.
23690         (icomplete-minibuffer-setup): Remove autoload.
23691         (icomplete-tidy): Simplify.
23692         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23693         in the initial state or if the user has modified the field.
23694         Fix handling of icomplete-max-delay-chars.
23695         Remove code that handles the oddball case where
23696         minibuffer-completion-table is an integer.
23697         Wrap icomplete-completions in while-no-input in case building
23698         completions takes more time than expected.
23699         (icomplete-completions): Simplify.
23701 2005-03-21  Richard M. Stallman  <rms@gnu.org>
23703         * jka-compr.el (jka-compr-really-do-compress):
23704         Make variable buffer-local.
23706         * image-mode.el: Handle .xpm files too.
23707         (image-toggle-display): Preserve modification flag.
23709         * help.el (where-is): Don't mention aliases with no key bindings.
23711 2005-03-21  Lute Kamstra  <lute@gnu.org>
23713         * generic.el: Fix commentary section.  Don't require cl for
23714         compilation.
23715         (generic-mode-list): Add autoload cookie.
23716         (generic-use-find-file-hook, generic-lines-to-scan)
23717         (generic-find-file-regexp, generic-ignore-files-regexp)
23718         (generic-mode, generic-mode-find-file-hook)
23719         (generic-mode-ini-file-find-file-hook): Fix docstrings.
23720         (define-generic-mode): Make it a defmacro.  Fix docstring.
23721         (generic-mode-internal): Code cleanup.  Add autoload cookie.
23722         (generic-mode-set-comments): Code cleanup.
23723         * generic-x.el: Don't prevent compilation.  Don't require generic.
23724         Follow coding conventions.  Minor code cleanup.
23725         (etc-fstab-generic-mode): Add some keywords.
23726         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23727         define-generic-mode like a function declaration.
23729 2005-03-21  Jay Belanger  <belanger@truman.edu>
23731         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23732         changing modes.
23734 2005-03-21  Sam Steingold  <sds@gnu.org>
23736         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23738 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
23740         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23741         Add underscore to "f$ lexicals" regexp.
23743 2005-03-20  Juri Linkov  <juri@jurta.org>
23745         * subr.el (progress-reporter-do-update): When `min-value' is equal
23746         to `max-value', set `percentage' to 0 and prevent division by zero.
23748 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
23750         Sync with Tramp 2.0.48.
23752         * net/tramp.el (all): Change all addresses to .gnu.org.
23753         (tramp-append-tramp-buffers): New defun.
23754         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23755         Catch `dont-send' signal.
23756         (tramp-set-auto-save-file-modes): Set always permissions, because
23757         there might be an old auto-saved file belonging to another
23758         original file.  This could be a security threat.  Reported by
23759         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23760         Check for Emacs 21.3.50 removed.
23762         * net/tramp-smb.el (all): Remove debug construct for
23763         `with-parsed-tramp-file-name'.
23764         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23765         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23766         No error message if DIRECTORY or FILENAME doesn't exist.
23767         (tramp-smb-open-connection): Check existence of
23768         `tramp-smb-program'.
23770 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23772         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23773         Properly handle the case where the `m' or `s' command's argument is not
23774         yet terminated.
23775         (perl-indent-new-calculate): New function.
23776         (perl-indent-line): Use it.
23778 2005-03-20  Miles Bader  <miles@gnu.org>
23780         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23781         in text-mode too.  Change to new face names.
23782         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23783         Add `:weight bold' attribute.
23784         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23786 2005-03-19  Juri Linkov  <juri@jurta.org>
23788         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
23790         * international/mule.el (auto-coding-alist): Sync with
23791         `auto-mode-alist' by adding upper case archive file extensions
23792         and adding ear/war to jar extension.
23794 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
23796         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23797         running, restart it.
23799 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
23801         * finder.el (finder-current-item): Throw an error on an empty line.
23803         * man.el (Man-follow-manual-reference): If current-word returns
23804         nil, use "".
23806 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
23808         * simple.el (goto-line): Doc fix.
23810 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
23812         * files.el (save-buffer): Doc fix.
23814 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
23816         * recentf.el (recentf-cleanup-remote): New variable.
23817         (recentf-cleanup): Use it to conditionally check availability of
23818         remote files.
23820 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
23822         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23823         function names.
23825 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
23827         * language/thai-word.el: New file.
23829 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23831         * files.el (backup-buffer): If the file's directory is not
23832         writable, use copy instead of move to backup the file.
23834 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
23836         * obsolete/keyswap.el: Moved to obsolete/ from term/.
23838 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23840         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23841         Use functionp instead of symbolp and fboundp.  Reported by Drkm
23842         <darkman_spam@yahoo.fr>.
23843         (ps-print-version): New version 6.6.6.
23845 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
23847         * textmodes/table.el (table--line-column-position): New idiom.
23848         (table--row-column-insertion-point-p): New function to test
23849         validity of row and column insertion operation at a location.
23850         (table-global-menu, table-cell-menu): Use above functions for
23851         deterministic test operation.
23852         (table--editable-cell-p): Behave in deterministic fashion.
23854 2005-03-18  Juri Linkov  <juri@jurta.org>
23856         * isearch.el (isearch-lazy-highlight-new-loop):
23857         Make arguments beg and end optional.
23858         (isearch-update): Remove optional arguments nil from
23859         isearch-lazy-highlight-new-loop.
23860         (isearch-lazy-highlight-search): Let-bind case-fold-search to
23861         isearch-lazy-highlight-case-fold-search instead of
23862         isearch-case-fold-search, and let-bind isearch-regexp to
23863         isearch-lazy-highlight-regexp.
23864         Use isearch-lazy-highlight-last-string instead of isearch-string.
23866         * replace.el (perform-replace): Remove bindings of global
23867         variables isearch-string, isearch-regexp, isearch-case-fold-search.
23868         Add three new arguments to `replace-highlight'.
23869         (replace-highlight): Add arguments string, regexp, case-fold.
23870         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23871         to allow isearch-lazy-highlight-new-loop to use these values
23872         to set corresponding isearch-lazy-highlight-* internal
23873         variables whose values lazy highlighting will use regardless of
23874         changes to global variables isearch-string, isearch-regexp,
23875         isearch-case-fold-search during lazy highlighting loop.
23876         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23877         to `lazy-highlight-cleanup'.
23879         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23880         (ispell-highlight-face): Set default face to `isearch' when
23881         lazy highlighting is enabled.
23882         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23883         priority to 1.  Add lazy highlighting.
23884         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23885         from `isearch-dehighlight'.
23887 2005-03-18  David Ponce  <david@dponce.com>
23889         * files.el (hack-local-variables): Do a case-insensitive search
23890         for End.
23892 2005-03-18  Juri Linkov  <juri@jurta.org>
23894         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23895         `isearch-lazy-highlight-cleanup', add alias to old name and
23896         declare obsolete.  Add release numbers to other obsolete vars.
23897         (isearch-done, isearch-lazy-highlight-new-loop):
23898         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23899         (lazy-highlight-cleanup) <variable>: Doc fix.
23900         (isearch-lazy-highlight-update): Rename obsolete
23901         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23903 2005-03-18  Kenichi Handa  <handa@m17n.org>
23905         * language/thai-util.el: Fix categorization of Thai characters in
23906         thai-category-table.
23907         (thai-composition-pattern): Adjust it for the above change.
23908         (thai-self-insert-command, thai-compose-syllable): New functions.
23909         (thai-compose-region): Use thai-compose-syllable.
23910         (thai-compose-string): Likewise.
23911         (thai-composition-function): Likewise.
23912         (thai-auto-composition): New function.
23913         (thai-auto-composition-mode): New minor mode.
23915         * language/thai.el: Fix patterns to be registered in
23916         composition-function-table.
23918         * international/quail.el (quail-input-method): Locally bind
23919         inhibit-modification-hooks to t.
23921 2005-03-17  Richard M. Stallman  <rms@gnu.org>
23923         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23924         (perl-mode): Use run-mode-hooks.
23926         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23927         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23928         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23930         * mail/sendmail.el (sendmail-send-it): Reenable the code
23931         to compute resend-to-address and use it.
23933         * tar-mode.el (tar-mode): Turn off undo unconditionally.
23935         * image-mode.el: New file.
23937         * image.el (insert-sliced-image): Add autoload cookie.
23939         * font-lock.el (font-lock-lines-before): New user option.
23940         (font-lock-after-change-function): Obey it.
23942         * bindings.el (esc-map): Make M-g a prefix.
23943         Bind M-g g and M-g M-g to goto-line.
23945         * faces.el (face-id): Doc fix.
23947 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23949         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23950         (rmail-show-message): Use rmail-unknown-mail-followup-to.
23951         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23953         * mail/sendmail.el (mail-yank-ignored-headers)
23954         (mail-font-lock-keywords, mail-mode-fill-paragraph):
23955         Add Mail-Followup-To and Mail-Reply-To headers.
23956         (mail-citation-hook): Add autoload cookie.
23957         (mail-mode): Doc fix.
23958         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23959         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23960         (mail-mode-fill-paragraph): Handle those headers.
23961         (mail-mailing-lists): New variable.
23962         (mail-mail-reply-to, mail-mail-followup-to): New functions.
23964 2005-03-17  Juri Linkov  <juri@jurta.org>
23966         * isearch.el (isearch-fallback): Check for `(car previous)'
23967         before calling `isearch-other-end-state'.
23969 2005-03-17  Kim F. Storm  <storm@cua.dk>
23971         * simple.el (move-beginning-of-line): Move to beginning of buffer
23972         line, as well as beginning of screen line.
23974 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
23976         * calendar/diary-lib.el (mark-diary-entries): Use new optional
23977         argument REDRAW rather than calendar-redrawing variable.
23978         * calendar/calendar.el (calendar-redrawing): Delete.
23979         (redraw-calendar): Do not bind calendar-redrawing.
23981 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
23983         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23984         diary-file buffer.
23986 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23988         * help.el (describe-mode): Allow a :minor-mode-function property to
23989         specify a different minor mode toggle function than the variable.
23990         * simple.el (auto-fill-function):
23991         * subr.el (add-minor-mode): Use it.
23993 2005-03-16  Kenichi Handa  <handa@m17n.org>
23995         * language/ethio-util.el (sera-being-called-by-w3): New variable.
23996         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23997         (ethio-fidel-to-sera-buffer): Likewise.
23999 2005-03-16  Juri Linkov  <juri@jurta.org>
24001         * emacs-lisp/find-func.el (find-function-regexp):
24002         Add defun-emitting macro `menu-bar-make-toggle'.
24004         * isearch.el: Put `isearch-scroll' property to
24005         `split-window-horizontally'.
24007         * info.el: Update error messages for `debug-ignored-errors'.
24008         (Info-isearch-search): Doc fix.
24009         (Info-find-node): Move up code to go into info buffer before
24010         recording the node to the history.
24011         (Info-fontify-node): Fontify titles only if the next line
24012         has two or more `*', `=', `-', `.'.
24013         Display "go to this node" for empty (match-string 3).
24015 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24017         * term/mac-win.el: Add mouse pointer shape constants.
24019 2005-03-15  Kim F. Storm  <storm@cua.dk>
24021         * simple.el (move-beginning-of-line): Use vertical-motion.
24023 2005-03-15  Juri Linkov  <juri@jurta.org>
24025         * isearch.el (isearch-error): New variable.
24026         (isearch-invalid-regexp, isearch-within-brackets): Remove.
24027         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24028         (isearch-within-brackets-state): Remove.
24029         (isearch-case-fold-search-state, isearch-pop-fun-state):
24030         Decrease frame index.
24031         (isearch-mode, isearch-top-state, isearch-push-state)
24032         (isearch-edit-string, isearch-abort, isearch-search-and-update)
24033         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24034         (isearch-search, isearch-lazy-highlight-new-loop):
24035         Replace `isearch-invalid-regexp' with `isearch-error'.
24036         Remove `isearch-within-brackets'.
24037         (isearch-search): Add `search-failed' handler to `condition-case'.
24038         (isearch-lazy-highlight-search): Add `condition-case' to catch
24039         errors and allow `isearch-lazy-highlight-update' to try
24040         highlighting from the beginning of the window.
24041         (isearch-repeat): Move up code to set isearch-wrapped to t
24042         before calling isearch-wrap-function.
24044         * info.el (Info-isearch-initial-node): New internal variable.
24045         (Info-search): Signal an error in isearch mode when search leaves
24046         the initial node.  Signal an error when `bound' is non-nil and
24047         nothing was found in the current subfile.
24048         (Info-isearch-search): Remove `condition-case'.
24049         (Info-isearch-wrap): Don't wrap when search failed during leaving
24050         the initial node.  If `Info-isearch-search' is nil, wrap around
24051         the current node.
24052         (Info-isearch-start): New fun.
24053         (Info-mode): Add buffer-local hook `Info-isearch-start' to
24054         `isearch-mode-hook'.
24056 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24058         * simple.el (normal-erase-is-backspace): Set default to t if
24059         running on Mac.
24061         * term/mac-win.el (function-key-map): Sync with x-win.el.
24063 2005-03-15  Kenichi Handa  <handa@m17n.org>
24065         * international/mule-cmds.el (locale-language-names): Modify the
24066         format of elements and add more entries.
24067         (locale-preferred-coding-systems): Add more entries.
24068         (set-locale-environment): Adjust for the change of
24069         locale-language-names.
24071 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24073         * pcvs.el (smerge-ediff): Remove bogus autoload.
24075 2005-03-14  Lute Kamstra  <lute@gnu.org>
24077         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24078         Ignore a `*' at the beginning of a line.
24080         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24081         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24082         subr.el.
24083         (dont-compile, eval-when-compile, eval-and-compile): Use declare
24084         to specify indentation.
24086         * generic.el (define-generic-mode): Let generic-mode-list be a
24087         list of strings; test membership with equal.
24089 2005-03-14  Kim F. Storm  <storm@cua.dk>
24091         * simple.el (next-line, previous-line): Add optional try-vscroll
24092         arg to recognize interactive use.  Pass it on to line-move.
24093         (line-move): Don't perform auto-window-vscroll when defining or
24094         executing keyboard macro to ensure consistent behavior.
24096 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24098         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24100 2005-03-13  Lute Kamstra  <lute@gnu.org>
24102         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24103         debugger-setup-buffer so that backtrace marks the frames set to
24104         debug-on-exit and we don't have to do it manually.  Set an extra
24105         debug-on-exit for macro's.
24106         (debugger-setup-buffer): Don't mark the top frame manually.
24108 2005-03-12  Lute Kamstra  <lute@gnu.org>
24110         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24111         lisp-indent-function throughout.
24112         (with-no-warnings): Set lisp-indent-function property.
24114 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
24116         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24117         Add entry for backslash.
24119 2005-03-12  Juri Linkov  <juri@jurta.org>
24121         * info.el (Info-search): Four fixes for backward search.
24123 2005-03-11  Jay Belanger  <belanger@truman.edu>
24125         * calc/calc.el (calc-language-alist): New variable.
24126         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24127         (calc-embedded-find-modes): Use calc-language-alist instead of
24128         calc-embedded-language-alist.
24130 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
24132         * calendar/calendar.el (calendar-redrawing): New internal
24133         variable.
24134         (redraw-calendar): Remove bogus save-excursion from previous
24135         change.  Bind calendar-redrawing to t for mark-diary-entries.
24136         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24137         calendar if that is why we were called.
24139 2005-03-11  Kenichi Handa  <handa@m17n.org>
24141         * international/mule.el (make-coding-system): Set property
24142         coding-system-define-form to nil.
24143         (define-coding-system-alias): Likewise.
24145 2005-03-11  Kenichi Handa  <handa@m17n.org>
24147         These changes are suggested by Dave Love <fx@gnu.org>.
24149         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24150         coding: tag.
24151         (adaptive-fill-regexp): Add more bullets.
24152         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24153         regexps.
24155 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
24157         * help.el (describe-mode): Properly handle non-trivial lighters.
24158         Don't ignore minor modes that are not listed in minor-mode-list.
24160         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24161         feature ON when the user requests to turn it OFF.
24163 2005-03-10  Lute Kamstra  <lute@gnu.org>
24165         * emacs-lisp/debug.el (debug-entry-code): Delete it.
24166         (implement-debug-on-entry): New function to replace debug-entry-code.
24167         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
24168         second argument as the 2005-03-07 change makes it obsolete.
24169         (debug-on-entry, cancel-debug-on-entry): Update call to
24170         debug-on-entry-1.
24171         (debug, debugger-setup-buffer): Comment update.
24172         (debugger-frame-number): Update to work with implement-debug-on-entry.
24174 2005-03-10  Jay Belanger  <belanger@truman.edu>
24176         * calc/calc-embed.el (math-ms-args): Declare it.
24177         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24178         math-ms-args.
24179         (calc-embedded-subst): Use math-multi-subst-rec to substitute
24180         variables.
24182 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
24184         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24185         Use message-box.
24187         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24188         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24189         (tooltip-gud-tips): Simplify.
24190         (tooltip-gud-tips-p): Remove superfluous :set.
24191         (tooltip-gud-modes): Add fortran-mode.
24192         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24194         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24196 2005-03-09  Kim F. Storm  <storm@cua.dk>
24198         * play/animate.el (animate-place-char): Use forward-line instead
24199         of next-line to improve performance.
24201 2005-03-09  Simon Josefsson  <jas@extundo.com>
24203         * net/browse-url.el (browse-url-default-browser): Doc fix.
24205 2005-03-09  Miles Bader  <miles@gnu.org>
24207         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24208         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24210 2005-03-09  Kenichi Handa  <handa@m17n.org>
24212         * international/latin-1.el: Set case and syntax for 255 only if
24213         set-case-syntax-set-multibyte is nil.
24215         * textmodes/ispell.el (ispell-insert-word): New function.
24216         (ispell-word): Use ispell-insert-word to insert a new word.
24217         (ispell-process-line): Likewise.
24218         (ispell-complete-word): Likewise.
24220 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
24222         * calendar/calendar.el (redraw-calendar): Preserve point.
24223         Reported by Matt Hodges <MPHodges@member.fsf.org>.
24224         (calendar-week-start-day): Move after definition of
24225         redraw-calendar.  Delete buffer test, since redraw-calendar has
24226         that now.
24228         * calendar/diary-lib.el (mark-diary-entries): Only call
24229         redraw-calendar in the first of any recursive calls.
24230         Reported by Alan Shutko <ats@acm.org>.
24232 2005-03-08  Juri Linkov  <juri@jurta.org>
24234         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24235         (html-horizontal-rule, html-line, html-image, html-checkboxes)
24236         (html-radio-buttons): Add a space before the trailing `/>' where
24237         sgml-xml-mode is non-nil.
24238         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24239         the subsequent tag of the empty XML tag.
24240         (html-href-anchor): Don't set initial input to "http:".
24241         (html-image): Ask for the image URL and set point inside alt="".
24242         (html-name-anchor): Duplicate the name in the `id' attribute when
24243         sgml-xml-mode is non-nil.
24244         (html-paragraph): Remove \n before <p>.
24245         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24246         instead of `checked' when sgml-xml-mode is non-nil.
24248         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24249         Remove 1 space before #RRGGBB to not truncate it on terminal
24250         windows w/o fringes.  Remove 1 space between bg and fg examples
24251         to get more space.
24252         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24253         avoid byte-compile warnings.
24255         * image-file.el (image-file-handler): Put `safe-magic' property to
24256         `image-file-handler'.
24258         * info.el (Info-isearch-search): Emulate word search in
24259         isearching through multiple Info nodes with Info-search.
24260         (Info-isearch-wrap): Allow isearch-word.
24262 2005-03-08  Lute Kamstra  <lute@gnu.org>
24264         * emacs-lisp/debug.el (debugger-step-through): Make sure that
24265         stepping into the debugger's code is not possible.
24266         (debugger-jumping-flag): Docstring update.
24268 2005-03-08  Jay Belanger  <belanger@truman.edu>
24270         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24271         embedded mode begins.
24272         (calc-embedded-language-alist): New variable.
24273         (calc-embedded-find-modes): Use calc-embedded-language-alist to
24274         set default language mode.
24276 2005-03-08  Kenichi Handa  <handa@m17n.org>
24278         * international/ccl.el (define-ccl-program): Fix docstring about
24279         extra 256 bytes assured for the output buffer.
24281         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24282         Fix BUFFER_MAGNIFICATION to 2.
24283         (ccl-encode-mule-utf-16be-with-signature): Likewise.
24285 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
24287         * align.el (align-rules-list): Added an alignment rule for CSS
24288         declarations (applies to css-mode and html-mode buffers).
24290 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24292         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24294 2005-03-07  Kim F. Storm  <storm@cua.dk>
24296         * simple.el (move-beginning-of-line): New command.
24298         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24300         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24302         * emulation/cua-base.el: Put CUA move property on move-end-of-line
24303         and move-beginning-of-line.
24305         * apropos.el (apropos-print): Omit command from M-x ... RET.
24307 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
24309         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24310         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24312 2005-03-06  Richard M. Stallman  <rms@gnu.org>
24314         * bindings.el (esc-map): Bind M-g to goto-line.
24316         * facemenu.el (global-map): Bind M-o, not M-g.
24318 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24320         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24321         "Open Directory" as for "Open File".
24323 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
24325         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24326         (push-mark-command): Run activate-mark-hook.
24328 2005-03-06  Richard M. Stallman  <rms@gnu.org>
24330         * help-mode.el (help-mode-finish): Don't alter the element
24331         in view-return-to-alist if there already is one.
24333         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24334         make sure the current buffer is the expected one.
24336         * novice.el (disabled-command-function): Output in *Disabled Command*.
24337         Explicitly ignore non-keyboard events, and explicitly handle C-g.
24339         * textmodes/flyspell.el (flyspell-large-region):
24340         Pass args differently for aspell.
24342         * files.el (mode-require-final-newline): Doc fix.
24344 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
24346         * progmodes/which-func.el (which-function):
24347         Specify NOERROR when calling imenu--make-index-alist.
24349 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24351         * simple.el (normal-erase-is-backspace): Define default value.
24353         * custom.el (custom-theme-set-variables): Remove unused var
24354         `immediate'.
24355         (custom-reevaluate-setting): Simple function to handle variables
24356         that are defined before their default value can really be
24357         computed.
24359         * startup.el (command-line): Use it for temporary-file-directory,
24360         small-emporary-file-directory, auto-save-file-name-transforms,
24361         blink-cursor-mode, and normal-erase-is-backspace.
24363         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24364         progress, even with buggy anchored keywords.
24366 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
24368         * simple.el (goto-line): Remove unbalanced final parenthesis.
24370 2005-03-05  Richard M. Stallman  <rms@gnu.org>
24372         * simple.el (goto-line): Use a number at point as the default.
24373         With C-u as arg, switch buffers.
24375 2005-03-05  Juri Linkov  <juri@jurta.org>
24377         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24378         with `no-blinking-cursor'.
24380         * startup.el (no-blinking-cursor): New defvar.
24381         (command-line): Add `--no-blinking-cursor' to longopts.
24382         Set `no-blinking-cursor' to t for command line arguments
24383         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
24384         with `no-blinking-cursor' in the condition for calling
24385         `blink-cursor-mode'.
24387 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
24389         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24390         (menu-bar-options-save): Add blink-cursor-mode.
24391         (menu-bar-options-menu): Add blink-cursor-mode.
24393 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
24395         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24396         (icalendar-export-file, icalendar-export-region)
24397         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24398         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24400 2005-03-04  Lute Kamstra  <lute@gnu.org>
24402         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24403         (debug-function-list): Ditto.
24405 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
24407         * textmodes/texinfmt.el (texinfo-append-refill):
24408         Redefine the types of line to which @refill
24409         is not appended by replacing a search for `@refill\\|@bye' with
24410         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
24411         itemize@refill' bug and the unfilled long lines bug.
24412         (texinfmt-version): Update number and date.
24414 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
24416         * international/code-pages.el (windows-1250, windows-125[2-8])
24417         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24419 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24421         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24422         bound yet.
24424 2005-03-02  Romain Francoise  <romain@orebokech.com>
24426         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24427         buffer after removing limits.
24428         (ibuffer-pop-filter): Ditto.
24429         Update copyright.
24431 2005-03-02  Miles Bader  <miles@gnu.org>
24433         * button.el (make-text-button): If the user doesn't specify a
24434         type, use the default.  Rewrite to use `add-text-properties' and
24435         plist functions.
24437 2005-03-01  Lute Kamstra  <lute@gnu.org>
24439         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24440         (debugger-jumping-flag): New var.
24441         (debug-entry-code): Use it.
24442         (debugger-jump): Use debugger-jumping-flag and add
24443         debugger-reenable to post-command-hook.
24444         (debugger-reenable): Use debugger-jumping-flag and remove itself
24445         from post-command-hook.
24446         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24447         debugger-reenable.
24449 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
24451         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24452         inclusion of "itemize\\|", which may be unnecessary, is certainly
24453         inelegant, and stops refilling in itemize lists when formatting
24454         Japanese Texinfo files to Info.
24455         Update copyright to 2005.
24457 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
24459         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24460         of an error if GDB can't find the source file.
24462 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
24464         * calendar/calendar.el (redraw-calendar): Work from any buffer,
24465         not just the calendar.
24467         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24468         first.
24469         (diary-redraw-calendar): New function.
24470         (make-diary-entry): Add diary-redraw-calendar to local
24471         write-contents-functions.  Turn off selective display before
24472         inserting in diary.
24474 2005-03-01  Kim F. Storm  <storm@cua.dk>
24476         * emacs-lisp/copyright.el (copyright-fix-years): New command.
24478 2005-03-01  Lute Kamstra  <lute@gnu.org>
24480         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24481         that debug-entry-code can be safely removed from a function while
24482         this code is being evaluated.  Revert the 2005-02-27 change as the
24483         new implementation no longer requires it.  Make sure that a
24484         function body containing just a string is not mistaken for a docstring.
24485         (debug): Skip one more frame in case of debug on entry.
24486         (debugger-setup-buffer): Delete one more frame line in case of
24487         debug on entry.
24488         (debugger-frame-number): Update to use the new text introduced by
24489         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
24491 2005-02-28  Kim F. Storm  <storm@cua.dk>
24493         * double.el (double-translate-key): Call force-window-update after
24494         read-event to avoid crash in redisplay.
24496 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24498         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24499         (debug): Use it.  Move the inhibit-trace earlier.
24500         (debug-entry-code): New const.
24501         (debug-on-entry-1): Use it.
24503 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
24505         * international/utf-16.el (ccl-encode-mule-utf-16le):
24506         Fix BUFFER_MAGNIFICATION to 2.
24507         (ccl-encode-mule-utf-16be): Likewise.
24509 2005-02-28  Kenichi Handa  <handa@m17n.org>
24511         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24512         Fix BUFFER_MAGNIFICATION to 4.
24513         (ccl-encode-mule-utf-16be-with-signature): Likewise.
24515 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
24517         * speedbar.el (speedbar-update-flag): Doc fix.
24518         (speedbar-show-info-under-mouse): Give set-mouse-position the right
24519         argument.
24521 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24523         * reveal.el (reveal-post-command): Don't try to reveal overlays which
24524         have a non-nil `invisible' property but are actually visible.
24526         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24527         for perldoc sections.
24528         (perl-outline-regexp, perl-outline-level): New var and function.
24529         (perl-mode): Use them.
24531 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
24533         * calendar/diary-lib.el (diary-remind): Discard any mark portion
24534         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24536 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
24538         * cus-edit.el: Comment change.
24539         (custom-buffer-create-internal): Slightly reword text at top of
24540         Custom buffers.  Mention there that saving an option edits the
24541         init file.  Add link to Emacs manual node on `custom-file'.
24542         (custom-magic-alist): Rewrite individual State messages to use
24543         capitalized keywords.  Doc fix.
24545 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
24547         * calendar/calendar.el (calendar-buffer): Move above
24548         calendar-week-start-day.
24549         (calendar-week-start-day): Doc fix.  Add :set function.
24550         (calendar-minimum-window-height): New variable.
24551         (generate-calendar-window): Only resize window if selected-window
24552         is displaying the calendar buffer.  Use new variable
24553         calendar-minimum-window-height.
24554         (generate-calendar): Reword error message.
24555         (calendar-mode-map): Bind DEL to scroll-other-window-down.
24557 2005-02-27  Andreas Schwab  <schwab@suse.de>
24559         * vc.el (vc-do-command): Don't run command asynchronously when
24560         operating in a remote directory.
24562         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24563         change from sync with Tramp 2.0.47.
24565 2005-02-27  Richard M. Stallman  <rms@gnu.org>
24567         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24569         * textmodes/flyspell.el (flyspell-mode-on):
24570         Call ispell-change-dictionary only if necessary.
24572         * emacs-lisp/re-builder.el (regexp-builder): New function.
24574         * register.el (describe-register-1): Explicitly handle
24575         yank-excluded-properties = t.
24577         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24578         (custom-magic-alist): Change the status descriptions again.
24579         (face widget-type): Total rewrite based on `restricted-sexp'
24580         to eliminate the confusing double hiding levels.
24582         * emacs-lisp/debug.el (debug-on-entry-1):
24583         If function body is empty, add nil as body form.
24585 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24587         * emacs-lisp/trace.el (inhibit-trace): New var.
24588         (trace-make-advice): Use it.
24590         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24592 2005-02-26  Kim F. Storm  <storm@cua.dk>
24594         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24595         (mouse-on-link-p, mouse-drag-region-1): Use it.
24597 2005-02-25  Lute Kamstra  <lute@gnu.org>
24599         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24601 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
24603         * frame.el (blink-cursor-mode): Add :group keyword.
24605 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
24607         * calendar/icalendar.el (icalendar--decode-isodatetime):
24608         New optional argument DAY-SHIFT.
24609         (icalendar-export-region): Fix coding-system-for-write.
24610         (icalendar--convert-ical-to-diary): Shift end-day of all-day
24611         events by one.
24613 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24615         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24617 2005-02-24  Kim F. Storm  <storm@cua.dk>
24619         * international/iso-acc.el (iso-accents-compose): Fix crash
24620         during redisplay.  Call force-window-update after read-event
24621         and delete-region to signal that window is not accurate.
24623 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24625         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24626         Remove unused and inexistent var `inhibit-trace'.
24627         (debugger-mode): Use run-mode-hooks.
24628         (debugger-list-functions): Add buttons; setup xref stack.
24630 2005-02-23  Richard M. Stallman  <rms@gnu.org>
24632         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24633         appointment says it was explicitly made.
24634         (appt-add): Set the 3rd element.
24635         (appt-make-list): Preserve explicit appointments.
24637         * subr.el (find-tag-default): Catch errors in forward-sexp.
24639 2005-02-23  Juri Linkov  <juri@jurta.org>
24641         * info.el (Info-isearch-search): New defcustom.
24642         (Info-isearch-search): Call the default isearch function
24643         when Info-isearch-search is nil.
24644         (Info-isearch-wrap): Use variable Info-isearch-search.
24646 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
24648         * cus-edit.el: Comment change.
24650 2005-02-22  Kim F. Storm  <storm@cua.dk>
24652         * progmodes/hideif.el (hide-ifdef-use-define-alist):
24653         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
24655 2005-02-22  Simon Josefsson  <jas@extundo.com>
24657         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24658         New variable.
24659         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
24660         Oskarsson" <myrkraverk@users.sourceforget.net>.
24662 2005-02-22  Kim F. Storm  <storm@cua.dk>
24664         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24665         check that window of that event is the selected window.
24666         (mouse-drag-region-1): Compare mouse event window to selected
24667         window before setting point.
24669         * tooltip.el (tooltip-show-help-function): Pass event to
24670         mouse-on-link-p so it can check selected window.
24672 2005-02-22  Kenichi Handa  <handa@m17n.org>
24674         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24675         (ps-mule-show-warning): New function.
24676         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24677         characters are found.
24679         * ps-print.el (ps-header-footer-string): Return a list of header
24680         and footer strings.
24682 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
24684         * pcvs.el (cvs-retrieve-revision): Fix thinko.
24686 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24688         * frame.el (blink-cursor-mode): Use define-minor-mode.
24690         * term/mac-win.el (function-key-map): Use char-names more consistently.
24691         (file-name-coding-system): Only set it for MacOS-9.  The other case is
24692         already handled in mule-cmds.el (where it also works when mac-win.el
24693         is not used).
24695 2005-02-21  Kenichi Handa  <handa@m17n.org>
24697         * international/mule.el (ctext-pre-write-conversion): Always use
24698         " *code-converting-work*" buffer for work.
24700         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24702 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
24704         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24706 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
24708         * ses.el (undo-more): Restore defadvice, but only the part that
24709         allows changes outside the restricted area of the buffer.
24711 2005-02-20  Kim F. Storm  <storm@cua.dk>
24713         * simple.el (line-move): Add fourth optional arg try-vscroll which
24714         must be set to perform auto-window-vscroll.
24715         When moving backwards and doing auto-window-vscroll, automatically
24716         vscroll to the last part of lines which are taller than the window.
24717         (next-line, previous-line): Set try-vscroll arg on line-move.
24719 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
24721         * replace.el (query-replace, query-replace-regexp)
24722         (replace-string, replace-regexp): When operating on region, make
24723         the minibuffer prompt say so.
24725         * isearch.el (isearch-forward): Document isearch-query-replace and
24726         isearch-query-replace-regexp keybindings.
24728 2005-02-19  Jay Belanger  <belanger@truman.edu>
24730         * calc/calc-aent.el (math-read-token): Add local variable.
24732         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24733         (calc-edit-top): Move declaration to earlier in file.
24734         (calc-edit-macro-repeats): Add local variables.
24736         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24737         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24738         calcFunc-tanh.
24739         Adjust integration rule for calcFunc-tan.
24741 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
24743         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24744         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24745         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24746         (viper-skip-separators): Bug fix.
24747         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24748         particular major mode.
24749         (viper-del-backward-char-in-replace): Don't put deleted char on the
24750         kill ring.
24752         * viper-ex.el (viper-color-display-p): New function.
24753         (viper-has-face-support-p): Use viper-color-display-p.
24755         * viper-keym.el (viper-gnus-modifier-map): New keymap.
24757         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24759         * viper-util.el (viper-glob-unix-files): Fix shell status check.
24760         (viper-file-remote-p): Make equivalent to file-remote-p.
24762         * viper.el (viper-major-mode-modifier-list):
24763         Use viper-gnus-modifier-map.
24765 2005-02-19  David Kastrup  <dak@gnu.org>
24767         * subr.el (subregexp-context-p): Fix garbled doc string by adding
24768         quoting.
24770 2005-02-19  Jay Belanger  <belanger@truman.edu>
24772         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24773         Remove extra definitions.
24774         (calc-coth): New function.
24775         (calcFunc-cot): Fix `let'.
24777 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
24779         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24780         the reasons we use "type pc" in these faces.
24782         * button.el (button): Ditto.
24784 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
24786         * replace.el (query-replace-read-from): Set the value of
24787         query-replace-from-history-variable to handle the case of an empty
24788         string entered to accept the suggested default.
24790         * net/tramp.el (tramp-file-name-for-operation):
24791         Use dired-call-process instead of dired-call-process-command.
24793 2005-02-19  Jay Belanger  <belanger@truman.edu>
24795         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24796         (math-div-non-trig): New variables.
24797         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24798         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24799         (math-combine-prod, math-div-symb-fancy): Add simplifications for
24800         trig expressions.
24802 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
24804         * progmodes/gdb-ui.el (gdb-var-update-handler)
24805         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24806         for watch expressions,
24807         (gdb-var-create-handler): Don't set speedbar-update-flag.
24808         (gdb-post-prompt): Simplify test for speedbar.
24810 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
24812         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24813         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24814         we use the syntax table of the correct buffer.
24815         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24816         Felix Gatzemeier.
24818         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24819         (ediff-file-remote-p): Make synonymous with file-remote-p.
24820         In all deffaces ediff-*-face-*, use min-colors.
24822         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24823         ediff-recurse-to-subdirectories.
24824         (ediff-mark-if-equal): Check that the arguments are strings, use
24825         ediff-same-contents (after to Felix Gatzemeier).
24827         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24828         nil.
24830 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
24832         * log-view.el (log-view-message-re): Fix up Subversion regexp.
24834 2005-02-18  David Kastrup  <dak@gnu.org>
24836         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24837         use `mark-active' when defined.
24839 2005-02-18  Kenichi Handa  <handa@m17n.org>
24841         * ps-print.el (ps-font-info-database): New entry
24842         ZapfChancery-MediumItalic with correct font name.  Fix font name
24843         of the entry Zapf-Chancery-MediumItalic.
24845 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
24847         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24849 2005-02-16  Kim F. Storm  <storm@cua.dk>
24851         * ido.el (ido-fallback-command): Pass user input to fallback command.
24853 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
24855         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24856         (gdb-find-file-hook): Add server prefix.
24858 2005-02-16  Richard M. Stallman  <rms@gnu.org>
24860         * replace.el (perform-replace): Pass new args to replace-highlight.
24861         (replace-highlight): Take region args,
24862         and pass them to isearch-lazy-highlight-new-loop.
24864         * novice.el (disabled-command-hook): Autoload the defalias
24865         and the make-obsolete-variable call.
24867         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24869         * isearch.el (isearch-lazy-highlight-start-limit)
24870         (isearch-lazy-highlight-end-limit): New variables limit
24871         the region for highlighting.
24872         (isearch-lazy-highlight-new-loop): New args BEG and END.
24873         (isearch-lazy-highlight-search): Use the new vars.
24874         (isearch-lazy-highlight-update): Likewise.
24876         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24878         * cus-start.el (all): Use default-boundp.
24880 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
24882         * menu-bar.el (menu-bar-select-frame): Handle current frame.
24884 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
24886         * autorevert.el (auto-revert-stop-on-user-input)
24887         (auto-revert-verbose): Doc fixes.
24889 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
24891         * international/mule-cmds.el (set-locale-environment): Remove call
24892         to set-selection-coding-system on Windows.
24894 2005-02-15  Jay Belanger  <belanger@truman.edu>
24896         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24897         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24898         calcFunc-coth.
24899         (math-simplify-sqrt): Add simplifications.
24901         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24902         to list.
24904         * calc/calc-ext.el: Add functions to autoloads.
24906         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24907         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24908         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24909         (math-csc-raw, math-cot-raw): New functions.
24911         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24913         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24914         the variable name in a message.
24916         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24917         calcFunc-csc, calcFunc-cot.
24919         * calc/calcalg2.el: Add derivative and integration rules for
24920         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24921         calcFunc-csch, calcFunc-coth.
24922         (math-do-integral-methods): Add to checks for when to use
24923         substitutions.
24925         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24927 2005-02-15  Lute Kamstra  <lute@gnu.org>
24929         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24930         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
24931         <monnier@iro.umontreal.ca>
24932         (lisp-outline-level): Improve efficiency.  Suggested by David
24933         Kastrup <dak@gnu.org>.
24935 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
24937         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24938         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24939         (gdb-set-gud-minor-mode-existing-buffers): New functions.
24940         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
24941         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24943 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
24945         * cus-start.el (all): Comment change.
24947 2005-02-14  Lute Kamstra  <lute@gnu.org>
24949         * cus-start.el (all): Check if symbol is void.
24951 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
24953         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24954         optional argument to \cite.
24956 2005-02-14  Richard M. Stallman  <rms@gnu.org>
24958         * cus-edit.el (custom-buffer-create-internal): Update help message.
24959         (custom-magic-alist): Update help messages.
24961         * cus-start.el (all): Allow a var to specify a standard value.
24963 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
24965         * custom.el (custom-theme-set-variables): Handle variable aliases.
24967         * frame.el (blink-cursor-timer): Doc fix.
24968         (blink-cursor): Make it an alias for `blink-cursor-mode' and
24969         declare obsolete.
24970         (blink-cursor-mode): Define with defcustom and use correct
24971         standard expression in that defcustom.
24972         * startup.el (command-line): Adapt to above changes in frame.el.
24974 2005-02-11  Lute Kamstra  <lute@gnu.org>
24976         * apropos.el (apropos-score-doc): Prevent division by zero.
24978 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
24980         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24981         (icalendar--get-event-property-attributes)
24982         (icalendar--get-event-properties)
24983         (icalendar--datetime-to-diary-date): New functions.
24984         (icalendar--split-value): Doc fix.
24985         (icalendar--datetime-to-noneuropean-date)
24986         (icalendar--datetime-to-european-date): New optional argument
24987         SEPARATOR.  Return result as a string instead of a list.
24988         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24989         (icalendar--convert-string-for-export): Rename arg S to STRING.
24990         (icalendar-export-region): Doc fix.  Change name of error buffer.
24991         Save output buffer.
24992         (icalendar-import-file): Add blank at end of prompt.
24993         (icalendar-import-buffer): Doc fix.  Do not switch to error
24994         buffer.  Indicate status in return value.
24995         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
24996         buffer.  Save output buffer.  Handle exception from recurrence
24997         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
24998         events.  Fix problems with weekly all-day events.
25000 2005-02-10  Richard M. Stallman  <rms@gnu.org>
25002         * simple.el (eval-expression-print-format):
25003         Avoid warning about edebug-active.
25005         * help.el (help-for-help-internal): Rename from help-for-help.
25006         (help-for-help): Define with defalias.
25008         * font-core.el (font-lock-default-function): Use with-no-warnings.
25010         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25012         * custom.el (defface): Doc fix.
25014 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
25016         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25017         width 0" to prevent word wrapping problems.
25019 2005-02-09  Kim F. Storm  <storm@cua.dk>
25021         * ido.el (ido-file-extensions-order): New defcustom.
25022         (ido-file-extension-lessp, ido-file-extension-aux)
25023         (ido-file-extension-order): New advanced file ordering.
25024         (ido-file-lessp): New simple file ordering.
25025         (ido-sort-list): Remove.
25026         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25027         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25029 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
25031         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25032         that some versions of grep produce.
25033         (grep-mode-font-lock-keywords): Likewise.
25035 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
25037         * progmodes/gdb-ui.el (gdb-location-list): New variable.
25038         (gdb-cdir): Delete.
25039         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25040         (gdb-source-info): Treat case when source file is in another
25041         directory properly.
25042         (gdb-get-location): New function.
25044 2005-02-07  Jay Belanger  <belanger@truman.edu>
25046         * calc/calc-prog.el (calc-write-parse-table-part)
25047         (calc-fix-token-name): Fix a check for language type.
25049         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25051 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
25053         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25054         as directory not writable.
25056 2005-02-07  Kim F. Storm  <storm@cua.dk>
25058         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25059         (cua--standard-movement-commands): Remove list.
25060         Instead, set CUA property value to move for movement commands.
25061         (cua-movement-commands): Remove.  Users must set CUA prop instead.
25062         (cua--pre-command-handler): Check CUA property.
25063         (cua--init-keymaps): Don't remap undo commands.
25064         (cua-mode): Don't call cua--rectangle-on-off.
25066         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25067         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25068         (cua--rect-undo-set-point): New var.
25069         (cua--rectangle-undo-boundary): Setup undo apply entry.
25070         (cua--rect-undo-handler): New function for rectangle undo.
25071         (cua--rect-start-position, cua--rect-end-position): Add.
25072         (cua--rectangle-post-command): Call cua--rectangle-set-corners
25073         for restored rectangle.  Set point if cua--rect-undo-set-point.
25075 2005-02-06  Jay Belanger  <belanger@truman.edu>
25077         * calc/calc-lang.el (calc-tex-language): Display more information
25078         in messages.
25080         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25081         in TeX mode.
25083 2005-02-06  Richard M. Stallman  <rms@gnu.org>
25085         * emacs-lisp/lisp.el (buffer-end): Doc fix.
25087 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
25089         * net/ldap.el (ldap-search-internal): Support attributes with
25090         optional descriptions separated by a semi-colon, as in
25091         "userCertificate;binary".
25093 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
25095         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25096         isn't a cons (i.e. the version is 0).
25098 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
25100         * help.el (help-for-help): Doc fix.
25102 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
25104         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
25105         GDB-Windows on the menu-bar as this works better.
25107 2005-02-04  Jay Belanger  <belanger@truman.edu>
25109         * calc/calc-embed.el (calc-embedded-update): Don't put in
25110         unnecessary newlines.  Adjust the end of formula marker.
25112         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25113         (math-latex-parse-two-args): New function.
25115 2005-02-03  Lute Kamstra  <lute@gnu.org>
25117         * help-fns.el (help-with-tutorial): Make sure that users cannot
25118         remove the entire text of the tutorial by means of `undo'.
25120 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25122         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25123         in recent changes, where the ispell process was repeatedly
25124         killed & restarted.
25126         * international/mule-cmds.el (set-locale-environment): Set file-name
25127         coding system to utf-8 on Darwin systems.
25128         (set-default-coding-systems): Don't set default-file-name-coding-system
25129         on Darwin systems.
25131 2005-02-03  Richard M. Stallman  <rms@gnu.org>
25133         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25135 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
25137         * faces.el (list-faces-display): Add optional argument.
25139 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25141         * font-core.el (font-lock-default-function): Handle the rare case where
25142         only font-lock-keywords is set.
25144 2005-02-02  Kenichi Handa  <handa@m17n.org>
25146         * international/characters.el: Cancel previous change for
25147         I-WITH-DOT-ABOVE and DOTLESS-i.
25149         * international/latin-5.el: Cancel previous change.
25151 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
25153         * progmodes/gud.el: Correction to syntax in gud-menu-map.
25155 2005-02-02  Kenichi Handa  <handa@m17n.org>
25157         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25158         DOTLESS-i.
25160         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25161         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25163         * case-table.el (get-upcase-table): New function.
25164         (copy-case-table): Copy upcaes table too if non-nil.
25165         (set-case-syntax-delims): Maintain upcase table too.
25166         (set-case-syntax-pair): Likewise.
25167         (set-upcase-syntax, set-downcase-syntax): New functions.
25168         (set-case-syntax): Maintain upcase table too.
25170 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
25172         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25174         * progmodes/gud.el (gud-goto-info): New function.
25175         (gud-tool-bar-map): Use correct icon.
25177 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
25179         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25180         When delegating, order args in the funcall correctly.
25182 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
25184         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25186 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
25188         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25189         buffer not visiting a file.
25191 2005-01-31  Jay Belanger  <belanger@truman.edu>
25193         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25194         bound on the line with the formula.
25196 2005-01-31  Kim F. Storm  <storm@cua.dk>
25198         * ses.el (ses-create-cell-variable-range)
25199         (ses-destroy-cell-variable-range, ses-reset-header-string)
25200         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25201         (ses-insert-row): Fix format of apply undo entries.
25203 2005-01-31  Jay Belanger  <belanger@truman.edu>
25205         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25206         parts.
25208         * calc/calc-embed.el (calc-embedded-open-formula)
25209         (calc-embedded-close-formula): Ignore matrix environments.
25211         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25212         TeX mode.
25214         * calc/calc-lang.el (math-function-table, math-oper-table)
25215         (math-variable-table): Adjust the LaTeX portions.
25217         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25218         (math-latex-ignore-words): New constant.
25220 2005-01-31  Richard M. Stallman  <rms@gnu.org>
25222         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25223         (ispell-local-dictionary): Doc fix.
25224         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25225         Don't reinitialize at run time.  Don't defcustom.
25226         All uses changed to append ispell-local-dictionary-alist,
25227         or check it first.
25228         (ispell-current-dictionary): New variable for dictionary in use.
25229         (ispell-dictionary): Now used only for global default.
25230         (ispell-start-process): Set ispell-current-dictionary,
25231         not ispell-dictionary.
25232         (ispell-change-dictionary): Use this only for setting
25233         user preferences.
25234         (ispell-internal-change-dictionary): New function
25235         to change the current dictionary in use.
25236         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25237         Use ispell-current-dictionary.
25238         Handle ispell-local-dictionary-overridden.
25239         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25241 2005-01-31  Jay Belanger  <belanger@truman.edu>
25243         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25245         * calc/calc-ext.el: Add calc-latex-language to autoloads.
25246         (calc-mode-map): Add calc-latex-language.
25248         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25249         (math-latex-print-frac): New functions.
25250         (math-oper-table, math-function-table, math-variable-table)
25251         (math-complex-format, math-input-filter): Add latex properties.
25252         (calc-set-language): Set math-expr-special-function-mapping.
25254         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25255         (calc-write-parse-table-part): Add LaTeX support.
25257         * calc/calc.el (calc-language): Adjust docstring.
25258         (calc-set-mode-line): Add LaTeX support.
25259         (math-expr-special-function-mapping): New variable.
25260         (math-tex-ignore-words): Add to list.
25262         * calc/calccomp.el (math-compose-expr, math-compose-rows):
25263         Add LaTeX support.
25264         (math-compose-expr): Add support for special functions.
25266         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25268 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
25270         * progmodes/gdb-ui.el (gdb-memory-address)
25271         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25272         (gdb-memory-mode-map, gdb-memory-format-keymap)
25273         (gdb-memory-format-menu, gdb-memory-unit-keymap)
25274         (gdb-memory-unit-menu): New variables for a buffer
25275         that lets the user examine program memory.
25276         (gdb-memory-set-address, gdb-memory-set-repeat-count)
25277         (gdb-memory-format-binary, gdb-memory-format-octal)
25278         (gdb-memory-format-unsigned, gdb-memory-format-signed)
25279         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25280         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25281         (gdb-memory-unit-word, gdb-memory-unit-halfword)
25282         (gdb-memory-unit-byte, gdb-memory-unit-menu)
25283         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25284         (gdb-memory-mode, gdb-memory-buffer-name)
25285         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25286         New functions for above buffer.
25288 2005-01-30  Richard M. Stallman  <rms@gnu.org>
25290         * cus-edit.el (custom-bury-buffer): Function deleted.
25291         (custom-buffer-done-function): Option deleted.
25292         (custom-buffer-done-kill): New replacement option.
25293         (Custom-buffer-done): Call quit-window.
25294         (custom-buffer-create-internal): Update for above changes.
25296 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
25298         * simple.el (undo-ask-before-discard): New var.
25299         (undo-outer-limit-truncate): Implement it.
25300         (undo-extra-outer-limit): Doc update.
25302 2005-01-29  Richard M. Stallman  <rms@gnu.org>
25304         * ses.el (undo-more): Delete defadvice.
25305         (ses-begin-change): Doc fix.
25307         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25308         instead of rebinding C-x u and C-_.
25310         * files.el (normal-backup-enable-predicate): Return nil for files
25311         in /tmp, regardless of temporary-file-directory.
25313         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25315         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25316         (open-rectangle, delete-whitespace-rectangle-line)
25317         (clear-rectangle-line): If FILL, pass t instead of FILL
25318         for move-to-column's 2nd arg.
25320         * simple.el (undo): Fix the test for continuing a series of undos.
25321         (undo-more): Set pending-undo-list to t when we reach end.
25322         (pending-undo-list): Move up defvar.
25324         * wid-edit.el (widget-button-click):
25325         Shorten the range of the track-mouse binding.
25327         * comint.el (comint-insert-input): Undo previous changes;
25328         use last-input-event in interactive spec.
25330 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
25332         * progmodes/compile.el (compilation-start): Bind buffer-read-only
25333         to nil before invoking call-process.  Reset buffer's modified flag
25334         after fontifying it in the no-async branch.
25336         * wid-edit.el (widget-specify-button): If mouse pointer shape
25337         cannot be changed, use mouse face instead.
25339 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
25341         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25342         (gdb-goto-breakpoint): Make breakpoint handling work on template
25343         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
25344         (gdb-assembler-custom): Update to recognize breakpoint information
25345         added on 2005-01-19.
25347 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25349         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25350         (dsssl-mode): Use define-derived-mode.
25351         (scheme-mode-initialize): Remove.
25352         (scheme-mode): Use run-mode-hooks.
25354         * cus-edit.el (customize-group-other-window)
25355         (custom-buffer-create-other-window): Don't override special-display-*.
25356         (custom-mode-map): Make it dense.
25358         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25359         sets the default value.
25361 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
25363         * descr-text.el: Add more keywords.
25365 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25367         * speedbar.el: Avoid unnecessary use of locate-library.
25369         * international/mule-cmds.el (standard-display-european-internal):
25370         Don't fiddle with latin-1 non-break space any more since it's now
25371         special cased in the C code.
25372         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25374 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
25376         * cus-start.el (all): Add `undo-outer-limit'.
25378 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25380         * textmodes/bibtex.el (bibtex-format-entry):
25381         Use `bibtex-empty-field-re' only on the text of fields, not on entire
25382         field lines.
25383         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25384         not on part of a buffer.
25386 2005-01-25  Lute Kamstra  <lute@gnu.org>
25388         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25389         nonempty field text strings like "{letters\\macro{}more letters}".
25390         Clarify docstring.
25391         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25392         (bibtex-entry-offset, bibtex-parse-association)
25393         (bibtex-parse-field-name): Fix typos in docstrings.
25394         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25396 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
25398         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25399         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25400         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25401         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25403         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25404         isearch minor mode.
25406 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
25408         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25410 2005-01-24  Lute Kamstra  <lute@gnu.org>
25412         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25413         CASECHARS and NOT-CASECHARS regular expressions of the
25414         "nederlands" and "nederlands8" dictionaries to prevent a "Range
25415         striding over charsets" error.
25417 2005-01-24  Jay Belanger  <belanger@truman.edu>
25419         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25420         display variable name.
25422 2005-01-24  Kenichi Handa  <handa@m17n.org>
25424         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25425         Fix setting of the element of encoded-kbd-iso2022-invocations.
25427 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
25429         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25430         (gdb-threads-select): Change to also accept mouse events.
25431         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25432         (gdb-threads-mouse-select): Delete.
25434 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
25436         * files.el (insert-directory): Take care of empty directory,
25437         listed without -a switch.
25439 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25441         * textmodes/refill.el (refill-post-command-function):
25442         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25443         to the list of functions that we should be careful not to undo.
25444         (refill-late-fill-paragraph-function): Remove.
25445         (refill-saved-state): New var.
25446         (refill-mode): Use it to save fill-paragraph-function.
25447         Save also the value of auto-fill-function.
25449         * term/w32-win.el: Simplify code.
25451 2005-01-23  Kim F. Storm  <storm@cua.dk>
25453         * simple.el (line-move): Adapt to new return value from
25454         pos-visible-in-window-p.
25456         * simple.el (line-move): Fix last change.  Check partial
25457         visibility at point rather than at window-start.
25459 2005-01-22  Jason Rumney  <jasonr@gnu.org>
25461         * term/w32-win.el (xw-defined-colors): Remove debug-message.
25463 2005-01-22  David Kastrup  <dak@gnu.org>
25465         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25467 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
25469         * type-break.el (type-break-mode): Add a test for
25470         type-break-file-name being non-nil.
25472 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
25474         * net/eudc.el (top level): Call (message "") via progn, so that
25475         eudc-options-file is loaded.
25477 2005-01-22  Kim F. Storm  <storm@cua.dk>
25479         * simple.el (line-move-1): Rename from line-move.
25480         (line-move): New function that adjusts vscroll for partially
25481         visible rows, and calls line-move-1 otherwise.
25483 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
25485         * pcomplete.el: Define pcomplete-read-event instead of read-event,
25486         since it's not a complete read-event implementation
25488 2005-01-20  Jay Belanger  <belanger@truman.edu>
25490         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25491         for called function.
25493 2005-01-20  Steven Tamm  <steventamm@mac.com>
25495         * term/mac-win.el (process-connection-type): Remove.
25496         Controlled now by s/darwin.h:PTY_ITERATION.
25498 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25500         * window.el (handle-select-window): Don't switch window when we're
25501         in the minibuffer.
25503 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
25505         * subr.el (dotimes-with-progress-reporter): New macro.
25507         * ses.el (ses-dotimes-msg): Remove macro.
25508         Use `dotimes-with-progress-reporter' instead.
25510 2005-01-19  Steven Tamm  <steventamm@mac.com>
25512         * term/mac-win.el (process-connection-type): Use new
25513         operating-system-release variable to use ptys on Darwin 7 (OS X
25514         10.3) when using carbon build.
25516 2005-01-19  Jay Belanger  <belanger@truman.edu>
25518         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25519         flags if the last command was a tab or M-tab.
25521         * calc/calc-prog.el (calc-user-define-edit): Put original formula
25522         in formula editing buffer.
25524 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
25526         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25527         breakpoint image symbol in margin.
25529 2005-01-19  Jay Belanger  <belanger@truman.edu>
25531         * calc/calc-prog.el (calc-execute-kbd-macro):
25532         Ignore calc-keep-arg-flag.
25534 2005-01-19  Kenichi Handa  <handa@m17n.org>
25536         * textmodes/ispell.el (ispell-looking-at): New function.
25537         (ispell-process-line): Use ispell-looking-at to compare the ispell
25538         output and the buffer contents.
25540 2005-01-18  Jay Belanger  <belanger@truman.edu>
25542         * calc/calc.el (calc-display-raw): Fix docstring.
25544 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25546         * simple.el (blink-matching-open): Strip extra info from syntax.
25548         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25549         funny chars in the end-of-here-doc marker.
25551 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
25553         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25554         that enable/disabled state of breakpoints is shown correctly in
25555         fringe and on ttys.
25556         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25557         Add breakpoint information as text properties.
25558         (gdb-mouse-toggle-breakpoint):
25559         Rename to gdb-mouse-set-clear-breakpoint.
25560         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
25561         breakpoints in the margin.
25562         (gdb-remove-strings): Simplify.
25564 2005-01-17  Jay Belanger  <belanger@truman.edu>
25566         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25567         erasing buffer.
25569 2005-01-17  Richard M. Stallman  <rms@gnu.org>
25571         * progmodes/grep.el (grep-find): Copy from `grep' the condition
25572         for calling grep-compute-defaults.
25574         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25575         if buffer is empty.
25577         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25579 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25581         * hilit-chg.el (highlight-changes-mode): Don't autoload.
25583         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25584         non-preloaded variables.
25586 2005-01-17  Steven Tamm  <steventamm@mac.com>
25588         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25589         tex-shell cause to force interactivity when using pipes.
25591 2005-01-17  Kim F. Storm  <storm@cua.dk>
25593         * simple.el (just-one-space): Make arg optional.
25595 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
25597         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25598         posn-at-x-y to t to access left-margin.
25600 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
25602         Sync with Tramp 2.0.47.
25604         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25605         catching keep-date problems in cp/scp operations.
25606         (tramp-handle-copy-file): Don't call `set-file-modes'
25607         unconditionally.  Specialized functions should know better what is
25608         necessary.  This improves performance a little bit, and the
25609         functions could catch errors with `cp -p' and `scp -p'.
25610         (tramp-do-copy-or-rename-file-via-buffer)
25611         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25612         when appropriate.
25613         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25614         Call `set-file-modes' when appropriate.
25615         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
25616         Johnsson <isak@hypergene.com>
25617         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25618         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
25619         <joakim@verona.se>
25620         (tramp-file-name-for-operation): Mark `shell-command' as magic for
25621         Emacs only.
25623         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
25624         `find-file-hooks' and `dired-mode-hook'.
25625         (tramp-minor-mode-map): Respective map.  Add remapping for
25626         `compile' and `recompile'.
25627         (tramp-remap-command, tramp-recompile): New defuns.
25628         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25629         in buffer "*Compilation*".  Call the commands asynchronously.
25631         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25632         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25633         `shell-command', because it isn't magic in XEmacs.  Reported by
25634         Adrian Aichner <adrian@xemacs.org>.
25636         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25637         `substitute-in-file-name.
25638         (tramp-smb-handle-substitute-in-file-name): New defun.
25639         (tramp-smb-advice-PC-do-completion): Delete advice.
25641 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
25643         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25644         Fix error in deleting region.
25646 2005-01-15  Richard M. Stallman  <rms@gnu.org>
25648         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25649         In non-temp buffer, switch syntax table temporarily.
25651         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25653         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25655         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25657         * imenu.el (imenu--split-menu): Copy menulist before sorting.
25658         (imenu--generic-function): Use START, not BEG, as pos of definition.
25660         * simple.el (just-one-space): Argument specifies number of spaces.
25662         * simple.el (eval-expression-print-format): Avoid warning
25663         about edebug-active.
25665 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
25667         * progmodes/sh-script.el: Code copied from make-mode.el
25668         with small changes,
25669         (sh-mode-map): Bind C-c C-\.
25670         (sh-backslash-column, sh-backslash-align): New variables.
25671         (sh-backslash-region, sh-append-backslash): New functions.
25673 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25675         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25676         (rmail-pop-password, rmail-pop-password-required): Move to
25677         rmail-obsolete group.
25678         (rmail-set-pop-password): Rename to rmail-set-remote-password.
25679         All callers updated.
25680         (rmail-get-pop-password): Rename to rmail-get-remote-password.
25681         Take an argument specifying whether it is POP or IMAP mailbox we
25682         are using.  All callers updated.
25683         (rmail-pop-password-error): Rename to
25684         rmail-remote-password-error.  Added mailutils-specific error message.
25685         (rmail-movemail-search-path)
25686         (rmail-movemail-variant-in-use): New variables.
25687         (rmail-remote-password, rmail-remote-password-required):
25688         New customization variables.
25689         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25690         (rmail-parse-url): New function.
25691         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25692         with GNU mailutils movemail.
25694 2005-01-15  Kevin Ryde  <user42@zip.com.au>
25696         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25697         suffix to space, $ or '$, to correctly position point when going
25698         to @table style constants like DBL_MAX.
25700 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
25702         * type-break.el (type-break-mode, type-break-file-time)
25703         (type-break-file-keystroke-count, type-break-choose-file):
25704         Don't store data in or load data from the file if type-break-file-name
25705         is nil.
25706         (type-break-file-name): Doc update as per the above.
25708 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
25710         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25711         lookup-key might return nil; handle that.
25713 2005-01-15  Alan Mackenzie  <acm@muc.de>
25715         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25716         rather than the element found, thus enabling the tree to be setcar'd.
25718 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
25720         * textmodes/org.el (org-show-following-heading): New option.
25721         (org-show-hierarchy-above): Use `org-show-following-heading'.
25722         (org-cycle): Documentation fix.
25724         * textmodes/org.el (orgtbl-optimized): New option
25725         (orgtbl-mode): New command, a minor mode.
25726         (orgtbl-mode-map): New variable.
25727         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25728         (orgtbl-error, orgtbl-self-insert-command)
25729         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25731         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25732         a local variable in each org-mode buffer.
25734         * textmodes/org.el (org-set-regexps-and-options): Rename from
25735         `org-set-regexps'.  Added checking for STARTUP keyword.
25736         (org-get-current-options): Add STARTUP options.
25737         (org-table-insert-row): Make mode intelligent about when
25738         realignment is needed.
25739         (org-self-insert-command, org-delete-backward-char, org-delete-char):
25740         New commands.
25741         (org-enable-table-editor): New default value `optimized'.
25742         (org-table-blank-field): Support blanking regions if active.
25744 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
25746         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25747         if the year is not given.
25749         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25750         Add new escapes %m and %M, fixed bug with %F by adding
25751         save-match-data.
25752         (reftex-reference): Remove ?. from list of spaces.
25753         (reftex-label-info): Add automatic label prefix recognition.
25755         * textmodes/reftex-index.el (reftex-index-next-phrase):
25756         Add slave parameter to call of `reftex-index-this-phrase'.
25757         (reftex-index-this-phrase): New optional argument.
25758         (reftex-index-region-phrases): Add slave parameter to call of
25759         `reftex-index-this-phrase'.
25760         (reftex-display-index): New argument redo.
25761         (reftex-index-rescan): Add `redo' to arguments of
25762         `reftex-display-index'.
25763         (reftex-index-Rescan, reftex-index-revert)
25764         (reftex-index-switch-index-tag): Add `redo' to arguments of
25765         `reftex-display-index'.
25766         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25767         indexing.  Fix bug with matching is there is a quote before or
25768         after the word.
25770         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25771         Fix bug when collecting citation keys in lines with comments.
25772         (reftex-citation): Prefix argument no longer rescans the document,
25773         but forces prompting for optional arguments of cite macros.
25774         (reftex-do-citation): Prompting for optional arguments implemented.
25776         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25777         Add optional arguments to most cite commands.
25778         (reftex-cite-cleanup-optional-args): New option
25779         (reftex-cite-prompt-optional-args): New option.
25780         (reftex-trust-label-prefix): New option.
25782         * textmodes/reftex-toc.el (reftex-toc-find-section):
25783         Add push-mark before changing the position in the buffer.
25785         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25786         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25788 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
25790         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25791         more carefully.
25793 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25795         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25796         (sgml-mode): Use it.
25797         (sgml-get-context): Better keep track of implicitly closed tags.
25799 2005-01-13  Kenichi Handa  <handa@m17n.org>
25801         * textmodes/ispell.el: These changes are to fix misalignment error
25802         caused by equivalent characters of different Emacs charsets.
25803         (ispell-unified-chars-table): New variable.
25804         (ispell-get-decoded-string): New function.
25805         (ispell-get-casechars, ispell-get-not-casechars)
25806         (ispell-get-otherchars): Call ispell-get-decoded-string.
25808 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
25810         * custom.el (custom-declare-variable): Just put symbol instead
25811         of (defvar . symbol) in `current-load-list'.
25813 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
25815         * emacs-lisp/elint.el: Fixed typo in Commentary section.
25817 2005-01-12  Jay Belanger  <belanger@truman.edu>
25819         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25820         to create a Calc summary.
25822 2005-01-12  Kim F. Storm  <storm@cua.dk>
25824         * mouse.el (mouse-on-link-p): Change functionality and doc
25825         string to comply with latest description in lisp ref.
25827 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
25829         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25830         Enable mouse clicks on mode-line, header-line and margin.
25831         (event-type): Give mouse event symbols an `event-kind' property
25832         with value `mouse-click'.
25834 2005-01-12  Juri Linkov  <juri@jurta.org>
25836         * facemenu.el (list-colors-display): Add new arg buffer-name.
25837         Use it.  Fix docstring.  Replace code for identifying duplicate
25838         colors by the name with call to `list-colors-duplicates' which
25839         identifies duplicate colors by the value unless the color
25840         is one of special Windows colors.  Set truncate-lines to t.
25841         Print sorted duplicate color names on each line.  Indent to 22
25842         \(the longest color name in rgb.txt) instead of 20.  Optimize.
25843         (list-colors-duplicates): New function.
25844         (facemenu-color-name-equal): Delete function.
25846         * facemenu.el (list-colors-print): New function created from code
25847         in list-colors-display.  Print #RRGGBB at the window right edge.
25848         (list-colors-display): When temp-buffer-show-function is not
25849         defined, call list-colors-print from temp-buffer-show-hook
25850         to get the right value of window-width in list-colors-print
25851         after the buffer is displayed.
25853         * simple.el (pop-mark): Move deactivate-mark out of conditional
25854         part to deactivate the active mark regardless of the state of the
25855         mark ring.
25857         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25858         variables line in desktop files.
25860 2005-01-12  Juri Linkov  <juri@jurta.org>
25862         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25863         Bring together isearch highlight related options.
25864         (lazy-highlight): Replace group `replace' by `matching'.
25865         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25866         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25867         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25868         and declare them obsolete.
25869         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25870         (isearch-faces): Remove defgroup.
25871         (isearch-overlay, isearch-highlight, isearch-dehighlight):
25872         Move isearch highlighting code closer to lazy highlighting code.
25874         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25875         (query-replace-highlight, query-replace-lazy-highlight)
25876         (query-replace): Move definitions to the beginning of the file.
25878 2005-01-11  Juri Linkov  <juri@jurta.org>
25880         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25881         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25882         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25884         * info.el (Info-history-forward): New variable.
25885         (Info-select-node): Reset Info-history-forward to nil.
25886         (Info-last): Turn into defalias.
25887         (Info-history-back): Rename from Info-last.
25888         Add current node to Info-history-forward.
25889         (Info-history-forward): New fun.
25890         (Info-mode-map): Replace Info-last by Info-history-back.
25891         Bind Info-history-forward to "r".
25892         (Info-mode-menu): Replace Info-last by Info-history-back.
25893         Fix menu item text.  Add menu item for Info-history-forward.
25894         (info-tool-bar-map): Replace Info-last by Info-history-back.
25895         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
25896         for Info-history-forward.
25897         (Info-mode): Replace Info-last by Info-history-back in docstring.
25898         Add local variable Info-history-forward.
25899         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25901 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25903         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25904         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25905         Ignore select-window events rather than fiddle with
25906         mouse-autoselect-window.
25908 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
25910         * type-break.el (type-break-mode): Fix previous change.
25912 2005-01-10  Jay Belanger  <belanger@truman.edu>
25914         * calc/calc-ext.el (calc-reset): Reset when inside embedded
25915         calculator; only reset when point is inside a calculator.
25916         Don't adjust the window height if the window takes up the whole height
25917         of the frame.
25919 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
25921         * ebuff-menu.el (Electric-buffer-menu-mode):
25922         Preserve value of buffer-local var header-line-format.
25924 2005-01-09  Jay Belanger  <belanger@truman.edu>
25926         * calc/calc.el (calc-mode-var-list-restore-saved-values):
25927         Make sure settings file exists before accessing it.
25929         * calc/calc-embed.el (calc-embedded-subst):
25930         Replace math-multi-subst-rec, which is only supposed to be called
25931         by math-multi-subst, by math-multi-subst.
25933 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
25935         * vc.el (vc-allow-async-revert): New user option.
25936         (vc-disable-async-diff): New internal variable.
25937         (vc-revert-buffer): Use them to disable asynchronous diff.
25939         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25940         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25941         asynchronously if vc-disable-async-diff is t.
25943 2005-01-09  Jay Belanger  <belanger@truman.edu>
25945         * calc/calc.el (defcalcmodevar): New macro.
25946         (calc-mode-var-list-restore-default-values)
25947         (calc-mode-var-list-restore-saved-values): New functions.
25948         (calc-mode-var-list): Use defcalcmodevar to define it.
25949         (calc-always-load-extensions, calc-line-numbering)
25950         (calc-line-breaking, calc-display-just, calc-display-origin)
25951         (calc-number-radix, calc-leading-zeros, calc-group-digits)
25952         (calc-group-char, calc-point-char, calc-frac-format)
25953         (calc-prefer-frac, calc-hms-format, calc-date-format)
25954         (calc-float-format, calc-full-float-format, calc-complex-format)
25955         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25956         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25957         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25958         (calc-matrix-brackets, calc-language, calc-language-option)
25959         (calc-left-label, calc-right-label, calc-word-size)
25960         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25961         (calc-display-raw, calc-internal-prec, calc-angle-mode)
25962         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25963         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25964         (calc-window-height, calc-display-trail, calc-show-selections)
25965         (calc-use-selections, calc-assoc-selections)
25966         (calc-display-working-message, calc-auto-why, calc-timing)
25967         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25968         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25969         (calc-gnuplot-default-device, calc-gnuplot-default-output)
25970         (calc-gnuplot-print-device, calc-gnuplot-print-output)
25971         (calc-gnuplot-geometry, calc-graph-default-resolution)
25972         (calc-graph-default-resolution-3d, calc-invocation-macro)
25973         (calc-show-banner): Use defcalcmodevar to declare them and set
25974         their default values.
25976         * calc/calc-ext.el (calc-reset): Restore saved values of variables
25977         instead of default values (but restore default values if there is
25978         an argument of 0).
25980 2005-01-09  David Kastrup  <dak@gnu.org>
25982         * desktop.el (desktop-restore-eager): Fix typo in type.
25984 2005-01-08  Richard M. Stallman  <rms@gnu.org>
25986         * cus-edit.el (customize): Delete :link.
25988 2005-01-08  Jay Belanger  <belanger@truman.edu>
25990         * calc/calc.el (calc-mode): Remove the extension from the
25991         `calc-settings-file' file name when loading it.
25993 2005-01-08  Kim F. Storm  <storm@cua.dk>
25995         * info.el (Info-mode-map, Info-next-link-keymap)
25996         (Info-prev-link-keymap, Info-up-link-keymap):
25997         Map follow-link to mouse-face.
25998         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26000 2005-01-08  Jay Belanger  <belanger@truman.edu>
26002         * calc/calc.el (calc-settings-file): Change default value.
26003         Suggested by cgw in a comment in calc-mode.el.
26005         * calc/calc-mode.el (calc-settings-file-name):
26006         Compare calc-settings-file to user-init-file instead of ~/.emacs.
26007         Replace ~/.emacs in a prompt by calc-settings-file.
26009 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
26011         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26012         (desktop-lazy-idle-delay): New customizable variables.
26013         (desktop-buffer-args-list): New variable.
26014         (desktop-append-buffer-args): New function.
26015         (desktop-save): Call desktop-append-buffer-args for some buffers.
26016         (desktop-lazy-create-buffer): New function.
26017         (desktop-idle-create-buffers): New function.
26018         (desktop-read): Add message about buffers to restore lazily.
26019         (desktop-lazy-abort): New command.
26020         (desktop-clear): Call desktop-lazy-abort.
26021         (desktop-lazy-complete): New command.
26023 2005-01-06  Richard M. Stallman  <rms@gnu.org>
26025         * emacs-lisp/find-func.el (find-face-definition):
26026         Rename from find-face.
26028 2005-01-06  Kim F. Storm  <storm@cua.dk>
26030         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26032         * man.el (Man-xref-man-page, Man-xref-header-file)
26033         (Man-xref-normal-file): Add follow-link property.
26035 2005-01-06  Jay Belanger  <belanger@truman.edu>
26037         * calc/calc-units.el: Make sure the proper macro definitions are
26038         available when compiling.
26040 2005-01-06  Juri Linkov  <juri@jurta.org>
26042         * isearch.el (isearch-lazy-highlight-update):
26043         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26045 2005-01-06  Miles Bader  <miles@gnu.org>
26047         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26048         (isearch-lazy-highlight-face): Use new name.
26050 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26052         * uniquify.el (uniquify-rationalize-file-buffer-names):
26053         Re-add an interactive spec.
26054         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26055         to the same name.
26057         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26058         (isearch-update, isearch-done): Adjust calls accordingly.
26060 2005-01-05  Richard M. Stallman  <rms@gnu.org>
26062         * custom.el (custom-set-variables, custom-theme-set-variables):
26063         Clarify documentation.
26065         * emacs-lisp/find-func.el (find-variable)
26066         (find-variable-other-window, find-variable-other-frame):
26067         Fix the TYPE args to find-function-read and find-function-do-it.
26068         (find-function): Doc fix.
26069         (find-function-at-point): Replace function-at-point alias.
26071 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26073         * cus-face.el (custom-declare-face):
26074         Record defface in current-load-list.
26076         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26078         * emacs-lisp/find-func.el: Doc fixes.
26079         (find-face-regexp): New variable.
26080         (find-function-regexp-alist): New variable.
26081         (find-function-C-source): Third arg is now TYPE.
26082         (find-function-search-for-symbol): Handle general TYPE.
26083         (find-function-read, find-function-do-it): Handle general TYPE.
26084         (find-definition-noselect, find-face): New functions.
26085         (function-at-point): Alias deleted.
26087 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26089         * battery.el (display-battery-mode): Rename from display-battery.
26090         Handle the case where it gets turned off.
26092 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26094         * cus-edit.el (customize): Make :link point to user doc.
26096         * man.el (Man-fontify-manpage): Turn off undo generation.
26098         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26100 2005-01-04  Andreas Schwab  <schwab@suse.de>
26102         * files.el (insert-directory): Only look for error lines in
26103         inserted text.  Don't move too far after processing --dired markers.
26105 2005-01-04  Richard M. Stallman  <rms@gnu.org>
26107         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26108         Don't expand if the character is @, period, dash, etc.
26109         (define-mail-abbrev): Quote names that contain problem characters.
26111 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
26113         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26115 2005-01-03  Richard M. Stallman  <rms@gnu.org>
26117         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26118         (query-replace-highlight, query-replace-lazy-highlight)
26119         (query-replace): Definitions moved up.  Doc fix.
26121 2005-01-03  Richard M. Stallman  <rms@gnu.org>
26123         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26124         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26125         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26126         (lazy-highlight-face): Rename from isearch-lazy-...
26127         Change all references to them.
26129 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
26131         * cus-edit.el (custom-file): Doc fix for defcustom.
26132         (custom-file): The function no longer sets the variable
26133         `custom-file' to its return value.
26135         * startup.el (command-line): No longer load `custom-file'.
26137 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26139         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26141         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26142         Don't confuse module-prefixed identifiers for labels.
26143         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26145 2005-01-02  Richard M. Stallman  <rms@gnu.org>
26147         * files.el (basic-save-buffer-1): Fix previous change.
26149         * loadhist.el (file-loadhist-lookup): New function.
26150         (file-provides, file-requires): Use it.
26152         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26153         instead of calculating the right size.
26155 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
26157         * vc-svn.el (vc-svn-diff): Stay local if possible.
26159 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26161         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26163         * files.el (hack-local-variables): Fix last change.
26165 2005-01-02  Jay Belanger  <belanger@truman.edu>
26167         * calc/calc-yank.el (calc-edit-top): New variable.
26168         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26169         object.  Change header properties.
26170         (calc-edit-finish, calc-edit-finish-stack-object)
26171         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26172         edited object.
26173         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26174         for the beginning of the edited object.
26175         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26176         for the beginning of the edited object.
26177         * calc/calc-prog.el (calc-edit-macro-finish-edit)
26178         (calc-finish-formula-edit, calc-macro-repeats)
26179         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26180         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26181         beginning of the edited object.
26182         (calc-user-define-edit): Change the header for editing macros.
26183         Remove unnecessary variable.
26185 2005-01-01  Jay Belanger  <belanger@truman.edu>
26187         * calc/calc-yank.el (calc-edit-mode): Change default header.
26188         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26189         * calc/calc-store.el (calc-edit-variable): Change title to match new
26190         header.
26191         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26192         mode to match new header.
26193         (calc-user-define-edit): Change titles to include names of commands.
26194         (calc-finish-formula-edit): Adjust to handle new header.
26195         (calc-finish-macro-edit): Remove.
26196         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26197         (calc-edit-macro-command, calc-edit-macro-command-type)
26198         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26199         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26200         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26201         (calc-edit-macro-finish-edit): New functions.
26202         (calc-user-define-edit): Use new functions to edit named calc macros.
26204 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
26206         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26208         * ses.el (copy-region-as-kill): Deactivate mark.
26210 2005-01-01  Richard M. Stallman  <rms@gnu.org>
26212         * replace.el (occur-1): If the output buffer is also an input,
26213         don't kill it, rename it.
26215         * faces.el (set-face-background, set-face-foreground): Doc fix.
26217         * cus-face.el (custom-face-attributes): Fix :help-echo strings
26218         for :foreground and :background.
26220         * dired.el (dired-view-command-alist): Variable deleted.
26221         (dired-view-file, dired-mouse-find-file-other-window):
26222         Delete the code to use it.
26224 2005-01-01  Kim F. Storm  <storm@cua.dk>
26226         * image.el (insert-sliced-image): Use t for line-height property.
26228 See ChangeLog.11 for earlier changes.
26230 ;; Local Variables:
26231 ;; coding: iso-2022-7bit
26232 ;; End:
26234     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26235   Copying and distribution of this file, with or without modification,
26236   are permitted provided the copyright notice and this notice are preserved.
26238 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1