(PC-do-completion): Strip out completion-ignored-extensions
[emacs.git] / lisp / ChangeLog
blobff97d539496bfe56da4f14cbc68212fab70208e4
1 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * complete.el (PC-do-completion): Strip out completion-ignored-extensions
4         before checking whether there are multiple completions.
5         Don't use `list' unnecessarily when building completion tables.
7 2006-08-06  Richard Stallman  <rms@gnu.org>
9         * help.el (describe-mode): Make minor mode list more concise.
11 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
13         * bindings.el: Give mode-line-format, mode-line-modes, and
14         mode-line-position `standard-value' properties.
16 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
18         * buff-menu.el (list-buffers-noselect): For Info buffers, use
19         "(file)node" instead of the file name.
21 2006-08-05  Richard Stallman  <rms@gnu.org>
23         * faces.el (escape-glyph): Doc fix.
25 2006-08-04  Kenichi Handa  <handa@m17n.org>
27         * international/mule-diag.el (describe-font): Improve docstring
28         and error message.  Use frame-parameter (not frame-parameters).
30 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
33         Correctly mark the end-of-docstring char.
35 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
37         * simple.el (line-move-to-column): Constrain move-to-column to
38         current field.
40 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
42         * font-lock.el (font-lock-beg, font-lock-end)
43         (font-lock-extend-region-functions): New vars.
44         (font-lock-extend-region-multiline)
45         (font-lock-extend-region-wholelines): New functions.
46         (font-lock-default-fontify-region): Use them.
47         (font-lock-extend-jit-lock-region-after-change): Only round up
48         if font-lock-default-fontify-region will do it as well.
50         * font-lock.el (font-lock-extend-after-change-region-function):
51         Rename from font-lock-extend-region-function.
52         (font-lock-extend-region): Remove by inlining at call sites.
53         (font-lock-after-change-function): Don't needlessly round up to a whole
54         number of lines.
55         (font-lock-extend-jit-lock-region-after-change): Be more careful about
56         the boundary conditions and the interactions between the various ways
57         to extend the region.
59 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
61         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
62         modification status when forcing the second redisplay.
64 2006-08-03  Kim F. Storm  <storm@cua.dk>
66         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
68 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
70         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
71         doesn't look like a file name.
73         * complete.el (PC-expand-many-files): Avoid signalling an error when
74         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
76 2006-08-02  Andreas Schwab  <schwab@suse.de>
78         * bindings.el (mode-line-format): Simplify reference to vc-mode.
80 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
82         * bindings.el (map): Make mode-line-buffer-identification-keymap
83         before defining propertized-buffer-identification.
85 2006-08-01  Richard Stallman  <rms@gnu.org>
87         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
89 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
91         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
92         default value.
93         (gdb-find-source-frame): New function.
94         (menu): Add to menu bar.
96 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
98         * font-core.el (font-lock-extend-region-function)
99         (font-lock-extend-region): Move to font-lock.el.
101         * font-lock.el (font-lock-extend-region-function)
102         (font-lock-extend-region): Move from font-core.el.  Simplify.
104         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
105         if needed.
106         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
107         (jit-lock-after-change-extend-region-functions): New hook.
108         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
110         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
111         (font-lock-turn-on-thing-lock): Use it.
113         * longlines.el (longlines-show-region): Make it work on read-only
114         buffers as well.
116 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
118         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
120 2006-07-31  Richard Stallman  <rms@gnu.org>
122         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
123         (vhdl-speedbar-display-projects): Update old obsolete
124         speedbar variable names.
126 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
128         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
129         (gdb-stopped): Use it.
131         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
133 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
135         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
136         for load-history elements.
138 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
140         * files.el (convert-standard-filename): For Cygwin, replace
141         characters not allowed in Windows file names.
142         (make-auto-save-file-name): Add Cygwin to the list of systems
143         where the auto-save file name needs to be run through
144         convert-standard-filename.
146 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
148         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
150 2006-07-28  Richard Stallman  <rms@gnu.org>
152         * bindings.el (mode-line-frame-identification)
153         (propertized-buffer-identification): Centralize the code
154         to initialize the variable.
156         * progmodes/grep.el (grep-default-command): Catch errors from
157         wildcard-to-regexp.
159 2006-07-29  Kim F. Storm  <storm@cua.dk>
161         * progmodes/grep.el (grep-tag-default): New function.
162         (grep-default-command, grep-read-regexp): Use it.
163         (grep-read-files): Use car of grep-files-history or grep-files-aliases
164         as default if nothing else applies.
166 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
168         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
169         Throw error if buffer is not in Dired and Wdired mode, respectively.
171 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
173         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
174         self-insert-command keys don't activate buttons.
175         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
177 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
179         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
180         faces for enable character.
182 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
184         * Makefile.in (recompile): Update comment to reflect change
185         on 2004-04-21.
187 2006-07-27  Richard Stallman  <rms@gnu.org>
189         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
190         (customize-package-emacs-version): Change msg when pkg has no entry.
191         (custom-no-edit): On a button, do like widget-button-press.
193 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
195         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
196         S-tab and C-S-tab.
198 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
200         * progmodes/which-func.el (which-function): Fix documentation/
201         comment typo.
203 2006-07-26  Richard Stallman  <rms@gnu.org>
205         * textmodes/ispell.el (ispell-word): If we replace the word,
206         move point to the end.  Insert before deleting.
208 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
210         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
211         a timer.
213 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
215         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
216         when at first image.
217         (tumme-forward-image): Add prefix argument.  Add error when at last
218         image.
220 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
222         * tabify.el (tabify-regexp): Use more specific regexps.
223         (tabify): Avoid modifying the buffer unnecessarily.
225 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
227         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
228         (tumme-format-properties-string): Handle empty `buf'.
229         (tumme-get-comment): Change variable names inside `let'.
230         Add missing `let' variable that cause font-lock problems.
231         (tumme-write-comments): Change variable names inside `let'.
232         Add missing `let' variable that cause font-lock problems.
233         (tumme-forward-image): Rename from `tumme-forward-char'.
234         (tumme-backward-image): Rename from `tumme-backward-char'.
236 2006-07-25  Masatake YAMATO  <jet@gyve.org>
238         * progmodes/ld-script.el (ld-script-keywords)
239         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
240         and add comments.
242 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
244         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
245         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
246         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
247         for status indicator.
249 2006-07-24  Richard Stallman  <rms@gnu.org>
251         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
253         * subr.el (dolist, dotimes): Use interned symbols for locals.
254         (--dotimes-limit--, --dolist-tail--): New defvars.
255         (looking-back): Doc fix.
257         * replace.el (replace-match-string-symbols): Handle dotted lists.
259 2006-07-24  mathias  <mathias@mattis>
261         * tumme.el (tumme-write-tags): Add.
262         (tumme-write-comments): Add.
263         (tumme-tag-files): Change to use `tumme-write-tags'.
264         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
265         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
266         (tumme-save-information-from-widgets): Change to use
267         `tumme-write-comments' and `tumme-write-tags'.
268         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
269         (tumme-write-tag): Remove.
270         (tumme-write-comment): Remove.
271         (tumme-display-previous-thumbnail-original): Remove empty line.
272         (tumme-widget-list): Add punctuation.
274 2006-07-24  mathias  <mathias.dahl@gmail.com>
276         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
278 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
280         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
281         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
282         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
284 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
286         * mouse.el (mouse-on-link-p): Doc fix.
288 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
290         * emacs-lisp/find-func.el (find-function-search-for-symbol):
291         Handle "C-h f `".
293 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
295         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
296         column.
298 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
300         * textmodes/table.el: Add move-beginning-of-line and
301         move-end-of-line to Point Motion Only Group.
303 2006-07-22  Eric Hanchrow  <offby1@blarg.net>
305         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
307 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
309         * startup.el (user-mail-address): Initialize from the `EMAIL'
310         environment variable first.  Document this.
311         (command-line): Ditto.
313 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
315         * help-mode.el (help-function-def, help-variable-def)
316         (help-face-def): Print a message in the minibuffer.
318 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
320         * term/xterm.el (terminal-init-xterm): Fix key bindings
321         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
323 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
325         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
326         where `(nth 1 command)' is a cons cell.  Doc fix.
328         * textmodes/po.el (po-find-charset): Doc fix.
330 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
332         * allout.el (allout-unprotected, allout-e-o-prefix-p)
333         (allout-beginning-of-current-line, allout-end-of-current-line)
334         (allout-next-visible-heading, allout-open-topic)
335         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
336         (allout-flag-current-subtree, allout-show-to-offshoot)
337         (allout-hide-current-entry, allout-show-current-branches)
338         (allout-hide-region-body, allout-old-expose-topic)
339         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
340         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
341         containing `beginning-of-line' and `end-of-line' with
342         `inhibit-field-text-motion' t.
344 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
346         * frame.el (focus-follows-mouse): Document that it doesn't have
347         any effect on MS-Windows.
349 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
353 2006-07-20  Jay Belanger  <belanger@truman.edu>
355         * calc.el (calc-previous-alg-entry):  Remove variable.
357         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
358         New variables.
359         (calc-alg-entry): Use `calc-alg-entry-history'.
360         (calc-do-quick-calc): Use `calc-quick-calc-history'.
361         Remove reference to `calc-previous-alg-entry'.
362         (calcAlg-edit, calcAlg-enter): Remove reference to
363         `calc-previous-alg-entry'.
364         (calcAlg-previous): Use `previous-history-element' instead of
365         `calc-previous-alg-entry'.
366         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
367         Change keybinding for `calcAlg-plus-minus', add keybindings for
368         `previous-history-element' and `next-history-element'.
370         * calc-rewr.el (calc-match): Remove reference to
371         `calc-previous-alg-entry'.
373         * calc-sel.el (calc-selection-history): New variable.
374         (calc-enter-selection, calc-sel-mult-both-sides)
375         (calc-sel-add-both-sides): Use `calc-selection-history'.
377         * calc-map.el (calc-get-operator-history): New variable.
378         (calc-get-operator): Use `calc-get-operator-history'.
380         * calcalg3.el (calc-curve-fit-history): New variable.
381         (calc-curve-fit): Use `calc-curve-fit-history'.
383 2006-07-20  Kenichi Handa  <handa@m17n.org>
385         * international/mule-cmds.el (select-safe-coding-system): Fix the
386         way of deciding eol-type of the coding system.
388 2006-07-20  Alan Mackenzie  <acm@muc.de>
390         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
391         (c-lang-setvar): New macro.
392         (c-make-init-lang-vars-fun): Use the initialization forms in
393         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
394         (comment-start, comment-end, comment-start-skip): Change these from
395         c-lang-defvar's to c-lang-setvar's.
397         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
398         which calls make-local-variable on the elements of
399         c-emacs-variable-inits.
400         (c-init-language-vars-for): Call this new macro.
402 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
404         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
405         Try to rule out false positives due to time stamps.
406         (compilation-mode-font-lock-keywords): Remove rules made redundant
407         because of the above change.  Add `segmentation fault' to the known and
408         highlighted compilation termination messages.
410 2006-07-19  Kim F. Storm  <storm@cua.dk>
412         * progmodes/grep.el (grep-find-ignored-directories):
413         Add .svn and _darcs to list.
415 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
417         * dired.el (dired-mode-map): Add key binding `C-te' for
418         `tumme-dired-edit-comment-and-tags'.
420         * tumme.el (tumme-display-thumbnail-original-image): Make sure
421         image display buffer is displayed before call to
422         `tumme-display-image.
423         (tumme-dired-display-image): Make sure image display buffer is
424         displayed before call to `tumme-display-image.
425         (tumme-mouse-display-image): Make sure image display buffer is
426         displayed before call to `tumme-display-image.
427         (tumme-widget-list): Add.
428         (tumme-dired-edit-comment-and-tags): Add.
429         (tumme-save-information-from-widgets): Add.
431 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
433         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
435 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
437         * progmodes/sh-script.el (sh-font-lock-keywords-1):
438         Revert inadvertently installed patch hunk.
440         * progmodes/compile.el (compilation-find-file): Handle the
441         cases where the user selects a non-existent file.
443 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
445         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
447 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
449         * subr.el (sit-for): Just sleep-for if noninteractive.
451 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
453         * emacs-lisp/autoload.el (make-autoload): Use new arg.
455         * custom.el (custom-autoload): Add `noset' argument.
456         (custom-push-theme): Don't autoload the variable, let callers do it.
457         (custom-theme-set-variables): Autoload the variable if necessary.
459         * cus-edit.el (custom-variable-state-set): If the variable was
460         originally set outside custom, but to the same value as the default,
461         consider it to be standard.
463         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
464         file *before* telling Emacs to add the autoloads, in case it fails.
466         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
467         Use `cond', push', and `dolist'.
469 2006-07-17  Richard Stallman  <rms@gnu.org>
471         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
472         Add defvars to silence warnings.
474 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
476         * progmodes/compile.el (compilation-mode-font-lock-keywords):
477         Don't highlight "Compiling file" messages as error.
479         * dired-aux.el (dired-compress-file): Confirm again if gzipped
480         file already exists.
482 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
484         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
485         entry, don't assign to free var; simply return the extracted filename.
486         (ff-treat-as-special): Incorporate common preamble from callers.
487         (ff-other-file-name, ff-find-the-other-file):
488         Update call to ff-treat-as-special.
490         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
492 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
494         * tumme.el (tumme-get-comment): Fix bug.
496 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
498         * files.el: Remove spurious * in docstrings.
500 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
502         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
503         grammar.
504         (allout-beginning-of-current-line): Beware beginning of buffer.
505         Also, a comment is simplified.
506         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
507         when appropriate.  (This fix enables use for other than
508         bullet-hotspot operation.)
509         (allout-hide-current-subtree): While escalating to sibling-close,
510         make sure to situate on a topic.
512 2006-07-14  Kim F. Storm  <storm@cua.dk>
514         * emulation/cua-base.el (cua-delete-selection)
515         (cua-toggle-set-mark): New defcustoms.
516         (cua-rectangle-modifier-key): Add `alt' modifier.
517         (cua-replace-region): Don't delete if cua-delete-selection is nil.
518         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
519         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
521         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
523 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
525         * allout.el: Require 'cl during byte-compilation/interactive load,
526         for the `assert' macro.
527         (allout-mode-deactivate-hook): New hook, run when allout mode
528         deactivates.
529         (allout-developer): New allout customization subgroup.
530         (allout-run-unit-tests-on-load): New allout-developer
531         customization variable, when true allout unit tests are run towards
532         end of file load/eval.
533         (allout-inhibit-auto-fill): Disable auto-fill activity even during
534         auto-fill-mode.
535         (allout-resumptions): Remove, to be replaced by...
536         (allout-add-resumptions): Register variable settings to be
537         reinstated by `allout-do-resumptions'.  The settings are made
538         buffer-local, but the locality/globality of the suspended setting
539         is restored on resumption.
540         (allout-do-resumptions): Reinstate all settings suspended using
541         `allout-add-resumptions'.
542         (allout-test-resumptions): Unit tests (and intermediate variables)
543         for resumptions.
544         (allout-tests-globally-unbound, allout-tests-globally-true)
545         (allout-tests-locally-true): Intermediate variables for
546         resumptions unit tests.
547         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
548         (allout-exposure-category): Replaces 'allout-overlay-category variable.
549         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
550         instead of retired `allout-resumptions'.  For hook functions, use
551         `local' parameter so hook settings are created and removed as
552         buffer-local settings.  Revise (resumptions) setting
553         auto-fill-function so it is set only if already active.  (The
554         related fill-function settings are all made in either case, so
555         that activating auto-fill-mode activity will have the custom
556         allout-mode behaviors (hanging indent on topics, if configured for it).
557         Remove all allout-exposure-category overlays on mode deactivation.
558         (allout-hotspot-key-handler): New function extracted from
559         `allout-pre-command-business', so the functionality can be used
560         for other purposes, eg as a binding in an overlay.
561         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
562         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
563         customization variable.
564         (allout-run-unit-tests): Run the (currently quite small)
565         repertoire of unit tests.  Called just before the provide iff user
566         has customized `allout-run-unit-tests-on-load' non-nil.
568 2006-07-14  K\e,Aa\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
570         * emacs-lisp/authors.el (authors-aliases): Update.
572 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
574         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
575         gdb-source-window.  Add dedicated argument.
576         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
577         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
578         (gdb-display-threads-buffer, gdb-display-memory-buffer)
579         (gdb-display-locals-buffer): Use it.
581         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
582         Set gdb-source-window.
584 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
586         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
587         minor modes, redundant with the custom-autoload line above.
589 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
591         * longlines.el (longlines-post-command-function): Handle open-line too.
593 2006-07-12  Richard Stallman  <rms@gnu.org>
595         * progmodes/grep.el (grep-last-buffer): Doc fix.
597         * info.el (Info-try-follow-nearest-node): Doc fix.
599         * emacs-lisp/edebug.el (edebug-instrument-function):
600         Err if find-function-noselect gives no position.
602         * emacs-lisp/find-func.el (find-function-search-for-symbol):
603         If can't find definition, return nil for position.
604         (find-function-do-it): Handle new return value
605         of find-definition-noselect.
606         (find-definition-noselect, find-variable-noselect): Doc fix.
607         (find-function-noselect): Doc fix.
609         * help-mode.el (help-variable-def): Handle find-variable-noselect
610         returning no position.
611         (help-function-def): Likewise for find-function-search-for-symbol.
612         (help-face-def): Likewise.
614         * help-fns.el (describe-variable): Handle find-variable-noselect
615         returning no position.
617         * files.el (locate-file-completion): Avoid duplicates in result.
619         * cus-edit.el (custom-no-edit): New command.
620         (custom-mode-map): Remap to custom-no-edit instead of
621         using suppress-keymap.
623 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
625         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
626         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
627         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
629         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
631 2006-07-11  Kim F. Storm  <storm@cua.dk>
633         * ido.el (ido-copy-current-file-name): Use buffer-name if
634         buffer-file-name is nil.
636 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
638         * simple.el (undo-ask-before-discard): Set to nil.
640         * vc.el (vc-exec-after): Don't delete process manually.
641         (vc-print-log): Run log-view-mode in process sentinel inside
642         inhibit-read-only.  Don't shrink window due to timing issues.
644         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
645         Avoid using with-output-to-temp-buffer, which clobbers local vars.
647 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
649         * progmodes/compile.el (compilation-error-regexp-alist-alist):
650         Fix ambiguity introduced by last change.
651         (compilation-find-file): Move save-excursion to where it may
652         make sense.  Fix a left over `find-file'.
654 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
656         * textmodes/texinfmt.el (texinfo-format-separate-node):
657         Insert a string before point, which fits documentation, not after.
658         (texinfo-multitable-item): In a multitable row, insert any
659         additional needed @tabs and spaces.
661 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
663         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
664         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
665         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
666         instead of shell-command.
667         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
668         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
669         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
670         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
671         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
672         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
674 2006-07-11  Kim F. Storm  <storm@cua.dk>
676         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
677         Remove special case for seconds < 0.  Use (redisplay t) instead.
679 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
681         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
682         avoid compilation error.
684         * subr.el (sit-for): New function.
686         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
688 2006-07-10  Richard Stallman  <rms@gnu.org>
690         * ldefs-boot.el (edebug): Update page.
692 2006-07-10  Kim F. Storm  <storm@cua.dk>
694         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
695         to FOR-RELEASE and TODO.
697 2006-07-10  Romain Francoise  <romain@orebokech.com>
699         * emacs-lisp/authors.el (authors-aliases): Update.
701 2006-07-10  Alan Mackenzie  <acm@muc.de>
703         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
704         * cc-mode.el: Changes to eradicate eval-after-load.
706 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
708         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
709         on non-char events.
711 2006-07-09  Romain Francoise  <romain@orebokech.com>
713         * progmodes/compile.el (compilation-mode-font-lock-keywords):
714         Don't highlight start/end markers as compilation messages.
716         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
717         to t.
719 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
721         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
723 2006-07-08  Richard Stallman  <rms@gnu.org>
725         * term/x-win.el (x-handle-display): Add doc string.
727         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
729         * subr.el (def-edebug-spec): Move here.
730         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
732         * imenu.el (imenu-choose-buffer-index): Doc fix.
734 2006-07-08  Romain Francoise  <romain@orebokech.com>
736         * term/x-win.el (x-display-name): Fix typo.
738 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
740         * hexl.el (hexl-find-file): Doc fix.
742         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
744 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
746         * term/x-win.el (x-display-name): Doc fix.
748 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
750         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
751         long prefixes.
752         (fill-region-as-paragraph): Don't round up to a whole line.
753         (fill-comment-paragraph): Don't include the code-before-the-comment
754         when calling fill-region-as-paragraph.
756         * international/mule.el (make-char): Remove redundancy.
758         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
759         property may contain an anonymous function rather than a symbol.
761         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
763         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
764         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
766         * dirtrack.el (dirtrack-default-directory-function): Remove.
767         (dirtrack-directory-function): Use file-name-as-directory.
768         (dirtrack-windows-directory-function): Simplify.
769         (dirtrack-forward-slash, dirtrack-backward-slash)
770         (dirtrack-replace-slash): Remove.
771         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
772         (dirtrack): Fix wrong parenthesizing; use match-string.
774         * progmodes/octave-inf.el: Remove spurious * in docstrings.
775         (inferior-octave-mode): Only change the buffer-local value of
776         comint-dynamic-complete-functions.
777         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
778         Move the initialization to the declaration.
779         (inferior-octave-complete): Remove unused var `filter'.
781         * shell.el (shell-mode): Only change the buffer-local value of
782         comint-dynamic-complete-functions.
784 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
786         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
787         entry is skipped because it has been scheduled.
788         (org-prepare-agenda-buffers): Don't mark buffers as modified when
789         changing `:org-archived' and `:org-comment' properties.
791 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
793         * server.el (server-select-display): Don't make the temp frame
794         minibuffer-only, in case it's not a temp frame.
795         (server-process-filter): Don't delete the temp frame if it's the
796         only one we have on that display.
798         * files.el (find-alternate-file): Doc fix.
800 2006-07-05  Richard Stallman  <rms@gnu.org>
802         * files.el (abbreviate-file-name): Add save-match-data.
804 2006-07-03  Richard Stallman  <rms@gnu.org>
806         * faces.el (read-face-name): Doc fix.
808 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
810         * net/goto-addr.el (goto-address): Mark as safe for local evals.
812 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
814         * vc.el (vc-diff-internal): Fix prev change.
816 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
818         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
819         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
821 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
823         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
824         fails if the symbol contains chars like ( or '.
825         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
826         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
827         `short'.
829 2006-07-04  Kenichi Handa  <handa@m17n.org>
831         * international/mule-cmds.el (set-language-info): If LANG-ENV is
832         the current one, don't call set-language-environment, but call one
833         of set-language-environment-XXX to make INFO effective now.
834         (set-language-environment): Call set-language-environment-XXX
835         functions instead of doing the various setups directly.
836         (set-language-environment-coding-systems): Delete argument eol-type.
837         (set-language-environment-input-method)
838         (set-language-environment-nonascii-translation)
839         (set-language-environment-charset)
840         (set-language-environment-fontset)
841         (set-language-environment-unibyte): New functions.
843 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
845         * locate.el (locate-update-when-revert): New option.
846         (locate-update-path): New option (suggested by Michael Albinus).
847         (locate-prompt-for-command): Whitespace change.
848         (locate-update): No longer offer to update the locate database by
849         default.  Implement the two new options.
851 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
853         * tooltip.el: Move comment about track-mouse...
855         * progmodes/gud.el: ...to here.
857 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
859         * facemenu.el (facemenu-listed-faces): New var.
860         (facemenu-unlisted-faces): Variable deleted.
861         (facemenu-add-new-face): Use facemenu-listed-faces.
863         * emulation/viper-init.el, calendar/calendar.el:
864         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
866 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
868         * textmodes/org.el (org-mode): Remove no invalid settings for
869         calc embedded mode.
870         (org-mode-p): New defsubst.
871         (org-save-all-org-buffers): New function.
872         (org-first-headline-recenter): Enclose outline-regexp in group
873         delimiters.
874         (org-set-tags): Keep single space after stars.
876 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
878         * window.el (set-window-text-height): Only set window-min-height to
879         1 if that's the requested size.
881         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
882         (diff-unified->context, diff-context->unified)
883         (diff-reverse-direction): Make sure the end marker stays at the end.
884         (diff-mode): Add the keymap table at the end of docstring.
885         Use lexical-let rather than constructing a closure manually.
887         * files.el (find-file-noselect-1): Remove unused var assignment.
888         (hack-local-variables-confirm): Print lists of strings as lists of
889         strings rather than lists of symbols.
890         (abbreviate-file-name, hack-local-variables-prop-line):
891         Use match-string.
892         (hack-one-local-variable): Move `make-local-variable' nearer its use.
893         (recover-session-finish): Use line-end-position.
895 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
897         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
899 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
901         * progmodes/make-mode.el (makefile-macroassign-regex):
902         Accept preceding keyword.
903         (makefile-gmake-statements): Reorganize, now that makepp has
904         "override" and also handle forgotten "override define".
905         (makefile-makepp-statements): Add new "global", "override export"
906         and "override global".
908 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
910         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
911         (ada-compile-mouse-goto-error, ada-deactivate-properties)
912         (ada-no-auto-case): Fix typos in docstrings.
914 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
916         * info.el (Info-find-node-2): Search for makeinfo version more
917         carefully.
919 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
921         * textmodes/org.el (org-prepare-agenda-buffers):
922         Use `invisible-OK' argument for `org-end-of-subtree'.
923         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
924         (org-beginning-of-item): Fix bug in regular expression for white line.
925         (org-export-as-html): Enforce space after bullet in plain list items.
926         (org-set-autofill-regexps): Require space after plain list bullet
927         for paragraph-start.
928         (org-ts-regexp3): New constant.
929         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
930         (org-timestamp-up-day, org-timestamp-down-day)
931         (org-timestamp-change): Work with inactive timestamps.
932         (org-ts-regexp1): Don't allow brackets in time stamps.
934 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
936         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
937         for ignoring links.
939         * faces.el (read-face-name): Use it.
941 2006-06-28  Juri Linkov  <juri@jurta.org>
943         * buff-menu.el (list-buffers-noselect): Compare Info file
944         with the string "dir" to detect Info directory.
946         * complete.el (partial-completion-mode): In lambda for
947         `choose-completion-string-functions' use full function signature
948         with 4 args, and move point to the end of the minibuffer only if arg
949         `mini-p' is non-nil.
951 2006-06-28  John Paul Wallington  <jpw@pobox.com>
953         * ibuffer.el (ibuffer-mode): Doc fix.
955 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
957         * textmodes/org.el (org-context): New contexts :item-bullet,
958         :latex-fragment, :latex-preview.
959         (org-overlays-at, org-overlay-start, org-overlay-end):
960         New compatibility functions.
961         (org-inside-LaTeX-fragment-p): More accurate matching, using the
962         exact regexp that will be used during export.
963         (org-latex-regexps): New variable.
964         (org-cdlatex-mode): Improve advice for `texmathp'.
965         (turn-on-org-cdlatex): New function.
967 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
969         * term/mac-win.el (mac-handle-font-selection): Change keys of
970         mac-atsu-font-table from strings to numbers.
971         (mac-ts-caret-position): Use also when cursor-type is nil.
972         (mac-ts-update-active-input-area): Add Mac OS Classic support.
973         Relax condition for using overlay strings.
974         Use mac-ts-caret-position face when cursor-type is nil.
976 2006-06-26  Kim F. Storm  <storm@cua.dk>
978         * help.el (view-emacs-news): Declare `res' in the right let* form.
980 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
982         * net/rcompile.el (remote-compile): Replace ange-ftp based
983         implementation by Tramp functions.
984         Suggested by Marc Abramowitz <msabramo@gmail.com>.
986         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
988 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
990         * international/fontset.el (setup-default-fontset): Fix a typo in
991         the "Oriya-Akruti" registry name.
993 2006-06-23  Lars Hansen  <larsh@soem.dk>
995         * desktop.el (desktop-full-file-name): New function.
996         (desktop-kill, desktop-save, desktop-remove, desktop-read)
997         (desktop-revert): Use it.
998         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
999         (desktop-after-read-hook): Add option list-buffers.
1000         (desktop-locals-to-save): Add tab-width.
1001         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1002         Fix docstring.
1004 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
1006         * textmodes/org.el (org-cdlatex-mode-map)
1007         (org-cdlatex-texmathp-advice-is-done): New variables.
1008         (org-cdlatex-mode): New minor mode.
1009         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1010         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1011         (org-export-with-archived-trees): New option.
1012         (org-open-file): Remove the call to `convert-standard-filename'.
1013         (org-archive-tag, org-agenda-skip-archived-trees)
1014         (org-cycle-open-archived-trees)
1015         (org-sparse-tree-open-archived-trees): New options.
1016         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1017         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1018         New functions.
1019         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1020         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1021         (org-mode-map): Add binding for `org-toggle-archive-tag'.
1022         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1023         Call `org-prepare-agenda-buffers'.
1024         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1025         (org-file-apps, org-file-apps-defaults-gnu)
1026         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1027         Handle remote files by forcing them to be opened in Emacs.
1029 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
1031         * vc.el (vc-diff-knows-L): New variable.
1032         (vc-diff-internal): Use it to handle "diff" programs that don't
1033         understand -L.  This works automatically, no user action is necessary.
1035 2006-06-23  Daniel Brockman  <daniel@brockman.se>
1037         * net/rcirc.el (rcirc-default-user-full-name): Default to
1038         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1039         longer exists).
1040         (rcirc-process-list): Check `buffer-live-p' before attempting to
1041         switch to a buffer.
1043 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
1045         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1046         based on rcirc-coding-system-alist.
1048 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
1050         * cus-edit.el (customize-apropos): A better error message.
1051         (top level) <debug-ignored-errors>: Extend and update the list of
1052         ignored error messages.
1054 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
1056         * complete.el (PC-do-completion): Retain capitalization of user
1057         input, when possible, even if completion-ignore-case is set.
1059 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
1061         * generic-x.el (bat-generic-mode): Support .cmd files.
1063         * dos-w32.el (top level): Use find-file-not-found-functions
1064         instead of the obsolete find-file-not-found-hooks.
1066 2006-06-22  Kim F. Storm  <storm@cua.dk>
1068         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1069         to recognize mode name containing submodes, such as Grep/lw.
1071 2006-06-21  Kim F. Storm  <storm@cua.dk>
1073         * simple.el (line-move-1): Check for move-end-of-line instead of
1074         end-of-line when setting temporary-goal-column.
1076 2006-06-21  Miles Bader  <miles@gnu.org>
1078         * play/cookie1.el (cookie): Work properly when there's only one entry.
1080 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
1082         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1083         (gdb-frame-handler): Generalize frame regexp for templates.
1085 2006-06-20  Glenn Morris  <rgm@gnu.org>
1087         * calendar/appt.el (appt-display-format): Default value must be
1088         one of the customize options.
1090 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
1092         * term/xterm.el (terminal-init-xterm): Update key availability info.
1093         Bind C-return.
1095         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1097 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
1099         * files.el (hack-local-variables): Run `hack-local-variables-hook'
1100         whether or not a local variables list is defined.
1102         * msb.el (msb): Move `sit-for' hack here to handle both
1103         "mouse-down and drag" and "mouse-up and select" situations.
1104         (mouse-select-buffer): Move `sit-for' hack to `msb'.
1106 2006-06-20  Kenichi Handa  <handa@m17n.org>
1108         * international/characters.el (word-combining-categories):
1109         Add entries for 2-byte Han characters.
1111 2006-06-19  Richard Stallman  <rms@gnu.org>
1113         * bindings.el (mode-line-format): Save some mode line space.
1115         * files.el (find-file-noselect): Improve the question wording.
1116         (basic-save-buffer-2): Mask UMASK against 666.
1118         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1119         (mouse-drag-vertical-line): Call it.
1121         * cus-edit.el (customize-option, customize-option-other-window):
1122         Error if SYMBOL is nil.
1124 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
1126         * textmodes/org.el: Require noutline, also on XEmacs.
1127         (org-end-of-subtree): Return point.
1128         (org-dblock-start-re, org-dblock-end-re): New constants.
1129         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1130         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1131         (org-update-all-dblocks, org-find-dblock): New functions.
1132         (org-collect-clock-time-entries): New function.
1133         (org-html-handle-time-stamps): Never export CLOCK timeranges.
1134         (org-fixup-indentation): Modify to deal correctly with lines
1135         starting with TAB.  Only one argument DIFF now.
1136         (org-demote, org-promote): Call `org-fixup-indentation' with just
1137         one argument, DIFF.
1138         (org-mode): Don't mark buffer as modified when aligning tables.
1139         (org-clock-sum): Don't mark buffer modified when adding time sum
1140         properties.
1141         (org-export-as-html): Add support for a link validation function.
1142         (org-archive-all-done): New function.
1143         (org-archive-subtree): New prefix argument.  When set, archive all
1144         done subtrees in this buffer.
1145         (org-remove-clock-overlays)
1146         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1147         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1148         (org-put-clock-overlay): Don't swallow last headline character
1149         when displaying overlay.
1150         (org-store-link): Link to `image-mode' with just the file name.
1152 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
1154         * viper-cmd.el (viper-special-read-and-insert-char):
1155         Use read-key-sequence.
1156         (viper-after-change-undo-hook): Misc enhancements.
1157         (viper-after-change-undo-hook): New hook.
1158         (viper-undo): Use viper-after-change-undo-hook.
1159         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1160         (viper-next-line-at-bol): If point is on a widget or a button, simulate
1161         clicking on that widget/button.
1163         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1165         * ediff-diff (ediff-test-patch-utility): Catch errors.
1166         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1167         (ediff-set-actual-diff-options): New function.
1168         (ediff-reset-diff-options, ediff-toggle-ignore-case):
1169         Use ediff-set-actual-diff-options.
1170         (ediff-extract-diffs): Catch errors.
1171         (ediff-whitespace): Add non-breakable space.
1172         (ediff-same-file-contents): Catch errors.
1174         * ediff-mult.el (ediff-collect-custom-diffs):
1175         Save coding-system-for-read.
1177         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1178         (ediff-vc-internal, ediff-vc-merge-internal):
1179         Use ediff-delete-version-file.
1180         (ediff-delete-version-file): New function.
1182         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1184         * ediff.el (ediff-directories, ediff-directory-revisions)
1185         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1186         (ediff-directories-internal, ediff-merge-directory-revisions)
1187         (ediff-merge-directory-revisions-with-ancestor)
1188         (ediff-directories3): Use read-directory-name.
1190 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
1192         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1193         Remove superfluous part of regexp for brace matching which is handled
1194         by `scan-lists' call.
1196 2006-06-16  Richard Stallman  <rms@gnu.org>
1198         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1200         * files.el (basic-save-buffer-2): For a new precious file,
1201         use the default modes in the return value.
1203         * facemenu.el (facemenu-color-alist): Doc fix.
1205         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1207 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1209         * cus-start.el (all): Add mac-ts-script-language-on-focus.
1211         * term/mac-win.el (mac-text-encoding-ascii): New constant.
1212         (mac-utxt-to-string): Use it.
1213         (mac-ts-update-active-input-area): Use mac-ae-number.
1215 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
1217         * term.el (term-handle-scroll, term-delete-lines)
1218         (term-insert-lines): Fix off by one errors.
1220 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
1222         * net/tramp.el (tramp-touch): Use UTC to express time.
1224 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
1226         * mail/sendmail.el (mail-send): Search explicitly for
1227         mail-header-separator when checking for corrupted header lines.
1229 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
1231         * progmodes/gdb-ui.el (gdb-same-frame): New option.
1232         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1233         (gdb-init-1): Initialise them.
1234         (gdb-starting): Reset gdb-printing
1235         (gdb-starting): Save value of gud-overlay-arrow-position.
1236         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1237         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1238         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1239         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1241 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1243         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1245 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
1247         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1248         (ldap-search-internal): Keep error messages, and a regexp fix.
1250 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
1252         * files.el (hack-local-variables-confirm):
1253         Display string value using its printed representation.
1255 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
1257         * server.el (server-edit): No-op if no server buffers exist.
1259 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
1261         * textmodes/page-ext.el (pages-directory-for-addresses):
1262         Including `pages-directory-address-mode' in the function results
1263         in the message "Buffer in which pages were found is deleted".
1265 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
1267         * textmodes/org.el (org-agenda-mode-map): Add bindings for
1268         clocking functions.
1270         (org-agenda-clock-in, org-check-running-clock)
1271         (org-clock-out-if-current, org-remove-clock-overlays)
1272         (org-put-clock-overlay): New functions.
1273         (org-clock-marker, org-clock-file-total-minutes)
1274         (org-clock-overlays): New variables.
1275         (org-clock-display, org-clock-sum, org-clock-cancel)
1276         (org-clock-out, org-clock-in): New commands.
1277         (org-export): New function.
1278         (org-emph-re): New constant.
1279         (org-set-emph-re, org-do-emphasis-faces): New functions.
1280         (org-emphasis-regexp-components, org-emphasis-alist): New options.
1281         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1282         (org-export-html-convert-emphasize): Use the configurable emphasis.
1283         (org-cleaned-string-for-export): Make multiline emphasis visible
1284         to the exporter.  New optional argument PARAMETERS.
1285         (org-export-as-html): Specify :emph-multiline parameter to
1286         `org-cleaned-string-for-export'.
1288 2006-06-10  Richard Stallman  <rms@gnu.org>
1290         * help.el (help-for-help-internal): Clean up help text.
1292 2006-06-10  Andreas Schwab  <schwab@suse.de>
1294         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1295         in doc string.
1297         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1299 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
1301         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1302         spaces after the comment start.
1304 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1306         * play/pong.el (pong-init-buffer):
1307         Fill buffer with spaces instead of ^A.
1309         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1310         launched asynchronously, delete its process instead of being cool.
1311         (ispell-async-processp): Check for `delete-process' existence
1312         instead of `kill-process' one for consistency.
1314 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
1316         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1317         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1318         in mode line at startup.
1320 2006-06-08  Kim F. Storm  <storm@cua.dk>
1322         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1323         (ido-init-completion-maps): Bind them to M-SPC and M-v.
1324         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1325         (ido-file-internal): Pass full file name to write-file.
1326         (ido-read-internal): Only pop stack elements automatically if they
1327         actually match an existing directory or file name.
1329 2006-06-07  Kenichi Handa  <handa@m17n.org>
1331         * international/mule.el (find-auto-coding): Don't handle the short
1332         name `char-trans'.
1334         * files.el (hack-local-variables-prop-line)
1335         (hack-local-variables): Cancel the previous change.
1337 2006-06-06  Jesper Harder  <harder@phys.au.dk>
1339         * ediff-diff.el (ediff-test-utility): Protect against file-error.
1341 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
1343         * diff-mode.el (diff-mode): Set buffer-read-only to t when
1344         diff-default-read-only is non-nil.
1345         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1346         (diff-refine-hunk): Set inhibit-read-only to t.
1348         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1349         modifying the *Diff* buffer.
1350         (diff-process-filter): New filter function for diff process that
1351         sets inhibit-read-only to t when modifying the *Diff* buffer.
1353 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
1355         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1356         insertion point and control the number of empty lines.
1357         (org-paste-subtree): Limit the number of empty lines at the end of
1358         the inserted tree.
1359         (org-agenda): Use buffer name of current file for narrowing.
1360         (org-export-as-xml): Command removed.
1361         (org-export-xml-type): Option removed.
1362         (org-mode-map): Call `org-export-as-xoxo' directly.
1363         (org-get-indentation): New optional argument LINE.
1364         (org-fix-indentation, org-remove-tabs): New functions.
1365         (org-export-as-ascii, org-ascii-level-start): Determine and apply
1366         correct indentation for headlines that are converted it items.
1367         (org-skip-comments): Remove table lines that contain narrowing
1368         cookies but no other non-empty fields.
1369         (org-set-tags): Allow groups of mutually exclusive tags.
1370         (org-cmp-time): Sort 24:21 before items without time.
1371         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1372         (org-open-at-point): Require double colon also for numbers.
1374 2006-06-06  Kim F. Storm  <storm@cua.dk>
1376         * ido.el (ido-default-file-method, ido-default-buffer-method):
1377         Make choice values consistent with corresponding command names.
1378         (ido-visit-buffer): Update accordingly.  Default to selected-window.
1380 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
1382         * progmodes/gud.el (gud-running): Fix doc string.
1383         (gud-menu-map): Use :visible instead fo :enable for debugger test.
1384         (gud-tooltip-modes): Add python-mode.
1385         (gud-tooltip-print-command): Add pdb.  Remove perldb.
1387 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
1389         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1390         Quote $(EMACS).
1392 2006-06-05  Richard Stallman  <rms@gnu.org>
1394         * faces.el (defined-colors): Doc fix.
1396 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
1398         * vc.el (vc-process-filter): Inhibit undo info collection around
1399         call to insert.
1400         (vc-setup-buffer): Likewise for call to erase-buffer.
1401         (vc-do-command): Likewise for call to process-file.
1403 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
1405         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1406         for gud-go.
1407         (gud-common-init): Other debuggers may trigger error.
1409 2006-06-05  Kenichi Handa  <handa@m17n.org>
1411         * international/mule.el (find-auto-coding):
1412         Handle enable-character-translation in file header.
1414 2006-06-04  Kim F. Storm  <storm@cua.dk>
1416         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1417         (authors-fixed-entries): Fix spelling.
1418         (authors-canonical-file-name): Don't report error for wildcards.
1420         * help.el (view-emacs-news): Rewrite to support new NEWS,
1421         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
1422         e.g. version 10 matches 1.10, and don't be confused by version 1.1
1423         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
1425 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
1427         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1428         exec constructs like `foo bar`.
1429         (sh-quoted-subshell): New helper function to search for a possibly
1430         nested subshell (like `` or $()) within a "" quoted string.
1431         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1432         (sh-apply-quoted-subshell): Flag quote characters inside a
1433         subshell, which is itself already in a quoted region, as
1434         punctuation, since this is the closest to what they actually are.
1435         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1436         sh-apply-quoted-subshell.
1437         (sh-font-lock-syntactic-face-function): Apply the new face for
1438         text inside `` instead of the old font-lock-string-face.
1440 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1442         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1443         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1444         (mac-bytes-to-text-range, mac-ae-text-range-array)
1445         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1446         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1447         (mac-ts-unicode-for-key-event): New functions.
1448         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1449         (mac-handle-font-selection): Use mac-ae-number.
1450         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1451         New variables.
1452         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1453         (mac-ts-converted-text, mac-ts-selected-converted-text)
1454         (mac-ts-block-fill-text, mac-ts-outline-text)
1455         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1456         (mac-ts-hilite-style-faces): New constant.
1457         (mac-apple-event-map): Bind text input events.
1458         (mac-dispatch-apple-event): Use command-execute instead of
1459         call-interactively.
1460         (global-map): Don't bind mac-apple-event.
1461         (special-event-map): Bind mac-apple-event.
1463 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
1465         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1466         file name.
1467         (emacs): Enclose the value of $(EMACS) in quotes.
1469 2006-06-02  Juri Linkov  <juri@jurta.org>
1471         * international/mule.el (sgml-html-meta-auto-coding-function):
1472         Remove the condition `(search-forward "<html" size t)'.
1473         Replace `\"' with `[\"']?' in `re-search-forward'.
1475 2006-06-02  Kenichi Handa  <handa@m17n.org>
1477         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1478         as well as `coding'.
1479         (hack-local-variables): Likewise.
1481         * international/mule.el (enable-character-translation):
1482         Put permanent-local and safe-local-variable properties.
1483         (find-auto-coding): Handle char-trans: tag.
1485 2006-06-02  Juri Linkov  <juri@jurta.org>
1487         * international/mule.el (sgml-html-meta-auto-coding-function):
1488         Limit the search by the end of the HTML header (if any).
1490 2006-06-01  Richard Stallman  <rms@gnu.org>
1492         * subr.el (with-current-buffer): Doc fix.
1494 2006-06-02  Masatake YAMATO  <jet@gyve.org>
1496         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1497         Almost rewrite.  Underlines over all lines of gcov output are too
1498         uncomfortable to read.  Suggested by Dan Nicolaescu.
1500 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
1502         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1504         * shell.el (shell-mode): Use shell-mode-map in docstring.
1506         * comint.el (comint-send-input): Do not add help-echo and
1507         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1509 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1511         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1513 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
1515         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1516         (gdb-stopped, gdb-info-stack-custom): If there is no source info
1517         look up the stack and pop up GUD buffer if necessary.
1518         (gdb-frames-select): Remove redundant call to gud-display-frame.
1519         (gdb-info-threads-custom): Keep point at start of buffer.
1520         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1522 2006-05-31  Juri Linkov  <juri@jurta.org>
1524         * replace.el (query-replace-read-from, query-replace-read-to):
1525         Bind `history-add-new-input' to nil.  Call `add-to-history'.
1527 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
1529         * textmodes/table.el: Convert all HTML tags to lower case for
1530         XHTML compatibility.
1532 2006-05-31  Masatake YAMATO  <jet@gyve.org>
1534         * progmodes/compile.el:
1535         (compilation-error-regexp-alist-alist::gcov-called-line):
1536         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
1538 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
1540         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1541         Revert inadvertent changes made with last commit.
1543 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
1545         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1546         New functions.
1548         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1550 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
1552         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1553         only matches in the right place.
1554         (org-upcoming-deadline): New face.
1555         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1556         (org-export-ascii-underline): Rename constant `org-ascii-underline'
1557         and make it an option.
1558         (org-export-ascii-bullets): New option.
1559         (org-export-as-html): Many changes to emit valid XHTML.
1560         (org-par-open): New variable.
1561         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1562         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1563         (org-timeline): Pass `org-timeline-show-empty-dates' to
1564         `org-get-all-dates'.  Interpret empty dates returned by
1565         `org-get-all-dates'.
1566         (org-get-all-dates): New argument EMPTY.  Add dates without
1567         entries to the list, mark large ranges of empty dates.
1568         (org-point-in-group, org-context): New functions.
1570 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
1572         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1574         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1575         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1576         to C-mouse-3 (for 2 button mice).
1577         (gdb-send): Do the right thing for C-d.
1579         * speedbar.el (speedbar-detach): Delete.
1580         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1581         it breaks things.
1582         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1584 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
1586         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1587         Makeppfile.
1589         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1590         Add makepp diagnostic.
1592 2006-05-29  Richard Stallman  <rms@gnu.org>
1594         * window.el (fit-window-to-buffer): Doc fix.
1596         * help.el (temp-buffer-max-height): Doc fix.
1598         * subr.el (with-current-buffer): Doc fix.
1600 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1602         * term/x-win.el: Bind F10 to menu-bar-start if available.
1604 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
1606         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1607         uses with a simple test.
1608         (term-set-escape-char, term-mode, term-check-kill-echo-list)
1609         (term-send-raw-string, term-send-raw, term-mouse-paste)
1610         (term-char-mode, term-line-mode, term-exec, term-sentinel)
1611         (term-handle-exit, term-read-input-ring)
1612         (term-previous-matching-input-string)
1613         (term-previous-matching-input-string-position)
1614         (term-previous-matching-input-from-input)
1615         (term-replace-by-expanded-history, term-send-input)
1616         (term-skip-prompt, term-bol, term-send-invisible)
1617         (term-kill-input, term-delchar-or-maybe-eof)
1618         (term-backward-matching-input, term-check-source)
1619         (term-proc-query, term-emulate-terminal)
1620         (term-handle-colors-array, term-process-pager, term-pager-line)
1621         (term-pager-bob, term-unwrap-line, term-word)
1622         (term-dynamic-complete-filename)
1623         (term-dynamic-complete-as-filename)
1624         (term-dynamic-simple-complete): Replace one arm ifs with whens or
1625         unlesses.
1627 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1629         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1630         during bootstrapping.
1632         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1633         Basically undo the change of 2006-05-26: use extra arguments instead of
1634         dynamic scoping.
1635         (ewoc-locate): Remove unused var `footer'.
1637 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1639         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1641         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1642         (generate-file-autoloads): Obey it.  Return whether autoloads were
1643         added at point or not.
1644         (update-file-autoloads): Use this new return value.
1645         Remove redundant test for the presence of an autoload cookie.
1647         * emacs-lisp/autoload.el (autoload-find-file): New fun.
1648         This one calls hack-local-variables.
1649         (generate-file-autoloads, update-file-autoloads): Use it.
1651         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1652         (bibtex-sort-entry-class): Add safe-local-variable predicate.
1653         (bibtex-sort-entry-class-alist): Don't set the global value.
1654         (bibtex-init-sort-entry-class-alist): New fun.
1655         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1656         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1657         of bibtex-init-sort-entry-class.
1659 2006-05-28  Richard Stallman  <rms@gnu.org>
1661         * subr.el (load-history-regexp): If FILE is relative, insist
1662         entire last name component must match it.
1663         (load-history-filename-element, load-history-regexp): Doc fixes.
1665 2006-05-29  Kim F. Storm  <storm@cua.dk>
1667         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1668         `pos' and `raw-data' for clarity, as eval forms may access these.
1670 2006-05-28  Kim F. Storm  <storm@cua.dk>
1672         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1674 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1676         * progmodes/make-mode.el (makefile-browser-map)
1677         (makefile-mode-syntax-table): Move initialization inside declaration.
1678         (makefile-fill-paragraph): Use the default comment-filling code.
1680 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
1682         * replace.el (query-replace-defaults): New variable.
1683         (query-replace-read-from): Use `query-replace-defaults' for
1684         default value, instead of history list.
1685         (query-replace-read-to): Update `query-replace-defaults'.
1687 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
1689         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1690         with no X toolkit.
1692 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
1694         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1695         (tumme-show-all-from-dir): Add autoload.
1697 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
1699         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1700         (tumme-remove-tag): Fix bug.
1702 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1704         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1705         FOOTER args.  Update unique caller.
1706         (ewoc-delete): Compute last node once before looping.
1707         (ewoc--node-branch): Merge into unique caller.
1708         (ewoc--node): Don't define constructor make-ewoc--node for this
1709         structure.
1710         (ewoc): Add member `hf-pp' to this structure.
1711         (ewoc--wrap): New func.
1712         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
1713         header/footer pretty-printers.  Save header/footer pretty-printer.
1714         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
1716         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1718 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
1720         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1721         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
1722         Tag'.  Change "Compare directories..." to "Change Directories...".
1723         Move tumme commands to Operate, Regexp and Immediate menus.
1724         Change "Add Comment" to "Add Image Comment".  Change "Add Image
1725         Tag" to "Add Image Tags".
1727         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1728         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1729         `tumme-delete-tag'.
1731 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
1733         * shell.el (shell-mode): Call shell-dirtrack-mode after
1734         list-buffers-directory is made a local variable, to avoid setting
1735         the default value.
1737 2006-05-26  Kevin Ryde  <user42@zip.com.au>
1739         * info.el (Info-index-next): Use where-is-internal to report
1740         actual binding of Info-index-next, rather than hard-coded `,'.
1742 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
1744         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1745         and "Find Command in Manual" to here.
1747         * buff-menu.el (list-buffers-noselect): For Info buffers, use
1748         Info-current-file as the file name.
1750 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
1752         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
1753         overrides will now be done a different way.
1754         (ses-set-parameter): Reapply this function for undo.
1755         (ses-set-header-row): Reconstruct header row during undo.
1756         (ses-widen): New function.
1757         (ses-goto-data, ses-reconstruct-all): Use new function.
1758         (ses-command-hook): Widen buffer during undo, before unupdating
1759         the cells.
1760         (ses-insert-row, ses-delete-row): Widen buffer during undo.
1761         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1762         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1763         formula hasn't been executed yet.
1765 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1767         * comint.el (comint-kill-whole-line): Rename arg to count.
1768         Fix doc string.
1770 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
1772         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1773         to copy-file.
1775 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1777         * simple.el (toggle-truncate-lines): Make arg optional for
1778         backward compatibility.
1780 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
1782         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1783         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1784         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
1785         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1786         (ewoc--adjust): Use ewoc--current-dll.
1787         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1789 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
1791         * textmodes/org.el (org-next-item, org-previous-item): Emit more
1792         compact error message.
1793         (org-tags-view): Refresh category table in each file.
1794         (org-table-justify-field-maybe): Remove superfluous arguments to
1795         `format'.
1796         (org-export-as-html): Insert "<p>" before postamble.
1797         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1799 2006-05-26  Kenichi Handa  <handa@m17n.org>
1801         * textmodes/po.el (po-find-charset): Pay attention to the case
1802         FILENAME is a cons (NAME . BUFFER).
1803         (po-find-file-coding-system-guts): Likewise.
1805         * arc-mode.el (archive-set-buffer-as-visiting-file):
1806         Call find-operation-coding-system with (FILENAME . BUFFER).
1808         * tar-mode.el (tar-extract): Call find-operation-coding-system
1809         with (FILENAME . BUFFER).
1811         * international/mule.el (decode-coding-inserted-region):
1812         Call find-operation-coding-system with (FILENAME . BUFFER).
1814 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1816         * image-mode.el (image-toggle-display): Use buffer contents to
1817         generate image for a remote file.
1819 2006-05-25  Juri Linkov  <juri@jurta.org>
1821         * replace.el (query-replace-read-from, query-replace-read-to):
1822         Remove 8th arg KEEP-ALL in read-from-minibuffer.
1824 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
1826         * whitespace.el (whitespace-cleanup): Change to cleanup
1827         region if one is active.
1828         * whitespace.el (whitespace-cleanup-internal): New internal method.
1830 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
1832         * dired.el (dired-mode-map): Add help-echo strings to tumme
1833         commands.  Bind `tumme-dired-display-image' to C-t i.
1835         * tumme.el (tumme-display-image): Change documentation string slightly.
1836         (tumme-dired-display-image): Add call to `display-buffer'.
1838 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1840         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1841         Signal error if RAW-DATA is a multibyte string.
1843 2006-05-24  Richard Stallman  <rms@gnu.org>
1845         * subr.el (with-local-quit): When handling `quit' signal,
1846         make a chance for quit-flag to cause a quit.
1848         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1849         (ad-disable-advice): Add autoloads.
1851         * subr.el (read-passwd): Copy PROMPT before changing its properties.
1853 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
1855         * dired.el (dired-mode-map): Change menu items for tumme as per
1856         suggestions in emacs-devel.
1858 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
1860         * dired.el (dired-mode-map): Fix breakage.
1862 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
1864         * tumme.el (tumme-display-dired-image): Rename to...
1865         (tumme-dired-display-image): ...this.
1866         (tumme-track-movement): Change default value to t.
1867         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1868         used from `tumme-next-line-and-display' and similar commands.
1870         * dired.el (dired-mode-map): Add Thumbnail submenu under the
1871         Immediate menu.  Add some tumme commands there.
1873 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
1875         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1877 2006-05-24  Chong Yidong  <cyd@mit.edu>
1879         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1880         menu entries that open submenus.
1882 2006-05-24  Alan Mackenzie  <acm@muc.de>
1884         * startup.el (command-line): For names of preloaded files, don't
1885         append ".elc" (now done in Fload), and call file-truename on the
1886         lisp directory.
1888         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
1889         match ANY loaded file with the right name, not just those in
1890         load-path.  Put a regexp matching the file name into
1891         after-load-alist, rather than the name itself.
1893         * subr.el: New functions load-history-regexp,
1894         load-history-filename-element, do-after-load-evaluation.
1896         * international/mule.el (load-with-code-conversion): Do the
1897         eval-after-load stuff by calling do-after-load-evaluation.
1899 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
1901         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1902         has not been killed.
1904 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1906         * term/mac-win.el: Set idle timer to clean up expired Apple events.
1907         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1908         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1909         Optionally set error message in reply.
1911 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
1913         * textmodes/org.el (org-open-at-point): Use renamed variable
1914         `org-confirm-shell-link-function'.
1915         (org-confirm-shell-link-function): Rename from
1916         `org-confirm-shell-links'.
1917         (org-export-directory): New function.
1918         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1919         (org-export-icalendar): Use `org-export-directory'.
1920         (org-indent-item): Keep cursor position.
1921         (org-link-file-path-type): New option.
1922         (org-export-as-html): Fix bug with plain lists starting in
1923         column 0.
1924         (org-export-as-html): Remove deadline formatting, this happens
1925         now already in `org-html-handle-time-stamps'.
1926         (org-export-html-style): Deadline class removed.
1927         (org-insert-labeled-timestamps-at-point): New option.
1928         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1929         of `hide-sublevels 1', in case the first headline is not level 1.
1930         (org-overview, org-content): New fuction.
1931         (org-cycle-global-status, org-cycle-subtree-status): Make these
1932         variables buffer-local.
1933         (org-global-cycle): New command.
1934         (org-shifttab): Use `org-global-cycle'.
1935         (org-insert-heading, org-insert-item): Go to end of new
1936         headline/item after creating it.
1937         (org-export-visible): Rename from `org-export-copy-visible'.
1938         Now creates a temporary org-file and applies an exporting command
1939         to it.
1940         (org-table-eval-formula): Support for lisp forms.
1941         (org-agenda-todo-ignore-scheduled): New option.
1942         (org-agenda-get-todos): Use new option
1943         `org-agenda-todo-ignore-scheduled'.
1944         (org-export-html-inline-images): New value `maybe'.
1945         (org-export-as-html): Inlining of images dependent on link description.
1946         (org-archive-subtree): Check for end-of-buffer before trying
1947         `kill-line'.
1948         (org-agenda-follow-mode): New option.
1949         (org-export-with-tags, org-export-with-timestamps): New options.
1950         (org-html-handle-time-stamps): New function.
1951         (org-keyword-time-regexp): New variable.
1952         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1953         (org-agenda-todo-list-sublevels): New option.
1954         (org-html-level-start): When TITLE is nil, just close all levels.
1955         (org-parse-key-lines, org-parse-export-options): Remove functions,
1956         replaced by `org-infile-export-plist'.
1957         (org-combine-plists, org-infile-export-plist)
1958         (org-default-export-plist): New functions.
1959         (org-export-html-preamble, org-export-html-postamble)
1960         (org-export-html-auto-preamble, org-export-html-auto-postamble):
1961         New variables.
1962         (org-export-publishing-directory): New option.
1963         (org-export-as-html, org-export-as-ascii): Use the new property
1964         lists for settings.
1965         (org-export-copy-visible, org-export-as-xoxo):
1966         Respect `org-export-publishing-directory'.
1967         (org-link-search, org-store-link, org-file-apps): Support for
1968         links to BibTeX database entries..
1969         (org-get-current-options, org-set-regexps-and-options):
1970         Implement logging as a startup option.
1971         (org-store-link): Make sure context string is never empty
1972         (org-insert-link): Use relative path when possible.
1973         (org-at-item-checklet-p): New function.
1974         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1975         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1976         (org-metaright, org-metaup, org-metadown, org-shiftup)
1977         (org-shiftdown, org-shiftright, org-shiftleft)
1978         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1979         Dispatch using `call-interactively'.
1980         (org-call-with-arg): New defsubst.
1981         (org-tag-alist, org-use-fast-tag-selection): New options.
1982         (org-complete): Use `org-tag-alist'.
1983         (org-fast-tag-insert, org-fast-tag-selection): New functions.
1984         (org-next-item, org-previous-item): New commands.
1985         (org-beginning-of-item, org-end-of-item): Add (interactive) to
1986         make command.
1987         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1989 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
1991         * emacs-lisp/ewoc.el (ewoc-delete): New function.
1992         (ewoc-filter): Use `ewoc-delete'.
1994         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1996 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1998         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1999         Signal more user-friendly error messages.
2001         * complete.el (PC-do-completion): Undo the addition of implicit
2002         wildcards if they did not lead to finding any match.
2003         (read-file-name-internal): Don't add the final > if the completion is
2004         not finished.
2006 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2008         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2009         Quote safe-local-variable predicate.
2011 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
2013         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2015 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2017         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2019         * progmodes/make-mode.el (makefile-special-targets-list)
2020         (makefile-macro-table, makefile-target-table): Mark as risky.
2021         (makefile-query-one-target-method): Make this the alias for the
2022         following variable.
2023         (makefile-query-one-target-method-function): Make this the real name.
2025         * textmodes/artist.el (artist-text-renderer): Make this the alias
2026         for the following variable.
2027         (artist-text-renderer-function): Make this the real name.
2029         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2030         the alias for the following variable.
2031         (flyspell-generic-check-word-predicate): Make this the real name.
2033         * textmodes/ispell.el (ispell-format-word): Make this the alias
2034         for the following variable.
2035         (ispell-format-word-function): Make this the real name.
2036         (ispell-message-text-end): Mark as risky.
2038         * skeleton.el (skeleton-transformation, skeleton-filter)
2039         (skeleton-pair-filter): Make these the aliases for the following
2040         variables.
2041         (skeleton-transformation-function, skeleton-filter-function)
2042         (skeleton-pair-filter-function): Make these the real names.
2044         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2045         and skeleton-pair-filter-function.
2047         * textmodes/sgml-mode.el (sgml-transformation): Make this the
2048         alias for the following variable.
2049         (sgml-transformation-function): Make this the real name.
2050         (sgml-tag-alist): Mark as risky.
2052 2006-05-21  Richard Stallman  <rms@gnu.org>
2054         * simple.el (kill-region): Interactively, pass point, then mark.
2056 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
2058         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2060 2006-05-21  Romain Francoise  <romain@orebokech.com>
2062         * dired-x.el (dired-mode-map): Don't bind M-g.
2064 2006-05-20  Richard Stallman  <rms@gnu.org>
2066         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2067         (dired-goto-file): Doc fix.
2069 2006-05-21  Kim F. Storm  <storm@cua.dk>
2071         * emulation/cua-base.el: Mention customizing cua-mode as alternative
2072         way to enable built-in cua-mode if user loads older CUA-mode package.
2074         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2075         if default-filename is specified.
2077 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
2079         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2081         * info.el (info-apropos): Make sure current-file and current-node
2082         have non-nil values.  Speed up by using add-to-list instead of
2083         manual consing.
2085 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2087         * progmodes/make-mode.el (makefile-mode): Doc fix.
2089 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
2091         * dired-aux.el (dired-do-shell-command): Doc fix.
2093 2006-05-20  Kevin Ryde  <user42@zip.com.au>
2095         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2096         ``(custom-manual :tag "Foo" "(foo)Node")''.
2098 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
2100         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2101         value is an integer.
2103 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
2105         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2106         "format".
2107         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2109 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
2111         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2112         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2114 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2116         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2117         regexp for keywords.
2119 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
2121         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2122         replace-regexp-in-string.
2124         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2125         encode, and escape file name on conversion to URL.
2127 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2129         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2130         Don't unescape URL.
2131         (dnd-get-local-file-name): Unescape URL on conversion to file name.
2133         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2134         on conversion to URLs.
2136         * net/browse-url.el (browse-url-file-url): Encode file name on
2137         conversion to URL.
2139         * term/mac-win.el (mac-ae-open-documents): Escape file name on
2140         conversion to URL.
2142 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
2144         * progmodes/cc-styles.el (c-style-alist): Doc fix.
2146 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2148         * term/mac-win.el (mac-bytes-to-digits): Remove function.
2149         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2151 2006-05-19  Glenn Morris  <rgm@gnu.org>
2153         * calendar/diary-lib.el (diary-bahai-date)
2154         (list-bahai-diary-entries, mark-bahai-diary-entries)
2155         (mark-bahai-calendar-date-pattern): Not interactive.
2156         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
2157         (diary-entries-list): Change format of 4th element in each entry.
2158         (diary-list-entries): Use add-to-diary-list.
2159         (diary-goto-entry): Handle the case where the buffer visiting the
2160         diary has been killed.
2161         (fancy-diary-display): Add 'locator to button rather than 'marker.
2162         Only generate temp-face when there are marks to apply.
2163         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2164         (diary-fancy-date-pattern): New variable.
2165         (diary-time-regexp): Doc fix.
2166         (diary-anniversary, diary-time): New faces.
2167         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2168         diary-time-regexp.  Add font-lock-multiline property where needed.
2169         Use new faces diary-anniversary and diary-time.
2170         (diary-fancy-font-lock-fontify-region-function): New function, to
2171         handle multiline font-lock pattern in fancy diary.
2172         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2173         (diary-font-lock-keywords): Tweak time regexp.  Use new face
2174         diary-time.
2176 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
2178         * international/code-pages.el (mik): Table corrected.
2180 2006-05-18  Kim F. Storm  <storm@cua.dk>
2182         * progmodes/grep.el (grep-find): Don't check grep-find-command
2183         before running command (breaks non-interactive usage).
2185 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
2187         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2188         (ewoc--insert-new-node): Don't insert trailing newline.
2189         Instead, adjust successor nodes's start markers.
2190         (ewoc--refresh-node): Delete all text from current node's start
2191         marker to the next one's; adjust successor nodes's start markers.
2192         (ewoc--create): Doc fixes.
2193         (ewoc--refresh): Don't insert newline.
2194         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2195         * pcvs.el (cvs-make-cvs-buffer):
2196         Specify extra newline for ewoc's header and footer.
2197         (cvs-update-header): Update initial header recognition.
2198         Append newline to final header and footer values.
2199         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2201 2006-05-17  Richard Stallman  <rms@gnu.org>
2203         * files.el (file-name-extension): Doc fix.
2205 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2207         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2208         we can explicitly enable/disable rather than toggle.
2209         (shell-mode): Use it.
2210         (shell-cd): Don't try to reproduce what `cd' does.
2212 2006-05-17  Kim F. Storm  <storm@cua.dk>
2214         * ido.el (ido-read-internal): Use only nondirectory part of
2215         default item.
2217 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
2219         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2220         (ewoc-nth): Doc fix.
2222         (ewoc-map, ewoc-invalidate): Compute PP before looping.
2224 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
2226         * international/mule.el (auto-coding-alist): Add .lha to files
2227         read with no-conversion.
2229         * files.el (auto-mode-alist): Add .lha files to archive file
2230         extensions.
2232         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2233         Convert csize to integer when computing offsets within the
2234         compressed archive file.
2236 2006-05-16  Kim F. Storm  <storm@cua.dk>
2238         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2239         with read-from-minibuffer.
2241 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2243         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2244         (byte-compile-warnings): Fix safe-local-variable property.
2246 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
2248         * allout.el (allout-show-bodies, allout-old-style-prefixes)
2249         (allout-stylish-prefixes, allout-numbered-bullet)
2250         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2251         predicates to qualify `safe-local-variable' property, when
2252         available, else use equivalent lambda.
2253         (allout-current-topic-collapsed-p): Do the right thing regarding
2254         trailing blank lines.
2256 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2258         * server.el (server-start): Only create a directory if needed.
2259         (server-edit, server-unload-hook): server-start => server-mode.
2260         (kill-emacs-hook): Cleanup upon exit.
2262 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         * hexl.el (hexlify-buffer): Encode process arguments manually.
2266 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
2268         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2269         call to gdb-tooltip-print.
2271 2006-05-15  Romain Francoise  <romain@orebokech.com>
2273         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2274         systems, default to "tar" since those systems probably have GNU tar.
2276 2006-05-14  Lars Hansen  <larsh@soem.dk>
2278         * desktop.el (desktop-missing-file-warning): Fix docstring.
2279         (desktop-restore-file-buffer): Correct question asked on missing file.
2281 2006-05-14  Kim F. Storm  <storm@cua.dk>
2283         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2284         Add CUA move property.
2286 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
2288         * custom.el (custom-push-theme): Load the variable before checking
2289         its `standard-value'.
2291 2006-05-13  Lars Hansen  <larsh@soem.dk>
2293         * desktop.el (desktop-save): Use with-temp-buffer.
2295 2006-05-12  Glenn Morris  <rgm@gnu.org>
2297         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2298         * calendar/calendar.el (calendar-mode-map):
2299         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2300         * calendar/appt.el (appt-check, appt-make-list): Refer to
2301         diary-view-entries, diary-list-entries, diary-show-all-entries
2302         rather than obsolete aliases.
2304 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
2306         * simple.el (line-move-finish): Avoid calling point motion hooks
2307         while processing intangibility.
2309 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
2311         * term/xterm.el (terminal-init-xterm): Fix typo.
2313 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
2315         * allout.el (allout-view-change-hook): Mark as being deprecated,
2316         to be replaced by `allout-exposure-change-hook'.
2317         (allout-exposure-change-hook): New, replacing
2318         `allout-view-change-hook'.
2319         (allout-flag-region): Run new hook `allout-exposure-change-hook',
2320         in addition to `allout-view-change-hook'.
2321         (allout-show-bodies, allout-old-style-prefixes)
2322         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2323         lambda forms to prevent their showing up in variable help
2324         presentations as inscrutable byte-compiled code.
2325         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2326         Use string-or-null-p to qualify safe-local-variable values.
2327         (allout-reindent-bodies): Use memq to qualify matches against
2328         valid safe-local-variable values.  Also, quote the lambda as above.
2329         (allout-use-mode-specific-leader): Add missing candidate-value
2330         symbols, use memq, and quote the lambda.
2331         (allout-overlay-interior-modification-handler): Remove unused
2332         variables `msg' and 'opened'.
2333         (allout-hidden-p): Constrain invisibility consideration to allout's
2334         invisibility spec, disregarding invisibility for other reasons.
2336 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
2338         * files.el (version-control): Correct safe values.
2340 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
2342         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2344         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2345         (ewoc--insert-new-node): New func.
2346         Update callers of deleted funcs to use it, instead.
2348 2006-05-11  Glenn Morris  <rgm@gnu.org>
2350         * calendar/calendar.el (diary-show-all-entries): Do not refer to
2351         obsolete alias `show-all-diary-entries'.
2352         (make-diary-entry): Not interactive.
2353         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2354         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2355         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2356         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2357         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2358         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2360 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2362         * calendar/calendar.el (calendar-french-date-string)
2363         (calendar-mayan-date-string, calendar-chinese-date-string)
2364         (calendar-astro-date-string, calendar-iso-date-string)
2365         (calendar-islamic-date-string, calendar-bahai-date-string)
2366         (calendar-hebrew-date-string, calendar-coptic-date-string)
2367         (calendar-ethiopic-date-string, calendar-persian-date-string):
2368         These functions are not interactive.
2370 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
2372         * files.el: Balance parentheses.
2374 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
2376         * files.el, newcomment.el, outline.el, simple.el,
2377         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2378         progmodes/cc-vars.el, progmodes/compile.el:
2379         Move `safe-local-variable' declarations to the respective files.
2381         * help-fns.el (describe-variable): Don't print safe-var if it is
2382         byte-code.  Improve wording as suggested by Luc Teirlinck.
2384 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
2386         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2387         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2388         Use a token for pending-triggers to ensure gdb-var-update
2389         gets called once per user input again for pre-GDB 6.4.
2390         (gdb-var-delete): Match on more complex expressions.
2391         (gdb-var-list-children-handler, gdb-var-create-handler):
2392         Use a token for consistency.
2394 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
2396         * textmodes/org.el (org-read-date, org-goto-calendar)
2397         (org-agenda-goto-calendar):
2398         Bind `view-calendar-holidays-initially' to nil.
2400 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
2402         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2403         Update all callers to do it there, instead.
2405 2006-05-10  Glenn Morris  <rgm@gnu.org>
2407         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2408         prefix arg case, to avoid view-diary-entries-initially error.
2409         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2410         (calendar-date-is-legal-p): Handle dates with no day part.
2412 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
2414         * comint.el (comint-insert-input): Just make it when
2415         comint-use-prompt regexp is nil (default) and with the mouse.
2416         (comint-copy-old-input): Reinstate from 2004-06-23.
2417         (comint-mode-map): Bind C-c C-m to it.
2419 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
2421         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2422         Remove spurious move to point-max (new comint behavior fixes).
2424         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2425         compatibility function (Emacs 18/19).
2426         (idlwave-is-continuation-line): Always return point at start of
2427         previous non-blank continuation line.
2428         `keyword-parameters': Fix continued comment font-lock matcher.
2429         (idlwave-font-lock-fontify-region): Written, use as
2430         font-lock-fontify-region-function, to fix continued keyword
2431         fontification issues.
2433 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2435         * term/mac-win.el (mac-font-panel-mode): Doc fix.
2436         (mac-service-selection, mac-service-open-file)
2437         (mac-service-open-selection, mac-service-mail-selection)
2438         (mac-service-mail-to, mac-service-insert-text): Rename from
2439         mac-services-*.  All uses changed.
2440         (mac-apple-event-map): Rename event symbol `services' to `service'.
2442 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
2444         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2445         (ewoc--node-enter-first, ewoc--node-enter-last)
2446         (ewoc--delete-node-internal): Merge funcs into unique callers.
2448 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
2450         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2451         return value of read-from-minibuffer for empty input.
2453 2006-05-09  Miles Bader  <miles@gnu.org>
2455         * comint.el (comint-insert-input): Remove redundant calls to setq
2456         and goto-char.
2458 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
2460         * comint.el (comint-insert-input): Make it work when
2461         comint-use-prompt-regexp is t.
2463 2006-05-10  Miles Bader  <miles@gnu.org>
2465         * subr.el (field-at-pos): New function.
2467         * comint.el (comint-insert-input): Use it.
2469 2006-05-09  Juri Linkov  <juri@jurta.org>
2471         * battery.el (battery-linux-proc-acpi): Also try
2472         `/proc/acpi/thermal_zone/THR2/temperature'.
2474         * files.el <safe-local-variable>: Remove `eval' and `let' binding
2475         for now unused lambda `string-or-null'.
2477         * add-log.el (change-log-default-name): Put `string-or-null-p'
2478         instead of lambda on `safe-local-variable' property.
2480         * diff-mode.el (diff-context->unified): Use `region-beginning' and
2481         `region-end' instead of `mark' and `point'.
2482         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2483         Operate on region in Transient Mark mode when the mark is active.
2484         Use `region-beginning' and `region-end' instead of `mark' and
2485         `point'.
2486         (diff-hunk-text, diff-goto-source): Doc fix.
2488         * startup.el (fancy-splash-screens, normal-splash-screen): Use
2489         face `mode-line-buffer-id' for mode-line buffer face instead of
2490         hard-coded `(:weight bold)'.
2492         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2493         buffer-undo-list to t (undo-ask is reproducible by visiting
2494         nested archives).
2496 2006-05-09  Kim F. Storm  <storm@cua.dk>
2498         * progmodes/grep.el (rgrep): Set default directory of *grep*
2499         buffer if we start M-x rgrep in the *grep* buffer and choose
2500         a different base directory.
2502 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
2504         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2505         completion also when ido is loaded.
2507 2006-05-09  Masatake YAMATO  <jet@gyve.org>
2509         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2510         "warning" and "import".
2511         (cpp-font-lock-keywords): Added "warning".
2513 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2515         * term/xterm.el (terminal-init-xterm): Add more key bindings.
2517 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2519         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2520         pages at a time, if we signal the end, we should indeed reach that end.
2522 2006-05-08  David Reitter  <david.reitter@gmail.com>
2524         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2525         output during execution of the body.
2527 2006-05-08  Kim F. Storm  <storm@cua.dk>
2529         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2531 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
2533         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2534         Use with-current-buffer.
2536 2006-05-07  Kim F. Storm  <storm@cua.dk>
2538         * subr.el (add-to-history): Remove keep-dups arg.
2540         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2541         to nil around call to add-to-history.
2543 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2545         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2546         than after a buffer modification.
2548 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
2550         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2551         call to...
2552         (gud-watch): ...here so speedbar is raised for already watched
2553         expressions.
2554         (gdb-speedbar-refresh): Delete function.
2555         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2556         Use speedbar-timer-fn instead of speedbar-refresh (reverting
2557         earlier change).
2558         (gdb-var-evaluate-expression-handler)
2559         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2561         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2562         Update localized contents for all buffers except ignored modes.
2564 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2566         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2567         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2568         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2569         (mac-handle-font-panel-closed, mac-handle-font-selection):
2570         New functions.
2571         (mac-font-panel-mode): New minor mode.
2572         (mac-apple-event-map): Add bindings for toolbar toggle button and
2573         font panel.
2574         (menu-bar-showhide-menu): Add mac-font-panel-mode.
2576 2006-05-07  John Paul Wallington  <jpw@pobox.com>
2578         * ibuffer.el (ibuffer-compressed-file-name-regexp):
2579         Avoid `regexp-opt'; simplify regexp for readability.
2581 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
2583         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2584         * files.el (buffer-stale-function):
2585         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2586         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2587         links to the main manual, not to emacs-xtra.
2589 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2591         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2592         MacJapanese if text is ASCII-only.
2594 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
2596         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2597         unless so nil isn't returned.
2598         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2600 2006-05-06  Kim F. Storm  <storm@cua.dk>
2602         * subr.el (add-to-history): New function.
2604         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2605         (ediff-merge-files-with-ancestor):
2606         * env.el (setenv):
2607         * isearch.el (isearch-update-ring):
2608         * server.el (server-visit-files):
2609         * progmodes/grep.el (lgrep, rgrep):
2610         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2611         * progmodes/xscheme.el (xscheme-insert-expression):
2612         Use add-to-history.
2614         * kmacro.el (kmacro-push-ring): Use add-to-history.
2615         (kmacro-ring-length): Remove unused defun.
2616         (kmacro-start-macro): Use kmacro-push-ring.
2618 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
2620         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2621         directly instead of a lambda expression that calls it.
2623 2006-05-06  Kim F. Storm  <storm@cua.dk>
2625         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2626         instead of compute-motion.
2628 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
2630         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2631         change.
2633 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
2635         * startup.el (command-line-1): Refer to "Pure Storage" on
2636         pure-space-overflow.
2638 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
2640         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2641         provided faces once they all have been used up.
2643 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
2645         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2646         reference to the Lisp manual to the warning about pure space
2647         overflow.
2649 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2651         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2652         argument to avoid the call to `ispell-internal-change-dictionary'
2653         when not needed.
2654         (ispell-change-dictionary): Use this argument and call
2655         `ispell-internal-change-dictionary' after the possible change
2656         to `ispell-local-dictionary'.
2657         (ispell-internal-change-dictionary): Check for a change in
2658         personal dictionary use too.
2660 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
2662         * startup.el (command-line): On MS-Windows, probe "~", not
2663         "~USER", for warning about non-existent home directory
2665         * arc-mode.el (archive-l-e): New optional argument `float' means
2666         generate a float value.
2667         (archive-arc-summarize, archive-lzh-summarize)
2668         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2669         with 3rd argument non-nil when file's size is being computed.
2670         Format the file sizes with %8.0f instead of %8d.
2672 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2674         * cus-start.el (all): Add mac-dnd-known-types.
2676         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2677         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2678         (mac-TIFF-to-string): New functions.
2679         (x-get-selection, x-selection-value)
2680         (mac-select-convert-to-string): Use them.
2681         (mac-text-encoding-mac-japanese-basic-variant): New constant.
2682         (mac-dnd-types-alist): New customization variable.
2683         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2684         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2685         (mac-dnd-handle-drag-n-drop-event): New functions.
2686         (mac-drag-n-drop): Remove function.
2687         (global-map): Bind drag-n-drop and M-drag-n-drop to
2688         mac-dnd-handle-drag-n-drop-event.
2690 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
2692         * progmodes/perl-mode.el (perl-beginning-of-function):
2693         Skip anonymous subs.
2695 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
2697         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2698         regexp-opt at run time.
2700         * term.el (term-handle-ansi-escape): Fix off by one error.
2702 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
2704         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2705         (gdb-init-1, gdb-post-prompt): ...and references to it.
2706         (gdb-frame-handler): Strip directory name from filename if present.
2708         * progmodes/gud.el (gdb-force-update): Delete defvar
2709         (gud-speedbar-buttons): ...and references to it.  Use window-start
2710         to try to keep positon in watch expression.
2712 2006-05-03  Richard Stallman  <rms@gnu.org>
2714         * simple.el (next-history-element, previous-history-element): Doc fix.
2716         * isearch.el (isearch-update-ring): Doc fix.
2718 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
2720         * isearch.el (isearch-update-ring): Take history-delete-duplicates
2721         into consideration.  Replace one arm ifs with whens.
2723 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
2725         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2726         (menu): Fix typo.
2728 2006-05-02  Miles Bader  <miles@gnu.org>
2730         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2732 2006-05-02  Jay Belanger  <belanger@truman.edu>
2734         * calc/calc-embed.el (calc-override-minor-modes-map)
2735         (calc-override-minor-modes): New variables.
2736         (calc-do-embedded): Make sure that Calc keystrokes aren't
2737         overwritten by minor modes.
2739 2006-05-02  Chong Yidong  <cyd@mit.edu>
2741         * msb.el (msb): If EVENT is a down event, read and discard the up event.
2743 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2745         * startup.el (command-line-1): Refer to Lisp manual when
2746         pure-space-overflow occurs.
2748         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2749         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2750         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2751         (version-control): Don't use `t' for safe-local-variable declarations.
2753 2006-05-01  Richard Stallman  <rms@gnu.org>
2755         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2756         M-r, M-R, M-A, M-SPC or M-DEL.
2757         (diff-mode-map): diff-refine-hunk now on C-c C-w
2758         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2760         * help-mode.el (help-mode): view-exit-action calls delete-window
2761         only when it is safe and possible.
2763         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2764         in messages.
2766         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2768         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2769         in the default tool-bar-map.
2771 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
2773         * net/tramp.el (tramp-completion-file-name-handler-alist)
2774         (tramp-run-real-handler, tramp-completion-run-real-handler)
2775         (tramp-completion-handle-file-name-all-completions)
2776         (tramp-completion-handle-file-name-completion): Autoload them.
2777         (tramp-completion-handle-file-exists-p)
2778         (tramp-completion-handle-file-name-directory)
2779         (tramp-completion-handle-file-name-nondirectory)
2780         (tramp-completion-handle-expand-file-name): Remove them.
2781         (tramp-handle-file-name-directory): Return the real directory name.
2782         Returning "/" only doesn't need to be necessary any longer.
2783         (tramp-file-name-handler): Make special attention when in hostname
2784         completion mode.
2785         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2786         (tramp-register-file-name-handlers):
2787         Register `tramp-completion-file-name-handler' only when
2788         `partial-completion-mode' is enabled.
2789         (tramp-completion-handle-file-name-all-completions):
2790         Delete directory part from results.
2791         (tramp-get-completion-methods, tramp-get-completion-user-host):
2792         Discard deleting "/", it doesn't work after the change of
2793         `tramp-handle-file-name-directory' above.
2795 2006-05-01  Kim F. Storm  <storm@cua.dk>
2797         * progmodes/grep.el (grep-expand-template): Use save-match-data
2798         and symbol-value.
2800 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2802         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2803         Use select-frame-set-input-focus instead of raise-frame.
2804         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2806 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
2808         * progmodes/gud.el (gud-def): Add %c case.
2809         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2810         (gud-format-command): Make match case sensitive.  Match on %F.
2812 2006-04-30  Glenn Morris  <rgm@gnu.org>
2814         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2815         (cal-tex-preamble): Use cal-tex-preamble-extra.
2816         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2817         than alias `list-diary-entries'.
2819 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
2821         * help-fns.el (describe-variable): Add info about safe local variables.
2823 2006-04-29  Richard Stallman  <rms@gnu.org>
2825         * bindings.el (mode-line-format): help-echo doc fixes.
2827         * net/tramp.el (tramp-file-name-handler-alist): Delete
2828         expand-file-name and other operations that can cause spurious loading.
2830 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2832         * files.el (safe-local-variable-p): Remove support for the special
2833         value t.
2835         * textmodes/paragraphs.el (sentence-end-without-space):
2836         Fix safety predicate.
2837         (sentence-end-double-space, sentence-end-without-period)
2838         (paragraph-ignore-fill-prefix):
2839         * textmodes/fill.el (colon-double-space):
2840         * abbrev.el (abbrev-mode): Tighten the safety predicate.
2842         * subr.el (booleanp): New fun.
2844         * textmodes/reftex-vars.el (reftex-guess-label-type):
2845         Tighten the safety predicate.
2847 2006-04-28  Kim F. Storm  <storm@cua.dk>
2849         * progmodes/grep.el (defgroup grep): Doc fix.
2850         (grep-auto-highlight): Remove.
2851         (grep-template): New defcustom.
2852         (grep-find-template): Rename from grep-tree-template.
2853         (grep-files-aliases): Rename from grep-tree-files-aliases.
2854         Remove "all" alias, add "l" alias.
2855         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2856         (grep-find-ignored-directories): New defcustom to replace
2857         grep-tree-ignore-CVS-directories, to facilitate ignoring
2858         subdirectories for multiple version control systems.
2859         (grep-mode-map): Add Recursive grep item to GREP menu.
2860         (grep-regexp-history, grep-files-history): New defvars.
2861         (grep-probe): New helper function.
2862         (grep-compute-defaults): Use it to simplify code.
2863         Adapt to name changes.
2864         Use `.' as base in grep-find-template rather than <D>.
2865         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
2866         Call grep-compute-defaults unconditionally.
2867         (grep-expand-keywords): New defconst.
2868         (grep-expand-template): Rename from grep-expand-command-macros.
2869         Simplify via grep-expand-keywords.  Look at case-fold-search instead
2870         of grep-tree-ignore-case to add -i option.
2871         Bind case-fold-search to nil while matching keywords.
2872         (grep-tree-last-regexp, grep-tree-last-files): Remove.
2873         (grep-read-regexp, grep-read-files): New helper functions.
2874         (rgrep): Rename from grep-tree.  Rework to use proper histories.
2875         Adapt to changes in defcustoms and functions above.
2876         (lgrep): New command, as grep, but using same interactive UI as rgrep.
2878 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
2880         * net/tramp.el (tramp-completion-file-name-handler):
2881         Disable Tramp's functionality while loading Tramp itself.
2882         (tramp-register-file-name-handlers): That's a defsubst now.
2883         Code from `tramp-repair-jka-compr' moved here.  Apply it via
2884         `after-init-hook'.
2885         (tramp-repair-jka-compr): Remove.
2887 2006-04-27  Jay Belanger  <belanger@truman.edu>
2889         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2890         read expression when `math-read-big-expr' doesn't work.
2892 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
2894         * startup.el (command-line-1): Display warning when
2895         pure-space-overflow is non-nil.
2897 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2899         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2900         risky.
2902 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2904         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2905         Return the URL or nil if none can be generated.
2907 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
2909         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2910         byte compiler warnings.
2911         (gud-basic-call, gud-find-expr): Let user select an expression
2912         for printing.  Print expression as well as value in GUD buffer.
2914 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
2916         * allout.el: Remove local autoload declaration for
2917         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2918         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2919         (allout-plain-bullets-string, allout-distinctive-bullets-string)
2920         (allout-use-mode-specific-leader, allout-old-style-prefixes)
2921         (allout-stylish-prefixes, allout-numbered-bullet)
2922         (allout-file-xref-bullet, allout-presentation-padding)
2923         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2924         safe-local-variable with suitable value spec, and add autoload
2925         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
2926         (move-beginning-of-line, move-end-of-line): Repair so these compat
2927         functions now actually resituate the point, when appropriate.
2929 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2931         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2933         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2934         (add-log-iso8601-time-string): Fix call to format-time-string.
2936 2006-04-26  Kim F. Storm  <storm@cua.dk>
2938         * subr.el (posn-string, posn-image, posn-object): Doc fix.
2940 2006-04-26  Masatake YAMATO  <jet@gyve.org>
2942         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2943         Add support for "//" style comments.  Remove `b' flag
2944         from ?* in `asm-mode-syntax-table'.
2946 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2948         * follow.el: Use (featurep 'xemacs) everywhere.
2949         (follow-mode): Use define-minor-mode.
2950         (follow-mode-map): Move initialization into the declaration.
2951         Use command remapping.
2952         (follow-emacs-version-xemacs-p): Remove.
2953         (follow-submit-feedback): Remove.
2955         * allout.el (allout-layout, allout-passphrase-verifier-string)
2956         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2958         * textmodes/reftex-vars.el (reftex-vref-is-default)
2959         (reftex-fref-is-default, reftex-guess-label-type):
2960         Tighten up a bit the safety predicate.
2962         * textmodes/paragraphs.el (sentence-end-double-space)
2963         (sentence-end-without-period, sentence-end-without-space)
2964         (page-delimiter, paragraph-ignore-fill-prefix):
2965         Tighten up a bit the safety predicate.
2967         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2969         * progmodes/python.el (python-continuation-line-p)
2970         (python-beginning-of-statement): syntax-ppss may return
2971         a negative depth.
2972         (python-mode): Don't forcefully enable font-lock.
2974         * time-stamp.el (time-stamp-start, time-stamp-end)
2975         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2977         * add-log.el: Remove spurious * in docstrings.
2978         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2979         (add-change-log-entry): Use it here, since it's not specific
2980         to iso8601.
2981         (add-log-iso8601-time-string): Don't use it here any more.
2982         (change-log-indent-text, change-log-indent): Rename from add-log-*.
2984         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2986 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
2988         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2989         (rcirc-toggle-low-priority): Doc fix.
2990         (rcirc-handler-NOTICE): Remove beginning of line anchor in
2991         ChanServ regexp.
2992         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2993         #emacs.
2994         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2995         (rcirc-decode-coding-system): Use utf-8 as the default.
2996         (rcirc-multiline-minor-mode): Set the fill-column.
2997         (rcirc-format-response-string): Display bright and dim nicks.
2998         (rcirc-browse-url): Update interactive spec to fill ARG.
2999         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3000         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3002 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
3004         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3005         case for @Article, etc.
3007 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
3009         * net/tramp.el (tramp-register-file-name-handlers): New defun.
3010         Added with autoload cookie.
3011         (tramp-unload-file-name-handlers): Rename from
3012         `tramp-unload-file-name-handler-alist'.
3014 2006-04-23  Romain Francoise  <romain@orebokech.com>
3016         * comint.el (comint-match-partial-filename): Doc fix.
3018 2006-04-21  Glenn Morris  <rgm@gnu.org>
3020         * calendar/cal-menu.el (calendar-mode-map): Refer to
3021         `diary-view-entries' rather than alias `view-diary-entries'.
3022         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3024 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
3026         * progmodes/antlr-mode.el (antlr-default):
3027         * cus-edit.el (custom-documentation):
3028         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3029         in defface.
3031 2006-04-21  Kim F. Storm  <storm@cua.dk>
3033         * image.el (image-type): New defun split out of create-image.
3034         (create-image): Use it.
3036 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
3038         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3039         (org-open-at-point): Remove the "...done" message to keep output
3040         in the echo area visible.
3041         (org-export-as-xoxo): Fix call to `indent-region'.
3043 2006-04-21  Kevin Ryde  <user42@zip.com.au>
3045         * international/mule.el (keyboard-coding-system): defcustom
3046         info-link fixes: "Specify Coding" has been split, keyboard now in
3047         "Terminal Coding", and "Single-Byte Character Support" is now
3048         "Unibyte Mode".
3050 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
3052         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3053         Use font-lock-warning-face for any errors e.g. no stack.
3054         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3056 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
3058         * progmodes/sh-script.el (sh-shell): Mark as safe.
3060         * newcomment.el (comment-start, comment-start-skip)
3061         (comment-end-skip, comment-end): Mark as safe.
3063 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
3065         * textmodes/org.el (org-deadline-announce): Face removed.
3066         (org-level-faces, org-n-levels): Convert to constant.
3067         (org-compatible-face): New function.
3068         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3069         (org-level-5, org-level-6, org-level-7, org-level-8)
3070         (org-special-keyword, org-warning, org-headline-done, org-link)
3071         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3072         (org-scheduled-today, org-scheduled-previously, org-time-grid):
3073         Face definition revised for better color tty support.
3074         (org-bold-re, org-italic-re, org-underline-re): New constants.
3075         (org-set-font-lock-defaults): Use the new constants.
3076         (org-agenda-highlight-todo): New function.
3077         (org-agenda-todo): Fix bug with point at end of line.
3078         (org-agenda-change-all-lines, org-finalize-agenda-entries):
3079         Fontify TODO keywords.
3080         (org-insert-link): Preserve relative path in ../ links.
3081         (org-export-as-html): Convert links pointing to .org files into
3082         links that will work beteen the exported HTML files.
3083         (org-todo-list): Fix bug when arg=0.
3084         (org-insert-heading): More fine-tuning.
3086 2006-04-19  Romain Francoise  <romain@orebokech.com>
3088         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3089         from `rmail-mime-charset-pattern'.
3091 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
3093         * progmodes/python.el (python-mode): Fix typo.
3095 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
3097         * comint.el (comint-previous-input): Don't clobber input line
3098         when moving off either end of the input history ring.
3099         (comint-delete-input): New function, used by
3100         `comint-previous-input' and others.
3101         (comint-previous-matching-input):
3102         Use `coming-delete-input'.  Save the partial input if leaving the
3103         edit line.  Goto point-max before deleting input to avoid
3104         partial input fragments hanging around.
3105         (comint-restore-input): New function, used by `comint-previous-input'.
3107 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
3109         * imenu.el (imenu--index-alist): Balance parentheses.
3111 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
3113         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3115 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
3117         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3118         file is nil.
3120 2006-04-18  Richard Stallman  <rms@gnu.org>
3122         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3124         * imenu.el (imenu-create-index-function, imenu--index-alist)
3125         (imenu--last-menubar-index-alist, imenu--make-index-alist)
3126         (imenu-default-create-index-function, imenu--generic-function):
3127         Doc fixes.
3129         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3131         * help-mode.el (help-mode): Set view-exit-action to delete window.
3133         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
3134         now works by passing nil as arg.
3136         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3138         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3139         (read-abbrev-file): Provide default when reading filename.
3141         * files.el (enable-local-variables): Allow :all as value.
3142         (hack-local-variables): Implement that value.
3143         (safe-local-variable-values, safe-local-eval-forms)
3144         (enable-local-variables): Mark as risky.
3145         (find-file-visit-truename, kept-old-versions): Mark safe.
3147         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3148         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3149         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3151 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3153         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3154         Use forward-line so as to get to BOL even in the presence of fields.
3155         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3156         in return.
3157         (inferior-tcl): Tell tclsh to work in interactive mode.
3159         * complete.el (partial-completion-mode):
3160         Use 'choose-completion-string-functions to make sure that
3161         choose-completion fills the minibuffer properly.
3163         * complete.el (PC-old-read-file-name-internal): Remove.
3164         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
3165         of read-file-name-internal.
3166         (partial-completion-mode): Enable/disable this advice.
3168 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
3170         * net/tramp.el (tramp-completion-file-name-handler): Revert change
3171         of 2006-04-17.
3173 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
3175         * textmodes/org.el (org-insert-heading): Insert heading before
3176         current if at beginning of line.
3177         (org-todo, org-date): New faces.
3178         (org-table-align): Make sure tooltip window contains full text.
3179         (org-no-properties): New defsubst.
3180         (org-set-font-lock-defaults): Use new faces.
3182 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
3184         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3185         for root variables.
3187         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3188         (gdb-frame-address): Re-use to identify frame for watch expression.
3189         (gdb-var-list, gdb-var-create-handler): Add frame address for root
3190         variables.
3191         (gdb-init-1, gdb-source, gdb-post-prompt)
3192         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3193         (gdb-frame-handler): Get gdb-frame-address.
3195 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
3197         Sync with Tramp 2.0.53.
3199         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3200         'control.  Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3201         (tramp-completion-file-name-handler): Add autoload cookie for
3202         adding to `file-name-handler-alist'.
3204         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3205         the prompt.  If it returns earlier (when detecting an error
3206         message), the rest of the output will merge accidently with the
3207         output of the next command.  Reported by M Jared Finder
3208         <jared@hpalace.com>.
3210         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3211         for `process-file', in order to let it work for older Emacsen too.
3213 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
3215         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3216         (tex-font-lock-keywords-3): Use it.
3218 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3220         * newcomment.el (comment-add): New function.
3221         (comment-region-default, comment-dwim): Use it.
3223 2006-04-15  Michael Olson  <mwolson@gnu.org>
3225         * emacs-lisp/tq.el: Improve comments.
3226         (tq-queue-head-question): New accessor function.
3227         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3228         Update for modified queue structure.
3229         (tq-queue-add): Accept `question' argument.
3230         (tq-queue-pop): If a question is pending, send it.
3231         (tq-enqueue): Accept new optional argument `delay-question'.
3232         If this is non-nil, and at least one other question is pending a
3233         response, queue the question rather than sending it immediately.
3235 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3237         * calendar/appt.el (appt-add): Check whether an appointment is
3238         already present in appt-time-msg-list.  Simplify code.
3240 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3242         * progmodes/cc-langs.el (c-mode-menu):
3243         Don't presume c-subword-mode is bound.
3245 2006-04-13  Bill Wohler  <wohler@newt.com>
3247         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3248         (customize-package-emacs-version): Use cdr instead of cadr now
3249         that alists use dotted pairs.
3251         * custom.el (defcustom): Fix docstring for :package-version.
3253 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
3255         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3256         (tramp-handle-shell-command): Display output buffer only when
3257         `tramp-display-shell-command-buffer' is true.
3258         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3260 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
3262         * textmodes/org.el (org-set-autofill-regexps): Set only the local
3263         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3265 2006-04-13  Romain Francoise  <romain@orebokech.com>
3267         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3268         leaving temporary .cvsignore buffers behind.
3270 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
3272         * textmodes/org.el (org-set-regexps-and-options)
3273         (org-get-current-options): Better names for the startup folding
3274         options.
3276 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
3278         * vc.el (vc-annotate): Arrange for point to end up at the same
3279         line number as in the original, but only when using a new buffer.
3281 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
3283         * files.el (hack-one-local-variable-eval-safep):
3284         Recognize `edebug-form-spec' for `put', but only if it passes
3285         `edebug-basic-spec'.  Generalize `put' handling.
3287         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3288         vetting file-local form specs.
3290         * allout.el (allout-layout): Autoload its `safe-local-variable'
3291         property.
3293 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
3295         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3296         (org-agenda-mouse-1-follows-link)
3297         (org-mouse-1-follows-link): New options.
3298         (org-format-agenda-item): Fix bug if TAGS is nil.
3299         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3301 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
3303         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3304         GDB 6.1+ gives full filename for "info sources" so use
3305         file-name-nondirectory.
3307 2006-04-12  Romain Francoise  <romain@orebokech.com>
3309         * subr.el (read-passwd): Bind `message-log-max' to nil.
3311 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * progmodes/perl-mode.el (perl-indent-new-calculate):
3314         Recompute parse-start after jumping backward by a whole sexp.
3316 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3318         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3319         window configuration.
3320         (vc-annotate-display-select): Select the buffer so that current-buffer
3321         (and selected-window) is the output buffer at the end of vc-annotate.
3323 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
3325         * vc.el (vc-annotate-color-map): Add custom TTY color map for
3326         8-color terminals, to use all of the colors in a sensible order.
3327         256-color terminals work well with the standard map.
3328         (vc-annotate-lines): Only strip the first color character if it
3329         is "#", to allow for terminal-style named colors.
3330         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3331         the correct buffer is scrolled.
3333 2006-04-11  Richard Stallman  <rms@gnu.org>
3335         * emacs-lisp/bytecomp.el (byte-compile-file):
3336         Bind enable-local-variables to :safe, and make normal-mode obey it.
3338         * files.el (enable-local-variables): Allow value :safe.
3339         (normal-mode): Doc fix.
3340         (hack-local-variables): Implement enable-local-variables = :safe.
3341         (hack-local-variables-confirm): Don't prevent quitting.
3343 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3345         * loadhist.el (unload-feature): A bit of sanity check of
3346         load-history entries.  Cancel timer-vars before unbinding them.
3348         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3349         quote special chars, and make the trick work on the hex part of the
3350         buffer as well.
3351         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3352         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3354         * startup.el (normal-splash-screen): Fix last change so we don't wait
3355         2 minutes if we don't show the splash screen.
3357 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
3359         * textmodes/org.el (org-export-plain-list-max-depth)
3360         (org-table-spaces-around-separators)
3361         (org-radio-targets, org-activate-camels)
3362         (org-table-spaces-around-invisible-separators): Options removed.
3363         (org-time-stamp-rounding-minutes, org-remember-templates)
3364         (org-ellipsis, org-activate-links, org-descriptive-links):
3365         New options.
3366         (org-remember-apply-template, org-current-time)
3367         (org-finish-edit-table-field)
3368         (org-link-unescape, org-link-escape)
3369         (org-string-width, org-table-clean-line, org-html-do-expand)
3370         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3371         (org-read-agenda-file-list): New functions.
3372         (org-table-edit-field)
3373         (org-table-create-or-convert-from-region): New commands
3374         (org-table-toggle-vline-visibility): Command removed.
3375         (org-table-convert-region): Made a command.
3376         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3377         Replace with the normal org- functions.
3378         (org-self-insert-command): Don't trigger realign unnecessarily
3379         when blanking a field that is not full.
3380         (org-mode): `Set buffer-invisibility-spec' for links.
3381         (org-activate-links2): Hide link part and only show descriptive
3382         part of the link.
3383         (org-insert-link): Modify for new linking system.
3384         (org-store-link): Store description separately, for use by
3385         `org-insert-link'.
3386         (org-table-align): Use `org-string-width'.
3387         (defgroup): Completely new group structure for custom variables.
3388         (org-agenda-files): Option: Single file name allowed.  Function:
3389         Optional argument unrestrited means ignore any restricitons.
3390         (org-install-agenda-files-menu): Find a buffer in Org-mode before
3391         trying to modify the menu.  Use generalized access to
3392         `org-agenda-files.'
3393         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3394         (org-agenda-file-to-front, org-remove-file, org-diary)
3395         (org-tags-view, org-export-icalendar-all-agenda-files)
3396         (org-export-icalendar-combine-agenda-files): Use generalized
3397         access to `org-agenda-files'.
3398         (org-remember-handler): Correctly preserve heading if present.
3399         (org-table-insert-row, org-table-insert-hline): Deal with
3400         invisible characters.
3402 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
3404         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3405         (vc-annotate-color-map): New 18 element constant
3406         value/saturation, rotating hue colormap, from red->blue.
3407         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3408         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3409         (vc-annotate): To avoid killing the required local variables,
3410         set them before the end of `with-output-to-temp-buffer', and
3411         after first switching to annotate-mode.
3412         (vc-annotate-warp-version): Add buffer argument in goto-line to
3413         ensure annotation, not source, is scrolled.
3415 2006-04-10  Bill Wohler  <wohler@newt.com>
3417         * custom.el (defcustom, custom-handle-keyword):
3418         Add :package-version keyword.
3419         (custom-add-package-version): New function.  Sets value of new
3420         property 'custom-package-version from :package-version keyword.
3421         (defcustom): Create Common Keywords section in docstring.
3422         (defface, defgroup): Replace definitions of a select few keywords
3423         with a reference to the Common Keywords in defcustom.
3424         (defcustom, defface, defgroup): Replace reference to Customization
3425         chapter in manual with hyperlink.
3427         * cus-edit.el (customize-package-emacs-version-alist):
3428         New variable.
3429         (customize-changed-options): Add check for custom-package-version.
3430         (customize-package-emacs-version): New function to look up Emacs
3431         version corresponding to the given package version.
3433         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3434         defun name, in similar fashion to find-variable-regexp.
3436 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
3438         * international/mule-cmds.el (set-locale-environment): Fix last
3439         change for when the locale's preferences don't specify any encoding.
3441 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3443         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3444         so the defined var/fun doesn't need to be quoted.
3446 2006-04-10  Richard Stallman  <rms@gnu.org>
3448         * finder.el (finder-mode-map): Add n and p bindings.
3450 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
3452         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3453         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3454         (gdb-setup-windows): Put something in source window if we can't find
3455         the source file.
3456         (gdb-frame-handler): Make it work again with just assembly.
3457         (gdb-data-list-register-values-handler): Make it work when there is
3458         no stack.
3460 2006-04-09  Richard Stallman  <rms@gnu.org>
3462         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3463         specs while looking for charset.
3465         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3467         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3468         Make them faces.
3469         (lm-font-lock-keywords): Update appropriately.
3471 2006-04-10  Kim F. Storm  <storm@cua.dk>
3473         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3474         it can also replace buffer-substring-no-properties.
3476         * emulation/cua-base.el (cua-delete-region, cua-paste)
3477         (cua-repeat-replace-region): Use filter-buffer-substring.
3479         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3480         (cua-cut-region-to-global-mark): Likewise.
3482         * emulation/cua-rect.el (cua--extract-rectangle)
3483         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3485 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3487         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3488         entry-type.  Add field delimiters to numerical fields if they are
3489         not present.
3491 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3493         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3494         string-const to return value.
3495         (bibtex-remove-delimiters): Use it.
3497 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3499         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3500         cl-byte-compile-compiler-macro unless it exists.
3502 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
3504         * files.el (hack-local-variables-confirm) <offer-save>:
3505         Clarify message text.  Suggested by Ralf Angeli.
3507 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
3509         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3510         (delete-extract-rectangle-line): Use `filter-buffer-substring'
3511         instead of `buffer-substring' and `delete-region'.  (Most of the
3512         code actually copied from `kill-region'.)
3514 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
3516         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3517         (rcirc-default-port): Rename from rcirc-port.
3518         (rcirc-default-nick): Rename from rcirc-nick.
3519         (rcirc-default-user-name): Rename from rcirc-user-name.
3520         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3521         (rcirc-low-priority-flag): New variable.
3522         (rcirc-decode-coding-system): New defcustom.
3523         (rcirc-encode-coding-system): New defcustom.
3524         (rcirc-coding-system-alist): New defcustom.
3525         (rcirc-multiline-major-mode): New defcustom.
3526         (rcirc-nick): New internal variable.
3527         (rcirc-process): Remove variable.
3528         (rcirc-server-buffer): New variable.
3529         (rcirc): Update to use rcirc-default-* variables above.
3530         (rcirc-connect): Do not add window-configuration-hook-here.
3531         (rcirc-server): New internal variable.
3532         (rcirc-connect): Do not send keepalive pings if
3533         rcirc-keepalive-seconds is nil.
3534         (with-rcirc-server-buffer): New macro.
3535         (rcirc-send-string): Encode with rcirc-encode-coding-system.
3536         (rcirc-server-name): Rename from rcirc-server.
3537         (rcirc-buffer-process): New function.
3538         (rcirc-buffer-nick): New function.
3539         (rcirc-buffer-target): Remove function.
3540         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3541         New commands.
3542         (rcirc-mode-map): Change binding of C-c C-l to
3543         rcirc-toggle-low-priority.
3544         (rcirc-mode): Initialize coding system based on
3545         rcirc-coding-system-alist.  New change-major-mode-hook to part the
3546         channel on a mode change.  Make kill-buffer-hook buffer-local.
3547         (rcirc-change-major-mode-hook): New function.
3548         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3549         (rcirc-last-post-time): New variable.
3550         (rcirc-process-message): Store the last time user posted a message
3551         to this target.
3552         (rcirc-multiline-minor-mode): New mode.
3553         (rcirc-multiline-minor-mode-map): New mode map.
3554         (rcirc-edit-multiline): Put multiline-edit buffer in
3555         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3556         (rcirc-print): Ignore any line starting with an ignored nick.
3557         (rcirc-print): Decode using rcirc-decode-coding-system.
3558         (rcirc-track-minor-mode): Update global-mode-string when disabling
3559         this mode.
3560         (minor-mode-alist): Add LowPri indicator.
3561         (rcirc-toggle-low-priority): New function.
3562         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3563         next lowpriority buffer with activity.
3564         (rcirc-record-activity): Sort buffers in rcirc-activity by the
3565         last time the user posted a message in to the target.
3566         (rcirc-update-activity-string): New formatting for low priority
3567         buffers.
3568         (rcirc-split-activity): New function.
3569         (rcirc-handler-PART, rcirc-handler-KICK)
3570         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3571         (rcirc-nick-away-alist): New variable.
3572         (rcirc-handler-301): New handler.  Away messages are printed once
3573         per change.
3575 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
3577         * info.el (Info-follow-nearest-node): Doc fix.
3579         * international/mule-cmds.el (set-locale-environment): Make sure
3580         the coding-system preferred by the locale's language has the same
3581         EOL conversion type as the original buffer-file-coding-system.
3582         (locale-language-names): Add a few MS Windows language codes.
3584 2006-04-07  Richard Stallman  <rms@gnu.org>
3586         * simple.el (eval-expression): Doc fix.
3588         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3589         (eval-defun): Doc fixes.
3591 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
3593         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3595 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
3597         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3598         GDB list command without argument for greater generality.
3600 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3602         * subr.el (string-or-null-p): New function.
3604         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3606         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3608         * files.el: Update comment about safe-local-variable declarations.
3610 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
3612         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3613         See idlwave.org.
3615         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3616         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
3618         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3619         See idlwave.org.
3621         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3622         version 6.0 (minimal changes).  See idlwave.org.
3624         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3625         6.0 (minimal changes).  See idlwave.org.
3627         * progmodes/idlw-rinfo.el: File obsoleted and removed.
3629 2006-04-06  Romain Francoise  <romain@orebokech.com>
3631         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3632         symmetric encryption features and a new asynchronous interface to
3633         GnuPG.  This new version is version 1.4, plus whitespace changes.
3635 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3637         * files.el: Move some `safe-local-variable' declarations to the
3638         respective files.
3640         * textmodes/ispell.el (ispell-check-comments)
3641         (ispell-local-dictionary): Mark as safe.
3643         * abbrev.el (abbrev-mode): Mark as safe.
3645         * add-log.el (change-log-default-name): Mark as safe.
3647         * textmodes/reftex-vars.el (reftex-vref-is-default)
3648         (reftex-fref-is-default, reftex-level-indent)
3649         (reftex-guess-label-type): Mark as safe.
3651         * textmodes/fill.el (colon-double-space): Mark as safe.
3653         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3654         (sentence-end-double-space, sentence-end-without-period)
3655         (sentence-end-without-space, sentence-end, sentence-end-base)
3656         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3658 2006-04-06  Kim F. Storm  <storm@cua.dk>
3660         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3661         the :set-after list.
3662         (ido-downcase-unc-hosts): New user option.  Default on.
3663         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3664         when it is set, as regexps are now applied on the fly.
3665         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3666         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3667         on the fly, but only when ido-process-ignore-lists is set.
3668         Do case insensitive filtering if ido-downcase-unc-hosts is set.
3669         Only downcase names if ido-downcase-unc-hosts is set.
3671 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
3673         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3675         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3677 2006-04-05  Kim F. Storm  <storm@cua.dk>
3679         * ido.el (ido-mode): Set after ido-unc-hosts and
3680         ido-ignore-unc-host-regexps.
3681         (ido-save-history): Save ido-unc-hosts-cache.
3682         (ido-load-history): Load ido-unc-hosts-cache.
3683         (ido-reread-directory): Refresh unc hosts cache in // dir.
3685         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3686         to nil while displaying slash screen.
3688 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3690         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3691         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3693 2006-04-05  Kenichi Handa  <handa@m17n.org>
3695         * international/characters.el: Setup cases of Latin, Greek, and
3696         Cyrillic characters in CJK charsets.
3698 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3700         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3701         default-enable-multibyte-characters.  This reverts the change from
3702         revision 6.17 which is no longer necessary because the passphrase
3703         is sent separately now.  GnuPG messages are unreadable under
3704         multibyte locales with default-enable-multibyte-characters set to nil.
3706 2006-04-04  Andreas Schwab  <schwab@suse.de>
3708         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3709         and `byte-compile-warnings' as `safe-local-variable'.
3711 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
3713         * man.el (Man-mode-map): Restore the \r binding.
3714         (Man-abstract-xref-man-page): If Man-target-string is a function,
3715         call it.
3716         (Man-highlight-references): Use Man-default-man-entry to get the
3717         target.  Deal with xrefs too.
3718         (Man-highlight-references0): Don't call the target function.
3720         * woman.el (WoMan-xref-man-page): Strip the section number, woman
3721         cannot deal with it.
3723 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3725         * pgg-gpg.el: Clean up process buffers every time gpg processes
3726         complete.
3728 2006-04-04  Kenichi Handa  <handa@m17n.org>
3730         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3731         here.
3732         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3733         Temporarily bind inhibit-field-text-motion to t.
3735 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3737         * startup.el (normal-splash-screen): Only set mode-line-format in the
3738         splash buffer, so as not to interfere when debugging the code.
3739         Ignore errors when switching buffer.
3741 2006-04-03  Romain Francoise  <romain@orebokech.com>
3743         * dired.el (dired-dnd-protocol-alist): Fix typo.
3745 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3747         * savehist.el (savehist): Add :version.
3748         (savehist-ignored-variables): New variable.
3749         (savehist-minibuffer-hook): Don't save variables listed in
3750         `savehist-ignored-variables'.
3752         * dired.el (dired-dnd-protocol-alist): Mention that change does
3753         only apply to new buffers in doc string.
3755 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
3757         * recentf.el (recentf-open-files-item): Include newline in button
3758         field, so opening a file will work, when the point is at the end
3759         of the file name.  Allow, for example, to [i]search a file by
3760         extension and just push RET to open it.
3762 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3764         * pgg-gpg.el (pgg-gpg-process-filter)
3765         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3767         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3768         lines, temporary fix.
3770 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
3772         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3774 2006-04-02  Richard Stallman  <rms@gnu.org>
3776         * progmodes/compile.el (compilation-message-face): Make it defcustom.
3778 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
3780         * ibuf-macs.el (define-ibuffer-column): Add a new key:
3781         header-mouse-map.
3783         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3784         (ibuffer-mode-header-map): New keymaps.
3785         (ibuffer-update-title-and-summary): Enable mouse face highlighting
3786         and keybindings for column headers.
3787         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3788         property.
3790 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
3792         * speedbar.el (speedbar-after-create-hook): Doc fix.
3794 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
3796         * shell.el (shell-directory-tracker)
3797         (shell-dynamic-complete-command): Doc fixes.
3799 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
3801         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3802         terminals.
3804 2006-04-01  Kim F. Storm  <storm@cua.dk>
3806         * ido.el (ido-unc-hosts-cache): New defvar.
3807         (ido-unc-hosts): If value of defcustom is a function, call it to
3808         get list of UNC hosts.  Add function-item choices to specify
3809         ido-unc-hosts-net-view or user function.
3810         (ido-ignore-unc-host-regexps): New defcustom.
3811         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3812         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3813         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3815 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3817         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3818         wwidth.
3820 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
3822         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3823         (ido-max-work-file-list, ido-switch-buffer)
3824         (ido-read-file-name-as-directory-commands):
3825         Fix typos in docstrings.
3827 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3829         * term/mac-win.el (mac-system-coding-system): Define and use after
3830         Mac-specific coding systems are ready.
3832 2006-03-27  Romain Francoise  <romain@orebokech.com>
3834         * net/rcirc.el (rcirc-connect): Add autoload cookie.
3836         * ldefs-boot.el: Update.
3838 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3840         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3841         passphrases when it is not needed.
3842         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3843         passphrase stuff from gpg, should only be necessary when you use
3844         gpg with a smartcard.
3846 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
3848         * comint.el (comint-dynamic-list-completions): Allow user to
3849         select *Completions* buffer.
3851 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
3853         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3855 2006-03-26  Andreas Schwab  <schwab@suse.de>
3857         * progmodes/gud.el (gdb): Only complain about multiple debugging
3858         when the gdb process is still running.
3860 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
3862         * mail/rmail.el (tool-bar-map): Defvar it.
3863         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3864         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3866 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3868         * help.el (print-help-return-message): Suggest to use
3869         display-buffer instead of switch-to-buffer-other-window to restore
3870         the previous window without selecting it.
3872 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3874         * frame.el (select-frame-by-name): Call x-focus-frame also when
3875         window-system is mac.
3877         * term/mac-win.el: Adjust Courier font specifications in
3878         x-fixed-font-alist.
3879         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3880         when directly encoding to UTF-16 in native byte order, no BOM.
3882 2006-03-25  Kim F. Storm  <storm@cua.dk>
3884         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3885         (cua--init-keymaps): Use it instead of fixed C-return.
3886         (cua-mode): Set after it.
3888         * emulation/cua-rect.el (cua--init-rectangles):
3889         Use cua-rectangle-mark-key instead of fixed C-return.
3891 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
3893         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3894         "run" in .gdbinit.
3895         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3897 2006-03-24  Romain Francoise  <romain@orebokech.com>
3899         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3900         `display-buffer-other-frame'.
3902 2006-03-24  Kim F. Storm  <storm@cua.dk>
3904         * apropos.el (apropos-synonyms): Add selection => region.
3906 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
3908         * progmodes/gdb-ui.el (gdb-var-create-regexp)
3909         (gdb-var-list-children-regexp, gdb-var-update-regexp)
3910         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3911         (gdb-data-list-register-values-regexp)
3912         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3913         Future proof against new fields being added to MI output.
3914         (gdb-send): Don't treat backslashes for program input as
3915         continuations.
3916         (gdb-assembler-handler): Don't use window-start for this handler.
3917         (gdb-frame-handler): Don't change to hollow arrow if overlay
3918         arrow doesn't move to new frame.
3920 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
3922         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3923         prevent compiler warnings.
3924         (gdb-stopped): Check for gud-last-last-frame (case: signal).
3925         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3926         (gdb-assembler-custom): Use hollow-right-triangle for assembler
3927         buffer too.
3929 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
3931         * pgg-gpg.el (pgg-gpg-update-agent): Check for
3932         make-network-process, so we can use the same code in Gnus v5-10
3933         too and have this file fully synchronized with that release.
3935 2006-03-23  Romain Francoise  <romain@orebokech.com>
3937         * ibuf-ext.el (ibuffer-read-filter-group-name):
3938         Use `ibuffer-generate-filter-groups' to make completion list match
3939         the filter groups that are really displayed in the Ibuffer buffer.
3940         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3942 2006-03-23  Kenichi Handa  <handa@m17n.org>
3944         * international/mule-cmds.el (sort-coding-systems): Describe that
3945         the argument is modified in docstring.
3947 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3949         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3950         (pgg-gpg-update-agent): New function.
3951         (pgg-gpg-use-agent-p): New function.
3952         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3953         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3954         (pgg-gpg-sign-region): Use it.
3956 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
3958         * cus-edit.el (custom-face-set): Call custom-push-theme before
3959         face-spec set so that `changed' theme is correctly saved.
3960         (custom-face-reset-standard): Reset to recalculated face rather
3961         than defface spec.
3963         * custom.el (custom-push-theme): Only save `changed' theme if the
3964         current face does not match the defface specs.
3966 2006-03-21  Simon Josefsson  <jas@extundo.com>
3968         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3969         <wilde@sha-bang.de>.
3970         (pgg-gpg-use-agent): New variable.
3971         (pgg-gpg-process-region): Use it.
3972         (pgg-gpg-encrypt-region): Likewise.
3973         (pgg-gpg-encrypt-symmetric-region): Likewise.
3974         (pgg-gpg-decrypt-region): Likewise.
3975         (pgg-gpg-sign-region): Likewise.
3976         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3978 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
3980         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3981         bracket links.
3983 2006-03-21  Kim F. Storm  <storm@cua.dk>
3985         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3986         fringe-indicator-alist instead of modifying global value.
3987         (gdb-frame-handler): Likewise.
3989 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
3991         * diff-mode.el (diff-function): Make it inherit from diff-header
3992         instead of diff-context.
3994         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3995         bitmap.
3996         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3997         change names in macro above for consistency.
3998         (gdb-frame-handler): Use hollow-right-triangle for all selected
3999         frames which except the innermost (where execution has stopped).
4000         (gdb-reset): Reset buffer-local values of overlay-arrow.
4002 2006-03-20  Richard Stallman  <rms@gnu.org>
4004         * simple.el (set-mark-command): Doc fix.
4006         * files.el (display-buffer-other-frame): New command.
4007         (ctl-x-4-map): Bind C-x 5 C-o to it.
4009 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4011         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4012         rather than just defer-time, in case defer-time has been changed but
4013         the timer isn't running yet.
4014         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4016 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
4018         * help-mode.el (help-follow-symbol): New function.
4019         Essentially identical to the old `help-follow', but do not let
4020         `push-button' do the work when on an xref.
4021         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4023 2006-03-19  Richard Stallman  <rms@gnu.org>
4025         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4026         preceded by the word `program'.
4027         (help-follow-mouse, help-follow): Throw error if not on xref.
4028         Delete no longer used args.
4030 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
4032         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4033         annotation ensure gud-overlay-arrow-position is redisplayed.
4035 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4037         * textmodes/bibtex.el (bibtex-include-OPTkey)
4038         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4039         (bibtex-autokey-name-case-convert)
4040         (bibtex-autokey-titleword-case-convert): Make these the aliases
4041         for the following two variables.
4042         (bibtex-autokey-name-case-convert-function)
4043         (bibtex-autokey-titleword-case-convert-function): Make these the
4044         real names.
4045         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4046         bibtex-font-lock-crossref sublists.
4047         (bibtex-mode): Revert 2005-12-30 change (which made
4048         completion-ignore-case buffer-local).
4049         (bibtex-url): Simplify.
4051 2006-03-19  Kim F. Storm  <storm@cua.dk>
4053         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4054         cursor property value to 2 (to align with C level change).
4056 2006-03-19  Bill Wohler  <wohler@newt.com>
4058         * image.el (image-load-path-for-library): Shorten first line in
4059         docstring.
4061 2006-03-18  Richard Stallman  <rms@gnu.org>
4063         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4065 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
4067         * isearch.el (isearch-other-meta-char): Handle user bindings for
4068         shifted control characters.
4070 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
4072         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4073         part that matches email addresses, file names, etc.
4075 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
4077         * term/w32-win.el (mouse-set-font):
4078         Mention w32-list-proportional-fonts in the doc string.
4080 2006-03-18  Kim F. Storm  <storm@cua.dk>
4082         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4083         (ido-unc-hosts): New user option to explicitly define list of know
4084         UNC-style hosts for completion.
4085         (ido-cache-unc-host-shares-time): New user option.
4086         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4087         New helper functions for UNC file-name support.
4088         (ido-may-cache-directory): Check for UNC host.  Simplify.
4089         (ido-wash-history): Clean out old UNC hosts.
4090         (ido-nonreadable-directory-p): UNC hosts are always readable.
4091         (ido-directory-too-big-p): UNC hosts are never too big.
4092         (ido-set-current-directory): Handle UNC root path.
4093         (ido-file-name-all-completions): Complete UNC host names from
4094         ido-unc-hosts list.  Cache UNC host shares.
4095         (ido-make-file-list-1): Don't filter UNC root.
4096         (ido-exhibit): Check for // in root directory, and switch to UNC
4097         mode by setting ido-current-directory to //.
4099 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
4101         * cus-edit.el (customize-changed-options): Mention explicit
4102         version number as default in prompt.
4104 2006-03-17  Bill Wohler  <wohler@newt.com>
4106         * image.el (image-load-path-for-library): Minor docstring fix.
4108 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
4110         * textmodes/org.el (org-read-date): Include subgroup 5 into
4111         replacement text.
4112         (org-popup-calendar-for-date-prompt): Fix customization type.
4114 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
4116         * progmodes/gdb-ui.el (gud-watch): Provide completion.
4117         (gdb-continuation): New variable.
4118         (gdb-send): Deal with continuation lines.
4120         * progmodes/gud.el (gud-gdb-complete-command)
4121         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4122         expressions.
4123         (gud-tooltip-mode): Use buffer-local value.
4125 2006-03-16  Kim F. Storm  <storm@cua.dk>
4127         * ido.el (ido-edit-input): Use selected match, if any.
4129 2006-03-16  Bill Wohler  <wohler@newt.com>
4131         * image.el (image-load-path-for-library): Prefer user's images in
4132         image-load-path.
4134 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
4136         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4137         when checking for attempt to drag leftmost or rightmost scrollbar.
4139 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
4141         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4142         (gdb-force-mode-line-update): New function.
4143         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4144         (gdb-exited): Use them.
4145         (gdb-signal): New function.
4146         (gdb-annotation-rules): Provide a rule for it.
4148 2006-03-16  Kenichi Handa  <handa@m17n.org>
4150         * international/mule.el (auto-coding-regexp-alist): Add entries
4151         for Unicode BOM.
4153         * sort.el (sort-build-lists): Temporarily bind
4154         inhibit-field-text-motion to t.
4156 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
4158         * locate.el (locate-command, locate-make-command-line)
4159         (locate-fcodes-file, locate-update-command)
4160         (locate-prompt-for-command, locate, locate-with-filter)
4161         (locate-get-file-positions): Doc fixes.
4162         (locate-buffer-name, locate-header-face): Remove leading `*' in
4163         defcustom.
4164         (locate-filter-output): Use `keep-lines' instead of its alias
4165         `delete-non-matching-lines'.
4166         (locate-get-filename, locate-get-dirname): Add introductory comment.
4167         (locate-find-directory-other-window): Give appropriate error
4168         message if used outside main listing.
4170 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4172         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4173         the new extend-region feature.
4174         (font-lock-after-change-function): Update correspondingly.
4175         * jit-lock.el (jit-lock-after-change): Update correspondingly.
4176         * progmodes/grep.el (font-lock-lines-before): Don't disable.
4178 2006-03-15  Bill Wohler  <wohler@newt.com>
4180         * image.el (image-load-path-for-library): Fix example by not
4181         recommending that one binds image-load-path.  Just defvar it to
4182         placate compiler and only use it if previously defined.
4184 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
4186         * textmodes/org.el (org-insert-centered): Use `string-width' to
4187         make underlining work for wide characters.
4188         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4189         TAB to `org-cycle', to make sure that no binding in
4190         `outline-mode-map' can supercede it.
4192 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
4194         * allout.el: Increment version to 2.2.1 in file commentary.
4196         (allout-version): Increment to 2.2.1.
4198         (allout-default-layout): New customization variable, used when the
4199         file lacks a specific allout-layout.  Uses allout-layout-type for
4200         recursively nested definition.
4202         (allout-layout-type): Widget defining allout layouts, necessary for
4203         self-recursive definition.
4205         (allout-mode): Incorporate allout-default-layout as fallback for
4206         allout-layout.
4208         (allout-layout): Mark as 'safe-local-variable', and refer mention
4209         fallback to `allout-default-layout' in absence of a specified value.
4210         (allout-passphrase-verifier-string)
4211         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4213         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4215         (allout-get-encryption-passphrase-verifier): Use correct name of
4216         passphrase verifier in docstring.
4218 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
4220         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4221         elements.
4222         (gdb-find-watch-expression): Make it work for arrays too.
4223         Follow change to gdb-var-list.
4224         (gud-watch): Allow the user to enter variable name with a prexix
4225         arg.  Create keybindings.
4226         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4227         (gdb-var-list-children-handler, gdb-var-update-handler)
4228         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4229         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4230         Follow change to gdb-var-list.
4231         (gdb-starting): Don't show the overlay arrows when program is running.
4233         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4234         gdb-var-list.
4236 2006-03-14  Bill Wohler  <wohler@newt.com>
4238         * image.el (image-load-path-for-library): Pass value of path
4239         rather than symbol.  Always return list of directories.
4240         Guarantee that image directory comes first.
4242 2006-03-14  Alan Mackenzie  <acm@muc.de>
4244         * font-core.el (font-lock-extend-region\(-function\)?.):
4245         New function/variable.
4247         * font-lock.el (font-lock-after-change-function):
4248         Call font-lock-extend-region.  Obey font-lock-lines-before.
4249         (font-lock-default-fontify-region): Remove reference to
4250         font-lock-lines-before.
4252         * jit-lock.el (jit-lock-after-change):
4253         Call font-lock-extend-region.  Obey font-lock-lines-before.
4255 2006-03-14  David Ponce  <david@dponce.com>
4257         * tree-widget.el (tree-widget-themes-load-path)
4258         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4260 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
4262         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4263         (rcirc-print): Mark the start of text at the end of the prompt.
4264         (rcirc-track-minor-mode): Add autoload cookie.
4265         (rcirc-update-activity-string): Add space to front of mode-line
4266         indicator.
4268 2006-03-13  Miles Bader  <miles@gnu.org>
4270         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4271         (rcirc-abbrev-nick): Remove function.
4272         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4274 2006-03-13  David Ponce  <david@dponce.com>
4276         * tree-widget.el: Handle themes across all occurrences of the main
4277         themes sub-directory found in tree-widget-themes-load-path.
4278         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4279         (tree-widget--locate-sub-directory): Return all occurrences.
4280         (tree-widget-themes-path): New function.
4281         Replace tree-widget-themes-directory, and return a list of directories.
4282         (tree-widget-set-parent-theme)
4283         (tree-widget-lookup-image): Use it.
4285 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
4287         * textmodes/org.el (org-link-search): Avoid self-matching of
4288         links, allow target text to be distributed over several lines.
4289         (org-search-not-link): New function.
4290         (org-set-regexps-and-options, org-get-current-options):
4291         New startup options.
4292         (org-export-as-html): Take odd-level setting from local variable.
4293         (org-fontify-emphasized-text): New option.
4294         (org-set-font-lock-defaults): Include emphasized text.
4295         (org-follow-mhe-link): Allow folder-only links, fix folder name.
4296         (org-font-lock): Customize group renamed from `org-faces'.
4298 2006-03-13  John Paul Wallington  <jpw@pobox.com>
4300         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4301         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
4303 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
4305         * cus-start.el (all): Delete :version keyword for members of the
4306         fringe group, since the entire group is new in 22.1.
4308 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
4310         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4311         map if value is hexadecimal (an address).
4312         (gud-watch): Only search roots for existing watch expressions.
4313         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4314         prevent caching problems with speedbar-update-directory-contents.
4316 2006-03-12  Juri Linkov  <juri@jurta.org>
4318         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4319         before comparing with `low' and `warn'.
4321         * info.el (Info-dir-remove-duplicates): Move point to the
4322         beginning of the current line after deleting the entries from
4323         redundant heading.  Use marker for `limit' and compare it with
4324         point before calling `re-search-forward'.
4326 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
4328         * simple.el (yank): Fix typo in docstring.
4330 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
4332         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4333         messages, where "D" is the 6th character.
4335 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
4337         * simple.el (yank): Fix last change.
4339 2006-03-11  David Ponce  <david@dponce.com>
4341         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4342         merging elements from the standard ispell-dictionary-alist.
4343         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4344         alist, and return the new alist.
4346 2006-03-11  Richard Stallman  <rms@gnu.org>
4348         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4350         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4351         the way it is implemented is too unclean.
4353         * simple.el (kill-region, yank): Doc fix.
4355         * battery.el (battery-echo-area-format): Doc fix.
4356         (battery-mode-line-format): Likewise.
4357         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4358         (battery-linux-proc-acpi): Ignore batteries that say "charged".
4360 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
4362         * progmodes/octave-mod.el (octave-indent-for-comment):
4363         Behave according to do string.
4365 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
4367         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4368         Be visible only if major mode is Mail Mode.
4370         * textmodes/flyspell.el (flyspell-external-point-words)
4371         (flyspell-process-localwords): Fix last changes.
4373 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
4375         * calendar/holidays.el (list-holidays): Doc fix.
4377         * international/mule.el (auto-coding-alist): Add .odt
4378         (OpenOffice's open document) files.
4380         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4381         document) files.  Mention in the doc string the need to sync with
4382         auto-coding-alist.
4384 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
4386         * files.el (hack-local-variables-confirm): Don't prompt for ! if
4387         enable-local-variables is set to always query, or there is no
4388         savable variable.
4390 2006-03-10  Bill Wohler  <wohler@newt.com>
4392         * image.el (image-load-path-for-library): Merge at least three
4393         functions from Gnus and MH-E into this one function that can now
4394         be shared.
4396 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
4398         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4399         gdb-remove-mouse-face and remove help-echo too.
4400         (gdb-enqueue-input): Correct conditional clause.
4402 2006-03-10  Glenn Morris  <rgm@gnu.org>
4404         * calendar/calendar.el (calendar-holidays): Doc fix.
4405         * calendar/holidays.el (list-holidays): Doc fix.
4407 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
4409         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4410         it gets called in gdb-prompt anyway.
4411         (gdb-use-separate-io-buffer): Only restore window arrangement for
4412         gdb-many-windows.
4413         (gdb-enqueue-input): Make it harder to send GDB input when program
4414         is running.
4415         (gdb-buffer-list): New variable.
4416         (gdb-remove-mouse-face): New function.
4417         (gdb-starting): Use it when GDB input won't get sent.
4419 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
4421         * help.el (view-lossage): Remove trailing whitespace before
4422         inserting "\n".
4424 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
4426         * files.el (hack-local-variables-confirm):
4427         Set coding-system-for-read to nil before writing to .emacs.
4429         * arc-mode.el (archive-extract): Check if an existing buffer name
4430         comes from a different archive.
4432         * help.el (describe-key-briefly): If KEY is a down event, read and
4433         discard the up event.
4435 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
4437         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4438         be edited and use font-lock-warning-face for any changes.
4440         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4441         (gdb-edit-value): Use it to report any errors.
4443 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
4445         * help.el (describe-key): Remove leftover test code.
4447 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
4449         * textmodes/org.el: Move defvars out of eval-when-compile.
4450         Use buffer-file-name variable.
4451         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4452         arg `file'.
4453         (org-level-faces): Remove startup dependency.
4454         (org-cycle, org-map-tree, org-scan-tags)
4455         (org-remember-handler): Don't call `outline-level' directly.
4456         (org-mhe-search-all-folders): New option.
4457         (org-mhe-get-message-folder-from-index)
4458         (org-mhe-get-message-folder): Fix indexing search.
4459         (org-format-agenda-item): Handle nil TAGS argument.
4460         (org-cleaned-string-for-export, org-activate-target-links)
4461         (org-make-target-link-regexp): Deal with empty radio target list.
4462         (org-tag): New face.
4463         (org-get-level-face): New function.
4464         (org-set-font-lock-defaults): Simplify setup for headlines.
4465         (org-complete): Pass common substring to `display-completion-list'.
4467 2006-03-06  David Ponce  <david@dponce.com>
4469         * tree-widget.el: Update Commentary header.
4470         (tree-widget-theme-name): Ignore parent themes.
4471         (tree-widget-set-parent-theme): New function.
4472         (tree-widget-set-theme): Use it.
4473         (tree-widget-set-image-properties): Move definition.  Does nothing
4474         if image properties have already been set.
4475         (tree-widget-image-properties): Move definition.  Receive an image
4476         name.  Set the :pointer property.
4477         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
4478         Don't set the :pointer image property.
4479         (tree-widget-convert-widget): New function.  Handle :dynargs
4480         compatibility here.
4481         (tree-widget): Use it to :convert-widget.  Add the :expander-p
4482         predicate to control when the :expander function is entered.
4483         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4484         (tree-widget-value-create): Handle :expander-p.  widget-apply
4485         :expander.
4486         (tree-widget-expander-p): New function.  Default value of the
4487         :expander-p property.
4489 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
4491         * help.el (describe-key): Properly handle the return value of
4492         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
4493         remaps.  Handle string and vector `follow-link' values.
4495 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4497         * complete.el (PC-expand-many-files): Try be more careful when parsing
4498         the shell's output.
4500 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4502         * outline.el (hide-sublevels): Provide better interactive default.
4504 2006-03-06  Kenichi Handa  <handa@m17n.org>
4506         * international/fontset.el (create-fontset-from-fontset-spec):
4507         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4509 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
4511         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4512         backslashes instead of one in regexp.
4513         (gud-tooltip-dereference): Add missing optional argument.
4515 2006-03-04  John Paul Wallington  <jpw@pobox.com>
4517         * wdired.el (toplevel): Require `cl' at compile-time.
4519 2006-03-04  Andreas Schwab  <schwab@suse.de>
4521         * server.el (server-process-filter): Handle errors during
4522         evaluation of the argument.
4524 2006-03-03  John Paul Wallington  <jpw@pobox.com>
4526         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4527         escape parentheses at beginning of line.
4528         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4529         (t-mouse-mode): Remove period from end of error message.
4531 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
4533         * textmodes/flyspell.el (flyspell-process-localwords):
4534         Be case-sensitive.
4536 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
4538         * cus-edit.el (custom-quote): Remove function, since it has been
4539         moved to custom.el.
4541         * font-lock.el (lisp-font-lock-keywords-2)
4542         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4543         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4544         they have no special meaning.
4546         * midnight.el (clean-buffer-list): Handle case where base-buffer of
4547         indirect buffer gets killed before indirect buffer.  Use dolist.
4549 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
4551         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4552         value instead of a literal constant (1) on more pauses.
4554 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
4556         * textmodes/flyspell.el (flyspell-external-point-words):
4557         Be case-sensitive.
4559 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
4561         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4562         with "www".
4564 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
4566         * allout.el: Restablish intermediate missing comment header to
4567         preserve outline structure.
4568         (allout-beginning-of-current-entry): Skip invisible text.
4569         (allout-open-topic): Fix opening a topic at end-of-buffer.
4570         (allout-minor-mode): Move nearer to allout-mode function.
4572 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
4574         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4576 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
4578         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4579         is nil.
4581         * progmodes/gud.el (gud-speedbar-menu-items):
4582         Use buffer-local-value and add missing :visible keyword.
4584         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4586 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
4588         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4589         must be `follow-link'.
4591         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4593         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4594         formatting: No nested anchors.
4595         (org-all-targets): Fix bug with XEmacs compatibility.
4596         (org-read-date): Add (require 'parse-time).
4597         (org-set-tags): Fix bug with extra inserted space.
4598         (org-export-html-style): Define a style class for targets.
4599         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4600         (org-hide-leading-stars): New option.
4601         (org-hide): New face.
4602         (org-set-font-lock-defaults): Allow to hide leading stars.
4603         (org-get-legal-level, org-tr-level): New functions.
4604         (org-odd-levels-only): New option.
4605         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4606         (org-demote, org-promote): Deal with double-star levels.
4607         (org-convert-to-odd-levels): New command.
4609 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
4611         * speedbar.el (speedbar-update-localized-contents): Try to
4612         preserve window-start.
4613         (speedbar-update-directory-contents): Try to preserve window-start
4614         and window-point.
4615         (speedbar-update-special-contents): Don't move back to start of window.
4617         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4618         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
4619         speedbar-timer-fn.
4620         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4621         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4622         instead of gdb-speedbar-timer-fn.
4624 2006-02-28  Jay Belanger  <belanger@truman.edu>
4626         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4627         (math-compose-expr): Use latex option when calling
4628         `math-compose-tex-matrix' for latex mode.
4630 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
4632         * speedbar.el: Re-instate comments about developing for speedbar
4633         [this is what info and gdb-ui use even if better methods exist now].
4635         * t-mouse.el: New file.
4636         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
4637         (t-mouse-lispy-buffer-posn-from-coords): Remove.
4638         (t-mouse-make-event-element): Use posn-at-x-y instead.
4639         (t-mouse-make-event): Deal with Fedora Core 3.
4640         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4641         (t-mouse-mouse-position-function): New function.  Use it instead
4642         of advising mouse-position.
4643         (t-mouse-mode): New minor mode.
4644         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
4646 2006-02-27  Glenn Morris  <rgm@gnu.org>
4648         * calendar/calendar.el (calendar-holidays): Doc fix.
4650 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
4652         * progmodes/gdb-ui.el (gdb-source-window): New variable.
4653         Re-introduce the concept of a source window.
4654         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4655         consistency with get-buffer-create.
4656         (def-gdb-auto-update-handler, gdb-info-locals-handler)
4657         (gdb-data-list-register-values-handler)
4658         (gdb-stack-list-locals-handler): Try to preserve window-start as
4659         well as window-point.
4660         (gdb-display-source-buffer): New function (old concept).
4661         (gdb-goto-breakpoint): Use it.
4663         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4664         for gdb-ui/gdb-mi (old concept).
4666 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
4668         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4669         binding.
4671         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4673         * textmodes/reftex-sel.el (reftex-select-label-map)
4674         (reftex-select-bib-map): Add `follow-mouse' binding.
4676 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
4678         * jka-cmpr-hook.el (jka-compr-compression-info-list)
4679         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4680         Give :set functions to provide automatic updating.
4681         Update docstring.  Give compiler defvars early in the file
4682         and move the defcustoms to a later spot where all called functions
4683         are defined.
4684         (jka-compr-file-name-handler-entry): Doc fix.
4685         (jka-compr-compression-info-list--internal)
4686         (jka-compr-mode-alist-additions--internal)
4687         (jka-compr-load-suffixes--internal): New variables.
4688         (jka-compr-install): Set the three above variables.
4689         Update `load-file-rep-suffixes' instead of `load-suffixes'.
4690         (jka-compr-update, jka-compr-set): New functions.
4691         (auto-compression-mode): Doc fix.
4693         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4694         Update `load-file-rep-suffixes' instead of `load-suffixes'.
4695         Use jka-compr-compression-info-list--internal,
4696         jka-compr-mode-alist-additions--internal and
4697         jka-compr-load-suffixes--internal.
4699         * files.el (load-library):
4700         * loadhist.el (file-loadhist-lookup):
4701         * startup.el (command-line):
4702         * subr.el (locate-library):
4703         * emacs-lisp/autoload.el (update-directory-autoloads):
4704         * emacs-lisp/find-func.el (find-library-suffixes):
4705         Use `get-load-suffixes' instead of `load-suffixes'.
4707         * subr.el (locate-library):
4708         * emacs-lisp/find-func.el (find-library-name):
4709         Use `load-file-rep-suffixes' instead of '("").
4711 2006-02-26  Kim F. Storm  <storm@cua.dk>
4713         * ido.el (ido-save-history, ido-load-history): Simplify.
4714         Don't use find-file-noselect to avoid interference from other modes.
4716 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
4718         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4719         to use the default shell if filename is not available.
4720         Reported by Giorgos Keramidas.
4722 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
4724         * progmodes/etags.el (tags-completion-table): Do completion from
4725         all the tables in the current list, as documented in the manual.
4727 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4729         * CC Mode Update to 5.31.3.
4731 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4733         * progmodes/cc-mode.el (c-postprocess-file-styles):
4734         Bind inhibit-read-only to t, around the call to
4735         c-remove-any-local-eval-or-mode-variables, so that it works on a
4736         RO file.
4738 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4740         * progmodes/cc-awk.el: Correct a typo.
4742 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4744         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4745         c-hungry-delete-backwards, at the request of RMS.  Leave the old
4746         name as an alias.
4748 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4750         * progmodes/cc-mode.el: Correct a typo.
4752 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4754         * progmodes/cc-defs.el: Update the version number to 5.31.3.
4756 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4758         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4759         brace-else-brace (error due to mbeg, mend being undefined).
4761 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4763         * progmodes/cc-mode.el: File Local variables: Solve the problem
4764         where both `mode' and c-file-offsets are specified: `mode' will
4765         overwrite c-f-o's settings:
4766         (c-remove-any-local-eval-or-mode-variables): New function.
4767         (c-postprocess-file-styles): Call the above new function, within
4768         c-tentative-buffer-change, to splat `mode' and `eval' before the
4769         second hack-local-variables.
4771 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4773         * progmodes/cc-mode.el:
4774         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4775         (c-after-change): Protect the match data with save-match-data.
4776         It was getting corrupted by c-after-change-check-<>-operators.
4778         * cc-defs.el: [Supersedes patch V1.38]:
4779         (top level): Check for a buggy font-lock-compile-keywords ONLY in
4780         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
4782         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4783         with save-match-data.  It was being corrupted when Font Lock was
4784         not enabled.
4786 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4788         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4789         Mode and Subword Mode.
4791         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4792         real labels ("case 1:" or "foo:") from non-labels ("public:").
4793         (c-forward-objc-directive): Replace c-forward-token-2 with crude
4794         coding; c-f-t-2 doesn't move over a token at EOB.
4796         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4798         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4799         (c-update-modeline): Concatenate the minor mode indicators
4800         directly onto mode-name, removing c-submode-indicators.
4801         Sometimes, c-s-i got separated from the mode name on the mode line.
4803         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4804         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4806 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4808         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4809         error message when there's an evaluation error to show whether
4810         it's loaded from source or not.
4811         (c-filter-ops): Make it available at runtime too to work when
4812         `c-make-init-lang-vars-fun' needs to evaluate from source.
4814 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
4816         * help.el (help): Revert last part of 2006-02-23 change (deletion
4817         of the `provide' call).
4819 2006-02-23  Juri Linkov  <juri@jurta.org>
4821         * compare-w.el (compare-windows-highlight): Add new value
4822         `persistent' and change :type from `boolean' to `choice'.
4823         (compare-windows-overlays1, compare-windows-overlays2):
4824         New internal variables.
4825         (compare-windows-highlight): If compare-windows-highlight is
4826         `persistent', add current overlays to compare-windows-overlays[12]
4827         instead of adding compare-windows-dehighlight to pre-command-hook.
4828         (compare-windows-dehighlight): Delete all overlays from
4829         compare-windows-overlays[12].
4831         * info.el (Info-search): Don't bind search-spaces-regexp to
4832         Info-search-whitespace-regexp in non-regexp isearch mode.
4834 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4836         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4838 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
4840         * textmodes/org.el (org-xemacs-p)
4841         (org-export-html-show-new-buffer, org-table-may-need-update)
4842         (org-insert-item, org-mhe-get-message-real-folder)
4843         (org-mhe-get-message-folder-from-index)
4844         (org-mhe-get-message-folder, org-mhe-get-message-num)
4845         (org-mhe-get-header, org-make-org-heading-search-string)
4846         (org-make-org-heading-camel, org-table-sort-lines)
4847         (org-format-org-table-html, org-format-table-table-html):
4848         Fix typos in docstrings.
4850 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
4852         * textmodes/org.el (org-cleaned-string-for-export)
4853         (org-solidify-link-text): New function.
4854         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4855         XEmacs, just to silence the compiler.
4856         (org-export-as-ascii, org-export-as-html-and-open):
4857         Use `org-cleaned-string-for-export' and create internal links.
4858         (org-follow-mhe-link): Require mh-e, use folder.
4860 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
4862         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4864         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4865         gdb-debug-log-length.
4866         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
4867         it a real ring but...
4868         (gud-gdba-marker-filter): ...make it work like mark-ring.
4869         (gdb-enable-debug): Rename from gdb-enable-debug-log.
4870         (gdb-mouse-jump): New function.  Add bindings.
4872 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
4874         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4875         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4876         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4877         (gdb-debug-log-length): Customize it's length.
4878         (gud-watch, gdb-var-create-handler): Display function::var format
4879         but don't use to create variable object.
4880         (gdb-var-create-handler): Use message-box in place of message.
4881         (gdb-stopped): Call gdb-exited if signalled.
4883 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
4885         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4887         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4889         * textmodes/reftex.el (reftex-locate-file): Search all extensions
4890         if `reftex-try-all-extensions' is set.
4892         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4893         fail silently when there is no valid argument at point.
4894         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4895         `fail-silently' argument.  From a patch by David Reiter.
4897         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4898         New commands.
4899         (org-mark-ring): New variable.
4900         (org-mark-ring-length): New option.
4901         (org-open-at-point, org-goto, org-open-file): Push old position
4902         onto the mark ring.
4903         (org-add-hook): New function.
4904         (org-export-table-remove-special-lines): New option.
4905         (org-skip-comments, org-format-org-table-html): Respect new
4906         option `org-export-table-remove-special-lines'.
4907         (org-open-file): Allow special command configuration for
4908         directory link.
4909         (org-file-apps): Fix bugs in customize type, added setting
4910         for directories.
4911         (org-activate-tags, org-format-agenda-item, org-complete)
4912         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4913         (org-get-tags, org-get-buffer-tags, org-open-at-point)
4914         (org-link-search, org-make-org-heading-search-string)
4915         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4916         (org-radio-targets, org-file-link-context-use-camel-case)
4917         (org-activate-camels): New options.
4918         (org-update-radio-target-regexp, org-all-targets)
4919         (org-make-target-link-regexp, org-activate-target-links):
4920         New functions.
4921         (org-make-org-heading-search-string): New function.
4922         (org-store-link, org-insert-link): Use new option
4923         `org-file-link-context-use-camel-case'.
4924         (org-activate-camels): Use new option `org-activate-camels'.
4925         (org-link-regexp): Add mhe prefix.
4926         (org-open-at-point, org-store-link): Support for mhe links.
4927         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4928         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4929         (org-mhe-get-header, org-follow-mhe-link): New functions.
4930         (org-remove-angle-brackets, org-add-angle-brackets):
4931         New functions.
4932         (org-bracket-link-regexp): New constant.
4933         (org-read-date): Fix bug that was rejecting all typed dates.
4934         (org-link-search): Make hierarchy above visible after a match.
4935         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4936         (org-store-link): Fix bug with link creation when cursor is in
4937         an empty line.
4938         (org-open-at-point): Fix bug with matching a link.
4939         Fixed buggy argument sequence in call to `org-view-tags'.
4940         (org-compile-prefix-format): Set `org-prefix-has-tag'.
4941         (org-prefix-has-tag): New variable.
4942         (org-format-agenda-item): Remove tags from headline
4943         if appropriate.
4944         (org-agenda-remove-tags-when-in-prefix): New option.
4946 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
4948         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4949         Fix the regular expressions.
4951 2006-02-21  Richard M. Stallman  <rms@gnu.org>
4953         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4954         if there's no other specific basis.
4956         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4957         as variables at all.
4958         (unsafep-variable): Rename arg; doc fix.
4960         * abbrevlist.el (list-one-abbrev-table): Add autoload.
4962         * calendar/appt.el (diary-selective-display): Add defvar.
4964         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4966         * isearch.el (search-whitespace-regexp): Fix custom type.
4968         * help.el (describe-key-briefly): Compute interactive args
4969         in same was as before previous change.
4971         * files.el (enable-local-variables): Doc fix.
4973 2006-02-21  Kim F. Storm  <storm@cua.dk>
4975         * fringe.el: Cleanup as file is now pre-loaded.
4976         (fringe-bitmaps): Initialize unconditionally.
4977         (fringe-mode, set-fringe-style): Remove autoload cookies.
4979 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4981         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4982         `horizontal-bar'.
4983         (fringe-cursor-alist): Use `horizontal-bar'.
4985 2006-02-20  Kim F. Storm  <storm@cua.dk>
4987         * fringe.el (fringe-bitmaps): Update to new bitmap names.
4988         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4990         * loadup.el: Load "fringe" on window systems.
4992 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
4994         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4995         out of scope components.
4997         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4998         default.
5000 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
5002         * custom.el (customize-mark-to-save, customize-mark-as-set):
5003         Load the symbol first.
5005 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
5007         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5008         strech spec so it doesn't display as "^J" on the header line
5009         when `Buffer-menu-use-header-line' is t.
5011 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
5013         * speedbar.el (speedbar-make-button): Keep text properties
5014         of string arguments if desired.
5016         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5017         expessions.
5019         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5020         of speedbar.
5022 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
5024         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5025         to value of `read-file-name-completion-ignore-case'.
5027 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
5029         * custom.el (customize-mark-as-set): Push to `user' theme.
5031         * cus-edit.el (custom-save-variables): Allow unthemed values.
5032         (customize-set-variable): Push setting to `user' theme.
5034 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
5036         * progmodes/gud.el: Don't require font-lock as it's now
5037         automatically loaded.
5038         (gud-speedbar-buttons): Replace gdb-var-changed with
5039         gdb-force-update.
5041         * progmodes/gdb-ui.el (gdb-force-update): Rename from
5042         gdb-var-changed.
5043         (gdb-post-prompt): Use it.
5044         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5045         (gdb-var-update-handler, gdb-var-delete)
5046         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5047         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5048         gdb-force-update in gdb-post-prompt.
5049         (gdb-reset): Clear watch expressions from speedbar when quitting.
5051 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5053         * viper-cmd.el (viper-insert-state-post-command-sentinel)
5054         (viper-change-state-to-vi, viper-change-state-to-emacs):
5055         Make aware of cursor coloring in the Emacs state.
5056         (viper-special-read-and-insert-char): Use read-char-exclusive.
5057         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5059         * viper-init.el (viper-emacs-state-cursor-color): New variable.
5061         * viper-util.el (viper-save-cursor-color)
5062         (viper-get-saved-cursor-color-in-replace-mode)
5063         (viper-get-saved-cursor-color-in-insert-mode)
5064         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5065         state.
5066         (viper-get-saved-cursor-color-in-emacs-mode): New function.
5068         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5069         (ediff-ignore-case-option3, ediff-actual-diff-options)
5070         (ediff-actual-diff3-options): New variables to control case sensitivity.
5071         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5072         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5073         (ediff-toggle-ignore-case): New function.
5074         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5076         * ediff-help.el (ediff-long-help-message-narrow2)
5077         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5078         (ediff-long-help-message-word-mode): Add ignore-case command.
5079         (ediff-help-for-quick-help): Add ignore-case command.
5081         * ediff-merg.el: Move provide to the end.
5083         * ediff-ptch.el: Move provide to the end.
5085         * ediff-wind.el: Move provide to the end.
5087         * ediff-mult.el: Move provide to the end.
5088         (ediff-set-meta-overlay): Enable follow-link.
5090         * ediff.el: Move provide to the end.
5091         Break recursive load cycle in eval-when-compile.
5092         (ediff-patch-buffer): Better heuristics.
5094         * ediff-util.el: Move provide to the end.
5095         Break recursive load cycle in eval-when-compile.
5096         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
5097         defuns.
5098         (ediff-submit-report): Pass the values of ediff-diff3-program,
5099         ediff-diff3-options.
5101 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
5103         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5104         the opening bracket of the following bracketing pairs: {}, [], (), <>,
5105         `' (for example, in the docstring of `windmove-default-keybindings').
5107 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
5109         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5110         shadow face.  Don't provide binding to edit variable when it is
5111         out of scope.
5113         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5114         (gdb-var-update-handler): Detect out of scope variables with pre
5115         GDB 6.4 too.
5116         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5117         Reset status of variable objects to nil in update handlers.
5118         (gdb-var-update-handler-1): Detect when a variable object comes
5119         in scope.  setcar on var changes gdb-var-list directly.
5121 2006-02-17  Juri Linkov  <juri@jurta.org>
5123         * ffap.el (ffap) <defface>: Add explicit face declaration.
5124         (ffap-highlight): Use face `ffap' directly instead of checking
5125         for its existence.
5127         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5128         `visible-ok' of `other-buffer' to find the right original buffer.
5130         * info.el (Info-search): Skip `Local Variables' node.
5132 2006-02-17  Juri Linkov  <juri@jurta.org>
5134         * info.el (Info-find-file): Check for symbols `apropos', `history',
5135         `toc' in the input filename, and return these symbols as is.
5136         (Info-find-node-2): Set Info-current-file to symbols `apropos',
5137         `history', `toc' instead of strings.
5138         (Info-set-mode-line): For non-string Info-current-file use the
5139         symbol's name inside **.
5140         (Info-isearch-push-state): Add quote before Info-current-file and
5141         Info-current-node.
5142         (Info-isearch-pop-state): Use `equal' instead of `string='.
5143         (Info-extract-pointer, Info-following-node-name): Use
5144         `match-string-no-properties' instead of `match-string'.
5145         (Info-up): Check `old-file' for `stringp'.
5146         (Info-history): Use `equal' instead of `string-equal'.
5147         Check `file' for `stringp'.
5148         (Info-history): Use symbol `history' instead of string as first arg
5149         of `Info-find-node'.
5150         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
5151         `toc' instead of string.
5152         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5153         instead of `buffer-substring', and `match-string-no-properties'
5154         instead of `match-string'.
5155         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5156         instead of strings.
5157         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5158         Use symbol `apropos' instead of string.
5159         (Info-copy-current-node-name): Check `Info-current-file' for
5160         `stringp' and construct a command with `Info-find-node' from it.
5161         (Info-fontify-node): Use `match-string-no-properties' instead of
5162         `match-string' and check file names for `stringp'.
5163         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5164         `history', `toc' instead of strings.
5166 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
5168         * files.el: Rearrange functions and variables in the file local
5169         variables section.
5171 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
5173         * files.el: Add truncate-lines, ispell-check-comments and
5174         ispell-local-dictionary as safe local variables.
5176 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
5178         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5179         out of scope variables.
5180         (gud-speedbar-buttons): Use unless.
5182         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5183         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5184         (gdb-show-changed-values): Also use for out of scope variables.
5185         (gdb-var-update-handler-1): Note if variable goes out of scope.
5187 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
5189         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5190         default to global variable values for unsupplied args.
5191         (rcirc-get-buffer-create): Fix bug with setting the target.
5192         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5193         test for rcirc-always-use-server-buffer-flag here.
5194         (rcirc-response-formats): Add %N, which is a facified nick.  %n
5195         uses the default face.  Change the ACTION format string.  If the
5196         "nick" is the server, don't print anything for that field.
5197         Comment fixes.
5198         (rcirc-target-buffer): Don't test
5199         rcirc-always-use-server-buffer-flag here.
5200         (rcirc-print): Squeeze extra spaces out of the text before message.
5201         (rcirc-put-nick-channel): Strip potential "@" char from nick
5202         before adding them to nick table.
5203         (rcirc-url-regexp): Improve to match address like "foo.com".
5205 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
5207         * allout.el (allout-hidden-p): Move this defsubst before
5208         allout-overlay-interior-modification-handler, where it is first
5209         used.
5211 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
5213         * allout.el: Use allout invisible-text overlays instead of
5214         selective display for concealed text.  Also, lots of general
5215         cleanup, and improved compatibility code.
5217         (allout-version) Incremented, corrected, revised, and refined
5218         module commentary.
5220         (provide 'allout): Moved to the bottom, added a require of overlay.
5222         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5223         `except-current'.
5224         (allout-write-file-hook-handler): Minimize delay.
5225         (count-trailing-whitespace-region): New function so
5226         auto-encryption of current topic can resituate cursor exactly.
5227         PGP/GPG encryption trims trailing whitespace from lines, which
5228         must be accounted for across encryption then decryption.
5230         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5231         just plain "\C-c", to avoid intruding on user's keybinding space.
5233         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5234         parameter, so user request to provide a new password is done.
5236         (allout-outside-normal-auto-fill-function, allout-auto-fill):
5237         Refined mechanism for auto-filling behavior while in allout mode.
5239         (allout-mode): Explicitly specify the mode map in the docstring.
5240         Clarify provision for various write-file hook var names.
5241         Adjusted for invisible-text overlays instead of selective-display.
5243         (allout-depth): Really return 0 if not within any topic.  This
5244         rectifies `allout-beginning-of-level' and sequence numbering
5245         errors that occur when cutting and pasting numbered topics.
5246         Changed from a in-line subst to a regular function, as well.
5248         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5250         (allout-end-of-subtree, allout-end-of-subtree)
5251         (allout-end-of-entry, allout-end-of-current-heading)
5252         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5253         (allout-show-children, allout-show-to-offshoot)
5254         (allout-hide-current-entry, allout-show-current-entry): Rectified
5255         handling of trailing blank lines between items.
5257         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5258         (allout-current-depth, allout-unprotected, allout-hidden-p)
5259         (allout-on-current-heading-p, allout-listify-exposed)
5260         (allout-chart-subtree, allout-goto-prefix)
5261         (allout-back-to-current-heading, allout-get-body-text)
5262         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5263         (allout-hide-region-body, allout-toggle-subtree-encryption)
5264         (allout-encrypt-string, allout-encrypted-key-info)
5265         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5266         (allout-file-vars-section-data): Adjusted for use with
5267         invisible-text overlays instead of selective-display.
5269         (allout-kill-line, allout-kill-topic, allout-yank-processing):
5270         Reworked for use with invisible text overlays.
5272         (allout-current-topic-collapsed-p): New function.
5274         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5275         to know when to close the containing topic.
5277         (allout-pre-command-business, allout-post-command-business):
5278         Simplify undo-batching and dynamic isearch exposure.
5280         (allout-set-overlay-category): New for invisible-text overlays.
5281         Sets properties of allout-overlay-category, used by
5282         allout-flag-region to set invisible-text overlay properties.
5283         (allout-get-invisibility-overlay): Get the first qualifying
5284         invisibility overlay, so we can find the extent of it.
5285         (allout-back-to-visible-text): Get to just before the beginnining
5286         of the current invisibility overlay, if any.
5288         (allout-overlay-insert-in-front-handler)
5289         (allout-overlay-interior-modification-handler)
5290         (allout-before-change-handler, allout-isearch-end-handler): New
5291         functions to handle extraordinary actions affecting concealed
5292         text.
5294         (allout-flag-region): Use overlays instead of selective-display
5295         for invisible text - by inheritence from the properties of
5296         allout-overlay-category in mainline Emacs, and applied
5297         property-by-property in XEmacs, some recent versions of which
5298         don't inherit the properties from the category.  Provisions to
5299         respond to concealed-text edits simplified drastically.
5301         (allout-isearch-rectification, allout-isearch-was-font-lock)
5302         (allout-isearch-expose, allout-enwrap-isearch)
5303         (allout-isearch-abort, allout-pre-was-isearching)
5304         (allout-isearch-prior-pos, allout-isearch-did-quit)
5305         (allout-isearch-dynamic-expose)
5306         (allout-hide-current-entry-completely): Functions deleted.
5308         (allout-undo-aggregation): Explicit undo aggregation no longer
5309         necessary due to transition away from selective-display.
5311         (set-allout-regexp, allout-up-current-level)
5312         (allout-next-visible-heading, allout-forward-current-level)
5313         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5314         (allout-kill-line, allout-yank-processing, allout-show-children)
5315         (allout-expose-topic, allout-old-expose-topic)
5316         (allout-listify-exposed, allout-insert-latex-header)
5317         (allout-toggle-subtree-encryption, allout-encrypt-string)
5318         (remove-from-invisibility-spec, allout-hide-current-subtree):
5319         Ditched unused variables.
5321 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
5323         * textmodes/ispell.el (ispell-change-dictionary): Call
5324         ispell-buffer-local-dict instead of
5325         ispell-accept-buffer-local-defs.
5326         (ispell-local-dictionary-alist): Accept as valid any coding-system
5327         supported by Emacs.
5328         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5329         changed to iso-8859-3.
5331 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
5333         * speedbar.el (speedbar-frame-width): Make an inline function
5334         instead of a macro.  Use frame-width.
5335         (speedbar-try-completion, speedbar-update-contents)
5336         (speedbar-timer-fn): Use consp.
5337         (speedbar-update-localized-contents): Try to preserve point.
5339         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5340         (menu): Re-order menu items.
5341         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5342         field.
5343         (gdb-var-update-handler-1): Use it for GDB 6.4+.
5344         (gdb-post-prompt): Speed things by not forcing update.
5346 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
5348         * wid-edit.el (widget-button-click): For mouse-1, cancel button
5349         press and perform default action if we get a mouse movement event.
5351 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5353         * calendar/icalendar.el (icalendar--get-event-property)
5354         (icalendar--get-event-property-attributes): Fix typos in
5355         docstrings.
5357         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5358         docstring.
5360 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
5362         * bs.el (bs-mode): Use `buffer-disable-undo'.
5363         (bs--get-file-name): Simplify.
5364         (bs-show-in-buffer): Mark the buffer as not modified.
5366 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5368         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5369         widget-button-click.
5371         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5372         (custom-mode): Update docstring.
5374         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5375         binding.
5377         * files.el (hack-local-variables-confirm): Allow scrolling if the
5378         file variable list is too long.  Kill temp buffer after use.
5380 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
5382         * progmodes/gud.el (gdb): Improve doc string.
5383         (gdb-script-font-lock-keywords): Expand allowed character set.
5385         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5386         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5387         (gdb-separate-io-interrupt, gdb-separate-io-quit)
5388         (gdb-separate-io-stop, gdb-separate-io-eof):
5389         Rename from gdb-inferior-* to gdb-separate-*.
5390         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5392 2006-02-14  Jay Belanger  <belanger@truman.edu>
5394         * calc/calc-arith.el (math-check-known-scalarp): Make sure
5395         expression is a symbol before checking that it is bound.
5397         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5398         test to see if equation can be solved.
5400 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5402         * wid-edit.el (widget-button-click): Use :pressed-face property
5403         for overlay face, if it exists.
5405         * cus-edit.el (custom-manual, custom-add-see-also)
5406         (custom-add-parent-links, custom-group-link): Add :pressed-face
5407         property to links.
5409         * files.el (hack-local-variables): Remove ignored variables before
5410         checking if any variables need setting.
5412 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5414         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5416 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
5418         * help.el (where-is): Fix message for remapped commands.
5420         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5421         Fix typos in docstrings.
5423 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
5425         * files.el (safe-local-variable-values): New option.
5426         (hack-local-variables-prop-line): Return a list of variable-value
5427         pairs if MODE-ONLY is non-nil.
5428         (hack-local-variables): Construct list of variable-value pairs,
5429         and apply or reject them in one go.  Ask for confirmation if
5430         variables are not known safe.
5431         (hack-local-variables-confirm): Complete rewrite.  Support
5432         `safe-local-variable-values'.
5433         (enable-local-variables): Update docstring to reflect new
5434         behavior.
5435         (ignored-local-variables): Ignore ignored-local-variables and
5436         safe-local-variable-values.
5437         (safe-local-variable-p): New function.
5438         (risky-local-variable-p): `safe-local-variable' property check
5439         moved to safe-local-variable-p.
5440         (hack-one-local-variable): Checks moved to hack-local-variables.
5442         (byte-compile-dynamic, c-basic-offset, c-file-style)
5443         (c-indent-level, comment-column, fill-column, fill-prefix)
5444         (indent-tabs-mode, kept-new-versions, no-byte-compile)
5445         (no-update-autoloads, outline-regexp, page-delimiter)
5446         (paragraph-start, paragraph-separate, sentence-end)
5447         (sentence-end-double-space tab-width, version-control):
5448         Add `safe-local-variable' property.
5450         * find-lisp.el: Delete nonexistent `autocompile' file variable.
5452         * icomplete.el, play/landmark.el: Change nonexistent
5453         `outline-layout' file variable to `allout-layout'.
5455 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
5457         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5458         (gdb-get-changed-registers): Test value of gud-minor-mode relative
5459         to gud-comint-buffer.
5460         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5461         gdb-ui.el for gdb-mi.el.
5462         (gdb-post-prompt, gdb-get-changed-registers): Move test for
5463         registers buffer to gdb-get-changed-registers.
5464         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
5465         deletion of catchpoints (throw and catch).
5466         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5467         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5468         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5469         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5470         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5472 2006-02-13  Jay Belanger  <belanger@truman.edu>
5474         * calc/calc-arith.el (math-check-known-matrixp): Make sure
5475         expression is a symbol before checking that it is bound.
5477 2006-02-13  Richard M. Stallman  <rms@gnu.org>
5479         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5480         for the minibuffer too, but not if resize-mini-windows will interfere.
5482         * help.el (describe-key-briefly, describe-key): Do all arg-reading
5483         inside `interactive' spec.
5484         (describe-key-briefly-internal, describe-key-internal):
5485         Functions merged back into their callers.
5487 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
5489         * info.el (info-xref-visited): Inherit from info-xref too.
5490         (Info-set-mode-line): Replace occurrences of `%' by `%%'
5491         when propertizing Info-current-file and Info-current-node.
5493 2006-02-13  Juri Linkov  <juri@jurta.org>
5495         * tumme.el (tumme-thumbnail-storage): Fix docstring.
5496         (tumme-thumb-name): Fix per-directory format.
5498 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
5500         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5502 2006-02-12  Miles Bader  <miles@gnu.org>
5504         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5506 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
5508         * tumme.el: Remove history section.  If someone needs the it, it
5509         can always be found in CVS.
5511 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
5513         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
5514         about the Thumbnail Managing Standard option.
5516 2006-02-12  Richard M. Stallman  <rms@gnu.org>
5518         * subr.el (substitute-key-definition): Doc fix.
5520         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5522         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5524         * info.el (Info-mode): Doc fix.
5526         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5528 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
5530         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5531         because on Solaris a POSIX compatible "id" is needed.  Reported by
5532         Magnus Henoch <mange@freemail.hu>.
5534 2006-02-12  Juri Linkov  <juri@jurta.org>
5536         * tumme.el: Remove todo item about Thumbnail Managing Standard.
5537         (tumme) <defgroup>: Change :group to `multimedia'.
5538         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5539         Managing Standard.
5540         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5541         Fix dostring.
5542         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5543         and %y.  Fix docstring.
5544         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5545         (tumme-cmd-create-standard-thumbnail-command): New user options.
5546         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5547         is `standard'.  Fix docstring.
5548         (tumme-thumb-width, tumme-thumb-height): New user options.
5549         (tumme-external-viewer): Try to find various viewers.
5550         (tumme-get-thumbnail-image): Use `create-image' instead of
5551         constructing the `image' structure.
5552         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5553         `standard'.
5554         (tumme-thumb-name): Add file name generation for standard storage.
5555         Simplify code for other storages.
5556         (tumme-thumb-name): Use width %w and height %h instead of size %s.
5557         Add modification time %m and thumbnail-nq8 %q.
5558         Use `tumme-cmd-create-standard-thumbnail-command' if
5559         tumme-thumbnail-storage is `standard'.
5560         (tumme-dired-insert-marked-thumbs): New autoload command.
5561         (tumme-dired-after-readin-hook): New function.
5562         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5563         `tumme-thumb-size'.
5564         (tumme-display-image): Replace size-x %x and size-y %y with
5565         width %w and height %h.
5567         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5568         `tumme-dired-insert-marked-thumbs'.
5570 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
5572         * tumme.el (tumme-write-tag): Fix small bug (file name did not
5573         include path).
5574         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5575         matching tag.
5577 2006-02-12  Miles Bader  <miles@gnu.org>
5579         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5580         New variables.
5581         (rcirc-abbrev-nick): New function.
5582         (rcirc-format-response-string): Rewrite to use the formats in
5583         `rcirc-response-formats' and expand escape sequences therein.
5584         A text-property `rcirc-text' is added over the actual response
5585         text to make easy to find inside the returned string.
5586         (rcirc-print): When filling, just look for the `rcirc-text'
5587         text-property to find the appropriate fill prefix, instead of
5588         using hardwired patterns.
5590 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
5592         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
5593         Managing Standard.
5595 2006-02-11  Kim F. Storm  <storm@cua.dk>
5597         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5598         Don't use insert-buffer; do insert-buffer-substring directly.
5599         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
5601 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
5603         * files.el (revert-buffer, recover-file): Replace buffer-read-only
5604         with inhibit-read-only.  Suggested by Stefan Monnier.
5605         (revert-buffer): Let insert-file-contents discard
5606         buffer-undo-list.  Simplify code.
5607         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5609 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
5611         * menu-bar.el (menu-bar-select-yank): Add a doc string.
5613         * help.el (describe-key-briefly): Now a wrapper for
5614         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
5615         to t.  Populate yank-menu if empty.
5616         (describe-key-briefly-internal): Renamed from describe-key-briefly.
5617         (describe-key): Now a wrapper for describe-key-internal.  Bind
5618         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
5619         (describe-key-internal): Renamed from describe-key.
5621 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
5623         * progmodes/glasses.el (glasses-separator): Doc fix.
5624         (glasses-original-separator): New defcustom.
5625         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5627 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
5629         * mwheel.el (mouse-wheel-up-event): Doc fix.
5631 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
5633         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5634         (tumme-dir): New function.  Copied from thumbs.el.
5636 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
5638         * desktop.el (desktop-outvar): Fix typo.
5639         (desktop-save-buffer-p): Doc fix.
5641         * subr.el (substitute-key-definition): Fix typo.
5643 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5645         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5646         when window-system is mac.
5648         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5650 2006-02-10  Kim F. Storm  <storm@cua.dk>
5652         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5653         indirect-function instead of using condition-case.
5655 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
5657         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5658         less `colloquial'...
5660 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
5662         * tumme.el: Add a couple of todo items.
5664 2006-02-09  Lars Hansen  <larsh@soem.dk>
5666         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5667         (highlight-changes-mode): Don't change desktop-locals-to-save.
5669 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
5671         * image-mode.el (image-toggle-display): Clear image cache if using
5672         filename.
5674 2006-02-09  Masatake YAMATO  <jet@gyve.org>
5676         * dired-x.el (dired-guess-shell-alist-default): Add .man as
5677         a `dired-man' target.
5679         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5680         boundary of symbols.
5682 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
5684         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5686 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
5688         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5689         `mapcar'; return nil.
5691 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
5693         * mouse.el (mouse-drag-track): Don't change window if we rebind to
5694         some other event.
5696 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
5698         * net/rcirc.el (rcirc-startup-channels-alist):
5699         Add irc.freenode.net and #emacs as defaults.
5700         (rcirc-ignore-all-activity-flag): Remove variable.
5701         (rcirc-authinfo): New variable.
5702         (rcirc-authinfo-filename): Remove variable.
5703         (rcirc-always-use-server-buffer-flag): New flag.
5704         (rcirc): M-x rcirc will automatically connect without prompting.
5705         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
5706         connection in lisp.
5707         (rcirc-process-server-response-1): Remove everything but the nick
5708         portion of the sender so it doesn't need to be done everywhere
5709         else.  Update related code.
5710         (global-map): Remove global keybindings.
5711         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5712         (rcirc-send-input): Split into several functions.
5713         (rcirc-process-input-line, rcirc-process-message)
5714         (rcirc-process-command): New functions.
5715         (rcirc-target-buffer): New function to determine where to route
5716         messages.
5717         (rcirc-user-nick): Save match data.
5718         (rcirc-toggle-ignore-buffer-activity)
5719         (rcirc-update-activity-string): Remove global ignore functionality,
5720         which can be done now by toggling rcirc-track-minor-mode.
5721         (rcirc-track-minor-mode-map): New keymap.
5722         (rcirc-track-minor-mode): New minor-mode.
5723         (ignore): Make the ignore output nicer.  Always print it when
5724         adding or removing nicks.
5725         (rcirc-url-regexp): Improve.
5726         (rcirc-mangle-text): Remove properties before using text in the
5727         modeline.
5728         (rcirc-authenticate): Authentication data comes from
5729         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5730         (rcirc-server-prefix): Inherit from rcirc-server.
5732 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
5734         * Makefile.in (compile): Append "|| true" to the end of the `find'
5735         command, like compile-always does.
5737 2006-02-08  Sam Steingold  <sds@gnu.org>
5739         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5740         output from a dead connection.
5742 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
5744         * dired.el (dired-mode-map): Add more bindings for tumme.
5746 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5748         * wdired.el (wdired-mode-map): Use remap.
5749         (wdired-get-filename): Massage.
5750         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5751         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5752         `keymap' property rather than `local-map'.
5754 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
5756         * tumme.el (tumme-get-thumbnail-image): New utility function.
5757         Suggested by from Chong Yidong.
5758         (tumme-dired-with-window-configuration): Rename from
5759         `tumme-dired'.  Add code to save window configuration.
5760         (tumme-restore-window-configuration): New command to restore the
5761         window configuration that `tumme-dired-with-window-configuration'
5762         saves before it changes the window configuration.
5763         (tumme-show-all-from-dir): New command to display thumbnails for
5764         all files in a directory entered by the user, like M-x thumbs.
5765         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5766         have been created.
5767         (tumme-display-thumbnail-original-image): Call `display-buffer'.
5768         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5769         Remove obsolete test function.
5771 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
5773         * vc.el (small-temporary-file-directory): Remove defvar; there's
5774         a defcustom for it in files.el.
5776         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5777         Fix typo in message.
5778         (tumme-gallery-generate): Fix typo in `error' message.
5779         (tumme-display-window-height-correction)
5780         (tumme-display-window-width-correction, tumme-line-up-dynamic)
5781         (tumme-line-up-interactive): Dox fixes.
5782         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5783         (tumme-restore-window-configuration, tumme-format-properties-string)
5784         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5785         Fix typos in docstrings.
5787 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
5789         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5791 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
5793         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5794         User should use hook if desired.
5796         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5797         buffer if necessary.
5798         (gdb-delete-frame-or-window): New function.
5799         (gdb-breakpoints-mode-map): Bind "q" to it.
5801 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5803         * textmodes/nroff-mode.el: Clean up name space.
5804         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5805         (nroff-mode): Obey the global setting of nroff-electric-mode.
5806         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5808         * calendar/calendar.el (calendar-increment-month): Typo in last change.
5810 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
5812         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5814 2006-02-06  Lars Hansen  <larsh@soem.dk>
5816         * generic-x.el (etc-fstab-generic-mode): Add file system types
5817         cifs and usbdevfs.  Allow special chars in file names.
5819 2006-02-05  Jay Belanger  <belanger@truman.edu>
5821         Update copyright notices of the files in lisp/calc.
5823 2006-02-05  Romain Francoise  <romain@orebokech.com>
5825         Update copyright notices of all files in the lisp/play directory.
5827 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
5829         * ldefs-boot.el: Regenerate.
5831         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5833 2006-02-05  Kim F. Storm  <storm@cua.dk>
5835         * files.el (magic-mode-regexp-match-limit): New defvar.
5836         (set-auto-mode): Use it to limit magic-mode-alist matching.
5838 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
5840         * simple.el (display-message-or-buffer): Compare the number of
5841         characters to the frame width when determining whether a 1-line
5842         message string will fit in the echo area.  Count screen lines
5843         instead of buffer lines when determining whether a multi-line
5844         message will fit in the echo area/minibuffer window.
5846 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
5848         * info.el (Info-index, Info-mode): Improve the description of the
5849         `i' command.
5851         * ldefs-boot.el: Regenerate.
5853 2006-02-03  Werner Lemberg  <wl@gnu.org>
5855         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5856         greedy to find the closing bracket in \*[...] and similar
5857         expressions.  This is a first rough fix -- many additional
5858         refinements are necessary to make nroff mode really usable with groff.
5860 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
5862         * international/mule-cmds.el (set-locale-environment):
5863         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5864         libX11.
5866 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
5868         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5869         archive are created in archive-tmpdir.
5871 2006-02-02  John Paul Wallington  <jpw@pobox.com>
5873         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5874         (ibuffer-fontification-alist): Use it.
5875         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5876         to "* z" and the Ibuffer Mark menu.
5878         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5880 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5882         * textmodes/table.el (*table--cell-describe-mode)
5883         (*table--cell-describe-bindings): Undo last change since
5884         print-help-return-message is not obsoleted by anything at all.
5886 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
5888         * emulation/cua-base.el (cua-mode): Doc fix.
5890 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
5892         * dframe.el (dframe-handle-make-frame-visible)
5893         (dframe-handle-iconify-frame, dframe-get-focus)
5894         (dframe-select-attached-frame, dframe-power-click)
5895         (dframe-frame-mode): Fix typos in docstrings.
5897         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5898         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5899         Fix typos in docstrings.
5901         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5902         (hi-lock-face-buffer, hi-lock-font-lock-hook)
5903         (hi-lock-archaic-interface-message-used)
5904         (hi-lock-file-patterns-range): Fix typos in docstrings.
5906         * savehist.el (savehist-loaded, savehist-load, savehist-install)
5907         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5909         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5910         Fix typo in docstring.
5912         * net/newsticker.el (newsticker--decode-iso8601-date)
5913         (newsticker--set-customvar, newsticker--buffer-insert-item)
5914         (newsticker--do-run-auto-mark-filter)
5915         (newsticker--parse-generic-feed): Doc fixes.
5916         (newsticker--retrieval-timer-list, newsticker-url-list)
5917         (newsticker-hide-immortal-items-in-echo-area)
5918         (newsticker-hide-obsolete-items-in-echo-area)
5919         (newsticker-new-item-face, newsticker--enclosure)
5920         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5921         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5922         (newsticker--parse-generic-feed, newsticker--cache-contains)
5923         (newsticker--stat-num-items, newsticker-download-enclosures):
5924         Fix typos in docstrings.
5926         * net/rcirc.el (rcirc-debug): Doc fix.
5927         (rcirc-fill-column, rcirc-receive-message-hooks)
5928         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5929         (rcirc-mode, rcirc-generate-new-buffer-name)
5930         (rcirc-startup-channels, rcirc-ignore-update-automatic)
5931         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5932         Fix typos in docstrings.
5933         (rcirc-print): "?\ " -> "?\s".
5934         (rcirc-cmd-join): Improve argument/docstring consistency.
5936 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
5938         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5939         before narrow-to-region.
5941 2006-02-01  Richard M. Stallman  <rms@gnu.org>
5943         * simple.el (move-beginning-of-line): Scan properly for invis change.
5945         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5947 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
5949         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5950         change bit only when id-format is 'integer.  Reported by Matt
5951         Hodges <M.P.Hodges@rl.ac.uk>.
5953 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
5955         * hilit-chg.el (highlight-changes-initial-state)
5956         (highlight-changes-global-initial-state): Doc fixes.
5957         (highlight-changes-global-modes, global-highlight-changes):
5958         Fix typos in docstrings.
5960 2006-02-01  Kim F. Storm  <storm@cua.dk>
5962         * emulation/cua-base.el (cua-mode): Mention that CUA enables
5963         transient-mark-mode in doc string.
5965 2006-01-31  Richard M. Stallman  <rms@gnu.org>
5967         * replace.el (multi-occur): Doc fix.
5968         (multi-occur-in-matching-buffers): Rename from
5969         multi-occur-by-filename-regexp.  Prefix arg says match
5970         buffer names instead of file names.
5972 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
5974         * bs.el: Allow non-default values of `bs-header-lines-length'.
5975         (bs--running-in-xemacs): Remove (not needed anymore).
5976         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5977         instead of `shrink-window', thus avoiding having to compute the
5978         height of the window.
5979         (bs--up): Wrap around even when there's no header.
5980         (bs--down): Use `forward-line' instead of `next-line'.
5982 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
5984         * image-mode.el (image-toggle-display): Use file name if possible,
5985         instead of unnecessarily allocating a (possibly huge) lisp string.
5987 2006-01-30  John Paul Wallington  <jpw@pobox.com>
5989         * subr.el (toplevel): Define `cl-assertion-failed' condition here
5990         because the `assert' macro signals it at runtime.
5992         * emacs-lisp/cl.el (toplevel): Remove definition of
5993         `cl-assertion-failed' condition.
5995 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
5997         * thumbs.el (thumbs-marked-list): Make buffer-local and
5998         permanent-local.
5999         (thumbs-insert-thumb): Make help-echo non-sticky.
6000         (thumbs-file-alist): Use eolp as check for (non)-image.
6002 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
6004         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6005         (ediff-before-session-group-setup-hooks)
6006         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6007         Fix typos in docstrings.
6009         * window.el (bw-dir, bw-eqdir, balance-windows)
6010         (split-window-keep-point): Fix typos in docstrings.
6012         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6013         (org-quote-string, org-calendar-to-agenda-key)
6014         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6015         (org-show-following-heading, org-tags-column)
6016         (org-use-tag-inheritance, org, org-allow-space-in-links)
6017         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6018         (org-enable-table-editor, org-calc-default-modes)
6019         (org-table-allow-automatic-line-recalculation)
6020         (org-export-html-style, org-export-with-fixed-width)
6021         (org-export-with-sub-superscripts, org-special-keyword)
6022         (org-formula, org-time-grid, org-table-may-need-update)
6023         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6024         (org-goto-quit, org-get-indentation, org-end-of-item)
6025         (org-move-item-down, org-move-item-up)
6026         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6027         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6028         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6029         (org-agenda-log-mode, org-agenda-toggle-diary)
6030         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6031         (org-agenda-file-to-end, org-agenda-no-heading-message)
6032         (org-agenda-get-closed, org-format-agenda-item)
6033         (org-cmp-priority, org-cmp-category, org-cmp-time)
6034         (org-agenda-change-all-lines, org-agenda-diary-entry)
6035         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6036         (org-link-search, org-camel-to-words, org-open-file)
6037         (org-remember-handler, org-table-convert-region)
6038         (org-table-move-row-down, org-table-move-row-up)
6039         (org-table-copy-region, org-table-wrap-region)
6040         (org-table-toggle-vline-visibility)
6041         (org-table-get-vertical-vector, org-table-modify-formulas)
6042         (org-table-get-specials, org-recalc-commands)
6043         (org-table-rotate-recalc-marks, org-table-eval-formula)
6044         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6045         (org-level-color-stars-only, org-insert-heading):
6046         Fix typos in docstrings.
6047         (last-arg): Add defvar.
6049         * makefile.w32-in (WINS): Add erc.
6050         (MH_E_SRC): Update (copied from lisp/Makefile.in).
6052 2006-01-29  Bill Wohler  <wohler@newt.com>
6054         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6055         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6056         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
6057         (mh-autoloads): Don't use comments on otherwise empty lines.
6059 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
6061         * emulation/viper.el (viper-major-mode-modifier-list): Add
6062         insert-state and vi-state entries for erc-mode.
6063         (viper-go-away, viper-set-hooks): Add and remove
6064         viper-comint-mode-hook from erc-mode-hook as appropriate.
6066         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6068 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
6070         * bs.el (bs--format-aux): Implement `middle' alignment as
6071         described in the docstring for `bs-attributes-list'.
6072         (bs--get-name): Simplify.  Don't pad the buffer name.
6074 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
6076         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6077         English aspell dictionary is installed, use the first entry of
6078         ispell-dictionary-alist-1.
6080 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
6082         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6083         Doc fix.
6085 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
6087         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6088         for `process-file', in order to let it work for older Emacsen too.
6090 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6092         * international/latexenc.el: Add a suitable `coding:' tag.
6093         (latexenc-find-file-coding-system): Undo last change.
6095 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6097         * international/latexenc.el (latexenc-find-file-coding-system):
6098         Make sure latexenc-main-file is a regular file and is readable.
6100 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
6102         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6103         Pass FILE to vc-user-login-name.
6105         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6107 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
6109         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6110         there are no more images to display.
6111         (thumbs-mark, thumbs-unmark): Revert change so that they move to
6112         the next image.
6114 2006-01-26  Richard M. Stallman  <rms@gnu.org>
6116         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6118         * wid-edit.el (advertised-widget-backward): New alias.
6119         (widget-keymap): Use advertised-widget-backward for S-TAB.
6121         * tumme.el: Correct the keywords.
6122         (tumme-dir-max-size): Use defvar.
6123         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6125         * simple.el (move-beginning-of-line): Take account of fields.
6126         (clone-indirect-buffer-other-window): Take args like
6127         clone-indirect-buffer, and work like it.
6129         * help-fns.el (describe-function): Don't pass `nil' as default.
6131         * files.el (risky-local-variable-p): Follow var aliases.
6133         * subr.el (lazy-completion-table): Doc fix.
6135         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6136         global binding of `line'.
6138 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
6140         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6141         Tramp.
6143         * vc.el (vc-default-dired-state-info): Pass FILE to
6144         vc-user-login-name.
6145         (vc-default-update-changelog): Don't use vc-user-login-name, we
6146         don't need it here.
6148         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6149         no longer necessary.
6151 2006-01-25  Kenichi Handa  <handa@m17n.org>
6153         * international/mule.el (decode-char): Avoid the overhead of
6154         calling utf-lookup-subst-table-for-decode if
6155         utf-translate-cjk-mode is nil.
6156         (encode-char): Avoid the overhead of calling
6157         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6158         nil.
6160 2006-01-22  Kenichi Handa  <handa@m17n.org>
6162         * international/mule.el (make-subsidiary-coding-system): Reset
6163         `coding-system-define-form' property of subsidiaries to nil.
6164         Avoid duplicated entry in coding-system-alist.
6165         (make-coding-system): Avoid duplicated entry in
6166         coding-system-alist.
6167         (define-coding-system-alias): Likewise.
6169 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
6171         * completion.el: Minor fixes in introductory comment.
6172         (completion-def-wrapper): Fix alist.
6174 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
6176         * thumbs.el (thumbs-new-image-size): New function.
6177         (thumbs-increment-image-size-element)
6178         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6179         (thumbs-decrement-image-size): Delete.
6180         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
6181         temp files and use to resize.
6182         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6183         Use increment argument to enlarge/shrink.  Preserve point.
6184         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6185         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6186         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6187         (thumbs-mark, thumbs-unmark): Preserve point.
6188         (thumbs-modify-image): Keep old temp files and use to modify.
6189         Cleanup old temp files at load time.  Preserve point.
6190         (thumbs-view-image-mode-map): Use new command names.
6192 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6194         * log-view.el (log-view-minor-wrap): First rev is the one at point.
6196         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6197         the nastiest part of the cyclic dependency.
6198         (cal-menu-update): Use dotimes and calendar-increment-month.
6200         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6201         (calendar-week-start-day): Add an :initializer.
6202         (calendar-mode-map): Use suppress-keymap, and command remapping.
6203         (describe-calendar-mode): Setup xref-stack info for the back button.
6204         (calendar-star-date): Insert before delete.
6205         (calendar-set-mode-line): Add file-modified info if applicable.
6206         (calendar-increment-month): New function.
6208 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
6210         * font-lock.el (lisp-font-lock-keywords-2):
6211         Recognize "& keywords" only at word boundaries.
6213 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
6215         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
6216         and permanent-local.
6217         (thumbs-max-image-number): New variable.
6218         (thumbs-do-thumbs-insertion): Use them.
6219         (thumbs-per-line): Change default to 4.
6220         (thumbs-marked-list): Rename from thumbs-markedL.
6221         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6222         (thumbs-rename-images): Use -list instead of L for internal variables.
6223         (thumbs-call-convert): Use call-process instead of shell-command.
6224         (thumbs-insert-thumb): Add filename as help-echo to each image.
6225         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6226         Give dir to thumbs-show-thumbs-list.
6227         (thumbs-show-thumbs-list): Set default-directory to that of images.
6228         (thumbs-dired-show): Rename from thumbs-dired-show-all.
6229         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6230         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6231         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6233 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6235         * ses.el (ses-read-cell): Provide a default value.
6237 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
6239         * term/w32-win.el (image-library-alist): Add additional names for
6240         GIF library.
6242 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6244         * international/latexenc.el (latexenc-find-file-coding-system):
6245         Add file-regular-p check.
6247 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6249         * simple.el (clone-buffer): Don't show the new buffer in the same
6250         window.
6252 2006-01-23  Juri Linkov  <juri@jurta.org>
6254         * faces.el (link, link-visited): New faces based on default values
6255         of `info-xref' and `info-xref-visited'.
6257         * info.el (info-xref): Inherit from `link'.
6258         (info-xref-visited): Inherit from `link-visited'.
6260         * cus-edit.el (custom-buffer-create-internal): Use widget type
6261         `custom-manual' instead of `info-link' and don't set properties
6262         `button-face' and `mouse-face' explicitly.
6263         (custom-browse-group-tag, custom-browse-variable-tag)
6264         (custom-browse-face-tag): Inherit from widget class
6265         `custom-group-link' instead of `push-button'.
6266         (custom-button-unraised): Inherit from `underline' face.
6267         (custom-link): Inherit from `link' face.  Fix doc and group.
6268         (custom-add-parent-links, custom-group-value-create): Don't set
6269         properties `button-face' and `mouse-face' explicitly for
6270         `custom-group-link' widget.
6271         (custom-group-link): Add properties `button-face' and `mouse-face'
6272         to widget definition.
6273         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
6274         editable-field's :keymap property.
6275         (custom-mode): Fix docstring: substitute keybindings for
6276         `widget-forward' and `widget-backward' from `widget-keymap',
6277         `widget-complete' from `custom-field-keymap', replace old
6278         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
6280         * desktop.el (desktop-load-file): Check for `fboundp' before
6281         calling `symbol-function'.
6283         * simple.el (clone-buffer, clone-indirect-buffer)
6284         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6285         `read-string'.  Fix prompts.
6287         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6289 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
6291         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6293 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
6295         * startup.el (inhibit-splash-screen, initial-scratch-message):
6296         Doc fixes.
6298 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
6300         Sync with Tramp 2.0.52.
6302         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6303         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
6304         `tramp-unload-tramp' for checklist.
6306         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6307         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
6308         (tramp-unload-file-name-handler-alist)
6309         (tramp-unload-tramp): New defuns.
6310         (tramp-advice-PC-expand-many-files): New defadvice.
6311         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6312         removed.
6313         (tramp-handle-expand-file-name): Remove double slash.
6314         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6315         It doesn't matter, because it will be converted later on.
6316         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
6317         implementation was just heuristic.
6318         (tramp-post-connection): Set uid and gid properties.
6319         (tramp-convert-file-attributes): Set file's gid change bit.
6320         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6321         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6322         in case of su(do)? methods.  The home directory of the local user
6323         will be taken else.
6324         (tramp-open-connection-telnet)
6325         (tramp-open-connection-rsh, tramp-open-connection-su)
6326         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
6327         local shell prompt could hurt.  Reported by Romain Francoise
6328         <romain@orebokech.com>.
6329         (tramp-let-maybe): Add `edebug-form-spec' property.
6330         (tramp-handle-expand-file-name): Bind `default-directory' locally
6331         to "/" in order to avoid problems with UNC shares or Cygwin
6332         mounts.
6333         (tramp-md5-function): Fix typo in error message.
6335         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6337         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6338         for byte-compiler pacification.
6340 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
6342         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6343         ID-FORMAT `string'.  This allows us to get rid of
6344         `vc-user-login-name UID'.
6346         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6348 2006-01-22  John Paul Wallington  <jpw@pobox.com>
6350         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6352 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
6354         * emacs-lisp/find-func.el (find-definition-noselect)
6355         (find-variable-noselect): Search variables in C source code too.
6356         (find-function-C-source, find-function-noselect, find-function)
6357         (find-function-other-frame, find-variable-noselect, find-variable)
6358         (find-variable-other-frame, find-variable-at-point):
6359         Fix docstrings.
6361 2006-01-21  Francesco Potorti`  <pot@gnu.org>
6363         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6365 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
6367         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6368         Default to disabling the "Save affix" question.
6370 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
6372         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6373         the first arg to run-python.
6375 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
6377         * startup.el (command-line-1): Handle --no-desktop if desktop.el
6378         is not loaded.
6380 2006-01-20  Jay Belanger  <belanger@truman.edu>
6382         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6383         limit is 0.
6385         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6386         the correct variable.
6388 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
6390         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6391         link.  Fixed buggy argument sequence in call to `org-view-tags'.
6392         (org-compile-prefix-format): Set `org-prefix-has-tag'.
6393         (org-prefix-has-tag): New variable.
6394         (org-format-agenda-item): Remove tags from headline if
6395         appropriate.
6396         (org-agenda-remove-tags-when-in-prefix): New option.
6397         (org-get-tags-at): New function.
6399 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
6401         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
6402         (thumbs-find-image): Move image name and number from buffer name
6403         to mode name.  Set thumbs-buffer.  Preserve point so that large
6404         images remain visible.
6405         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6406         order.
6407         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
6408         mode name.
6409         (thumbs-next-image, thumbs-previous-image): Make them work.
6411 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
6413         * cus-edit.el (custom-buffer-create-internal): State in the text above
6414         the whole buffer buttons that they do not operate on hidden items.
6415         (custom-face-menu): Use `custom-face-save' instead of
6416         `custom-face-save-command'.
6417         (custom-face-save-command): Make it an alias for `custom-face-save'
6418         and declare it obsolete.
6419         (custom-face-save): Doc fix.
6421         * dired.el (dired-no-confirm): Add quote.
6422         (dired-subdir-alist-pre-R): Add quote in
6423         `make-variable-buffer-local' form and remove unbalanced parenthesis.
6425 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6427         * textmodes/table.el (table-mode-indicator): Typo in last change.
6429 2006-01-19  Richard M. Stallman  <rms@gnu.org>
6431         * outline.el (hide-leaves): Don't call outline-end-of-heading.
6432         Fixes bug reported in Nov 2005.
6434         * isearch.el (isearch-forward): Doc fix.
6436         * dired.el (dired-move-to-filename-regexp): Define as alias.
6437         (dired-no-confirm): Use defcustom.
6438         (dired-subdir-alist-pre-R): Put defvar at top level.
6440         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6442         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6443         Mark as risky.
6445         * simple.el (set-mark-command): Doc fix.
6446         (clone-indirect-buffer-other-window):
6447         Read arg like clone-indirect-buffer.
6448         (move-beginning-of-line): Skip invisible newlines.
6450 2006-01-19  Masatake YAMATO  <jet@gyve.org>
6452         * progmodes/cpp.el (cpp-edit-load): Make the order of
6453         listed conditions in a base C code buffer and its associate
6454         CPP Edit buffer the same.
6456 2006-01-19  Kenichi Handa  <handa@m17n.org>
6458         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6459         (rmail-mime-feature): Likewise.
6460         (rmail-require-mime-maybe): Use display-warning to show a warning
6461         message.
6463         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6464         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6466 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6468         * array.el: Move defvars out of eval-when-compile.
6469         (array-make-template): Replace undeclared global var with a local one.
6470         (array-mode): Inline initialization functions.
6471         (array-init-local-variables, array-init-max-row)
6472         (array-init-max-column, array-init-columns-per-line)
6473         (array-init-field-width, array-init-rows-numbered)
6474         (array-init-line-length, array-init-lines-per-row): Remove.
6476         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
6477         (doc-mode-map): Define explicitly.
6478         (doctor-txtype): Use mapc.
6480         * textmodes/table.el: Move defvars out of eval-when-compile.
6481         Remove harmful code meant to avoid byte-compiler warnings.
6482         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
6483         specification that checks table-fixed-width-mode directly.
6484         (table-recognize-region, table-recognize-cell):
6485         Use restore-buffer-modified-p.
6486         (table-fixed-width-mode): Remove code that refreshes
6487         table-fixed-mode-indicator.
6488         (*table--cell-describe-bindings, *table--cell-describe-mode):
6489         Avoid obsolete name print-help-return-message.
6490         (table--test-cell-list): Don't use replace-regexp from elisp.
6491         (table--point-entered-cell-function, table--point-left-cell-function):
6492         Don't set table-fixed-mode-indicator, use force-mode-line-update.
6494         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
6495         that was after the end of file.  Use buffer-file-name variable.
6496         (org-timestamp-change): Use with-current-buffer.
6497         (org-todo-list): Don't unnecessarily define a new buffer-local var.
6498         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6499         `file'.
6501         * progmodes/fortran.el: Move defvars out of eval-when-compile.
6502         (fortran-break-line): Remove unused var `opoint'.
6503         (fortran-abbrev-start): Obey help-event-list.
6505 2006-01-18  Jesper Harder  <harder@phys.au.dk>
6507         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6509 2006-01-18  Masatake YAMATO  <jet@gyve.org>
6511         * progmodes/make-mode.el (makefile-imake-mode): New mode
6512         derived from makefile-mode.
6513         (makefile-imake-mode-syntax-table): New syntax table
6514         derived from makefile-mode-syntax-table.
6515         (makefile-mode): Write about makefile-imake-mode in doc string.
6516         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6517         (makefile-imake-font-lock-keywords): New font lock keywords.
6519         * files.el (auto-mode-alist): Add Imakefile.
6521 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
6523         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6524         loading the file rather than when turning on flyspell-mode.
6526 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
6528         * cus-edit.el (customize-rogue): Minor doc fix.
6530 2006-01-17  Juri Linkov  <juri@jurta.org>
6532         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6533         instead of the file at the mark as default if the file at the mark
6534         is the same as the file at point or if dired-dwim-target-directory
6535         is not the same as the current directory and the mark is not active.
6537         * log-view.el (log-view-minor-wrap): Use the same logic to get
6538         revisions as `log-view-diff'.
6540         * info.el (Info-revert-find-node): Check for Info-current-file
6541         before preserving new-history.
6543         * man.el (Man-heading-regexp): Add `/'.
6545         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6546         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6548 2006-01-16  Juri Linkov  <juri@jurta.org>
6550         * faces.el (mode-line-faces): New defgroup.
6551         (mode-line-highlight): Move definition after new defgroup.
6552         (mode-line, mode-line-inactive, mode-line-highlight):
6553         Replace :group `modeline' with `mode-line-faces'.
6554         (mode-line-buffer-id): New face.
6555         (modeline-buffer-id): New face alias.
6556         (vertical-border): Remove :group `modeline'.
6558         * bindings.el (propertized-buffer-identification): Use face
6559         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6560         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6561         (mode-line-buffer-identification-keymap): For mouse-1 replace
6562         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6563         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6564         mouse-3.
6566         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6567         Buffer-menu-buffer.  Doc fix.
6568         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6569         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6570         `Buffer-menu-buffer'.
6572         * info.el (Info-mode-line-node-keymap): New defvar.
6573         (Info-set-mode-line): Use `stringp' to check Info-current-file.
6574         Propertize Info-current-node with `mode-line-buffer-id' and
6575         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6577         * time.el (display-time-mail-face): Replace :group `faces' with
6578         `mode-line-faces'.
6580 2006-01-16  Kenichi Handa  <handa@m17n.org>
6582         * international/code-pages.el: Add autoload cookies for cp125[0345678].
6584         * language/european.el (cp1252): New alias for windows-1252.
6586         * international/mule.el (autoload-coding-system): Prepare for EOL
6587         variants.
6589 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
6591         * term.el (term-raw-map): Add mapping for insert.
6592         (term-send-insert): New.
6593         (term-mode): Make variables local here instead of doing it in
6594         `term-emulate-terminal'.
6595         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6596         Scroll reverse needs to take into account the scroll region.
6597         Saving and restoring the cursor should save the color attributes too.
6598         (term-reset-terminal): Reset the scroll region.
6599         (term-handle-ansi-escape): Cursor up and down should take into
6600         account the scroll region.
6601         (term-set-scroll-region): Rename from `term-scroll-region'.
6602         Move to 0,0 after setting the region.
6603         (term-handle-scroll): Handle scroll up.
6604         (term-down): Fix off by one error.
6605         (term-delete-lines): Do not delete outside the scroll region.
6606         (term-insert-lines): Take into account the scroll region.
6608 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6610         * textmodes/ispell.el (ispell-internal-change-dictionary)
6611         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6612         (start, end): Move declaration outside of eval-when-compile.
6614         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6615         (flyspell-mode-on): Use it.
6617         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6618         ispell-kill-ispell-hook.
6620 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
6622         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6623         (Custom-reset-saved): Do not ask for confirmation in single option
6624         buffers.
6626 2006-01-13  Richard M. Stallman  <rms@gnu.org>
6628         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6630 2006-01-13  Romain Francoise  <romain@orebokech.com>
6632         * add-log.el (add-change-log-entry, change-log-merge):
6633         Conditionally use `hard-newline'.
6635 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
6637         * wid-edit.el (widget-field-end): If the overlay is no longer
6638         associated with a buffer, behave as if the overlay didn't exist.
6640         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6641         Make sure the links use the `custom-link' face.
6643 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6645         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6646         (ld-script-mode): Don't set indent-line-function since we don't
6647         have one.
6649 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
6651         * textmodes/org.el (org-open-file): Use mailcap for selecting an
6652         application.
6653         (org-file-apps-defaults-gnu): Use mailcap as the default for
6654         selecting an application on a UNIX system.
6655         (org-agenda-show-tags): New command.
6656         (org-table-insert-hline): Keep cursor in current table line.
6657         (org-table-convert): Offset effect of modifying
6658         `org-table-insert-hline'.
6659         (org-format-agenda-item): New optional argument TAG.
6660         (org-compile-prefix-format): Handle %T format for the tag.
6661         (org-expand-wide-chars): New function.
6662         (org-table-insert-row, org-table-insert-hline):
6663         Use `org-expand-wide-chars'.
6664         (org-open-file): Fix bug in program launch.
6665         (org-get-time-of-day): Fix bug with times before 1am.
6666         (org-agenda-menu): Add tags commands.
6668 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
6670         * textmodes/ispell.el (ispell-init-process): Include the used
6671         dictionary in ispell process start message.
6672         (ispell-internal-change-dictionary): When flyspell-mode is active
6673         and dictionary is changed, make sure ispell process is restarted
6674         and flyspell word cache cleared out for the current buffer.
6675         (ispell-change-dictionary): Make sure flyspell word cache is
6676         cleared out in all buffers with active flyspell mode when
6677         dictionary is globally changed.
6678         Call ispell-internal-change-dictionary after dictionary change.
6680 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
6682         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6684         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6685         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6686         years.  Fix small differences wrt Makefile.in.
6687         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6688         Makefile.in does.
6690 2006-01-12  Bill Wohler  <wohler@newt.com>
6692         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6693         mh-search.el.
6695 2006-01-12  Masatake YAMATO  <jet@gyve.org>
6697         * progmodes/ld-script.el: Update copyright year.
6699 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
6701         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6702         Don't add widget if setting undefined.
6704 2006-01-12  John Paul Wallington  <jpw@pobox.com>
6706         * help-fns.el (describe-variable): Remove newlines from void
6707         variable output.
6709 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
6711         * wdired.el (wdired-mode-map): Add help echo for
6712         wdired-abort-changes.
6714         * man.el (Man-file-name-regexp): Adjust for a list of files.
6716 2006-01-12  Masatake YAMATO  <jet@gyve.org>
6718         * progmodes/ld-script.el (auto-mode-alist): Support
6719         suffix conventions used in netbsd and eCos.
6721 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
6723         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6724         (custom-variable-menu, custom-face-menu, custom-group-menu)
6725         (Custom-mode-menu): Change names of menu items.  (As discussed on
6726         emacs-devel.)
6727         (custom-face-menu): Add "Undo Edits" item.
6729         * startup.el (init-file-user): defcustom -> defvar.
6731         * tooltip.el (tooltip-mode): Doc fix.
6733 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6735         * reveal.el (reveal-post-command): window-buffer signals an error on
6736         dead windows rather than returning nil.
6737         (reveal-open-new-overlays): An overlay might die while we open others.
6739 2006-01-11  Bill Wohler  <wohler@newt.com>
6741         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6742         phrasing in docstring.
6744         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6745         can give some systems gas.  Add new file mh-buffers.el.
6747 2006-01-06  Masatake YAMATO  <jet@gyve.org>
6749         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6750         C preprocessor forward ported from GNU Emacs 21.2.
6752         * progmodes/asm-mode.el (asm-font-lock-keywords):
6753         Use `cpp-font-lock-keywords'.
6755         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6757         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6758         of $ for "\\.ld[s]?".
6760 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6762         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6763         (tcl-indent-line): Return `noindent' if inside a string.
6765         * progmodes/flymake.el (flymake-split-string): Remove more than one
6766         empty string at beg/end of the result.
6767         (flymake-find-buildfile, flymake-find-possible-master-files):
6768         Use expand-file-name.
6769         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6770         since expand-file-name does it for us.  Use directory-file-name.
6771         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6772         (flymake-ler-get-type, flymake-ler-get-text)
6773         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
6774         (flymake-current-line-no): Remove spurious interactive spec.
6775         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6776         (flymake-check-include): Remove arg inc-path merged into inc-name.
6777         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6778         Arg regexp-list replaced by a simple regexp.
6779         (flymake-master-make-header-init, flymake-master-tex-init):
6780         Correspondingly replace regexp-list with a regexp.  Fix regexp.
6782 2006-01-10  Simon Josefsson  <jas@extundo.com>
6784         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6785         describing AUTH PLAIN fix.
6787 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
6789         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6790         (report-emacs-bug): Don't record initial prompt text.
6791         Instead, add text properties to prompting text.
6792         (report-emacs-bug-hook): Delete prompting text.
6794 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6796         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6797         `dirs'.  Adjust callers.
6799 2006-01-09  John Paul Wallington  <jpw@gnu.org>
6801         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6803 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6805         * reveal.el (reveal-open-new-overlays): New extracted fun.
6806         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
6807         using them.  Simplify the code.
6808         (reveal-post-command): Use them.  Fix up obsolete windows in
6809         reveal-open-spots.
6811         * progmodes/flymake.el: Use `require' rather than autoload for
6812         XEmacs's overlays.
6813         (flymake-get-common-file-prefix, flymake-build-relative-filename):
6814         Delete.  Use file-relative-name instead.
6815         (flymake-get-syntax-check-program-args, flymake-perl-init):
6816         Simplify the resulting code.
6818         * log-view.el (log-view-file-re, log-view-message-re): Add support
6819         for DaRCS output.
6821 2006-01-09  Alex Schroeder  <alex@gnu.org>
6823         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6824         identifiers sometimes added in square brackets at the beginning of
6825         subject lines.
6827 2006-01-07  Richard M. Stallman  <rms@gnu.org>
6829         * cus-edit.el (Custom-set, Custom-save): Doc fix.
6830         (Custom-reset-current, Custom-reset-saved): Change question text.
6831         (Custom-reset-standard): Likewise.
6832         (custom-variable-reset-saved): Doc fix.
6834 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
6836         * startup.el (init-file-user): Doc fix.
6838 2006-01-07  Alex Schroeder  <alex@gnu.org>
6840         * mail/rmail.el (rmail-current-subject): New function.
6841         (rmail-current-subject-regexp): New function.
6842         (rmail-next-same-subject): Use it.
6844         * mail/rmailsum.el (rmail-summary-by-topic):
6845         Use rmail-current-subject and rmail-current-subject-regexp.
6846         (rmail-summary-next-same-subject): Ditto.
6848         * net/rcirc.el (rcirc-send-input): No longer check whether the
6849         process is open, since not all commands need an open process.
6850         (rcirc-send-string): Check whether the process is open before
6851         sending anything.
6852         (rcirc-ignore-list): New option.
6853         (rcirc-ignore-list-automatic): New variable.
6854         (rcirc-print): Take rcirc-ignore-list into account.
6855         (rcirc-cmd-ignore): New command.
6856         (rcirc-ignore-update-automatic): New function.
6857         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6858         list if ignored nicks.
6859         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6861 2006-01-06  David Reitter  <david.reitter@gmail.com>
6863         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6864         reflect the address to which the report will be sent.
6866 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
6868         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6869         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6871 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
6873         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6875         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6876         the doc string: "functoin" => "function".
6877         * ldefs-boot.el: Likewise.
6879         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6880         message text: "Duplicat" => "Duplicate".
6882 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6884         * files.el (basic-save-buffer-2): If backing-up failed, reset
6885         buffer-backed-up to nil.
6887 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
6889         * progmodes/gud.el (gdb-script-skip-to-head)
6890         (gdb-script-calculate-indentation): Indent for breakpoint command
6891         lists also.
6893 2006-01-05  Bill Wohler  <wohler@newt.com>
6895         * Makefile.in (compile-always): Add mh-autoloads dependency.
6896         (bootstrap): Remove mh-autoloads dependency, as compile dependency
6897         provides it.
6898         (updates): Remove mh-autoloads dependency, since it probably has
6899         already run recently (via recompile).
6901 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6903         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6904         argument `force' to disable the flyspell-last-buffer optimization.
6905         (flyspell-mode-on): Use it.
6907         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6908         flymake-simple-cleanup.
6909         (flymake-allowed-file-name-masks): Use this new default.
6910         All the functions are now called in the right buffer rather than
6911         passing the buffer as argument.
6912         (flymake-process-sentinel): Switch to buffer before calling cleanup.
6913         (flymake-parse-err-lines): Remove redundant buffer arg.
6914         (flymake-get-program-dir): Comment out unused function.
6915         (flymake-start-syntax-check, flymake-start-syntax-check-process):
6916         Remove redundant buffer argument.
6917         (flymake-get-real-file-name, flymake-simple-java-cleanup)
6918         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6920 2006-01-05  Richard M. Stallman  <rms@gnu.org>
6922         * info.el (Info-find-node): Don't record previous node if have none.
6923         (info): Go to directory only if history is empty.
6925         * simple.el (mark): Doc fix.
6927 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6929         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6930         already of desired type.
6931         (mac-ae-list): Coerce parameter to "list" type.
6932         (mac-dispatch-apple-event): Replace cadr part of event with a
6933         dummy position so that event-start returns it.
6935 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
6937         * textmodes/org.el (org-end-of-subtree): New function.
6938         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6939         Use `org-end-of-subtree'.
6940         (org-agenda, org-agenda-convert-date): Protect calls to
6941         `fit-window-to-buffer'.
6942         (org-tags-view): Force matching of sublevels when doing a
6943         todo-only search.  Define the correct redo command, including the
6944         arguments.
6945         (org-agenda-redo): Display message.
6946         (org-check-for-org-mode): New function.
6947         (org-agenda-type): New variable.
6948         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6949         Set `org-agenda-type'.
6950         (org-agenda-check-type): New function.
6951         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6952         (org-agenda-week-view, org-agenda-day-view)
6953         (org-agenda-next-date-line, org-agenda-previous-date-line)
6954         (org-agenda-log-mode, org-agenda-toggle-diary)
6955         (org-agenda-toggle-time-grid, org-agenda-date-later)
6956         (org-agenda-date-prompt, org-agenda-diary-entry)
6957         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6958         (org-agenda-convert-date, org-agenda-menu):
6959         Use `org-agenda-check-type'.
6960         (org-make-overlay, org-delete-overlay)
6961         (org-detatch-overlay, org-move-overlay, org-overlay-put):
6962         New compatibility functions.
6963         (org-calendar-select-mouse): New command.
6965 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
6967         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6968         (Custom-reset-standard): Fix y-or-n-p messages.
6969         (custom-link): New face for links.
6970         (custom-buffer-create-internal, custom-manual): Use it.
6971         (custom-face-save): Push to theme-face before setting face spec.
6973         * wid-edit.el (widget-default-mouse-face-get): New function.
6974         (widget-specify-button): Handle mouse-face like button-face.
6976         * custom.el (load-theme): Clear old theme settings if reloading.
6978 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
6980         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6981         "Erase Customization" button back to same position it occupies in
6982         the individual State menus.
6984 2006-01-04  Kim F. Storm  <storm@cua.dk>
6986         * wid-edit.el (key-sequence): Rework widget to read key binding
6987         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
6988         (widget-key-sequence-default-value): Default value for empty sequence.
6989         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
6990         (widget-key-sequence-read-event): New command for C-q.
6991         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6992         (widget-key-sequence-value-to-external): New functions.
6994 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6996         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6997         Use expand-file-name.
6998         (flymake-delete-temp-directory): Use expand-file-name,
6999         file-name-directory, and directory-file-name.
7000         (flymake-strrchr): Delete.
7001         (flymake-start-syntax-check): Don't pass the redundant buffer argument
7002         to the init-f function.
7003         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7004         (flymake-init-find-buildfile-dir)
7005         (flymake-init-create-temp-source-and-master-buffer-copy)
7006         (flymake-simple-make-init-impl, flymake-simple-make-init)
7007         (flymake-master-make-init, flymake-master-make-header-init)
7008         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7009         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7010         (flymake-xml-init): Remove corresponding redundant buffer argument.
7011         (flymake-allowed-file-name-masks): Remove last elems that are equal to
7012         the default anyway.  Clean up regexps.
7014         * progmodes/flymake.el (flymake-temp-source-file-name)
7015         (flymake-master-file-name, flymake-temp-master-file-name)
7016         (flymake-base-dir): New buffer-local vars.
7017         (flymake-buffer-data, flymake-get-buffer-value)
7018         (flymake-set-buffer-value): Replace those hash-tables by the new
7019         buffer-local vars.  Update callers.
7021         * progmodes/flymake.el (flymake-check-start-time)
7022         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7023         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7024         Move definition, so we can remove redundant earlier declaration.
7025         (flymake-replace-regexp-in-string, flymake-split-string)
7026         (flymake-get-temp-dir): Use defalias.
7027         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
7028         (flymake-xemacs-window-edges): Remove unused function.
7029         (flymake-get-point-pixel-pos): Move.
7030         (flymake-pid-to-names, flymake-reg-names)
7031         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7032         Replace by a simple list flymake-processes and by process-buffer.
7033         Update callers.  Other than simplify the code, it uses buffers rather
7034         than buffer-names so it doesn't get confused by uniquify.
7035         (flymake-buffer-data): The global value should just be nil.
7037         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7038         Optimize the body of a defalias like any other code.
7040         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7041         Make sure we've setup font-lock's vars.  It may influence which
7042         function we then call.
7043         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7044         here since it's too late anyway.
7046 2006-01-03  Romain Francoise  <romain@orebokech.com>
7048         * startup.el (fancy-splash-tail, normal-splash-screen):
7049         Update copyright year.
7051 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
7053         * mouse.el (mouse-drag-track): Rename, from
7054         `mouse-drag-region-1'.  Includes optional argument required to
7055         enable post-drag event processing (e.g. delete region keys).
7056         Can be used without this argument to track a mouse region and operate
7057         on it as soon as the drag completes.
7058         (mouse-drag-region): Use `mouse-drag-track'.
7060 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
7062         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7063         Move to `custom-buffer' group.
7065         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7066         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7067         (custom-theme-insert-face-marker, custom-theme-variable-menu)
7068         (custom-theme-face-menu): New variables.
7069         (custom-theme-add-variable, custom-theme-variable-action)
7070         (custom-variable-reset-theme, custom-theme-delete-variable)
7071         (custom-face-reset-theme, custom-theme-face-action)
7072         (custom-theme-delete-face, custom-theme-merge-theme)
7073         (custom-theme-add-face, custom-theme-visit-theme): New functions.
7075 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
7077         * custom.el: Move Custom Themes commentary to start of theme code.
7078         (custom-known-themes): Rename `standard' theme to `changed'.
7079         (custom-push-theme): Caller no longer specifies what theme to use
7080         when doing `reset'---the setting is simply removed from the theme.
7081         Delete MODE from `theme-value' and `theme-settings' properties.
7082         (custom-declare-theme): Ignore &rest args since we don't use them.
7084         (custom-loaded-themes): Delete variable.
7085         (custom-theme-load-themes, custom-theme-loaded-p)
7086         (custom-theme-value): Delete functions.
7088         (custom-declare-theme): Signal error on invalid theme names.
7089         (provide-theme): custom-loaded-themes was deleted.
7090         (load-theme): Load the file unconditionally.
7091         (enable-theme): Call `load-theme' if theme is undefined.
7092         (custom-enabled-themes): Only update value for successful loads.
7093         (disable-theme): Complete from enabled themes when interactive.
7094         (custom-variable-theme-value): Calculate theme value directly.
7096         (custom-theme-reset-variables, custom-reset-variables): Mark as
7097         XEmacs compatibility functions.  We don't actually use these.
7099         * cus-edit.el (custom-variable-state-set):
7100         Use custom-variable-theme-value instead of custom-theme-value.
7101         (custom-face-state-set): Rename `standard' theme to `changed'.
7102         (custom-save-variables, custom-save-faces): Delete unneeded
7103         references to custom-reset-variables.
7104         (custom-save-resets): Delete function.
7105         (custom-save-variables, custom-save-faces): MODE argument deleted.
7106         (custom-save-variables, custom-save-faces): Ignore theme values.
7108         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7109         compatibility function.
7111 2006-01-01  Richard M. Stallman  <rms@gnu.org>
7113         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7114         (Custom-reset-current, Custom-reset-saved): Likewise.
7115         (Custom-reset-standard): Show message if aborted.
7116         (custom-mode): Doc fix, describing those commands.
7118         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7119         put on event-kind property.
7121 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
7123         * custom.el (provide-theme): Ban `user' theme name.
7124         (custom-enabling-themes): New variable.
7125         (enable-theme): Don't enable user if custom-enabling-themes is t.
7126         (custom-enabled-themes): Make it a defcustom.
7127         (custom-theme-recalc-face): No-op if face is undefined.
7129         * cus-edit.el (custom-button-mouse): New variable.
7130         (custom-button-mouse): New face.
7131         (custom-raised-buttons, custom-mode): Use it.
7133         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7135 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
7137         * progmodes/gud.el (gud-display-line): Support hl-line in the
7138         source buffer.
7140 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
7142         * mouse.el (mouse-drag-window-above): Verify that the found window
7143         overlaps with the given window in the horizontal dimension.
7145 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
7147         * Makefile.in (cvs-update): New target.
7149         * makefile.w32-in (cvs-update): Ditto.
7151 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
7153         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7154         (custom-new-theme-mode-map): New variable.
7156 2005-12-30  Richard M. Stallman  <rms@gnu.org>
7158         * custom.el (custom-load-themes): Function deleted.
7160         * cus-edit.el (custom-save-loaded-themes): Function deleted.
7161         (custom-save-variables): Don't delete or add custom-load-themes call.
7163 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7165         * cus-start.el: Add `visible-cursor'.
7167         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7168         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7169         (flymake-process-filter): Switch to buffer before calling it instead.
7170         (flymake-post-syntax-check, flymake-highlight-err-lines)
7171         (flymake-delete-own-overlays, flymake-parse-err-lines)
7172         (flymake-start-syntax-check, flymake-start-syntax-check-process)
7173         (flymake-count-lines, flymake-parse-residual):
7174         Remove constant buffer argument.
7175         (flymake-start-syntax-check-for-current-buffer): Remove.
7176         Update callers to use flymake-start-syntax-check instead.
7177         (flymake-display-err-menu-for-current-line):
7178         Remove unused var `mouse-pos'.
7179         (flymake-restore-formatting): Comment out unused function.
7180         (flymake-report-status, flymake-report-fatal-status): Remove buffer
7181         argument, use current-buffer instead.  Update callers.
7183 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7185         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7186         buffer-local because choose-completion-delete-max-match requires
7187         that we set completion-ignore-case (i.e., binding via let is not
7188         sufficient).
7189         (bibtex-complete): Always set completion-ignore-case and
7190         choose-completion-string-functions.  The latter is needed because
7191         choose-completion-string-functions keeps its value if we quit the
7192         *Completions* buffer without requesting a completion.
7194 2005-12-30  Andreas Schwab  <schwab@suse.de>
7196         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7198 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
7200         * jit-lock.el (jit-lock-chunk-size): Doc fix.
7202 2005-12-30  Juri Linkov  <juri@jurta.org>
7204         * locate.el (locate-fcodes-file, locate-header-face)
7205         * progmodes/delphi.el (delphi-other-face)
7206         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7208         * paren.el (show-paren-match, show-paren-mismatch): Use existing
7209         group `paren-showing-faces'.
7211         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7212         (goto-address): Fix docstring.
7214         * net/webjump.el (webjump-sample-sites): Update URLs.
7216         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7218         * subr.el (cancel-change-group): Add listp around pending-undo-list.
7220 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7222         * font-lock.el (font-lock-compile-keywords): Signal an error when
7223         font-lock-set-defaults hasn't been called.
7225 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
7227         * subr.el (noreturn, 1value): Doc fixes.
7229 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7231         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7232         that assoc-string returns nil.
7234 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7236         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7237         (bibtex-entry-type-str, bibtex-empty-field-re)
7238         (bibtex-search-backward-string, bibtex-preamble-prefix)
7239         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7240         (bibtex-any-valid-entry-type): New variable.
7241         (bibtex-parse-field-name): Simplify.
7242         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7243         (bibtex-preamble-prefix): Include left delimiter.
7244         (bibtex-search-forward-field, bibtex-search-backward-field):
7245         Allow unbounded search past entry boundaries (required by bibtex-pop).
7246         (bibtex-text-in-field-bounds): Use push.
7247         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7248         (bibtex-parse-preamble, bibtex-valid-entry)
7249         (bibtex-beginning-first-field): New functions.
7250         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
7251         (bibtex-map-entries): Fix docstring.
7252         (bibtex-flash-head): New arg prompt.  Simplify.
7253         (bibtex-enclosing-field): Include code of bibtex-inside-field.
7254         (bibtex-insert-kill): Simplify.  Always insert text past the
7255         current field or entry.
7256         (bibtex-format-entry): Use bibtex-parse-field.
7257         (bibtex-pop): Use bibtex-beginning-of-entry and
7258         bibtex-end-of-entry to initiate the search.  Insert empty field if
7259         we found ourselves.
7260         (bibtex-print-help-message): New args field and comma.
7261         Handle entry keys.
7262         (bibtex-make-field): Use bibtex-beginning-of-entry.
7263         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
7264         invalid entry.
7265         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7266         Handle preambles.  Simplify code for thorough test.
7267         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7268         New arg comma.  Handle entry heads.
7269         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7270         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7271         New arg comma.
7272         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7273         (bibtex-fill-field): Simplify.
7274         (bibtex-fill-entry): Use bibtex-beginning-first-field and
7275         bibtex-parse-field.
7276         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7277         (bibtex-complete): Use bibtex-parse-preamble.
7279 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
7281         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7282         Display name of expression instead of convenience variable.
7283         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7285         * progmodes/gud.el (gud-tooltip-dereference): Rename from
7286         toggle-gud-tooltip-dereference.
7287         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7288         (gud-tooltip-tips): ...here when dereferencing.
7290 2005-12-28  Bill Wohler  <wohler@newt.com>
7292         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7294 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7296         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7297         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
7298         (vc-annotate-display-autoscale): Adjust call.
7299         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
7300         Fix interactive spec.
7301         (vc-annotate-time-span): Remove.
7302         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7303         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7304         (vc-annotate-display-select): Use new name.
7306         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7307         (vc-annotate-mode-menu): Remove left-over redundant declaration.
7308         Correct the construction of span entries.  Simplify.
7309         (vc-annotate-display-select): Fix the nil case.
7310         (vc-annotate): Remove obsolete (and now broken) code.
7311         (vc-annotate-extract-revision-at-line): Remove obsolete code.
7312         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
7314 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7316         * subr.el (lazy-completion-table): Correct typo in docstring.
7318         * startup.el (command-line): Use `custom-reevaluate-setting' for
7319         `send-mail-function'.
7321         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7323 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
7325         * mail/smtpmail.el (smtpmail-try-auth-methods):
7326         Send credentials together with "AUTH PLAIN" command.
7328 2005-12-27  Richard M. Stallman  <rms@gnu.org>
7330         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7331         mouse-2, go back to previously selected window, so it's selected
7332         when mouse-2 command runs.
7334 2005-12-27  Juri Linkov  <juri@jurta.org>
7336         * descr-text.el (describe-text-sexp): Use square brackets for
7337         button [Show] to distinguish it from the property value `show'.
7338         (describe-property-list): Use `insert-text-button' with
7339         `help-face' type instead of putting face in quotes, because button
7340         is not created automatically for a list of faces.
7341         (describe-text-properties-1): Put button-type value in quotes to
7342         distinguish from plain text "button".
7343         (describe-char): Display code point values in hex.  Don't use
7344         `symbol-name' for `current-input-method' because it is a string.
7345         Use `insert-text-button' with `help-face' type instead of putting
7346         hardcoded face in quotes, because button is not created automatically.
7348 2005-12-27  Richard M. Stallman  <rms@gnu.org>
7350         * progmodes/glasses.el (glasses-face): More specific custom type.
7352         * files.el (set-visited-file-name): Doc fix.
7354         * textmodes/flyspell.el (flyspell-external-point-words):
7355         Use local var buffer-scan-pos to advance scan for next misspelling.
7356         Advance it only after we find the misspelling.
7358 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
7360         * textmodes/flyspell.el (flyspell-external-point-words):
7361         New criteria for finding the misspelling in the buffer.
7363 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
7365         * help-mode.el (help-insert-string): Set help-xref-stack-item
7366         rather than call help-setup-xref.
7368         * descr-text.el (describe-char): Revert previous changes for
7369         optional buffer argument.
7371 2005-12-27  Juri Linkov  <juri@jurta.org>
7373         * help-mode.el (help-insert-string): New function.  Save buffer
7374         contents in cases where it is impossible to recompute the old contents.
7376         * descr-text.el (describe-char): Set help-xref-stack-item
7377         explicitly after buffer has been generated.
7379 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7381         * cus-start.el (all): Add x-gtk-show-hidden-files.
7383 2005-12-26  Richard M. Stallman  <rms@gnu.org>
7385         * replace.el (perform-replace): Calculate match-again
7386         before skipping read-only matches.
7388         * paren.el (paren-showing-faces): New group.
7389         (show-paren-match, show-paren-mismatch): Move to that group.
7391         * button.el (button): Put into group `basic-faces'.
7393         * progmodes/make-mode.el: Remove faces from group `faces'.
7395         * apropos.el (apropos, apropos-value): Doc fix.
7396         (apropos-documentation): Doc fix.
7398 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7400         * subr.el (lazy-completion-table): Remove argument `args'.
7402         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7403         Don't use the `args' argument of lazy-completion-table.
7405 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
7407         * descr-text.el (describe-char): Add optional argument for buffer.
7408         Set buffer appropriately.  Call help-setup-xref.
7409         Suggested by Stefan Monnier.
7411 2005-12-26  Juri Linkov  <juri@jurta.org>
7413         * descr-text.el: Require `help-fns' at runtime.  Don't require
7414         `button' for byte compilation.
7415         (describe-text-widget): Add `help-echo' for first button.
7416         Use `help-info' for second.
7417         (describe-property-list): Use `help-argument-name' instead of `italic'.
7418         (describe-text-category): Add prompt to interactive spec.
7419         Call `help-setup-xref'.
7420         (describe-char): Use `help-character-set'.  Add `help-echo' for
7421         code point.  Use `help-input-method'.  Remove superfluous insert.
7423 2005-12-25  Richard M. Stallman  <rms@gnu.org>
7425         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7426         at point, in case of narrowing.
7428         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7430         * locate.el (locate-header-face): Allow nil in type.
7432         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7434 2005-12-25  Romain Francoise  <romain@orebokech.com>
7436         * battery.el (battery-linux-proc-acpi): Also try
7437         `/proc/acpi/thermal_zone/THM0/temperature'.
7439 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
7441         * custom.el (custom-push-theme): Fix docstring.
7443         * cus-edit.el (custom-variable-set, custom-variable-save)
7444         (custom-variable-save): Custom-quote widget values.
7445         (customize-save-variable): Fix custom-push-theme call.
7447 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7449         * w32-fns.el (w32-batch-update-autoloads): New function.
7451         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7452         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7453         from the command line.
7455 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
7457         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
7458         reset means to remove setting from theme entirely.  Don't keep
7459         expanding theme-settings list; delete old entries if necessary.
7461         * cus-edit.el (custom-buffer-create-internal): Move "Erase
7462         customization" button one line up.
7463         (custom-themed): New face.
7464         (custom-magic-alist): New value, THEMED, for theme settings.
7465         (custom-variable-state-set, custom-face-state-set):
7466         Check theme-value instead of saved-value.
7467         (custom-variable-reset-standard, custom-face-reset-standard):
7468         Remove theme setting entirely.  Recalculate new values.
7469         (custom-variable-set, custom-variable-set)
7470         (custom-variable-reset-saved, custom-variable-reset-backup)
7471         (custom-face-set, custom-face-reset-saved): Update `user' theme.
7472         (custom-variable-save): Fix typos.
7474 2005-12-23  Juri Linkov  <juri@jurta.org>
7476         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7477         Add autoload cookies.
7478         (edebug-outside-d-c-i-n-s-w): New variable.
7479         (edebug-display, edebug-outside-excursion): Use it to save the
7480         original value of default-cursor-in-non-selected-windows.
7481         Set default-cursor-in-non-selected-windows to t while Edebug
7482         is active.
7483         (edebug-mode, edebug-eval-mode): Doc fix.
7485         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7486         with `buffer-substring-no-properties' to remove common substring
7487         highlighting.
7489         * info.el (info-other-window, info): Rename function argument
7490         `file' to `file-or-node'.
7491         (Info-complete-menu-item): Use local variable `complete-nodes' to
7492         keep the global value of `Info-complete-nodes' unchanged for
7493         subsequent completions.
7494         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7496         * simple.el (get-next-valid-buffer, last-buffer)
7497         (next-error-buffer-p, next-error-find-buffer)
7498         (minibuffer-history-sexp-flag): Doc fix.
7500         * savehist.el (savehist-mode-hook): Add `:group'.
7502         * log-view.el: Call autoload for vc-find-version.
7503         (log-view-current-file): Adjust subgroup numbers.
7504         (log-view-current-tag): Add `length'.
7506 2005-12-23  Richard M. Stallman  <rms@gnu.org>
7508         * vc.el (vc-annotate-car-last-cons): Defn moved up.
7510 2005-12-23  Juri Linkov  <juri@jurta.org>
7512         * hi-lock.el (hi-lock-archaic-interface-message-used)
7513         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7514         (hi-lock-mode): Display "Hi" in the mode line only when
7515         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7516         (hi-lock-write-interactive-patterns):
7517         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7518         (hi-lock-set-pattern, hi-lock-set-file-patterns)
7519         (hi-lock-font-lock-hook): Set 3rd arg `how' of
7520         font-lock-add-keywords to t.
7522 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
7524         * hi-lock.el (hi-lock-highlight-range): New variable.
7525         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7526         only if font-lock-fontified is non-nil.  Remove overlays.
7527         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7528         font-lock-fontified is non-nil, otherwise use overlays (instead of
7529         text properties).
7530         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7531         New variables.
7532         (hi-lock-string-serialize) New function.
7534 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7536         * menu-bar.el (menu-find-file-existing): New function.
7537         (menu-bar-file-menu): Use menu-find-file-existing for Open.
7539         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7541 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7543         * vc.el: Remove unnecessary leading * in docstrings.
7544         (vc-annotate-mode-map): Move initialization into declaration.
7545         (vc-static-header-alist): Nitpick on the regexp.
7546         (vc-default-init-version): New fun.
7547         (vc-register): Use it.
7548         (vc-insert-headers): Use dolist.
7549         (vc-annotate-get-backend): Remove unused function.
7550         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
7551         (vc-annotate-mode): Remove corresponding call.
7552         (vc-annotate-car-last-cons): Simplify.
7553         (vc-annotate-buffers): Remove var.
7554         (vc-annotate-backend): Make it buffer-local.
7555         (vc-annotate): Move the interaction to the interactive spec.
7556         Add a `buf' argument.
7557         (vc-annotate-warp-version): Use this new `buf' argument to avoid
7558         killing&creating a vc-annotate buffer, which is very disruptive when
7559         the buffers are shown in dedicated frames.
7561 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
7563         * descr-text.el: Add FSF as maintainer.
7564         (describe-text-mode, describe-text-mode-map)
7565         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
7566         help-mode.
7567         (describe-text-widget, describe-text-sexp)
7568         (describe-property-list, describe-text-category)
7569         (describe-text-properties, describe-text-properties-1)
7570         (describe-char): Use help buttons instead of widgets.
7571         (describe-char-unicodedata-file): Make URL link in doc string.
7573 2005-12-22  Richard M. Stallman  <rms@gnu.org>
7575         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7576         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7577         Don't include buttons that write a file when there's no file.
7578         (custom-variable-menu, custom-face-menu, custom-group-menu):
7579         Don't include commands that write a file when there's no file.
7580         (customize-browse): Reword the top-of-buffer help intro.
7581         (custom-buffer-create-internal): Fix previous change.
7582         (customize-changed-options-previous-release): Prev release is 21.1.
7583         (customize-changed-options): Doc fix.
7584         (customize-changed): New alias.
7585         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7586         Say "standard values".
7587         (Custom-reset-standard): Doc fix.
7588         (custom-face-reset-standard): Doc fix.
7590 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7592         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7593         even if font-lock-mode is non-nil since it may be t without having
7594         turned on font-lock-mode-internal.
7595         (font-lock-choose-keywords): Minor optimization.
7596         (font-lock-add-keywords, font-lock-remove-keywords)
7597         (font-lock-set-defaults): Don't call make-local-variable on a variable
7598         that we know to already be local.
7600 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7602         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7603         messages if in the minibuffer.
7605 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7607         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7608         (tex-mode-flyspell-verify, flyspell-get-word)
7609         (flyspell-external-point-words): Don't use point-min/max uselessly.
7611         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7612         by Kevin Rodgers.  Instead, just hide the completions buffer if we
7613         don't need to show it.
7615 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7617         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7619 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7621         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7622         delete-windows-on with an inexistent buffer.
7624 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
7626         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7627         Delete defcustom variable :tag names.
7629 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7631         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7632         (log-view-font-lock-keywords): Ajust subgroup numbers.
7633         (log-view-current-tag): Don't hard code the number of subgroups.
7635 2005-12-20  Juri Linkov  <juri@jurta.org>
7637         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7638         (tooltip-x-offset, tooltip-y-offset): Doc fix.
7640         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7641         (menu-bar-non-minibuffer-window-p): Instead of checking
7642         display-multi-frame-p, use selected-frame when menu-updating-frame
7643         is nil.
7645 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
7647         * align.el (align-rules-list): Use [ \t] instead of \s-
7648         for column separators in text mode.
7650 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
7652         * help-mode.el (help-customize-variable, help-customize-face):
7653         Don't pop help-xref-stack as help-follow no longer pushes
7654         anything on to it.
7656 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
7658         * textmodes/org.el (org-agenda-custom-commands): New option.
7659         (org-agenda): Offer custom commands on splash screen.
7660         (org-make-tags-matcher): Parser for Boolean logic added.
7661         (org-agenda-set-tags): New command.
7662         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7663         (org-set-tags): Efficiency improvements.
7664         (org-auto-align-tags): New option.
7665         (org-todo, org-demote, org-promote): Realign tags.
7666         (org-tags-completion-function): Use also "&" and "|" as separators.
7667         (org-org-menu): Agenda commands simplified.
7669 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
7671         * cus-edit.el (customize-apropos, customize-apropos-options):
7672         Docstring changes.
7674         * font-lock.el (font-lock): Add tags to the links in the defgroup.
7676 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
7678         * longlines.el (longlines-mode): Wrap while widened.
7679         (longlines-decode-region, longlines-encode-region): Compute max
7680         just once.
7682 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7684         * cus-edit.el (mac): New group.
7686         * cus-start.el (all): Add user options in macterm.c.  Add test for
7687         Mac-related built-ins.  Fix test for GTK-related built-ins.
7689         * term/mac-win.el (mac-handle-language-change)
7690         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7691         (mac-services-open-selection, mac-services-mail-selection)
7692         (mac-services-mail-to, mac-services-insert-text)
7693         (mac-dispatch-apple-event): Add docstrings.
7694         (x-get-selection, mac-select-convert-to-string): Select coding
7695         system from `utf-16be' and `utf-16le' using `byteorder'.
7697 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7699         * subr.el (lazy-completion-table): Don't be fooled if the var holds
7700         a "list" (lambda ...) rather than a real completion list.
7702         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7703         lexical-let when encountering ((lambda (...) ...) ...).
7705 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
7707         * progmodes/sh-script.el (sh-mode):
7708         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7709         * textmodes/picture.el (picture-mode): Update docstrings.
7711 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
7713         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7714         commands enclosed in $(ARGQUOTE)s should not be split between two
7715         lines, as that will break with GNU Make >3.80, when sh.exe is used
7716         and arg quoting is with '..'.
7717         (autoloads): Don't break the quoted --eval expression between
7718         several lines.
7720 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
7722         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7723         Capture error from printing circular structures.
7725 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
7727         * wid-edit.el (widget-checkbox-action): Clear undo info.
7729 2005-12-16  Bill Wohler  <wohler@newt.com>
7731         * menu-bar.el (kill-this-buffer): Set a good example by using menu
7732         bar, not menubar in comment.
7734 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7736         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7737         After-change-functions should not clobber the match data.
7739 2005-12-16  Juri Linkov  <juri@jurta.org>
7741         * simple.el (choose-completion): Use `buffer-substring-no-properties'
7742         instead of `buffer-substring'.
7743         (completion-common-substring): Doc fix.
7744         (completion-setup-function): Use minibuffer-completion-contents
7745         instead of minibuffer-contents.  Don't set common-string-length
7746         initially.  Remove special handling of partial-completion-mode.
7747         Move computation of completion-base-size into one cond.
7748         Call completion-base-size-function in mainbuf.  In computation of
7749         completion-base-size for file name completion don't move point to
7750         the end of the minibuffer.  Move computation of common-string-length
7751         into one cond.  Start putting faces only when common-string-length>=0.
7752         Add condition to put completions-common-part when
7753         common-string-length>0.
7755         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7756         place point at the first different character in the minibuffer
7757         even if this position is at the beginning of the minibuffer.
7759         * info.el (Info-read-node-name-1): In completion-base-size-function's
7760         lambda return 1 if common-substring or minibuffer-completion-contents
7761         starts with (, and 0 otherwise.
7763         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7764         Use `crm-current-element' for second arg of `display-completion-list'.
7766 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
7768         * files.el (set-auto-mode): Look for an interpreter specified on
7769         the first line also if search for mode specification succeeded,
7770         but the mode is not known.
7772 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7774         * textmodes/org.el (org-tags-match-list-sublevels): New option.
7775         (org-open-at-point): Implement tag searches as links.
7776         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7777         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7778         (org-tags-sparse-tree, org-tags-view, org-set-tags)
7779         (org-agenda-dispatch): New commands.
7780         (org-use-tag-inheritance, org-tags-column): New options.
7781         (org-tab-follows-link, org-return-follows-link): New options.
7782         (org-tags): New customize group.
7783         (org-start-icalendar-file): Get local time zone.
7784         (org-tags-completion-function): New function.
7785         (org-set-font-lock-defaults): Make sure links will also be
7786         highlighted inside headlines.
7788 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
7790         * term.el (term-emulate-terminal):
7791         Let term-handle-ansi-terminal-messages override what Bash says about
7792         its current directory.
7794 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
7796         * bindings.el (last-buffer): Move to simple.el.
7797         * simple.el (last-buffer): Move here.
7798         (get-next-valid-buffer): New function.
7799         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7800         (prev-buffer): Ditto.  Rename to `previous-buffer'.
7802         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7803         * bindings.el (global-map): Ditto.
7805 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
7807         * cus-edit.el: Introductory comment change.
7808         (custom-magic-alist): Change message string for the `rogue' state.
7810 2005-12-15  Richard M. Stallman  <rms@gnu.org>
7812         * tooltip.el: Delete defcustom variable :tag names.
7814         * complete.el (partial-completion-mode): Doc fix.
7816         * textmodes/flyspell.el (flyspell-external-point-words):
7817         Use save-excursion to ensure we don't move backward in the
7818         search loop, not even one character.
7819         (flyspell-delete-all-overlays): Use remove-overlays directly.
7821         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7822         (ispell-start-process): Set that variable.
7823         Clear ispell-buffer-local-name.
7824         (ispell-internal-change-dictionary):
7825         Set ispell-current-dictionary after killing process.
7826         (ispell-buffer-local-dict):
7827         Don't set spell-personal-dictionary after killing process.
7828         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7829         (ispell-tex-skip-alists, ispell-html-skip-alists)
7830         (ispell-skip-region-alist): Mark as risky.
7832         * net/newsticker.el (newsticker--retrieval-timer-list)
7833         (newsticker--display-timer, newsticker-running-p)
7834         (newsticker-ticker-running-p): Definitions moved up.
7836 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
7838         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7840 2005-12-15  David Ponce  <david@dponce.com>
7842         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7843         (recentf-edit-list, recentf-open-files): Signal an error when
7844         there is no recent file.
7846 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7848         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7849         read-only except for texinfo-format-region evaluation.
7851 2005-12-14  Richard M. Stallman  <rms@gnu.org>
7853         * vc.el (vc-default-previous-version, vc-default-next-version)
7854         (vc-do-command): Doc fixes.
7856 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7858         * textmodes/bibtex.el (bibtex-expand-strings)
7859         (bibtex-autokey-expand-string, bibtex-name-part)
7860         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7861         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7862         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7863         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7864         (bibtex-entry-postfix, bibtex-known-entry-type-re)
7865         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7866         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7867         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7868         (bibtex-beginning-of-last-entry): Remove.
7869         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
7870         message if comma is missing but buffer is read-only.
7871         (bibtex-parse-field-text): Handle whitespaces at the end of field
7872         text.  Return 3-element list with beginning and end of field text
7873         and end of field.
7874         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7875         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
7876         (bibtex-search-forward-field, bibtex-search-backward-field):
7877         Search always delimited by limits of entry.  Use more efficient
7878         search algorithms.
7879         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7880         bibtex-end-of-name-in-field.
7881         (bibtex-text-in-field-bounds): Handle BibTeX strings when
7882         extracting the content of a field.
7883         (bibtex-text-in-field): Use search limits.
7884         (bibtex-parse-string-prefix): Handle empty string keys based on
7885         bibtex-string-empty-key.
7886         (bibtex-parse-string): Fix docstring.
7887         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7888         (bibtex-preamble-prefix, bibtex-strings): New functions.
7889         (bibtex-skip-to-valid-entry): Include preceding whitespace in
7890         BibTeX entries (consistent with other BibTeX functions).
7891         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7892         (bibtex-search-entry): Fix docstring.  Simplify.
7893         (bibtex-flash-head, bibtex-complete-string-cleanup)
7894         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7895         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7896         (bibtex-parse-entry): New optional arg content.
7897         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7898         Use bibtex-text-in-field-bounds.
7899         (bibtex-print-help-message): Handle BibTeX strings and preambles.
7900         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7901         bibtex-parse-string-postfix.
7902         (bibtex-find-text-internal): New function.
7903         (bibtex-remove-delimiters): Use it.
7904         (bibtex-find-text): Use it.  New optional arg help.
7905         (bibtex-complete): Handle BibTeX string and preamble entries.
7906         (bibtex-Preamble): Fix order of closing delimiters.
7908 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7910         * vc.el (vc-default-revert): New fun.
7912         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7914 2005-12-14  Romain Francoise  <romain@orebokech.com>
7916         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7917         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7918         (font-lock-remove-keywords): Likewise.
7920 2005-12-14  Juri Linkov  <juri@jurta.org>
7922         * log-view.el (log-view-diff): Doc fix.
7924         * isearch.el (isearch-query-replace): Use (mark) instead of
7925         isearch-opoint if mark is active in transient-mark-mode.
7927 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
7929         * isearch.el (isearch-query-replace): Check for isearch-other-end.
7931 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
7933         * progmodes/cpp.el (cpp-face): New widget.
7934         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7936 2005-12-14  Juri Linkov  <juri@jurta.org>
7938         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7939         around `erase-buffer' and `insert'.
7941         * descr-text.el (describe-text-properties): Replace buffer name
7942         "*Help-2*" with "*Help*<2>".
7943         (describe-char): Add functions print-help-return-message,
7944         toggle-read-only.  Use help-setup-xref with nil to not store
7945         describe-char in help-xref-stack.  Use help-make-xrefs to
7946         make [back] button.
7948         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7950         * wdired.el (wdired-old-point): New internal variable.
7951         (wdired-change-to-wdired-mode): Set it buffer-locally.
7952         (wdired-abort-changes): Restore point after aborting changes.
7954 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7956         * vc.el (vc-do-command): Add a new value t for okstatus.
7958         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7959         frame in case of errors.
7961 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7963         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7964         so it comes after "On the Left" in the menu.
7966 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
7968         * cus-edit.el (customize-apropos, customize-apropos-options)
7969         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7971 2005-12-12  Bill Wohler  <wohler@newt.com>
7973         * vc-svn.el (vc-svn-registered): Fix problem of visiting
7974         non-writable Subversion-controlled files by saving window
7975         configuration before calling vc-do-command.  vc-do-command calls
7976         pop-to-buffer on error which is unexpected during registration.
7978 2005-12-12  Jay Belanger  <belanger@truman.edu>
7980         * calc/README: Update the summary of changes.
7982 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7984         * descr-text.el (describe-char): Rework last fix to solve the problem
7985         is the same way it's solved for everything else in that function
7986         (i.e. by extracting the info before setting up the *Help* buffer).
7988 2005-12-12  Kim F. Storm  <storm@cua.dk>
7990         * subr.el (version-regexp-alist): Allow space as separator before
7991         non-numeric part, e.g. "1.0 alpha".
7992         (version-to-list): Interpret .X.Y version as 0.X.Y version.
7994 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7996         * textmodes/org.el (org-agenda, org-timeline, org-todo):
7997         Implement Logging and the keep-modes setting.
7998         (org-get-category): Make sure a string is returned.
7999         (org-log-done): New function.
8000         (org-log-done, org-closed-string): New options.
8002 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8004         * tooltip.el (tooltip-y-offset): Change default to 20.
8006 2005-12-12  Richard M. Stallman  <rms@gnu.org>
8008         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8010         * frame.el (display-hourglass): Doc fix.
8012         * help.el (help-for-help-internal): Simplify entry for `a'.
8014         * info.el (Info-on-current-buffer): Doc fix.
8015         (info-insert-file-contents): Don't test (featurep 'jka-compr).
8017         * startup.el (inhibit-splash-screen): Make this the real name.
8018         (inhibit-startup-message): Make this the alias.
8019         (command-line): Find only simple.el, and use its directory
8020         to fill in other preloaded files' names.
8021         (command-line): Deactivate the mark if deactivate-mark is set.
8023         * international/mule.el (load-with-code-conversion):
8024         Bind deactivate-mark.
8026         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8028 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
8030         * cus-edit.el (customize-apropos): Avoid listing an option more
8031         than once under different aliases.  No longer list user options
8032         that are not defined with defcustom (unless a prefix arg is given).
8033         Doc fix.
8034         (customize-apropos-options): Doc fix.
8036 2005-12-11  Juri Linkov  <juri@jurta.org>
8038         * frame.el (set-background-color, set-foreground-color)
8039         (set-cursor-color, set-mouse-color, set-border-color):
8040         Add explicit prompts to read colors by `facemenu-read-color'.
8041         (show-trailing-whitespace, blink-cursor-delay)
8042         (blink-cursor-interval, display-hourglass, hourglass-delay):
8043         Remove tags.
8044         (display-hourglass, hourglass-delay): Doc fix.
8045         (cursor-in-non-selected-windows): Capitalize words in tag.
8047         * faces.el (frame-background-mode): Replace `choice-item' keywords
8048         with `const' to not make [default] button.  Change default value tag
8049         from `default' to `automatic'.  Doc fix.
8050         (trailing-whitespace) <defface>: Change group `whitespace' to
8051         `whitespace-faces'.
8053 2005-12-11  Richard M. Stallman  <rms@gnu.org>
8055         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8057 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8059         * term/mac-win.el: Create keymap for mac-apple-event-map.
8061 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
8063         * tooltip.el (tooltip-mode): Move to start of file so that it
8064         appears at top of customize buffer.
8066         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8067         Add the gud groupname.
8068         (gud-tooltip-mode): Add the tooltip groupname.
8069         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
8070         avoid conflict with tooltip-use-echo-area.
8072 2005-12-10  Romain Francoise  <romain@orebokech.com>
8074         * help.el (help-for-help-internal): Add `r' in doc string.
8076 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8078         * align.el (align-regexp, align-highlight-rule):
8079         Use region-beginning and region-end instead of point and mark, so that
8080         repetition (with `repeat-complex-command') recomputes the region
8081         bounds.
8083 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8085         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8086         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8087         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8088         (balance-windows): Rewrite using the above new functions.
8090 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
8092         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8093         react if global-hi-lock-mode seems intended.
8094         (global-hi-lock-mode) Renamed from hi-lock-mode.
8095         (hi-lock-archaic-interface-message-used)
8096         (hi-lock-archaic-interface-deduce): New variables.
8097         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8098         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8099         (hi-lock-find-patterns, hi-lock-font-lock-hook):
8100         Replace hi-lock-buffer-mode with hi-lock-mode.
8102 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
8104         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8105         completion list, even after a partial completion has been
8106         inserted in the current buffer.  If there are more than 1
8107         completion, redisplay the *Completions* buffer; if the
8108         completion is unique, delete the *Completions* window.
8110 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
8112         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8113         strings and long subject lines that were broken into multiple
8114         lines at arbitrary places.  Handle subjects that have "Re: " in
8115         the middle.
8117 2005-12-10  John W. Eaton  <jwe@octave.org>
8119         * emacs/octave-mod.el (octave-electric-space): Don't indent
8120         comments or strings if octave-auto-indent is nil.
8122 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8124         * term/mac-win.el: Require url when compiling.
8125         Call mac-process-deferred-apple-events after loading init files.
8126         (mac-apple-event-map): New defvar.  Define event handlers in it.
8127         (core-event, internet-event): New Apple event class symbols.
8128         (open-application, reopen-application, open-documents)
8129         (print-documents, open-contents, quit-application)
8130         (application-died, show-preferences, autosave-now, get-url):
8131         New Apple event ID symbols.
8132         (about): New HICommand ID symbol.
8133         (mac-event-spec, mac-event-ae): New macros.
8134         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8135         (mac-ae-selection-range, mac-ae-text-for-search)
8136         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8137         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
8138         and Services menu events are now defined in mac-apple-event-map.
8139         (mac-drag-n-drop): Remove selection range handling.
8141 2005-12-10  Kenichi Handa  <handa@m17n.org>
8143         * simple.el (zap-to-char):
8144         * isearch.el (isearch-process-search-char): Translate CHAR by
8145         translation-table-for-input.
8147 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
8149         * foldout.el (foldout-exit-fold): Properly hide subtree.
8151 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8153         * files.el (save-buffer):
8154         * international/ucs-tables.el (ucs-set-table-for-input):
8155         * mail/mail-extr.el (mail-extract-address-components):
8156         * mail/sendmail.el (mail-mode): Reformat doc string.
8158 2005-12-09  Juri Linkov  <juri@jurta.org>
8160         * isearch.el (isearch-highlight): Change main overlay priority
8161         from 1 to 1001.  Simplify.
8162         (isearch-lazy-highlight-update): Change lazy overlay priority
8163         from 0 to 1000.
8165         * replace.el (replace-highlight): Change overlay priority from
8166         1 to 1001.
8168         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8169         Change overlay priority from 1 to 1001.  Reuse existing overlay.
8171         * compare-w.el (compare-windows-highlight): Change overlay
8172         priority from 1 to 1000.
8174         * menu-bar.el (menu-bar-edit-menu): Add listp around
8175         pending-undo-list to disable menu item "undo" when pending
8176         undo list is empty.
8178         * locate.el (locate): Disable undo in *Locate* buffer.
8180 2005-12-09  Kim F. Storm  <storm@cua.dk>
8182         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8184 2005-12-09  David Ponce  <david@dponce.com>
8186         * recentf.el: Improvement of the menu code.
8187         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
8188         instead of menu hook.
8189         (recentf-show-menu, recentf-hide-menu): New functions.
8190         (recentf-menu-customization-changed, recentf-mode): Use them.
8191         (recentf-menu-action, recentf-max-menu-items)
8192         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8193         (recentf-arrange-by-rule-others)
8194         (recentf-arrange-by-rules-min-items)
8195         (recentf-arrange-by-rule-subfilter) : Don't use
8196         `recentf-menu-customization-changed'.
8197         (recentf-arrange-rules): Likewise.  Accept functions to compute
8198         sub-menu titles.
8199         (recentf-menu-filter): Likewise.  Doc fix.
8200         (recentf-menu-value-shortcut): Doc fix.
8201         (recentf-dump-variable): Quote atom value.
8202         (recentf-make-menu-items): Update to use it as a menu filter.
8203         (recentf-match-rule): New function.
8204         (recentf-arrange-by-rule): Use it.
8205         (recentf-indirect-mode-rule): New function.
8206         (recentf-build-mode-rules): Use it.
8207         (recentf-dir-rule): New function.
8208         (recentf-arrange-by-dir): Use it.
8209         (recentf-filter-changer-current): Rename from
8210         `recentf-filter-changer-state'.  All references updated.
8211         (recentf-filter-changer-alist): Update filter names.
8212         (recentf-filter-changer-select): New function.
8213         (recentf-filter-changer): Use it.  Make a sub-menu from filters
8214         available in `recentf-filter-changer-alist'.
8215         (recentf-data-cache, recentf-clear-data)
8216         (recentf-update-menu): Remove.  All references updated.
8217         (recentf-match-rule-p, recentf-build-dir-rules)
8218         (recentf-filter-changer-goto-next)
8219         (recentf-filter-changer-get-current)
8220         (recentf-filter-changer-get-next): Remove.
8222 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8224         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8225         buffer "Reset" button to "Reset to Current" for consistency with
8226         the State buttons.
8228 2005-12-08  John Paul Wallington  <jpw@pobox.com>
8230         * ibuf-ext.el (define-ibuffer-filter filename):
8231         If `dired-directory' is a list then really use its car.
8233 2005-12-08  Kim F. Storm  <storm@cua.dk>
8235         * emulation/cua-rect.el (cua--rectangle-aux-replace):
8236         Fix indention of text on right side of replaced rectangle.
8238 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
8240         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8241         No need to check gud-comint-buffer is bound.
8242         (gdb): Prevent multiple debugging when first session uses gdba.
8244 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8246         CC Mode update to 5.31.
8248         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8249         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
8250         We might do this function properly in the future).
8252         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8253         New macros c-sentence-end and c-default-value-sentence end, to cope
8254         with Emacs 22's new function `sentence-end'.
8256 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8258         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8259         compat issue using `c-put-overlay' and `c-delete-overlay'.
8261         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8262         New compat macros to handle overlays/extents.
8264 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8266         * progmodes/cc-fix.el: Add definitions of the macros push and pop
8267         (for GNU Emacs 20.4)
8269         * progmodes/cc-defs.el:
8270         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8272         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8273         highlighting mechanism so it will work in XEmacs too.
8275         * progmodes/cc-defs.el: Insert c-int-to-char.
8277         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8278         call to the new macro c-int-to-char.  This solves XEmacs's
8279         regarding characters as different from integers.
8281 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8283         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8284         New internal helper.
8286         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8287         construct to make the indirect face lookup work in XEmacs.
8289         (c-cpp-matchers): Append the negation char face to the existing
8290         fontification, so that the cpp face doesn't disappear.
8291         Use `c-make-syntactic-matcher' to avoid negation chars in comments
8292         and strings.
8294         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8295         to map to `font-lock-negation-char-face' in emacsen where it exists.
8297 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8299         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8301         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8302         Rename "c-subword-move-mode" as "c-subword-mode".
8304         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8305         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
8307 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8309         * progmodes/cc-mode.el: Added autoload directive for
8310         `c-subword-move-mode' for use in older emacsen.
8312 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8314         * progmodes/cc-mode.el:
8315         (i) Insert a binding for C-c C-backspace into
8316         c-bind-special-erase-keys which works in TTYs.
8317         (ii) Make sure that when file styles are used, any explicitly
8318         given style variables take priority over those in the style.
8319         Do this by calling `hack-local-variables' a second time.
8321         * progmodes/cc-vars.el: Add language specific customization
8322         widgets for AWK to c-doc-comment-style, c-require-final-newline
8323         and c-default-style.  Add a defcustom for awk-mode-hook.
8324         Give c-syntactic-element and c-syntactic-context doc-strings by
8325         directly setting their `variable-documentation' propery.
8326         This allows Emacs 22.1 to read these with C-h v.
8328         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8330 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8332         * progmodes/cc-fonts.el, cc-vars.el
8333         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8334         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8335         Masatake YAMATO.
8337         (c-doc-comment-style): Made GtkDoc default in C mode.
8339         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8340         and C-c C-<delete>.
8342         (c-bind-special-erase-keys): New function for use on
8343         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8345         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8346         <delete> key behavior in XEmacs according to `delete-forward-p'.
8347         C.f. `c-electric-delete'.
8349 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8351         * progmodes/cc-mode.el: Give c-hungry-backspace and
8352         c-hungry-delete-forward permanent key bindings.
8354         * progmodes/cc-cmds.el (c-electric-semi&comma):
8355         Bind c-syntactic-context for calls to "criteria functions", for
8356         consistency with other calls to user functions.
8358         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8359         `current-prefix-arg', since this might be the prefix arg to a
8360         command which calls c-indent-command as a function.  Change the
8361         interactive spec from "p" to "P".
8363         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8364         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8365         was difficult to understand.
8367 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8369         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8370         first char of an identifier.
8372         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8373         +" syntax in C++.
8375 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8377         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8378         auto-fill doesn't split a c-comment's last word from a hanging
8379         "*/" when a space is typed between them after fill-column.
8381         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8383         * progmodes/cc-styles.el (c-set-style)
8384         (c-setup-paragraph-variables): Abort the command if we're not in a
8385         CC Mode buffer.
8387         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8388         with blank comment-prefix, and a blank line as the comment's
8389         second line.
8391 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8393         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8394         Incorporate the patterns added in the Emacs development branch
8395         for the new Emacs 22 face `font-lock-negation-char-face'.
8397         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8398         of "red" since it stands out better in xterms and DOS terminals.
8400         * progmodes/cc-engine.el (c-literal-faces):
8401         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8403 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8405         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8406         forcibly enable c-electric-flag.
8408         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8409         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8410         after the comment-prefix of a C-style comment will close that comment.
8412 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8414         * progmodes/cc-fonts.el (c-basic-matchers-before)
8415         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8416         in Pike.
8418         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8419         digraphs.
8421         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8422         (c-cpp-message-directives, c-cpp-include-directives)
8423         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8424         (c-cpp-expr-directives): Introduce new language constants to
8425         control cpp syntax in a cleaner way.
8427         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8429         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8431         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8432         (c-multiline-string-start-char): New language constants and
8433         variables to specify how newlines in string literals work.
8435         (c-font-lock-invalid-string): Use them.
8437         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8438         unbalanced close brace is entered.  Optimization by avoiding going
8439         back over arbitrarily large blocks.  Removed hints that this
8440         function only would be relevant/useful in AWK.
8442         (c-electric-brace): Indent syntactically after the cleanups since
8443         lineup functions might do it differently then.
8445         * progmodes/cc-engine.el, cc-langs.el
8446         (c-opt-op-identifier-prefix): New language constant and variable.
8448         (c-just-after-func-arglist-p, c-after-special-operator-id)
8449         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8451         * progmodes/cc-align.el, cc-engine.el
8452         (c-after-special-operator-id): New helper to handle C++ operator
8453         identifiers.
8455         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8456         (c-guess-basic-syntax): Handle C++ operator identifiers in
8457         declarations.
8459         * progmodes/cc-langs.el (c-assignment-operators): Add the
8460         trigraph version of ^= too.
8462         * progmodes/cc-langs.el (c-assignment-operators): Add the
8463         trigraph version of |= in C++.
8465         * progmodes/cc-fonts.el (c-font-lock-declarators):
8466         Handle `c-decl-hangon-kwds' after the identifier name.
8468         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8469         whether an arglist is "nonempty", ignore a comment after the open
8470         paren if it isn't followed by a non-comment token on the same line.
8472         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8473         Enable heuristics below the point to cope with classes inside special
8474         brace lists in Pike.
8476 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8478         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8480 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8482         * progmodes/cc-guess.el (cc-guess-install): New function to
8483         install an already guessed style in another buffer.
8485         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8486         sets `inhibit-read-only' - `c-save-buffer-state' should be used
8487         anyway if the change always is undone.
8489 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8491         Implement togglable electricity:
8493         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8494         saying when it should be used.
8496         * progmodes/cc-engine.el: Add the new buffer-local variable,
8497         c-electric-flag.
8499         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8500         c-toggle-auto-newline.
8502         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8503         c-toggle-auto-newline.  Remove the binding for
8504         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
8505         c-toggle-electric-state.
8507         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8509         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8510         c-\(forward\|backward\)-subword.
8511         (c-update-modeline): Add the new modeline flag `l' for
8512         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
8513         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8514         Make the old name an alias of the new name.
8515         (c-toggle-electric-state): New function.
8516         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8517         Adapt these functions to do electric things only when
8518         c-electric-flag is non-nil.
8519         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8520         new functions from c-electric-brace.
8521         (c-point-syntax): Add a check for "virtual semicolons" in AWK
8522         mode, so that the tentative extra newline doesn't change the
8523         syntax of the following brace.
8524         (c-electric-brace): Restructure by extracting the above functions.
8525         Tidy up the coding somewhat.
8526         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8527         restructure a bit.
8529 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8531         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8532         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
8534         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8535         (c-submode-indicators): Change name from `c-auto-hungry-string'
8536         since it's now used to track another submode.
8538         (c-update-modeline): Convert to function and extended to check
8539         `c-subword-move-mode'.
8541         (c-forward-into-nomenclature, c-backward-into-nomenclature):
8542         Convert to compat aliases for `c-forward-subword' and
8543         `c-backward-subword'.
8545         * progmodes/cc-subword.el: New functions and minor mode to handle
8546         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8548         (c-forward-subword, c-backward-subword, c-mark-subword)
8549         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8550         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8551         Functions corresponding to the standard word handling functions.
8553         (c-subword-move-mode): Minor mode that replaces all the standard
8554         word handling functions with their subword equivalences.
8556 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8558         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8559         entry for one-liner-defun.
8561         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8562         name in its def-edebug-spec.
8564         * progmodes/cc-cmds.el (c-electric-brace): Make the
8565         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
8566         compacts space before a comment, if this will make things fit on
8567         one line.
8569         Introduce an "awk" style, mainly for auto-newline and clean-ups.
8571         * progmodes/cc-align.el: New function c-snug-1line-defun-close
8573         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8574         clean-up one-liner-defun.
8576         * progmodes/cc-styles.el: Add the new "awk" style.
8578         * progmodes/cc-vars.el: Add description of one-liner-defun to
8579         c-cleanup-list's doc-string.  New user options,
8580         c-max-one-liner-length.  In c-default-style, set the default style
8581         for AWK to "awk".
8583 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8585         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8586         macros inside labels.
8588         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8589         `c-at-statement-start-p' and `c-at-expression-start-p'.
8591         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8592         error if the mark isn't set.
8594         * progmodes/cc-engine.el (c-guess-continued-construct)
8595         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8596         accurately detect functions inside functions.
8598         * progmodes/cc-engine.el (c-at-expression-start-p): New function
8599         like `c-at-statement-start-p' that additionally recognizes commas
8600         and expression parentheses as delimiters.
8602         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8603         to avoid heuristics that doesn't work for unclosed blocks.
8604         (c-at-statement-start-p): New function.
8606         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8607         Objective-C directives, e.g. directives spanning lines should work
8608         reasonably well now.
8610         (c-put-c-type-property, c-clear-c-type-property): New helpers.
8612         (c-forward-objc-directive): New function to move over any ObjC
8613         directive.
8615         (c-just-after-func-arglist-p, c-guess-basic-syntax)
8616         (c-basic-matchers-before): Use it.
8618         (c-font-lock-objc-iip-decl): Remove.
8620         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8621         in the template arglist recognition.
8623         * progmodes/cc-styles.el (c-style-alist): Fix several
8624         inconsistencies in the Whitesmith style.
8626         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8627         New lineup function to get lines after Whitesmith style blocks
8628         correctly indented.
8630         (c-lineup-whitesmith-in-block): Back out the compensation for
8631         opening parens since it's done using `add' lists in the style
8632         definition instead.  Don't use the anchor position since it varies
8633         too much between the syntactic symbols. :P
8635         * progmodes/cc-vars.el (c-valid-offset): Update.
8637         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8638         lists where the offsets are combined according to several
8639         different methods: `first', `min', `max', and `add'.
8640         Report offset evaluation errors with `c-benign-error' so that some kind
8641         of reindentation still is done.
8643         * progmodes/cc-engine.el (c-guess-basic-syntax):
8644         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8645         `arglist-close'.
8647         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8648         situations for `arglist-cont-nonempty' and `arglist-close'.
8650         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8652         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8653         cc-bytecomp-boundp' in a number of places.
8655         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8656         macro related issue.
8658 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8660         * progmodes/cc-awk.el: Change the terminology of regexps: A char
8661         list is now [asdf], a char class [:alpha:].
8662         Include code for char classes.
8663         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
8664         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8666         Remove (nearly all of) the cruft associated with AWK Mode's former
8667         concept of "virtual semicolons":
8669         Adapt c-beginning-of-statement, c-end-of-statement (together with
8670         subfunctions) to use the new notion of "virtual semicolon" in
8671         place of the old awkward special handling for AWK.  There remains
8672         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8673         * progmodes/cc-cmds.el:
8674         (c-ascertain-adjacent-literal): In the backwards direction, now
8675         recognises AWK regexp delimiters as string delimiters.
8676         (c-after-statement-terminator-p): Adapt for virtual semicolons;
8677         check more rigorously for "end of macro".
8678         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8679         virtual semicolons;
8680         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8681         out the code for forward movement into ...
8682         (c-end-of-statement): Now contains the code for forward movement,
8683         adapted for virtual semicolons.
8685         * progmodes/cc-engine.el:
8686         (c-ws*-string-limit-regexp): New regexp.
8687         (c-forward-single-comment, c-backward-single-comment): Comment out
8688         the (now redundant) "special" AWK stuff.
8690         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8691         c-string-par-start, c-string-par-separate to be more like Text
8692         Mode than Fundamental Mode.
8694 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8696         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8697         to the fontified region so that fontification doesn't occur
8698         outside it (could happen e.g. when fontifying a line with an
8699         unfinished declaration).
8701 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8703         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8704         start of the file.  ^L now separate sections of the file.
8705         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
8706         (c-awk-one-line-possibly-open-string-re)
8707         (c-awk-regexp-one-line-possibly-open-char-class-re)
8708         (c-awk-one-line-possibly-open-regexp-re)
8709         (c-awk-one-line-non-syn-ws*-re): New defonsts.
8710         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8712         Amend the concept of "virtual semicolons" (in the indentation
8713         engine) for languages like AWK, such that they are now
8714         conceptually attached to end of the last token of a statement, not
8715         the end of the line.  (In AWK Mode, however, the pertinent text
8716         property is still physically set on the EOL.)  Remove the specific
8717         tests for awk-mode, thus facilitating the introduction of other
8718         language modes where EOLs can end statements.
8719         (Note: The funtionality in cc-cmds.el, specifically
8720         c-beginning/end-of-statement has yet to be amended.)
8722         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8723         New macros.
8725         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8726         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
8727         c-vsemi-status-unknown-p-fn (in a new page).
8729         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8730         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8731         numerous awkward forms like
8732         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8733         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
8734         variable before-ws-ip, the place just after char-before-ip appears.
8736         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8737         a comment.
8739 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8741         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8742         `c-tentative-buffer-changes'.
8744         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8745         convert to macro to choose between Emacs and XEmacs at compile time.
8747         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8749         (c-tentative-buffer-changes): New macro to handle temporary buffer
8750         changes in a convenient way.
8752         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8753         for `c-tentative-buffer-changes'.
8755         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8756         the checks for paren sexps between the point and the keyword, to
8757         avoid some false alarms.
8759         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8760         Fixed a situation where an error could be thrown for unbalanced
8761         parens.  Changed to make use of c-keyword-member' to avoid some
8762         repeated regexp matches.
8764         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8765         These language variable are no longer necessary.
8767         (c-block-stmt-kwds): New language constant used by
8768         c-looking-at-inexpr-block'.
8770         (c-guess-basic-syntax): Remove an optional check that looked at
8771         the existence of the now removed language variables.
8773         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8774         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8775         object instantiation expressions as declarations in some contexts.
8776         This bug only affected languages where the declarator can't be
8777         enclosed in parentheses.
8779         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8780         insert newlines before and after substatement braces.
8782         * progmodes/cc-engine.el: Improved the heuristics for recognizing
8783         function declaration headers and the handling of C++ style member
8784         init lists.
8786         (c-just-after-func-arglist-p): Rewritten to use
8787         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
8789         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8791         (c-guess-basic-syntax): Adapt case 5B for the new
8792         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
8793         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8794         covers all cases now).
8796         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8798 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8800         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8801         c-string-par-start/separate c-sentence-end-with-esc-eol,
8802         initialised in c-setup-paragraph-variables, used in string
8803         scanning subroutines of c-beginning-of-statement.
8805         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8806         which precedes the newly inserted `{'.
8808 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8810         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8811         function for declaration level blocks.  It should now cope with
8812         templates better and also be a lot more comprehensible.
8814         (c-looking-at-decl-block): The new function.
8816         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
8817         for compatibility.
8819         (c-add-class-syntax, c-guess-continued-construct)
8820         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8822         (c-decl-block-key): Change to tell apart ambiguous and
8823         unambiguous keywords.  Pike specials are now handled directly in
8824         the code instead.
8826         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8827         New language constants and variables to make the backward skip in
8828         `c-looking-at-decl-block' as tight as possible.
8830         (c-nonsymbol-token-char-list): New language constant.
8832         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8833         find balanced template arglists backwards.
8835         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8836         making char classes for `c-syntactic-skip-backward'.
8838         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8839         16D - can't be a class-close at that point.
8841         * progmodes/cc-engine.el (c-guess-basic-syntax)
8842         (c-add-class-syntax): Don't narrow out the enclosing declaration
8843         level.  This makes everything a lot easier, and it was actually
8844         only four small places that needed it to work.  Some places that
8845         previously did `widen' are removed now, which has the effect that
8846         `c-guess-basic-syntax' never will look at things outside the
8847         current narrowment now.  The anchor position for `topmost-intro'
8848         is affected by this, but it was so bogus it was basically useless
8849         before, and now it's equally bogus but in a slightly different way.
8851         (c-narrow-out-enclosing-class): Gone.
8853         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8854         the narrowed region.
8856         (c-least-enclosing-brace): Remove silly optional argument.
8858         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8859         the point could be left directly after an open paren when finding
8860         the beginning of the first decl in the block.
8862         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8863         Specify which submatch to use.
8865         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8867         (c-decl-start-re): No longer any need for special treatment of
8868         ObjC due to the above.
8870         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8871         presumably follows C in that regard.
8873         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8874         New language constants to specify operator tokens inside
8875         identifiers in a more high level way.
8877         (c-opt-identifier-prefix-key): New internal language constant.
8879         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8880         (c-identifier-start, c-identifier-key): Now completely calculated
8881         from other constants.
8883         (c-identifier-last-sym-match): Decommission since it's no longer used.
8885         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
8887         * progmodes/cc-engine.el (c-forward-name): Remove the
8888         optimization when c-identifier-key is equal to c-symbol-key since
8889         it doesn't work in byte compiled files.  Don't record empty
8890         regions as identifiers.
8892         * progmodes/cc-langs.el (c-filter-ops): New helper function to
8893         simplify access to `c-operators' and its likes.
8895         (c-operator-list, c-all-op-syntax-tokens)
8896         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8897         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8898         (c-primary-expr-regexp, c-cast-parens): Use it.
8900         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8901         an explicit language in functions.
8903         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8904         variant of adornment.
8906         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8907         variable.
8909         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8910         the Pike value.
8912         * progmodes/cc-engine.el (c-on-identifier)
8913         (c-simple-skip-symbol-backward): Small fix for handling "-"
8914         correctly in `skip-chars-backward'.  Affected the operator lfun
8915         syntax in Pike.
8917         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8918         diagnostic message about precompiled language vars not being used.
8920         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8921         "__attribute__" is followed by a parenthesis.
8923         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8924         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8925         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8927         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8928         Internal cleanups to properly detect the declared identifiers in
8929         various declarations.
8931         (c-decl-start-kwds): New language constant to recognize
8932         declarations that can start anywhere.  Used for class declarations
8933         in Pike.
8935         (c-specifier-key, c-not-decl-init-keywords)
8936         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8937         (c-find-decl-spots): Implement `c-decl-start-kwds'.
8939         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8940         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8941         handling of the compiler specific extension keywords into a new
8942         language constant `c-decl-hangon-kwds' that defines keyword
8943         clauses to be ignored in declarations.
8945         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8946         past unrecognized tokens when handling `c-colon-type-list-kwds'.
8947         Necessary to stop at the declared identifier in e.g. IDL valuetype
8948         declarations.
8950         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8951         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8952         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8953         (c-forward-decl-or-cast-1): Recognize the declared identifier in
8954         class and enum declarations as such and not as part of the type.
8956         (c-forward-decl-or-cast-1, c-forward-label): Relax the
8957         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8959         (c-forward-decl-or-cast-1): Don't disregard sure signs of
8960         declarations when there's some syntax error later on.
8962         (c-complex-decl-matchers): Did away with a reference to
8963         `c-specifier-key'.
8965         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8966         value - this variable is always dynamically bound.
8968         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8969         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8970         * cc-cmds.el, cc-defs.el: Change the policy for marking up
8971         functions that might do hidden buffer changes: All such internal
8972         functions are now marked instead of those that don't.
8974         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8975         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8976         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8977         (c-literal-type): Allow these functions to make hidden buffer changes,
8978         so that they are free to use text property caching later on.
8980         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8981         (c-electric-brace, c-electric-slash, c-electric-star)
8982         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8983         (c-electric-paren, c-electric-continued-statement, c-indent-command)
8984         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8985         (c-context-line-break): Add `c-save-buffer-state' calls to comply
8986         with the changed semantics of the functions above.
8988         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8989         when macros occur in obscure places.  Optimized the sexp movement
8990         a bit.
8992 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8994         Enhancements for c-beginning-of-statement to work in AWK Mode:
8996         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8997         (completed statement) with `}' (statement completed by closing
8998         brace or semicolon) and `$' (statement completed by EOL).
9000         (c-awk-virtual-semicolon-ends-prev-line-p)
9001         (c-awk-virtual-semicolon-ends-line-p)
9002         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9003         (c-awk-at-statement-end-p): New functions.
9005         * progmodes/cc-cmds.el: Simplify the structure of functions
9006         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
9007         two functions and c-beginning-of-statement to handle AWK Mode.
9009         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9010         c-backward-single-comment for AWK mode.  Attempt to clarify their
9011         doc-strings.
9013         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9015 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9017         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9018         label handling.  Labels are now recognized in a uniform and more
9019         robust way, regardless of context.  Text properties are put on all
9020         labels to recognize the following declarations better.
9021         Multiword labels are handled both in indentation and fontification for
9022         the benefit of language extensions like Qt.  For consistency, keywords
9023         in labels are now fontified with the label face instead.
9024         That also applies to "case" and "default".
9026         (c-beginning-of-statement-1): Fix some bugs in the label
9027         handling.  Disregard `c-nonlabel-token-key' in labels that begin
9028         with `c-label-kwds'.
9030         (c-find-decl-spots): Support that the callback adds more
9031         `c-decl-end' spots to find.
9033         (c-forward-decl-or-cast-1): Don't treat a list of plain
9034         identifiers followed by a colon as a declaration.
9036         (c-forward-label): New function to recognize labels.
9038         (c-guess-basic-syntax): Replace uses of `c-label-key' with
9039         `c-forward-label'.  Moved the label recognition cases (14 and 15)
9040         earlier since they aren't so context sensitive now.  Handle labels
9041         on the top level gracefully.  Moved access label recognition to
9042         the generic label case (CASE 15) - removed CASE 5E.
9044         (c-font-lock-declarations): Add recognition of labels in the
9045         same round since we need to handle labels in parallell with other
9046         declarations to recognize both accurately.  It should also improve
9047         speed.
9049         (c-simple-decl-matchers, c-basic-matchers-after):
9050         Move `c-font-lock-labels' so that it only is used on decoration level 2
9051         since `c-font-lock-declarations' handles it otherwise.
9053         (c-complex-decl-matchers): Remove the simplistic recognition of
9054         access labels.
9056         (c-decl-prefix-re): Remove the kludges that was necessary to cope
9057         with labels earlier.
9059         (c-decl-start-re): New language variable to make
9060         `c-font-lock-declarations' stop for the special protection labels
9061         in Objective-C that start with `@'.
9063         (c-label-key): Remove since it's no longer used.
9065         (c-recognize-colon-labels, c-label-prefix-re): New language
9066         constants to support recognition of generic colon-terminated labels.
9068         (c-type-decl-end-used): `c-decl-end' is now used whenever there
9069         are colon terminated labels.
9071         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9072         first argument starts with a special brace list.
9074         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9075         (c-font-lock-declarations): Break out the declaration and cast
9076         recognition from `c-font-lock-declarations' to a new function, so
9077         that it can be used in the indentation engine.
9079         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9080         up to the start of the literal.  Fixed bug with the point on the
9081         wrong side of the search limit that could happen when the start
9082         position is inside a literal.
9084         * progmodes/cc-engine.el (c-parse-state)
9085         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9086         so that it's kept a little bit back to increase the hit rate.
9088         (c-parse-state): Change the macro handling and fixed some
9089         glitches.  Macro context is checked more often than necessary now,
9090         but otoh less garbage conses are generated.
9092         * progmodes/cc-engine.el (c-parse-state)
9093         (c-invalidate-state-cache): Cache the last position where
9094         `c-state-cache' applies.  This can speed up refontification quite
9095         a bit in blocks where there are many non-brace parens before the point.
9097         (c-state-cache-end): New variable for this.
9099         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9100         cache variable.
9102         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9103         get close initial continue positions when the start position is
9104         inside a literal or macro.  Do not call the callback for spots
9105         before the start position (which can happen e.g. for `c-decl-end'
9106         spots inside comments).  Optimize better in special cases when the
9107         region is a single line inside a literal or macro (typically when
9108         the current line is refontified).
9110         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9111         to `c-add-stmt-syntax' - there's no need to explicitly whack off
9112         entries from the paren state.
9114         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9115         special case for "else if" clauses.
9117         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9118         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9120         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9121         New language variable to recognize the gcc extension with statement
9122         blocks inside expressions.
9124         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9125         it somewhat more comprehensible.  The argument AT-BLOCK-START is
9126         no longer used and hence removed.
9128         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9129         to `c-add-stmt-syntax'.
9131         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9132         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9133         This fixes bogus label recognition.
9135         * progmodes/cc-engine.el (c-add-type, c-check-type)
9136         (c-forward-name, c-forward-type): Improve storage of template
9137         types in `c-found-types' so that they can be recognized better.
9139         (c-syntactic-content): Add option to skip past nested parens.
9141         * progmodes/cc-engine.el (c-forward-name):
9142         Set `c-last-identifier-range' all the time.  It's less work that way.
9143         Handle that there might not be an identifier to store in
9144         `c-last-identifier-range'.
9146         (c-forward-type): Handle that `c-last-identifier-range' might be
9147         nil from `c-forward-name'.
9149         * progmodes/cc-defs.el (c-safe-scan-lists)
9150         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9152         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9153         to work even if the form fails.
9155         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9156         down in a large file in one go.
9158         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9160         * progmodes/cc-align.el (c-lineup-assignments): New lineup
9161         function which is like `c-lineup-math' but returns nil instead of
9162         `c-basic-offset' when it doesn't match.
9164         (c-lineup-math): Change to use `c-lineup-assignments'.
9166 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9168         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9169         c-beginning-of-statement.  New subfunctions
9170         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9172 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9174         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9175         hardcoded char classes whereever possible.  Changed a couple of
9176         places to use skip by syntax instead of skip by char class.
9178         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9179         Fix a bug in the regexp that caused extreme backtracking.
9181         * progmodes/cc-langs.el (c-block-comment-starter)
9182         (c-block-comment-ender): New language constants to specify in a
9183         single place how block comments look.
9185         (c-comment-start-regexp, c-block-comment-start-regexp)
9186         (comment-start, comment-end, comment-start-skip)
9187         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9188         (c-syntactic-ws, c-nonempty-syntactic-ws)
9189         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9190         `c-line-comment-starter', `c-block-comment-starter' and
9191         `c-block-comment-ender'.
9193         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9194         New language constants to break up things a bit.
9196         (c-simple-ws): New language constant for simple whitespace.
9198         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9200         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9201         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9202         newlines.  Allow and ignore nil elements in the list.
9204 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9206         * progmodes/cc-cmds.el: Comment out a (n almost certainly
9207         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9209         * progmodes/cc-cmds.el: Tidy up the comments in
9210         c-beginning-of-statement and subfunctions.
9212         * progmodes/cc-awk.el: Replace calls to put-text-property to the
9213         more flexible c-put-char-property and c-clear-char-properties.
9214         Add the author's email address.
9216         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9218         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9219         closing "*/" of a block comment.
9221         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9222         subfunctions) so that it works at BOB and EOB.
9224         * progmodes/cc-cmds.el, cc-vars.el: More updating of
9225         c-beginning-of-statement, including new variable
9226         c-block-comment-start-regexp.
9228 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9230         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9231         symbols from `*-font-lock-extra-types' so that there's no need to
9232         use `regexp-opt' on those lists.
9234         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9235         `c-type-modifier-kwds' is empty.
9237         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9238         there are several strings on the same line.
9240         * progmodes/cc-engine.el (c-literal-limits): Remove the
9241         compatibility function for older emacsen.  `c-literal-limits-fast'
9242         has now taken the place of this function.
9244         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9245         with older emacsen: We now require `pps-extended-state'.
9247 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9249         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9250         which obviates the need to hack sentence-end.  This now handles
9251         escaped newlines in strings correctly.  Correct minor bugs in
9252         c-move-over-sentence and in c-beginning-of-statement.
9254         * progmodes/cc-cmds.el (c-beginning-of-statement (and
9255         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9256         that movement over macros and code are rigorously separated from
9257         eachother.  Correct a few incidental bugs.
9259         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9260         Improve its doc-string.  Improve the handling of certain specific cases.
9262 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9264         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9265         (c-guess-basic-syntax): Change the way class-level labels are
9266         recognized; they can now contain essentially any symbols.
9268         (c-opt-extra-label-key): New language variable to cope with the
9269         special protection label syntax in Objective-C.
9271         (c-opt-access-key): Remove; this is now handled better by
9272         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9274         (c-complex-decl-matchers): Update to handle that
9275         `c-opt-access-key' no longer exists.
9277         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9278         improved label recognition in `c-beginning-of-statement-1'.
9280         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9281         Recognize bitfields better.
9283         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9284         Remove some cruft and fixed a bug that could cause it to go to a
9285         position further down.
9287         * progmodes/cc-langs.el, cc-engine.el
9288         (c-beginning-of-statement-1): Improve detection of labels in
9289         declaration contexts.
9291         (c-beginning-of-decl-1): Use it.
9293         (c-nonlabel-token-key): New language constant and variable needed
9294         by `c-beginning-of-statement-1'.
9296         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9297         manifested itself due to the correction in `c-forward-sexp'.
9299         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9300         Make these behave as documented when used at the buffer limits.
9302         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9303         (c-type-decl-end-used): Made this a language variable.
9305         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9306         correctly when `combine-after-change-calls' is used together with
9307         temporary narrowings.
9309         * progmodes/cc-engine.el (c-beginning-of-statement-1):
9310         Report labels correctly when the start point is immediately after the
9311         colon.
9313         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9314         Remove since it isn't used anymore.
9316         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9317         bracket arglists such as template parens in C++.
9319         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9320         in the last check-in.  Some optimization.
9322         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9323         where it could stop at the same level in a preceding sexp when
9324         PAREN-LEVEL is set.
9326         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9327         text property lookup only when it's needed.
9329         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9330         Change the policy for paren marked angle brackets to be more
9331         persistent; once marked they remain marked even when they're found
9332         to be unbalanced in the searched region.  This should keep the
9333         paren syntax around even when individual lines are refontified in
9334         multiline template arglists.
9336         (c-parse-and-markup-<>-arglists): New dynamically bound variable
9337         to control markup so that incorrect angle bracket arglists aren't
9338         marked in contexts where the correct value for
9339         `c-disallow-comma-in-<>-arglists' isn't known.
9341         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9342         argument has become `c-parse-and-markup-<>-arglists'.
9344         (c-remove-<>-arglist-properties): Remove - no longer used.
9346         (c-after-change-check-<>-operators): New function used on
9347         `after-change-functions' to avoid that "<" and ">" characters that
9348         are part of longer operators have paren syntax.
9350         (c-<>-multichar-token-regexp): New language variable used by
9351         `c-after-change-check-<>-operators'.
9353         (c-after-change): Call `c-after-change-check-<>-operators'.
9355         (c-font-lock-<>-arglists): Use the context properties set by
9356         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9357         correctly to avoid doing invalid markup.
9359         (c-font-lock-declarations): Remove code that undoes the invalid
9360         markup done by `c-font-lock-<>-arglists'.
9362         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9363         after `c-font-lock-declarations'.
9365         * progmodes/cc-engine.el (c-syntactic-skip-backward):
9366         Add paren-level feature.
9368         (c-guess-basic-syntax): Improve the anchor position for
9369         `template-args-cont' in nested template arglists.  There's still
9370         much to be desired in this area, though.
9372 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9374         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9375         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9377 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9379         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9380         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9382         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9383         it doesn't work no longer are supported.
9385         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9386         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9387         requires support for the syntax-table' text property, which rules
9388         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
9389         cruft associated with those versions.
9391         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9392         for the `syntax-table' text property, which rules out Emacs 19 and
9393         XEmacs < 21.4.  Removed various compatibility cruft associated
9394         with those versions.
9396         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9397         support for the `syntax-table' text property.
9399         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9400         variable and use an extra quoted face name instead.  All the
9401         emacsen flavors handle that correctly.
9403         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9404         (c-font-lock-declarators, c-font-lock-declarations)
9405         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9406         property to mark the items in in declarator lists to handle
9407         refontification inside multiline declarations better.
9409         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9410         construct like "a * b = c;" as a declaration.
9412 2005-12-08  Kim F. Storm  <storm@cua.dk>
9414         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9415         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
9416         select either meta, hyper, or super modifier for rectangle commands.
9417         (cua--rectangle-modifier-key): New defvar.
9418         (cua--M/H-key): Use it.  Remove special case for `space'.
9419         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9420         on X, to meta otherwise.  Always bind C-return to toggle
9421         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
9423         * emulation/cua-rect.el (cua-help-for-rectangle):
9424         Use cua--rectangle-modifier-key.  Handle super modifier too.
9425         (cua--init-rectangles): Always bind C-return to toggle rectangle.
9426         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9428         * ido.el: Move Acknowledgements and History after Commentary.
9429         Minor changes to Commentary.
9431         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9432         keymap if cua--prefix-override-timer is `shift'.
9433         (cua--shift-control-prefix): New function; emulate "type prefix
9434         key twice" functionality to handle shifted prefix key override.
9435         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9436         New commands.
9437         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9439 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
9441         * textmodes/org.el (org-insert-heading): Try to do items before
9442         headings.
9443         (org-agenda-mode): Quote `org-agenda-mode-hook'.
9444         (org-insert-item): New function.
9445         (org-renumber-ordered-list): Don't skip to higher level lists.
9447 2005-12-08  Juri Linkov  <juri@jurta.org>
9449         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9451         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9453         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9455         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9456         the constructed function name fun-1.
9458         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9459         because such links don't lead to parent documentation.
9461 2005-12-08  Kenichi Handa  <handa@m17n.org>
9463         * descr-text.el (describe-char): Use *Help-2* buffer if the
9464         current buffer is *Help*.  Call describe-text-properties while
9465         setting the original buffer.
9467 2005-12-07  Bill Wohler  <wohler@newt.com>
9469         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
9470         and causes problems with non-MH users (such as Gnus users).
9472 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
9474         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9475         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9476         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9477         command "info sources".  Move calls to GDB command "list".
9478         (gdb-find-file-hook): Just use gdb-source-file-list.
9479         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9480         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9481         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9482         (gdb-data-list-register-values-handler): Use correct trigger name.
9484 2005-12-07  Kim F. Storm  <storm@cua.dk>
9486         * ido.el (ido-completion-map): Rename from ido-mode-map.
9487         (ido-common-completion-map, ido-file-completion-map)
9488         (ido-file-dir-completion-map, ido-buffer-completion-map):
9489         Rename from ido-mode-....-map.
9490         (ido-init-completion-maps): Rename from ido-init-mode-maps.
9491         (ido-setup-completion-map): Rename from ido-define-mode-map.
9492         (ido-read-internal): Bind minibuffer-local-filename-completion-map
9493         to ido-completion-map.
9495 2005-12-07  Kenichi Handa  <handa@m17n.org>
9497         * international/mule-cmds.el
9498         (set-display-table-and-terminal-coding-system): If the coding
9499         system specified in `unibyte-display' property is different from
9500         the arg coding-system, don't setup standard-display-table.
9502 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9504         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9505         that comments end at \n, regardless of selective-display.
9507 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
9509         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9510         (gdb-version): New variables.
9511         (gdb-source-file-list, gdb-register-names)
9512         (gdb-changed-registers): New variables for use with GDB 6.4+.
9513         (gdb-ann3): Replace with...
9514         (gdb-init-1, gdb-init-2): ...two new functions.
9515         (gdba, gdb-prompt): Call gdb-init-1.
9516         (gdb-get-version): New function.  Call gdb-init-2 from here.
9517         (gud-watch): Make it work with mouse events too.
9518         (gdb-post-prompt): Don't add to queue until GDB version is known.
9519         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9520         (gdb-locals-mode): Use gdb-version.
9521         (gdb-memory-format-map, gdb-memory-unit-map)
9522         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9523         (gdb-locals-font-lock-keywords-1)
9524         (gdb-locals-font-lock-keywords-2): New variables.
9525         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9526         (gdb-set-gud-minor-mode-existing-buffers-1)
9527         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9528         (gdb-var-update-1, gdb-var-update-handler-1)
9529         (gdb-data-list-register-values-handler)
9530         (gdb-data-list-register-values-custom)
9531         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9532         (gdb-stack-list-locals-handler, gdb-get-register-names):
9533         New functions for use with GDB 6.4+.
9534         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9535         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9536         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9537         (gdb-stack-list-locals-regexp)
9538         (gdb-data-list-register-names-regexp): New regexps for use with
9539         GDB 6.4+.
9541 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9543         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9545 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
9547         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9548         prompts work for AUTH PLAIN.  Also reported by Steve Allan
9549         <seallan@verizon.net>.
9551 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
9553         * frame.el (set-frame-parameter): Add doc string.
9555 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
9557         * textmodes/org.el (org-occur-highlights): New variable.
9558         (org-highlight-new-match, org-remove-occur-highlights): New functions.
9559         (org-highlight-sparse-tree-matches): New option.
9560         (org-do-occur): New function.
9561         (org-get-heading): Make it work also at beginning of line.
9562         (org-category-table): New variable.
9563         (org-get-category-table, org-get-category)
9564         (org-camel-to-words, org-link-search): New functions.
9565         (org-select-this-todo-keyword): New variable.
9566         (org-todo-list): New command.
9567         (org-shiftright, org-shiftleft): New commands.
9568         (org-agenda-todo): Add prefix argument.
9569         (org-show-hierarchy-above): New option.
9570         (org-show-todo-tree): Numerical prefix creates tree for specific
9571         TODO keyword.
9572         (org-outline-level): New function, to assign a level to plain
9573         lists items.
9574         (org-cycle-include-plain-lists): New option.
9575         (org-mode): Use `org-outline-level' as value of `outline-level'.
9576         (org-cycle): Temporarily switch `outline-regexp' if
9577         `org-cycle-include-plain-lists' is non-nil.
9578         (org-start-icalendar-file): Fix format bug.
9579         (org-agenda-get-day-entries): Create category table.
9580         (org-agenda-get-todos, org-agenda-get-timestamps)
9581         (org-agenda-get-deadlines, org-agenda-get-scheduled)
9582         (org-agenda-get-blocks): Use `org-get-category'.
9583         (org-context-in-file-links): Rename from
9584         `org-line-numbers-in-file-links'.
9586 2005-12-06  Romain Francoise  <romain@orebokech.com>
9588         * window.el (balance-windows): Delete extraneous third arg in call
9589         to `enlarge-window'.
9591 2005-12-06  Kenichi Handa  <handa@m17n.org>
9593         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9595 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
9597         * progmodes/gdb-ui.el (gdb-var-create-handler)
9598         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9599         (gdb-var-list-children-handler, gdb-var-update-handler):
9600         Current buffer is already gdb-partial-output-buffer, don't
9601         make it current again.
9603 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
9605         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9606         (list-buffers-noselect): Use it.
9608 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9610         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9611         (mail-yank-ignored-headers): Use regexp-opt.
9612         (mail-mode-map): Move initialization into declaration.
9613         (mail-sent-via): Remove unused shadowed var `to-line'.
9614         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9615         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9616         (mail-do-fcc): Use dolist and push.
9617         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9618         (mail-yank-ignored-headers): Don't autoload.
9620 2005-12-05  Kenichi Handa  <handa@m17n.org>
9622         * international/mule-cmds.el (set-language-info-internal): New fun.
9623         (set-language-info): Call set-language-info-internal to update
9624         language-info-alist.  If LANG-ENV is the current one, call
9625         set-language-environment to make INFO effective now.
9626         (set-language-info-alist): Likewise.
9627         (locale-language-names): With locale "en", use English
9628         lang. env. but set the default codings to iso-8859-1.
9630 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
9632         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9633         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9634         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9635         for plain strings.
9636         (gdb-frames-mode): Remove redundant call to font-lock-mode.
9637         (gdb-all-registers): Rename from toggle-gdb-all-registers.
9638         Create registers buffer if necessary.  Echo new state in minibuffer.
9639         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9641 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
9643         * info.el (Info-fontify-node): Match external links using
9644         non-directory part of filename.
9646 2005-12-04  Juri Linkov  <juri@jurta.org>
9648         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9649         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
9650         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9651         because there is no customization option for it.
9653         * font-lock.el (lisp-font-lock-keywords-1):
9654         Add define-global-minor-mode.
9656         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9658         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9659         properties on the constructed variable names.
9661         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9662         Put `definition-name' properties on the constructed function names
9663         next-sym and prev-sym.
9665         * emacs-lisp/find-func.el (find-function-regexp):
9666         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
9667         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
9668         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9669         and easy-menu-define.
9671         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9672         easy-mmode-define-global-mode and define-global-minor-mode.
9673         (lisp-imenu-generic-expression): Add define-global-minor-mode.
9675         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9676         instead of easy-mmode-define-global-mode.
9678         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9679         Use define-minor-mode instead of easy-mmode-define-minor-mode.
9681         * cus-edit.el (customize-group, customize-group-other-window):
9682         Filter out autoloaded options from the group completion list by
9683         using heuristics that autoloaded groups don't have `custom-autoload'
9684         property on their symbols (they have only `custom-loads').
9686         * simple.el (completion-setup-function): Put completions-common-part
9687         face on complete completion string too (i.e. completion string
9688         without completions-first-difference face).
9690         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9692 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
9694         * view.el (view-mode): Doc fix.
9696         * disp-table.el (standard-display-european): Add to the warning
9697         message a reference to the doc string.
9699         * play/yow.el (apropos-zippy): Call print-help-return-message,
9700         similar to other Help and Apropos commands.
9702         * help.el (print-help-return-message): If pop-up-frames is
9703         non-nil, set up help-return-method to delete the help window and,
9704         possibly, its frame as well, and don't display message about
9705         scrolling the help window.  Doc fix.
9706         (help-return-method): Doc fix.
9708 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
9710         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9711         whereby names of length one or names starting with a
9712         symbol-constituent character would not be returned.
9714 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9716         * subr.el (atomic-change-group): Add edebug and indentation spec.
9718 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9720         * completion.el (save-completions-file-name): Fix typo in last change.
9722 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9724         * info.el: Move back/forward history to the beginning of the tool bar.
9726 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
9728         * allout.el (eval-when-compile): Remove unnecessary load of cl.
9729         Add fset of allout-real-isearch-abort during compile to fix
9730         byte-compilation warnings.
9731         (allout-mode-p): Move definition of this macro above all uses, or
9732         byte compilation in barren emacs (eg, during emacs build) will
9733         lack the definition.
9734         (allout-mode): Move this variable above any uses, or byte
9735         compilation will fail.
9736         (allout-resolve-xref): Remove use of personal file-reference function.
9737         (allout-toggle-current-subtree-encryption): Do the current (ie,
9738         visible containing) topic, rather than nearest around point.  Doc fix.
9739         (allout-toggle-subtree-encryption): New function, workhorse that
9740         works on nearest topic containing point.
9741         (allout-encrypt-string): Signal requirement for newer version of pgg.
9742         (allout-resumptions): Doc fix.
9744 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
9746         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9748 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
9750         * textmodes/flyspell.el (flyspell-external-point-words):
9751         Consider a misspelling as found in the string search if: (a) misspelling
9752         and found string lengths match, or (b) misspelling is found as
9753         element in a boundary-chars separated longer string, or (c)
9754         ispell-program-name is really ispell and misspelling is found as
9755         part of a TeX string.  After successful match move beginning of
9756         search region to end of match.  Warn about not found misspellings
9757         once the process is done.
9758         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9760 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
9762         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9763         tool bar (removed inadvertently).
9765 2005-12-02  Juri Linkov  <juri@jurta.org>
9767         * log-view.el (log-view-diff): Clarify doc string.
9769 2005-12-01  Bill Wohler  <wohler@newt.com>
9771         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9772         triggers lm-verify errors.
9774 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
9776         * simple.el (transient-mark-mode, line-number-mode)
9777         (column-number-mode, size-indication-mode): Remove `:require nil'.
9779 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
9781         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9782         in the margin also.
9783         (gdb-breakpoints-mode-map): Use D instead of d for
9784         gdb-delete-breakpoint.
9785         (gdb-get-frame-number): Require a number to match on.
9786         (gdb-threads-mode-map): Add follow-link binding.
9788 2005-11-30  Jason Rumney  <jasonr@gnu.org>
9790         * isearch.el (isearch-mode-map): Avoid exiting search on
9791         language-change event.
9793 2005-11-30  Romain Francoise  <romain@orebokech.com>
9795         * speedbar.el (speedbar-default-position): New defcustom.
9796         (speedbar-frame-reposition-smartly): Use it.
9798         * dframe.el (dframe-reposition-frame-emacs): Fix position
9799         computation for `left' location.
9800         Update copyright year.
9802 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9804         * help.el (help-map): Move initialization into declaration.
9806         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9808         * help-fns.el (help-argument-name): Don't autoload.
9809         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9810         to be re-loaded when customizing the `help' group.
9812 2005-11-30  John Paul Wallington  <jpw@gnu.org>
9814         * help-fns.el (describe-function-1): Fill arglist output.
9816 2005-11-30  Kim F. Storm  <storm@cua.dk>
9818         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9819         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9820         after revert-buffer (or anything else which kills all local variables).
9822         * apropos.el (apropos-parse-pattern): Doc fix.
9823         Set apropos-regexp directly, rather than expecting callers to do so.
9824         (apropos-command, apropos, apropos-value, apropos-documentation):
9825         Simplify calls to apropos-parse-pattern.
9827 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
9829         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9830         (hi-lock-face-phrase-buffer): Use hi-yellow face.
9831         (hi-lock-write-interactive-patterns): Use comment-region.
9833         * longlines.el (longlines-mode): Add mail-setup-hook.
9835         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9837         * simple.el (sendmail-user-agent-compose, next-line):
9838         Conditionally use hard-newline.
9840 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9842         * international/latexenc.el (latex-inputenc-coding-alist):
9843         Reword doc string.
9845 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
9847         * help.el (describe-key-briefly, describe-key): Recognize default
9848         bindings.
9850 2005-11-29  Romain Francoise  <romain@orebokech.com>
9852         * view.el (view-inhibit-help-message): New defcustom.
9853         (view-mode-enter): Use it.
9855 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
9857         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9858         Preserve user position.
9860 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
9862         * font-lock.el: Throw error if facemenu is not loaded to prevent
9863         accidental change of loading order in loadup.el.  (Suggested by RMS.)
9865         * loadup.el: Add comment explaining why facemenu must be loaded
9866         before font-lock.
9868 2005-11-28  Jay Belanger  <belanger@truman.edu>
9870         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9871         (calc-dispatch-map): Add more keys for `calc-same-interface'.
9873         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9875         * calc/calc-embed.el (calc-do-embedded): Update help message.
9877         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9879 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9881         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9883         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9884         called-interactively-p.
9885         (elp-profilable-p): Rename from elp-not-profilable-p.
9886         Invert result and take into account macros and autoloaded functions.
9887         (elp-instrument-function): Update call.
9888         (elp-instrument-package): Update call.  Add completion.
9889         (elp-pack-number): Use match-string.
9890         (elp-results-jump-to-definition-by-mouse): Merge into
9891         elp-results-jump-to-definition and then remove.
9892         (elp-output-insert-symname): Make help echo text single-line.
9894         * replace.el (query-replace-map): Move initialization into declaration.
9895         (occur-engine): Use with-current-buffer.
9896         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9897         (occur-mode-mouse-goto): Replace with an alias.
9899 2005-11-28  Juri Linkov  <juri@jurta.org>
9901         * simple.el (quoted-insert): Let-bind input-method-function to nil.
9903         * term/w32-win.el: Bind [S-tab] to [backtab].
9905         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9906         `Info-find-file' to t.
9908         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9909         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9910         and same-window-regexps.
9911         (occur-next-error): Don't move point for arg 0.
9913 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
9915         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9917 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9919         * log-edit.el (log-edit-changelog-use-first): New var.
9920         (log-edit-changelog-ours-p): Use it.
9921         (log-edit-insert-changelog): Set it with new arg `use-first'.
9922         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9923         (log-edit-hook): Add them to the list of suggested options.
9925         * textmodes/flyspell.el (flyspell-last-buffer): New var.
9926         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9927         redundant work.
9928         (flyspell-mode-on): Use add-hook for after-change-functions.
9929         (flyspell-mode-off): Use remove-hook for after-change-functions.
9930         (flyspell-changes): Make it buffer-local.
9931         (flyspell-after-change-function): Make it non-interactive.  Use push.
9932         (flyspell-post-command-hook): Check input-pending-p while processing
9933         the potentially long list of buffer changes.
9935 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
9937         * buff-menu.el (list-buffers-noselect): Display the selected
9938         frame's buffer list, not the global one.
9940 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
9942         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9943         that (list last-input-event) works as in interactive spec.
9945 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9947         * loadup.el ("facemenu"): Load facemenu before font-lock, because
9948         `facemenu-keymap' needs to be defined when font-lock is loaded.
9949         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9951 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9953         * completion.el: Remove useless leading * in defcustom docstrings.
9954         (save-completions-file-name): Use ~/.emacs.d if available.
9955         (completion-standard-syntax-table): Rename from
9956         cmpl-standard-syntax-table and fold initialization into declaration,
9957         thus removing cmpl-make-standard-completion-syntax-table.
9958         (completion-lisp-syntax-table, completion-c-syntax-table)
9959         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9960         (cmpl-saved-syntax, cmpl-saved-point): Remove.
9961         (symbol-under-point, symbol-before-point)
9962         (symbol-under-or-before-point, symbol-before-point-for-complete)
9963         (add-completions-from-c-buffer): Use with-syntax-table.
9964         (make-completion): Don't return a list of completion entries.
9965         Update callers.
9966         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9967         (completion-initialize): Rename from initialize-completions.
9968         (completion-find-file-hook): Rename from cmpl-find-file-hook.
9969         (kill-emacs-save-completions): Collect stats here.
9970         (save-completions-to-file, load-completions-from-file):
9971         Use with-current-buffer.
9972         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
9973         into a function.  Move all calls to toplevel.
9974         (completion-lisp-mode-hook): New fun.
9975         (completion-c-mode-hook, completion-setup-fortran-mode):
9976         Set the syntax-table here.  Use local-set-key.
9977         (completion-saved-bindings): New var.
9978         (dynamic-completion-mode): Make it into a proper minor mode.
9979         (load-completions-from-file): Remove unused var `num-uses'.
9981         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9982         constructor if it is explicitly overridden.
9984         * complete.el (PC-completion-as-file-name-predicate):
9985         Use minibuffer-completing-file-name.
9986         (partial-completion-mode): Use find-file-not-found-functions.
9987         (PC-lisp-complete-symbol): Use with-syntax-table.
9988         (PC-look-for-include-file): Remove dead setq.
9989         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9990         (PC-complete): Use with-current-buffer.
9992         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9993         escape single quotes.
9995 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9997         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9998         of `if' whose condition always returned nil.  Doc fix.
10000         * buff-menu.el (Buffer-menu-revert-function): Make the selected
10001         window's buffer the current buffer around the call to
10002         `list-buffers-noselect'.  This is necessary to mark that buffer
10003         with a `.' in the Buffer Menu when called from Lisp, for instance
10004         by Auto Revert Mode.
10006 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
10008         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10009         attaching to it.
10010         (gdb-pre-prompt): Make sure gdb-error is reset.
10012         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10013         with a child process, detect it.
10014         (gud-speedbar-buttons): Match regexp more carefully.
10016 2005-11-27  Richard M. Stallman  <rms@gnu.org>
10018         * mouse.el (mouse-drag-move-window-bottom):
10019         Use adjust-window-trailing-edge.
10021 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10023         * simple.el (blink-matching-open): Ignore
10024         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10025         (blink-matching-paren-on-screen): Update docstring.
10027         * paren.el (show-paren-mode): No longer change
10028         `blink-matching-paren-on-screen'.
10030 2005-11-27  John Paul Wallington  <jpw@pobox.com>
10032         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10033         (gdb-threads-select, gdb-edit-register-value):
10034         Use `posn-set-point' instead of `mouse-set-point' because the
10035         latter is not fbound when configured without X.
10037 2005-11-27  Kim F. Storm  <storm@cua.dk>
10039         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10040         existing face when partially highlighting a TAB in a rectangle.
10042 2005-11-26  Kim F. Storm  <storm@cua.dk>
10044         * ido.el (ido-mode-map): Doc fix.
10045         (ido-mode-common-map, ido-mode-file-map)
10046         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10047         (ido-define-mode-map): Rewrite.  Select one of the new maps as
10048         parent for ido-mode-map instead of building from scratch.
10049         (ido-init-mode-maps): New defun to initialize new maps.
10050         (ido-mode): Call it.
10051         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10052         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10054 2005-11-26  John Paul Wallington  <jpw@pobox.com>
10056         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10057         `mouse-set-point' because the latter is not fbound when configured
10058         without X.
10060 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
10062         * files.el (file-relative-name): Doc fix.
10064 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
10066         * progmodes/octave-inf.el (inferior-octave-startup): Force a
10067         non-empty string for secondary prompt PS2.
10069 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
10071         * progmodes/compile.el (compilation-setup): Fix last change.
10073 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
10075         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10076         (gdb-mouse-toggle-breakpoint-margin)
10077         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10078         Add gdb-server-prefix to keep out of command history.
10079         (gdb-edit-register-value): New function.
10080         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10081         (gdb-info-registers-custom): Use above map.
10083 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
10085         * custom.el (enable-theme): Signal error if argument is not a
10086         theme.  Don't recalculate a face if it's not loaded yet.
10088         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10089         the `user' theme is in effect.
10091         * info.el (Info-on-current-buffer): Record actual filename in
10092         Info-current-file, instead of t, or a fake filename if a non-file
10093         buffer.  Make autoload.
10094         (Info-find-node, Info-revert-find-node): No need to check for
10095         Info-current-file nil.
10096         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10097         Info-current-file is now never `t'.
10098         (Info-fontify-node): Many simplifications due to Info-current-file
10099         always being valid.  Use Info-find-file to find node filename.
10101 2005-11-25  David Kastrup  <dak@gnu.org>
10103         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10104         new character, then delete" in order to preserve markers.
10106 2005-11-25  David Ponce  <david@dponce.com>
10108         * recentf.el (recentf-arrange-by-rule): Handle a special
10109         `auto-mode-alist'-like "strip suffix" rule.
10110         (recentf-build-mode-rules): Handle second level auto-mode entries.
10112 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
10114         * viper-keym.el (viper-ESC-key): Use different values in terminal and
10115         window modes.
10117         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10118         jde-javadoc-checker-report-mode.
10120         * ediff-wind (ediff-make-wide-display): Slight simplification.
10122         * ediff.el (ediff-date): Change the date of last update.
10124 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
10126         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10127         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
10128         (hi-lock-mode): New global minor mode.
10129         (turn-on-hi-lock-if-enabled): New function.
10130         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10131         Change arguments to regexp and face instead of a font-lock pattern.
10132         Directly set face property, instead of refontifying.
10133         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10134         (hi-lock-find-patterns): Use line-number-at-pos.
10136         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
10137         arguments for hi-lock-set-pattern.
10138         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10139         Call font-lock-fontify-buffer.
10140         (hi-lock-find-file-hook, hi-lock-current-line)
10141         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10143         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10144         turned off.
10146         * progmodes/compile.el (compilation-setup): Don't fiddle with
10147         font-lock-defaults.
10149 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
10151         * progmodes/gdb-ui.el (gdb-var-create-handler)
10152         (gdb-var-list-children-handler): Find values for all variable
10153         objects.  gud-speedbar-buttons decides whether to display them.
10155 2005-11-24  Romain Francoise  <romain@orebokech.com>
10157         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10158         buffer name with a space.
10160 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
10162         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10163         `org-export-local-list-max-depth'.  Change default value to 3.
10164         (org-auto-renumber-ordered-lists)
10165         (org-plain-list-ordered-item-terminator): New options.
10166         (org-at-item-p, org-beginning-of-item, org-end-of-item)
10167         (org-get-indentation, org-get-string-indentation)
10168         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10169         New functions.
10170         (org-move-item-down, org-move-item-up): New commands.
10171         (org-export-as-html): New classes for CSS support.  Bug fix in
10172         regular expression detecting fixed-width regions.  Respect
10173         `org-local-list-ordered-item-terminator'.
10174         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10175         also a list item.
10176         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10177         New item moving functions.
10179 2005-11-24  Juri Linkov  <juri@jurta.org>
10181         * isearch.el (isearch-repeat): With empty search ring set
10182         `isearch-error' to the error string instead of signaling error
10183         with the function `error'.
10185 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10187         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10189 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
10191         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10192         and variable.
10193         (gdb-var-create-handler, gdb-var-list-children-handler):
10194         Don't match on "char **...".
10195         (gdb-var-update-handler): Find values for all variable objects.
10196         (gdb-info-frames-custom): Identify frames by leading "#".
10198         * progmodes/gud.el (gud-speedbar-menu-items): Add
10199         gdb-speedbar-auto-raise as radio button.
10200         (gud-speedbar-buttons): Raise speedbar if requested.
10201         Don't match on "char **...".
10202         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10203         Make it editable.
10205 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
10207         * info.el (Info-fontify-node): Handle the case where
10208         Info-current-file is t.
10210 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10212         * simple.el (blink-matching-open): Fix off-by-one in last change.
10214 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10216         * term/mac-win.el: Don't change default directory.
10218 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
10220         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10221         buffers correctly.  (It used to throw an error in such buffers.)
10222         Make it ask for confirmation in group buffers and other Custom
10223         buffers containing more than one customization item.
10225 2005-11-22  John Paul Wallington  <jpw@gnu.org>
10227         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10228         property on mail and url overlays.
10229         (goto-address-at-point): Use `posn-set-point' instead of
10230         `mouse-set-point' because the latter is not fbound when configured
10231         without X.
10233 2005-11-22  Lars Hansen  <larsh@soem.dk>
10235         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10236         (ls-lisp-classify, ls-lisp-format): Delete call to
10237         ls-lisp-parse-symlink.
10238         (ls-lisp-handle-switches): Handle symlinks to directories as
10239         directories when ls-lisp-dirs-first in non-nil.
10241 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
10243         * startup.el (command-line): Make sure that loaddefs.el is handled
10244         correctly in load-history.
10246 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
10248         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10249         (gdb-struct-string, gdb-array-string): New constants.
10250         (gdb-info-locals-handler): Use them.
10251         (gdb-reset): Reset gdb-var-list to nil.
10253 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10255         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10256         in patterns.
10258 2005-11-21  Juri Linkov  <juri@jurta.org>
10260         * custom.el (defcustom): Update link types in docstring.
10262 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
10264         * custom.el (defgroup): Add doc-string-elt info.
10266         * widget.el (define-widget): Don't use declare for the doc-string-elt.
10268 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10270         * newcomment.el (comment-enter-backward): Fix last fix.
10272         * simple.el (blink-matching-open):
10273         * paren.el (show-paren-function): Allow new paren-class info.
10275 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
10277         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
10278         handled automagically.
10280 2005-11-20  Andreas Schwab  <schwab@suse.de>
10282         * descr-text.el (describe-char): When copying overlays put them
10283         over the full char description instead of just the first character
10284         of it.
10286 2005-11-20  Juri Linkov  <juri@jurta.org>
10288         * simple.el (what-cursor-position):
10289         * descr-text.el (describe-char): Use Lisp-readable syntax
10290         for octal and hex.  Reorder decimal, octal and hex values.
10291         Remove excess whitespace in the output.  Use `=' in `column='
10292         like in `point=' and `Hscroll='.
10294         * international/mule-cmds.el (encoded-string-description):
10295         Use Lisp-readable syntax for hex.
10297 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10299         * newcomment.el (comment-enter-backward): Handle the case where the
10300         comment is closed by EOB.
10302 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10304         * longlines.el (longlines-before-revert-hook)
10305         (longlines-after-revert-hook): New functions.
10306         (longlines-mode): Turn off longlines temporarily when reverting.
10307         Add a message-setup-hook.
10308         (longlines-decode-buffer): New function.
10309         (longlines-wrap-line): Preserve marker positions.
10311 2005-11-19  Andreas Schwab  <schwab@suse.de>
10313         * emacs-lisp/shadow.el: Handle compressed files.
10315 2005-11-19  Romain Francoise  <romain@orebokech.com>
10317         * net/browse-url.el (browse-url-default-browser): Signal an error
10318         if no usable browser can be found, rather than try to load w3.
10320 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
10322         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10323         replacing existing properties.
10324         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10325         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10326         tty specs.
10327         (rcirc-server-prefix, rcirc-server): New faces.
10328         (rcirc-url-regexp): Generate with rx macro.
10329         (rcirc-last-server-message-time): New variable.
10330         (rcirc-filter): Record time of last message.
10331         (rcirc-keepalive): Kill processes that did not send a message
10332         since the last ping.
10333         (rcirc-mode): Give rcirc-topic a local binding here.
10335 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
10337         * subr.el (read-passwd): Fontify the prompt as we do with other
10338         prompts.
10340 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
10342         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10343         binding buffer-read-only to nil.
10345 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
10347         * complete.el (partial-completion-mode):
10348         Mention completion-auto-help in the doc string.
10350         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
10351         more Lisp-ish way.
10353 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
10355         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10356         digits, not 8, to avoid misalignment for files larger than 100MB.
10358 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
10360         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10361         Mention "keyboard shortcuts" in the help text.
10363 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10365         * startup.el (fancy-splash-default-action): Discard only
10366         mouse-down and succeeding mouse-up events in the splash screen
10367         window so that drag-n-drop event can be processed.
10369 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
10371         * longlines.el (longlines-mode): Add hacks for mail-mode and
10372         message-mode.
10374 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
10376         * textmodes/org.el (org-table-sort-lines): New command.
10377         (org-tbl-menu): Add entry for `org-table-sort-lines'.
10378         (org-add-file): Command removed, use `org-agenda-file-to-front'
10379         instead.
10380         (org-export-icalendar): Use `org-icalendar-combined-name'.
10381         (org-cycle-agenda-files, org-agenda-file-to-end)
10382         (org-agenda-file-to-front): New commands.
10383         (org-table-tab-jumps-over-hlines, org-export-html-style):
10384         New options.
10385         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10386         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10387         New functions.
10388         (org-fill-paragraph): Call `org-table-align' in tables.
10389         (org-mode): Call `org-set-autofill-regexps'.
10390         (org-export-as-html): Support for local handformatted lists.
10391         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
10392         (org-export-local-list-max-depth): New option.
10393         (org-html-expand): Use `org-html-protect'.
10395 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
10397         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10398         to "p".
10399         (gdb): Move definition of gud-pp to...
10401         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
10402         speedbar.
10403         (gdb-find-watch-expression): New function.
10405 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10407         * faces.el (face-attribute, set-face-attribute): Mention existence
10408         of `:ignore-defface' setting in docstring.
10410 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10412         * simple.el (completion-setup-function): Fix last change.
10414 2005-11-17  John Paul Wallington  <jpw@pobox.com>
10416         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10417         Use `posn-set-point' instead of `mouse-set-point' because the
10418         latter is not fbound when configured without X.
10420         * comint.el (comint-insert-input): Likewise.
10422 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10424         * simple.el (hard-newline): New variable.
10425         (sendmail-user-agent-compose, next-line): Use it.
10427         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10428         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10429         (mail-mail-reply-to, mail-mail-followup-to)
10430         (mail-position-on-field, mail-signature, mail-yank-original)
10431         (mail-attach-file): Likewise.
10433         * mail/mailheader.el (mail-header-format)
10434         (mail-header-format-function): Likewise.
10436         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10438 2005-11-17  Juri Linkov  <juri@jurta.org>
10440         * font-lock.el (font-lock-faces): Rename this defgroup from
10441         `font-lock-highlighting-faces'.
10442         (font-lock-comment-face, font-lock-comment-delimiter-face)
10443         (font-lock-string-face, font-lock-doc-face)
10444         (font-lock-keyword-face, font-lock-builtin-face)
10445         (font-lock-function-name-face, font-lock-variable-name-face)
10446         (font-lock-type-face, font-lock-constant-face)
10447         (font-lock-warning-face, font-lock-negation-char-face)
10448         (font-lock-preprocessor-face)
10449         (font-lock-regexp-grouping-backslash)
10450         (font-lock-regexp-grouping-construct): Rename :group from
10451         `font-lock-highlighting-faces' to `font-lock-faces'.
10453         * cus-edit.el (lisp, c, tex):
10454         * progmodes/ada-mode.el (ada):
10455         * progmodes/asm-mode.el (asm):
10456         * progmodes/cperl-mode.el (cperl-faces):
10457         * progmodes/cpp.el (cpp):
10458         * progmodes/dcl-mode.el (dcl):
10459         * progmodes/f90.el (f90):
10460         * progmodes/fortran.el (fortran):
10461         * progmodes/icon.el (icon):
10462         * progmodes/idlwave.el (idlwave-misc):
10463         * progmodes/m4-mode.el (m4):
10464         * progmodes/make-mode.el (makefile):
10465         * progmodes/meta-mode.el (meta-font):
10466         * progmodes/modula2.el (modula2):
10467         * progmodes/octave-mod.el (octave):
10468         * progmodes/pascal.el (pascal):
10469         * progmodes/perl-mode.el (perl):
10470         * progmodes/prolog.el (prolog):
10471         * progmodes/ps-mode.el (PostScript-edit):
10472         * progmodes/scheme.el (scheme):
10473         * progmodes/sh-script.el (sh-script):
10474         * progmodes/simula.el (simula):
10475         * progmodes/tcl.el (tcl):
10476         * textmodes/nroff-mode.el (nroff):
10477         * textmodes/reftex-vars.el (reftex-fontification-configurations):
10478         * textmodes/sgml-mode.el (sgml):
10479         * textmodes/texinfo.el (texinfo):
10480         Add :link (custom-group-link font-lock-faces) to defgroup.
10482         * hi-lock.el (hi-lock): Rename this defgroup from
10483         `hi-lock-interactive-text-highlighting'.  Change parent group from
10484         `faces' to `font-lock'.  Add link to the manual.
10485         (hi-lock-mode, hi-lock-file-patterns-range)
10486         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10487         `hi-lock-interactive-text-highlighting' to `hi-lock'.
10488         (hi-lock-faces): Add :group `faces'.
10490         * cus-edit.el (custom-variable-prompt): Clarify the code.
10492         * faces.el (face-read-string): Set the default value arg of
10493         completing-read.
10495 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
10497         * rfn-eshadow.el (file-name-shadow-properties)
10498         (file-name-shadow-tty-properties, file-name-shadow-mode):
10499         Remove autoloads, because the file is now preloaded.
10501 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10503         * printing.el (easy-menu-intern): Don't define.
10504         (pr-get-symbol): Use easy-menu-intern only if defined.
10506         * simple.el (blink-matching-open): Simplify a bit.
10507         (completion-setup-function): Fix the case of partial-completion-mode
10508         when the minibuffer's contents start with "-".
10509         Obey completion-base-size-function even when
10510         minibuffer-completing-file-name is non-nil.
10512 2005-11-16  Richard M. Stallman  <rms@gnu.org>
10514         * net/eudcb-ph.el (eudc-ph-open-session):
10515         Use set-process-query-on-exit-flag.
10517         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10519         * international/ucs-tables.el (ucs-set-table-for-input):
10520         Use make-local-variable, not make-variable-buffer-local.
10522         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10523         Improve warning message text.
10525         * savehist.el (savehist-save-hook): Add :group.
10527         * menu-bar.el (menu-bar-help-menu):
10528         Rename Find Extra Packages to External Packages.
10530         * cus-edit.el (Custom-reset-standard): Verify that
10531         :custom-standard-value prop exists before calling it.
10533         * apropos.el (apropos-calc-scores): Use apropos-pattern.
10535 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
10537         * wid-edit.el (color): Enclose %t in %{...%}.
10539         * cus-edit.el (face): Enclose %t in %{...%}.
10541 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
10543         * savehist.el (savehist-mode-hook): Re-add the var.
10544         (savehist-mode): Use it.
10546 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10548         * textmodes/flyspell.el: Fix commenting convention.
10549         Remove unnecessary leading * in custom docstrings.
10550         (flyspell-emacs): Remove unused var.
10551         (flyspell-delete-region-overlays): Use remove-overlays.
10552         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10553         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10554         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10555         (flyspell-debug-signal-word-checked): Use with-current-buffer.
10556         (make-flyspell-overlay): Don't locally reuse a global name.
10557         (flyspell-highlight-incorrect-region)
10558         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10559         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10560         (flyspell-notify-misspell): Remove unused args `start' and `end'.
10561         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
10562         Wrap calls to accept-process-output inside with-local-quit since it's
10563         often called from a post-command-hook.
10564         (flyspell-correct-word, flyspell-auto-correct-word):
10565         Use ispell-send-string.
10566         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
10568         * calendar/diary-lib.el (diary-list-entries): Also hide the
10569         terminating newline.
10571 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
10573         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10574         window-system, to allow fonts on tty.
10576 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
10578         * progmodes/gud.el (gud-speedbar-item-info): New function.
10579         (gud-install-speedbar-variables): Use it to display data type
10580         of watch expression as a tooltip in speedbar.
10582 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
10584         * font-core.el (global-font-lock-mode): Add :version keyword,
10585         because default was changed.
10587         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10589         * startup.el (command-line): Use `custom-reevaluate-setting' for
10590         `file-name-shadow-mode'.
10592         * loadup.el: Preload rfn-eshadow.
10594         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10595         Add :version keyword.
10596         (file-name-shadow-properties, file-name-shadow-tty-properties)
10597         (file-name-shadow): Add :version keyword.
10599         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10600         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10601         in the custom-group property of the symbol frames and the fringe
10602         group got no link to its parent group frames.
10603         Doc fix.
10605 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
10607         * progmodes/gud.el (gud-stop-subjob): New function.
10608         (gud-menu-map, gud-tool-bar-map): Use it.
10610 2005-11-16  Kim F. Storm  <storm@cua.dk>
10612         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10613         than kill it.
10614         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
10615         to a more useful/logical place.
10617 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
10619         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10620         go buttons complementary.
10622 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10624         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10625         (rfn-eshadow-sifn-equal): New function.
10626         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10628 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10630         * viper-utils.el (viper-non-word-characters-reformed-vi):
10631         Quote `-' in string.
10633         * viper.el (viper-emacs-state-mode-list): Ensure that
10634         rcirc-mode buffers come up in Emacs state.
10636         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10637         operation.
10639 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
10641         * term.el (term-termcap-format): Fix typos.
10642         (term-down): Fix the negative argument case.
10644 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
10646         * progmodes/gdb-ui.el: Remove face-alias left over from change on
10647         2005-08-15.
10648         (gdb-ann3): New command gud-go.
10649         (menu): Accomodate gdb-mi.el.
10650         (gdb-assembler-custom): Make buffer of selected window current
10651         so that set-window-point works.
10653         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10654         buttons and include new ones.
10656 2005-11-16  Kim F. Storm  <storm@cua.dk>
10658         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10659         (gud-menu-map): Use it.
10661 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
10663         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10664         that works correctly for Custom and that does not override a user
10665         who disables it.
10667         * help-mode.el (help-make-xrefs, help-xref-on-pp)
10668         (help-xref-interned, help-follow): Make hyperlinks for variables
10669         that are unbound, but have a non-nil variable-documentation property.
10671         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10672         mode hook.  (It conflicted with defcustoms for some mode hooks.)
10673         Use the `variable-documentation' property to give the mode hook a
10674         docstring and expand that docstring.
10676 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
10678         * savehist.el (savehist-mode): Don't bother with
10679         `custom-set-minor-mode'.
10680         (savehist-coding-system): Check XEmacs version.
10681         (history-length): Declare also at run time.
10682         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
10683         Don't set the customize state.
10684         (savehist-minibuffer-hook): Special case for when
10685         minibuffer-history-variable is equal to t.
10687 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10689         * files.el (write-file): Refresh VC status.
10691         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10692         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10693         than fundamental-mode to see if the mode was set.
10695 2005-11-14  Romain Francoise  <romain@orebokech.com>
10697         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10698         dummy function in `eval-when-compile' to avoid compiler warning.
10699         Require `man' at compile time.
10701 2005-11-14  Jay Belanger  <belanger@truman.edu>
10703         * calc-alg.el (calcFunc-write-out-power): Rename it to
10704         calcFunc-powerexpand.
10705         (math-write-out-power): Rename it to math-powerexpand; have it
10706         handle negative exponents.
10707         (calc-writeoutpower): Rename it to calc-powerexpand.
10709         * calc-ext.el: Change calcFunc-writeoutpower and
10710         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10711         autoloads.
10712         Add calcFunc-ldiv to autoloads.
10714         * calc-arith.el (calcFunc-ldiv): New function.
10716         * calc.el (calc-left-divide): New function.
10718 2005-11-14  Juri Linkov  <juri@jurta.org>
10720         * cus-edit.el (custom-variable-prompt): Set the default value arg
10721         of completing-read.
10723         * cus-dep.el (custom-make-dependencies): Reverse the list of
10724         found dependencies.
10726 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10728         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10729         Highlighting" entry, it is on by default now.
10730         (menu-bar-options-save): Do not save global-font-lock-mode.
10732 2005-11-13  Richard M. Stallman  <rms@gnu.org>
10734         * textmodes/flyspell.el (flyspell-large-region):
10735         Call flyspell-accept-buffer-local-defs.
10737 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
10739         * textmodes/flyspell.el (flyspell-notify-misspell):
10740         Fix misspelling of "Misspelling".
10741         (flyspell-process-localwords): New function.
10742         (flyspell-large-region): Call flyspell-process-localwords and
10743         flyspell-delete-region-overlays.
10744         (flyspell-delete-region-overlays): New function.
10745         (flyspell-delete-all-overlays): Call that.
10747 2005-11-13  Richard M. Stallman  <rms@gnu.org>
10749         * help.el (help-for-help-internal): Improve doc of C-h a.
10750         (describe-key): Improve prompt; doc fix.
10752 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10754         * vc-svn.el (vc-svn-registered): Catch all errors.
10756         * cus-dep.el (custom-make-dependencies): Typo.
10758 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
10760         * net/tramp-util.el (top): Fix compilation warning.
10762 2005-11-13  Kim F. Storm  <storm@cua.dk>
10764         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
10766 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
10768         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10769         (gud-speedbar-buttons): Match on "const char *" too.
10771         * progmodes/gdb-ui.el (gdb-var-create-handler)
10772         (gdb-var-list-children-handler): Match on "const char *" too.
10773         (gdb-var-evaluate-expression-handler): Match on empty string.
10774         (gdb-var-update-handler): Only call
10775         gdb-var-evaluate-expression-handler when required.
10777 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
10779         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10780         selected window.  This still doesn't work for speedbar.
10781         (gud-speedbar-buttons): Handle string expressions properly.
10783         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10784         (gdb-var-create-handler): Handle string expressions properly.
10785         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10786         Handle string expressions properly.  Move "type" field into regexp.
10788 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
10790         * bookmark.el (bookmark-maybe-message): New function to reduce
10791         code duplication: invokes `message' iff baud-rate is high enough.
10792         (bookmark-write-file): Use above instead of an inline conditional.
10793         (bookmark-load): Same.
10795 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
10797         * bookmark.el (bookmark-write-file): Don't visit the destination
10798         file, just write the data to it using write-region.  This is
10799         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10800         change to avoid visiting the file in the first place.
10802 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
10804         * hi-lock.el (hi-lock-mode): Set the default value of
10805         font-lock-defaults.
10807 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
10809         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10810         arg to `file-attributes'.
10811         (find-lisp-format): The UID and GID can now be strings.
10813 2005-11-12  Kim F. Storm  <storm@cua.dk>
10815         * help.el (help-map): Bind C-h d to apropos-documentation.
10817         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10818         when point is at end-of-buffer.
10820         * apropos.el (apropos-match-face): Doc fix.
10821         (apropos-sort-by-scores): Add new choice `verbose'.
10822         (apropos-documentation-sort-by-scores): New defcustom.
10823         (apropos-pattern): Now contains the pattern entered by the user.
10824         (apropos-pattern-quoted): New defvar.
10825         (apropos-regexp): New defvar, containing the regexp corresponding
10826         to apropos-pattern.
10827         (apropos-all-words-regexp): Rename from apropos-all-regexp.
10828         (apropos-read-pattern): New defun.  Use it to read pattern arg in
10829         interactive calls; returns list of words for a word list, and
10830         string for a regexp.
10831         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
10832         parses a list of words or regexp as returned by apropos-read-pattern.
10833         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10834         (apropos-score-doc): Return a very high score if the string
10835         entered by the user matches literally.
10836         (apropos-variable): Doc fix.  Use apropos-read-pattern.
10837         (apropos-command): Doc fix.  Use apropos-read-pattern and
10838         apropos-parse-pattern.  Call apropos-print with nosubst=t.
10839         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
10840         apropos-parse-pattern.
10841         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
10842         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
10843         apropos-documentation-sort-by-scores.  Call apropos-print with
10844         nosubst=t.
10845         (apropos-documentation-internal): Pass doc string through
10846         substitute-key-definition before adding text properties.
10847         Highlight substring matching literal user input if possible.
10848         (apropos-documentation-check-doc-file): Remove locals beg and end.
10849         Fix calculation of score (as added twice).  Pass doc string through
10850         substitute-key-definition before adding text properties.
10851         (apropos-documentation-check-elc-file): Pass doc string through
10852         substitute-key-definition before adding text properties.
10853         Highlight substring matching literal user input if possible.
10854         (apropos-print): Add new arg NOSUBST; if set, command and variable
10855         doc strings have already been passed through substitute-key-definition.
10856         Add code to handle apropos-accumulator items without score element
10857         for backwards compatibility (e.g. with woman package).
10858         Only show scores if apropos-sort-by-scores is `verbose'.
10860 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10862         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10863         Add jka-compr-load-suffixes to load-suffixes.
10865         * jka-compr.el: Require jka-cmpr-hook.
10866         (jka-compr-info-compress-message, jka-compr-info-compress-program)
10867         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10868         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10869         (jka-compr-info-can-append, jka-compr-info-strip-extension)
10870         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10871         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
10872         (jka-compr-uninstall): Remove entries from
10873         jka-compr-added-to-file-coding-system-alist after they are used.
10874         (jka-compr-error): Remove unused var `curbuf'.
10875         (jka-compr-file-local-copy): Remove unused var `notfound'.
10877 2005-11-10  Romain Francoise  <romain@orebokech.com>
10879         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10881 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
10883         * progmodes/gud.el (gud-menu-map): Move parentheses.
10884         (gdb): New command gud-pv.
10886 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10888         * tar-mode.el: Remove spurious or unnecessary leading stars
10889         in docstrings.
10890         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10891         (tar-parse-octal-integer-safe): Use mapc.
10892         (tar-header-block-summarize): Remove unused var `ck'.
10893         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10894         cleared before.  Obey default-enable-multibyte-characters.
10895         Use mapconcat.  Simplify setting of tar-header-offset.
10896         (tar-mode-map): Move initialization inside delcaration.
10897         (tar-flag-deleted): Use `abs'.
10898         (tar-expunge-internal): Remove unused var `line'.
10899         (tar-expunge-internal): Don't hardcode point-min==1.
10900         (tar-expunge): Widen while doing set-buffer-multibyte.
10901         (tar-rename-entry): Use file-name-coding-system.
10902         (tar-alter-one-field): Don't hardcode point-min==1.
10903         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10904         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
10906 2005-11-10  Masatake YAMATO  <jet@gyve.org>
10908         * add-log.el (add-log-current-defun): Handle class::method
10909         notation of c++.  Fix incorrect comment.
10911 2005-11-10  Alan Mackenzie  <acm@muc.de>
10913         * help-fns.el (describe-variable): Make C-h v work when a variable
10914         has variable documentation yet is unbound.
10916 2005-11-10  Masatake YAMATO  <jet@gyve.org>
10918         * man.el (Man-highlight-references): Set an empty
10919         string to `Man-arguments' if it is nil.
10920         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10922 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10924         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10925         commenting conventions.
10927         * cus-dep.el (custom-make-dependencies): Simplify.
10928         Better follow the commenting conventions.
10930 2005-11-09  Richard M. Stallman  <rms@gnu.org>
10932         * apropos.el (apropos-pattern): Rename from apropos-regexp.
10933         (apropos-orig-pattern): Rename from apropos-orig-regexp.
10934         All uses changed.
10935         (apropos-rewrite-regexp): Doc fix.
10936         (apropos-variable, apropos-command, apropos, apropos-value):
10937         Change prompt; carry through the argument renaming.
10939 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
10941         * find-lisp.el: Require dired.
10942         (find-lisp-find-dired-internal): Do not call
10943         `abbreviate-file-name' on DIR.
10945 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
10947         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10949 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
10951         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10952         when using the speedbar.
10953         (gdb): New command gud-pp.
10954         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10956 2005-11-09  Juri Linkov  <juri@jurta.org>
10958         * replace.el (occur-excluded-properties): New defcustom.
10959         (occur-1, occur-engine, occur-accumulate-lines): Use it.
10961 2005-11-08  Jay Belanger  <belanger@truman.edu>
10963         * calc/calc-units.el (math-convert-units): Replace any composite
10964         unit by its definition.
10966 2005-11-08  Lars Hansen  <larsh@soem.dk>
10968         * emacs-lisp/autoload.el (update-directory-autoloads):
10969         Add obsolete function alias.
10971 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10973         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10974         comment-indent-function.
10975         (lisp-comment-indent): Replace by an alias for comment-indent-default.
10977         * reveal.el (reveal-post-command): Rework the handling of
10978         reveal-open-spots, so as to be more reliable.  There were several
10979         tricky corner cases where an open spot might be lost, or where
10980         a closed spot might end up on the list of open spots.
10981         Only reveal text that's ellipsised.
10983 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
10985         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10987 2005-11-07  John Paul Wallington  <jpw@gnu.org>
10989         * ibuffer.el (ibuffer): Search iconified frames too when
10990         getting Ibuffer buffer's window.
10992 2005-11-06  Richard M. Stallman  <rms@gnu.org>
10994         * progmodes/compile.el (compilation-internal-error-properties):
10995         save-excursion around the computation of MARKER.
10997 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
10999         * textmodes/flyspell.el (flyspell-external-point-words):
11000         flyspell-get-word returns a list, not just a string.
11002 2005-11-06  John Paul Wallington  <jpw@pobox.com>
11004         * ibuffer.el (ibuffer): Search all visible frames when getting
11005         Ibuffer buffer's window.
11007 2005-11-07  Masatake YAMATO  <jet@gyve.org>
11009         * man.el (Man-reference-regexp): Accept spaces between
11010         `Man-name-regexp' and `Man-section-regexp'.
11011         (Man-apropos-regexp): New variable.
11012         (Man-abstract-xref-man-page): Use value for `Man-target-string'
11013         if available.
11014         (Man-highlight-references, Man-highlight-references0):
11015         Handle the case when `Man-arguments' includes "-k".
11016         (Man-highlight-references0): Rename the argument `TARGET-POS' to
11017         `TARGET'. `TARGET' can be a number, function or nil.
11019 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
11021         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11022         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11023         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11024         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11025         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11026         (gdb-send-item): Use buffer-local-value and simplify.
11028 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
11030         * startup.el (command-line): Use `custom-reevaluate-setting' for
11031         `global-font-lock-mode'.
11033         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11034         by default, except in batch mode or when the -D option is given.
11036         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11037         specified keyword args on to `define-minor-mode'.  Update docstring.
11039 2005-11-05  Romain Francoise  <romain@orebokech.com>
11041         * replace.el (occur-engine): Add marker at end of line, too.
11043 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
11045         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11046         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11047         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11048         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11049         argument to all these routines, so the passphrase can be managed
11050         externally and passed in to the system.
11051         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11052         pgg-add-passphrase-to-cache function.
11054         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11055         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11056         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11057         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11058         argument to all these routines, so the passphrase can be managed
11059         externally and passed in to the system.
11060         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11061         function.
11063 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
11065         * font-lock.el: Don't deal with font-lock-face-attributes here,
11066         move the code ...
11068         * startup.el (command-line): ... here.  Use face-spec-set instead
11069         of custom-declare-face.
11071         * faces.el (face-spec-set): Reset the face if spec is not nil.
11073 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11075         * newcomment.el (comment-region-internal): Box more tightly in the
11076         common case where there's no TAB in the boxed text.
11078 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11080         * info.el (info-tool-bar-map): Use images prev-node, next-node and
11081         up-node.
11083 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
11085         * newsticker.el: Commentary updated.  Code formatting changed.
11086         (newsticker-version): Change to "1.9".
11087         (newsticker, newsticker-feed): Doc fix.
11088         (newsticker-url-list): Doc fix.  Add option "Weekly".
11089         (newsticker-retrieval-interval): Add option "Weekly".
11090         (newsticker-headline-processing): Doc fix.
11091         (newsticker-auto-mark-filter): Remove.
11092         (newsticker-auto-mark-filter-list): New.
11093         (newsticker-layout, newsticker-sort-method): Doc fix.
11094         (newsticker-hide-old-items-in-newsticker-buffer)
11095         (newsticker-heading-format, newsticker-item-format)
11096         (newsticker-desc-format): Doc fix.
11097         (newsticker-show-all-rss-elements): Remove.
11098         (newsticker-show-all-news-elements): New.
11099         (newsticker-faces, newsticker-ticker): Doc fix.
11100         (remove-from-invisibility-spec): Code formatting.
11101         (newsticker--process-ids): New.
11102         (newsticker-mode): Doc fix.
11103         (newsticker-mode): Change mode-line-format.
11104         (newsticker-start): Remove debug output.
11105         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
11106         (newsticker-w3m-show-inline-images): Code formatting.
11107         (newsticker-next-item): Call `force-mode-line-update'.
11108         (newsticker-previous-item): Call `force-mode-line-update'.
11109         (newsticker-next-feed): Call `force-mode-line-update'.
11110         (newsticker-previous-feed): Call `force-mode-line-update'.
11111         (newsticker-mark-all-items-at-point-as-read): Code formatting.
11112         (newsticker-show-old-items): Do not show descs.
11113         (newsticker-hide-entry): Hide too much.
11114         (newsticker-hide-entry, newsticker-show-entry)
11115         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11116         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11117         (newsticker-toggle-auto-narrow-to-item): Code formatting.
11118         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11119         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11120         (newsticker-get-news): Call `force-mode-line-update'.
11121         Collect process ids.
11122         (newsticker--sentinel): Change coding system handling.
11123         Move image retrieval to new functions newsticker--get-logo-url-*.
11124         Move feed parsing to new functions newsticker--parse-*.
11125         Update list of process ids.
11126         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11127         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11128         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11129         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11130         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11131         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11132         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11133         (newsticker--decode-coding-string): Remove.
11134         (newsticker--decode-numeric-entities): Check input.  Format code.
11135         (newsticker--remove-whitespace): Check input.
11136         (newsticker--do-forget-preformatted): Doc fix.
11137         (newsticker--decode-rfc822-date): Allow for missing time.
11138         (newsticker--update-process-ids): New.
11139         (newsticker--image-sentinel): Change comment.
11140         (newsticker--image-read): Change error message.
11141         (newsticker--imenu-goto): Doc fix.  Show headline title.
11142         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11143         (newsticker--buffer-do-insert-text): Clean whitespace in
11144         html-rendered headline title.  Code formatting.
11145         Call `newsticker--buffer-print-extra-elements'.
11146         (newsticker--buffer-print-extra-element): Remove.
11147         (newsticker--buffer-print-extra-elements): New.
11148         (newsticker--buffer-do-print-extra-element): New.
11149         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
11150         large sizes.
11151         (newsticker--run-auto-mark-filter)
11152         (newsticker--do-run-auto-mark-filter):
11153         Use `newsticker-auto-mark-filter-list'.
11155 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
11157         * net/rcirc.el: Use split-string OMIT-NULLS argument.
11158         (rcirc-print): Force redisplay before running hooks.  Do long
11159         buffer truncation after making new text read-only.  Deal with nil
11160         text when decoding strings.  If TARGET is nil, use either the
11161         currently selected buffer, if it is an rcirc buffer and of the
11162         same process or the process buffer.
11163         (rcirc-mode): Remove header-line.  Recompute short buffer names.
11164         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11165         (rcirc-short-buffer-name): Add variable.
11166         (rcirc-kill-buffer-hook): Recompute short buffer names.
11167         Remove nick from private channel.
11168         (rcirc-send-input): Send command text to current-buffer.
11169         Don't clear overlay arrow here.
11170         (rcirc-short-buffer-name): Return a short buffer name.
11171         (rcirc-update-short-buffer-names, rcirc-abbreviate)
11172         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11173         buffer-name abbreviations.
11174         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11175         Do not touch nick-table when killing a parted channel.
11176         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11177         Clear arrow from current buffer if it is now hidden.
11178         (rcirc-current-buffer): Add variable.
11179         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11180         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11181         Remove -face from names.
11182         (rcirc-update-activity-string): Print "DND" when globally ignoring
11183         activity.
11184         (rcirc-ignore-buffer-activity-flag): Rename from
11185         rcirc-ignore-channel-activity.
11186         (rcirc-ignore-all-activity-flag): Doc fix.
11187         (rcirc-channels): Remove variable.
11188         (rcirc-kill-buffer-hook):
11189         (rcirc-get-buffer-create): Add nick to private channel.
11190         (rcirc-multiline-edit-submit): Remove tabs.
11191         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11192         folded.
11193         (rcirc-remove-nick-channel): Bug fix.
11194         (rcirc-toggle-ignore-buffer-activity): Rename from
11195         rcirc-toggle-ignore-channel-activity.
11196         (rcirc-record-activity): Add buffers to the front of the list.
11197         (rcirc-update-activity): Remove killed buffers from list.
11198         (rcirc-process-server-response-1): Remove last argument if it is
11199         null before calling handler.
11200         (rcirc): Add "rcirc" defcustom prefix.
11201         (rcirc-prompt): Simplify default prompt.
11202         Use custom-initialize-default.
11203         (rcirc-private-chats): Remove variable.
11204         (rcirc-prompt): Change initialization.
11205         (rcirc-version): Remove function.
11206         (rcirc-id-string): Add constant.
11207         (rcirc-last-buffer): Remove variable.
11208         (rcirc-buffer-alist): Add variable.
11209         (rcirc-connect): Update variable setup.
11210         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11211         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11212         default.
11213         (rcirc-handler-generic): Trigger activity.
11214         (rcirc-send-message): Create the buffor of the target.
11215         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11216         (rcirc-get-buffer): Just return nil if there is no matching buffer.
11217         (rcirc-multiline-edit-cancel): Remove function.
11218         (rcirc-set-last-buffer): Remove function.
11219         (rcirc-get-any-buffer): Add function.
11220         (rcirc-join-channels): Don't print /join text.
11221         (rcirc-toggle-ignore-channel-activity): Add and update echo area
11222         messages.
11223         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11224         (rcirc-handler-NOTICE): Recognize CTCP responses.
11225         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11226         constructing TOPIC string for buffers we are not JOINed.
11227         (rcirc-handler-CTCP-response): Add handler.
11228         (rcirc-multiline-edit-submit): Restore the window-configuration
11229         before adjusting point.
11230         (rcirc): Add customization group.
11231         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11232         (rcirc-user-full-name, rcirc-startup-channels-alist)
11233         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11234         (rcirc-ignore-all-activity-flag, rcirc-time-format)
11235         (rcirc-input-ring-size, rcirc-read-only-flag)
11236         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11237         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11238         Change defvar to defcustom.
11239         (rcirc-update-prompt): Add optional ALL arg, which will update
11240         prompts in all rcirc buffers.  Regexp quote replacement text.
11241         (rcirc-fill-column): Accept frame-width as a value.
11242         (rcirc-set-changed): Add function.
11243         (rcirc-next-active-buffer): Write more meaningful messages.
11244         (rcirc-faces): Add customization group.
11245         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11246         (rcirc-nick-in-message-face, rcirc-prompt-face)
11247         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11248         (with-rcirc-process-buffer): Move before first usage.
11249         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11250         (rcirc-debug-flag): Rename from `rcirc-log-p'.
11251         (rcirc-debug): Rename from `rcirc-log'.
11252         (rcirc-format-response-string): Do not print `-' chars for a
11253         NOTICE with no sender.  Simplify output of server responses.
11255 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
11257         (rcirc-browse-url-map, rcirc-browse-url-at-point)
11258         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11259         Make urls mouse and RET clickable.
11261 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
11263         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11265 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
11267         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11268         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11269         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11270         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11271         argument to all these routines, so the passphrase can be managed
11272         externally and passed in to the system.
11273         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11274         pgg-add-passphrase-to-cache function.
11276         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11277         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11278         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11279         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11280         argument to all these routines, so the passphrase can be managed
11281         externally and passed in to the system.
11282         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11283         function.
11285 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
11287         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11288         from goto-address-url-regexp.
11290 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
11292         * textmodes/org.el (org-read-date, org-goto-calendar)
11293         (org-recenter-calendar, org-agenda-goto-calendar):
11294         Temporarily clear `calendar-move-hook'.
11296 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
11298         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11299         merging.
11301         * ediff-util.el (ediff-previous-difference): Don't skip regions that
11302         have merge clashes.
11304 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11306         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11307         Undo previous change.
11309         * startup.el (command-line): Use `custom-reevaluate-setting' for
11310         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
11311         tty-register-default-colors on Mac.
11313 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
11315         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11316         (gdb-buffer-type): Make it automatically buffer local...
11317         (gdb-get-create-buffer): ...and set it accordingly.
11318         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11319         actually work.
11321 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
11323         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11324         not red.
11326 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
11328         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11329         case GUD buffer is not visible.
11330         (gdb-goto-breakpoint): Try to force display in source buffer.
11331         (gdb-frame-gdb-buffer): Copy other similar functions.
11332         (gdb-restore-windows): Don't display source if not asked for.
11333         (gdb-assembler-buffer-name): Don't capitalise.
11335 2005-11-03  Richard M. Stallman  <rms@gnu.org>
11337         * wid-edit.el (key-sequence): New widget type.
11339         * simple.el (set-mark-command-repeat-pop): New variable.
11340         (set-mark-command): Only interpret plan C-@ after a pop as a pop
11341         if set-mark-command-repeat-pop is true.
11343         * info.el (Info-fontify-node): Don't display extra "see" if there
11344         already is one here.
11346         * mouse.el: Fix special handling of DEL after dragging a region:
11347         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11348         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
11350         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11352         * textmodes/ispell.el (ispell-command-loop): Change `i' description
11353         not to assume it pertains to an affix.
11355         * textmodes/flyspell.el (flyspell-post-command-hook):
11356         Bind deactivate-mark to prevent deactivation.
11358 2005-11-03  Lars Hansen  <larsh@soem.dk>
11360         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11361         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11362         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11364 2005-11-03  Romain Francoise  <romain@orebokech.com>
11366         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
11367         Update copyright years.
11369 2005-11-03  Sam Steingold  <sds@gnu.org>
11371         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11372         Use system-type instead of window-system because window-system is not
11373         correctly defined during loadup.
11375 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
11377         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11378         (xml-parse-tag): Join strings separated by a comment properly.
11380 2005-11-02  Andreas Schwab  <schwab@suse.de>
11382         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11384 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11386         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11387         (byte-optimize-pure-func): Quote the eval'd value.
11389         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11390         Rename from perl-font-lock-syntactic-face-function.
11391         Change the calling convention so it can be used as a font-lock MATCHER.
11392         Do the parse-partial-sexp loop outselves.
11393         (perl-font-lock-syntactic-keywords): Use it.
11394         (perl-mode): Don't set font-lock-syntactic-face-function any more.
11396 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
11398         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11399         disassembly buffer too.
11400         (gdb-exited): Remove overlay arrows when execution has finished.
11401         (gdb-info-frames-custom, gdb-info-threads-custom)
11402         (gdb-info-registers-custom): Don't add inappropriate text
11403         properties if inferior is not active.
11405 2005-11-02  Glenn Morris  <rgm@gnu.org>
11407         * progmodes/fortran.el (fortran-blink-match):
11408         Use `blink-matching-delay'.
11410 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
11412         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11414 2005-11-02  Lars Hansen  <larsh@soem.dk>
11416         * net/tramp.el (tramp-action-out-of-band): Handle scp message
11417         "Permission denied".
11419 2005-11-01  Richard M. Stallman  <rms@gnu.org>
11421         * textmodes/flyspell.el (flyspell-external-point-words):
11422         Pass nil to flyspell-get-word.
11424 2005-11-02  Kim F. Storm  <storm@cua.dk>
11426         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11427         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11429 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11431         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11432         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11433         (calendar-mouse-print-dates): Add optional `event' argument.
11434         Update interactive-spec.
11435         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11436         Use `calendar-event-to-date' instead of `event'.
11438 2005-11-02  Masatake YAMATO  <jet@gyve.org>
11440         * progmodes/ld-script.el (ld-script-builtins):
11441         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11442         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11443         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11445 2005-11-01  Romain Francoise  <romain@orebokech.com>
11447         * vc-sccs.el: Update copyright year.
11448         * ezimage.el: Likewise.
11450 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
11452         * info.el (Info-fontify-node): Use `string-width' for fontifying
11453         underlined titles.
11455 2005-11-01  Juri Linkov  <juri@jurta.org>
11457         * info.el (Info-fontify-node): Downcase node header keywords Node,
11458         Prev, Next, Up before comparison.
11459         (Info-history): Insert absolute directory name, and put invisible
11460         property on it.
11462 2005-11-01  Juri Linkov  <juri@jurta.org>
11464         * info.el (Info-file-supports-index-cookies): New variable.
11465         (Info-find-node-2): Check makeinfo version for index cookie support.
11466         (Info-index-nodes): Search for nodes with index cookies only when
11467         Info-file-supports-index-cookies is t.  Otherwise, search nodes
11468         with "Index" in the node name.
11469         (Info-index-node): Search index cookie in the current node only when
11470         Info-file-supports-index-cookies is t.  Otherwise, check the word
11471         "Index" in the node name.
11472         (Info-find-emacs-command-nodes): Remove code that searches nodes
11473         with "Index" node name in the top menu.
11475 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11477         * progmodes/scheme.el (scheme-mode-variables): Use the default
11478         comment-indent-function.
11480         * faces.el (face-attribute): Handle the case where a face inherits from
11481         a non-existent face.
11483         * simple.el (eval-expression-print-format): Use lisp-readable syntax
11484         for octal and hexa output, and merge the char into the paren.
11485         (kill-new): Use push.
11486         (copy-to-buffer): Use with-current-buffer.
11487         (completion-setup-function): Move code in loop to remove redundancy.
11488         (minibuffer-local-must-match-map): Don't add bindings that duplicate
11489         those inherited from minibuffer-local-completion-map.
11491         * savehist.el (savehist-mode) <defcustom>:
11492         Use custom-set-minor-mode if available.
11493         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11494         and emit a message if applicable.
11496 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
11498         * savehist.el: Sync up to version 19.
11499         (savehist-mode): New minor mode.
11500         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11501         (savehist-length): Remove (use history-length instead).
11502         (savehist-file-modes): Rename from savehist-modes.
11503         (savehist-save-hook, savehist-loaded): New vars.
11504         (savehist-load): Use savehist-mode.  Try to smooth up transition from
11505         old format to new format.
11506         (savehist-install): Allow savehist-autosave-interval to be nil.
11507         (savehist-save): Run the new hook.  Be more careful to only trim the
11508         history variables.
11509         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
11510         (savehist-printable): Print into a buffer rather than char-by-char.
11512 2005-11-01  John Wiegley  <johnw@newartisans.com>
11514         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11515         toggle-ignore keybinding (C-a).  The author said it had been
11516         disabled much earlier due to a possible incompatibility, but after
11517         many months of usage I have encountered no problems (and it is a
11518         rather useful option, especially for switching to " *temp*").
11520         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11521         support for OS/X's AddressBook, by calling out to the open source
11522         program "contacts" (installable through Fink).
11524         * net/eudc.el (eudc-expand-inline): If the
11525         `eudc-multiple-match-handling-method' is set to `all', delete the
11526         query string before inserting the query result.
11528         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11529         flag, to prevent Eshell from using the system ls when
11530         `eshell-ls-insert-directory' is in used.
11531         (eshell-ls-insert-directory): Disable font-lock in directory
11532         buffer so that Eshell's own fontification is seen.  This broke
11533         recently due to changes in font-lock, so this goes back to version
11534         21 behavior.
11536 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
11538         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11539         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11540         (gdb-many-windows): Doc fix.
11542 2005-10-31  Romain Francoise  <romain@orebokech.com>
11544         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11546 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
11548         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11549         that global-font-lock-mode can be enabled by default.
11551         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11552         (font-lock-add-keywords, font-lock-remove-keywords)
11553         (font-lock-fontify-buffer): Remove autoload cookies.
11555         * jit-lock.el (jit-lock-register): Likewise.
11557         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11559 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
11561         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11562         intact if there is no gud-comint-buffer.
11564 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
11566         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11567         old prompt comint-prompt-read-only is t and GDB commands are
11568         issued from tool bar etc.
11570 2005-10-31  Masatake YAMATO  <jet@gyve.org>
11572         * vc.el (vc-directory-exclusion-list): Add "{arch}".
11574 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11576         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11577         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11579 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
11581         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11582         starting at beginning of line.  Fontification is messed up when
11583         `open-paren-in-column-0-is-defun-start' set to t.
11584         Reported by John Paul Wallington <jpw@pobox.com>.
11586 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
11588         * comint.el (comint-send-input): Call `comint-update-fence' when
11589         `comint-process-echoes' and `comint-prompt-read-only' are both
11590         non-nil, to avoid leftover read-only newline.
11592 2005-10-30  Richard M. Stallman  <rms@gnu.org>
11594         * textmodes/flyspell.el (flyspell-external-point-words):
11595         Detect when WORD can't be checked properly because
11596         flyspell-get-word finds just part of it, and move on.
11598         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11599         boundarychar for Polish.
11600         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11601         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11603 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
11605         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11606         (gdb-registers-font-lock-keywords): Delete.
11607         (gdb-registers-mode): Don't fontify.
11608         (gdb-info-registers-custom): Use text properties instead as, in
11609         future, changed register values will use font-lock-warning-face.
11610         (gdb-local-font-lock-keywords): Rename to...
11611         (gdb-locals-font-lock-keywords): ...for consistency.
11613 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
11615         * vc.el (vc-switch-backend): Better error message if the buffer is
11616         not visiting a file under version control.
11618         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11620 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
11622         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11623         ~/.emacs.d/.emacs.
11625 2005-10-29  Richard M. Stallman  <rms@gnu.org>
11627         * replace.el (occur-mode-mouse-goto): Always go to other window.
11628         (occur-mode-goto-occurrence): Always switch in same window.
11630         * simple.el (undo): Display message at end, not at start.
11632         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11633         New arg REUSE-CELL.
11634         (cancel-timer-internal): New function.
11635         (timer-event-handler): Use cancel-timer-internal,
11636         and pass the cell it returns to timer-activate...
11638         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11639         (jit-lock-deferred-fontify, jit-lock-context-fontify)
11640         (jit-lock-after-change): Test memory-full.
11642 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
11644         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11645         part of the decoded armor to find the key-identifier.
11646         (pgg-gpg-lookup-key-owner): New function to return the
11647         human-readable identifier of a key owner.
11648         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11649         key itself.
11650         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11651         the key value) if we have a key and can match it against a secret
11652         key.  Also, added a note pointing out fact that the prompt only
11653         indicates the first matching key.
11655         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11656         pgg-decrypt-region.
11657         (pgg-pending-timers): A new hash for tracking the passphrase cache
11658         timers, so that new ones supercede old ones.
11659         (pgg-add-passphrase-to-cache): Rename from
11660         `pgg-add-passphrase-cache' to reduce confusion (all callers
11661         changed).  Modified to cancel old timers when new ones are added.
11662         (pgg-remove-passphrase-from-cache): Rename from
11663         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11664         changed).  Modified to cancel old timers when their keys are
11665         removed from the cache.
11666         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11667         XEmacs, an indirection to delete-itimer.
11668         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11669         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11670         users can only check cache without risk of prompting.  Correct bug in
11671         notruncate behavior.
11672         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11673         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11674         Add informative docstrings.
11675         (pgg-decrypt): Convey provided passphrase in subordinate call to
11676         pgg-decrypt-region.
11678         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11679         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11680         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11681         `passphrase' argument, so the passphrase can be managed externally
11682         and then passed in to the system.
11684         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11685         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11686         so the passphrase cache can be used reliably with identifiers
11687         besides a pgp packet's key id.
11689         * pgg-gpg.el (pgg-pgp-encrypt-region)
11690         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11691         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11692         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11693         argument to all these routines, so the passphrase can be managed
11694         externally and passed in to the system.
11696         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11697         `notruncate' argument, so the passphrase cache can be used
11698         reliably with identifiers besides a pgp packet's key id.
11700 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
11702         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11703         symmetric encryption.
11704         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11705         encrypted session key.
11706         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11707         message ask for the passphrase in a proper way.
11709         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11710         New user commands for symmetric encryption.
11712 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
11714         * textmodes/conf-mode.el (conf-assignment-sign)
11715         (conf-assignment-regexp): Fix docstrings.
11716         (conf-mode-initialize): New function.
11717         (conf-mode): Remove optional args.  Use delay-mode-hooks to
11718         recognize recursive calls.
11719         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11720         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11721         (conf-xdefaults-mode): Use define-derived-mode and
11722         conf-mode-initialize.
11724 2005-10-29  Romain Francoise  <romain@orebokech.com>
11726         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11728 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
11730         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11731         part of the decoded armor to find the key-identifier.
11732         (pgg-gpg-lookup-key-owner): New function to return the
11733         human-readable identifier of a key owner.
11734         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11735         key itself.
11736         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11737         the key value) if we have a key and can match it against a secret
11738         key.  Also, added a note pointing out fact that the prompt only
11739         indicates the first matching key.
11741         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11742         pgg-decrypt-region.
11743         (pgg-pending-timers): A new hash for tracking the passphrase cache
11744         timers, so that new ones supercede old ones.
11745         (pgg-add-passphrase-to-cache): Rename from
11746         `pgg-add-passphrase-cache' to reduce confusion (all callers
11747         changed).  Modified to cancel old timers when new ones are added.
11748         (pgg-remove-passphrase-from-cache): Rename from
11749         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11750         changed).  Modified to cancel old timers when their keys are
11751         removed from the cache.
11752         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11753         XEmacs, an indirection to delete-itimer.
11754         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11755         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11756         users can only check cache without risk of prompting.  Correct bug in
11757         notruncate behavior.
11758         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11759         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11760         Add informative docstrings.
11761         (pgg-decrypt): Convey provided passphrase in subordinate call to
11762         pgg-decrypt-region.
11764 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11766         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11767         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11768         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11769         `passphrase' argument, so the passphrase can be managed externally
11770         and then passed in to the system.
11772         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11773         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11774         so the passphrase cache can be used reliably with identifiers
11775         besides a pgp packet's key id.
11777         * pgg-gpg.el (pgg-pgp-encrypt-region)
11778         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11779         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11780         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11781         argument to all these routines, so the passphrase can be managed
11782         externally and passed in to the system.
11784         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11785         `notruncate' argument, so the passphrase cache can be used
11786         reliably with identifiers besides a pgp packet's key id.
11788 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
11790         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11791         symmetric encryption.
11792         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11793         encrypted session key.
11794         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11795         message ask for the passphrase in a proper way.
11797         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11798         New user commands for symmetric encryption.
11800 2005-10-28  Bill Wohler  <wohler@newt.com>
11802         * help-mode.el (help-url): New button type.  Calls browse-url.
11803         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11804         Similar to Info nodes: URL `url'.
11805         (help-make-xrefs): Create help-url buttons for
11806         help-xref-url-regexp matches.
11808 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
11810         * tool-bar.el (tool-bar-add-item-from-menu)
11811         (tool-bar-local-item-from-menu): Fix doc strings.
11813 2005-10-28  Romain Francoise  <romain@orebokech.com>
11815         * ldefs-boot.el: Update.
11817         * subr.el (locate-library): Move from help-fns.el.
11818         * help-fns.el (locate-library): Move to subr.el.
11820 2005-10-28  Richard M. Stallman  <rms@gnu.org>
11822         * net/tramp.el (tramp-completion-mode): defvar moved up.
11824         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11826         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11828         * files.el (find-file-noselect): Use %d to format large file size.
11830         * bindings.el (mode-line-format): Add %e.
11832         * loadup.el ("facemenu"): Load unconditionally.
11833         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11834         ("x-dnd"): Load, when appropriate.
11836         * startup.el (command-line): Call before-init-hook earlier.
11837         Warn about some bad characters in -u user name.
11839         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11840         (flyspell-external-point-words): Error if misspelled word is not found.
11841         Set flyspell-large-region-beg at end of word.
11843 2005-10-28  Andreas Schwab  <schwab@suse.de>
11845         * view.el (View-revert-buffer-scroll-page-forward):
11846         Use view-page-size-default.
11848 2005-10-28  Juri Linkov  <juri@jurta.org>
11850         * international/quail.el (quail-get-current-str): Translate last
11851         raw character for deterministic input methods.
11853 2005-10-27  Jay Belanger  <belanger@truman.edu>
11855         * calc/calc-ext.el: Add functions to autoloads.
11856         (math-identity-matrix-p, math-ident-row-p): New functions.
11858         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11859         multiplication by an identity matrix; don't turn multiplication by
11860         an inverse matrix into division.
11861         (math-div-symbol-fancy): Replace division by matrices with
11862         multiplication by inverse.
11864         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11866         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11867         (calc-writeoutpower): New functions.
11869 2005-10-27  Romain Francoise  <romain@orebokech.com>
11871         * replace.el (occur-engine): Include colon in mouse-face highlight.
11873         * dired-x.el: Change Maintainer field.
11875 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
11877         * longlines.el (longlines-mode): Bind after-change-functions to
11878         nil during initial decoding and final encoding.
11880 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11882         * term.el (term-emulate-terminal, term-handle-colors-array)
11883         (term-handle-ansi-escape): Specify the terminfo capabilities
11884         implemented.
11886 2005-10-26  Richard M. Stallman  <rms@gnu.org>
11888         * info.el (Info-fontify-node): Fix detection of sentence-break
11889         before *Note.
11891 2005-10-26  Romain Francoise  <romain@orebokech.com>
11893         * smerge-mode.el: Add `tools' to file keywords.
11895 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
11897         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11898         when the fringe is not available.
11900         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11901         (def-gdb-auto-update-trigger): Simplify construction.
11902         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11903         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11904         defined explicitly.
11905         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11906         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11907         defined explicitly.
11908         (gdb-info-locals-custom): Remove as it's a no-op.
11910 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
11912         * longlines.el (longlines-mode): Remove narrowing before
11913         performing the initial decoding or final encoding.
11915 2005-10-25  Romain Francoise  <romain@orebokech.com>
11917         * emacs-lisp/find-func.el (find-library-name): Also strip
11918         extension if library name ends in .el, to take advantage of
11919         `find-library-suffixes'.
11921 2005-10-25  Richard M. Stallman  <rms@gnu.org>
11923         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11925 2005-10-25  Juri Linkov  <juri@jurta.org>
11927         * textmodes/texinfo.el (texinfo-mode): Change charset of one
11928         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11930 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11932         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11933         (blackbox-redefine-key): Add argument `map'.
11935         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11936         regions when moving the jit-lock-context-unfontify-pos boundary.
11938 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11940         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11942 2005-10-25  Masatake YAMATO  <jet@gyve.org>
11944         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11946 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
11948         * play/blackbox.el (blackbox-redefine-key): New function.
11949         (blackbox-mode-map): Use it to remap existing bindings for cursor
11950         motion instead of binding literal keys.
11952 2005-10-25  Glenn Morris  <rgm@gnu.org>
11954         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11955         diary does not end in a newline.  Do not assume a blank line at
11956         the start of the diary file.
11958 2005-10-25  Kenichi Handa  <handa@m17n.org>
11960         * international/quail.el (quail-translate-key): If the input
11961         method is deterministic and failed to handle the last key, restart
11962         the key handling loop from an appropriate key.
11964 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
11966         * vc.el (vc-dired-mode): Extend comment for binding of
11967         `directory-listing-before-filename-regexp'.
11969 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11971         * textmodes/texinfo.el (texinfo-mode):
11972         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11973         not to unnecessarily expose emacs-mule's internal char codes.
11975 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
11977         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11978         Display hand pointer and help-echo on disabled icon too.
11979         (gdb-mouse-until): New function.
11980         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11982 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
11984         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11985         with 2005-10-23 change to doctor.el.
11987         * finder.el (finder-mode-map): Add follow-link binding.
11989 2005-10-25  Kim F. Storm  <storm@cua.dk>
11991         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11992         to gdb-mouse-toggle-breakpoint-fringe.
11993         (gdb-mouse-toggle-breakpoint-margin): Rename from
11994         gdb-mouse-toggle-breakpoint.  Fix doc.
11995         (gdb-mouse-toggle-breakpoint-fringe): New defun.
11996         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
11997         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11998         string properties also for fringe breakpoint bitmaps.
12000 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
12002         * textmodes/org.el (org-start-icalendar-file): Fix format form.
12004 2005-10-25  Masatake YAMATO  <jet@gyve.org>
12006         * simple.el (completion-common-substring):
12007         Use `completion-common-substring' prior to `completion-base-size'.
12009 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
12011         * savehist.el: Require CL while compiling.
12012         (savehist-history-variables): Remove.
12013         (savehist-save-minibuffer-history, savehist-additional-variables)
12014         (savehist-minibuffer-history-variables): New vars.
12015         (savehist-save): Use them.
12016         (savehist-uninstall, savehist-minibuffer-hook): New funs.
12017         (savehist-install): New fun, extracted from savehist-load.
12018         (savehist-load): Use them.
12020 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12022         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12023         a dummy doc-string-elt property.
12024         (defalias, defvaralias, define-category): Add a docstring property.
12026         * image.el (defimage):
12027         * widget.el (define-widget):
12028         * custom.el (defface, defcustom): Add `doc-string' declaration.
12030         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12031         (defadvice): Add `doc-string' declaration.
12033         * emacs-lisp/byte-run.el (macro-declaration-function):
12034         Handle `doc-string' declarations.
12035         (define-obsolete-function-alias, define-obsolete-variable-alias):
12036         Add `doc-string' declaration.
12038 2005-10-24  Kenichi Handa  <handa@m17n.org>
12040         * international/utf-7.el (utf-7): Add autoload cookie.
12042         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12044 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12046         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12047         list of directories passed to batch-update-autoloads.  Add "." to
12048         the list of the echoed directories.
12050         * pgg-def.el:
12051         * pgg-gpg.el:
12052         * pgg-parse.el:
12053         * pgg-pgp.el:
12054         * pgg-pgp5.el:
12055         * pgg.el: Moved here from the gnus subdirectory.
12057 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
12059         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12060         in case comint-prompt-read-only is set to t.
12062         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12063         in case comint-prompt-read-only is set to t.
12065 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
12067         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12068         Now a string.
12069         (icalendar-import-format): Handle CLASS, STATUS, URL.
12070         Rename `subject' to `summary'.
12071         (icalendar-import-format-summary): Rename from
12072         `icalendar-import-format-subject'.
12073         (icalendar-import-format-url, icalendar-import-format-status)
12074         (icalendar-import-format-class): New variables.
12075         (icalendar--rris): Take variable argument list.
12076         (icalendar--datestring-to-isodate): Remove unnecessary
12077         calendar-style check when converting dates with explicit month names.
12078         (icalendar-export-region): Change return type of conversion
12079         subroutines.  Bury current buffer unless error occurred.
12080         (icalendar--convert-to-ical)
12081         (icalendar--parse-summary-and-rest): New functions.
12082         (icalendar--convert-ordinary-to-ical)
12083         (icalendar--convert-weekly-to-ical)
12084         (icalendar--convert-yearly-to-ical)
12085         (icalendar--convert-block-to-ical)
12086         (icalendar--convert-cyclic-to-ical)
12087         (icalendar--convert-anniversary-to-ical): Change return type.
12088         Strip trailing blanks from subject.
12089         (icalendar--convert-sexp-to-ical): Change return type.
12090         Strip trailing blanks from subject.  Handle simple sexp
12091         entries as generated by icalendar.el.
12092         (icalendar--convert-float-to-ical)
12093         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12094         (icalendar-import-file): Doc fix.
12095         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12096         Correct call to icalendar--rris.
12097         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
12098         `summary'.
12099         (icalendar--add-diary-entry): Rename `subject' to `summary'.
12101 2005-10-24  Romain Francoise  <romain@orebokech.com>
12103         * server.el (server-sentinel): Set query-on-exit flag to nil on
12104         new client processes (it isn't inherited from the server process).
12106         * replace.el (occur-engine): Rearrange text properties.
12108 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12110         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12111         case-fold-search is nil.
12112         (debug-help-follow): Use help-xref-interned directly.
12114 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12116         * thumbs.el (thumbs-image-type): Add .pbm.
12118 2005-10-23  Richard M. Stallman  <rms@gnu.org>
12120         * faces.el (inhibit-face-set-after-frame-default): New variable.
12121         (set-face-attribute): Bind it.
12122         (face-set-after-frame-default): Test it.
12124         * help-fns.el (describe-simplify-lib-file-name): New function.
12125         (describe-function-1, describe-variable): Use it.
12127         * faces.el (describe-face): Use describe-simplify-lib-file-name.
12129         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12130         Eliminate nil as possible value.
12131         (tooltip-hide-delay): Reduce internal-border-width.
12133         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12134         (menu-bar-file-menu) <new-file>: Likewise.
12136         * simple.el (line-move-finish): Ignore fields computing LINE-END.
12138         * international/mule.el (load-with-code-conversion):
12139         Pass full file name to `eval-buffer' unless preloading.
12141         * textmodes/flyspell.el (flyspell-large-region):
12142         Call ispell-check-version.
12144         * textmodes/ispell.el (ispell-local-dictionary-overridden):
12145         Fix the make-variable-buffer-local call that was supposed
12146         to be for this variable.
12147         (ispell-aspell-supports-utf8): Doc fix.
12148         (ispell-find-aspell-dictionaries): Preserve elements of
12149         ispell-dictionary-alist for dictionaries that aspell doesn't report.
12150         (ispell-aspell-find-dictionary): Return nil on error.
12152         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12153         (doctor-symptoms): Likewise.
12155         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12157 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12159         * cus-edit.el (custom-button, custom-button-pressed): New vars.
12160         (custom-raised-buttons): Add :set spec.
12161         (custom-button-unraised, custom-button-pressed-unraised):
12162         New faces, so that custom-raised-buttons actually does something.
12163         (custom-mode): Use custom-button and custom-button-pressed.
12165         * wid-edit.el (widget-specify-button): Don't ignore
12166         widget-mouse-face on graphic terminals.
12167         (widget-move-and-invoke): Cleanup.
12169 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
12171         * whitespace.el (whitespace-cleanup): Doc fix.
12173 2005-10-23  Romain Francoise  <romain@orebokech.com>
12175         * emulation/viper.el (viper-set-hooks): Quote forms passed to
12176         `eval-after-load' to avoid evaluating their result.
12178 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
12180         * files.el (directory-listing-before-filename-regexp):
12181         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
12183         * dired.el (dired-move-to-filename-regexp): Remove.
12184         All occurences replaced by `directory-listing-before-filename-regexp'.
12186         * dired-x.el, locate.el, vc.el:
12187         Replace `dired-move-to-filename-regexp' by
12188         `directory-listing-before-filename-regexp'.  In vc.el it is
12189         overwritten locally; maybe this can be handled in files.el too.
12191         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
12192         replaced by `directory-listing-before-filename-regexp'.
12194 2005-10-23  Andreas Schwab  <schwab@suse.de>
12196         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12197         and eval-next-after-load.
12199 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
12201         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12202         exist, create it.
12204 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
12206         * allout.el: Remove autoloads for mailcrypt and crypt++.
12207         Require pgg, pgg-gpg during compilation.
12208         (allout-version): Increment version number to 2.1, and use a literal
12209         rather than RCS Id.
12210         (allout-default-encryption-scheme): Remove.
12211         (allout-passphrase-verifier-handling)
12212         (allout-passphrase-verifier-string)
12213         (allout-file-passphrase-verifier-string)
12214         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12215         (allout-passphrase-hint-handling): Rename and simplify.
12216         (allout-init): Use `find-file-hook' if available, otherwise
12217         `find-file-hooks'.
12218         (allout-mode): Use `write-file-functions' if available, otherwise
12219         `local-write-file-hooks' and, instead of making auto-save-hook
12220         buffer local, make the write-file-hook activity contingent to
12221         allout-mode.
12222         (allout-mode): Use key-binding substitution in the docstring.
12223         (allout-kill-line): Spell-out kill ring data structure mutation
12224         instead of using byte-compiler-complaint-provoking `pop'.
12225         (allout-insert-listified): Use `insert' rather than `insert-string'
12226         (allout-toggle-current-subtree-encryption): Update docstring, adjust
12227         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12228         (allout-encrypt-string): Totally revamped vis new underlying
12229         encryption facilities.
12230         (allout-mc-activate-passwd): Remove.
12231         (allout-obtain-passphrase): New, more or less replaces
12232         allout-mc-activate-passwd.
12233         (allout-encrypted-key-info): More or less replaces
12234         allout-encrypted-text-type.
12235         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12236         (my-mark-marker): Use `(featurep 'xemacs)'.
12238 2005-10-23  Lars Hansen  <larsh@soem.dk>
12240         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12241         (byte-compile-file-form-defmumble, byte-compile-defun)
12242         (byte-compile-defmacro): Use it.
12243         (byte-compile-form): Don't call byte-compile-set-symbol-position
12244         when a byte-compile handler is called.
12246 2005-10-22  Romain Francoise  <romain@orebokech.com>
12248         * savehist.el (savehist-history-variables): Add `grep-find-history'.
12250         * subr.el (eval-after-load): Convert library name to an absolute
12251         file name using locate-library, since load-history no longer has
12252         library names in it.
12254 2005-10-22  Richard M. Stallman  <rms@gnu.org>
12256         * files.el (make-temp-file): Move from subr.el.
12257         * subr.el (make-temp-file): Move to files.el.
12259         * window.el (get-buffer-window-list): Move from subr.el.
12260         * subr.el (get-buffer-window-list): Move to window.el.
12262         * image.el (image-load-path): Use eval-at-startup to initialize.
12264         * subr.el (eval-at-startup): New macro.
12266         * subr.el: Much rearrangement of functions and division
12267         into pages.  No code changes.
12269 2005-10-22  Kenichi Handa  <handa@m17n.org>
12271         * tar-mode.el (tar-extract): Be sure to call
12272         find-operation-coding-system if set-auto-coding doesn't find a
12273         coding system.
12275 2005-10-22  Kim F. Storm  <storm@cua.dk>
12277         * image.el (image-type-header-regexps): Rename from image-type-regexps.
12278         Change users.
12279         (image-type-file-name-regexps): New defconst.
12280         (image-type-from-data): Simplify loop.
12281         (image-type-from-buffer): New defun.
12282         (image-type-from-file-header): Use it instead of image-type-from-data.
12283         Use image-search-load-path instead of only looking in data-directory.
12284         (image-type-from-file-name): New defun.
12285         (image-search-load-path): Change `pathname' to `filename'.
12286         Make PATH arg optional, default to image-load-path.
12288 2005-10-21  Richard M. Stallman  <rms@gnu.org>
12290         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12292         * textmodes/paragraphs.el (sentence-end-base): New variable.
12293         (sentence-end): Use sentence-end-base.
12295 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12297         * font-lock.el (font-lock-default-fontify-region): Check the multiline
12298         property independently from the font-lock-multiline variable.
12300 2005-10-21  Richard M. Stallman  <rms@gnu.org>
12302         * emacs-lisp/find-func.el (find-library-name): Doc fix.
12304         * startup.el (command-line): Convert library names
12305         in `load-history' to absolute file names.
12307         * subr.el (symbol-file): Doc fix.
12309         * loadhist.el (file-loadhist-lookup): Call locate-library
12310         instead of find-library-name.  Don't try converting
12311         abs file names to library names, since load-history no longer
12312         has library names in it.
12313         (file-dependents, file-provides, file-requires): Doc fixes.
12315 2005-10-21  Juri Linkov  <juri@jurta.org>
12317         * progmodes/etags.el (tags-table-mode): New function.
12318         (tags-verify-table): Replace initialize-new-tags-table with
12319         tags-table-mode.
12321         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12322         default value.
12323         (desktop-modes-not-to-save): Add tags-table-mode to the
12324         default value.
12326         * info.el (Info-index-next): Add total number of index
12327         alternatives to the message.
12329         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12330         backward only space (instead of space and period) before looking
12331         at sentence end.
12333         * simple.el (set-variable): Use user-variable-p instead of symbolp.
12334         Add the old variable value as 4th default-value arg of read-string.
12336 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12338         * cus-face.el (custom-declare-face): Make face from X resources
12339         also on Mac.
12341         * disp-table.el (standard-display-g1, standard-display-graphic):
12342         Refuse to use string glyphs also on Mac.
12343         (standard-display-european): Don't set terminal coding system also
12344         on Mac.
12346         * frame.el (display-screens): Use x-display-screens also on Mac.
12348 2005-10-21  Romain Francoise  <romain@orebokech.com>
12350         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
12352 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12354         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12355         and $? into sexps.
12357         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12358         warning face on open-paren-in-column-0.
12360         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12361         boundary case.  Fix typo.
12362         Suggested by Martin Rudalics <rudalics@gmx.at>.
12364 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
12366         * textmodes/org.el (org-combined-agenda-icalendar-file)
12367         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12368         (org-export-icalendar-this-file)
12369         (org-export-icalendar-all-agenda-files)
12370         (org-export-icalendar-combine-agenda-files): New commands.
12371         (org-export-icalendar, org-print-icalendar-entries)
12372         (org-start-icalendar-file, org-finish-icalendar-file)
12373         (org-ical-ts-to-string): New functions.
12374         (org-read-date, org-goto-calendar)
12375         (org-agenda-goto-calendar): Inhibit displaying diary entries by
12376         call to `calendar'.
12377         (orgtbl-setup): Remove the :keys arguments from the menu description.
12378         (org-after-save-iCalendar-file-hook): New variable.
12380 2005-10-21  Kenichi Handa  <handa@m17n.org>
12382         * language/vietnamese.el (tcvn-5712): Make it an alias of
12383         vietnamese-tcvn coding-system.
12385 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
12387         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12388         group id is given.
12390 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12392         * progmodes/sh-script.el (sh-escaped-line-re): New var.
12393         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12394         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12395         whose line is either continued or ends with a comment.
12397 2005-10-20  Romain Francoise  <romain@orebokech.com>
12399         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12401         * replace.el (occur-engine): Add follow-link property.
12403         * font-core.el (font-lock-mode): Doc fix.
12405 2005-10-20  Richard M. Stallman  <rms@gnu.org>
12407         * net/rcirc.el: New file.
12409 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
12411         * term.el (term-term-name): Initialize to "eterm-color".
12413 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
12415         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12416         for encryption functionality.
12417         Move allout customization subgroup from `editing' to `outlines' group.
12418         Fix commentary keywords to legitimate ones.
12419         Update author info (using my current email address, obscurified).
12420         (allout-encrypt-string, allout-encryption-produce-work-buffer)
12421         (allout-encrypted-topic-p, allout-encrypted-text-type)
12422         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12423         (allout-situate-encryption-key-verifier)
12424         (allout-get-encryption-key-verifier, allout-verify-key)
12425         (allout-next-topic-pending-encryption)
12426         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12427         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12428         (outline-key-verifier-handling, outline-key-hint-handling)
12429         (outline-encrypt-unencrypted-on-saves): New defcustoms.
12430         (allout-file-key-verifier-string, allout-encryption-scheme)
12431         (allout-key-verifier-string, allout-key-hint-string)
12432         (allout-after-save-decrypt): New variables.
12433         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12434         (allout-after-saves-handler): New hook functions.
12435         (allout-post-command-business): Do allout-after-save-decrypt.
12436         (allout-enable-file-variable-adjustment): Custom var to enable
12437         mechanism for adding and adjusting settings of Emacs file variables.
12438         (allout-adjust-file-variable, allout-file-vars-section-data):
12439         New functions, implement the mechanism.
12440         (outlineify-sticky): Use the file vars mechanism.
12441         (allout-inhibit-protection, allout-during-write-cue)
12442         (allout-override-protect, allout-before-change-protect): Remove.
12443         (allout-flag-region, allout-open-topic): Adjust read-only text.
12444         (allout-open-line-not-read-only): Add to facilitate read-only
12445         text based protection.
12446         (allout-kill-line): Revise to adjust read-only text, clue the
12447         user about the inhibition.
12448         (allout-unprotected): Use unwind-protect.
12449         (allout-shift-in, allout-shift-out): Disallow manually shifting a
12450         topic deeper than the offspring depth of the previous topic -
12451         avoiding confusing "containment discontinuities".
12452         (allout-reindent-bodies): Fix retention of body relative hanging
12453         indent during promotion of collapsed bodies.
12454         (allout-open-topic): Make it easy to open new topic with same
12455         bullet as current topic - topic creation functions provided with
12456         any universal argument provokes now prompt for bullet, defaulting
12457         to the bullet of the previous topic.
12458         (allout-plain-bullets-string, allout-distinctive-bullets-string):
12459         Plain bullet alternates `.' period and `,' comma only.  All other
12460         bullets are relegated to special status (but customizable).
12461         (allout-end-of-entry): Rename from allout-end-of-current-entry
12462         since it actually operates w.r.t. most immediately containing
12463         entry, visible or not.
12464         (allout-hide-current-entry, allout-show-current-entry): Use the
12465         revised version.
12466         (allout-old-expose-topic): Solidify deprecation.
12467         (allout-end-of-subtree): Add so we can span concealed as well
12468         as visible topics.
12469         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12470         (allout-end-of-current-heading): Tweak to just respect the first line.
12471         (allout-get-body-text): Add.
12472         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12473         when invoked interactively.
12474         (allout-up-current-level): Use `interactive-p'.
12475         (allout-mode, allout-init): Miscellaneous docstring and
12476         operational refinements, as well as hookups of new encryption stuff.
12477         (allout-beginning-of-current-entry): Now works as advertised.
12478         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12479         (allout-isearch-rectification): Refine condition for isearching.
12480         (allout-isearch-abort, allout-enwrap-isearch)
12481         (allout-flag-region, my-region-active-p): Relocate some macros.
12482         (allout-title): Fallback title is (buffer-name), not
12483         non-existing (current-buffer-name).
12484         (subst-char-in-string): Define if absent (for some XEmacs versions).
12486 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
12488         * mail/sendmail.el (mail-setup-hook, mail-aliases)
12489         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12490         (mail-citation-prefix-regexp, mail-signature-file)
12491         (mail-default-headers, mail-bury-selects-summary)
12492         (mail-send-nonascii): Add autoload cookies.
12494 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
12496         * frame.el (blink-cursor-mode): Add `mac' to the list of
12497         window-system's that support blinking cursor.
12499 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12501         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12503 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
12505         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12506         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12507         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12509 2005-10-20  Kim F. Storm  <storm@cua.dk>
12511         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12512         (ido-set-current-directory): Don't add / after final @.
12513         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12514         Explicitly handle ange-ftp completion oddities.
12515         (ido-make-file-list): Don't rotate list at tramp root to avoid
12516         triggering tramp file handler for expand-file-name via get-file-buffer.
12518 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12520         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12522 2005-10-19  Jay Belanger  <belanger@truman.edu>
12524         * calc/calc-units.el (math-standard-units): Add units, adjust
12525         symbols and update values.
12526         (math-unit-prefixes): Add more prefixes.
12528 2005-10-19  Romain Francoise  <romain@orebokech.com>
12530         * bookmark.el (bookmark-menu-heading): New face.
12531         (bookmark-bmenu-list): Use it.
12532         Don't fiddle with `baud-rate' at top-level.
12534 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
12536         * image.el (create-image, find-image): Mention max-image-size in
12537         docstring.
12539 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12541         * savehist.el (savehist-load): Revert to checking XEmacs.
12543         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12544         Various docstring and line-width fixups.
12545         (conf-mode): Use cond.
12546         Set font-lock-defaults.  Don't set comment-use-syntax.
12548 2005-10-18  David Ponce  <david@dponce.com>
12550         * tree-widget.el (tree-widget-button-click): New function.
12551         (tree-widget-button-keymap): Use it.
12553 2005-10-18  Romain Francoise  <romain@orebokech.com>
12555         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12556         (bookmark-bmenu-hide-filenames): Add follow-link property.
12557         Improve help-echo text.
12559         * ffap.el (find-file-at-point): Doc fix.
12561 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12563         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12565 2005-10-18  Masatake YAMATO  <jet@gyve.org>
12567         Install to the CVS repository what I forgot to install in my
12568         2005-10-16 changes.
12570         * progmodes/python.el (python-complete-symbol): Pass the common
12571         prefix substring of completion to `display-completion-list'.
12573         * textmodes/org.el (org-complete): Ditto.
12575 2005-10-18  Masatake YAMATO  <jet@gyve.org>
12577         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12579         * woman.el (WoMan-xref-man-page): New button type derived
12580         from `Man-abstract-xref-man-page'.
12581         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12583         * man.el (Man-abstract-xref-man-page): New button type.
12584         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12585         (Man-highlight-references): Add new optional argument `xref-man-type'.
12587 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
12589         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12591 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12593         * cus-edit.el (Custom-move-and-invoke): Delete.
12594         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12596         * wid-edit.el (widget-move-and-invoke): New function, from
12597         Custom-move-and-invoke.
12599 2005-10-17  Bill Wohler  <wohler@newt.com>
12601         Move all remaining images from lisp/toolbar to etc/images, move
12602         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
12603         the low resolution images in their own directory (low-color).
12605         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12606         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12607         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12608         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12609         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12610         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12611         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12613         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12614         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12615         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12616         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12617         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12618         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12619         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12620         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12621         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12622         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12623         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12624         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12625         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12626         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12627         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12629         To conform with convention, replace the underscore (_) in the
12630         following image names with dash (-) or (/) as appropriate.
12632         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12633         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12634         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12635         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12636         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12637         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12638         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12639         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12640         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12641         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12642         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12643         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12644         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12645         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12646         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12648         * info.el (info-tool-bar-map): Replace underscores in image names
12649         with dashes.
12651         * makefile.w32-in (WINS): Remove toolbar.
12653         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12655         * tool-bar.el: Move to lisp from toolbar.  Now that
12656         toolbar is empty, it should be deleted when folks run "cvs up -P".
12658 2005-10-18  Jay Belanger  <belanger@truman.edu>
12660         * calc/calc-store.el (calc-store-into): Get the proper variable name
12661         to display in message.
12663 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
12665         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12666         expressions display in speedbar for all buffers when debugging.
12667         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12669         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12670         (speedbar-insert-button, speedbar-make-button):
12671         Use add-text-properties.
12672         (speedbar-update-localized-contents)
12673         (speedbar-update-directory-contents)
12674         (speedbar-update-special-contents): Use dolist.
12675         (speedbar-buffer-easymenu-definition): Add a menu separator.
12677 2005-10-17  Jason Rumney  <jasonr@gnu.org>
12679         * makefile.w32-in: Use $(lisp) consistently.
12680         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12681         for shell specific generation of mh-autoloads.
12683 2005-10-17  Richard M. Stallman  <rms@gnu.org>
12685         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12687 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12689         * jit-lock.el (jit-lock-fontify-now):
12690         Move jit-lock-context-unfontify-pos to avoid wasted work.
12692 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
12694         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
12695         `tramp-completion-mode' for checking if we are in completion mode.
12696         (tramp-completion-handle-file-name-all-completions): Reorder code
12697         in order to complete for file names only in case there are no
12698         method/user/host completions.  This is necessary for cooperation
12699         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
12701 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
12703         * longlines.el (longlines-search-forward)
12704         (longlines-search-backward): Match any number of spaces.
12706 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
12708         * diff-mode.el (diff-mode): Doc fix.
12710 2005-10-16  David Reitter  <david.reitter@gmail.com>
12712         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12713         as default on darwin and windows systems.
12715 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12717         * arc-mode.el (archive-zip-extract): Doc fix.
12719 2005-10-16  Romain Francoise  <romain@orebokech.com>
12721         * mouse.el (mouse-1-click-follows-link): Doc fix.
12723 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12725         * savehist.el: Don't require CL at runtime.
12726         (savehist-xemacs): Remove.
12727         (savehist-coding-system): Use utf-8 if present, regardless of religion.
12728         (savehist-no-conversion): Use (featurep 'xemacs).
12729         (savehist-load): Check existence of start-itimer rather than XEmacs.
12730         Use an idle timer.
12731         (savehist-process-for-saving): Replace use of CL funs `subseq' and
12732         `delete-if-not'.
12734 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
12736         * savehist.el: Newer version.
12737         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12738         (savehist-last-checksum, savehist-no-conversion): New vars.
12739         (savehist-autosave, savehist-process-for-saving, savehist-printable):
12740         New functions.
12741         (savehist-load, savehist-save): Use them.
12742         (savehist-delimit): Remove.
12744 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12746         * progmodes/compile.el (compilation-goto-locus): Display the
12747         compilation buffer first and the source buffer second, in case they're
12748         in overlapping frames.  Don't raise the compilation frame if it was the
12749         selected window upon entry.  Pass the `other-window' arg to
12750         pop-to-buffer.
12752         * info.el (Info-fontify-node): Use dolist.
12753         Change add-text-properties to put-text-property.
12755 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12757         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12758         bound of search.
12760 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12762         * dabbrev.el (dabbrev-completion): Pass the common
12763         prefix substring of completion to `display-completion-list'.
12765         * filecache.el (file-cache-minibuffer-complete)
12766         (file-cache-complete): Ditto.
12768         * tempo.el (tempo-display-completions): Ditto.
12770         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12772         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12774         * eshell/em-hist.el (eshell-list-history): Ditto.
12776         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12778         * mail/mailalias.el (mail-complete): Ditto.
12780         * progmodes/etags.el (complete-tag): Ditto.
12782         * progmodes/make-mode.el (makefile-complete): Ditto.
12784         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12786         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12788         * progmodes/pascal.el (pascal-complete-word)
12789         (pascal-show-completions): Ditto.
12791         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12793         * simple.el (completion-common-substring): New variable.
12794         (completion-setup-function): Use `completion-common-substring'
12795         to put faces.
12797 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12799         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12800         (x-get-selection, mac-select-convert-to-string): Convert from/to
12801         UTF-16 clipboard data as in native byte order, no BOM.
12803 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
12805         * progmodes/gud.el (gud-tool-bar-map): Rename the images
12806         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12807         (gud-sentinel): Use speedbar-frame to check for speedbar.
12809 2005-10-15  Richard M. Stallman  <rms@gnu.org>
12811         * savehist.el: New file.
12813 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
12815         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12816         Fix bug in \bf fontification.
12818 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12820         * pcvs.el (cvs-edit-log-files): New var.
12821         (cvs-mode-edit-log): New arg `file'.
12822         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12823         Instead force the use of the original file and nothing else.
12824         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12825         the cvs-minor-wrap-function is set.
12826         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12828 2005-10-14  Bill Wohler  <wohler@newt.com>
12830         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12831         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12832         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12833         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12834         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12835         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12836         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12837         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12838         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12839         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12840         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12841         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12842         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12843         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12844         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12846         * progmodes/gud.el (gud-tool-bar-map): Rename the images
12847         appropriately (for example, gud-break to gud/break).
12849 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
12851         * longlines.el (longlinges-search-function)
12852         (longlines-search-forward, longlines-search-backward): New functions.
12853         (longlines-mode): Set isearch-search-fun-function to
12854         longlinges-search-function.
12856         * mouse.el (mouse-drag-region-1): Handle the case where a
12857         double-click event is bound to an arbitrary function.
12859 2005-10-14  David Ponce  <david@dponce.com>
12861         * recentf.el (recentf-track-opened-file)
12862         (recentf-track-closed-file, recentf-update-menu)
12863         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12864         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12865         mouse-1-click-follows-link.
12867 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12869         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12870         Gnome file-manager.png.  Suggested by
12871         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12873         * toolbar/README: Add diropen.xpm.
12875 2005-10-13  Bill Wohler  <wohler@newt.com>
12877         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12878         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
12880 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12882         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12883         Don't waste the byte-compiler's time on constant data.
12885 2005-10-13  Kenichi Handa  <handa@m17n.org>
12887         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12888         byte with `escape-glyph' face.
12890         * international/fontset.el (ccl-encode-unicode-font):
12891         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12892         Handle the case that ucs-mule-to-mule-unicode translates a character to
12893         ASCII (usually for IPA characters).
12895 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12897         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12898         Don't hide the underline of titles if font-lock-mode is disabled.
12900 2005-10-12  Bill Wohler  <wohler@newt.com>
12902         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
12903         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
12904         files in MH-E-SRC have been updated.
12905         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12907 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12909         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12910         (mixal-mode-syntax-table): Add \n as end-comment.
12911         (mixal-operation-codes-alist): Immediately initialize to full value.
12912         (mixal-add-operation-code): Remove.
12913         (mixal-describe-operation-code): Make the arg non-optional.
12914         Use the interactive spec instead.
12915         Use mixal-operation-codes-alist rather than mixal-operation-codes.
12916         (mixal-font-lock-keywords): Don't highlight comments here any more.
12917         (mixal-font-lock-syntactic-keywords): New var.
12918         (mixal-mode): Use it.  Fix comment-start-skip.
12920 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12922         * startup.el (command-line-x-option-alist): -nb => -nbi
12924 2005-10-12  Kim F. Storm  <storm@cua.dk>
12926         * startup.el (fancy-splash-default-action): Discard mouse click in
12927         the splash screen window, as it has no sensible meaning in the
12928         next window to be selected.  Fixes error reported by Jan D.
12930 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12932         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12934 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12936         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12937         Try to fix up minor layout issues like indentation, line break, etc...
12938         (mixal-mode-syntax-table): Don't try to specify comment syntax,
12939         because it doesn't work.
12940         (mixal-operation-codes): Add some more codes.
12941         (mixal-font-lock-keywords): Process comments here.
12942         (mixal-mode): mixasm no longer needs -g option.
12944 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12946         * progmodes/sh-script.el (sh-tmp-file):
12947         Use mktemp -t.  Finish support for es and rc shells.
12949 2005-10-11  Jay Belanger  <belanger@truman.edu>
12951         * calc/calcalg2.el (calc-integral): With an argument, compute the
12952         definite integral.
12954 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
12956         * mouse.el (mouse-drag-region-1): Don't try to catch a
12957         double-click when doing follow-link (it's overridden anyway).
12959 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
12961         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12962         (autoload-print-form-outbuf): Add docstring.
12964 2005-10-11  Juri Linkov  <juri@jurta.org>
12966         * info.el (Info-mode-menu): Delete menu item "Edit".
12967         (Info-mode): Delete description of Info-edit from docstring,
12968         and rearrange descriptions of Info commands in the order
12969         they are documented in the Info manual.
12971 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12973         * calendar/appt.el (appt-check): Use diary-selective-display var.
12975 2005-10-10  Richard M. Stallman  <rms@gnu.org>
12977         * net/newsticker.el (newsticker-start, newsticker-show-news):
12978         Add autoload cookies.
12980 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
12982         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12984 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
12986         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12988 2005-10-10  Jay Belanger  <belanger@truman.edu>
12990         * calc/calc-arith.el (math-check-known-scalarp)
12991         (math-check-known-matrixp): Check the values of arguments that are
12992         variables.
12993         (math-check-known-square-matrixp): New function.
12994         (math-known-square-matrixp): Use math-check-known-square-matrixp.
12995         (math-super-types): Add sqmatrix type.
12997         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12998         mode name `square' to `sqmatrix'.
13000         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13001         mode name `square' to `sqmatrix'.
13003 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13005         * progmodes/etags.el (select-tags-table-mode): Don't use
13006         selective-display.
13007         (tags-select-tags-table): Pass `button' to the action function.
13008         (select-tags-table): Place the side-info on button properties rather
13009         than in hidden text.  Abbreviate file names.
13010         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13011         (select-tags-table-select): Add `button' argument.
13012         Get side-info from the button property rather than from hidden text.
13014 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
13016         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13017         (gud-speedbar-buttons): Preserve point if possible.
13018         (gud-sentinel): Restore previous speedbar display type.
13020         * progmodes/gdb-ui.el (gdba): Improve diagram.
13021         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13022         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13023         Call get-buffer-window once.
13025 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13027         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13028         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13029         (pascal-indent-command): Remove unused var `ind'.
13030         (pascal-indent-case): Remove unused var `oldpos'.
13031         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13032         since it's now used as a proper minor mode map.
13033         (pascal-outline): Rename to pascal-outline-mode.
13034         (pascal-outline-mode): Use define-minor-mode.
13035         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13036         selective-display.
13038 2005-10-10  Andreas Schwab  <schwab@suse.de>
13040         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13041         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
13043         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13044         outside source directory.
13046 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
13048         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13049         C-x' as a prefix.
13050         (orgtbl-mode-map): Full keymap instead of sparse, because all
13051         `self-insert-command' keys are redefined in this map.
13052         (org-export-as-html): Specify charset for HTML file, by taking it
13053         from the coding system.
13055 2005-10-10  Kenichi Handa  <handa@m17n.org>
13057         * textmodes/flyspell.el (flyspell-check-word-p):
13058         If unread-command-events is non-empty, don't call sit-for.
13060 2005-10-09  Richard M. Stallman  <rms@gnu.org>
13062         * font-lock.el (font-lock-syntactic-keywords)
13063         (font-lock-keywords): Doc fixes.
13065         * textmodes/flyspell.el (flyspell-external-point-words):
13066         Simplify logic, and don't try to check for consecutive appearances
13067         of one incorrect word.
13069 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
13071         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13072         separator.
13074         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13075         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13076         (gud-expansion-speedbar-buttons): New function.
13077         (gud-speedbar-buttons): Check for gud-comint-buffer.
13079 2005-10-09  Bill Wohler  <wohler@newt.com>
13081         * Makefile.in (updates): Add mh-loaddefs dependency.
13083 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
13085         * speedbar.el (speedbar-file-key-map): Fix typo.
13087 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13089         * cus-start.el (line-spacing): Add custom spec.
13091 2005-10-09  Romain Francoise  <romain@orebokech.com>
13093         * textmodes/ispell.el (ispell-check-version): Fix last change.
13095 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13097         * term/x-win.el: Remove -i, --icon-type from comment.
13099         * startup.el (command-line-x-option-alist): Remove options -i,
13100         -itype, --icon-type, added -nb, --no-bitmap-icon
13102 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
13104         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13105         instead of :active.
13107 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13109         * textmodes/ispell.el (ispell-check-version):
13110         Ignore hyphen, and all that follows, in aspell's version text.
13112 2005-10-08  Jay Belanger  <belanger@truman.edu>
13114         * calc/calc-arith.el (math-known-square-matrixp): New function.
13115         (math-pow-fancy): Check for matrices before distributing exponent
13116         across products.
13118         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13119         fullscreen keypad.  Suggested by Luc Teirlinck.
13120         (calc-keypad-show-input): Add space for formatting.
13122         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13123         Add square matrix option.
13125         * calc/calc-poly.el (math-expand-term): Check for matrices instead
13126         of checking calc-matrix-mode when deciding how to expand.
13128         * calc/calc.el (calc-set-mode-line): Add square matrix option.
13130 2005-10-08  Lars Hansen  <larsh@soem.dk>
13132         * net/tramp.el (tramp-perl-directory-files-and-attributes):
13133         Add error handling.
13134         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13136 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
13138         Sync with Tramp 2.0.51.
13140         * net/tramp.el (tramp-handle-set-visited-file-modtime)
13141         (tramp-handle-insert-file-contents, tramp-handle-write-region):
13142         Insert special handling for `last-coding-system-used', again
13143         it still seems to be necessary (unlike stated before).
13144         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13145         (tramp-password-prompt-regexp): There might be other words before
13146         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13147         (tramp-chunksize): Improve docstring.
13148         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13149         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
13150         Christian Joergensen <bugs@razor.dk>.
13152 2005-10-07  Glenn Morris  <rgm@gnu.org>
13154         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13155         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13156         precision'.
13158 2005-10-07  Romain Francoise  <romain@orebokech.com>
13160         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13161         (ibuffer-do-shell-command-pipe-replace)
13162         (ibuffer-do-shell-command-file, ibuffer-do-eval)
13163         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13164         (ibuffer-do-revert, ibuffer-do-replace-regexp)
13165         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13166         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13167         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13168         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13169         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13170         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13171         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13172         Autoload file sans suffix.
13174         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13176 2005-10-07  David Ponce  <david@dponce.com>
13178         * recentf.el (recentf-menu-open-all-flag): New option.
13179         (recentf-digit-shortcut-command-name): New function.
13180         (recentf--shortcuts-keymap): New variable.
13181         (recentf-menu-shortcuts): New variable.
13182         (recentf-make-menu-items): Initialize it.  Replace the "More..."
13183         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13184         (recentf-menu-value-shortcut): New function.
13185         (recentf-make-menu-item): Use it.  No more in-lined.
13186         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13187         (recentf-open-most-recent-file): Rename from
13188         `recentf-open-file-with-key'.  Don't depend on key binding.
13189         (recentf-mode-map): New variable.
13190         (recentf-mode): Use it.
13192 2005-10-06  Bill Wohler  <wohler@newt.com>
13194         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
13196         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13197         (MH-E-SRC): New.  Used by mh-autoloads.
13198         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
13199         files in MH-E-SRC have been updated.
13200         (compile, recompile, bootstrap): Depend on mh-autoloads.
13202 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
13204         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13205         gud-break and gud-remove icons when the fringe is not available.
13207         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13208         Typo.
13210 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
13212         * play/zone.el (zone): Wrap body with save-window-excursion.
13214 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13216         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13217         Use the new `list-only' arg to diary-list-entries.
13219         * calendar/diary-lib.el: Use overlays rather than selective-display.
13220         (diary-selective-display): New var.
13221         (diary-header-line-format): Use it.
13222         (diary-list-entries): Add argument `list-only'.
13223         Put the buffer in diary-mode.  Don't add \^M at beg and end.
13224         Replace \^M by invisible overlays.
13225         (diary-unhide-everything): Replace \^M by invisible overlays.
13226         (print-diary-entries): Look for overlays rather than \^M.
13227         Add a space to the temp buffer name.
13228         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13229         Put the buffer in diary-mode.
13230         (list-sexp-diary-entries): Replace \^M by invisible overlays.
13231         (diary-anniversary): Make the year arg optional.
13232         (diary-time-regexp): New const.
13233         (diary-font-lock-keywords): Use it to accept a few more time formats.
13235         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13237 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
13239         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13240         Fix bug introduced 2005-07-03: Use (car (last ...))
13241         to faithfully reproduce replaced artist-last.
13242         (artist-set-arrow-points-for-poly): Likewise.
13243         Suggested by Johan Bockg\e,Ae\e(Brd.
13245 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
13247         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13248         * wid-edit.el (widget):
13249         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13250         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13252 2005-10-06  Kenichi Handa  <handa@m17n.org>
13254         * international/mule-cmds.el (set-language-environment):
13255         Fix setting up of case-table for unibyte mode.
13257         * simple.el (what-cursor-position): If the character is displayed
13258         by some `display' text property, show that.  Don't use
13259         single-key-description for eight-bit characters in multibyte mode.
13261 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
13263         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13264         (gdb-ann3): Set it.
13265         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13266         (gdb-info-frames-custom): Use inverse-video for first five
13267         characters of selected frame only.
13268         (gdb-get-frame-number): Select frame even when point is on frame
13269         number.
13271 2005-10-06  Masatake YAMATO  <jet@gyve.org>
13273         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13274         Put `font-lock-function-name-face'.
13275         (gdb-info-frames-custom): Put `font-lock-function-name-face'
13276         and `font-lock-variable-name-face'
13277         (gdb-registers-font-lock-keywords): New font lock keywords definition.
13278         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13279         (gdb-memory-font-lock-keywords): New font lock keywords definition.
13280         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13281         (gdb-local-font-lock-keywords): New font lock keywords definition.
13282         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13283         (gdb-threads-font-lock-keywords): New font lock keywords definition.
13284         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13286 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
13288         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13289         (ediff-merge-region-is-non-clash-to-skip): Previously called
13290         ediff-merge-region-is-non-clash.
13292         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13293         Use insert-buffer-substring.
13295         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13296         selecting files to patch.  Also bug fixes.
13298         * ediff-util.el (ediff-setup): Bug fix.
13299         (ediff-next-difference): Never skip clashes that differ in white
13300         space only.
13302         * ediff-wind.el (ediff-setup-control-frame)
13303         (ediff-destroy-control-frame): Check the menubar feature.
13305         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13306         (viper-refresh-mode-line): Use make-local-variable to localize
13307         some vars instead of make-variable-buffer-local.  Suggested by
13308         Stefan Monnier.
13310         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13311         (viper-restore-cursor-type, viper-set-insert-cursor-type):
13312         Use make-local-variable instead of make-variable-buffer-local.
13313         Suggested by Stefan Monnier.
13315         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13316         (viper-comint-mode-hook): Use make-local-variable on
13317         require-final-newline.
13318         (viper-non-hook-settings): Don't use make-variable-buffer-local.
13320 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13322         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13323         also the second char of a comment-start sequence.
13324         (scheme-sexp-comment-syntax-table): New var.
13325         (lambda, define): Set their scheme-doc-string-elt property.
13326         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13327         Use lisp-font-lock-syntactic-face-function now that it properly
13328         handles |...| symbols.
13329         (scheme-mode-variables): Set lisp-doc-string-elt-property,
13330         parse-sexp-lookup-properties and font-lock-extra-managed-props.
13332         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13333         bit from # to |.
13334         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13336         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13337         (lisp-doc-string-elt-property): New var.
13338         (lisp-font-lock-syntactic-face-function): Use it.
13339         Rewrite to recognize docstrings even for forms not at toplevel.
13341         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13342         annotation on the | part of #| rather than on the # part.
13343         (scheme-font-lock-syntactic-face-function): New function, to
13344         distinguish strings from |...| symbols.
13345         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
13346         syntax-table so that #|...|# is properly highlighted.
13348         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13349         Don't mark as docstring the 3rd elem of an unknown toplevel form.
13351 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13353         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13354         and C-e.
13356         * emacs-lisp/eldoc.el: Move comments into docstrings.
13357         (eldoc-message-commands): Initialize in its declaration.
13358         Add move-beginning-of-line and move-end-of-line.
13359         (eldoc-add-command, eldoc-add-command-completions)
13360         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13362         * outline.el (outline-mark-subtree): Activate the mark.
13364         * calendar/appt.el (appt-time-regexp): New var.
13365         (appt-add, appt-make-list): Use it.
13366         (appt-convert-time): Clean up.
13368         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13369         Don't set any syntax-table property here.
13370         (tex-font-lock-verb): New function.  Do it here.
13371         (tex-font-lock-syntactic-keywords): Use it.
13373 2005-10-04  Richard M. Stallman  <rms@gnu.org>
13375         * wid-edit.el (widget-file-complete): Get the widget start point
13376         the right way.  Default directory to `/' if file has none.
13378         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13380         * textmodes/flyspell.el (flyspell-mode-on):
13381         Call ispell-maybe-find-aspell-dictionaries.
13383         * textmodes/ispell.el (ispell-word, ispell-region):
13384         Call ispell-maybe-find-aspell-dictionaries.
13385         (ispell-accept-buffer-local-defs):
13386         Don't call ispell-maybe-find-aspell-dictionaries
13388 2005-10-04  Richard M. Stallman  <rms@gnu.org>
13390         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13392 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
13394         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13395         instead of `fboundp' in order to allow for anonymous functions.
13397 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
13399         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13400         case the user clicks on the link while another window is selected.
13401         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13403         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13404         functionality.
13405         (dframe-help-echo): Save point in case mouse tracking is off.
13407 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
13409         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13411 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13413         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13414         not change the global value of those vars.
13416         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13417         make-local-variable which we do not need any more.
13419 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
13421         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13422         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13423         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13424         (speedbar-path-line): Define obsolete aliases.
13425         (speedbar-line-directory): Doc fix.
13427         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13428         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13429         instead of speedbar-line-path.
13431 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13433         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13434         to nil if dropping on a window.  Handle dropping on a minibuffer window
13435         like dropping on a non-window part of Emacs.
13437 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13439         * net/ange-ftp.el: Use with-current-buffer.
13440         (ange-ftp-insert-directory): Do not follow symlinks any more.
13442         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13443         Remove interactive spec.
13445 2005-10-03  Kim F. Storm  <storm@cua.dk>
13447         * ido.el (ido-mode): Use custom-initialize-set.
13449 2005-10-02  Richard M. Stallman  <rms@gnu.org>
13451         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13452         Use insert-buffer-substring.
13454         * net/tramp.el: Pacify byte compiler warnings in pacification code.
13455         (tramp-handle-file-local-copy): Use insert-buffer-substring.
13457 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13459         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13460         in last change.
13461         (ange-ftp-insert-directory): Fix up the search for the case where
13462         `file' is absolute.
13464 2005-10-02  Romain Francoise  <romain@orebokech.com>
13466         * progmodes/compile.el (compile-goto-error): Delete extra paren.
13468 2005-10-02  Andreas Schwab  <schwab@suse.de>
13470         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13471         directory component in the session info.
13473 2005-10-01  Richard M. Stallman  <rms@gnu.org>
13475         * comint.el (comint-redirect-subvert-readonly): Doc fix.
13477         * simple.el (next-error-internal): New function.
13479         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13480         (compilation-start): Pass new arg to compilation-buffer-name.
13481         (compile-goto-error): Use next-error-internal.
13483 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
13485         * speedbar.el: Remove RCS tag.
13486         (speedbar-check-read-only): Handle non-existent files.
13488         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13490         * info.el (Info-speedbar-hierarchy-buttons)
13491         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13493 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13495         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13496         Do not match newline.
13497         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13498         (bibtex-summary): Remove unnecessary save-excursion.
13499         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13501 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13503         * term/mac-win.el: Add charset info for "iso10646-1".
13504         Modify default fontset to use ATSUI-compatible fonts for some charsets
13505         if available.
13507 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
13509         * speedbar.el: Re-apply arch tag.
13510         (speedbar-version): Rename to version 1.0.  Suggested by Eric
13511         M. Ludlam.
13512         Reapply two changes from Emacs CVS' version of speedbar lost
13513         during the merge:
13514         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13515         (speedbar-frame-parameters): Improve customize type.
13517 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13519         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13520         (ange-ftp-file-directory-p): Fix the symlink case.
13521         (ange-ftp-insert-directory): When listing a single file, get a list of
13522         the parent buffer and extract the relevant line.  Inspired from a patch
13523         by Katsumi Yamaoka <yamaoka@jpl.org>.
13524         (ange-ftp-file-name-sans-versions): Simplify.
13526 2005-09-30  Bill Wohler  <wohler@newt.com>
13528         Move MH-E image files from toolbar and mail directories into
13529         etc/images.
13531         * mail/reply2.*: Move to etc/images/mail/reply*.
13533         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13534         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13535         etc/images.
13537         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13538         * toolbar/reply*: Move to etc/images/mail.
13540         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13542 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
13544         * speedbar.el: New version 1.0pre3.
13546         Frame management code (including timer, and mouse click specifics)
13547         moved to dframe.el:
13548         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
13549         (speedbar-timer): Removed.  Use dframe-timer.
13550         (speedbar-close-frame): Removed.  Use dframe-close-frame.
13551         (speedbar-activity-change-focus-flag): Removed.  Use
13552         dframe-activity-change-focus-flag.
13553         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
13554         dframe-update-speed.
13556         (speedbar-current-frame): New macro.  Use this instead of the
13557         variable speedbar-frame.
13559         (speedbar-use-images, speedbar-expand-image-button-alist)
13560         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13562         (speedbar-find-image-on-load-path): Removed.  Replaced by
13563         defezimage in ezimage.el.
13564         (speedbar-expand-image-button-alist): Removed.  Replaced by
13565         ezimage-expand-image-button-alist in ezimage.el.
13567         (speedbar-ignored-directory-regexp)
13568         (speedbar-add-ignored-directory-regexp)
13569         (speedbar-ignored-directory-expressions)
13570         (speedbar-line-directory, speedbar-buffers-line-directory)
13571         (speedbar-directory-line, speedbar-buffers-line-directory):
13572         Renamed, replacing `path' with `directory'.
13574         (speedbar-create-directory, speedbar-expand-line-descendants)
13575         (speedbar-toggle-line-expansion)
13576         (speedbar-contract-line-descendants): New commands.
13578         (speedbar-query-confirmation-method, speedbar-select-frame-method)
13579         (speedbar-use-tool-tips-flag): New options.
13581         (speedbar-check-read-only, speedbar-require-version)
13582         (speedbar-insert-separator, speedbar-buffers-tail-notes)
13583         (speedbar-handle-delete-frame, speedbar-try-completion)
13584         (speedbar-update-localized-contents): New functions.
13586         (speedbar-incompatible-version, speedbar-ro-to-do-point)
13587         (speedbar-object-read-only-indicator): New variables.
13589         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13590         New hooks.
13592         (speedbar-separator-face): New face.
13594         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13595         (speedbar-ignored-modes): Add fundamental-mode.
13596         (speedbar-directory-unshown-regexp): Add . directories.
13598         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13599         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13600         `]' for full expand/close.
13601         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13603         (speedbar-check-vc): Support hidden files.
13604         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13605         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
13606         state is nil, it is not checked out.
13608         (speedbar-line-text, speedbar-line-token): Support expand buttons
13609         with no text.
13610         (speedbar-refresh): Universal argument acts as power-click.
13611         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13612         that buffer to get variable values.
13614         And many other bugfixes.
13616         * dframe.el, ezimage.el, sb-image.el: New files.
13618         * sb-*.xpm: Remove files.  New image files installed into
13619         etc/images/ezimage.
13621 2005-09-30  Kenichi Handa  <handa@m17n.org>
13623         * ps-mule.el (ps-mule-show-warning): If a character is in
13624         ps-print-translation-table, don't treat it as non-printable.
13626 2005-09-30  David Ponce  <david@dponce.com>
13628         * tree-widget.el (tree-widget-themes-load-path): New variable.
13629         (tree-widget-themes-directory): Doc fix.
13630         (tree-widget-image-formats) [Emacs]: Doc fix.
13631         (tree-widget--locate-sub-directory): New function.
13632         (tree-widget-themes-directory): Use it.
13634         * recentf.el (recentf-filename-handlers): Rename from
13635         `recentf-filename-handler'.  Allow a list of functions.
13636         (recentf-menu-items-for-commands): Fix :help strings.
13637         (recentf-apply-filename-handlers): New function.
13638         (recentf-expand-file-name): Use it.
13639         (recentf-cleanup): Remove duplicates too.
13641 2005-09-29  Juri Linkov  <juri@jurta.org>
13643         * faces.el: Rearrange face definitions to be in the same order as
13644         their face descriptions in "(emacs)Standard Faces".
13646         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13648         * tooltip.el (tooltip): Add group `basic-faces'.
13650         * buff-menu.el (Buffer-menu-buffer): Remove group
13651         `font-lock-highlighting-faces'.
13653         * progmodes/compile.el (compilation-error, compilation-warning)
13654         (compilation-info, compilation-line-number, compilation-column-number):
13655         Change group from `font-lock-highlighting-faces' to `compilation'.
13657         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13658         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13659         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13660         (vhdl-font-lock-reserved-words-face)
13661         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13662         `font-lock-highlighting-faces'.
13664         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13666 2005-09-28  Kim F. Storm  <storm@cua.dk>
13668         * emulation/cua-base.el: Set CUA move property on additional commands:
13669         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13670         forward-sexp, backward-sexp, forward-list, backward-list.
13672 2005-09-28  Romain Francoise  <romain@orebokech.com>
13674         * comint.el (comint-show-output): Really set point at the
13675         beginning of the output when not using `comint-use-prompt-regexp'.
13677 2005-09-27  Jay Belanger  <belanger@truman.edu>
13679         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13680         in TeX mode.
13682 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
13684         * textmodes/org.el (org-table-sum): Fix format string.
13686         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13687         Quote face names.
13689 2005-09-26  Romain Francoise  <romain@orebokech.com>
13691         * isearch.el (isearch-forward-regexp): Close doc string.
13693 2005-09-25  Richard M. Stallman  <rms@gnu.org>
13695         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13697         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13699         * progmodes/compile.el (compilation-error-properties):
13700         When getting the file from the previous error message,
13701         correctly decode the new data format.
13703         * progmodes/cc-cmds.el (c-electric-paren):
13704         Call old-blink-paren only for close-paren.
13706 2005-09-24  Andreas Schwab  <schwab@suse.de>
13708         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13709         condition.
13711 2005-09-25  Romain Francoise  <romain@orebokech.com>
13713         * dired-aux.el (dired-copy-file-recursive):
13714         * dired.el (dired-delete-file):
13715         * ediff-mult.el (ediff-dir-diff-copy-file):
13716         * ediff-util.el (ediff-test-save-region):
13717         * forms.el (forms-mode):
13718         * ido.el (ido-file-internal, ido-delete-file-at-head):
13719         * log-edit.el (log-edit-done):
13720         * ses.el (ses-yank-resize):
13721         * play/gomoku.el (gomoku-human-plays, gomoku)
13722         (gomoku-human-resigns, gomoku-prompt-for-other-game)
13723         (gomoku-offer-a-draw):
13724         * play/landmark.el (lm-human-resigns, lm):
13725         * net/eudcb-ldap.el (eudc-ldap-check-base):
13726         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13727         * progmodes/ebrowse.el (ebrowse-find-pattern):
13728         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13729         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13730         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13732         * vc.el (vc-delete-file):
13733         * play/gomoku.el (gomoku-terminate-game, gomoku)
13734         (gomoku-prompt-for-move, gomoku-human-takes-back):
13735         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13736         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13738 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
13740         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13741         color rxvt terminals by using the code xterm.el used to use before
13742         2005-04-09 in order to match the colors used by rxvt.
13744 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13746         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13747         colors rxvt-unicode terminals by using the same code as xterm.el.
13749 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13751         * textmodes/tex-mode.el (tex-font-lock-append-prop)
13752         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13753         new symbol used for the tex-verbatim face.
13755 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13757         * woman.el (woman-file-name):
13758         * wid-edit.el (widget-file-prompt-value)
13759         (widget-coding-system-prompt-value):
13760         * w32-fns.el (set-w32-system-coding-system):
13761         * vc.el (vc-version-diff, vc-annotate):
13762         * textmodes/reftex-auc.el (reftex-arg-cite)
13763         (reftex-arg-index-tag):
13764         * textmodes/refer.el (refer-get-bib-files):
13765         * textmodes/artist.el (artist-figlet-choose-font):
13766         * terminal.el (terminal-emulator):
13767         * replace.el (occur-read-primary-args):
13768         * rect.el (string-rectangle, string-insert-rectangle):
13769         * ps-print.el (ps-print-preprint):
13770         * progmodes/pascal.el (pascal-goto-defun):
13771         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13772         * progmodes/compile.el (compilation-find-file):
13773         * printing.el (pr-interactive-n-up):
13774         * play/animate.el (animate-birthday-present):
13775         * net/rcompile.el (remote-compile):
13776         * man.el (man, Man-goto-section, Man-follow-manual-reference):
13777         * mail/rmailsum.el (rmail-summary-search-backward)
13778         (rmail-summary-search):
13779         * mail/rmailout.el (rmail-output-read-rmail-file-name)
13780         (rmail-output-read-file-name):
13781         * mail/rmail.el (rmail-search, rmail-search-backwards):
13782         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13783         * locate.el (locate):
13784         * international/quail.el (quail-show-keyboard-layout):
13785         * international/mule.el (set-buffer-file-coding-system)
13786         (revert-buffer-with-coding-system, set-file-name-coding-system)
13787         (set-terminal-coding-system, set-keyboard-coding-system)
13788         (set-next-selection-coding-system):
13789         * international/mule-diag.el (describe-coding-system)
13790         (describe-font, describe-fontset):
13791         * international/mule-cmds.el (universal-coding-system-argument)
13792         (search-unencodable-char, describe-input-method)
13793         (set-language-environment, describe-language-environment):
13794         * international/codepage.el (codepage-setup):
13795         * international/code-pages.el (codepage-setup):
13796         * info.el (Info-search, Info-follow-reference)
13797         (Info-search-backward):
13798         * emacs-lisp/advice.el (ad-read-advised-function)
13799         (ad-read-advice-class, ad-clear-cache, ad-activate)
13800         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13801         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13802         (ad-read-regexp):
13803         * ediff-util.el (ediff-toggle-regexp-match):
13804         * ediff-ptch.el (ediff-prompt-for-patch-file):
13805         * dired-aux.el (dired-diff):
13806         * diff.el (diff):
13807         * cus-edit.el (custom-variable-prompt):
13808         * calendar/timeclock.el (timeclock-ask-for-project):
13809         * calc/calcalg3.el (calc-get-fit-variables):
13810         * calc/calc-store.el (calc-edit-variable)
13811         (calc-permanent-variable):
13812         * vc-mcvs.el (vc-mcvs-register):
13813         * shadowfile.el (shadow-define-literal-group):
13814         * woman.el (woman-file-name):
13815         * vc.el (vc-version-diff, vc-merge):
13816         * textmodes/reftex-index.el (reftex-index-complete-tag):
13817         * format.el (format-decode-buffer, format-decode-region):
13818         * emulation/viper-cmd.el (viper-read-string-with-history):
13819         * emacs-lisp/debug.el (cancel-debug-on-entry):
13820         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13821         * ediff.el (ediff-merge-revisions)
13822         (ediff-merge-revisions-with-ancestor, ediff-revision):
13823         * completion.el (interactive-completion-string-reader):
13824         * calc/calc-prog.el (calc-user-define-formula):
13825         Follow convention for reading with the minibuffer.
13827 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
13829         * progmodes/python.el (python-describe-symbol): Add globals() and
13830         locals() to the arguments of emacs.ehelp.
13832 2005-09-24  Magnus Henoch  <mange@freemail.hu>
13834         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13835         New function, code extracted from ispell-valid-dictionary-list.
13836         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13837         Call it.
13839 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
13841         * subr.el (version-regexp-alist): Extend valid syntax for version
13842         strings: allow any of the characters -,_,+ to separate the
13843         alpha/beta/rc part from the version part.  Doc fix.
13844         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
13846 2005-09-23  David Reitter  <david.reitter@gmail.com>
13848         * mail/mailclient.el: New file.
13850 2005-09-23  Richard M. Stallman  <rms@gnu.org>
13852         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13853         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13854         Doc fixes.
13856         * progmodes/cc-mode.el (c-font-lock-init):
13857         Specify font-lock-lines-before.
13859 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13861         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13862         whole conflict.
13864 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
13866         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13867         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
13868         of `remap' feature when available.  Additional key bindings for
13869         better tty support.
13870         (org-mode-restart, org-force-self-insert): New commands.
13871         (org-time-stamp-inactive): New command.
13872         (org-remap): New function.
13873         (org-table-auto-blank-field, org-level-color-stars-only): New options.
13874         (org-enable-fixed-width-editor): Move to `org-structure'
13875         customization group.
13876         (org-self-insert-command, orgtbl-self-insert-command): Modify to
13877         blank field after field motion commands.
13879 2005-09-23  Kenichi Handa  <handa@m17n.org>
13881         * international/mule-cmds.el (set-language-environment):
13882         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13883         have to call utf-translate-cjk-load-tables.
13885 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13887         * mouse.el (mouse-move-drag-overlay): Fix last change.
13889 2005-09-22  David Ponce  <david@dponce.com>
13891         * tree-widget.el (tree-widget-value-create): Fix previous change.
13893 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
13895         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13897 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13899         * mouse.el (mouse-move-drag-overlay): New function.
13900         (mouse-drag-region-1): Use it.
13901         Try to simplify a bit the state handling.  Handle clicks on links
13902         inside intangible areas.
13903         (mouse-save-then-kill): Minor simplification.
13904         (mouse-secondary-overlay): Make it always non-nil instead of
13905         recreating it each time.
13906         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13907         (mouse-kill-secondary, mouse-secondary-save-then-kill):
13908         Simplify accordingly.
13910 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
13912         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13914 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
13916         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13917         (ediff-file-name-sans-prefix): Treat nil as an empty string.
13918         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13919         to patch.
13921         * ediff-util.el: Use insert-buffer-substring.
13923         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13925         * emulation/viper-cmd.el (viper-change-state): Don't move over the
13926         field boundaries in the minibuffer.
13927         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13928         (viper-minibuffer-post-command-hook): New hook.
13929         (viper-line): Don't move cursor at bolp.
13931         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13933         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13934         avoid compiler warnings.
13936         * emulation/viper-macs.el (ex-map): Better messages.
13938         * emulation/viper-utils.el (viper-beginning-of-field): New function.
13940         * emulation/viper.el: Replace make-variable-buffer-local with
13941         viper-make-variable-buffer-local everywhere, to avoid warnings.
13943 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13945         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13946         Delete unused var `old-selected-window'.
13947         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13948         (mouse-drag-secondary): Delete unused var `start-frame'.
13950 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13952         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13954 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13956         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13957         Re-indent within 80 columns.  Use inhibit-read-only.
13959 2005-09-19  Romain Francoise  <romain@orebokech.com>
13961         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13963 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13965         * font-lock.el (font-lock-default-fontify-region): Don't add a line
13966         unconditionally, since the after-change-function already did it.
13968 2005-09-19  Miles Bader  <miles@gnu.org>
13970         * net/newsticker.el: Get rid of CVS keyword.
13972 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
13974         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13975         The prompt is formatted later.
13977 2005-09-19  David Ponce  <david@dponce.com>
13979         * tree-widget.el (tree-widget-value-create): Save the converted
13980         tree :node widget.
13982 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
13984         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13985         variable `message'.
13987 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
13989         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13990         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
13991         <slawomir.nowaczyk.847@student.lu.se>.
13993 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
13995         * image.el (image-load-path): Use symbol `data-directory' instead
13996         of its value, for backward compatibility with packages that bind
13997         it during `find-image'.  Suggested by Katsumi Yamaoka.
13998         (image-search-load-path): Handle symbols whose values are strings.
14000 2005-09-18  Romain Francoise  <romain@orebokech.com>
14002         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14003         with-current-buffer form in save-excursion.
14005 2005-09-18  Deepak Goel  <deego@gnufans.org>
14007         * apropos.el (apropos-command): Fix `message' call: first arg
14008         should be a format spec.  In this and all other cases that appear
14009         below and elsewhere in the source code, I made a change only when
14010         two conditions were satisfied: [1] I can think of a possibility
14011         that the arguments would cause an error, for example, the code in
14012         question relies on external variables such as filenames.  [2] I
14013         was sure that the arg to `message' could not have been nil in the code.
14015         * textmodes/tildify.el (tildify-region): Ditto.
14017         * textmodes/reftex-index.el (reftex-index-change-entry)
14018         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14019         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14020         * textmodes/org.el (org-complete, org-deadline, org-schedule)
14021         (org-priority, org-table-sum):
14022         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14023         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14024         (flyspell-word, flyspell-display-next-corrections):
14025         * textmodes/bibtex.el (bibtex-print-help-message):
14026         * textmodes/artist.el (artist-key-set-point-poly):
14027         * term/mac-win.el (mac-services-insert-text):
14028         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14029         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14030         (vhdl-port-paste-testbench, vhdl-compose-new-component)
14031         (vhdl-compose-configuration):
14032         * progmodes/sh-script.el (sh-blink, sh-show-indent)
14033         (sh-set-indent, sh-learn-line-indent):
14034         * progmodes/ps-mode.el (ps-mode-target-column):
14035         * progmodes/idlwave.el (idlwave-make-tags)
14036         (idlwave-scan-library-catalogs):
14037         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14038         * progmodes/gud.el (gud-jdb-analyze-source):
14039         * progmodes/flymake.el (flymake-log):
14040         * progmodes/ebnf2ps.el (ebnf-generate-region):
14041         * progmodes/cmacexp.el (c-macro-expansion):
14042         * progmodes/ada-xref.el (ada-treat-cmd-string):
14043         * progmodes/ada-mode.el (ada-create-case-exception-substring)
14044         (ada-justified-indent-current, ada-batch-reformat):
14045         * play/zone.el (zone):
14046         * play/landmark.el (lm-move):
14047         * play/decipher.el (decipher-show-alphabet):
14048         * net/newsticker.el (newsticker--display-jump)
14049         (newsticker--display-scroll):
14050         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14051         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14052         * mail/feedmail.el (feedmail-dump-message-to-queue):
14053         * eshell/esh-proc.el (eshell-remove-process-entry):
14054         * emulation/ws-mode.el (ws-last-error):
14055         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14056         (viper-record-kbd-macro):
14057         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14058         * emacs-lisp/lisp-mnt.el (lm-report-bug):
14059         * emacs-lisp/find-func.el (find-function-noselect):
14060         * calendar/timeclock.el (timeclock-status-string)
14061         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14062         (timeclock-when-to-leave-string):
14063         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14064         * calc/calc-units.el (calc-enter-units-table):
14065         * calc/calc-mode.el (calc-mode-record-mode):
14066         * woman.el (woman-mini-help):
14067         * wdired.el (wdired-change-to-wdired-mode):
14068         * vc.el (vc-retrieve-snapshot):
14069         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14070         * startup.el (display-startup-echo-area-message):
14071         * simple.el (set-goal-column):
14072         * ses.el (ses-command-hook, ses-recalculate-cell):
14073         * server.el (server-process-filter):
14074         * printing.el (pr-interface-txt-print, pr-interface-printify)
14075         (pr-interface-ps):
14076         * pcvs.el (cvs-help):
14077         * log-edit.el (log-edit, log-edit-mode-help):
14078         * iswitchb.el (iswitchb-possible-new-buffer):
14079         * isearch.el (isearch-edit-string):
14080         * image-mode.el (image-mode, image-minor-mode):
14081         * ibuf-macs.el (define-ibuffer-filter):
14082         * hi-lock.el (hi-lock-find-patterns):
14083         * files.el (toggle-read-only):
14084         * ediff-util.el (ediff-copy-diff)
14085         (ediff-write-merge-buffer-and-maybe-kill):
14086         * echistory.el (Electric-history-undefined):
14087         * dnd.el (dnd-insert-text):
14088         * dired-aux.el (dired-query):
14089         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14090         * bookmark.el (bookmark-bmenu-locate):
14091         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14092         Fix `message' calls to ensure first arg is a format string.
14093         The change was made only when these two conditions were satisfied:
14094         [1] when there is a possibility that the arguments would cause an error
14095         for example, if the code in question relies on external variables
14096         such as filenames, and
14097         [2] if the arg to `message' could not have been nil in the code.
14099         * pcomplete.el (pcomplete--help): Fix `message' format spec.
14100         Not having a %s would be weird, though not technically wrong.
14102 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14104         * term/mac-win.el (mac-add-charset-info): Doc fix.
14106 2005-09-17  Romain Francoise  <romain@orebokech.com>
14108         * shell.el (shell-resync-dirs): Handle echoing processes more
14109         reliably.  Don't insert resync command if `comint-process-echoes'
14110         is non-nil.
14112 2005-09-17  Magnus Henoch  <mange@freemail.hu>
14114         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14115         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14116         aspell versions >= 0.60.
14117         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14118         only if ispell-aspell-supports-utf8 is non-nil.
14120 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14122         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14123         buffer-local value to lisp-indent-function.
14125 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
14127         * progmodes/glasses.el (glasses-make-readable): If
14128         glasses-separator differs from underscore, put appropriate
14129         overlays over underscore characters.
14130         (glasses-convert-to-unreadable): If glasses-separator differs from
14131         underscore, try to convert glasses-separator characters to
14132         underscores.
14134 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14136         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14137         Use with-syntax-table and dolist.
14139 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
14141         * textmodes/reftex-auc.el:
14142         * textmodes/reftex-cite.el:
14143         * textmodes/reftex-dcr.el:
14144         * textmodes/reftex-global.el:
14145         * textmodes/reftex-parse.el:
14146         * textmodes/reftex-ref.el:
14147         * textmodes/reftex-sel.el:
14148         * textmodes/reftex-toc.el:
14149         * textmodes/reftex-vars.el:
14150         * textmodes/reftex.el: Small changes to remove compiler warnings.
14152         * textmodes/reftex-index.el: Likewise.
14153         (reftex-query-index-phrase): More efficient use of markers.
14155 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
14157         * image.el (image-load-path): New variable.
14158         (image-search-load-path): New function.
14159         (find-image): Search for images in `image-load-path'.
14161 2005-09-15  Richard M. Stallman  <rms@gnu.org>
14163         * follow.el: Change Maintainer field.
14165 2005-09-15  David Ponce  <david@dponce.com>
14167         * recentf.el (recentf-save-file-modes): New option.
14168         (recentf-save-list): Use it.
14170 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
14172         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14173         (mode-line-mule-info, mode-line-modified): Move bindings from
14174         mouse-3 to mouse-1.
14176 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
14178         * simple.el (sendmail-user-agent-compose): Revert last change.
14180 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14182         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14183         Use with-current-buffer.
14184         (ange-ftp-gwp-start): Remove unused var `gw-user'.
14185         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14186         (ange-ftp-insert-directory): Remove unused var `short'.
14187         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14189         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14190         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14192         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14193         (check-calendar-holidays, diary-list-entries): Autoload.
14194         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14195         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14197         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14198         which mistakenly removed a call to display-buffer.
14200 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
14202         * obsolete/iso-insert.el: Move to obsolete/ from international/.
14204 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
14206         * progmodes/hideshow.el
14207         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14208         (hs-allow-nesting): New user var.
14209         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14210         (hs-hide-block-at-point): When nesting allowed,
14211         if there is already an overlay in place, delete it.
14212         (hs-safety-is-job-n): Delete func; remove call sites.
14213         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14214         (hs-overlay-at): New func.
14215         (hs-already-hidden-p, hs-show-block): Use it.
14216         (hs-hide-all): Don't pre-clean if nesting allowed.
14217         (hs-show-all): Temporarily disallow
14218         nesting around call to `hs-discard-overlays'.
14220 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
14222         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14223         Delete unused local var.
14225 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
14227         * help-fns.el (describe-categories): "?\ " -> "?\s".
14228         (help-do-arg-highlight): Recognize also ARG-n, as in
14229         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
14231         * international/codepage.el (dos-unsupported-char-glyph):
14232         * net/newsticker.el (tool-bar-map, w3-mode-map)
14233         (w3m-minor-mode-map):
14234         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14235         (ent-alist):
14236         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14238 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
14240         * custom.el (custom-push-theme): Handle the case where a symbol is
14241         bound but face properties have not yet been assigned.
14243         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14244         Fix behavior if noerase is `t' and there is no mail buffer.
14246         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14247         if `continue' is nil, rather than signal an error.
14249 2005-09-12  Richard M. Stallman  <rms@gnu.org>
14251         * font-lock.el (font-lock-keywords): Add autoload.
14253         * help-fns.el (describe-variable): Rearrange to put source link
14254         in a predictable place.
14256         * net/newsticker.el: New file.
14258 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14260         * calendar/calendar.el (calendar-for-loop): Add edebug info.
14261         (calendar-basic-setup): Use the new nil arg.
14262         (number-of-diary-entries): Move to diary-lib.el.
14264         * calendar/diary-lib.el: Use with-current-buffer, match-string.
14265         (diary-list-entries): Use with-syntax-table and dolist.
14266         Rename from list-diary-entries.
14267         Use number-of-diary-entries if `number' is nil.
14268         (diary, diary-view-entries): Use this new name and new nil arg value.
14269         (number-of-diary-entries): Move from calendar.el.
14270         (diary-unhide-everything): New function.
14271         (include-other-diary-files, fancy-diary-display)
14272         (diary-show-all-entries, make-diary-entry): Use it.
14273         (diary-mail-entries): Use buffer-string.
14274         (mark-diary-entries): Fix long standing paren typo.
14275         (diary-sexp-entry): Use count-lines.
14276         (make-diary-entry): Avoid `previous-line'.
14277         (diary-mode-map): New var.
14278         (diary-mode): Redraw cal after saving.  Setup header-line.
14279         (fancy-diary-display-mode): Use local-set-key.
14281         * startup.el (command-line): Try calling various terminal-init-foo-bar
14282         functions by stripping hyphenated suffixes from $TERM.
14284         * files.el (normal-mode): Check boundness of font-lock-keywords.
14286 2005-09-12  Richard M. Stallman  <rms@gnu.org>
14288         * progmodes/compile.el: Don't decide a file's directory
14289         until the user actually tries to go there.
14290         (compilation-next-error-function):
14291         Pass compilation-find-file the directory from the file-struct.
14292         (compilation-internal-error-properties): Separate local FILE-STRUCT
14293         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
14294         (compilation-find-file): Arg DIR renamed to DIRECTORY.
14295         Expand it, and if nil, use default-directory.
14296         (compilation-get-file-structure): Don't mix specified directory
14297         with default directory.  Put specified directory into
14298         file-struct.  Don't make the file name absolute.
14300         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14301         (compile-command): Add autoload.
14302         (compilation-disable-input): Add autoload.
14304 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
14306         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14307         strings of the variables it can override.
14308         (time-stamp): New (as yet undocumented) time-stamp-format escapes
14309         %Q and %q, for fully-qualified domain name and unqualified host name.
14311 2005-09-11  Kim F. Storm  <storm@cua.dk>
14313         * emacs-lisp/authors.el (authors-aliases): Update list.
14314         (authors-fixed-entries): Update mldrag.el entry.
14316 2005-09-10  Alan Mackenzie  <acm@muc.de>
14318         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14319         from the region narrowed to.
14321 2005-09-10  Magnus Henoch  <mange@freemail.hu>
14323         * textmodes/ispell.el (ispell-check-version): Signal an error if
14324         aspell version is less than 0.60.
14326 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
14328         * progmodes/octave-inf.el (inferior-octave-startup):
14329         Resync current dir at the end.
14331 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
14333         * woman.el (woman-topic-at-point-default):
14334         Rename to woman-use-topic-at-point-default.
14335         (woman-topic-at-point): Rename to woman-use-topic-at-point.
14336         (woman-file-name): Reflect renames above.  Automatically use the
14337         word at point as topic if woman-use-topic-at-point is non-nil.
14338         Otherwise offer it as default but don't insert it in the
14339         minibuffer.  Also use `test-completion' instead of `assoc' as
14340         suggested by Stefan Monnier.
14342 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
14344         * vc.el (vc-directory, vc-update-change-log): Throw an error on
14345         the attempt to do it over Tramp.  This is not yet supported.
14347 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
14349         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14350         (menu-bar-non-minibuffer-window-p): New functions.
14351         ("Split Window", "Save As..."): Use them.
14352         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14353         ("Print Buffer", "Truncate Long Lines in this Buffer"):
14354         Use menu-bar-menu-frame-live-and-visible-p.
14355         ("Save Buffer", "Insert File", "Open Directory...")
14356         ("Open File...", "Visit New File..."):
14357         Use menu-bar-non-minibuffer-window-p.
14358         (kill-this-buffer-enabled-p, dired <menu-enable>):
14359         Use menu-bar-non-minibuffer-window-p.
14361 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
14363         * cus-start.el (all): Don't complain about fringe-related
14364         built-ins if fringes are not supported.  Ditto about
14365         selection-related built-ins.  Fix the test for GTK-related built-ins.
14367         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14368         ("Postscript Print Buffer", "Print Region", "Save As...")
14369         ("Save", "Insert File...", "Open Directory...")
14370         ("Open File...", "Visit New File..."")
14371         ("Truncate Long Lines in this Buffer"): Don't look at
14372         menu-updating-frame if this display does not support multiple frames.
14374 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14376         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14378 2005-09-09  Emilio Lopes  <eclig@gmx.net>
14380         * woman.el: Format- and whitespace-related changes.
14382 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
14384         * woman.el: Fix my email address.
14386 2005-09-08  Richard M. Stallman  <rms@gnu.org>
14388         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14389         (sh-mode): Locally set skeleton-pair-default-alist.
14391         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14393         * progmodes/flymake.el: Require `compile' unconditionally.
14395         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14397         * woman.el (woman-file-name): Provide a default, not initial input.
14399         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14401         * font-lock.el (font-lock-support-mode): Doc fix.
14403         * descr-text.el (describe-property-list): Handle non-symbol prop names.
14405 2005-09-08  Richard M. Stallman  <rms@gnu.org>
14407         * simple.el (blink-matching-open): Get rid of text props from
14408         the string shown in echo area.  Don't permanently set point.
14409         Some rearrangements.
14411 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14413         * recentf.el (recentf-filename-handler): Add custom choice
14414         `abbreviate-file-name'.
14416         * msb.el (msb--very-many-menus): Fix typo.
14418         * disp-table.el (standard-display-european): Don't set
14419         enable-multibyte-characters to nil.
14421 2005-09-08  David Ponce  <david@dponce.com>
14423         * recentf.el (recentf-show-file-shortcuts-flag): New option.
14424         (recentf-expand-file-name): Doc fix.
14425         (recentf-dialog-mode-map): Define digit shortcuts.
14426         (recentf--files-with-key): New variable.
14427         (recentf-show-digit-shortcut-filter): New function.
14428         (recentf-open-files-items): New function.
14429         (recentf-open-files): Use it.
14430         (recentf-open-file-with-key): New command.
14432 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
14434         * buff-menu.el (Buffer-menu-sort-by-column): New function.
14435         Suggested by Kim F. Storm.
14436         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14437         (Buffer-menu-make-sort-button): Use global keymap.
14439 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
14441         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14442         (Man-getpage-in-background-advice): Remove defadvice; it isn't
14443         necessary any longer with the remapped command.
14444         (Man-bgproc-sentinel-advice): Remove defadvice which counts
14445         formatting time only.
14447         * net/tramp.el (tramp-action-password)
14448         (tramp-multi-action-password): Compile the password prompt from
14449         `method', `user' and `host'.  Sometimes it isn't obvious which
14450         password to enter, for example with remote files offered by
14451         recentf.el, or with multiple steps.  Suggested by Robert Marshall
14452         <robert@chezmarshall.freeserve.co.uk>.
14454 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14456         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14457         Fix regexp for when "s///" is at the beginning of line.
14459 2005-09-07  Jay Belanger  <belanger@truman.edu>
14461         * calc/calc-poly.el (math-expand-term): Multiply out any powers
14462         when in matrix mode.
14464 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14466         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14467         non-anonymous functions.
14469 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
14471         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14472         when using a header line.  Otherwise, use mouse-1-click-follows-link.
14474         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14475         can't be moved; don't signal an error.
14477 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
14479         * cus-theme.el (custom-theme-write-faces): Save the current face
14480         spec, not the defface spec.
14482         * custom.el (custom-known-themes): Clarify meaning of "standard".
14483         (custom-push-theme): Save old values in the standard theme.
14484         (disable-theme): Correct typo.
14485         (custom-face-theme-value) Deleted unused function.
14486         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14488 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14490         * progmodes/compile.el (compilation-goto-locus): Take into account
14491         iconified frames when determining whether the buffer is
14492         already visible.
14493         Don't reset window height if the window already existed.
14495 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
14497         * custom.el (load-theme): Rename from require-theme.
14498         Add interactive spec.
14499         (enable-theme): Rename from custom-enable-theme.
14500         Add interactive spec.
14501         (disable-theme): Rename from custom-disable-theme.
14502         Add interactive spec.
14503         (custom-make-theme-feature): Doc fix.
14504         (custom-theme-directory): Doc fix.
14505         (provide-theme): Call enable-theme.
14507 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14509         * obsolete/lazy-lock.el (lazy-lock-mode):
14510         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14511         font-lock-mode if it's off.  Print a warning instead.
14513         * progmodes/compile.el (compilation-start): Ignore errors if the
14514         process died before we get to send-eof.
14516         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14517         Undo last change.  Enclosing the result in quotes broke things on Unix
14518         since tex-send-command passes it through shell-quote-argument.
14519         (tex-send-command): Pass `file' through convert-standard-filename
14520         when possible.
14521         (tex-uptodate-p): Handle the case where TeX hasn't put additional
14522         info in a transcript.
14524 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
14526         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14527         fix compilation warning.  Reorder the key definitions to group
14528         together keys emitted by the current version of xterm.
14530         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14531         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14532         Reorder predicates to correct min-color usage.
14534 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
14536         * longlines.el (longlines-mode): Inhibit read-only when encoding.
14537         Kill local variables when longlines-mode is turned off.
14539 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14541         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14543         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14545         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14547         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14548         (font-lock-lines-before): Change default to being inactive.
14549         (font-lock-default-fontify-region): Obey font-lock-lines-before.
14550         (font-lock-after-change-function): Don't handle f-l-lines-before here.
14552 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
14554         * net/tramp.el (tramp-handle-make-auto-save-file-name):
14555         Deactivate temporarily advice if active (not needed for Emacs 22,
14556         but for backwards compatibility).
14557         (tramp-exists-file-name-handler): Rewrite.  First implementation
14558         was too simple.
14559         (tramp-advice-make-auto-save-file-name):
14560         Call `tramp-handle-make-auto-save-file-name' (again, just for
14561         backwards compatibility).
14563 2005-08-31  Reto Zimmermann  <reto@gnu.org>
14565         * progmodes/vhdl-mode.el
14566         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14567         (vhdl-end-p): Fix indentation bug "else" after "-- when".
14568         (vhdl-set-default-project): New function (easier setting of default).
14569         (vhdl-port-copy): Handle extended identifiers for generics.
14570         (vhdl-compiler-alist): Better description for error message regexp.
14571         (vhdl-make): Query for target, use previous as default.
14572         (vhdl-port-copy): Fix port copy for port names starting with "signal".
14573         (vhdl-font-lock-keywords-2): Fix fontification for record
14574         el. assign.
14575         (vhdl-speedbar-make-subpack-line): Add package body link.
14576         (vhdl-generate-makefile-1): Not include itself as dependency.
14577         (vhdl-font-lock-init): Highlight c-preprocessor directives.
14578         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14579         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14580         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14581         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14582         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14583         (vhdl-import-project): Add string argument for `error'.
14584         (vhdl-compose-configuration)
14585         (vhdl-compose-configuration-architecture): Add configuration
14586         declaration generation.
14587         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14588         (vhdl-trailer-re): Add "record" keyword (better indentation).
14589         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14590         "[^ \t-\"]+".
14591         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14592         (vhdl-testbench-entity-file-name)
14593         (vhdl-testbench-architecture-file-name): Allow separate
14594         customization of testbench file names.
14595         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14596         (vhdl-get-visible-signals): Allow newline within alias declaration.
14597         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14598         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14599         (member-ignore-case): Alias for missing function in XEmacs.
14600         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14601         (vhdl-update-sensitivity-list): Ignore case on read signals.
14602         (vhdl-replace-string): Adjust case only for file names.
14603         (vhdl-update-sensitivity-list): Fix search for read signals.
14604         (vhdl-update-sensitivity-list): Exclude formal parameters.
14605         (vhdl-get-visible-signals): Include aliases of signals.
14606         (vhdl-get-visible-signals): Fix signal name searching.
14607         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14608         (vhdl-fixup-whitespace-region): Fix for character
14609         literals (e.g. `:').
14611 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14613         * ansi-color.el (comint-last-output-start):
14614         * bs.el (font-lock-verbose):
14615         * diff-mode.el (add-log-buffer-file-name-function):
14616         * dired-x.el (vm-folder-directory):
14617         * faces.el (help-xref-stack-item):
14618         * files.el (font-lock-keywords):
14619         * find-lisp.el (dired-buffers, dired-subdir-alist):
14620         * ido.el (cua-inhibit-cua-keys):
14621         * log-view.el (cvs-minor-wrap-function):
14622         * outline.el (font-lock-warning-face):
14623         * simple.el (compilation-current-error):
14624         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14625         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14626         * tooltip.el (comint-prompt-regexp):
14627         * w32-fns.el (explicit-shell-file-name):
14628         * term/mac-win.el (mac-charset-info-alist)
14629         (mac-services-selection, mac-system-script-code):
14630         * term/tty-colors.el (msdos-color-values):
14631         * term/w32-win.el (xlfd-regexp-registry-subnum):
14632         * term/x-win.el (x-keysym-table, x-selection-timeout)
14633         (x-session-id, x-session-previous-id):
14634         * textmodes/ispell.el (mail-yank-prefix):
14635         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14636         * textmodes/org.el (calc-embedded-close-formula)
14637         (calc-embedded-open-formula)
14638         (font-lock-unfontify-region-function):
14639         * textmodes/reftex-global.el (isearch-next-buffer-function)
14640         (TeX-master):
14641         * textmodes/reftex.el (font-lock-keywords):
14642         * textmodes/tex-mode.el (font-lock-comment-face)
14643         (font-lock-doc-face):
14644         * textmodes/texinfo.el (outline-heading-alist):
14645         Add defvars.
14647         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14648         (artist-spray-chars, artist-mode-init, artist-replace-string)
14649         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14650         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14651         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14653         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14654         (conf-align-assignments): "?\ " -> "?\s".
14656         * textmodes/reftex-index.el (TeX-master): Add defvar.
14657         (reftex-index-phrases-marker): Move up defvar.
14659         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14660         (reftex-toc-include-labels-indicator)
14661         (reftex-toc-include-index-indicator)
14662         (reftex-toc-max-level-indicator): Move up declarations.
14664         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14665         of args to `tramp-run-real-handler', even if it's empty in this case.
14667 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14669         * dired.el (dired-move-to-filename-regexp): Add date format for
14670         Mac OS X 10.3 in East Asian locales.
14672 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
14674         * files.el (make-auto-save-file-name): Add file name handler call
14675         if applicable.
14677         * net/tramp.el (tramp-file-name-handler-alist)
14678         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14679         (tramp-handle-make-auto-save-file-name): Rename from
14680         `tramp-make-auto-save-file-name'.
14681         (tramp-exists-file-name-handler): New defun.
14682         (tramp-advice-make-auto-save-file-name): Make defadvice only when
14683         `make-auto-save-file-name' is not a magic file name operation.
14685 2005-08-30  Richard M. Stallman  <rms@gnu.org>
14687         * files.el (risky-local-variable-p):
14688         Match `-predicates' and `-commands.
14690         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14691         (custom-save-all): Visit the file if necessary;
14692         kill the buffer if we created it.
14693         (custom-save-delete): Don't visit file or kill buffer here.
14695 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
14697         * textmodes/org.el (org-special-keyword): New face.
14698         (org-table-copy-down, org-table-eval-formula)
14699         (org-table-recalculate, org-init-section-numbers):
14700         Use `string-to-number' instead of `string-to-int'.
14701         (org-get-location): Use `insert-buffer-substring' instead of
14702         `insert-buffer'.
14703         (org-modify-diary-entry-string): New function.
14704         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14705         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14706         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14707         active region.
14708         (org-export-as-html): Handle QUOTE keyword.
14709         (org-quote-string): New option.
14710         (org-bookmark-jump-unhide): New function, used for
14711         `bookmark-after-jump-hook'.
14712         (org-diary-default-entry): Apply only when not called through
14713         `org-agenda'.
14715 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
14717         * net/eudc.el (mode-popup-menu):
14718         * play/handwrite.el (ps-printer-name, ps-lpr-command):
14719         * progmodes/ada-mode.el (compile-auto-highlight)
14720         (skeleton-further-elements):
14721         * progmodes/autoconf.el (font-lock-syntactic-keywords):
14722         * progmodes/cmacexp.el (msdos-shells):
14723         * progmodes/compile.el (font-lock-extra-managed-props)
14724         (font-lock-keywords, font-lock-maximum-size)
14725         (font-lock-support-mode):
14726         * progmodes/grep.el (font-lock-lines-before):
14727         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14728         * progmodes/mixal-mode.el (compile-command):
14729         * progmodes/perl-mode.el (font-lock-comment-face)
14730         (font-lock-doc-face, font-lock-string-face):
14731         * progmodes/prolog.el (comint-prompt-regexp):
14732         * progmodes/sh-script.el (font-lock-comment-face)
14733         (font-lock-set-defaults, font-lock-string-face):
14734         * progmodes/sql.el (font-lock-keyword-face)
14735         (font-lock-set-defaults, font-lock-string-face):
14736         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14737         (itimer-version, lazy-lock-defer-contextually)
14738         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14739         Add defvars.
14741         * progmodes/cperl-mode.el (cperl-electric-lbrace)
14742         (cperl-electric-keyword, cperl-electric-pod)
14743         (cperl-electric-backspace, cperl-forward-re)
14744         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14745         (vc-rcs-header, vc-sccs-header): Add defvars.
14747         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14748         (font-lock-syntactic-keywords, gud-find-expr-function):
14749         Add defvars.
14751         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14752         (gdb-frame-parameters): Declare before use.
14754         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14755         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14756         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14757         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14759         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14760         (idlwave-help-with-source): Use `insert-buffer-substring', not
14761         `insert-buffer'.
14763 2005-08-29  Juri Linkov  <juri@jurta.org>
14765         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14766         Put outline-back-to-heading function call inside save-excursion.
14768 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
14770         * man.el (Man-init-defvars, Man-translate-references)
14771         (Man-support-local-filenames, Man-highlight-references):
14772         * progmodes/sql.el (sql-interactive-mode):
14773         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14775         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14776         (compilation-mode-font-lock-keywords): Add defvars.
14777         (checkdoc-interactive-loop): "?\ " -> "?\s".
14779         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14780         (font-lock-doc-face, font-lock-string-face)
14781         (font-lock-keywords-case-fold-search): Add defvars.
14782         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14784         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14785         Don't pass X and Y (they are ignored anyway).
14786         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14787         (mouse-delete-window): Make arguments optional.
14789         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14790         (caesar-translate-table, minor-modes, news-buffer-save)
14791         (news-group-name, news-minor-modes): Add defvars.
14793         * emacs-lisp/lselect.el (mouse-highlight-priority)
14794         (x-lost-selection-functions, zmacs-regions):
14795         * emacs-lisp/pp.el (font-lock-verbose):
14796         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14797         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14798         (ses-mode-map):
14799         * emacs-lisp/tcover-unsafep.el (safe-functions):
14800         * international/mule-cmds.el (mac-system-coding-system)
14801         (mac-system-locale):
14802         * language/ethio-util.el (rmail-current-message)
14803         (rmail-message-vector):
14804         * language/thai-util.el (thai-auto-composition-mode):
14805         * mail/metamail.el (rmail-current-message, rmail-message-vector):
14806         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14807         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14808         (vm-primary-inbox, vm-spool-files):
14809         * mail/rmail.el (deleted-head, font-lock-fontified)
14810         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14811         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14812         (total-messages):
14813         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14814         (rmail-summary-mode-map):
14815         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14816         (rmail-last-label, rmail-last-multi-labels)
14817         (rmail-summary-vector, rmail-total-messages):
14818         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14819         * mail/rmailsum.el (msgnum):
14820         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14821         (rmail-current-message):
14822         * obsolete/fast-lock.el (font-lock-face-list):
14823         * obsolete/rnewspost.el (mail-reply-buffer):
14824         * obsolete/scribe.el (compile-command):
14825         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14827 2005-08-28  John Paul Wallington  <jpw@gnu.org>
14829         * ibuf-ext.el (ibuffer-auto-update-changed):
14830         Use `frame-or-buffer-changed-p' to check whether we need to update.
14831         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14832         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
14833         as a `frame-or-buffer-changed-p' state vector instead.
14835 2005-08-27  Romain Francoise  <romain@orebokech.com>
14837         * textmodes/makeinfo.el (makeinfo-compile):
14838         Use `compilation-start'.  Set `next-error-function' according to
14839         `disable-errors'.
14840         (makeinfo-next-error): New function.
14841         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14842         (makeinfo-buffer): Likewise.
14844         * progmodes/compile.el (compilation-start): Add autoload cookie.
14846         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14847         * textmodes/sgml-mode.el: Likewise.
14848         * progmodes/python.el: Likewise.
14850 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
14852         * simple.el (blink-matching-paren-distance): Document the meaning
14853         of nil value, and allow to customize to nil.
14855         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14856         command.com, not command.exe.
14858 2005-08-26  John Wiegley  <johnw@newartisans.com>
14860         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14861         code around a bit so that an extraneous nil argument is not added
14862         to a command when no args are given.
14864         * eshell/esh-arg.el (eshell-parse-double-quote): If a
14865         double-quoted argument resolves to nil, return it as an empty
14866         string rather than as nil.  This made it impossible to pass "" to
14867         a shell script as a null string argument.
14869 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14871         * outline.el (outline-invent-heading): New fun.
14872         (outline-promote, outline-demote): Use it.
14873         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14874         (outline-end-of-subtree): Remove unused var `opoint'.
14876 2005-08-26  David Reitter  <david.reitter@gmail.com>
14878         * menu-bar.el (truncate-lines, write-file, print-buffer)
14879         (ps-print-buffer-faces, ps-print-buffer, split-window):
14880         Disable menu items when the frame they refer to is invisible, or when
14881         they refer to a buffer and the minibuffer is selected.
14883 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
14885         * progmodes/flymake.el (flymake-highlight-err-lines):
14886         Use save-excursion around flymake-highlight-line to preserve point.
14888 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
14890         * progmodes/octave-mod.el: Change Author and Maintainer address.
14891         (octave-maintainer-address): Change Kurt's email address.
14892         * progmodes/octave-inf.el: Change Author and Maintainer address.
14893         * progmodes/octave-hlp.el: Change Author and Maintainer address.
14895 2005-08-26  Kim F. Storm  <storm@cua.dk>
14897         * subr.el (version-list-<, version-list-<=, version-list-=):
14898         Rename from integer-list-*.
14899         (version-list-not-zero): Likewise.  Fix while loop.
14900         (version=): Use version-list-= instead of string-equal.
14902 2005-08-26  Richard M. Stallman  <rms@gnu.org>
14904         * outline.el (outline-promote): Try shortening the heading.
14905         As last resort, read the heading to use.
14906         (outline-demote): As last resort, read the heading to use.
14908 2005-08-26  Romain Francoise  <romain@orebokech.com>
14910         * progmodes/compile.el (compilation-start): Doc fix.
14912         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14913         (antlr-font-lock-additional-keywords): Fix reference to
14914         `antlr-font-lock-literal-regexp' erroneously changed during the
14915         mass face rename.
14916         (antlr-run-tool): Use `compilation-start'.
14918         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14919         instead of the obsolete `compile-internal'.
14921 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
14923         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14924         (number, original-date):
14925         * calendar/cal-china.el (date):
14926         * calendar/cal-coptic.el (date):
14927         * calendar/cal-french.el (date):
14928         * calendar/cal-hebrew.el (date, entry, number, original-date):
14929         * calendar/cal-islam.el (date, number, original-date):
14930         * calendar/cal-iso.el (date):
14931         * calendar/cal-julian.el (date):
14932         * calendar/cal-mayan.el (date):
14933         * calendar/cal-menu.el (date, event):
14934         * calendar/cal-persia.el (date):
14935         * calendar/lunar.el (date):
14936         * calendar/solar.el (date): Add defvars.
14938         * emerge.el:
14939         * ibuffer.el:
14940         * info-xref.el:
14941         * obsolete/bg-mouse.el:
14942         * obsolete/sun-curs.el:
14943         * obsolete/swedish.el: Move the `defvar's to the top level.
14945         * smerge-mode.el (smerge-refined-change): Add :group.
14947 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14949         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14950         (smerge-keep-n): Remove props.
14951         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14952         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14953         now that it's done in smerge-keep-n.
14954         (smerge-refined-change): New face.
14955         (smerge-refine-chopup-region, smerge-refine-highlight-change)
14956         (smerge-refine): New funs.
14957         (smerge-basic-map): Bind smerge-refine.
14959 2005-08-25  Juri Linkov  <juri@jurta.org>
14961         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14962         compilation-process-setup-function and compilation-disable-input
14963         in grep-mode instead of let-bindings in grep.
14965         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14966         Delete "Automatic File De/compression" (auto-compression-mode).
14968 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
14970         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14971         Silence warning about non-existent variable.
14973 2005-08-25  Richard M. Stallman  <rms@gnu.org>
14975         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14976         Rename "Describe Key" to "Describe Key or Mouse Operation".
14978         * mail/mailalias.el (build-mail-aliases): Delete comments
14979         from the contents before processing them.
14981         * isearch.el (isearch-edit-string): Erase the Search prompt
14982         if user enters an empty string and there is no default.
14984         * comint.el (comint-file-name-prefix): Add autoload.
14986 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
14988         * subr.el (play-sound): Rearrange to avoid warning.
14990 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
14992         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14993         New hook.
14994         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14996 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14998         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15000         * custom.el (custom-theme-set-variables): Sort minor modes last.
15002 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15004         * subr.el (version-separator, version-regexp-alist): New vars used by
15005         version comparison funs.
15006         (integer-list-<, integer-list-=, integer-list-<=)
15007         (integer-list-not-zero): New funs for integer list comparison.
15008         (version-to-list, version=, version<, version<=): New funs for version
15009         comparison.
15011 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
15013         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15014         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15015         time to silence the byte-compiler.
15017         * ibuffer.el (ibuffer-compile-make-eliding-form)
15018         (ibuffer-check-formats): Use `with-no-warnings' to hide references
15019         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15020         so it's silly to get warnings for it).
15021         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15022         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15023         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15024         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15025         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15026         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15027         Defvar at compile time.
15028         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15029         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15030         Declare them before use.
15032         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15033         (info-xref-good, info-xref-bad): Defvar at compile time.
15035         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15036         Use `let*' instead of `let'.
15038         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15039         (*mouse-y*, menu, char): Defvar at compile time.
15040         (sc::menu): Declare it before use.
15041         (sc::pack-one-line): Use `let', not `let*'.
15043         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15044         (mail-send-hook): Defvar at compile time.
15046         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15047         Defvar at compile time.
15049         * term/sun-mouse.el (current-global-mousemap)
15050         (current-local-mousemap): Declare them before use.
15052 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
15054         * bookmark.el (bookmark-after-jump-hook): New hook.
15055         (bookmark-jump): Run `bookmark-after-jump-hook'.
15057 2005-08-23  Juri Linkov  <juri@jurta.org>
15059         * faces.el (minibuffer-prompt): Doc fix.
15061 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
15063         * progmodes/xscheme.el: Trivial changes to silence warnings.
15064         (xscheme-previous-mode, xscheme-previous-process-state):
15065         Add defvars.
15066         (xscheme-last-input-end, xscheme-process-command-line)
15067         (xscheme-process-name, xscheme-buffer-name)
15068         (xscheme-expressions-ring-max, xscheme-expressions-ring)
15069         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15070         (xscheme-control-g-synchronization-p)
15071         (xscheme-control-g-disabled-p, xscheme-string-receiver)
15072         (default-xscheme-runlight, xscheme-runlight)
15073         (xscheme-runlight-string, xscheme-process-filter-state)
15074         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15075         Move to beginning of file.
15076         (scheme-interaction-mode-commands-alist)
15077         (scheme-interaction-mode-map, scheme-debugger-mode-map):
15078         Declare them before use.  Note: the initialization code for the variables
15079         has not been moved because it uses functions that reference the variables.
15080         (xscheme-control-g-message-string, xscheme-process-filter-alist)
15081         (xscheme-prompt-for-expression-map): Declare them before use.
15082         (scheme-debugger-mode-commands): "?\ " -> "?\s".
15084 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
15086         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15088 2005-08-22  Juri Linkov  <juri@jurta.org>
15090         * faces.el (set-face-underline): Delete this duplicate function
15091         and make an obsolete alias to set-face-underline-p.
15092         (set-face-underline-p): Use docstring of set-face-underline.
15093         (describe-face): Create hyperlink to parent face.
15095         * info.el (Info-insert-dir): Use save-excursion around
15096         insert-buffer-substring.
15097         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15098         (Info-escape-percent): Delete function.
15099         (Info-fontify-node): Replace Info-escape-percent by
15100         replace-regexp-in-string with REP arg set to lambda that
15101         duplicates `%' and preserves text properties.
15103         * progmodes/compile.el (compilation-disable-input): Doc fix.
15104         (define-compilation-mode): Doc fix and refill.
15105         (kill-compilation): Use `mode-name' in the error message.
15106         (compilation-find-file): Use `compilation-error' in the
15107         read-file-name's prompt.
15109 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15111         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15112         (smerge-auto-leave): Make undo re-enable the mode.
15113         (debug-ignored-errors): Add the user-error of impossible resolution.
15114         (smerge-resolve): Move things around a bit, in preparation for later.
15115         (smerge-diff): Don't fail if the buffer has no associated file.
15116         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15117         (smerge-conflict-overlay): New function.
15118         (smerge-match-conflict): Don't add text properties here.
15119         (smerge-find-conflict): Instead, add an overlay here.
15120         Also check for the case where we're inside a conflict already, so as to
15121         obviate the need for font-lock-multiline, which is unbearably slow with
15122         large conflicts and ciomplex font-lock patterns.
15123         (smerge-remove-props): Remove overlay rather than text-properties.
15124         (smerge-mode): Don't set font-lock-multiline.
15125         Remove overlays when turned off.
15127 2005-08-21  Kim F. Storm  <storm@cua.dk>
15129         * ido.el (ido-ignore-item-p): Use save-match-data.
15130         Bind case-fold-search to ido-case-fold locally.
15132 2005-08-20  Richard M. Stallman  <rms@gnu.org>
15134         * files.el (normal-mode): If font lock is on, turn it off and on.
15136         * subr.el (replace-regexp-in-string): Doc fix.
15138         * startup.el (command-line-1): Don't suppress startup screen
15139         due to existing processes.
15141         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15143         * progmodes/compile.el (compilation-disable-input): Default to nil.
15145 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15147         * progmodes/compile.el (compilation-disable-input): New defcustom.
15148         (compilation-start): If compilation-disable-input is non-nil, send
15149         EOF to the compilation process.
15151 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
15153         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15154         Run the argument of tex-shell-cd-command through
15155         convert-standard-filename, to get the correct style of slashes on
15156         Windows, and enclose the result in quotes, in case the file name
15157         includes whitespace or other special characters.
15159 2005-08-19  Andreas Schwab  <schwab@suse.de>
15161         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15162         process.
15164 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
15166         * cus-start.el (minibuffer-prompt-properties): Correct typo.
15168 2005-08-18  Kim F. Storm  <storm@cua.dk>
15170         * scroll-lock.el: Fix errors due to incorrect line wrapping.
15172 2005-08-18  Richard M. Stallman  <rms@gnu.org>
15174         * scroll-lock.el: New file.
15176 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
15178         * dired.el (dired-move-to-end-of-filename):
15179         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15181 2005-08-18  Kim F. Storm  <storm@cua.dk>
15183         * ido.el (ido-everywhere): Fix defcustom :set function to disable
15184         rather than toggle mode when custom value is nil.
15185         (ido-everywhere): Fix defun doc string.
15187 2005-08-17  Richard M. Stallman  <rms@gnu.org>
15189         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15190         as tag instead of "Inviolable".
15192 2005-08-17  Kim F. Storm  <storm@cua.dk>
15194         * windmove.el (windmove-coordinates-of-position): Remove.
15195         (windmove-coordinates-of-window-position): Remove.
15196         (windmove-reference-loc): Use posn-at-point instead.
15198         * subr.el (insert-for-yank-1): Doc fix.
15200         * ido.el (ido-enter-matching-directory): Rename from
15201         ido-enter-single-matching-directory.  Change `slash' choice to
15202         `only'.  Add `first' choice.
15203         (ido-exhibit): Adapt to above changes.
15205 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
15207         * Makefile.in: Expand comment about building loaddefs.el.
15209 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
15211         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15212         Comment use of defadvice.
15214         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15216 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
15218         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15219         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15220         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15221         * progmodes/idlw-shell.el, progmodes/ld-script.el,
15222         * progmodes/which-func.el, ruler-mode.el, strokes.el,
15223         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15224         for backward compatibility for faces that did not appear in the
15225         previous Emacs release.
15227         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15229 2005-08-15  Kim F. Storm  <storm@cua.dk>
15231         * emulation/cua-base.el (cua-delete-region): Return t if
15232         deleted region was non-empty.
15233         (cua-replace-region): Inhibit overwrite-mode for
15234         self-insert-command if replaced region was non-empty.
15235         (cua--explicit-region-start, cua--status-string): Make them
15236         buffer-local at top-level...
15237         (cua-mode): ...rather than when mode is enabled.
15239 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
15241         * progmodes/vhdl-mode.el (vhdl-emacs-21):
15242         Set t for Emacs 21, 22, and so on.
15244 2005-08-15  David Ponce  <david@dponce.com>
15246         * tree-widget.el: Update Commentary header.
15247         (tree-widget-theme): Doc fix.
15248         (tree-widget-space-width): New option.
15249         (tree-widget-image-properties): Look up in the default theme too.
15250         (tree-widget--cursors): Only for images with arrow pointer shape.
15251         (tree-widget-lookup-image): Pointer shape is hand by default.
15252         (tree-widget-icon): Rename generic icon widget from
15253         `tree-widget-control'.
15254         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15255         derive from `tree-widget-icon'.
15256         (tree-widget-handle): Improve default look and feel of the text
15257         representation.
15258         (tree-widget): Rename :*-control properties to :*-icon properties.
15259         Add :action and :help-echo properties.
15260         (tree-widget-after-toggle-functions): Move.
15261         (tree-widget-close-node, tree-widget-open-node): Remove.
15262         (tree-widget-before-create-icon-functions): New hook.
15263         (tree-widget-value-create): Update to allow customization of icons
15264         and nodes at run-time via that new hook.
15265         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15266         (tree-widget-icon-action, tree-widget-icon-help-echo)
15267         (tree-widget-action, tree-widget-help-echo): New functions.
15269 2005-08-15  Kim F. Storm  <storm@cua.dk>
15271         * ido.el (ido-buffer-internal): Use with-no-warnings.
15272         (ido-make-merged-file-list): Use while-no-input.
15274 2005-08-15  Richard M. Stallman  <rms@gnu.org>
15276         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15277         (flyspell-large-region): Fix doc and custom type.
15279 2005-08-14  Richard M. Stallman  <rms@gnu.org>
15281         * files.el (interpreter-mode-alist): Doc fix.
15283         * mail/rmail.el (rmail-nonignored-headers): New variable.
15284         (rmail-clear-headers): Use it.
15285         (rmail-reply): Better handling of mail-followup-to header.
15287         * progmodes/sh-script.el (sh-font-lock-keywords-var):
15288         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
15289         don't try to refer to executable-font-lock-keywords.
15290         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15291         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15292         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15293         (sh-mode): Set comment-start-skip, local-abbrev-table,
15294         imenu-case-fold-search.
15295         (sh-set-shell): Don't set them here.
15296         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
15297         Don't cache the results in the original alist; don't ever modify
15298         that alist.
15300         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15302         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15303         empty.
15305 2005-08-15  Andreas Schwab  <schwab@suse.de>
15307         * desktop.el: Put autoload cookie at risky-local-variable declarations.
15309         * dired.el, info.el, mail/rmail.el: Revert last change.
15311 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
15313         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15314         modification in `eval-after-load' form.
15315         * info.el: Likewise.
15316         * mail/rmail.el: Likewise.
15318 2005-08-14  Juri Linkov  <juri@jurta.org>
15320         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15321         Remove highlighting of "Compilation started".  Highlight only
15322         the word "finished" in "Compilation finished".  Add highlighting
15323         of "interrupt", "killed", "terminated" and the exit code.
15324         (compilation-start): Add newline after header.  Use exactly the
15325         same time stamp format as the finishing message.
15326         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15328         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15329         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15330         Add highlighting of "interrupt", "killed", "terminated".
15332         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15333         enabled and the current command is self-insert-command, call it
15334         explicitly with overwrite-mode bound to nil, to not allow it
15335         to delete the character after the selected region.
15337 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
15339         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15340         move-end-of-line, end-of-line, and beginning-of-line to the list
15341         of commands after which the echo area is updated.
15343 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
15345         * cus-edit.el (custom-save-all, custom-save-delete):
15346         Bind recentf-exclude to exclude custom-file.
15348 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
15350         * mail/rmailsum.el (rmail-summary-end-of-message): New command
15351         to go to the bottom of the mail message.  Added to
15352         `rmail-summary-mode-map' with key "/".
15353         (rmail-summary-show-message): New (internal) function for use by
15354         both `rmail-summary-beginning/end-of-message'.
15355         (rmail-summary-beginning-of-message): Change to use
15356         rmail-summary-show-message.
15358         * mail/rmail.el (rmail-end-of-message): New command to go to the
15359         end of the current message.  Added to `rmail-mode-map' with key "/".
15360         (rmail-beginning-of-message): Fix to work as documented.
15361         (rmail-mode): Change documentation.
15363         * progmodes/compile.el (compilation-start): Add the line
15364         "Compilation started" with compilation start time.
15365         (compilation-mode-font-lock-keywords): Add `started' to keywords.
15367 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
15369         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15370         of menu items.
15372 2005-08-11  Richard M. Stallman  <rms@gnu.org>
15374         * simple.el (pop-global-mark): Reverse test of widen-automatically.
15376         * battery.el (battery-status-function): Don't use ignore-errors.
15378 2005-08-11  Lute Kamstra  <lute@gnu.org>
15380         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15381         define-obsolete-variable-alias.
15383 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15385         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15386         (ange-ftp-send-cmd): Revert last change, and expand
15387         the comment explaining the problem.
15389 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
15391         * ldefs-boot.el: Update.
15393         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15394         item to "Time, Load and Mail".  Change help echo text.
15396         * time.el (display-time-use-mail-icon, display-time-format)
15397         (display-time-string-forms): Shorten first line of docstrings.
15399 2005-08-10  Lars Hansen  <larsh@soem.dk>
15401         * desktop.el (desktop-buffer-mode-handlers):
15402         Make non-customizable.  Add autoload cookie.  Change initial value to
15403         nil; add elements in respective modules instead.  Fix doc string.
15404         (desktop-load-file): New function.
15405         (desktop-minor-mode-handlers): New autoloaded variable.
15406         (desktop-create-buffer): Call minor mode handlers.
15407         Use desktop-load-file to load major and minor mode modules prior to
15408         checking for a handler.
15409         (desktop-save): Don't add nil to desktop-minor-modes for minor
15410         modes with nil function in desktop-minor-mode-table.  Don't delete
15411         desktop file before rewriting it.
15412         (desktop-locals-to-save): Add autoload cookie.  Don't make
15413         automatically buffer-local.  Add variables column-number-mode,
15414         size-indication-mode, indent-tabs-mode,
15415         indicate-buffer-boundaries, indicate-empty-lines and
15416         show-trailing-whitespace.
15417         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15418         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
15419         (desktop-clear-preserve-buffers-regexp): Delete.
15420         (desktop-clear-preserve-buffers): Update initial value and docstring.
15421         (desktop-save-buffer): Fix doc string.
15423         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15424         (hilit-chg-desktop-restore): New function.
15425         (highlight-changes-mode): Add highlight-changes-mode to
15426         desktop-locals-to-save.
15428         * dired.el: Add handler to desktop-buffer-mode-handlers.
15429         (dired-restore-desktop-buffer): Remove autoload cookie.
15430         (dired-mode): Add autoload cookie.
15432         * info.el: Add handler to desktop-buffer-mode-handlers.
15433         (Info-restore-desktop-buffer): Remove autoload cookie.
15434         (Info-mode): Add autoload cookie.
15436         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15437         (mh-restore-desktop-buffer): Remove autoload cookie.
15438         (mh-folder-mode): Add autoload cookie.
15440         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15441         (rmail-restore-desktop-buffer): Remove autoload cookie.
15443 2005-08-11  Masatake YAMATO  <jet@gyve.org>
15445         * hexl.el (hexl-address-region):
15446         (hexl-ascii-region, hexl-font-lock-keywords):
15447         (hexl-highlight-line-range): Use the term "region"
15448         instead of "area" for consistency with the other symbols
15449         defined in hexl.el.
15451 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
15453         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15454         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15455         out by Juri Linkov).  Add `display-battery-mode'.
15457 2005-08-09  Juri Linkov  <juri@jurta.org>
15459         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15460         Remove `-text' from face variable names.
15461         (compilation-error-file-name, compilation-warning-file-name)
15462         (compilation-info-file-name): Delete faces.
15463         (compilation-line-number, compilation-column-number):
15464         Remove face underlining.
15465         (compilation-message-face): Set to `underline' value by default.
15466         (compilation-error-face, compilation-warning-face)
15467         (compilation-info-face): Remove `-file-name' from face names.
15468         (compilation-error-text-face, compilation-warning-text-face)
15469         (compilation-info-text-face): Delete face variables.
15470         (compilation-text-face): Delete function.
15472         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15473         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15474         (grep-error-face): Set to `compilation-error' instead of
15475         `compilation-error-face' (which is redefined to `grep-hit-face' in
15476         grep buffers).
15477         (grep-mode-font-lock-keywords): Remove `-text' from face variable
15478         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
15480         * dired-aux.el (dired-do-query-replace-regexp):
15481         Use `query-replace-read-args'.
15483         * replace.el (query-replace-read-from, query-replace-read-to)
15484         (query-replace-read-args): Rename arg `string' to `prompt'.
15486         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15488 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
15490         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15491         uploading files.
15492         (ange-ftp-canonize-filename): Handle file names beginning with ~
15493         correctly.
15495 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
15497         * textmodes/fill.el (canonically-space-region)
15498         (fill-context-prefix, fill-french-nobreak-p)
15499         (fill-delete-newlines, fill-comment-paragraph)
15500         (justify-current-line): "?\ " -> "?\s".
15502 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
15504         * textmodes/fill.el (fill-nonuniform-paragraphs):
15505         Improve argument/docstring consistency.
15507 2005-08-09  Richard M. Stallman  <rms@gnu.org>
15509         * textmodes/ispell.el (ispell-word): More fboundp checks.
15511         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15512         (find-file-noselect-1): Call it here, only if RAWFILE.
15513         (normal-mode): Always set some major mode.
15514         (save-some-buffers-action-alist): Change some explanation strings.
15515         (file-name-non-special): In the `quote' method, use unwind-protect.
15517 2005-08-09  Magnus Henoch  <mange@freemail.hu>
15519         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15520         (ispell-have-aspell-dictionaries): New variable.
15521         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15522         (ispell-get-aspell-config-value): New function.
15523         (ispell-aspell-find-dictionary): New function.
15524         (ispell-aspell-add-aliases): New function.
15525         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15526         appropriate.  Don't look for ispell dictionaries if we use aspell.
15527         (ispell-menu-map): Don't build a submenu of dictionaries.
15529 2005-08-09  Richard M. Stallman  <rms@gnu.org>
15531         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15532         (sql-read-passwd): Use read-passwd.
15534         * progmodes/idlw-toolbar.el (idlwave-toolbar)
15535         (idlwave-toolbar-is-possible): Add defvars.
15537         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15538         Avoid warnings.
15540         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15541         (idlwave-system-class-info, idlwave-executive-commands-alist):
15542         Use defvar.
15544         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15546         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15547         Avoid warnings.
15549         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15550         and content-type: headers.
15552         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15554         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15555         and rename some of them to be more self-explanatory.
15557         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15559         * startup.el (command-line-1): Implement -scriptload.
15561         * replace.el (occur-engine): Initial *Occur* output not undoable.
15563         * menu-bar.el (menu-bar-file-menu): Rename some menu items
15564         and improve help strings.
15566         * isearch.el (isearch-repeat): When changing direction,
15567         mark search successful.
15569         * ediff-init.el: Use (featurep 'xemacs).
15571         * comint.el (send-invisible): Identify buffer, if not selected.
15573         * align.el: Delete autoload for c-guess-basic-syntax.
15575 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
15577         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15578         Improve argument/docstring consistency.  Doc fixes.
15579         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15580         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15581         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15582         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15583         (r2bv-organization, r2bv-pages, r2bv-primary-author)
15584         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15585         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15586         Defvar at compile time.
15588 2005-08-09  Juri Linkov  <juri@jurta.org>
15590         * info.el: Replace `info' with upper-case `Info' where appropriate.
15591         (info-title-1, info-title-2, info-title-3, info-title-4)
15592         (info-menu-header): Move up face definitions.
15593         (info-menu-star): Rename from `info-menu-5'.
15594         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15595         (Info-fontify-visited-nodes): Fix docstring.
15596         (Info-hide-note-references): Fix docstring.
15597         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15598         menu items in the same way as on cross-references.
15599         (info-apropos): Fix sorting order and formatting to be like in the
15600         stand-alone Info browser.  Display error messages for 1 sec.
15601         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
15602         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15603         from the menu bar.
15604         (Info-insert-dir): Restore point after calling
15605         `insert-buffer-substring'.
15607 2005-08-08  Richard M. Stallman  <rms@gnu.org>
15609         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15610         (recompute-lucid-menubar): Add defvars.
15612         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15614         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15616         * net/net-utils.el (run-dig): Rename from `dig'.
15618         * play/gametree.el (gametree-mode): Use make-local-variable,
15619         not make-variable-buffer-local.
15621         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15623         * ansi-color.el (ansi-color-make-extent)
15624         (ansi-color-set-extent-face): Use fboundp, not functionp.
15626         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15627         not make-variable-buffer-local.
15629         * bookmark.el (Info-current-file): Add defvar.
15630         (bookmark-jump-noselect): Use with-no-warnings.
15632         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15634         * ebuff-menu.el (Helper-return-blurb): Add defvar.
15636         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15638         * find-file.el (ada-procedure-start-regexp)
15639         (ada-package-start-regexp): Add defvars.
15641         * info.el (Info-insert-dir): Use insert-buffer-substring.
15643         * xml.el (xml-att-def-re): Add defvar.
15645         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15646         calling convention.
15648         * subr.el (while-no-input): Return t if there is input.
15650 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
15652         * cus-start.el (all): Add `overflow-newline-into-fringe'.
15654 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
15656         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15657         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15659 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
15661         * cmuscheme.el (scheme-start-file): Replace reference to
15662         `user-emacs-directory' by "~/.emacs.d/".
15664 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
15666         * info.el (Info-dir-remove-duplicates): Avoid case folding
15667         in loop; instead, keep downcased strings for comparison.
15668         Suggested by Helmut Eller.
15670 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
15672         Sync with Tramp 2.0.50.
15674         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15675         XEmacs case; not necessary anymore.
15676         (tramp-user-regexp): Allow "@" as part of user name.
15677         (tramp-handle-set-visited-file-modtime)
15678         (tramp-handle-insert-file-contents)
15679         (tramp-handle-write-region): No special handling for
15680         `last-coding-system-used, because this is done in
15681         `tramp-accept-process-output' now.
15682         (tramp-accept-process-output): New defun.
15683         (tramp-process-one-action, tramp-process-one-multi-action)
15684         (tramp-wait-for-regexp, tramp-wait-for-output)
15685         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
15686         Howells <dhowells@redhat.com>.
15687         (clear-visited-file-modtime): Defadvice removed.  The check for
15688         unset buffer's modtime does not need to be based on
15689         `tramp-buffer-file-attributes'.  Suggested by RMS.
15690         (tramp-message): Insert "\n" if not being at beginning of line.
15691         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15692         sequence with same logic.
15693         (tramp-completion-handle-expand-file-name): Discard call of
15694         `tramp-drop-volume-letter'.  It is not necessary, and there have
15695         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15696         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15697         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15698         should always be visible.
15699         (tramp-handle-insert-directory, tramp-setup-complete)
15700         (tramp-set-process-query-on-exit-flag)
15701         (tramp-append-tramp-buffers): Pacify byte-compiler.
15702         (tramp-bug): Delete non-existing variables from list.
15703         Apply `tramp-load-report-modules' as pre-hook.
15704         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15705         `shell-prompt-pattern' because of non-7bit characters.
15706         Reported by Sebastian Luque <sluque@mun.ca>.
15707         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15708         (tramp-match-string-list): Remove function.
15709         (tramp-wait-for-regexp): Remove call of that function.
15710         Suggested by Kim F. Storm <storm@cua.dk>.
15711         (tramp-set-auto-save-file-modes): Use octal integer code #o600
15712         instead of octal character code ?\600.  The latter resulted in a
15713         syntax error with XEmacs.
15715         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15716         XEmacs case; not necessary anymore.
15717         (tramp-smb-handle-write-region): No special handling for
15718         `last-coding-system-used, because this is done in
15719         `tramp-accept-process-output' now.
15720         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15722 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
15724         * wid-edit.el (widget-choice-value-create):
15725         Unconditionally respect user choice.  Set :explicit-choice back to nil
15726         when no longer needed.
15727         (widget-choice-action): Unconditionally respect user choice.
15728         Eliminate :explicit-choice-value.
15730         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15732         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15733         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15734         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15735         running new function `toggle-indicate-empty-lines'.
15736         Rename "Customize" item to "Customize fringe".
15737         Rename "Indicators" item to "Buffer boundaries" and change help echo.
15738         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15739         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15740         Delete "Empty lines only" item.
15741         (menu-bar-showhide-fringe-ind-customize): New function.
15742         (menu-bar-showhide-fringe-ind-mixed)
15743         (menu-bar-showhide-fringe-ind-box)
15744         (menu-bar-showhide-fringe-ind-right)
15745         (menu-bar-showhide-fringe-ind-left)
15746         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15747         instead of `fringe-indicators'.
15749 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
15751         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15752         Change the date of last update.
15754 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
15756         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15757         (viper-exec-yank, viper-put-back): Don't display modification msg
15758         if in the minibuffer.
15760         * viper-init.el (viper-replace-overlay-cursor-color)
15761         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15762         Make variables frame local.
15764         * viper-util.el (viper-append-filter-alist): Use append instead of
15765         nconc.
15767         * viper.el (viper-vi-state-mode-list)
15768         (viper-emacs-state-mode-list): Move help-mode and
15769         completion-list-mode from the first list to the second.
15770         (viper-mode): Docstring.
15771         (viper-go-away, viper-non-hook-settings): Don't localize
15772         minor-mode-alist in newer Emacsen.  Add advice to
15773         set-cursor-color.  Don't bind "\C-c\\".
15775 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
15777         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15778         (scheme-macro-expand-command): New user options.
15779         (scheme-trace-procedure, scheme-expand-current-form): New commands.
15780         (scheme-form-at-point, scheme-start-file)
15781         (scheme-interactively-start-process): New functions.
15782         (scheme-get-process): New function, extracted from `scheme-proc'.
15783         (run-scheme): Call `scheme-start-file' to get start file, and pass
15784         it to `make-comint'.
15785         (switch-to-scheme, scheme-proc):
15786         Call `scheme-interactively-start-process' if no Scheme buffer/process
15787         is available.
15789 2005-08-06  Juri Linkov  <juri@jurta.org>
15791         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15792         Use `compilation-text-face', `compilation-info-text-face' and
15793         `compilation-error-text-face' instead of `font-lock-keyword-face'.
15794         (compilation-error): New face.
15795         (compilation-error-file-name): Inherit from
15796         `compilation-error' instead of `font-lock-warning-face'.
15797         (compilation-warning-file-name): Inherit from
15798         `compilation-warning' instead of `font-lock-warning-face'.
15799         (compilation-info, compilation-error-file-name)
15800         (compilation-warning-file-name, compilation-info-file-name)
15801         (compilation-line-number, compilation-column-number): Doc fix.
15802         (compilation-error-text-face, compilation-warning-text-face)
15803         (compilation-info-text-face): New face variables.
15804         (compilation-line-face, compilation-column-face)
15805         (compilation-enter-directory-face)
15806         (compilation-leave-directory-face): Doc fix.
15807         (compilation-text-face): New function.
15809         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15810         instead of 1 to display binary file names as info file links.
15811         (grep-error-face): Use `compilation-error-face' instead of
15812         `font-lock-keyword-face'.
15813         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15814         and `compilation-warning-text-face' instead of
15815         `font-lock-keyword-face'.  Use `compilation-error-text-face'
15816         instead of `grep-error-face'.
15818 2005-08-05  Kenichi Handa  <handa@m17n.org>
15820         * international/code-pages.el: Add autoload cookies for all coding
15821         systems.
15823 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
15825         * cus-start.el (all): Put undo.c where it alphabetically belongs.
15827 2005-08-04  Juri Linkov  <juri@jurta.org>
15829         * progmodes/compile.el (compilation-mode-map):
15830         * progmodes/grep.el (grep-mode-map):
15831         Bind TAB to `compilation-next-error' and [backtab] to
15832         `compilation-previous-error'.
15834         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15835         matching line numbers, column numbers and their ranges with regexp
15836         matching only line numbers.
15837         (grep-context-face): New face variable.
15838         (grep-mode-font-lock-keywords): Use it.
15840         * faces.el (read-face-name): Delete duplicate faces.
15842 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
15844         * thumbs.el (thumbs-find-image): Don't make variables
15845         automatically buffer local.
15846         (thumbs-current-tmp-filename, thumbs-current-image-filename)
15847         (thumbs-image-num): Make automatically buffer local.
15848         (thumbs-show-thumbs-list): Use `make-local-variable', not
15849         `make-variable-buffer-local'.
15850         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15852         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15853         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15854         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15855         (bother, bye, canyou, chatlst, continue, deathlst, describe)
15856         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15857         (feelings-about, foullst, found, hello, history, howareyoulst)
15858         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15859         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15860         (neglst, obj, object, owner, please, problems, qlist)
15861         (random-adjective, relation, remlst, repetitive-shortness)
15862         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15863         (shortlst, something, sportslst, stallmanlst, states, subj)
15864         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15865         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15866         Defvar at compile time.
15868         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15869         not `make-variable-buffer-local'.
15871 2005-08-02  Kim F. Storm  <storm@cua.dk>
15873         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15874         rectangle overlay in selected window.
15876 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
15878         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15879         instead of display group.  Make `indicate-buffer-boundaries'
15880         customizable through Custom.
15882 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
15884         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15885         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15886         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15887         (gdb-put-string): Fix typos in docstrings.
15889 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
15891         Update copyright notices of files in progmodes directory for
15892         release of Emacs 22.1.
15894         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15896         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15897         Don't barf if the GUD buffer has been killed.
15899 2005-08-01  Kim F. Storm  <storm@cua.dk>
15901         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15903 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15905         * simple.el (next-error-follow-minor-mode):
15906         make-variable-buffer-local -> make-local-variable.
15908         * emacs-lisp/cl-extra.el: Require CL also when compiling.
15910         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15911         (byte-compile-form-make-variable-buffer-local): New functions to warn
15912         about misuses of make-variable-buffer-local where make-local-variable
15913         was meant.
15915 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
15917         * bs.el (bs-attributes-list): Doc fix.
15918         (bs): Update url-link.
15920         * desktop.el (desktop-save-buffer): Fix typos in docstring.
15921         (desktop-load-default): Simplify.
15923         * ibuffer.el (ibuffer-columnize-and-insert-list)
15924         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15925         (ibuffer-unmark-all, ibuffer-toggle-marks)
15926         (ibuffer-unmark-forward, ibuffer-unmark-backward)
15927         (ibuffer-compile-make-format-form, ibuffer-format-column)
15928         (ibuffer-current-buffers-with-marks)
15929         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15930         (ibuffer): Doc fix.
15931         (ibuffer-mode): Fix typo in docstring.
15932         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15933         with `define-obsolete-variable-alias'.
15934         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
15936 2005-07-29  Kenichi Handa  <handa@m17n.org>
15938         * international/mule-cmds.el (select-message-coding-system):
15939         Be sure to use LF for end-of-line.  If no coding system is decided,
15940         return iso-8859-1-unix.
15942 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15944         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15945         (ange-ftp-pending-error-line): New vars.
15946         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15947         to handle the non-fatal no-route-to-host messages.
15948         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15950 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
15952         * isearch.el (isearch-mode-map, isearch-other-meta-char)
15953         (isearch-quote-char, isearch-printing-char)
15954         (isearch-text-char-description): "?\ " -> "?\s".
15955         (isearch-lazy-highlight-cleanup)
15956         (isearch-lazy-highlight-initial-delay)
15957         (isearch-lazy-highlight-interval)
15958         (isearch-lazy-highlight-max-at-a-time)
15959         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15960         Declare with define-obsolete-*-alias macros.
15961         (isearch-forward): Fix typo in docstring.
15962         (search-invisible, search-ring-yank-pointer)
15963         (regexp-search-ring-yank-pointer): Doc fixes.
15965         * recentf.el (recentf-menu-append-commands-p): Declare with
15966         `define-obsolete-variable-alias'.
15967         (recentf-max-saved-items, recentf-menu-filter)
15968         (recentf-arrange-by-rule-subfilter): Doc fixes.
15969         (recentf-menu-append-commands-flag)
15970         (recentf-initialize-file-name-history, recentf-expand-file-name)
15971         (recentf-clear-data): Fix typos in docstrings.
15973 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
15975         * progmodes/gdb-ui.el: Smarten comments.
15976         (gdb-info-breakpoints-custom): Use nowarn when finding file.
15978 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
15980         * term/apollo.el (terminal-init-apollo): New function containing
15981         all former top level forms in the file.
15982         * term/bobcat.el (terminal-init-bobcat):
15983         * term/cygwin.el (terminal-init-cygwin):
15984         * term/iris-ansi.el (terminal-init-iris-ansi):
15985         * term/linux.el (terminal-init-linux):
15986         * term/news.el (terminal-init-news):
15987         * term/rxvt.el (terminal-init-rxvt):
15988         * term/sun.el (terminal-init-sun):
15989         * term/tvi970.el (terminal-init-tvi970):
15990         * term/vt100.el (terminal-init-vt100):
15991         * term/vt102.el (terminal-init-vt102):
15992         * term/vt125.el (terminal-init-vt125):
15993         * term/vt200.el (terminal-init-vt200):
15994         * term/vt201.el (terminal-init-vt201):
15995         * term/vt220.el (terminal-init-vt220):
15996         * term/vt240.el (terminal-init-vt240):
15997         * term/vt300.el (terminal-init-vt300):
15998         * term/vt320.el (terminal-init-vt320):
15999         * term/vt400.el (terminal-init-vt400):
16000         * term/vt420.el (terminal-init-vt420):
16001         * term/wyse50.el (terminal-init-wyse50):
16002         * term/xterm.el (terminal-init-xterm): Likewise.
16004         * term/README: Describe the terminal-init-* functionality.
16006         * startup.el (command-line): After loading the terminal initialization
16007         file call the corresponding terminal initialization function.
16009 2005-07-27  Kenichi Handa  <handa@m17n.org>
16011         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16012         negative.
16014         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16015         (ps-mule-composition-prologue): Fix for the case that
16016         RelativeCompose is false.
16018 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16020         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16022         * descr-text.el (describe-char): Handle the case where the list of
16023         chars is displayed in a separate frame.
16024         Be a bit more discriminating when looking for the char.
16026 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
16028         * bookmark.el (bookmark-automatically-show-annotations)
16029         (bookmark-read-annotation-text-func): Doc fixes.
16030         (bookmark-save): Improve argument/docstring consistency.
16031         (bookmark-get-bookmark, bookmark-get-bookmark-record)
16032         (bookmark-alist-from-buffer)
16033         (bookmark-upgrade-file-format-from-0)
16034         (bookmark-grok-file-format-version)
16035         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16036         (bookmark-read-annotation-mode)
16037         (bookmark-insert-current-bookmark, bookmark-jump)
16038         (bookmark-exit-hook): Fix typos in docstrings.
16039         (bookmark-exit-hooks): Define as obsolete alias.
16040         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16041         not `bookmark-exit-hooks'.  Fix docstring.
16042         (bookmark-bmenu-select): "?\ " -> "?\s".
16044 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
16046         * startup.el (command-line): Fix typo.
16048 2005-07-24  Richard M. Stallman  <rms@gnu.org>
16050         * tooltip.el (tooltip-mode): Test emacs-basic-display,
16051         not emacs-quick-startup.
16053 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
16055         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16056         (reb-next-match, reb-show-subexp): Use `with-selected-window'
16057         instead of `reb-with-current-window'.
16058         (reb-prev-match): Likewise.  Also, don't move left if the search
16059         was unsuccessful.
16060         (reb-initialize-buffer): New function.
16061         (re-builder, reb-change-syntax): Use it.
16063         * man.el (Man-goto-page): Make second argument NOERROR optional.
16065 2005-07-23  Richard M. Stallman  <rms@gnu.org>
16067         * man.el (Man-bgproc-sentinel): Check here for failure to find
16068         any man page in the output, and report the error here.
16069         (Man-arguments): Make it permanent local.
16070         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
16071         (Man-mode): Pass t for NOERROR.
16073         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16074         (grep-mode-font-lock-keywords):
16075         Don't use compilation-...-face for messages that are not file names.
16077         * progmodes/compile.el (compilation-mode-font-lock-keywords):
16078         Don't use compilation-...-face for messages that are not file names.
16080 2005-07-22  Juri Linkov  <juri@jurta.org>
16082         * startup.el (normal-splash-screen): Update menu name.
16084         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16086 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16088         * term/xterm.el: Load term/rxvt if the terminal is actually an
16089         rxvt terminal.
16090         (xterm-rxvt-set-background-mode): Remove, not used anymore.
16092         * term/rxvt.el (function-key-map): Use substitute-key-definition
16093         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
16095         * term/cygwin.el: New file.
16097 2005-07-22  Kim F. Storm  <storm@cua.dk>
16099         * image-file.el (insert-image-file, image-file-yank-handler):
16100         Fix last change to maintain a (unique) yank-handler on yanked images.
16102 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
16104         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16105         of the file size (as in "177B" for 177 bytes).  This happens with
16106         "ls -lh" on FreeBSD.
16108 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
16110         * hilit-chg.el (highlight-changes-global-initial-state)
16111         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16112         (hilit-chg-fixup, highlight-changes-mode):
16113         Fix typos in docstrings.
16114         (highlight-changes-global-modes, highlight-changes-rotate-faces):
16115         Doc fixes.
16117 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
16119         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16120         mode function using `eval-after-load'.
16122 2005-07-21  Kim F. Storm  <storm@cua.dk>
16124         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16125         included when reporting an emacs crash, and tell about the DEBUG file.
16127         * image-file.el (insert-image-file): Add yank-handler.
16128         (image-file-yank-handler): Yank handler to make unique copies of
16129         images when they are yanked into a buffer next to each other.
16131 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
16133         * comint.el (comint-use-prompt-regexp, comint-send-input)
16134         (comint-source-default, comint-extract-string)
16135         (comint-get-source, comint-word, comint-completion)
16136         (comint-source, comint-prompt-read-only, comint-update-fence):
16137         Fix typos in docstrings.
16138         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16139         Declare with define-obsolete-*-alias macros.
16140         (comint-previous-matching-input-from-input)
16141         (comint-next-matching-input-from-input)
16142         (comint-previous-matching-input, comint-next-matching-input)
16143         (comint-forward-matching-input):
16144         Improve argument/docstring consistency.
16146         * desktop.el (desktop-clear-preserve-buffers-regexp):
16147         Also preserve the *server* buffer.
16149         * simple.el (clone-indirect-buffer): Doc fix.
16150         (fixup-whitespace, just-one-space)
16151         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16152         (next-error, next-error-highlight)
16153         (next-error-highlight-no-select, next-error-last-buffer)
16154         (next-error-buffer-p, next-error-find-buffer, next-error)
16155         (previous-error, next-error-no-select, previous-error-no-select)
16156         (open-line, split-line, minibuffer-prompt-width, kill-new)
16157         (binary-overwrite-mode): Fix typos in docstrings.
16158         (set-fill-column): Fix typo in message.
16160         * skeleton.el (skeleton-proxy-new): Doc fix.
16162         * strokes.el (strokes-load-hook): Doc fix.
16163         (strokes-grid-resolution, strokes-get-grid-position)
16164         (strokes-renormalize-to-grid, strokes-read-stroke)
16165         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16166         (strokes-global-map): Fix typos in docstrings.
16167         (strokes-help): Doc fix.  Fix help message and pass it through
16168         `substitute-command-keys'.
16170         * tempo.el (tempo-insert-prompt, tempo-interactive)
16171         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16172         (tempo-insert-string-functions, tempo-local-tags)
16173         (tempo-define-template, tempo-insert-template)
16174         (tempo-insert-prompt-compat, tempo-is-user-element)
16175         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16176         Fix typos in docstrings.
16178         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16179         (vcursor-key-bindings, vcursor-use-vcursor-map)
16180         (vcursor-find-window, vcursor-scroll-down)
16181         (vcursor-disable, vcursor-beginning-of-buffer)
16182         (vcursor-end-of-buffer): Fix typos in docstrings.
16183         (vcursor-relative-move, vcursor-get-char-count):
16184         Improve argument/docstring consistency.
16186         * version.el: "?\ " -> "?\s".
16188         * wid-edit.el (widget-default-create, widget-after-change)
16189         (widget-default-format-handler, widget-checklist-add-item)
16190         (widget-radio-add-item, widget-choose, widget-specify-secret)
16191         (widget-field-value-create, widget-field-value-get)
16192         (widget-editable-list-format-handler)
16193         (widget-editable-list-entry-create, widget-group-value-create)
16194         (widget-documentation-link-add)
16195         (widget-documentation-string-value-create): "?\ " -> "?\s".
16196         (widget-convert-text): Doc fix.
16197         (widget-narrow-to-field, widget-field-find)
16198         (widget-url-link-action, widget-emacs-library-link-action)
16199         (widget-color-notify): Fix typos in docstrings.
16201         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16202         (x-select-text, set-w32-system-coding-system)
16203         (w32-add-charset-info): Fix typos in docstrings.
16205         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16206         (cua-enable-cua-keys, cua-use-hyper-key)
16207         (cua-virtual-rectangle-edges): Fix typos in docstrings.
16208         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16210         * net/tramp.el (tramp-handle-load): Fix typo in error message.
16212         * emacs-lisp/re-builder.el (regexp-builder): Declare with
16213         `defalias' instead of faking it.
16215         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16216         (eshell-ls-missing, eshell-ls-dired-initial-args)
16217         (eshell-ls-use-in-dired): Fix typos in docstrings.
16219 2005-07-20  Kim F. Storm  <storm@cua.dk>
16221         * emulation/cua-base.el (cua-mode): Improve doc string.
16223 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
16225         * abbrev.el (expand-region-abbrevs): Doc fix.
16226         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16227         Improve argument/docstring consistency.
16229         * arc-mode.el (archive-get-descr, archive-alternate-display):
16230         Doc fixes.
16231         (archive-l-e): Improve argument/docstring consistency.
16232         (archive-tmpdir, archive-unixdate, archive-unixtime)
16233         (archive-chmod-entry): Fix typos in docstrings.
16234         (archive-unflag, archive-unflag-backwards)
16235         (archive-unmark-all-files): "?\ " -> "?\s".
16237         * buff-menu.el (Buffer-menu-unmark): Doc fix.
16238         (Buffer-menu-not-modified, Buffer-menu-execute)
16239         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16240         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16242         * composite.el (compose-string, encode-composition-rule)
16243         (compose-last-chars): Fix typos in docstrings.
16245         * desktop.el (desktop-enable, desktop-basefilename):
16246         Declare with `define-obsolete-variable-alias'.
16247         (desktop-internal-v2s): Don't quote keywords.
16248         (desktop-clear): "?\ " -> "?\s".
16250         * dired.el (dired-align-file, dired-flag-backup-files)
16251         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16252         (dired-listing-switches, dired-ls-F-marks-symlinks)
16253         (dired-dwim-target, dired-load-hook, dired-mode-hook)
16254         (dired-directory, dired-faces, dired, dired-revert)
16255         (dired-mode, dired-summary, dired-view-file)
16256         (dired-copy-filename-as-kill, dired-delete-file)
16257         (dired-no-confirm, dired-unmark-all-marks)
16258         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16259         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16260         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16261         Fix typos in message strings.
16263         * dired-x.el (virtual-dired): Declare with `defalias'.
16264         (dired-mark-unmarked-files, dired-local-variables-file)
16265         (dired-omit-here-always): Doc fix.
16266         (dired-omit-mode, dired-find-subdir)
16267         (dired-enable-local-variables, dired-clean-up-buffers-too)
16268         (dired-extra-startup, dired-mark-extension, dired-jump)
16269         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16270         (dired-smart-shell-command, dired-guess-shell-alist-user)
16271         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16272         (dired-x-bind-find-file, dired-x-submit-report):
16273         Fix typos in docstrings.
16274         (dired-mark-unmarked-files): "?\ " -> "?\s".
16276         * dirtrack.el (dirtrack-list): Fix typos in docstring.
16278         * faces.el (describe-face): "?\ " -> "?\s".
16279         (read-all-face-attributes, read-face-font, modify-face)
16280         (face-attr-construct, italic): Fix typos in docstrings.
16281         (frame-update-face-colors): Declare with
16282         `define-obsolete-function-alias'.
16284         * files.el (find-file-noselect, recode-file-name): Doc fixes.
16285         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16286         (magic-mode-alist, buffer-file-numbers-unique)
16287         (write-file-functions, get-free-disk-space):
16288         Fix typos in docstrings.
16289         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16290         (write-contents-hooks, write-file-hooks):
16291         Declare with `define-obsolete-variable-alias'.
16293         * forms-d2.el (arch-rj): Fix typo in docstrings.
16294         (arch-tocol): Likewise.  "?\ " -> "?\s".
16296         * frame.el (set-frame-font, cursor-in-non-selected-windows):
16297         Fix typo in docstring.
16298         (set-screen-width, set-screen-height): Delete redundant info in
16299         doctrings.
16300         (new-frame, screen-height, screen-width): Declare with
16301         `define-obsolete-function-alias'.
16302         (delete-frame-hook, blink-cursor): Declare with
16303         `define-obsolete-variable-alias'.
16305         * paths.el (prune-directory-list): Fix typos in docstring.
16307         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16308         (cvs-prefix-get): Fix typos in docstrings.
16310         * ps-print.el (ps-extend-face-list, ps-extend-face)
16311         (ps-print-background-image): Fix typos in docstrings.
16312         (ps-default-fg, ps-default-bg): Doc fixes.
16314         * s-region.el (s-region-bind): Doc fix.
16315         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16317         * textmodes/org.el (org-table-formula-substitute-names)
16318         (org-table-get-vertical-vector): Doc fixes.
16319         (org-table-recalculate): Remove unused argument to `message'.
16321 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
16323         * textmodes/org.el (org-table-column-names)
16324         (org-table-column-name-regexp)
16325         (org-table-named-field-locations): New variables.
16326         (org-archive-subtree): Protect `this-command' when calling
16327         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16328         the kill buffer.
16329         (org-complete): Remove fixed-formula completion.
16330         (org-edit-formulas-map): New variable.
16331         (org-table-edit-formulas): New command.
16332         (org-finish-edit-formulas, org-abort-edit-formulas)
16333         (org-show-variable, org-table-get-vertical-vector): New functions.
16334         (org-table-maybe-eval-formula): Handle `:=' fields.
16335         (org-table-get-stored-formulas, org-table-store-formulas)
16336         (org-table-get-formula, org-table-modify-formulas)
16337         (org-table-replace-in-formulas): Handle named field formulas.
16338         (org-table-get-specials): Store locations of named fields.
16340 2005-07-19  Juri Linkov  <juri@jurta.org>
16342         * progmodes/grep.el (grep-regexp-alist)
16343         (grep-mode-font-lock-keywords, grep-process-setup):
16344         Use default GNU grep match color "01;31m" instead of "01;41m".
16345         (grep-regexp-alist, grep-mode-font-lock-keywords):
16346         Use `\\[[0-9]*m' instead of `\\[00m'.
16347         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16348         sgr_start where its handling is more important.  Use the real
16349         length of sgr_start instead of constant 8.
16350         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16351         specially.  Delete all remaining escape sequences.
16352         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16353         (grep-regexp-alist): Make hyperlink only for binary file name
16354         instead of the whole line.
16355         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16356         (grep-mode): Add autoload.
16358         * emacs-lisp/find-func.el (find-function-regexp):
16359         Add `define-compilation-mode'.
16361 2005-07-19  Juri Linkov  <juri@jurta.org>
16363         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16364         (compare-windows-sync-string-size, compare-windows-recenter)
16365         (compare-windows-highlight, compare-windows): Add version 22.1.
16366         (compare-windows) <defface>: Inherit from lazy-highlight instead
16367         of duplicating its default value.
16369         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16370         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16372         * descr-text.el (describe-char): Create link buttons for `charset'
16373         and `code point'.  Add the current input method name with a link
16374         button to `to input' field.  Print face names of display table
16375         characters in `The display table entry is displayed by' section
16376         instead of printing face-id in the `display' field.
16377         Guess hardcoded faces and create a link button for them.
16378         Skip empty fields when calculating max-width.
16379         Treat `widget-create' specially while inserting strings from the
16380         collected field list.
16381         (describe-char-after): Made obsolete in version 22.1, not 21.5.
16383         * diff-mode.el (diff-file-header): Change foreground color from
16384         yellow to green on light backgrounds.
16385         (diff-context): Inherit from `shadow' only for color/grayscale
16386         with more than 88 colors.
16387         (diff-indicator-removed, diff-indicator-added)
16388         (diff-indicator-changed): New faces.
16389         (diff-font-lock-keywords): Use new faces.  Regroup rules.
16390         Add "^---$" for `normal' diff format.  Fontify `#' lines with
16391         font-lock-comment-delimiter-face and font-lock-comment-face.
16392         Add `#' to ^[^...] in the rule for `diff-context-face'.
16394         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16395         a button-like box.  Inherit from `highlight' on low colors.
16396         (shadow): Use shades of gray only for color/grayscale with
16397         more than 88 colors.  Use green for light backgrounds with
16398         8 colors, and yellow for dark backgrounds with 8 colors.
16400         * font-lock.el (font-lock-regexp-grouping-backslash):
16401         Don't inherit from escape-glyph (use bold for all cases).
16403         * info.el (info-xref-visited): Use light foreground color `violet'
16404         for dark backgrounds instead of dark color `magenta3'.
16405         (info-title-1): Use `yellow' color for dark backgrounds.
16407         * isearch.el (isearch): Use not-too-dark magenta3 instead of
16408         too-light magenta2.
16410         * replace.el (match): Use slightly more light RoyalBlue3 instead
16411         of dark RoyalBlue4.
16413         * wid-edit.el (widget-inactive): Inherit from `shadow'.
16415 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
16417         * novice.el (disabled-command-hook): Declare it with
16418         `define-obsolete-variable-alias'.
16420         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16421         (desktop-buffer-misc-functions, desktop-buffer-handlers)
16422         (desktop-load-default): Add release to obsolescence info.
16423         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16424         (desktop-append-buffer-args, desktop-read):
16425         Fix typos in docstrings.
16426         (desktop-kill): Fix typo in message.
16427         (desktop-save): Doc fix.
16429 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16431         * viper-cmd.el (viper-escape-to-state): Bug fix.
16432         (viper-envelop-ESC-key): Change the definition of fast
16433         keysequence so it'll work with keyboard macros.
16435         * ediff.el (ediff-patch-buffer): Change the docstring.
16437 2005-07-19  Kenichi Handa  <handa@m17n.org>
16439         * international/mule-cmds.el (select-safe-coding-system): Try to
16440         use an auto-coding (if any) before anything else.  If the found
16441         auto-coding is invalid, show a warning message.
16443         * international/mule.el (find-auto-coding): New function created
16444         by modifying the body of set-auto-coding.
16445         (set-auto-coding): Use find-auto-coding to find a coding.
16447 2005-07-18  Richard M. Stallman  <rms@gnu.org>
16449         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16450         not isearch-mode-end-hook-error.
16451         (allout-before-change-protect): Fix error message.
16453 2005-07-18  Juri Linkov  <juri@jurta.org>
16455         * allout.el (allout-mode):
16456         * calculator.el (calculator-copy):
16457         * custom.el (custom-known-themes):
16458         * dired.el (dired-desktop-buffer-misc-data)
16459         (dired-restore-desktop-buffer):
16460         * dired-x.el (dired-omit-marker-char):
16461         * files.el (basic-save-buffer):
16462         * font-core.el (font-lock-mode):
16463         * calendar/calendar.el (calendar-goto-hebrew-date)
16464         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16465         (calendar-goto-persian-date):
16466         * language/ethio-util.el (ethio-sera-to-fidel-region):
16467         * textmodes/picture.el (picture-mode):
16468         Delete duplicate duplicate words.
16470 2005-07-18  Juri Linkov  <juri@jurta.org>
16472         * isearch.el (isearch-mode-map): Remove key bindings for regexp
16473         chars * ? } |.
16474         (isearch-fallback): Don't call `isearch-process-search-char'.
16475         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16476         (isearch-process-search-char): Call `isearch-fallback' for regexp
16477         chars * ? } |.
16478         (isearch-return-char): Make obsolete with `make-obsolete' instead
16479         of simply documenting it as obsolete in the docstring.
16480         (isearch-fallback): Refill docstring.
16482         * international/isearch-x.el
16483         (isearch-process-search-multibyte-characters): Remove unneeded
16484         `concat'.  Add intermediate values to `junk-hist' instead of
16485         `minibuffer-history'.  Test the length of `str'.
16487 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
16489         * allout.el (allout-resolve-xref): Fix typos in error strings.
16490         (allout-before-change-protect): Remove unneeded `concat'.
16492         * array.el (array-mode, array-reconfigure-rows)
16493         (untabify-backward): Fix typos in docstrings.
16494         (array-reconfigure-rows): Use `insert-buffer-substring', not
16495         `insert-buffer'.
16497         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16498         * progmodes/ada-mode.el (ada-make-body):
16499         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16501         * dired.el (dired-log):
16502         * tar-mode.el (tar-subfile-save-buffer):
16503         * play/zone.el (zone-pgm-stress-destress):
16504         Use `insert-buffer-substring', not `insert-buffer'.
16506 2005-07-17  Simon Josefsson  <jas@extundo.com>
16508         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16510 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
16512         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16513         Add plain auth method.
16514         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16516 2005-07-17  Kim F. Storm  <storm@cua.dk>
16518         * ido.el (dired-other-window): Add ido property.
16520 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
16522         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16523         Fix typo in docstring.
16524         (byte-compile-interactive-only-functions): Add `insert-buffer' and
16525         `insert-file-literally'.
16527         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16528         info and delete redundant message.  Doc fix.
16529         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16530         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16532 2005-07-16  Richard M. Stallman  <rms@gnu.org>
16534         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16535         (byte-compile-and): Use byte-compile-and-recursion.
16536         (byte-compile-or-recursion): New function.
16537         (byte-compile-or): Use that.
16538         (byte-compile-if): Guard the else-clause too.
16539         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16541         * isearch.el (isearch-mode-end-hook-quit): New variable.
16542         (isearch-done): Bind it.
16543         (isearch-mode-end-hook): Doc fix.
16545         * allout.el (allout-isearch-did-quit): Variable deleted.
16546         (allout-real-isearch-abort): Function name no longer used.
16547         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16548         (allout-isearch-rectification): isearch-mode always exists.
16549         Don't set allout-isearch-did-quit.
16550         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16551         allout-isearch-did-quit.
16552         (allout-enwrap-isearch): Just add the hook.
16553         (allout-isearch-abort): Function deleted.
16554         (allout-pre-command-business): Avoid warning.
16556         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16557         Correctly avoid warnings.
16558         (pascal-outline): Likewise.
16560         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16562         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16564         * play/tetris.el (tetris-mode): Avoid warning.
16566         * play/snake.el (snake-mode): Avoid warning.
16568         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16569         (gamegrid-set-display-table): Avoid warning.
16570         (gamegrid-set-timer): Likewise.
16571         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16572         (gamegrid-add-score-with-update-game-score-1): Take FILE
16573         as argument.
16574         (gamegrid-add-score-with-update-game-score): Pass that argument.
16575         Rename have-shared-game-dir to gamegrid-shared-game-dir.
16577         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16579         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16580         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16582         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16583         and insert-file.
16585         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16586         (sc-ask): Avoid warnings.
16588         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16589         (eshell-hist-initialize): Use that var the natural way.
16591         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16593         * emacs-lisp/re-builder.el (reb-cook-regexp):
16594         Avoid warning calling lre-compile-string.
16595         (reb-color-display-p): Avoid warning.
16597         * calculator.el (calculator-last-input): Guard uses
16598         of event-key and key-press-event-p.
16599         (event-key, key-press-event-p): Delete definitions.
16601         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16602         (find-gc-source-directory, find-gc-subrs-callers)
16603         (find-gc-noreturn-list, find-gc-source-files)
16604         (find-gc-subrs-called): Vars renamed and defvar'd.
16606         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16607         (checkdoc-overlay-put, checkdoc-delete-overlay)
16608         (checkdoc-overlay-start, checkdoc-overlay-end)
16609         (checkdoc-mode-line-update, checkdoc-char=):
16610         Define such that compiler knows they are defined.
16611         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
16612         (checkdoc-read-event): Delete.  Use read-event directly.
16614         * whitespace.el (whitespace-make-overlay)
16615         (whitespace-overlay-put, whitespace-delete-overlay)
16616         (whitespace-overlay-start, whitespace-overlay-end):
16617         Define such that compiler knows they are defined.
16618         (whitespace): Move conditional inside.
16620         * tempo.el (tempo-insert-template): Suppress warning.
16622         * ediff-diff.el (longlines-mode): Add defvar.
16624 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
16626         * server.el: Bind "C-x #" in a way that works even if C-x is
16627         redefined to a command key, not a prefix key.
16629 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
16631         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16632         cl-make-type-test till execution time.
16634 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
16636         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16637         arg ARG and use it.
16639 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
16641         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16643 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
16645         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16646         a defcustom with two :set or :type keywords.
16648 2005-07-15  Richard M. Stallman  <rms@gnu.org>
16650         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16651         Don't give ^M comment-end syntax.
16653 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
16655         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16656         Don't consider gdbmi (gdb-mi.el has its own update functions).
16657         (gdb-var-delete): Make it work for gdbmi as well.
16658         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16660         * progmodes/gud.el (etags, sdb): Only require etags when needed.
16661         (gud-speedbar-menu-items): Correct logic for enabling items.
16663 2005-07-15  Kim F. Storm  <storm@cua.dk>
16665         * ido.el: Fix commentary.
16666         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16667         Use with-no-warnings around ffap-guesser.
16668         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16669         Let bind minibuffer-completing-file-name to t.
16671 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
16673         * startup.el (site-run-file, keyboard-type): Doc fixes.
16674         (command-line): Check for "--basic-display" argument; also for
16675         "--quick", not "--bare-bones" (which was renamed).
16676         (fancy-splash-text): Add missing item "Getting New Versions".
16677         (normal-splash-screen): Fix typos and improve consistency with
16678         `fancy-splash-text'.  Update copyright year.
16680         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16681         valid binding for `help-char'.
16683         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16685 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
16687         * term.el (term-mode): Disable cua-mode for term buffers.
16689 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
16691         * add-log.el (add-log-mailing-address, change-log-merge):
16692         Doc fixes.
16693         (change-log-get-method-definition): Fix typo in docstring.
16695 2005-07-14  Kim F. Storm  <storm@cua.dk>
16697         * emulation/cua-base.el:
16698         (cua--pre-command-handler-1, cua--pre-command-handler)
16699         (cua--post-command-handler-1, cua--post-command-handler):
16700         Split in two.  Check (buffer local) value of cua-mode.
16701         (cua-selection-mode): New command.
16703 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
16705         * custom.el (custom-initialize-safe-set)
16706         (custom-initialize-safe-default): Doc fixes.
16708         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16709         and simplify :init-value again.
16711         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16712         and simplify :init-value again.  Delete autoload.
16714         * startup.el (command-line): Use `custom-reevaluate-setting' again
16715         for tooltip-mode.
16717         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16718         a defcustom with two :initialize keywords.
16720 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
16722         * allout.el (my-mark-marker, allout-isearch-prior-pos)
16723         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16724         (allout-post-command-business, allout-flag-region)
16725         (isearch-reenable-font-lock, allout-yank)
16726         (allout-insert-latex-header, allout-insert-latex-trailer)
16727         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16728         (allout-latex-verb-quote): Fix typos in docstrings.
16729         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16730         (allout-unprotected, allout-prefix-data):
16731         Improve argument/docstring consistency.
16732         (allout-chart-subtree): Fix argument spec.
16733         (allout-open-topic): Rename `use_sib_bullet' argument to
16734         `use-sib-bullet'.  Doc fix.
16736         * whitespace.el (whitespace-check-buffer-leading)
16737         (whitespace-check-buffer-trailing)
16738         (whitespace-check-buffer-indent)
16739         (whitespace-check-buffer-spacetab)
16740         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16741         (whitespace-check-leading-whitespace)
16742         (whitespace-check-trailing-whitespace)
16743         (whitespace-check-spacetab-whitespace)
16744         (whitespace-check-indent-whitespace)
16745         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16746         (whitespace-modes): Fix typos in docstrings.
16747         (defgroup, defcustom): Doc fixes.
16749         * winner.el (winner-mode, winner-boring-buffers)
16750         (winner-pending-undo-ring): Doc fixes.
16751         (winner-ring): Remove unneeded `progn'.
16752         (winner-equal): `defsubst' it.
16753         (winner-redo): Fix message.
16755 2005-07-13  Kim F. Storm  <storm@cua.dk>
16757         * simple.el (line-move-1): Always use vertical-motion to
16758         do the last (or only) line move to ensure some movement.
16759         Undo 2005-06-23 change--don't check for overlays.
16761 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16763         * term/mac-win.el (ccl-encode-mac-roman-font)
16764         (ccl-encode-mac-centraleurroman-font)
16765         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16766         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16767         Change charset-id boundary of dimension to ?\xef.
16768         (mac-char-fontspec-list): New constant.
16769         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
16770         argument.  Nil uses itself as family in font-spec.  Previous
16771         behavior for nil is now provided by non-nil non-string argument.
16772         All callers changed.  Add font-specs for Mac fonts to
16773         "fontset-default" unless iso8859-1 fonts are installed.
16775 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16777         * progmodes/sh-script.el (sh-get-indent-info): Only indent
16778         a continuation line if the \ is preceded by SPC or TAB.
16779         (sh-get-indent-info): Simplify.
16780         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16781         Use with-current-buffer.
16783         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16784         when the matched text is empty.
16786 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
16788         * startup.el (command-line): Revert to previous handling of
16789         tooltip-mode.  Explain in comment why the complexity is needed.
16791         * tooltip.el (tooltip-mode): Revert to previous implementation of
16792         its defcustom.
16794         * frame.el (blink-cursor-mode): Revert to previous implementation
16795         of its defcustom.  Update comment.
16797 2005-07-12  Lars Hansen  <larsh@soem.dk>
16799         * desktop.el: Update e-mail address.
16801 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16803         * term/mac-win.el (mac-services-mail-selection)
16804         (mac-services-mail-to): New functions.
16805         (mac-application-menu-map): Bind them.
16807 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
16809         * progmodes/gdb-ui.el: Add note about buffering with Windows.
16811 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
16813         * custom.el (custom-reevaluate-setting): Doc fix.
16815 2005-07-11  Jay Belanger  <belanger@truman.edu>
16817         * calc/calc.el (calc-embedded-announce-formula-alist)
16818         (calc-embedded-open-close-plain-alist)
16819         (calc-embedded-open-close-mode-alist): Add checks for additional
16820         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16822 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
16824         * custom.el (custom-enable-theme): Don't add theme to
16825         `custom-enabled-themes' with `push' because there is no
16826         setf-method for `delq'.
16828 2005-07-11  Richard M. Stallman  <rms@gnu.org>
16830         * custom.el (custom-declare-variable): Doc fix.
16832         * dired-aux.el (dired-compare-directories): Remove "." and ".."
16833         from the alists.
16835         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16836         Do nothing if edebug-active.
16838         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16839         (edebug-display): Do it here instead.
16841 2005-07-10  Richard M. Stallman  <rms@gnu.org>
16843         * cus-face.el (custom-theme-set-faces): Make it work.
16844         (custom-reset-faces): Doc fix.
16845         (custom-theme-reset-internal-face, custom-theme-face-value):
16846         Functions deleted.
16848         * custom.el (custom-push-theme): Maintain list of the settings
16849         of a given theme in its theme-settings property.
16850         Maintain position of old settings in the theme-value
16851         or theme-face property.
16852         (custom-enabled-themes): New variable.
16853         (custom-theme-enabled-p): New function.
16854         (provide-theme): Update custom-enabled-themes.
16855         Disable and reenable the `user' theme.
16856         (require-theme): Doc fix.
16857         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16858         (custom-theme-value, custom-theme-variable-value): Likewise.
16859         (custom-theme-reset-internal): Likewise.
16860         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16861         (custom-enable-theme, custom-disable-theme): New functions.
16862         (custom-variable-theme-value, custom-face-theme-value): Likewise.
16863         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16864         (custom-theme-reset-variables): Simplify.
16865         (deftheme, custom-declare-theme, custom-make-theme-feature):
16866         Definitions moved.
16868 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
16870         * longlines.el (longlines-show-region)
16871         (longlines-unshow-hard-newlines): Recognize hard newlines by
16872         non-nil hard property, instead of t.
16874 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
16876         * viper-cmd.el (viper--key-maps): New variable.
16877         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16878         emulation-mode-map-alists.
16879         (viper-envelop-ESC-key): Use viper-subseq.
16880         (viper-search-forward/backward/next): Disable debug-on-error.
16882         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16883         (viper-ESC-key): New defcustoms.
16885         * viper-macs.el (ex-map-read-args): Use viper-subseq.
16887         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16888         (viper-subseq): Copy of subseq from cl.el.
16890         * viper.el (viper-go-away, viper-set-hooks): Use
16891         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16893         * viper-mous.el (viper-current-frame-saved): Use defvar.
16895         * viper-init.el: Get rid of -face in face names.
16897         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16898         Make it work with longlines mode
16900         * ediff-mult.el (ediff-meta-mode-hook): New variable.
16902         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16904         * ediff-init.el: Get rid of -face in face names.
16906 2005-07-10  Richard M. Stallman  <rms@gnu.org>
16908         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16909         and with-timeout-unsuspend.
16911         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16912         and with-timeout-unsuspend.
16914         * emacs-lisp/timer.el (with-timeout-timers): New variable.
16915         (with-timeout): Bind that variable to record timers.
16916         (with-timeout-suspend, with-timeout-unsuspend): New functions.
16918         * emacs-lisp/debug.el (debug-help-follow): New function.
16919         (debugger-mode-map): Use that instead of help-follow.
16920         (debugger-setup-buffer): Use eval-buffer-list
16921         to handle eval-buffer frames.
16923 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
16925         * timezone.el (timezone-parse-date): Change first regexp
16926         so it will not mistakenly match dates with no time zone.
16928 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
16930         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16932 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
16934         * custom.el (custom-initialize-safe-set)
16935         (custom-initialize-safe-default): New functions.
16937         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16938         and simplify :init-value.
16940         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16941         and simplify :init-value.  Delete obsolete comment.
16943         * startup.el (command-line): Use `custom-reevaluate-setting' to
16944         handle `tooltip-mode'.  Delete obsolete comment.
16946         * files.el (set-visited-file-name): Avoid calling
16947         `file-name-nondirectory' with a nil argument.
16949 2005-07-09  Richard M. Stallman  <rms@gnu.org>
16951         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16952         was called with nil for the buffer, handle the read position right.
16953         Handle read position for eval-region, too.
16955 2005-07-09  Juri Linkov  <juri@jurta.org>
16957         * fringe.el (fringe-mode): Add period in docstring.
16958         (fringe-query-style): Build prompt depending on `all-frames' arg.
16960         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16961         to not create links to unrelated functions in the Help buffer.
16963         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16964         Doc fix.
16966         * simple.el (next-error-hook): New variable.
16967         (next-error): Use it.  Doc fix.
16969         * textmodes/ispell.el (ispell-command-loop): Add current
16970         dictionary name and program name to mode-line-format.
16971         (ispell-region, ispell-process-line): Add current dictionary name
16972         and program name to messages.
16974 2005-07-08  Jay Belanger  <belanger@truman.edu>
16976         * calc/calc.el (calc-embedded-announce-formula-alist)
16977         (calc-embedded-open-close-formula-alist)
16978         (calc-embedded-open-close-word-alist)
16979         (calc-embedded-open-close-plain-alist)
16980         (calc-embedded-open-close-new-formula-alist)
16981         (calc-embedded-open-close-mode-alist)
16982         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16983         (calc-embedded-mode-hook): New variables.
16985         * calc/calc-embed.el (calc-embedded-firsttime)
16986         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16987         New variables.
16988         (calc-do-embedded): Use calc-embedded-firsttime,
16989         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16990         determine whether or not to run hooks.
16991         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16992         calc-embedded-firsttime-formula appropriately.
16993         Set calc-embedded delimiter variables according to mode.
16995 2005-07-08  Richard M. Stallman  <rms@gnu.org>
16997         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16998         Check for "emacs", etc., as entire symbol, not just as word.
16999         (checkdoc-file-comments-engine): Use regexp-quote on FN.
17001         * files.el (set-visited-file-name): Report the error
17002         for "empty filename" earlier.
17003         (kill-some-buffers): Ignore buffers already dead.
17005         * fringe.el (fringe-mode): Doc fix.
17007         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17008         Check for (featurep 'xemacs) and turn off warnings in what it guards.
17009         Use unwind-protect to ensure byte-compile-unresolved-functions
17010         is updated.
17012         * whitespace.el (whitespace-buffer-leading-cleanup):
17013         Simplify w/ skip-chars-forward.
17014         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17016         * mail/rmail.el (rmail-only-expunge): Fix paren error.
17017         Unconditionally try to leave point at the same old place.
17019 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
17021         * comint.el (comint-postoutput-scroll-to-bottom)
17022         (comint-show-maximum-output): Take scroll-margin into consideration.
17024 2005-07-08  Kim F. Storm  <storm@cua.dk>
17026         * ido.el (ido-use-filename-at-point): New choice `guess'.
17027         (ido-file-internal): Try ffap-guesser if selected.
17029         * ido.el (ido-before-fallback-functions): New hook.
17030         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17031         (ido-read-file-name): Run it.
17033 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17035         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17036         strings rather than a list of symbols to the completion function.
17038 2005-07-07  Jay Belanger  <belanger@truman.edu>
17040         * calc/calc-units.el (math-apply-units): Change the places in
17041         which units are simplified.
17043 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
17045         * cus-edit.el (customize-option, customize-option-other-window):
17046         Make them handle aliases.
17048         * custom.el (custom-variable-p): Make it recursively follow
17049         aliases.  Mention that in the docstring.
17051 2005-07-07  Richard M. Stallman  <rms@gnu.org>
17053         * cus-start.el (exec-path): Use `directory' instead of `file'.
17054         Fix tag for nil.
17056 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
17058         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17059         when called non-interactively.  Doc fix.
17061 2005-07-07  Lute Kamstra  <lute@gnu.org>
17063         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17064         new address as well.
17066 2005-07-07  Kenichi Handa  <handa@m17n.org>
17068         * international/mule.el (make-coding-system):
17069         Describe `ascii-incompatible' property in the docstring.
17070         (set-file-name-coding-system): Signal an error if coding-system is
17071         ascii-incompatible.
17072         (set-keyboard-coding-system): Likewise.
17074         * international/mule-cmds.el (set-default-coding-systems):
17075         Don't set default-file-name-coding-system and
17076         default-keyboard-coding-system if coding-system is ASCII-incompatible.
17078         * international/utf-16.el: Declare that all UTF-16-based coding
17079         systems are ASCII-incompatible.
17081 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
17083         * progmodes/gud.el: Require font-lock for displaying errors.
17084         Used by gdb-ui.el.
17086 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
17088         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17089         values for the pattern lists which are `read'able but not
17090         `append'able (like symbols).
17092 2005-07-06  Richard M. Stallman  <rms@gnu.org>
17094         * progmodes/flymake.el (flymake-float-time): Instead of
17095         with-no-warnings, test for xemacs.
17096         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17097         to avoid warning.
17099 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
17101         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17103 2005-07-05  Lute Kamstra  <lute@gnu.org>
17105         * battery.el: Add support for Darwin (with much debugging help
17106         from Samuel Lauber <sam124@operamail.com>).
17107         (battery-status-function, battery-echo-area-format)
17108         (battery-mode-line-format): Add support for pmset on Darwin.
17109         (battery-load-low, battery-load-critical): New user options.
17110         (battery-pmset): New function.
17112 2005-07-05  Lute Kamstra  <lute@gnu.org>
17114         Update FSF's address in GPL notices.
17116         * textmodes/page-ext.el: Update FSF's address.
17118 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17120         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17121         filling from using prefix when filling a single-line docstring.
17123         * progmodes/flymake.el: Remove useless eval-when-compile.
17125         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17127 2005-07-04  Richard M. Stallman  <rms@gnu.org>
17129         * textmodes/org.el (org-file-apps-defaults-gnu):
17130         Rename from org-file-apps-defaults-linux.
17131         (org-default-apps): Don't test system-type for `linux'.
17132         (org-file-apps): Doc fix.
17134 2005-07-04  David Ponce  <david@dponce.com>
17136         * tree-widget.el: Improve header Commentary section.
17137         (tree-widget) [defgroup]
17138         (tree-widget-image-enable, tree-widget-themes-directory)
17139         (tree-widget-theme, tree-widget-image-properties-emacs)
17140         (tree-widget-image-properties-xemacs, tree-widget-create-image)
17141         (tree-widget-image-formats, tree-widget-control)
17142         (tree-widget-empty-control, tree-widget-leaf-control
17143         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17144         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17145         (tree-widget-keep, tree-widget-after-toggle-functions)
17146         (tree-widget-open-node, tree-widget-close-node): Doc fix.
17147         (tree-widget-open-control, tree-widget-close-control): Fix doc and
17148         :help-echo message.
17149         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
17150         (tree-widget-image-properties): Doc fix.  Clearer implementation.
17151         (tree-widget--cursors): New constant.
17152         (tree-widget-lookup-image): New function split from
17153         `tree-widget-find-image'.  Clearer implementation.
17154         (tree-widget-find-image): Use it.
17155         (tree-widget-button-keymap): Use `set-keymap-parent'.
17156         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17157         Define the sub-widgets here.
17158         (tree-widget-node): Check that :node is not a tree-widget.
17159         (tree-widget-get-super, tree-widget-open-control)
17160         (tree-widget-close-control, tree-widget-empty-control)
17161         (tree-widget-leaf-control, tree-widget-guide)
17162         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17163         (tree-widget-no-handle, tree-widget-value-delete)
17164         (tree-widget-map): Remove.
17165         (tree-widget-children-value-save): Doc fix.  Simplified.
17166         (tree-widget-value-create): Update according to previous changes.
17168 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
17170         * textmodes/org.el: Leading space replaced by TABS.
17171         (org-recalc-marks, org-table-rotate-recalc-marks)
17172         (org-table-get-specials): Treat "^" and "_" marks.
17173         (org-table-justify-field-maybe): Optional argument NEW.
17174         (org-table-eval-formula): Parsing of the format simplified.
17175         New modes C,I.  Honor the %= parameter in the current table.
17176         Avoid unnecessary re-align by using the NEW argument to
17177         `org-table-justify-field-maybe'.
17178         (org-calc-default-modes): Default for date-format mimicks org-mode.
17179         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17181 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
17183         * cus-face.el (custom-theme-set-faces): Make it handle face
17184         aliases whose alias declarations are pre- or autoloaded.
17186 2005-07-04  Juri Linkov  <juri@jurta.org>
17188         * faces.el (read-face-name): Put the code for getting a face name
17189         from the buffer before adding the faces from the `face' property.
17190         Use `completing-read-multiple' instead of `completing-read'.
17191         Require `crm'.  Add default value and post-process the returned
17192         list of faces.
17194         * emacs-lisp/crm.el (crm-find-current-element)
17195         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17197         * emacs-lisp/lisp-mode.el (eval-defun-1):
17198         * emacs-lisp/edebug.el (edebug-eval-defun):
17199         Remove unnecessary quotes.
17201 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17203         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17204         (prolog-indent-level): Fix typo in docstring.
17206         * info.el (Info-history, Info-history-forward)
17207         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17209         * add-log.el (add-change-log-entry):
17210         * comint.el (comint-dynamic-list-input-ring)
17211         (comint-dynamic-list-completions):
17212         * dabbrev.el (dabbrev-expand):
17213         * delim-col.el (delimit-columns-rectangle-line):
17214         * diff-mode.el (diff-context->unified, diff-reverse-direction)
17215         (diff-unified->context):
17216         * ediff-init.el (ediff-abbrev-jobname):
17217         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17218         (ediff-replace-session-activity-marker-in-meta-buffer):
17219         * info.el (Info-summary):
17220         * lpr.el (printify-region):
17221         * printing.el (pr-create-interface):
17222         * ps-print.el (ps-print-quote):
17223         * ses.el (ses-column-widths, ses-print-cell)
17224         (ses-adjust-print-width, ses-center):
17225         * shell.el (shell-file-name-quote-list):
17226         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17227         (strokes-fill-current-buffer-with-whitespace)
17228         (strokes-xpm-for-stroke, strokes-list-strokes)
17229         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17230         * term.el (term-dynamic-list-input-ring)
17231         (term-dynamic-list-completions):
17232         * calc/calc.el (math-format-stack-value):
17233         * emacs-lisp/edebug.el (edebug-display-freq-count):
17234         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17235         (delphi-new-comment-line):
17236         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17237         * progmodes/executable.el (executable-set-magic):
17238         * progmodes/python.el (inferior-python-mode):
17239         * progmodes/scheme.el (scheme-mode-syntax-table):
17240         * progmodes/sh-script.el (sh-maybe-here-document):
17241         * progmodes/sql.el (sql-copy-column):
17242         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17243         * textmodes/bibtex.el (bibtex-mode):
17244         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17245         (sgml-auto-attributes):
17246         * textmodes/table.el (table-insert, table-shorten-cell)
17247         (table--generate-source-scan-lines, table-delete-row)
17248         (*table--cell-delete-char, table--spacify-frame)
17249         (table--horizontally-shift-above-and-below)
17250         (table--cell-insert-char, table--cell-blank-str)
17251         (table--fill-region-strictly):
17252         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17253         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17255         * add-log.el (change-log):
17256         * apropos.el (apropos):
17257         * comint.el (comint-completion, comint-source):
17258         * dabbrev.el (dabbrev):
17259         * delim-col.el (columns):
17260         * diff-mode.el (diff-mode):
17261         * ediff.el (ediff):
17262         * ediff-diff.el (ediff-diff):
17263         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17264         * ediff-mult.el (ediff-mult):
17265         * ediff-ptch.el (ediff-ptch):
17266         * ediff-wind.el (ediff-window):
17267         * facemenu.el (facemenu):
17268         * indent.el (indent):
17269         * info.el (info):
17270         * jka-cmpr-hook.el (compression, jka-compr):
17271         * lpr.el (lpr):
17272         * outline.el (outlines):
17273         * pcmpl-cvs.el (pcmpl-cvs):
17274         * pcmpl-rpm.el (pcmpl-rpm):
17275         * printing.el (printing):
17276         * ps-print.el (postscript, ps-print, ps-print-horizontal)
17277         (ps-print-vertical, ps-print-headers, ps-print-font)
17278         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17279         (ps-print-background, ps-print-printer, ps-print-page)
17280         (ps-print-miscellany):
17281         * ses.el (ses):
17282         * shell.el (shell, shell-directories, shell-faces):
17283         * startup.el (initialization):
17284         * strokes.el (strokes):
17285         * term.el (term):
17286         * uniquify.el (uniquify):
17287         * w32-vars.el (w32):
17288         * calc/calc.el (calc):
17289         * emacs-lisp/bytecomp.el (bytecomp):
17290         * emacs-lisp/cl-indent.el (lisp-indent):
17291         * emacs-lisp/edebug.el (edebug):
17292         * emacs-lisp/elp.el (elp):
17293         * emacs-lisp/testcover.el (testcover):
17294         * emacs-lisp/trace.el (trace):
17295         * emulation/viper-ex.el (viper-ex):
17296         * emulation/viper-mous.el (viper-mouse):
17297         * mail/mailalias.el (mailalias):
17298         * mail/supercite.el (supercite, supercite-frames)
17299         (supercite-attr, supercite-cite, supercite-hooks):
17300         * net/rcompile.el (remote-compile):
17301         * net/rlogin.el (rlogin):
17302         * obsolete/ooutline.el (outlines):
17303         * progmodes/delphi.el (delphi):
17304         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17305         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17306         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17307         (ebnf-optimization):
17308         * progmodes/etags.el (etags):
17309         * progmodes/executable.el (executable):
17310         * progmodes/idlwave.el (idlwave):
17311         * progmodes/pascal.el (pascal):
17312         * progmodes/prolog.el (prolog):
17313         * progmodes/python.el (python):
17314         * progmodes/scheme.el (scheme):
17315         * progmodes/sh-script.el (sh, sh-script):
17316         * progmodes/sql.el (SQL):
17317         * progmodes/tcl.el (tcl):
17318         * textmodes/bibtex.el (bibtex, bibtex-autokey):
17319         * textmodes/enriched.el (enriched):
17320         * textmodes/makeinfo.el (makeinfo):
17321         * textmodes/sgml-mode.el (sgml):
17322         * textmodes/table.el (table-hooks):
17323         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17324         * textmodes/texinfo.el (texinfo):
17325         * textmodes/two-column.el (two-column):
17326         Finish `defgroup' description with period.
17328         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17329         * eshell/esh-var.el (eshell-var):
17330         * progmodes/vhdl-mode.el (vhdl-testbench):
17331         * textmodes/org.el (org): Fix typos in docstrings.
17333         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17334         consistency.
17336         * progmodes/flymake.el (flymake-find-file): Remove.
17337         (flymake-float-time): Use `with-no-warnings'.
17338         (flymake-check-start-time, flymake-check-was-interrupted)
17339         (flymake-err-info, flymake-is-running, flymake-last-change-time)
17340         (flymake-new-err-info): `defvar' at compile time.
17342 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
17344         * replace.el (occur-hook): Doc fix.
17345         (occur-1): Don't call `occur-hook' if there are no matches.
17347 2005-07-03  Richard M. Stallman  <rms@gnu.org>
17349         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17350         global-map, save the same map.
17351         (global-map): Don't alter it at top level.
17352         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17353         Then alter it here instead.
17354         (tpu-edt-off): Set global-map to the saved one.
17356         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17357         All references simplified.
17358         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
17359         (zmacs-regions): Add defvar.
17360         (repeat-complex-command-map): Everything about that deleted.
17362         * textmodes/artist.el (artist-key-is-drawing)
17363         (artist-key-endpoint1, artist-key-poly-point-list)
17364         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17365         (artist-key-compl-table, artist-rb-save-data)
17366         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17367         Don't put them in eval-when-compile.
17368         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17370         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17371         Use with-no-warnings.
17373         * net/browse-url.el (dos-windows-version): Add defvar.
17375         * mail/supercite.el (filladapt-prefix-table): Add defvar.
17377         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17378         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17379         (rmail-new-summary-line-count): Rename from new-summary-line-count.
17380         Add defvar.
17381         (rmail-summary-beginning-of-message): Use with-no-warnings.
17382         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17384         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17385         Use with-no-warnings.
17387         * emulation/vi.el (vi-mark-region): Use c-mark-function.
17388         (c-mark-function): Add point-moving-unit property.
17389         (vi-goto-line): Use with-no-warnings.
17391         * emulation/edt.el (edt-last-copied-word): Add defvar.
17392         (zmacs-region-stays): Likewise.
17393         (edt-mark-section-wisely): Use c-mark-function for C.
17394         Use makr-defun for Fortran.
17395         (time-string): defvar deleted.
17396         (edt-display-the-time): Don't set time-string.
17398         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17400         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17401         Don't warn when name is not constant
17402         or for defining the group `emacs'.
17404         * tooltip.el (gud-tooltip-mode): Add defvar.
17406         * startup.el (default-frame-background-mode): Add defvar.
17408         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17410         * info.el (tool-bar-map): Add defvar.
17412         * dired.el (dnd-protocol-alist): Add defvar.
17414         * dired-aux.el (dired-query): Display question with answer, when
17415         the user answers.
17417         * custom.el (custom-add-option): Doc fix.
17419         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17421 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
17423         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17424         bogus name from the last change.
17426 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
17428         * custom.el (custom-declare-variable): Fix typos in comment.
17429         (custom-known-themes): Doc fix.
17430         (custom-theme-directory): New defcustom.
17431         (require-theme): Make it check `custom-theme-directory'.
17433         * cus-theme.el (custom-new-theme-mode): New function.
17434         (custom-theme-name, custom-theme-variables, custom-theme-faces)
17435         (custom-theme-description): Add compiler defvars.
17436         (customize-create-theme): Add doc to the "*New Custom Theme*"
17437         buffer.  Use `custom-new-theme-mode'.
17438         (custom-theme-write): Put the created buffer in emacs-lisp-mode
17439         and save it to the `custom-theme-directory'.  Make this the
17440         default directory of the buffer.
17442 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
17444         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17445         Fix unbalanced parentheses.
17447 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17449         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17450         into flymake-mode and delegate to flymake-mode.
17452         * find-file.el (ff-which-function-are-we-in): Clean up.
17454 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
17456         * replace.el (occur-rename-buffer): Fix docstring.
17458         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17459         (edt-last-copied-word, edt-learn-macro-count)
17460         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17461         (edt-rect-start-point, edt-user-global-map, rect-start-point)
17462         (time-string, zmacs-region-stays):
17463         * emulation/edt-mapper.el (edt-save-function-key-map)
17464         (EDT-key-name): `defvar' to silence the byte-compiler.
17466 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
17468         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17469         font-lock-regexp-backslash.  Doc fix.
17470         (font-lock-regexp-backslash-grouping-construct): Rename from
17471         font-lock-regexp-backslash-construct.  Doc fix.
17472         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17473         grouping constructs.
17475 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
17477         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17478         updating all the prerequisites.
17480 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
17482         * textmodes/org.el (org-agenda-start-on-weekday)
17483         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17484         (org-agenda-use-time-grid, org-archive-location)
17485         (org-allow-space-in-links, org-usenet-links-prefer-google)
17486         (org-enable-table-editor, org-export-default-language)
17487         (org-export-html-show-new-buffer, org-fill-paragraph)
17488         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17489         (org-goto-quit, org-occur, org-eval-in-calendar)
17490         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17491         (org-agenda-diary-entry, org-remember-help)
17492         (org-table-convert-region, org-at-table-p)
17493         (org-table-move-row-down, org-table-move-row-up)
17494         (org-table-copy-region, org-table-toggle-vline-visibility)
17495         (org-table-get-stored-formulas, org-table-get-specials)
17496         (org-recalc-commands, org-table-eval-formula)
17497         (org-table-formula-substitute-names, orgtbl-make-binding)
17498         (org-format-org-table-html, org-format-table-table-html)
17499         (org-format-table-table-html-using-table-generate-source)
17500         (org-customize): Fix typos in docstrings.
17501         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17502         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17503         (org-back-to-heading): Doc fixes.
17504         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17505         (org-agenda-change-all-lines, org-get-header):
17506         Improve argument/docstring consistency.
17507         (orgtbl-error): Fix error message.
17509         * progmodes/flymake.el (flymake-find-possible-master-files)
17510         (flymake-master-file-compare, flymake-get-line-err-count)
17511         (flymake-highlight-line, flymake-gui-warnings-enabled):
17512         Fix typos in docstrings.
17513         (flymake-parse-line, flymake-get-project-include-dirs-function)
17514         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17515         Doc fixes.
17516         (flymake-get-project-include-dirs-function)
17517         (flymake-make-err-menu-data):
17518         Improve argument/docstring consistency.
17520 2005-07-01  Lute Kamstra  <lute@gnu.org>
17522         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17523         Catch errors with ignore-errors.  Use temporary buffer.
17524         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
17526         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17527         background color faces.
17528         (facemenu-set-foreground, facemenu-set-background):
17529         Use facemenu-set-face-from-menu.
17530         (facemenu-set-face-from-menu): Treat face names that start with
17531         "fg:" or "bg:" as special.
17532         (facemenu-add-new-color): Don't create faces.  Simplify.
17534 2005-06-30  Richard M. Stallman  <rms@gnu.org>
17536         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17537         (crm-find-current-element): Likewise.
17539 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
17541         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17543 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17545         * arc-mode.el (archive-extract): Make it work as a mouse binding.
17546         (archive-mouse-extract): Make it an obsolete alias.
17547         (archive-mode-map): Don't use archive-mouse-extract any more.
17548         (archive-mode, archive-extract): write-contents-hooks ->
17549         write-contents-functions.
17550         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17551         first arg.
17552         (archive-rename-entry): Update the call.
17553         (archive-zip-summarize): Remove unused var `method'.
17554         (archive-lzh-summarize): Remove unused var `creator'.
17556         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17557         dedicated frame upon exit.
17559         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17560         (archive-zip-extract, archive-zip-expunge)
17561         (archive-zip-update, archive-zip-update-case): Use executable-find.
17562         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17563         Use restore-buffer-modified-p.
17564         (archive-extract, archive-add-new-member, archive-write-file-member):
17565         Use with-current-buffer.
17566         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17568 2005-06-30  Andreas Schwab  <schwab@suse.de>
17570         * progmodes/gud.el (gud-filter): Remove unneeded progn.
17572 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
17574         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17576 2005-06-30  Juri Linkov  <juri@jurta.org>
17578         * faces.el (vertical-border): Inherit from mode-line-inactive
17579         only on tty.
17581 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
17583         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17584         example, -NLINES in the `occur' docstring).
17586         * replace.el (occur-1): When no matches are found, do not set the
17587         `buffer-read-only' and modified flags for the occur buffer,
17588         because it is deleted.
17590         * emulation/cua-base.el (cua-check-pending-input)
17591         (cua-repeat-replace-region, cua-mode, cua-debug)
17592         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17593         Fix typos in docstrings.
17595         * emulation/cua-gmrk.el (cua-toggle-global-mark)
17596         (cua-cut-region-to-global-mark)
17597         (cua--cut-rectangle-to-global-mark):
17598         Remove period from end of messages.
17600         * emulation/cua-rect.el (cua-do-rectangle-padding):
17601         Remove period from end of messages.
17602         (cua--rectangle-seq-format): Fix typo in docstring.
17603         (cua-sequence-rectangle, cua-fill-char-rectangle):
17604         Improve argument/docstring consistency.
17606 2005-06-29  Juri Linkov  <juri@jurta.org>
17608         * faces.el (default-frame-background-mode): New internal variable.
17609         (frame-set-background-mode): Use it.
17611         * startup.el (normal-top-level): Set default-frame-background-mode
17612         instead of frame-background-mode.  Before setting it, test for its
17613         nil value.  Remove tests for frame-background-mode and frame
17614         parameter `reverse'.  Add test for "unspecified-fg".
17616         * term/xterm.el (xterm-rxvt-set-background-mode):
17617         * term/rxvt.el (rxvt-set-background-mode):
17618         Set default-frame-background-mode instead of frame-background-mode.
17620 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
17622         * simple.el (set-variable): Warn about obsolete user variables.
17624         * imenu.el (imenu--completion-buffer):
17625         * mouse.el (mouse-buffer-menu-alist):
17626         * msb.el (msb-invisible-buffer-p):
17627         * calendar/diary-lib.el (diary-header-line-format):
17628         * emacs-lisp/pp.el (pp-buffer):
17629         * progmodes/cperl-mode.el (cperl-do-auto-fill):
17630         * textmodes/picture.el (picture-replace-match):
17631         Change space constants followed by a sexp to "?\s ".
17633         * play/decipher.el (decipher-loop-with-breaks):
17634         * textmodes/texinfo.el (texinfo-insert-@item): Change space
17635         constants "protected" from end of line by a comment to "?\s".
17637 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17639         * font-lock.el (save-buffer-state): Use `declare'.
17641         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17642         reset the syntax-table to cperl-mode-syntax-table.
17643         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17644         "foo_print_bar" is not matched as a reserved keyword.
17646 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
17648         * textmodes/org.el (orgtbl-setup): New function, for delayed
17649         setup for the orgtbl commands.
17650         (org-calc-default-modes): New option.
17651         (orgtbl-make-binding): Use `defun' to get better help display.
17652         (org-diary): Call `org-compile-prefix-format'.
17653         (org-table-formula-substitute-names): New function.
17654         (org-agenda-day-view, org-agenda-week-view): New commands.
17655         (org-agenda-toggle-week-view): Command removed.
17656         (org-tbl-menu): Split off from org-org-menu.
17657         (org-mode): Move removal of outline-mode menus to here.
17658         (org-table-formula-debug): New option.
17659         (org-table-insert-row): Keep first field if just "#" or "*".
17660         (org-mode): Paragraph regexps fixed.
17661         (org-table-recalculate-regexp): New constant.
17662         (org-table-justify-field-maybe): Avoid replace if not necessary.
17663         (org-copy-special, org-cut-special): Use `call-interactively'.
17664         (org-table-copy-region): Take region from `interactive' call.
17665         (org-trim): Return string even if no match.
17666         (org-formula): New face.
17667         (org-set-font-lock-defaults): No longer highlight "FIXME".
17668         But highlight formula-related fields in table.
17669         (org-table-p): Use regexp, not fontification.
17670         (org-table-align): Handle white space at end of line.
17671         (org-table-formula-evaluate-inline): New option.
17672         (org-mode): Auto-wrapping in comment lines turned off.
17673         (org-table-copy-down): Evaluate only in copied field, not in
17674         destination.
17675         (org-table-current-formula): Variable removed.
17676         (org-table-store-formulas, org-table-get-stored-formulas)
17677         (org-table-modify-formulas, org-table-replace-in-formulas)
17678         (org-table-maybe-eval-formula): New functions.
17679         (org-table-get-formula): Modify to use stored formulas.
17680         (org-table-insert-column, org-table-delete-column)
17681         (org-table-move-column): Call `org-table-modify-formulas'.
17682         (org-complete): Add completion for keyword formulas.
17683         (orgtbl-mode): Pull orgtbl-mode-map to start of
17684         minor-mode-map-alist.
17686 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17688         * progmodes/python.el (python-check): Require `compile' before
17689         modifying its variables.
17691         * newcomment.el (comment-indent-default): Don't get fooled by an early
17692         end of buffer.
17694 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17696         * ps-print.el (ps-print-version): Fix version number.
17698 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
17700         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17702 2005-06-28  Richard M. Stallman  <rms@gnu.org>
17704         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17705         (flyspell-local-mouse-map): Declaration deleted.
17706         (flyspell-mouse-map): Bind only mouse-2.
17707         (flyspell-mode-map): Don't test flyspell-use-local-map.
17708         (flyspell-overlay-keymap-property-name): Var deleted.
17709         (flyspell-mode-on): Don't make local bindings for
17710         flyspell-mouse-map and flyspell-mode-map.
17711         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17713         * textmodes/ispell.el (ispell-word): Do not ignore short words.
17715         * progmodes/compile.el (compilation-next-error-function):
17716         Don't switch buffers; operate on the current buffer.
17718         * progmodes/compile.el (compilation-error-file-name)
17719         (compilation-warning-file-name, compilation-info-file-name)
17720         (compilation-line-number, compilation-column-number): New faces.
17721         (compilation-error-face, compilation-warning-face)
17722         (compilation-info-face, compilation-line-face)
17723         (compilation-column-face): Use them.
17725         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17727         * comint.el (comint-password-prompt-regexp): Accept ", try again".
17729         * bindings.el (global-map): Bind insertchar and its variants.
17731 2005-06-27  Richard M. Stallman  <rms@gnu.org>
17733         * textmodes/artist.el (artist-text-overwrite)
17734         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17736 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17738         * ps-print.el: It was not working the page selection for printing.
17739         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17740         (ps-print-version): New version 6.6.7.
17741         (ps-end-sheet): New fun.
17742         (ps-header-sheet, ps-end-job): Call it.
17744 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
17746         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17748 2005-06-27  Lute Kamstra  <lute@gnu.org>
17750         * facemenu.el (facemenu-unlisted-faces): Add foreground and
17751         background color faces.
17752         (facemenu-get-face): Delete function.
17753         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17754         (facemenu-add-new-color): Make second argument mandatory.
17755         Create the appropriate face and return it.  Simplify.
17756         (facemenu-set-foreground, facemenu-set-background): Don't check if
17757         color is defined.  Use return value of facemenu-add-new-color.
17759 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
17761         * progmodes/gud.el (gud-filter): Add missing argument to
17762         with-selected-window.
17764 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17766         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17767         a :require to the defcustom.
17769         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17770         defcustoms corresponding to minor modes.
17772 2005-06-26  David Ponce  <david@dponce.com>
17774         * recentf.el: Require tree-widget instead of wid-edit.
17775         (recentf-filename-handler): Fix widget :type.
17776         (recentf-cancel-dialog, recentf-open-more-files)
17777         (recentf-open-files-action): Doc fix.
17778         (recentf-dialog-goto-first): New function.
17779         (recentf-dialog-mode-map): Set parent keymap first.
17780         (recentf-dialog-mode): Define with define-derived-mode.
17781         Don't display continuation lines in dialogs.
17782         (recentf-edit-list): Rename from recentf-edit-selected-items.
17783         (recentf-edit-list-select): Rename from recentf-edit-list-action.
17784         Simplify.
17785         (recentf-edit-list-validate): New function.
17786         (recentf-edit-list): Update accordingly.
17787         (recentf-open-files-item-shift): Remove.
17788         (recentf-open-files-item): Convert menu elements into tree and
17789         link widgets.  Don't create the widgets.
17790         (recentf-open-files): Update accordingly.
17791         (recentf-save-list): Untabify.
17793 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
17795         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17796         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
17797         partially contained in the active region.  Do not take active
17798         region into account when called from Lisp, unless INTERACTIVE arg
17799         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
17800         avoid trouble with fields.  Make marker point nowhere when no
17801         longer used.  Always return nil.  Doc fix.
17802         (flush-lines): Add INTERACTIVE arg.  Do not take active region
17803         into account when called from Lisp, unless INTERACTIVE arg is
17804         non-nil.  Use `forward-line' instead of `beginning-of-line' to
17805         avoid trouble with fields.  Make marker point nowhere when no
17806         longer used.  Always return nil.  Doc fix.
17807         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
17808         interchangeable.  Do not take active region into account when
17809         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
17810         message in echo area when called from Lisp, unless INTERACTIVE arg
17811         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
17812         Return the number of matches.  Doc fix.
17813         (occur): Doc fix.
17814         (perform-replace): Make comment follow double space convention for
17815         the sake of `outline-minor-mode'.
17817         * faces.el (facep): Doc fix.
17819 2005-06-25  Richard M. Stallman  <rms@gnu.org>
17821         * facemenu.el (facemenu-enable-faces-p): New function.
17822         (facemenu-background-menu, facemenu-foreground-menu)
17823         (facemenu-face-menu): Add menu-enable property.
17825         * jka-compr.el (jka-compr-insert-file-contents):
17826         Special handling if cannot find the uncompression program.
17828         * cus-face.el (custom-face-attributes): Add autoload.
17830         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17831         Bind comment-indent-function locally.
17833         * window.el (save-selected-window): Use save-current-buffer.
17835         * subr.el (with-selected-window): Use save-current-buffer.
17837         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17838         and with-current-buffer.
17840 2005-06-24  Richard M. Stallman  <rms@gnu.org>
17842         * simple.el (line-move-1): Fix previous change.
17844 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17846         * replace.el (occur-1): Set `buffer-read-only' and the
17847         buffer-modified flag before running `occur-hook' to protect
17848         against unintentional buffer switches that can lead to data loss.
17850 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
17852         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17853         (gud-gdb-marker-filter): Use font-lock-warning-face for any
17854         initial error.
17856         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17857         after fresh input.
17858         (gdb-var-create-handler): Put name of expression in quotes.
17860 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
17862         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17863         elements of RING in order, and without bogus nil elements.
17865 2005-06-23  Richard M. Stallman  <rms@gnu.org>
17867         * simple.el (set-variable): Args renamed; doc fix.
17868         (line-move-1): When there are overlays around, use vertical-motion.
17870         * faces.el (escape-glyph): Use brown against light background.
17871         (nobreak-space): Rename from no-break-space.
17872         Fix previous change.
17874         * dired-aux.el (dired-do-copy): Fix arg prompt.
17876         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17878 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
17880         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17881         rather than "Distributor".
17883 2005-06-23  Lute Kamstra  <lute@gnu.org>
17885         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17886         (debug-on-entry): Use it.  New interactive declaration that uses
17887         function-called-at-point.
17889 2005-06-23  Kim F. Storm  <storm@cua.dk>
17891         * subr.el (save-match-data): Add comment about using evaporate arg
17892         to set-match-data.
17894 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
17896         * cus-edit.el (customize-face)
17897         (customize-face-other-window): Handle face aliases.
17899         * faces.el (face-documentation, set-face-attribute)
17900         (face-spec-set): Handle face aliases.
17902 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
17904         * help-mode.el (help-make-xrefs): If a symbol representing a face
17905         name is not followed by the word "face", it could still be a
17906         function or variable name, so don't bypass other checks.
17908 2005-06-22  Juri Linkov  <juri@jurta.org>
17910         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17911         Replace aliased functions with calls where second arg `inherit' is t.
17913 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
17915         * progmodes/gdb-ui.el (gdb-error): New variable.
17916         (gdb-error): New function.
17917         (gdb-annotation-rules): Act on error-begin and error annotations.
17918         (gdb-concat-output): Use font-lock-warning-face for errors.
17920 2005-06-22  Miles Bader  <miles@gnu.org>
17922         * bindings.el (propertized-buffer-identification): Use renamed
17923         `Buffer-menu-buffer' face.
17925         * faces.el (vertical-border): Rename from `vertical-divider'.
17926         (escape-glyph): Change dark-background color back to `cyan'.
17928 2005-06-21  Juri Linkov  <juri@jurta.org>
17930         * faces.el (face-user-default-spec): Try getting `customized-face'
17931         prior to `saved-face'.
17932         (frame-background-mode): Refill docstring.
17934         * emacs-lisp/lisp-mode.el (eval-defun-1):
17935         * emacs-lisp/edebug.el (edebug-eval-defun):
17936         Set `saved-face' temporarily to nil before calling form.
17937         Set `customized-face' to the new spec after that.
17939 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17941         * subr.el (1value, lambda, key-substitution-in-progress):
17942         Doc fixes.
17944         * autoinsert.el (auto-insert-alist):
17945         * ses.el (ses-call-printer):
17946         * subr.el (noreturn):
17947         * emacs-lisp/lisp.el (check-parens):
17948         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17949         * net/browse-url.el (browse-url-mosaic):
17950         * progmodes/cc-defs.el (c-safe-scan-lists):
17951         * progmodes/ebnf-abn.el (ebnf-abn-lex):
17952         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17953         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17954         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17955         * progmodes/ebnf-iso.el (ebnf-iso-lex):
17956         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17958 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17960         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17962 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
17964         * calendar/appt.el (appt-make-list): Activate the package, if
17965         not already active (for backwards compatibility).
17967 2005-06-20  Kim F. Storm  <storm@cua.dk>
17969         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
17971 2005-06-20  Miles Bader  <miles@gnu.org>
17973         * faces.el (vertical-divider): New face.
17975 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
17977         * simple.el (kill-whole-line): Doc fix.
17978         (next-error-buffer-p, next-error-find-buffer)
17979         (clone-indirect-buffer): Fix typos in docstrings.
17980         (comment-line-break-function): Doc fix: don't say variable
17981         is automatically buffer-local (it isn't).
17983 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
17985         * net/tramp-ftp.el (top):
17986         * net/tramp-smb.el (top):
17987         * net/tramp-util.el (top):
17988         * net/tramp-uu.el (top):
17989         * net/tramp-vc.el (top):
17990         * net/tramp.el (top): Revert copyright years back to original
17991         ones.  Tramp has a life outside GNU Emacs.
17993 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
17995         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17997 2005-06-18  Juri Linkov  <juri@jurta.org>
17999         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18000         end of first regexp to limit the match to the position between
18001         line number and source line with same separator character as used
18002         between file name and line number.  In the second regexp limit
18003         mouse-face area to file name and line number by adding new group
18004         for them and referring it in HYPERLINK arg.
18005         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18006         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18007         previous line where grep markers may be already removed.
18009 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
18011         * progmodes/ps-mode.el: Update version and maintainer's email address.
18013 2005-06-18  Steve Youngs  <steve@xemacs.org>
18015         * net/browse-url.el (browse-url-browser-function)
18016         (browse-url-default-browser): Add firefox.
18017         (browse-url-firefox-program, browse-url-firefox-arguments)
18018         (browse-url-firefox-startup-arguments)
18019         (browse-url-firefox-new-window-is-tab): New defcustoms.
18020         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18022 2005-06-17  Richard M. Stallman  <rms@gnu.org>
18024         * startup.el (command-line): Warn if specified user name has
18025         no home directory.
18027         * term.el (term-get-old-input, term-input-filter, term-input-sender)
18028         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18030         * longlines.el (longlines-mode, longlines-show-hard-newlines):
18031         Doc fixes.
18033         * faces.el (underline): Try bold if terminal doesn't support underline.
18035         * mail/sendmail.el (mail-setup-with-from): New variable.
18036         (mail-insert-from-field): New function.
18037         (sendmail-send-it): Call it.
18038         (mail-setup): Optionally call it here.
18040         * term/linux.el: Call tty-no-underline.
18042 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
18044         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18046 2005-06-17  Miles Bader  <miles@gnu.org>
18048         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18049         (ediff-current-diff-C, ediff-current-diff-Ancestor)
18050         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18051         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18052         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18053         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18054         Remove "-face" suffix from face names.
18055         (ediff-current-diff-face-A, ediff-current-diff-face-B)
18056         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18057         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18058         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18059         (ediff-even-diff-face-A, ediff-even-diff-face-B)
18060         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18061         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18062         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18063         New backward-compatibility aliases for renamed faces.
18064         (ediff-current-diff-face-A, ediff-current-diff-face-B)
18065         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18066         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18067         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18068         (ediff-even-diff-face-A, ediff-even-diff-face-B)
18069         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18070         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18071         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18072         Use renamed ediff faces.
18074         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18075         Remove "-face" suffix from face names.
18076         (eshell-test-ok-face, eshell-test-failed-face):
18077         New backward-compatibility aliases for renamed faces.
18078         (eshell-run-test): Use renamed eshell-test faces.
18080         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18081         face name.
18082         (eshell-prompt-face): New backward-compatibility alias for renamed
18083         face.
18084         (eshell-emit-prompt): Use renamed eshell-prompt face.
18086         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18087         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18088         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18089         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18090         Remove "-face" suffix from face names.
18091         (eshell-ls-directory-face, eshell-ls-symlink-face)
18092         (eshell-ls-executable-face, eshell-ls-readonly-face)
18093         (eshell-ls-unreadable-face, eshell-ls-special-face)
18094         (eshell-ls-missing-face, eshell-ls-archive-face)
18095         (eshell-ls-backup-face, eshell-ls-product-face)
18096         (eshell-ls-clutter-face):
18097         New backward-compatibility aliases for renamed faces.
18098         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18100         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18101         Remove "-face" suffix from face name.
18102         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18103         instead of literal face.
18105 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
18107         * emacs-lisp/warnings.el (display-warning, lwarn)
18108         (warning-minimum-log-level): Doc fixes.
18109         (warning-minimum-level, warning-minimum-log-level):
18110         Add :debug to :type choices.
18112         * progmodes/ada-mode.el (ada-format-paramlist)
18113         (ada-get-indent-case, ada-check-matching-start)
18114         (ada-check-defun-name, ada-goto-matching-decl-start)
18115         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18116         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18117         (ada-make-subprogram-body): Follow error conventions.
18118         (ada-case-exception-file, ada-indent-comment-as-code)
18119         (ada-indent-handle-comment-special, ada-indent-renames)
18120         (ada-indent-return, ada-search-directories-internal)
18121         (ada-tab-policy, ada-case-exception-substring)
18122         (ada-other-file-alist, ada-matching-start-re)
18123         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18124         (ada-imenu-generic-expression, ada-compile-goto-error)
18125         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18126         (ada-popup-menu, ada-add-extensions, ada-mode)
18127         (ada-region-selected, ada-create-case-exception)
18128         (ada-create-case-exception-substring, ada-after-keyword-p)
18129         (ada-activate-keys-for-case, ada-adjust-case-region)
18130         (ada-adjust-case-buffer, ada-format-paramlist)
18131         (ada-scan-paramlist, ada-insert-paramlist)
18132         (ada-indent-newline-indent)
18133         (ada-indent-newline-indent-conditional)
18134         (ada-justified-indent-current, ada-goto-previous-word)
18135         (ada-indent-current, ada-get-indent-open-paren)
18136         (ada-get-indent-paramlist, ada-get-indent-end)
18137         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18138         (ada-get-indent-block-start, ada-get-indent-subprog)
18139         (ada-get-indent-noindent, ada-get-indent-label)
18140         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18141         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18142         (ada-goto-stmt-end, ada-goto-next-word)
18143         (ada-check-matching-start, ada-check-defun-name)
18144         (ada-goto-matching-decl-start, ada-goto-matching-start)
18145         (ada-goto-matching-end, ada-search-ignore-string-comment)
18146         (ada-in-decl-p, ada-looking-at-semi-or)
18147         (ada-looking-at-semi-private, ada-in-paramlist-p)
18148         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18149         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18150         (ada-next-procedure, ada-previous-procedure, ada-next-package)
18151         (ada-previous-package, ada-create-menu)
18152         (ada-fill-comment-paragraph-justify)
18153         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18154         (ada-other-file-name, ada-last-which-function-line)
18155         (ada-last-which-function-subprog, ada-which-function)
18156         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18157         (ada-gen-treat-proc, ada-check-emacs-version)
18158         (ada-continuation-indent, ada-align-region-separate):
18159         Fix typos in docstrings.
18160         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18162 2005-06-16  Lute Kamstra  <lute@gnu.org>
18164         * simple.el (fundamental-mode): Run after-change-major-mode-hook
18165         conditionally.
18167 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18169         * comint.el (comint-replace-by-expanded-filename)
18170         (comint-prompt-regexp, comint-delimiter-argument-list)
18171         (comint-preinput-scroll-to-bottom):
18172         * info.el (Info-hide-cookies-node):
18173         * ls-lisp.el (ls-lisp-classify):
18174         * find-file.el (ff-search-directories, ff-special-constructs)
18175         (ff-find-other-file):
18176         * font-lock.el (font-lock-keywords):
18177         * shell.el (shell-prompt-pattern)
18178         (shell-dynamic-complete-functions, shell-mode)
18179         (shell-delimiter-argument-list):
18180         * term.el (term-replace-by-expanded-filename)
18181         (term-prompt-regexp, term-delimiter-argument-list):
18182         * woman.el (woman-ignore, woman0-if):
18183         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18184         * emacs-lisp/elint.el (elint-init-env):
18185         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18186         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18187         * language/ethio-util.el (ethio-tilde-escape)
18188         (ethio-use-three-dot-question):
18189         * net/zone-mode.el (zone-mode-load-time-setup):
18190         * progmodes/cc-align.el (c-lineup-argcont):
18191         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18192         * progmodes/cperl-mode.el (cperl-set-style-back):
18193         * progmodes/inf-lisp.el (inferior-lisp-prompt):
18194         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18195         Fix spellings in docstrings.
18197         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18198         * progmodes/modula2.el (m2-for): Fix spellings.
18200         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18202         * simple.el (undo-more): Don't use `format' on `error' arguments.
18203         Improve argument/docstring consistency.
18204         (pending-undo-list): Doc fix.
18206         * smerge-mode.el (smerge-ensure-match):
18207         * emulation/vip.el (vip-ex):
18208         * net/zone-mode.el (zone-mode-update-serial):
18209         * progmodes/idlwave.el (idlwave-complete):
18210         * progmodes/vhdl-mode.el (vhdl-visit-file)
18211         (vhdl-compose-wire-components):
18212         Don't use `format' on `error' arguments.
18214         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18215         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18216         (tooltip-help-tips): Fix typos in docstrings.
18218 2005-06-16  David Ponce  <david@dponce.com>
18220         * tree-widget.el (tree-widget-value-create): Simplify last change.
18222 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
18224         * ido.el (ido-incomplete-regexp): New variable.
18225         (ido-set-matches-1): Handle invalid-regexp error and set
18226         ido-incomplete-regexp.
18227         (ido-incomplete-regexp): New face.
18228         (ido-completions): Use it.
18229         (ido-complete, ido-exit-minibuffer, ido-completions):
18230         Handle incomplete regexps.
18231         (ido-completions): Add check for complete match when entering a regexp.
18233 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18235         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18237 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18239         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18240         by field delimiters.
18242 2005-06-15  David Ponce  <david@dponce.com>
18244         * tree-widget.el: eval-and-compile inlined functions so they will
18245         be available at run-time too.
18246         (tree-widget-super-format-handler)
18247         (tree-widget-format-handler): Remove.
18248         (tree-widget-value-create): Handle the :indent property.
18250 2005-06-15  Miles Bader  <miles@gnu.org>
18252         * progmodes/which-func.el (which-func): Only inherit
18253         `font-lock-function-name-face' when that makes sense against the
18254         default mode-line face, otherwise set the face color explicitly.
18256         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18257         faces instead of (non-existent) variables.
18259 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18261         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18262         (iswitchb-get-matched-buffers): Likewise.  Simplify.
18264 2005-06-14  Miles Bader  <miles@gnu.org>
18266         * progmodes/ld-script.el (ld-script-location-counter):
18267         Remove "-face" suffix from face name.
18268         (ld-script-location-counter-face):
18269         New backward-compatibility alias for renamed face.
18270         (ld-script-location-counter-face): Use renamed face.
18272         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18273         (cperl-hash): Remove "-face" suffix from face names.
18274         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18275         New backward-compatibility aliases for renamed faces.
18276         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18277         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18279         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18280         name.
18281         (which-func-face): New backward-compatibility alias for renamed face.
18282         (which-func-format): Use renamed which-func face.
18284         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18285         (vhdl-function, vhdl-directive, vhdl-reserved-word)
18286         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18287         names.
18288         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18289         (vhdl-speedbar-configuration, vhdl-speedbar-package)
18290         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18291         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18292         (vhdl-speedbar-architecture-selected)
18293         (vhdl-speedbar-configuration-selected)
18294         (vhdl-speedbar-package-selected)
18295         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18296         names.
18297         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18298         Use renamed faces.
18299         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18300         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18301         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18302         Use renamed faces.
18303         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18304         names.
18305         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18306         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18307         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18308         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18309         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18310         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18312         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18313         face name.
18314         (sh-heredoc-face): New backward-compatibility alias for renamed face.
18315         (sh-heredoc-face): Use renamed sh-heredoc face.
18317         * progmodes/idlw-help.el (idlwave-help-link):
18318         Remove "-face" suffix from face name.
18319         (idlwave-help-link-face):
18320         New backward-compatibility alias for renamed face.
18321         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18323         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18324         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18325         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18326         New backward-compatibility aliases for renamed faces.
18327         (idlwave-shell-disabled-breakpoint-face)
18328         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18330         * progmodes/flymake.el (flymake-errline, flymake-warnline):
18331         Remove "-face" suffix from face names.
18332         (flymake-errline-face, flymake-warnline-face):
18333         New backward-compatibility aliases for renamed faces.
18334         (flymake-highlight-line): Use renamed flymake faces.
18336         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18337         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18338         (ebrowse-member-class, ebrowse-progress):
18339         Remove "-face" suffix from face names.
18340         (ebrowse-tree-mark-face, ebrowse-root-class-face)
18341         (ebrowse-file-name-face, ebrowse-default-face)
18342         (ebrowse-member-attribute-face, ebrowse-member-class-face)
18343         (ebrowse-progress-face):
18344         New backward-compatibility aliases for renamed faces.
18345         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18346         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18347         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18348         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18350         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18351         antlr-syntax)
18352         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18353         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18354         names.
18355         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18356         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18357         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18358         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18359         backward-compatibility aliases for renamed faces.
18360         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18361         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18362         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18363         remove "font-lock-".  Use renamed antlr-mode faces.
18364         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
18365         literal face-names with face variable references.
18367         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18368         face name.
18369         (Buffer-menu-buffer-face): New backward-compatibility alias for
18370         renamed face.
18371         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18373 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
18375         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18376         Eliminate "-face" suffix.
18377         (makefile-targets): Inherit from font-lock-function-name-face and
18378         eliminate "-face" suffix.
18379         (makefile-shell): Remove attributes and eliminate "-face" suffix.
18380         (makefile-*-font-lock-keywords): Append makefile-targets in rule
18381         actions, instead of prepending, to make it less visible.
18382         (makefile-previous-dependency, makefile-match-dependency):
18383         Don't match a target on a continuation line.
18385         * files.el (auto-mode-alist): Put Makefile in gmake mode.
18387 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
18389         * progmodes/gdb-ui.el (menu): Re-order menu items.
18390         (gdb-tooltip-print): Respect tooltip-use-echo-area.
18392         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18393         Define in tooltip.el.
18394         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18395         (gud-tooltip-tips): Respect tooltip-use-echo-area and
18396         gud-tooltip-echo-area.
18398         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18399         backward compatibility and make obsolete.
18400         (tooltip-help-tips): Use tooltip-use-echo-area.
18401         (tooltip-show-help-function): Rename to...
18402         (tooltip-show-help): ...this, because it is a function.
18403         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18405 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
18407         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18408         (edebug-print-length, edebug-print-level, edebug-print-circle)
18409         (edebug-modify-breakpoint, edebug-eval-last-sexp)
18410         (edebug-eval-print-last-sexp): Doc fixes.
18412 2005-06-14  Kim F. Storm  <storm@cua.dk>
18414         * ido.el (ido-mode): Make a new keymap every time we enable ido,
18415         as the coverage buffer/file/both may change.
18417 2005-06-14  Lute Kamstra  <lute@gnu.org>
18419         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18420         and run-mode-hooks.  Simplify.
18422         * mail/rmailedit.el (rmail-edit-mode):
18423         * progmodes/octave-inf.el (inferior-octave-mode):
18424         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18426         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18427         and run-mode-hooks.
18428         (recentf-edit-list, recentf-open-files): Don't call
18429         kill-all-local-variables directly.
18431         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18433 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18435         * emacs-lisp/byte-run.el (make-obsolete)
18436         (define-obsolete-function-alias): Rename arguments FUNCTION and
18437         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18438         (make-obsolete-variable, define-obsolete-variable-alias):
18439         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18440         respectively.
18442         * isearchb.el (isearchb-activate):
18443         * pcvs.el (cvs-mode):
18444         * ses.el (ses-load):
18445         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18446         * net/tramp.el (tramp-find-file-exists-command)
18447         (tramp-find-shell):
18448         * progmodes/ada-mode.el (ada-create-case-exception)
18449         (ada-create-case-exception-substring, ada-make-subprogram-body):
18450         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18451         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18452         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18453         * textmodes/org.el (org-promote, org-evaluate-time-range)
18454         (org-agenda-next-date-line, org-agenda-previous-date-line)
18455         (org-agenda-error, org-open-at-point, org-table-move-row)
18456         (org-format-table-table-html-using-table-generate-source)
18457         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18458         * textmodes/reftex.el (reftex-access-scan-info):
18459         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18460         (reftex-toc-promote-prepare): Follow error conventions.
18462         * diff-mode.el (diff-mode): Fix typo in docstring.
18464         * forms.el (forms--intuit-from-file): Fix reference to
18465         `forms-number-of-fields' in error message.
18466         (forms-print): Fix quoting in error message.
18468         * forms.el (forms-mode):
18469         * emulation/vi.el (vi-goto-insert-state):
18470         * progmodes/flymake.el (flymake-new-err-info)
18471         (flymake-start-syntax-check-for-current-buffer)
18472         (flymake-simple-cleanup):
18473         * eshell/esh-var.el (eshell/export):
18474         * progmodes/gud.el (xdb):
18475         * textmodes/flyspell.el (flyspell-incorrect-hook)
18476         (flyspell-maybe-correct-transposition)
18477         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18479 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
18481         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18482         minibuffer prompt.
18484 2005-06-13  Kim F. Storm  <storm@cua.dk>
18486         * subr.el (add-to-ordered-list): New defun.
18488         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18489         add cua--keymap-alist to emulation-mode-map-alists.
18491 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18493         * subr.el (complete-in-turn): New macro.
18494         (dynamic-completion-table, lazy-completion-table): Add debug info.
18496         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18497         in preference to face aliases.
18499         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18500         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18501         Remove unused vars `start' and `firstline'.
18502         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18503         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18505 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
18507         * cus-start.el (all): Don't complain about missing GTK-related
18508         variables, unless either `gtk' is boundp or this isn't a
18509         `windows-nt' build.
18511 2005-06-13  Lute Kamstra  <lute@gnu.org>
18513         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18514         run-mode-hooks.
18516         * ediff-mult.el (ediff-meta-mode):
18517         * ediff-util.el (ediff-mode): Use run-mode-hooks.
18519         * ledit.el (ledit-mode): Use delay-mode-hooks.
18521         * woman.el (woman-mode-line-format): Delete constant.
18522         (woman-mode-map): Initialize it properly.
18523         (woman-mode): Set mode-class property to special.
18524         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
18525         Set major-mode and mode-name.  Don't set mode-line-format directly.
18526         (Man-getpage-in-background): Don't reference woman-mode-line-format.
18528         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18529         string argument obsolete.
18531 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
18533         * textmodes/org.el (org-CUA-compatible): New option.
18534         (org-disputed-keys): New variable.
18535         (org-key): New function.
18536         (orgtbl-make-binding): Add docstring to the created function.
18537         (org-mode): Set paragraph start/separate regexps.
18538         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18539         (org-archive-location, org-archive-mark-done)
18540         (org-archive-stamp-time): New options.
18541         (org-archive-subtree): New command.
18542         (org-fill-paragraph): New function.
18543         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18544         (org-fake-empty-table-line): Function removed.
18545         (org-format-org-table-html): Do not create empty table lines at
18546         separator lines.  Improved table header treatment.
18547         (org-link-format): New option.
18548         (org-make-link): New function.
18549         (org-insert-link, org-store-link): Use org-make-link.
18550         (org-open-file): Quote file name for shell command, to allow
18551         spaces in file names.
18552         (org-link-regexp): Fix bug with mailto link.
18553         (org-link-maybe-angles-regexp, org-protected-link-regexp):
18554         New constants.
18555         (org-export-as-html): Deal with the optional angles around a link.
18556         Better treatment of file: links.
18557         (org-open-at-point): Replace @{ and @} with < and >.
18558         (org-run-mode-hooks): Function removed.
18559         (org-agenda-mode): No longer use `org-run-mode-hooks'.
18561 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
18563         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18564         MI command -data-list-register-values.
18565         (gdb-post-prompt): Indent properly.
18567 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
18569         * hilit-chg.el (highlight-changes-colors): Rename from
18570         `highlight-changes-colours'.
18571         (highlight-changes-colours): Keep as obsolete alias.
18572         (highlight-changes-face-list): Doc fix.
18573         (hilit-chg-make-list): Use `highlight-changes-colors'.
18575 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
18577         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18578         defun-prompt-regexp.
18580 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
18582         * loadup.el: Don't say we are dumping under 2 names on windows-nt
18583         and cygwin.
18585         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18586         Don't use an old loaddefs.el, as in Makefile.in.
18588 2005-06-12  Lute Kamstra  <lute@gnu.org>
18590         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18592         * man.el (Man-mode-map): Initialize it properly.
18593         (Man-mode): Set mode-class property to special.
18595         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18597 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
18599         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18600         A newline is needed in the docstring there.
18602         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18603         Doc fixes.
18605 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18607         * printing.el: Doc fix.  The menubar is no more changed when printing
18608         is loaded, it only changes when pr-menu-bind or pr-update-menus is
18609         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
18610         (pr-version): New version number (6.8.4).
18611         (pr-menu-bind): New command.
18612         (pr-update-menus): Docstring and code fix.
18613         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18614         Docstring fix.
18615         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18616         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18618 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
18620         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18621         "Returns" to "return", document useful return values, etc.
18623 2005-06-11  Alan Mackenzie  <acm@muc.de>
18625         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18626         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18627         (adaptive-file-function): Minor amendment to doc-string.
18629 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18631         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18632         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18633         Fix :type--it is `integer', not `string'.
18635         * faces.el (modeline-highlight): Rename from (the erroneous)
18636         `modeline-higilight'.
18638 2005-06-11  Lute Kamstra  <lute@gnu.org>
18640         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18641         lisp-interaction-mode-map but make it the parent.
18642         (edebug-eval-mode): Use define-derived-mode.
18644 2005-06-11  Andreas Schwab  <schwab@suse.de>
18646         * bindings.el: Add binding of `ESC functionkey' for every
18647         `M-functionkey'.
18648         * hexl.el (hexl-mode-map): Likewise.
18650 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
18652         * progmodes/compile.el (compilation-error-regexp-alist-alist)
18653         [msft]: update regexp for newer msft compilers.
18655 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
18657         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18658         ATTLIST portions of included DTDs.
18659         (xml-parse-dtd): Eliminate use of inefficient match-data.
18661 2005-06-10  Miles Bader  <miles@gnu.org>
18663         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18664         (mpuz-text): Remove "-face" suffix from face names.
18665         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18666         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18667         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18669         * play/gomoku.el (gomoku-O, gomoku-X):
18670         Remove "-face" suffix from face names.
18671         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18672         New backward-compatibility aliases for renamed faces.
18673         (gomoku-font-lock-keywords): Use renamed gomoku faces.
18675 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
18677         * thumbs.el: Fixes for changes of 2005-06-09.
18678         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18679         as a directory.
18680         (thumbs-thumbname): Remove directory separator from format string;
18681         `thumbs-thumbsdir' now returns a valid directory name.
18682         (thumbs-temp-dir): New defsubst.
18683         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18684         Use it.
18686         * cus-edit.el (minibuffer):
18687         * files.el (make-backup-file-name-function):
18688         * filesets.el (filesets-external-viewers):
18689         * hilit-chg.el (highlight-changes-colours)
18690         (highlight-changes-face-list, highlight-changes-rotate-faces):
18691         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18692         * kmacro.el (kmacro-call-macro):
18693         * log-edit.el (log-edit-changelog-full-paragraphs):
18694         * mouse.el (mouse-1-click-follows-link):
18695         * skeleton.el (skeleton-autowrap):
18696         * subr.el (insert-for-yank-1):
18697         * tempo.el (tempo-insert-region):
18698         * terminal.el (terminal-emulator):
18699         * time.el (display-time-mail-face):
18700         * vc.el (vc-annotate):
18701         * vcursor.el (vcursor-copy-line):
18702         * woman.el (woman-bold-headings, woman-ignore)
18703         (woman-default-faces, woman-monochrome-faces):
18704         * calendar/todo-mode.el (todo-insert-threshold):
18705         * emulation/pc-select.el (pc-select-selection-keys-only)
18706         (pc-selection-mode):
18707         * emulation/vip.el (vip-find-char-forward):
18708         * emulation/viper-cmd.el (viper-find-char-forward):
18709         * international/mule-cmds.el
18710         (select-safe-coding-system-accept-default-p)
18711         (input-method-exit-on-invalid-key):
18712         * international/mule-diag.el (describe-coding-system):
18713         * international/ucs-tables.el (unify-8859-on-encoding-mode):
18714         * net/browse-url.el (browse-url-xterm-program):
18715         * obsolete/lazy-lock.el (lazy-lock-mode):
18716         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18717         (cperl-mode):
18718         * progmodes/cpp.el (cpp-face-light-name-list)
18719         (cpp-face-dark-name-list):
18720         * progmodes/delphi.el (delphi-newline-always-indents):
18721         Fix spellings in docstrings.
18723         * ido.el (ido-mode, ido-file-extensions-order)
18724         (ido-default-file-method, ido-default-buffer-method)
18725         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18726         (ido-decorations, ido-read-file-name-as-directory-commands)
18727         (ido-read-file-name-non-ido, ido-work-directory-list)
18728         (ido-ignore-item-temp-list, ido-current-directory)
18729         (ido-magic-forward-char, ido-enter-find-file)
18730         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18731         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18733 2005-06-10  Lute Kamstra  <lute@gnu.org>
18735         * play/dunnet.el (dun-mode): Use define-derived-mode.
18736         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
18737         obsolete alias.
18739         * play/doctor.el (doctor-mode-map): Remove defvar.
18740         (doctor-mode): Use define-derived-mode.
18742         * mail/mspools.el (mspools-mode):
18743         * net/eudc-hotlist.el (eudc-hotlist-mode):
18744         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18746 2005-06-10  Miles Bader  <miles@gnu.org>
18748         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18749         Remove "-face" suffix from face names.
18750         (flyspell-incorrect-face, flyspell-duplicate-face):
18751         New backward-compatibility aliases for renamed faces.
18752         (flyspell-mode-on, make-flyspell-overlay)
18753         (flyspell-highlight-incorrect-region)
18754         (flyspell-highlight-duplicate-region)
18755         (flyspell-display-next-corrections)
18756         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18758         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18759         from face name.
18760         (texinfo-heading-face): New backward-compatibility alias for
18761         renamed face.
18762         (texinfo-heading-face): Use renamed texinfo-heading face.
18764         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18765         suffix from face names.
18766         (tex-math-face, tex-verbatim-face):
18767         New backward-compatibility aliases for renamed faces.
18768         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18769         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18770         literal face name.
18772         * textmodes/table.el (table-cell): Remove "-face" suffix from face
18773         name.
18774         (table-cell-face): New backward-compatibility alias for renamed face.
18775         (table--put-cell-face-property, table--update-cell-face):
18776         Use renamed table-cell face.
18778         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18779         from face name.
18780         (sgml-namespace-face): New backward-compatibility alias for
18781         renamed face.
18782         (sgml-namespace-face): Use renamed sgml-namespace face.
18784         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18785         (org-level-4, org-level-5, org-level-6, org-level-7)
18786         (org-level-8, org-warning, org-headline-done)
18787         (org-deadline-announce, org-scheduled-today)
18788         (org-scheduled-previously, org-link, org-done, org-table)
18789         (org-time-grid): Remove "-face" suffix from face names.
18790         (org-level-1-face, org-level-2-face, org-level-3-face)
18791         (org-level-4-face, org-level-5-face, org-level-6-face)
18792         (org-level-7-face, org-level-8-face, org-warning-face)
18793         (org-headline-done-face, org-deadline-announce-face)
18794         (org-scheduled-today-face, org-scheduled-previously-face)
18795         (org-link-face, org-done-face, org-table-face)
18796         (org-time-grid-face):
18797         New backward-compatibility aliases for renamed faces.
18798         (org-level-faces, org-set-font-lock-defaults, org-timeline)
18799         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18800         (org-agenda-get-timestamps, org-agenda-get-scheduled)
18801         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18803         * emulation/viper-init.el (viper-search, viper-replace-overlay)
18804         (viper-minibuffer-emacs, viper-minibuffer-insert)
18805         (viper-minibuffer-vi): Remove "-face" suffix from face names.
18806         (viper-search-face, viper-replace-overlay-face)
18807         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18808         (viper-minibuffer-vi-face):
18809         New backward-compatibility aliases for renamed faces.
18810         (viper-search-face, viper-replace-overlay-face)
18811         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18812         (viper-minibuffer-vi-face): Use renamed viper faces.
18814         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18815         Remove "-face" suffix from face names.
18816         (testcover-nohits-face, testcover-1value-face):
18817         New backward-compatibility aliases for renamed faces.
18818         (testcover-mark): Use renamed testcover faces.
18820         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18821         face name.
18822         (diary-button-face): New backward-compatibility alias for renamed face.
18823         (diary-entry): Use renamed diary-button face.
18825         * calendar/calendar.el (diary, calendar-today, holiday)
18826         (mark-visible-calendar-date): Remove "-face" suffix from face names.
18827         (diary-face, calendar-today-face, holiday-face):
18828         New backward-compatibility aliases for renamed faces.
18829         (eval-after-load "facemenu", diary-entry-marker)
18830         (calendar-today-marker, calendar-holiday-marker, diary-face):
18831         Use renamed calendar faces.
18833         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18834         (compare-windows-face): New backward-compatibility alias for
18835         renamed face.
18836         (compare-windows-highlight): Use renamed compare-windows face.
18838         * strokes.el (strokes-char): Remove "-face" suffix from face name.
18839         (strokes-char-face): New backward-compatibility alias for renamed face.
18840         (strokes-encode-buffer): Use renamed strokes-char face.
18842         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18843         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18844         Remove "-face" suffix from face names.
18845         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18846         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18847         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18848         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18849         Use renamed pcvs faces.
18850         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18851         * pcvs-defs.el (cvs-mode-map): Likewise.
18852         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18854         * info.el (info-title-1, info-title-2, info-title-3)
18855         (info-title-4): Remove "-face" suffix from and downcase face names.
18856         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18857         (Info-title-4-face):
18858         New backward-compatibility aliases for renamed faces.
18859         (Info-fontify-node): Use renamed info faces.
18861         * hilit-chg.el (highlight-changes, highlight-changes-delete):
18862         Remove "-face" suffix from face names.
18863         (highlight-changes-face, highlight-changes-delete-face):
18864         New backward-compatibility aliases for renamed faces.
18865         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18866         (hilit-chg-make-list): Use renamed highlight-changes faces.
18868         * generic-x.el (show-tabs-tab, show-tabs-space):
18869         Remove "-face" suffix from face names.
18870         (show-tabs-tab-face, show-tabs-space-face):
18871         New backward-compatibility aliases for renamed faces.
18872         (show-tabs-generic-mode-font-lock-defaults-1)
18873         (show-tabs-generic-mode-font-lock-defaults-2):
18874         Use renamed show-tabs faces.
18876         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18877         (smerge-markers): Remove "-face" suffix from face names.
18878         (smerge-mine-face, smerge-other-face, smerge-base-face)
18879         (smerge-markers-face):
18880         New backward-compatibility aliases for renamed faces.
18881         (smerge-mine-face, smerge-other-face, smerge-base-face)
18882         (smerge-markers-face): Use renamed smerge faces.
18884         * log-view.el (log-view-file, log-view-message): Remove "-face"
18885         suffix from face names.
18886         (log-view-file-face, log-view-message-face):
18887         New backward-compatibility aliases for renamed faces.
18888         (log-view-file-face, log-view-message-face): Use renamed log-view
18889         faces.
18891         * paren.el (show-paren-match, show-paren-mismatch):
18892         Remove "-face" suffix from face names.
18893         (show-paren-match-face, show-paren-mismatch-face):
18894         New backward-compatibility aliases for renamed faces.
18895         (show-paren-function): Use renamed show-paren faces.
18897         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18898         (ruler-mode-margins, ruler-mode-fringes)
18899         (ruler-mode-column-number, ruler-mode-fill-column)
18900         (ruler-mode-comment-column, ruler-mode-goal-column)
18901         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18902         suffix from face names.
18903         (ruler-mode-default-face, ruler-mode-pad-face)
18904         (ruler-mode-margins-face, ruler-mode-fringes-face)
18905         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18906         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18907         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18908         New backward-compatibility aliases for renamed faces.
18909         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18910         (ruler-mode-column-number, ruler-mode-fill-column)
18911         (ruler-mode-comment-column, ruler-mode-goal-column)
18912         (ruler-mode-tab-stop, ruler-mode-current-column)
18913         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18914         faces.
18916         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18917         face name.
18918         (whitespace-highlight-the-space): Use renamed face.
18919         (whitespace-highlight-face): New backward-compatibility alias for
18920         renamed face.
18922         * woman.el (woman-italic, woman-bold, woman-unknown)
18923         (woman-addition, woman-symbol-face):
18924         Remove "-face" suffix from face names.
18925         (woman-italic-face, woman-bold-face, woman-unknown-face)
18926         (woman-addition-face):
18927         New backward-compatibility aliases for renamed faces.
18928         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18929         (woman-decode-region, woman-replace-match)
18930         (woman-display-extended-fonts, woman-special-characters)
18931         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18932         Use renamed woman faces.
18934         * longlines.el (longlines-visible-face): Face removed.
18936         * diff-mode.el (diff-header, diff-file-header, diff-index)
18937         (diff-hunk-header, diff-removed, diff-added, diff-changed)
18938         (diff-function, diff-context, diff-nonexistent): Remove "-face"
18939         suffix from face names.
18940         (diff-header-face, diff-file-header-face, diff-index-face)
18941         (diff-hunk-header-face, diff-removed-face, diff-added-face)
18942         (diff-changed-face, diff-function-face, diff-context-face)
18943         (diff-nonexistent-face): New backward-compatibility aliases for
18944         renamed faces.
18945         (diff-header-face, diff-file-header-face)
18946         (diff-index, diff-index-face, diff-hunk-header)
18947         (diff-hunk-header-face, diff-removed, diff-removed-face)
18948         (diff-added, diff-added-face, diff-changed-face, diff-function)
18949         (diff-function-face, diff-context-face, diff-nonexistent)
18950         (diff-nonexistent-face): Use renamed diff-mode faces.
18952         * progmodes/compile.el (compilation-warning-face)
18953         (compilation-info-face): Remove "-face" suffix from face names.
18954         (compilation-warning-face, compilation-info-face):
18955         New backward-compatibility aliases for renamed faces.
18956         (compilation-warning-face, compilation-info-face):
18957         Use renamed compilation faces.
18959         * add-log.el (change-log-date, change-log-name)
18960         (change-log-email, change-log-file, change-log-list)
18961         (change-log-conditionals, change-log-function)
18962         (change-log-acknowledgement): Remove "-face" suffix from face names.
18963         (change-log-date-face, change-log-name-face)
18964         (change-log-email-face, change-log-file-face)
18965         (change-log-list-face, change-log-conditionals-face)
18966         (change-log-function-face, change-log-acknowledgement-face):
18967         New backward-compatibility aliases for renamed faces.
18968         (change-log-font-lock-keywords): Use renamed change-log faces.
18970         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18971         (custom-set, custom-changed, custom-saved, custom-button)
18972         (custom-button-pressed, custom-documentation, custom-state)
18973         (custom-comment, custom-comment-tag, custom-variable-tag)
18974         (custom-variable-button, custom-face-tag, custom-group-tag-1)
18975         (custom-group-tag): Remove "-face" suffix from face names.
18976         (custom-magic-alist, custom-magic-value-create)
18977         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18978         (custom-invalid-face, custom-rogue-face, custom-modified-face)
18979         (custom-set-face, custom-changed-face, custom-saved-face)
18980         (custom-button-face, custom-button-pressed-face)
18981         (custom-documentation-face, custom-state-face)
18982         (custom-comment-face, custom-comment-tag-face)
18983         (custom-variable-tag-face, custom-variable-button-face)
18984         (custom-face-tag-face, custom-group-tag-face-1)
18985         (custom-group-tag-face):
18986         New backward-compatibility aliases for renamed faces.
18988         * wid-edit.el (widget-documentation, widget-button)
18989         (widget-field, widget-single-line-field, widget-inactive)
18990         (widget-button-pressed): "-face" suffix removed from face names.
18991         (widget-documentation-face, widget-button-face)
18992         (widget-field-face, widget-single-line-field-face)
18993         (widget-inactive-face, widget-button-pressed-face):
18994         New backward-compatibility aliases for renamed faces.
18995         (widget-documentation-face, widget-button-face)
18996         (widget-button-pressed-face, widget-specify-field)
18997         (widget-specify-inactive): Use renamed widget faces.
18999 2005-06-10  Kenichi Handa  <handa@m17n.org>
19001         * term/x-win.el (x-clipboard-yank): Remove condition-case
19002         wrapping.
19004 2005-06-11  Kenichi Handa  <handa@m17n.org>
19006         * add-log.el (change-log-font-lock-keywords): Make the regexp for
19007         date lines stricter.
19009 2005-06-10  Zhang Wei  <id.brep@gmail.com>
19011         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19012         of x-get-selection.
19014 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
19016         * comint.el (comint-mode, comint-snapshot-last-prompt):
19017         * frame.el (frame-current-scroll-bars):
19018         * term.el (term-mode, term-check-proc, term-input-sender)
19019         (term-simple-send, term-extract-string, term-word)
19020         (term-match-partial-filename):
19021         * window.el (window-current-scroll-bars):
19022         * emulation/cua-base.el (cua-normal-cursor-color)
19023         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19024         (cua-global-mark-cursor-color):
19025         * mail/undigest.el (rmail-forward-separator-regex):
19026         Fix typos in docstrings.
19028         * comint.el (comint-check-proc, make-comint-in-buffer)
19029         (comint-source-default): Doc fixes.
19031         * term.el (term-send-string): Improve argument/docstring consistency.
19033 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
19035         * comint.el (comint-send-input): Bind `inhibit-read-only' around
19036         call to `delete-region'.
19037         (comint-mode-hook): Do not enable Font Lock by default.
19039 2005-06-09  Lute Kamstra  <lute@gnu.org>
19041         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19042         could be void.
19044 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19046         * emacs-lisp/debug.el (debugger-will-be-back): New var.
19047         (debug): Use it.
19048         (debugger-step-through, debugger-continue, debugger-jump)
19049         (debugger-return-value): Set it when needed.
19050         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19051         Use inhibit-read-only.
19053 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
19055         * window.el (shrink-window-if-larger-than-buffer)
19056         (window-size-fixed): Fix typo in docstring.
19058         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
19059         thumbnails directory on loading.
19060         (thumbs-conversion-program): Use `eq' to check the system type,
19061         not `equal'.
19062         (thumbs-temp-dir): Initialize to `temporary-file-directory',
19063         not "/tmp".  Fix docstring.
19064         (thumbs-thumbsdir): New function to return the thumbnails
19065         directory, creating it if needed.
19066         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19067         (thumbs-temp-file): Delete variable and make it into a function.
19068         (thumbs-resize-image, thumbs-modify-image): Use it.
19069         (thumbs-kill-buffer): Simplify.
19070         (thumbs-gensym): Defalias or duplicate CL `gensym'.
19071         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19072         docstrings.
19074 2005-06-09  Kim F. Storm  <storm@cua.dk>
19076         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19077         set-match-data to free markers in match-data.
19079         * replace.el (replace-match-data): Pass RESEAT arg `t' to
19080         match-data to unchain markers in match-data.
19082 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19084         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19085         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
19086         unnecessary now.
19088 2005-06-08  Richard M. Stallman  <rms@gnu.org>
19090         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19091         give the variable a doc string that doesn't say don't set it directly.
19093         * textmodes/ispell.el (ispell-check-version):
19094         Use match-string-no-properties.
19095         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19096         (ispell-buffer-local-words): Likewise.
19098         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19099         except on terminals with enough colors to really display it.
19100         (makefile-dependency-regex): Delete spurious `bb'.
19102         * faces.el (escape-glyph): Use blue once again in last case.
19103         (no-break-space): Redefine so that it isn't invisible on a tty.
19105 2005-06-08  Kim F. Storm  <storm@cua.dk>
19107         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19108         also when reading directory name.
19110 2005-06-08  Lute Kamstra  <lute@gnu.org>
19112         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19113         (flyspell-mode-line-string): Remove autoload cookie.
19114         (flyspell-mode): Remove defvar.
19116 2005-06-07  Lute Kamstra  <lute@gnu.org>
19118         * textmodes/org.el (org-run-mode-hooks): New function.
19119         (org-agenda-mode): Use it.
19121 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
19123         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19125 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19127         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19129 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
19131         * font-lock.el (font-lock-add-keywords): Doc fix.
19133 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19135         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19136         (tex-compile-default): In the absence of any history, use the order in
19137         tex-compile-alist to choose the preferred command.
19138         (tex-compile-commands): Reorder a bit.
19140         * textmodes/flyspell.el (flyspell-auto-correct-binding)
19141         (flyspell-incorrect-face, flyspell-duplicate-face):
19142         Use (X)Emacs-agnostic code.
19143         (flyspell-mode-map): Don't overwrite at each load.  Remove code
19144         redundant with the subsequent add-minor-mode.  Merge Emacs and
19145         XEmacs code.
19146         (flyspell-word): Minor simplification.
19147         (flyspell-math-tex-command-p): Quieten the byte-compiler.
19148         (flyspell-external-point-words): Remove unused vars `size' and `start'.
19149         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19150         Merge the corresponding Emacs code.
19151         (flyspell-correct-word, flyspell-xemacs-popup):
19152         Use flyspell-do-correct.
19154         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19155         a dedicated window.
19157         * international/latexenc.el (latexenc-find-file-coding-system):
19158         Undo part of last patch, to turn off a compiler warning.
19160 2005-06-06  Juri Linkov  <juri@jurta.org>
19162         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19163         Rename `tmm-inactive-face' to `tmm-inactive'.
19165 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
19167         * iswitchb.el: Rename faces.
19169 2005-06-06  Kim F. Storm  <storm@cua.dk>
19171         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19172         (cua-global-mark): Remove -face suffix from face names.
19174         * emulation/cua-gmrk.el (cua--init-global-mark):
19175         Remove cua-global-mark face setup.
19177 2005-06-06  Richard M. Stallman  <rms@gnu.org>
19179         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19180         just like other allowed characters.
19181         (makefile-match-dependency): Exclude leading and training whitespace
19182         from the range of regexp subexp 1.
19183         (makefile-macroassign-regex): Don't try to match the body,
19184         just the name of the macro being defined.
19186         * info.el (Info-read-node-name-2): New function.
19187         (Info-read-node-name-1): Use that.
19188         Add a completion-base-size-function property.
19190         * simple.el (completion-setup-function): Look for
19191         completion-base-size-function property of minibuffer-completion-table.
19193         * files.el (locate-file-completion): Doc fix.
19195         * printing.el: Don't call pr-update-menus; user must do that.
19197         * emacs-lisp/debug.el (debugger-window): New variable.
19198         (debug): Use debugger-window if it is set and still alive.
19199         Record debugger-window for next entry.
19201         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19203 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
19205         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19206         (hack-one-local-variable, hack-local-variables)
19207         (hack-local-variables-prop-line): Pass that arg.
19209 2005-06-06  Kim F. Storm  <storm@cua.dk>
19211         * ido.el (ido-first-match, ido-only-match, ido-subdir)
19212         (ido-indicator): Remove -face suffix from face names.
19214 2005-06-06  Juri Linkov  <juri@jurta.org>
19216         * font-lock.el (font-lock-regexp-backslash)
19217         (font-lock-regexp-backslash-construct): New faces.
19218         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
19219         after `('.  Add `while-no-input' to control structures.
19221         * faces.el (no-break-space, shadow): New faces.
19222         (escape-glyph): Use less loud colors pink2 and red4.
19224         * diff-mode.el (diff-context-face)
19225         * dired.el (dired-ignored)
19226         * rfn-eshadow.el (file-name-shadow)
19227         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19229         * info.el (Info-title-1-face): Use green instead of yellow because
19230         bold yellow is not readable on light backgrounds.
19232         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19233         before selecting the desired mode to not spend time fontifying
19234         old contents.
19236 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
19238         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19239         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19241         * ps-print.el (ps-default-fg, ps-default-bg):
19242         Fix typos in docstrings.
19244         * isearchb.el (isearchb): Don't pass a spurious second argument to
19245         `iswitchb-completions'.
19247 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
19249         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19250         to preserve point.
19251         (gdb-find-file-hook): Add doc string.
19253         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19254         C dereferenced pointer expression.
19255         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
19257         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19259         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19260         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19261         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19262         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19263         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19264         Make background transparent.
19266 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19268         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
19269         (font-lock-remove-keywords): Doc fix.
19270         (font-lock-mode-major-mode): Compiler defvar.
19271         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19273         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19274         (font-lock-mode): Update `font-lock-mode-major-mode'.
19275         (font-lock-set-defaults): Compiler defvar.
19276         (font-lock-default-function): Take `font-lock-mode-major-mode'
19277         into account.
19279         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19280         keep track of which major mode it enabled the minor mode for.
19281         Use find-file-hook again.  Update docstring.
19283         * simple.el (eval-expression-print-level)
19284         (eval-expression-print-length, eval-expression-debug-on-error):
19285         Doc fixes.
19287 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
19289         * iswitchb.el (iswitchb-single-match-face)
19290         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19291         (iswitchb-invalid-regexp-face): New faces.
19292         (iswitchb-completions): Use them.
19293         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19294         now marked as an obsolete alias.
19295         (iswitchb-read-buffer): Remove check for bound font variables.
19296         (iswitchb-invalid-regexp): New free variable.
19297         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19298         set iswitchb-invalid-regexp.
19299         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19300         invalid regexps.
19301         (iswitchb-completions): Add check for complete match when entering
19302         a regexp.
19303         (iswitchb-completions): Remove require-match argument.
19304         (iswitchb-exhibit): Fix caller.
19305         (iswitchb-common-match-inserted): New variable.
19306         (iswitchb-complete, iswitchb-completion-help): Use it.
19308 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
19310         * url-http.el (url-http-chunked-encoding-after-change-function):
19311         Use `url-http-debug' instead of `message'.
19313 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
19315         * url-http.el (url-http-parse-headers): Pass redirected URL as a
19316         callback argument.
19318 2005-06-04  Kim F. Storm  <storm@cua.dk>
19320         * simple.el (line-move): Only call sit-for when moving backwards.
19322         * ido.el (ido-make-merged-file-list-1): New defun split from
19323         ido-make-merged-file-list.
19324         (ido-make-merged-file-list): Bind throw-on-input around call to
19325         ido-make-merged-file-list-1.  Return input-pending-p if
19326         interrupted by more input available.
19327         (ido-read-internal): Handle input-pending-p return value from
19328         ido-make-merged-file-list.
19330 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19332         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19333         compatibility code.
19335         * international/latexenc.el (latexenc-find-file-coding-system):
19336         Don't inherit the EOL part of the coding-system from the
19337         tex-main buffer.  Fit within 80 columns.
19339 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
19341         * tmm.el (tmm-inactive-face): New face.
19342         (tmm-remove-inactive-mouse-face): New function.
19343         (tmm-prompt, tmm-add-one-shortcut)
19344         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19345         but not selectable.
19347 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
19349         * faces.el (face-equal): Improve argument/docstring consistency.
19351 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
19353         * progmodes/make-mode.el (makefile-targets-face)
19354         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19355         (makefile-bsdmake-dependency-regex)
19356         (makefile-makepp-rule-action-regex)
19357         (makefile-bsdmake-rule-action-regex): New constants.
19358         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19360         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19361         Allow (...) within `...' for makepp messages.
19363 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
19365         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19367         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19368         "." files are deleted from all file lists before comparison.
19370         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19371         (viper-ESC-key): Made them customizable.
19373         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19375 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
19377         * autorevert.el (auto-revert-buffers): Use save-match-data.
19379 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19381         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19382         menu items with a nil command binding.
19384 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
19386         * emacs-lisp/cl-macs.el (defsetf):
19387         Improve argument/docstring consistency.
19389         * faces.el (list-faces-display): Improve the formatting by
19390         computing the maximum length required for any face-name (reworked
19391         patch of 1999-01-11, accidentally deleted on 1999-07-21).
19392         (internal-find-face): Remove redundant info in docstring.
19394 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
19396         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19397         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19398         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19399         (gdb-assembler-custom): Improve regexps.
19400         (def-gdb-auto-update-handler): Use window point to preserve point.
19402 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19404         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19406 2005-05-31  Jay Belanger  <belanger@truman.edu>
19408         * calc/calc-embed.el (calc-embedded-word): Change argument passed
19409         to calc-embedded.
19410         (calc-embedded-make-info): Have plain prefix argument select
19411         entire line.
19413 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
19415         * faces.el (list-faces-display): Signal error if passed a regexp
19416         that matches no face name.
19418         * simple.el (filter-buffer-substring): Fix typo in docstring.
19420 2005-05-31  Richard M. Stallman  <rms@gnu.org>
19422         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19423         (vhdl-emacs-21): Doc fix.
19424         (vhdl-mode): Unconditionally set comment-padding.
19425         (vhdl-fixup-whitespace-region): Insert spaces only where
19426         there are none.
19427         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19429 2005-05-30  John Wiegley  <johnw@newartisans.com>
19431         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19432         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19433         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19434         `directory-sep-char' to ?/, and all uses of `string-to-int' to
19435         `string-to-number'.
19437 2005-05-30  Jay Belanger  <belanger@truman.edu>
19439         * calc/calc.el (calc-bug-address): Fix docstring.
19440         (calc-window-hook, calc-trail-window-hook): New variables.
19441         (calc-trail-display): Restore use of calc-trail-window-hook.
19442         (calc): Restore use of calc-window-hook.
19444 2005-05-31  Masatake YAMATO  <jet@gyve.org>
19446         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19448         * help-fns.el (help-C-file-name): Add autoload mark for
19449         `find-function-noselect'.
19451 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19453         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19454         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19456 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19458         * calendar/diary-lib.el (mark-included-diary-files): Only kill
19459         included diary buffer if it was not already being visited.
19460         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19462         * calendar/icalendar.el (top-level): Do not require appt.
19464         * mail/supercite.el (sc-select-attribution): Only use a list
19465         element from sc-attrib-selection-list if it returns a string.
19466         Reported by Davide G. M. Salvetti <salve@debian.org>.
19468 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
19470         * thumbs.el (thumbs-thumbname): The resulting thumbname now
19471         includes a hash value to improve its uniqueness, and has a ".jpg"
19472         extension.  Also, it is now a valid filename on all systems.
19473         (thumbs-make-thumb): Use `let', not `let*'.
19474         (thumbs-show-thumbs-list): Check for JPEG availability.
19476 2005-05-30  Richard M. Stallman  <rms@gnu.org>
19478         * filesets.el (filesets-menu-ensure-use-cached):
19479         Prevent warning when emacs-version>= is undefined.
19481         * printing.el (pr-interactive-n-up): Use string-to-number.
19483         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19485         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19486         Warn only when name to be defined is quoted.
19488 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
19490         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19491         Make regexp more robust.
19492         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19493         Force regeneration of disassembly.
19495 2005-05-29  Jay Belanger  <belanger@truman.edu>
19497         * calc/calc.el (calc-user-invocation): Check if
19498         calc-invocation-macro is non-nil.
19500 2005-05-29  Juri Linkov  <juri@jurta.org>
19502         * add-log.el (change-log-font-lock-keywords):
19503         Add `+' to e-mail regexp to accept mail address with keywords.
19505         * man.el (Man-name-regexp): Add `:' to accept qualified names.
19507 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
19509         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19511         * ielm.el (inferior-emacs-lisp-mode): Ditto.
19513 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19515         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19516         Undo the change that moves to end of the current word.
19518 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
19520         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19521         Throw error when count <= 0 to ensure input is a number.
19522         (gdb-read-memory-custom): Pick up address from buffer.
19523         (gdb-memory-mode): Allow user to increment and decrement
19524         memory address from header line.
19526 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19528         * flyspell.el (flyspell-version): Function deleted.
19529         (flyspell-auto-correct-previous-hook): Doc fix.
19531         * jit-lock.el (jit-lock-function, jit-lock-after-change):
19532         Do nothing if memory is full.
19534         * font-lock.el (font-lock-fontify-syntactically-region):
19535         Pass t for GREEDY to looking-back.
19537         * saveplace.el (save-place-alist-to-file): Write the file
19538         using write-region.
19540         * subr.el (looking-back): New argument GREEDY.
19542         * progmodes/compile.el (compilation-start): Set the mode
19543         before inserting the initial text.
19545         * progmodes/which-func.el (which-func-update-1): Turn the mode
19546         off in case of error by setting which-func-mode.
19548 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
19550         * flyspell.el (flyspell-auto-correct-previous-word):
19551         Narrow down to what's on the screen, and recenter overlays
19552         at the end of the next word.
19554 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
19556         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19557         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19558         (flyspell-abbrev-p): Default to nil.
19559         (flyspell-use-global-abbrev-table-p): Doc fix.
19560         (flyspell-large-region): Allow nil as value.
19561         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19563         (mail-mode-flyspell-verify): More robust handling
19564         of `mail-header-separator'.  More efficient signature detection.
19565         Allow for regexp metacharacters in message-header-separator.
19566         Adding `To' not to be checked in mail-mode-flyspell-verify.
19568         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19569         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19570         Bind flyspell-auto-correct-binding.
19571         Bind C-. and C-, .
19572         (flyspell-mode-map): Likewise.
19573         (flyspell-mode): Doc fix.
19574         (flyspell-accept-buffer-local-defs): Preserve current buffer.
19575         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19576         (flyspell-word-cache-result): New var, always local.
19577         (flyspell-check-pre-word-p): Doc fix.
19578         (flyspell-check-changed-word-p): Handle spc like newline.
19579         (flyspell-post-command-hook): Set flyspell-word-cache-result.
19580         (flyspell-word-search-backward, flyspell-word-search-forward):
19581         New functions.
19582         (flyspell-word): Return t if nothing to check.
19583         When parsing TeX code, check for after } or \.
19584         Use flyspell-word-search-backward to find previous word.
19585         Return nil if duplicated word.
19586         For word already checked, return same value as last time.
19587         Set flyspell-word-cache-result after checking.
19588         Don't clobber the return value.
19589         (flyspell-get-word): Major rewrite.
19590         (flyspell-external-point-words): New locals pword, pcount.
19591         Fix size used in progress message.
19592         Find the proper corresponding word in flyspell-large-region-buffer.
19593         (flyspell-region): Check for flyspell-large-region = nil.
19594         (flyspell-highlight-incorrect-region): Clean up overlays in region.
19595         (flyspell-auto-correct-word): Check that WORD is a cons.
19596         (flyspell-correct-word): Likewise.
19598 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
19600         * progmodes/make-mode.el (makefile-rule-action-regex)
19601         (makefile-macroassign-regex, makefile-makepp-mode)
19602         (makefile-bsdmake-mode): Continuation lines may be empty.
19603         Reported by Joshua Varner.
19604         (makefile-makepp-font-lock-keywords): Add $(stem).
19606 2005-05-28  Karl Berry  <karl@gnu.org>
19608         * textmodes/tex-mode.el: Now that tex-send-command calls
19609         shell-quote-argument (2005-03-31 change), remove all calls to
19610         shell-quote-argument; they all end up invoking tex-send-command.
19611         The double quoting loses on filenames with non-safe characters,
19612         such as "@".  Reported by Frederik Fouvry.
19614 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
19616         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19617         about preserving point.
19619 2005-05-27  Jay Belanger  <belanger@truman.edu>
19621         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19622         Info-goto-node.
19624         * calc/calc-embed.el (calc-embed-arg): New variable.
19625         (calc-do-embedded-activate, calc-embedded-activate-formula)
19626         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19627         variable by new variable.
19628         (calc-embedded-make-info): Replace undeclared variable by new
19629         variable.  When selecting region with positive prefix
19630         argument, use end of previous line instead of beginning of line.
19632         * calc/calc-aent.el (calc-arg-values): Declare it.
19634         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19635         Declare them.
19637         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19639         * calc/calc.el (calc-alg-map): Declare it.
19641         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19643 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
19645         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19646         (gdb-registers-buffer, toggle-gdb-all-registers):
19647         Toggle display of floating point registers.
19648         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19650         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
19651         (toggle-gud-tooltip-dereference):
19652         Rename from gud-toggle-tooltip-dereference.
19654 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19656         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19658 2005-05-27  Jay Belanger  <belanger@truman.edu>
19660         * calc/calc-prog.el (calc-kbd-report): Remove.
19661         (calc-kbd-query): Rewrite.
19663 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
19665         * image.el (image-library-alist): Move to image.c.
19666         (image-type-available-p): Doc fix.
19668 2005-05-27  Lute Kamstra  <lute@gnu.org>
19670         * calc/calc.el (calc):
19671         * outline.el (outline-1, outline-2, outline-3, outline-4)
19672         (outline-5, outline-6, outline-7, outline-8):
19673         * textmodes/dns-mode.el (dns-mode):
19674         * textmodes/sgml-mode.el (sgml-namespace-face):
19675         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19676         (tex-verbatim-face, tex-use-reftex):
19677         * textmodes/texinfo.el (texinfo-heading-face):
19678         Specify customization group.
19680         * longlines.el: Don't require easy-mmode.
19681         (longlines-visible-face): Specify customization group.
19683 2005-05-27  Kenichi Handa  <handa@m17n.org>
19685         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19686         encoding table of windows-1251.
19688         * international/ucs-tables.el (ucs-set-table-for-input):
19689         If translation-table-for-input of a coding system is a symbol, get
19690         its translation-table property.
19692         * international/code-pages.el: Don't register a coding system into
19693         non-iso-charset-alist more than once.
19694         (cp-make-coding-system): Likewise.
19696 2005-05-26  John Wiegley  <johnw@newartisans.com>
19698         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19699         `eshell-resume-eval' is wrapped in a list, it indicates that the
19700         command was run asynchronously.  In that case, unwrap the value
19701         before checking the delimiter value.
19703         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19704         character before a space at the end of a line is \, assume the space
19705         is part of the last argument rather than a final argument separator.
19707         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19708         is in use, and the target is `t' or `nil' (which are the most common
19709         values), don't assume that the symbol target is a buffer.
19711 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19713         * calendar/calendar.el (calendar-mode-line-format):
19714         Use mode-line-highlight as mouse-face.
19716         * time.el (display-time-string-forms, display-time-update):
19717         Use mode-line-highlight as mouse-face.
19719 2005-05-26  Jay Belanger  <belanger@truman.edu>
19721         * calc/calc.el (calc-language-alist): Remove extra defvar.
19723 2005-05-26  Lute Kamstra  <lute@gnu.org>
19725         * arc-mode.el (archive-mode):
19726         * bookmark.el (bookmark-read-annotation-mode)
19727         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19728         * bs.el (bs-mode):
19729         * calc/calc-yank.el (calc-edit-mode):
19730         * calc/calc.el (calc-mode, calc-trail-mode):
19731         * calculator.el (calculator-mode):
19732         * chistory.el (command-history-mode):
19733         * comint.el:
19734         * cus-edit.el (custom-mode):
19735         * descr-text.el (describe-text-mode):
19736         * ebuff-menu.el (Electric-buffer-menu-mode):
19737         * ediff-util.el (ediff-mode):
19738         * emacs-lisp/re-builder.el (reb-mode):
19739         * emulation/vi.el (vi-mode-setup):
19740         * emulation/ws-mode.el (wordstar-mode):
19741         * eshell/esh-mode.el (eshell-mode):
19742         * forms.el (forms-mode):
19743         * help-mode.el (help-mode):
19744         * hexl.el (hexl-mode):
19745         * ibuffer.el (ibuffer-mode):
19746         * ielm.el (inferior-emacs-lisp-mode):
19747         * info.el (Info-mode, Info-edit-mode):
19748         * international/swedish.el:
19749         * ledit.el (ledit-from-lisp-mode):
19750         * locate.el (locate-mode):
19751         * mail/rmail.el (rmail-mode):
19752         * mail/rmailedit.el (rmail-edit-mode):
19753         * mail/rmailsum.el (rmail-summary-mode):
19754         * mail/supercite.el (sc-electric-mode):
19755         * net/eudc.el (eudc-mode):
19756         * net/quickurl.el (quickurl-list-mode):
19757         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19758         * obsolete/ooutline.el (outline-mode):
19759         * obsolete/options.el (Edit-options-mode):
19760         * obsolete/rnews.el (news-mode):
19761         * obsolete/rnewspost.el (news-reply-mode):
19762         * play/5x5.el (5x5-mode):
19763         * play/decipher.el (decipher-mode, decipher-stats-mode):
19764         * play/gomoku.el (gomoku-mode):
19765         * play/snake.el (snake-mode):
19766         * play/solitaire.el (solitaire-mode):
19767         * play/tetris.el (tetris-mode):
19768         * progmodes/ada-mode.el (ada-mode):
19769         * progmodes/antlr-mode.el (antlr-mode):
19770         * progmodes/autoconf.el (autoconf-mode):
19771         * progmodes/dcl-mode.el (dcl-mode):
19772         * progmodes/delphi.el (delphi-mode):
19773         * progmodes/ebrowse.el (ebrowse-tree-mode)
19774         (ebrowse-electric-list-mode, ebrowse-member-mode)
19775         (ebrowse-electric-position-mode):
19776         * progmodes/f90.el (f90-mode):
19777         * progmodes/fortran.el (fortran-mode):
19778         * progmodes/icon.el (icon-mode):
19779         * progmodes/idlw-help.el (idlwave-help-mode):
19780         * progmodes/idlw-shell.el (idlwave-shell-mode):
19781         * progmodes/idlwave.el (idlwave-mode):
19782         * progmodes/inf-lisp.el (inferior-lisp-mode):
19783         * progmodes/m4-mode.el (m4-mode):
19784         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19785         * progmodes/modula2.el (modula-2-mode):
19786         * progmodes/octave-inf.el (inferior-octave-mode):
19787         * progmodes/octave-mod.el (octave-mode):
19788         * progmodes/pascal.el (pascal-mode):
19789         * progmodes/sh-script.el (sh-mode):
19790         * progmodes/sql.el (sql-mode, sql-interactive-mode):
19791         * progmodes/vhdl-mode.el (vhdl-mode):
19792         * progmodes/xscheme.el (scheme-interaction-mode):
19793         * replace.el (occur-mode):
19794         * ses.el (ses-mode):
19795         * simple.el (completion-list-mode):
19796         * skeleton.el:
19797         * speedbar.el (speedbar-mode):
19798         * term.el (term-mode):
19799         * terminal.el (terminal-edit-mode):
19800         * textmodes/reftex-index.el (reftex-index-mode)
19801         (reftex-index-phrases-mode):
19802         * textmodes/reftex-sel.el (reftex-select-label-mode)
19803         (reftex-select-bib-mode):
19804         * textmodes/reftex-toc.el (reftex-toc-mode):
19805         * wdired.el (wdired-change-to-wdired-mode):
19806         * wid-browse.el (widget-browse-mode):
19807         Use run-mode-hooks.
19809         * array.el (array-mode):
19810         * calendar/todo-mode.el (todo-mode):
19811         * man.el (Man-mode):
19812         * play/landmark.el (lm-mode):
19813         * play/mpuz.el (mpuz-mode):
19814         Use kill-all-local-variables and run-mode-hooks.
19816         * subr.el (delay-mode-hooks): Specify indentation.
19818 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
19820         * xml.el (xml-substitute-special): Don't die for undefined xml
19821         entities.
19823 2005-05-26  Jay Belanger  <belanger@truman.edu>
19825         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19826         of nil.
19828 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
19830         * progmodes/gdb-ui.el (gdb-frame-address):
19831         Rename from gdb-current-address.
19832         (gdb-previous-frame-address): Rename from gdb-previous-address.
19833         (gdb-selected-frame): Rename from gdb-current-frame.
19834         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19835         (gdb-frame-number): Rename from gdb-current-stack-level.
19836         (gdb-ann3): Match new mode-name for disassembly buffer.
19837         Extend initialization of variables.
19838         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19839         (gdb-memory-mode): Use mouse-face in header line.
19840         (gdb-assembler-buffer-name): Call it disassembly and give frame
19841         in mode line.
19842         (gdb-source-spec-regexp, gdb-assembler-custom)
19843         (gdb-invalidate-assembler, gdb-frame-handler):
19844         Make robust to leading zeroes in address format.
19846 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
19848         * textmodes/org.el (org-mode): Use `define-derived-mode' to
19849         define `org-mode'.
19850         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19852 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19854         * log-edit.el (log-edit-changelog-entries): Distinguish between
19855         filenames like xfns.c and fns.c.
19857 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
19859         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19860         point after reverting.
19861         (Buffer-menu-make-sort-button): Handle the case where
19862         `Buffer-menu-use-header-line' is nil.
19864 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
19866         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19867         New funcs.  In minibuffer-local-completion-map bind `]', `/'
19868         and `:' to them.
19870 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19872         * startup.el (normal-top-level): Allow modification of load-path while
19873         we're iterating over it.
19875 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
19877         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19878         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19879         (thumbs-resize-interactive, thumbs-insert-image)
19880         (thumbs-insert-thumb, thumbs-dired-show-marked)
19881         (thumbs-find-image-at-point, thumbs-delete-images)
19882         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19883         (thumbs-increment-image-size, thumbs-decrement-image-size):
19884         Fix typos in docstrings.
19886 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
19888         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19889         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19890         (cperl-mode): Use them.
19892 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
19894         * window.el (quit-window, shrink-window-if-larger-than-buffer):
19895         Doc fixes.
19897 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
19899         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19900         Bind C-d to gdb-inferior-io-eof.
19902         * dired.el (dired-dnd-popup-notice): Use message-box.
19904 2005-05-23  Masatake YAMATO  <jet@gyve.org>
19906         * bindings.el (mode-line-major-mode-keymap):
19907         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19909         * faces.el (mode-line-highlight): New face.
19911         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19912         as mouse-face.
19914         * bindings.el (top-level, help-echo, mode-line-modified)
19915         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19916         as mouse-face.
19918 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
19920         * progmodes/cc-engine.el (c-guess-basic-syntax):
19921         Remove spurious call to `zerop'.
19923         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19925 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
19927         CC Mode update to 5.30.10:
19929         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19930         could go past the limit in decoration level 2, thereby causing
19931         errors during interactive fontification.
19933         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19934         the file is evaluated interactively.
19936         * cc-engine.el (c-guess-basic-syntax): Handle operator
19937         declarations somewhat better in C++.
19939         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19940         make use of `run-mode-hooks' which has been added in Emacs 21.1.
19941         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19942         (awk-mode): Use it.
19943         (make-local-hook): Suppress warning about obsoleteness.
19945         * cc-engine.el, cc-align.el, cc-cmds.el
19946         (c-append-backslashes-forward, c-delete-backslashes-forward)
19947         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19948         Compensate for return value from `forward-line' when it has moved
19949         but not to a different line due to eob.
19951         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19952         `objc-method-intro' and `objc-method-args-cont'.
19954 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
19956         CC Mode update to 5.30.10:
19958         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19959         in the copyright statement.  Incidentally, change "along with GNU
19960         Emacs" to "along with this program" where it occurs.
19962         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19963         so that it is interactive, hence can be found by M-x awk-mode
19964         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
19965         <gmorris+emacs@ast.cam.ac.uk>.
19967         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19968         Mode's regexps.
19970 2005-05-23  Kevin Ryde  <user42@zip.com.au>
19972         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19973         c-parse-state, to avoid a lisp error (on bad code).
19975 2005-05-23  Lute Kamstra  <lute@gnu.org>
19977         * subr.el (font-lock-defaults): Remove defvar as it's already
19978         defined in font-core.el.
19980         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19982 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
19984         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19985         more general and work when GDB variable "print pretty" is on,
19986         as with Emacs, for example.
19988 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
19990         * font-core.el: Update comment.
19992         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19993         Use `after-change-major-mode-hook' instead of `find-file-hook'.
19995         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19997 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
19999         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20000         and `yank-handler' in the doc strings.
20002 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20004         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
20006 2005-05-22  Richard M. Stallman  <rms@gnu.org>
20008         * help.el (describe-key): Move print-help-return-message call
20009         out of conditional.
20011         * progmodes/etags.el (list-tags): Use with-no-warnings.
20013         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20014         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20015         (starttls-extra-args, starttls-extra-arguments): Add defvars.
20017         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20019         * language/viet-util.el (viet-viscii-nonascii-translation-table):
20020         Add defvar.
20022         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20023         Use defvar, not defconst.
20025         * hexl.el (hexl-follow-line): Use with-no-warnings.
20027         * emulation/tpu-extras.el: Use write-file-functions instead of
20028         write-file-hooks.
20030         * dired.el (dired-font-lock-keywords): Fontify files with junk
20031         extensions even if marked by -F.
20033 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
20035         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20036         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20037         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20038         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20039         (concatenate, list-length, get*, getf, cl-remprop):
20040         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20041         (etypecase, progv, lexical-let, lexical-let*)
20042         (multiple-value-bind, multiple-value-setq, shiftf):
20043         Improve argument/docstring consistency.
20045         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20047 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
20049         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20050         doesn't exist.
20052         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
20053         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20055 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
20057         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20058         already deleted variables: auto-fill-hook, blink-paren-hook,
20059         lisp-indent-hook, inhibit-local-variables, unread-command-event,
20060         suspend-hooks, comment-indent-hook, meta-flag,
20061         before-change-function, after-change-function,
20062         font-lock-doc-string-face.
20064 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
20066         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20068 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
20070         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20071         rmail-dont-reply-to.
20073 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20075         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20076         literal blank when splitting new-header-values.
20078 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
20080         * calendar/cal-menu.el (cal-menu-update): Add separator as a
20081         string so that tmm doesn't create a completion entry for it.
20083         * textmodes/table.el (table-disable-menu): Ditto.
20085 2005-05-21  Richard M. Stallman  <rms@gnu.org>
20087         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20089         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20091         * net/rcompile.el (remote-compile): Use compilation-start.
20093         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20095 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
20097         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20098         Default to makefile-bsdmake-mode on BSD systems.
20100         * imenu.el (imenu-generic-expression, imenu--generic-function'):
20101         REGEXP may also be a search function now.  The part of doc-string
20102         for describing the structure was 95% identical to that of
20103         `imenu--generic-function'.  Unify it there.
20105         * progmodes/make-mode.el (makefile-imenu-generic-expression):
20106         Use function to find dependencies, because regexp alone is so complex,
20107         it easily goes into an endless loop.
20108         (makefile-makepp-mode): Also add submenu for Perl functions
20109         defined in the makefile.
20110         (makefile-bsdmake-mode): Special imenu-generic-expression no
20111         longer needed, due to function call.
20112         (makefile-match-dependency): Take BOUND into account when checking
20113         if we're through.
20115 2005-05-20  Jay Belanger  <belanger@truman.edu>
20117         * calc/calc-units.el (calc-invalidate-units-table):
20118         Use inhibit-read-only.
20119         (math-build-units-table-buffer): Use view-mode.
20121 2005-05-20  David Kastrup  <dak@gnu.org>
20123         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20124         easy-menu-add is not a nop on Emacs; and clarify when to call it.
20126 2005-05-20  Lute Kamstra  <lute@gnu.org>
20128         * diff-mode.el (diff-header-face, diff-file-header-face)
20129         (diff-index-face, diff-hunk-header-face, diff-removed-face)
20130         (diff-added-face, diff-changed-face, diff-function-face)
20131         (diff-context-face, diff-nonexistent-face): Put them in the
20132         diff-mode customization group.
20134 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20136         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20138         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20140         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20141         Minor regexp-optimization.
20143 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
20145         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20146         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20147         (org-agenda-add-time-grid-maybe): New function.
20148         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20149         (org-table-create): `dotimes' instead of `mapcar'.
20150         (org-xor): Simplify implementation.
20151         (org-agenda): `inhibit-redisplay' turned on.
20152         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20153         a consistent line after a state change.
20154         (org-agenda-remove-times-when-in-prefix): New option.
20155         (org-prefix-has-time): New variable.
20156         (org-parse-time-string): Optional argument NODEFAULT.
20157         (org-format-agenda-item): Parse items for time-of-day
20158         specifications and move these into the prefix if possible.
20159         (org-agenda-priority): Get current heading, not previous heading
20160         during agenda remote editing.
20162 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
20164         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20165         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20166         (remove-duplicates, delete-duplicates, substitute)
20167         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20168         (nsubstitute-if-not, find, find-if, find-if-not, position)
20169         (position-if, position-if-not, count, count-if, count-if-not)
20170         (mismatch, search, sort*, stable-sort, merge, member*)
20171         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20172         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20173         (intersection, nintersection, set-difference, nset-difference)
20174         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20175         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20176         (nsublis, tree-equal): Improve argument/docstring consistency.
20178         * subr.el (send-string, send-region): Remove obsolescence declaration.
20179         (window-dot, set-window-dot, read-input, show-buffer)
20180         (eval-current-buffer, string-to-int):
20181         Add release number to obsolescence declarations.
20183 2005-05-19  Kim F. Storm  <storm@cua.dk>
20185         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20186         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20188 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
20190         * faces.el (list-faces-display): Make back button respect optional
20191         regexp arg.
20193 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
20195         * calculator.el (calculator-radix-grouping-mode)
20196         (calculator-radix-grouping-digits, calculator-displayer)
20197         (calculator-radix-grouping-separator, calculator-copy-displayer):
20198         * dabbrev.el (dabbrev-search-these-buffers-only):
20199         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20200         (diff-advance-after-apply-hunk, diff-mode-hook)
20201         (diff-minor-mode-prefix):
20202         * imenu.el (imenu-use-popup-menu):
20203         * jit-lock.el (jit-lock-context-time):
20204         * newcomment.el (comment-fill-column, comment-column)
20205         (comment-style, comment-padding, comment-multi-line)
20206         (comment-empty-lines, comment-auto-fill-only-comments):
20207         * reveal.el (reveal-around-mark):
20208         * uniquify.el (uniquify-buffer-name-style)
20209         (uniquify-after-kill-buffer-p)
20210         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20211         (uniquify-min-dir-content, uniquify-separator)
20212         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20213         * w32-vars.el (w32-fixed-font-alist):
20214         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20215         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20216         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20217         * progmodes/perl-mode.el (perl-indent-level)
20218         (perl-continued-statement-offset, perl-continued-brace-offset)
20219         (perl-brace-offset, perl-brace-imaginary-offset)
20220         (perl-label-offset, perl-indent-continued-arguments)
20221         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20222         * progmodes/tcl.el (tcl-indent-level)
20223         (tcl-continued-indent-level, tcl-auto-newline)
20224         (tcl-tab-always-indent, tcl-electric-hash-style)
20225         (tcl-help-directory-list, tcl-use-smart-word-finder)
20226         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20227         (inferior-tcl-source-command):
20228         * textmodes/fill.el (enable-kinsoku):
20229         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20230         * textmodes/table.el (table-yank-handler):
20231         Specify missing group (and type, if simple) in defcustom.
20233 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
20235         * progmodes/compile.el (compilation-finish-function): Fix defvar.
20237 2005-05-19  Richard M. Stallman  <rms@gnu.org>
20239         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20241         * subr.el (event-basic-type): Don't get an error.
20242         (left-fringe-p): Function deleted.
20244         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20245         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20247         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20248         in recursive copy.
20250         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20252         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20254         * emacs-lisp/bytecomp.el
20255         (byte-compile-file-form-custom-declare-variable):
20256         Call byte-compile-nogroup-warn if appropriate.
20258         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20259         (compilation-set-window): Don't call left-fringe-p; do it directly.
20261 2005-05-19  Jay Belanger  <belanger@truman.edu>
20263         * calc/calc-graph.el (calc-graph-format-data): Make sure
20264         var-PlotRejects is bound before trying to check its value.
20266 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
20268         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20269         definition of this variable from reftex-global.el to reftex.el,
20270         because it is needed in the menu.
20272 2005-05-19  Lute Kamstra  <lute@gnu.org>
20274         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20275         years are fixed.  Don't insert a space after a dash.
20277 2005-05-19  Kim F. Storm  <storm@cua.dk>
20279         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20281 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
20283         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20284         strings, because (eq ... ?\\) is fairly frequent.
20286         * progmodes/make-mode.el (makefile-add-this-line-targets):
20287         Simplify and integrate into `makefile-pickup-targets'.
20288         (makefile-add-this-line-macro): Simplify and integrate into
20289         `makefile-pickup-macros.
20290         (makefile-pickup-filenames-as-targets): Simplify.
20291         (makefile-previous-dependency, makefile-match-dependency):
20292         Don't stumble over `::'.
20294 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
20296         * subr.el (post-command-idle-hook, post-command-idle-delay):
20297         Remove obsoletion of post-command-idle-hook and
20298         post-command-idle-delay.
20300         * faces.el (list-faces-display): Provide button when describe-face
20301         is called to take user back to the list of faces.
20303         * help-fns.el (describe-variable): Remove hyperlinks in a
20304         variable's value as these are quite frequently inappropriate.
20306         * follow.el (follow-submit-feedback, follow-mode):
20307         Remove references to post-command-idle-hook.
20309 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
20311         * progmodes/make-mode.el (makefile-previous-dependency)
20312         (makefile-match-dependency): Check for := (and in bsd mode also
20313         !=) to give a better result, even when font-lock is not on.
20315 2005-05-18  Jay Belanger  <belanger@truman.edu>
20317         * calc/calc-help.el (calc-s-prefix-help):
20318         Add `calc-copy-special-constant' to help string.
20320 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
20322         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20324 2005-05-18  Jay Belanger  <belanger@truman.edu>
20326         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20327         in linear factors are in proper order.
20329 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
20331         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20332         Support for jurabib.
20334         * textmodes/reftex.el (featurep): Define aliases for overlay
20335         commands, for XEmacs compatibility, and use these aliases in
20336         overlay initializations.
20337         (reftex-highlight): Use `reftex-move-overlay'.
20338         (reftex-unhighlight): Use `reftex-delete-overlay'.
20339         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
20340         (reftex-access-search-path): Use `reftex-uniquify' instead of
20341         `reftex-uniq'
20343         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20344         `before-string' property modification enables for Emacs as well.
20345         (reftex-select-item): Use `reftex-delete-overlay'.
20346         (reftex-select-mark): Use `reftex-make-overlay' and
20347         `reftex-overlay-put'.
20348         (reftex-select-unmark): Use `reftex-delete-overlay' and
20349         `reftex-overlay-put'.
20351 2005-05-18  Lute Kamstra  <lute@gnu.org>
20353         * emacs-lisp/lisp.el (check-parens): Fix docstring.
20355 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
20357         * add-log.el (add-change-log-entry):
20358         * array.el (array-make-template, array-reconfigure-rows)
20359         (array-init-max-row, array-init-max-column)
20360         (array-init-columns-per-line, array-init-field-width):
20361         * replace.el (replace-match-maybe-edit, perform-replace):
20362         * textmodes/spell.el (spell-region):
20363         Replace `read-input' by `read-string'.
20365         * forms.el (forms-mode):
20366         * finder.el (finder-compile-keywords):
20367         * shadowfile.el (shadow-read-files):
20368         Replace `eval-current-buffer' by `eval-buffer'.
20370         * terminal.el (te-pass-through):
20371         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20372         (ange-ftp-raw-send-cmd):
20373         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20374         (send-process-next-char, telnet-initial-filter, telnet):
20375         Replace `send-string' by `process-send-string'.
20377         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20378         (prolog-consult-region): Replace `send-string' by
20379         `process-send-string'; replace `send-region' by `process-send-region'.
20381         * progmodes/delphi.el (delphi-log-msg):
20382         Replace `set-window-dot' by `set-window-point'.
20384         * subr.el (window-dot, set-window-dot, read-input, send-string)
20385         (send-region, show-buffer, eval-current-buffer):
20386         Make really obsolete, as the comment says.
20388 2005-05-17  Kim F. Storm  <storm@cua.dk>
20390         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20391         (cua--init-keymaps): Bind C-return instead of S-return to set
20392         rectangle mark.
20394         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20395         instead of S-return to toggle/clear rectangle mark.
20397 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
20399         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20400         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20401         Also fontify plain strings assigned to variables, mostly so that a
20402         colon has a face and is thus not taken as a dependency separator.
20403         (makefile-previous-dependency): Inline the new matcher, because it
20404         is too complex to work in both directions.
20405         (makefile-match-dependency): Eliminate `backward' arg (see above).
20406         Completely reimplemented so as to not sometimes go into an endless
20407         loop.  It should also be more efficient, because first it only
20408         searches for `:', instead of applying the very complex regexp.
20409         (makefile-mode): Cancel `font-lock-support-mode', because blocks
20410         to be fontified in one piece can be too long for JIT.
20411         Makefiles are never *that* big.
20413 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
20415         * dired.el (dired-mode): Simplify.
20417 2005-05-17  Lute Kamstra  <lute@gnu.org>
20419         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20420         defcustom for the mode hook variable.
20422         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20423         Emacs Lisp Reference Manual.
20425 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
20427         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20428         (evenp, list*):
20429         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20430         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20432         * net/tramp-smb.el (tramp-smb-open-connection):
20433         Pass `tramp-chunksize' as fifth (required) argument.
20435 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
20437         * font-lock.el (lisp-font-lock-keywords-1):
20438         Set `font-lock-negation-char-face' for [^...] char group.
20439         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20441         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20442         a var, and refine it to mask one more level of nested vars.
20443         (makefile-rule-action-regex): Turn it into a var, and refine it so
20444         it recognizes backslashed continuation lines as belonging to the
20445         same command.
20446         (makefile-macroassign-regex): Refine it so it recognizes
20447         backslashed continuation lines as belonging to the same command.
20448         (makefile-var-use-regex): Don't look at the next char, because it
20449         might be the same one to be skipped by the initial [^$], leading
20450         to an overlooked variable use.
20451         (makefile-make-font-lock-keywords): Remove two parameters, which
20452         are now variables that some of the modes set locally.
20453         Handle dependency and rule action matching through functions, because
20454         regexps alone match too often.  Dependency matching now comes
20455         last, so it can check, whether a colon already matched something else.
20456         (makefile-mode): Inform that font-lock improves makefile parsing
20457         capabilities.
20458         (makefile-match-dependency, makefile-match-action): New functions.
20460 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
20462         * emacs-lisp/cl-extra.el (equalp): Doc fix.
20464         * align.el (align-regexp):
20465         * ansi-color.el (ansi-color-get-face):
20466         * array.el (array-reconfigure-rows, array-init-max-row)
20467         (array-init-max-column, array-init-columns-per-line)
20468         (array-init-field-width):
20469         * dired-aux.el (dired-trample-file-versions):
20470         * dired-x.el (dired-mark-sexp):
20471         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20472         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20473         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20474         * faces.el (face-read-integer):
20475         * files.el (backup-extract-version, insert-directory):
20476         * hexl.el (hexl-insert-decimal-char):
20477         * server.el (server-process-filter):
20478         * shell.el (shell-extract-num):
20479         * startup.el (command-line-1):
20480         * term.el (term-command-hook):
20481         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20482         (time-stamp-do-number):
20483         * time.el (display-time-update):
20484         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20485         (timezone-fix-time):
20486         * vms-patch.el (vms-suspend-resume-hook):
20487         * calendar/appt.el (appt-convert-time):
20488         * calendar/cal-bahai.el (mark-bahai-diary-entries):
20489         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20490         * calendar/cal-islam.el (mark-islamic-diary-entries):
20491         * calendar/calendar.el (calendar-cursor-to-date)
20492         (calendar-star-date):
20493         * calendar/diary-lib.el (diary-attrtype-convert)
20494         (mark-diary-entries, diary-entry-time):
20495         * calendar/solar.el (solar-get-number):
20496         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20497         * emacs-lisp/re-builder.el (reb-display-subexp):
20498         * emulation/edt.el (edt-set-scroll-margins):
20499         * emulation/tpu-extras.el (tpu-set-scroll-margins):
20500         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20501         (vip-get-ex-count):
20502         * emulation/viper-ex.el (viper-get-ex-token)
20503         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20504         * international/fontset.el (fontset-plain-name):
20505         * mail/feedmail.el (feedmail-look-at-queue-directory):
20506         * mail/mailalias.el (mail-get-names):
20507         * mail/rmail.el (rmail-convert-to-babyl-format):
20508         * mail/rmailsum.el (rmail-make-basic-summary-line)
20509         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20510         (rmail-summary-goto-msg):
20511         * mail/smtpmail.el (smtpmail-read-response):
20512         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20513         (ange-ftp-vms-add-file-entry):
20514         * play/gametree.el (gametree-looking-at-ply)
20515         (gametree-current-branch-score):
20516         * progmodes/ada-xref.el (ada-prj-find-prj-file)
20517         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20518         * progmodes/cperl-mode.el (condition-case):
20519         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20520         (ebrowse-set-member-buffer-column-width)
20521         (ebrowse-select-1st-to-9nth):
20522         * progmodes/etags.el (etags-snarf-tag):
20523         * progmodes/flymake.el (flymake-parse-line):
20524         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20525         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20526         (idlwave-shell-menu-def):
20527         * progmodes/ps-mode.el (ps-run-goto-error):
20528         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20529         (vhdl-speedbar-contract-level):
20530         * term/mac-win.el (x-handle-numeric-switch):
20531         * term/sun-mouse.el (sun-get-frame-data):
20532         * term/w32-win.el (x-handle-numeric-switch):
20533         * term/x-win.el (x-handle-numeric-switch):
20534         * textmodes/ispell.el (ispell-parse-output):
20535         * textmodes/nroff-mode.el (nroff-outline-level):
20536         * textmodes/reftex-cite.el (reftex-bib-sort-year)
20537         (reftex-bib-sort-year-reverse, reftex-format-citation):
20538         * textmodes/reftex-parse.el (reftex-init-section-numbers)
20539         (reftex-section-number):
20540         * textmodes/texinfmt.el (texinfo-paragraphindent):
20541         Replace `string-to-int' by `string-to-number'.
20543         * international/latexenc.el: Add page marker to force the "Local
20544         Variables:" string out of the last page.
20546 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
20548         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20549         tooltip-change-major-mode.
20550         (gud-tooltip-print-command): Remove case where gud-minor-mode
20551         is gdb ("--fullname").
20552         (gud-tooltip-tips): Turn GUD tooltips off for this case and
20553         explain to user.
20555 2005-05-16  Jay Belanger  <belanger@truman.edu>
20557         * calc/calc-store.el (calc-copy-special-constant): New function.
20559         * calc/calc-ext.el (calc-init-extensions): Add binding for
20560         `calc-copy-special-constant'.
20562         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20563         for the `calc-copy-special-constant' command.
20565 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
20567         * subr.el (left-fringe-p): New function.
20569         * progmodes/compile.el (compilation-setup): Set local value of
20570         overlay-arrow-string to "" always.
20571         (compilation-set-window): Left fringe then don't scroll.
20572         No left fringe then no arrow and scroll message to top.
20573         (compilation-context-lines): Adjust doc string accordingly.
20575 2005-05-16  Kim F. Storm  <storm@cua.dk>
20577         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20578         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20579         (ido-wide-find-dir-or-delete-dir): New command for M-d.
20580         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
20581         (ido-read-file-name): Handle commands with ido property value
20582         equal to find-file as reading a file name, to allow C-d to enter dired.
20583         (ibuffer-find-file): Add ido property with value find-file.
20585 2005-05-15  Kim F. Storm  <storm@cua.dk>
20587         * subr.el (open-network-stream-nowait): Remove.
20588         (open-network-stream-server): Remove.
20590 2005-05-15  Richard M. Stallman  <rms@gnu.org>
20592         * faces.el (describe-face): Output a definition link button.
20594         * help-mode.el (help-face-def): New button type.
20596         * emacs-lisp/copyright.el (copyright-fix-years):
20597         Match properly if the first year is 2-digit.
20598         Don't mess up the whitespace after the years by filling.
20600         * dired-aux.el (dired-mark-confirm):
20601         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20603         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20604         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20605         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20607         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20608         Set font-lock-comment-start-skip.
20610         * font-lock.el (font-lock-comment-start-skip): New variable.
20611         (font-lock-comment-end-skip): New variable.
20612         (font-lock-fontify-syntactically-region): Use them if non-nil.
20614 2005-05-15  Jay Belanger  <belanger@truman.edu>
20616         * calc/calc-store.el (calc-store-value): Return a string rather
20617         than display it as a message.
20618         Use calc-var-name for variable name.
20619         (calc-store-into): Add the result of calc-store-value to message.
20620         (calc-copy-variable): Add a message.
20621         (calc-store-exchange): Improve error messages.
20622         (calc-store-binary, calc-store-map): Don't reset the values of
20623         special constants.
20625 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
20627         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20628         manual to docstring.
20630         * files.el (hack-local-variables-confirm): Add STRING argument.
20631         Make the function handle non file visiting buffers correctly.
20632         (hack-local-variables-prop-line, hack-local-variables)
20633         (hack-one-local-variable): Use STRING arg of
20634         `hack-local-variables-confirm'.
20636 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
20638         Sync with Tramp 2.0.49.
20640         * net/tramp.el (tramp-handle-dired-call-process)
20641         (tramp-handle-insert-directory):`insert-buffer' cannot be used
20642         because the contents of the Tramp buffer is changed before
20643         insertion (`expand-file' and alike).
20644         (tramp-handle-insert-directory): If `localname' has an empty
20645         nondirectory name, it must not be quoted.
20646         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
20647         variable `tramp-chunksize'.  Change callees.
20648         (tramp-open-connection-setup-interactive-shell): Check remote host
20649         for buggy `send-process-string' implementation.
20650         Set `tramp-chunksize' if found.  Reported by Michael Kifer
20651         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20652         (tramp-handle-shell-command): `insert-buffer' cannot be used
20653         because the contents of the Tramp buffer is changed before
20654         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20655         <frederic.bothamy@free.fr>.
20656         (tramp-set-auto-save): Actions should be done for Tramp file name
20657         handler only.  Ange-FTP has its own auto-save mechanism.
20658         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20659         (tramp-set-auto-save-file-modes): Set file modes of
20660         `buffer-auto-save-file-name' to ?\600 as fallback solution.
20661         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20662         (tramp-bug): Remove obsolete variable.
20663         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
20664         for presence of `mml-mode'.  Make it running for older Emacsen as well.
20666 2005-05-14  John Paul Wallington  <jpw@pobox.com>
20668         * ibuf-ext.el (define-ibuffer-filter filename):
20669         If `dired-directory' is a list, use its car.
20671 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
20673         * ibuffer.el (define-ibuffer-column filename):
20674         If `dired-directory' is a list, use its car.
20676 2005-05-14  Richard M. Stallman  <rms@gnu.org>
20678         * subr.el (symbol-file): Doc fix.
20680         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20681         (byte-compile-form): Call byte-compile-nogroup-warn.
20682         (byte-compile-warning-types): Doc fix.
20684         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20686         * progmodes/cc-engine.el (c-literal-faces):
20687         Add font-lock-comment-delimiter-face.
20689         * net/net-utils.el (dig): Use with-no-warnings.
20691         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20692         (sc-recite-frame-alist, sc-default-cite-frame)
20693         (sc-default-uncite-frame, sc-default-recite-frame)
20694         (sc-attrib-selection-list, sc-rewrite-header-list):
20695         Mark as risky-local-variable.
20697         * international/ogonek.el (ogonek-jak, ogonek-how):
20698         Don't use beginning-of-buffer.
20700         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20702         * calendar/solar.el (solar-data-list): Move definition up.
20704         * dnd.el (dnd-protocol-alist): Add autoload.
20706         * progmodes/sh-script.el: Many doc usage fixes.
20707         (sh-indent-after-do): Change default to match common styles.
20709 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
20711         * files.el (interpreter-mode-alist)
20712         (auto-mode-interpreter-regexp): Doc fixes.
20714 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
20716         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20718         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20720 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20722         * dired.el (dired-mode): make-variable-buffer-local =>
20723         make-local-variable.
20725 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20727         * term/mac-win.el (mac-select-convert-to-string): Try coding
20728         systems in mac-script-code-coding-systems if specified one cannot
20729         encode string for `com.apple.traditional-mac-plain-text'.
20731 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
20733         * progmodes/make-mode.el (makefile-targets-face)
20734         (makefile-shell-face, makefile-makepp-perl-face): New faces.
20735         (makefile-dependency-regex): Fix it to not make the colon in
20736         $(var:a=b) special.
20737         (makefile-rule-action-regex): New regexp for highlighting embedded
20738         Shell strings.
20739         (makefile-macroassign-regex): Handle != for highlighting as
20740         embedded Shell strings.
20741         (makefile-var-use-regex): New const.
20742         (makefile-statements, makefile-automake-statements)
20743         (makefile-gmake-statements, makefile-makepp-statements)
20744         (makefile-bsdmake-statements): New consts.
20745         (makefile-make-font-lock-keywords): New function.
20746         (makefile-automake-font-lock-keywords)
20747         (makefile-gmake-font-lock-keywords)
20748         (makefile-makepp-font-lock-keywords)
20749         (makefile-bsdmake-font-lock-keywords): New consts.
20750         (makefile-mode-map): Add switchers between the various submodes.
20751         (makefile-mode): Document the availability of the variants.
20752         (makefile-automake-mode, makefile-gmake-mode)
20753         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20755         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20756         new variants of makefile-mode.
20758 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20760         * font-lock.el (font-lock-comment-delimiter-face): Fix up
20761         the inheritance.
20763 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
20765         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20766         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20768         * files.el (normal-mode): Extend the scope of the
20769         `enable-local-variables' binding to include the `set-auto-mode' call.
20770         (magic-mode-alist): Doc fix.
20772 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20774         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20775         font-lock-comment-face rather than copying its setting.
20777 2005-05-12  Andreas Schwab  <schwab@suse.de>
20779         * eshell/esh-mode.el (eshell-send-input): Doc fix.
20781 2005-05-12  Lute Kamstra  <lute@gnu.org>
20783         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20784         defcustom for the mode hook variable.  Delete the last argument.
20785         * generic-x.el: Fix callers of define-generic-mode.
20786         (generic-x-modes): Delete group.
20787         (show-tabs-tab-face, show-tabs-space-face): Put them in the
20788         generic-x customization group.
20790 2005-05-12  Kim F. Storm  <storm@cua.dk>
20792         * font-lock.el (font-lock-negation-char-face): Default to "off".
20794         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20795         font-lock-negation-char-face to ! in !=.
20797 2005-05-12  Masatake YAMATO  <jet@gyve.org>
20799         * add-log.el (find-change-log): Fix typos in the docstring
20800         of function.
20802 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
20804         * international/latexenc.el (latexenc-find-file-coding-system):
20805         Avoid `re-search-forward' when looking for input encoding because
20806         of speed and safety.  Better regular expressions for recognizing
20807         input encoding.  Limit a search for TeX-master/tex-main-file to
20808         the local variable section.
20810 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
20812         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20813         syntax of $ to "'" (quote).
20815 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
20817         * dnd.el (dnd-protocol-alist): Improve custom type.
20819         * dired.el (dired-dnd-protocol-alist): New variable.
20820         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
20821         `dired-mode-hook' to the end.
20823 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20825         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20826         comment-end if comment-start-skip is not set.
20827         Obey the font-lock-comment-delimiter-face variables.
20829 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20831         * files.el (executable-find): Move from executable.el.  Use
20832         locate-file.
20833         * progmodes/executable.el (executable-find): Move to files.el.
20835         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20836         when trying to ensure forward progress.
20838 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
20840         * mouse-sel.el (mouse-sel-follow-link-p): New function.
20841         (mouse-select, mouse-select-internal, mouse-extend-internal):
20842         Use it to implement mouse-1-click-follows-link functionality.
20844 2005-05-11  Richard M. Stallman  <rms@gnu.org>
20846         * font-lock.el (font-lock-fontify-syntactically-region):
20847         Use font-lock-comment-delimiter-face for comment delimiters.
20849 2005-05-10  Jay Belanger  <belanger@truman.edu>
20851         * calc/calc-help.el (calc-m-prefix-help): Add mention of
20852         preserving embedded modes.
20854 2005-05-10  Richard M. Stallman  <rms@gnu.org>
20856         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20858         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20859         Move from ada-stmt.el.
20860         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20862         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20863         Move to ada-mode.el.
20864         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20866         * cus-edit.el (custom-file): Call file-chase-links.
20868         * files.el (read-directory-name): Fix previous change.
20869         (hack-local-variables-confirm): New function.
20870         (hack-local-variables-prop-line, hack-local-variables)
20871         (hack-one-local-variable): Use it.
20873 2005-05-10  Lute Kamstra  <lute@gnu.org>
20875         * font-lock.el (font-lock-keywords-alist)
20876         (font-lock-removed-keywords-alist): Clarify docstrings.
20878 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
20880         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20881         (gdb-source-info): Check for preprocessor info.
20882         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
20883         a macro for a function.
20884         (gdb-info-breakpoints-custom): Try to find file again if not already
20885         found (user might have used GDB dir command).
20886         (gdb-get-location): Update gdb-location-alist correctly for change
20887         to gdb-info-breakpoints-custom.
20889         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20890         (gud-tooltip-print-command): Add gdbmi case.
20891         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20892         preprocessor info.
20894 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
20896         * startup.el (fancy-splash-insert): Fix typo in doc string.
20898 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
20900         * obsolete/float.el (string-to-float):
20901         * obsolete/hilit19.el (hilit-add-pattern):
20902         * obsolete/rnews.el (news-parse-range, news-select-message)
20903         (news-get-pruned-list-of-files): Replace `string-to-int' by
20904         `string-to-number'.
20906         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20907         `find-file-not-found-hooks'; use `add-hook'.
20908         (uncompress-while-visiting): Set `write-file-functions', not
20909         `write-file-hooks'; use `add-hook'.
20911 2005-05-09  Kim F. Storm  <storm@cua.dk>
20913         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20914         (cua-paste): Handle clipboard action.
20915         (cua--init-keymaps): Remap clipboard-kill-region and
20916         clipboard-kill-ring-save.
20918 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
20920         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20921         Improve commentary.
20923         * simple.el (next-error-overlay-arrow-position): Revert the change
20924         made on 2005-04-30.
20926 2005-05-07  Jay Belanger  <belanger@truman.edu>
20928         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20929         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20930         `calc-sel-reselect'.
20932         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20933         Calc is in embedded mode.
20935 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
20937         * progmodes/compile.el (compilation-setup):
20938         Set overlay-arrow-string to an empty string on text terminals.
20940         * textmodes/ispell.el (ispell-program-name): Try looking for
20941         "aspell" along exec-path, and if found, use it as the default
20942         speller program.
20944 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
20946         * international/mule.el (sgml-xml-auto-coding-function):
20947         Recognize encoding='FOO' in single quotes as well as in double quotes.
20949 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20951         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20952         as well as `interactive', so that defmacro* would recognize
20953         `declare' forms.
20955 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
20957         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20958         Explain more about the LIGHTER arg's usage in the doc string.
20959         Add commentary to clarify what the code does.  Fix the regexp that
20960         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
20961         since it could have characters special to regular expressions.
20963 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
20965         * replace.el (occur-1): Bind inhibit-read-only so that
20966         erase-buffer doesn't barf on read-only text properties (likewise
20967         for add-text-properties in occur-engine).  Mark buffer as unmodified.
20968         (occur-engine): Don't set buffer-read-only here.
20970 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20972         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20973         list-buffers-directory.  This caused the *cvs-commit* buffer to be
20974         sometimes mistakenly reused as a *cvs* buffer.
20976 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
20978         * tooltip.el: Move code for GUD tooltips into gud.el.
20979         (require): CL no longer needed to compile case.
20980         (tooltip-mode): Do not toggle functions for GUD tooltips.
20981         (tooltip-gud-tips-p): Remove.  Replace with minor mode
20982         gud-tooltip-mode in gud.el.
20983         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20984         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20985         tooltip-gud prefix with gud-tooltip and obsolete.
20986         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20987         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20988         (tooltip-mouse-motion): Mouse movement functions/variable.
20989         Rename in gud.el by adding gud prefix.
20990         (tooltip-gud-original-filter, tooltip-gud-dereference)
20991         (tooltip-gud-event, tooltip-toggle-gud-tips)
20992         (tooltip-gud-process-output, tooltip-gud-print-command)
20993         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
20994         gud.el by replacing tooltip-gud prefix with gud-tooltip.
20995         (gdb-tooltip-print): Move to gdb-ui.el.
20997         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20998         (require): CL needed to compile case.
20999         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21000         tooltip-gud-tips-p.  Make it a minor-mode.
21001         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21002         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21003         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21004         (gud-tooltip-change-major-mode)
21005         (gud-tooltip-activate-mouse-motions-if-enabled)
21006         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21007         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21008         (gud-tooltip-original-filter, gud-tooltip-dereference)
21009         (gud-tooltip-event, tooltip-toggle-gud-tips)
21010         (gud-tooltip-process-output, gud-tooltip-print-command)
21011         (gud-tooltip-tips): Move from tooltip.el.
21013         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21014         (gdb-cpp-define-alist-flags): Doc fix.
21015         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21016         gud-tooltip-mode is t.
21018 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21020         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21021         evaporate if their text is deleted.
21022         (goto-address-at-point): Make it work as a mouse binding as well.
21023         (goto-address-at-mouse): Obsolete it.  Update users.
21025 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
21027         * calendar/appt.el (top-level): No longer activate on load.
21029 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
21031         * calendar/cal-bahai.el (mark-bahai-diary-entries):
21032         * net/webjump.el (webjump):
21033         * progmodes/idlw-help.el (idlwave-do-context-help1)
21034         (idlwave-highlight-linked-completions):
21035         * textmodes/po.el (po-find-file-coding-system-guts):
21036         Replace `assoc-ignore-case' by `assoc-string'.
21038 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
21040         * files.el (locate-file): Doc fix.
21042         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21043         Remove the redundant test for ms-dos.
21045         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21046         look for the preprocessor with exec-suffixes.  If not found in
21047         standard places, look in exec-path.  Remove most of the tests that
21048         used system-type.
21050         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21052         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21054         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21055         file-name clash with jka-compr.el on 8+3 filesystems.
21057 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21059         * term/mac-win.el: Don't define or bind scroll bar functions if
21060         x-toolkit-scroll-bars is t.
21061         (x-select-text, x-get-selection-value): Clear
21062         x-last-selected-text-clipboard if x-select-enable-clipboard is
21063         nil.
21064         (PRIMARY): Put mac-scrap-name property.
21065         (mac-select-convert-to-file-url): New function.
21066         (public.file-url): New selection target type.  Add to
21067         selection-converter-alist.
21068         (x-get-selection, x-selection-value): Handle it.
21069         (x-cut-buffer-or-selection-value): New alias.
21071 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21073         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21074         entry to avoid calling bibtex-find-entry with arg global
21075         being t.  Remove arg key.
21076         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21077         (bibtex-copy-summary-as-kill): Change accordingly.
21079 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21081         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21082         (org-agenda-date-later): Use with-current-buffer.
21084 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
21086         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21087         (define-obsolete-variable-alias): Doc Fixes.
21089 2005-05-06  Kim F. Storm  <storm@cua.dk>
21091         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
21092         vertical-motion when selective-display is active.
21094         * ido.el (ido-setup-hook): New hook.
21095         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21096         (ido-input-stack): New var.
21097         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
21098         ido-next-work-file binding to M-O.
21099         Bind M-f to ido-wide-find-file-or-pop-dir.
21100         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21101         (ido-read-internal): Run ido-setup-hook.
21102         Catch quit in read-file-name and read-string to cancel edit.
21103         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21104         Automatically pop-all when completing a directory name (RET).
21105         (ido-file-internal): Add with-no-warnings around ffap and dired code.
21106         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21107         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21108         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21109         New functions for M-b/M-f to move among the directory components.
21110         (ido-make-merged-file-list): Catch quit to cancel merge.
21111         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21112         (ido-completion-help): No warnings for ido-completion-buffer-full.
21114 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
21116         * font-lock.el (font-lock-negation-char-face): New face and variable.
21117         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21118         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21119         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21120         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21122 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
21124         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21125         Fix typo in docstring.
21127         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21128         (ebrowse-print-statistics-line)
21129         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21131         * term/w32-win.el (image-library-alist): Add additional name for
21132         Xpm library.
21134 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
21136         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21137         use gcc instead of cpp.
21139         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21140         (gdb-create-define-alist): Use it.
21141         (gdb-cpp-define-alist-program): Update for MS-DOS.
21143 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
21145         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21147 2005-05-04  Richard M. Stallman  <rms@gnu.org>
21149         * help.el (describe-key): No error when UNTRANSLATED is nil.
21151         * simple.el (line-move-1): Fix previous change to signal errors
21152         appropriately.
21154 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
21156         * calendar/icalendar.el (icalendar-version): Now at 0.12.
21157         (icalendar-duration-correction): Remove.
21158         (icalendar--get-event-properties): Split result at commas.
21159         (icalendar--decode-isoduration): New optional argument
21160         DURATION-CORRECTION.
21161         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21162         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21163         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21164         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21165         (icalendar--convert-anniversary-to-ical): New functions, extracted
21166         from icalendar-export-region, with bug fixes.
21167         (icalendar-export-region): Use the above functions.
21168         (icalendar-import-buffer): Check before saving diary file.
21169         (icalendar--convert-recurring-to-diary)
21170         (icalendar--convert-non-recurring-all-day-to-diary)
21171         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21172         extracted from icalendar--convert-ical-to-diary, with bug fixes.
21173         (icalendar--convert-ical-to-diary): Use the above functions.
21175 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
21177         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21178         Remove these recent additions.
21179         (c-mode): Restore to before 2005-04-28.
21181         * progmodes/cc-vars.el (cc-define-list-program): Remove this
21182         recent addition.
21184         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21185         (gdb-define-alist): New variables.
21186         (gdb-create-define-alist): New function.
21187         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21188         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21189         with string-to-number.
21190         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
21192         * progmodes/gud.el: Replace string-to-int with string-to-number.
21193         (gud-find-file): Handle gdb-define-alist.
21195         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21197 2005-05-02  Jay Belanger  <belanger@truman.edu>
21199         * calc/calc-aent.el (math-read-token):
21200         * calc/calc-bin.el (calc-word-size):
21201         * calc/calc-ext.el (calc-read-number-fancy):
21202         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21203         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21204         * calc/calc-frac.el (calc-over-notation):
21205         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21206         (calc-graph-num-points, calc-graph-init):
21207         * calc/calc-prog.el (calc-read-parse-table-part)
21208         (calc-edit-macro-repeats):
21209         * calc/calc-yank.el (calc-do-grab-rectangle):
21210         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21211         Replace `string-to-int' by `string-to-number'.
21213 2005-05-02  Kim F. Storm  <storm@cua.dk>
21215         * kmacro.el: Use executing-kbd-macro-index variable.
21217 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
21219         * net/rlogin.el (rlogin-parse-words): Delete func.
21220         (rlogin): Use split-string, not rlogin-parse-words.
21221         Also, if there are option-like elements in the parsed args,
21222         take the host to be the first arg immediately following them.
21223         Suggested by Michael Mauger.
21225 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
21227         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21229 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
21231         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21232         (cc-mode-cpp-program): Rename to cc-define-list-program and
21233         move to cc-vars.el.
21235         * progmodes/cc-vars.el (cc-define-list-program):
21236         Change to "gcc -E -dM -".  Make customizable.
21238 2005-05-02  Kim F. Storm  <storm@cua.dk>
21240         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21242 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
21244         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21246         * international/mule-util.el (truncate-string): Remove alias and
21247         obsolete declaration.
21249         * international/mule-cmds.el (update-iso-coding-systems):
21250         Remove alias and obsolete declaration.
21252         * international/mule.el (coding-system-parent): Remove alias and
21253         obsolete declaration.
21255         * subr.el (define-function, sref): Remove aliases and obsolete
21256         declarations.
21257         (chars-in-region): Remove obsolete declaration.
21259 2005-05-01  Richard M. Stallman  <rms@gnu.org>
21261         * info.el (Info-mode): Set widen-automatically to nil, locally.
21263         * simple.el (widen-automatically): New variable.
21264         (pop-global-mark): Obey widen-automatically.
21266 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
21268         * term/xterm.el (function-key-map): Call substitute-key-definition
21269         before the keymap size is increased by a lot of define-key calls.
21271 2005-05-01  Richard M. Stallman  <rms@gnu.org>
21273         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21274         Rename ARG to ELEMENT.  Doc fix.
21276 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
21278         * allout.el (allout-exposure): Remove macro and obsolete declaration.
21279         Remove references to allout-exposure/change to allout-new-exposure.
21281         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21282         bytecode symbols.
21284         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21285         (compiled-function-p, focus-frame, unfocus-frame):
21286         Remove aliases and obsolete declarations.
21287         Back out inadvertent changes from previous commit.
21289 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
21291         * files.el (require-final-newline): Make Custom tags consistent
21292         with mode-require-final-newline.
21293         (mode-require-final-newline): Doc fix.
21295 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21297         * international/latexenc.el (latexenc-find-file-coding-system):
21298         Fix regular expressions.
21300 2005-05-01  David Kastrup  <dak@gnu.org>
21302         * international/latexenc.el (latexenc-find-file-coding-system):
21303         Fix regular expressions.
21305 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
21307         * subr.el (string-to-int): Make obsolete.
21309 2005-04-30  Richard M. Stallman  <rms@gnu.org>
21311         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21313         * loadup.el: load jka-comp-hook.
21315         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21316         (jka-compr-handler): Add autoload.  `put' calls moved
21317         to jka-comp-hook.el.
21318         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21319         (jka-compr-inhibit): Autoload.
21321         * jka-comp-hook.el: New file.
21322         Enable the mode by default.
21324         * files.el (backup-buffer-copy): Use copy-file instead
21325         of write-region, and put back the 'excl.
21327 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
21329         * progmodes/flymake.el (flymake-split-string)
21330         (flymake-split-string, flymake-log, flymake-pid-to-names)
21331         (flymake-reg-names, flymake-get-source-buffer-name)
21332         (flymake-unreg-names, flymake-add-line-err-info)
21333         (flymake-add-err-info): Clarify docstrings.
21334         (flymake-popup-menu, flymake-make-emacs-menu)
21335         (flymake-make-xemacs-menu): Add docstrings.
21336         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21337         Set variables directly throughout.
21339 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
21341         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21342         exists.  Initialize cc-define-alist.
21343         (c-mode): Add cc-create-define-alist locally to after-save-hook.
21344         If there is no file (Macroexpansion) don't create an alist.
21346 2005-04-29  Sam Steingold  <sds@gnu.org>
21348         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21349         (cc-create-define-alist): Use it instead of the hard-coded string.
21351 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21353         * international/mule-conf.el (file-coding-system-alist): Fix regexp
21354         for latexenc.
21356 2005-04-29  Lute Kamstra  <lute@gnu.org>
21358         * emacs-lisp/generic.el: Improve commentary section.
21359         (define-generic-mode): Improve docstring.
21361 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
21363         * textmodes/org.el (many places): Change to quiet the byte compiler.
21364         (org-prefix-format-compiled): New variable.
21365         (org-compile-prefix-format): New function.
21366         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21367         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21368         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21369         (org-get-entries-from-diary): Use `org-get-time-of-day' for
21370         consistency with entries from `org-mode' files.
21371         (org-get-time-of-day): Fix bug with partial matches early in a line.
21372         (org-non-link-chars): New constant.
21373         (org-link-regexp): Respect `org-non-link-chars'.
21374         (org-agenda-day-view): Remove command.
21375         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21376         (org-follow-bbdb-link, org-store-link): Search also company field.
21377         (org-highlight-overlay): New variable.
21378         (org-highlight, org-unhighlight): New functions.
21379         (org-agenda-mode): Add pre-command-hook to remove highlight.
21380         (org-evaluate-time-range): Behavior depends upon whether time stamp
21381         contains a time or not.
21382         (org-show-subtree, org-show-entry): New functions.
21383         (org-agenda-cleanup-fancy-diary): Remove empty lines.
21385 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
21387         * comint.el (comint-output-filter-functions): Add autoload cookie.
21389 2005-04-28  Kim F. Storm  <storm@cua.dk>
21391         * ido.el (ido-everywhere): Fix last change.
21393 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
21395         * international/latexenc.el: New file.
21396         * international/mule-conf.el (file-coding-system-alist): For .tex,
21397         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21399 2005-04-28  Lute Kamstra  <lute@gnu.org>
21401         * font-lock.el (font-lock-add-keywords)
21402         (font-lock-remove-keywords): Clarify docstring.
21403         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21404         Don't start docstrings with a `*'.
21405         (font-lock-update-removed-keyword-alist): Give it a docstring.
21407         * generic-x.el: Update commentary section.
21408         Only require font-lock when compiling.
21409         Define all modes conditionally.
21410         Place all generic modes in the generic-x-modes customization group.
21411         (generic-x-modes): New customization group.
21412         (generic-default-modes, generic-mswindows-modes)
21413         (generic-unix-modes, generic-other-modes): New constants.
21414         (generic-define-mswindows-modes, generic-define-unix-modes):
21415         Update docstrings.  Make them obsolete.
21416         (generic-extras-enable-list): New default value.  Update docstring.
21417         Improve :type.  Change :set function.
21418         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21419         Fix docstring.
21421         * emacs-lisp/generic.el (generic-mode-internal):
21422         Simplify font-lock-defaults.
21423         (define-generic-mode): Fix docstring.
21425 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21427         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21428         font-lock-face property to highlight matches.
21430 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
21432         * progmodes/cc-mode.el (cc-create-define-alist): New function.
21433         (cc-define-alist): New variable.
21434         (c-mode): Make it local and initialize it.
21436         * progmodes/gdb-ui.el (gdb-active-process): New variable.
21437         (gdb-exited): New function.
21438         (gdb-annotation-rules): Use it.
21439         (gdb-starting): Set gdb-active-process to t.
21440         (gdb-stopping): Amend doc string.
21441         (gdb-reset): Set gdb-active-process to nil.
21443         * tooltip.el (tooltip-gud-tips): Show the associated #define
21444         directives when a C program under GDB is not executing.
21446 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21448         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21449         font-lock-fontify-syntactic-keywords.
21451         * font-lock.el (font-lock-default-fontify-region): Don't force
21452         parse-sexp-lookup-properties to nil.
21454 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
21456         * man.el (man-mode-syntax-table): Set up `:' to have
21457         word-constituent syntax.
21459 2005-04-27  Lute Kamstra  <lute@gnu.org>
21461         * novice.el (disable-command): Don't add spurious newlines to the
21462         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
21464 2005-04-26  Jay Belanger  <belanger@truman.edu>
21466         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21467         than one window before deleting window.
21469 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
21471         * shell.el (shell-prompt-pattern): Doc fix.
21472         (shell-mode): Set paragraph-separate buffer locally to "\\'".
21474         * comint.el (comint-prompt-regexp, comint-get-old-input)
21475         (comint-use-prompt-regexp)
21476         (comint-use-prompt-regexp-instead-of-fields)
21477         (comint-replace-by-expanded-history, comint-send-input)
21478         (comint-output-filter, comint-get-old-input-default)
21479         (comint-line-beginning-position, comint-bol, comint-show-output)
21480         (comint-backward-matching-input, comint-forward-matching-input)
21481         (comint-next-prompt, comint-previous-prompt):
21482         Rename `comint-use-prompt-regexp-instead-of-fields' to
21483         `comint-use-prompt-regexp'.  Keep old name as alias and declare
21484         obsolete.
21485         (comint-use-prompt-regexp): Shorten first line of doc string.
21487         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21488         Set paragraph-separate buffer locally to "\\'".
21490         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21491         Adapt to above name change.
21493         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21494         (smbclient-prompt-regexp): Ditto.
21496         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21498 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
21500         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21501         gdb-location-list.
21502         Break lines that are over 80 characters wide.
21504 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21506         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21507         New fun and var, to preserve compatibility.
21509         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21511 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
21513         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21514         name to file-newer-than-file-p.
21516 2005-04-26  Richard M. Stallman  <rms@gnu.org>
21518         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21520         * progmodes/python.el (python-mode):
21521         Use new name eldoc-documentation-function.
21523         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21525         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21526         (eldoc-documentation-function):
21527         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
21529 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
21531         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21533 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
21535         * term/xterm.el (function-key-map): Fix strings for
21536         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
21537         {C,S,A,C-S}-{f1-f12}.
21539 2005-04-26  Kenichi Handa  <handa@m17n.org>
21541         * international/mule-cmds.el (select-safe-coding-system):
21542         Fix previous change.
21544 2005-04-26  Lute Kamstra  <lute@gnu.org>
21546         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21548         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21549         (font-lock-comment-delimiter-face): Ditto.
21551         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21553 2005-04-25  Jay Belanger  <belanger@truman.edu>
21555         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21556         to t while inserting information; use help-mode.
21558 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
21560         * term.el (ansi-term-color-vector): Use the xterm colors.
21561         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
21563 2005-04-25  Lute Kamstra  <lute@gnu.org>
21565         * font-core.el (font-lock-defaults): Fix docstring.
21567         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21569 2005-04-25  Kenichi Handa  <handa@m17n.org>
21571         * international/mule-cmds.el (select-safe-coding-system):
21572         Don't check consistency with coding: spec, etc if raw-text or
21573         no-conversion was found to be safe.
21575 2005-04-24  Richard M. Stallman  <rms@gnu.org>
21577         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21578         citation markers at start of each line.
21580         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21581         citation markers at start of each line.
21583         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21585         * files.el (mode-require-final-newline): Fix previous change.
21586         (require-final-newline): Fix type label.
21588 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
21590         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21591         statement in buffer (broken by 2004-11-24 change).
21593 2005-04-24  Kim F. Storm  <storm@cua.dk>
21595         * ido.el (ido-everywhere): Save and restore old read-buffer-function
21596         and read-file-name-function values.  Don't overwrite existing
21597         non-nil values if ido-mode is enabled without ido-everywhere.
21599 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
21601         * files.el (mode-require-final-newline): Minor doc fix.
21603 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
21605         * subr.el (syntax-after): Doc fix.
21606         (syntax-class): If argument is nil, return nil.  Mask off upper 16
21607         bits, not 8 bits.
21609         * files.el (mode-require-final-newline): Doc fix.
21610         (backup-buffer-copy): Fix last change.
21612 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21614         * term/mac-win.el: Require select.  Set selection-coding-system to
21615         mac-system-coding-system.  Call menu-bar-enable-clipboard.
21616         (x-last-selected-text-clipboard, x-last-selected-text-primary)
21617         (x-select-enable-clipboard): New variables.
21618         (x-select-text, x-get-selection, x-selection-value)
21619         (x-get-selection-value, mac-select-convert-to-string)
21620         (mac-services-open-file, mac-services-open-selection)
21621         (mac-services-insert-text): New functions.
21622         (CLIPBOARD, FIND): Put mac-scrap-name property.
21623         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21624         (public.tiff): Put mac-ostype property.
21625         (selection-converter-alist): Add entries for them.
21626         (mac-application-menu-map): New keymap.
21627         (interprogram-cut-function, interprogram-paste-function): Set to
21628         x-select-text and x-get-selection-value, respectively.
21629         (split-window-keep-point): Set to t.
21631 2005-04-23  Richard M. Stallman  <rms@gnu.org>
21633         * files.el (read-directory-name): Always pass non-nil
21634         DEFAULT-FILENAME arg to read-file-name.
21635         (backup-buffer-copy, basic-save-buffer-2): Take care against
21636         writing thru an unexpected existing symlink.
21637         (revert-buffer): In indirect buffer, revert the base buffer.
21638         (magic-mode-alist): Doc fix.
21639         (buffer-stale-function): Doc fix.
21640         (minibuffer-with-setup-hook): Avoid warning.
21641         (mode-require-final-newline): Doc and custom fix.
21643         * follow.el (follow-end-of-buffer): Use with-no-warnings.
21645         * font-lock.el (font-lock-comment-face): On terminals with few colors,
21646         use the default appearance.
21647         (font-lock-comment-delimiter-face): New face, new variable.
21649         * imenu.el (imenu--generic-function): The official position of a
21650         definition is the start of the line that BEG is in.
21652         * midnight.el (midnight-timer): Move defvar up.
21654         * mouse.el (mouse-drag-region-1): Delete some debugging code.
21656         * saveplace.el (save-place-to-alist): Use with-no-warnings.
21658         * startup.el (command-line): Use with-no-warnings.
21660         * window.el (window-size-fixed): New defvar.
21662         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21664         * mail/rmail.el (rmail-font-lock-keywords):
21665         Use font-lock-comment-delimiter-face.
21667         * mail/sendmail.el (mail-font-lock-keywords):
21668         Use font-lock-comment-delimiter-face.
21670         * progmodes/compile.el (next-error-highlight-timer): New defvar.
21672 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
21674         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21675         Specify t for LAXMATCH when matching directories.
21676         Save match data around compilation-compat-error-properties form.
21678 2005-04-23  David Kastrup  <dak@gnu.org>
21680         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21681         Mention that the autoloaded aliases should be kept for AUCTeX.
21683 2005-04-23  Andreas Schwab  <schwab@suse.de>
21685         * isearch.el (isearch-forward): Doc fix.
21687 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
21689         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21690         (jit-lock-stealth-nice): Change default value to 0.5.
21692 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21694         * abbrev.el (write-abbrev-file): Write table entries in
21695         alphabetical order by table name.
21697 2005-04-22  Kim F. Storm  <storm@cua.dk>
21699         * ido.el (ido-read-internal): Fix `list' completion.
21701 2005-04-22  Kenichi Handa  <handa@m17n.org>
21703         * recentf.el (recentf-save-file-coding-system): New variable.
21704         (recentf-save-list): Encode the file by
21705         recentf-save-file-coding-system and add coding: tag.
21707 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
21709         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21711 2005-04-21  Lute Kamstra  <lute@gnu.org>
21713         * loadhist.el (unload-feature): Don't remove a function from hooks
21714         if it is about to be restored to an autoload .  Remove functions
21715         that will become unbound from auto-mode-alist.  Simplify the code.
21717         * subr.el (assq-delete-all): New implementation that is linear,
21718         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
21719         (rassq-delete-all): New function.
21721         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21722         Add size-indication-mode.
21724 2005-04-21  Kenichi Handa  <handa@m17n.org>
21726         * international/mule-cmds.el: Add autoload for widget-value in
21727         eval-when-compile.
21729 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
21731         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21732         Add tooltip-mode.
21734         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21736 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
21738         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21739         (inferior-lisp-filter-regexp, inferior-lisp-program)
21740         (inferior-lisp-load-command, inferior-lisp-prompt)
21741         (inferior-lisp-mode-hook, lisp-source-modes)
21742         (inferior-lisp-load-hook): defvar->defcustom.
21743         (inferior-lisp-program, inferior-lisp-prompt)
21744         (inferior-lisp-load-hook): Doc fixes.
21745         (inferior-lisp-install-letter-bindings): Small change in
21746         introductory comment.
21748 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
21750         * vc.el (vc-annotate-color-map): Change some colors so that text
21751         using them as foreground is readable on both white and black
21752         backgrounds.
21754 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21756         * international/mule-conf.el (translation-table-for-input):
21757         Remove redundant declaration.
21759 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
21761         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21763         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21764         (tooltip-toggle-gud-tips): New function.
21766 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21768         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21769         right angle brackets.
21771 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
21773         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21775 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21777         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21778         Remove.  Update callers to use expand-file-name instead.
21780         * subr.el (syntax-class): New function.
21782         * simple.el (blink-matching-open): Use it.
21784         * paren.el (show-paren-function): Use it to recognize parens that are
21785         also used in 2-char comment markers.
21787 2005-04-19  Lute Kamstra  <lute@gnu.org>
21789         * loadhist.el (unload-feature): Update for new format of
21790         load-history.  Simplify the code.
21792 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21794         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21795         (mac-add-charset-info): New function.  Initialize variable
21796         mac-charset-info-alist using it.
21797         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21798         for translation.
21799         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21800         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21801         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21802         New CCL programs.
21804 2005-04-19  Kim F. Storm  <storm@cua.dk>
21806         * simple.el (next-buffer, prev-buffer, next-error)
21807         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21808         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21810         * bindings.el (next-buffer, prev-buffer, next-error)
21811         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21812         (clone-indirect-buffer-other-window): Move bindings from simple.el.
21813         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21814         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21816 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21818         * isearch.el (isearch-edit-string): Make the search-ring available for
21819         minibuffer history commands.
21820         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21821         the default history commands now work just as well.
21822         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21824 2005-04-18  Kim F. Storm  <storm@cua.dk>
21826         * emulation/cua-base.el (cua--pre-command-handler): Add more
21827         elaborate check for shift modifier on non-window systems.
21829 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
21831         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21833 2005-04-18  Kim F. Storm  <storm@cua.dk>
21835         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21836         and make it optional.  Don't test tooltip-gud-echo-area here.
21837         (tooltip-gud-process-output, gdb-tooltip-print):
21838         Pass tooltip-gud-echo-area to tooltip-show.
21839         (tooltip-help-tips): Remove second optional arg to tooltip-show.
21841 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21843         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21844         `display-graphic-p' may not be bound yet.
21846 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
21848         * startup.el (command-line): No longer enable Xterm Mouse mode by
21849         default in terminals compatible with xterm.
21851         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21853 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
21855         * tooltip.el (tooltip-gud-echo-area): Rename from
21856         tooltip-use-echo-area.
21857         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21858         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21859         area independently of where help tooltips are displayed.
21861 2005-04-17  David Kastrup  <dak@gnu.org>
21863         * cus-theme.el (custom-theme-write-variables): Quote variables
21864         where necessary.
21866 2005-04-17  Richard M. Stallman  <rms@gnu.org>
21868         * simple.el (yank-excluded-properties): Add follow-link to value.
21870         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21872         * startup.el (fancy-splash-max-time): Just 30 seconds.
21873         (fancy-splash-delay): Just 7.
21874         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21876         * loadhist.el (unload-feature): Update for new format of load-history.
21877         Simplify the code.
21879         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21880         (rmail-font-lock-keywords): Don't fontify the text of a citation.
21882         * mail/sendmail.el (mail-font-lock-keywords):
21883         Don't fontify subject text.
21884         Don't fontify the text of a citation.
21886 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
21888         * comint.el (comint-output-filter): Run comint-output-filter-functions
21889         with point where the user had it.
21891 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21893         * international/ucs-tables.el (ucs-set-table-for-input):
21894         Disable when using unify-on-decoding.
21896 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
21898         * emulation/cua-base.el (cua-global-mark-face): Add special case
21899         for displays supporting a high number of colors.
21901 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
21903         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21905 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
21907         * filesets.el (filesets-add-buffer): If user supplies a name of a
21908         non-existing fileset, create a new fileset.
21910 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
21912         * textmodes/org.el (org-up-heading-all): Fix bug with
21913         `outline-up-heading-all'.
21915 2005-04-16  Andreas Schwab  <schwab@suse.de>
21917         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21918         /etc/permissions.d/* and /etc/aliases.d/*.
21920 2005-04-16  Kenichi Handa  <handa@m17n.org>
21922         * international/code-pages.el (cp-make-coding-system):
21923         Set `translation-table-for-input' property value to the symbol
21924         ucs-mule-to-mule-unicode, not to that value.
21925         (pt154): Escape guillemet by `\'.
21927 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
21929         * loadup.el: Load tooltip if x-show-tip is fboundp.
21931         * startup.el (command-line): Add comment.
21933         * tooltip.el (tooltip-mode): Specify correct standard value for
21934         Custom in init-value.
21936 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
21938         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21939         possible.
21941 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
21943         * textmodes/org.el (org-agenda-date-prompt): Rename from
21944         `org-agenda-date-today'.
21945         (org-evaluate-time-range): Insert at point instead of directly
21946         after time range.
21947         (org-first-headline-recenter, org-subtree-end-visible-p)
21948         (org-optimize-window-after-visibility-change): New functions
21949         (org-agenda-post-command-hook): Don't allow point at end of line,
21950         to make sure it always hits the text properties.
21951         (org-agenda-next-date-line, org-agenda-previous-date-line):
21952         New commands.
21953         (org-set-regexps-and-options): Category may contain white space.
21954         (org-agenda-get-deadlines, org-agenda-get-scheduled):
21955         Improve marker positions.
21956         (org-agenda-new-marker): Argument POS made optional.
21957         (org-agenda-get-timestamps): Deadlines which are done are listed
21958         in org-done-face now.
21959         (org-agenda-get-todos, org-agenda-get-timestamps)
21960         (org-agenda-get-deadlines, org-agenda-get-scheduled):
21961         Set `undone-face' and `done-face' properties.
21962         (org-last-todo-state-is-todo): New variable.
21963         (org-todo): Set `org-last-todo-state-is-todo'.
21964         (org-agenda-todo): Change face according to
21965         `org-last-todo-state-is-todo'.  And change other lines referring to
21966         the same entry.
21967         (org-calendar-goto-agenda): New command.
21968         (org-calendar-to-agenda-key): New option.
21969         (org-startup-folded): New allowed value `content'.
21970         (org-set-regexps-and-options): Accept new value `content' for
21971         `org-startup-folded'.
21972         (org-get-current-options): Handle new value `content' for
21973         `org-startup-folded'.
21974         (org-insert-todo-heading): New command.
21975         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21976         interactively in empty file and option
21977         `org-insert-mode-line-in-empty-file' has been set.
21978         (org-agenda-todo, org-agenda-priority): Modify to use
21979         `org-agenda-change-all-lines'.
21980         (org-warning-face): Change color on dark background
21982 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21984         * international/mule-cmds.el (set-locale-environment): On Mac OS,
21985         use preferences AppleLocale and AppleLanguages, and variable
21986         mac-system-locale for default locale.  On Mac OS Classic, use
21987         mac-system-coding-system for default coding systems.
21989         * term/mac-win.el: Don't set file-name-coding-system.
21990         Decode variables system-name, emacs-build-system, user-login-name, and
21991         user-full-name by mac-system-coding-system on Mac OS Classic.
21992         (mac-system-coding-system): New variable.
21994 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
21996         * startup.el (command-line): Handle `xterm-mouse-mode' before
21997         reading init file.
21999         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22001 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
22003         * progmodes/sh-script.el (sh-here-document-word): Make it a
22004         defcustom.  Doc fix.
22005         (sh-add): Bash uses $(( )) for arithmetic.
22006         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22007         (sh-maybe-here-document): Remove quotes and leading whitespace
22008         from heredoc word when closing.  Indent heredoc with tabs if word
22009         starts with "-".
22011 2005-04-13  Richard M. Stallman  <rms@gnu.org>
22013         * simple.el (undo): Fix previous change.
22015         * custom.el (defface): Doc fix.
22017 2005-04-13  Lute Kamstra  <lute@gnu.org>
22019         * Makefile.in (DONTCOMPILE): Remove list.
22020         (compile, compile-always): Don't use DONTCOMPILE.
22021         (update-authors): Load the library in which batch-update-authors
22022         is defined.
22023         * makefile.w32-in (DONTCOMPILE): Remove list.
22024         (compile, compile-always): Fix comments.
22025         (update-authors): Load the library in which batch-update-authors
22026         is defined.
22028         * generic-x.el (generic-mode-ini-file-find-file-hook):
22029         Rename to ini-generic-mode-find-file-hook.
22030         Keep generic-mode-ini-file-find-file-hook as an alias.
22031         (ini-generic-mode-find-file-hook): Rename from
22032         generic-mode-ini-file-find-file-hook.  Fix docstring.
22033         (ini-generic-mode): Docstring change.
22034         (bat-generic-mode-run-as-comint): Silence the byte compiler.
22036         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22037         called from lisp.
22039         * generic.el: Move to the emacs-lisp subdir.
22041 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
22043         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22044         and C-S- function and cursor motion keys.
22046 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
22048         * startup.el (command-line): Enable Xterm Mouse mode by default.
22049         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22050         for Custom.  No longer show "Mouse" in mode line when enabled.
22051         Doc fix.
22053 2005-04-12  Kim F. Storm  <storm@cua.dk>
22055         * emulation/cua-base.el (cua-rectangle-face)
22056         (cua-rectangle-noselect-face): Define face attributes here.
22058         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22060 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22062         * startup.el (command-line): Turn off blinking cursor if
22063         cursorBlink in resources is off or false.
22065 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22067         * term/mac-win.el (dnd): Require dnd.
22068         (mac-drag-n-drop): Call dnd-handle-one-url.
22069         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22070         (kTextEncodingISOLatin2): Remove constants.
22071         (mac-script-code-coding-systems): New constant.
22072         (mac-handle-language-change): New function.
22073         (special-event-map): Bind it to `language-change' event.
22074         (mac-centraleurroman, mac-cyrillic): New coding systems.
22075         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22076         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22077         and mac-cyrillic-encoder to encode-mac-centraleurroman and
22078         encode-mac-cyrillic, respectively.
22080 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
22082         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22083         Don't set overlay-arrow-string to "=>" as this is done
22084         globally in C now.
22086 2005-04-12  Lute Kamstra  <lute@gnu.org>
22088         * generic-x.el (rc-generic-mode, rul-generic-mode):
22089         Fix auto-mode-alist entries.
22090         (etc-fstab-generic-mode): Tweak fontification.
22092         * generic.el (generic-make-keywords-list): Fix docstring.
22093         (generic-mode-internal): Simplify generic-font-lock-keywords.
22095 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
22097         * whitespace.el (whitespace-buffer-leading)
22098         (whitespace-buffer-trailing): Revert the incorrect test inversion.
22099         However, fix the highlight area for the leading and
22100         trailing whitespaces to show space.
22102 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
22104         * whitespace.el (whitespace-version): Bump to 3.5
22106         (whitespace-buffer-leading, whitespace-buffer-trailing):
22107         Invert sense of the test to highlight the whitespace.
22109 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
22111         * progmodes/gud.el (gud-display-line): GUD uses its own
22112         overlay arrow now so don't set overlay-arrow-string.
22113         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22115 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
22117         * term.el (term-ansi-current-bold, term-ansi-current-underline)
22118         (term-ansi-current-reverse, term-ansi-current-invisible)
22119         (term-ansi-face-already-done): Change to boolean.
22120         (term-reset-terminal, term-handle-colors-array): Handle the above
22121         vars accordingly.
22122         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22123         (term-emulate-terminal): Use the new name.
22125         * faces.el (secondary-selection): Use yellow1, not yellow.
22126         (trailing-whitespace): Use red1, not red.
22128 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22130         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22131         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22132         (dired-dnd-handle-file): Call dnd-get-local-file-uri
22134         * cus-edit.el (dnd): New group.
22136         * term/w32-win.el (dnd): Require dnd
22137         (w32-drag-n-drop): Call dnd-handle-one-url.
22139         * x-dnd.el: Require dnd.
22140         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22141         Call dnd-handle-one-url.
22142         (x-dnd-types-alist, x-dnd-insert-utf8-text)
22143         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22144         to dnd-insert-text.
22145         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22146         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22147         (x-dnd-get-local-file-name, x-dnd-open-local-file)
22148         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22150         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22152 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22154         * wdired.el: Doc fixes.
22155         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22156         (wdired-use-dired-vertical-movement): Rename from
22157         wdired-always-move-to-filename-beginning.
22158         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22159         (wdired-change-to-wdired-mode): Change mode name.
22160         (wdired-newline): Delete.
22162 2005-04-11  Richard M. Stallman  <rms@gnu.org>
22164         * whitespace.el (whitespace-highlight-the-space):
22165         Don't call whitespace-unhighlight-the-space here.
22167         * simple.el (undo): Record t in undo-equiv-table
22168         for the redo record made by an undo-in-region.
22170 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
22172         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22173         (gdb-frame-inferior-io-buffer): New Functions to control
22174         display of separate IO buffer.
22175         (menu): Add them to menu-bar.
22176         (gdb-display-buffer): Check for buffer another frame.
22177         Protect GUD buffer.
22178         (gdb-setup-windows): Create IO buffer if not already there.
22179         (gdb-memory-mode): Remove purecopy noops.
22181 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
22183         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22184         and pass to self-insert-command.
22186 2005-04-11  Lute Kamstra  <lute@gnu.org>
22188         * generic.el: Commentary section cleanup.
22189         (generic): Delete.
22190         (generic-use-find-file-hook, generic-lines-to-scan)
22191         (generic-find-file-regexp, generic-ignore-files-regexp)
22192         (default-generic-mode, generic-mode-find-file-hook)
22193         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22194         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
22195         (generic-use-find-file-hook, generic-lines-to-scan)
22196         (generic-find-file-regexp, generic-ignore-files-regexp)
22197         (default-generic-mode, generic-mode-find-file-hook)
22198         (generic-mode-ini-file-find-file-hook): Move from generic.el.
22200 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
22202         * bookmark.el (bookmark-write-file): Catch errors writing file.
22203         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22205 2005-04-10  Richard M. Stallman  <rms@gnu.org>
22207         * startup.el (fancy-splash-tail): Update copyright year.
22208         (command-line): Split part of -Q into -D.
22209         (emacs-basic-display): New defvar.
22210         (fancy-splash-text): Correct name of menu item.
22212         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22214         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22215         lines in one node.
22217         * comint.el (comint-send-input): New arg ARTIFICIAL.
22218         Callers in this file changed.
22220         * abbrev.el (define-abbrevs): Read system abbrevs properly.
22222         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22224 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
22226         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
22227         `ldap-search-internal'.
22229 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22231         * files.el (set-auto-mode-1): Use line-end-position.
22233         * international/latin-1.el:
22234         * international/latin-2.el:
22235         * international/latin-3.el:
22236         * international/latin-4.el:
22237         * international/latin-5.el:
22238         * international/latin-8.el:
22239         * international/latin-9.el: Give punctuation syntax to NBSP.
22241         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22242         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22243         Use char-classes to accept non-ascii letters, accepted in some recent
22244         bibtex implementations.
22246 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
22248         * custom.el (custom-set-minor-mode): Any non-nil value for the
22249         variable should enable the mode when set through Custom.
22251 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
22253         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22254         TAB binding so tab-always-indent is obeyed.
22255         (vhdl-minibuffer-local-map): Move initialization into declaration.
22256         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22257         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22258         (vhdl-hooked-abbrev): Avoid test for XEmacs.
22259         (vhdl-current-line): Use line-beginning-position.
22260         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22261         with-output-to-temp-buffer, so the current position can be recorded.
22263 2005-04-10  Masatake YAMATO  <jet@gyve.org>
22265         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22266         Add regexp for gcov.
22268 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22270         * calendar/time-date.el (time-to-seconds, seconds-to-time)
22271         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22272         syntax which Emacs 20 doesn't support.
22274 2005-04-09  Richard M. Stallman  <rms@gnu.org>
22276         * help.el (describe-key-briefly, describe-key):
22277         Replace strings as event types with "(any string)".
22279 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
22281         * arc-mode.el (archive-mode-map): Move initialization into
22282         the declaration.  Override *all* bindings of `undo'.
22283         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22285 2005-04-09  Jay Belanger  <belanger@truman.edu>
22287         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22289 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
22291         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22292         (xterm-register-default-colors): Update color values computation
22293         to match xterm-200.
22295 2005-04-09  Kenichi Handa  <handa@m17n.org>
22297         * international/code-pages.el (iso-latin-7): Fix the map.
22299 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
22301         * emacs-lisp/lisp.el (defun-prompt-regexp)
22302         (parens-require-spaces, buffer-end, end-of-defun)
22303         (insert-parentheses): Doc fixes.
22305 2005-04-08  Kim F. Storm  <storm@cua.dk>
22307         * comint.el (comint-highlight-prompt): Fix face spec.
22308         * hi-lock.el (hi-green): Likewise.
22310 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
22312         * cus-edit.el (custom-modified-face):
22313         * comint.el (comint-highlight-input): Fix previous changes.
22314         * term.el (term-handle-ansi-escape): Add a comment.
22316 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22318         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22319         in the buffer and in whitespace-highlighted-space.
22320         (whitespace-unhighlight-the-space): Simplify.
22321         (whitespace-buffer): Simplify.
22323 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
22325         * textmodes/table.el (table-cell-face): Add special case for
22326         displays supporting a high number of colors.
22327         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22328         (vhdl-font-lock-reserved-words-face)
22329         (vhdl-speedbar-architecture-face)
22330         (vhdl-speedbar-instantiation-face)
22331         (vhdl-speedbar-architecture-selected-face)
22332         (vhdl-speedbar-instantiation-selected-face): Likewise.
22333         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22334         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22335         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22336         (ebrowse-root-class-face, ebrowse-member-attribute-face)
22337         (ebrowse-progress-face): Likewise.
22338         * progmodes/compile.el (compilation-info-face): Likewise.
22339         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22340         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22341         * calendar/calendar.el (diary-face): Likewise.
22342         * woman.el (woman-italic-face, woman-bold-face)
22343         (woman-unknown-face): Likewise.
22344         * wid-edit.el (widget-button-pressed-face): Likewise.
22345         * whitespace.el (whitespace-highlight-face): Likewise.
22346         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22347         * pcvs-info.el (cvs-marked-face): Likewise.
22348         * info.el (info-xref): Likewise.
22349         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22350         * hilit-chg.el (highlight-changes-face)
22351         (highlight-changes-delete-face): Likewise.
22352         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22353         (hi-red-b): Likewise.
22354         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22355         * font-lock.el (font-lock-keyword-face)
22356         (font-lock-function-name-face, font-lock-warning-face): Likewise.
22357         * cus-edit.el (custom-invalid-face, custom-modified-face)
22358         (custom-set-face, custom-changed-face, custom-variable-tag-face)
22359         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22360         * comint.el (comint-highlight-prompt): Likewise.
22362 2005-04-08  Lute Kamstra  <lute@gnu.org>
22364         * font-lock.el (font-lock-keywords): Docstring fixes.
22366 2005-04-08  Kenichi Handa  <handa@m17n.org>
22368         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22369         chars are more than a limit, print " and more..." at the tail.
22371 2005-04-08  Kim F. Storm  <storm@cua.dk>
22373         * emacs-lisp/authors.el (authors-aliases): Update list.
22374         (authors-ignored-files): New list.
22375         (authors-fixed-entries): Fix typo.
22376         (authors-renamed-files-alist): Update list.
22377         (authors-add): Check authors-ignored-files.
22379 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
22381         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22382         optional, to ensure backward compatibility.
22384 2005-04-08  Stephen Eglen  <stephen@gnu.org>
22386         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22388 2005-04-08  Kim F. Storm  <storm@cua.dk>
22390         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22392         * mouse.el (mouse-on-link-p): Doc fix.
22394 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
22396         * ielm.el (ielm-prompt-read-only): Doc fix.
22398         * comint.el (comint-prompt-read-only): Doc fix.
22400 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
22402         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22403         ensure dired always handles wildcards passed to ffap.
22404         (find-file-at-point): Use it.
22405         (ffap-dired-wildcards): Doc fix.
22407 2005-04-07  Juri Linkov  <juri@jurta.org>
22409         * simple.el (next-error-overlay-arrow-position): New defvar.
22410         Put "=>" on its property `overlay-arrow-string'.  Add it to
22411         `overlay-arrow-variable-list'.
22413         * progmodes/compile.el (compilation-setup):
22414         Set `next-error-overlay-arrow-position' to nil.  Also set it to
22415         nil in the local hook `kill-buffer-hook'.  Make local variable
22416         `overlay-arrow-string' and set it to "=>".
22417         (compilation-goto-locus): Set BOL position to
22418         `next-error-overlay-arrow-position' instead of
22419         `overlay-arrow-position'.
22421         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22422         locally instead of adding it to the global hook.
22423         (Info-kill-buffer): Move up.
22425 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
22427         * term/xterm.el (xterm-standard-colors): Update color values from
22428         xterm-200.
22430 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22432         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22434         * fast-lock.el:
22435         * lazy-lock.el: Move them to the obsolete subdir.
22437 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22439         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22440         (wdired-add-replace-advice): Remove.
22441         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22443 2005-04-06  Kim F. Storm  <storm@cua.dk>
22445         * startup.el (command-line): Add --bare-bones alias for -Q.
22447 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22449         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22450         create the startup fontset if a font specification ends with
22451         `mac-roman'.
22453 2005-04-06  Lute Kamstra  <lute@gnu.org>
22455         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22456         change.
22458         * emacs-lisp/copyright.el (copyright-update-year): Replace the
22459         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
22461 2005-04-05  Lute Kamstra  <lute@gnu.org>
22463         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22464         (define-generic-mode): Ditto.  Fix debug declaration.
22466         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22467         Put them in the generic-x group.
22469         * calendar/timeclock.el (timeclock): Doc fix.
22471         * generic.el (define-generic-mode): Don't use custom-current-group.
22472         Document default :group value.
22473         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22474         (define-global-minor-mode): Don't use custom-current-group.
22476 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
22478         * startup.el (command-line-1): Display startup-echo-area-message
22479         when fancy splash screen is in use.
22481         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22482         (sh-escaped-newline): New face.
22483         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22484         newline, and use sh-escaped-newline face.
22486         * progmodes/tcl.el (tcl-escaped-newline): New face.
22487         (tcl-builtin-list): New variable.
22488         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22489         newlines.  Fix keywords subexpression number.
22491 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
22493         * textmodes/org.el (org-diary-default-entry): Fix call to
22494         `add-to-diary-entry'.
22496 2005-04-05  Kim F. Storm  <storm@cua.dk>
22498         * ediff-init.el: Use (featurep 'xemacs).
22500 2005-04-05  David Ponce  <david@dponce.com>
22502         * cus-edit.el (face): Derive from symbol widget.  Display sample
22503         of the current face on the fly.
22504         (widget-face-sample-face-get, widget-face-notify): New functions.
22505         (widget-face-value-create): Remove.
22507         * wid-edit.el (widget-field-end): Temporarily remove field
22508         narrowing before to call `get-char-property'.
22510 2005-04-04  Jay Belanger  <belanger@truman.edu>
22512         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22513         (math-read-subscripts): New variable.
22514         (math-read-preprocess-string): Process subscripts.
22516 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
22518         * comint.el (comint-prompt-read-only): Doc fix.
22520         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22521         `-1'.  Doc fix.
22523 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
22525         * textmodes/org.el (org-insert-mode-line-in-empty-file):
22526         Change default value to nil.
22528 2005-04-04  Lute Kamstra  <lute@gnu.org>
22530         * autorevert.el (auto-revert-mode): Specify :group.
22531         * battery.el (display-battery-mode): Specify :group.
22532         * diff-mode.el (diff-minor-mode): Specify :group.
22533         * font-core.el (font-lock-mode): Specify :group.
22534         * hl-line.el (hl-line-mode): Specify :group.
22535         * iimage.el (iimage): New customization group.
22536         (iimage-mode): Specify :group.
22537         * longlines.el (longlines-mode): Specify :group.
22538         * master.el: Don't require easy-mmode.
22539         (master): New customization group.
22540         (master-mode): Specify :group.
22541         * msb.el (msb-mode): Specify :group.
22542         * reveal.el (reveal-mode): Specify :group.
22543         * simple.el (next-error-follow-minor-mode): Specify :group.
22544         * smerge-mode.el (smerge-mode): Specify :group.
22545         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22546         * emulation/cua-base.el (cua-mode): Specify :group.
22547         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22548         * language/thai-util.el (thai-auto-composition-mode)
22549         (thai-word-mode): Specify :group.
22550         * mail/supercite.el (sc-minor-mode): Specify :group.
22551         * progmodes/cwarn.el (cwarn-mode): Specify :group.
22552         * progmodes/flymake.el (flymake-mode): Specify :group.
22553         * progmodes/glasses.el (glasses-mode): Specify :group.
22554         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22555         * textmodes/enriched.el (enriched-mode): Specify :group.
22556         * textmodes/refill.el (refill-mode): Specify :group.
22558         * add-log.el (change-log-font-lock-keywords): Names in
22559         parenthesized lists can contain spaces.
22561 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
22563         * startup.el (fancy-splash-text): Shorten default text of
22564         "Emacs Tutorial" line.  Also, if the current language env
22565         indicates an available tutorial file other than TUTORIAL,
22566         extract its title and append it to the line in parentheses.
22567         (fancy-splash-insert): If arg is a thunk, funcall it.
22569 2005-04-04  Jay Belanger  <belanger@truman.edu>
22571         * calc.el (calc-language-alist): Add tags to customization type.
22573 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
22575         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22576         Doc fix.
22578 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
22580         * add-log.el (change-log-font-lock-keywords): The manual
22581         describing a Change Log entry, says: (...) "Aside from these
22582         header lines, every line in the change log starts with a space or
22583         a tab.".  The font-lock was not highlighting lines started with
22584         spaces, added support for it.
22586 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22588         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22589         (bibtex-generate-url-list): Update docstring accordingly.  Put the
22590         complex example in the docstring.
22591         (bibtex-font-lock-url): Use pop.
22593 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22595         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22597         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22599 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
22601         * filesets.el (filesets-set-default): Doc fix.
22603 2005-04-03  Lute Kamstra  <lute@gnu.org>
22605         * generic.el (define-generic-mode): Add argument to specify
22606         keywords for defcustom.
22607         (default-generic-mode): Specify :group.
22609         * generic-x.el: Specify :group for all generic modes.
22611         * desktop.el (desktop-no-desktop-file-hook)
22612         (desktop-after-read-hook): Doc fix.
22614 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
22616         * simple.el (visible-mode): Use explicit :group keyword.
22617         This changes the group of `visible-mode-hook' from paren-blinking
22618         to editing-basics.
22620 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
22622         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
22623         mailbox specifications as well as URLs.
22624         (rmail-insert-inbox-text): Remove unused conditional branches.
22626 2005-04-01  Jay Belanger  <belanger@truman.edu>
22628         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22629         (calc-gnuplot-print-command): Move definitions to calc.el.
22631         * calc/calc-embed.el (calc-embedded-announce-formula)
22632         (calc-embedded-open-formula, calc-embedded-close-formula)
22633         (calc-embedded-open-word, calc-embedded-close-word)
22634         (calc-embedded-open-plain, calc-embedded-close-plain)
22635         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22636         (calc-embedded-open-mode, calc-embedded-close-mode):
22637         Move definitions to calc.el.
22639         * calc/calc.el (calc-settings-file, calc-language-alist):
22640         Make customizable.
22641         (calc-embedded-announce-formula, calc-embedded-open-formula)
22642         (calc-embedded-close-formula, calc-embedded-open-word)
22643         (calc-embedded-close-word, calc-embedded-open-plain)
22644         (calc-embedded-close-plain, calc-embedded-open-new-formula)
22645         (calc-embedded-close-new-formula, calc-embedded-open-mode)
22646         (calc-embedded-close-mode, calc-gnuplot-name)
22647         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22648         from other files and make customizable.
22650 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22652         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22653         Use buffer-live-p.
22654         (cvs-mode-run): Don't call cvs-update-header here.
22655         (cvs-run-process): Call cvs-update-header.
22656         Use process properties for cvs-postprocess and cvs-buffer so that
22657         the sentinel can behave better if the temp buffer is killed.
22658         Use a pipe rather than a tty, to better handle unexpected prompts.
22659         (cvs-sentinel): Rewrite.  Call cvs-update-header.
22661 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
22663         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22664         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
22666 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22668         * generic.el (define-generic-mode): Add indentation rule.
22670 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
22672         * files.el (mode-require-final-newline): Make Custom correctly
22673         report a nil value and allow to set it to nil via Custom.
22674         Doc fix.
22676 2005-04-01  Kenichi Handa  <handa@m17n.org>
22678         * international/characters.el: Enable the correct case setting for
22679         dotless-i and dotted-I.
22681 2005-04-01  Kim F. Storm  <storm@cua.dk>
22683         * ido.el (ido-file-internal): Fall back to non-ido command if
22684         initial directory is on slow ftp (or tramp) host.
22686 2005-03-31  Richard M. Stallman  <rms@gnu.org>
22688         * emacs-lisp/autoload.el (make-autoload):
22689         Handle define-global-minor-mode.
22691         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22692         Rename from easy-mmode-define-global-mode.
22693         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22695         * progmodes/scheme.el (scheme-mode-syntax-table):
22696         Update syntax of | and # for two-character comment syntax.
22698 2005-03-31  Lute Kamstra  <lute@gnu.org>
22700         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22701         (define-minor-mode): Call custom-current-group at load-time.
22703         * generic.el (define-generic-mode): Add debug declaration.
22704         Add defcustom for the mode hook.
22705         (generic-mode-internal): Use run-mode-hooks.
22707 2005-03-31  Kim F. Storm  <storm@cua.dk>
22709         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22710         (mouse-fixup-help-message): New defun called by show_help_echo
22711         to fixup mouse-2 prefix in help messages when applicable.
22713         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22715 2005-03-31  Kenichi Handa  <handa@m17n.org>
22717         * language/thai-word.el (thai-find-word-ends): Pay attention to
22718         the case that we reach the end of buffer.
22720         * textmodes/fill.el (fill-text-properties-at): New function.
22721         (fill-newline): Use fill-text-properties-at instead of
22722         text-properties-at.
22724 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
22726         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22727         not comint-quote-filename.
22729 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
22731         * help-fns.el (help-with-tutorial): Revert last change.
22733 2005-03-31  Kim F. Storm  <storm@cua.dk>
22735         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22737 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
22739         * calendar/cal-china.el: Update reference to "Calendrical
22740         Calculations" book; there's a new edition.
22741         * calendar/cal-coptic.el: Likewise.
22742         * calendar/cal-french.el: Likewise.
22743         * calendar/cal-hebrew.el: Likewise.
22744         * calendar/cal-islam.el: Likewise.
22745         * calendar/cal-iso.el: Likewise.
22746         * calendar/cal-julian.el: Likewise.
22747         * calendar/cal-mayan.el: Likewise.
22748         * calendar/cal-persia.el: Likewise.
22749         * calendar/calendar.el: Likewise.
22750         * calendar/holidays.el: Likewise.
22751         * calendar/lunar.el: Likewise.
22752         * calendar/solar.el: Likewise.
22754         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22755         white space from doc string.
22757 2005-03-30  Jay Belanger  <belanger@truman.edu>
22759         * calc/calc-help.el (calc-full-help): Remove email address.
22761 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
22763         * help-fns.el (help-with-tutorial): Delete title line.
22765 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
22767         * calendar/cal-x.el (calendar-one-frame-setup)
22768         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22769         rather than `symbol' for set-window-dedicated-p.
22771         * calendar/appt.el (appt-buffer-name): Make it a constant.
22772         (appt-add): Doc fix.
22774         * filesets.el (filesets-menu-path, filesets-menu-before)
22775         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
22776         (filesets-menu-cache-file): Use directory ~/.emacs.d.
22777         (filesets-add-submenu): Delete and use add-submenu instead.
22779 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
22781         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22782         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22783         (org-diary-default-entry): New function.
22784         (org-get-entries-from-diary): Better parsing of diary entries.
22785         (org-agenda-check-no-diary): New function.
22786         ("diary-lib"): Advice to function `add-to-diary-list', to allow
22787         linking to diary entries.
22788         (org-agenda-execute-calendar-command): New function.
22789         (org-agenda): Improve visible section in window.
22790         Use `org-fit-agenda-window'.
22791         (org-fit-agenda-window): New option.
22792         (org-move-subtree-down): Better handling of empty lines
22793         at end of subtree.
22794         (org-cycle): Numeric prefix is interpreted now as show-subtree N
22795         levels up.
22796         (org-fontify-done-headline): New option.
22797         (org-headline-done-face): New face.
22798         (org-set-font-lock-defaults): Use `org-headline-done-face'.
22799         (org-table-copy-down): Rename from `org-table-copy-from-above'.
22800         When current field is non-empty, it is copied to next row.
22801         (org-table-copy-from-above): Fix bug which made it
22802         impossible to copy fields containing only a single non-white character.
22804 2005-03-30  Kim F. Storm  <storm@cua.dk>
22806         * kmacro.el (kmacro-end-macro): Isearch may store this command
22807         into the macro -- so ignore it when executing keyboard macro.
22809 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
22811         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22813 2005-03-29  Kenichi Handa  <handa@m17n.org>
22815         * language/thai.el ("Thai"): Set setup-function and exit-function
22816         for Thai language environment.
22818         * language/thai-util.el: Require thai-word.
22819         (thai-word-mode-map): New variable.
22820         (thai-word-mode): New minor mode.
22821         (setup-thai-language-environment-internal): New function.
22822         (exit-thai-language-environment-internal): New function.
22824         * language/thai-word.el (thai-word-table): Declare it by defvar,
22825         use dolist to initialize it.
22826         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22827         (thai-fill-find-break-point): New functions.
22829 2005-03-29  Richard M. Stallman  <rms@gnu.org>
22831         * simple.el (idle-update-delay): Move definition up.
22832         (set-mark): Doc fix.
22834 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
22836         * longlines.el: New file.
22838         * simple.el (buffer-substring-filters): New variable.
22839         (filter-buffer-substring): New function.
22840         (kill-region, copy-region-as-kill): Use it.
22842         * register.el (copy-to-register, append-to-register)
22843         (prepend-to-register): Use filter-buffer-substring.
22845 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
22847         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22848         (gud-filter-pending-text): Move in front of gdb.
22849         (gud-overlay-arrow-position): New variable.
22850         (gud-sentinel, gud-display-line): Use it in place of
22851         overlay-arrow-position.
22853 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
22855         * progmodes/fortran.el (fortran-if-indent): Doc fix.
22856         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22857         (fortran-font-lock-keywords-4): New variable.
22858         (fortran-blocks-re, fortran-end-block-re)
22859         (fortran-start-block-re): New constants, for hideshow.
22860         (hs-special-modes-alist): Add a Fortran entry.
22861         (fortran-mode-map): Bind fortran-end-of-block,
22862         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22863         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
22864         (fortran-looking-at-if-then, fortran-end-of-block)
22865         (fortran-beginning-of-block): New functions, for hideshow.
22867         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22868         Doc fix.  Tweak regexp.
22869         (f90-beginning-of-block): Push mark first.
22871 2005-03-29  Jay Belanger  <belanger@truman.edu>
22873         * calc/calc.el: Update copyright date.
22874         (calc-version): Increase to 2.1.
22875         (calc-version-date): Remove.
22877         * calc/calc-help.el: Update copyright date.
22878         (calc-full-help): Remove reference to calc-version-date.
22879         Update copyright date.
22881 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22883         * vc.el (vc-do-command): Use a pipe for async processes, so password
22884         prompts don't show up at places where the user can't reply.
22886 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
22888         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22889         on the file name we pass to the inferior shell.
22891 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
22893         * progmodes/which-func.el (which-function): Be robust in the face of an
22894         imenu--make-index-alist failure.
22896 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22898         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22900         * progmodes/python.el (python-preoutput-filter): Fix last change.
22902 2005-03-29  Lute Kamstra  <lute@gnu.org>
22904         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22905         functions and compiled macros.
22906         (debug-convert-byte-code): Handle macros too.
22907         (debug-on-entry-1): Don't signal an error when trying to clear a
22908         function that is not set to debug on entry.
22910 2005-03-29  Jay Belanger  <belanger@truman.edu>
22912         * calc/calc-lang.el: Add functions to math-function-table
22913         properties of tex and math.
22915 2005-03-29  Kenichi Handa  <handa@m17n.org>
22917         * ps-mule.el (ps-mule-plot-string): Translate characters by
22918         ps-print-translation-table.
22919         (ps-mule-begin-job): Call find-charset-region/string with
22920         ps-print-translation-table.
22921         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22923         * ps-print.el (ps-print-translation-table): New variable.
22924         (ps-plot-region): Translate characters by ps-print-translation-table.
22926 2005-03-29  Juri Linkov  <juri@jurta.org>
22928         * simple.el (next-error-highlight-timer): New variable.
22930         * progmodes/compile.el (compilation-goto-locus):
22931         Use `next-error-highlight-timer' instead of `sit-for'.
22933 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22935         * mail/supercite.el (sc-mail-field): Use assoc-string.
22936         (sc-get-address): Simplify regexps.
22938         * files.el (minibuffer-with-setup-hook): New macro.
22939         (find-file-read-args): Use it to avoid let-binding
22940         minibuffer-with-setup-hook (which breaks turning on/off
22941         file-name-shadow-mode while in the prompt).
22943         * complete.el (PC-read-include-file-name-internal):
22944         Use test-completion.
22946 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
22948         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22950 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22952         * window.el (window-buffer-height): Use count-screen-lines.
22954         * progmodes/python.el (python-preoutput-leftover): New var.
22955         (python-preoutput-filter): Use it.
22956         (python-send-receive): Loop until all the result has been received.
22958 2005-03-28  Juri Linkov  <juri@jurta.org>
22960         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22962         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22963         "Recover Crashed Session".
22964         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22965         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22966         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22967         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22968         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22969         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22970         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22971         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22973         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22974         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22975         Ediff Sessions", "Toggle use of separate control buffer frame",
22976         "Use separate frame for Ediff control buffer".
22978         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22979         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22980         "Rename Bookmark", "Delete Bookmark".
22982         * info.el (Info-mode-menu): Remove ellipsis from "Index".
22983         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22984         Add `:active Info-index-alternatives' to "Next Matching Item".
22986         * wdired.el (wdired-change-to-wdired-mode):
22987         Mention `wdired-abort-changes' key in the initial message.
22989         * international/mule.el (auto-coding-alist): Associate non-ascii
22990         image filename extensions with `no-conversion'.
22992 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22994         * international/iso-acc.el:
22995         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22997 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
22999         * textmodes/sgml-mode.el (html-mode): Doc update.
23001         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23003 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
23005         * term.el (term-move-columns): Fix face after extending a line.
23006         (term-insert-spaces): Likewise.
23007         (term-reset-terminal): Fix off by one error.
23009 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
23011         * international/mule.el (auto-coding-alist): Add .xpi files.
23013         * files.el (auto-mode-alist): Add .xpi files.
23015 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
23017         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23019 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
23021         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23023 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
23025         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23026         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
23028         * calendar/cal-move.el (calendar-beginning-of-year): Move the
23029         cursor to Jan 1 when needed.
23030         (calendar-end-of-year): Fix -/+ typo.
23031         Reported by Chong Yidong <cyd@stupidchicken.com>.
23033 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23035         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23037         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23038         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
23040 2005-03-25  Richard M. Stallman  <rms@gnu.org>
23042         * filesets.el (filesets-init): Add autoload.
23044         * mail/mailalias.el (mail-directory): Doc fix.
23046 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23048         * mail/mailalias.el (mail-directory-process): Do nothing if
23049         mail-directory-process is an atom.
23050         (mail-get-names): Ignore mail-directory-names if it is an atom.
23051         (mail-directory-process defvar): Doc fix.
23052         (mail-names): Doc fix.
23054 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
23056         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23058 2005-03-26  Kenichi Handa  <handa@m17n.org>
23060         * international/mule-util.el (detect-coding-with-priority):
23061         Call update-coding-systems-internal before detect-coding-region.
23063 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
23065         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23066         (gdb-frames-mode-map): Add follow-link property.
23068 2005-03-25  Jay Belanger  <belanger@truman.edu>
23070         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23071         for variables.
23073 2005-03-25  Juri Linkov  <juri@jurta.org>
23075         * image-mode.el: Optimize image filename extension regexps in
23076         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
23077         in `auto-mode-alist'.
23078         (image-mode): Add `image-toggle-display-text' to local hook
23079         `change-major-mode-hook'.  Display the image as an image by
23080         default.  Set `cursor-type' and `truncate-lines' if the image
23081         is already displayed.  Take into account the current mode (image
23082         or text) in message.
23083         (image-minor-mode): New minor mode.
23084         (image-mode-maybe, image-toggle-display-text): New functions.
23085         (image-toggle-display): Use called-interactively-p.
23086         Let-bind `inhibit-read-only' to t.
23088         * image-mode.el (image-minor-mode): Set `cursor-type' and
23089         `truncate-lines' if the image is already displayed.  Add turning
23090         image-minor-mode off to `change-major-mode-hook'.  Add message.
23091         Call `image-toggle-display-text' after turning image-minor-mode off.
23093 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23095         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23096         Terminal.app, use utf-8.
23097         (set-display-table-and-terminal-coding-system): Add coding-system arg.
23098         (set-locale-environment): Use it.
23100         * term/xterm.el: Undo last change, better done in mule-cmds.el.
23102         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23104         * progmodes/python.el (python-close-block-statement-p)
23105         (python-outdent-p, python-current-defun): Use symbol-end.
23107 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
23109         * files.el (save-some-buffers): Doc fix.
23111 2005-03-25  Werner Lemberg  <wl@gnu.org>
23113         * complete.el, thumbs.el: Replace `legal' with `valid'.
23114         * calendar/calendar.el: Replace `legal' with `valid'.
23115         * emacs-lisp/advice.el: Replace `legal' with `valid'.
23116         * mail/supercite.el: Replace `legal' with `valid'.
23117         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23118         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23119         Replace `legal' with `valid'.
23120         * textmodes/reftex-vars.el, textmodes/reftex.el:
23121         Replace `legal' with `valid'.
23123 2005-03-25  Werner Lemberg  <wl@gnu.org>
23125         * calc/calc-forms.el, calc/calc-sel.el
23126         * midnight.el, vc-cvs.el
23127         * emacs-lisp/cl-macs.el
23128         * emulation/vip.el
23129         * eshell/esh-io.el, eshell/esh-var.el
23130         * mail/supercite.el
23131         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23132         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23133         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23134         * progmodes/sh-script.el, progmodes/xscheme.el
23135         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23136         * textmodes/reftex-index.el, textmodes/reftex-parse.el
23137         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23138         * textmodes/reftex.el, textmodes/org.el:
23139         Replace `illegal' with `invalid'.
23141 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23143         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23144         (flymake-find-buildfile, flymake-find-possible-master-files)
23145         (flymake-check-include, flymake-parse-line): Replace loops over the
23146         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23148         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23149         Substitute file-name-as-directory in the rest of the file.
23150         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23151         (flymake-replace-region): Remove unused arg `buffer'.
23152         (flymake-check-patch-master-file-buffer): Update calls to it.
23153         (flymake-add-err-info): Remove unused var `count'.
23154         (flymake-mode): Use define-minor-mode.
23156         * progmodes/flymake.el: Use with-current-buffer.
23157         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23158         flymake-replace-regexp-in-string, flymake-line-beginning-position)
23159         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23160         Avoid testing for `xemacs'.
23161         (flymake-nop): Move.
23162         (flymake-region-has-flymake-overlays): Return the computed value.
23163         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23164         Remove unused var `endline'.
23165         (flymake-get-line-count): Remove unused function.
23166         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23168         * emulation/vi.el:
23169         * generic.el:
23170         * hilit-chg.el (global-highlight-changes):
23171         * hi-lock.el (hi-lock-mode):
23172         * follow.el: find-file-hooks -> find-file-hook.
23174         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23176 2005-03-24  Juri Linkov  <juri@jurta.org>
23178         * dired.el (dired-mode-map): Add menu item "Compare directories"
23179         for dired-compare-directories.
23181         * dired-aux.el (dired-compare-directories): Add autoload cookie.
23182         Doc fix.  Replace `read-file-name' with `read-directory-name'.
23184 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23186         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23188 2005-03-24  Jay Belanger  <belanger@truman.edu>
23190         * calc/calc-embed.el (calc-embedded-mode-change): Save all
23191         relevant mode settings in calc-embedded-original-modes when modes
23192         are permanently changed.
23194 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23196         * autoinsert.el: find-file-hooks -> find-file-hook.
23198 2005-03-24  Lute Kamstra  <lute@gnu.org>
23200         * generic.el (generic-font-lock-defaults): Make it obsolete.
23201         (generic-font-lock-keywords): New variable to replace
23202         generic-font-lock-defaults.
23203         (generic-mode-set-font-lock): Delete it.
23204         (generic-mode-internal): Don't call generic-mode-set-font-lock.
23205         (generic-bracket-support): Add docstring.
23207         * generic-x.el: Rename generic-font-lock-defaults to
23208         generic-font-lock-keywords throughout.
23209         (mailagent-rules-setup-function): Delete it.
23210         (mailagent-rules-generic-mode): Use anonymous function instead.
23211         (show-tabs-generic-mode-font-lock-defaults-1)
23212         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23213         Quote faces.
23214         (show-tabs-tab-face, show-tabs-space-face): Specify background,
23215         not foreground.
23217         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23218         Recognize define-generic-mode.
23220 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23222         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23223         if there's no completion table.
23225 2005-03-23  Miles Bader  <miles@gnu.org>
23227         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23228         Remove tty-specific variants, as they're no longer needed.
23230 2005-03-23  Lute Kamstra  <lute@gnu.org>
23232         * generic-x.el: Code cleanup: make args constant whenever possible.
23233         (installshield-statement-keyword-list)
23234         (installshield-system-functions-list)
23235         (installshield-system-variables-list, installshield-types-list)
23236         (installshield-funarg-constants-list): Make them constants.
23238         * generic.el (generic-make-keywords-list): Add autoload cookie.
23240         * calendar/time-date.el: Add comment on time value formats.
23241         Don't require parse-time.
23242         (with-decoded-time-value): New macro.
23243         (encode-time-value): New function.
23244         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23245         (days-to-time): Return a valid time value when arg is huge.
23246         (time-since): Use time-subtract.
23247         (time-to-number-of-days): Use time-to-seconds.
23249 2005-03-23  David Ponce  <david@dponce.com>
23251         * recentf.el (recentf-keep): New option.
23252         (recentf-menu-action): Default to `find-file'.
23253         (recentf-keep-non-readable-files-flag)
23254         (recentf-keep-non-readable-files-p)
23255         (recentf-file-readable-p, recentf-find-file)
23256         (recentf-cleanup-remote): Remove.
23257         (recentf-include-p): More robust.
23258         (recentf-keep-p): New function.
23259         (recentf-remove-if-non-kept): Rename from
23260         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
23261         All callers updated.
23262         (recentf-menu-items-for-commands): Fix help string.
23263         (recentf-track-closed-file): Update.  Doc fix.
23264         (recentf-cleanup): Update.  Count removed files.  Doc fix.
23266 2005-03-23  Kim F. Storm  <storm@cua.dk>
23268         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23269         Don't inherit from fringe face (now happens automatically).
23271 2005-03-22  Kim F. Storm  <storm@cua.dk>
23273         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23274         position values.
23276 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23278         * menu-bar.el (showhide-date-time): Remove.
23279         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23280         (menu-bar-make-mm-toggle): Simplify.
23282 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23284         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23285         Accept qualified variable and function names.
23287 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
23289         * bindings.el (completion-ignored-extensions):
23290         Remove ".lis" for `vax-vms'.
23292 2005-03-22  Andreas Schwab  <schwab@suse.de>
23294         * generic-x.el: Revert last change.
23295         * ldefs-boot.el: Update.
23297 2005-03-22  Jay Belanger  <belanger@truman.edu>
23299         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23300         (calc-embedded-save-original-modes)
23301         (calc-embedded-restore-original-modes): New functions.
23302         (calc-do-embedded): Save original modes when entering embedded mode
23303         and restore when leaving embedded mode.
23304         (calc-embedded-modes-change): Change the value of
23305         calc-embedded-original-modes to reflect permanent changes.
23307 2005-03-22  Lute Kamstra  <lute@gnu.org>
23309         * generic-x.el: Require generic again.
23311 2005-03-22  Miles Bader  <miles@gnu.org>
23313         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23314         Tweak details to look good on both ttys and bitmap displays, light
23315         or dark background, etc.
23317 2005-03-21  Kim F. Storm  <storm@cua.dk>
23319         * tooltip.el (tooltip-show-help-function): Check car and cdr of
23320         mouse position.
23322 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23324         * icomplete.el: Don't forcibly turn on the mode upon load.
23325         (icomplete-mode): Use define-minor-mode.
23326         (icomplete-eoinput): Default to nil.
23327         (icomplete-minibuffer-setup): Remove autoload.
23328         (icomplete-tidy): Simplify.
23329         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23330         in the initial state or if the user has modified the field.
23331         Fix handling of icomplete-max-delay-chars.
23332         Remove code that handles the oddball case where
23333         minibuffer-completion-table is an integer.
23334         Wrap icomplete-completions in while-no-input in case building
23335         completions takes more time than expected.
23336         (icomplete-completions): Simplify.
23338 2005-03-21  Richard M. Stallman  <rms@gnu.org>
23340         * jka-compr.el (jka-compr-really-do-compress):
23341         Make variable buffer-local.
23343         * image-mode.el: Handle .xpm files too.
23344         (image-toggle-display): Preserve modification flag.
23346         * help.el (where-is): Don't mention aliases with no key bindings.
23348 2005-03-21  Lute Kamstra  <lute@gnu.org>
23350         * generic.el: Fix commentary section.  Don't require cl for
23351         compilation.
23352         (generic-mode-list): Add autoload cookie.
23353         (generic-use-find-file-hook, generic-lines-to-scan)
23354         (generic-find-file-regexp, generic-ignore-files-regexp)
23355         (generic-mode, generic-mode-find-file-hook)
23356         (generic-mode-ini-file-find-file-hook): Fix docstrings.
23357         (define-generic-mode): Make it a defmacro.  Fix docstring.
23358         (generic-mode-internal): Code cleanup.  Add autoload cookie.
23359         (generic-mode-set-comments): Code cleanup.
23360         * generic-x.el: Don't prevent compilation.  Don't require generic.
23361         Follow coding conventions.  Minor code cleanup.
23362         (etc-fstab-generic-mode): Add some keywords.
23363         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23364         define-generic-mode like a function declaration.
23366 2005-03-21  Jay Belanger  <belanger@truman.edu>
23368         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23369         changing modes.
23371 2005-03-21  Sam Steingold  <sds@gnu.org>
23373         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23375 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
23377         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23378         Add underscore to "f$ lexicals" regexp.
23380 2005-03-20  Juri Linkov  <juri@jurta.org>
23382         * subr.el (progress-reporter-do-update): When `min-value' is equal
23383         to `max-value', set `percentage' to 0 and prevent division by zero.
23385 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
23387         Sync with Tramp 2.0.48.
23389         * net/tramp.el (all): Change all addresses to .gnu.org.
23390         (tramp-append-tramp-buffers): New defun.
23391         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23392         Catch `dont-send' signal.
23393         (tramp-set-auto-save-file-modes): Set always permissions, because
23394         there might be an old auto-saved file belonging to another
23395         original file.  This could be a security threat.  Reported by
23396         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23397         Check for Emacs 21.3.50 removed.
23399         * net/tramp-smb.el (all): Remove debug construct for
23400         `with-parsed-tramp-file-name'.
23401         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23402         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23403         No error message if DIRECTORY or FILENAME doesn't exist.
23404         (tramp-smb-open-connection): Check existence of
23405         `tramp-smb-program'.
23407 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23409         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23410         Properly handle the case where the `m' or `s' command's argument is not
23411         yet terminated.
23412         (perl-indent-new-calculate): New function.
23413         (perl-indent-line): Use it.
23415 2005-03-20  Miles Bader  <miles@gnu.org>
23417         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23418         in text-mode too.  Change to new face names.
23419         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23420         Add `:weight bold' attribute.
23421         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23423 2005-03-19  Juri Linkov  <juri@jurta.org>
23425         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
23427         * international/mule.el (auto-coding-alist): Sync with
23428         `auto-mode-alist' by adding upper case archive file extensions
23429         and adding ear/war to jar extension.
23431 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
23433         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23434         running, restart it.
23436 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
23438         * finder.el (finder-current-item): Throw an error on an empty line.
23440         * man.el (Man-follow-manual-reference): If current-word returns
23441         nil, use "".
23443 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
23445         * simple.el (goto-line): Doc fix.
23447 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
23449         * files.el (save-buffer): Doc fix.
23451 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
23453         * recentf.el (recentf-cleanup-remote): New variable.
23454         (recentf-cleanup): Use it to conditionally check availability of
23455         remote files.
23457 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
23459         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23460         function names.
23462 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
23464         * language/thai-word.el: New file.
23466 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
23468         * files.el (backup-buffer): If the file's directory is not
23469         writable, use copy instead of move to backup the file.
23471 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
23473         * obsolete/keyswap.el: Moved to obsolete/ from term/.
23475 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23477         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23478         Use functionp instead of symbolp and fboundp.  Reported by Drkm
23479         <darkman_spam@yahoo.fr>.
23480         (ps-print-version): New version 6.6.6.
23482 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
23484         * textmodes/table.el (table--line-column-position): New idiom.
23485         (table--row-column-insertion-point-p): New function to test
23486         validity of row and column insertion operation at a location.
23487         (table-global-menu, table-cell-menu): Use above functions for
23488         deterministic test operation.
23489         (table--editable-cell-p): Behave in deterministic fashion.
23491 2005-03-18  Juri Linkov  <juri@jurta.org>
23493         * isearch.el (isearch-lazy-highlight-new-loop):
23494         Make arguments beg and end optional.
23495         (isearch-update): Remove optional arguments nil from
23496         isearch-lazy-highlight-new-loop.
23497         (isearch-lazy-highlight-search): Let-bind case-fold-search to
23498         isearch-lazy-highlight-case-fold-search instead of
23499         isearch-case-fold-search, and let-bind isearch-regexp to
23500         isearch-lazy-highlight-regexp.
23501         Use isearch-lazy-highlight-last-string instead of isearch-string.
23503         * replace.el (perform-replace): Remove bindings of global
23504         variables isearch-string, isearch-regexp, isearch-case-fold-search.
23505         Add three new arguments to `replace-highlight'.
23506         (replace-highlight): Add arguments string, regexp, case-fold.
23507         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23508         to allow isearch-lazy-highlight-new-loop to use these values
23509         to set corresponding isearch-lazy-highlight-* internal
23510         variables whose values lazy highlighting will use regardless of
23511         changes to global variables isearch-string, isearch-regexp,
23512         isearch-case-fold-search during lazy highlighting loop.
23513         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23514         to `lazy-highlight-cleanup'.
23516         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23517         (ispell-highlight-face): Set default face to `isearch' when
23518         lazy highlighting is enabled.
23519         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23520         priority to 1.  Add lazy highlighting.
23521         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23522         from `isearch-dehighlight'.
23524 2005-03-18  David Ponce  <david@dponce.com>
23526         * files.el (hack-local-variables): Do a case-insensitive search
23527         for End.
23529 2005-03-18  Juri Linkov  <juri@jurta.org>
23531         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23532         `isearch-lazy-highlight-cleanup', add alias to old name and
23533         declare obsolete.  Add release numbers to other obsolete vars.
23534         (isearch-done, isearch-lazy-highlight-new-loop):
23535         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23536         (lazy-highlight-cleanup) <variable>: Doc fix.
23537         (isearch-lazy-highlight-update): Rename obsolete
23538         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23540 2005-03-18  Kenichi Handa  <handa@m17n.org>
23542         * language/thai-util.el: Fix categorization of Thai characters in
23543         thai-category-table.
23544         (thai-composition-pattern): Adjust it for the above change.
23545         (thai-self-insert-command, thai-compose-syllable): New functions.
23546         (thai-compose-region): Use thai-compose-syllable.
23547         (thai-compose-string): Likewise.
23548         (thai-composition-function): Likewise.
23549         (thai-auto-composition): New function.
23550         (thai-auto-composition-mode): New minor mode.
23552         * language/thai.el: Fix patterns to be registered in
23553         composition-function-table.
23555         * international/quail.el (quail-input-method): Locally bind
23556         inhibit-modification-hooks to t.
23558 2005-03-17  Richard M. Stallman  <rms@gnu.org>
23560         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23561         (perl-mode): Use run-mode-hooks.
23563         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23564         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23565         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23567         * mail/sendmail.el (sendmail-send-it): Reenable the code
23568         to compute resend-to-address and use it.
23570         * tar-mode.el (tar-mode): Turn off undo unconditionally.
23572         * image-mode.el: New file.
23574         * image.el (insert-sliced-image): Add autoload cookie.
23576         * font-lock.el (font-lock-lines-before): New user option.
23577         (font-lock-after-change-function): Obey it.
23579         * bindings.el (esc-map): Make M-g a prefix.
23580         Bind M-g g and M-g M-g to goto-line.
23582         * faces.el (face-id): Doc fix.
23584 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23586         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23587         (rmail-show-message): Use rmail-unknown-mail-followup-to.
23588         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23590         * mail/sendmail.el (mail-yank-ignored-headers)
23591         (mail-font-lock-keywords, mail-mode-fill-paragraph):
23592         Add Mail-Followup-To and Mail-Reply-To headers.
23593         (mail-citation-hook): Add autoload cookie.
23594         (mail-mode): Doc fix.
23595         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23596         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23597         (mail-mode-fill-paragraph): Handle those headers.
23598         (mail-mailing-lists): New variable.
23599         (mail-mail-reply-to, mail-mail-followup-to): New functions.
23601 2005-03-17  Juri Linkov  <juri@jurta.org>
23603         * isearch.el (isearch-fallback): Check for `(car previous)'
23604         before calling `isearch-other-end-state'.
23606 2005-03-17  Kim F. Storm  <storm@cua.dk>
23608         * simple.el (move-beginning-of-line): Move to beginning of buffer
23609         line, as well as beginning of screen line.
23611 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
23613         * calendar/diary-lib.el (mark-diary-entries): Use new optional
23614         argument REDRAW rather than calendar-redrawing variable.
23615         * calendar/calendar.el (calendar-redrawing): Delete.
23616         (redraw-calendar): Do not bind calendar-redrawing.
23618 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
23620         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23621         diary-file buffer.
23623 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23625         * help.el (describe-mode): Allow a :minor-mode-function property to
23626         specify a different minor mode toggle function than the variable.
23627         * simple.el (auto-fill-function):
23628         * subr.el (add-minor-mode): Use it.
23630 2005-03-16  Kenichi Handa  <handa@m17n.org>
23632         * language/ethio-util.el (sera-being-called-by-w3): New variable.
23633         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23634         (ethio-fidel-to-sera-buffer): Likewise.
23636 2005-03-16  Juri Linkov  <juri@jurta.org>
23638         * emacs-lisp/find-func.el (find-function-regexp):
23639         Add defun-emitting macro `menu-bar-make-toggle'.
23641         * isearch.el: Put `isearch-scroll' property to
23642         `split-window-horizontally'.
23644         * info.el: Update error messages for `debug-ignored-errors'.
23645         (Info-isearch-search): Doc fix.
23646         (Info-find-node): Move up code to go into info buffer before
23647         recording the node to the history.
23648         (Info-fontify-node): Fontify titles only if the next line
23649         has two or more `*', `=', `-', `.'.
23650         Display "go to this node" for empty (match-string 3).
23652 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23654         * term/mac-win.el: Add mouse pointer shape constants.
23656 2005-03-15  Kim F. Storm  <storm@cua.dk>
23658         * simple.el (move-beginning-of-line): Use vertical-motion.
23660 2005-03-15  Juri Linkov  <juri@jurta.org>
23662         * isearch.el (isearch-error): New variable.
23663         (isearch-invalid-regexp, isearch-within-brackets): Remove.
23664         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23665         (isearch-within-brackets-state): Remove.
23666         (isearch-case-fold-search-state, isearch-pop-fun-state):
23667         Decrease frame index.
23668         (isearch-mode, isearch-top-state, isearch-push-state)
23669         (isearch-edit-string, isearch-abort, isearch-search-and-update)
23670         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23671         (isearch-search, isearch-lazy-highlight-new-loop):
23672         Replace `isearch-invalid-regexp' with `isearch-error'.
23673         Remove `isearch-within-brackets'.
23674         (isearch-search): Add `search-failed' handler to `condition-case'.
23675         (isearch-lazy-highlight-search): Add `condition-case' to catch
23676         errors and allow `isearch-lazy-highlight-update' to try
23677         highlighting from the beginning of the window.
23678         (isearch-repeat): Move up code to set isearch-wrapped to t
23679         before calling isearch-wrap-function.
23681         * info.el (Info-isearch-initial-node): New internal variable.
23682         (Info-search): Signal an error in isearch mode when search leaves
23683         the initial node.  Signal an error when `bound' is non-nil and
23684         nothing was found in the current subfile.
23685         (Info-isearch-search): Remove `condition-case'.
23686         (Info-isearch-wrap): Don't wrap when search failed during leaving
23687         the initial node.  If `Info-isearch-search' is nil, wrap around
23688         the current node.
23689         (Info-isearch-start): New fun.
23690         (Info-mode): Add buffer-local hook `Info-isearch-start' to
23691         `isearch-mode-hook'.
23693 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23695         * simple.el (normal-erase-is-backspace): Set default to t if
23696         running on Mac.
23698         * term/mac-win.el (function-key-map): Sync with x-win.el.
23700 2005-03-15  Kenichi Handa  <handa@m17n.org>
23702         * international/mule-cmds.el (locale-language-names): Modify the
23703         format of elements and add more entries.
23704         (locale-preferred-coding-systems): Add more entries.
23705         (set-locale-environment): Adjust for the change of
23706         locale-language-names.
23708 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23710         * pcvs.el (smerge-ediff): Remove bogus autoload.
23712 2005-03-14  Lute Kamstra  <lute@gnu.org>
23714         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23715         Ignore a `*' at the beginning of a line.
23717         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23718         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23719         subr.el.
23720         (dont-compile, eval-when-compile, eval-and-compile): Use declare
23721         to specify indentation.
23723         * generic.el (define-generic-mode): Let generic-mode-list be a
23724         list of strings; test membership with equal.
23726 2005-03-14  Kim F. Storm  <storm@cua.dk>
23728         * simple.el (next-line, previous-line): Add optional try-vscroll
23729         arg to recognize interactive use.  Pass it on to line-move.
23730         (line-move): Don't perform auto-window-vscroll when defining or
23731         executing keyboard macro to ensure consistent behavior.
23733 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23735         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23737 2005-03-13  Lute Kamstra  <lute@gnu.org>
23739         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23740         debugger-setup-buffer so that backtrace marks the frames set to
23741         debug-on-exit and we don't have to do it manually.  Set an extra
23742         debug-on-exit for macro's.
23743         (debugger-setup-buffer): Don't mark the top frame manually.
23745 2005-03-12  Lute Kamstra  <lute@gnu.org>
23747         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23748         lisp-indent-function throughout.
23749         (with-no-warnings): Set lisp-indent-function property.
23751 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
23753         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23754         Add entry for backslash.
23756 2005-03-12  Juri Linkov  <juri@jurta.org>
23758         * info.el (Info-search): Four fixes for backward search.
23760 2005-03-11  Jay Belanger  <belanger@truman.edu>
23762         * calc/calc.el (calc-language-alist): New variable.
23763         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23764         (calc-embedded-find-modes): Use calc-language-alist instead of
23765         calc-embedded-language-alist.
23767 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23769         * calendar/calendar.el (calendar-redrawing): New internal
23770         variable.
23771         (redraw-calendar): Remove bogus save-excursion from previous
23772         change.  Bind calendar-redrawing to t for mark-diary-entries.
23773         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23774         calendar if that is why we were called.
23776 2005-03-11  Kenichi Handa  <handa@m17n.org>
23778         * international/mule.el (make-coding-system): Set property
23779         coding-system-define-form to nil.
23780         (define-coding-system-alias): Likewise.
23782 2005-03-11  Kenichi Handa  <handa@m17n.org>
23784         These changes are suggested by Dave Love <fx@gnu.org>.
23786         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23787         coding: tag.
23788         (adaptive-fill-regexp): Add more bullets.
23789         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23790         regexps.
23792 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23794         * help.el (describe-mode): Properly handle non-trivial lighters.
23795         Don't ignore minor modes that are not listed in minor-mode-list.
23797         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23798         feature ON when the user requests to turn it OFF.
23800 2005-03-10  Lute Kamstra  <lute@gnu.org>
23802         * emacs-lisp/debug.el (debug-entry-code): Delete it.
23803         (implement-debug-on-entry): New function to replace debug-entry-code.
23804         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
23805         second argument as the 2005-03-07 change makes it obsolete.
23806         (debug-on-entry, cancel-debug-on-entry): Update call to
23807         debug-on-entry-1.
23808         (debug, debugger-setup-buffer): Comment update.
23809         (debugger-frame-number): Update to work with implement-debug-on-entry.
23811 2005-03-10  Jay Belanger  <belanger@truman.edu>
23813         * calc/calc-embed.el (math-ms-args): Declare it.
23814         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23815         math-ms-args.
23816         (calc-embedded-subst): Use math-multi-subst-rec to substitute
23817         variables.
23819 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
23821         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23822         Use message-box.
23824         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23825         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23826         (tooltip-gud-tips): Simplify.
23827         (tooltip-gud-tips-p): Remove superfluous :set.
23828         (tooltip-gud-modes): Add fortran-mode.
23829         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23831         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23833 2005-03-09  Kim F. Storm  <storm@cua.dk>
23835         * play/animate.el (animate-place-char): Use forward-line instead
23836         of next-line to improve performance.
23838 2005-03-09  Simon Josefsson  <jas@extundo.com>
23840         * net/browse-url.el (browse-url-default-browser): Doc fix.
23842 2005-03-09  Miles Bader  <miles@gnu.org>
23844         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23845         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23847 2005-03-09  Kenichi Handa  <handa@m17n.org>
23849         * international/latin-1.el: Set case and syntax for 255 only if
23850         set-case-syntax-set-multibyte is nil.
23852         * textmodes/ispell.el (ispell-insert-word): New function.
23853         (ispell-word): Use ispell-insert-word to insert a new word.
23854         (ispell-process-line): Likewise.
23855         (ispell-complete-word): Likewise.
23857 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
23859         * calendar/calendar.el (redraw-calendar): Preserve point.
23860         Reported by Matt Hodges <MPHodges@member.fsf.org>.
23861         (calendar-week-start-day): Move after definition of
23862         redraw-calendar.  Delete buffer test, since redraw-calendar has
23863         that now.
23865         * calendar/diary-lib.el (mark-diary-entries): Only call
23866         redraw-calendar in the first of any recursive calls.
23867         Reported by Alan Shutko <ats@acm.org>.
23869 2005-03-08  Juri Linkov  <juri@jurta.org>
23871         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23872         (html-horizontal-rule, html-line, html-image, html-checkboxes)
23873         (html-radio-buttons): Add a space before the trailing `/>' where
23874         sgml-xml-mode is non-nil.
23875         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23876         the subsequent tag of the empty XML tag.
23877         (html-href-anchor): Don't set initial input to "http:".
23878         (html-image): Ask for the image URL and set point inside alt="".
23879         (html-name-anchor): Duplicate the name in the `id' attribute when
23880         sgml-xml-mode is non-nil.
23881         (html-paragraph): Remove \n before <p>.
23882         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23883         instead of `checked' when sgml-xml-mode is non-nil.
23885         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23886         Remove 1 space before #RRGGBB to not truncate it on terminal
23887         windows w/o fringes.  Remove 1 space between bg and fg examples
23888         to get more space.
23889         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23890         avoid byte-compile warnings.
23892         * image-file.el (image-file-handler): Put `safe-magic' property to
23893         `image-file-handler'.
23895         * info.el (Info-isearch-search): Emulate word search in
23896         isearching through multiple Info nodes with Info-search.
23897         (Info-isearch-wrap): Allow isearch-word.
23899 2005-03-08  Lute Kamstra  <lute@gnu.org>
23901         * emacs-lisp/debug.el (debugger-step-through): Make sure that
23902         stepping into the debugger's code is not possible.
23903         (debugger-jumping-flag): Docstring update.
23905 2005-03-08  Jay Belanger  <belanger@truman.edu>
23907         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23908         embedded mode begins.
23909         (calc-embedded-language-alist): New variable.
23910         (calc-embedded-find-modes): Use calc-embedded-language-alist to
23911         set default language mode.
23913 2005-03-08  Kenichi Handa  <handa@m17n.org>
23915         * international/ccl.el (define-ccl-program): Fix docstring about
23916         extra 256 bytes assured for the output buffer.
23918         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23919         Fix BUFFER_MAGNIFICATION to 2.
23920         (ccl-encode-mule-utf-16be-with-signature): Likewise.
23922 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
23924         * align.el (align-rules-list): Added an alignment rule for CSS
23925         declarations (applies to css-mode and html-mode buffers).
23927 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23929         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23931 2005-03-07  Kim F. Storm  <storm@cua.dk>
23933         * simple.el (move-beginning-of-line): New command.
23935         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23937         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23939         * emulation/cua-base.el: Put CUA move property on move-end-of-line
23940         and move-beginning-of-line.
23942         * apropos.el (apropos-print): Omit command from M-x ... RET.
23944 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
23946         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23947         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23949 2005-03-06  Richard M. Stallman  <rms@gnu.org>
23951         * bindings.el (esc-map): Bind M-g to goto-line.
23953         * facemenu.el (global-map): Bind M-o, not M-g.
23955 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23957         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23958         "Open Directory" as for "Open File".
23960 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
23962         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23963         (push-mark-command): Run activate-mark-hook.
23965 2005-03-06  Richard M. Stallman  <rms@gnu.org>
23967         * help-mode.el (help-mode-finish): Don't alter the element
23968         in view-return-to-alist if there already is one.
23970         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23971         make sure the current buffer is the expected one.
23973         * novice.el (disabled-command-function): Output in *Disabled Command*.
23974         Explicitly ignore non-keyboard events, and explicitly handle C-g.
23976         * textmodes/flyspell.el (flyspell-large-region):
23977         Pass args differently for aspell.
23979         * files.el (mode-require-final-newline): Doc fix.
23981 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
23983         * progmodes/which-func.el (which-function):
23984         Specify NOERROR when calling imenu--make-index-alist.
23986 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23988         * simple.el (normal-erase-is-backspace): Define default value.
23990         * custom.el (custom-theme-set-variables): Remove unused var
23991         `immediate'.
23992         (custom-reevaluate-setting): Simple function to handle variables
23993         that are defined before their default value can really be
23994         computed.
23996         * startup.el (command-line): Use it for temporary-file-directory,
23997         small-emporary-file-directory, auto-save-file-name-transforms,
23998         blink-cursor-mode, and normal-erase-is-backspace.
24000         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24001         progress, even with buggy anchored keywords.
24003 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
24005         * simple.el (goto-line): Remove unbalanced final parenthesis.
24007 2005-03-05  Richard M. Stallman  <rms@gnu.org>
24009         * simple.el (goto-line): Use a number at point as the default.
24010         With C-u as arg, switch buffers.
24012 2005-03-05  Juri Linkov  <juri@jurta.org>
24014         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24015         with `no-blinking-cursor'.
24017         * startup.el (no-blinking-cursor): New defvar.
24018         (command-line): Add `--no-blinking-cursor' to longopts.
24019         Set `no-blinking-cursor' to t for command line arguments
24020         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
24021         with `no-blinking-cursor' in the condition for calling
24022         `blink-cursor-mode'.
24024 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
24026         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24027         (menu-bar-options-save): Add blink-cursor-mode.
24028         (menu-bar-options-menu): Add blink-cursor-mode.
24030 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
24032         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24033         (icalendar-export-file, icalendar-export-region)
24034         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24035         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24037 2005-03-04  Lute Kamstra  <lute@gnu.org>
24039         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24040         (debug-function-list): Ditto.
24042 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
24044         * textmodes/texinfmt.el (texinfo-append-refill):
24045         Redefine the types of line to which @refill
24046         is not appended by replacing a search for `@refill\\|@bye' with
24047         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
24048         itemize@refill' bug and the unfilled long lines bug.
24049         (texinfmt-version): Update number and date.
24051 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
24053         * international/code-pages.el (windows-1250, windows-125[2-8])
24054         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24056 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24058         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24059         bound yet.
24061 2005-03-02  Romain Francoise  <romain@orebokech.com>
24063         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24064         buffer after removing limits.
24065         (ibuffer-pop-filter): Ditto.
24066         Update copyright.
24068 2005-03-02  Miles Bader  <miles@gnu.org>
24070         * button.el (make-text-button): If the user doesn't specify a
24071         type, use the default.  Rewrite to use `add-text-properties' and
24072         plist functions.
24074 2005-03-01  Lute Kamstra  <lute@gnu.org>
24076         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24077         (debugger-jumping-flag): New var.
24078         (debug-entry-code): Use it.
24079         (debugger-jump): Use debugger-jumping-flag and add
24080         debugger-reenable to post-command-hook.
24081         (debugger-reenable): Use debugger-jumping-flag and remove itself
24082         from post-command-hook.
24083         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24084         debugger-reenable.
24086 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
24088         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24089         inclusion of "itemize\\|", which may be unnecessary, is certainly
24090         inelegant, and stops refilling in itemize lists when formatting
24091         Japanese Texinfo files to Info.
24092         Update copyright to 2005.
24094 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
24096         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24097         of an error if GDB can't find the source file.
24099 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
24101         * calendar/calendar.el (redraw-calendar): Work from any buffer,
24102         not just the calendar.
24104         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24105         first.
24106         (diary-redraw-calendar): New function.
24107         (make-diary-entry): Add diary-redraw-calendar to local
24108         write-contents-functions.  Turn off selective display before
24109         inserting in diary.
24111 2005-03-01  Kim F. Storm  <storm@cua.dk>
24113         * emacs-lisp/copyright.el (copyright-fix-years): New command.
24115 2005-03-01  Lute Kamstra  <lute@gnu.org>
24117         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24118         that debug-entry-code can be safely removed from a function while
24119         this code is being evaluated.  Revert the 2005-02-27 change as the
24120         new implementation no longer requires it.  Make sure that a
24121         function body containing just a string is not mistaken for a docstring.
24122         (debug): Skip one more frame in case of debug on entry.
24123         (debugger-setup-buffer): Delete one more frame line in case of
24124         debug on entry.
24125         (debugger-frame-number): Update to use the new text introduced by
24126         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
24128 2005-02-28  Kim F. Storm  <storm@cua.dk>
24130         * double.el (double-translate-key): Call force-window-update after
24131         read-event to avoid crash in redisplay.
24133 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24135         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24136         (debug): Use it.  Move the inhibit-trace earlier.
24137         (debug-entry-code): New const.
24138         (debug-on-entry-1): Use it.
24140 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
24142         * international/utf-16.el (ccl-encode-mule-utf-16le):
24143         Fix BUFFER_MAGNIFICATION to 2.
24144         (ccl-encode-mule-utf-16be): Likewise.
24146 2005-02-28  Kenichi Handa  <handa@m17n.org>
24148         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24149         Fix BUFFER_MAGNIFICATION to 4.
24150         (ccl-encode-mule-utf-16be-with-signature): Likewise.
24152 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
24154         * speedbar.el (speedbar-update-flag): Doc fix.
24155         (speedbar-show-info-under-mouse): Give set-mouse-position the right
24156         argument.
24158 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24160         * reveal.el (reveal-post-command): Don't try to reveal overlays which
24161         have a non-nil `invisible' property but are actually visible.
24163         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24164         for perldoc sections.
24165         (perl-outline-regexp, perl-outline-level): New var and function.
24166         (perl-mode): Use them.
24168 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
24170         * calendar/diary-lib.el (diary-remind): Discard any mark portion
24171         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24173 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
24175         * cus-edit.el: Comment change.
24176         (custom-buffer-create-internal): Slightly reword text at top of
24177         Custom buffers.  Mention there that saving an option edits the
24178         init file.  Add link to Emacs manual node on `custom-file'.
24179         (custom-magic-alist): Rewrite individual State messages to use
24180         capitalized keywords.  Doc fix.
24182 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
24184         * calendar/calendar.el (calendar-buffer): Move above
24185         calendar-week-start-day.
24186         (calendar-week-start-day): Doc fix.  Add :set function.
24187         (calendar-minimum-window-height): New variable.
24188         (generate-calendar-window): Only resize window if selected-window
24189         is displaying the calendar buffer.  Use new variable
24190         calendar-minimum-window-height.
24191         (generate-calendar): Reword error message.
24192         (calendar-mode-map): Bind DEL to scroll-other-window-down.
24194 2005-02-27  Andreas Schwab  <schwab@suse.de>
24196         * vc.el (vc-do-command): Don't run command asynchronously when
24197         operating in a remote directory.
24199         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24200         change from sync with Tramp 2.0.47.
24202 2005-02-27  Richard M. Stallman  <rms@gnu.org>
24204         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24206         * textmodes/flyspell.el (flyspell-mode-on):
24207         Call ispell-change-dictionary only if necessary.
24209         * emacs-lisp/re-builder.el (regexp-builder): New function.
24211         * register.el (describe-register-1): Explicitly handle
24212         yank-excluded-properties = t.
24214         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24215         (custom-magic-alist): Change the status descriptions again.
24216         (face widget-type): Total rewrite based on `restricted-sexp'
24217         to eliminate the confusing double hiding levels.
24219         * emacs-lisp/debug.el (debug-on-entry-1):
24220         If function body is empty, add nil as body form.
24222 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24224         * emacs-lisp/trace.el (inhibit-trace): New var.
24225         (trace-make-advice): Use it.
24227         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24229 2005-02-26  Kim F. Storm  <storm@cua.dk>
24231         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24232         (mouse-on-link-p, mouse-drag-region-1): Use it.
24234 2005-02-25  Lute Kamstra  <lute@gnu.org>
24236         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24238 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
24240         * frame.el (blink-cursor-mode): Add :group keyword.
24242 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
24244         * calendar/icalendar.el (icalendar--decode-isodatetime):
24245         New optional argument DAY-SHIFT.
24246         (icalendar-export-region): Fix coding-system-for-write.
24247         (icalendar--convert-ical-to-diary): Shift end-day of all-day
24248         events by one.
24250 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24252         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24254 2005-02-24  Kim F. Storm  <storm@cua.dk>
24256         * international/iso-acc.el (iso-accents-compose): Fix crash
24257         during redisplay.  Call force-window-update after read-event
24258         and delete-region to signal that window is not accurate.
24260 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24262         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24263         Remove unused and inexistent var `inhibit-trace'.
24264         (debugger-mode): Use run-mode-hooks.
24265         (debugger-list-functions): Add buttons; setup xref stack.
24267 2005-02-23  Richard M. Stallman  <rms@gnu.org>
24269         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24270         appointment says it was explicitly made.
24271         (appt-add): Set the 3rd element.
24272         (appt-make-list): Preserve explicit appointments.
24274         * subr.el (find-tag-default): Catch errors in forward-sexp.
24276 2005-02-23  Juri Linkov  <juri@jurta.org>
24278         * info.el (Info-isearch-search): New defcustom.
24279         (Info-isearch-search): Call the default isearch function
24280         when Info-isearch-search is nil.
24281         (Info-isearch-wrap): Use variable Info-isearch-search.
24283 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
24285         * cus-edit.el: Comment change.
24287 2005-02-22  Kim F. Storm  <storm@cua.dk>
24289         * progmodes/hideif.el (hide-ifdef-use-define-alist):
24290         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
24292 2005-02-22  Simon Josefsson  <jas@extundo.com>
24294         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24295         New variable.
24296         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
24297         Oskarsson" <myrkraverk@users.sourceforget.net>.
24299 2005-02-22  Kim F. Storm  <storm@cua.dk>
24301         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24302         check that window of that event is the selected window.
24303         (mouse-drag-region-1): Compare mouse event window to selected
24304         window before setting point.
24306         * tooltip.el (tooltip-show-help-function): Pass event to
24307         mouse-on-link-p so it can check selected window.
24309 2005-02-22  Kenichi Handa  <handa@m17n.org>
24311         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24312         (ps-mule-show-warning): New function.
24313         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24314         characters are found.
24316         * ps-print.el (ps-header-footer-string): Return a list of header
24317         and footer strings.
24319 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
24321         * pcvs.el (cvs-retrieve-revision): Fix thinko.
24323 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24325         * frame.el (blink-cursor-mode): Use define-minor-mode.
24327         * term/mac-win.el (function-key-map): Use char-names more consistently.
24328         (file-name-coding-system): Only set it for MacOS-9.  The other case is
24329         already handled in mule-cmds.el (where it also works when mac-win.el
24330         is not used).
24332 2005-02-21  Kenichi Handa  <handa@m17n.org>
24334         * international/mule.el (ctext-pre-write-conversion): Always use
24335         " *code-converting-work*" buffer for work.
24337         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24339 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
24341         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24343 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
24345         * ses.el (undo-more): Restore defadvice, but only the part that
24346         allows changes outside the restricted area of the buffer.
24348 2005-02-20  Kim F. Storm  <storm@cua.dk>
24350         * simple.el (line-move): Add fourth optional arg try-vscroll which
24351         must be set to perform auto-window-vscroll.
24352         When moving backwards and doing auto-window-vscroll, automatically
24353         vscroll to the last part of lines which are taller than the window.
24354         (next-line, previous-line): Set try-vscroll arg on line-move.
24356 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
24358         * replace.el (query-replace, query-replace-regexp)
24359         (replace-string, replace-regexp): When operating on region, make
24360         the minibuffer prompt say so.
24362         * isearch.el (isearch-forward): Document isearch-query-replace and
24363         isearch-query-replace-regexp keybindings.
24365 2005-02-19  Jay Belanger  <belanger@truman.edu>
24367         * calc/calc-aent.el (math-read-token): Add local variable.
24369         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24370         (calc-edit-top): Move declaration to earlier in file.
24371         (calc-edit-macro-repeats): Add local variables.
24373         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24374         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24375         calcFunc-tanh.
24376         Adjust integration rule for calcFunc-tan.
24378 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
24380         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24381         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24382         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24383         (viper-skip-separators): Bug fix.
24384         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24385         particular major mode.
24386         (viper-del-backward-char-in-replace): Don't put deleted char on the
24387         kill ring.
24389         * viper-ex.el (viper-color-display-p): New function.
24390         (viper-has-face-support-p): Use viper-color-display-p.
24392         * viper-keym.el (viper-gnus-modifier-map): New keymap.
24394         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24396         * viper-util.el (viper-glob-unix-files): Fix shell status check.
24397         (viper-file-remote-p): Make equivalent to file-remote-p.
24399         * viper.el (viper-major-mode-modifier-list):
24400         Use viper-gnus-modifier-map.
24402 2005-02-19  David Kastrup  <dak@gnu.org>
24404         * subr.el (subregexp-context-p): Fix garbled doc string by adding
24405         quoting.
24407 2005-02-19  Jay Belanger  <belanger@truman.edu>
24409         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24410         Remove extra definitions.
24411         (calc-coth): New function.
24412         (calcFunc-cot): Fix `let'.
24414 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
24416         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24417         the reasons we use "type pc" in these faces.
24419         * button.el (button): Ditto.
24421 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
24423         * replace.el (query-replace-read-from): Set the value of
24424         query-replace-from-history-variable to handle the case of an empty
24425         string entered to accept the suggested default.
24427         * net/tramp.el (tramp-file-name-for-operation):
24428         Use dired-call-process instead of dired-call-process-command.
24430 2005-02-19  Jay Belanger  <belanger@truman.edu>
24432         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24433         (math-div-non-trig): New variables.
24434         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24435         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24436         (math-combine-prod, math-div-symb-fancy): Add simplifications for
24437         trig expressions.
24439 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
24441         * progmodes/gdb-ui.el (gdb-var-update-handler)
24442         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24443         for watch expressions,
24444         (gdb-var-create-handler): Don't set speedbar-update-flag.
24445         (gdb-post-prompt): Simplify test for speedbar.
24447 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
24449         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24450         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24451         we use the syntax table of the correct buffer.
24452         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24453         Felix Gatzemeier.
24455         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24456         (ediff-file-remote-p): Make synonymous with file-remote-p.
24457         In all deffaces ediff-*-face-*, use min-colors.
24459         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24460         ediff-recurse-to-subdirectories.
24461         (ediff-mark-if-equal): Check that the arguments are strings, use
24462         ediff-same-contents (after to Felix Gatzemeier).
24464         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24465         nil.
24467 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
24469         * log-view.el (log-view-message-re): Fix up Subversion regexp.
24471 2005-02-18  David Kastrup  <dak@gnu.org>
24473         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24474         use `mark-active' when defined.
24476 2005-02-18  Kenichi Handa  <handa@m17n.org>
24478         * ps-print.el (ps-font-info-database): New entry
24479         ZapfChancery-MediumItalic with correct font name.  Fix font name
24480         of the entry Zapf-Chancery-MediumItalic.
24482 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
24484         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24486 2005-02-16  Kim F. Storm  <storm@cua.dk>
24488         * ido.el (ido-fallback-command): Pass user input to fallback command.
24490 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
24492         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24493         (gdb-find-file-hook): Add server prefix.
24495 2005-02-16  Richard M. Stallman  <rms@gnu.org>
24497         * replace.el (perform-replace): Pass new args to replace-highlight.
24498         (replace-highlight): Take region args,
24499         and pass them to isearch-lazy-highlight-new-loop.
24501         * novice.el (disabled-command-hook): Autoload the defalias
24502         and the make-obsolete-variable call.
24504         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24506         * isearch.el (isearch-lazy-highlight-start-limit)
24507         (isearch-lazy-highlight-end-limit): New variables limit
24508         the region for highlighting.
24509         (isearch-lazy-highlight-new-loop): New args BEG and END.
24510         (isearch-lazy-highlight-search): Use the new vars.
24511         (isearch-lazy-highlight-update): Likewise.
24513         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24515         * cus-start.el (all): Use default-boundp.
24517 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
24519         * menu-bar.el (menu-bar-select-frame): Handle current frame.
24521 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
24523         * autorevert.el (auto-revert-stop-on-user-input)
24524         (auto-revert-verbose): Doc fixes.
24526 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
24528         * international/mule-cmds.el (set-locale-environment): Remove call
24529         to set-selection-coding-system on Windows.
24531 2005-02-15  Jay Belanger  <belanger@truman.edu>
24533         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24534         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24535         calcFunc-coth.
24536         (math-simplify-sqrt): Add simplifications.
24538         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24539         to list.
24541         * calc/calc-ext.el: Add functions to autoloads.
24543         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24544         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24545         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24546         (math-csc-raw, math-cot-raw): New functions.
24548         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24550         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24551         the variable name in a message.
24553         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24554         calcFunc-csc, calcFunc-cot.
24556         * calc/calcalg2.el: Add derivative and integration rules for
24557         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24558         calcFunc-csch, calcFunc-coth.
24559         (math-do-integral-methods): Add to checks for when to use
24560         substitutions.
24562         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24564 2005-02-15  Lute Kamstra  <lute@gnu.org>
24566         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24567         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
24568         <monnier@iro.umontreal.ca>
24569         (lisp-outline-level): Improve efficiency.  Suggested by David
24570         Kastrup <dak@gnu.org>.
24572 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
24574         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24575         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24576         (gdb-set-gud-minor-mode-existing-buffers): New functions.
24577         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
24578         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24580 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
24582         * cus-start.el (all): Comment change.
24584 2005-02-14  Lute Kamstra  <lute@gnu.org>
24586         * cus-start.el (all): Check if symbol is void.
24588 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
24590         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24591         optional argument to \cite.
24593 2005-02-14  Richard M. Stallman  <rms@gnu.org>
24595         * cus-edit.el (custom-buffer-create-internal): Update help message.
24596         (custom-magic-alist): Update help messages.
24598         * cus-start.el (all): Allow a var to specify a standard value.
24600 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
24602         * custom.el (custom-theme-set-variables): Handle variable aliases.
24604         * frame.el (blink-cursor-timer): Doc fix.
24605         (blink-cursor): Make it an alias for `blink-cursor-mode' and
24606         declare obsolete.
24607         (blink-cursor-mode): Define with defcustom and use correct
24608         standard expression in that defcustom.
24609         * startup.el (command-line): Adapt to above changes in frame.el.
24611 2005-02-11  Lute Kamstra  <lute@gnu.org>
24613         * apropos.el (apropos-score-doc): Prevent division by zero.
24615 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
24617         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24618         (icalendar--get-event-property-attributes)
24619         (icalendar--get-event-properties)
24620         (icalendar--datetime-to-diary-date): New functions.
24621         (icalendar--split-value): Doc fix.
24622         (icalendar--datetime-to-noneuropean-date)
24623         (icalendar--datetime-to-european-date): New optional argument
24624         SEPARATOR.  Return result as a string instead of a list.
24625         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24626         (icalendar--convert-string-for-export): Rename arg S to STRING.
24627         (icalendar-export-region): Doc fix.  Change name of error buffer.
24628         Save output buffer.
24629         (icalendar-import-file): Add blank at end of prompt.
24630         (icalendar-import-buffer): Doc fix.  Do not switch to error
24631         buffer.  Indicate status in return value.
24632         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
24633         buffer.  Save output buffer.  Handle exception from recurrence
24634         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
24635         events.  Fix problems with weekly all-day events.
24637 2005-02-10  Richard M. Stallman  <rms@gnu.org>
24639         * simple.el (eval-expression-print-format):
24640         Avoid warning about edebug-active.
24642         * help.el (help-for-help-internal): Rename from help-for-help.
24643         (help-for-help): Define with defalias.
24645         * font-core.el (font-lock-default-function): Use with-no-warnings.
24647         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24649         * custom.el (defface): Doc fix.
24651 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
24653         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24654         width 0" to prevent word wrapping problems.
24656 2005-02-09  Kim F. Storm  <storm@cua.dk>
24658         * ido.el (ido-file-extensions-order): New defcustom.
24659         (ido-file-extension-lessp, ido-file-extension-aux)
24660         (ido-file-extension-order): New advanced file ordering.
24661         (ido-file-lessp): New simple file ordering.
24662         (ido-sort-list): Remove.
24663         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24664         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24666 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
24668         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24669         that some versions of grep produce.
24670         (grep-mode-font-lock-keywords): Likewise.
24672 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
24674         * progmodes/gdb-ui.el (gdb-location-list): New variable.
24675         (gdb-cdir): Delete.
24676         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24677         (gdb-source-info): Treat case when source file is in another
24678         directory properly.
24679         (gdb-get-location): New function.
24681 2005-02-07  Jay Belanger  <belanger@truman.edu>
24683         * calc/calc-prog.el (calc-write-parse-table-part)
24684         (calc-fix-token-name): Fix a check for language type.
24686         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24688 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
24690         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24691         as directory not writable.
24693 2005-02-07  Kim F. Storm  <storm@cua.dk>
24695         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24696         (cua--standard-movement-commands): Remove list.
24697         Instead, set CUA property value to move for movement commands.
24698         (cua-movement-commands): Remove.  Users must set CUA prop instead.
24699         (cua--pre-command-handler): Check CUA property.
24700         (cua--init-keymaps): Don't remap undo commands.
24701         (cua-mode): Don't call cua--rectangle-on-off.
24703         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24704         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24705         (cua--rect-undo-set-point): New var.
24706         (cua--rectangle-undo-boundary): Setup undo apply entry.
24707         (cua--rect-undo-handler): New function for rectangle undo.
24708         (cua--rect-start-position, cua--rect-end-position): Add.
24709         (cua--rectangle-post-command): Call cua--rectangle-set-corners
24710         for restored rectangle.  Set point if cua--rect-undo-set-point.
24712 2005-02-06  Jay Belanger  <belanger@truman.edu>
24714         * calc/calc-lang.el (calc-tex-language): Display more information
24715         in messages.
24717         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24718         in TeX mode.
24720 2005-02-06  Richard M. Stallman  <rms@gnu.org>
24722         * emacs-lisp/lisp.el (buffer-end): Doc fix.
24724 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
24726         * net/ldap.el (ldap-search-internal): Support attributes with
24727         optional descriptions separated by a semi-colon, as in
24728         "userCertificate;binary".
24730 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24732         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24733         isn't a cons (i.e. the version is 0).
24735 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
24737         * help.el (help-for-help): Doc fix.
24739 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
24741         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
24742         GDB-Windows on the menu-bar as this works better.
24744 2005-02-04  Jay Belanger  <belanger@truman.edu>
24746         * calc/calc-embed.el (calc-embedded-update): Don't put in
24747         unnecessary newlines.  Adjust the end of formula marker.
24749         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24750         (math-latex-parse-two-args): New function.
24752 2005-02-03  Lute Kamstra  <lute@gnu.org>
24754         * help-fns.el (help-with-tutorial): Make sure that users cannot
24755         remove the entire text of the tutorial by means of `undo'.
24757 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24759         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24760         in recent changes, where the ispell process was repeatedly
24761         killed & restarted.
24763         * international/mule-cmds.el (set-locale-environment): Set file-name
24764         coding system to utf-8 on Darwin systems.
24765         (set-default-coding-systems): Don't set default-file-name-coding-system
24766         on Darwin systems.
24768 2005-02-03  Richard M. Stallman  <rms@gnu.org>
24770         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24772 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
24774         * faces.el (list-faces-display): Add optional argument.
24776 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24778         * font-core.el (font-lock-default-function): Handle the rare case where
24779         only font-lock-keywords is set.
24781 2005-02-02  Kenichi Handa  <handa@m17n.org>
24783         * international/characters.el: Cancel previous change for
24784         I-WITH-DOT-ABOVE and DOTLESS-i.
24786         * international/latin-5.el: Cancel previous change.
24788 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
24790         * progmodes/gud.el: Correction to syntax in gud-menu-map.
24792 2005-02-02  Kenichi Handa  <handa@m17n.org>
24794         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24795         DOTLESS-i.
24797         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24798         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24800         * case-table.el (get-upcase-table): New function.
24801         (copy-case-table): Copy upcaes table too if non-nil.
24802         (set-case-syntax-delims): Maintain upcase table too.
24803         (set-case-syntax-pair): Likewise.
24804         (set-upcase-syntax, set-downcase-syntax): New functions.
24805         (set-case-syntax): Maintain upcase table too.
24807 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
24809         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24811         * progmodes/gud.el (gud-goto-info): New function.
24812         (gud-tool-bar-map): Use correct icon.
24814 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
24816         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24817         When delegating, order args in the funcall correctly.
24819 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
24821         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24823 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
24825         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24826         buffer not visiting a file.
24828 2005-01-31  Jay Belanger  <belanger@truman.edu>
24830         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24831         bound on the line with the formula.
24833 2005-01-31  Kim F. Storm  <storm@cua.dk>
24835         * ses.el (ses-create-cell-variable-range)
24836         (ses-destroy-cell-variable-range, ses-reset-header-string)
24837         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24838         (ses-insert-row): Fix format of apply undo entries.
24840 2005-01-31  Jay Belanger  <belanger@truman.edu>
24842         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24843         parts.
24845         * calc/calc-embed.el (calc-embedded-open-formula)
24846         (calc-embedded-close-formula): Ignore matrix environments.
24848         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24849         TeX mode.
24851         * calc/calc-lang.el (math-function-table, math-oper-table)
24852         (math-variable-table): Adjust the LaTeX portions.
24854         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24855         (math-latex-ignore-words): New constant.
24857 2005-01-31  Richard M. Stallman  <rms@gnu.org>
24859         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24860         (ispell-local-dictionary): Doc fix.
24861         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24862         Don't reinitialize at run time.  Don't defcustom.
24863         All uses changed to append ispell-local-dictionary-alist,
24864         or check it first.
24865         (ispell-current-dictionary): New variable for dictionary in use.
24866         (ispell-dictionary): Now used only for global default.
24867         (ispell-start-process): Set ispell-current-dictionary,
24868         not ispell-dictionary.
24869         (ispell-change-dictionary): Use this only for setting
24870         user preferences.
24871         (ispell-internal-change-dictionary): New function
24872         to change the current dictionary in use.
24873         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24874         Use ispell-current-dictionary.
24875         Handle ispell-local-dictionary-overridden.
24876         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24878 2005-01-31  Jay Belanger  <belanger@truman.edu>
24880         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24882         * calc/calc-ext.el: Add calc-latex-language to autoloads.
24883         (calc-mode-map): Add calc-latex-language.
24885         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24886         (math-latex-print-frac): New functions.
24887         (math-oper-table, math-function-table, math-variable-table)
24888         (math-complex-format, math-input-filter): Add latex properties.
24889         (calc-set-language): Set math-expr-special-function-mapping.
24891         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24892         (calc-write-parse-table-part): Add LaTeX support.
24894         * calc/calc.el (calc-language): Adjust docstring.
24895         (calc-set-mode-line): Add LaTeX support.
24896         (math-expr-special-function-mapping): New variable.
24897         (math-tex-ignore-words): Add to list.
24899         * calc/calccomp.el (math-compose-expr, math-compose-rows):
24900         Add LaTeX support.
24901         (math-compose-expr): Add support for special functions.
24903         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24905 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
24907         * progmodes/gdb-ui.el (gdb-memory-address)
24908         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24909         (gdb-memory-mode-map, gdb-memory-format-keymap)
24910         (gdb-memory-format-menu, gdb-memory-unit-keymap)
24911         (gdb-memory-unit-menu): New variables for a buffer
24912         that lets the user examine program memory.
24913         (gdb-memory-set-address, gdb-memory-set-repeat-count)
24914         (gdb-memory-format-binary, gdb-memory-format-octal)
24915         (gdb-memory-format-unsigned, gdb-memory-format-signed)
24916         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24917         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24918         (gdb-memory-unit-word, gdb-memory-unit-halfword)
24919         (gdb-memory-unit-byte, gdb-memory-unit-menu)
24920         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24921         (gdb-memory-mode, gdb-memory-buffer-name)
24922         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24923         New functions for above buffer.
24925 2005-01-30  Richard M. Stallman  <rms@gnu.org>
24927         * cus-edit.el (custom-bury-buffer): Function deleted.
24928         (custom-buffer-done-function): Option deleted.
24929         (custom-buffer-done-kill): New replacement option.
24930         (Custom-buffer-done): Call quit-window.
24931         (custom-buffer-create-internal): Update for above changes.
24933 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
24935         * simple.el (undo-ask-before-discard): New var.
24936         (undo-outer-limit-truncate): Implement it.
24937         (undo-extra-outer-limit): Doc update.
24939 2005-01-29  Richard M. Stallman  <rms@gnu.org>
24941         * ses.el (undo-more): Delete defadvice.
24942         (ses-begin-change): Doc fix.
24944         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24945         instead of rebinding C-x u and C-_.
24947         * files.el (normal-backup-enable-predicate): Return nil for files
24948         in /tmp, regardless of temporary-file-directory.
24950         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24952         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24953         (open-rectangle, delete-whitespace-rectangle-line)
24954         (clear-rectangle-line): If FILL, pass t instead of FILL
24955         for move-to-column's 2nd arg.
24957         * simple.el (undo): Fix the test for continuing a series of undos.
24958         (undo-more): Set pending-undo-list to t when we reach end.
24959         (pending-undo-list): Move up defvar.
24961         * wid-edit.el (widget-button-click):
24962         Shorten the range of the track-mouse binding.
24964         * comint.el (comint-insert-input): Undo previous changes;
24965         use last-input-event in interactive spec.
24967 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
24969         * progmodes/compile.el (compilation-start): Bind buffer-read-only
24970         to nil before invoking call-process.  Reset buffer's modified flag
24971         after fontifying it in the no-async branch.
24973         * wid-edit.el (widget-specify-button): If mouse pointer shape
24974         cannot be changed, use mouse face instead.
24976 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
24978         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24979         (gdb-goto-breakpoint): Make breakpoint handling work on template
24980         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
24981         (gdb-assembler-custom): Update to recognize breakpoint information
24982         added on 2005-01-19.
24984 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24986         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24987         (dsssl-mode): Use define-derived-mode.
24988         (scheme-mode-initialize): Remove.
24989         (scheme-mode): Use run-mode-hooks.
24991         * cus-edit.el (customize-group-other-window)
24992         (custom-buffer-create-other-window): Don't override special-display-*.
24993         (custom-mode-map): Make it dense.
24995         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24996         sets the default value.
24998 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
25000         * descr-text.el: Add more keywords.
25002 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
25004         * speedbar.el: Avoid unnecessary use of locate-library.
25006         * international/mule-cmds.el (standard-display-european-internal):
25007         Don't fiddle with latin-1 non-break space any more since it's now
25008         special cased in the C code.
25009         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25011 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
25013         * cus-start.el (all): Add `undo-outer-limit'.
25015 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
25017         * textmodes/bibtex.el (bibtex-format-entry):
25018         Use `bibtex-empty-field-re' only on the text of fields, not on entire
25019         field lines.
25020         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25021         not on part of a buffer.
25023 2005-01-25  Lute Kamstra  <lute@gnu.org>
25025         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25026         nonempty field text strings like "{letters\\macro{}more letters}".
25027         Clarify docstring.
25028         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25029         (bibtex-entry-offset, bibtex-parse-association)
25030         (bibtex-parse-field-name): Fix typos in docstrings.
25031         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25033 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
25035         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25036         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25037         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25038         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25040         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25041         isearch minor mode.
25043 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
25045         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25047 2005-01-24  Lute Kamstra  <lute@gnu.org>
25049         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25050         CASECHARS and NOT-CASECHARS regular expressions of the
25051         "nederlands" and "nederlands8" dictionaries to prevent a "Range
25052         striding over charsets" error.
25054 2005-01-24  Jay Belanger  <belanger@truman.edu>
25056         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25057         display variable name.
25059 2005-01-24  Kenichi Handa  <handa@m17n.org>
25061         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25062         Fix setting of the element of encoded-kbd-iso2022-invocations.
25064 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
25066         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25067         (gdb-threads-select): Change to also accept mouse events.
25068         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25069         (gdb-threads-mouse-select): Delete.
25071 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
25073         * files.el (insert-directory): Take care of empty directory,
25074         listed without -a switch.
25076 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25078         * textmodes/refill.el (refill-post-command-function):
25079         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25080         to the list of functions that we should be careful not to undo.
25081         (refill-late-fill-paragraph-function): Remove.
25082         (refill-saved-state): New var.
25083         (refill-mode): Use it to save fill-paragraph-function.
25084         Save also the value of auto-fill-function.
25086         * term/w32-win.el: Simplify code.
25088 2005-01-23  Kim F. Storm  <storm@cua.dk>
25090         * simple.el (line-move): Adapt to new return value from
25091         pos-visible-in-window-p.
25093         * simple.el (line-move): Fix last change.  Check partial
25094         visibility at point rather than at window-start.
25096 2005-01-22  Jason Rumney  <jasonr@gnu.org>
25098         * term/w32-win.el (xw-defined-colors): Remove debug-message.
25100 2005-01-22  David Kastrup  <dak@gnu.org>
25102         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25104 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
25106         * type-break.el (type-break-mode): Add a test for
25107         type-break-file-name being non-nil.
25109 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
25111         * net/eudc.el (top level): Call (message "") via progn, so that
25112         eudc-options-file is loaded.
25114 2005-01-22  Kim F. Storm  <storm@cua.dk>
25116         * simple.el (line-move-1): Rename from line-move.
25117         (line-move): New function that adjusts vscroll for partially
25118         visible rows, and calls line-move-1 otherwise.
25120 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
25122         * pcomplete.el: Define pcomplete-read-event instead of read-event,
25123         since it's not a complete read-event implementation
25125 2005-01-20  Jay Belanger  <belanger@truman.edu>
25127         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25128         for called function.
25130 2005-01-20  Steven Tamm  <steventamm@mac.com>
25132         * term/mac-win.el (process-connection-type): Remove.
25133         Controlled now by s/darwin.h:PTY_ITERATION.
25135 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25137         * window.el (handle-select-window): Don't switch window when we're
25138         in the minibuffer.
25140 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
25142         * subr.el (dotimes-with-progress-reporter): New macro.
25144         * ses.el (ses-dotimes-msg): Remove macro.
25145         Use `dotimes-with-progress-reporter' instead.
25147 2005-01-19  Steven Tamm  <steventamm@mac.com>
25149         * term/mac-win.el (process-connection-type): Use new
25150         operating-system-release variable to use ptys on Darwin 7 (OS X
25151         10.3) when using carbon build.
25153 2005-01-19  Jay Belanger  <belanger@truman.edu>
25155         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25156         flags if the last command was a tab or M-tab.
25158         * calc/calc-prog.el (calc-user-define-edit): Put original formula
25159         in formula editing buffer.
25161 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
25163         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25164         breakpoint image symbol in margin.
25166 2005-01-19  Jay Belanger  <belanger@truman.edu>
25168         * calc/calc-prog.el (calc-execute-kbd-macro):
25169         Ignore calc-keep-arg-flag.
25171 2005-01-19  Kenichi Handa  <handa@m17n.org>
25173         * textmodes/ispell.el (ispell-looking-at): New function.
25174         (ispell-process-line): Use ispell-looking-at to compare the ispell
25175         output and the buffer contents.
25177 2005-01-18  Jay Belanger  <belanger@truman.edu>
25179         * calc/calc.el (calc-display-raw): Fix docstring.
25181 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25183         * simple.el (blink-matching-open): Strip extra info from syntax.
25185         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25186         funny chars in the end-of-here-doc marker.
25188 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
25190         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25191         that enable/disabled state of breakpoints is shown correctly in
25192         fringe and on ttys.
25193         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25194         Add breakpoint information as text properties.
25195         (gdb-mouse-toggle-breakpoint):
25196         Rename to gdb-mouse-set-clear-breakpoint.
25197         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
25198         breakpoints in the margin.
25199         (gdb-remove-strings): Simplify.
25201 2005-01-17  Jay Belanger  <belanger@truman.edu>
25203         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25204         erasing buffer.
25206 2005-01-17  Richard M. Stallman  <rms@gnu.org>
25208         * progmodes/grep.el (grep-find): Copy from `grep' the condition
25209         for calling grep-compute-defaults.
25211         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25212         if buffer is empty.
25214         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25216 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25218         * hilit-chg.el (highlight-changes-mode): Don't autoload.
25220         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25221         non-preloaded variables.
25223 2005-01-17  Steven Tamm  <steventamm@mac.com>
25225         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25226         tex-shell cause to force interactivity when using pipes.
25228 2005-01-17  Kim F. Storm  <storm@cua.dk>
25230         * simple.el (just-one-space): Make arg optional.
25232 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
25234         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25235         posn-at-x-y to t to access left-margin.
25237 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
25239         Sync with Tramp 2.0.47.
25241         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25242         catching keep-date problems in cp/scp operations.
25243         (tramp-handle-copy-file): Don't call `set-file-modes'
25244         unconditionally.  Specialized functions should know better what is
25245         necessary.  This improves performance a little bit, and the
25246         functions could catch errors with `cp -p' and `scp -p'.
25247         (tramp-do-copy-or-rename-file-via-buffer)
25248         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25249         when appropriate.
25250         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25251         Call `set-file-modes' when appropriate.
25252         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
25253         Johnsson <isak@hypergene.com>
25254         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25255         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
25256         <joakim@verona.se>
25257         (tramp-file-name-for-operation): Mark `shell-command' as magic for
25258         Emacs only.
25260         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
25261         `find-file-hooks' and `dired-mode-hook'.
25262         (tramp-minor-mode-map): Respective map.  Add remapping for
25263         `compile' and `recompile'.
25264         (tramp-remap-command, tramp-recompile): New defuns.
25265         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25266         in buffer "*Compilation*".  Call the commands asynchronously.
25268         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25269         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25270         `shell-command', because it isn't magic in XEmacs.  Reported by
25271         Adrian Aichner <adrian@xemacs.org>.
25273         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25274         `substitute-in-file-name.
25275         (tramp-smb-handle-substitute-in-file-name): New defun.
25276         (tramp-smb-advice-PC-do-completion): Delete advice.
25278 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
25280         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25281         Fix error in deleting region.
25283 2005-01-15  Richard M. Stallman  <rms@gnu.org>
25285         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25286         In non-temp buffer, switch syntax table temporarily.
25288         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25290         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25292         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25294         * imenu.el (imenu--split-menu): Copy menulist before sorting.
25295         (imenu--generic-function): Use START, not BEG, as pos of definition.
25297         * simple.el (just-one-space): Argument specifies number of spaces.
25299         * simple.el (eval-expression-print-format): Avoid warning
25300         about edebug-active.
25302 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
25304         * progmodes/sh-script.el: Code copied from make-mode.el
25305         with small changes,
25306         (sh-mode-map): Bind C-c C-\.
25307         (sh-backslash-column, sh-backslash-align): New variables.
25308         (sh-backslash-region, sh-append-backslash): New functions.
25310 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25312         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25313         (rmail-pop-password, rmail-pop-password-required): Move to
25314         rmail-obsolete group.
25315         (rmail-set-pop-password): Rename to rmail-set-remote-password.
25316         All callers updated.
25317         (rmail-get-pop-password): Rename to rmail-get-remote-password.
25318         Take an argument specifying whether it is POP or IMAP mailbox we
25319         are using.  All callers updated.
25320         (rmail-pop-password-error): Rename to
25321         rmail-remote-password-error.  Added mailutils-specific error message.
25322         (rmail-movemail-search-path)
25323         (rmail-movemail-variant-in-use): New variables.
25324         (rmail-remote-password, rmail-remote-password-required):
25325         New customization variables.
25326         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25327         (rmail-parse-url): New function.
25328         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25329         with GNU mailutils movemail.
25331 2005-01-15  Kevin Ryde  <user42@zip.com.au>
25333         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25334         suffix to space, $ or '$, to correctly position point when going
25335         to @table style constants like DBL_MAX.
25337 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
25339         * type-break.el (type-break-mode, type-break-file-time)
25340         (type-break-file-keystroke-count, type-break-choose-file):
25341         Don't store data in or load data from the file if type-break-file-name
25342         is nil.
25343         (type-break-file-name): Doc update as per the above.
25345 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
25347         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25348         lookup-key might return nil; handle that.
25350 2005-01-15  Alan Mackenzie  <acm@muc.de>
25352         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25353         rather than the element found, thus enabling the tree to be setcar'd.
25355 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
25357         * textmodes/org.el (org-show-following-heading): New option.
25358         (org-show-hierarchy-above): Use `org-show-following-heading'.
25359         (org-cycle): Documentation fix.
25361         * textmodes/org.el (orgtbl-optimized): New option
25362         (orgtbl-mode): New command, a minor mode.
25363         (orgtbl-mode-map): New variable.
25364         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25365         (orgtbl-error, orgtbl-self-insert-command)
25366         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25368         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25369         a local variable in each org-mode buffer.
25371         * textmodes/org.el (org-set-regexps-and-options): Rename from
25372         `org-set-regexps'.  Added checking for STARTUP keyword.
25373         (org-get-current-options): Add STARTUP options.
25374         (org-table-insert-row): Make mode intelligent about when
25375         realignment is needed.
25376         (org-self-insert-command, org-delete-backward-char, org-delete-char):
25377         New commands.
25378         (org-enable-table-editor): New default value `optimized'.
25379         (org-table-blank-field): Support blanking regions if active.
25381 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
25383         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25384         if the year is not given.
25386         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25387         Add new escapes %m and %M, fixed bug with %F by adding
25388         save-match-data.
25389         (reftex-reference): Remove ?. from list of spaces.
25390         (reftex-label-info): Add automatic label prefix recognition.
25392         * textmodes/reftex-index.el (reftex-index-next-phrase):
25393         Add slave parameter to call of `reftex-index-this-phrase'.
25394         (reftex-index-this-phrase): New optional argument.
25395         (reftex-index-region-phrases): Add slave parameter to call of
25396         `reftex-index-this-phrase'.
25397         (reftex-display-index): New argument redo.
25398         (reftex-index-rescan): Add `redo' to arguments of
25399         `reftex-display-index'.
25400         (reftex-index-Rescan, reftex-index-revert)
25401         (reftex-index-switch-index-tag): Add `redo' to arguments of
25402         `reftex-display-index'.
25403         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25404         indexing.  Fix bug with matching is there is a quote before or
25405         after the word.
25407         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25408         Fix bug when collecting citation keys in lines with comments.
25409         (reftex-citation): Prefix argument no longer rescans the document,
25410         but forces prompting for optional arguments of cite macros.
25411         (reftex-do-citation): Prompting for optional arguments implemented.
25413         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25414         Add optional arguments to most cite commands.
25415         (reftex-cite-cleanup-optional-args): New option
25416         (reftex-cite-prompt-optional-args): New option.
25417         (reftex-trust-label-prefix): New option.
25419         * textmodes/reftex-toc.el (reftex-toc-find-section):
25420         Add push-mark before changing the position in the buffer.
25422         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25423         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25425 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
25427         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25428         more carefully.
25430 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25432         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25433         (sgml-mode): Use it.
25434         (sgml-get-context): Better keep track of implicitly closed tags.
25436 2005-01-13  Kenichi Handa  <handa@m17n.org>
25438         * textmodes/ispell.el: These changes are to fix misalignment error
25439         caused by equivalent characters of different Emacs charsets.
25440         (ispell-unified-chars-table): New variable.
25441         (ispell-get-decoded-string): New function.
25442         (ispell-get-casechars, ispell-get-not-casechars)
25443         (ispell-get-otherchars): Call ispell-get-decoded-string.
25445 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
25447         * custom.el (custom-declare-variable): Just put symbol instead
25448         of (defvar . symbol) in `current-load-list'.
25450 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
25452         * emacs-lisp/elint.el: Fixed typo in Commentary section.
25454 2005-01-12  Jay Belanger  <belanger@truman.edu>
25456         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25457         to create a Calc summary.
25459 2005-01-12  Kim F. Storm  <storm@cua.dk>
25461         * mouse.el (mouse-on-link-p): Change functionality and doc
25462         string to comply with latest description in lisp ref.
25464 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
25466         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25467         Enable mouse clicks on mode-line, header-line and margin.
25468         (event-type): Give mouse event symbols an `event-kind' property
25469         with value `mouse-click'.
25471 2005-01-12  Juri Linkov  <juri@jurta.org>
25473         * facemenu.el (list-colors-display): Add new arg buffer-name.
25474         Use it.  Fix docstring.  Replace code for identifying duplicate
25475         colors by the name with call to `list-colors-duplicates' which
25476         identifies duplicate colors by the value unless the color
25477         is one of special Windows colors.  Set truncate-lines to t.
25478         Print sorted duplicate color names on each line.  Indent to 22
25479         \(the longest color name in rgb.txt) instead of 20.  Optimize.
25480         (list-colors-duplicates): New function.
25481         (facemenu-color-name-equal): Delete function.
25483         * facemenu.el (list-colors-print): New function created from code
25484         in list-colors-display.  Print #RRGGBB at the window right edge.
25485         (list-colors-display): When temp-buffer-show-function is not
25486         defined, call list-colors-print from temp-buffer-show-hook
25487         to get the right value of window-width in list-colors-print
25488         after the buffer is displayed.
25490         * simple.el (pop-mark): Move deactivate-mark out of conditional
25491         part to deactivate the active mark regardless of the state of the
25492         mark ring.
25494         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25495         variables line in desktop files.
25497 2005-01-12  Juri Linkov  <juri@jurta.org>
25499         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25500         Bring together isearch highlight related options.
25501         (lazy-highlight): Replace group `replace' by `matching'.
25502         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25503         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25504         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25505         and declare them obsolete.
25506         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25507         (isearch-faces): Remove defgroup.
25508         (isearch-overlay, isearch-highlight, isearch-dehighlight):
25509         Move isearch highlighting code closer to lazy highlighting code.
25511         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25512         (query-replace-highlight, query-replace-lazy-highlight)
25513         (query-replace): Move definitions to the beginning of the file.
25515 2005-01-11  Juri Linkov  <juri@jurta.org>
25517         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25518         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25519         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25521         * info.el (Info-history-forward): New variable.
25522         (Info-select-node): Reset Info-history-forward to nil.
25523         (Info-last): Turn into defalias.
25524         (Info-history-back): Rename from Info-last.
25525         Add current node to Info-history-forward.
25526         (Info-history-forward): New fun.
25527         (Info-mode-map): Replace Info-last by Info-history-back.
25528         Bind Info-history-forward to "r".
25529         (Info-mode-menu): Replace Info-last by Info-history-back.
25530         Fix menu item text.  Add menu item for Info-history-forward.
25531         (info-tool-bar-map): Replace Info-last by Info-history-back.
25532         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
25533         for Info-history-forward.
25534         (Info-mode): Replace Info-last by Info-history-back in docstring.
25535         Add local variable Info-history-forward.
25536         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25538 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25540         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25541         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25542         Ignore select-window events rather than fiddle with
25543         mouse-autoselect-window.
25545 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
25547         * type-break.el (type-break-mode): Fix previous change.
25549 2005-01-10  Jay Belanger  <belanger@truman.edu>
25551         * calc/calc-ext.el (calc-reset): Reset when inside embedded
25552         calculator; only reset when point is inside a calculator.
25553         Don't adjust the window height if the window takes up the whole height
25554         of the frame.
25556 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
25558         * ebuff-menu.el (Electric-buffer-menu-mode):
25559         Preserve value of buffer-local var header-line-format.
25561 2005-01-09  Jay Belanger  <belanger@truman.edu>
25563         * calc/calc.el (calc-mode-var-list-restore-saved-values):
25564         Make sure settings file exists before accessing it.
25566         * calc/calc-embed.el (calc-embedded-subst):
25567         Replace math-multi-subst-rec, which is only supposed to be called
25568         by math-multi-subst, by math-multi-subst.
25570 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
25572         * vc.el (vc-allow-async-revert): New user option.
25573         (vc-disable-async-diff): New internal variable.
25574         (vc-revert-buffer): Use them to disable asynchronous diff.
25576         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25577         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25578         asynchronously if vc-disable-async-diff is t.
25580 2005-01-09  Jay Belanger  <belanger@truman.edu>
25582         * calc/calc.el (defcalcmodevar): New macro.
25583         (calc-mode-var-list-restore-default-values)
25584         (calc-mode-var-list-restore-saved-values): New functions.
25585         (calc-mode-var-list): Use defcalcmodevar to define it.
25586         (calc-always-load-extensions, calc-line-numbering)
25587         (calc-line-breaking, calc-display-just, calc-display-origin)
25588         (calc-number-radix, calc-leading-zeros, calc-group-digits)
25589         (calc-group-char, calc-point-char, calc-frac-format)
25590         (calc-prefer-frac, calc-hms-format, calc-date-format)
25591         (calc-float-format, calc-full-float-format, calc-complex-format)
25592         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25593         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25594         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25595         (calc-matrix-brackets, calc-language, calc-language-option)
25596         (calc-left-label, calc-right-label, calc-word-size)
25597         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25598         (calc-display-raw, calc-internal-prec, calc-angle-mode)
25599         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25600         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25601         (calc-window-height, calc-display-trail, calc-show-selections)
25602         (calc-use-selections, calc-assoc-selections)
25603         (calc-display-working-message, calc-auto-why, calc-timing)
25604         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25605         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25606         (calc-gnuplot-default-device, calc-gnuplot-default-output)
25607         (calc-gnuplot-print-device, calc-gnuplot-print-output)
25608         (calc-gnuplot-geometry, calc-graph-default-resolution)
25609         (calc-graph-default-resolution-3d, calc-invocation-macro)
25610         (calc-show-banner): Use defcalcmodevar to declare them and set
25611         their default values.
25613         * calc/calc-ext.el (calc-reset): Restore saved values of variables
25614         instead of default values (but restore default values if there is
25615         an argument of 0).
25617 2005-01-09  David Kastrup  <dak@gnu.org>
25619         * desktop.el (desktop-restore-eager): Fix typo in type.
25621 2005-01-08  Richard M. Stallman  <rms@gnu.org>
25623         * cus-edit.el (customize): Delete :link.
25625 2005-01-08  Jay Belanger  <belanger@truman.edu>
25627         * calc/calc.el (calc-mode): Remove the extension from the
25628         `calc-settings-file' file name when loading it.
25630 2005-01-08  Kim F. Storm  <storm@cua.dk>
25632         * info.el (Info-mode-map, Info-next-link-keymap)
25633         (Info-prev-link-keymap, Info-up-link-keymap):
25634         Map follow-link to mouse-face.
25635         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25637 2005-01-08  Jay Belanger  <belanger@truman.edu>
25639         * calc/calc.el (calc-settings-file): Change default value.
25640         Suggested by cgw in a comment in calc-mode.el.
25642         * calc/calc-mode.el (calc-settings-file-name):
25643         Compare calc-settings-file to user-init-file instead of ~/.emacs.
25644         Replace ~/.emacs in a prompt by calc-settings-file.
25646 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
25648         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25649         (desktop-lazy-idle-delay): New customizable variables.
25650         (desktop-buffer-args-list): New variable.
25651         (desktop-append-buffer-args): New function.
25652         (desktop-save): Call desktop-append-buffer-args for some buffers.
25653         (desktop-lazy-create-buffer): New function.
25654         (desktop-idle-create-buffers): New function.
25655         (desktop-read): Add message about buffers to restore lazily.
25656         (desktop-lazy-abort): New command.
25657         (desktop-clear): Call desktop-lazy-abort.
25658         (desktop-lazy-complete): New command.
25660 2005-01-06  Richard M. Stallman  <rms@gnu.org>
25662         * emacs-lisp/find-func.el (find-face-definition):
25663         Rename from find-face.
25665 2005-01-06  Kim F. Storm  <storm@cua.dk>
25667         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25669         * man.el (Man-xref-man-page, Man-xref-header-file)
25670         (Man-xref-normal-file): Add follow-link property.
25672 2005-01-06  Jay Belanger  <belanger@truman.edu>
25674         * calc/calc-units.el: Make sure the proper macro definitions are
25675         available when compiling.
25677 2005-01-06  Juri Linkov  <juri@jurta.org>
25679         * isearch.el (isearch-lazy-highlight-update):
25680         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25682 2005-01-06  Miles Bader  <miles@gnu.org>
25684         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25685         (isearch-lazy-highlight-face): Use new name.
25687 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25689         * uniquify.el (uniquify-rationalize-file-buffer-names):
25690         Re-add an interactive spec.
25691         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25692         to the same name.
25694         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25695         (isearch-update, isearch-done): Adjust calls accordingly.
25697 2005-01-05  Richard M. Stallman  <rms@gnu.org>
25699         * custom.el (custom-set-variables, custom-theme-set-variables):
25700         Clarify documentation.
25702         * emacs-lisp/find-func.el (find-variable)
25703         (find-variable-other-window, find-variable-other-frame):
25704         Fix the TYPE args to find-function-read and find-function-do-it.
25705         (find-function): Doc fix.
25706         (find-function-at-point): Replace function-at-point alias.
25708 2005-01-04  Richard M. Stallman  <rms@gnu.org>
25710         * cus-face.el (custom-declare-face):
25711         Record defface in current-load-list.
25713         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25715         * emacs-lisp/find-func.el: Doc fixes.
25716         (find-face-regexp): New variable.
25717         (find-function-regexp-alist): New variable.
25718         (find-function-C-source): Third arg is now TYPE.
25719         (find-function-search-for-symbol): Handle general TYPE.
25720         (find-function-read, find-function-do-it): Handle general TYPE.
25721         (find-definition-noselect, find-face): New functions.
25722         (function-at-point): Alias deleted.
25724 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25726         * battery.el (display-battery-mode): Rename from display-battery.
25727         Handle the case where it gets turned off.
25729 2005-01-04  Richard M. Stallman  <rms@gnu.org>
25731         * cus-edit.el (customize): Make :link point to user doc.
25733         * man.el (Man-fontify-manpage): Turn off undo generation.
25735         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25737 2005-01-04  Andreas Schwab  <schwab@suse.de>
25739         * files.el (insert-directory): Only look for error lines in
25740         inserted text.  Don't move too far after processing --dired markers.
25742 2005-01-04  Richard M. Stallman  <rms@gnu.org>
25744         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25745         Don't expand if the character is @, period, dash, etc.
25746         (define-mail-abbrev): Quote names that contain problem characters.
25748 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
25750         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25752 2005-01-03  Richard M. Stallman  <rms@gnu.org>
25754         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25755         (query-replace-highlight, query-replace-lazy-highlight)
25756         (query-replace): Definitions moved up.  Doc fix.
25758 2005-01-03  Richard M. Stallman  <rms@gnu.org>
25760         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25761         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25762         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25763         (lazy-highlight-face): Rename from isearch-lazy-...
25764         Change all references to them.
25766 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
25768         * cus-edit.el (custom-file): Doc fix for defcustom.
25769         (custom-file): The function no longer sets the variable
25770         `custom-file' to its return value.
25772         * startup.el (command-line): No longer load `custom-file'.
25774 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25776         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25778         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25779         Don't confuse module-prefixed identifiers for labels.
25780         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25782 2005-01-02  Richard M. Stallman  <rms@gnu.org>
25784         * files.el (basic-save-buffer-1): Fix previous change.
25786         * loadhist.el (file-loadhist-lookup): New function.
25787         (file-provides, file-requires): Use it.
25789         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25790         instead of calculating the right size.
25792 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
25794         * vc-svn.el (vc-svn-diff): Stay local if possible.
25796 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25798         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25800         * files.el (hack-local-variables): Fix last change.
25802 2005-01-02  Jay Belanger  <belanger@truman.edu>
25804         * calc/calc-yank.el (calc-edit-top): New variable.
25805         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25806         object.  Change header properties.
25807         (calc-edit-finish, calc-edit-finish-stack-object)
25808         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25809         edited object.
25810         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25811         for the beginning of the edited object.
25812         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25813         for the beginning of the edited object.
25814         * calc/calc-prog.el (calc-edit-macro-finish-edit)
25815         (calc-finish-formula-edit, calc-macro-repeats)
25816         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25817         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25818         beginning of the edited object.
25819         (calc-user-define-edit): Change the header for editing macros.
25820         Remove unnecessary variable.
25822 2005-01-01  Jay Belanger  <belanger@truman.edu>
25824         * calc/calc-yank.el (calc-edit-mode): Change default header.
25825         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25826         * calc/calc-store.el (calc-edit-variable): Change title to match new
25827         header.
25828         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25829         mode to match new header.
25830         (calc-user-define-edit): Change titles to include names of commands.
25831         (calc-finish-formula-edit): Adjust to handle new header.
25832         (calc-finish-macro-edit): Remove.
25833         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25834         (calc-edit-macro-command, calc-edit-macro-command-type)
25835         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25836         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25837         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25838         (calc-edit-macro-finish-edit): New functions.
25839         (calc-user-define-edit): Use new functions to edit named calc macros.
25841 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
25843         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25845         * ses.el (copy-region-as-kill): Deactivate mark.
25847 2005-01-01  Richard M. Stallman  <rms@gnu.org>
25849         * replace.el (occur-1): If the output buffer is also an input,
25850         don't kill it, rename it.
25852         * faces.el (set-face-background, set-face-foreground): Doc fix.
25854         * cus-face.el (custom-face-attributes): Fix :help-echo strings
25855         for :foreground and :background.
25857         * dired.el (dired-view-command-alist): Variable deleted.
25858         (dired-view-file, dired-mouse-find-file-other-window):
25859         Delete the code to use it.
25861 2005-01-01  Kim F. Storm  <storm@cua.dk>
25863         * image.el (insert-sliced-image): Use t for line-height property.
25865 See ChangeLog.11 for earlier changes.
25867 ;; Local Variables:
25868 ;; coding: iso-2022-7bit
25869 ;; End:
25871     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25872   Copying and distribution of this file, with or without modification,
25873   are permitted provided the copyright notice and this notice are preserved.
25875 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1