Remove spurious * in docstrings.
[emacs.git] / lisp / ChangeLog
blob60492042b606d1e1d8aeb152dbb3428b0759e843
1 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * files.el: Remove spurious * in docstrings.
5 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
7         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8         grammar.
9         (allout-beginning-of-current-line): Beware beginning of buffer.
10         Also, a comment is simplified.
11         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
12         when appropriate.  (This fix enables use for other than
13         bullet-hotspot operation.)
14         (allout-hide-current-subtree): While escalating to sibling-close,
15         make sure to situate on a topic.
17 2006-07-14  Kim F. Storm  <storm@cua.dk>
19         * emulation/cua-base.el (cua-delete-selection)
20         (cua-toggle-set-mark): New defcustoms.
21         (cua-rectangle-modifier-key): Add `alt' modifier.
22         (cua-replace-region): Don't delete if cua-delete-selection is nil.
23         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
24         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
26         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
28 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
30         * allout.el: Require 'cl during byte-compilation/interactive load,
31         for the `assert' macro.
32         (allout-mode-deactivate-hook): New hook, run when allout mode
33         deactivates.
34         (allout-developer): New allout customization subgroup.
35         (allout-run-unit-tests-on-load): New allout-developer
36         customization variable, when true allout unit tests are run towards
37         end of file load/eval.
38         (allout-inhibit-auto-fill): Disable auto-fill activity even during
39         auto-fill-mode.
40         (allout-resumptions): Remove, to be replaced by...
41         (allout-add-resumptions): Register variable settings to be
42         reinstated by `allout-do-resumptions'.  The settings are made
43         buffer-local, but the locality/globality of the suspended setting
44         is restored on resumption.
45         (allout-do-resumptions): Reinstate all settings suspended using
46         `allout-add-resumptions'.
47         (allout-test-resumptions): Unit tests (and intermediate variables)
48         for resumptions.
49         (allout-tests-globally-unbound, allout-tests-globally-true)
50         (allout-tests-locally-true): Intermediate variables for
51         resumptions unit tests.
52         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
53         (allout-exposure-category): Replaces 'allout-overlay-category variable.
54         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
55         instead of retired `allout-resumptions'.  For hook functions, use
56         `local' parameter so hook settings are created and removed as
57         buffer-local settings.  Revise (resumptions) setting
58         auto-fill-function so it is set only if already active.  (The
59         related fill-function settings are all made in either case, so
60         that activating auto-fill-mode activity will have the custom
61         allout-mode behaviors (hanging indent on topics, if configured for it).
62         Remove all allout-exposure-category overlays on mode deactivation.
63         (allout-hotspot-key-handler): New function extracted from
64         `allout-pre-command-business', so the functionality can be used
65         for other purposes, eg as a binding in an overlay.
66         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
67         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
68         customization variable.
69         (allout-run-unit-tests): Run the (currently quite small)
70         repertoire of unit tests.  Called just before the provide iff user
71         has customized `allout-run-unit-tests-on-load' non-nil.
73 2006-07-14  K\e,Aa\e(Broly L\e,Bu\e(Brentey  <lorentey@elte.hu>
75         * emacs-lisp/authors.el (authors-aliases): Update.
77 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
79         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
80         gdb-source-window.  Add dedicated argument.
81         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
82         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
83         (gdb-display-threads-buffer, gdb-display-memory-buffer)
84         (gdb-display-locals-buffer): Use it.
86         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
87         Set gdb-source-window.
89 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
91         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
92         minor modes, redundant with the custom-autoload line above.
94 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
96         * longlines.el (longlines-post-command-function): Handle open-line too.
98 2006-07-12  Richard Stallman  <rms@gnu.org>
100         * progmodes/grep.el (grep-last-buffer): Doc fix.
102         * info.el (Info-try-follow-nearest-node): Doc fix.
104         * emacs-lisp/edebug.el (edebug-instrument-function):
105         Err if find-function-noselect gives no position.
107         * emacs-lisp/find-func.el (find-function-search-for-symbol):
108         If can't find definition, return nil for position.
109         (find-function-do-it): Handle new return value
110         of find-definition-noselect.
111         (find-definition-noselect, find-variable-noselect): Doc fix.
112         (find-function-noselect): Doc fix.
114         * help-mode.el (help-variable-def): Handle find-variable-noselect
115         returning no position.
116         (help-function-def): Likewise for find-function-search-for-symbol.
117         (help-face-def): Likewise.
119         * help-fns.el (describe-variable): Handle find-variable-noselect
120         returning no position.
122         * files.el (locate-file-completion): Avoid duplicates in result.
124         * cus-edit.el (custom-no-edit): New command.
125         (custom-mode-map): Remap to custom-no-edit instead of
126         using suppress-keymap.
128 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
130         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
131         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
132         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
134         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
136 2006-07-11  Kim F. Storm  <storm@cua.dk>
138         * ido.el (ido-copy-current-file-name): Use buffer-name if
139         buffer-file-name is nil.
141 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
143         * simple.el (undo-ask-before-discard): Set to nil.
145         * vc.el (vc-exec-after): Don't delete process manually.
146         (vc-print-log): Run log-view-mode in process sentinel inside
147         inhibit-read-only.  Don't shrink window due to timing issues.
149         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
150         Avoid using with-output-to-temp-buffer, which clobbers local vars.
152 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
154         * progmodes/compile.el (compilation-error-regexp-alist-alist):
155         Fix ambiguity introduced by last change.
156         (compilation-find-file): Move save-excursion to where it may
157         make sense.  Fix a left over `find-file'.
159 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
161         * textmodes/texinfmt.el (texinfo-format-separate-node):
162         Insert a string before point, which fits documentation, not after.
163         (texinfo-multitable-item): In a multitable row, insert any
164         additional needed @tabs and spaces.
166 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
168         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
169         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
170         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
171         instead of shell-command.
172         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
173         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
174         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
175         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
176         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
177         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
179 2006-07-11  Kim F. Storm  <storm@cua.dk>
181         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
182         Remove special case for seconds < 0.  Use (redisplay t) instead.
184 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
186         * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
187         compilation error.
189         * subr.el (sit-for): New function.
191         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
193 2006-07-10  Richard Stallman  <rms@gnu.org>
195         * ldefs-boot.el (edebug): Update page.
197 2006-07-10  Kim F. Storm  <storm@cua.dk>
199         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
200         to FOR-RELEASE and TODO.
202 2006-07-10  Romain Francoise  <romain@orebokech.com>
204         * emacs-lisp/authors.el (authors-aliases): Update.
206 2006-07-10  Alan Mackenzie  <acm@muc.de>
208         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
209         * cc-mode.el: Changes to eradicate eval-after-load.
211 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
213         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
214         on non-char events.
216 2006-07-09  Romain Francoise  <romain@orebokech.com>
218         * progmodes/compile.el (compilation-mode-font-lock-keywords):
219         Don't highlight start/end markers as compilation messages.
221         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
222         to t.
224 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
226         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
228 2006-07-08  Richard Stallman  <rms@gnu.org>
230         * term/x-win.el (x-handle-display): Add doc string.
232         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
234         * subr.el (def-edebug-spec): Move here.
235         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
237         * imenu.el (imenu-choose-buffer-index): Doc fix.
239 2006-07-08  Romain Francoise  <romain@orebokech.com>
241         * term/x-win.el (x-display-name): Fix typo.
243 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
245         * hexl.el (hexl-find-file): Doc fix.
247         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
249 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
251         * term/x-win.el (x-display-name): Doc fix.
253 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
255         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
256         long prefixes.
257         (fill-region-as-paragraph): Don't round up to a whole line.
258         (fill-comment-paragraph): Don't include the code-before-the-comment
259         when calling fill-region-as-paragraph.
261         * international/mule.el (make-char): Remove redundancy.
263         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
264         property may contain an anonymous function rather than a symbol.
266         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
268         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
269         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
271         * dirtrack.el (dirtrack-default-directory-function): Remove.
272         (dirtrack-directory-function): Use file-name-as-directory.
273         (dirtrack-windows-directory-function): Simplify.
274         (dirtrack-forward-slash, dirtrack-backward-slash)
275         (dirtrack-replace-slash): Remove.
276         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
277         (dirtrack): Fix wrong parenthesizing; use match-string.
279         * progmodes/octave-inf.el: Remove spurious * in docstrings.
280         (inferior-octave-mode): Only change the buffer-local value of
281         comint-dynamic-complete-functions.
282         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
283         Move the initialization to the declaration.
284         (inferior-octave-complete): Remove unused var `filter'.
286         * shell.el (shell-mode): Only change the buffer-local value of
287         comint-dynamic-complete-functions.
289 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
291         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
292         entry is skipped because it has been scheduled.
293         (org-prepare-agenda-buffers): Don't mark buffers as modified when
294         changing `:org-archived' and `:org-comment' properties.
296 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
298         * server.el (server-select-display): Don't make the temp frame
299         minibuffer-only, in case it's not a temp frame.
300         (server-process-filter): Don't delete the temp frame if it's the
301         only one we have on that display.
303         * files.el (find-alternate-file): Doc fix.
305 2006-07-05  Richard Stallman  <rms@gnu.org>
307         * files.el (abbreviate-file-name): Add save-match-data.
309 2006-07-03  Richard Stallman  <rms@gnu.org>
311         * faces.el (read-face-name): Doc fix.
313 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
315         * net/goto-addr.el (goto-address): Mark as safe for local evals.
317 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
319         * vc.el (vc-diff-internal): Fix prev change.
321 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
323         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
324         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
326 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
329         fails if the symbol contains chars like ( or '.
330         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
331         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
332         `short'.
334 2006-07-04  Kenichi Handa  <handa@m17n.org>
336         * international/mule-cmds.el (set-language-info): If LANG-ENV is
337         the current one, don't call set-language-environment, but call one
338         of set-language-environment-XXX to make INFO effective now.
339         (set-language-environment): Call set-language-environment-XXX
340         functions instead of doing the various setups directly.
341         (set-language-environment-coding-systems): Delete argument eol-type.
342         (set-language-environment-input-method)
343         (set-language-environment-nonascii-translation)
344         (set-language-environment-charset)
345         (set-language-environment-fontset)
346         (set-language-environment-unibyte): New functions.
348 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
350         * locate.el (locate-update-when-revert): New option.
351         (locate-update-path): New option (suggested by Michael Albinus).
352         (locate-prompt-for-command): Whitespace change.
353         (locate-update): No longer offer to update the locate database by
354         default.  Implement the two new options.
356 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
358         * tooltip.el: Move comment about track-mouse...
360         * progmodes/gud.el: ...to here.
362 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
364         * facemenu.el (facemenu-listed-faces): New var.
365         (facemenu-unlisted-faces): Variable deleted.
366         (facemenu-add-new-face): Use facemenu-listed-faces.
368         * emulation/viper-init.el, calendar/calendar.el:
369         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
371 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
373         * textmodes/org.el (org-mode): Remove no invalid settings for
374         calc embedded mode.
375         (org-mode-p): New defsubst.
376         (org-save-all-org-buffers): New function.
377         (org-first-headline-recenter): Enclose outline-regexp in group
378         delimiters.
379         (org-set-tags): Keep single space after stars.
381 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
383         * window.el (set-window-text-height): Only set window-min-height to
384         1 if that's the requested size.
386         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
387         (diff-unified->context, diff-context->unified)
388         (diff-reverse-direction): Make sure the end marker stays at the end.
389         (diff-mode): Add the keymap table at the end of docstring.
390         Use lexical-let rather than constructing a closure manually.
392         * files.el (find-file-noselect-1): Remove unused var assignment.
393         (hack-local-variables-confirm): Print lists of strings as lists of
394         strings rather than lists of symbols.
395         (abbreviate-file-name, hack-local-variables-prop-line):
396         Use match-string.
397         (hack-one-local-variable): Move `make-local-variable' nearer its use.
398         (recover-session-finish): Use line-end-position.
400 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
402         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
404 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
406         * progmodes/make-mode.el (makefile-macroassign-regex):
407         Accept preceding keyword.
408         (makefile-gmake-statements): Reorganize, now that makepp has
409         "override" and also handle forgotten "override define".
410         (makefile-makepp-statements): Add new "global", "override export"
411         and "override global".
413 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
415         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
416         (ada-compile-mouse-goto-error, ada-deactivate-properties)
417         (ada-no-auto-case): Fix typos in docstrings.
419 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
421         * info.el (Info-find-node-2): Search for makeinfo version more
422         carefully.
424 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
426         * textmodes/org.el (org-prepare-agenda-buffers):
427         Use `invisible-OK' argument for `org-end-of-subtree'.
428         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
429         (org-beginning-of-item): Fix bug in regular expression for white line.
430         (org-export-as-html): Enforce space after bullet in plain list items.
431         (org-set-autofill-regexps): Require space after plain list bullet
432         for paragraph-start.
433         (org-ts-regexp3): New constant.
434         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
435         (org-timestamp-up-day, org-timestamp-down-day)
436         (org-timestamp-change): Work with inactive timestamps.
437         (org-ts-regexp1): Don't allow brackets in time stamps.
439 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
441         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
442         for ignoring links.
444         * faces.el (read-face-name): Use it.
446 2006-06-28  Juri Linkov  <juri@jurta.org>
448         * buff-menu.el (list-buffers-noselect): Compare Info file
449         with the string "dir" to detect Info directory.
451         * complete.el (partial-completion-mode): In lambda for
452         `choose-completion-string-functions' use full function signature
453         with 4 args, and move point to the end of the minibuffer only if arg
454         `mini-p' is non-nil.
456 2006-06-28  John Paul Wallington  <jpw@pobox.com>
458         * ibuffer.el (ibuffer-mode): Doc fix.
460 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
462         * textmodes/org.el (org-context): New contexts :item-bullet,
463         :latex-fragment, :latex-preview.
464         (org-overlays-at, org-overlay-start, org-overlay-end):
465         New compatibility functions.
466         (org-inside-LaTeX-fragment-p): More accurate matching, using the
467         exact regexp that will be used during export.
468         (org-latex-regexps): New variable.
469         (org-cdlatex-mode): Improve advice for `texmathp'.
470         (turn-on-org-cdlatex): New function.
472 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
474         * term/mac-win.el (mac-handle-font-selection): Change keys of
475         mac-atsu-font-table from strings to numbers.
476         (mac-ts-caret-position): Use also when cursor-type is nil.
477         (mac-ts-update-active-input-area): Add Mac OS Classic support.
478         Relax condition for using overlay strings.
479         Use mac-ts-caret-position face when cursor-type is nil.
481 2006-06-26  Kim F. Storm  <storm@cua.dk>
483         * help.el (view-emacs-news): Declare `res' in the right let* form.
485 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
487         * net/rcompile.el (remote-compile): Replace ange-ftp based
488         implementation by Tramp functions.
489         Suggested by Marc Abramowitz <msabramo@gmail.com>.
491         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
493 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
495         * international/fontset.el (setup-default-fontset): Fix a typo in
496         the "Oriya-Akruti" registry name.
498 2006-06-23  Lars Hansen  <larsh@soem.dk>
500         * desktop.el (desktop-full-file-name): New function.
501         (desktop-kill, desktop-save, desktop-remove, desktop-read)
502         (desktop-revert): Use it.
503         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
504         (desktop-after-read-hook): Add option list-buffers.
505         (desktop-locals-to-save): Add tab-width.
506         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
507         Fix docstring.
509 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
511         * textmodes/org.el (org-cdlatex-mode-map)
512         (org-cdlatex-texmathp-advice-is-done): New variables.
513         (org-cdlatex-mode): New minor mode.
514         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
515         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
516         (org-export-with-archived-trees): New option.
517         (org-open-file): Remove the call to `convert-standard-filename'.
518         (org-archive-tag, org-agenda-skip-archived-trees)
519         (org-cycle-open-archived-trees)
520         (org-sparse-tree-open-archived-trees): New options.
521         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
522         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
523         New functions.
524         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
525         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
526         (org-mode-map): Add binding for `org-toggle-archive-tag'.
527         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
528         Call `org-prepare-agenda-buffers'.
529         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
530         (org-file-apps, org-file-apps-defaults-gnu)
531         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
532         Handle remote files by forcing them to be opened in Emacs.
534 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
536         * vc.el (vc-diff-knows-L): New variable.
537         (vc-diff-internal): Use it to handle "diff" programs that don't
538         understand -L.  This works automatically, no user action is necessary.
540 2006-06-23  Daniel Brockman  <daniel@brockman.se>
542         * net/rcirc.el (rcirc-default-user-full-name): Default to
543         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
544         longer exists).
545         (rcirc-process-list): Check `buffer-live-p' before attempting to
546         switch to a buffer.
548 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
550         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
551         based on rcirc-coding-system-alist.
553 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
555         * cus-edit.el (customize-apropos): A better error message.
556         (top level) <debug-ignored-errors>: Extend and update the list of
557         ignored error messages.
559 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
561         * complete.el (PC-do-completion): Retain capitalization of user
562         input, when possible, even if completion-ignore-case is set.
564 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
566         * generic-x.el (bat-generic-mode): Support .cmd files.
568         * dos-w32.el (top level): Use find-file-not-found-functions
569         instead of the obsolete find-file-not-found-hooks.
571 2006-06-22  Kim F. Storm  <storm@cua.dk>
573         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
574         to recognize mode name containing submodes, such as Grep/lw.
576 2006-06-21  Kim F. Storm  <storm@cua.dk>
578         * simple.el (line-move-1): Check for move-end-of-line instead of
579         end-of-line when setting temporary-goal-column.
581 2006-06-21  Miles Bader  <miles@gnu.org>
583         * play/cookie1.el (cookie): Work properly when there's only one entry.
585 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
587         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
588         (gdb-frame-handler): Generalize frame regexp for templates.
590 2006-06-20  Glenn Morris  <rgm@gnu.org>
592         * calendar/appt.el (appt-display-format): Default value must be
593         one of the customize options.
595 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
597         * term/xterm.el (terminal-init-xterm): Update key availability info.
598         Bind C-return.
600         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
602 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
604         * files.el (hack-local-variables): Run `hack-local-variables-hook'
605         whether or not a local variables list is defined.
607         * msb.el (msb): Move `sit-for' hack here to handle both
608         "mouse-down and drag" and "mouse-up and select" situations.
609         (mouse-select-buffer): Move `sit-for' hack to `msb'.
611 2006-06-20  Kenichi Handa  <handa@m17n.org>
613         * international/characters.el (word-combining-categories):
614         Add entries for 2-byte Han characters.
616 2006-06-19  Richard Stallman  <rms@gnu.org>
618         * bindings.el (mode-line-format): Save some mode line space.
620         * files.el (find-file-noselect): Improve the question wording.
621         (basic-save-buffer-2): Mask UMASK against 666.
623         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
624         (mouse-drag-vertical-line): Call it.
626         * cus-edit.el (customize-option, customize-option-other-window):
627         Error if SYMBOL is nil.
629 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
631         * textmodes/org.el: Require noutline, also on XEmacs.
632         (org-end-of-subtree): Return point.
633         (org-dblock-start-re, org-dblock-end-re): New constants.
634         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
635         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
636         (org-update-all-dblocks, org-find-dblock): New functions.
637         (org-collect-clock-time-entries): New function.
638         (org-html-handle-time-stamps): Never export CLOCK timeranges.
639         (org-fixup-indentation): Modify to deal correctly with lines
640         starting with TAB.  Only one argument DIFF now.
641         (org-demote, org-promote): Call `org-fixup-indentation' with just
642         one argument, DIFF.
643         (org-mode): Don't mark buffer as modified when aligning tables.
644         (org-clock-sum): Don't mark buffer modified when adding time sum
645         properties.
646         (org-export-as-html): Add support for a link validation function.
647         (org-archive-all-done): New function.
648         (org-archive-subtree): New prefix argument.  When set, archive all
649         done subtrees in this buffer.
650         (org-remove-clock-overlays)
651         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
652         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
653         (org-put-clock-overlay): Don't swallow last headline character
654         when displaying overlay.
655         (org-store-link): Link to `image-mode' with just the file name.
657 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
659         * viper-cmd.el (viper-special-read-and-insert-char):
660         Use read-key-sequence.
661         (viper-after-change-undo-hook): Misc enhancements.
662         (viper-after-change-undo-hook): New hook.
663         (viper-undo): Use viper-after-change-undo-hook.
664         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
665         (viper-next-line-at-bol): If point is on a widget or a button, simulate
666         clicking on that widget/button.
668         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
670         * ediff-diff (ediff-test-patch-utility): Catch errors.
671         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
672         (ediff-set-actual-diff-options): New function.
673         (ediff-reset-diff-options, ediff-toggle-ignore-case):
674         Use ediff-set-actual-diff-options.
675         (ediff-extract-diffs): Catch errors.
676         (ediff-whitespace): Add non-breakable space.
677         (ediff-same-file-contents): Catch errors.
679         * ediff-mult.el (ediff-collect-custom-diffs):
680         Save coding-system-for-read.
682         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
683         (ediff-vc-internal, ediff-vc-merge-internal):
684         Use ediff-delete-version-file.
685         (ediff-delete-version-file): New function.
687         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
689         * ediff.el (ediff-directories, ediff-directory-revisions)
690         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
691         (ediff-directories-internal, ediff-merge-directory-revisions)
692         (ediff-merge-directory-revisions-with-ancestor)
693         (ediff-directories3): Use read-directory-name.
695 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
697         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
698         Remove superfluous part of regexp for brace matching which is handled
699         by `scan-lists' call.
701 2006-06-16  Richard Stallman  <rms@gnu.org>
703         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
705         * files.el (basic-save-buffer-2): For a new precious file,
706         use the default modes in the return value.
708         * facemenu.el (facemenu-color-alist): Doc fix.
710         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
712 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
714         * cus-start.el (all): Add mac-ts-script-language-on-focus.
716         * term/mac-win.el (mac-text-encoding-ascii): New constant.
717         (mac-utxt-to-string): Use it.
718         (mac-ts-update-active-input-area): Use mac-ae-number.
720 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
722         * term.el (term-handle-scroll, term-delete-lines)
723         (term-insert-lines): Fix off by one errors.
725 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
727         * net/tramp.el (tramp-touch): Use UTC to express time.
729 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
731         * mail/sendmail.el (mail-send): Search explicitly for
732         mail-header-separator when checking for corrupted header lines.
734 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
736         * progmodes/gdb-ui.el (gdb-same-frame): New option.
737         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
738         (gdb-init-1): Initialise them.
739         (gdb-starting): Reset gdb-printing
740         (gdb-starting): Save value of gud-overlay-arrow-position.
741         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
742         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
743         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
744         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
746 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
748         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
750 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
752         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
753         (ldap-search-internal): Keep error messages, and a regexp fix.
755 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
757         * files.el (hack-local-variables-confirm):
758         Display string value using its printed representation.
760 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
762         * server.el (server-edit): No-op if no server buffers exist.
764 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
766         * textmodes/page-ext.el (pages-directory-for-addresses):
767         Including `pages-directory-address-mode' in the function results
768         in the message "Buffer in which pages were found is deleted".
770 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
772         * textmodes/org.el (org-agenda-mode-map): Add bindings for
773         clocking functions.
775         (org-agenda-clock-in, org-check-running-clock)
776         (org-clock-out-if-current, org-remove-clock-overlays)
777         (org-put-clock-overlay): New functions.
778         (org-clock-marker, org-clock-file-total-minutes)
779         (org-clock-overlays): New variables.
780         (org-clock-display, org-clock-sum, org-clock-cancel)
781         (org-clock-out, org-clock-in): New commands.
782         (org-export): New function.
783         (org-emph-re): New constant.
784         (org-set-emph-re, org-do-emphasis-faces): New functions.
785         (org-emphasis-regexp-components, org-emphasis-alist): New options.
786         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
787         (org-export-html-convert-emphasize): Use the configurable emphasis.
788         (org-cleaned-string-for-export): Make multiline emphasis visible
789         to the exporter.  New optional argument PARAMETERS.
790         (org-export-as-html): Specify :emph-multiline parameter to
791         `org-cleaned-string-for-export'.
793 2006-06-10  Richard Stallman  <rms@gnu.org>
795         * help.el (help-for-help-internal): Clean up help text.
797 2006-06-10  Andreas Schwab  <schwab@suse.de>
799         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
800         in doc string.
802         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
804 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
806         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
807         spaces after the comment start.
809 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
811         * play/pong.el (pong-init-buffer):
812         Fill buffer with spaces instead of ^A.
814         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
815         launched asynchronously, delete its process instead of being cool.
816         (ispell-async-processp): Check for `delete-process' existence
817         instead of `kill-process' one for consistency.
819 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
821         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
822         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
823         in mode line at startup.
825 2006-06-08  Kim F. Storm  <storm@cua.dk>
827         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
828         (ido-init-completion-maps): Bind them to M-SPC and M-v.
829         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
830         (ido-file-internal): Pass full file name to write-file.
831         (ido-read-internal): Only pop stack elements automatically if they
832         actually match an existing directory or file name.
834 2006-06-07  Kenichi Handa  <handa@m17n.org>
836         * international/mule.el (find-auto-coding): Don't handle the short
837         name `char-trans'.
839         * files.el (hack-local-variables-prop-line)
840         (hack-local-variables): Cancel the previous change.
842 2006-06-06  Jesper Harder  <harder@phys.au.dk>
844         * ediff-diff.el (ediff-test-utility): Protect against file-error.
846 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
848         * diff-mode.el (diff-mode): Set buffer-read-only to t when
849         diff-default-read-only is non-nil.
850         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
851         (diff-refine-hunk): Set inhibit-read-only to t.
853         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
854         modifying the *Diff* buffer.
855         (diff-process-filter): New filter function for diff process that
856         sets inhibit-read-only to t when modifying the *Diff* buffer.
858 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
860         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
861         insertion point and control the number of empty lines.
862         (org-paste-subtree): Limit the number of empty lines at the end of
863         the inserted tree.
864         (org-agenda): Use buffer name of current file for narrowing.
865         (org-export-as-xml): Command removed.
866         (org-export-xml-type): Option removed.
867         (org-mode-map): Call `org-export-as-xoxo' directly.
868         (org-get-indentation): New optional argument LINE.
869         (org-fix-indentation, org-remove-tabs): New functions.
870         (org-export-as-ascii, org-ascii-level-start): Determine and apply
871         correct indentation for headlines that are converted it items.
872         (org-skip-comments): Remove table lines that contain narrowing
873         cookies but no other non-empty fields.
874         (org-set-tags): Allow groups of mutually exclusive tags.
875         (org-cmp-time): Sort 24:21 before items without time.
876         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
877         (org-open-at-point): Require double colon also for numbers.
879 2006-06-06  Kim F. Storm  <storm@cua.dk>
881         * ido.el (ido-default-file-method, ido-default-buffer-method):
882         Make choice values consistent with corresponding command names.
883         (ido-visit-buffer): Update accordingly.  Default to selected-window.
885 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
887         * progmodes/gud.el (gud-running): Fix doc string.
888         (gud-menu-map): Use :visible instead fo :enable for debugger test.
889         (gud-tooltip-modes): Add python-mode.
890         (gud-tooltip-print-command): Add pdb.  Remove perldb.
892 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
894         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
895         Quote $(EMACS).
897 2006-06-05  Richard Stallman  <rms@gnu.org>
899         * faces.el (defined-colors): Doc fix.
901 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
903         * vc.el (vc-process-filter): Inhibit undo info collection around
904         call to insert.
905         (vc-setup-buffer): Likewise for call to erase-buffer.
906         (vc-do-command): Likewise for call to process-file.
908 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
910         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
911         for gud-go.
912         (gud-common-init): Other debuggers may trigger error.
914 2006-06-05  Kenichi Handa  <handa@m17n.org>
916         * international/mule.el (find-auto-coding):
917         Handle enable-character-translation in file header.
919 2006-06-04  Kim F. Storm  <storm@cua.dk>
921         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
922         (authors-fixed-entries): Fix spelling.
923         (authors-canonical-file-name): Don't report error for wildcards.
925         * help.el (view-emacs-news): Rewrite to support new NEWS,
926         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
927         e.g. version 10 matches 1.10, and don't be confused by version 1.1
928         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
930 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
932         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
933         exec constructs like `foo bar`.
934         (sh-quoted-subshell): New helper function to search for a possibly
935         nested subshell (like `` or $()) within a "" quoted string.
936         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
937         (sh-apply-quoted-subshell): Flag quote characters inside a
938         subshell, which is itself already in a quoted region, as
939         punctuation, since this is the closest to what they actually are.
940         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
941         sh-apply-quoted-subshell.
942         (sh-font-lock-syntactic-face-function): Apply the new face for
943         text inside `` instead of the old font-lock-string-face.
945 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
947         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
948         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
949         (mac-bytes-to-text-range, mac-ae-text-range-array)
950         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
951         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
952         (mac-ts-unicode-for-key-event): New functions.
953         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
954         (mac-handle-font-selection): Use mac-ae-number.
955         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
956         New variables.
957         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
958         (mac-ts-converted-text, mac-ts-selected-converted-text)
959         (mac-ts-block-fill-text, mac-ts-outline-text)
960         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
961         (mac-ts-hilite-style-faces): New constant.
962         (mac-apple-event-map): Bind text input events.
963         (mac-dispatch-apple-event): Use command-execute instead of
964         call-interactively.
965         (global-map): Don't bind mac-apple-event.
966         (special-event-map): Bind mac-apple-event.
968 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
970         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
971         file name.
972         (emacs): Enclose the value of $(EMACS) in quotes.
974 2006-06-02  Juri Linkov  <juri@jurta.org>
976         * international/mule.el (sgml-html-meta-auto-coding-function):
977         Remove the condition `(search-forward "<html" size t)'.
978         Replace `\"' with `[\"']?' in `re-search-forward'.
980 2006-06-02  Kenichi Handa  <handa@m17n.org>
982         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
983         as well as `coding'.
984         (hack-local-variables): Likewise.
986         * international/mule.el (enable-character-translation):
987         Put permanent-local and safe-local-variable properties.
988         (find-auto-coding): Handle char-trans: tag.
990 2006-06-02  Juri Linkov  <juri@jurta.org>
992         * international/mule.el (sgml-html-meta-auto-coding-function):
993         Limit the search by the end of the HTML header (if any).
995 2006-06-01  Richard Stallman  <rms@gnu.org>
997         * subr.el (with-current-buffer): Doc fix.
999 2006-06-02  Masatake YAMATO  <jet@gyve.org>
1001         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1002         Almost rewrite.  Underlines over all lines of gcov output are too
1003         uncomfortable to read.  Suggested by Dan Nicolaescu.
1005 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
1007         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1009         * shell.el (shell-mode): Use shell-mode-map in docstring.
1011         * comint.el (comint-send-input): Do not add help-echo and
1012         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1014 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1016         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1018 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
1020         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1021         (gdb-stopped, gdb-info-stack-custom): If there is no source info
1022         look up the stack and pop up GUD buffer if necessary.
1023         (gdb-frames-select): Remove redundant call to gud-display-frame.
1024         (gdb-info-threads-custom): Keep point at start of buffer.
1025         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1027 2006-05-31  Juri Linkov  <juri@jurta.org>
1029         * replace.el (query-replace-read-from, query-replace-read-to):
1030         Bind `history-add-new-input' to nil.  Call `add-to-history'.
1032 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
1034         * textmodes/table.el: Convert all HTML tags to lower case for
1035         XHTML compatibility.
1037 2006-05-31  Masatake YAMATO  <jet@gyve.org>
1039         * progmodes/compile.el:
1040         (compilation-error-regexp-alist-alist::gcov-called-line):
1041         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
1043 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
1045         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1046         Revert inadvertent changes made with last commit.
1048 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
1050         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1051         New functions.
1053         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1055 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
1057         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1058         only matches in the right place.
1059         (org-upcoming-deadline): New face.
1060         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1061         (org-export-ascii-underline): Rename constant `org-ascii-underline'
1062         and make it an option.
1063         (org-export-ascii-bullets): New option.
1064         (org-export-as-html): Many changes to emit valid XHTML.
1065         (org-par-open): New variable.
1066         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1067         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1068         (org-timeline): Pass `org-timeline-show-empty-dates' to
1069         `org-get-all-dates'.  Interpret empty dates returned by
1070         `org-get-all-dates'.
1071         (org-get-all-dates): New argument EMPTY.  Add dates without
1072         entries to the list, mark large ranges of empty dates.
1073         (org-point-in-group, org-context): New functions.
1075 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
1077         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1079         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1080         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1081         to C-mouse-3 (for 2 button mice).
1082         (gdb-send): Do the right thing for C-d.
1084         * speedbar.el (speedbar-detach): Delete.
1085         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1086         it breaks things.
1087         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1089 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
1091         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1092         Makeppfile.
1094         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1095         Add makepp diagnostic.
1097 2006-05-29  Richard Stallman  <rms@gnu.org>
1099         * window.el (fit-window-to-buffer): Doc fix.
1101         * help.el (temp-buffer-max-height): Doc fix.
1103         * subr.el (with-current-buffer): Doc fix.
1105 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1107         * term/x-win.el: Bind F10 to menu-bar-start if available.
1109 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
1111         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1112         uses with a simple test.
1113         (term-set-escape-char, term-mode, term-check-kill-echo-list)
1114         (term-send-raw-string, term-send-raw, term-mouse-paste)
1115         (term-char-mode, term-line-mode, term-exec, term-sentinel)
1116         (term-handle-exit, term-read-input-ring)
1117         (term-previous-matching-input-string)
1118         (term-previous-matching-input-string-position)
1119         (term-previous-matching-input-from-input)
1120         (term-replace-by-expanded-history, term-send-input)
1121         (term-skip-prompt, term-bol, term-send-invisible)
1122         (term-kill-input, term-delchar-or-maybe-eof)
1123         (term-backward-matching-input, term-check-source)
1124         (term-proc-query, term-emulate-terminal)
1125         (term-handle-colors-array, term-process-pager, term-pager-line)
1126         (term-pager-bob, term-unwrap-line, term-word)
1127         (term-dynamic-complete-filename)
1128         (term-dynamic-complete-as-filename)
1129         (term-dynamic-simple-complete): Replace one arm ifs with whens or
1130         unlesses.
1132 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1134         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1135         during bootstrapping.
1137         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1138         Basically undo the change of 2006-05-26: use extra arguments instead of
1139         dynamic scoping.
1140         (ewoc-locate): Remove unused var `footer'.
1142 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1144         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1146         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1147         (generate-file-autoloads): Obey it.  Return whether autoloads were
1148         added at point or not.
1149         (update-file-autoloads): Use this new return value.
1150         Remove redundant test for the presence of an autoload cookie.
1152         * emacs-lisp/autoload.el (autoload-find-file): New fun.
1153         This one calls hack-local-variables.
1154         (generate-file-autoloads, update-file-autoloads): Use it.
1156         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1157         (bibtex-sort-entry-class): Add safe-local-variable predicate.
1158         (bibtex-sort-entry-class-alist): Don't set the global value.
1159         (bibtex-init-sort-entry-class-alist): New fun.
1160         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1161         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1162         of bibtex-init-sort-entry-class.
1164 2006-05-28  Richard Stallman  <rms@gnu.org>
1166         * subr.el (load-history-regexp): If FILE is relative, insist
1167         entire last name component must match it.
1168         (load-history-filename-element, load-history-regexp): Doc fixes.
1170 2006-05-29  Kim F. Storm  <storm@cua.dk>
1172         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1173         `pos' and `raw-data' for clarity, as eval forms may access these.
1175 2006-05-28  Kim F. Storm  <storm@cua.dk>
1177         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1179 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1181         * progmodes/make-mode.el (makefile-browser-map)
1182         (makefile-mode-syntax-table): Move initialization inside declaration.
1183         (makefile-fill-paragraph): Use the default comment-filling code.
1185 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
1187         * replace.el (query-replace-defaults): New variable.
1188         (query-replace-read-from): Use `query-replace-defaults' for
1189         default value, instead of history list.
1190         (query-replace-read-to): Update `query-replace-defaults'.
1192 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
1194         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1195         with no X toolkit.
1197 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
1199         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1200         (tumme-show-all-from-dir): Add autoload.
1202 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
1204         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1205         (tumme-remove-tag): Fix bug.
1207 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
1209         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1210         FOOTER args.  Update unique caller.
1211         (ewoc-delete): Compute last node once before looping.
1212         (ewoc--node-branch): Merge into unique caller.
1213         (ewoc--node): Don't define constructor make-ewoc--node for this
1214         structure.
1215         (ewoc): Add member `hf-pp' to this structure.
1216         (ewoc--wrap): New func.
1217         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
1218         header/footer pretty-printers.  Save header/footer pretty-printer.
1219         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
1221         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1223 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
1225         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1226         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
1227         Tag'.  Change "Compare directories..." to "Change Directories...".
1228         Move tumme commands to Operate, Regexp and Immediate menus.
1229         Change "Add Comment" to "Add Image Comment".  Change "Add Image
1230         Tag" to "Add Image Tags".
1232         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1233         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1234         `tumme-delete-tag'.
1236 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
1238         * shell.el (shell-mode): Call shell-dirtrack-mode after
1239         list-buffers-directory is made a local variable, to avoid setting
1240         the default value.
1242 2006-05-26  Kevin Ryde  <user42@zip.com.au>
1244         * info.el (Info-index-next): Use where-is-internal to report
1245         actual binding of Info-index-next, rather than hard-coded `,'.
1247 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
1249         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1250         and "Find Command in Manual" to here.
1252         * buff-menu.el (list-buffers-noselect): For Info buffers, use
1253         Info-current-file as the file name.
1255 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
1257         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
1258         overrides will now be done a different way.
1259         (ses-set-parameter): Reapply this function for undo.
1260         (ses-set-header-row): Reconstruct header row during undo.
1261         (ses-widen): New function.
1262         (ses-goto-data, ses-reconstruct-all): Use new function.
1263         (ses-command-hook): Widen buffer during undo, before unupdating
1264         the cells.
1265         (ses-insert-row, ses-delete-row): Widen buffer during undo.
1266         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1267         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1268         formula hasn't been executed yet.
1270 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1272         * comint.el (comint-kill-whole-line): Rename arg to count.
1273         Fix doc string.
1275 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
1277         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1278         to copy-file.
1280 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1282         * simple.el (toggle-truncate-lines): Make arg optional for
1283         backward compatibility.
1285 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
1287         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1288         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1289         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
1290         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1291         (ewoc--adjust): Use ewoc--current-dll.
1292         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1294 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
1296         * textmodes/org.el (org-next-item, org-previous-item): Emit more
1297         compact error message.
1298         (org-tags-view): Refresh category table in each file.
1299         (org-table-justify-field-maybe): Remove superfluous arguments to
1300         `format'.
1301         (org-export-as-html): Insert "<p>" before postamble.
1302         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1304 2006-05-26  Kenichi Handa  <handa@m17n.org>
1306         * textmodes/po.el (po-find-charset): Pay attention to the case
1307         FILENAME is a cons (NAME . BUFFER).
1308         (po-find-file-coding-system-guts): Likewise.
1310         * arc-mode.el (archive-set-buffer-as-visiting-file):
1311         Call find-operation-coding-system with (FILENAME . BUFFER).
1313         * tar-mode.el (tar-extract): Call find-operation-coding-system
1314         with (FILENAME . BUFFER).
1316         * international/mule.el (decode-coding-inserted-region):
1317         Call find-operation-coding-system with (FILENAME . BUFFER).
1319 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1321         * image-mode.el (image-toggle-display): Use buffer contents to
1322         generate image for a remote file.
1324 2006-05-25  Juri Linkov  <juri@jurta.org>
1326         * replace.el (query-replace-read-from, query-replace-read-to):
1327         Remove 8th arg KEEP-ALL in read-from-minibuffer.
1329 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
1331         * whitespace.el (whitespace-cleanup): Change to cleanup
1332         region if one is active.
1333         * whitespace.el (whitespace-cleanup-internal): New internal method.
1335 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
1337         * dired.el (dired-mode-map): Add help-echo strings to tumme
1338         commands.  Bind `tumme-dired-display-image' to C-t i.
1340         * tumme.el (tumme-display-image): Change documentation string slightly.
1341         (tumme-dired-display-image): Add call to `display-buffer'.
1343 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1345         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1346         Signal error if RAW-DATA is a multibyte string.
1348 2006-05-24  Richard Stallman  <rms@gnu.org>
1350         * subr.el (with-local-quit): When handling `quit' signal,
1351         make a chance for quit-flag to cause a quit.
1353         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1354         (ad-disable-advice): Add autoloads.
1356         * subr.el (read-passwd): Copy PROMPT before changing its properties.
1358 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
1360         * dired.el (dired-mode-map): Change menu items for tumme as per
1361         suggestions in emacs-devel.
1363 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
1365         * dired.el (dired-mode-map): Fix breakage.
1367 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
1369         * tumme.el (tumme-display-dired-image): Rename to...
1370         (tumme-dired-display-image): ...this.
1371         (tumme-track-movement): Change default value to t.
1372         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1373         used from `tumme-next-line-and-display' and similar commands.
1375         * dired.el (dired-mode-map): Add Thumbnail submenu under the
1376         Immediate menu.  Add some tumme commands there.
1378 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
1380         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1382 2006-05-24  Chong Yidong  <cyd@mit.edu>
1384         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1385         menu entries that open submenus.
1387 2006-05-24  Alan Mackenzie  <acm@muc.de>
1389         * startup.el (command-line): For names of preloaded files, don't
1390         append ".elc" (now done in Fload), and call file-truename on the
1391         lisp directory.
1393         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
1394         match ANY loaded file with the right name, not just those in
1395         load-path.  Put a regexp matching the file name into
1396         after-load-alist, rather than the name itself.
1398         * subr.el: New functions load-history-regexp,
1399         load-history-filename-element, do-after-load-evaluation.
1401         * international/mule.el (load-with-code-conversion): Do the
1402         eval-after-load stuff by calling do-after-load-evaluation.
1404 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
1406         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1407         has not been killed.
1409 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1411         * term/mac-win.el: Set idle timer to clean up expired Apple events.
1412         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1413         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1414         Optionally set error message in reply.
1416 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
1418         * textmodes/org.el (org-open-at-point): Use renamed variable
1419         `org-confirm-shell-link-function'.
1420         (org-confirm-shell-link-function): Rename from
1421         `org-confirm-shell-links'.
1422         (org-export-directory): New function.
1423         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1424         (org-export-icalendar): Use `org-export-directory'.
1425         (org-indent-item): Keep cursor position.
1426         (org-link-file-path-type): New option.
1427         (org-export-as-html): Fix bug with plain lists starting in
1428         column 0.
1429         (org-export-as-html): Remove deadline formatting, this happens
1430         now already in `org-html-handle-time-stamps'.
1431         (org-export-html-style): Deadline class removed.
1432         (org-insert-labeled-timestamps-at-point): New option.
1433         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1434         of `hide-sublevels 1', in case the first headline is not level 1.
1435         (org-overview, org-content): New fuction.
1436         (org-cycle-global-status, org-cycle-subtree-status): Make these
1437         variables buffer-local.
1438         (org-global-cycle): New command.
1439         (org-shifttab): Use `org-global-cycle'.
1440         (org-insert-heading, org-insert-item): Go to end of new
1441         headline/item after creating it.
1442         (org-export-visible): Rename from `org-export-copy-visible'.
1443         Now creates a temporary org-file and applies an exporting command
1444         to it.
1445         (org-table-eval-formula): Support for lisp forms.
1446         (org-agenda-todo-ignore-scheduled): New option.
1447         (org-agenda-get-todos): Use new option
1448         `org-agenda-todo-ignore-scheduled'.
1449         (org-export-html-inline-images): New value `maybe'.
1450         (org-export-as-html): Inlining of images dependent on link description.
1451         (org-archive-subtree): Check for end-of-buffer before trying
1452         `kill-line'.
1453         (org-agenda-follow-mode): New option.
1454         (org-export-with-tags, org-export-with-timestamps): New options.
1455         (org-html-handle-time-stamps): New function.
1456         (org-keyword-time-regexp): New variable.
1457         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1458         (org-agenda-todo-list-sublevels): New option.
1459         (org-html-level-start): When TITLE is nil, just close all levels.
1460         (org-parse-key-lines, org-parse-export-options): Remove functions,
1461         replaced by `org-infile-export-plist'.
1462         (org-combine-plists, org-infile-export-plist)
1463         (org-default-export-plist): New functions.
1464         (org-export-html-preamble, org-export-html-postamble)
1465         (org-export-html-auto-preamble, org-export-html-auto-postamble):
1466         New variables.
1467         (org-export-publishing-directory): New option.
1468         (org-export-as-html, org-export-as-ascii): Use the new property
1469         lists for settings.
1470         (org-export-copy-visible, org-export-as-xoxo):
1471         Respect `org-export-publishing-directory'.
1472         (org-link-search, org-store-link, org-file-apps): Support for
1473         links to BibTeX database entries..
1474         (org-get-current-options, org-set-regexps-and-options):
1475         Implement logging as a startup option.
1476         (org-store-link): Make sure context string is never empty
1477         (org-insert-link): Use relative path when possible.
1478         (org-at-item-checklet-p): New function.
1479         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1480         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1481         (org-metaright, org-metaup, org-metadown, org-shiftup)
1482         (org-shiftdown, org-shiftright, org-shiftleft)
1483         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1484         Dispatch using `call-interactively'.
1485         (org-call-with-arg): New defsubst.
1486         (org-tag-alist, org-use-fast-tag-selection): New options.
1487         (org-complete): Use `org-tag-alist'.
1488         (org-fast-tag-insert, org-fast-tag-selection): New functions.
1489         (org-next-item, org-previous-item): New commands.
1490         (org-beginning-of-item, org-end-of-item): Add (interactive) to
1491         make command.
1492         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1494 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
1496         * emacs-lisp/ewoc.el (ewoc-delete): New function.
1497         (ewoc-filter): Use `ewoc-delete'.
1499         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1501 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1503         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1504         Signal more user-friendly error messages.
1506         * complete.el (PC-do-completion): Undo the addition of implicit
1507         wildcards if they did not lead to finding any match.
1508         (read-file-name-internal): Don't add the final > if the completion is
1509         not finished.
1511 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1513         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1514         Quote safe-local-variable predicate.
1516 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
1518         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1520 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1522         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1524         * progmodes/make-mode.el (makefile-special-targets-list)
1525         (makefile-macro-table, makefile-target-table): Mark as risky.
1526         (makefile-query-one-target-method): Make this the alias for the
1527         following variable.
1528         (makefile-query-one-target-method-function): Make this the real name.
1530         * textmodes/artist.el (artist-text-renderer): Make this the alias
1531         for the following variable.
1532         (artist-text-renderer-function): Make this the real name.
1534         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1535         the alias for the following variable.
1536         (flyspell-generic-check-word-predicate): Make this the real name.
1538         * textmodes/ispell.el (ispell-format-word): Make this the alias
1539         for the following variable.
1540         (ispell-format-word-function): Make this the real name.
1541         (ispell-message-text-end): Mark as risky.
1543         * skeleton.el (skeleton-transformation, skeleton-filter)
1544         (skeleton-pair-filter): Make these the aliases for the following
1545         variables.
1546         (skeleton-transformation-function, skeleton-filter-function)
1547         (skeleton-pair-filter-function): Make these the real names.
1549         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1550         and skeleton-pair-filter-function.
1552         * textmodes/sgml-mode.el (sgml-transformation): Make this the
1553         alias for the following variable.
1554         (sgml-transformation-function): Make this the real name.
1555         (sgml-tag-alist): Mark as risky.
1557 2006-05-21  Richard Stallman  <rms@gnu.org>
1559         * simple.el (kill-region): Interactively, pass point, then mark.
1561 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
1563         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1565 2006-05-21  Romain Francoise  <romain@orebokech.com>
1567         * dired-x.el (dired-mode-map): Don't bind M-g.
1569 2006-05-20  Richard Stallman  <rms@gnu.org>
1571         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1572         (dired-goto-file): Doc fix.
1574 2006-05-21  Kim F. Storm  <storm@cua.dk>
1576         * emulation/cua-base.el: Mention customizing cua-mode as alternative
1577         way to enable built-in cua-mode if user loads older CUA-mode package.
1579         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1580         if default-filename is specified.
1582 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
1584         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1586         * info.el (info-apropos): Make sure current-file and current-node
1587         have non-nil values.  Speed up by using add-to-list instead of
1588         manual consing.
1590 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1592         * progmodes/make-mode.el (makefile-mode): Doc fix.
1594 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
1596         * dired-aux.el (dired-do-shell-command): Doc fix.
1598 2006-05-20  Kevin Ryde  <user42@zip.com.au>
1600         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1601         ``(custom-manual :tag "Foo" "(foo)Node")''.
1603 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
1605         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1606         value is an integer.
1608 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
1610         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1611         "format".
1612         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1614 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
1616         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1617         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1619 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1621         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1622         regexp for keywords.
1624 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
1626         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1627         replace-regexp-in-string.
1629         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1630         encode, and escape file name on conversion to URL.
1632 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1634         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1635         Don't unescape URL.
1636         (dnd-get-local-file-name): Unescape URL on conversion to file name.
1638         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1639         on conversion to URLs.
1641         * net/browse-url.el (browse-url-file-url): Encode file name on
1642         conversion to URL.
1644         * term/mac-win.el (mac-ae-open-documents): Escape file name on
1645         conversion to URL.
1647 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
1649         * progmodes/cc-styles.el (c-style-alist): Doc fix.
1651 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1653         * term/mac-win.el (mac-bytes-to-digits): Remove function.
1654         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1656 2006-05-19  Glenn Morris  <rgm@gnu.org>
1658         * calendar/diary-lib.el (diary-bahai-date)
1659         (list-bahai-diary-entries, mark-bahai-diary-entries)
1660         (mark-bahai-calendar-date-pattern): Not interactive.
1661         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
1662         (diary-entries-list): Change format of 4th element in each entry.
1663         (diary-list-entries): Use add-to-diary-list.
1664         (diary-goto-entry): Handle the case where the buffer visiting the
1665         diary has been killed.
1666         (fancy-diary-display): Add 'locator to button rather than 'marker.
1667         Only generate temp-face when there are marks to apply.
1668         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1669         (diary-fancy-date-pattern): New variable.
1670         (diary-time-regexp): Doc fix.
1671         (diary-anniversary, diary-time): New faces.
1672         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1673         diary-time-regexp.  Add font-lock-multiline property where needed.
1674         Use new faces diary-anniversary and diary-time.
1675         (diary-fancy-font-lock-fontify-region-function): New function, to
1676         handle multiline font-lock pattern in fancy diary.
1677         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1678         (diary-font-lock-keywords): Tweak time regexp.  Use new face
1679         diary-time.
1681 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
1683         * international/code-pages.el (mik): Table corrected.
1685 2006-05-18  Kim F. Storm  <storm@cua.dk>
1687         * progmodes/grep.el (grep-find): Don't check grep-find-command
1688         before running command (breaks non-interactive usage).
1690 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
1692         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1693         (ewoc--insert-new-node): Don't insert trailing newline.
1694         Instead, adjust successor nodes's start markers.
1695         (ewoc--refresh-node): Delete all text from current node's start
1696         marker to the next one's; adjust successor nodes's start markers.
1697         (ewoc--create): Doc fixes.
1698         (ewoc--refresh): Don't insert newline.
1699         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1700         * pcvs.el (cvs-make-cvs-buffer):
1701         Specify extra newline for ewoc's header and footer.
1702         (cvs-update-header): Update initial header recognition.
1703         Append newline to final header and footer values.
1704         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1706 2006-05-17  Richard Stallman  <rms@gnu.org>
1708         * files.el (file-name-extension): Doc fix.
1710 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1712         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1713         we can explicitly enable/disable rather than toggle.
1714         (shell-mode): Use it.
1715         (shell-cd): Don't try to reproduce what `cd' does.
1717 2006-05-17  Kim F. Storm  <storm@cua.dk>
1719         * ido.el (ido-read-internal): Use only nondirectory part of
1720         default item.
1722 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
1724         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1725         (ewoc-nth): Doc fix.
1727         (ewoc-map, ewoc-invalidate): Compute PP before looping.
1729 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
1731         * international/mule.el (auto-coding-alist): Add .lha to files
1732         read with no-conversion.
1734         * files.el (auto-mode-alist): Add .lha files to archive file
1735         extensions.
1737         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1738         Convert csize to integer when computing offsets within the
1739         compressed archive file.
1741 2006-05-16  Kim F. Storm  <storm@cua.dk>
1743         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1744         with read-from-minibuffer.
1746 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1748         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1749         (byte-compile-warnings): Fix safe-local-variable property.
1751 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
1753         * allout.el (allout-show-bodies, allout-old-style-prefixes)
1754         (allout-stylish-prefixes, allout-numbered-bullet)
1755         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1756         predicates to qualify `safe-local-variable' property, when
1757         available, else use equivalent lambda.
1758         (allout-current-topic-collapsed-p): Do the right thing regarding
1759         trailing blank lines.
1761 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1763         * server.el (server-start): Only create a directory if needed.
1764         (server-edit, server-unload-hook): server-start => server-mode.
1765         (kill-emacs-hook): Cleanup upon exit.
1767 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1769         * hexl.el (hexlify-buffer): Encode process arguments manually.
1771 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
1773         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1774         call to gdb-tooltip-print.
1776 2006-05-15  Romain Francoise  <romain@orebokech.com>
1778         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1779         systems, default to "tar" since those systems probably have GNU tar.
1781 2006-05-14  Lars Hansen  <larsh@soem.dk>
1783         * desktop.el (desktop-missing-file-warning): Fix docstring.
1784         (desktop-restore-file-buffer): Correct question asked on missing file.
1786 2006-05-14  Kim F. Storm  <storm@cua.dk>
1788         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1789         Add CUA move property.
1791 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
1793         * custom.el (custom-push-theme): Load the variable before checking
1794         its `standard-value'.
1796 2006-05-13  Lars Hansen  <larsh@soem.dk>
1798         * desktop.el (desktop-save): Use with-temp-buffer.
1800 2006-05-12  Glenn Morris  <rgm@gnu.org>
1802         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1803         * calendar/calendar.el (calendar-mode-map):
1804         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1805         * calendar/appt.el (appt-check, appt-make-list): Refer to
1806         diary-view-entries, diary-list-entries, diary-show-all-entries
1807         rather than obsolete aliases.
1809 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
1811         * simple.el (line-move-finish): Avoid calling point motion hooks
1812         while processing intangibility.
1814 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
1816         * term/xterm.el (terminal-init-xterm): Fix typo.
1818 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
1820         * allout.el (allout-view-change-hook): Mark as being deprecated,
1821         to be replaced by `allout-exposure-change-hook'.
1822         (allout-exposure-change-hook): New, replacing
1823         `allout-view-change-hook'.
1824         (allout-flag-region): Run new hook `allout-exposure-change-hook',
1825         in addition to `allout-view-change-hook'.
1826         (allout-show-bodies, allout-old-style-prefixes)
1827         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1828         lambda forms to prevent their showing up in variable help
1829         presentations as inscrutable byte-compiled code.
1830         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1831         Use string-or-null-p to qualify safe-local-variable values.
1832         (allout-reindent-bodies): Use memq to qualify matches against
1833         valid safe-local-variable values.  Also, quote the lambda as above.
1834         (allout-use-mode-specific-leader): Add missing candidate-value
1835         symbols, use memq, and quote the lambda.
1836         (allout-overlay-interior-modification-handler): Remove unused
1837         variables `msg' and 'opened'.
1838         (allout-hidden-p): Constrain invisibility consideration to allout's
1839         invisibility spec, disregarding invisibility for other reasons.
1841 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
1843         * files.el (version-control): Correct safe values.
1845 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
1847         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1849         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1850         (ewoc--insert-new-node): New func.
1851         Update callers of deleted funcs to use it, instead.
1853 2006-05-11  Glenn Morris  <rgm@gnu.org>
1855         * calendar/calendar.el (diary-show-all-entries): Do not refer to
1856         obsolete alias `show-all-diary-entries'.
1857         (make-diary-entry): Not interactive.
1858         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1859         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1860         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1861         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1862         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1863         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1865 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1867         * calendar/calendar.el (calendar-french-date-string)
1868         (calendar-mayan-date-string, calendar-chinese-date-string)
1869         (calendar-astro-date-string, calendar-iso-date-string)
1870         (calendar-islamic-date-string, calendar-bahai-date-string)
1871         (calendar-hebrew-date-string, calendar-coptic-date-string)
1872         (calendar-ethiopic-date-string, calendar-persian-date-string):
1873         These functions are not interactive.
1875 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
1877         * files.el: Balance parentheses.
1879 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
1881         * files.el, newcomment.el, outline.el, simple.el,
1882         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1883         progmodes/cc-vars.el, progmodes/compile.el:
1884         Move `safe-local-variable' declarations to the respective files.
1886         * help-fns.el (describe-variable): Don't print safe-var if it is
1887         byte-code.  Improve wording as suggested by Luc Teirlinck.
1889 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
1891         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1892         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1893         Use a token for pending-triggers to ensure gdb-var-update
1894         gets called once per user input again for pre-GDB 6.4.
1895         (gdb-var-delete): Match on more complex expressions.
1896         (gdb-var-list-children-handler, gdb-var-create-handler):
1897         Use a token for consistency.
1899 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
1901         * textmodes/org.el (org-read-date, org-goto-calendar)
1902         (org-agenda-goto-calendar):
1903         Bind `view-calendar-holidays-initially' to nil.
1905 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
1907         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1908         Update all callers to do it there, instead.
1910 2006-05-10  Glenn Morris  <rgm@gnu.org>
1912         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1913         prefix arg case, to avoid view-diary-entries-initially error.
1914         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1915         (calendar-date-is-legal-p): Handle dates with no day part.
1917 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
1919         * comint.el (comint-insert-input): Just make it when
1920         comint-use-prompt regexp is nil (default) and with the mouse.
1921         (comint-copy-old-input): Reinstate from 2004-06-23.
1922         (comint-mode-map): Bind C-c C-m to it.
1924 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
1926         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1927         Remove spurious move to point-max (new comint behavior fixes).
1929         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1930         compatibility function (Emacs 18/19).
1931         (idlwave-is-continuation-line): Always return point at start of
1932         previous non-blank continuation line.
1933         `keyword-parameters': Fix continued comment font-lock matcher.
1934         (idlwave-font-lock-fontify-region): Written, use as
1935         font-lock-fontify-region-function, to fix continued keyword
1936         fontification issues.
1938 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1940         * term/mac-win.el (mac-font-panel-mode): Doc fix.
1941         (mac-service-selection, mac-service-open-file)
1942         (mac-service-open-selection, mac-service-mail-selection)
1943         (mac-service-mail-to, mac-service-insert-text): Rename from
1944         mac-services-*.  All uses changed.
1945         (mac-apple-event-map): Rename event symbol `services' to `service'.
1947 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
1949         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1950         (ewoc--node-enter-first, ewoc--node-enter-last)
1951         (ewoc--delete-node-internal): Merge funcs into unique callers.
1953 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
1955         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1956         return value of read-from-minibuffer for empty input.
1958 2006-05-09  Miles Bader  <miles@gnu.org>
1960         * comint.el (comint-insert-input): Remove redundant calls to setq
1961         and goto-char.
1963 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
1965         * comint.el (comint-insert-input): Make it work when
1966         comint-use-prompt-regexp is t.
1968 2006-05-10  Miles Bader  <miles@gnu.org>
1970         * subr.el (field-at-pos): New function.
1972         * comint.el (comint-insert-input): Use it.
1974 2006-05-09  Juri Linkov  <juri@jurta.org>
1976         * battery.el (battery-linux-proc-acpi): Also try
1977         `/proc/acpi/thermal_zone/THR2/temperature'.
1979         * files.el <safe-local-variable>: Remove `eval' and `let' binding
1980         for now unused lambda `string-or-null'.
1982         * add-log.el (change-log-default-name): Put `string-or-null-p'
1983         instead of lambda on `safe-local-variable' property.
1985         * diff-mode.el (diff-context->unified): Use `region-beginning' and
1986         `region-end' instead of `mark' and `point'.
1987         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1988         Operate on region in Transient Mark mode when the mark is active.
1989         Use `region-beginning' and `region-end' instead of `mark' and
1990         `point'.
1991         (diff-hunk-text, diff-goto-source): Doc fix.
1993         * startup.el (fancy-splash-screens, normal-splash-screen): Use
1994         face `mode-line-buffer-id' for mode-line buffer face instead of
1995         hard-coded `(:weight bold)'.
1997         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1998         buffer-undo-list to t (undo-ask is reproducible by visiting
1999         nested archives).
2001 2006-05-09  Kim F. Storm  <storm@cua.dk>
2003         * progmodes/grep.el (rgrep): Set default directory of *grep*
2004         buffer if we start M-x rgrep in the *grep* buffer and choose
2005         a different base directory.
2007 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
2009         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2010         completion also when ido is loaded.
2012 2006-05-09  Masatake YAMATO  <jet@gyve.org>
2014         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2015         "warning" and "import".
2016         (cpp-font-lock-keywords): Added "warning".
2018 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
2020         * term/xterm.el (terminal-init-xterm): Add more key bindings.
2022 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2024         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2025         pages at a time, if we signal the end, we should indeed reach that end.
2027 2006-05-08  David Reitter  <david.reitter@gmail.com>
2029         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2030         output during execution of the body.
2032 2006-05-08  Kim F. Storm  <storm@cua.dk>
2034         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2036 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
2038         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2039         Use with-current-buffer.
2041 2006-05-07  Kim F. Storm  <storm@cua.dk>
2043         * subr.el (add-to-history): Remove keep-dups arg.
2045         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2046         to nil around call to add-to-history.
2048 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2050         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2051         than after a buffer modification.
2053 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
2055         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2056         call to...
2057         (gud-watch): ...here so speedbar is raised for already watched
2058         expressions.
2059         (gdb-speedbar-refresh): Delete function.
2060         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2061         Use speedbar-timer-fn instead of speedbar-refresh (reverting
2062         earlier change).
2063         (gdb-var-evaluate-expression-handler)
2064         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2066         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2067         Update localized contents for all buffers except ignored modes.
2069 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2071         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2072         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2073         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2074         (mac-handle-font-panel-closed, mac-handle-font-selection):
2075         New functions.
2076         (mac-font-panel-mode): New minor mode.
2077         (mac-apple-event-map): Add bindings for toolbar toggle button and
2078         font panel.
2079         (menu-bar-showhide-menu): Add mac-font-panel-mode.
2081 2006-05-07  John Paul Wallington  <jpw@pobox.com>
2083         * ibuffer.el (ibuffer-compressed-file-name-regexp):
2084         Avoid `regexp-opt'; simplify regexp for readability.
2086 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
2088         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2089         * files.el (buffer-stale-function):
2090         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2091         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2092         links to the main manual, not to emacs-xtra.
2094 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2096         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2097         MacJapanese if text is ASCII-only.
2099 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
2101         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2102         unless so nil isn't returned.
2103         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2105 2006-05-06  Kim F. Storm  <storm@cua.dk>
2107         * subr.el (add-to-history): New function.
2109         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2110         (ediff-merge-files-with-ancestor):
2111         * env.el (setenv):
2112         * isearch.el (isearch-update-ring):
2113         * server.el (server-visit-files):
2114         * progmodes/grep.el (lgrep, rgrep):
2115         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2116         * progmodes/xscheme.el (xscheme-insert-expression):
2117         Use add-to-history.
2119         * kmacro.el (kmacro-push-ring): Use add-to-history.
2120         (kmacro-ring-length): Remove unused defun.
2121         (kmacro-start-macro): Use kmacro-push-ring.
2123 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
2125         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2126         directly instead of a lambda expression that calls it.
2128 2006-05-06  Kim F. Storm  <storm@cua.dk>
2130         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2131         instead of compute-motion.
2133 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
2135         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2136         change.
2138 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
2140         * startup.el (command-line-1): Refer to "Pure Storage" on
2141         pure-space-overflow.
2143 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
2145         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2146         provided faces once they all have been used up.
2148 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
2150         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2151         reference to the Lisp manual to the warning about pure space
2152         overflow.
2154 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2156         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2157         argument to avoid the call to `ispell-internal-change-dictionary'
2158         when not needed.
2159         (ispell-change-dictionary): Use this argument and call
2160         `ispell-internal-change-dictionary' after the possible change
2161         to `ispell-local-dictionary'.
2162         (ispell-internal-change-dictionary): Check for a change in
2163         personal dictionary use too.
2164         Cosmetic changes from Agustin Martin
2165         <agustin.martin@hispalinux.es>.
2167 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
2169         * startup.el (command-line): On MS-Windows, probe "~", not
2170         "~USER", for warning about non-existent home directory
2172         * arc-mode.el (archive-l-e): New optional argument `float' means
2173         generate a float value.
2174         (archive-arc-summarize, archive-lzh-summarize)
2175         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2176         with 3rd argument non-nil when file's size is being computed.
2177         Format the file sizes with %8.0f instead of %8d.
2179 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2181         * cus-start.el (all): Add mac-dnd-known-types.
2183         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2184         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2185         (mac-TIFF-to-string): New functions.
2186         (x-get-selection, x-selection-value)
2187         (mac-select-convert-to-string): Use them.
2188         (mac-text-encoding-mac-japanese-basic-variant): New constant.
2189         (mac-dnd-types-alist): New customization variable.
2190         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2191         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2192         (mac-dnd-handle-drag-n-drop-event): New functions.
2193         (mac-drag-n-drop): Remove function.
2194         (global-map): Bind drag-n-drop and M-drag-n-drop to
2195         mac-dnd-handle-drag-n-drop-event.
2197 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
2199         * progmodes/perl-mode.el (perl-beginning-of-function):
2200         Skip anonymous subs.
2202 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
2204         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2205         regexp-opt at run time.
2207         * term.el (term-handle-ansi-escape): Fix off by one error.
2209 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
2211         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2212         (gdb-init-1, gdb-post-prompt): ...and references to it.
2213         (gdb-frame-handler): Strip directory name from filename if present.
2215         * progmodes/gud.el (gdb-force-update): Delete defvar
2216         (gud-speedbar-buttons): ...and references to it.  Use window-start
2217         to try to keep positon in watch expression.
2219 2006-05-03  Richard Stallman  <rms@gnu.org>
2221         * simple.el (next-history-element, previous-history-element): Doc fix.
2223         * isearch.el (isearch-update-ring): Doc fix.
2225 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
2227         * isearch.el (isearch-update-ring): Take history-delete-duplicates
2228         into consideration.  Replace one arm ifs with whens.
2230 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
2232         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2233         (menu): Fix typo.
2235 2006-05-02  Miles Bader  <miles@gnu.org>
2237         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2239 2006-05-02  Jay Belanger  <belanger@truman.edu>
2241         * calc/calc-embed.el (calc-override-minor-modes-map)
2242         (calc-override-minor-modes): New variables.
2243         (calc-do-embedded): Make sure that Calc keystrokes aren't
2244         overwritten by minor modes.
2246 2006-05-02  Chong Yidong  <cyd@mit.edu>
2248         * msb.el (msb): If EVENT is a down event, read and discard the up event.
2250 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2252         * startup.el (command-line-1): Refer to Lisp manual when
2253         pure-space-overflow occurs.
2255         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2256         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2257         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2258         (version-control): Don't use `t' for safe-local-variable declarations.
2260 2006-05-01  Richard Stallman  <rms@gnu.org>
2262         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2263         M-r, M-R, M-A, M-SPC or M-DEL.
2264         (diff-mode-map): diff-refine-hunk now on C-c C-w
2265         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2267         * help-mode.el (help-mode): view-exit-action calls delete-window
2268         only when it is safe and possible.
2270         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2271         in messages.
2273         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2275         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2276         in the default tool-bar-map.
2278 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
2280         * net/tramp.el (tramp-completion-file-name-handler-alist)
2281         (tramp-run-real-handler, tramp-completion-run-real-handler)
2282         (tramp-completion-handle-file-name-all-completions)
2283         (tramp-completion-handle-file-name-completion): Autoload them.
2284         (tramp-completion-handle-file-exists-p)
2285         (tramp-completion-handle-file-name-directory)
2286         (tramp-completion-handle-file-name-nondirectory)
2287         (tramp-completion-handle-expand-file-name): Remove them.
2288         (tramp-handle-file-name-directory): Return the real directory name.
2289         Returning "/" only doesn't need to be necessary any longer.
2290         (tramp-file-name-handler): Make special attention when in hostname
2291         completion mode.
2292         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2293         (tramp-register-file-name-handlers):
2294         Register `tramp-completion-file-name-handler' only when
2295         `partial-completion-mode' is enabled.
2296         (tramp-completion-handle-file-name-all-completions):
2297         Delete directory part from results.
2298         (tramp-get-completion-methods, tramp-get-completion-user-host):
2299         Discard deleting "/", it doesn't work after the change of
2300         `tramp-handle-file-name-directory' above.
2302 2006-05-01  Kim F. Storm  <storm@cua.dk>
2304         * progmodes/grep.el (grep-expand-template): Use save-match-data
2305         and symbol-value.
2307 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2309         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2310         Use select-frame-set-input-focus instead of raise-frame.
2311         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2313 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
2315         * progmodes/gud.el (gud-def): Add %c case.
2316         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2317         (gud-format-command): Make match case sensitive.  Match on %F.
2319 2006-04-30  Glenn Morris  <rgm@gnu.org>
2321         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2322         (cal-tex-preamble): Use cal-tex-preamble-extra.
2323         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2324         than alias `list-diary-entries'.
2326 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
2328         * help-fns.el (describe-variable): Add info about safe local variables.
2330 2006-04-29  Richard Stallman  <rms@gnu.org>
2332         * bindings.el (mode-line-format): help-echo doc fixes.
2334         * net/tramp.el (tramp-file-name-handler-alist): Delete
2335         expand-file-name and other operations that can cause spurious loading.
2337 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2339         * files.el (safe-local-variable-p): Remove support for the special
2340         value t.
2342         * textmodes/paragraphs.el (sentence-end-without-space):
2343         Fix safety predicate.
2344         (sentence-end-double-space, sentence-end-without-period)
2345         (paragraph-ignore-fill-prefix):
2346         * textmodes/fill.el (colon-double-space):
2347         * abbrev.el (abbrev-mode): Tighten the safety predicate.
2349         * subr.el (booleanp): New fun.
2351         * textmodes/reftex-vars.el (reftex-guess-label-type):
2352         Tighten the safety predicate.
2354 2006-04-28  Kim F. Storm  <storm@cua.dk>
2356         * progmodes/grep.el (defgroup grep): Doc fix.
2357         (grep-auto-highlight): Remove.
2358         (grep-template): New defcustom.
2359         (grep-find-template): Rename from grep-tree-template.
2360         (grep-files-aliases): Rename from grep-tree-files-aliases.
2361         Remove "all" alias, add "l" alias.
2362         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2363         (grep-find-ignored-directories): New defcustom to replace
2364         grep-tree-ignore-CVS-directories, to facilitate ignoring
2365         subdirectories for multiple version control systems.
2366         (grep-mode-map): Add Recursive grep item to GREP menu.
2367         (grep-regexp-history, grep-files-history): New defvars.
2368         (grep-probe): New helper function.
2369         (grep-compute-defaults): Use it to simplify code.
2370         Adapt to name changes.
2371         Use `.' as base in grep-find-template rather than <D>.
2372         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
2373         Call grep-compute-defaults unconditionally.
2374         (grep-expand-keywords): New defconst.
2375         (grep-expand-template): Rename from grep-expand-command-macros.
2376         Simplify via grep-expand-keywords.  Look at case-fold-search instead
2377         of grep-tree-ignore-case to add -i option.
2378         Bind case-fold-search to nil while matching keywords.
2379         (grep-tree-last-regexp, grep-tree-last-files): Remove.
2380         (grep-read-regexp, grep-read-files): New helper functions.
2381         (rgrep): Rename from grep-tree.  Rework to use proper histories.
2382         Adapt to changes in defcustoms and functions above.
2383         (lgrep): New command, as grep, but using same interactive UI as rgrep.
2385 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
2387         * net/tramp.el (tramp-completion-file-name-handler):
2388         Disable Tramp's functionality while loading Tramp itself.
2389         (tramp-register-file-name-handlers): That's a defsubst now.
2390         Code from `tramp-repair-jka-compr' moved here.  Apply it via
2391         `after-init-hook'.
2392         (tramp-repair-jka-compr): Remove.
2394 2006-04-27  Jay Belanger  <belanger@truman.edu>
2396         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2397         read expression when `math-read-big-expr' doesn't work.
2399 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
2401         * startup.el (command-line-1): Display warning when
2402         pure-space-overflow is non-nil.
2404 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2406         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2407         risky.
2409 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2411         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2412         Return the URL or nil if none can be generated.
2414 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
2416         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2417         byte compiler warnings.
2418         (gud-basic-call, gud-find-expr): Let user select an expression
2419         for printing.  Print expression as well as value in GUD buffer.
2421 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
2423         * allout.el: Remove local autoload declaration for
2424         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2425         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2426         (allout-plain-bullets-string, allout-distinctive-bullets-string)
2427         (allout-use-mode-specific-leader, allout-old-style-prefixes)
2428         (allout-stylish-prefixes, allout-numbered-bullet)
2429         (allout-file-xref-bullet, allout-presentation-padding)
2430         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2431         safe-local-variable with suitable value spec, and add autoload
2432         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
2433         (move-beginning-of-line, move-end-of-line): Repair so these compat
2434         functions now actually resituate the point, when appropriate.
2436 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2438         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2440         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2441         (add-log-iso8601-time-string): Fix call to format-time-string.
2443 2006-04-26  Kim F. Storm  <storm@cua.dk>
2445         * subr.el (posn-string, posn-image, posn-object): Doc fix.
2447 2006-04-26  Masatake YAMATO  <jet@gyve.org>
2449         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2450         Add support for "//" style comments.  Remove `b' flag
2451         from ?* in `asm-mode-syntax-table'.
2453 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2455         * follow.el: Use (featurep 'xemacs) everywhere.
2456         (follow-mode): Use define-minor-mode.
2457         (follow-mode-map): Move initialization into the declaration.
2458         Use command remapping.
2459         (follow-emacs-version-xemacs-p): Remove.
2460         (follow-submit-feedback): Remove.
2462         * allout.el (allout-layout, allout-passphrase-verifier-string)
2463         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2465         * textmodes/reftex-vars.el (reftex-vref-is-default)
2466         (reftex-fref-is-default, reftex-guess-label-type):
2467         Tighten up a bit the safety predicate.
2469         * textmodes/paragraphs.el (sentence-end-double-space)
2470         (sentence-end-without-period, sentence-end-without-space)
2471         (page-delimiter, paragraph-ignore-fill-prefix):
2472         Tighten up a bit the safety predicate.
2474         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2476         * progmodes/python.el (python-continuation-line-p)
2477         (python-beginning-of-statement): syntax-ppss may return
2478         a negative depth.
2479         (python-mode): Don't forcefully enable font-lock.
2481         * time-stamp.el (time-stamp-start, time-stamp-end)
2482         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2484         * add-log.el: Remove spurious * in docstrings.
2485         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2486         (add-change-log-entry): Use it here, since it's not specific
2487         to iso8601.
2488         (add-log-iso8601-time-string): Don't use it here any more.
2489         (change-log-indent-text, change-log-indent): Rename from add-log-*.
2491         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2493 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
2495         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2496         (rcirc-toggle-low-priority): Doc fix.
2497         (rcirc-handler-NOTICE): Remove beginning of line anchor in
2498         ChanServ regexp.
2499         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2500         #emacs.
2501         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2502         (rcirc-decode-coding-system): Use utf-8 as the default.
2503         (rcirc-multiline-minor-mode): Set the fill-column.
2504         (rcirc-format-response-string): Display bright and dim nicks.
2505         (rcirc-browse-url): Update interactive spec to fill ARG.
2506         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2507         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2509 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
2511         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2512         case for @Article, etc.
2514 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
2516         * net/tramp.el (tramp-register-file-name-handlers): New defun.
2517         Added with autoload cookie.
2518         (tramp-unload-file-name-handlers): Rename from
2519         `tramp-unload-file-name-handler-alist'.
2521 2006-04-23  Romain Francoise  <romain@orebokech.com>
2523         * comint.el (comint-match-partial-filename): Doc fix.
2525 2006-04-21  Glenn Morris  <rgm@gnu.org>
2527         * calendar/cal-menu.el (calendar-mode-map): Refer to
2528         `diary-view-entries' rather than alias `view-diary-entries'.
2529         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2531 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
2533         * progmodes/antlr-mode.el (antlr-default):
2534         * cus-edit.el (custom-documentation):
2535         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2536         in defface.
2538 2006-04-21  Kim F. Storm  <storm@cua.dk>
2540         * image.el (image-type): New defun split out of create-image.
2541         (create-image): Use it.
2543 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
2545         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2546         (org-open-at-point): Remove the "...done" message to keep output
2547         in the echo area visible.
2548         (org-export-as-xoxo): Fix call to `indent-region'.
2550 2006-04-21  Kevin Ryde  <user42@zip.com.au>
2552         * international/mule.el (keyboard-coding-system): defcustom
2553         info-link fixes: "Specify Coding" has been split, keyboard now in
2554         "Terminal Coding", and "Single-Byte Character Support" is now
2555         "Unibyte Mode".
2557 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
2559         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2560         Use font-lock-warning-face for any errors e.g. no stack.
2561         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2563 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2565         * progmodes/sh-script.el (sh-shell): Mark as safe.
2567         * newcomment.el (comment-start, comment-start-skip)
2568         (comment-end-skip, comment-end): Mark as safe.
2570 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
2572         * textmodes/org.el (org-deadline-announce): Face removed.
2573         (org-level-faces, org-n-levels): Convert to constant.
2574         (org-compatible-face): New function.
2575         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2576         (org-level-5, org-level-6, org-level-7, org-level-8)
2577         (org-special-keyword, org-warning, org-headline-done, org-link)
2578         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2579         (org-scheduled-today, org-scheduled-previously, org-time-grid):
2580         Face definition revised for better color tty support.
2581         (org-bold-re, org-italic-re, org-underline-re): New constants.
2582         (org-set-font-lock-defaults): Use the new constants.
2583         (org-agenda-highlight-todo): New function.
2584         (org-agenda-todo): Fix bug with point at end of line.
2585         (org-agenda-change-all-lines, org-finalize-agenda-entries):
2586         Fontify TODO keywords.
2587         (org-insert-link): Preserve relative path in ../ links.
2588         (org-export-as-html): Convert links pointing to .org files into
2589         links that will work beteen the exported HTML files.
2590         (org-todo-list): Fix bug when arg=0.
2591         (org-insert-heading): More fine-tuning.
2593 2006-04-19  Romain Francoise  <romain@orebokech.com>
2595         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2596         from `rmail-mime-charset-pattern'.
2598 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
2600         * progmodes/python.el (python-mode): Fix typo.
2602 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
2604         * comint.el (comint-previous-input): Don't clobber input line
2605         when moving off either end of the input history ring.
2606         (comint-delete-input): New function, used by
2607         `comint-previous-input' and others.
2608         (comint-previous-matching-input):
2609         Use `coming-delete-input'.  Save the partial input if leaving the
2610         edit line.  Goto point-max before deleting input to avoid
2611         partial input fragments hanging around.
2612         (comint-restore-input): New function, used by `comint-previous-input'.
2614 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
2616         * imenu.el (imenu--index-alist): Balance parentheses.
2618 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
2620         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2622 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
2624         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2625         file is nil.
2627 2006-04-18  Richard Stallman  <rms@gnu.org>
2629         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2631         * imenu.el (imenu-create-index-function, imenu--index-alist)
2632         (imenu--last-menubar-index-alist, imenu--make-index-alist)
2633         (imenu-default-create-index-function, imenu--generic-function):
2634         Doc fixes.
2636         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2638         * help-mode.el (help-mode): Set view-exit-action to delete window.
2640         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
2641         now works by passing nil as arg.
2643         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2645         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2646         (read-abbrev-file): Provide default when reading filename.
2648         * files.el (enable-local-variables): Allow :all as value.
2649         (hack-local-variables): Implement that value.
2650         (safe-local-variable-values, safe-local-eval-forms)
2651         (enable-local-variables): Mark as risky.
2652         (find-file-visit-truename, kept-old-versions): Mark safe.
2654         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2655         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2656         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2658 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2660         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2661         Use forward-line so as to get to BOL even in the presence of fields.
2662         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2663         in return.
2664         (inferior-tcl): Tell tclsh to work in interactive mode.
2666         * complete.el (partial-completion-mode):
2667         Use 'choose-completion-string-functions to make sure that
2668         choose-completion fills the minibuffer properly.
2670         * complete.el (PC-old-read-file-name-internal): Remove.
2671         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
2672         of read-file-name-internal.
2673         (partial-completion-mode): Enable/disable this advice.
2675 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
2677         * net/tramp.el (tramp-completion-file-name-handler): Revert change
2678         of 2006-04-17.
2680 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
2682         * textmodes/org.el (org-insert-heading): Insert heading before
2683         current if at beginning of line.
2684         (org-todo, org-date): New faces.
2685         (org-table-align): Make sure tooltip window contains full text.
2686         (org-no-properties): New defsubst.
2687         (org-set-font-lock-defaults): Use new faces.
2689 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
2691         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2692         for root variables.
2694         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2695         (gdb-frame-address): Re-use to identify frame for watch expression.
2696         (gdb-var-list, gdb-var-create-handler): Add frame address for root
2697         variables.
2698         (gdb-init-1, gdb-source, gdb-post-prompt)
2699         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2700         (gdb-frame-handler): Get gdb-frame-address.
2702 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
2704         Sync with Tramp 2.0.53.
2706         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2707         'control.  Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2708         (tramp-completion-file-name-handler): Add autoload cookie for
2709         adding to `file-name-handler-alist'.
2711         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2712         the prompt.  If it returns earlier (when detecting an error
2713         message), the rest of the output will merge accidently with the
2714         output of the next command.  Reported by M Jared Finder
2715         <jared@hpalace.com>.
2717         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2718         for `process-file', in order to let it work for older Emacsen too.
2720 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
2722         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2723         (tex-font-lock-keywords-3): Use it.
2725 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2727         * newcomment.el (comment-add): New function.
2728         (comment-region-default, comment-dwim): Use it.
2730 2006-04-15  Michael Olson  <mwolson@gnu.org>
2732         * emacs-lisp/tq.el: Improve comments.
2733         (tq-queue-head-question): New accessor function.
2734         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2735         Update for modified queue structure.
2736         (tq-queue-add): Accept `question' argument.
2737         (tq-queue-pop): If a question is pending, send it.
2738         (tq-enqueue): Accept new optional argument `delay-question'.
2739         If this is non-nil, and at least one other question is pending a
2740         response, queue the question rather than sending it immediately.
2742 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2744         * calendar/appt.el (appt-add): Check whether an appointment is
2745         already present in appt-time-msg-list.  Simplify code.
2747 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2749         * progmodes/cc-langs.el (c-mode-menu):
2750         Don't presume c-subword-mode is bound.
2752 2006-04-13  Bill Wohler  <wohler@newt.com>
2754         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2755         (customize-package-emacs-version): Use cdr instead of cadr now
2756         that alists use dotted pairs.
2758         * custom.el (defcustom): Fix docstring for :package-version.
2760 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
2762         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2763         (tramp-handle-shell-command): Display output buffer only when
2764         `tramp-display-shell-command-buffer' is true.
2765         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2767 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
2769         * textmodes/org.el (org-set-autofill-regexps): Set only the local
2770         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2772 2006-04-13  Romain Francoise  <romain@orebokech.com>
2774         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2775         leaving temporary .cvsignore buffers behind.
2777 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
2779         * textmodes/org.el (org-set-regexps-and-options)
2780         (org-get-current-options): Better names for the startup folding
2781         options.
2783 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
2785         * vc.el (vc-annotate): Arrange for point to end up at the same
2786         line number as in the original, but only when using a new buffer.
2788 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
2790         * files.el (hack-one-local-variable-eval-safep):
2791         Recognize `edebug-form-spec' for `put', but only if it passes
2792         `edebug-basic-spec'.  Generalize `put' handling.
2794         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2795         vetting file-local form specs.
2797         * allout.el (allout-layout): Autoload its `safe-local-variable'
2798         property.
2800 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
2802         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2803         (org-agenda-mouse-1-follows-link)
2804         (org-mouse-1-follows-link): New options.
2805         (org-format-agenda-item): Fix bug if TAGS is nil.
2806         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2808 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
2810         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2811         GDB 6.1+ gives full filename for "info sources" so use
2812         file-name-nondirectory.
2814 2006-04-12  Romain Francoise  <romain@orebokech.com>
2816         * subr.el (read-passwd): Bind `message-log-max' to nil.
2818 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2820         * progmodes/perl-mode.el (perl-indent-new-calculate):
2821         Recompute parse-start after jumping backward by a whole sexp.
2823 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2825         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2826         window configuration.
2827         (vc-annotate-display-select): Select the buffer so that current-buffer
2828         (and selected-window) is the output buffer at the end of vc-annotate.
2830 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
2832         * vc.el (vc-annotate-color-map): Add custom TTY color map for
2833         8-color terminals, to use all of the colors in a sensible order.
2834         256-color terminals work well with the standard map.
2835         (vc-annotate-lines): Only strip the first color character if it
2836         is "#", to allow for terminal-style named colors.
2837         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2838         the correct buffer is scrolled.
2840 2006-04-11  Richard Stallman  <rms@gnu.org>
2842         * emacs-lisp/bytecomp.el (byte-compile-file):
2843         Bind enable-local-variables to :safe, and make normal-mode obey it.
2845         * files.el (enable-local-variables): Allow value :safe.
2846         (normal-mode): Doc fix.
2847         (hack-local-variables): Implement enable-local-variables = :safe.
2848         (hack-local-variables-confirm): Don't prevent quitting.
2850 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2852         * loadhist.el (unload-feature): A bit of sanity check of
2853         load-history entries.  Cancel timer-vars before unbinding them.
2855         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2856         quote special chars, and make the trick work on the hex part of the
2857         buffer as well.
2858         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2859         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2861         * startup.el (normal-splash-screen): Fix last change so we don't wait
2862         2 minutes if we don't show the splash screen.
2864 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
2866         * textmodes/org.el (org-export-plain-list-max-depth)
2867         (org-table-spaces-around-separators)
2868         (org-radio-targets, org-activate-camels)
2869         (org-table-spaces-around-invisible-separators): Options removed.
2870         (org-time-stamp-rounding-minutes, org-remember-templates)
2871         (org-ellipsis, org-activate-links, org-descriptive-links):
2872         New options.
2873         (org-remember-apply-template, org-current-time)
2874         (org-finish-edit-table-field)
2875         (org-link-unescape, org-link-escape)
2876         (org-string-width, org-table-clean-line, org-html-do-expand)
2877         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2878         (org-read-agenda-file-list): New functions.
2879         (org-table-edit-field)
2880         (org-table-create-or-convert-from-region): New commands
2881         (org-table-toggle-vline-visibility): Command removed.
2882         (org-table-convert-region): Made a command.
2883         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2884         Replace with the normal org- functions.
2885         (org-self-insert-command): Don't trigger realign unnecessarily
2886         when blanking a field that is not full.
2887         (org-mode): `Set buffer-invisibility-spec' for links.
2888         (org-activate-links2): Hide link part and only show descriptive
2889         part of the link.
2890         (org-insert-link): Modify for new linking system.
2891         (org-store-link): Store description separately, for use by
2892         `org-insert-link'.
2893         (org-table-align): Use `org-string-width'.
2894         (defgroup): Completely new group structure for custom variables.
2895         (org-agenda-files): Option: Single file name allowed.  Function:
2896         Optional argument unrestrited means ignore any restricitons.
2897         (org-install-agenda-files-menu): Find a buffer in Org-mode before
2898         trying to modify the menu.  Use generalized access to
2899         `org-agenda-files.'
2900         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2901         (org-agenda-file-to-front, org-remove-file, org-diary)
2902         (org-tags-view, org-export-icalendar-all-agenda-files)
2903         (org-export-icalendar-combine-agenda-files): Use generalized
2904         access to `org-agenda-files'.
2905         (org-remember-handler): Correctly preserve heading if present.
2906         (org-table-insert-row, org-table-insert-hline): Deal with
2907         invisible characters.
2909 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
2911         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2912         (vc-annotate-color-map): New 18 element constant
2913         value/saturation, rotating hue colormap, from red->blue.
2914         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2915         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2916         (vc-annotate): To avoid killing the required local variables,
2917         set them before the end of `with-output-to-temp-buffer', and
2918         after first switching to annotate-mode.
2919         (vc-annotate-warp-version): Add buffer argument in goto-line to
2920         ensure annotation, not source, is scrolled.
2922 2006-04-10  Bill Wohler  <wohler@newt.com>
2924         * custom.el (defcustom, custom-handle-keyword):
2925         Add :package-version keyword.
2926         (custom-add-package-version): New function.  Sets value of new
2927         property 'custom-package-version from :package-version keyword.
2928         (defcustom): Create Common Keywords section in docstring.
2929         (defface, defgroup): Replace definitions of a select few keywords
2930         with a reference to the Common Keywords in defcustom.
2931         (defcustom, defface, defgroup): Replace reference to Customization
2932         chapter in manual with hyperlink.
2934         * cus-edit.el (customize-package-emacs-version-alist):
2935         New variable.
2936         (customize-changed-options): Add check for custom-package-version.
2937         (customize-package-emacs-version): New function to look up Emacs
2938         version corresponding to the given package version.
2940         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2941         defun name, in similar fashion to find-variable-regexp.
2943 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
2945         * international/mule-cmds.el (set-locale-environment): Fix last
2946         change for when the locale's preferences don't specify any encoding.
2948 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2950         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2951         so the defined var/fun doesn't need to be quoted.
2953 2006-04-10  Richard Stallman  <rms@gnu.org>
2955         * finder.el (finder-mode-map): Add n and p bindings.
2957 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
2959         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2960         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2961         (gdb-setup-windows): Put something in source window if we can't find
2962         the source file.
2963         (gdb-frame-handler): Make it work again with just assembly.
2964         (gdb-data-list-register-values-handler): Make it work when there is
2965         no stack.
2967 2006-04-09  Richard Stallman  <rms@gnu.org>
2969         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2970         specs while looking for charset.
2972         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2974         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2975         Make them faces.
2976         (lm-font-lock-keywords): Update appropriately.
2978 2006-04-10  Kim F. Storm  <storm@cua.dk>
2980         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2981         it can also replace buffer-substring-no-properties.
2983         * emulation/cua-base.el (cua-delete-region, cua-paste)
2984         (cua-repeat-replace-region): Use filter-buffer-substring.
2986         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2987         (cua-cut-region-to-global-mark): Likewise.
2989         * emulation/cua-rect.el (cua--extract-rectangle)
2990         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2992 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2994         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2995         entry-type.  Add field delimiters to numerical fields if they are
2996         not present.
2998 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3000         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3001         string-const to return value.
3002         (bibtex-remove-delimiters): Use it.
3004 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3006         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3007         cl-byte-compile-compiler-macro unless it exists.
3009 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
3011         * files.el (hack-local-variables-confirm) <offer-save>:
3012         Clarify message text.  Suggested by Ralf Angeli.
3014 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
3016         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3017         (delete-extract-rectangle-line): Use `filter-buffer-substring'
3018         instead of `buffer-substring' and `delete-region'.  (Most of the
3019         code actually copied from `kill-region'.)
3021 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
3023         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3024         (rcirc-default-port): Rename from rcirc-port.
3025         (rcirc-default-nick): Rename from rcirc-nick.
3026         (rcirc-default-user-name): Rename from rcirc-user-name.
3027         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3028         (rcirc-low-priority-flag): New variable.
3029         (rcirc-decode-coding-system): New defcustom.
3030         (rcirc-encode-coding-system): New defcustom.
3031         (rcirc-coding-system-alist): New defcustom.
3032         (rcirc-multiline-major-mode): New defcustom.
3033         (rcirc-nick): New internal variable.
3034         (rcirc-process): Remove variable.
3035         (rcirc-server-buffer): New variable.
3036         (rcirc): Update to use rcirc-default-* variables above.
3037         (rcirc-connect): Do not add window-configuration-hook-here.
3038         (rcirc-server): New internal variable.
3039         (rcirc-connect): Do not send keepalive pings if
3040         rcirc-keepalive-seconds is nil.
3041         (with-rcirc-server-buffer): New macro.
3042         (rcirc-send-string): Encode with rcirc-encode-coding-system.
3043         (rcirc-server-name): Rename from rcirc-server.
3044         (rcirc-buffer-process): New function.
3045         (rcirc-buffer-nick): New function.
3046         (rcirc-buffer-target): Remove function.
3047         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3048         New commands.
3049         (rcirc-mode-map): Change binding of C-c C-l to
3050         rcirc-toggle-low-priority.
3051         (rcirc-mode): Initialize coding system based on
3052         rcirc-coding-system-alist.  New change-major-mode-hook to part the
3053         channel on a mode change.  Make kill-buffer-hook buffer-local.
3054         (rcirc-change-major-mode-hook): New function.
3055         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3056         (rcirc-last-post-time): New variable.
3057         (rcirc-process-message): Store the last time user posted a message
3058         to this target.
3059         (rcirc-multiline-minor-mode): New mode.
3060         (rcirc-multiline-minor-mode-map): New mode map.
3061         (rcirc-edit-multiline): Put multiline-edit buffer in
3062         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3063         (rcirc-print): Ignore any line starting with an ignored nick.
3064         (rcirc-print): Decode using rcirc-decode-coding-system.
3065         (rcirc-track-minor-mode): Update global-mode-string when disabling
3066         this mode.
3067         (minor-mode-alist): Add LowPri indicator.
3068         (rcirc-toggle-low-priority): New function.
3069         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3070         next lowpriority buffer with activity.
3071         (rcirc-record-activity): Sort buffers in rcirc-activity by the
3072         last time the user posted a message in to the target.
3073         (rcirc-update-activity-string): New formatting for low priority
3074         buffers.
3075         (rcirc-split-activity): New function.
3076         (rcirc-handler-PART, rcirc-handler-KICK)
3077         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3078         (rcirc-nick-away-alist): New variable.
3079         (rcirc-handler-301): New handler.  Away messages are printed once
3080         per change.
3082 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
3084         * info.el (Info-follow-nearest-node): Doc fix.
3086         * international/mule-cmds.el (set-locale-environment): Make sure
3087         the coding-system preferred by the locale's language has the same
3088         EOL conversion type as the original buffer-file-coding-system.
3089         (locale-language-names): Add a few MS Windows language codes.
3091 2006-04-07  Richard Stallman  <rms@gnu.org>
3093         * simple.el (eval-expression): Doc fix.
3095         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3096         (eval-defun): Doc fixes.
3098 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
3100         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3102 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
3104         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3105         GDB list command without argument for greater generality.
3107 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3109         * subr.el (string-or-null-p): New function.
3111         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3113         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3115         * files.el: Update comment about safe-local-variable declarations.
3117 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
3119         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3120         See idlwave.org.
3122         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3123         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
3125         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3126         See idlwave.org.
3128         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3129         version 6.0 (minimal changes).  See idlwave.org.
3131         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3132         6.0 (minimal changes).  See idlwave.org.
3134         * progmodes/idlw-rinfo.el: File obsoleted and removed.
3136 2006-04-06  Romain Francoise  <romain@orebokech.com>
3138         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3139         symmetric encryption features and a new asynchronous interface to
3140         GnuPG.  This new version is version 1.4, plus whitespace changes.
3142 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3144         * files.el: Move some `safe-local-variable' declarations to the
3145         respective files.
3147         * textmodes/ispell.el (ispell-check-comments)
3148         (ispell-local-dictionary): Mark as safe.
3150         * abbrev.el (abbrev-mode): Mark as safe.
3152         * add-log.el (change-log-default-name): Mark as safe.
3154         * textmodes/reftex-vars.el (reftex-vref-is-default)
3155         (reftex-fref-is-default, reftex-level-indent)
3156         (reftex-guess-label-type): Mark as safe.
3158         * textmodes/fill.el (colon-double-space): Mark as safe.
3160         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3161         (sentence-end-double-space, sentence-end-without-period)
3162         (sentence-end-without-space, sentence-end, sentence-end-base)
3163         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3165 2006-04-06  Kim F. Storm  <storm@cua.dk>
3167         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3168         the :set-after list.
3169         (ido-downcase-unc-hosts): New user option.  Default on.
3170         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3171         when it is set, as regexps are now applied on the fly.
3172         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3173         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3174         on the fly, but only when ido-process-ignore-lists is set.
3175         Do case insensitive filtering if ido-downcase-unc-hosts is set.
3176         Only downcase names if ido-downcase-unc-hosts is set.
3178 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
3180         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3182         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3184 2006-04-05  Kim F. Storm  <storm@cua.dk>
3186         * ido.el (ido-mode): Set after ido-unc-hosts and
3187         ido-ignore-unc-host-regexps.
3188         (ido-save-history): Save ido-unc-hosts-cache.
3189         (ido-load-history): Load ido-unc-hosts-cache.
3190         (ido-reread-directory): Refresh unc hosts cache in // dir.
3192         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3193         to nil while displaying slash screen.
3195 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3197         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3198         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3200 2006-04-05  Kenichi Handa  <handa@m17n.org>
3202         * international/characters.el: Setup cases of Latin, Greek, and
3203         Cyrillic characters in CJK charsets.
3205 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3207         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3208         default-enable-multibyte-characters.  This reverts the change from
3209         revision 6.17 which is no longer necessary because the passphrase
3210         is sent separately now.  GnuPG messages are unreadable under
3211         multibyte locales with default-enable-multibyte-characters set to nil.
3213 2006-04-04  Andreas Schwab  <schwab@suse.de>
3215         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3216         and `byte-compile-warnings' as `safe-local-variable'.
3218 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
3220         * man.el (Man-mode-map): Restore the \r binding.
3221         (Man-abstract-xref-man-page): If Man-target-string is a function,
3222         call it.
3223         (Man-highlight-references): Use Man-default-man-entry to get the
3224         target.  Deal with xrefs too.
3225         (Man-highlight-references0): Don't call the target function.
3227         * woman.el (WoMan-xref-man-page): Strip the section number, woman
3228         cannot deal with it.
3230 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3232         * pgg-gpg.el: Clean up process buffers every time gpg processes
3233         complete.
3235 2006-04-04  Kenichi Handa  <handa@m17n.org>
3237         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3238         here.
3239         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3240         Temporarily bind inhibit-field-text-motion to t.
3242 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3244         * startup.el (normal-splash-screen): Only set mode-line-format in the
3245         splash buffer, so as not to interfere when debugging the code.
3246         Ignore errors when switching buffer.
3248 2006-04-03  Romain Francoise  <romain@orebokech.com>
3250         * dired.el (dired-dnd-protocol-alist): Fix typo.
3252 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3254         * savehist.el (savehist): Add :version.
3255         (savehist-ignored-variables): New variable.
3256         (savehist-minibuffer-hook): Don't save variables listed in
3257         `savehist-ignored-variables'.
3259         * dired.el (dired-dnd-protocol-alist): Mention that change does
3260         only apply to new buffers in doc string.
3262 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
3264         * recentf.el (recentf-open-files-item): Include newline in button
3265         field, so opening a file will work, when the point is at the end
3266         of the file name.  Allow, for example, to [i]search a file by
3267         extension and just push RET to open it.
3269 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3271         * pgg-gpg.el (pgg-gpg-process-filter)
3272         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3274         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3275         lines, temporary fix.
3277 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
3279         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3281 2006-04-02  Richard Stallman  <rms@gnu.org>
3283         * progmodes/compile.el (compilation-message-face): Make it defcustom.
3285 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
3287         * ibuf-macs.el (define-ibuffer-column): Add a new key:
3288         header-mouse-map.
3290         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3291         (ibuffer-mode-header-map): New keymaps.
3292         (ibuffer-update-title-and-summary): Enable mouse face highlighting
3293         and keybindings for column headers.
3294         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3295         property.
3297 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
3299         * speedbar.el (speedbar-after-create-hook): Doc fix.
3301 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
3303         * shell.el (shell-directory-tracker)
3304         (shell-dynamic-complete-command): Doc fixes.
3306 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
3308         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3309         terminals.
3311 2006-04-01  Kim F. Storm  <storm@cua.dk>
3313         * ido.el (ido-unc-hosts-cache): New defvar.
3314         (ido-unc-hosts): If value of defcustom is a function, call it to
3315         get list of UNC hosts.  Add function-item choices to specify
3316         ido-unc-hosts-net-view or user function.
3317         (ido-ignore-unc-host-regexps): New defcustom.
3318         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3319         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3320         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3322 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3324         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3325         wwidth.
3327 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
3329         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3330         (ido-max-work-file-list, ido-switch-buffer)
3331         (ido-read-file-name-as-directory-commands):
3332         Fix typos in docstrings.
3334 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3336         * term/mac-win.el (mac-system-coding-system): Define and use after
3337         Mac-specific coding systems are ready.
3339 2006-03-27  Romain Francoise  <romain@orebokech.com>
3341         * net/rcirc.el (rcirc-connect): Add autoload cookie.
3343         * ldefs-boot.el: Update.
3345 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3347         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3348         passphrases when it is not needed.
3349         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3350         passphrase stuff from gpg, should only be necessary when you use
3351         gpg with a smartcard.
3353 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
3355         * comint.el (comint-dynamic-list-completions): Allow user to
3356         select *Completions* buffer.
3358 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
3360         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3362 2006-03-26  Andreas Schwab  <schwab@suse.de>
3364         * progmodes/gud.el (gdb): Only complain about multiple debugging
3365         when the gdb process is still running.
3367 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
3369         * mail/rmail.el (tool-bar-map): Defvar it.
3370         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3371         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3373 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3375         * help.el (print-help-return-message): Suggest to use
3376         display-buffer instead of switch-to-buffer-other-window to restore
3377         the previous window without selecting it.
3379 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3381         * frame.el (select-frame-by-name): Call x-focus-frame also when
3382         window-system is mac.
3384         * term/mac-win.el: Adjust Courier font specifications in
3385         x-fixed-font-alist.
3386         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3387         when directly encoding to UTF-16 in native byte order, no BOM.
3389 2006-03-25  Kim F. Storm  <storm@cua.dk>
3391         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3392         (cua--init-keymaps): Use it instead of fixed C-return.
3393         (cua-mode): Set after it.
3395         * emulation/cua-rect.el (cua--init-rectangles):
3396         Use cua-rectangle-mark-key instead of fixed C-return.
3398 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
3400         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3401         "run" in .gdbinit.
3402         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3404 2006-03-24  Romain Francoise  <romain@orebokech.com>
3406         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3407         `display-buffer-other-frame'.
3409 2006-03-24  Kim F. Storm  <storm@cua.dk>
3411         * apropos.el (apropos-synonyms): Add selection => region.
3413 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
3415         * progmodes/gdb-ui.el (gdb-var-create-regexp)
3416         (gdb-var-list-children-regexp, gdb-var-update-regexp)
3417         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3418         (gdb-data-list-register-values-regexp)
3419         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3420         Future proof against new fields being added to MI output.
3421         (gdb-send): Don't treat backslashes for program input as
3422         continuations.
3423         (gdb-assembler-handler): Don't use window-start for this handler.
3424         (gdb-frame-handler): Don't change to hollow arrow if overlay
3425         arrow doesn't move to new frame.
3427 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
3429         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3430         prevent compiler warnings.
3431         (gdb-stopped): Check for gud-last-last-frame (case: signal).
3432         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3433         (gdb-assembler-custom): Use hollow-right-triangle for assembler
3434         buffer too.
3436 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
3438         * pgg-gpg.el (pgg-gpg-update-agent): Check for
3439         make-network-process, so we can use the same code in Gnus v5-10
3440         too and have this file fully synchronized with that release.
3442 2006-03-23  Romain Francoise  <romain@orebokech.com>
3444         * ibuf-ext.el (ibuffer-read-filter-group-name):
3445         Use `ibuffer-generate-filter-groups' to make completion list match
3446         the filter groups that are really displayed in the Ibuffer buffer.
3447         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3449 2006-03-23  Kenichi Handa  <handa@m17n.org>
3451         * international/mule-cmds.el (sort-coding-systems): Describe that
3452         the argument is modified in docstring.
3454 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3456         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3457         (pgg-gpg-update-agent): New function.
3458         (pgg-gpg-use-agent-p): New function.
3459         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3460         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3461         (pgg-gpg-sign-region): Use it.
3463 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
3465         * cus-edit.el (custom-face-set): Call custom-push-theme before
3466         face-spec set so that `changed' theme is correctly saved.
3467         (custom-face-reset-standard): Reset to recalculated face rather
3468         than defface spec.
3470         * custom.el (custom-push-theme): Only save `changed' theme if the
3471         current face does not match the defface specs.
3473 2006-03-21  Simon Josefsson  <jas@extundo.com>
3475         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3476         <wilde@sha-bang.de>.
3477         (pgg-gpg-use-agent): New variable.
3478         (pgg-gpg-process-region): Use it.
3479         (pgg-gpg-encrypt-region): Likewise.
3480         (pgg-gpg-encrypt-symmetric-region): Likewise.
3481         (pgg-gpg-decrypt-region): Likewise.
3482         (pgg-gpg-sign-region): Likewise.
3483         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3485 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
3487         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3488         bracket links.
3490 2006-03-21  Kim F. Storm  <storm@cua.dk>
3492         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3493         fringe-indicator-alist instead of modifying global value.
3494         (gdb-frame-handler): Likewise.
3496 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
3498         * diff-mode.el (diff-function): Make it inherit from diff-header
3499         instead of diff-context.
3501         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3502         bitmap.
3503         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3504         change names in macro above for consistency.
3505         (gdb-frame-handler): Use hollow-right-triangle for all selected
3506         frames which except the innermost (where execution has stopped).
3507         (gdb-reset): Reset buffer-local values of overlay-arrow.
3509 2006-03-20  Richard Stallman  <rms@gnu.org>
3511         * simple.el (set-mark-command): Doc fix.
3513         * files.el (display-buffer-other-frame): New command.
3514         (ctl-x-4-map): Bind C-x 5 C-o to it.
3516 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3518         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3519         rather than just defer-time, in case defer-time has been changed but
3520         the timer isn't running yet.
3521         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3523 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
3525         * help-mode.el (help-follow-symbol): New function.
3526         Essentially identical to the old `help-follow', but do not let
3527         `push-button' do the work when on an xref.
3528         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3530 2006-03-19  Richard Stallman  <rms@gnu.org>
3532         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3533         preceded by the word `program'.
3534         (help-follow-mouse, help-follow): Throw error if not on xref.
3535         Delete no longer used args.
3537 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
3539         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3540         annotation ensure gud-overlay-arrow-position is redisplayed.
3542 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3544         * textmodes/bibtex.el (bibtex-include-OPTkey)
3545         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3546         (bibtex-autokey-name-case-convert)
3547         (bibtex-autokey-titleword-case-convert): Make these the aliases
3548         for the following two variables.
3549         (bibtex-autokey-name-case-convert-function)
3550         (bibtex-autokey-titleword-case-convert-function): Make these the
3551         real names.
3552         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3553         bibtex-font-lock-crossref sublists.
3554         (bibtex-mode): Revert 2005-12-30 change (which made
3555         completion-ignore-case buffer-local).
3556         (bibtex-url): Simplify.
3558 2006-03-19  Kim F. Storm  <storm@cua.dk>
3560         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3561         cursor property value to 2 (to align with C level change).
3563 2006-03-19  Bill Wohler  <wohler@newt.com>
3565         * image.el (image-load-path-for-library): Shorten first line in
3566         docstring.
3568 2006-03-18  Richard Stallman  <rms@gnu.org>
3570         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3572 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
3574         * isearch.el (isearch-other-meta-char): Handle user bindings for
3575         shifted control characters.
3577 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
3579         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3580         part that matches email addresses, file names, etc.
3582 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
3584         * term/w32-win.el (mouse-set-font):
3585         Mention w32-list-proportional-fonts in the doc string.
3587 2006-03-18  Kim F. Storm  <storm@cua.dk>
3589         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3590         (ido-unc-hosts): New user option to explicitly define list of know
3591         UNC-style hosts for completion.
3592         (ido-cache-unc-host-shares-time): New user option.
3593         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3594         New helper functions for UNC file-name support.
3595         (ido-may-cache-directory): Check for UNC host.  Simplify.
3596         (ido-wash-history): Clean out old UNC hosts.
3597         (ido-nonreadable-directory-p): UNC hosts are always readable.
3598         (ido-directory-too-big-p): UNC hosts are never too big.
3599         (ido-set-current-directory): Handle UNC root path.
3600         (ido-file-name-all-completions): Complete UNC host names from
3601         ido-unc-hosts list.  Cache UNC host shares.
3602         (ido-make-file-list-1): Don't filter UNC root.
3603         (ido-exhibit): Check for // in root directory, and switch to UNC
3604         mode by setting ido-current-directory to //.
3606 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
3608         * cus-edit.el (customize-changed-options): Mention explicit
3609         version number as default in prompt.
3611 2006-03-17  Bill Wohler  <wohler@newt.com>
3613         * image.el (image-load-path-for-library): Minor docstring fix.
3615 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
3617         * textmodes/org.el (org-read-date): Include subgroup 5 into
3618         replacement text.
3619         (org-popup-calendar-for-date-prompt): Fix customization type.
3621 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
3623         * progmodes/gdb-ui.el (gud-watch): Provide completion.
3624         (gdb-continuation): New variable.
3625         (gdb-send): Deal with continuation lines.
3627         * progmodes/gud.el (gud-gdb-complete-command)
3628         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3629         expressions.
3630         (gud-tooltip-mode): Use buffer-local value.
3632 2006-03-16  Kim F. Storm  <storm@cua.dk>
3634         * ido.el (ido-edit-input): Use selected match, if any.
3636 2006-03-16  Bill Wohler  <wohler@newt.com>
3638         * image.el (image-load-path-for-library): Prefer user's images in
3639         image-load-path.
3641 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
3643         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3644         when checking for attempt to drag leftmost or rightmost scrollbar.
3646 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
3648         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3649         (gdb-force-mode-line-update): New function.
3650         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3651         (gdb-exited): Use them.
3652         (gdb-signal): New function.
3653         (gdb-annotation-rules): Provide a rule for it.
3655 2006-03-16  Kenichi Handa  <handa@m17n.org>
3657         * international/mule.el (auto-coding-regexp-alist): Add entries
3658         for Unicode BOM.
3660         * sort.el (sort-build-lists): Temporarily bind
3661         inhibit-field-text-motion to t.
3663 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
3665         * locate.el (locate-command, locate-make-command-line)
3666         (locate-fcodes-file, locate-update-command)
3667         (locate-prompt-for-command, locate, locate-with-filter)
3668         (locate-get-file-positions): Doc fixes.
3669         (locate-buffer-name, locate-header-face): Remove leading `*' in
3670         defcustom.
3671         (locate-filter-output): Use `keep-lines' instead of its alias
3672         `delete-non-matching-lines'.
3673         (locate-get-filename, locate-get-dirname): Add introductory comment.
3674         (locate-find-directory-other-window): Give appropriate error
3675         message if used outside main listing.
3677 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3679         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3680         the new extend-region feature.
3681         (font-lock-after-change-function): Update correspondingly.
3682         * jit-lock.el (jit-lock-after-change): Update correspondingly.
3683         * progmodes/grep.el (font-lock-lines-before): Don't disable.
3685 2006-03-15  Bill Wohler  <wohler@newt.com>
3687         * image.el (image-load-path-for-library): Fix example by not
3688         recommending that one binds image-load-path.  Just defvar it to
3689         placate compiler and only use it if previously defined.
3691 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
3693         * textmodes/org.el (org-insert-centered): Use `string-width' to
3694         make underlining work for wide characters.
3695         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3696         TAB to `org-cycle', to make sure that no binding in
3697         `outline-mode-map' can supercede it.
3699 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
3701         * allout.el: Increment version to 2.2.1 in file commentary.
3703         (allout-version): Increment to 2.2.1.
3705         (allout-default-layout): New customization variable, used when the
3706         file lacks a specific allout-layout.  Uses allout-layout-type for
3707         recursively nested definition.
3709         (allout-layout-type): Widget defining allout layouts, necessary for
3710         self-recursive definition.
3712         (allout-mode): Incorporate allout-default-layout as fallback for
3713         allout-layout.
3715         (allout-layout): Mark as 'safe-local-variable', and refer mention
3716         fallback to `allout-default-layout' in absence of a specified value.
3717         (allout-passphrase-verifier-string)
3718         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3720         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3722         (allout-get-encryption-passphrase-verifier): Use correct name of
3723         passphrase verifier in docstring.
3725 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
3727         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3728         elements.
3729         (gdb-find-watch-expression): Make it work for arrays too.
3730         Follow change to gdb-var-list.
3731         (gud-watch): Allow the user to enter variable name with a prexix
3732         arg.  Create keybindings.
3733         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3734         (gdb-var-list-children-handler, gdb-var-update-handler)
3735         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3736         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3737         Follow change to gdb-var-list.
3738         (gdb-starting): Don't show the overlay arrows when program is running.
3740         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3741         gdb-var-list.
3743 2006-03-14  Bill Wohler  <wohler@newt.com>
3745         * image.el (image-load-path-for-library): Pass value of path
3746         rather than symbol.  Always return list of directories.
3747         Guarantee that image directory comes first.
3749 2006-03-14  Alan Mackenzie  <acm@muc.de>
3751         * font-core.el (font-lock-extend-region\(-function\)?.):
3752         New function/variable.
3754         * font-lock.el (font-lock-after-change-function):
3755         Call font-lock-extend-region.  Obey font-lock-lines-before.
3756         (font-lock-default-fontify-region): Remove reference to
3757         font-lock-lines-before.
3759         * jit-lock.el (jit-lock-after-change):
3760         Call font-lock-extend-region.  Obey font-lock-lines-before.
3762 2006-03-14  David Ponce  <david@dponce.com>
3764         * tree-widget.el (tree-widget-themes-load-path)
3765         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3767 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
3769         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3770         (rcirc-print): Mark the start of text at the end of the prompt.
3771         (rcirc-track-minor-mode): Add autoload cookie.
3772         (rcirc-update-activity-string): Add space to front of mode-line
3773         indicator.
3775 2006-03-13  Miles Bader  <miles@gnu.org>
3777         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3778         (rcirc-abbrev-nick): Remove function.
3779         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3781 2006-03-13  David Ponce  <david@dponce.com>
3783         * tree-widget.el: Handle themes across all occurrences of the main
3784         themes sub-directory found in tree-widget-themes-load-path.
3785         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3786         (tree-widget--locate-sub-directory): Return all occurrences.
3787         (tree-widget-themes-path): New function.
3788         Replace tree-widget-themes-directory, and return a list of directories.
3789         (tree-widget-set-parent-theme)
3790         (tree-widget-lookup-image): Use it.
3792 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
3794         * textmodes/org.el (org-link-search): Avoid self-matching of
3795         links, allow target text to be distributed over several lines.
3796         (org-search-not-link): New function.
3797         (org-set-regexps-and-options, org-get-current-options):
3798         New startup options.
3799         (org-export-as-html): Take odd-level setting from local variable.
3800         (org-fontify-emphasized-text): New option.
3801         (org-set-font-lock-defaults): Include emphasized text.
3802         (org-follow-mhe-link): Allow folder-only links, fix folder name.
3803         (org-font-lock): Customize group renamed from `org-faces'.
3805 2006-03-13  John Paul Wallington  <jpw@pobox.com>
3807         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3808         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
3810 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
3812         * cus-start.el (all): Delete :version keyword for members of the
3813         fringe group, since the entire group is new in 22.1.
3815 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
3817         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3818         map if value is hexadecimal (an address).
3819         (gud-watch): Only search roots for existing watch expressions.
3820         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3821         prevent caching problems with speedbar-update-directory-contents.
3823 2006-03-12  Juri Linkov  <juri@jurta.org>
3825         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3826         before comparing with `low' and `warn'.
3828         * info.el (Info-dir-remove-duplicates): Move point to the
3829         beginning of the current line after deleting the entries from
3830         redundant heading.  Use marker for `limit' and compare it with
3831         point before calling `re-search-forward'.
3833 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
3835         * simple.el (yank): Fix typo in docstring.
3837 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
3839         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3840         messages, where "D" is the 6th character.
3842 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
3844         * simple.el (yank): Fix last change.
3846 2006-03-11  David Ponce  <david@dponce.com>
3848         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3849         merging elements from the standard ispell-dictionary-alist.
3850         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3851         alist, and return the new alist.
3853 2006-03-11  Richard Stallman  <rms@gnu.org>
3855         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3857         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3858         the way it is implemented is too unclean.
3860         * simple.el (kill-region, yank): Doc fix.
3862         * battery.el (battery-echo-area-format): Doc fix.
3863         (battery-mode-line-format): Likewise.
3864         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3865         (battery-linux-proc-acpi): Ignore batteries that say "charged".
3867 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
3869         * progmodes/octave-mod.el (octave-indent-for-comment):
3870         Behave according to do string.
3872 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
3874         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3875         Be visible only if major mode is Mail Mode.
3877         * textmodes/flyspell.el (flyspell-external-point-words)
3878         (flyspell-process-localwords): Fix last changes.
3880 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
3882         * calendar/holidays.el (list-holidays): Doc fix.
3884         * international/mule.el (auto-coding-alist): Add .odt
3885         (OpenOffice's open document) files.
3887         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3888         document) files.  Mention in the doc string the need to sync with
3889         auto-coding-alist.
3891 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
3893         * files.el (hack-local-variables-confirm): Don't prompt for ! if
3894         enable-local-variables is set to always query, or there is no
3895         savable variable.
3897 2006-03-10  Bill Wohler  <wohler@newt.com>
3899         * image.el (image-load-path-for-library): Merge at least three
3900         functions from Gnus and MH-E into this one function that can now
3901         be shared.
3903 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
3905         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3906         gdb-remove-mouse-face and remove help-echo too.
3907         (gdb-enqueue-input): Correct conditional clause.
3909 2006-03-10  Glenn Morris  <rgm@gnu.org>
3911         * calendar/calendar.el (calendar-holidays): Doc fix.
3912         * calendar/holidays.el (list-holidays): Doc fix.
3914 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
3916         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3917         it gets called in gdb-prompt anyway.
3918         (gdb-use-separate-io-buffer): Only restore window arrangement for
3919         gdb-many-windows.
3920         (gdb-enqueue-input): Make it harder to send GDB input when program
3921         is running.
3922         (gdb-buffer-list): New variable.
3923         (gdb-remove-mouse-face): New function.
3924         (gdb-starting): Use it when GDB input won't get sent.
3926 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
3928         * help.el (view-lossage): Remove trailing whitespace before
3929         inserting "\n".
3931 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
3933         * files.el (hack-local-variables-confirm):
3934         Set coding-system-for-read to nil before writing to .emacs.
3936         * arc-mode.el (archive-extract): Check if an existing buffer name
3937         comes from a different archive.
3939         * help.el (describe-key-briefly): If KEY is a down event, read and
3940         discard the up event.
3942 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
3944         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3945         be edited and use font-lock-warning-face for any changes.
3947         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3948         (gdb-edit-value): Use it to report any errors.
3950 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
3952         * help.el (describe-key): Remove leftover test code.
3954 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
3956         * textmodes/org.el: Move defvars out of eval-when-compile.
3957         Use buffer-file-name variable.
3958         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3959         arg `file'.
3960         (org-level-faces): Remove startup dependency.
3961         (org-cycle, org-map-tree, org-scan-tags)
3962         (org-remember-handler): Don't call `outline-level' directly.
3963         (org-mhe-search-all-folders): New option.
3964         (org-mhe-get-message-folder-from-index)
3965         (org-mhe-get-message-folder): Fix indexing search.
3966         (org-format-agenda-item): Handle nil TAGS argument.
3967         (org-cleaned-string-for-export, org-activate-target-links)
3968         (org-make-target-link-regexp): Deal with empty radio target list.
3969         (org-tag): New face.
3970         (org-get-level-face): New function.
3971         (org-set-font-lock-defaults): Simplify setup for headlines.
3972         (org-complete): Pass common substring to `display-completion-list'.
3974 2006-03-06  David Ponce  <david@dponce.com>
3976         * tree-widget.el: Update Commentary header.
3977         (tree-widget-theme-name): Ignore parent themes.
3978         (tree-widget-set-parent-theme): New function.
3979         (tree-widget-set-theme): Use it.
3980         (tree-widget-set-image-properties): Move definition.  Does nothing
3981         if image properties have already been set.
3982         (tree-widget-image-properties): Move definition.  Receive an image
3983         name.  Set the :pointer property.
3984         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
3985         Don't set the :pointer image property.
3986         (tree-widget-convert-widget): New function.  Handle :dynargs
3987         compatibility here.
3988         (tree-widget): Use it to :convert-widget.  Add the :expander-p
3989         predicate to control when the :expander function is entered.
3990         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3991         (tree-widget-value-create): Handle :expander-p.  widget-apply
3992         :expander.
3993         (tree-widget-expander-p): New function.  Default value of the
3994         :expander-p property.
3996 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
3998         * help.el (describe-key): Properly handle the return value of
3999         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
4000         remaps.  Handle string and vector `follow-link' values.
4002 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4004         * complete.el (PC-expand-many-files): Try be more careful when parsing
4005         the shell's output.
4007 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4009         * outline.el (hide-sublevels): Provide better interactive default.
4011 2006-03-06  Kenichi Handa  <handa@m17n.org>
4013         * international/fontset.el (create-fontset-from-fontset-spec):
4014         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4016 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
4018         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4019         backslashes instead of one in regexp.
4020         (gud-tooltip-dereference): Add missing optional argument.
4022 2006-03-04  John Paul Wallington  <jpw@pobox.com>
4024         * wdired.el (toplevel): Require `cl' at compile-time.
4026 2006-03-04  Andreas Schwab  <schwab@suse.de>
4028         * server.el (server-process-filter): Handle errors during
4029         evaluation of the argument.
4031 2006-03-03  John Paul Wallington  <jpw@pobox.com>
4033         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4034         escape parentheses at beginning of line.
4035         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4036         (t-mouse-mode): Remove period from end of error message.
4038 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
4040         * textmodes/flyspell.el (flyspell-process-localwords):
4041         Be case-sensitive.
4043 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
4045         * cus-edit.el (custom-quote): Remove function, since it has been
4046         moved to custom.el.
4048         * font-lock.el (lisp-font-lock-keywords-2)
4049         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4050         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4051         they have no special meaning.
4053         * midnight.el (clean-buffer-list): Handle case where base-buffer of
4054         indirect buffer gets killed before indirect buffer.  Use dolist.
4056 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
4058         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4059         value instead of a literal constant (1) on more pauses.
4061 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
4063         * textmodes/flyspell.el (flyspell-external-point-words):
4064         Be case-sensitive.
4066 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
4068         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4069         with "www".
4071 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
4073         * allout.el: Restablish intermediate missing comment header to
4074         preserve outline structure.
4075         (allout-beginning-of-current-entry): Skip invisible text.
4076         (allout-open-topic): Fix opening a topic at end-of-buffer.
4077         (allout-minor-mode): Move nearer to allout-mode function.
4079 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
4081         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4083 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
4085         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4086         is nil.
4088         * progmodes/gud.el (gud-speedbar-menu-items):
4089         Use buffer-local-value and add missing :visible keyword.
4091         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4093 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
4095         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4096         must be `follow-link'.
4098         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4100         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4101         formatting: No nested anchors.
4102         (org-all-targets): Fix bug with XEmacs compatibility.
4103         (org-read-date): Add (require 'parse-time).
4104         (org-set-tags): Fix bug with extra inserted space.
4105         (org-export-html-style): Define a style class for targets.
4106         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4107         (org-hide-leading-stars): New option.
4108         (org-hide): New face.
4109         (org-set-font-lock-defaults): Allow to hide leading stars.
4110         (org-get-legal-level, org-tr-level): New functions.
4111         (org-odd-levels-only): New option.
4112         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4113         (org-demote, org-promote): Deal with double-star levels.
4114         (org-convert-to-odd-levels): New command.
4116 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
4118         * speedbar.el (speedbar-update-localized-contents): Try to
4119         preserve window-start.
4120         (speedbar-update-directory-contents): Try to preserve window-start
4121         and window-point.
4122         (speedbar-update-special-contents): Don't move back to start of window.
4124         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4125         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
4126         speedbar-timer-fn.
4127         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4128         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4129         instead of gdb-speedbar-timer-fn.
4131 2006-02-28  Jay Belanger  <belanger@truman.edu>
4133         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4134         (math-compose-expr): Use latex option when calling
4135         `math-compose-tex-matrix' for latex mode.
4137 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
4139         * speedbar.el: Re-instate comments about developing for speedbar
4140         [this is what info and gdb-ui use even if better methods exist now].
4142         * t-mouse.el: New file.
4143         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
4144         (t-mouse-lispy-buffer-posn-from-coords): Remove.
4145         (t-mouse-make-event-element): Use posn-at-x-y instead.
4146         (t-mouse-make-event): Deal with Fedora Core 3.
4147         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4148         (t-mouse-mouse-position-function): New function.  Use it instead
4149         of advising mouse-position.
4150         (t-mouse-mode): New minor mode.
4151         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
4153 2006-02-27  Glenn Morris  <rgm@gnu.org>
4155         * calendar/calendar.el (calendar-holidays): Doc fix.
4157 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
4159         * progmodes/gdb-ui.el (gdb-source-window): New variable.
4160         Re-introduce the concept of a source window.
4161         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4162         consistency with get-buffer-create.
4163         (def-gdb-auto-update-handler, gdb-info-locals-handler)
4164         (gdb-data-list-register-values-handler)
4165         (gdb-stack-list-locals-handler): Try to preserve window-start as
4166         well as window-point.
4167         (gdb-display-source-buffer): New function (old concept).
4168         (gdb-goto-breakpoint): Use it.
4170         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4171         for gdb-ui/gdb-mi (old concept).
4173 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
4175         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4176         binding.
4178         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4180         * textmodes/reftex-sel.el (reftex-select-label-map)
4181         (reftex-select-bib-map): Add `follow-mouse' binding.
4183 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
4185         * jka-cmpr-hook.el (jka-compr-compression-info-list)
4186         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4187         Give :set functions to provide automatic updating.
4188         Update docstring.  Give compiler defvars early in the file
4189         and move the defcustoms to a later spot where all called functions
4190         are defined.
4191         (jka-compr-file-name-handler-entry): Doc fix.
4192         (jka-compr-compression-info-list--internal)
4193         (jka-compr-mode-alist-additions--internal)
4194         (jka-compr-load-suffixes--internal): New variables.
4195         (jka-compr-install): Set the three above variables.
4196         Update `load-file-rep-suffixes' instead of `load-suffixes'.
4197         (jka-compr-update, jka-compr-set): New functions.
4198         (auto-compression-mode): Doc fix.
4200         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4201         Update `load-file-rep-suffixes' instead of `load-suffixes'.
4202         Use jka-compr-compression-info-list--internal,
4203         jka-compr-mode-alist-additions--internal and
4204         jka-compr-load-suffixes--internal.
4206         * files.el (load-library):
4207         * loadhist.el (file-loadhist-lookup):
4208         * startup.el (command-line):
4209         * subr.el (locate-library):
4210         * emacs-lisp/autoload.el (update-directory-autoloads):
4211         * emacs-lisp/find-func.el (find-library-suffixes):
4212         Use `get-load-suffixes' instead of `load-suffixes'.
4214         * subr.el (locate-library):
4215         * emacs-lisp/find-func.el (find-library-name):
4216         Use `load-file-rep-suffixes' instead of '("").
4218 2006-02-26  Kim F. Storm  <storm@cua.dk>
4220         * ido.el (ido-save-history, ido-load-history): Simplify.
4221         Don't use find-file-noselect to avoid interference from other modes.
4223 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
4225         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4226         to use the default shell if filename is not available.
4227         Reported by Giorgos Keramidas.
4229 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
4231         * progmodes/etags.el (tags-completion-table): Do completion from
4232         all the tables in the current list, as documented in the manual.
4234 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4236         * CC Mode Update to 5.31.3.
4238 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4240         * progmodes/cc-mode.el (c-postprocess-file-styles):
4241         Bind inhibit-read-only to t, around the call to
4242         c-remove-any-local-eval-or-mode-variables, so that it works on a
4243         RO file.
4245 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4247         * progmodes/cc-awk.el: Correct a typo.
4249 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4251         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4252         c-hungry-delete-backwards, at the request of RMS.  Leave the old
4253         name as an alias.
4255 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4257         * progmodes/cc-mode.el: Correct a typo.
4259 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4261         * progmodes/cc-defs.el: Update the version number to 5.31.3.
4263 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4265         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4266         brace-else-brace (error due to mbeg, mend being undefined).
4268 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4270         * progmodes/cc-mode.el: File Local variables: Solve the problem
4271         where both `mode' and c-file-offsets are specified: `mode' will
4272         overwrite c-f-o's settings:
4273         (c-remove-any-local-eval-or-mode-variables): New function.
4274         (c-postprocess-file-styles): Call the above new function, within
4275         c-tentative-buffer-change, to splat `mode' and `eval' before the
4276         second hack-local-variables.
4278 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4280         * progmodes/cc-mode.el:
4281         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4282         (c-after-change): Protect the match data with save-match-data.
4283         It was getting corrupted by c-after-change-check-<>-operators.
4285         * cc-defs.el: [Supersedes patch V1.38]:
4286         (top level): Check for a buggy font-lock-compile-keywords ONLY in
4287         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
4289         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4290         with save-match-data.  It was being corrupted when Font Lock was
4291         not enabled.
4293 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4295         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4296         Mode and Subword Mode.
4298         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4299         real labels ("case 1:" or "foo:") from non-labels ("public:").
4300         (c-forward-objc-directive): Replace c-forward-token-2 with crude
4301         coding; c-f-t-2 doesn't move over a token at EOB.
4303         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4305         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4306         (c-update-modeline): Concatenate the minor mode indicators
4307         directly onto mode-name, removing c-submode-indicators.
4308         Sometimes, c-s-i got separated from the mode name on the mode line.
4310         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4311         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4313 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4315         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4316         error message when there's an evaluation error to show whether
4317         it's loaded from source or not.
4318         (c-filter-ops): Make it available at runtime too to work when
4319         `c-make-init-lang-vars-fun' needs to evaluate from source.
4321 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
4323         * help.el (help): Revert last part of 2006-02-23 change (deletion
4324         of the `provide' call).
4326 2006-02-23  Juri Linkov  <juri@jurta.org>
4328         * compare-w.el (compare-windows-highlight): Add new value
4329         `persistent' and change :type from `boolean' to `choice'.
4330         (compare-windows-overlays1, compare-windows-overlays2):
4331         New internal variables.
4332         (compare-windows-highlight): If compare-windows-highlight is
4333         `persistent', add current overlays to compare-windows-overlays[12]
4334         instead of adding compare-windows-dehighlight to pre-command-hook.
4335         (compare-windows-dehighlight): Delete all overlays from
4336         compare-windows-overlays[12].
4338         * info.el (Info-search): Don't bind search-spaces-regexp to
4339         Info-search-whitespace-regexp in non-regexp isearch mode.
4341 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4345 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
4347         * textmodes/org.el (org-xemacs-p)
4348         (org-export-html-show-new-buffer, org-table-may-need-update)
4349         (org-insert-item, org-mhe-get-message-real-folder)
4350         (org-mhe-get-message-folder-from-index)
4351         (org-mhe-get-message-folder, org-mhe-get-message-num)
4352         (org-mhe-get-header, org-make-org-heading-search-string)
4353         (org-make-org-heading-camel, org-table-sort-lines)
4354         (org-format-org-table-html, org-format-table-table-html):
4355         Fix typos in docstrings.
4357 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
4359         * textmodes/org.el (org-cleaned-string-for-export)
4360         (org-solidify-link-text): New function.
4361         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4362         XEmacs, just to silence the compiler.
4363         (org-export-as-ascii, org-export-as-html-and-open):
4364         Use `org-cleaned-string-for-export' and create internal links.
4365         (org-follow-mhe-link): Require mh-e, use folder.
4367 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
4369         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4371         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4372         gdb-debug-log-length.
4373         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
4374         it a real ring but...
4375         (gud-gdba-marker-filter): ...make it work like mark-ring.
4376         (gdb-enable-debug): Rename from gdb-enable-debug-log.
4377         (gdb-mouse-jump): New function.  Add bindings.
4379 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
4381         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4382         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4383         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4384         (gdb-debug-log-length): Customize it's length.
4385         (gud-watch, gdb-var-create-handler): Display function::var format
4386         but don't use to create variable object.
4387         (gdb-var-create-handler): Use message-box in place of message.
4388         (gdb-stopped): Call gdb-exited if signalled.
4390 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
4392         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4394         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4396         * textmodes/reftex.el (reftex-locate-file): Search all extensions
4397         if `reftex-try-all-extensions' is set.
4399         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4400         fail silently when there is no valid argument at point.
4401         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4402         `fail-silently' argument.  From a patch by David Reiter.
4404         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4405         New commands.
4406         (org-mark-ring): New variable.
4407         (org-mark-ring-length): New option.
4408         (org-open-at-point, org-goto, org-open-file): Push old position
4409         onto the mark ring.
4410         (org-add-hook): New function.
4411         (org-export-table-remove-special-lines): New option.
4412         (org-skip-comments, org-format-org-table-html): Respect new
4413         option `org-export-table-remove-special-lines'.
4414         (org-open-file): Allow special command configuration for
4415         directory link.
4416         (org-file-apps): Fix bugs in customize type, added setting
4417         for directories.
4418         (org-activate-tags, org-format-agenda-item, org-complete)
4419         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4420         (org-get-tags, org-get-buffer-tags, org-open-at-point)
4421         (org-link-search, org-make-org-heading-search-string)
4422         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4423         (org-radio-targets, org-file-link-context-use-camel-case)
4424         (org-activate-camels): New options.
4425         (org-update-radio-target-regexp, org-all-targets)
4426         (org-make-target-link-regexp, org-activate-target-links):
4427         New functions.
4428         (org-make-org-heading-search-string): New function.
4429         (org-store-link, org-insert-link): Use new option
4430         `org-file-link-context-use-camel-case'.
4431         (org-activate-camels): Use new option `org-activate-camels'.
4432         (org-link-regexp): Add mhe prefix.
4433         (org-open-at-point, org-store-link): Support for mhe links.
4434         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4435         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4436         (org-mhe-get-header, org-follow-mhe-link): New functions.
4437         (org-remove-angle-brackets, org-add-angle-brackets):
4438         New functions.
4439         (org-bracket-link-regexp): New constant.
4440         (org-read-date): Fix bug that was rejecting all typed dates.
4441         (org-link-search): Make hierarchy above visible after a match.
4442         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4443         (org-store-link): Fix bug with link creation when cursor is in
4444         an empty line.
4445         (org-open-at-point): Fix bug with matching a link.
4446         Fixed buggy argument sequence in call to `org-view-tags'.
4447         (org-compile-prefix-format): Set `org-prefix-has-tag'.
4448         (org-prefix-has-tag): New variable.
4449         (org-format-agenda-item): Remove tags from headline
4450         if appropriate.
4451         (org-agenda-remove-tags-when-in-prefix): New option.
4453 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
4455         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4456         Fix the regular expressions.
4458 2006-02-21  Richard M. Stallman  <rms@gnu.org>
4460         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4461         if there's no other specific basis.
4463         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4464         as variables at all.
4465         (unsafep-variable): Rename arg; doc fix.
4467         * abbrevlist.el (list-one-abbrev-table): Add autoload.
4469         * calendar/appt.el (diary-selective-display): Add defvar.
4471         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4473         * isearch.el (search-whitespace-regexp): Fix custom type.
4475         * help.el (describe-key-briefly): Compute interactive args
4476         in same was as before previous change.
4478         * files.el (enable-local-variables): Doc fix.
4480 2006-02-21  Kim F. Storm  <storm@cua.dk>
4482         * fringe.el: Cleanup as file is now pre-loaded.
4483         (fringe-bitmaps): Initialize unconditionally.
4484         (fringe-mode, set-fringe-style): Remove autoload cookies.
4486 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4488         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4489         `horizontal-bar'.
4490         (fringe-cursor-alist): Use `horizontal-bar'.
4492 2006-02-20  Kim F. Storm  <storm@cua.dk>
4494         * fringe.el (fringe-bitmaps): Update to new bitmap names.
4495         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4497         * loadup.el: Load "fringe" on window systems.
4499 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
4501         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4502         out of scope components.
4504         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4505         default.
4507 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
4509         * custom.el (customize-mark-to-save, customize-mark-as-set):
4510         Load the symbol first.
4512 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
4514         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4515         strech spec so it doesn't display as "^J" on the header line
4516         when `Buffer-menu-use-header-line' is t.
4518 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
4520         * speedbar.el (speedbar-make-button): Keep text properties
4521         of string arguments if desired.
4523         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4524         expessions.
4526         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4527         of speedbar.
4529 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
4531         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4532         to value of `read-file-name-completion-ignore-case'.
4534 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
4536         * custom.el (customize-mark-as-set): Push to `user' theme.
4538         * cus-edit.el (custom-save-variables): Allow unthemed values.
4539         (customize-set-variable): Push setting to `user' theme.
4541 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
4543         * progmodes/gud.el: Don't require font-lock as it's now
4544         automatically loaded.
4545         (gud-speedbar-buttons): Replace gdb-var-changed with
4546         gdb-force-update.
4548         * progmodes/gdb-ui.el (gdb-force-update): Rename from
4549         gdb-var-changed.
4550         (gdb-post-prompt): Use it.
4551         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4552         (gdb-var-update-handler, gdb-var-delete)
4553         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4554         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4555         gdb-force-update in gdb-post-prompt.
4556         (gdb-reset): Clear watch expressions from speedbar when quitting.
4558 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4560         * viper-cmd.el (viper-insert-state-post-command-sentinel)
4561         (viper-change-state-to-vi, viper-change-state-to-emacs):
4562         Make aware of cursor coloring in the Emacs state.
4563         (viper-special-read-and-insert-char): Use read-char-exclusive.
4564         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4566         * viper-init.el (viper-emacs-state-cursor-color): New variable.
4568         * viper-util.el (viper-save-cursor-color)
4569         (viper-get-saved-cursor-color-in-replace-mode)
4570         (viper-get-saved-cursor-color-in-insert-mode)
4571         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4572         state.
4573         (viper-get-saved-cursor-color-in-emacs-mode): New function.
4575         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4576         (ediff-ignore-case-option3, ediff-actual-diff-options)
4577         (ediff-actual-diff3-options): New variables to control case sensitivity.
4578         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4579         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4580         (ediff-toggle-ignore-case): New function.
4581         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4583         * ediff-help.el (ediff-long-help-message-narrow2)
4584         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4585         (ediff-long-help-message-word-mode): Add ignore-case command.
4586         (ediff-help-for-quick-help): Add ignore-case command.
4588         * ediff-merg.el: Move provide to the end.
4590         * ediff-ptch.el: Move provide to the end.
4592         * ediff-wind.el: Move provide to the end.
4594         * ediff-mult.el: Move provide to the end.
4595         (ediff-set-meta-overlay): Enable follow-link.
4597         * ediff.el: Move provide to the end.
4598         Break recursive load cycle in eval-when-compile.
4599         (ediff-patch-buffer): Better heuristics.
4601         * ediff-util.el: Move provide to the end.
4602         Break recursive load cycle in eval-when-compile.
4603         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
4604         defuns.
4605         (ediff-submit-report): Pass the values of ediff-diff3-program,
4606         ediff-diff3-options.
4608 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
4610         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4611         the opening bracket of the following bracketing pairs: {}, [], (), <>,
4612         `' (for example, in the docstring of `windmove-default-keybindings').
4614 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
4616         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4617         shadow face.  Don't provide binding to edit variable when it is
4618         out of scope.
4620         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4621         (gdb-var-update-handler): Detect out of scope variables with pre
4622         GDB 6.4 too.
4623         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4624         Reset status of variable objects to nil in update handlers.
4625         (gdb-var-update-handler-1): Detect when a variable object comes
4626         in scope.  setcar on var changes gdb-var-list directly.
4628 2006-02-17  Juri Linkov  <juri@jurta.org>
4630         * ffap.el (ffap) <defface>: Add explicit face declaration.
4631         (ffap-highlight): Use face `ffap' directly instead of checking
4632         for its existence.
4634         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4635         `visible-ok' of `other-buffer' to find the right original buffer.
4637         * info.el (Info-search): Skip `Local Variables' node.
4639 2006-02-17  Juri Linkov  <juri@jurta.org>
4641         * info.el (Info-find-file): Check for symbols `apropos', `history',
4642         `toc' in the input filename, and return these symbols as is.
4643         (Info-find-node-2): Set Info-current-file to symbols `apropos',
4644         `history', `toc' instead of strings.
4645         (Info-set-mode-line): For non-string Info-current-file use the
4646         symbol's name inside **.
4647         (Info-isearch-push-state): Add quote before Info-current-file and
4648         Info-current-node.
4649         (Info-isearch-pop-state): Use `equal' instead of `string='.
4650         (Info-extract-pointer, Info-following-node-name): Use
4651         `match-string-no-properties' instead of `match-string'.
4652         (Info-up): Check `old-file' for `stringp'.
4653         (Info-history): Use `equal' instead of `string-equal'.
4654         Check `file' for `stringp'.
4655         (Info-history): Use symbol `history' instead of string as first arg
4656         of `Info-find-node'.
4657         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
4658         `toc' instead of string.
4659         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4660         instead of `buffer-substring', and `match-string-no-properties'
4661         instead of `match-string'.
4662         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4663         instead of strings.
4664         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4665         Use symbol `apropos' instead of string.
4666         (Info-copy-current-node-name): Check `Info-current-file' for
4667         `stringp' and construct a command with `Info-find-node' from it.
4668         (Info-fontify-node): Use `match-string-no-properties' instead of
4669         `match-string' and check file names for `stringp'.
4670         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4671         `history', `toc' instead of strings.
4673 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
4675         * files.el: Rearrange functions and variables in the file local
4676         variables section.
4678 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
4680         * files.el: Add truncate-lines, ispell-check-comments and
4681         ispell-local-dictionary as safe local variables.
4683 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
4685         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4686         out of scope variables.
4687         (gud-speedbar-buttons): Use unless.
4689         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4690         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4691         (gdb-show-changed-values): Also use for out of scope variables.
4692         (gdb-var-update-handler-1): Note if variable goes out of scope.
4694 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
4696         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4697         default to global variable values for unsupplied args.
4698         (rcirc-get-buffer-create): Fix bug with setting the target.
4699         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4700         test for rcirc-always-use-server-buffer-flag here.
4701         (rcirc-response-formats): Add %N, which is a facified nick.  %n
4702         uses the default face.  Change the ACTION format string.  If the
4703         "nick" is the server, don't print anything for that field.
4704         Comment fixes.
4705         (rcirc-target-buffer): Don't test
4706         rcirc-always-use-server-buffer-flag here.
4707         (rcirc-print): Squeeze extra spaces out of the text before message.
4708         (rcirc-put-nick-channel): Strip potential "@" char from nick
4709         before adding them to nick table.
4710         (rcirc-url-regexp): Improve to match address like "foo.com".
4712 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
4714         * allout.el (allout-hidden-p): Move this defsubst before
4715         allout-overlay-interior-modification-handler, where it is first
4716         used.
4718 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
4720         * allout.el: Use allout invisible-text overlays instead of
4721         selective display for concealed text.  Also, lots of general
4722         cleanup, and improved compatibility code.
4724         (allout-version) Incremented, corrected, revised, and refined
4725         module commentary.
4727         (provide 'allout): Moved to the bottom, added a require of overlay.
4729         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4730         `except-current'.
4731         (allout-write-file-hook-handler): Minimize delay.
4732         (count-trailing-whitespace-region): New function so
4733         auto-encryption of current topic can resituate cursor exactly.
4734         PGP/GPG encryption trims trailing whitespace from lines, which
4735         must be accounted for across encryption then decryption.
4737         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4738         just plain "\C-c", to avoid intruding on user's keybinding space.
4740         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4741         parameter, so user request to provide a new password is done.
4743         (allout-outside-normal-auto-fill-function, allout-auto-fill):
4744         Refined mechanism for auto-filling behavior while in allout mode.
4746         (allout-mode): Explicitly specify the mode map in the docstring.
4747         Clarify provision for various write-file hook var names.
4748         Adjusted for invisible-text overlays instead of selective-display.
4750         (allout-depth): Really return 0 if not within any topic.  This
4751         rectifies `allout-beginning-of-level' and sequence numbering
4752         errors that occur when cutting and pasting numbered topics.
4753         Changed from a in-line subst to a regular function, as well.
4755         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4757         (allout-end-of-subtree, allout-end-of-subtree)
4758         (allout-end-of-entry, allout-end-of-current-heading)
4759         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4760         (allout-show-children, allout-show-to-offshoot)
4761         (allout-hide-current-entry, allout-show-current-entry): Rectified
4762         handling of trailing blank lines between items.
4764         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4765         (allout-current-depth, allout-unprotected, allout-hidden-p)
4766         (allout-on-current-heading-p, allout-listify-exposed)
4767         (allout-chart-subtree, allout-goto-prefix)
4768         (allout-back-to-current-heading, allout-get-body-text)
4769         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4770         (allout-hide-region-body, allout-toggle-subtree-encryption)
4771         (allout-encrypt-string, allout-encrypted-key-info)
4772         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4773         (allout-file-vars-section-data): Adjusted for use with
4774         invisible-text overlays instead of selective-display.
4776         (allout-kill-line, allout-kill-topic, allout-yank-processing):
4777         Reworked for use with invisible text overlays.
4779         (allout-current-topic-collapsed-p): New function.
4781         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4782         to know when to close the containing topic.
4784         (allout-pre-command-business, allout-post-command-business):
4785         Simplify undo-batching and dynamic isearch exposure.
4787         (allout-set-overlay-category): New for invisible-text overlays.
4788         Sets properties of allout-overlay-category, used by
4789         allout-flag-region to set invisible-text overlay properties.
4790         (allout-get-invisibility-overlay): Get the first qualifying
4791         invisibility overlay, so we can find the extent of it.
4792         (allout-back-to-visible-text): Get to just before the beginnining
4793         of the current invisibility overlay, if any.
4795         (allout-overlay-insert-in-front-handler)
4796         (allout-overlay-interior-modification-handler)
4797         (allout-before-change-handler, allout-isearch-end-handler): New
4798         functions to handle extraordinary actions affecting concealed
4799         text.
4801         (allout-flag-region): Use overlays instead of selective-display
4802         for invisible text - by inheritence from the properties of
4803         allout-overlay-category in mainline Emacs, and applied
4804         property-by-property in XEmacs, some recent versions of which
4805         don't inherit the properties from the category.  Provisions to
4806         respond to concealed-text edits simplified drastically.
4808         (allout-isearch-rectification, allout-isearch-was-font-lock)
4809         (allout-isearch-expose, allout-enwrap-isearch)
4810         (allout-isearch-abort, allout-pre-was-isearching)
4811         (allout-isearch-prior-pos, allout-isearch-did-quit)
4812         (allout-isearch-dynamic-expose)
4813         (allout-hide-current-entry-completely): Functions deleted.
4815         (allout-undo-aggregation): Explicit undo aggregation no longer
4816         necessary due to transition away from selective-display.
4818         (set-allout-regexp, allout-up-current-level)
4819         (allout-next-visible-heading, allout-forward-current-level)
4820         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4821         (allout-kill-line, allout-yank-processing, allout-show-children)
4822         (allout-expose-topic, allout-old-expose-topic)
4823         (allout-listify-exposed, allout-insert-latex-header)
4824         (allout-toggle-subtree-encryption, allout-encrypt-string)
4825         (remove-from-invisibility-spec, allout-hide-current-subtree):
4826         Ditched unused variables.
4828 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
4830         * textmodes/ispell.el (ispell-change-dictionary): Call
4831         ispell-buffer-local-dict instead of
4832         ispell-accept-buffer-local-defs.
4833         (ispell-local-dictionary-alist): Accept as valid any coding-system
4834         supported by Emacs.
4835         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4836         changed to iso-8859-3.
4838 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
4840         * speedbar.el (speedbar-frame-width): Make an inline function
4841         instead of a macro.  Use frame-width.
4842         (speedbar-try-completion, speedbar-update-contents)
4843         (speedbar-timer-fn): Use consp.
4844         (speedbar-update-localized-contents): Try to preserve point.
4846         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4847         (menu): Re-order menu items.
4848         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4849         field.
4850         (gdb-var-update-handler-1): Use it for GDB 6.4+.
4851         (gdb-post-prompt): Speed things by not forcing update.
4853 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
4855         * wid-edit.el (widget-button-click): For mouse-1, cancel button
4856         press and perform default action if we get a mouse movement event.
4858 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4860         * calendar/icalendar.el (icalendar--get-event-property)
4861         (icalendar--get-event-property-attributes): Fix typos in
4862         docstrings.
4864         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4865         docstring.
4867 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
4869         * bs.el (bs-mode): Use `buffer-disable-undo'.
4870         (bs--get-file-name): Simplify.
4871         (bs-show-in-buffer): Mark the buffer as not modified.
4873 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4875         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4876         widget-button-click.
4878         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4879         (custom-mode): Update docstring.
4881         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4882         binding.
4884         * files.el (hack-local-variables-confirm): Allow scrolling if the
4885         file variable list is too long.  Kill temp buffer after use.
4887 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
4889         * progmodes/gud.el (gdb): Improve doc string.
4890         (gdb-script-font-lock-keywords): Expand allowed character set.
4892         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4893         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4894         (gdb-separate-io-interrupt, gdb-separate-io-quit)
4895         (gdb-separate-io-stop, gdb-separate-io-eof):
4896         Rename from gdb-inferior-* to gdb-separate-*.
4897         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4899 2006-02-14  Jay Belanger  <belanger@truman.edu>
4901         * calc/calc-arith.el (math-check-known-scalarp): Make sure
4902         expression is a symbol before checking that it is bound.
4904         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4905         test to see if equation can be solved.
4907 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4909         * wid-edit.el (widget-button-click): Use :pressed-face property
4910         for overlay face, if it exists.
4912         * cus-edit.el (custom-manual, custom-add-see-also)
4913         (custom-add-parent-links, custom-group-link): Add :pressed-face
4914         property to links.
4916         * files.el (hack-local-variables): Remove ignored variables before
4917         checking if any variables need setting.
4919 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4921         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4923 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
4925         * help.el (where-is): Fix message for remapped commands.
4927         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4928         Fix typos in docstrings.
4930 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
4932         * files.el (safe-local-variable-values): New option.
4933         (hack-local-variables-prop-line): Return a list of variable-value
4934         pairs if MODE-ONLY is non-nil.
4935         (hack-local-variables): Construct list of variable-value pairs,
4936         and apply or reject them in one go.  Ask for confirmation if
4937         variables are not known safe.
4938         (hack-local-variables-confirm): Complete rewrite.  Support
4939         `safe-local-variable-values'.
4940         (enable-local-variables): Update docstring to reflect new
4941         behavior.
4942         (ignored-local-variables): Ignore ignored-local-variables and
4943         safe-local-variable-values.
4944         (safe-local-variable-p): New function.
4945         (risky-local-variable-p): `safe-local-variable' property check
4946         moved to safe-local-variable-p.
4947         (hack-one-local-variable): Checks moved to hack-local-variables.
4949         (byte-compile-dynamic, c-basic-offset, c-file-style)
4950         (c-indent-level, comment-column, fill-column, fill-prefix)
4951         (indent-tabs-mode, kept-new-versions, no-byte-compile)
4952         (no-update-autoloads, outline-regexp, page-delimiter)
4953         (paragraph-start, paragraph-separate, sentence-end)
4954         (sentence-end-double-space tab-width, version-control):
4955         Add `safe-local-variable' property.
4957         * find-lisp.el: Delete nonexistent `autocompile' file variable.
4959         * icomplete.el, play/landmark.el: Change nonexistent
4960         `outline-layout' file variable to `allout-layout'.
4962 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
4964         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4965         (gdb-get-changed-registers): Test value of gud-minor-mode relative
4966         to gud-comint-buffer.
4967         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4968         gdb-ui.el for gdb-mi.el.
4969         (gdb-post-prompt, gdb-get-changed-registers): Move test for
4970         registers buffer to gdb-get-changed-registers.
4971         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
4972         deletion of catchpoints (throw and catch).
4973         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4974         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4975         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4976         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4977         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4979 2006-02-13  Jay Belanger  <belanger@truman.edu>
4981         * calc/calc-arith.el (math-check-known-matrixp): Make sure
4982         expression is a symbol before checking that it is bound.
4984 2006-02-13  Richard M. Stallman  <rms@gnu.org>
4986         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4987         for the minibuffer too, but not if resize-mini-windows will interfere.
4989         * help.el (describe-key-briefly, describe-key): Do all arg-reading
4990         inside `interactive' spec.
4991         (describe-key-briefly-internal, describe-key-internal):
4992         Functions merged back into their callers.
4994 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
4996         * info.el (info-xref-visited): Inherit from info-xref too.
4997         (Info-set-mode-line): Replace occurrences of `%' by `%%'
4998         when propertizing Info-current-file and Info-current-node.
5000 2006-02-13  Juri Linkov  <juri@jurta.org>
5002         * tumme.el (tumme-thumbnail-storage): Fix docstring.
5003         (tumme-thumb-name): Fix per-directory format.
5005 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
5007         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5009 2006-02-12  Miles Bader  <miles@gnu.org>
5011         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5013 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
5015         * tumme.el: Remove history section.  If someone needs the it, it
5016         can always be found in CVS.
5018 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
5020         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
5021         about the Thumbnail Managing Standard option.
5023 2006-02-12  Richard M. Stallman  <rms@gnu.org>
5025         * subr.el (substitute-key-definition): Doc fix.
5027         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5029         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5031         * info.el (Info-mode): Doc fix.
5033         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5035 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
5037         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5038         because on Solaris a POSIX compatible "id" is needed.  Reported by
5039         Magnus Henoch <mange@freemail.hu>.
5041 2006-02-12  Juri Linkov  <juri@jurta.org>
5043         * tumme.el: Remove todo item about Thumbnail Managing Standard.
5044         (tumme) <defgroup>: Change :group to `multimedia'.
5045         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5046         Managing Standard.
5047         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5048         Fix dostring.
5049         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5050         and %y.  Fix docstring.
5051         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5052         (tumme-cmd-create-standard-thumbnail-command): New user options.
5053         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5054         is `standard'.  Fix docstring.
5055         (tumme-thumb-width, tumme-thumb-height): New user options.
5056         (tumme-external-viewer): Try to find various viewers.
5057         (tumme-get-thumbnail-image): Use `create-image' instead of
5058         constructing the `image' structure.
5059         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5060         `standard'.
5061         (tumme-thumb-name): Add file name generation for standard storage.
5062         Simplify code for other storages.
5063         (tumme-thumb-name): Use width %w and height %h instead of size %s.
5064         Add modification time %m and thumbnail-nq8 %q.
5065         Use `tumme-cmd-create-standard-thumbnail-command' if
5066         tumme-thumbnail-storage is `standard'.
5067         (tumme-dired-insert-marked-thumbs): New autoload command.
5068         (tumme-dired-after-readin-hook): New function.
5069         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5070         `tumme-thumb-size'.
5071         (tumme-display-image): Replace size-x %x and size-y %y with
5072         width %w and height %h.
5074         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5075         `tumme-dired-insert-marked-thumbs'.
5077 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
5079         * tumme.el (tumme-write-tag): Fix small bug (file name did not
5080         include path).
5081         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5082         matching tag.
5084 2006-02-12  Miles Bader  <miles@gnu.org>
5086         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5087         New variables.
5088         (rcirc-abbrev-nick): New function.
5089         (rcirc-format-response-string): Rewrite to use the formats in
5090         `rcirc-response-formats' and expand escape sequences therein.
5091         A text-property `rcirc-text' is added over the actual response
5092         text to make easy to find inside the returned string.
5093         (rcirc-print): When filling, just look for the `rcirc-text'
5094         text-property to find the appropriate fill prefix, instead of
5095         using hardwired patterns.
5097 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
5099         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
5100         Managing Standard.
5102 2006-02-11  Kim F. Storm  <storm@cua.dk>
5104         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5105         Don't use insert-buffer; do insert-buffer-substring directly.
5106         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
5108 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
5110         * files.el (revert-buffer, recover-file): Replace buffer-read-only
5111         with inhibit-read-only.  Suggested by Stefan Monnier.
5112         (revert-buffer): Let insert-file-contents discard
5113         buffer-undo-list.  Simplify code.
5114         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5116 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
5118         * menu-bar.el (menu-bar-select-yank): Add a doc string.
5120         * help.el (describe-key-briefly): Now a wrapper for
5121         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
5122         to t.  Populate yank-menu if empty.
5123         (describe-key-briefly-internal): Renamed from describe-key-briefly.
5124         (describe-key): Now a wrapper for describe-key-internal.  Bind
5125         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
5126         (describe-key-internal): Renamed from describe-key.
5128 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
5130         * progmodes/glasses.el (glasses-separator): Doc fix.
5131         (glasses-original-separator): New defcustom.
5132         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5134 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
5136         * mwheel.el (mouse-wheel-up-event): Doc fix.
5138 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
5140         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5141         (tumme-dir): New function.  Copied from thumbs.el.
5143 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
5145         * desktop.el (desktop-outvar): Fix typo.
5146         (desktop-save-buffer-p): Doc fix.
5148         * subr.el (substitute-key-definition): Fix typo.
5150 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5152         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5153         when window-system is mac.
5155         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5157 2006-02-10  Kim F. Storm  <storm@cua.dk>
5159         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5160         indirect-function instead of using condition-case.
5162 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
5164         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5165         less `colloquial'...
5167 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
5169         * tumme.el: Add a couple of todo items.
5171 2006-02-09  Lars Hansen  <larsh@soem.dk>
5173         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5174         (highlight-changes-mode): Don't change desktop-locals-to-save.
5176 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
5178         * image-mode.el (image-toggle-display): Clear image cache if using
5179         filename.
5181 2006-02-09  Masatake YAMATO  <jet@gyve.org>
5183         * dired-x.el (dired-guess-shell-alist-default): Add .man as
5184         a `dired-man' target.
5186         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5187         boundary of symbols.
5189 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
5191         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5193 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
5195         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5196         `mapcar'; return nil.
5198 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
5200         * mouse.el (mouse-drag-track): Don't change window if we rebind to
5201         some other event.
5203 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
5205         * net/rcirc.el (rcirc-startup-channels-alist):
5206         Add irc.freenode.net and #emacs as defaults.
5207         (rcirc-ignore-all-activity-flag): Remove variable.
5208         (rcirc-authinfo): New variable.
5209         (rcirc-authinfo-filename): Remove variable.
5210         (rcirc-always-use-server-buffer-flag): New flag.
5211         (rcirc): M-x rcirc will automatically connect without prompting.
5212         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
5213         connection in lisp.
5214         (rcirc-process-server-response-1): Remove everything but the nick
5215         portion of the sender so it doesn't need to be done everywhere
5216         else.  Update related code.
5217         (global-map): Remove global keybindings.
5218         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5219         (rcirc-send-input): Split into several functions.
5220         (rcirc-process-input-line, rcirc-process-message)
5221         (rcirc-process-command): New functions.
5222         (rcirc-target-buffer): New function to determine where to route
5223         messages.
5224         (rcirc-user-nick): Save match data.
5225         (rcirc-toggle-ignore-buffer-activity)
5226         (rcirc-update-activity-string): Remove global ignore functionality,
5227         which can be done now by toggling rcirc-track-minor-mode.
5228         (rcirc-track-minor-mode-map): New keymap.
5229         (rcirc-track-minor-mode): New minor-mode.
5230         (ignore): Make the ignore output nicer.  Always print it when
5231         adding or removing nicks.
5232         (rcirc-url-regexp): Improve.
5233         (rcirc-mangle-text): Remove properties before using text in the
5234         modeline.
5235         (rcirc-authenticate): Authentication data comes from
5236         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5237         (rcirc-server-prefix): Inherit from rcirc-server.
5239 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
5241         * Makefile.in (compile): Append "|| true" to the end of the `find'
5242         command, like compile-always does.
5244 2006-02-08  Sam Steingold  <sds@gnu.org>
5246         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5247         output from a dead connection.
5249 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
5251         * dired.el (dired-mode-map): Add more bindings for tumme.
5253 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5255         * wdired.el (wdired-mode-map): Use remap.
5256         (wdired-get-filename): Massage.
5257         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5258         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5259         `keymap' property rather than `local-map'.
5261 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
5263         * tumme.el (tumme-get-thumbnail-image): New utility function.
5264         Suggested by from Chong Yidong.
5265         (tumme-dired-with-window-configuration): Rename from
5266         `tumme-dired'.  Add code to save window configuration.
5267         (tumme-restore-window-configuration): New command to restore the
5268         window configuration that `tumme-dired-with-window-configuration'
5269         saves before it changes the window configuration.
5270         (tumme-show-all-from-dir): New command to display thumbnails for
5271         all files in a directory entered by the user, like M-x thumbs.
5272         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5273         have been created.
5274         (tumme-display-thumbnail-original-image): Call `display-buffer'.
5275         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5276         Remove obsolete test function.
5278 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
5280         * vc.el (small-temporary-file-directory): Remove defvar; there's
5281         a defcustom for it in files.el.
5283         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5284         Fix typo in message.
5285         (tumme-gallery-generate): Fix typo in `error' message.
5286         (tumme-display-window-height-correction)
5287         (tumme-display-window-width-correction, tumme-line-up-dynamic)
5288         (tumme-line-up-interactive): Dox fixes.
5289         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5290         (tumme-restore-window-configuration, tumme-format-properties-string)
5291         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5292         Fix typos in docstrings.
5294 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
5296         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5298 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
5300         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5301         User should use hook if desired.
5303         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5304         buffer if necessary.
5305         (gdb-delete-frame-or-window): New function.
5306         (gdb-breakpoints-mode-map): Bind "q" to it.
5308 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5310         * textmodes/nroff-mode.el: Clean up name space.
5311         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5312         (nroff-mode): Obey the global setting of nroff-electric-mode.
5313         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5315         * calendar/calendar.el (calendar-increment-month): Typo in last change.
5317 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
5319         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5321 2006-02-06  Lars Hansen  <larsh@soem.dk>
5323         * generic-x.el (etc-fstab-generic-mode): Add file system types
5324         cifs and usbdevfs.  Allow special chars in file names.
5326 2006-02-05  Jay Belanger  <belanger@truman.edu>
5328         Update copyright notices of the files in lisp/calc.
5330 2006-02-05  Romain Francoise  <romain@orebokech.com>
5332         Update copyright notices of all files in the lisp/play directory.
5334 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
5336         * ldefs-boot.el: Regenerate.
5338         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5340 2006-02-05  Kim F. Storm  <storm@cua.dk>
5342         * files.el (magic-mode-regexp-match-limit): New defvar.
5343         (set-auto-mode): Use it to limit magic-mode-alist matching.
5345 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
5347         * simple.el (display-message-or-buffer): Compare the number of
5348         characters to the frame width when determining whether a 1-line
5349         message string will fit in the echo area.  Count screen lines
5350         instead of buffer lines when determining whether a multi-line
5351         message will fit in the echo area/minibuffer window.
5353 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
5355         * info.el (Info-index, Info-mode): Improve the description of the
5356         `i' command.
5358         * ldefs-boot.el: Regenerate.
5360 2006-02-03  Werner Lemberg  <wl@gnu.org>
5362         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5363         greedy to find the closing bracket in \*[...] and similar
5364         expressions.  This is a first rough fix -- many additional
5365         refinements are necessary to make nroff mode really usable with groff.
5367 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
5369         * international/mule-cmds.el (set-locale-environment):
5370         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5371         libX11.
5373 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
5375         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5376         archive are created in archive-tmpdir.
5378 2006-02-02  John Paul Wallington  <jpw@pobox.com>
5380         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5381         (ibuffer-fontification-alist): Use it.
5382         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5383         to "* z" and the Ibuffer Mark menu.
5385         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5387 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5389         * textmodes/table.el (*table--cell-describe-mode)
5390         (*table--cell-describe-bindings): Undo last change since
5391         print-help-return-message is not obsoleted by anything at all.
5393 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
5395         * emulation/cua-base.el (cua-mode): Doc fix.
5397 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
5399         * dframe.el (dframe-handle-make-frame-visible)
5400         (dframe-handle-iconify-frame, dframe-get-focus)
5401         (dframe-select-attached-frame, dframe-power-click)
5402         (dframe-frame-mode): Fix typos in docstrings.
5404         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5405         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5406         Fix typos in docstrings.
5408         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5409         (hi-lock-face-buffer, hi-lock-font-lock-hook)
5410         (hi-lock-archaic-interface-message-used)
5411         (hi-lock-file-patterns-range): Fix typos in docstrings.
5413         * savehist.el (savehist-loaded, savehist-load, savehist-install)
5414         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5416         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5417         Fix typo in docstring.
5419         * net/newsticker.el (newsticker--decode-iso8601-date)
5420         (newsticker--set-customvar, newsticker--buffer-insert-item)
5421         (newsticker--do-run-auto-mark-filter)
5422         (newsticker--parse-generic-feed): Doc fixes.
5423         (newsticker--retrieval-timer-list, newsticker-url-list)
5424         (newsticker-hide-immortal-items-in-echo-area)
5425         (newsticker-hide-obsolete-items-in-echo-area)
5426         (newsticker-new-item-face, newsticker--enclosure)
5427         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5428         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5429         (newsticker--parse-generic-feed, newsticker--cache-contains)
5430         (newsticker--stat-num-items, newsticker-download-enclosures):
5431         Fix typos in docstrings.
5433         * net/rcirc.el (rcirc-debug): Doc fix.
5434         (rcirc-fill-column, rcirc-receive-message-hooks)
5435         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5436         (rcirc-mode, rcirc-generate-new-buffer-name)
5437         (rcirc-startup-channels, rcirc-ignore-update-automatic)
5438         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5439         Fix typos in docstrings.
5440         (rcirc-print): "?\ " -> "?\s".
5441         (rcirc-cmd-join): Improve argument/docstring consistency.
5443 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
5445         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5446         before narrow-to-region.
5448 2006-02-01  Richard M. Stallman  <rms@gnu.org>
5450         * simple.el (move-beginning-of-line): Scan properly for invis change.
5452         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5454 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
5456         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5457         change bit only when id-format is 'integer.  Reported by Matt
5458         Hodges <M.P.Hodges@rl.ac.uk>.
5460 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
5462         * hilit-chg.el (highlight-changes-initial-state)
5463         (highlight-changes-global-initial-state): Doc fixes.
5464         (highlight-changes-global-modes, global-highlight-changes):
5465         Fix typos in docstrings.
5467 2006-02-01  Kim F. Storm  <storm@cua.dk>
5469         * emulation/cua-base.el (cua-mode): Mention that CUA enables
5470         transient-mark-mode in doc string.
5472 2006-01-31  Richard M. Stallman  <rms@gnu.org>
5474         * replace.el (multi-occur): Doc fix.
5475         (multi-occur-in-matching-buffers): Rename from
5476         multi-occur-by-filename-regexp.  Prefix arg says match
5477         buffer names instead of file names.
5479 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
5481         * bs.el: Allow non-default values of `bs-header-lines-length'.
5482         (bs--running-in-xemacs): Remove (not needed anymore).
5483         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5484         instead of `shrink-window', thus avoiding having to compute the
5485         height of the window.
5486         (bs--up): Wrap around even when there's no header.
5487         (bs--down): Use `forward-line' instead of `next-line'.
5489 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
5491         * image-mode.el (image-toggle-display): Use file name if possible,
5492         instead of unnecessarily allocating a (possibly huge) lisp string.
5494 2006-01-30  John Paul Wallington  <jpw@pobox.com>
5496         * subr.el (toplevel): Define `cl-assertion-failed' condition here
5497         because the `assert' macro signals it at runtime.
5499         * emacs-lisp/cl.el (toplevel): Remove definition of
5500         `cl-assertion-failed' condition.
5502 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
5504         * thumbs.el (thumbs-marked-list): Make buffer-local and
5505         permanent-local.
5506         (thumbs-insert-thumb): Make help-echo non-sticky.
5507         (thumbs-file-alist): Use eolp as check for (non)-image.
5509 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
5511         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5512         (ediff-before-session-group-setup-hooks)
5513         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5514         Fix typos in docstrings.
5516         * window.el (bw-dir, bw-eqdir, balance-windows)
5517         (split-window-keep-point): Fix typos in docstrings.
5519         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5520         (org-quote-string, org-calendar-to-agenda-key)
5521         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5522         (org-show-following-heading, org-tags-column)
5523         (org-use-tag-inheritance, org, org-allow-space-in-links)
5524         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5525         (org-enable-table-editor, org-calc-default-modes)
5526         (org-table-allow-automatic-line-recalculation)
5527         (org-export-html-style, org-export-with-fixed-width)
5528         (org-export-with-sub-superscripts, org-special-keyword)
5529         (org-formula, org-time-grid, org-table-may-need-update)
5530         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5531         (org-goto-quit, org-get-indentation, org-end-of-item)
5532         (org-move-item-down, org-move-item-up)
5533         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5534         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5535         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5536         (org-agenda-log-mode, org-agenda-toggle-diary)
5537         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5538         (org-agenda-file-to-end, org-agenda-no-heading-message)
5539         (org-agenda-get-closed, org-format-agenda-item)
5540         (org-cmp-priority, org-cmp-category, org-cmp-time)
5541         (org-agenda-change-all-lines, org-agenda-diary-entry)
5542         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5543         (org-link-search, org-camel-to-words, org-open-file)
5544         (org-remember-handler, org-table-convert-region)
5545         (org-table-move-row-down, org-table-move-row-up)
5546         (org-table-copy-region, org-table-wrap-region)
5547         (org-table-toggle-vline-visibility)
5548         (org-table-get-vertical-vector, org-table-modify-formulas)
5549         (org-table-get-specials, org-recalc-commands)
5550         (org-table-rotate-recalc-marks, org-table-eval-formula)
5551         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5552         (org-level-color-stars-only, org-insert-heading):
5553         Fix typos in docstrings.
5554         (last-arg): Add defvar.
5556         * makefile.w32-in (WINS): Add erc.
5557         (MH_E_SRC): Update (copied from lisp/Makefile.in).
5559 2006-01-29  Bill Wohler  <wohler@newt.com>
5561         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5562         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5563         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
5564         (mh-autoloads): Don't use comments on otherwise empty lines.
5566 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
5568         * emulation/viper.el (viper-major-mode-modifier-list): Add
5569         insert-state and vi-state entries for erc-mode.
5570         (viper-go-away, viper-set-hooks): Add and remove
5571         viper-comint-mode-hook from erc-mode-hook as appropriate.
5573         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5575 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
5577         * bs.el (bs--format-aux): Implement `middle' alignment as
5578         described in the docstring for `bs-attributes-list'.
5579         (bs--get-name): Simplify.  Don't pad the buffer name.
5581 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
5583         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5584         English aspell dictionary is installed, use the first entry of
5585         ispell-dictionary-alist-1.
5587 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
5589         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5590         Doc fix.
5592 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
5594         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5595         for `process-file', in order to let it work for older Emacsen too.
5597 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
5599         * international/latexenc.el: Add a suitable `coding:' tag.
5600         (latexenc-find-file-coding-system): Undo last change.
5602 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5604         * international/latexenc.el (latexenc-find-file-coding-system):
5605         Make sure latexenc-main-file is a regular file and is readable.
5607 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
5609         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5610         Pass FILE to vc-user-login-name.
5612         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5614 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
5616         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5617         there are no more images to display.
5618         (thumbs-mark, thumbs-unmark): Revert change so that they move to
5619         the next image.
5621 2006-01-26  Richard M. Stallman  <rms@gnu.org>
5623         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5625         * wid-edit.el (advertised-widget-backward): New alias.
5626         (widget-keymap): Use advertised-widget-backward for S-TAB.
5628         * tumme.el: Correct the keywords.
5629         (tumme-dir-max-size): Use defvar.
5630         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5632         * simple.el (move-beginning-of-line): Take account of fields.
5633         (clone-indirect-buffer-other-window): Take args like
5634         clone-indirect-buffer, and work like it.
5636         * help-fns.el (describe-function): Don't pass `nil' as default.
5638         * files.el (risky-local-variable-p): Follow var aliases.
5640         * subr.el (lazy-completion-table): Doc fix.
5642         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5643         global binding of `line'.
5645 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
5647         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5648         Tramp.
5650         * vc.el (vc-default-dired-state-info): Pass FILE to
5651         vc-user-login-name.
5652         (vc-default-update-changelog): Don't use vc-user-login-name, we
5653         don't need it here.
5655         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5656         no longer necessary.
5658 2006-01-25  Kenichi Handa  <handa@m17n.org>
5660         * international/mule.el (decode-char): Avoid the overhead of
5661         calling utf-lookup-subst-table-for-decode if
5662         utf-translate-cjk-mode is nil.
5663         (encode-char): Avoid the overhead of calling
5664         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5665         nil.
5667 2006-01-22  Kenichi Handa  <handa@m17n.org>
5669         * international/mule.el (make-subsidiary-coding-system): Reset
5670         `coding-system-define-form' property of subsidiaries to nil.
5671         Avoid duplicated entry in coding-system-alist.
5672         (make-coding-system): Avoid duplicated entry in
5673         coding-system-alist.
5674         (define-coding-system-alias): Likewise.
5676 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
5678         * completion.el: Minor fixes in introductory comment.
5679         (completion-def-wrapper): Fix alist.
5681 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
5683         * thumbs.el (thumbs-new-image-size): New function.
5684         (thumbs-increment-image-size-element)
5685         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5686         (thumbs-decrement-image-size): Delete.
5687         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
5688         temp files and use to resize.
5689         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5690         Use increment argument to enlarge/shrink.  Preserve point.
5691         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5692         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5693         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5694         (thumbs-mark, thumbs-unmark): Preserve point.
5695         (thumbs-modify-image): Keep old temp files and use to modify.
5696         Cleanup old temp files at load time.  Preserve point.
5697         (thumbs-view-image-mode-map): Use new command names.
5699 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5701         * log-view.el (log-view-minor-wrap): First rev is the one at point.
5703         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5704         the nastiest part of the cyclic dependency.
5705         (cal-menu-update): Use dotimes and calendar-increment-month.
5707         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5708         (calendar-week-start-day): Add an :initializer.
5709         (calendar-mode-map): Use suppress-keymap, and command remapping.
5710         (describe-calendar-mode): Setup xref-stack info for the back button.
5711         (calendar-star-date): Insert before delete.
5712         (calendar-set-mode-line): Add file-modified info if applicable.
5713         (calendar-increment-month): New function.
5715 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
5717         * font-lock.el (lisp-font-lock-keywords-2):
5718         Recognize "& keywords" only at word boundaries.
5720 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
5722         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
5723         and permanent-local.
5724         (thumbs-max-image-number): New variable.
5725         (thumbs-do-thumbs-insertion): Use them.
5726         (thumbs-per-line): Change default to 4.
5727         (thumbs-marked-list): Rename from thumbs-markedL.
5728         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5729         (thumbs-rename-images): Use -list instead of L for internal variables.
5730         (thumbs-call-convert): Use call-process instead of shell-command.
5731         (thumbs-insert-thumb): Add filename as help-echo to each image.
5732         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5733         Give dir to thumbs-show-thumbs-list.
5734         (thumbs-show-thumbs-list): Set default-directory to that of images.
5735         (thumbs-dired-show): Rename from thumbs-dired-show-all.
5736         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5737         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5738         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5740 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5742         * ses.el (ses-read-cell): Provide a default value.
5744 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
5746         * term/w32-win.el (image-library-alist): Add additional names for
5747         GIF library.
5749 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5751         * international/latexenc.el (latexenc-find-file-coding-system):
5752         Add file-regular-p check.
5754 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5756         * simple.el (clone-buffer): Don't show the new buffer in the same
5757         window.
5759 2006-01-23  Juri Linkov  <juri@jurta.org>
5761         * faces.el (link, link-visited): New faces based on default values
5762         of `info-xref' and `info-xref-visited'.
5764         * info.el (info-xref): Inherit from `link'.
5765         (info-xref-visited): Inherit from `link-visited'.
5767         * cus-edit.el (custom-buffer-create-internal): Use widget type
5768         `custom-manual' instead of `info-link' and don't set properties
5769         `button-face' and `mouse-face' explicitly.
5770         (custom-browse-group-tag, custom-browse-variable-tag)
5771         (custom-browse-face-tag): Inherit from widget class
5772         `custom-group-link' instead of `push-button'.
5773         (custom-button-unraised): Inherit from `underline' face.
5774         (custom-link): Inherit from `link' face.  Fix doc and group.
5775         (custom-add-parent-links, custom-group-value-create): Don't set
5776         properties `button-face' and `mouse-face' explicitly for
5777         `custom-group-link' widget.
5778         (custom-group-link): Add properties `button-face' and `mouse-face'
5779         to widget definition.
5780         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
5781         editable-field's :keymap property.
5782         (custom-mode): Fix docstring: substitute keybindings for
5783         `widget-forward' and `widget-backward' from `widget-keymap',
5784         `widget-complete' from `custom-field-keymap', replace old
5785         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
5787         * desktop.el (desktop-load-file): Check for `fboundp' before
5788         calling `symbol-function'.
5790         * simple.el (clone-buffer, clone-indirect-buffer)
5791         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5792         `read-string'.  Fix prompts.
5794         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5796 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
5798         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5800 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
5802         * startup.el (inhibit-splash-screen, initial-scratch-message):
5803         Doc fixes.
5805 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
5807         Sync with Tramp 2.0.52.
5809         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5810         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
5811         `tramp-unload-tramp' for checklist.
5813         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5814         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
5815         (tramp-unload-file-name-handler-alist)
5816         (tramp-unload-tramp): New defuns.
5817         (tramp-advice-PC-expand-many-files): New defadvice.
5818         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5819         removed.
5820         (tramp-handle-expand-file-name): Remove double slash.
5821         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5822         It doesn't matter, because it will be converted later on.
5823         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
5824         implementation was just heuristic.
5825         (tramp-post-connection): Set uid and gid properties.
5826         (tramp-convert-file-attributes): Set file's gid change bit.
5827         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5828         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5829         in case of su(do)? methods.  The home directory of the local user
5830         will be taken else.
5831         (tramp-open-connection-telnet)
5832         (tramp-open-connection-rsh, tramp-open-connection-su)
5833         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
5834         local shell prompt could hurt.  Reported by Romain Francoise
5835         <romain@orebokech.com>.
5836         (tramp-let-maybe): Add `edebug-form-spec' property.
5837         (tramp-handle-expand-file-name): Bind `default-directory' locally
5838         to "/" in order to avoid problems with UNC shares or Cygwin
5839         mounts.
5840         (tramp-md5-function): Fix typo in error message.
5842         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5844         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5845         for byte-compiler pacification.
5847 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
5849         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5850         ID-FORMAT `string'.  This allows us to get rid of
5851         `vc-user-login-name UID'.
5853         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5855 2006-01-22  John Paul Wallington  <jpw@pobox.com>
5857         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5859 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
5861         * emacs-lisp/find-func.el (find-definition-noselect)
5862         (find-variable-noselect): Search variables in C source code too.
5863         (find-function-C-source, find-function-noselect, find-function)
5864         (find-function-other-frame, find-variable-noselect, find-variable)
5865         (find-variable-other-frame, find-variable-at-point):
5866         Fix docstrings.
5868 2006-01-21  Francesco Potorti`  <pot@gnu.org>
5870         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5872 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
5874         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5875         Default to disabling the "Save affix" question.
5877 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
5879         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5880         the first arg to run-python.
5882 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
5884         * startup.el (command-line-1): Handle --no-desktop if desktop.el
5885         is not loaded.
5887 2006-01-20  Jay Belanger  <belanger@truman.edu>
5889         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5890         limit is 0.
5892         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5893         the correct variable.
5895 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
5897         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5898         link.  Fixed buggy argument sequence in call to `org-view-tags'.
5899         (org-compile-prefix-format): Set `org-prefix-has-tag'.
5900         (org-prefix-has-tag): New variable.
5901         (org-format-agenda-item): Remove tags from headline if
5902         appropriate.
5903         (org-agenda-remove-tags-when-in-prefix): New option.
5904         (org-get-tags-at): New function.
5906 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
5908         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
5909         (thumbs-find-image): Move image name and number from buffer name
5910         to mode name.  Set thumbs-buffer.  Preserve point so that large
5911         images remain visible.
5912         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5913         order.
5914         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
5915         mode name.
5916         (thumbs-next-image, thumbs-previous-image): Make them work.
5918 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
5920         * cus-edit.el (custom-buffer-create-internal): State in the text above
5921         the whole buffer buttons that they do not operate on hidden items.
5922         (custom-face-menu): Use `custom-face-save' instead of
5923         `custom-face-save-command'.
5924         (custom-face-save-command): Make it an alias for `custom-face-save'
5925         and declare it obsolete.
5926         (custom-face-save): Doc fix.
5928         * dired.el (dired-no-confirm): Add quote.
5929         (dired-subdir-alist-pre-R): Add quote in
5930         `make-variable-buffer-local' form and remove unbalanced parenthesis.
5932 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5934         * textmodes/table.el (table-mode-indicator): Typo in last change.
5936 2006-01-19  Richard M. Stallman  <rms@gnu.org>
5938         * outline.el (hide-leaves): Don't call outline-end-of-heading.
5939         Fixes bug reported in Nov 2005.
5941         * isearch.el (isearch-forward): Doc fix.
5943         * dired.el (dired-move-to-filename-regexp): Define as alias.
5944         (dired-no-confirm): Use defcustom.
5945         (dired-subdir-alist-pre-R): Put defvar at top level.
5947         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5949         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5950         Mark as risky.
5952         * simple.el (set-mark-command): Doc fix.
5953         (clone-indirect-buffer-other-window):
5954         Read arg like clone-indirect-buffer.
5955         (move-beginning-of-line): Skip invisible newlines.
5957 2006-01-19  Masatake YAMATO  <jet@gyve.org>
5959         * progmodes/cpp.el (cpp-edit-load): Make the order of
5960         listed conditions in a base C code buffer and its associate
5961         CPP Edit buffer the same.
5963 2006-01-19  Kenichi Handa  <handa@m17n.org>
5965         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5966         (rmail-mime-feature): Likewise.
5967         (rmail-require-mime-maybe): Use display-warning to show a warning
5968         message.
5970         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5971         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5973 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5975         * array.el: Move defvars out of eval-when-compile.
5976         (array-make-template): Replace undeclared global var with a local one.
5977         (array-mode): Inline initialization functions.
5978         (array-init-local-variables, array-init-max-row)
5979         (array-init-max-column, array-init-columns-per-line)
5980         (array-init-field-width, array-init-rows-numbered)
5981         (array-init-line-length, array-init-lines-per-row): Remove.
5983         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
5984         (doc-mode-map): Define explicitly.
5985         (doctor-txtype): Use mapc.
5987         * textmodes/table.el: Move defvars out of eval-when-compile.
5988         Remove harmful code meant to avoid byte-compiler warnings.
5989         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
5990         specification that checks table-fixed-width-mode directly.
5991         (table-recognize-region, table-recognize-cell):
5992         Use restore-buffer-modified-p.
5993         (table-fixed-width-mode): Remove code that refreshes
5994         table-fixed-mode-indicator.
5995         (*table--cell-describe-bindings, *table--cell-describe-mode):
5996         Avoid obsolete name print-help-return-message.
5997         (table--test-cell-list): Don't use replace-regexp from elisp.
5998         (table--point-entered-cell-function, table--point-left-cell-function):
5999         Don't set table-fixed-mode-indicator, use force-mode-line-update.
6001         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
6002         that was after the end of file.  Use buffer-file-name variable.
6003         (org-timestamp-change): Use with-current-buffer.
6004         (org-todo-list): Don't unnecessarily define a new buffer-local var.
6005         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6006         `file'.
6008         * progmodes/fortran.el: Move defvars out of eval-when-compile.
6009         (fortran-break-line): Remove unused var `opoint'.
6010         (fortran-abbrev-start): Obey help-event-list.
6012 2006-01-18  Jesper Harder  <harder@phys.au.dk>
6014         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6016 2006-01-18  Masatake YAMATO  <jet@gyve.org>
6018         * progmodes/make-mode.el (makefile-imake-mode): New mode
6019         derived from makefile-mode.
6020         (makefile-imake-mode-syntax-table): New syntax table
6021         derived from makefile-mode-syntax-table.
6022         (makefile-mode): Write about makefile-imake-mode in doc string.
6023         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6024         (makefile-imake-font-lock-keywords): New font lock keywords.
6026         * files.el (auto-mode-alist): Add Imakefile.
6028 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
6030         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6031         loading the file rather than when turning on flyspell-mode.
6033 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
6035         * cus-edit.el (customize-rogue): Minor doc fix.
6037 2006-01-17  Juri Linkov  <juri@jurta.org>
6039         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6040         instead of the file at the mark as default if the file at the mark
6041         is the same as the file at point or if dired-dwim-target-directory
6042         is not the same as the current directory and the mark is not active.
6044         * log-view.el (log-view-minor-wrap): Use the same logic to get
6045         revisions as `log-view-diff'.
6047         * info.el (Info-revert-find-node): Check for Info-current-file
6048         before preserving new-history.
6050         * man.el (Man-heading-regexp): Add `/'.
6052         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6053         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6055 2006-01-16  Juri Linkov  <juri@jurta.org>
6057         * faces.el (mode-line-faces): New defgroup.
6058         (mode-line-highlight): Move definition after new defgroup.
6059         (mode-line, mode-line-inactive, mode-line-highlight):
6060         Replace :group `modeline' with `mode-line-faces'.
6061         (mode-line-buffer-id): New face.
6062         (modeline-buffer-id): New face alias.
6063         (vertical-border): Remove :group `modeline'.
6065         * bindings.el (propertized-buffer-identification): Use face
6066         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6067         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6068         (mode-line-buffer-identification-keymap): For mouse-1 replace
6069         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6070         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6071         mouse-3.
6073         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6074         Buffer-menu-buffer.  Doc fix.
6075         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6076         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6077         `Buffer-menu-buffer'.
6079         * info.el (Info-mode-line-node-keymap): New defvar.
6080         (Info-set-mode-line): Use `stringp' to check Info-current-file.
6081         Propertize Info-current-node with `mode-line-buffer-id' and
6082         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6084         * time.el (display-time-mail-face): Replace :group `faces' with
6085         `mode-line-faces'.
6087 2006-01-16  Kenichi Handa  <handa@m17n.org>
6089         * international/code-pages.el: Add autoload cookies for cp125[0345678].
6091         * language/european.el (cp1252): New alias for windows-1252.
6093         * international/mule.el (autoload-coding-system): Prepare for EOL
6094         variants.
6096 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
6098         * term.el (term-raw-map): Add mapping for insert.
6099         (term-send-insert): New.
6100         (term-mode): Make variables local here instead of doing it in
6101         `term-emulate-terminal'.
6102         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6103         Scroll reverse needs to take into account the scroll region.
6104         Saving and restoring the cursor should save the color attributes too.
6105         (term-reset-terminal): Reset the scroll region.
6106         (term-handle-ansi-escape): Cursor up and down should take into
6107         account the scroll region.
6108         (term-set-scroll-region): Rename from `term-scroll-region'.
6109         Move to 0,0 after setting the region.
6110         (term-handle-scroll): Handle scroll up.
6111         (term-down): Fix off by one error.
6112         (term-delete-lines): Do not delete outside the scroll region.
6113         (term-insert-lines): Take into account the scroll region.
6115 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6117         * textmodes/ispell.el (ispell-internal-change-dictionary)
6118         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6119         (start, end): Move declaration outside of eval-when-compile.
6121         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6122         (flyspell-mode-on): Use it.
6124         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6125         ispell-kill-ispell-hook.
6127 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
6129         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6130         (Custom-reset-saved): Do not ask for confirmation in single option
6131         buffers.
6133 2006-01-13  Richard M. Stallman  <rms@gnu.org>
6135         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6137 2006-01-13  Romain Francoise  <romain@orebokech.com>
6139         * add-log.el (add-change-log-entry, change-log-merge):
6140         Conditionally use `hard-newline'.
6142 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
6144         * wid-edit.el (widget-field-end): If the overlay is no longer
6145         associated with a buffer, behave as if the overlay didn't exist.
6147         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6148         Make sure the links use the `custom-link' face.
6150 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6153         (ld-script-mode): Don't set indent-line-function since we don't
6154         have one.
6156 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
6158         * textmodes/org.el (org-open-file): Use mailcap for selecting an
6159         application.
6160         (org-file-apps-defaults-gnu): Use mailcap as the default for
6161         selecting an application on a UNIX system.
6162         (org-agenda-show-tags): New command.
6163         (org-table-insert-hline): Keep cursor in current table line.
6164         (org-table-convert): Offset effect of modifying
6165         `org-table-insert-hline'.
6166         (org-format-agenda-item): New optional argument TAG.
6167         (org-compile-prefix-format): Handle %T format for the tag.
6168         (org-expand-wide-chars): New function.
6169         (org-table-insert-row, org-table-insert-hline):
6170         Use `org-expand-wide-chars'.
6171         (org-open-file): Fix bug in program launch.
6172         (org-get-time-of-day): Fix bug with times before 1am.
6173         (org-agenda-menu): Add tags commands.
6175 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
6177         * textmodes/ispell.el (ispell-init-process): Include the used
6178         dictionary in ispell process start message.
6179         (ispell-internal-change-dictionary): When flyspell-mode is active
6180         and dictionary is changed, make sure ispell process is restarted
6181         and flyspell word cache cleared out for the current buffer.
6182         (ispell-change-dictionary): Make sure flyspell word cache is
6183         cleared out in all buffers with active flyspell mode when
6184         dictionary is globally changed.
6185         Call ispell-internal-change-dictionary after dictionary change.
6187 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
6189         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6191         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6192         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6193         years.  Fix small differences wrt Makefile.in.
6194         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6195         Makefile.in does.
6197 2006-01-12  Bill Wohler  <wohler@newt.com>
6199         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6200         mh-search.el.
6202 2006-01-12  Masatake YAMATO  <jet@gyve.org>
6204         * progmodes/ld-script.el: Update copyright year.
6206 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
6208         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6209         Don't add widget if setting undefined.
6211 2006-01-12  John Paul Wallington  <jpw@pobox.com>
6213         * help-fns.el (describe-variable): Remove newlines from void
6214         variable output.
6216 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
6218         * wdired.el (wdired-mode-map): Add help echo for
6219         wdired-abort-changes.
6221         * man.el (Man-file-name-regexp): Adjust for a list of files.
6223 2006-01-12  Masatake YAMATO  <jet@gyve.org>
6225         * progmodes/ld-script.el (auto-mode-alist): Support
6226         suffix conventions used in netbsd and eCos.
6228 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
6230         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6231         (custom-variable-menu, custom-face-menu, custom-group-menu)
6232         (Custom-mode-menu): Change names of menu items.  (As discussed on
6233         emacs-devel.)
6234         (custom-face-menu): Add "Undo Edits" item.
6236         * startup.el (init-file-user): defcustom -> defvar.
6238         * tooltip.el (tooltip-mode): Doc fix.
6240 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6242         * reveal.el (reveal-post-command): window-buffer signals an error on
6243         dead windows rather than returning nil.
6244         (reveal-open-new-overlays): An overlay might die while we open others.
6246 2006-01-11  Bill Wohler  <wohler@newt.com>
6248         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6249         phrasing in docstring.
6251         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6252         can give some systems gas.  Add new file mh-buffers.el.
6254 2006-01-06  Masatake YAMATO  <jet@gyve.org>
6256         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6257         C preprocessor forward ported from GNU Emacs 21.2.
6259         * progmodes/asm-mode.el (asm-font-lock-keywords):
6260         Use `cpp-font-lock-keywords'.
6262         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6264         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6265         of $ for "\\.ld[s]?".
6267 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6269         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6270         (tcl-indent-line): Return `noindent' if inside a string.
6272         * progmodes/flymake.el (flymake-split-string): Remove more than one
6273         empty string at beg/end of the result.
6274         (flymake-find-buildfile, flymake-find-possible-master-files):
6275         Use expand-file-name.
6276         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6277         since expand-file-name does it for us.  Use directory-file-name.
6278         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6279         (flymake-ler-get-type, flymake-ler-get-text)
6280         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
6281         (flymake-current-line-no): Remove spurious interactive spec.
6282         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6283         (flymake-check-include): Remove arg inc-path merged into inc-name.
6284         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6285         Arg regexp-list replaced by a simple regexp.
6286         (flymake-master-make-header-init, flymake-master-tex-init):
6287         Correspondingly replace regexp-list with a regexp.  Fix regexp.
6289 2006-01-10  Simon Josefsson  <jas@extundo.com>
6291         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6292         describing AUTH PLAIN fix.
6294 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
6296         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6297         (report-emacs-bug): Don't record initial prompt text.
6298         Instead, add text properties to prompting text.
6299         (report-emacs-bug-hook): Delete prompting text.
6301 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6303         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6304         `dirs'.  Adjust callers.
6306 2006-01-09  John Paul Wallington  <jpw@gnu.org>
6308         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6310 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6312         * reveal.el (reveal-open-new-overlays): New extracted fun.
6313         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
6314         using them.  Simplify the code.
6315         (reveal-post-command): Use them.  Fix up obsolete windows in
6316         reveal-open-spots.
6318         * progmodes/flymake.el: Use `require' rather than autoload for
6319         XEmacs's overlays.
6320         (flymake-get-common-file-prefix, flymake-build-relative-filename):
6321         Delete.  Use file-relative-name instead.
6322         (flymake-get-syntax-check-program-args, flymake-perl-init):
6323         Simplify the resulting code.
6325         * log-view.el (log-view-file-re, log-view-message-re): Add support
6326         for DaRCS output.
6328 2006-01-09  Alex Schroeder  <alex@gnu.org>
6330         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6331         identifiers sometimes added in square brackets at the beginning of
6332         subject lines.
6334 2006-01-07  Richard M. Stallman  <rms@gnu.org>
6336         * cus-edit.el (Custom-set, Custom-save): Doc fix.
6337         (Custom-reset-current, Custom-reset-saved): Change question text.
6338         (Custom-reset-standard): Likewise.
6339         (custom-variable-reset-saved): Doc fix.
6341 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
6343         * startup.el (init-file-user): Doc fix.
6345 2006-01-07  Alex Schroeder  <alex@gnu.org>
6347         * mail/rmail.el (rmail-current-subject): New function.
6348         (rmail-current-subject-regexp): New function.
6349         (rmail-next-same-subject): Use it.
6351         * mail/rmailsum.el (rmail-summary-by-topic):
6352         Use rmail-current-subject and rmail-current-subject-regexp.
6353         (rmail-summary-next-same-subject): Ditto.
6355         * net/rcirc.el (rcirc-send-input): No longer check whether the
6356         process is open, since not all commands need an open process.
6357         (rcirc-send-string): Check whether the process is open before
6358         sending anything.
6359         (rcirc-ignore-list): New option.
6360         (rcirc-ignore-list-automatic): New variable.
6361         (rcirc-print): Take rcirc-ignore-list into account.
6362         (rcirc-cmd-ignore): New command.
6363         (rcirc-ignore-update-automatic): New function.
6364         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6365         list if ignored nicks.
6366         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6368 2006-01-06  David Reitter  <david.reitter@gmail.com>
6370         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6371         reflect the address to which the report will be sent.
6373 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
6375         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6376         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6378 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
6380         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6382         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6383         the doc string: "functoin" => "function".
6384         * ldefs-boot.el: Likewise.
6386         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6387         message text: "Duplicat" => "Duplicate".
6389 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6391         * files.el (basic-save-buffer-2): If backing-up failed, reset
6392         buffer-backed-up to nil.
6394 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
6396         * progmodes/gud.el (gdb-script-skip-to-head)
6397         (gdb-script-calculate-indentation): Indent for breakpoint command
6398         lists also.
6400 2006-01-05  Bill Wohler  <wohler@newt.com>
6402         * Makefile.in (compile-always): Add mh-autoloads dependency.
6403         (bootstrap): Remove mh-autoloads dependency, as compile dependency
6404         provides it.
6405         (updates): Remove mh-autoloads dependency, since it probably has
6406         already run recently (via recompile).
6408 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6410         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6411         argument `force' to disable the flyspell-last-buffer optimization.
6412         (flyspell-mode-on): Use it.
6414         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6415         flymake-simple-cleanup.
6416         (flymake-allowed-file-name-masks): Use this new default.
6417         All the functions are now called in the right buffer rather than
6418         passing the buffer as argument.
6419         (flymake-process-sentinel): Switch to buffer before calling cleanup.
6420         (flymake-parse-err-lines): Remove redundant buffer arg.
6421         (flymake-get-program-dir): Comment out unused function.
6422         (flymake-start-syntax-check, flymake-start-syntax-check-process):
6423         Remove redundant buffer argument.
6424         (flymake-get-real-file-name, flymake-simple-java-cleanup)
6425         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6427 2006-01-05  Richard M. Stallman  <rms@gnu.org>
6429         * info.el (Info-find-node): Don't record previous node if have none.
6430         (info): Go to directory only if history is empty.
6432         * simple.el (mark): Doc fix.
6434 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6436         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6437         already of desired type.
6438         (mac-ae-list): Coerce parameter to "list" type.
6439         (mac-dispatch-apple-event): Replace cadr part of event with a
6440         dummy position so that event-start returns it.
6442 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
6444         * textmodes/org.el (org-end-of-subtree): New function.
6445         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6446         Use `org-end-of-subtree'.
6447         (org-agenda, org-agenda-convert-date): Protect calls to
6448         `fit-window-to-buffer'.
6449         (org-tags-view): Force matching of sublevels when doing a
6450         todo-only search.  Define the correct redo command, including the
6451         arguments.
6452         (org-agenda-redo): Display message.
6453         (org-check-for-org-mode): New function.
6454         (org-agenda-type): New variable.
6455         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6456         Set `org-agenda-type'.
6457         (org-agenda-check-type): New function.
6458         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6459         (org-agenda-week-view, org-agenda-day-view)
6460         (org-agenda-next-date-line, org-agenda-previous-date-line)
6461         (org-agenda-log-mode, org-agenda-toggle-diary)
6462         (org-agenda-toggle-time-grid, org-agenda-date-later)
6463         (org-agenda-date-prompt, org-agenda-diary-entry)
6464         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6465         (org-agenda-convert-date, org-agenda-menu):
6466         Use `org-agenda-check-type'.
6467         (org-make-overlay, org-delete-overlay)
6468         (org-detatch-overlay, org-move-overlay, org-overlay-put):
6469         New compatibility functions.
6470         (org-calendar-select-mouse): New command.
6472 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
6474         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6475         (Custom-reset-standard): Fix y-or-n-p messages.
6476         (custom-link): New face for links.
6477         (custom-buffer-create-internal, custom-manual): Use it.
6478         (custom-face-save): Push to theme-face before setting face spec.
6480         * wid-edit.el (widget-default-mouse-face-get): New function.
6481         (widget-specify-button): Handle mouse-face like button-face.
6483         * custom.el (load-theme): Clear old theme settings if reloading.
6485 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
6487         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6488         "Erase Customization" button back to same position it occupies in
6489         the individual State menus.
6491 2006-01-04  Kim F. Storm  <storm@cua.dk>
6493         * wid-edit.el (key-sequence): Rework widget to read key binding
6494         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
6495         (widget-key-sequence-default-value): Default value for empty sequence.
6496         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
6497         (widget-key-sequence-read-event): New command for C-q.
6498         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6499         (widget-key-sequence-value-to-external): New functions.
6501 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6503         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6504         Use expand-file-name.
6505         (flymake-delete-temp-directory): Use expand-file-name,
6506         file-name-directory, and directory-file-name.
6507         (flymake-strrchr): Delete.
6508         (flymake-start-syntax-check): Don't pass the redundant buffer argument
6509         to the init-f function.
6510         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6511         (flymake-init-find-buildfile-dir)
6512         (flymake-init-create-temp-source-and-master-buffer-copy)
6513         (flymake-simple-make-init-impl, flymake-simple-make-init)
6514         (flymake-master-make-init, flymake-master-make-header-init)
6515         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6516         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6517         (flymake-xml-init): Remove corresponding redundant buffer argument.
6518         (flymake-allowed-file-name-masks): Remove last elems that are equal to
6519         the default anyway.  Clean up regexps.
6521         * progmodes/flymake.el (flymake-temp-source-file-name)
6522         (flymake-master-file-name, flymake-temp-master-file-name)
6523         (flymake-base-dir): New buffer-local vars.
6524         (flymake-buffer-data, flymake-get-buffer-value)
6525         (flymake-set-buffer-value): Replace those hash-tables by the new
6526         buffer-local vars.  Update callers.
6528         * progmodes/flymake.el (flymake-check-start-time)
6529         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6530         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6531         Move definition, so we can remove redundant earlier declaration.
6532         (flymake-replace-regexp-in-string, flymake-split-string)
6533         (flymake-get-temp-dir): Use defalias.
6534         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
6535         (flymake-xemacs-window-edges): Remove unused function.
6536         (flymake-get-point-pixel-pos): Move.
6537         (flymake-pid-to-names, flymake-reg-names)
6538         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6539         Replace by a simple list flymake-processes and by process-buffer.
6540         Update callers.  Other than simplify the code, it uses buffers rather
6541         than buffer-names so it doesn't get confused by uniquify.
6542         (flymake-buffer-data): The global value should just be nil.
6544         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6545         Optimize the body of a defalias like any other code.
6547         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6548         Make sure we've setup font-lock's vars.  It may influence which
6549         function we then call.
6550         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6551         here since it's too late anyway.
6553 2006-01-03  Romain Francoise  <romain@orebokech.com>
6555         * startup.el (fancy-splash-tail, normal-splash-screen):
6556         Update copyright year.
6558 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
6560         * mouse.el (mouse-drag-track): Rename, from
6561         `mouse-drag-region-1'.  Includes optional argument required to
6562         enable post-drag event processing (e.g. delete region keys).
6563         Can be used without this argument to track a mouse region and operate
6564         on it as soon as the drag completes.
6565         (mouse-drag-region): Use `mouse-drag-track'.
6567 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
6569         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6570         Move to `custom-buffer' group.
6572         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6573         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6574         (custom-theme-insert-face-marker, custom-theme-variable-menu)
6575         (custom-theme-face-menu): New variables.
6576         (custom-theme-add-variable, custom-theme-variable-action)
6577         (custom-variable-reset-theme, custom-theme-delete-variable)
6578         (custom-face-reset-theme, custom-theme-face-action)
6579         (custom-theme-delete-face, custom-theme-merge-theme)
6580         (custom-theme-add-face, custom-theme-visit-theme): New functions.
6582 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
6584         * custom.el: Move Custom Themes commentary to start of theme code.
6585         (custom-known-themes): Rename `standard' theme to `changed'.
6586         (custom-push-theme): Caller no longer specifies what theme to use
6587         when doing `reset'---the setting is simply removed from the theme.
6588         Delete MODE from `theme-value' and `theme-settings' properties.
6589         (custom-declare-theme): Ignore &rest args since we don't use them.
6591         (custom-loaded-themes): Delete variable.
6592         (custom-theme-load-themes, custom-theme-loaded-p)
6593         (custom-theme-value): Delete functions.
6595         (custom-declare-theme): Signal error on invalid theme names.
6596         (provide-theme): custom-loaded-themes was deleted.
6597         (load-theme): Load the file unconditionally.
6598         (enable-theme): Call `load-theme' if theme is undefined.
6599         (custom-enabled-themes): Only update value for successful loads.
6600         (disable-theme): Complete from enabled themes when interactive.
6601         (custom-variable-theme-value): Calculate theme value directly.
6603         (custom-theme-reset-variables, custom-reset-variables): Mark as
6604         XEmacs compatibility functions.  We don't actually use these.
6606         * cus-edit.el (custom-variable-state-set):
6607         Use custom-variable-theme-value instead of custom-theme-value.
6608         (custom-face-state-set): Rename `standard' theme to `changed'.
6609         (custom-save-variables, custom-save-faces): Delete unneeded
6610         references to custom-reset-variables.
6611         (custom-save-resets): Delete function.
6612         (custom-save-variables, custom-save-faces): MODE argument deleted.
6613         (custom-save-variables, custom-save-faces): Ignore theme values.
6615         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6616         compatibility function.
6618 2006-01-01  Richard M. Stallman  <rms@gnu.org>
6620         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6621         (Custom-reset-current, Custom-reset-saved): Likewise.
6622         (Custom-reset-standard): Show message if aborted.
6623         (custom-mode): Doc fix, describing those commands.
6625         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6626         put on event-kind property.
6628 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
6630         * custom.el (provide-theme): Ban `user' theme name.
6631         (custom-enabling-themes): New variable.
6632         (enable-theme): Don't enable user if custom-enabling-themes is t.
6633         (custom-enabled-themes): Make it a defcustom.
6634         (custom-theme-recalc-face): No-op if face is undefined.
6636         * cus-edit.el (custom-button-mouse): New variable.
6637         (custom-button-mouse): New face.
6638         (custom-raised-buttons, custom-mode): Use it.
6640         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6642 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
6644         * progmodes/gud.el (gud-display-line): Support hl-line in the
6645         source buffer.
6647 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
6649         * mouse.el (mouse-drag-window-above): Verify that the found window
6650         overlaps with the given window in the horizontal dimension.
6652 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
6654         * Makefile.in (cvs-update): New target.
6656         * makefile.w32-in (cvs-update): Ditto.
6658 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
6660         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6661         (custom-new-theme-mode-map): New variable.
6663 2005-12-30  Richard M. Stallman  <rms@gnu.org>
6665         * custom.el (custom-load-themes): Function deleted.
6667         * cus-edit.el (custom-save-loaded-themes): Function deleted.
6668         (custom-save-variables): Don't delete or add custom-load-themes call.
6670 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6672         * cus-start.el: Add `visible-cursor'.
6674         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6675         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6676         (flymake-process-filter): Switch to buffer before calling it instead.
6677         (flymake-post-syntax-check, flymake-highlight-err-lines)
6678         (flymake-delete-own-overlays, flymake-parse-err-lines)
6679         (flymake-start-syntax-check, flymake-start-syntax-check-process)
6680         (flymake-count-lines, flymake-parse-residual):
6681         Remove constant buffer argument.
6682         (flymake-start-syntax-check-for-current-buffer): Remove.
6683         Update callers to use flymake-start-syntax-check instead.
6684         (flymake-display-err-menu-for-current-line):
6685         Remove unused var `mouse-pos'.
6686         (flymake-restore-formatting): Comment out unused function.
6687         (flymake-report-status, flymake-report-fatal-status): Remove buffer
6688         argument, use current-buffer instead.  Update callers.
6690 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6692         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6693         buffer-local because choose-completion-delete-max-match requires
6694         that we set completion-ignore-case (i.e., binding via let is not
6695         sufficient).
6696         (bibtex-complete): Always set completion-ignore-case and
6697         choose-completion-string-functions.  The latter is needed because
6698         choose-completion-string-functions keeps its value if we quit the
6699         *Completions* buffer without requesting a completion.
6701 2005-12-30  Andreas Schwab  <schwab@suse.de>
6703         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6705 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
6707         * jit-lock.el (jit-lock-chunk-size): Doc fix.
6709 2005-12-30  Juri Linkov  <juri@jurta.org>
6711         * locate.el (locate-fcodes-file, locate-header-face)
6712         * progmodes/delphi.el (delphi-other-face)
6713         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6715         * paren.el (show-paren-match, show-paren-mismatch): Use existing
6716         group `paren-showing-faces'.
6718         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6719         (goto-address): Fix docstring.
6721         * net/webjump.el (webjump-sample-sites): Update URLs.
6723         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6725         * subr.el (cancel-change-group): Add listp around pending-undo-list.
6727 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6729         * font-lock.el (font-lock-compile-keywords): Signal an error when
6730         font-lock-set-defaults hasn't been called.
6732 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6734         * subr.el (noreturn, 1value): Doc fixes.
6736 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6738         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6739         that assoc-string returns nil.
6741 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6743         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6744         (bibtex-entry-type-str, bibtex-empty-field-re)
6745         (bibtex-search-backward-string, bibtex-preamble-prefix)
6746         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6747         (bibtex-any-valid-entry-type): New variable.
6748         (bibtex-parse-field-name): Simplify.
6749         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6750         (bibtex-preamble-prefix): Include left delimiter.
6751         (bibtex-search-forward-field, bibtex-search-backward-field):
6752         Allow unbounded search past entry boundaries (required by bibtex-pop).
6753         (bibtex-text-in-field-bounds): Use push.
6754         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6755         (bibtex-parse-preamble, bibtex-valid-entry)
6756         (bibtex-beginning-first-field): New functions.
6757         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
6758         (bibtex-map-entries): Fix docstring.
6759         (bibtex-flash-head): New arg prompt.  Simplify.
6760         (bibtex-enclosing-field): Include code of bibtex-inside-field.
6761         (bibtex-insert-kill): Simplify.  Always insert text past the
6762         current field or entry.
6763         (bibtex-format-entry): Use bibtex-parse-field.
6764         (bibtex-pop): Use bibtex-beginning-of-entry and
6765         bibtex-end-of-entry to initiate the search.  Insert empty field if
6766         we found ourselves.
6767         (bibtex-print-help-message): New args field and comma.
6768         Handle entry keys.
6769         (bibtex-make-field): Use bibtex-beginning-of-entry.
6770         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
6771         invalid entry.
6772         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6773         Handle preambles.  Simplify code for thorough test.
6774         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6775         New arg comma.  Handle entry heads.
6776         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6777         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6778         New arg comma.
6779         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6780         (bibtex-fill-field): Simplify.
6781         (bibtex-fill-entry): Use bibtex-beginning-first-field and
6782         bibtex-parse-field.
6783         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6784         (bibtex-complete): Use bibtex-parse-preamble.
6786 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
6788         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6789         Display name of expression instead of convenience variable.
6790         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6792         * progmodes/gud.el (gud-tooltip-dereference): Rename from
6793         toggle-gud-tooltip-dereference.
6794         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6795         (gud-tooltip-tips): ...here when dereferencing.
6797 2005-12-28  Bill Wohler  <wohler@newt.com>
6799         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6801 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6803         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6804         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
6805         (vc-annotate-display-autoscale): Adjust call.
6806         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
6807         Fix interactive spec.
6808         (vc-annotate-time-span): Remove.
6809         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6810         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6811         (vc-annotate-display-select): Use new name.
6813         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6814         (vc-annotate-mode-menu): Remove left-over redundant declaration.
6815         Correct the construction of span entries.  Simplify.
6816         (vc-annotate-display-select): Fix the nil case.
6817         (vc-annotate): Remove obsolete (and now broken) code.
6818         (vc-annotate-extract-revision-at-line): Remove obsolete code.
6819         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
6821 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6823         * subr.el (lazy-completion-table): Correct typo in docstring.
6825         * startup.el (command-line): Use `custom-reevaluate-setting' for
6826         `send-mail-function'.
6828         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6830 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
6832         * mail/smtpmail.el (smtpmail-try-auth-methods):
6833         Send credentials together with "AUTH PLAIN" command.
6835 2005-12-27  Richard M. Stallman  <rms@gnu.org>
6837         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6838         mouse-2, go back to previously selected window, so it's selected
6839         when mouse-2 command runs.
6841 2005-12-27  Juri Linkov  <juri@jurta.org>
6843         * descr-text.el (describe-text-sexp): Use square brackets for
6844         button [Show] to distinguish it from the property value `show'.
6845         (describe-property-list): Use `insert-text-button' with
6846         `help-face' type instead of putting face in quotes, because button
6847         is not created automatically for a list of faces.
6848         (describe-text-properties-1): Put button-type value in quotes to
6849         distinguish from plain text "button".
6850         (describe-char): Display code point values in hex.  Don't use
6851         `symbol-name' for `current-input-method' because it is a string.
6852         Use `insert-text-button' with `help-face' type instead of putting
6853         hardcoded face in quotes, because button is not created automatically.
6855 2005-12-27  Richard M. Stallman  <rms@gnu.org>
6857         * progmodes/glasses.el (glasses-face): More specific custom type.
6859         * files.el (set-visited-file-name): Doc fix.
6861         * textmodes/flyspell.el (flyspell-external-point-words):
6862         Use local var buffer-scan-pos to advance scan for next misspelling.
6863         Advance it only after we find the misspelling.
6865 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
6867         * textmodes/flyspell.el (flyspell-external-point-words):
6868         New criteria for finding the misspelling in the buffer.
6870 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
6872         * help-mode.el (help-insert-string): Set help-xref-stack-item
6873         rather than call help-setup-xref.
6875         * descr-text.el (describe-char): Revert previous changes for
6876         optional buffer argument.
6878 2005-12-27  Juri Linkov  <juri@jurta.org>
6880         * help-mode.el (help-insert-string): New function.  Save buffer
6881         contents in cases where it is impossible to recompute the old contents.
6883         * descr-text.el (describe-char): Set help-xref-stack-item
6884         explicitly after buffer has been generated.
6886 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6888         * cus-start.el (all): Add x-gtk-show-hidden-files.
6890 2005-12-26  Richard M. Stallman  <rms@gnu.org>
6892         * replace.el (perform-replace): Calculate match-again
6893         before skipping read-only matches.
6895         * paren.el (paren-showing-faces): New group.
6896         (show-paren-match, show-paren-mismatch): Move to that group.
6898         * button.el (button): Put into group `basic-faces'.
6900         * progmodes/make-mode.el: Remove faces from group `faces'.
6902         * apropos.el (apropos, apropos-value): Doc fix.
6903         (apropos-documentation): Doc fix.
6905 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6907         * subr.el (lazy-completion-table): Remove argument `args'.
6909         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6910         Don't use the `args' argument of lazy-completion-table.
6912 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
6914         * descr-text.el (describe-char): Add optional argument for buffer.
6915         Set buffer appropriately.  Call help-setup-xref.
6916         Suggested by Stefan Monnier.
6918 2005-12-26  Juri Linkov  <juri@jurta.org>
6920         * descr-text.el: Require `help-fns' at runtime.  Don't require
6921         `button' for byte compilation.
6922         (describe-text-widget): Add `help-echo' for first button.
6923         Use `help-info' for second.
6924         (describe-property-list): Use `help-argument-name' instead of `italic'.
6925         (describe-text-category): Add prompt to interactive spec.
6926         Call `help-setup-xref'.
6927         (describe-char): Use `help-character-set'.  Add `help-echo' for
6928         code point.  Use `help-input-method'.  Remove superfluous insert.
6930 2005-12-25  Richard M. Stallman  <rms@gnu.org>
6932         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6933         at point, in case of narrowing.
6935         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6937         * locate.el (locate-header-face): Allow nil in type.
6939         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6941 2005-12-25  Romain Francoise  <romain@orebokech.com>
6943         * battery.el (battery-linux-proc-acpi): Also try
6944         `/proc/acpi/thermal_zone/THM0/temperature'.
6946 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
6948         * custom.el (custom-push-theme): Fix docstring.
6950         * cus-edit.el (custom-variable-set, custom-variable-save)
6951         (custom-variable-save): Custom-quote widget values.
6952         (customize-save-variable): Fix custom-push-theme call.
6954 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
6956         * w32-fns.el (w32-batch-update-autoloads): New function.
6958         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6959         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6960         from the command line.
6962 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
6964         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
6965         reset means to remove setting from theme entirely.  Don't keep
6966         expanding theme-settings list; delete old entries if necessary.
6968         * cus-edit.el (custom-buffer-create-internal): Move "Erase
6969         customization" button one line up.
6970         (custom-themed): New face.
6971         (custom-magic-alist): New value, THEMED, for theme settings.
6972         (custom-variable-state-set, custom-face-state-set):
6973         Check theme-value instead of saved-value.
6974         (custom-variable-reset-standard, custom-face-reset-standard):
6975         Remove theme setting entirely.  Recalculate new values.
6976         (custom-variable-set, custom-variable-set)
6977         (custom-variable-reset-saved, custom-variable-reset-backup)
6978         (custom-face-set, custom-face-reset-saved): Update `user' theme.
6979         (custom-variable-save): Fix typos.
6981 2005-12-23  Juri Linkov  <juri@jurta.org>
6983         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6984         Add autoload cookies.
6985         (edebug-outside-d-c-i-n-s-w): New variable.
6986         (edebug-display, edebug-outside-excursion): Use it to save the
6987         original value of default-cursor-in-non-selected-windows.
6988         Set default-cursor-in-non-selected-windows to t while Edebug
6989         is active.
6990         (edebug-mode, edebug-eval-mode): Doc fix.
6992         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6993         with `buffer-substring-no-properties' to remove common substring
6994         highlighting.
6996         * info.el (info-other-window, info): Rename function argument
6997         `file' to `file-or-node'.
6998         (Info-complete-menu-item): Use local variable `complete-nodes' to
6999         keep the global value of `Info-complete-nodes' unchanged for
7000         subsequent completions.
7001         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7003         * simple.el (get-next-valid-buffer, last-buffer)
7004         (next-error-buffer-p, next-error-find-buffer)
7005         (minibuffer-history-sexp-flag): Doc fix.
7007         * savehist.el (savehist-mode-hook): Add `:group'.
7009         * log-view.el: Call autoload for vc-find-version.
7010         (log-view-current-file): Adjust subgroup numbers.
7011         (log-view-current-tag): Add `length'.
7013 2005-12-23  Richard M. Stallman  <rms@gnu.org>
7015         * vc.el (vc-annotate-car-last-cons): Defn moved up.
7017 2005-12-23  Juri Linkov  <juri@jurta.org>
7019         * hi-lock.el (hi-lock-archaic-interface-message-used)
7020         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7021         (hi-lock-mode): Display "Hi" in the mode line only when
7022         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7023         (hi-lock-write-interactive-patterns):
7024         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7025         (hi-lock-set-pattern, hi-lock-set-file-patterns)
7026         (hi-lock-font-lock-hook): Set 3rd arg `how' of
7027         font-lock-add-keywords to t.
7029 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
7031         * hi-lock.el (hi-lock-highlight-range): New variable.
7032         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7033         only if font-lock-fontified is non-nil.  Remove overlays.
7034         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7035         font-lock-fontified is non-nil, otherwise use overlays (instead of
7036         text properties).
7037         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7038         New variables.
7039         (hi-lock-string-serialize) New function.
7041 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7043         * menu-bar.el (menu-find-file-existing): New function.
7044         (menu-bar-file-menu): Use menu-find-file-existing for Open.
7046         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7048 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7050         * vc.el: Remove unnecessary leading * in docstrings.
7051         (vc-annotate-mode-map): Move initialization into declaration.
7052         (vc-static-header-alist): Nitpick on the regexp.
7053         (vc-default-init-version): New fun.
7054         (vc-register): Use it.
7055         (vc-insert-headers): Use dolist.
7056         (vc-annotate-get-backend): Remove unused function.
7057         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
7058         (vc-annotate-mode): Remove corresponding call.
7059         (vc-annotate-car-last-cons): Simplify.
7060         (vc-annotate-buffers): Remove var.
7061         (vc-annotate-backend): Make it buffer-local.
7062         (vc-annotate): Move the interaction to the interactive spec.
7063         Add a `buf' argument.
7064         (vc-annotate-warp-version): Use this new `buf' argument to avoid
7065         killing&creating a vc-annotate buffer, which is very disruptive when
7066         the buffers are shown in dedicated frames.
7068 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
7070         * descr-text.el: Add FSF as maintainer.
7071         (describe-text-mode, describe-text-mode-map)
7072         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
7073         help-mode.
7074         (describe-text-widget, describe-text-sexp)
7075         (describe-property-list, describe-text-category)
7076         (describe-text-properties, describe-text-properties-1)
7077         (describe-char): Use help buttons instead of widgets.
7078         (describe-char-unicodedata-file): Make URL link in doc string.
7080 2005-12-22  Richard M. Stallman  <rms@gnu.org>
7082         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7083         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7084         Don't include buttons that write a file when there's no file.
7085         (custom-variable-menu, custom-face-menu, custom-group-menu):
7086         Don't include commands that write a file when there's no file.
7087         (customize-browse): Reword the top-of-buffer help intro.
7088         (custom-buffer-create-internal): Fix previous change.
7089         (customize-changed-options-previous-release): Prev release is 21.1.
7090         (customize-changed-options): Doc fix.
7091         (customize-changed): New alias.
7092         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7093         Say "standard values".
7094         (Custom-reset-standard): Doc fix.
7095         (custom-face-reset-standard): Doc fix.
7097 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7099         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7100         even if font-lock-mode is non-nil since it may be t without having
7101         turned on font-lock-mode-internal.
7102         (font-lock-choose-keywords): Minor optimization.
7103         (font-lock-add-keywords, font-lock-remove-keywords)
7104         (font-lock-set-defaults): Don't call make-local-variable on a variable
7105         that we know to already be local.
7107 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7109         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7110         messages if in the minibuffer.
7112 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7114         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7115         (tex-mode-flyspell-verify, flyspell-get-word)
7116         (flyspell-external-point-words): Don't use point-min/max uselessly.
7118         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7119         by Kevin Rodgers.  Instead, just hide the completions buffer if we
7120         don't need to show it.
7122 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7124         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7126 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7128         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7129         delete-windows-on with an inexistent buffer.
7131 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
7133         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7134         Delete defcustom variable :tag names.
7136 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7138         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7139         (log-view-font-lock-keywords): Ajust subgroup numbers.
7140         (log-view-current-tag): Don't hard code the number of subgroups.
7142 2005-12-20  Juri Linkov  <juri@jurta.org>
7144         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7145         (tooltip-x-offset, tooltip-y-offset): Doc fix.
7147         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7148         (menu-bar-non-minibuffer-window-p): Instead of checking
7149         display-multi-frame-p, use selected-frame when menu-updating-frame
7150         is nil.
7152 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
7154         * align.el (align-rules-list): Use [ \t] instead of \s-
7155         for column separators in text mode.
7157 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
7159         * help-mode.el (help-customize-variable, help-customize-face):
7160         Don't pop help-xref-stack as help-follow no longer pushes
7161         anything on to it.
7163 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
7165         * textmodes/org.el (org-agenda-custom-commands): New option.
7166         (org-agenda): Offer custom commands on splash screen.
7167         (org-make-tags-matcher): Parser for Boolean logic added.
7168         (org-agenda-set-tags): New command.
7169         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7170         (org-set-tags): Efficiency improvements.
7171         (org-auto-align-tags): New option.
7172         (org-todo, org-demote, org-promote): Realign tags.
7173         (org-tags-completion-function): Use also "&" and "|" as separators.
7174         (org-org-menu): Agenda commands simplified.
7176 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
7178         * cus-edit.el (customize-apropos, customize-apropos-options):
7179         Docstring changes.
7181         * font-lock.el (font-lock): Add tags to the links in the defgroup.
7183 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
7185         * longlines.el (longlines-mode): Wrap while widened.
7186         (longlines-decode-region, longlines-encode-region): Compute max
7187         just once.
7189 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7191         * cus-edit.el (mac): New group.
7193         * cus-start.el (all): Add user options in macterm.c.  Add test for
7194         Mac-related built-ins.  Fix test for GTK-related built-ins.
7196         * term/mac-win.el (mac-handle-language-change)
7197         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7198         (mac-services-open-selection, mac-services-mail-selection)
7199         (mac-services-mail-to, mac-services-insert-text)
7200         (mac-dispatch-apple-event): Add docstrings.
7201         (x-get-selection, mac-select-convert-to-string): Select coding
7202         system from `utf-16be' and `utf-16le' using `byteorder'.
7204 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7206         * subr.el (lazy-completion-table): Don't be fooled if the var holds
7207         a "list" (lambda ...) rather than a real completion list.
7209         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7210         lexical-let when encountering ((lambda (...) ...) ...).
7212 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
7214         * progmodes/sh-script.el (sh-mode):
7215         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7216         * textmodes/picture.el (picture-mode): Update docstrings.
7218 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
7220         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7221         commands enclosed in $(ARGQUOTE)s should not be split between two
7222         lines, as that will break with GNU Make >3.80, when sh.exe is used
7223         and arg quoting is with '..'.
7224         (autoloads): Don't break the quoted --eval expression between
7225         several lines.
7227 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
7229         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7230         Capture error from printing circular structures.
7232 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
7234         * wid-edit.el (widget-checkbox-action): Clear undo info.
7236 2005-12-16  Bill Wohler  <wohler@newt.com>
7238         * menu-bar.el (kill-this-buffer): Set a good example by using menu
7239         bar, not menubar in comment.
7241 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7243         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7244         After-change-functions should not clobber the match data.
7246 2005-12-16  Juri Linkov  <juri@jurta.org>
7248         * simple.el (choose-completion): Use `buffer-substring-no-properties'
7249         instead of `buffer-substring'.
7250         (completion-common-substring): Doc fix.
7251         (completion-setup-function): Use minibuffer-completion-contents
7252         instead of minibuffer-contents.  Don't set common-string-length
7253         initially.  Remove special handling of partial-completion-mode.
7254         Move computation of completion-base-size into one cond.
7255         Call completion-base-size-function in mainbuf.  In computation of
7256         completion-base-size for file name completion don't move point to
7257         the end of the minibuffer.  Move computation of common-string-length
7258         into one cond.  Start putting faces only when common-string-length>=0.
7259         Add condition to put completions-common-part when
7260         common-string-length>0.
7262         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7263         place point at the first different character in the minibuffer
7264         even if this position is at the beginning of the minibuffer.
7266         * info.el (Info-read-node-name-1): In completion-base-size-function's
7267         lambda return 1 if common-substring or minibuffer-completion-contents
7268         starts with (, and 0 otherwise.
7270         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7271         Use `crm-current-element' for second arg of `display-completion-list'.
7273 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
7275         * files.el (set-auto-mode): Look for an interpreter specified on
7276         the first line also if search for mode specification succeeded,
7277         but the mode is not known.
7279 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7281         * textmodes/org.el (org-tags-match-list-sublevels): New option.
7282         (org-open-at-point): Implement tag searches as links.
7283         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7284         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7285         (org-tags-sparse-tree, org-tags-view, org-set-tags)
7286         (org-agenda-dispatch): New commands.
7287         (org-use-tag-inheritance, org-tags-column): New options.
7288         (org-tab-follows-link, org-return-follows-link): New options.
7289         (org-tags): New customize group.
7290         (org-start-icalendar-file): Get local time zone.
7291         (org-tags-completion-function): New function.
7292         (org-set-font-lock-defaults): Make sure links will also be
7293         highlighted inside headlines.
7295 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
7297         * term.el (term-emulate-terminal):
7298         Let term-handle-ansi-terminal-messages override what Bash says about
7299         its current directory.
7301 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
7303         * bindings.el (last-buffer): Move to simple.el.
7304         * simple.el (last-buffer): Move here.
7305         (get-next-valid-buffer): New function.
7306         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7307         (prev-buffer): Ditto.  Rename to `previous-buffer'.
7309         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7310         * bindings.el (global-map): Ditto.
7312 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
7314         * cus-edit.el: Introductory comment change.
7315         (custom-magic-alist): Change message string for the `rogue' state.
7317 2005-12-15  Richard M. Stallman  <rms@gnu.org>
7319         * tooltip.el: Delete defcustom variable :tag names.
7321         * complete.el (partial-completion-mode): Doc fix.
7323         * textmodes/flyspell.el (flyspell-external-point-words):
7324         Use save-excursion to ensure we don't move backward in the
7325         search loop, not even one character.
7326         (flyspell-delete-all-overlays): Use remove-overlays directly.
7328         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7329         (ispell-start-process): Set that variable.
7330         Clear ispell-buffer-local-name.
7331         (ispell-internal-change-dictionary):
7332         Set ispell-current-dictionary after killing process.
7333         (ispell-buffer-local-dict):
7334         Don't set spell-personal-dictionary after killing process.
7335         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7336         (ispell-tex-skip-alists, ispell-html-skip-alists)
7337         (ispell-skip-region-alist): Mark as risky.
7339         * net/newsticker.el (newsticker--retrieval-timer-list)
7340         (newsticker--display-timer, newsticker-running-p)
7341         (newsticker-ticker-running-p): Definitions moved up.
7343 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
7345         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7347 2005-12-15  David Ponce  <david@dponce.com>
7349         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7350         (recentf-edit-list, recentf-open-files): Signal an error when
7351         there is no recent file.
7353 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7355         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7356         read-only except for texinfo-format-region evaluation.
7358 2005-12-14  Richard M. Stallman  <rms@gnu.org>
7360         * vc.el (vc-default-previous-version, vc-default-next-version)
7361         (vc-do-command): Doc fixes.
7363 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7365         * textmodes/bibtex.el (bibtex-expand-strings)
7366         (bibtex-autokey-expand-string, bibtex-name-part)
7367         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7368         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7369         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7370         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7371         (bibtex-entry-postfix, bibtex-known-entry-type-re)
7372         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7373         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7374         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7375         (bibtex-beginning-of-last-entry): Remove.
7376         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
7377         message if comma is missing but buffer is read-only.
7378         (bibtex-parse-field-text): Handle whitespaces at the end of field
7379         text.  Return 3-element list with beginning and end of field text
7380         and end of field.
7381         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7382         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
7383         (bibtex-search-forward-field, bibtex-search-backward-field):
7384         Search always delimited by limits of entry.  Use more efficient
7385         search algorithms.
7386         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7387         bibtex-end-of-name-in-field.
7388         (bibtex-text-in-field-bounds): Handle BibTeX strings when
7389         extracting the content of a field.
7390         (bibtex-text-in-field): Use search limits.
7391         (bibtex-parse-string-prefix): Handle empty string keys based on
7392         bibtex-string-empty-key.
7393         (bibtex-parse-string): Fix docstring.
7394         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7395         (bibtex-preamble-prefix, bibtex-strings): New functions.
7396         (bibtex-skip-to-valid-entry): Include preceding whitespace in
7397         BibTeX entries (consistent with other BibTeX functions).
7398         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7399         (bibtex-search-entry): Fix docstring.  Simplify.
7400         (bibtex-flash-head, bibtex-complete-string-cleanup)
7401         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7402         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7403         (bibtex-parse-entry): New optional arg content.
7404         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7405         Use bibtex-text-in-field-bounds.
7406         (bibtex-print-help-message): Handle BibTeX strings and preambles.
7407         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7408         bibtex-parse-string-postfix.
7409         (bibtex-find-text-internal): New function.
7410         (bibtex-remove-delimiters): Use it.
7411         (bibtex-find-text): Use it.  New optional arg help.
7412         (bibtex-complete): Handle BibTeX string and preamble entries.
7413         (bibtex-Preamble): Fix order of closing delimiters.
7415 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7417         * vc.el (vc-default-revert): New fun.
7419         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7421 2005-12-14  Romain Francoise  <romain@orebokech.com>
7423         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7424         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7425         (font-lock-remove-keywords): Likewise.
7427 2005-12-14  Juri Linkov  <juri@jurta.org>
7429         * log-view.el (log-view-diff): Doc fix.
7431         * isearch.el (isearch-query-replace): Use (mark) instead of
7432         isearch-opoint if mark is active in transient-mark-mode.
7434 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
7436         * isearch.el (isearch-query-replace): Check for isearch-other-end.
7438 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
7440         * progmodes/cpp.el (cpp-face): New widget.
7441         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7443 2005-12-14  Juri Linkov  <juri@jurta.org>
7445         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7446         around `erase-buffer' and `insert'.
7448         * descr-text.el (describe-text-properties): Replace buffer name
7449         "*Help-2*" with "*Help*<2>".
7450         (describe-char): Add functions print-help-return-message,
7451         toggle-read-only.  Use help-setup-xref with nil to not store
7452         describe-char in help-xref-stack.  Use help-make-xrefs to
7453         make [back] button.
7455         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7457         * wdired.el (wdired-old-point): New internal variable.
7458         (wdired-change-to-wdired-mode): Set it buffer-locally.
7459         (wdired-abort-changes): Restore point after aborting changes.
7461 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7463         * vc.el (vc-do-command): Add a new value t for okstatus.
7465         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7466         frame in case of errors.
7468 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7470         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7471         so it comes after "On the Left" in the menu.
7473 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
7475         * cus-edit.el (customize-apropos, customize-apropos-options)
7476         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7478 2005-12-12  Bill Wohler  <wohler@newt.com>
7480         * vc-svn.el (vc-svn-registered): Fix problem of visiting
7481         non-writable Subversion-controlled files by saving window
7482         configuration before calling vc-do-command.  vc-do-command calls
7483         pop-to-buffer on error which is unexpected during registration.
7485 2005-12-12  Jay Belanger  <belanger@truman.edu>
7487         * calc/README: Update the summary of changes.
7489 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7491         * descr-text.el (describe-char): Rework last fix to solve the problem
7492         is the same way it's solved for everything else in that function
7493         (i.e. by extracting the info before setting up the *Help* buffer).
7495 2005-12-12  Kim F. Storm  <storm@cua.dk>
7497         * subr.el (version-regexp-alist): Allow space as separator before
7498         non-numeric part, e.g. "1.0 alpha".
7499         (version-to-list): Interpret .X.Y version as 0.X.Y version.
7501 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7503         * textmodes/org.el (org-agenda, org-timeline, org-todo):
7504         Implement Logging and the keep-modes setting.
7505         (org-get-category): Make sure a string is returned.
7506         (org-log-done): New function.
7507         (org-log-done, org-closed-string): New options.
7509 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7511         * tooltip.el (tooltip-y-offset): Change default to 20.
7513 2005-12-12  Richard M. Stallman  <rms@gnu.org>
7515         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7517         * frame.el (display-hourglass): Doc fix.
7519         * help.el (help-for-help-internal): Simplify entry for `a'.
7521         * info.el (Info-on-current-buffer): Doc fix.
7522         (info-insert-file-contents): Don't test (featurep 'jka-compr).
7524         * startup.el (inhibit-splash-screen): Make this the real name.
7525         (inhibit-startup-message): Make this the alias.
7526         (command-line): Find only simple.el, and use its directory
7527         to fill in other preloaded files' names.
7528         (command-line): Deactivate the mark if deactivate-mark is set.
7530         * international/mule.el (load-with-code-conversion):
7531         Bind deactivate-mark.
7533         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7535 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
7537         * cus-edit.el (customize-apropos): Avoid listing an option more
7538         than once under different aliases.  No longer list user options
7539         that are not defined with defcustom (unless a prefix arg is given).
7540         Doc fix.
7541         (customize-apropos-options): Doc fix.
7543 2005-12-11  Juri Linkov  <juri@jurta.org>
7545         * frame.el (set-background-color, set-foreground-color)
7546         (set-cursor-color, set-mouse-color, set-border-color):
7547         Add explicit prompts to read colors by `facemenu-read-color'.
7548         (show-trailing-whitespace, blink-cursor-delay)
7549         (blink-cursor-interval, display-hourglass, hourglass-delay):
7550         Remove tags.
7551         (display-hourglass, hourglass-delay): Doc fix.
7552         (cursor-in-non-selected-windows): Capitalize words in tag.
7554         * faces.el (frame-background-mode): Replace `choice-item' keywords
7555         with `const' to not make [default] button.  Change default value tag
7556         from `default' to `automatic'.  Doc fix.
7557         (trailing-whitespace) <defface>: Change group `whitespace' to
7558         `whitespace-faces'.
7560 2005-12-11  Richard M. Stallman  <rms@gnu.org>
7562         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7564 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7566         * term/mac-win.el: Create keymap for mac-apple-event-map.
7568 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
7570         * tooltip.el (tooltip-mode): Move to start of file so that it
7571         appears at top of customize buffer.
7573         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7574         Add the gud groupname.
7575         (gud-tooltip-mode): Add the tooltip groupname.
7576         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
7577         avoid conflict with tooltip-use-echo-area.
7579 2005-12-10  Romain Francoise  <romain@orebokech.com>
7581         * help.el (help-for-help-internal): Add `r' in doc string.
7583 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7585         * align.el (align-regexp, align-highlight-rule):
7586         Use region-beginning and region-end instead of point and mark, so that
7587         repetition (with `repeat-complex-command') recomputes the region
7588         bounds.
7590 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7592         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7593         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7594         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7595         (balance-windows): Rewrite using the above new functions.
7597 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
7599         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7600         react if global-hi-lock-mode seems intended.
7601         (global-hi-lock-mode) Renamed from hi-lock-mode.
7602         (hi-lock-archaic-interface-message-used)
7603         (hi-lock-archaic-interface-deduce): New variables.
7604         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7605         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7606         (hi-lock-find-patterns, hi-lock-font-lock-hook):
7607         Replace hi-lock-buffer-mode with hi-lock-mode.
7609 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
7611         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7612         completion list, even after a partial completion has been
7613         inserted in the current buffer.  If there are more than 1
7614         completion, redisplay the *Completions* buffer; if the
7615         completion is unique, delete the *Completions* window.
7617 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
7619         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7620         strings and long subject lines that were broken into multiple
7621         lines at arbitrary places.  Handle subjects that have "Re: " in
7622         the middle.
7624 2005-12-10  John W. Eaton  <jwe@octave.org>
7626         * emacs/octave-mod.el (octave-electric-space): Don't indent
7627         comments or strings if octave-auto-indent is nil.
7629 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7631         * term/mac-win.el: Require url when compiling.
7632         Call mac-process-deferred-apple-events after loading init files.
7633         (mac-apple-event-map): New defvar.  Define event handlers in it.
7634         (core-event, internet-event): New Apple event class symbols.
7635         (open-application, reopen-application, open-documents)
7636         (print-documents, open-contents, quit-application)
7637         (application-died, show-preferences, autosave-now, get-url):
7638         New Apple event ID symbols.
7639         (about): New HICommand ID symbol.
7640         (mac-event-spec, mac-event-ae): New macros.
7641         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7642         (mac-ae-selection-range, mac-ae-text-for-search)
7643         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7644         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
7645         and Services menu events are now defined in mac-apple-event-map.
7646         (mac-drag-n-drop): Remove selection range handling.
7648 2005-12-10  Kenichi Handa  <handa@m17n.org>
7650         * simple.el (zap-to-char):
7651         * isearch.el (isearch-process-search-char): Translate CHAR by
7652         translation-table-for-input.
7654 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
7656         * foldout.el (foldout-exit-fold): Properly hide subtree.
7658 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7660         * files.el (save-buffer):
7661         * international/ucs-tables.el (ucs-set-table-for-input):
7662         * mail/mail-extr.el (mail-extract-address-components):
7663         * mail/sendmail.el (mail-mode): Reformat doc string.
7665 2005-12-09  Juri Linkov  <juri@jurta.org>
7667         * isearch.el (isearch-highlight): Change main overlay priority
7668         from 1 to 1001.  Simplify.
7669         (isearch-lazy-highlight-update): Change lazy overlay priority
7670         from 0 to 1000.
7672         * replace.el (replace-highlight): Change overlay priority from
7673         1 to 1001.
7675         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7676         Change overlay priority from 1 to 1001.  Reuse existing overlay.
7678         * compare-w.el (compare-windows-highlight): Change overlay
7679         priority from 1 to 1000.
7681         * menu-bar.el (menu-bar-edit-menu): Add listp around
7682         pending-undo-list to disable menu item "undo" when pending
7683         undo list is empty.
7685         * locate.el (locate): Disable undo in *Locate* buffer.
7687 2005-12-09  Kim F. Storm  <storm@cua.dk>
7689         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7691 2005-12-09  David Ponce  <david@dponce.com>
7693         * recentf.el: Improvement of the menu code.
7694         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
7695         instead of menu hook.
7696         (recentf-show-menu, recentf-hide-menu): New functions.
7697         (recentf-menu-customization-changed, recentf-mode): Use them.
7698         (recentf-menu-action, recentf-max-menu-items)
7699         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7700         (recentf-arrange-by-rule-others)
7701         (recentf-arrange-by-rules-min-items)
7702         (recentf-arrange-by-rule-subfilter) : Don't use
7703         `recentf-menu-customization-changed'.
7704         (recentf-arrange-rules): Likewise.  Accept functions to compute
7705         sub-menu titles.
7706         (recentf-menu-filter): Likewise.  Doc fix.
7707         (recentf-menu-value-shortcut): Doc fix.
7708         (recentf-dump-variable): Quote atom value.
7709         (recentf-make-menu-items): Update to use it as a menu filter.
7710         (recentf-match-rule): New function.
7711         (recentf-arrange-by-rule): Use it.
7712         (recentf-indirect-mode-rule): New function.
7713         (recentf-build-mode-rules): Use it.
7714         (recentf-dir-rule): New function.
7715         (recentf-arrange-by-dir): Use it.
7716         (recentf-filter-changer-current): Rename from
7717         `recentf-filter-changer-state'.  All references updated.
7718         (recentf-filter-changer-alist): Update filter names.
7719         (recentf-filter-changer-select): New function.
7720         (recentf-filter-changer): Use it.  Make a sub-menu from filters
7721         available in `recentf-filter-changer-alist'.
7722         (recentf-data-cache, recentf-clear-data)
7723         (recentf-update-menu): Remove.  All references updated.
7724         (recentf-match-rule-p, recentf-build-dir-rules)
7725         (recentf-filter-changer-goto-next)
7726         (recentf-filter-changer-get-current)
7727         (recentf-filter-changer-get-next): Remove.
7729 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
7731         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7732         buffer "Reset" button to "Reset to Current" for consistency with
7733         the State buttons.
7735 2005-12-08  John Paul Wallington  <jpw@pobox.com>
7737         * ibuf-ext.el (define-ibuffer-filter filename):
7738         If `dired-directory' is a list then really use its car.
7740 2005-12-08  Kim F. Storm  <storm@cua.dk>
7742         * emulation/cua-rect.el (cua--rectangle-aux-replace):
7743         Fix indention of text on right side of replaced rectangle.
7745 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
7747         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7748         No need to check gud-comint-buffer is bound.
7749         (gdb): Prevent multiple debugging when first session uses gdba.
7751 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7753         CC Mode update to 5.31.
7755         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7756         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
7757         We might do this function properly in the future).
7759         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7760         New macros c-sentence-end and c-default-value-sentence end, to cope
7761         with Emacs 22's new function `sentence-end'.
7763 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7765         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7766         compat issue using `c-put-overlay' and `c-delete-overlay'.
7768         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7769         New compat macros to handle overlays/extents.
7771 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7773         * progmodes/cc-fix.el: Add definitions of the macros push and pop
7774         (for GNU Emacs 20.4)
7776         * progmodes/cc-defs.el:
7777         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7779         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7780         highlighting mechanism so it will work in XEmacs too.
7782         * progmodes/cc-defs.el: Insert c-int-to-char.
7784         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7785         call to the new macro c-int-to-char.  This solves XEmacs's
7786         regarding characters as different from integers.
7788 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7790         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7791         New internal helper.
7793         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7794         construct to make the indirect face lookup work in XEmacs.
7796         (c-cpp-matchers): Append the negation char face to the existing
7797         fontification, so that the cpp face doesn't disappear.
7798         Use `c-make-syntactic-matcher' to avoid negation chars in comments
7799         and strings.
7801         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7802         to map to `font-lock-negation-char-face' in emacsen where it exists.
7804 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7806         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7808         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7809         Rename "c-subword-move-mode" as "c-subword-mode".
7811         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7812         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
7814 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7816         * progmodes/cc-mode.el: Added autoload directive for
7817         `c-subword-move-mode' for use in older emacsen.
7819 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7821         * progmodes/cc-mode.el:
7822         (i) Insert a binding for C-c C-backspace into
7823         c-bind-special-erase-keys which works in TTYs.
7824         (ii) Make sure that when file styles are used, any explicitly
7825         given style variables take priority over those in the style.
7826         Do this by calling `hack-local-variables' a second time.
7828         * progmodes/cc-vars.el: Add language specific customization
7829         widgets for AWK to c-doc-comment-style, c-require-final-newline
7830         and c-default-style.  Add a defcustom for awk-mode-hook.
7831         Give c-syntactic-element and c-syntactic-context doc-strings by
7832         directly setting their `variable-documentation' propery.
7833         This allows Emacs 22.1 to read these with C-h v.
7835         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7837 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7839         * progmodes/cc-fonts.el, cc-vars.el
7840         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7841         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7842         Masatake YAMATO.
7844         (c-doc-comment-style): Made GtkDoc default in C mode.
7846         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7847         and C-c C-<delete>.
7849         (c-bind-special-erase-keys): New function for use on
7850         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7852         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7853         <delete> key behavior in XEmacs according to `delete-forward-p'.
7854         C.f. `c-electric-delete'.
7856 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7858         * progmodes/cc-mode.el: Give c-hungry-backspace and
7859         c-hungry-delete-forward permanent key bindings.
7861         * progmodes/cc-cmds.el (c-electric-semi&comma):
7862         Bind c-syntactic-context for calls to "criteria functions", for
7863         consistency with other calls to user functions.
7865         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7866         `current-prefix-arg', since this might be the prefix arg to a
7867         command which calls c-indent-command as a function.  Change the
7868         interactive spec from "p" to "P".
7870         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7871         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7872         was difficult to understand.
7874 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7876         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7877         first char of an identifier.
7879         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7880         +" syntax in C++.
7882 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7884         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7885         auto-fill doesn't split a c-comment's last word from a hanging
7886         "*/" when a space is typed between them after fill-column.
7888         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7890         * progmodes/cc-styles.el (c-set-style)
7891         (c-setup-paragraph-variables): Abort the command if we're not in a
7892         CC Mode buffer.
7894         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7895         with blank comment-prefix, and a blank line as the comment's
7896         second line.
7898 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7900         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7901         Incorporate the patterns added in the Emacs development branch
7902         for the new Emacs 22 face `font-lock-negation-char-face'.
7904         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7905         of "red" since it stands out better in xterms and DOS terminals.
7907         * progmodes/cc-engine.el (c-literal-faces):
7908         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7910 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7912         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7913         forcibly enable c-electric-flag.
7915         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7916         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7917         after the comment-prefix of a C-style comment will close that comment.
7919 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7921         * progmodes/cc-fonts.el (c-basic-matchers-before)
7922         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7923         in Pike.
7925         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7926         digraphs.
7928         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7929         (c-cpp-message-directives, c-cpp-include-directives)
7930         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7931         (c-cpp-expr-directives): Introduce new language constants to
7932         control cpp syntax in a cleaner way.
7934         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7936         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7938         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7939         (c-multiline-string-start-char): New language constants and
7940         variables to specify how newlines in string literals work.
7942         (c-font-lock-invalid-string): Use them.
7944         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7945         unbalanced close brace is entered.  Optimization by avoiding going
7946         back over arbitrarily large blocks.  Removed hints that this
7947         function only would be relevant/useful in AWK.
7949         (c-electric-brace): Indent syntactically after the cleanups since
7950         lineup functions might do it differently then.
7952         * progmodes/cc-engine.el, cc-langs.el
7953         (c-opt-op-identifier-prefix): New language constant and variable.
7955         (c-just-after-func-arglist-p, c-after-special-operator-id)
7956         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7958         * progmodes/cc-align.el, cc-engine.el
7959         (c-after-special-operator-id): New helper to handle C++ operator
7960         identifiers.
7962         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7963         (c-guess-basic-syntax): Handle C++ operator identifiers in
7964         declarations.
7966         * progmodes/cc-langs.el (c-assignment-operators): Add the
7967         trigraph version of ^= too.
7969         * progmodes/cc-langs.el (c-assignment-operators): Add the
7970         trigraph version of |= in C++.
7972         * progmodes/cc-fonts.el (c-font-lock-declarators):
7973         Handle `c-decl-hangon-kwds' after the identifier name.
7975         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7976         whether an arglist is "nonempty", ignore a comment after the open
7977         paren if it isn't followed by a non-comment token on the same line.
7979         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7980         Enable heuristics below the point to cope with classes inside special
7981         brace lists in Pike.
7983 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7985         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7987 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7989         * progmodes/cc-guess.el (cc-guess-install): New function to
7990         install an already guessed style in another buffer.
7992         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7993         sets `inhibit-read-only' - `c-save-buffer-state' should be used
7994         anyway if the change always is undone.
7996 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7998         Implement togglable electricity:
8000         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8001         saying when it should be used.
8003         * progmodes/cc-engine.el: Add the new buffer-local variable,
8004         c-electric-flag.
8006         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8007         c-toggle-auto-newline.
8009         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8010         c-toggle-auto-newline.  Remove the binding for
8011         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
8012         c-toggle-electric-state.
8014         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8016         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8017         c-\(forward\|backward\)-subword.
8018         (c-update-modeline): Add the new modeline flag `l' for
8019         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
8020         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8021         Make the old name an alias of the new name.
8022         (c-toggle-electric-state): New function.
8023         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8024         Adapt these functions to do electric things only when
8025         c-electric-flag is non-nil.
8026         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8027         new functions from c-electric-brace.
8028         (c-point-syntax): Add a check for "virtual semicolons" in AWK
8029         mode, so that the tentative extra newline doesn't change the
8030         syntax of the following brace.
8031         (c-electric-brace): Restructure by extracting the above functions.
8032         Tidy up the coding somewhat.
8033         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8034         restructure a bit.
8036 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8038         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8039         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
8041         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8042         (c-submode-indicators): Change name from `c-auto-hungry-string'
8043         since it's now used to track another submode.
8045         (c-update-modeline): Convert to function and extended to check
8046         `c-subword-move-mode'.
8048         (c-forward-into-nomenclature, c-backward-into-nomenclature):
8049         Convert to compat aliases for `c-forward-subword' and
8050         `c-backward-subword'.
8052         * progmodes/cc-subword.el: New functions and minor mode to handle
8053         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8055         (c-forward-subword, c-backward-subword, c-mark-subword)
8056         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8057         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8058         Functions corresponding to the standard word handling functions.
8060         (c-subword-move-mode): Minor mode that replaces all the standard
8061         word handling functions with their subword equivalences.
8063 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8065         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8066         entry for one-liner-defun.
8068         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8069         name in its def-edebug-spec.
8071         * progmodes/cc-cmds.el (c-electric-brace): Make the
8072         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
8073         compacts space before a comment, if this will make things fit on
8074         one line.
8076         Introduce an "awk" style, mainly for auto-newline and clean-ups.
8078         * progmodes/cc-align.el: New function c-snug-1line-defun-close
8080         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8081         clean-up one-liner-defun.
8083         * progmodes/cc-styles.el: Add the new "awk" style.
8085         * progmodes/cc-vars.el: Add description of one-liner-defun to
8086         c-cleanup-list's doc-string.  New user options,
8087         c-max-one-liner-length.  In c-default-style, set the default style
8088         for AWK to "awk".
8090 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8092         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8093         macros inside labels.
8095         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8096         `c-at-statement-start-p' and `c-at-expression-start-p'.
8098         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8099         error if the mark isn't set.
8101         * progmodes/cc-engine.el (c-guess-continued-construct)
8102         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8103         accurately detect functions inside functions.
8105         * progmodes/cc-engine.el (c-at-expression-start-p): New function
8106         like `c-at-statement-start-p' that additionally recognizes commas
8107         and expression parentheses as delimiters.
8109         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8110         to avoid heuristics that doesn't work for unclosed blocks.
8111         (c-at-statement-start-p): New function.
8113         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8114         Objective-C directives, e.g. directives spanning lines should work
8115         reasonably well now.
8117         (c-put-c-type-property, c-clear-c-type-property): New helpers.
8119         (c-forward-objc-directive): New function to move over any ObjC
8120         directive.
8122         (c-just-after-func-arglist-p, c-guess-basic-syntax)
8123         (c-basic-matchers-before): Use it.
8125         (c-font-lock-objc-iip-decl): Remove.
8127         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8128         in the template arglist recognition.
8130         * progmodes/cc-styles.el (c-style-alist): Fix several
8131         inconsistencies in the Whitesmith style.
8133         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8134         New lineup function to get lines after Whitesmith style blocks
8135         correctly indented.
8137         (c-lineup-whitesmith-in-block): Back out the compensation for
8138         opening parens since it's done using `add' lists in the style
8139         definition instead.  Don't use the anchor position since it varies
8140         too much between the syntactic symbols. :P
8142         * progmodes/cc-vars.el (c-valid-offset): Update.
8144         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8145         lists where the offsets are combined according to several
8146         different methods: `first', `min', `max', and `add'.
8147         Report offset evaluation errors with `c-benign-error' so that some kind
8148         of reindentation still is done.
8150         * progmodes/cc-engine.el (c-guess-basic-syntax):
8151         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8152         `arglist-close'.
8154         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8155         situations for `arglist-cont-nonempty' and `arglist-close'.
8157         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8159         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8160         cc-bytecomp-boundp' in a number of places.
8162         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8163         macro related issue.
8165 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8167         * progmodes/cc-awk.el: Change the terminology of regexps: A char
8168         list is now [asdf], a char class [:alpha:].
8169         Include code for char classes.
8170         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
8171         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8173         Remove (nearly all of) the cruft associated with AWK Mode's former
8174         concept of "virtual semicolons":
8176         Adapt c-beginning-of-statement, c-end-of-statement (together with
8177         subfunctions) to use the new notion of "virtual semicolon" in
8178         place of the old awkward special handling for AWK.  There remains
8179         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8180         * progmodes/cc-cmds.el:
8181         (c-ascertain-adjacent-literal): In the backwards direction, now
8182         recognises AWK regexp delimiters as string delimiters.
8183         (c-after-statement-terminator-p): Adapt for virtual semicolons;
8184         check more rigorously for "end of macro".
8185         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8186         virtual semicolons;
8187         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8188         out the code for forward movement into ...
8189         (c-end-of-statement): Now contains the code for forward movement,
8190         adapted for virtual semicolons.
8192         * progmodes/cc-engine.el:
8193         (c-ws*-string-limit-regexp): New regexp.
8194         (c-forward-single-comment, c-backward-single-comment): Comment out
8195         the (now redundant) "special" AWK stuff.
8197         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8198         c-string-par-start, c-string-par-separate to be more like Text
8199         Mode than Fundamental Mode.
8201 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8203         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8204         to the fontified region so that fontification doesn't occur
8205         outside it (could happen e.g. when fontifying a line with an
8206         unfinished declaration).
8208 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8210         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8211         start of the file.  ^L now separate sections of the file.
8212         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
8213         (c-awk-one-line-possibly-open-string-re)
8214         (c-awk-regexp-one-line-possibly-open-char-class-re)
8215         (c-awk-one-line-possibly-open-regexp-re)
8216         (c-awk-one-line-non-syn-ws*-re): New defonsts.
8217         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8219         Amend the concept of "virtual semicolons" (in the indentation
8220         engine) for languages like AWK, such that they are now
8221         conceptually attached to end of the last token of a statement, not
8222         the end of the line.  (In AWK Mode, however, the pertinent text
8223         property is still physically set on the EOL.)  Remove the specific
8224         tests for awk-mode, thus facilitating the introduction of other
8225         language modes where EOLs can end statements.
8226         (Note: The funtionality in cc-cmds.el, specifically
8227         c-beginning/end-of-statement has yet to be amended.)
8229         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8230         New macros.
8232         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8233         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
8234         c-vsemi-status-unknown-p-fn (in a new page).
8236         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8237         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8238         numerous awkward forms like
8239         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8240         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
8241         variable before-ws-ip, the place just after char-before-ip appears.
8243         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8244         a comment.
8246 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8248         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8249         `c-tentative-buffer-changes'.
8251         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8252         convert to macro to choose between Emacs and XEmacs at compile time.
8254         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8256         (c-tentative-buffer-changes): New macro to handle temporary buffer
8257         changes in a convenient way.
8259         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8260         for `c-tentative-buffer-changes'.
8262         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8263         the checks for paren sexps between the point and the keyword, to
8264         avoid some false alarms.
8266         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8267         Fixed a situation where an error could be thrown for unbalanced
8268         parens.  Changed to make use of c-keyword-member' to avoid some
8269         repeated regexp matches.
8271         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8272         These language variable are no longer necessary.
8274         (c-block-stmt-kwds): New language constant used by
8275         c-looking-at-inexpr-block'.
8277         (c-guess-basic-syntax): Remove an optional check that looked at
8278         the existence of the now removed language variables.
8280         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8281         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8282         object instantiation expressions as declarations in some contexts.
8283         This bug only affected languages where the declarator can't be
8284         enclosed in parentheses.
8286         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8287         insert newlines before and after substatement braces.
8289         * progmodes/cc-engine.el: Improved the heuristics for recognizing
8290         function declaration headers and the handling of C++ style member
8291         init lists.
8293         (c-just-after-func-arglist-p): Rewritten to use
8294         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
8296         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8298         (c-guess-basic-syntax): Adapt case 5B for the new
8299         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
8300         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8301         covers all cases now).
8303         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8305 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8307         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8308         c-string-par-start/separate c-sentence-end-with-esc-eol,
8309         initialised in c-setup-paragraph-variables, used in string
8310         scanning subroutines of c-beginning-of-statement.
8312         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8313         which precedes the newly inserted `{'.
8315 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8317         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8318         function for declaration level blocks.  It should now cope with
8319         templates better and also be a lot more comprehensible.
8321         (c-looking-at-decl-block): The new function.
8323         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
8324         for compatibility.
8326         (c-add-class-syntax, c-guess-continued-construct)
8327         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8329         (c-decl-block-key): Change to tell apart ambiguous and
8330         unambiguous keywords.  Pike specials are now handled directly in
8331         the code instead.
8333         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8334         New language constants and variables to make the backward skip in
8335         `c-looking-at-decl-block' as tight as possible.
8337         (c-nonsymbol-token-char-list): New language constant.
8339         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8340         find balanced template arglists backwards.
8342         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8343         making char classes for `c-syntactic-skip-backward'.
8345         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8346         16D - can't be a class-close at that point.
8348         * progmodes/cc-engine.el (c-guess-basic-syntax)
8349         (c-add-class-syntax): Don't narrow out the enclosing declaration
8350         level.  This makes everything a lot easier, and it was actually
8351         only four small places that needed it to work.  Some places that
8352         previously did `widen' are removed now, which has the effect that
8353         `c-guess-basic-syntax' never will look at things outside the
8354         current narrowment now.  The anchor position for `topmost-intro'
8355         is affected by this, but it was so bogus it was basically useless
8356         before, and now it's equally bogus but in a slightly different way.
8358         (c-narrow-out-enclosing-class): Gone.
8360         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8361         the narrowed region.
8363         (c-least-enclosing-brace): Remove silly optional argument.
8365         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8366         the point could be left directly after an open paren when finding
8367         the beginning of the first decl in the block.
8369         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8370         Specify which submatch to use.
8372         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8374         (c-decl-start-re): No longer any need for special treatment of
8375         ObjC due to the above.
8377         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8378         presumably follows C in that regard.
8380         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8381         New language constants to specify operator tokens inside
8382         identifiers in a more high level way.
8384         (c-opt-identifier-prefix-key): New internal language constant.
8386         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8387         (c-identifier-start, c-identifier-key): Now completely calculated
8388         from other constants.
8390         (c-identifier-last-sym-match): Decommission since it's no longer used.
8392         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
8394         * progmodes/cc-engine.el (c-forward-name): Remove the
8395         optimization when c-identifier-key is equal to c-symbol-key since
8396         it doesn't work in byte compiled files.  Don't record empty
8397         regions as identifiers.
8399         * progmodes/cc-langs.el (c-filter-ops): New helper function to
8400         simplify access to `c-operators' and its likes.
8402         (c-operator-list, c-all-op-syntax-tokens)
8403         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8404         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8405         (c-primary-expr-regexp, c-cast-parens): Use it.
8407         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8408         an explicit language in functions.
8410         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8411         variant of adornment.
8413         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8414         variable.
8416         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8417         the Pike value.
8419         * progmodes/cc-engine.el (c-on-identifier)
8420         (c-simple-skip-symbol-backward): Small fix for handling "-"
8421         correctly in `skip-chars-backward'.  Affected the operator lfun
8422         syntax in Pike.
8424         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8425         diagnostic message about precompiled language vars not being used.
8427         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8428         "__attribute__" is followed by a parenthesis.
8430         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8431         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8432         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8434         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8435         Internal cleanups to properly detect the declared identifiers in
8436         various declarations.
8438         (c-decl-start-kwds): New language constant to recognize
8439         declarations that can start anywhere.  Used for class declarations
8440         in Pike.
8442         (c-specifier-key, c-not-decl-init-keywords)
8443         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8444         (c-find-decl-spots): Implement `c-decl-start-kwds'.
8446         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8447         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8448         handling of the compiler specific extension keywords into a new
8449         language constant `c-decl-hangon-kwds' that defines keyword
8450         clauses to be ignored in declarations.
8452         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8453         past unrecognized tokens when handling `c-colon-type-list-kwds'.
8454         Necessary to stop at the declared identifier in e.g. IDL valuetype
8455         declarations.
8457         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8458         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8459         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8460         (c-forward-decl-or-cast-1): Recognize the declared identifier in
8461         class and enum declarations as such and not as part of the type.
8463         (c-forward-decl-or-cast-1, c-forward-label): Relax the
8464         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8466         (c-forward-decl-or-cast-1): Don't disregard sure signs of
8467         declarations when there's some syntax error later on.
8469         (c-complex-decl-matchers): Did away with a reference to
8470         `c-specifier-key'.
8472         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8473         value - this variable is always dynamically bound.
8475         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8476         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8477         * cc-cmds.el, cc-defs.el: Change the policy for marking up
8478         functions that might do hidden buffer changes: All such internal
8479         functions are now marked instead of those that don't.
8481         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8482         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8483         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8484         (c-literal-type): Allow these functions to make hidden buffer changes,
8485         so that they are free to use text property caching later on.
8487         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8488         (c-electric-brace, c-electric-slash, c-electric-star)
8489         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8490         (c-electric-paren, c-electric-continued-statement, c-indent-command)
8491         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8492         (c-context-line-break): Add `c-save-buffer-state' calls to comply
8493         with the changed semantics of the functions above.
8495         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8496         when macros occur in obscure places.  Optimized the sexp movement
8497         a bit.
8499 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8501         Enhancements for c-beginning-of-statement to work in AWK Mode:
8503         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8504         (completed statement) with `}' (statement completed by closing
8505         brace or semicolon) and `$' (statement completed by EOL).
8507         (c-awk-virtual-semicolon-ends-prev-line-p)
8508         (c-awk-virtual-semicolon-ends-line-p)
8509         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8510         (c-awk-at-statement-end-p): New functions.
8512         * progmodes/cc-cmds.el: Simplify the structure of functions
8513         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
8514         two functions and c-beginning-of-statement to handle AWK Mode.
8516         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8517         c-backward-single-comment for AWK mode.  Attempt to clarify their
8518         doc-strings.
8520         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8522 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8524         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8525         label handling.  Labels are now recognized in a uniform and more
8526         robust way, regardless of context.  Text properties are put on all
8527         labels to recognize the following declarations better.
8528         Multiword labels are handled both in indentation and fontification for
8529         the benefit of language extensions like Qt.  For consistency, keywords
8530         in labels are now fontified with the label face instead.
8531         That also applies to "case" and "default".
8533         (c-beginning-of-statement-1): Fix some bugs in the label
8534         handling.  Disregard `c-nonlabel-token-key' in labels that begin
8535         with `c-label-kwds'.
8537         (c-find-decl-spots): Support that the callback adds more
8538         `c-decl-end' spots to find.
8540         (c-forward-decl-or-cast-1): Don't treat a list of plain
8541         identifiers followed by a colon as a declaration.
8543         (c-forward-label): New function to recognize labels.
8545         (c-guess-basic-syntax): Replace uses of `c-label-key' with
8546         `c-forward-label'.  Moved the label recognition cases (14 and 15)
8547         earlier since they aren't so context sensitive now.  Handle labels
8548         on the top level gracefully.  Moved access label recognition to
8549         the generic label case (CASE 15) - removed CASE 5E.
8551         (c-font-lock-declarations): Add recognition of labels in the
8552         same round since we need to handle labels in parallell with other
8553         declarations to recognize both accurately.  It should also improve
8554         speed.
8556         (c-simple-decl-matchers, c-basic-matchers-after):
8557         Move `c-font-lock-labels' so that it only is used on decoration level 2
8558         since `c-font-lock-declarations' handles it otherwise.
8560         (c-complex-decl-matchers): Remove the simplistic recognition of
8561         access labels.
8563         (c-decl-prefix-re): Remove the kludges that was necessary to cope
8564         with labels earlier.
8566         (c-decl-start-re): New language variable to make
8567         `c-font-lock-declarations' stop for the special protection labels
8568         in Objective-C that start with `@'.
8570         (c-label-key): Remove since it's no longer used.
8572         (c-recognize-colon-labels, c-label-prefix-re): New language
8573         constants to support recognition of generic colon-terminated labels.
8575         (c-type-decl-end-used): `c-decl-end' is now used whenever there
8576         are colon terminated labels.
8578         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8579         first argument starts with a special brace list.
8581         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8582         (c-font-lock-declarations): Break out the declaration and cast
8583         recognition from `c-font-lock-declarations' to a new function, so
8584         that it can be used in the indentation engine.
8586         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8587         up to the start of the literal.  Fixed bug with the point on the
8588         wrong side of the search limit that could happen when the start
8589         position is inside a literal.
8591         * progmodes/cc-engine.el (c-parse-state)
8592         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8593         so that it's kept a little bit back to increase the hit rate.
8595         (c-parse-state): Change the macro handling and fixed some
8596         glitches.  Macro context is checked more often than necessary now,
8597         but otoh less garbage conses are generated.
8599         * progmodes/cc-engine.el (c-parse-state)
8600         (c-invalidate-state-cache): Cache the last position where
8601         `c-state-cache' applies.  This can speed up refontification quite
8602         a bit in blocks where there are many non-brace parens before the point.
8604         (c-state-cache-end): New variable for this.
8606         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8607         cache variable.
8609         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8610         get close initial continue positions when the start position is
8611         inside a literal or macro.  Do not call the callback for spots
8612         before the start position (which can happen e.g. for `c-decl-end'
8613         spots inside comments).  Optimize better in special cases when the
8614         region is a single line inside a literal or macro (typically when
8615         the current line is refontified).
8617         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8618         to `c-add-stmt-syntax' - there's no need to explicitly whack off
8619         entries from the paren state.
8621         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8622         special case for "else if" clauses.
8624         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8625         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8627         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8628         New language variable to recognize the gcc extension with statement
8629         blocks inside expressions.
8631         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8632         it somewhat more comprehensible.  The argument AT-BLOCK-START is
8633         no longer used and hence removed.
8635         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8636         to `c-add-stmt-syntax'.
8638         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8639         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8640         This fixes bogus label recognition.
8642         * progmodes/cc-engine.el (c-add-type, c-check-type)
8643         (c-forward-name, c-forward-type): Improve storage of template
8644         types in `c-found-types' so that they can be recognized better.
8646         (c-syntactic-content): Add option to skip past nested parens.
8648         * progmodes/cc-engine.el (c-forward-name):
8649         Set `c-last-identifier-range' all the time.  It's less work that way.
8650         Handle that there might not be an identifier to store in
8651         `c-last-identifier-range'.
8653         (c-forward-type): Handle that `c-last-identifier-range' might be
8654         nil from `c-forward-name'.
8656         * progmodes/cc-defs.el (c-safe-scan-lists)
8657         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8659         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8660         to work even if the form fails.
8662         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8663         down in a large file in one go.
8665         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8667         * progmodes/cc-align.el (c-lineup-assignments): New lineup
8668         function which is like `c-lineup-math' but returns nil instead of
8669         `c-basic-offset' when it doesn't match.
8671         (c-lineup-math): Change to use `c-lineup-assignments'.
8673 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8675         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8676         c-beginning-of-statement.  New subfunctions
8677         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8679 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8681         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8682         hardcoded char classes whereever possible.  Changed a couple of
8683         places to use skip by syntax instead of skip by char class.
8685         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8686         Fix a bug in the regexp that caused extreme backtracking.
8688         * progmodes/cc-langs.el (c-block-comment-starter)
8689         (c-block-comment-ender): New language constants to specify in a
8690         single place how block comments look.
8692         (c-comment-start-regexp, c-block-comment-start-regexp)
8693         (comment-start, comment-end, comment-start-skip)
8694         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8695         (c-syntactic-ws, c-nonempty-syntactic-ws)
8696         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8697         `c-line-comment-starter', `c-block-comment-starter' and
8698         `c-block-comment-ender'.
8700         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8701         New language constants to break up things a bit.
8703         (c-simple-ws): New language constant for simple whitespace.
8705         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8707         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8708         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8709         newlines.  Allow and ignore nil elements in the list.
8711 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8713         * progmodes/cc-cmds.el: Comment out a (n almost certainly
8714         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8716         * progmodes/cc-cmds.el: Tidy up the comments in
8717         c-beginning-of-statement and subfunctions.
8719         * progmodes/cc-awk.el: Replace calls to put-text-property to the
8720         more flexible c-put-char-property and c-clear-char-properties.
8721         Add the author's email address.
8723         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8725         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8726         closing "*/" of a block comment.
8728         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8729         subfunctions) so that it works at BOB and EOB.
8731         * progmodes/cc-cmds.el, cc-vars.el: More updating of
8732         c-beginning-of-statement, including new variable
8733         c-block-comment-start-regexp.
8735 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8737         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8738         symbols from `*-font-lock-extra-types' so that there's no need to
8739         use `regexp-opt' on those lists.
8741         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8742         `c-type-modifier-kwds' is empty.
8744         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8745         there are several strings on the same line.
8747         * progmodes/cc-engine.el (c-literal-limits): Remove the
8748         compatibility function for older emacsen.  `c-literal-limits-fast'
8749         has now taken the place of this function.
8751         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8752         with older emacsen: We now require `pps-extended-state'.
8754 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8756         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8757         which obviates the need to hack sentence-end.  This now handles
8758         escaped newlines in strings correctly.  Correct minor bugs in
8759         c-move-over-sentence and in c-beginning-of-statement.
8761         * progmodes/cc-cmds.el (c-beginning-of-statement (and
8762         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8763         that movement over macros and code are rigorously separated from
8764         eachother.  Correct a few incidental bugs.
8766         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8767         Improve its doc-string.  Improve the handling of certain specific cases.
8769 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8771         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8772         (c-guess-basic-syntax): Change the way class-level labels are
8773         recognized; they can now contain essentially any symbols.
8775         (c-opt-extra-label-key): New language variable to cope with the
8776         special protection label syntax in Objective-C.
8778         (c-opt-access-key): Remove; this is now handled better by
8779         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8781         (c-complex-decl-matchers): Update to handle that
8782         `c-opt-access-key' no longer exists.
8784         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8785         improved label recognition in `c-beginning-of-statement-1'.
8787         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8788         Recognize bitfields better.
8790         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8791         Remove some cruft and fixed a bug that could cause it to go to a
8792         position further down.
8794         * progmodes/cc-langs.el, cc-engine.el
8795         (c-beginning-of-statement-1): Improve detection of labels in
8796         declaration contexts.
8798         (c-beginning-of-decl-1): Use it.
8800         (c-nonlabel-token-key): New language constant and variable needed
8801         by `c-beginning-of-statement-1'.
8803         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8804         manifested itself due to the correction in `c-forward-sexp'.
8806         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8807         Make these behave as documented when used at the buffer limits.
8809         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8810         (c-type-decl-end-used): Made this a language variable.
8812         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8813         correctly when `combine-after-change-calls' is used together with
8814         temporary narrowings.
8816         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8817         Report labels correctly when the start point is immediately after the
8818         colon.
8820         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8821         Remove since it isn't used anymore.
8823         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8824         bracket arglists such as template parens in C++.
8826         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8827         in the last check-in.  Some optimization.
8829         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8830         where it could stop at the same level in a preceding sexp when
8831         PAREN-LEVEL is set.
8833         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8834         text property lookup only when it's needed.
8836         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8837         Change the policy for paren marked angle brackets to be more
8838         persistent; once marked they remain marked even when they're found
8839         to be unbalanced in the searched region.  This should keep the
8840         paren syntax around even when individual lines are refontified in
8841         multiline template arglists.
8843         (c-parse-and-markup-<>-arglists): New dynamically bound variable
8844         to control markup so that incorrect angle bracket arglists aren't
8845         marked in contexts where the correct value for
8846         `c-disallow-comma-in-<>-arglists' isn't known.
8848         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8849         argument has become `c-parse-and-markup-<>-arglists'.
8851         (c-remove-<>-arglist-properties): Remove - no longer used.
8853         (c-after-change-check-<>-operators): New function used on
8854         `after-change-functions' to avoid that "<" and ">" characters that
8855         are part of longer operators have paren syntax.
8857         (c-<>-multichar-token-regexp): New language variable used by
8858         `c-after-change-check-<>-operators'.
8860         (c-after-change): Call `c-after-change-check-<>-operators'.
8862         (c-font-lock-<>-arglists): Use the context properties set by
8863         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8864         correctly to avoid doing invalid markup.
8866         (c-font-lock-declarations): Remove code that undoes the invalid
8867         markup done by `c-font-lock-<>-arglists'.
8869         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8870         after `c-font-lock-declarations'.
8872         * progmodes/cc-engine.el (c-syntactic-skip-backward):
8873         Add paren-level feature.
8875         (c-guess-basic-syntax): Improve the anchor position for
8876         `template-args-cont' in nested template arglists.  There's still
8877         much to be desired in this area, though.
8879 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8881         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8882         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8884 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8886         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8887         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8889         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8890         it doesn't work no longer are supported.
8892         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8893         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8894         requires support for the syntax-table' text property, which rules
8895         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
8896         cruft associated with those versions.
8898         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8899         for the `syntax-table' text property, which rules out Emacs 19 and
8900         XEmacs < 21.4.  Removed various compatibility cruft associated
8901         with those versions.
8903         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8904         support for the `syntax-table' text property.
8906         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8907         variable and use an extra quoted face name instead.  All the
8908         emacsen flavors handle that correctly.
8910         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8911         (c-font-lock-declarators, c-font-lock-declarations)
8912         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8913         property to mark the items in in declarator lists to handle
8914         refontification inside multiline declarations better.
8916         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8917         construct like "a * b = c;" as a declaration.
8919 2005-12-08  Kim F. Storm  <storm@cua.dk>
8921         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8922         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
8923         select either meta, hyper, or super modifier for rectangle commands.
8924         (cua--rectangle-modifier-key): New defvar.
8925         (cua--M/H-key): Use it.  Remove special case for `space'.
8926         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8927         on X, to meta otherwise.  Always bind C-return to toggle
8928         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
8930         * emulation/cua-rect.el (cua-help-for-rectangle):
8931         Use cua--rectangle-modifier-key.  Handle super modifier too.
8932         (cua--init-rectangles): Always bind C-return to toggle rectangle.
8933         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8935         * ido.el: Move Acknowledgements and History after Commentary.
8936         Minor changes to Commentary.
8938         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8939         keymap if cua--prefix-override-timer is `shift'.
8940         (cua--shift-control-prefix): New function; emulate "type prefix
8941         key twice" functionality to handle shifted prefix key override.
8942         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8943         New commands.
8944         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8946 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
8948         * textmodes/org.el (org-insert-heading): Try to do items before
8949         headings.
8950         (org-agenda-mode): Quote `org-agenda-mode-hook'.
8951         (org-insert-item): New function.
8952         (org-renumber-ordered-list): Don't skip to higher level lists.
8954 2005-12-08  Juri Linkov  <juri@jurta.org>
8956         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8958         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8960         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8962         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8963         the constructed function name fun-1.
8965         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8966         because such links don't lead to parent documentation.
8968 2005-12-08  Kenichi Handa  <handa@m17n.org>
8970         * descr-text.el (describe-char): Use *Help-2* buffer if the
8971         current buffer is *Help*.  Call describe-text-properties while
8972         setting the original buffer.
8974 2005-12-07  Bill Wohler  <wohler@newt.com>
8976         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
8977         and causes problems with non-MH users (such as Gnus users).
8979 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
8981         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8982         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8983         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8984         command "info sources".  Move calls to GDB command "list".
8985         (gdb-find-file-hook): Just use gdb-source-file-list.
8986         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8987         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8988         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8989         (gdb-data-list-register-values-handler): Use correct trigger name.
8991 2005-12-07  Kim F. Storm  <storm@cua.dk>
8993         * ido.el (ido-completion-map): Rename from ido-mode-map.
8994         (ido-common-completion-map, ido-file-completion-map)
8995         (ido-file-dir-completion-map, ido-buffer-completion-map):
8996         Rename from ido-mode-....-map.
8997         (ido-init-completion-maps): Rename from ido-init-mode-maps.
8998         (ido-setup-completion-map): Rename from ido-define-mode-map.
8999         (ido-read-internal): Bind minibuffer-local-filename-completion-map
9000         to ido-completion-map.
9002 2005-12-07  Kenichi Handa  <handa@m17n.org>
9004         * international/mule-cmds.el
9005         (set-display-table-and-terminal-coding-system): If the coding
9006         system specified in `unibyte-display' property is different from
9007         the arg coding-system, don't setup standard-display-table.
9009 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9011         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9012         that comments end at \n, regardless of selective-display.
9014 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
9016         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9017         (gdb-version): New variables.
9018         (gdb-source-file-list, gdb-register-names)
9019         (gdb-changed-registers): New variables for use with GDB 6.4+.
9020         (gdb-ann3): Replace with...
9021         (gdb-init-1, gdb-init-2): ...two new functions.
9022         (gdba, gdb-prompt): Call gdb-init-1.
9023         (gdb-get-version): New function.  Call gdb-init-2 from here.
9024         (gud-watch): Make it work with mouse events too.
9025         (gdb-post-prompt): Don't add to queue until GDB version is known.
9026         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9027         (gdb-locals-mode): Use gdb-version.
9028         (gdb-memory-format-map, gdb-memory-unit-map)
9029         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9030         (gdb-locals-font-lock-keywords-1)
9031         (gdb-locals-font-lock-keywords-2): New variables.
9032         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9033         (gdb-set-gud-minor-mode-existing-buffers-1)
9034         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9035         (gdb-var-update-1, gdb-var-update-handler-1)
9036         (gdb-data-list-register-values-handler)
9037         (gdb-data-list-register-values-custom)
9038         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9039         (gdb-stack-list-locals-handler, gdb-get-register-names):
9040         New functions for use with GDB 6.4+.
9041         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9042         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9043         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9044         (gdb-stack-list-locals-regexp)
9045         (gdb-data-list-register-names-regexp): New regexps for use with
9046         GDB 6.4+.
9048 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9050         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9052 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
9054         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9055         prompts work for AUTH PLAIN.  Also reported by Steve Allan
9056         <seallan@verizon.net>.
9058 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
9060         * frame.el (set-frame-parameter): Add doc string.
9062 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
9064         * textmodes/org.el (org-occur-highlights): New variable.
9065         (org-highlight-new-match, org-remove-occur-highlights): New functions.
9066         (org-highlight-sparse-tree-matches): New option.
9067         (org-do-occur): New function.
9068         (org-get-heading): Make it work also at beginning of line.
9069         (org-category-table): New variable.
9070         (org-get-category-table, org-get-category)
9071         (org-camel-to-words, org-link-search): New functions.
9072         (org-select-this-todo-keyword): New variable.
9073         (org-todo-list): New command.
9074         (org-shiftright, org-shiftleft): New commands.
9075         (org-agenda-todo): Add prefix argument.
9076         (org-show-hierarchy-above): New option.
9077         (org-show-todo-tree): Numerical prefix creates tree for specific
9078         TODO keyword.
9079         (org-outline-level): New function, to assign a level to plain
9080         lists items.
9081         (org-cycle-include-plain-lists): New option.
9082         (org-mode): Use `org-outline-level' as value of `outline-level'.
9083         (org-cycle): Temporarily switch `outline-regexp' if
9084         `org-cycle-include-plain-lists' is non-nil.
9085         (org-start-icalendar-file): Fix format bug.
9086         (org-agenda-get-day-entries): Create category table.
9087         (org-agenda-get-todos, org-agenda-get-timestamps)
9088         (org-agenda-get-deadlines, org-agenda-get-scheduled)
9089         (org-agenda-get-blocks): Use `org-get-category'.
9090         (org-context-in-file-links): Rename from
9091         `org-line-numbers-in-file-links'.
9093 2005-12-06  Romain Francoise  <romain@orebokech.com>
9095         * window.el (balance-windows): Delete extraneous third arg in call
9096         to `enlarge-window'.
9098 2005-12-06  Kenichi Handa  <handa@m17n.org>
9100         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9102 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
9104         * progmodes/gdb-ui.el (gdb-var-create-handler)
9105         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9106         (gdb-var-list-children-handler, gdb-var-update-handler):
9107         Current buffer is already gdb-partial-output-buffer, don't
9108         make it current again.
9110 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
9112         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9113         (list-buffers-noselect): Use it.
9115 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9117         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9118         (mail-yank-ignored-headers): Use regexp-opt.
9119         (mail-mode-map): Move initialization into declaration.
9120         (mail-sent-via): Remove unused shadowed var `to-line'.
9121         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9122         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9123         (mail-do-fcc): Use dolist and push.
9124         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9125         (mail-yank-ignored-headers): Don't autoload.
9127 2005-12-05  Kenichi Handa  <handa@m17n.org>
9129         * international/mule-cmds.el (set-language-info-internal): New fun.
9130         (set-language-info): Call set-language-info-internal to update
9131         language-info-alist.  If LANG-ENV is the current one, call
9132         set-language-environment to make INFO effective now.
9133         (set-language-info-alist): Likewise.
9134         (locale-language-names): With locale "en", use English
9135         lang. env. but set the default codings to iso-8859-1.
9137 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
9139         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9140         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9141         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9142         for plain strings.
9143         (gdb-frames-mode): Remove redundant call to font-lock-mode.
9144         (gdb-all-registers): Rename from toggle-gdb-all-registers.
9145         Create registers buffer if necessary.  Echo new state in minibuffer.
9146         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9148 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
9150         * info.el (Info-fontify-node): Match external links using
9151         non-directory part of filename.
9153 2005-12-04  Juri Linkov  <juri@jurta.org>
9155         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9156         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
9157         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9158         because there is no customization option for it.
9160         * font-lock.el (lisp-font-lock-keywords-1):
9161         Add define-global-minor-mode.
9163         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9165         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9166         properties on the constructed variable names.
9168         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9169         Put `definition-name' properties on the constructed function names
9170         next-sym and prev-sym.
9172         * emacs-lisp/find-func.el (find-function-regexp):
9173         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
9174         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
9175         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9176         and easy-menu-define.
9178         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9179         easy-mmode-define-global-mode and define-global-minor-mode.
9180         (lisp-imenu-generic-expression): Add define-global-minor-mode.
9182         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9183         instead of easy-mmode-define-global-mode.
9185         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9186         Use define-minor-mode instead of easy-mmode-define-minor-mode.
9188         * cus-edit.el (customize-group, customize-group-other-window):
9189         Filter out autoloaded options from the group completion list by
9190         using heuristics that autoloaded groups don't have `custom-autoload'
9191         property on their symbols (they have only `custom-loads').
9193         * simple.el (completion-setup-function): Put completions-common-part
9194         face on complete completion string too (i.e. completion string
9195         without completions-first-difference face).
9197         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9199 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
9201         * view.el (view-mode): Doc fix.
9203         * disp-table.el (standard-display-european): Add to the warning
9204         message a reference to the doc string.
9206         * play/yow.el (apropos-zippy): Call print-help-return-message,
9207         similar to other Help and Apropos commands.
9209         * help.el (print-help-return-message): If pop-up-frames is
9210         non-nil, set up help-return-method to delete the help window and,
9211         possibly, its frame as well, and don't display message about
9212         scrolling the help window.  Doc fix.
9213         (help-return-method): Doc fix.
9215 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
9217         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9218         whereby names of length one or names starting with a
9219         symbol-constituent character would not be returned.
9221 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9223         * subr.el (atomic-change-group): Add edebug and indentation spec.
9225 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9227         * completion.el (save-completions-file-name): Fix typo in last change.
9229 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9231         * info.el: Move back/forward history to the beginning of the tool bar.
9233 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
9235         * allout.el (eval-when-compile): Remove unnecessary load of cl.
9236         Add fset of allout-real-isearch-abort during compile to fix
9237         byte-compilation warnings.
9238         (allout-mode-p): Move definition of this macro above all uses, or
9239         byte compilation in barren emacs (eg, during emacs build) will
9240         lack the definition.
9241         (allout-mode): Move this variable above any uses, or byte
9242         compilation will fail.
9243         (allout-resolve-xref): Remove use of personal file-reference function.
9244         (allout-toggle-current-subtree-encryption): Do the current (ie,
9245         visible containing) topic, rather than nearest around point.  Doc fix.
9246         (allout-toggle-subtree-encryption): New function, workhorse that
9247         works on nearest topic containing point.
9248         (allout-encrypt-string): Signal requirement for newer version of pgg.
9249         (allout-resumptions): Doc fix.
9251 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
9253         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9255 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
9257         * textmodes/flyspell.el (flyspell-external-point-words):
9258         Consider a misspelling as found in the string search if: (a) misspelling
9259         and found string lengths match, or (b) misspelling is found as
9260         element in a boundary-chars separated longer string, or (c)
9261         ispell-program-name is really ispell and misspelling is found as
9262         part of a TeX string.  After successful match move beginning of
9263         search region to end of match.  Warn about not found misspellings
9264         once the process is done.
9265         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9267 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
9269         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9270         tool bar (removed inadvertently).
9272 2005-12-02  Juri Linkov  <juri@jurta.org>
9274         * log-view.el (log-view-diff): Clarify doc string.
9276 2005-12-01  Bill Wohler  <wohler@newt.com>
9278         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9279         triggers lm-verify errors.
9281 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
9283         * simple.el (transient-mark-mode, line-number-mode)
9284         (column-number-mode, size-indication-mode): Remove `:require nil'.
9286 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
9288         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9289         in the margin also.
9290         (gdb-breakpoints-mode-map): Use D instead of d for
9291         gdb-delete-breakpoint.
9292         (gdb-get-frame-number): Require a number to match on.
9293         (gdb-threads-mode-map): Add follow-link binding.
9295 2005-11-30  Jason Rumney  <jasonr@gnu.org>
9297         * isearch.el (isearch-mode-map): Avoid exiting search on
9298         language-change event.
9300 2005-11-30  Romain Francoise  <romain@orebokech.com>
9302         * speedbar.el (speedbar-default-position): New defcustom.
9303         (speedbar-frame-reposition-smartly): Use it.
9305         * dframe.el (dframe-reposition-frame-emacs): Fix position
9306         computation for `left' location.
9307         Update copyright year.
9309 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9311         * help.el (help-map): Move initialization into declaration.
9313         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9315         * help-fns.el (help-argument-name): Don't autoload.
9316         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9317         to be re-loaded when customizing the `help' group.
9319 2005-11-30  John Paul Wallington  <jpw@gnu.org>
9321         * help-fns.el (describe-function-1): Fill arglist output.
9323 2005-11-30  Kim F. Storm  <storm@cua.dk>
9325         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9326         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9327         after revert-buffer (or anything else which kills all local variables).
9329         * apropos.el (apropos-parse-pattern): Doc fix.
9330         Set apropos-regexp directly, rather than expecting callers to do so.
9331         (apropos-command, apropos, apropos-value, apropos-documentation):
9332         Simplify calls to apropos-parse-pattern.
9334 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
9336         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9337         (hi-lock-face-phrase-buffer): Use hi-yellow face.
9338         (hi-lock-write-interactive-patterns): Use comment-region.
9340         * longlines.el (longlines-mode): Add mail-setup-hook.
9342         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9344         * simple.el (sendmail-user-agent-compose, next-line):
9345         Conditionally use hard-newline.
9347 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9349         * international/latexenc.el (latex-inputenc-coding-alist):
9350         Reword doc string.
9352 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
9354         * help.el (describe-key-briefly, describe-key): Recognize default
9355         bindings.
9357 2005-11-29  Romain Francoise  <romain@orebokech.com>
9359         * view.el (view-inhibit-help-message): New defcustom.
9360         (view-mode-enter): Use it.
9362 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
9364         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9365         Preserve user position.
9367 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
9369         * font-lock.el: Throw error if facemenu is not loaded to prevent
9370         accidental change of loading order in loadup.el.  (Suggested by RMS.)
9372         * loadup.el: Add comment explaining why facemenu must be loaded
9373         before font-lock.
9375 2005-11-28  Jay Belanger  <belanger@truman.edu>
9377         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9378         (calc-dispatch-map): Add more keys for `calc-same-interface'.
9380         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9382         * calc/calc-embed.el (calc-do-embedded): Update help message.
9384         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9386 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9388         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9390         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9391         called-interactively-p.
9392         (elp-profilable-p): Rename from elp-not-profilable-p.
9393         Invert result and take into account macros and autoloaded functions.
9394         (elp-instrument-function): Update call.
9395         (elp-instrument-package): Update call.  Add completion.
9396         (elp-pack-number): Use match-string.
9397         (elp-results-jump-to-definition-by-mouse): Merge into
9398         elp-results-jump-to-definition and then remove.
9399         (elp-output-insert-symname): Make help echo text single-line.
9401         * replace.el (query-replace-map): Move initialization into declaration.
9402         (occur-engine): Use with-current-buffer.
9403         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9404         (occur-mode-mouse-goto): Replace with an alias.
9406 2005-11-28  Juri Linkov  <juri@jurta.org>
9408         * simple.el (quoted-insert): Let-bind input-method-function to nil.
9410         * term/w32-win.el: Bind [S-tab] to [backtab].
9412         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9413         `Info-find-file' to t.
9415         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9416         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9417         and same-window-regexps.
9418         (occur-next-error): Don't move point for arg 0.
9420 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
9422         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9424 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9426         * log-edit.el (log-edit-changelog-use-first): New var.
9427         (log-edit-changelog-ours-p): Use it.
9428         (log-edit-insert-changelog): Set it with new arg `use-first'.
9429         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9430         (log-edit-hook): Add them to the list of suggested options.
9432         * textmodes/flyspell.el (flyspell-last-buffer): New var.
9433         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9434         redundant work.
9435         (flyspell-mode-on): Use add-hook for after-change-functions.
9436         (flyspell-mode-off): Use remove-hook for after-change-functions.
9437         (flyspell-changes): Make it buffer-local.
9438         (flyspell-after-change-function): Make it non-interactive.  Use push.
9439         (flyspell-post-command-hook): Check input-pending-p while processing
9440         the potentially long list of buffer changes.
9442 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
9444         * buff-menu.el (list-buffers-noselect): Display the selected
9445         frame's buffer list, not the global one.
9447 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
9449         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9450         that (list last-input-event) works as in interactive spec.
9452 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9454         * loadup.el ("facemenu"): Load facemenu before font-lock, because
9455         `facemenu-keymap' needs to be defined when font-lock is loaded.
9456         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9458 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9460         * completion.el: Remove useless leading * in defcustom docstrings.
9461         (save-completions-file-name): Use ~/.emacs.d if available.
9462         (completion-standard-syntax-table): Rename from
9463         cmpl-standard-syntax-table and fold initialization into declaration,
9464         thus removing cmpl-make-standard-completion-syntax-table.
9465         (completion-lisp-syntax-table, completion-c-syntax-table)
9466         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9467         (cmpl-saved-syntax, cmpl-saved-point): Remove.
9468         (symbol-under-point, symbol-before-point)
9469         (symbol-under-or-before-point, symbol-before-point-for-complete)
9470         (add-completions-from-c-buffer): Use with-syntax-table.
9471         (make-completion): Don't return a list of completion entries.
9472         Update callers.
9473         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9474         (completion-initialize): Rename from initialize-completions.
9475         (completion-find-file-hook): Rename from cmpl-find-file-hook.
9476         (kill-emacs-save-completions): Collect stats here.
9477         (save-completions-to-file, load-completions-from-file):
9478         Use with-current-buffer.
9479         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
9480         into a function.  Move all calls to toplevel.
9481         (completion-lisp-mode-hook): New fun.
9482         (completion-c-mode-hook, completion-setup-fortran-mode):
9483         Set the syntax-table here.  Use local-set-key.
9484         (completion-saved-bindings): New var.
9485         (dynamic-completion-mode): Make it into a proper minor mode.
9486         (load-completions-from-file): Remove unused var `num-uses'.
9488         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9489         constructor if it is explicitly overridden.
9491         * complete.el (PC-completion-as-file-name-predicate):
9492         Use minibuffer-completing-file-name.
9493         (partial-completion-mode): Use find-file-not-found-functions.
9494         (PC-lisp-complete-symbol): Use with-syntax-table.
9495         (PC-look-for-include-file): Remove dead setq.
9496         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9497         (PC-complete): Use with-current-buffer.
9499         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9500         escape single quotes.
9502 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9504         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9505         of `if' whose condition always returned nil.  Doc fix.
9507         * buff-menu.el (Buffer-menu-revert-function): Make the selected
9508         window's buffer the current buffer around the call to
9509         `list-buffers-noselect'.  This is necessary to mark that buffer
9510         with a `.' in the Buffer Menu when called from Lisp, for instance
9511         by Auto Revert Mode.
9513 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
9515         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9516         attaching to it.
9517         (gdb-pre-prompt): Make sure gdb-error is reset.
9519         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9520         with a child process, detect it.
9521         (gud-speedbar-buttons): Match regexp more carefully.
9523 2005-11-27  Richard M. Stallman  <rms@gnu.org>
9525         * mouse.el (mouse-drag-move-window-bottom):
9526         Use adjust-window-trailing-edge.
9528 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9530         * simple.el (blink-matching-open): Ignore
9531         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9532         (blink-matching-paren-on-screen): Update docstring.
9534         * paren.el (show-paren-mode): No longer change
9535         `blink-matching-paren-on-screen'.
9537 2005-11-27  John Paul Wallington  <jpw@pobox.com>
9539         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9540         (gdb-threads-select, gdb-edit-register-value):
9541         Use `posn-set-point' instead of `mouse-set-point' because the
9542         latter is not fbound when configured without X.
9544 2005-11-27  Kim F. Storm  <storm@cua.dk>
9546         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9547         existing face when partially highlighting a TAB in a rectangle.
9549 2005-11-26  Kim F. Storm  <storm@cua.dk>
9551         * ido.el (ido-mode-map): Doc fix.
9552         (ido-mode-common-map, ido-mode-file-map)
9553         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9554         (ido-define-mode-map): Rewrite.  Select one of the new maps as
9555         parent for ido-mode-map instead of building from scratch.
9556         (ido-init-mode-maps): New defun to initialize new maps.
9557         (ido-mode): Call it.
9558         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9559         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9561 2005-11-26  John Paul Wallington  <jpw@pobox.com>
9563         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9564         `mouse-set-point' because the latter is not fbound when configured
9565         without X.
9567 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
9569         * files.el (file-relative-name): Doc fix.
9571 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
9573         * progmodes/octave-inf.el (inferior-octave-startup): Force a
9574         non-empty string for secondary prompt PS2.
9576 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
9578         * progmodes/compile.el (compilation-setup): Fix last change.
9580 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
9582         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9583         (gdb-mouse-toggle-breakpoint-margin)
9584         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9585         Add gdb-server-prefix to keep out of command history.
9586         (gdb-edit-register-value): New function.
9587         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9588         (gdb-info-registers-custom): Use above map.
9590 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
9592         * custom.el (enable-theme): Signal error if argument is not a
9593         theme.  Don't recalculate a face if it's not loaded yet.
9595         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9596         the `user' theme is in effect.
9598         * info.el (Info-on-current-buffer): Record actual filename in
9599         Info-current-file, instead of t, or a fake filename if a non-file
9600         buffer.  Make autoload.
9601         (Info-find-node, Info-revert-find-node): No need to check for
9602         Info-current-file nil.
9603         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9604         Info-current-file is now never `t'.
9605         (Info-fontify-node): Many simplifications due to Info-current-file
9606         always being valid.  Use Info-find-file to find node filename.
9608 2005-11-25  David Kastrup  <dak@gnu.org>
9610         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9611         new character, then delete" in order to preserve markers.
9613 2005-11-25  David Ponce  <david@dponce.com>
9615         * recentf.el (recentf-arrange-by-rule): Handle a special
9616         `auto-mode-alist'-like "strip suffix" rule.
9617         (recentf-build-mode-rules): Handle second level auto-mode entries.
9619 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9621         * viper-keym.el (viper-ESC-key): Use different values in terminal and
9622         window modes.
9624         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9625         jde-javadoc-checker-report-mode.
9627         * ediff-wind (ediff-make-wide-display): Slight simplification.
9629         * ediff.el (ediff-date): Change the date of last update.
9631 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
9633         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9634         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
9635         (hi-lock-mode): New global minor mode.
9636         (turn-on-hi-lock-if-enabled): New function.
9637         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9638         Change arguments to regexp and face instead of a font-lock pattern.
9639         Directly set face property, instead of refontifying.
9640         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9641         (hi-lock-find-patterns): Use line-number-at-pos.
9643         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
9644         arguments for hi-lock-set-pattern.
9645         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9646         Call font-lock-fontify-buffer.
9647         (hi-lock-find-file-hook, hi-lock-current-line)
9648         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9650         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9651         turned off.
9653         * progmodes/compile.el (compilation-setup): Don't fiddle with
9654         font-lock-defaults.
9656 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
9658         * progmodes/gdb-ui.el (gdb-var-create-handler)
9659         (gdb-var-list-children-handler): Find values for all variable
9660         objects.  gud-speedbar-buttons decides whether to display them.
9662 2005-11-24  Romain Francoise  <romain@orebokech.com>
9664         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9665         buffer name with a space.
9667 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
9669         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9670         `org-export-local-list-max-depth'.  Change default value to 3.
9671         (org-auto-renumber-ordered-lists)
9672         (org-plain-list-ordered-item-terminator): New options.
9673         (org-at-item-p, org-beginning-of-item, org-end-of-item)
9674         (org-get-indentation, org-get-string-indentation)
9675         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9676         New functions.
9677         (org-move-item-down, org-move-item-up): New commands.
9678         (org-export-as-html): New classes for CSS support.  Bug fix in
9679         regular expression detecting fixed-width regions.  Respect
9680         `org-local-list-ordered-item-terminator'.
9681         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9682         also a list item.
9683         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9684         New item moving functions.
9686 2005-11-24  Juri Linkov  <juri@jurta.org>
9688         * isearch.el (isearch-repeat): With empty search ring set
9689         `isearch-error' to the error string instead of signaling error
9690         with the function `error'.
9692 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9694         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9696 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
9698         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9699         and variable.
9700         (gdb-var-create-handler, gdb-var-list-children-handler):
9701         Don't match on "char **...".
9702         (gdb-var-update-handler): Find values for all variable objects.
9703         (gdb-info-frames-custom): Identify frames by leading "#".
9705         * progmodes/gud.el (gud-speedbar-menu-items): Add
9706         gdb-speedbar-auto-raise as radio button.
9707         (gud-speedbar-buttons): Raise speedbar if requested.
9708         Don't match on "char **...".
9709         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9710         Make it editable.
9712 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
9714         * info.el (Info-fontify-node): Handle the case where
9715         Info-current-file is t.
9717 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9719         * simple.el (blink-matching-open): Fix off-by-one in last change.
9721 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9723         * term/mac-win.el: Don't change default directory.
9725 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
9727         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9728         buffers correctly.  (It used to throw an error in such buffers.)
9729         Make it ask for confirmation in group buffers and other Custom
9730         buffers containing more than one customization item.
9732 2005-11-22  John Paul Wallington  <jpw@gnu.org>
9734         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9735         property on mail and url overlays.
9736         (goto-address-at-point): Use `posn-set-point' instead of
9737         `mouse-set-point' because the latter is not fbound when configured
9738         without X.
9740 2005-11-22  Lars Hansen  <larsh@soem.dk>
9742         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9743         (ls-lisp-classify, ls-lisp-format): Delete call to
9744         ls-lisp-parse-symlink.
9745         (ls-lisp-handle-switches): Handle symlinks to directories as
9746         directories when ls-lisp-dirs-first in non-nil.
9748 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
9750         * startup.el (command-line): Make sure that loaddefs.el is handled
9751         correctly in load-history.
9753 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
9755         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9756         (gdb-struct-string, gdb-array-string): New constants.
9757         (gdb-info-locals-handler): Use them.
9758         (gdb-reset): Reset gdb-var-list to nil.
9760 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9762         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9763         in patterns.
9765 2005-11-21  Juri Linkov  <juri@jurta.org>
9767         * custom.el (defcustom): Update link types in docstring.
9769 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
9771         * custom.el (defgroup): Add doc-string-elt info.
9773         * widget.el (define-widget): Don't use declare for the doc-string-elt.
9775 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9777         * newcomment.el (comment-enter-backward): Fix last fix.
9779         * simple.el (blink-matching-open):
9780         * paren.el (show-paren-function): Allow new paren-class info.
9782 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
9784         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
9785         handled automagically.
9787 2005-11-20  Andreas Schwab  <schwab@suse.de>
9789         * descr-text.el (describe-char): When copying overlays put them
9790         over the full char description instead of just the first character
9791         of it.
9793 2005-11-20  Juri Linkov  <juri@jurta.org>
9795         * simple.el (what-cursor-position):
9796         * descr-text.el (describe-char): Use Lisp-readable syntax
9797         for octal and hex.  Reorder decimal, octal and hex values.
9798         Remove excess whitespace in the output.  Use `=' in `column='
9799         like in `point=' and `Hscroll='.
9801         * international/mule-cmds.el (encoded-string-description):
9802         Use Lisp-readable syntax for hex.
9804 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9806         * newcomment.el (comment-enter-backward): Handle the case where the
9807         comment is closed by EOB.
9809 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9811         * longlines.el (longlines-before-revert-hook)
9812         (longlines-after-revert-hook): New functions.
9813         (longlines-mode): Turn off longlines temporarily when reverting.
9814         Add a message-setup-hook.
9815         (longlines-decode-buffer): New function.
9816         (longlines-wrap-line): Preserve marker positions.
9818 2005-11-19  Andreas Schwab  <schwab@suse.de>
9820         * emacs-lisp/shadow.el: Handle compressed files.
9822 2005-11-19  Romain Francoise  <romain@orebokech.com>
9824         * net/browse-url.el (browse-url-default-browser): Signal an error
9825         if no usable browser can be found, rather than try to load w3.
9827 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
9829         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9830         replacing existing properties.
9831         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9832         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9833         tty specs.
9834         (rcirc-server-prefix, rcirc-server): New faces.
9835         (rcirc-url-regexp): Generate with rx macro.
9836         (rcirc-last-server-message-time): New variable.
9837         (rcirc-filter): Record time of last message.
9838         (rcirc-keepalive): Kill processes that did not send a message
9839         since the last ping.
9840         (rcirc-mode): Give rcirc-topic a local binding here.
9842 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
9844         * subr.el (read-passwd): Fontify the prompt as we do with other
9845         prompts.
9847 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
9849         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9850         binding buffer-read-only to nil.
9852 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
9854         * complete.el (partial-completion-mode):
9855         Mention completion-auto-help in the doc string.
9857         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
9858         more Lisp-ish way.
9860 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
9862         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9863         digits, not 8, to avoid misalignment for files larger than 100MB.
9865 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
9867         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9868         Mention "keyboard shortcuts" in the help text.
9870 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9872         * startup.el (fancy-splash-default-action): Discard only
9873         mouse-down and succeeding mouse-up events in the splash screen
9874         window so that drag-n-drop event can be processed.
9876 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
9878         * longlines.el (longlines-mode): Add hacks for mail-mode and
9879         message-mode.
9881 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
9883         * textmodes/org.el (org-table-sort-lines): New command.
9884         (org-tbl-menu): Add entry for `org-table-sort-lines'.
9885         (org-add-file): Command removed, use `org-agenda-file-to-front'
9886         instead.
9887         (org-export-icalendar): Use `org-icalendar-combined-name'.
9888         (org-cycle-agenda-files, org-agenda-file-to-end)
9889         (org-agenda-file-to-front): New commands.
9890         (org-table-tab-jumps-over-hlines, org-export-html-style):
9891         New options.
9892         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9893         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9894         New functions.
9895         (org-fill-paragraph): Call `org-table-align' in tables.
9896         (org-mode): Call `org-set-autofill-regexps'.
9897         (org-export-as-html): Support for local handformatted lists.
9898         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
9899         (org-export-local-list-max-depth): New option.
9900         (org-html-expand): Use `org-html-protect'.
9902 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
9904         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9905         to "p".
9906         (gdb): Move definition of gud-pp to...
9908         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
9909         speedbar.
9910         (gdb-find-watch-expression): New function.
9912 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9914         * faces.el (face-attribute, set-face-attribute): Mention existence
9915         of `:ignore-defface' setting in docstring.
9917 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9919         * simple.el (completion-setup-function): Fix last change.
9921 2005-11-17  John Paul Wallington  <jpw@pobox.com>
9923         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9924         Use `posn-set-point' instead of `mouse-set-point' because the
9925         latter is not fbound when configured without X.
9927         * comint.el (comint-insert-input): Likewise.
9929 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9931         * simple.el (hard-newline): New variable.
9932         (sendmail-user-agent-compose, next-line): Use it.
9934         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9935         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9936         (mail-mail-reply-to, mail-mail-followup-to)
9937         (mail-position-on-field, mail-signature, mail-yank-original)
9938         (mail-attach-file): Likewise.
9940         * mail/mailheader.el (mail-header-format)
9941         (mail-header-format-function): Likewise.
9943         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9945 2005-11-17  Juri Linkov  <juri@jurta.org>
9947         * font-lock.el (font-lock-faces): Rename this defgroup from
9948         `font-lock-highlighting-faces'.
9949         (font-lock-comment-face, font-lock-comment-delimiter-face)
9950         (font-lock-string-face, font-lock-doc-face)
9951         (font-lock-keyword-face, font-lock-builtin-face)
9952         (font-lock-function-name-face, font-lock-variable-name-face)
9953         (font-lock-type-face, font-lock-constant-face)
9954         (font-lock-warning-face, font-lock-negation-char-face)
9955         (font-lock-preprocessor-face)
9956         (font-lock-regexp-grouping-backslash)
9957         (font-lock-regexp-grouping-construct): Rename :group from
9958         `font-lock-highlighting-faces' to `font-lock-faces'.
9960         * cus-edit.el (lisp, c, tex):
9961         * progmodes/ada-mode.el (ada):
9962         * progmodes/asm-mode.el (asm):
9963         * progmodes/cperl-mode.el (cperl-faces):
9964         * progmodes/cpp.el (cpp):
9965         * progmodes/dcl-mode.el (dcl):
9966         * progmodes/f90.el (f90):
9967         * progmodes/fortran.el (fortran):
9968         * progmodes/icon.el (icon):
9969         * progmodes/idlwave.el (idlwave-misc):
9970         * progmodes/m4-mode.el (m4):
9971         * progmodes/make-mode.el (makefile):
9972         * progmodes/meta-mode.el (meta-font):
9973         * progmodes/modula2.el (modula2):
9974         * progmodes/octave-mod.el (octave):
9975         * progmodes/pascal.el (pascal):
9976         * progmodes/perl-mode.el (perl):
9977         * progmodes/prolog.el (prolog):
9978         * progmodes/ps-mode.el (PostScript-edit):
9979         * progmodes/scheme.el (scheme):
9980         * progmodes/sh-script.el (sh-script):
9981         * progmodes/simula.el (simula):
9982         * progmodes/tcl.el (tcl):
9983         * textmodes/nroff-mode.el (nroff):
9984         * textmodes/reftex-vars.el (reftex-fontification-configurations):
9985         * textmodes/sgml-mode.el (sgml):
9986         * textmodes/texinfo.el (texinfo):
9987         Add :link (custom-group-link font-lock-faces) to defgroup.
9989         * hi-lock.el (hi-lock): Rename this defgroup from
9990         `hi-lock-interactive-text-highlighting'.  Change parent group from
9991         `faces' to `font-lock'.  Add link to the manual.
9992         (hi-lock-mode, hi-lock-file-patterns-range)
9993         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9994         `hi-lock-interactive-text-highlighting' to `hi-lock'.
9995         (hi-lock-faces): Add :group `faces'.
9997         * cus-edit.el (custom-variable-prompt): Clarify the code.
9999         * faces.el (face-read-string): Set the default value arg of
10000         completing-read.
10002 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
10004         * rfn-eshadow.el (file-name-shadow-properties)
10005         (file-name-shadow-tty-properties, file-name-shadow-mode):
10006         Remove autoloads, because the file is now preloaded.
10008 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10010         * printing.el (easy-menu-intern): Don't define.
10011         (pr-get-symbol): Use easy-menu-intern only if defined.
10013         * simple.el (blink-matching-open): Simplify a bit.
10014         (completion-setup-function): Fix the case of partial-completion-mode
10015         when the minibuffer's contents start with "-".
10016         Obey completion-base-size-function even when
10017         minibuffer-completing-file-name is non-nil.
10019 2005-11-16  Richard M. Stallman  <rms@gnu.org>
10021         * net/eudcb-ph.el (eudc-ph-open-session):
10022         Use set-process-query-on-exit-flag.
10024         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10026         * international/ucs-tables.el (ucs-set-table-for-input):
10027         Use make-local-variable, not make-variable-buffer-local.
10029         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10030         Improve warning message text.
10032         * savehist.el (savehist-save-hook): Add :group.
10034         * menu-bar.el (menu-bar-help-menu):
10035         Rename Find Extra Packages to External Packages.
10037         * cus-edit.el (Custom-reset-standard): Verify that
10038         :custom-standard-value prop exists before calling it.
10040         * apropos.el (apropos-calc-scores): Use apropos-pattern.
10042 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
10044         * wid-edit.el (color): Enclose %t in %{...%}.
10046         * cus-edit.el (face): Enclose %t in %{...%}.
10048 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
10050         * savehist.el (savehist-mode-hook): Re-add the var.
10051         (savehist-mode): Use it.
10053 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10055         * textmodes/flyspell.el: Fix commenting convention.
10056         Remove unnecessary leading * in custom docstrings.
10057         (flyspell-emacs): Remove unused var.
10058         (flyspell-delete-region-overlays): Use remove-overlays.
10059         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10060         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10061         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10062         (flyspell-debug-signal-word-checked): Use with-current-buffer.
10063         (make-flyspell-overlay): Don't locally reuse a global name.
10064         (flyspell-highlight-incorrect-region)
10065         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10066         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10067         (flyspell-notify-misspell): Remove unused args `start' and `end'.
10068         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
10069         Wrap calls to accept-process-output inside with-local-quit since it's
10070         often called from a post-command-hook.
10071         (flyspell-correct-word, flyspell-auto-correct-word):
10072         Use ispell-send-string.
10073         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
10075         * calendar/diary-lib.el (diary-list-entries): Also hide the
10076         terminating newline.
10078 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
10080         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10081         window-system, to allow fonts on tty.
10083 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
10085         * progmodes/gud.el (gud-speedbar-item-info): New function.
10086         (gud-install-speedbar-variables): Use it to display data type
10087         of watch expression as a tooltip in speedbar.
10089 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
10091         * font-core.el (global-font-lock-mode): Add :version keyword,
10092         because default was changed.
10094         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10096         * startup.el (command-line): Use `custom-reevaluate-setting' for
10097         `file-name-shadow-mode'.
10099         * loadup.el: Preload rfn-eshadow.
10101         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10102         Add :version keyword.
10103         (file-name-shadow-properties, file-name-shadow-tty-properties)
10104         (file-name-shadow): Add :version keyword.
10106         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10107         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10108         in the custom-group property of the symbol frames and the fringe
10109         group got no link to its parent group frames.
10110         Doc fix.
10112 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
10114         * progmodes/gud.el (gud-stop-subjob): New function.
10115         (gud-menu-map, gud-tool-bar-map): Use it.
10117 2005-11-16  Kim F. Storm  <storm@cua.dk>
10119         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10120         than kill it.
10121         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
10122         to a more useful/logical place.
10124 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
10126         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10127         go buttons complementary.
10129 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10131         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10132         (rfn-eshadow-sifn-equal): New function.
10133         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10135 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
10137         * viper-utils.el (viper-non-word-characters-reformed-vi):
10138         Quote `-' in string.
10140         * viper.el (viper-emacs-state-mode-list): Ensure that
10141         rcirc-mode buffers come up in Emacs state.
10143         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10144         operation.
10146 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
10148         * term.el (term-termcap-format): Fix typos.
10149         (term-down): Fix the negative argument case.
10151 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
10153         * progmodes/gdb-ui.el: Remove face-alias left over from change on
10154         2005-08-15.
10155         (gdb-ann3): New command gud-go.
10156         (menu): Accomodate gdb-mi.el.
10157         (gdb-assembler-custom): Make buffer of selected window current
10158         so that set-window-point works.
10160         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10161         buttons and include new ones.
10163 2005-11-16  Kim F. Storm  <storm@cua.dk>
10165         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10166         (gud-menu-map): Use it.
10168 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
10170         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10171         that works correctly for Custom and that does not override a user
10172         who disables it.
10174         * help-mode.el (help-make-xrefs, help-xref-on-pp)
10175         (help-xref-interned, help-follow): Make hyperlinks for variables
10176         that are unbound, but have a non-nil variable-documentation property.
10178         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10179         mode hook.  (It conflicted with defcustoms for some mode hooks.)
10180         Use the `variable-documentation' property to give the mode hook a
10181         docstring and expand that docstring.
10183 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
10185         * savehist.el (savehist-mode): Don't bother with
10186         `custom-set-minor-mode'.
10187         (savehist-coding-system): Check XEmacs version.
10188         (history-length): Declare also at run time.
10189         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
10190         Don't set the customize state.
10191         (savehist-minibuffer-hook): Special case for when
10192         minibuffer-history-variable is equal to t.
10194 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10196         * files.el (write-file): Refresh VC status.
10198         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10199         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10200         than fundamental-mode to see if the mode was set.
10202 2005-11-14  Romain Francoise  <romain@orebokech.com>
10204         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10205         dummy function in `eval-when-compile' to avoid compiler warning.
10206         Require `man' at compile time.
10208 2005-11-14  Jay Belanger  <belanger@truman.edu>
10210         * calc-alg.el (calcFunc-write-out-power): Rename it to
10211         calcFunc-powerexpand.
10212         (math-write-out-power): Rename it to math-powerexpand; have it
10213         handle negative exponents.
10214         (calc-writeoutpower): Rename it to calc-powerexpand.
10216         * calc-ext.el: Change calcFunc-writeoutpower and
10217         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10218         autoloads.
10219         Add calcFunc-ldiv to autoloads.
10221         * calc-arith.el (calcFunc-ldiv): New function.
10223         * calc.el (calc-left-divide): New function.
10225 2005-11-14  Juri Linkov  <juri@jurta.org>
10227         * cus-edit.el (custom-variable-prompt): Set the default value arg
10228         of completing-read.
10230         * cus-dep.el (custom-make-dependencies): Reverse the list of
10231         found dependencies.
10233 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10235         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10236         Highlighting" entry, it is on by default now.
10237         (menu-bar-options-save): Do not save global-font-lock-mode.
10239 2005-11-13  Richard M. Stallman  <rms@gnu.org>
10241         * textmodes/flyspell.el (flyspell-large-region):
10242         Call flyspell-accept-buffer-local-defs.
10244 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
10246         * textmodes/flyspell.el (flyspell-notify-misspell):
10247         Fix misspelling of "Misspelling".
10248         (flyspell-process-localwords): New function.
10249         (flyspell-large-region): Call flyspell-process-localwords and
10250         flyspell-delete-region-overlays.
10251         (flyspell-delete-region-overlays): New function.
10252         (flyspell-delete-all-overlays): Call that.
10254 2005-11-13  Richard M. Stallman  <rms@gnu.org>
10256         * help.el (help-for-help-internal): Improve doc of C-h a.
10257         (describe-key): Improve prompt; doc fix.
10259 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10261         * vc-svn.el (vc-svn-registered): Catch all errors.
10263         * cus-dep.el (custom-make-dependencies): Typo.
10265 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
10267         * net/tramp-util.el (top): Fix compilation warning.
10269 2005-11-13  Kim F. Storm  <storm@cua.dk>
10271         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
10273 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
10275         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10276         (gud-speedbar-buttons): Match on "const char *" too.
10278         * progmodes/gdb-ui.el (gdb-var-create-handler)
10279         (gdb-var-list-children-handler): Match on "const char *" too.
10280         (gdb-var-evaluate-expression-handler): Match on empty string.
10281         (gdb-var-update-handler): Only call
10282         gdb-var-evaluate-expression-handler when required.
10284 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
10286         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10287         selected window.  This still doesn't work for speedbar.
10288         (gud-speedbar-buttons): Handle string expressions properly.
10290         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10291         (gdb-var-create-handler): Handle string expressions properly.
10292         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10293         Handle string expressions properly.  Move "type" field into regexp.
10295 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
10297         * bookmark.el (bookmark-maybe-message): New function to reduce
10298         code duplication: invokes `message' iff baud-rate is high enough.
10299         (bookmark-write-file): Use above instead of an inline conditional.
10300         (bookmark-load): Same.
10302 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
10304         * bookmark.el (bookmark-write-file): Don't visit the destination
10305         file, just write the data to it using write-region.  This is
10306         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10307         change to avoid visiting the file in the first place.
10309 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
10311         * hi-lock.el (hi-lock-mode): Set the default value of
10312         font-lock-defaults.
10314 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
10316         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10317         arg to `file-attributes'.
10318         (find-lisp-format): The UID and GID can now be strings.
10320 2005-11-12  Kim F. Storm  <storm@cua.dk>
10322         * help.el (help-map): Bind C-h d to apropos-documentation.
10324         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10325         when point is at end-of-buffer.
10327         * apropos.el (apropos-match-face): Doc fix.
10328         (apropos-sort-by-scores): Add new choice `verbose'.
10329         (apropos-documentation-sort-by-scores): New defcustom.
10330         (apropos-pattern): Now contains the pattern entered by the user.
10331         (apropos-pattern-quoted): New defvar.
10332         (apropos-regexp): New defvar, containing the regexp corresponding
10333         to apropos-pattern.
10334         (apropos-all-words-regexp): Rename from apropos-all-regexp.
10335         (apropos-read-pattern): New defun.  Use it to read pattern arg in
10336         interactive calls; returns list of words for a word list, and
10337         string for a regexp.
10338         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
10339         parses a list of words or regexp as returned by apropos-read-pattern.
10340         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10341         (apropos-score-doc): Return a very high score if the string
10342         entered by the user matches literally.
10343         (apropos-variable): Doc fix.  Use apropos-read-pattern.
10344         (apropos-command): Doc fix.  Use apropos-read-pattern and
10345         apropos-parse-pattern.  Call apropos-print with nosubst=t.
10346         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
10347         apropos-parse-pattern.
10348         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
10349         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
10350         apropos-documentation-sort-by-scores.  Call apropos-print with
10351         nosubst=t.
10352         (apropos-documentation-internal): Pass doc string through
10353         substitute-key-definition before adding text properties.
10354         Highlight substring matching literal user input if possible.
10355         (apropos-documentation-check-doc-file): Remove locals beg and end.
10356         Fix calculation of score (as added twice).  Pass doc string through
10357         substitute-key-definition before adding text properties.
10358         (apropos-documentation-check-elc-file): Pass doc string through
10359         substitute-key-definition before adding text properties.
10360         Highlight substring matching literal user input if possible.
10361         (apropos-print): Add new arg NOSUBST; if set, command and variable
10362         doc strings have already been passed through substitute-key-definition.
10363         Add code to handle apropos-accumulator items without score element
10364         for backwards compatibility (e.g. with woman package).
10365         Only show scores if apropos-sort-by-scores is `verbose'.
10367 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10369         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10370         Add jka-compr-load-suffixes to load-suffixes.
10372         * jka-compr.el: Require jka-cmpr-hook.
10373         (jka-compr-info-compress-message, jka-compr-info-compress-program)
10374         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10375         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10376         (jka-compr-info-can-append, jka-compr-info-strip-extension)
10377         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10378         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
10379         (jka-compr-uninstall): Remove entries from
10380         jka-compr-added-to-file-coding-system-alist after they are used.
10381         (jka-compr-error): Remove unused var `curbuf'.
10382         (jka-compr-file-local-copy): Remove unused var `notfound'.
10384 2005-11-10  Romain Francoise  <romain@orebokech.com>
10386         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10388 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
10390         * progmodes/gud.el (gud-menu-map): Move parentheses.
10391         (gdb): New command gud-pv.
10393 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10395         * tar-mode.el: Remove spurious or unnecessary leading stars
10396         in docstrings.
10397         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10398         (tar-parse-octal-integer-safe): Use mapc.
10399         (tar-header-block-summarize): Remove unused var `ck'.
10400         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10401         cleared before.  Obey default-enable-multibyte-characters.
10402         Use mapconcat.  Simplify setting of tar-header-offset.
10403         (tar-mode-map): Move initialization inside delcaration.
10404         (tar-flag-deleted): Use `abs'.
10405         (tar-expunge-internal): Remove unused var `line'.
10406         (tar-expunge-internal): Don't hardcode point-min==1.
10407         (tar-expunge): Widen while doing set-buffer-multibyte.
10408         (tar-rename-entry): Use file-name-coding-system.
10409         (tar-alter-one-field): Don't hardcode point-min==1.
10410         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10411         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
10413 2005-11-10  Masatake YAMATO  <jet@gyve.org>
10415         * add-log.el (add-log-current-defun): Handle class::method
10416         notation of c++.  Fix incorrect comment.
10418 2005-11-10  Alan Mackenzie  <acm@muc.de>
10420         * help-fns.el (describe-variable): Make C-h v work when a variable
10421         has variable documentation yet is unbound.
10423 2005-11-10  Masatake YAMATO  <jet@gyve.org>
10425         * man.el (Man-highlight-references): Set an empty
10426         string to `Man-arguments' if it is nil.
10427         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10429 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10431         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10432         commenting conventions.
10434         * cus-dep.el (custom-make-dependencies): Simplify.
10435         Better follow the commenting conventions.
10437 2005-11-09  Richard M. Stallman  <rms@gnu.org>
10439         * apropos.el (apropos-pattern): Rename from apropos-regexp.
10440         (apropos-orig-pattern): Rename from apropos-orig-regexp.
10441         All uses changed.
10442         (apropos-rewrite-regexp): Doc fix.
10443         (apropos-variable, apropos-command, apropos, apropos-value):
10444         Change prompt; carry through the argument renaming.
10446 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
10448         * find-lisp.el: Require dired.
10449         (find-lisp-find-dired-internal): Do not call
10450         `abbreviate-file-name' on DIR.
10452 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
10454         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10456 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
10458         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10459         when using the speedbar.
10460         (gdb): New command gud-pp.
10461         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10463 2005-11-09  Juri Linkov  <juri@jurta.org>
10465         * replace.el (occur-excluded-properties): New defcustom.
10466         (occur-1, occur-engine, occur-accumulate-lines): Use it.
10468 2005-11-08  Jay Belanger  <belanger@truman.edu>
10470         * calc/calc-units.el (math-convert-units): Replace any composite
10471         unit by its definition.
10473 2005-11-08  Lars Hansen  <larsh@soem.dk>
10475         * emacs-lisp/autoload.el (update-directory-autoloads):
10476         Add obsolete function alias.
10478 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10480         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10481         comment-indent-function.
10482         (lisp-comment-indent): Replace by an alias for comment-indent-default.
10484         * reveal.el (reveal-post-command): Rework the handling of
10485         reveal-open-spots, so as to be more reliable.  There were several
10486         tricky corner cases where an open spot might be lost, or where
10487         a closed spot might end up on the list of open spots.
10488         Only reveal text that's ellipsised.
10490 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
10492         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10494 2005-11-07  John Paul Wallington  <jpw@gnu.org>
10496         * ibuffer.el (ibuffer): Search iconified frames too when
10497         getting Ibuffer buffer's window.
10499 2005-11-06  Richard M. Stallman  <rms@gnu.org>
10501         * progmodes/compile.el (compilation-internal-error-properties):
10502         save-excursion around the computation of MARKER.
10504 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
10506         * textmodes/flyspell.el (flyspell-external-point-words):
10507         flyspell-get-word returns a list, not just a string.
10509 2005-11-06  John Paul Wallington  <jpw@pobox.com>
10511         * ibuffer.el (ibuffer): Search all visible frames when getting
10512         Ibuffer buffer's window.
10514 2005-11-07  Masatake YAMATO  <jet@gyve.org>
10516         * man.el (Man-reference-regexp): Accept spaces between
10517         `Man-name-regexp' and `Man-section-regexp'.
10518         (Man-apropos-regexp): New variable.
10519         (Man-abstract-xref-man-page): Use value for `Man-target-string'
10520         if available.
10521         (Man-highlight-references, Man-highlight-references0):
10522         Handle the case when `Man-arguments' includes "-k".
10523         (Man-highlight-references0): Rename the argument `TARGET-POS' to
10524         `TARGET'. `TARGET' can be a number, function or nil.
10526 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
10528         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10529         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10530         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10531         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10532         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10533         (gdb-send-item): Use buffer-local-value and simplify.
10535 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
10537         * startup.el (command-line): Use `custom-reevaluate-setting' for
10538         `global-font-lock-mode'.
10540         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10541         by default, except in batch mode or when the -D option is given.
10543         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10544         specified keyword args on to `define-minor-mode'.  Update docstring.
10546 2005-11-05  Romain Francoise  <romain@orebokech.com>
10548         * replace.el (occur-engine): Add marker at end of line, too.
10550 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
10552         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10553         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10554         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10555         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10556         argument to all these routines, so the passphrase can be managed
10557         externally and passed in to the system.
10558         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10559         pgg-add-passphrase-to-cache function.
10561         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10562         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10563         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10564         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10565         argument to all these routines, so the passphrase can be managed
10566         externally and passed in to the system.
10567         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10568         function.
10570 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10572         * font-lock.el: Don't deal with font-lock-face-attributes here,
10573         move the code ...
10575         * startup.el (command-line): ... here.  Use face-spec-set instead
10576         of custom-declare-face.
10578         * faces.el (face-spec-set): Reset the face if spec is not nil.
10580 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10582         * newcomment.el (comment-region-internal): Box more tightly in the
10583         common case where there's no TAB in the boxed text.
10585 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10587         * info.el (info-tool-bar-map): Use images prev-node, next-node and
10588         up-node.
10590 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
10592         * newsticker.el: Commentary updated.  Code formatting changed.
10593         (newsticker-version): Change to "1.9".
10594         (newsticker, newsticker-feed): Doc fix.
10595         (newsticker-url-list): Doc fix.  Add option "Weekly".
10596         (newsticker-retrieval-interval): Add option "Weekly".
10597         (newsticker-headline-processing): Doc fix.
10598         (newsticker-auto-mark-filter): Remove.
10599         (newsticker-auto-mark-filter-list): New.
10600         (newsticker-layout, newsticker-sort-method): Doc fix.
10601         (newsticker-hide-old-items-in-newsticker-buffer)
10602         (newsticker-heading-format, newsticker-item-format)
10603         (newsticker-desc-format): Doc fix.
10604         (newsticker-show-all-rss-elements): Remove.
10605         (newsticker-show-all-news-elements): New.
10606         (newsticker-faces, newsticker-ticker): Doc fix.
10607         (remove-from-invisibility-spec): Code formatting.
10608         (newsticker--process-ids): New.
10609         (newsticker-mode): Doc fix.
10610         (newsticker-mode): Change mode-line-format.
10611         (newsticker-start): Remove debug output.
10612         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
10613         (newsticker-w3m-show-inline-images): Code formatting.
10614         (newsticker-next-item): Call `force-mode-line-update'.
10615         (newsticker-previous-item): Call `force-mode-line-update'.
10616         (newsticker-next-feed): Call `force-mode-line-update'.
10617         (newsticker-previous-feed): Call `force-mode-line-update'.
10618         (newsticker-mark-all-items-at-point-as-read): Code formatting.
10619         (newsticker-show-old-items): Do not show descs.
10620         (newsticker-hide-entry): Hide too much.
10621         (newsticker-hide-entry, newsticker-show-entry)
10622         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10623         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10624         (newsticker-toggle-auto-narrow-to-item): Code formatting.
10625         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10626         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10627         (newsticker-get-news): Call `force-mode-line-update'.
10628         Collect process ids.
10629         (newsticker--sentinel): Change coding system handling.
10630         Move image retrieval to new functions newsticker--get-logo-url-*.
10631         Move feed parsing to new functions newsticker--parse-*.
10632         Update list of process ids.
10633         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10634         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10635         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10636         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10637         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10638         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10639         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10640         (newsticker--decode-coding-string): Remove.
10641         (newsticker--decode-numeric-entities): Check input.  Format code.
10642         (newsticker--remove-whitespace): Check input.
10643         (newsticker--do-forget-preformatted): Doc fix.
10644         (newsticker--decode-rfc822-date): Allow for missing time.
10645         (newsticker--update-process-ids): New.
10646         (newsticker--image-sentinel): Change comment.
10647         (newsticker--image-read): Change error message.
10648         (newsticker--imenu-goto): Doc fix.  Show headline title.
10649         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10650         (newsticker--buffer-do-insert-text): Clean whitespace in
10651         html-rendered headline title.  Code formatting.
10652         Call `newsticker--buffer-print-extra-elements'.
10653         (newsticker--buffer-print-extra-element): Remove.
10654         (newsticker--buffer-print-extra-elements): New.
10655         (newsticker--buffer-do-print-extra-element): New.
10656         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
10657         large sizes.
10658         (newsticker--run-auto-mark-filter)
10659         (newsticker--do-run-auto-mark-filter):
10660         Use `newsticker-auto-mark-filter-list'.
10662 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
10664         * net/rcirc.el: Use split-string OMIT-NULLS argument.
10665         (rcirc-print): Force redisplay before running hooks.  Do long
10666         buffer truncation after making new text read-only.  Deal with nil
10667         text when decoding strings.  If TARGET is nil, use either the
10668         currently selected buffer, if it is an rcirc buffer and of the
10669         same process or the process buffer.
10670         (rcirc-mode): Remove header-line.  Recompute short buffer names.
10671         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10672         (rcirc-short-buffer-name): Add variable.
10673         (rcirc-kill-buffer-hook): Recompute short buffer names.
10674         Remove nick from private channel.
10675         (rcirc-send-input): Send command text to current-buffer.
10676         Don't clear overlay arrow here.
10677         (rcirc-short-buffer-name): Return a short buffer name.
10678         (rcirc-update-short-buffer-names, rcirc-abbreviate)
10679         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10680         buffer-name abbreviations.
10681         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10682         Do not touch nick-table when killing a parted channel.
10683         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10684         Clear arrow from current buffer if it is now hidden.
10685         (rcirc-current-buffer): Add variable.
10686         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10687         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10688         Remove -face from names.
10689         (rcirc-update-activity-string): Print "DND" when globally ignoring
10690         activity.
10691         (rcirc-ignore-buffer-activity-flag): Rename from
10692         rcirc-ignore-channel-activity.
10693         (rcirc-ignore-all-activity-flag): Doc fix.
10694         (rcirc-channels): Remove variable.
10695         (rcirc-kill-buffer-hook):
10696         (rcirc-get-buffer-create): Add nick to private channel.
10697         (rcirc-multiline-edit-submit): Remove tabs.
10698         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10699         folded.
10700         (rcirc-remove-nick-channel): Bug fix.
10701         (rcirc-toggle-ignore-buffer-activity): Rename from
10702         rcirc-toggle-ignore-channel-activity.
10703         (rcirc-record-activity): Add buffers to the front of the list.
10704         (rcirc-update-activity): Remove killed buffers from list.
10705         (rcirc-process-server-response-1): Remove last argument if it is
10706         null before calling handler.
10707         (rcirc): Add "rcirc" defcustom prefix.
10708         (rcirc-prompt): Simplify default prompt.
10709         Use custom-initialize-default.
10710         (rcirc-private-chats): Remove variable.
10711         (rcirc-prompt): Change initialization.
10712         (rcirc-version): Remove function.
10713         (rcirc-id-string): Add constant.
10714         (rcirc-last-buffer): Remove variable.
10715         (rcirc-buffer-alist): Add variable.
10716         (rcirc-connect): Update variable setup.
10717         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10718         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10719         default.
10720         (rcirc-handler-generic): Trigger activity.
10721         (rcirc-send-message): Create the buffor of the target.
10722         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10723         (rcirc-get-buffer): Just return nil if there is no matching buffer.
10724         (rcirc-multiline-edit-cancel): Remove function.
10725         (rcirc-set-last-buffer): Remove function.
10726         (rcirc-get-any-buffer): Add function.
10727         (rcirc-join-channels): Don't print /join text.
10728         (rcirc-toggle-ignore-channel-activity): Add and update echo area
10729         messages.
10730         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10731         (rcirc-handler-NOTICE): Recognize CTCP responses.
10732         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10733         constructing TOPIC string for buffers we are not JOINed.
10734         (rcirc-handler-CTCP-response): Add handler.
10735         (rcirc-multiline-edit-submit): Restore the window-configuration
10736         before adjusting point.
10737         (rcirc): Add customization group.
10738         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10739         (rcirc-user-full-name, rcirc-startup-channels-alist)
10740         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10741         (rcirc-ignore-all-activity-flag, rcirc-time-format)
10742         (rcirc-input-ring-size, rcirc-read-only-flag)
10743         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10744         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10745         Change defvar to defcustom.
10746         (rcirc-update-prompt): Add optional ALL arg, which will update
10747         prompts in all rcirc buffers.  Regexp quote replacement text.
10748         (rcirc-fill-column): Accept frame-width as a value.
10749         (rcirc-set-changed): Add function.
10750         (rcirc-next-active-buffer): Write more meaningful messages.
10751         (rcirc-faces): Add customization group.
10752         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10753         (rcirc-nick-in-message-face, rcirc-prompt-face)
10754         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10755         (with-rcirc-process-buffer): Move before first usage.
10756         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10757         (rcirc-debug-flag): Rename from `rcirc-log-p'.
10758         (rcirc-debug): Rename from `rcirc-log'.
10759         (rcirc-format-response-string): Do not print `-' chars for a
10760         NOTICE with no sender.  Simplify output of server responses.
10762 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
10764         (rcirc-browse-url-map, rcirc-browse-url-at-point)
10765         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10766         Make urls mouse and RET clickable.
10768 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
10770         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10772 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
10774         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10775         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10776         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10777         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10778         argument to all these routines, so the passphrase can be managed
10779         externally and passed in to the system.
10780         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10781         pgg-add-passphrase-to-cache function.
10783         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10784         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10785         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10786         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10787         argument to all these routines, so the passphrase can be managed
10788         externally and passed in to the system.
10789         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10790         function.
10792 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
10794         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10795         from goto-address-url-regexp.
10797 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
10799         * textmodes/org.el (org-read-date, org-goto-calendar)
10800         (org-recenter-calendar, org-agenda-goto-calendar):
10801         Temporarily clear `calendar-move-hook'.
10803 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
10805         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10806         merging.
10808         * ediff-util.el (ediff-previous-difference): Don't skip regions that
10809         have merge clashes.
10811 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10813         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10814         Undo previous change.
10816         * startup.el (command-line): Use `custom-reevaluate-setting' for
10817         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
10818         tty-register-default-colors on Mac.
10820 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
10822         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10823         (gdb-buffer-type): Make it automatically buffer local...
10824         (gdb-get-create-buffer): ...and set it accordingly.
10825         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10826         actually work.
10828 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
10830         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10831         not red.
10833 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
10835         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10836         case GUD buffer is not visible.
10837         (gdb-goto-breakpoint): Try to force display in source buffer.
10838         (gdb-frame-gdb-buffer): Copy other similar functions.
10839         (gdb-restore-windows): Don't display source if not asked for.
10840         (gdb-assembler-buffer-name): Don't capitalise.
10842 2005-11-03  Richard M. Stallman  <rms@gnu.org>
10844         * wid-edit.el (key-sequence): New widget type.
10846         * simple.el (set-mark-command-repeat-pop): New variable.
10847         (set-mark-command): Only interpret plan C-@ after a pop as a pop
10848         if set-mark-command-repeat-pop is true.
10850         * info.el (Info-fontify-node): Don't display extra "see" if there
10851         already is one here.
10853         * mouse.el: Fix special handling of DEL after dragging a region:
10854         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10855         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
10857         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10859         * textmodes/ispell.el (ispell-command-loop): Change `i' description
10860         not to assume it pertains to an affix.
10862         * textmodes/flyspell.el (flyspell-post-command-hook):
10863         Bind deactivate-mark to prevent deactivation.
10865 2005-11-03  Lars Hansen  <larsh@soem.dk>
10867         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10868         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10869         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10871 2005-11-03  Romain Francoise  <romain@orebokech.com>
10873         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
10874         Update copyright years.
10876 2005-11-03  Sam Steingold  <sds@gnu.org>
10878         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10879         Use system-type instead of window-system because window-system is not
10880         correctly defined during loadup.
10882 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
10884         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10885         (xml-parse-tag): Join strings separated by a comment properly.
10887 2005-11-02  Andreas Schwab  <schwab@suse.de>
10889         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10891 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10893         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10894         (byte-optimize-pure-func): Quote the eval'd value.
10896         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10897         Rename from perl-font-lock-syntactic-face-function.
10898         Change the calling convention so it can be used as a font-lock MATCHER.
10899         Do the parse-partial-sexp loop outselves.
10900         (perl-font-lock-syntactic-keywords): Use it.
10901         (perl-mode): Don't set font-lock-syntactic-face-function any more.
10903 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
10905         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10906         disassembly buffer too.
10907         (gdb-exited): Remove overlay arrows when execution has finished.
10908         (gdb-info-frames-custom, gdb-info-threads-custom)
10909         (gdb-info-registers-custom): Don't add inappropriate text
10910         properties if inferior is not active.
10912 2005-11-02  Glenn Morris  <rgm@gnu.org>
10914         * progmodes/fortran.el (fortran-blink-match):
10915         Use `blink-matching-delay'.
10917 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
10919         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10921 2005-11-02  Lars Hansen  <larsh@soem.dk>
10923         * net/tramp.el (tramp-action-out-of-band): Handle scp message
10924         "Permission denied".
10926 2005-11-01  Richard M. Stallman  <rms@gnu.org>
10928         * textmodes/flyspell.el (flyspell-external-point-words):
10929         Pass nil to flyspell-get-word.
10931 2005-11-02  Kim F. Storm  <storm@cua.dk>
10933         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10934         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10936 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10938         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10939         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10940         (calendar-mouse-print-dates): Add optional `event' argument.
10941         Update interactive-spec.
10942         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10943         Use `calendar-event-to-date' instead of `event'.
10945 2005-11-02  Masatake YAMATO  <jet@gyve.org>
10947         * progmodes/ld-script.el (ld-script-builtins):
10948         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10949         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10950         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10952 2005-11-01  Romain Francoise  <romain@orebokech.com>
10954         * vc-sccs.el: Update copyright year.
10955         * ezimage.el: Likewise.
10957 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
10959         * info.el (Info-fontify-node): Use `string-width' for fontifying
10960         underlined titles.
10962 2005-11-01  Juri Linkov  <juri@jurta.org>
10964         * info.el (Info-fontify-node): Downcase node header keywords Node,
10965         Prev, Next, Up before comparison.
10966         (Info-history): Insert absolute directory name, and put invisible
10967         property on it.
10969 2005-11-01  Juri Linkov  <juri@jurta.org>
10971         * info.el (Info-file-supports-index-cookies): New variable.
10972         (Info-find-node-2): Check makeinfo version for index cookie support.
10973         (Info-index-nodes): Search for nodes with index cookies only when
10974         Info-file-supports-index-cookies is t.  Otherwise, search nodes
10975         with "Index" in the node name.
10976         (Info-index-node): Search index cookie in the current node only when
10977         Info-file-supports-index-cookies is t.  Otherwise, check the word
10978         "Index" in the node name.
10979         (Info-find-emacs-command-nodes): Remove code that searches nodes
10980         with "Index" node name in the top menu.
10982 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10984         * progmodes/scheme.el (scheme-mode-variables): Use the default
10985         comment-indent-function.
10987         * faces.el (face-attribute): Handle the case where a face inherits from
10988         a non-existent face.
10990         * simple.el (eval-expression-print-format): Use lisp-readable syntax
10991         for octal and hexa output, and merge the char into the paren.
10992         (kill-new): Use push.
10993         (copy-to-buffer): Use with-current-buffer.
10994         (completion-setup-function): Move code in loop to remove redundancy.
10995         (minibuffer-local-must-match-map): Don't add bindings that duplicate
10996         those inherited from minibuffer-local-completion-map.
10998         * savehist.el (savehist-mode) <defcustom>:
10999         Use custom-set-minor-mode if available.
11000         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11001         and emit a message if applicable.
11003 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
11005         * savehist.el: Sync up to version 19.
11006         (savehist-mode): New minor mode.
11007         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11008         (savehist-length): Remove (use history-length instead).
11009         (savehist-file-modes): Rename from savehist-modes.
11010         (savehist-save-hook, savehist-loaded): New vars.
11011         (savehist-load): Use savehist-mode.  Try to smooth up transition from
11012         old format to new format.
11013         (savehist-install): Allow savehist-autosave-interval to be nil.
11014         (savehist-save): Run the new hook.  Be more careful to only trim the
11015         history variables.
11016         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
11017         (savehist-printable): Print into a buffer rather than char-by-char.
11019 2005-11-01  John Wiegley  <johnw@newartisans.com>
11021         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11022         toggle-ignore keybinding (C-a).  The author said it had been
11023         disabled much earlier due to a possible incompatibility, but after
11024         many months of usage I have encountered no problems (and it is a
11025         rather useful option, especially for switching to " *temp*").
11027         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11028         support for OS/X's AddressBook, by calling out to the open source
11029         program "contacts" (installable through Fink).
11031         * net/eudc.el (eudc-expand-inline): If the
11032         `eudc-multiple-match-handling-method' is set to `all', delete the
11033         query string before inserting the query result.
11035         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11036         flag, to prevent Eshell from using the system ls when
11037         `eshell-ls-insert-directory' is in used.
11038         (eshell-ls-insert-directory): Disable font-lock in directory
11039         buffer so that Eshell's own fontification is seen.  This broke
11040         recently due to changes in font-lock, so this goes back to version
11041         21 behavior.
11043 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
11045         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11046         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11047         (gdb-many-windows): Doc fix.
11049 2005-10-31  Romain Francoise  <romain@orebokech.com>
11051         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11053 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
11055         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11056         that global-font-lock-mode can be enabled by default.
11058         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11059         (font-lock-add-keywords, font-lock-remove-keywords)
11060         (font-lock-fontify-buffer): Remove autoload cookies.
11062         * jit-lock.el (jit-lock-register): Likewise.
11064         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11066 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
11068         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11069         intact if there is no gud-comint-buffer.
11071 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
11073         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11074         old prompt comint-prompt-read-only is t and GDB commands are
11075         issued from tool bar etc.
11077 2005-10-31  Masatake YAMATO  <jet@gyve.org>
11079         * vc.el (vc-directory-exclusion-list): Add "{arch}".
11081 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11083         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11084         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11086 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
11088         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11089         starting at beginning of line.  Fontification is messed up when
11090         `open-paren-in-column-0-is-defun-start' set to t.
11091         Reported by John Paul Wallington <jpw@pobox.com>.
11093 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
11095         * comint.el (comint-send-input): Call `comint-update-fence' when
11096         `comint-process-echoes' and `comint-prompt-read-only' are both
11097         non-nil, to avoid leftover read-only newline.
11099 2005-10-30  Richard M. Stallman  <rms@gnu.org>
11101         * textmodes/flyspell.el (flyspell-external-point-words):
11102         Detect when WORD can't be checked properly because
11103         flyspell-get-word finds just part of it, and move on.
11105         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11106         boundarychar for Polish.
11107         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11108         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11110 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
11112         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11113         (gdb-registers-font-lock-keywords): Delete.
11114         (gdb-registers-mode): Don't fontify.
11115         (gdb-info-registers-custom): Use text properties instead as, in
11116         future, changed register values will use font-lock-warning-face.
11117         (gdb-local-font-lock-keywords): Rename to...
11118         (gdb-locals-font-lock-keywords): ...for consistency.
11120 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
11122         * vc.el (vc-switch-backend): Better error message if the buffer is
11123         not visiting a file under version control.
11125         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11127 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
11129         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11130         ~/.emacs.d/.emacs.
11132 2005-10-29  Richard M. Stallman  <rms@gnu.org>
11134         * replace.el (occur-mode-mouse-goto): Always go to other window.
11135         (occur-mode-goto-occurrence): Always switch in same window.
11137         * simple.el (undo): Display message at end, not at start.
11139         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11140         New arg REUSE-CELL.
11141         (cancel-timer-internal): New function.
11142         (timer-event-handler): Use cancel-timer-internal,
11143         and pass the cell it returns to timer-activate...
11145         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11146         (jit-lock-deferred-fontify, jit-lock-context-fontify)
11147         (jit-lock-after-change): Test memory-full.
11149 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
11151         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11152         part of the decoded armor to find the key-identifier.
11153         (pgg-gpg-lookup-key-owner): New function to return the
11154         human-readable identifier of a key owner.
11155         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11156         key itself.
11157         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11158         the key value) if we have a key and can match it against a secret
11159         key.  Also, added a note pointing out fact that the prompt only
11160         indicates the first matching key.
11162         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11163         pgg-decrypt-region.
11164         (pgg-pending-timers): A new hash for tracking the passphrase cache
11165         timers, so that new ones supercede old ones.
11166         (pgg-add-passphrase-to-cache): Rename from
11167         `pgg-add-passphrase-cache' to reduce confusion (all callers
11168         changed).  Modified to cancel old timers when new ones are added.
11169         (pgg-remove-passphrase-from-cache): Rename from
11170         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11171         changed).  Modified to cancel old timers when their keys are
11172         removed from the cache.
11173         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11174         XEmacs, an indirection to delete-itimer.
11175         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11176         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11177         users can only check cache without risk of prompting.  Correct bug in
11178         notruncate behavior.
11179         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11180         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11181         Add informative docstrings.
11182         (pgg-decrypt): Convey provided passphrase in subordinate call to
11183         pgg-decrypt-region.
11185         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11186         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11187         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11188         `passphrase' argument, so the passphrase can be managed externally
11189         and then passed in to the system.
11191         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11192         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11193         so the passphrase cache can be used reliably with identifiers
11194         besides a pgp packet's key id.
11196         * pgg-gpg.el (pgg-pgp-encrypt-region)
11197         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11198         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11199         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11200         argument to all these routines, so the passphrase can be managed
11201         externally and passed in to the system.
11203         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11204         `notruncate' argument, so the passphrase cache can be used
11205         reliably with identifiers besides a pgp packet's key id.
11207 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
11209         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11210         symmetric encryption.
11211         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11212         encrypted session key.
11213         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11214         message ask for the passphrase in a proper way.
11216         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11217         New user commands for symmetric encryption.
11219 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
11221         * textmodes/conf-mode.el (conf-assignment-sign)
11222         (conf-assignment-regexp): Fix docstrings.
11223         (conf-mode-initialize): New function.
11224         (conf-mode): Remove optional args.  Use delay-mode-hooks to
11225         recognize recursive calls.
11226         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11227         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11228         (conf-xdefaults-mode): Use define-derived-mode and
11229         conf-mode-initialize.
11231 2005-10-29  Romain Francoise  <romain@orebokech.com>
11233         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11235 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
11237         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11238         part of the decoded armor to find the key-identifier.
11239         (pgg-gpg-lookup-key-owner): New function to return the
11240         human-readable identifier of a key owner.
11241         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11242         key itself.
11243         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11244         the key value) if we have a key and can match it against a secret
11245         key.  Also, added a note pointing out fact that the prompt only
11246         indicates the first matching key.
11248         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11249         pgg-decrypt-region.
11250         (pgg-pending-timers): A new hash for tracking the passphrase cache
11251         timers, so that new ones supercede old ones.
11252         (pgg-add-passphrase-to-cache): Rename from
11253         `pgg-add-passphrase-cache' to reduce confusion (all callers
11254         changed).  Modified to cancel old timers when new ones are added.
11255         (pgg-remove-passphrase-from-cache): Rename from
11256         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11257         changed).  Modified to cancel old timers when their keys are
11258         removed from the cache.
11259         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11260         XEmacs, an indirection to delete-itimer.
11261         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11262         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11263         users can only check cache without risk of prompting.  Correct bug in
11264         notruncate behavior.
11265         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11266         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11267         Add informative docstrings.
11268         (pgg-decrypt): Convey provided passphrase in subordinate call to
11269         pgg-decrypt-region.
11271 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11273         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11274         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11275         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11276         `passphrase' argument, so the passphrase can be managed externally
11277         and then passed in to the system.
11279         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11280         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11281         so the passphrase cache can be used reliably with identifiers
11282         besides a pgp packet's key id.
11284         * pgg-gpg.el (pgg-pgp-encrypt-region)
11285         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11286         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11287         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11288         argument to all these routines, so the passphrase can be managed
11289         externally and passed in to the system.
11291         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11292         `notruncate' argument, so the passphrase cache can be used
11293         reliably with identifiers besides a pgp packet's key id.
11295 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
11297         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11298         symmetric encryption.
11299         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11300         encrypted session key.
11301         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11302         message ask for the passphrase in a proper way.
11304         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11305         New user commands for symmetric encryption.
11307 2005-10-28  Bill Wohler  <wohler@newt.com>
11309         * help-mode.el (help-url): New button type.  Calls browse-url.
11310         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11311         Similar to Info nodes: URL `url'.
11312         (help-make-xrefs): Create help-url buttons for
11313         help-xref-url-regexp matches.
11315 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
11317         * tool-bar.el (tool-bar-add-item-from-menu)
11318         (tool-bar-local-item-from-menu): Fix doc strings.
11320 2005-10-28  Romain Francoise  <romain@orebokech.com>
11322         * ldefs-boot.el: Update.
11324         * subr.el (locate-library): Move from help-fns.el.
11325         * help-fns.el (locate-library): Move to subr.el.
11327 2005-10-28  Richard M. Stallman  <rms@gnu.org>
11329         * net/tramp.el (tramp-completion-mode): defvar moved up.
11331         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11333         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11335         * files.el (find-file-noselect): Use %d to format large file size.
11337         * bindings.el (mode-line-format): Add %e.
11339         * loadup.el ("facemenu"): Load unconditionally.
11340         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11341         ("x-dnd"): Load, when appropriate.
11343         * startup.el (command-line): Call before-init-hook earlier.
11344         Warn about some bad characters in -u user name.
11346         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11347         (flyspell-external-point-words): Error if misspelled word is not found.
11348         Set flyspell-large-region-beg at end of word.
11350 2005-10-28  Andreas Schwab  <schwab@suse.de>
11352         * view.el (View-revert-buffer-scroll-page-forward):
11353         Use view-page-size-default.
11355 2005-10-28  Juri Linkov  <juri@jurta.org>
11357         * international/quail.el (quail-get-current-str): Translate last
11358         raw character for deterministic input methods.
11360 2005-10-27  Jay Belanger  <belanger@truman.edu>
11362         * calc/calc-ext.el: Add functions to autoloads.
11363         (math-identity-matrix-p, math-ident-row-p): New functions.
11365         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11366         multiplication by an identity matrix; don't turn multiplication by
11367         an inverse matrix into division.
11368         (math-div-symbol-fancy): Replace division by matrices with
11369         multiplication by inverse.
11371         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11373         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11374         (calc-writeoutpower): New functions.
11376 2005-10-27  Romain Francoise  <romain@orebokech.com>
11378         * replace.el (occur-engine): Include colon in mouse-face highlight.
11380         * dired-x.el: Change Maintainer field.
11382 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
11384         * longlines.el (longlines-mode): Bind after-change-functions to
11385         nil during initial decoding and final encoding.
11387 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11389         * term.el (term-emulate-terminal, term-handle-colors-array)
11390         (term-handle-ansi-escape): Specify the terminfo capabilities
11391         implemented.
11393 2005-10-26  Richard M. Stallman  <rms@gnu.org>
11395         * info.el (Info-fontify-node): Fix detection of sentence-break
11396         before *Note.
11398 2005-10-26  Romain Francoise  <romain@orebokech.com>
11400         * smerge-mode.el: Add `tools' to file keywords.
11402 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
11404         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11405         when the fringe is not available.
11407         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11408         (def-gdb-auto-update-trigger): Simplify construction.
11409         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11410         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11411         defined explicitly.
11412         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11413         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11414         defined explicitly.
11415         (gdb-info-locals-custom): Remove as it's a no-op.
11417 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
11419         * longlines.el (longlines-mode): Remove narrowing before
11420         performing the initial decoding or final encoding.
11422 2005-10-25  Romain Francoise  <romain@orebokech.com>
11424         * emacs-lisp/find-func.el (find-library-name): Also strip
11425         extension if library name ends in .el, to take advantage of
11426         `find-library-suffixes'.
11428 2005-10-25  Richard M. Stallman  <rms@gnu.org>
11430         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11432 2005-10-25  Juri Linkov  <juri@jurta.org>
11434         * textmodes/texinfo.el (texinfo-mode): Change charset of one
11435         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11437 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11439         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11440         (blackbox-redefine-key): Add argument `map'.
11442         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11443         regions when moving the jit-lock-context-unfontify-pos boundary.
11445 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11447         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11449 2005-10-25  Masatake YAMATO  <jet@gyve.org>
11451         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11453 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
11455         * play/blackbox.el (blackbox-redefine-key): New function.
11456         (blackbox-mode-map): Use it to remap existing bindings for cursor
11457         motion instead of binding literal keys.
11459 2005-10-25  Glenn Morris  <rgm@gnu.org>
11461         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11462         diary does not end in a newline.  Do not assume a blank line at
11463         the start of the diary file.
11465 2005-10-25  Kenichi Handa  <handa@m17n.org>
11467         * international/quail.el (quail-translate-key): If the input
11468         method is deterministic and failed to handle the last key, restart
11469         the key handling loop from an appropriate key.
11471 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
11473         * vc.el (vc-dired-mode): Extend comment for binding of
11474         `directory-listing-before-filename-regexp'.
11476 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11478         * textmodes/texinfo.el (texinfo-mode):
11479         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11480         not to unnecessarily expose emacs-mule's internal char codes.
11482 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
11484         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11485         Display hand pointer and help-echo on disabled icon too.
11486         (gdb-mouse-until): New function.
11487         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11489 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
11491         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11492         with 2005-10-23 change to doctor.el.
11494         * finder.el (finder-mode-map): Add follow-link binding.
11496 2005-10-25  Kim F. Storm  <storm@cua.dk>
11498         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11499         to gdb-mouse-toggle-breakpoint-fringe.
11500         (gdb-mouse-toggle-breakpoint-margin): Rename from
11501         gdb-mouse-toggle-breakpoint.  Fix doc.
11502         (gdb-mouse-toggle-breakpoint-fringe): New defun.
11503         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
11504         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11505         string properties also for fringe breakpoint bitmaps.
11507 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
11509         * textmodes/org.el (org-start-icalendar-file): Fix format form.
11511 2005-10-25  Masatake YAMATO  <jet@gyve.org>
11513         * simple.el (completion-common-substring):
11514         Use `completion-common-substring' prior to `completion-base-size'.
11516 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
11518         * savehist.el: Require CL while compiling.
11519         (savehist-history-variables): Remove.
11520         (savehist-save-minibuffer-history, savehist-additional-variables)
11521         (savehist-minibuffer-history-variables): New vars.
11522         (savehist-save): Use them.
11523         (savehist-uninstall, savehist-minibuffer-hook): New funs.
11524         (savehist-install): New fun, extracted from savehist-load.
11525         (savehist-load): Use them.
11527 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11529         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11530         a dummy doc-string-elt property.
11531         (defalias, defvaralias, define-category): Add a docstring property.
11533         * image.el (defimage):
11534         * widget.el (define-widget):
11535         * custom.el (defface, defcustom): Add `doc-string' declaration.
11537         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11538         (defadvice): Add `doc-string' declaration.
11540         * emacs-lisp/byte-run.el (macro-declaration-function):
11541         Handle `doc-string' declarations.
11542         (define-obsolete-function-alias, define-obsolete-variable-alias):
11543         Add `doc-string' declaration.
11545 2005-10-24  Kenichi Handa  <handa@m17n.org>
11547         * international/utf-7.el (utf-7): Add autoload cookie.
11549         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11551 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
11553         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11554         list of directories passed to batch-update-autoloads.  Add "." to
11555         the list of the echoed directories.
11557         * pgg-def.el:
11558         * pgg-gpg.el:
11559         * pgg-parse.el:
11560         * pgg-pgp.el:
11561         * pgg-pgp5.el:
11562         * pgg.el: Moved here from the gnus subdirectory.
11564 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
11566         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11567         in case comint-prompt-read-only is set to t.
11569         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11570         in case comint-prompt-read-only is set to t.
11572 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
11574         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11575         Now a string.
11576         (icalendar-import-format): Handle CLASS, STATUS, URL.
11577         Rename `subject' to `summary'.
11578         (icalendar-import-format-summary): Rename from
11579         `icalendar-import-format-subject'.
11580         (icalendar-import-format-url, icalendar-import-format-status)
11581         (icalendar-import-format-class): New variables.
11582         (icalendar--rris): Take variable argument list.
11583         (icalendar--datestring-to-isodate): Remove unnecessary
11584         calendar-style check when converting dates with explicit month names.
11585         (icalendar-export-region): Change return type of conversion
11586         subroutines.  Bury current buffer unless error occurred.
11587         (icalendar--convert-to-ical)
11588         (icalendar--parse-summary-and-rest): New functions.
11589         (icalendar--convert-ordinary-to-ical)
11590         (icalendar--convert-weekly-to-ical)
11591         (icalendar--convert-yearly-to-ical)
11592         (icalendar--convert-block-to-ical)
11593         (icalendar--convert-cyclic-to-ical)
11594         (icalendar--convert-anniversary-to-ical): Change return type.
11595         Strip trailing blanks from subject.
11596         (icalendar--convert-sexp-to-ical): Change return type.
11597         Strip trailing blanks from subject.  Handle simple sexp
11598         entries as generated by icalendar.el.
11599         (icalendar--convert-float-to-ical)
11600         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11601         (icalendar-import-file): Doc fix.
11602         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11603         Correct call to icalendar--rris.
11604         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
11605         `summary'.
11606         (icalendar--add-diary-entry): Rename `subject' to `summary'.
11608 2005-10-24  Romain Francoise  <romain@orebokech.com>
11610         * server.el (server-sentinel): Set query-on-exit flag to nil on
11611         new client processes (it isn't inherited from the server process).
11613         * replace.el (occur-engine): Rearrange text properties.
11615 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11617         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11618         case-fold-search is nil.
11619         (debug-help-follow): Use help-xref-interned directly.
11621 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11623         * thumbs.el (thumbs-image-type): Add .pbm.
11625 2005-10-23  Richard M. Stallman  <rms@gnu.org>
11627         * faces.el (inhibit-face-set-after-frame-default): New variable.
11628         (set-face-attribute): Bind it.
11629         (face-set-after-frame-default): Test it.
11631         * help-fns.el (describe-simplify-lib-file-name): New function.
11632         (describe-function-1, describe-variable): Use it.
11634         * faces.el (describe-face): Use describe-simplify-lib-file-name.
11636         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11637         Eliminate nil as possible value.
11638         (tooltip-hide-delay): Reduce internal-border-width.
11640         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11641         (menu-bar-file-menu) <new-file>: Likewise.
11643         * simple.el (line-move-finish): Ignore fields computing LINE-END.
11645         * international/mule.el (load-with-code-conversion):
11646         Pass full file name to `eval-buffer' unless preloading.
11648         * textmodes/flyspell.el (flyspell-large-region):
11649         Call ispell-check-version.
11651         * textmodes/ispell.el (ispell-local-dictionary-overridden):
11652         Fix the make-variable-buffer-local call that was supposed
11653         to be for this variable.
11654         (ispell-aspell-supports-utf8): Doc fix.
11655         (ispell-find-aspell-dictionaries): Preserve elements of
11656         ispell-dictionary-alist for dictionaries that aspell doesn't report.
11657         (ispell-aspell-find-dictionary): Return nil on error.
11659         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11660         (doctor-symptoms): Likewise.
11662         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11664 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11666         * cus-edit.el (custom-button, custom-button-pressed): New vars.
11667         (custom-raised-buttons): Add :set spec.
11668         (custom-button-unraised, custom-button-pressed-unraised):
11669         New faces, so that custom-raised-buttons actually does something.
11670         (custom-mode): Use custom-button and custom-button-pressed.
11672         * wid-edit.el (widget-specify-button): Don't ignore
11673         widget-mouse-face on graphic terminals.
11674         (widget-move-and-invoke): Cleanup.
11676 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
11678         * whitespace.el (whitespace-cleanup): Doc fix.
11680 2005-10-23  Romain Francoise  <romain@orebokech.com>
11682         * emulation/viper.el (viper-set-hooks): Quote forms passed to
11683         `eval-after-load' to avoid evaluating their result.
11685 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
11687         * files.el (directory-listing-before-filename-regexp):
11688         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
11690         * dired.el (dired-move-to-filename-regexp): Remove.
11691         All occurences replaced by `directory-listing-before-filename-regexp'.
11693         * dired-x.el, locate.el, vc.el:
11694         Replace `dired-move-to-filename-regexp' by
11695         `directory-listing-before-filename-regexp'.  In vc.el it is
11696         overwritten locally; maybe this can be handled in files.el too.
11698         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
11699         replaced by `directory-listing-before-filename-regexp'.
11701 2005-10-23  Andreas Schwab  <schwab@suse.de>
11703         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11704         and eval-next-after-load.
11706 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
11708         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11709         exist, create it.
11711 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
11713         * allout.el: Remove autoloads for mailcrypt and crypt++.
11714         Require pgg, pgg-gpg during compilation.
11715         (allout-version): Increment version number to 2.1, and use a literal
11716         rather than RCS Id.
11717         (allout-default-encryption-scheme): Remove.
11718         (allout-passphrase-verifier-handling)
11719         (allout-passphrase-verifier-string)
11720         (allout-file-passphrase-verifier-string)
11721         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11722         (allout-passphrase-hint-handling): Rename and simplify.
11723         (allout-init): Use `find-file-hook' if available, otherwise
11724         `find-file-hooks'.
11725         (allout-mode): Use `write-file-functions' if available, otherwise
11726         `local-write-file-hooks' and, instead of making auto-save-hook
11727         buffer local, make the write-file-hook activity contingent to
11728         allout-mode.
11729         (allout-mode): Use key-binding substitution in the docstring.
11730         (allout-kill-line): Spell-out kill ring data structure mutation
11731         instead of using byte-compiler-complaint-provoking `pop'.
11732         (allout-insert-listified): Use `insert' rather than `insert-string'
11733         (allout-toggle-current-subtree-encryption): Update docstring, adjust
11734         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11735         (allout-encrypt-string): Totally revamped vis new underlying
11736         encryption facilities.
11737         (allout-mc-activate-passwd): Remove.
11738         (allout-obtain-passphrase): New, more or less replaces
11739         allout-mc-activate-passwd.
11740         (allout-encrypted-key-info): More or less replaces
11741         allout-encrypted-text-type.
11742         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11743         (my-mark-marker): Use `(featurep 'xemacs)'.
11745 2005-10-23  Lars Hansen  <larsh@soem.dk>
11747         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11748         (byte-compile-file-form-defmumble, byte-compile-defun)
11749         (byte-compile-defmacro): Use it.
11750         (byte-compile-form): Don't call byte-compile-set-symbol-position
11751         when a byte-compile handler is called.
11753 2005-10-22  Romain Francoise  <romain@orebokech.com>
11755         * savehist.el (savehist-history-variables): Add `grep-find-history'.
11757         * subr.el (eval-after-load): Convert library name to an absolute
11758         file name using locate-library, since load-history no longer has
11759         library names in it.
11761 2005-10-22  Richard M. Stallman  <rms@gnu.org>
11763         * files.el (make-temp-file): Move from subr.el.
11764         * subr.el (make-temp-file): Move to files.el.
11766         * window.el (get-buffer-window-list): Move from subr.el.
11767         * subr.el (get-buffer-window-list): Move to window.el.
11769         * image.el (image-load-path): Use eval-at-startup to initialize.
11771         * subr.el (eval-at-startup): New macro.
11773         * subr.el: Much rearrangement of functions and division
11774         into pages.  No code changes.
11776 2005-10-22  Kenichi Handa  <handa@m17n.org>
11778         * tar-mode.el (tar-extract): Be sure to call
11779         find-operation-coding-system if set-auto-coding doesn't find a
11780         coding system.
11782 2005-10-22  Kim F. Storm  <storm@cua.dk>
11784         * image.el (image-type-header-regexps): Rename from image-type-regexps.
11785         Change users.
11786         (image-type-file-name-regexps): New defconst.
11787         (image-type-from-data): Simplify loop.
11788         (image-type-from-buffer): New defun.
11789         (image-type-from-file-header): Use it instead of image-type-from-data.
11790         Use image-search-load-path instead of only looking in data-directory.
11791         (image-type-from-file-name): New defun.
11792         (image-search-load-path): Change `pathname' to `filename'.
11793         Make PATH arg optional, default to image-load-path.
11795 2005-10-21  Richard M. Stallman  <rms@gnu.org>
11797         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11799         * textmodes/paragraphs.el (sentence-end-base): New variable.
11800         (sentence-end): Use sentence-end-base.
11802 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11804         * font-lock.el (font-lock-default-fontify-region): Check the multiline
11805         property independently from the font-lock-multiline variable.
11807 2005-10-21  Richard M. Stallman  <rms@gnu.org>
11809         * emacs-lisp/find-func.el (find-library-name): Doc fix.
11811         * startup.el (command-line): Convert library names
11812         in `load-history' to absolute file names.
11814         * subr.el (symbol-file): Doc fix.
11816         * loadhist.el (file-loadhist-lookup): Call locate-library
11817         instead of find-library-name.  Don't try converting
11818         abs file names to library names, since load-history no longer
11819         has library names in it.
11820         (file-dependents, file-provides, file-requires): Doc fixes.
11822 2005-10-21  Juri Linkov  <juri@jurta.org>
11824         * progmodes/etags.el (tags-table-mode): New function.
11825         (tags-verify-table): Replace initialize-new-tags-table with
11826         tags-table-mode.
11828         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11829         default value.
11830         (desktop-modes-not-to-save): Add tags-table-mode to the
11831         default value.
11833         * info.el (Info-index-next): Add total number of index
11834         alternatives to the message.
11836         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11837         backward only space (instead of space and period) before looking
11838         at sentence end.
11840         * simple.el (set-variable): Use user-variable-p instead of symbolp.
11841         Add the old variable value as 4th default-value arg of read-string.
11843 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11845         * cus-face.el (custom-declare-face): Make face from X resources
11846         also on Mac.
11848         * disp-table.el (standard-display-g1, standard-display-graphic):
11849         Refuse to use string glyphs also on Mac.
11850         (standard-display-european): Don't set terminal coding system also
11851         on Mac.
11853         * frame.el (display-screens): Use x-display-screens also on Mac.
11855 2005-10-21  Romain Francoise  <romain@orebokech.com>
11857         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
11859 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11861         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11862         and $? into sexps.
11864         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11865         warning face on open-paren-in-column-0.
11867         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11868         boundary case.  Fix typo.
11869         Suggested by Martin Rudalics <rudalics@gmx.at>.
11871 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
11873         * textmodes/org.el (org-combined-agenda-icalendar-file)
11874         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11875         (org-export-icalendar-this-file)
11876         (org-export-icalendar-all-agenda-files)
11877         (org-export-icalendar-combine-agenda-files): New commands.
11878         (org-export-icalendar, org-print-icalendar-entries)
11879         (org-start-icalendar-file, org-finish-icalendar-file)
11880         (org-ical-ts-to-string): New functions.
11881         (org-read-date, org-goto-calendar)
11882         (org-agenda-goto-calendar): Inhibit displaying diary entries by
11883         call to `calendar'.
11884         (orgtbl-setup): Remove the :keys arguments from the menu description.
11885         (org-after-save-iCalendar-file-hook): New variable.
11887 2005-10-21  Kenichi Handa  <handa@m17n.org>
11889         * language/vietnamese.el (tcvn-5712): Make it an alias of
11890         vietnamese-tcvn coding-system.
11892 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
11894         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11895         group id is given.
11897 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11899         * progmodes/sh-script.el (sh-escaped-line-re): New var.
11900         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11901         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11902         whose line is either continued or ends with a comment.
11904 2005-10-20  Romain Francoise  <romain@orebokech.com>
11906         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11908         * replace.el (occur-engine): Add follow-link property.
11910         * font-core.el (font-lock-mode): Doc fix.
11912 2005-10-20  Richard M. Stallman  <rms@gnu.org>
11914         * net/rcirc.el: New file.
11916 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
11918         * term.el (term-term-name): Initialize to "eterm-color".
11920 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
11922         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11923         for encryption functionality.
11924         Move allout customization subgroup from `editing' to `outlines' group.
11925         Fix commentary keywords to legitimate ones.
11926         Update author info (using my current email address, obscurified).
11927         (allout-encrypt-string, allout-encryption-produce-work-buffer)
11928         (allout-encrypted-topic-p, allout-encrypted-text-type)
11929         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11930         (allout-situate-encryption-key-verifier)
11931         (allout-get-encryption-key-verifier, allout-verify-key)
11932         (allout-next-topic-pending-encryption)
11933         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11934         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11935         (outline-key-verifier-handling, outline-key-hint-handling)
11936         (outline-encrypt-unencrypted-on-saves): New defcustoms.
11937         (allout-file-key-verifier-string, allout-encryption-scheme)
11938         (allout-key-verifier-string, allout-key-hint-string)
11939         (allout-after-save-decrypt): New variables.
11940         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11941         (allout-after-saves-handler): New hook functions.
11942         (allout-post-command-business): Do allout-after-save-decrypt.
11943         (allout-enable-file-variable-adjustment): Custom var to enable
11944         mechanism for adding and adjusting settings of Emacs file variables.
11945         (allout-adjust-file-variable, allout-file-vars-section-data):
11946         New functions, implement the mechanism.
11947         (outlineify-sticky): Use the file vars mechanism.
11948         (allout-inhibit-protection, allout-during-write-cue)
11949         (allout-override-protect, allout-before-change-protect): Remove.
11950         (allout-flag-region, allout-open-topic): Adjust read-only text.
11951         (allout-open-line-not-read-only): Add to facilitate read-only
11952         text based protection.
11953         (allout-kill-line): Revise to adjust read-only text, clue the
11954         user about the inhibition.
11955         (allout-unprotected): Use unwind-protect.
11956         (allout-shift-in, allout-shift-out): Disallow manually shifting a
11957         topic deeper than the offspring depth of the previous topic -
11958         avoiding confusing "containment discontinuities".
11959         (allout-reindent-bodies): Fix retention of body relative hanging
11960         indent during promotion of collapsed bodies.
11961         (allout-open-topic): Make it easy to open new topic with same
11962         bullet as current topic - topic creation functions provided with
11963         any universal argument provokes now prompt for bullet, defaulting
11964         to the bullet of the previous topic.
11965         (allout-plain-bullets-string, allout-distinctive-bullets-string):
11966         Plain bullet alternates `.' period and `,' comma only.  All other
11967         bullets are relegated to special status (but customizable).
11968         (allout-end-of-entry): Rename from allout-end-of-current-entry
11969         since it actually operates w.r.t. most immediately containing
11970         entry, visible or not.
11971         (allout-hide-current-entry, allout-show-current-entry): Use the
11972         revised version.
11973         (allout-old-expose-topic): Solidify deprecation.
11974         (allout-end-of-subtree): Add so we can span concealed as well
11975         as visible topics.
11976         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11977         (allout-end-of-current-heading): Tweak to just respect the first line.
11978         (allout-get-body-text): Add.
11979         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11980         when invoked interactively.
11981         (allout-up-current-level): Use `interactive-p'.
11982         (allout-mode, allout-init): Miscellaneous docstring and
11983         operational refinements, as well as hookups of new encryption stuff.
11984         (allout-beginning-of-current-entry): Now works as advertised.
11985         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11986         (allout-isearch-rectification): Refine condition for isearching.
11987         (allout-isearch-abort, allout-enwrap-isearch)
11988         (allout-flag-region, my-region-active-p): Relocate some macros.
11989         (allout-title): Fallback title is (buffer-name), not
11990         non-existing (current-buffer-name).
11991         (subst-char-in-string): Define if absent (for some XEmacs versions).
11993 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
11995         * mail/sendmail.el (mail-setup-hook, mail-aliases)
11996         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11997         (mail-citation-prefix-regexp, mail-signature-file)
11998         (mail-default-headers, mail-bury-selects-summary)
11999         (mail-send-nonascii): Add autoload cookies.
12001 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
12003         * frame.el (blink-cursor-mode): Add `mac' to the list of
12004         window-system's that support blinking cursor.
12006 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
12008         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12010 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
12012         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12013         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12014         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12016 2005-10-20  Kim F. Storm  <storm@cua.dk>
12018         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12019         (ido-set-current-directory): Don't add / after final @.
12020         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12021         Explicitly handle ange-ftp completion oddities.
12022         (ido-make-file-list): Don't rotate list at tramp root to avoid
12023         triggering tramp file handler for expand-file-name via get-file-buffer.
12025 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12027         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12029 2005-10-19  Jay Belanger  <belanger@truman.edu>
12031         * calc/calc-units.el (math-standard-units): Add units, adjust
12032         symbols and update values.
12033         (math-unit-prefixes): Add more prefixes.
12035 2005-10-19  Romain Francoise  <romain@orebokech.com>
12037         * bookmark.el (bookmark-menu-heading): New face.
12038         (bookmark-bmenu-list): Use it.
12039         Don't fiddle with `baud-rate' at top-level.
12041 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
12043         * image.el (create-image, find-image): Mention max-image-size in
12044         docstring.
12046 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12048         * savehist.el (savehist-load): Revert to checking XEmacs.
12050         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12051         Various docstring and line-width fixups.
12052         (conf-mode): Use cond.
12053         Set font-lock-defaults.  Don't set comment-use-syntax.
12055 2005-10-18  David Ponce  <david@dponce.com>
12057         * tree-widget.el (tree-widget-button-click): New function.
12058         (tree-widget-button-keymap): Use it.
12060 2005-10-18  Romain Francoise  <romain@orebokech.com>
12062         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12063         (bookmark-bmenu-hide-filenames): Add follow-link property.
12064         Improve help-echo text.
12066         * ffap.el (find-file-at-point): Doc fix.
12068 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12070         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12072 2005-10-18  Masatake YAMATO  <jet@gyve.org>
12074         Install to the CVS repository what I forgot to install in my
12075         2005-10-16 changes.
12077         * progmodes/python.el (python-complete-symbol): Pass the common
12078         prefix substring of completion to `display-completion-list'.
12080         * textmodes/org.el (org-complete): Ditto.
12082 2005-10-18  Masatake YAMATO  <jet@gyve.org>
12084         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12086         * woman.el (WoMan-xref-man-page): New button type derived
12087         from `Man-abstract-xref-man-page'.
12088         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12090         * man.el (Man-abstract-xref-man-page): New button type.
12091         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12092         (Man-highlight-references): Add new optional argument `xref-man-type'.
12094 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
12096         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12098 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12100         * cus-edit.el (Custom-move-and-invoke): Delete.
12101         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12103         * wid-edit.el (widget-move-and-invoke): New function, from
12104         Custom-move-and-invoke.
12106 2005-10-17  Bill Wohler  <wohler@newt.com>
12108         Move all remaining images from lisp/toolbar to etc/images, move
12109         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
12110         the low resolution images in their own directory (low-color).
12112         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12113         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12114         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12115         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12116         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12117         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12118         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12120         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12121         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12122         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12123         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12124         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12125         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12126         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12127         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12128         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12129         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12130         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12131         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12132         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12133         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12134         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12136         To conform with convention, replace the underscore (_) in the
12137         following image names with dash (-) or (/) as appropriate.
12139         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12140         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12141         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12142         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12143         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12144         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12145         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12146         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12147         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12148         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12149         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12150         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12151         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12152         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12153         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12155         * info.el (info-tool-bar-map): Replace underscores in image names
12156         with dashes.
12158         * makefile.w32-in (WINS): Remove toolbar.
12160         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12162         * tool-bar.el: Move to lisp from toolbar.  Now that
12163         toolbar is empty, it should be deleted when folks run "cvs up -P".
12165 2005-10-18  Jay Belanger  <belanger@truman.edu>
12167         * calc/calc-store.el (calc-store-into): Get the proper variable name
12168         to display in message.
12170 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
12172         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12173         expressions display in speedbar for all buffers when debugging.
12174         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12176         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12177         (speedbar-insert-button, speedbar-make-button):
12178         Use add-text-properties.
12179         (speedbar-update-localized-contents)
12180         (speedbar-update-directory-contents)
12181         (speedbar-update-special-contents): Use dolist.
12182         (speedbar-buffer-easymenu-definition): Add a menu separator.
12184 2005-10-17  Jason Rumney  <jasonr@gnu.org>
12186         * makefile.w32-in: Use $(lisp) consistently.
12187         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12188         for shell specific generation of mh-autoloads.
12190 2005-10-17  Richard M. Stallman  <rms@gnu.org>
12192         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12194 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12196         * jit-lock.el (jit-lock-fontify-now):
12197         Move jit-lock-context-unfontify-pos to avoid wasted work.
12199 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
12201         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
12202         `tramp-completion-mode' for checking if we are in completion mode.
12203         (tramp-completion-handle-file-name-all-completions): Reorder code
12204         in order to complete for file names only in case there are no
12205         method/user/host completions.  This is necessary for cooperation
12206         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
12208 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
12210         * longlines.el (longlines-search-forward)
12211         (longlines-search-backward): Match any number of spaces.
12213 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
12215         * diff-mode.el (diff-mode): Doc fix.
12217 2005-10-16  David Reitter  <david.reitter@gmail.com>
12219         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12220         as default on darwin and windows systems.
12222 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12224         * arc-mode.el (archive-zip-extract): Doc fix.
12226 2005-10-16  Romain Francoise  <romain@orebokech.com>
12228         * mouse.el (mouse-1-click-follows-link): Doc fix.
12230 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12232         * savehist.el: Don't require CL at runtime.
12233         (savehist-xemacs): Remove.
12234         (savehist-coding-system): Use utf-8 if present, regardless of religion.
12235         (savehist-no-conversion): Use (featurep 'xemacs).
12236         (savehist-load): Check existence of start-itimer rather than XEmacs.
12237         Use an idle timer.
12238         (savehist-process-for-saving): Replace use of CL funs `subseq' and
12239         `delete-if-not'.
12241 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
12243         * savehist.el: Newer version.
12244         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12245         (savehist-last-checksum, savehist-no-conversion): New vars.
12246         (savehist-autosave, savehist-process-for-saving, savehist-printable):
12247         New functions.
12248         (savehist-load, savehist-save): Use them.
12249         (savehist-delimit): Remove.
12251 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12253         * progmodes/compile.el (compilation-goto-locus): Display the
12254         compilation buffer first and the source buffer second, in case they're
12255         in overlapping frames.  Don't raise the compilation frame if it was the
12256         selected window upon entry.  Pass the `other-window' arg to
12257         pop-to-buffer.
12259         * info.el (Info-fontify-node): Use dolist.
12260         Change add-text-properties to put-text-property.
12262 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12264         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12265         bound of search.
12267 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12269         * dabbrev.el (dabbrev-completion): Pass the common
12270         prefix substring of completion to `display-completion-list'.
12272         * filecache.el (file-cache-minibuffer-complete)
12273         (file-cache-complete): Ditto.
12275         * tempo.el (tempo-display-completions): Ditto.
12277         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12279         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12281         * eshell/em-hist.el (eshell-list-history): Ditto.
12283         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12285         * mail/mailalias.el (mail-complete): Ditto.
12287         * progmodes/etags.el (complete-tag): Ditto.
12289         * progmodes/make-mode.el (makefile-complete): Ditto.
12291         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12293         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12295         * progmodes/pascal.el (pascal-complete-word)
12296         (pascal-show-completions): Ditto.
12298         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12300         * simple.el (completion-common-substring): New variable.
12301         (completion-setup-function): Use `completion-common-substring'
12302         to put faces.
12304 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12306         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12307         (x-get-selection, mac-select-convert-to-string): Convert from/to
12308         UTF-16 clipboard data as in native byte order, no BOM.
12310 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
12312         * progmodes/gud.el (gud-tool-bar-map): Rename the images
12313         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12314         (gud-sentinel): Use speedbar-frame to check for speedbar.
12316 2005-10-15  Richard M. Stallman  <rms@gnu.org>
12318         * savehist.el: New file.
12320 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
12322         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12323         Fix bug in \bf fontification.
12325 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12327         * pcvs.el (cvs-edit-log-files): New var.
12328         (cvs-mode-edit-log): New arg `file'.
12329         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12330         Instead force the use of the original file and nothing else.
12331         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12332         the cvs-minor-wrap-function is set.
12333         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12335 2005-10-14  Bill Wohler  <wohler@newt.com>
12337         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12338         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12339         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12340         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12341         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12342         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12343         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12344         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12345         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12346         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12347         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12348         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12349         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12350         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12351         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12353         * progmodes/gud.el (gud-tool-bar-map): Rename the images
12354         appropriately (for example, gud-break to gud/break).
12356 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
12358         * longlines.el (longlinges-search-function)
12359         (longlines-search-forward, longlines-search-backward): New functions.
12360         (longlines-mode): Set isearch-search-fun-function to
12361         longlinges-search-function.
12363         * mouse.el (mouse-drag-region-1): Handle the case where a
12364         double-click event is bound to an arbitrary function.
12366 2005-10-14  David Ponce  <david@dponce.com>
12368         * recentf.el (recentf-track-opened-file)
12369         (recentf-track-closed-file, recentf-update-menu)
12370         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12371         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12372         mouse-1-click-follows-link.
12374 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12376         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12377         Gnome file-manager.png.  Suggested by
12378         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12380         * toolbar/README: Add diropen.xpm.
12382 2005-10-13  Bill Wohler  <wohler@newt.com>
12384         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12385         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
12387 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12389         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12390         Don't waste the byte-compiler's time on constant data.
12392 2005-10-13  Kenichi Handa  <handa@m17n.org>
12394         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12395         byte with `escape-glyph' face.
12397         * international/fontset.el (ccl-encode-unicode-font):
12398         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12399         Handle the case that ucs-mule-to-mule-unicode translates a character to
12400         ASCII (usually for IPA characters).
12402 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12404         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12405         Don't hide the underline of titles if font-lock-mode is disabled.
12407 2005-10-12  Bill Wohler  <wohler@newt.com>
12409         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
12410         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
12411         files in MH-E-SRC have been updated.
12412         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12414 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12416         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12417         (mixal-mode-syntax-table): Add \n as end-comment.
12418         (mixal-operation-codes-alist): Immediately initialize to full value.
12419         (mixal-add-operation-code): Remove.
12420         (mixal-describe-operation-code): Make the arg non-optional.
12421         Use the interactive spec instead.
12422         Use mixal-operation-codes-alist rather than mixal-operation-codes.
12423         (mixal-font-lock-keywords): Don't highlight comments here any more.
12424         (mixal-font-lock-syntactic-keywords): New var.
12425         (mixal-mode): Use it.  Fix comment-start-skip.
12427 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12429         * startup.el (command-line-x-option-alist): -nb => -nbi
12431 2005-10-12  Kim F. Storm  <storm@cua.dk>
12433         * startup.el (fancy-splash-default-action): Discard mouse click in
12434         the splash screen window, as it has no sensible meaning in the
12435         next window to be selected.  Fixes error reported by Jan D.
12437 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12439         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12441 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12443         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12444         Try to fix up minor layout issues like indentation, line break, etc...
12445         (mixal-mode-syntax-table): Don't try to specify comment syntax,
12446         because it doesn't work.
12447         (mixal-operation-codes): Add some more codes.
12448         (mixal-font-lock-keywords): Process comments here.
12449         (mixal-mode): mixasm no longer needs -g option.
12451 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12453         * progmodes/sh-script.el (sh-tmp-file):
12454         Use mktemp -t.  Finish support for es and rc shells.
12456 2005-10-11  Jay Belanger  <belanger@truman.edu>
12458         * calc/calcalg2.el (calc-integral): With an argument, compute the
12459         definite integral.
12461 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
12463         * mouse.el (mouse-drag-region-1): Don't try to catch a
12464         double-click when doing follow-link (it's overridden anyway).
12466 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
12468         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12469         (autoload-print-form-outbuf): Add docstring.
12471 2005-10-11  Juri Linkov  <juri@jurta.org>
12473         * info.el (Info-mode-menu): Delete menu item "Edit".
12474         (Info-mode): Delete description of Info-edit from docstring,
12475         and rearrange descriptions of Info commands in the order
12476         they are documented in the Info manual.
12478 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12480         * calendar/appt.el (appt-check): Use diary-selective-display var.
12482 2005-10-10  Richard M. Stallman  <rms@gnu.org>
12484         * net/newsticker.el (newsticker-start, newsticker-show-news):
12485         Add autoload cookies.
12487 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
12489         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12491 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
12493         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12495 2005-10-10  Jay Belanger  <belanger@truman.edu>
12497         * calc/calc-arith.el (math-check-known-scalarp)
12498         (math-check-known-matrixp): Check the values of arguments that are
12499         variables.
12500         (math-check-known-square-matrixp): New function.
12501         (math-known-square-matrixp): Use math-check-known-square-matrixp.
12502         (math-super-types): Add sqmatrix type.
12504         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12505         mode name `square' to `sqmatrix'.
12507         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12508         mode name `square' to `sqmatrix'.
12510 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12512         * progmodes/etags.el (select-tags-table-mode): Don't use
12513         selective-display.
12514         (tags-select-tags-table): Pass `button' to the action function.
12515         (select-tags-table): Place the side-info on button properties rather
12516         than in hidden text.  Abbreviate file names.
12517         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12518         (select-tags-table-select): Add `button' argument.
12519         Get side-info from the button property rather than from hidden text.
12521 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
12523         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12524         (gud-speedbar-buttons): Preserve point if possible.
12525         (gud-sentinel): Restore previous speedbar display type.
12527         * progmodes/gdb-ui.el (gdba): Improve diagram.
12528         (def-gdb-auto-update-handler, gdb-info-locals-handler)
12529         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12530         Call get-buffer-window once.
12532 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12534         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12535         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12536         (pascal-indent-command): Remove unused var `ind'.
12537         (pascal-indent-case): Remove unused var `oldpos'.
12538         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12539         since it's now used as a proper minor mode map.
12540         (pascal-outline): Rename to pascal-outline-mode.
12541         (pascal-outline-mode): Use define-minor-mode.
12542         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12543         selective-display.
12545 2005-10-10  Andreas Schwab  <schwab@suse.de>
12547         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12548         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
12550         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12551         outside source directory.
12553 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
12555         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12556         C-x' as a prefix.
12557         (orgtbl-mode-map): Full keymap instead of sparse, because all
12558         `self-insert-command' keys are redefined in this map.
12559         (org-export-as-html): Specify charset for HTML file, by taking it
12560         from the coding system.
12562 2005-10-10  Kenichi Handa  <handa@m17n.org>
12564         * textmodes/flyspell.el (flyspell-check-word-p):
12565         If unread-command-events is non-empty, don't call sit-for.
12567 2005-10-09  Richard M. Stallman  <rms@gnu.org>
12569         * font-lock.el (font-lock-syntactic-keywords)
12570         (font-lock-keywords): Doc fixes.
12572         * textmodes/flyspell.el (flyspell-external-point-words):
12573         Simplify logic, and don't try to check for consecutive appearances
12574         of one incorrect word.
12576 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
12578         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12579         separator.
12581         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12582         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12583         (gud-expansion-speedbar-buttons): New function.
12584         (gud-speedbar-buttons): Check for gud-comint-buffer.
12586 2005-10-09  Bill Wohler  <wohler@newt.com>
12588         * Makefile.in (updates): Add mh-loaddefs dependency.
12590 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
12592         * speedbar.el (speedbar-file-key-map): Fix typo.
12594 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12596         * cus-start.el (line-spacing): Add custom spec.
12598 2005-10-09  Romain Francoise  <romain@orebokech.com>
12600         * textmodes/ispell.el (ispell-check-version): Fix last change.
12602 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12604         * term/x-win.el: Remove -i, --icon-type from comment.
12606         * startup.el (command-line-x-option-alist): Remove options -i,
12607         -itype, --icon-type, added -nb, --no-bitmap-icon
12609 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
12611         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12612         instead of :active.
12614 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
12616         * textmodes/ispell.el (ispell-check-version):
12617         Ignore hyphen, and all that follows, in aspell's version text.
12619 2005-10-08  Jay Belanger  <belanger@truman.edu>
12621         * calc/calc-arith.el (math-known-square-matrixp): New function.
12622         (math-pow-fancy): Check for matrices before distributing exponent
12623         across products.
12625         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12626         fullscreen keypad.  Suggested by Luc Teirlinck.
12627         (calc-keypad-show-input): Add space for formatting.
12629         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12630         Add square matrix option.
12632         * calc/calc-poly.el (math-expand-term): Check for matrices instead
12633         of checking calc-matrix-mode when deciding how to expand.
12635         * calc/calc.el (calc-set-mode-line): Add square matrix option.
12637 2005-10-08  Lars Hansen  <larsh@soem.dk>
12639         * net/tramp.el (tramp-perl-directory-files-and-attributes):
12640         Add error handling.
12641         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12643 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
12645         Sync with Tramp 2.0.51.
12647         * net/tramp.el (tramp-handle-set-visited-file-modtime)
12648         (tramp-handle-insert-file-contents, tramp-handle-write-region):
12649         Insert special handling for `last-coding-system-used', again
12650         it still seems to be necessary (unlike stated before).
12651         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12652         (tramp-password-prompt-regexp): There might be other words before
12653         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12654         (tramp-chunksize): Improve docstring.
12655         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12656         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
12657         Christian Joergensen <bugs@razor.dk>.
12659 2005-10-07  Glenn Morris  <rgm@gnu.org>
12661         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12662         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12663         precision'.
12665 2005-10-07  Romain Francoise  <romain@orebokech.com>
12667         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12668         (ibuffer-do-shell-command-pipe-replace)
12669         (ibuffer-do-shell-command-file, ibuffer-do-eval)
12670         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12671         (ibuffer-do-revert, ibuffer-do-replace-regexp)
12672         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12673         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12674         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12675         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12676         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12677         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12678         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12679         Autoload file sans suffix.
12681         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12683 2005-10-07  David Ponce  <david@dponce.com>
12685         * recentf.el (recentf-menu-open-all-flag): New option.
12686         (recentf-digit-shortcut-command-name): New function.
12687         (recentf--shortcuts-keymap): New variable.
12688         (recentf-menu-shortcuts): New variable.
12689         (recentf-make-menu-items): Initialize it.  Replace the "More..."
12690         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12691         (recentf-menu-value-shortcut): New function.
12692         (recentf-make-menu-item): Use it.  No more in-lined.
12693         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12694         (recentf-open-most-recent-file): Rename from
12695         `recentf-open-file-with-key'.  Don't depend on key binding.
12696         (recentf-mode-map): New variable.
12697         (recentf-mode): Use it.
12699 2005-10-06  Bill Wohler  <wohler@newt.com>
12701         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
12703         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12704         (MH-E-SRC): New.  Used by mh-autoloads.
12705         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
12706         files in MH-E-SRC have been updated.
12707         (compile, recompile, bootstrap): Depend on mh-autoloads.
12709 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
12711         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12712         gud-break and gud-remove icons when the fringe is not available.
12714         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12715         Typo.
12717 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
12719         * play/zone.el (zone): Wrap body with save-window-excursion.
12721 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12723         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12724         Use the new `list-only' arg to diary-list-entries.
12726         * calendar/diary-lib.el: Use overlays rather than selective-display.
12727         (diary-selective-display): New var.
12728         (diary-header-line-format): Use it.
12729         (diary-list-entries): Add argument `list-only'.
12730         Put the buffer in diary-mode.  Don't add \^M at beg and end.
12731         Replace \^M by invisible overlays.
12732         (diary-unhide-everything): Replace \^M by invisible overlays.
12733         (print-diary-entries): Look for overlays rather than \^M.
12734         Add a space to the temp buffer name.
12735         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12736         Put the buffer in diary-mode.
12737         (list-sexp-diary-entries): Replace \^M by invisible overlays.
12738         (diary-anniversary): Make the year arg optional.
12739         (diary-time-regexp): New const.
12740         (diary-font-lock-keywords): Use it to accept a few more time formats.
12742         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12744 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
12746         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12747         Fix bug introduced 2005-07-03: Use (car (last ...))
12748         to faithfully reproduce replaced artist-last.
12749         (artist-set-arrow-points-for-poly): Likewise.
12750         Suggested by Johan Bockg\e,Ae\e(Brd.
12752 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
12754         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12755         * wid-edit.el (widget):
12756         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12757         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12759 2005-10-06  Kenichi Handa  <handa@m17n.org>
12761         * international/mule-cmds.el (set-language-environment):
12762         Fix setting up of case-table for unibyte mode.
12764         * simple.el (what-cursor-position): If the character is displayed
12765         by some `display' text property, show that.  Don't use
12766         single-key-description for eight-bit characters in multibyte mode.
12768 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
12770         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12771         (gdb-ann3): Set it.
12772         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12773         (gdb-info-frames-custom): Use inverse-video for first five
12774         characters of selected frame only.
12775         (gdb-get-frame-number): Select frame even when point is on frame
12776         number.
12778 2005-10-06  Masatake YAMATO  <jet@gyve.org>
12780         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12781         Put `font-lock-function-name-face'.
12782         (gdb-info-frames-custom): Put `font-lock-function-name-face'
12783         and `font-lock-variable-name-face'
12784         (gdb-registers-font-lock-keywords): New font lock keywords definition.
12785         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12786         (gdb-memory-font-lock-keywords): New font lock keywords definition.
12787         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12788         (gdb-local-font-lock-keywords): New font lock keywords definition.
12789         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12790         (gdb-threads-font-lock-keywords): New font lock keywords definition.
12791         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12793 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
12795         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12796         (ediff-merge-region-is-non-clash-to-skip): Previously called
12797         ediff-merge-region-is-non-clash.
12799         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12800         Use insert-buffer-substring.
12802         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12803         selecting files to patch.  Also bug fixes.
12805         * ediff-util.el (ediff-setup): Bug fix.
12806         (ediff-next-difference): Never skip clashes that differ in white
12807         space only.
12809         * ediff-wind.el (ediff-setup-control-frame)
12810         (ediff-destroy-control-frame): Check the menubar feature.
12812         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12813         (viper-refresh-mode-line): Use make-local-variable to localize
12814         some vars instead of make-variable-buffer-local.  Suggested by
12815         Stefan Monnier.
12817         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12818         (viper-restore-cursor-type, viper-set-insert-cursor-type):
12819         Use make-local-variable instead of make-variable-buffer-local.
12820         Suggested by Stefan Monnier.
12822         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12823         (viper-comint-mode-hook): Use make-local-variable on
12824         require-final-newline.
12825         (viper-non-hook-settings): Don't use make-variable-buffer-local.
12827 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12829         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12830         also the second char of a comment-start sequence.
12831         (scheme-sexp-comment-syntax-table): New var.
12832         (lambda, define): Set their scheme-doc-string-elt property.
12833         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12834         Use lisp-font-lock-syntactic-face-function now that it properly
12835         handles |...| symbols.
12836         (scheme-mode-variables): Set lisp-doc-string-elt-property,
12837         parse-sexp-lookup-properties and font-lock-extra-managed-props.
12839         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12840         bit from # to |.
12841         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12843         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12844         (lisp-doc-string-elt-property): New var.
12845         (lisp-font-lock-syntactic-face-function): Use it.
12846         Rewrite to recognize docstrings even for forms not at toplevel.
12848         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12849         annotation on the | part of #| rather than on the # part.
12850         (scheme-font-lock-syntactic-face-function): New function, to
12851         distinguish strings from |...| symbols.
12852         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
12853         syntax-table so that #|...|# is properly highlighted.
12855         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12856         Don't mark as docstring the 3rd elem of an unknown toplevel form.
12858 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12860         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12861         and C-e.
12863         * emacs-lisp/eldoc.el: Move comments into docstrings.
12864         (eldoc-message-commands): Initialize in its declaration.
12865         Add move-beginning-of-line and move-end-of-line.
12866         (eldoc-add-command, eldoc-add-command-completions)
12867         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12869         * outline.el (outline-mark-subtree): Activate the mark.
12871         * calendar/appt.el (appt-time-regexp): New var.
12872         (appt-add, appt-make-list): Use it.
12873         (appt-convert-time): Clean up.
12875         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12876         Don't set any syntax-table property here.
12877         (tex-font-lock-verb): New function.  Do it here.
12878         (tex-font-lock-syntactic-keywords): Use it.
12880 2005-10-04  Richard M. Stallman  <rms@gnu.org>
12882         * wid-edit.el (widget-file-complete): Get the widget start point
12883         the right way.  Default directory to `/' if file has none.
12885         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12887         * textmodes/flyspell.el (flyspell-mode-on):
12888         Call ispell-maybe-find-aspell-dictionaries.
12890         * textmodes/ispell.el (ispell-word, ispell-region):
12891         Call ispell-maybe-find-aspell-dictionaries.
12892         (ispell-accept-buffer-local-defs):
12893         Don't call ispell-maybe-find-aspell-dictionaries
12895 2005-10-04  Richard M. Stallman  <rms@gnu.org>
12897         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12899 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
12901         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12902         instead of `fboundp' in order to allow for anonymous functions.
12904 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
12906         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12907         case the user clicks on the link while another window is selected.
12908         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12910         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12911         functionality.
12912         (dframe-help-echo): Save point in case mouse tracking is off.
12914 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
12916         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12918 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12920         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12921         not change the global value of those vars.
12923         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12924         make-local-variable which we do not need any more.
12926 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
12928         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12929         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12930         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12931         (speedbar-path-line): Define obsolete aliases.
12932         (speedbar-line-directory): Doc fix.
12934         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12935         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12936         instead of speedbar-line-path.
12938 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12940         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12941         to nil if dropping on a window.  Handle dropping on a minibuffer window
12942         like dropping on a non-window part of Emacs.
12944 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12946         * net/ange-ftp.el: Use with-current-buffer.
12947         (ange-ftp-insert-directory): Do not follow symlinks any more.
12949         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12950         Remove interactive spec.
12952 2005-10-03  Kim F. Storm  <storm@cua.dk>
12954         * ido.el (ido-mode): Use custom-initialize-set.
12956 2005-10-02  Richard M. Stallman  <rms@gnu.org>
12958         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12959         Use insert-buffer-substring.
12961         * net/tramp.el: Pacify byte compiler warnings in pacification code.
12962         (tramp-handle-file-local-copy): Use insert-buffer-substring.
12964 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12966         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12967         in last change.
12968         (ange-ftp-insert-directory): Fix up the search for the case where
12969         `file' is absolute.
12971 2005-10-02  Romain Francoise  <romain@orebokech.com>
12973         * progmodes/compile.el (compile-goto-error): Delete extra paren.
12975 2005-10-02  Andreas Schwab  <schwab@suse.de>
12977         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12978         directory component in the session info.
12980 2005-10-01  Richard M. Stallman  <rms@gnu.org>
12982         * comint.el (comint-redirect-subvert-readonly): Doc fix.
12984         * simple.el (next-error-internal): New function.
12986         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12987         (compilation-start): Pass new arg to compilation-buffer-name.
12988         (compile-goto-error): Use next-error-internal.
12990 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
12992         * speedbar.el: Remove RCS tag.
12993         (speedbar-check-read-only): Handle non-existent files.
12995         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12997         * info.el (Info-speedbar-hierarchy-buttons)
12998         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13000 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13002         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13003         Do not match newline.
13004         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13005         (bibtex-summary): Remove unnecessary save-excursion.
13006         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13008 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13010         * term/mac-win.el: Add charset info for "iso10646-1".
13011         Modify default fontset to use ATSUI-compatible fonts for some charsets
13012         if available.
13014 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
13016         * speedbar.el: Re-apply arch tag.
13017         (speedbar-version): Rename to version 1.0.  Suggested by Eric
13018         M. Ludlam.
13019         Reapply two changes from Emacs CVS' version of speedbar lost
13020         during the merge:
13021         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13022         (speedbar-frame-parameters): Improve customize type.
13024 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13026         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13027         (ange-ftp-file-directory-p): Fix the symlink case.
13028         (ange-ftp-insert-directory): When listing a single file, get a list of
13029         the parent buffer and extract the relevant line.  Inspired from a patch
13030         by Katsumi Yamaoka <yamaoka@jpl.org>.
13031         (ange-ftp-file-name-sans-versions): Simplify.
13033 2005-09-30  Bill Wohler  <wohler@newt.com>
13035         Move MH-E image files from toolbar and mail directories into
13036         etc/images.
13038         * mail/reply2.*: Move to etc/images/mail/reply*.
13040         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13041         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13042         etc/images.
13044         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13045         * toolbar/reply*: Move to etc/images/mail.
13047         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13049 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
13051         * speedbar.el: New version 1.0pre3.
13053         Frame management code (including timer, and mouse click specifics)
13054         moved to dframe.el:
13055         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
13056         (speedbar-timer): Removed.  Use dframe-timer.
13057         (speedbar-close-frame): Removed.  Use dframe-close-frame.
13058         (speedbar-activity-change-focus-flag): Removed.  Use
13059         dframe-activity-change-focus-flag.
13060         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
13061         dframe-update-speed.
13063         (speedbar-current-frame): New macro.  Use this instead of the
13064         variable speedbar-frame.
13066         (speedbar-use-images, speedbar-expand-image-button-alist)
13067         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13069         (speedbar-find-image-on-load-path): Removed.  Replaced by
13070         defezimage in ezimage.el.
13071         (speedbar-expand-image-button-alist): Removed.  Replaced by
13072         ezimage-expand-image-button-alist in ezimage.el.
13074         (speedbar-ignored-directory-regexp)
13075         (speedbar-add-ignored-directory-regexp)
13076         (speedbar-ignored-directory-expressions)
13077         (speedbar-line-directory, speedbar-buffers-line-directory)
13078         (speedbar-directory-line, speedbar-buffers-line-directory):
13079         Renamed, replacing `path' with `directory'.
13081         (speedbar-create-directory, speedbar-expand-line-descendants)
13082         (speedbar-toggle-line-expansion)
13083         (speedbar-contract-line-descendants): New commands.
13085         (speedbar-query-confirmation-method, speedbar-select-frame-method)
13086         (speedbar-use-tool-tips-flag): New options.
13088         (speedbar-check-read-only, speedbar-require-version)
13089         (speedbar-insert-separator, speedbar-buffers-tail-notes)
13090         (speedbar-handle-delete-frame, speedbar-try-completion)
13091         (speedbar-update-localized-contents): New functions.
13093         (speedbar-incompatible-version, speedbar-ro-to-do-point)
13094         (speedbar-object-read-only-indicator): New variables.
13096         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13097         New hooks.
13099         (speedbar-separator-face): New face.
13101         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13102         (speedbar-ignored-modes): Add fundamental-mode.
13103         (speedbar-directory-unshown-regexp): Add . directories.
13105         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13106         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13107         `]' for full expand/close.
13108         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13110         (speedbar-check-vc): Support hidden files.
13111         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13112         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
13113         state is nil, it is not checked out.
13115         (speedbar-line-text, speedbar-line-token): Support expand buttons
13116         with no text.
13117         (speedbar-refresh): Universal argument acts as power-click.
13118         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13119         that buffer to get variable values.
13121         And many other bugfixes.
13123         * dframe.el, ezimage.el, sb-image.el: New files.
13125         * sb-*.xpm: Remove files.  New image files installed into
13126         etc/images/ezimage.
13128 2005-09-30  Kenichi Handa  <handa@m17n.org>
13130         * ps-mule.el (ps-mule-show-warning): If a character is in
13131         ps-print-translation-table, don't treat it as non-printable.
13133 2005-09-30  David Ponce  <david@dponce.com>
13135         * tree-widget.el (tree-widget-themes-load-path): New variable.
13136         (tree-widget-themes-directory): Doc fix.
13137         (tree-widget-image-formats) [Emacs]: Doc fix.
13138         (tree-widget--locate-sub-directory): New function.
13139         (tree-widget-themes-directory): Use it.
13141         * recentf.el (recentf-filename-handlers): Rename from
13142         `recentf-filename-handler'.  Allow a list of functions.
13143         (recentf-menu-items-for-commands): Fix :help strings.
13144         (recentf-apply-filename-handlers): New function.
13145         (recentf-expand-file-name): Use it.
13146         (recentf-cleanup): Remove duplicates too.
13148 2005-09-29  Juri Linkov  <juri@jurta.org>
13150         * faces.el: Rearrange face definitions to be in the same order as
13151         their face descriptions in "(emacs)Standard Faces".
13153         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13155         * tooltip.el (tooltip): Add group `basic-faces'.
13157         * buff-menu.el (Buffer-menu-buffer): Remove group
13158         `font-lock-highlighting-faces'.
13160         * progmodes/compile.el (compilation-error, compilation-warning)
13161         (compilation-info, compilation-line-number, compilation-column-number):
13162         Change group from `font-lock-highlighting-faces' to `compilation'.
13164         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13165         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13166         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13167         (vhdl-font-lock-reserved-words-face)
13168         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13169         `font-lock-highlighting-faces'.
13171         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13173 2005-09-28  Kim F. Storm  <storm@cua.dk>
13175         * emulation/cua-base.el: Set CUA move property on additional commands:
13176         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13177         forward-sexp, backward-sexp, forward-list, backward-list.
13179 2005-09-28  Romain Francoise  <romain@orebokech.com>
13181         * comint.el (comint-show-output): Really set point at the
13182         beginning of the output when not using `comint-use-prompt-regexp'.
13184 2005-09-27  Jay Belanger  <belanger@truman.edu>
13186         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13187         in TeX mode.
13189 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
13191         * textmodes/org.el (org-table-sum): Fix format string.
13193         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13194         Quote face names.
13196 2005-09-26  Romain Francoise  <romain@orebokech.com>
13198         * isearch.el (isearch-forward-regexp): Close doc string.
13200 2005-09-25  Richard M. Stallman  <rms@gnu.org>
13202         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13204         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13206         * progmodes/compile.el (compilation-error-properties):
13207         When getting the file from the previous error message,
13208         correctly decode the new data format.
13210         * progmodes/cc-cmds.el (c-electric-paren):
13211         Call old-blink-paren only for close-paren.
13213 2005-09-24  Andreas Schwab  <schwab@suse.de>
13215         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13216         condition.
13218 2005-09-25  Romain Francoise  <romain@orebokech.com>
13220         * dired-aux.el (dired-copy-file-recursive):
13221         * dired.el (dired-delete-file):
13222         * ediff-mult.el (ediff-dir-diff-copy-file):
13223         * ediff-util.el (ediff-test-save-region):
13224         * forms.el (forms-mode):
13225         * ido.el (ido-file-internal, ido-delete-file-at-head):
13226         * log-edit.el (log-edit-done):
13227         * ses.el (ses-yank-resize):
13228         * play/gomoku.el (gomoku-human-plays, gomoku)
13229         (gomoku-human-resigns, gomoku-prompt-for-other-game)
13230         (gomoku-offer-a-draw):
13231         * play/landmark.el (lm-human-resigns, lm):
13232         * net/eudcb-ldap.el (eudc-ldap-check-base):
13233         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13234         * progmodes/ebrowse.el (ebrowse-find-pattern):
13235         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13236         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13237         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13239         * vc.el (vc-delete-file):
13240         * play/gomoku.el (gomoku-terminate-game, gomoku)
13241         (gomoku-prompt-for-move, gomoku-human-takes-back):
13242         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13243         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13245 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
13247         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13248         color rxvt terminals by using the code xterm.el used to use before
13249         2005-04-09 in order to match the colors used by rxvt.
13251 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13253         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13254         colors rxvt-unicode terminals by using the same code as xterm.el.
13256 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13258         * textmodes/tex-mode.el (tex-font-lock-append-prop)
13259         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13260         new symbol used for the tex-verbatim face.
13262 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13264         * woman.el (woman-file-name):
13265         * wid-edit.el (widget-file-prompt-value)
13266         (widget-coding-system-prompt-value):
13267         * w32-fns.el (set-w32-system-coding-system):
13268         * vc.el (vc-version-diff, vc-annotate):
13269         * textmodes/reftex-auc.el (reftex-arg-cite)
13270         (reftex-arg-index-tag):
13271         * textmodes/refer.el (refer-get-bib-files):
13272         * textmodes/artist.el (artist-figlet-choose-font):
13273         * terminal.el (terminal-emulator):
13274         * replace.el (occur-read-primary-args):
13275         * rect.el (string-rectangle, string-insert-rectangle):
13276         * ps-print.el (ps-print-preprint):
13277         * progmodes/pascal.el (pascal-goto-defun):
13278         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13279         * progmodes/compile.el (compilation-find-file):
13280         * printing.el (pr-interactive-n-up):
13281         * play/animate.el (animate-birthday-present):
13282         * net/rcompile.el (remote-compile):
13283         * man.el (man, Man-goto-section, Man-follow-manual-reference):
13284         * mail/rmailsum.el (rmail-summary-search-backward)
13285         (rmail-summary-search):
13286         * mail/rmailout.el (rmail-output-read-rmail-file-name)
13287         (rmail-output-read-file-name):
13288         * mail/rmail.el (rmail-search, rmail-search-backwards):
13289         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13290         * locate.el (locate):
13291         * international/quail.el (quail-show-keyboard-layout):
13292         * international/mule.el (set-buffer-file-coding-system)
13293         (revert-buffer-with-coding-system, set-file-name-coding-system)
13294         (set-terminal-coding-system, set-keyboard-coding-system)
13295         (set-next-selection-coding-system):
13296         * international/mule-diag.el (describe-coding-system)
13297         (describe-font, describe-fontset):
13298         * international/mule-cmds.el (universal-coding-system-argument)
13299         (search-unencodable-char, describe-input-method)
13300         (set-language-environment, describe-language-environment):
13301         * international/codepage.el (codepage-setup):
13302         * international/code-pages.el (codepage-setup):
13303         * info.el (Info-search, Info-follow-reference)
13304         (Info-search-backward):
13305         * emacs-lisp/advice.el (ad-read-advised-function)
13306         (ad-read-advice-class, ad-clear-cache, ad-activate)
13307         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13308         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13309         (ad-read-regexp):
13310         * ediff-util.el (ediff-toggle-regexp-match):
13311         * ediff-ptch.el (ediff-prompt-for-patch-file):
13312         * dired-aux.el (dired-diff):
13313         * diff.el (diff):
13314         * cus-edit.el (custom-variable-prompt):
13315         * calendar/timeclock.el (timeclock-ask-for-project):
13316         * calc/calcalg3.el (calc-get-fit-variables):
13317         * calc/calc-store.el (calc-edit-variable)
13318         (calc-permanent-variable):
13319         * vc-mcvs.el (vc-mcvs-register):
13320         * shadowfile.el (shadow-define-literal-group):
13321         * woman.el (woman-file-name):
13322         * vc.el (vc-version-diff, vc-merge):
13323         * textmodes/reftex-index.el (reftex-index-complete-tag):
13324         * format.el (format-decode-buffer, format-decode-region):
13325         * emulation/viper-cmd.el (viper-read-string-with-history):
13326         * emacs-lisp/debug.el (cancel-debug-on-entry):
13327         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13328         * ediff.el (ediff-merge-revisions)
13329         (ediff-merge-revisions-with-ancestor, ediff-revision):
13330         * completion.el (interactive-completion-string-reader):
13331         * calc/calc-prog.el (calc-user-define-formula):
13332         Follow convention for reading with the minibuffer.
13334 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
13336         * progmodes/python.el (python-describe-symbol): Add globals() and
13337         locals() to the arguments of emacs.ehelp.
13339 2005-09-24  Magnus Henoch  <mange@freemail.hu>
13341         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13342         New function, code extracted from ispell-valid-dictionary-list.
13343         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13344         Call it.
13346 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
13348         * subr.el (version-regexp-alist): Extend valid syntax for version
13349         strings: allow any of the characters -,_,+ to separate the
13350         alpha/beta/rc part from the version part.  Doc fix.
13351         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
13353 2005-09-23  David Reitter  <david.reitter@gmail.com>
13355         * mail/mailclient.el: New file.
13357 2005-09-23  Richard M. Stallman  <rms@gnu.org>
13359         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13360         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13361         Doc fixes.
13363         * progmodes/cc-mode.el (c-font-lock-init):
13364         Specify font-lock-lines-before.
13366 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13368         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13369         whole conflict.
13371 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
13373         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13374         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
13375         of `remap' feature when available.  Additional key bindings for
13376         better tty support.
13377         (org-mode-restart, org-force-self-insert): New commands.
13378         (org-time-stamp-inactive): New command.
13379         (org-remap): New function.
13380         (org-table-auto-blank-field, org-level-color-stars-only): New options.
13381         (org-enable-fixed-width-editor): Move to `org-structure'
13382         customization group.
13383         (org-self-insert-command, orgtbl-self-insert-command): Modify to
13384         blank field after field motion commands.
13386 2005-09-23  Kenichi Handa  <handa@m17n.org>
13388         * international/mule-cmds.el (set-language-environment):
13389         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13390         have to call utf-translate-cjk-load-tables.
13392 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13394         * mouse.el (mouse-move-drag-overlay): Fix last change.
13396 2005-09-22  David Ponce  <david@dponce.com>
13398         * tree-widget.el (tree-widget-value-create): Fix previous change.
13400 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
13402         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13404 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13406         * mouse.el (mouse-move-drag-overlay): New function.
13407         (mouse-drag-region-1): Use it.
13408         Try to simplify a bit the state handling.  Handle clicks on links
13409         inside intangible areas.
13410         (mouse-save-then-kill): Minor simplification.
13411         (mouse-secondary-overlay): Make it always non-nil instead of
13412         recreating it each time.
13413         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13414         (mouse-kill-secondary, mouse-secondary-save-then-kill):
13415         Simplify accordingly.
13417 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
13419         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13421 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
13423         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13424         (ediff-file-name-sans-prefix): Treat nil as an empty string.
13425         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13426         to patch.
13428         * ediff-util.el: Use insert-buffer-substring.
13430         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13432         * emulation/viper-cmd.el (viper-change-state): Don't move over the
13433         field boundaries in the minibuffer.
13434         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13435         (viper-minibuffer-post-command-hook): New hook.
13436         (viper-line): Don't move cursor at bolp.
13438         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13440         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13441         avoid compiler warnings.
13443         * emulation/viper-macs.el (ex-map): Better messages.
13445         * emulation/viper-utils.el (viper-beginning-of-field): New function.
13447         * emulation/viper.el: Replace make-variable-buffer-local with
13448         viper-make-variable-buffer-local everywhere, to avoid warnings.
13450 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13452         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13453         Delete unused var `old-selected-window'.
13454         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13455         (mouse-drag-secondary): Delete unused var `start-frame'.
13457 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13459         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13461 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13463         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13464         Re-indent within 80 columns.  Use inhibit-read-only.
13466 2005-09-19  Romain Francoise  <romain@orebokech.com>
13468         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13470 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13472         * font-lock.el (font-lock-default-fontify-region): Don't add a line
13473         unconditionally, since the after-change-function already did it.
13475 2005-09-19  Miles Bader  <miles@gnu.org>
13477         * net/newsticker.el: Get rid of CVS keyword.
13479 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
13481         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13482         The prompt is formatted later.
13484 2005-09-19  David Ponce  <david@dponce.com>
13486         * tree-widget.el (tree-widget-value-create): Save the converted
13487         tree :node widget.
13489 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
13491         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13492         variable `message'.
13494 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
13496         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13497         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
13498         <slawomir.nowaczyk.847@student.lu.se>.
13500 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
13502         * image.el (image-load-path): Use symbol `data-directory' instead
13503         of its value, for backward compatibility with packages that bind
13504         it during `find-image'.  Suggested by Katsumi Yamaoka.
13505         (image-search-load-path): Handle symbols whose values are strings.
13507 2005-09-18  Romain Francoise  <romain@orebokech.com>
13509         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13510         with-current-buffer form in save-excursion.
13512 2005-09-18  Deepak Goel  <deego@gnufans.org>
13514         * apropos.el (apropos-command): Fix `message' call: first arg
13515         should be a format spec.  In this and all other cases that appear
13516         below and elsewhere in the source code, I made a change only when
13517         two conditions were satisfied: [1] I can think of a possibility
13518         that the arguments would cause an error, for example, the code in
13519         question relies on external variables such as filenames.  [2] I
13520         was sure that the arg to `message' could not have been nil in the code.
13522         * textmodes/tildify.el (tildify-region): Ditto.
13524         * textmodes/reftex-index.el (reftex-index-change-entry)
13525         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13526         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13527         * textmodes/org.el (org-complete, org-deadline, org-schedule)
13528         (org-priority, org-table-sum):
13529         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13530         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13531         (flyspell-word, flyspell-display-next-corrections):
13532         * textmodes/bibtex.el (bibtex-print-help-message):
13533         * textmodes/artist.el (artist-key-set-point-poly):
13534         * term/mac-win.el (mac-services-insert-text):
13535         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13536         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13537         (vhdl-port-paste-testbench, vhdl-compose-new-component)
13538         (vhdl-compose-configuration):
13539         * progmodes/sh-script.el (sh-blink, sh-show-indent)
13540         (sh-set-indent, sh-learn-line-indent):
13541         * progmodes/ps-mode.el (ps-mode-target-column):
13542         * progmodes/idlwave.el (idlwave-make-tags)
13543         (idlwave-scan-library-catalogs):
13544         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13545         * progmodes/gud.el (gud-jdb-analyze-source):
13546         * progmodes/flymake.el (flymake-log):
13547         * progmodes/ebnf2ps.el (ebnf-generate-region):
13548         * progmodes/cmacexp.el (c-macro-expansion):
13549         * progmodes/ada-xref.el (ada-treat-cmd-string):
13550         * progmodes/ada-mode.el (ada-create-case-exception-substring)
13551         (ada-justified-indent-current, ada-batch-reformat):
13552         * play/zone.el (zone):
13553         * play/landmark.el (lm-move):
13554         * play/decipher.el (decipher-show-alphabet):
13555         * net/newsticker.el (newsticker--display-jump)
13556         (newsticker--display-scroll):
13557         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13558         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13559         * mail/feedmail.el (feedmail-dump-message-to-queue):
13560         * eshell/esh-proc.el (eshell-remove-process-entry):
13561         * emulation/ws-mode.el (ws-last-error):
13562         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13563         (viper-record-kbd-macro):
13564         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13565         * emacs-lisp/lisp-mnt.el (lm-report-bug):
13566         * emacs-lisp/find-func.el (find-function-noselect):
13567         * calendar/timeclock.el (timeclock-status-string)
13568         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13569         (timeclock-when-to-leave-string):
13570         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13571         * calc/calc-units.el (calc-enter-units-table):
13572         * calc/calc-mode.el (calc-mode-record-mode):
13573         * woman.el (woman-mini-help):
13574         * wdired.el (wdired-change-to-wdired-mode):
13575         * vc.el (vc-retrieve-snapshot):
13576         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13577         * startup.el (display-startup-echo-area-message):
13578         * simple.el (set-goal-column):
13579         * ses.el (ses-command-hook, ses-recalculate-cell):
13580         * server.el (server-process-filter):
13581         * printing.el (pr-interface-txt-print, pr-interface-printify)
13582         (pr-interface-ps):
13583         * pcvs.el (cvs-help):
13584         * log-edit.el (log-edit, log-edit-mode-help):
13585         * iswitchb.el (iswitchb-possible-new-buffer):
13586         * isearch.el (isearch-edit-string):
13587         * image-mode.el (image-mode, image-minor-mode):
13588         * ibuf-macs.el (define-ibuffer-filter):
13589         * hi-lock.el (hi-lock-find-patterns):
13590         * files.el (toggle-read-only):
13591         * ediff-util.el (ediff-copy-diff)
13592         (ediff-write-merge-buffer-and-maybe-kill):
13593         * echistory.el (Electric-history-undefined):
13594         * dnd.el (dnd-insert-text):
13595         * dired-aux.el (dired-query):
13596         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13597         * bookmark.el (bookmark-bmenu-locate):
13598         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13599         Fix `message' calls to ensure first arg is a format string.
13600         The change was made only when these two conditions were satisfied:
13601         [1] when there is a possibility that the arguments would cause an error
13602         for example, if the code in question relies on external variables
13603         such as filenames, and
13604         [2] if the arg to `message' could not have been nil in the code.
13606         * pcomplete.el (pcomplete--help): Fix `message' format spec.
13607         Not having a %s would be weird, though not technically wrong.
13609 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13611         * term/mac-win.el (mac-add-charset-info): Doc fix.
13613 2005-09-17  Romain Francoise  <romain@orebokech.com>
13615         * shell.el (shell-resync-dirs): Handle echoing processes more
13616         reliably.  Don't insert resync command if `comint-process-echoes'
13617         is non-nil.
13619 2005-09-17  Magnus Henoch  <mange@freemail.hu>
13621         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13622         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13623         aspell versions >= 0.60.
13624         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13625         only if ispell-aspell-supports-utf8 is non-nil.
13627 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13629         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13630         buffer-local value to lisp-indent-function.
13632 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
13634         * progmodes/glasses.el (glasses-make-readable): If
13635         glasses-separator differs from underscore, put appropriate
13636         overlays over underscore characters.
13637         (glasses-convert-to-unreadable): If glasses-separator differs from
13638         underscore, try to convert glasses-separator characters to
13639         underscores.
13641 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13643         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13644         Use with-syntax-table and dolist.
13646 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
13648         * textmodes/reftex-auc.el:
13649         * textmodes/reftex-cite.el:
13650         * textmodes/reftex-dcr.el:
13651         * textmodes/reftex-global.el:
13652         * textmodes/reftex-parse.el:
13653         * textmodes/reftex-ref.el:
13654         * textmodes/reftex-sel.el:
13655         * textmodes/reftex-toc.el:
13656         * textmodes/reftex-vars.el:
13657         * textmodes/reftex.el: Small changes to remove compiler warnings.
13659         * textmodes/reftex-index.el: Likewise.
13660         (reftex-query-index-phrase): More efficient use of markers.
13662 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
13664         * image.el (image-load-path): New variable.
13665         (image-search-load-path): New function.
13666         (find-image): Search for images in `image-load-path'.
13668 2005-09-15  Richard M. Stallman  <rms@gnu.org>
13670         * follow.el: Change Maintainer field.
13672 2005-09-15  David Ponce  <david@dponce.com>
13674         * recentf.el (recentf-save-file-modes): New option.
13675         (recentf-save-list): Use it.
13677 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
13679         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13680         (mode-line-mule-info, mode-line-modified): Move bindings from
13681         mouse-3 to mouse-1.
13683 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
13685         * simple.el (sendmail-user-agent-compose): Revert last change.
13687 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13689         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13690         Use with-current-buffer.
13691         (ange-ftp-gwp-start): Remove unused var `gw-user'.
13692         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13693         (ange-ftp-insert-directory): Remove unused var `short'.
13694         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13696         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13697         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13699         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13700         (check-calendar-holidays, diary-list-entries): Autoload.
13701         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13702         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13704         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13705         which mistakenly removed a call to display-buffer.
13707 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
13709         * obsolete/iso-insert.el: Move to obsolete/ from international/.
13711 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
13713         * progmodes/hideshow.el
13714         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13715         (hs-allow-nesting): New user var.
13716         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13717         (hs-hide-block-at-point): When nesting allowed,
13718         if there is already an overlay in place, delete it.
13719         (hs-safety-is-job-n): Delete func; remove call sites.
13720         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13721         (hs-overlay-at): New func.
13722         (hs-already-hidden-p, hs-show-block): Use it.
13723         (hs-hide-all): Don't pre-clean if nesting allowed.
13724         (hs-show-all): Temporarily disallow
13725         nesting around call to `hs-discard-overlays'.
13727 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
13729         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13730         Delete unused local var.
13732 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
13734         * help-fns.el (describe-categories): "?\ " -> "?\s".
13735         (help-do-arg-highlight): Recognize also ARG-n, as in
13736         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
13738         * international/codepage.el (dos-unsupported-char-glyph):
13739         * net/newsticker.el (tool-bar-map, w3-mode-map)
13740         (w3m-minor-mode-map):
13741         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13742         (ent-alist):
13743         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13745 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
13747         * custom.el (custom-push-theme): Handle the case where a symbol is
13748         bound but face properties have not yet been assigned.
13750         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13751         Fix behavior if noerase is `t' and there is no mail buffer.
13753         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13754         if `continue' is nil, rather than signal an error.
13756 2005-09-12  Richard M. Stallman  <rms@gnu.org>
13758         * font-lock.el (font-lock-keywords): Add autoload.
13760         * help-fns.el (describe-variable): Rearrange to put source link
13761         in a predictable place.
13763         * net/newsticker.el: New file.
13765 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13767         * calendar/calendar.el (calendar-for-loop): Add edebug info.
13768         (calendar-basic-setup): Use the new nil arg.
13769         (number-of-diary-entries): Move to diary-lib.el.
13771         * calendar/diary-lib.el: Use with-current-buffer, match-string.
13772         (diary-list-entries): Use with-syntax-table and dolist.
13773         Rename from list-diary-entries.
13774         Use number-of-diary-entries if `number' is nil.
13775         (diary, diary-view-entries): Use this new name and new nil arg value.
13776         (number-of-diary-entries): Move from calendar.el.
13777         (diary-unhide-everything): New function.
13778         (include-other-diary-files, fancy-diary-display)
13779         (diary-show-all-entries, make-diary-entry): Use it.
13780         (diary-mail-entries): Use buffer-string.
13781         (mark-diary-entries): Fix long standing paren typo.
13782         (diary-sexp-entry): Use count-lines.
13783         (make-diary-entry): Avoid `previous-line'.
13784         (diary-mode-map): New var.
13785         (diary-mode): Redraw cal after saving.  Setup header-line.
13786         (fancy-diary-display-mode): Use local-set-key.
13788         * startup.el (command-line): Try calling various terminal-init-foo-bar
13789         functions by stripping hyphenated suffixes from $TERM.
13791         * files.el (normal-mode): Check boundness of font-lock-keywords.
13793 2005-09-12  Richard M. Stallman  <rms@gnu.org>
13795         * progmodes/compile.el: Don't decide a file's directory
13796         until the user actually tries to go there.
13797         (compilation-next-error-function):
13798         Pass compilation-find-file the directory from the file-struct.
13799         (compilation-internal-error-properties): Separate local FILE-STRUCT
13800         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
13801         (compilation-find-file): Arg DIR renamed to DIRECTORY.
13802         Expand it, and if nil, use default-directory.
13803         (compilation-get-file-structure): Don't mix specified directory
13804         with default directory.  Put specified directory into
13805         file-struct.  Don't make the file name absolute.
13807         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13808         (compile-command): Add autoload.
13809         (compilation-disable-input): Add autoload.
13811 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
13813         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13814         strings of the variables it can override.
13815         (time-stamp): New (as yet undocumented) time-stamp-format escapes
13816         %Q and %q, for fully-qualified domain name and unqualified host name.
13818 2005-09-11  Kim F. Storm  <storm@cua.dk>
13820         * emacs-lisp/authors.el (authors-aliases): Update list.
13821         (authors-fixed-entries): Update mldrag.el entry.
13823 2005-09-10  Alan Mackenzie  <acm@muc.de>
13825         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13826         from the region narrowed to.
13828 2005-09-10  Magnus Henoch  <mange@freemail.hu>
13830         * textmodes/ispell.el (ispell-check-version): Signal an error if
13831         aspell version is less than 0.60.
13833 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
13835         * progmodes/octave-inf.el (inferior-octave-startup):
13836         Resync current dir at the end.
13838 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
13840         * woman.el (woman-topic-at-point-default):
13841         Rename to woman-use-topic-at-point-default.
13842         (woman-topic-at-point): Rename to woman-use-topic-at-point.
13843         (woman-file-name): Reflect renames above.  Automatically use the
13844         word at point as topic if woman-use-topic-at-point is non-nil.
13845         Otherwise offer it as default but don't insert it in the
13846         minibuffer.  Also use `test-completion' instead of `assoc' as
13847         suggested by Stefan Monnier.
13849 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
13851         * vc.el (vc-directory, vc-update-change-log): Throw an error on
13852         the attempt to do it over Tramp.  This is not yet supported.
13854 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
13856         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13857         (menu-bar-non-minibuffer-window-p): New functions.
13858         ("Split Window", "Save As..."): Use them.
13859         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13860         ("Print Buffer", "Truncate Long Lines in this Buffer"):
13861         Use menu-bar-menu-frame-live-and-visible-p.
13862         ("Save Buffer", "Insert File", "Open Directory...")
13863         ("Open File...", "Visit New File..."):
13864         Use menu-bar-non-minibuffer-window-p.
13865         (kill-this-buffer-enabled-p, dired <menu-enable>):
13866         Use menu-bar-non-minibuffer-window-p.
13868 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
13870         * cus-start.el (all): Don't complain about fringe-related
13871         built-ins if fringes are not supported.  Ditto about
13872         selection-related built-ins.  Fix the test for GTK-related built-ins.
13874         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13875         ("Postscript Print Buffer", "Print Region", "Save As...")
13876         ("Save", "Insert File...", "Open Directory...")
13877         ("Open File...", "Visit New File..."")
13878         ("Truncate Long Lines in this Buffer"): Don't look at
13879         menu-updating-frame if this display does not support multiple frames.
13881 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13883         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13885 2005-09-09  Emilio Lopes  <eclig@gmx.net>
13887         * woman.el: Format- and whitespace-related changes.
13889 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
13891         * woman.el: Fix my email address.
13893 2005-09-08  Richard M. Stallman  <rms@gnu.org>
13895         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13896         (sh-mode): Locally set skeleton-pair-default-alist.
13898         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13900         * progmodes/flymake.el: Require `compile' unconditionally.
13902         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13904         * woman.el (woman-file-name): Provide a default, not initial input.
13906         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13908         * font-lock.el (font-lock-support-mode): Doc fix.
13910         * descr-text.el (describe-property-list): Handle non-symbol prop names.
13912 2005-09-08  Richard M. Stallman  <rms@gnu.org>
13914         * simple.el (blink-matching-open): Get rid of text props from
13915         the string shown in echo area.  Don't permanently set point.
13916         Some rearrangements.
13918 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13920         * recentf.el (recentf-filename-handler): Add custom choice
13921         `abbreviate-file-name'.
13923         * msb.el (msb--very-many-menus): Fix typo.
13925         * disp-table.el (standard-display-european): Don't set
13926         enable-multibyte-characters to nil.
13928 2005-09-08  David Ponce  <david@dponce.com>
13930         * recentf.el (recentf-show-file-shortcuts-flag): New option.
13931         (recentf-expand-file-name): Doc fix.
13932         (recentf-dialog-mode-map): Define digit shortcuts.
13933         (recentf--files-with-key): New variable.
13934         (recentf-show-digit-shortcut-filter): New function.
13935         (recentf-open-files-items): New function.
13936         (recentf-open-files): Use it.
13937         (recentf-open-file-with-key): New command.
13939 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
13941         * buff-menu.el (Buffer-menu-sort-by-column): New function.
13942         Suggested by Kim F. Storm.
13943         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13944         (Buffer-menu-make-sort-button): Use global keymap.
13946 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
13948         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13949         (Man-getpage-in-background-advice): Remove defadvice; it isn't
13950         necessary any longer with the remapped command.
13951         (Man-bgproc-sentinel-advice): Remove defadvice which counts
13952         formatting time only.
13954         * net/tramp.el (tramp-action-password)
13955         (tramp-multi-action-password): Compile the password prompt from
13956         `method', `user' and `host'.  Sometimes it isn't obvious which
13957         password to enter, for example with remote files offered by
13958         recentf.el, or with multiple steps.  Suggested by Robert Marshall
13959         <robert@chezmarshall.freeserve.co.uk>.
13961 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13963         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13964         Fix regexp for when "s///" is at the beginning of line.
13966 2005-09-07  Jay Belanger  <belanger@truman.edu>
13968         * calc/calc-poly.el (math-expand-term): Multiply out any powers
13969         when in matrix mode.
13971 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13973         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13974         non-anonymous functions.
13976 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
13978         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13979         when using a header line.  Otherwise, use mouse-1-click-follows-link.
13981         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13982         can't be moved; don't signal an error.
13984 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
13986         * cus-theme.el (custom-theme-write-faces): Save the current face
13987         spec, not the defface spec.
13989         * custom.el (custom-known-themes): Clarify meaning of "standard".
13990         (custom-push-theme): Save old values in the standard theme.
13991         (disable-theme): Correct typo.
13992         (custom-face-theme-value) Deleted unused function.
13993         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13995 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13997         * progmodes/compile.el (compilation-goto-locus): Take into account
13998         iconified frames when determining whether the buffer is
13999         already visible.
14000         Don't reset window height if the window already existed.
14002 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
14004         * custom.el (load-theme): Rename from require-theme.
14005         Add interactive spec.
14006         (enable-theme): Rename from custom-enable-theme.
14007         Add interactive spec.
14008         (disable-theme): Rename from custom-disable-theme.
14009         Add interactive spec.
14010         (custom-make-theme-feature): Doc fix.
14011         (custom-theme-directory): Doc fix.
14012         (provide-theme): Call enable-theme.
14014 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14016         * obsolete/lazy-lock.el (lazy-lock-mode):
14017         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14018         font-lock-mode if it's off.  Print a warning instead.
14020         * progmodes/compile.el (compilation-start): Ignore errors if the
14021         process died before we get to send-eof.
14023         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14024         Undo last change.  Enclosing the result in quotes broke things on Unix
14025         since tex-send-command passes it through shell-quote-argument.
14026         (tex-send-command): Pass `file' through convert-standard-filename
14027         when possible.
14028         (tex-uptodate-p): Handle the case where TeX hasn't put additional
14029         info in a transcript.
14031 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
14033         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14034         fix compilation warning.  Reorder the key definitions to group
14035         together keys emitted by the current version of xterm.
14037         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14038         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14039         Reorder predicates to correct min-color usage.
14041 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
14043         * longlines.el (longlines-mode): Inhibit read-only when encoding.
14044         Kill local variables when longlines-mode is turned off.
14046 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14048         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14050         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14052         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14054         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14055         (font-lock-lines-before): Change default to being inactive.
14056         (font-lock-default-fontify-region): Obey font-lock-lines-before.
14057         (font-lock-after-change-function): Don't handle f-l-lines-before here.
14059 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
14061         * net/tramp.el (tramp-handle-make-auto-save-file-name):
14062         Deactivate temporarily advice if active (not needed for Emacs 22,
14063         but for backwards compatibility).
14064         (tramp-exists-file-name-handler): Rewrite.  First implementation
14065         was too simple.
14066         (tramp-advice-make-auto-save-file-name):
14067         Call `tramp-handle-make-auto-save-file-name' (again, just for
14068         backwards compatibility).
14070 2005-08-31  Reto Zimmermann  <reto@gnu.org>
14072         * progmodes/vhdl-mode.el
14073         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14074         (vhdl-end-p): Fix indentation bug "else" after "-- when".
14075         (vhdl-set-default-project): New function (easier setting of default).
14076         (vhdl-port-copy): Handle extended identifiers for generics.
14077         (vhdl-compiler-alist): Better description for error message regexp.
14078         (vhdl-make): Query for target, use previous as default.
14079         (vhdl-port-copy): Fix port copy for port names starting with "signal".
14080         (vhdl-font-lock-keywords-2): Fix fontification for record
14081         el. assign.
14082         (vhdl-speedbar-make-subpack-line): Add package body link.
14083         (vhdl-generate-makefile-1): Not include itself as dependency.
14084         (vhdl-font-lock-init): Highlight c-preprocessor directives.
14085         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14086         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14087         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14088         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14089         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14090         (vhdl-import-project): Add string argument for `error'.
14091         (vhdl-compose-configuration)
14092         (vhdl-compose-configuration-architecture): Add configuration
14093         declaration generation.
14094         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14095         (vhdl-trailer-re): Add "record" keyword (better indentation).
14096         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14097         "[^ \t-\"]+".
14098         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14099         (vhdl-testbench-entity-file-name)
14100         (vhdl-testbench-architecture-file-name): Allow separate
14101         customization of testbench file names.
14102         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14103         (vhdl-get-visible-signals): Allow newline within alias declaration.
14104         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14105         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14106         (member-ignore-case): Alias for missing function in XEmacs.
14107         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14108         (vhdl-update-sensitivity-list): Ignore case on read signals.
14109         (vhdl-replace-string): Adjust case only for file names.
14110         (vhdl-update-sensitivity-list): Fix search for read signals.
14111         (vhdl-update-sensitivity-list): Exclude formal parameters.
14112         (vhdl-get-visible-signals): Include aliases of signals.
14113         (vhdl-get-visible-signals): Fix signal name searching.
14114         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14115         (vhdl-fixup-whitespace-region): Fix for character
14116         literals (e.g. `:').
14118 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14120         * ansi-color.el (comint-last-output-start):
14121         * bs.el (font-lock-verbose):
14122         * diff-mode.el (add-log-buffer-file-name-function):
14123         * dired-x.el (vm-folder-directory):
14124         * faces.el (help-xref-stack-item):
14125         * files.el (font-lock-keywords):
14126         * find-lisp.el (dired-buffers, dired-subdir-alist):
14127         * ido.el (cua-inhibit-cua-keys):
14128         * log-view.el (cvs-minor-wrap-function):
14129         * outline.el (font-lock-warning-face):
14130         * simple.el (compilation-current-error):
14131         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14132         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14133         * tooltip.el (comint-prompt-regexp):
14134         * w32-fns.el (explicit-shell-file-name):
14135         * term/mac-win.el (mac-charset-info-alist)
14136         (mac-services-selection, mac-system-script-code):
14137         * term/tty-colors.el (msdos-color-values):
14138         * term/w32-win.el (xlfd-regexp-registry-subnum):
14139         * term/x-win.el (x-keysym-table, x-selection-timeout)
14140         (x-session-id, x-session-previous-id):
14141         * textmodes/ispell.el (mail-yank-prefix):
14142         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14143         * textmodes/org.el (calc-embedded-close-formula)
14144         (calc-embedded-open-formula)
14145         (font-lock-unfontify-region-function):
14146         * textmodes/reftex-global.el (isearch-next-buffer-function)
14147         (TeX-master):
14148         * textmodes/reftex.el (font-lock-keywords):
14149         * textmodes/tex-mode.el (font-lock-comment-face)
14150         (font-lock-doc-face):
14151         * textmodes/texinfo.el (outline-heading-alist):
14152         Add defvars.
14154         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14155         (artist-spray-chars, artist-mode-init, artist-replace-string)
14156         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14157         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14158         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14160         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14161         (conf-align-assignments): "?\ " -> "?\s".
14163         * textmodes/reftex-index.el (TeX-master): Add defvar.
14164         (reftex-index-phrases-marker): Move up defvar.
14166         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14167         (reftex-toc-include-labels-indicator)
14168         (reftex-toc-include-index-indicator)
14169         (reftex-toc-max-level-indicator): Move up declarations.
14171         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14172         of args to `tramp-run-real-handler', even if it's empty in this case.
14174 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14176         * dired.el (dired-move-to-filename-regexp): Add date format for
14177         Mac OS X 10.3 in East Asian locales.
14179 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
14181         * files.el (make-auto-save-file-name): Add file name handler call
14182         if applicable.
14184         * net/tramp.el (tramp-file-name-handler-alist)
14185         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14186         (tramp-handle-make-auto-save-file-name): Rename from
14187         `tramp-make-auto-save-file-name'.
14188         (tramp-exists-file-name-handler): New defun.
14189         (tramp-advice-make-auto-save-file-name): Make defadvice only when
14190         `make-auto-save-file-name' is not a magic file name operation.
14192 2005-08-30  Richard M. Stallman  <rms@gnu.org>
14194         * files.el (risky-local-variable-p):
14195         Match `-predicates' and `-commands.
14197         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14198         (custom-save-all): Visit the file if necessary;
14199         kill the buffer if we created it.
14200         (custom-save-delete): Don't visit file or kill buffer here.
14202 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
14204         * textmodes/org.el (org-special-keyword): New face.
14205         (org-table-copy-down, org-table-eval-formula)
14206         (org-table-recalculate, org-init-section-numbers):
14207         Use `string-to-number' instead of `string-to-int'.
14208         (org-get-location): Use `insert-buffer-substring' instead of
14209         `insert-buffer'.
14210         (org-modify-diary-entry-string): New function.
14211         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14212         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14213         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14214         active region.
14215         (org-export-as-html): Handle QUOTE keyword.
14216         (org-quote-string): New option.
14217         (org-bookmark-jump-unhide): New function, used for
14218         `bookmark-after-jump-hook'.
14219         (org-diary-default-entry): Apply only when not called through
14220         `org-agenda'.
14222 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
14224         * net/eudc.el (mode-popup-menu):
14225         * play/handwrite.el (ps-printer-name, ps-lpr-command):
14226         * progmodes/ada-mode.el (compile-auto-highlight)
14227         (skeleton-further-elements):
14228         * progmodes/autoconf.el (font-lock-syntactic-keywords):
14229         * progmodes/cmacexp.el (msdos-shells):
14230         * progmodes/compile.el (font-lock-extra-managed-props)
14231         (font-lock-keywords, font-lock-maximum-size)
14232         (font-lock-support-mode):
14233         * progmodes/grep.el (font-lock-lines-before):
14234         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14235         * progmodes/mixal-mode.el (compile-command):
14236         * progmodes/perl-mode.el (font-lock-comment-face)
14237         (font-lock-doc-face, font-lock-string-face):
14238         * progmodes/prolog.el (comint-prompt-regexp):
14239         * progmodes/sh-script.el (font-lock-comment-face)
14240         (font-lock-set-defaults, font-lock-string-face):
14241         * progmodes/sql.el (font-lock-keyword-face)
14242         (font-lock-set-defaults, font-lock-string-face):
14243         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14244         (itimer-version, lazy-lock-defer-contextually)
14245         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14246         Add defvars.
14248         * progmodes/cperl-mode.el (cperl-electric-lbrace)
14249         (cperl-electric-keyword, cperl-electric-pod)
14250         (cperl-electric-backspace, cperl-forward-re)
14251         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14252         (vc-rcs-header, vc-sccs-header): Add defvars.
14254         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14255         (font-lock-syntactic-keywords, gud-find-expr-function):
14256         Add defvars.
14258         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14259         (gdb-frame-parameters): Declare before use.
14261         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14262         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14263         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14264         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14266         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14267         (idlwave-help-with-source): Use `insert-buffer-substring', not
14268         `insert-buffer'.
14270 2005-08-29  Juri Linkov  <juri@jurta.org>
14272         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14273         Put outline-back-to-heading function call inside save-excursion.
14275 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
14277         * man.el (Man-init-defvars, Man-translate-references)
14278         (Man-support-local-filenames, Man-highlight-references):
14279         * progmodes/sql.el (sql-interactive-mode):
14280         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14282         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14283         (compilation-mode-font-lock-keywords): Add defvars.
14284         (checkdoc-interactive-loop): "?\ " -> "?\s".
14286         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14287         (font-lock-doc-face, font-lock-string-face)
14288         (font-lock-keywords-case-fold-search): Add defvars.
14289         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14291         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14292         Don't pass X and Y (they are ignored anyway).
14293         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14294         (mouse-delete-window): Make arguments optional.
14296         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14297         (caesar-translate-table, minor-modes, news-buffer-save)
14298         (news-group-name, news-minor-modes): Add defvars.
14300         * emacs-lisp/lselect.el (mouse-highlight-priority)
14301         (x-lost-selection-functions, zmacs-regions):
14302         * emacs-lisp/pp.el (font-lock-verbose):
14303         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14304         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14305         (ses-mode-map):
14306         * emacs-lisp/tcover-unsafep.el (safe-functions):
14307         * international/mule-cmds.el (mac-system-coding-system)
14308         (mac-system-locale):
14309         * language/ethio-util.el (rmail-current-message)
14310         (rmail-message-vector):
14311         * language/thai-util.el (thai-auto-composition-mode):
14312         * mail/metamail.el (rmail-current-message, rmail-message-vector):
14313         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14314         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14315         (vm-primary-inbox, vm-spool-files):
14316         * mail/rmail.el (deleted-head, font-lock-fontified)
14317         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14318         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14319         (total-messages):
14320         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14321         (rmail-summary-mode-map):
14322         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14323         (rmail-last-label, rmail-last-multi-labels)
14324         (rmail-summary-vector, rmail-total-messages):
14325         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14326         * mail/rmailsum.el (msgnum):
14327         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14328         (rmail-current-message):
14329         * obsolete/fast-lock.el (font-lock-face-list):
14330         * obsolete/rnewspost.el (mail-reply-buffer):
14331         * obsolete/scribe.el (compile-command):
14332         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14334 2005-08-28  John Paul Wallington  <jpw@gnu.org>
14336         * ibuf-ext.el (ibuffer-auto-update-changed):
14337         Use `frame-or-buffer-changed-p' to check whether we need to update.
14338         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14339         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
14340         as a `frame-or-buffer-changed-p' state vector instead.
14342 2005-08-27  Romain Francoise  <romain@orebokech.com>
14344         * textmodes/makeinfo.el (makeinfo-compile):
14345         Use `compilation-start'.  Set `next-error-function' according to
14346         `disable-errors'.
14347         (makeinfo-next-error): New function.
14348         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14349         (makeinfo-buffer): Likewise.
14351         * progmodes/compile.el (compilation-start): Add autoload cookie.
14353         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14354         * textmodes/sgml-mode.el: Likewise.
14355         * progmodes/python.el: Likewise.
14357 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
14359         * simple.el (blink-matching-paren-distance): Document the meaning
14360         of nil value, and allow to customize to nil.
14362         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14363         command.com, not command.exe.
14365 2005-08-26  John Wiegley  <johnw@newartisans.com>
14367         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14368         code around a bit so that an extraneous nil argument is not added
14369         to a command when no args are given.
14371         * eshell/esh-arg.el (eshell-parse-double-quote): If a
14372         double-quoted argument resolves to nil, return it as an empty
14373         string rather than as nil.  This made it impossible to pass "" to
14374         a shell script as a null string argument.
14376 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14378         * outline.el (outline-invent-heading): New fun.
14379         (outline-promote, outline-demote): Use it.
14380         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14381         (outline-end-of-subtree): Remove unused var `opoint'.
14383 2005-08-26  David Reitter  <david.reitter@gmail.com>
14385         * menu-bar.el (truncate-lines, write-file, print-buffer)
14386         (ps-print-buffer-faces, ps-print-buffer, split-window):
14387         Disable menu items when the frame they refer to is invisible, or when
14388         they refer to a buffer and the minibuffer is selected.
14390 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
14392         * progmodes/flymake.el (flymake-highlight-err-lines):
14393         Use save-excursion around flymake-highlight-line to preserve point.
14395 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
14397         * progmodes/octave-mod.el: Change Author and Maintainer address.
14398         (octave-maintainer-address): Change Kurt's email address.
14399         * progmodes/octave-inf.el: Change Author and Maintainer address.
14400         * progmodes/octave-hlp.el: Change Author and Maintainer address.
14402 2005-08-26  Kim F. Storm  <storm@cua.dk>
14404         * subr.el (version-list-<, version-list-<=, version-list-=):
14405         Rename from integer-list-*.
14406         (version-list-not-zero): Likewise.  Fix while loop.
14407         (version=): Use version-list-= instead of string-equal.
14409 2005-08-26  Richard M. Stallman  <rms@gnu.org>
14411         * outline.el (outline-promote): Try shortening the heading.
14412         As last resort, read the heading to use.
14413         (outline-demote): As last resort, read the heading to use.
14415 2005-08-26  Romain Francoise  <romain@orebokech.com>
14417         * progmodes/compile.el (compilation-start): Doc fix.
14419         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14420         (antlr-font-lock-additional-keywords): Fix reference to
14421         `antlr-font-lock-literal-regexp' erroneously changed during the
14422         mass face rename.
14423         (antlr-run-tool): Use `compilation-start'.
14425         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14426         instead of the obsolete `compile-internal'.
14428 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
14430         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14431         (number, original-date):
14432         * calendar/cal-china.el (date):
14433         * calendar/cal-coptic.el (date):
14434         * calendar/cal-french.el (date):
14435         * calendar/cal-hebrew.el (date, entry, number, original-date):
14436         * calendar/cal-islam.el (date, number, original-date):
14437         * calendar/cal-iso.el (date):
14438         * calendar/cal-julian.el (date):
14439         * calendar/cal-mayan.el (date):
14440         * calendar/cal-menu.el (date, event):
14441         * calendar/cal-persia.el (date):
14442         * calendar/lunar.el (date):
14443         * calendar/solar.el (date): Add defvars.
14445         * emerge.el:
14446         * ibuffer.el:
14447         * info-xref.el:
14448         * obsolete/bg-mouse.el:
14449         * obsolete/sun-curs.el:
14450         * obsolete/swedish.el: Move the `defvar's to the top level.
14452         * smerge-mode.el (smerge-refined-change): Add :group.
14454 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14456         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14457         (smerge-keep-n): Remove props.
14458         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14459         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14460         now that it's done in smerge-keep-n.
14461         (smerge-refined-change): New face.
14462         (smerge-refine-chopup-region, smerge-refine-highlight-change)
14463         (smerge-refine): New funs.
14464         (smerge-basic-map): Bind smerge-refine.
14466 2005-08-25  Juri Linkov  <juri@jurta.org>
14468         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14469         compilation-process-setup-function and compilation-disable-input
14470         in grep-mode instead of let-bindings in grep.
14472         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14473         Delete "Automatic File De/compression" (auto-compression-mode).
14475 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
14477         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14478         Silence warning about non-existent variable.
14480 2005-08-25  Richard M. Stallman  <rms@gnu.org>
14482         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14483         Rename "Describe Key" to "Describe Key or Mouse Operation".
14485         * mail/mailalias.el (build-mail-aliases): Delete comments
14486         from the contents before processing them.
14488         * isearch.el (isearch-edit-string): Erase the Search prompt
14489         if user enters an empty string and there is no default.
14491         * comint.el (comint-file-name-prefix): Add autoload.
14493 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
14495         * subr.el (play-sound): Rearrange to avoid warning.
14497 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
14499         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14500         New hook.
14501         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14503 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14505         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14507         * custom.el (custom-theme-set-variables): Sort minor modes last.
14509 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14511         * subr.el (version-separator, version-regexp-alist): New vars used by
14512         version comparison funs.
14513         (integer-list-<, integer-list-=, integer-list-<=)
14514         (integer-list-not-zero): New funs for integer list comparison.
14515         (version-to-list, version=, version<, version<=): New funs for version
14516         comparison.
14518 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
14520         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14521         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14522         time to silence the byte-compiler.
14524         * ibuffer.el (ibuffer-compile-make-eliding-form)
14525         (ibuffer-check-formats): Use `with-no-warnings' to hide references
14526         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14527         so it's silly to get warnings for it).
14528         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14529         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14530         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14531         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14532         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14533         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14534         Defvar at compile time.
14535         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14536         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14537         Declare them before use.
14539         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14540         (info-xref-good, info-xref-bad): Defvar at compile time.
14542         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14543         Use `let*' instead of `let'.
14545         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14546         (*mouse-y*, menu, char): Defvar at compile time.
14547         (sc::menu): Declare it before use.
14548         (sc::pack-one-line): Use `let', not `let*'.
14550         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14551         (mail-send-hook): Defvar at compile time.
14553         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14554         Defvar at compile time.
14556         * term/sun-mouse.el (current-global-mousemap)
14557         (current-local-mousemap): Declare them before use.
14559 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
14561         * bookmark.el (bookmark-after-jump-hook): New hook.
14562         (bookmark-jump): Run `bookmark-after-jump-hook'.
14564 2005-08-23  Juri Linkov  <juri@jurta.org>
14566         * faces.el (minibuffer-prompt): Doc fix.
14568 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
14570         * progmodes/xscheme.el: Trivial changes to silence warnings.
14571         (xscheme-previous-mode, xscheme-previous-process-state):
14572         Add defvars.
14573         (xscheme-last-input-end, xscheme-process-command-line)
14574         (xscheme-process-name, xscheme-buffer-name)
14575         (xscheme-expressions-ring-max, xscheme-expressions-ring)
14576         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14577         (xscheme-control-g-synchronization-p)
14578         (xscheme-control-g-disabled-p, xscheme-string-receiver)
14579         (default-xscheme-runlight, xscheme-runlight)
14580         (xscheme-runlight-string, xscheme-process-filter-state)
14581         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14582         Move to beginning of file.
14583         (scheme-interaction-mode-commands-alist)
14584         (scheme-interaction-mode-map, scheme-debugger-mode-map):
14585         Declare them before use.  Note: the initialization code for the variables
14586         has not been moved because it uses functions that reference the variables.
14587         (xscheme-control-g-message-string, xscheme-process-filter-alist)
14588         (xscheme-prompt-for-expression-map): Declare them before use.
14589         (scheme-debugger-mode-commands): "?\ " -> "?\s".
14591 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
14593         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14595 2005-08-22  Juri Linkov  <juri@jurta.org>
14597         * faces.el (set-face-underline): Delete this duplicate function
14598         and make an obsolete alias to set-face-underline-p.
14599         (set-face-underline-p): Use docstring of set-face-underline.
14600         (describe-face): Create hyperlink to parent face.
14602         * info.el (Info-insert-dir): Use save-excursion around
14603         insert-buffer-substring.
14604         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14605         (Info-escape-percent): Delete function.
14606         (Info-fontify-node): Replace Info-escape-percent by
14607         replace-regexp-in-string with REP arg set to lambda that
14608         duplicates `%' and preserves text properties.
14610         * progmodes/compile.el (compilation-disable-input): Doc fix.
14611         (define-compilation-mode): Doc fix and refill.
14612         (kill-compilation): Use `mode-name' in the error message.
14613         (compilation-find-file): Use `compilation-error' in the
14614         read-file-name's prompt.
14616 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14618         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14619         (smerge-auto-leave): Make undo re-enable the mode.
14620         (debug-ignored-errors): Add the user-error of impossible resolution.
14621         (smerge-resolve): Move things around a bit, in preparation for later.
14622         (smerge-diff): Don't fail if the buffer has no associated file.
14623         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14624         (smerge-conflict-overlay): New function.
14625         (smerge-match-conflict): Don't add text properties here.
14626         (smerge-find-conflict): Instead, add an overlay here.
14627         Also check for the case where we're inside a conflict already, so as to
14628         obviate the need for font-lock-multiline, which is unbearably slow with
14629         large conflicts and ciomplex font-lock patterns.
14630         (smerge-remove-props): Remove overlay rather than text-properties.
14631         (smerge-mode): Don't set font-lock-multiline.
14632         Remove overlays when turned off.
14634 2005-08-21  Kim F. Storm  <storm@cua.dk>
14636         * ido.el (ido-ignore-item-p): Use save-match-data.
14637         Bind case-fold-search to ido-case-fold locally.
14639 2005-08-20  Richard M. Stallman  <rms@gnu.org>
14641         * files.el (normal-mode): If font lock is on, turn it off and on.
14643         * subr.el (replace-regexp-in-string): Doc fix.
14645         * startup.el (command-line-1): Don't suppress startup screen
14646         due to existing processes.
14648         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14650         * progmodes/compile.el (compilation-disable-input): Default to nil.
14652 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14654         * progmodes/compile.el (compilation-disable-input): New defcustom.
14655         (compilation-start): If compilation-disable-input is non-nil, send
14656         EOF to the compilation process.
14658 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
14660         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14661         Run the argument of tex-shell-cd-command through
14662         convert-standard-filename, to get the correct style of slashes on
14663         Windows, and enclose the result in quotes, in case the file name
14664         includes whitespace or other special characters.
14666 2005-08-19  Andreas Schwab  <schwab@suse.de>
14668         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14669         process.
14671 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
14673         * cus-start.el (minibuffer-prompt-properties): Correct typo.
14675 2005-08-18  Kim F. Storm  <storm@cua.dk>
14677         * scroll-lock.el: Fix errors due to incorrect line wrapping.
14679 2005-08-18  Richard M. Stallman  <rms@gnu.org>
14681         * scroll-lock.el: New file.
14683 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
14685         * dired.el (dired-move-to-end-of-filename):
14686         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14688 2005-08-18  Kim F. Storm  <storm@cua.dk>
14690         * ido.el (ido-everywhere): Fix defcustom :set function to disable
14691         rather than toggle mode when custom value is nil.
14692         (ido-everywhere): Fix defun doc string.
14694 2005-08-17  Richard M. Stallman  <rms@gnu.org>
14696         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14697         as tag instead of "Inviolable".
14699 2005-08-17  Kim F. Storm  <storm@cua.dk>
14701         * windmove.el (windmove-coordinates-of-position): Remove.
14702         (windmove-coordinates-of-window-position): Remove.
14703         (windmove-reference-loc): Use posn-at-point instead.
14705         * subr.el (insert-for-yank-1): Doc fix.
14707         * ido.el (ido-enter-matching-directory): Rename from
14708         ido-enter-single-matching-directory.  Change `slash' choice to
14709         `only'.  Add `first' choice.
14710         (ido-exhibit): Adapt to above changes.
14712 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
14714         * Makefile.in: Expand comment about building loaddefs.el.
14716 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
14718         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14719         Comment use of defadvice.
14721         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14723 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
14725         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14726         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14727         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14728         * progmodes/idlw-shell.el, progmodes/ld-script.el,
14729         * progmodes/which-func.el, ruler-mode.el, strokes.el,
14730         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14731         for backward compatibility for faces that did not appear in the
14732         previous Emacs release.
14734         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14736 2005-08-15  Kim F. Storm  <storm@cua.dk>
14738         * emulation/cua-base.el (cua-delete-region): Return t if
14739         deleted region was non-empty.
14740         (cua-replace-region): Inhibit overwrite-mode for
14741         self-insert-command if replaced region was non-empty.
14742         (cua--explicit-region-start, cua--status-string): Make them
14743         buffer-local at top-level...
14744         (cua-mode): ...rather than when mode is enabled.
14746 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
14748         * progmodes/vhdl-mode.el (vhdl-emacs-21):
14749         Set t for Emacs 21, 22, and so on.
14751 2005-08-15  David Ponce  <david@dponce.com>
14753         * tree-widget.el: Update Commentary header.
14754         (tree-widget-theme): Doc fix.
14755         (tree-widget-space-width): New option.
14756         (tree-widget-image-properties): Look up in the default theme too.
14757         (tree-widget--cursors): Only for images with arrow pointer shape.
14758         (tree-widget-lookup-image): Pointer shape is hand by default.
14759         (tree-widget-icon): Rename generic icon widget from
14760         `tree-widget-control'.
14761         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14762         derive from `tree-widget-icon'.
14763         (tree-widget-handle): Improve default look and feel of the text
14764         representation.
14765         (tree-widget): Rename :*-control properties to :*-icon properties.
14766         Add :action and :help-echo properties.
14767         (tree-widget-after-toggle-functions): Move.
14768         (tree-widget-close-node, tree-widget-open-node): Remove.
14769         (tree-widget-before-create-icon-functions): New hook.
14770         (tree-widget-value-create): Update to allow customization of icons
14771         and nodes at run-time via that new hook.
14772         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14773         (tree-widget-icon-action, tree-widget-icon-help-echo)
14774         (tree-widget-action, tree-widget-help-echo): New functions.
14776 2005-08-15  Kim F. Storm  <storm@cua.dk>
14778         * ido.el (ido-buffer-internal): Use with-no-warnings.
14779         (ido-make-merged-file-list): Use while-no-input.
14781 2005-08-15  Richard M. Stallman  <rms@gnu.org>
14783         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14784         (flyspell-large-region): Fix doc and custom type.
14786 2005-08-14  Richard M. Stallman  <rms@gnu.org>
14788         * files.el (interpreter-mode-alist): Doc fix.
14790         * mail/rmail.el (rmail-nonignored-headers): New variable.
14791         (rmail-clear-headers): Use it.
14792         (rmail-reply): Better handling of mail-followup-to header.
14794         * progmodes/sh-script.el (sh-font-lock-keywords-var):
14795         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
14796         don't try to refer to executable-font-lock-keywords.
14797         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14798         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14799         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14800         (sh-mode): Set comment-start-skip, local-abbrev-table,
14801         imenu-case-fold-search.
14802         (sh-set-shell): Don't set them here.
14803         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
14804         Don't cache the results in the original alist; don't ever modify
14805         that alist.
14807         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14809         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14810         empty.
14812 2005-08-15  Andreas Schwab  <schwab@suse.de>
14814         * desktop.el: Put autoload cookie at risky-local-variable declarations.
14816         * dired.el, info.el, mail/rmail.el: Revert last change.
14818 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
14820         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14821         modification in `eval-after-load' form.
14822         * info.el: Likewise.
14823         * mail/rmail.el: Likewise.
14825 2005-08-14  Juri Linkov  <juri@jurta.org>
14827         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14828         Remove highlighting of "Compilation started".  Highlight only
14829         the word "finished" in "Compilation finished".  Add highlighting
14830         of "interrupt", "killed", "terminated" and the exit code.
14831         (compilation-start): Add newline after header.  Use exactly the
14832         same time stamp format as the finishing message.
14833         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14835         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14836         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14837         Add highlighting of "interrupt", "killed", "terminated".
14839         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14840         enabled and the current command is self-insert-command, call it
14841         explicitly with overwrite-mode bound to nil, to not allow it
14842         to delete the character after the selected region.
14844 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
14846         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14847         move-end-of-line, end-of-line, and beginning-of-line to the list
14848         of commands after which the echo area is updated.
14850 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
14852         * cus-edit.el (custom-save-all, custom-save-delete):
14853         Bind recentf-exclude to exclude custom-file.
14855 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
14857         * mail/rmailsum.el (rmail-summary-end-of-message): New command
14858         to go to the bottom of the mail message.  Added to
14859         `rmail-summary-mode-map' with key "/".
14860         (rmail-summary-show-message): New (internal) function for use by
14861         both `rmail-summary-beginning/end-of-message'.
14862         (rmail-summary-beginning-of-message): Change to use
14863         rmail-summary-show-message.
14865         * mail/rmail.el (rmail-end-of-message): New command to go to the
14866         end of the current message.  Added to `rmail-mode-map' with key "/".
14867         (rmail-beginning-of-message): Fix to work as documented.
14868         (rmail-mode): Change documentation.
14870         * progmodes/compile.el (compilation-start): Add the line
14871         "Compilation started" with compilation start time.
14872         (compilation-mode-font-lock-keywords): Add `started' to keywords.
14874 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
14876         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14877         of menu items.
14879 2005-08-11  Richard M. Stallman  <rms@gnu.org>
14881         * simple.el (pop-global-mark): Reverse test of widen-automatically.
14883         * battery.el (battery-status-function): Don't use ignore-errors.
14885 2005-08-11  Lute Kamstra  <lute@gnu.org>
14887         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14888         define-obsolete-variable-alias.
14890 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14892         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14893         (ange-ftp-send-cmd): Revert last change, and expand
14894         the comment explaining the problem.
14896 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
14898         * ldefs-boot.el: Update.
14900         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14901         item to "Time, Load and Mail".  Change help echo text.
14903         * time.el (display-time-use-mail-icon, display-time-format)
14904         (display-time-string-forms): Shorten first line of docstrings.
14906 2005-08-10  Lars Hansen  <larsh@soem.dk>
14908         * desktop.el (desktop-buffer-mode-handlers):
14909         Make non-customizable.  Add autoload cookie.  Change initial value to
14910         nil; add elements in respective modules instead.  Fix doc string.
14911         (desktop-load-file): New function.
14912         (desktop-minor-mode-handlers): New autoloaded variable.
14913         (desktop-create-buffer): Call minor mode handlers.
14914         Use desktop-load-file to load major and minor mode modules prior to
14915         checking for a handler.
14916         (desktop-save): Don't add nil to desktop-minor-modes for minor
14917         modes with nil function in desktop-minor-mode-table.  Don't delete
14918         desktop file before rewriting it.
14919         (desktop-locals-to-save): Add autoload cookie.  Don't make
14920         automatically buffer-local.  Add variables column-number-mode,
14921         size-indication-mode, indent-tabs-mode,
14922         indicate-buffer-boundaries, indicate-empty-lines and
14923         show-trailing-whitespace.
14924         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14925         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
14926         (desktop-clear-preserve-buffers-regexp): Delete.
14927         (desktop-clear-preserve-buffers): Update initial value and docstring.
14928         (desktop-save-buffer): Fix doc string.
14930         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14931         (hilit-chg-desktop-restore): New function.
14932         (highlight-changes-mode): Add highlight-changes-mode to
14933         desktop-locals-to-save.
14935         * dired.el: Add handler to desktop-buffer-mode-handlers.
14936         (dired-restore-desktop-buffer): Remove autoload cookie.
14937         (dired-mode): Add autoload cookie.
14939         * info.el: Add handler to desktop-buffer-mode-handlers.
14940         (Info-restore-desktop-buffer): Remove autoload cookie.
14941         (Info-mode): Add autoload cookie.
14943         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14944         (mh-restore-desktop-buffer): Remove autoload cookie.
14945         (mh-folder-mode): Add autoload cookie.
14947         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14948         (rmail-restore-desktop-buffer): Remove autoload cookie.
14950 2005-08-11  Masatake YAMATO  <jet@gyve.org>
14952         * hexl.el (hexl-address-region):
14953         (hexl-ascii-region, hexl-font-lock-keywords):
14954         (hexl-highlight-line-range): Use the term "region"
14955         instead of "area" for consistency with the other symbols
14956         defined in hexl.el.
14958 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
14960         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14961         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14962         out by Juri Linkov).  Add `display-battery-mode'.
14964 2005-08-09  Juri Linkov  <juri@jurta.org>
14966         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14967         Remove `-text' from face variable names.
14968         (compilation-error-file-name, compilation-warning-file-name)
14969         (compilation-info-file-name): Delete faces.
14970         (compilation-line-number, compilation-column-number):
14971         Remove face underlining.
14972         (compilation-message-face): Set to `underline' value by default.
14973         (compilation-error-face, compilation-warning-face)
14974         (compilation-info-face): Remove `-file-name' from face names.
14975         (compilation-error-text-face, compilation-warning-text-face)
14976         (compilation-info-text-face): Delete face variables.
14977         (compilation-text-face): Delete function.
14979         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14980         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14981         (grep-error-face): Set to `compilation-error' instead of
14982         `compilation-error-face' (which is redefined to `grep-hit-face' in
14983         grep buffers).
14984         (grep-mode-font-lock-keywords): Remove `-text' from face variable
14985         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
14987         * dired-aux.el (dired-do-query-replace-regexp):
14988         Use `query-replace-read-args'.
14990         * replace.el (query-replace-read-from, query-replace-read-to)
14991         (query-replace-read-args): Rename arg `string' to `prompt'.
14993         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14995 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
14997         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14998         uploading files.
14999         (ange-ftp-canonize-filename): Handle file names beginning with ~
15000         correctly.
15002 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
15004         * textmodes/fill.el (canonically-space-region)
15005         (fill-context-prefix, fill-french-nobreak-p)
15006         (fill-delete-newlines, fill-comment-paragraph)
15007         (justify-current-line): "?\ " -> "?\s".
15009 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
15011         * textmodes/fill.el (fill-nonuniform-paragraphs):
15012         Improve argument/docstring consistency.
15014 2005-08-09  Richard M. Stallman  <rms@gnu.org>
15016         * textmodes/ispell.el (ispell-word): More fboundp checks.
15018         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15019         (find-file-noselect-1): Call it here, only if RAWFILE.
15020         (normal-mode): Always set some major mode.
15021         (save-some-buffers-action-alist): Change some explanation strings.
15022         (file-name-non-special): In the `quote' method, use unwind-protect.
15024 2005-08-09  Magnus Henoch  <mange@freemail.hu>
15026         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15027         (ispell-have-aspell-dictionaries): New variable.
15028         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15029         (ispell-get-aspell-config-value): New function.
15030         (ispell-aspell-find-dictionary): New function.
15031         (ispell-aspell-add-aliases): New function.
15032         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15033         appropriate.  Don't look for ispell dictionaries if we use aspell.
15034         (ispell-menu-map): Don't build a submenu of dictionaries.
15036 2005-08-09  Richard M. Stallman  <rms@gnu.org>
15038         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15039         (sql-read-passwd): Use read-passwd.
15041         * progmodes/idlw-toolbar.el (idlwave-toolbar)
15042         (idlwave-toolbar-is-possible): Add defvars.
15044         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15045         Avoid warnings.
15047         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15048         (idlwave-system-class-info, idlwave-executive-commands-alist):
15049         Use defvar.
15051         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15053         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15054         Avoid warnings.
15056         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15057         and content-type: headers.
15059         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15061         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15062         and rename some of them to be more self-explanatory.
15064         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15066         * startup.el (command-line-1): Implement -scriptload.
15068         * replace.el (occur-engine): Initial *Occur* output not undoable.
15070         * menu-bar.el (menu-bar-file-menu): Rename some menu items
15071         and improve help strings.
15073         * isearch.el (isearch-repeat): When changing direction,
15074         mark search successful.
15076         * ediff-init.el: Use (featurep 'xemacs).
15078         * comint.el (send-invisible): Identify buffer, if not selected.
15080         * align.el: Delete autoload for c-guess-basic-syntax.
15082 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
15084         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15085         Improve argument/docstring consistency.  Doc fixes.
15086         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15087         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15088         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15089         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15090         (r2bv-organization, r2bv-pages, r2bv-primary-author)
15091         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15092         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15093         Defvar at compile time.
15095 2005-08-09  Juri Linkov  <juri@jurta.org>
15097         * info.el: Replace `info' with upper-case `Info' where appropriate.
15098         (info-title-1, info-title-2, info-title-3, info-title-4)
15099         (info-menu-header): Move up face definitions.
15100         (info-menu-star): Rename from `info-menu-5'.
15101         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15102         (Info-fontify-visited-nodes): Fix docstring.
15103         (Info-hide-note-references): Fix docstring.
15104         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15105         menu items in the same way as on cross-references.
15106         (info-apropos): Fix sorting order and formatting to be like in the
15107         stand-alone Info browser.  Display error messages for 1 sec.
15108         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
15109         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15110         from the menu bar.
15111         (Info-insert-dir): Restore point after calling
15112         `insert-buffer-substring'.
15114 2005-08-08  Richard M. Stallman  <rms@gnu.org>
15116         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15117         (recompute-lucid-menubar): Add defvars.
15119         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15121         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15123         * net/net-utils.el (run-dig): Rename from `dig'.
15125         * play/gametree.el (gametree-mode): Use make-local-variable,
15126         not make-variable-buffer-local.
15128         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15130         * ansi-color.el (ansi-color-make-extent)
15131         (ansi-color-set-extent-face): Use fboundp, not functionp.
15133         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15134         not make-variable-buffer-local.
15136         * bookmark.el (Info-current-file): Add defvar.
15137         (bookmark-jump-noselect): Use with-no-warnings.
15139         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15141         * ebuff-menu.el (Helper-return-blurb): Add defvar.
15143         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15145         * find-file.el (ada-procedure-start-regexp)
15146         (ada-package-start-regexp): Add defvars.
15148         * info.el (Info-insert-dir): Use insert-buffer-substring.
15150         * xml.el (xml-att-def-re): Add defvar.
15152         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15153         calling convention.
15155         * subr.el (while-no-input): Return t if there is input.
15157 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
15159         * cus-start.el (all): Add `overflow-newline-into-fringe'.
15161 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
15163         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15164         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15166 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
15168         * cmuscheme.el (scheme-start-file): Replace reference to
15169         `user-emacs-directory' by "~/.emacs.d/".
15171 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
15173         * info.el (Info-dir-remove-duplicates): Avoid case folding
15174         in loop; instead, keep downcased strings for comparison.
15175         Suggested by Helmut Eller.
15177 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
15179         Sync with Tramp 2.0.50.
15181         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15182         XEmacs case; not necessary anymore.
15183         (tramp-user-regexp): Allow "@" as part of user name.
15184         (tramp-handle-set-visited-file-modtime)
15185         (tramp-handle-insert-file-contents)
15186         (tramp-handle-write-region): No special handling for
15187         `last-coding-system-used, because this is done in
15188         `tramp-accept-process-output' now.
15189         (tramp-accept-process-output): New defun.
15190         (tramp-process-one-action, tramp-process-one-multi-action)
15191         (tramp-wait-for-regexp, tramp-wait-for-output)
15192         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
15193         Howells <dhowells@redhat.com>.
15194         (clear-visited-file-modtime): Defadvice removed.  The check for
15195         unset buffer's modtime does not need to be based on
15196         `tramp-buffer-file-attributes'.  Suggested by RMS.
15197         (tramp-message): Insert "\n" if not being at beginning of line.
15198         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15199         sequence with same logic.
15200         (tramp-completion-handle-expand-file-name): Discard call of
15201         `tramp-drop-volume-letter'.  It is not necessary, and there have
15202         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15203         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15204         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15205         should always be visible.
15206         (tramp-handle-insert-directory, tramp-setup-complete)
15207         (tramp-set-process-query-on-exit-flag)
15208         (tramp-append-tramp-buffers): Pacify byte-compiler.
15209         (tramp-bug): Delete non-existing variables from list.
15210         Apply `tramp-load-report-modules' as pre-hook.
15211         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15212         `shell-prompt-pattern' because of non-7bit characters.
15213         Reported by Sebastian Luque <sluque@mun.ca>.
15214         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15215         (tramp-match-string-list): Remove function.
15216         (tramp-wait-for-regexp): Remove call of that function.
15217         Suggested by Kim F. Storm <storm@cua.dk>.
15218         (tramp-set-auto-save-file-modes): Use octal integer code #o600
15219         instead of octal character code ?\600.  The latter resulted in a
15220         syntax error with XEmacs.
15222         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15223         XEmacs case; not necessary anymore.
15224         (tramp-smb-handle-write-region): No special handling for
15225         `last-coding-system-used, because this is done in
15226         `tramp-accept-process-output' now.
15227         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15229 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
15231         * wid-edit.el (widget-choice-value-create):
15232         Unconditionally respect user choice.  Set :explicit-choice back to nil
15233         when no longer needed.
15234         (widget-choice-action): Unconditionally respect user choice.
15235         Eliminate :explicit-choice-value.
15237         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15239         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15240         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15241         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15242         running new function `toggle-indicate-empty-lines'.
15243         Rename "Customize" item to "Customize fringe".
15244         Rename "Indicators" item to "Buffer boundaries" and change help echo.
15245         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15246         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15247         Delete "Empty lines only" item.
15248         (menu-bar-showhide-fringe-ind-customize): New function.
15249         (menu-bar-showhide-fringe-ind-mixed)
15250         (menu-bar-showhide-fringe-ind-box)
15251         (menu-bar-showhide-fringe-ind-right)
15252         (menu-bar-showhide-fringe-ind-left)
15253         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15254         instead of `fringe-indicators'.
15256 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
15258         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15259         Change the date of last update.
15261 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
15263         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15264         (viper-exec-yank, viper-put-back): Don't display modification msg
15265         if in the minibuffer.
15267         * viper-init.el (viper-replace-overlay-cursor-color)
15268         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15269         Make variables frame local.
15271         * viper-util.el (viper-append-filter-alist): Use append instead of
15272         nconc.
15274         * viper.el (viper-vi-state-mode-list)
15275         (viper-emacs-state-mode-list): Move help-mode and
15276         completion-list-mode from the first list to the second.
15277         (viper-mode): Docstring.
15278         (viper-go-away, viper-non-hook-settings): Don't localize
15279         minor-mode-alist in newer Emacsen.  Add advice to
15280         set-cursor-color.  Don't bind "\C-c\\".
15282 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
15284         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15285         (scheme-macro-expand-command): New user options.
15286         (scheme-trace-procedure, scheme-expand-current-form): New commands.
15287         (scheme-form-at-point, scheme-start-file)
15288         (scheme-interactively-start-process): New functions.
15289         (scheme-get-process): New function, extracted from `scheme-proc'.
15290         (run-scheme): Call `scheme-start-file' to get start file, and pass
15291         it to `make-comint'.
15292         (switch-to-scheme, scheme-proc):
15293         Call `scheme-interactively-start-process' if no Scheme buffer/process
15294         is available.
15296 2005-08-06  Juri Linkov  <juri@jurta.org>
15298         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15299         Use `compilation-text-face', `compilation-info-text-face' and
15300         `compilation-error-text-face' instead of `font-lock-keyword-face'.
15301         (compilation-error): New face.
15302         (compilation-error-file-name): Inherit from
15303         `compilation-error' instead of `font-lock-warning-face'.
15304         (compilation-warning-file-name): Inherit from
15305         `compilation-warning' instead of `font-lock-warning-face'.
15306         (compilation-info, compilation-error-file-name)
15307         (compilation-warning-file-name, compilation-info-file-name)
15308         (compilation-line-number, compilation-column-number): Doc fix.
15309         (compilation-error-text-face, compilation-warning-text-face)
15310         (compilation-info-text-face): New face variables.
15311         (compilation-line-face, compilation-column-face)
15312         (compilation-enter-directory-face)
15313         (compilation-leave-directory-face): Doc fix.
15314         (compilation-text-face): New function.
15316         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15317         instead of 1 to display binary file names as info file links.
15318         (grep-error-face): Use `compilation-error-face' instead of
15319         `font-lock-keyword-face'.
15320         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15321         and `compilation-warning-text-face' instead of
15322         `font-lock-keyword-face'.  Use `compilation-error-text-face'
15323         instead of `grep-error-face'.
15325 2005-08-05  Kenichi Handa  <handa@m17n.org>
15327         * international/code-pages.el: Add autoload cookies for all coding
15328         systems.
15330 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
15332         * cus-start.el (all): Put undo.c where it alphabetically belongs.
15334 2005-08-04  Juri Linkov  <juri@jurta.org>
15336         * progmodes/compile.el (compilation-mode-map):
15337         * progmodes/grep.el (grep-mode-map):
15338         Bind TAB to `compilation-next-error' and [backtab] to
15339         `compilation-previous-error'.
15341         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15342         matching line numbers, column numbers and their ranges with regexp
15343         matching only line numbers.
15344         (grep-context-face): New face variable.
15345         (grep-mode-font-lock-keywords): Use it.
15347         * faces.el (read-face-name): Delete duplicate faces.
15349 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
15351         * thumbs.el (thumbs-find-image): Don't make variables
15352         automatically buffer local.
15353         (thumbs-current-tmp-filename, thumbs-current-image-filename)
15354         (thumbs-image-num): Make automatically buffer local.
15355         (thumbs-show-thumbs-list): Use `make-local-variable', not
15356         `make-variable-buffer-local'.
15357         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15359         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15360         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15361         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15362         (bother, bye, canyou, chatlst, continue, deathlst, describe)
15363         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15364         (feelings-about, foullst, found, hello, history, howareyoulst)
15365         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15366         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15367         (neglst, obj, object, owner, please, problems, qlist)
15368         (random-adjective, relation, remlst, repetitive-shortness)
15369         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15370         (shortlst, something, sportslst, stallmanlst, states, subj)
15371         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15372         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15373         Defvar at compile time.
15375         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15376         not `make-variable-buffer-local'.
15378 2005-08-02  Kim F. Storm  <storm@cua.dk>
15380         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15381         rectangle overlay in selected window.
15383 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
15385         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15386         instead of display group.  Make `indicate-buffer-boundaries'
15387         customizable through Custom.
15389 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
15391         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15392         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15393         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15394         (gdb-put-string): Fix typos in docstrings.
15396 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
15398         Update copyright notices of files in progmodes directory for
15399         release of Emacs 22.1.
15401         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15403         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15404         Don't barf if the GUD buffer has been killed.
15406 2005-08-01  Kim F. Storm  <storm@cua.dk>
15408         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15410 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15412         * simple.el (next-error-follow-minor-mode):
15413         make-variable-buffer-local -> make-local-variable.
15415         * emacs-lisp/cl-extra.el: Require CL also when compiling.
15417         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15418         (byte-compile-form-make-variable-buffer-local): New functions to warn
15419         about misuses of make-variable-buffer-local where make-local-variable
15420         was meant.
15422 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
15424         * bs.el (bs-attributes-list): Doc fix.
15425         (bs): Update url-link.
15427         * desktop.el (desktop-save-buffer): Fix typos in docstring.
15428         (desktop-load-default): Simplify.
15430         * ibuffer.el (ibuffer-columnize-and-insert-list)
15431         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15432         (ibuffer-unmark-all, ibuffer-toggle-marks)
15433         (ibuffer-unmark-forward, ibuffer-unmark-backward)
15434         (ibuffer-compile-make-format-form, ibuffer-format-column)
15435         (ibuffer-current-buffers-with-marks)
15436         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15437         (ibuffer): Doc fix.
15438         (ibuffer-mode): Fix typo in docstring.
15439         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15440         with `define-obsolete-variable-alias'.
15441         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
15443 2005-07-29  Kenichi Handa  <handa@m17n.org>
15445         * international/mule-cmds.el (select-message-coding-system):
15446         Be sure to use LF for end-of-line.  If no coding system is decided,
15447         return iso-8859-1-unix.
15449 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15451         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15452         (ange-ftp-pending-error-line): New vars.
15453         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15454         to handle the non-fatal no-route-to-host messages.
15455         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15457 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
15459         * isearch.el (isearch-mode-map, isearch-other-meta-char)
15460         (isearch-quote-char, isearch-printing-char)
15461         (isearch-text-char-description): "?\ " -> "?\s".
15462         (isearch-lazy-highlight-cleanup)
15463         (isearch-lazy-highlight-initial-delay)
15464         (isearch-lazy-highlight-interval)
15465         (isearch-lazy-highlight-max-at-a-time)
15466         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15467         Declare with define-obsolete-*-alias macros.
15468         (isearch-forward): Fix typo in docstring.
15469         (search-invisible, search-ring-yank-pointer)
15470         (regexp-search-ring-yank-pointer): Doc fixes.
15472         * recentf.el (recentf-menu-append-commands-p): Declare with
15473         `define-obsolete-variable-alias'.
15474         (recentf-max-saved-items, recentf-menu-filter)
15475         (recentf-arrange-by-rule-subfilter): Doc fixes.
15476         (recentf-menu-append-commands-flag)
15477         (recentf-initialize-file-name-history, recentf-expand-file-name)
15478         (recentf-clear-data): Fix typos in docstrings.
15480 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
15482         * progmodes/gdb-ui.el: Smarten comments.
15483         (gdb-info-breakpoints-custom): Use nowarn when finding file.
15485 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
15487         * term/apollo.el (terminal-init-apollo): New function containing
15488         all former top level forms in the file.
15489         * term/bobcat.el (terminal-init-bobcat):
15490         * term/cygwin.el (terminal-init-cygwin):
15491         * term/iris-ansi.el (terminal-init-iris-ansi):
15492         * term/linux.el (terminal-init-linux):
15493         * term/news.el (terminal-init-news):
15494         * term/rxvt.el (terminal-init-rxvt):
15495         * term/sun.el (terminal-init-sun):
15496         * term/tvi970.el (terminal-init-tvi970):
15497         * term/vt100.el (terminal-init-vt100):
15498         * term/vt102.el (terminal-init-vt102):
15499         * term/vt125.el (terminal-init-vt125):
15500         * term/vt200.el (terminal-init-vt200):
15501         * term/vt201.el (terminal-init-vt201):
15502         * term/vt220.el (terminal-init-vt220):
15503         * term/vt240.el (terminal-init-vt240):
15504         * term/vt300.el (terminal-init-vt300):
15505         * term/vt320.el (terminal-init-vt320):
15506         * term/vt400.el (terminal-init-vt400):
15507         * term/vt420.el (terminal-init-vt420):
15508         * term/wyse50.el (terminal-init-wyse50):
15509         * term/xterm.el (terminal-init-xterm): Likewise.
15511         * term/README: Describe the terminal-init-* functionality.
15513         * startup.el (command-line): After loading the terminal initialization
15514         file call the corresponding terminal initialization function.
15516 2005-07-27  Kenichi Handa  <handa@m17n.org>
15518         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15519         negative.
15521         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15522         (ps-mule-composition-prologue): Fix for the case that
15523         RelativeCompose is false.
15525 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15527         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15529         * descr-text.el (describe-char): Handle the case where the list of
15530         chars is displayed in a separate frame.
15531         Be a bit more discriminating when looking for the char.
15533 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
15535         * bookmark.el (bookmark-automatically-show-annotations)
15536         (bookmark-read-annotation-text-func): Doc fixes.
15537         (bookmark-save): Improve argument/docstring consistency.
15538         (bookmark-get-bookmark, bookmark-get-bookmark-record)
15539         (bookmark-alist-from-buffer)
15540         (bookmark-upgrade-file-format-from-0)
15541         (bookmark-grok-file-format-version)
15542         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15543         (bookmark-read-annotation-mode)
15544         (bookmark-insert-current-bookmark, bookmark-jump)
15545         (bookmark-exit-hook): Fix typos in docstrings.
15546         (bookmark-exit-hooks): Define as obsolete alias.
15547         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15548         not `bookmark-exit-hooks'.  Fix docstring.
15549         (bookmark-bmenu-select): "?\ " -> "?\s".
15551 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
15553         * startup.el (command-line): Fix typo.
15555 2005-07-24  Richard M. Stallman  <rms@gnu.org>
15557         * tooltip.el (tooltip-mode): Test emacs-basic-display,
15558         not emacs-quick-startup.
15560 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
15562         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15563         (reb-next-match, reb-show-subexp): Use `with-selected-window'
15564         instead of `reb-with-current-window'.
15565         (reb-prev-match): Likewise.  Also, don't move left if the search
15566         was unsuccessful.
15567         (reb-initialize-buffer): New function.
15568         (re-builder, reb-change-syntax): Use it.
15570         * man.el (Man-goto-page): Make second argument NOERROR optional.
15572 2005-07-23  Richard M. Stallman  <rms@gnu.org>
15574         * man.el (Man-bgproc-sentinel): Check here for failure to find
15575         any man page in the output, and report the error here.
15576         (Man-arguments): Make it permanent local.
15577         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
15578         (Man-mode): Pass t for NOERROR.
15580         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15581         (grep-mode-font-lock-keywords):
15582         Don't use compilation-...-face for messages that are not file names.
15584         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15585         Don't use compilation-...-face for messages that are not file names.
15587 2005-07-22  Juri Linkov  <juri@jurta.org>
15589         * startup.el (normal-splash-screen): Update menu name.
15591         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15593 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15595         * term/xterm.el: Load term/rxvt if the terminal is actually an
15596         rxvt terminal.
15597         (xterm-rxvt-set-background-mode): Remove, not used anymore.
15599         * term/rxvt.el (function-key-map): Use substitute-key-definition
15600         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
15602         * term/cygwin.el: New file.
15604 2005-07-22  Kim F. Storm  <storm@cua.dk>
15606         * image-file.el (insert-image-file, image-file-yank-handler):
15607         Fix last change to maintain a (unique) yank-handler on yanked images.
15609 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
15611         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15612         of the file size (as in "177B" for 177 bytes).  This happens with
15613         "ls -lh" on FreeBSD.
15615 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
15617         * hilit-chg.el (highlight-changes-global-initial-state)
15618         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15619         (hilit-chg-fixup, highlight-changes-mode):
15620         Fix typos in docstrings.
15621         (highlight-changes-global-modes, highlight-changes-rotate-faces):
15622         Doc fixes.
15624 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
15626         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15627         mode function using `eval-after-load'.
15629 2005-07-21  Kim F. Storm  <storm@cua.dk>
15631         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15632         included when reporting an emacs crash, and tell about the DEBUG file.
15634         * image-file.el (insert-image-file): Add yank-handler.
15635         (image-file-yank-handler): Yank handler to make unique copies of
15636         images when they are yanked into a buffer next to each other.
15638 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
15640         * comint.el (comint-use-prompt-regexp, comint-send-input)
15641         (comint-source-default, comint-extract-string)
15642         (comint-get-source, comint-word, comint-completion)
15643         (comint-source, comint-prompt-read-only, comint-update-fence):
15644         Fix typos in docstrings.
15645         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15646         Declare with define-obsolete-*-alias macros.
15647         (comint-previous-matching-input-from-input)
15648         (comint-next-matching-input-from-input)
15649         (comint-previous-matching-input, comint-next-matching-input)
15650         (comint-forward-matching-input):
15651         Improve argument/docstring consistency.
15653         * desktop.el (desktop-clear-preserve-buffers-regexp):
15654         Also preserve the *server* buffer.
15656         * simple.el (clone-indirect-buffer): Doc fix.
15657         (fixup-whitespace, just-one-space)
15658         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15659         (next-error, next-error-highlight)
15660         (next-error-highlight-no-select, next-error-last-buffer)
15661         (next-error-buffer-p, next-error-find-buffer, next-error)
15662         (previous-error, next-error-no-select, previous-error-no-select)
15663         (open-line, split-line, minibuffer-prompt-width, kill-new)
15664         (binary-overwrite-mode): Fix typos in docstrings.
15665         (set-fill-column): Fix typo in message.
15667         * skeleton.el (skeleton-proxy-new): Doc fix.
15669         * strokes.el (strokes-load-hook): Doc fix.
15670         (strokes-grid-resolution, strokes-get-grid-position)
15671         (strokes-renormalize-to-grid, strokes-read-stroke)
15672         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15673         (strokes-global-map): Fix typos in docstrings.
15674         (strokes-help): Doc fix.  Fix help message and pass it through
15675         `substitute-command-keys'.
15677         * tempo.el (tempo-insert-prompt, tempo-interactive)
15678         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15679         (tempo-insert-string-functions, tempo-local-tags)
15680         (tempo-define-template, tempo-insert-template)
15681         (tempo-insert-prompt-compat, tempo-is-user-element)
15682         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15683         Fix typos in docstrings.
15685         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15686         (vcursor-key-bindings, vcursor-use-vcursor-map)
15687         (vcursor-find-window, vcursor-scroll-down)
15688         (vcursor-disable, vcursor-beginning-of-buffer)
15689         (vcursor-end-of-buffer): Fix typos in docstrings.
15690         (vcursor-relative-move, vcursor-get-char-count):
15691         Improve argument/docstring consistency.
15693         * version.el: "?\ " -> "?\s".
15695         * wid-edit.el (widget-default-create, widget-after-change)
15696         (widget-default-format-handler, widget-checklist-add-item)
15697         (widget-radio-add-item, widget-choose, widget-specify-secret)
15698         (widget-field-value-create, widget-field-value-get)
15699         (widget-editable-list-format-handler)
15700         (widget-editable-list-entry-create, widget-group-value-create)
15701         (widget-documentation-link-add)
15702         (widget-documentation-string-value-create): "?\ " -> "?\s".
15703         (widget-convert-text): Doc fix.
15704         (widget-narrow-to-field, widget-field-find)
15705         (widget-url-link-action, widget-emacs-library-link-action)
15706         (widget-color-notify): Fix typos in docstrings.
15708         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15709         (x-select-text, set-w32-system-coding-system)
15710         (w32-add-charset-info): Fix typos in docstrings.
15712         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15713         (cua-enable-cua-keys, cua-use-hyper-key)
15714         (cua-virtual-rectangle-edges): Fix typos in docstrings.
15715         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15717         * net/tramp.el (tramp-handle-load): Fix typo in error message.
15719         * emacs-lisp/re-builder.el (regexp-builder): Declare with
15720         `defalias' instead of faking it.
15722         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15723         (eshell-ls-missing, eshell-ls-dired-initial-args)
15724         (eshell-ls-use-in-dired): Fix typos in docstrings.
15726 2005-07-20  Kim F. Storm  <storm@cua.dk>
15728         * emulation/cua-base.el (cua-mode): Improve doc string.
15730 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
15732         * abbrev.el (expand-region-abbrevs): Doc fix.
15733         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15734         Improve argument/docstring consistency.
15736         * arc-mode.el (archive-get-descr, archive-alternate-display):
15737         Doc fixes.
15738         (archive-l-e): Improve argument/docstring consistency.
15739         (archive-tmpdir, archive-unixdate, archive-unixtime)
15740         (archive-chmod-entry): Fix typos in docstrings.
15741         (archive-unflag, archive-unflag-backwards)
15742         (archive-unmark-all-files): "?\ " -> "?\s".
15744         * buff-menu.el (Buffer-menu-unmark): Doc fix.
15745         (Buffer-menu-not-modified, Buffer-menu-execute)
15746         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15747         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15749         * composite.el (compose-string, encode-composition-rule)
15750         (compose-last-chars): Fix typos in docstrings.
15752         * desktop.el (desktop-enable, desktop-basefilename):
15753         Declare with `define-obsolete-variable-alias'.
15754         (desktop-internal-v2s): Don't quote keywords.
15755         (desktop-clear): "?\ " -> "?\s".
15757         * dired.el (dired-align-file, dired-flag-backup-files)
15758         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15759         (dired-listing-switches, dired-ls-F-marks-symlinks)
15760         (dired-dwim-target, dired-load-hook, dired-mode-hook)
15761         (dired-directory, dired-faces, dired, dired-revert)
15762         (dired-mode, dired-summary, dired-view-file)
15763         (dired-copy-filename-as-kill, dired-delete-file)
15764         (dired-no-confirm, dired-unmark-all-marks)
15765         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15766         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15767         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15768         Fix typos in message strings.
15770         * dired-x.el (virtual-dired): Declare with `defalias'.
15771         (dired-mark-unmarked-files, dired-local-variables-file)
15772         (dired-omit-here-always): Doc fix.
15773         (dired-omit-mode, dired-find-subdir)
15774         (dired-enable-local-variables, dired-clean-up-buffers-too)
15775         (dired-extra-startup, dired-mark-extension, dired-jump)
15776         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15777         (dired-smart-shell-command, dired-guess-shell-alist-user)
15778         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15779         (dired-x-bind-find-file, dired-x-submit-report):
15780         Fix typos in docstrings.
15781         (dired-mark-unmarked-files): "?\ " -> "?\s".
15783         * dirtrack.el (dirtrack-list): Fix typos in docstring.
15785         * faces.el (describe-face): "?\ " -> "?\s".
15786         (read-all-face-attributes, read-face-font, modify-face)
15787         (face-attr-construct, italic): Fix typos in docstrings.
15788         (frame-update-face-colors): Declare with
15789         `define-obsolete-function-alias'.
15791         * files.el (find-file-noselect, recode-file-name): Doc fixes.
15792         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15793         (magic-mode-alist, buffer-file-numbers-unique)
15794         (write-file-functions, get-free-disk-space):
15795         Fix typos in docstrings.
15796         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15797         (write-contents-hooks, write-file-hooks):
15798         Declare with `define-obsolete-variable-alias'.
15800         * forms-d2.el (arch-rj): Fix typo in docstrings.
15801         (arch-tocol): Likewise.  "?\ " -> "?\s".
15803         * frame.el (set-frame-font, cursor-in-non-selected-windows):
15804         Fix typo in docstring.
15805         (set-screen-width, set-screen-height): Delete redundant info in
15806         doctrings.
15807         (new-frame, screen-height, screen-width): Declare with
15808         `define-obsolete-function-alias'.
15809         (delete-frame-hook, blink-cursor): Declare with
15810         `define-obsolete-variable-alias'.
15812         * paths.el (prune-directory-list): Fix typos in docstring.
15814         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15815         (cvs-prefix-get): Fix typos in docstrings.
15817         * ps-print.el (ps-extend-face-list, ps-extend-face)
15818         (ps-print-background-image): Fix typos in docstrings.
15819         (ps-default-fg, ps-default-bg): Doc fixes.
15821         * s-region.el (s-region-bind): Doc fix.
15822         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15824         * textmodes/org.el (org-table-formula-substitute-names)
15825         (org-table-get-vertical-vector): Doc fixes.
15826         (org-table-recalculate): Remove unused argument to `message'.
15828 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
15830         * textmodes/org.el (org-table-column-names)
15831         (org-table-column-name-regexp)
15832         (org-table-named-field-locations): New variables.
15833         (org-archive-subtree): Protect `this-command' when calling
15834         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15835         the kill buffer.
15836         (org-complete): Remove fixed-formula completion.
15837         (org-edit-formulas-map): New variable.
15838         (org-table-edit-formulas): New command.
15839         (org-finish-edit-formulas, org-abort-edit-formulas)
15840         (org-show-variable, org-table-get-vertical-vector): New functions.
15841         (org-table-maybe-eval-formula): Handle `:=' fields.
15842         (org-table-get-stored-formulas, org-table-store-formulas)
15843         (org-table-get-formula, org-table-modify-formulas)
15844         (org-table-replace-in-formulas): Handle named field formulas.
15845         (org-table-get-specials): Store locations of named fields.
15847 2005-07-19  Juri Linkov  <juri@jurta.org>
15849         * progmodes/grep.el (grep-regexp-alist)
15850         (grep-mode-font-lock-keywords, grep-process-setup):
15851         Use default GNU grep match color "01;31m" instead of "01;41m".
15852         (grep-regexp-alist, grep-mode-font-lock-keywords):
15853         Use `\\[[0-9]*m' instead of `\\[00m'.
15854         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15855         sgr_start where its handling is more important.  Use the real
15856         length of sgr_start instead of constant 8.
15857         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15858         specially.  Delete all remaining escape sequences.
15859         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15860         (grep-regexp-alist): Make hyperlink only for binary file name
15861         instead of the whole line.
15862         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15863         (grep-mode): Add autoload.
15865         * emacs-lisp/find-func.el (find-function-regexp):
15866         Add `define-compilation-mode'.
15868 2005-07-19  Juri Linkov  <juri@jurta.org>
15870         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15871         (compare-windows-sync-string-size, compare-windows-recenter)
15872         (compare-windows-highlight, compare-windows): Add version 22.1.
15873         (compare-windows) <defface>: Inherit from lazy-highlight instead
15874         of duplicating its default value.
15876         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15877         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15879         * descr-text.el (describe-char): Create link buttons for `charset'
15880         and `code point'.  Add the current input method name with a link
15881         button to `to input' field.  Print face names of display table
15882         characters in `The display table entry is displayed by' section
15883         instead of printing face-id in the `display' field.
15884         Guess hardcoded faces and create a link button for them.
15885         Skip empty fields when calculating max-width.
15886         Treat `widget-create' specially while inserting strings from the
15887         collected field list.
15888         (describe-char-after): Made obsolete in version 22.1, not 21.5.
15890         * diff-mode.el (diff-file-header): Change foreground color from
15891         yellow to green on light backgrounds.
15892         (diff-context): Inherit from `shadow' only for color/grayscale
15893         with more than 88 colors.
15894         (diff-indicator-removed, diff-indicator-added)
15895         (diff-indicator-changed): New faces.
15896         (diff-font-lock-keywords): Use new faces.  Regroup rules.
15897         Add "^---$" for `normal' diff format.  Fontify `#' lines with
15898         font-lock-comment-delimiter-face and font-lock-comment-face.
15899         Add `#' to ^[^...] in the rule for `diff-context-face'.
15901         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15902         a button-like box.  Inherit from `highlight' on low colors.
15903         (shadow): Use shades of gray only for color/grayscale with
15904         more than 88 colors.  Use green for light backgrounds with
15905         8 colors, and yellow for dark backgrounds with 8 colors.
15907         * font-lock.el (font-lock-regexp-grouping-backslash):
15908         Don't inherit from escape-glyph (use bold for all cases).
15910         * info.el (info-xref-visited): Use light foreground color `violet'
15911         for dark backgrounds instead of dark color `magenta3'.
15912         (info-title-1): Use `yellow' color for dark backgrounds.
15914         * isearch.el (isearch): Use not-too-dark magenta3 instead of
15915         too-light magenta2.
15917         * replace.el (match): Use slightly more light RoyalBlue3 instead
15918         of dark RoyalBlue4.
15920         * wid-edit.el (widget-inactive): Inherit from `shadow'.
15922 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
15924         * novice.el (disabled-command-hook): Declare it with
15925         `define-obsolete-variable-alias'.
15927         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15928         (desktop-buffer-misc-functions, desktop-buffer-handlers)
15929         (desktop-load-default): Add release to obsolescence info.
15930         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15931         (desktop-append-buffer-args, desktop-read):
15932         Fix typos in docstrings.
15933         (desktop-kill): Fix typo in message.
15934         (desktop-save): Doc fix.
15936 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
15938         * viper-cmd.el (viper-escape-to-state): Bug fix.
15939         (viper-envelop-ESC-key): Change the definition of fast
15940         keysequence so it'll work with keyboard macros.
15942         * ediff.el (ediff-patch-buffer): Change the docstring.
15944 2005-07-19  Kenichi Handa  <handa@m17n.org>
15946         * international/mule-cmds.el (select-safe-coding-system): Try to
15947         use an auto-coding (if any) before anything else.  If the found
15948         auto-coding is invalid, show a warning message.
15950         * international/mule.el (find-auto-coding): New function created
15951         by modifying the body of set-auto-coding.
15952         (set-auto-coding): Use find-auto-coding to find a coding.
15954 2005-07-18  Richard M. Stallman  <rms@gnu.org>
15956         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15957         not isearch-mode-end-hook-error.
15958         (allout-before-change-protect): Fix error message.
15960 2005-07-18  Juri Linkov  <juri@jurta.org>
15962         * allout.el (allout-mode):
15963         * calculator.el (calculator-copy):
15964         * custom.el (custom-known-themes):
15965         * dired.el (dired-desktop-buffer-misc-data)
15966         (dired-restore-desktop-buffer):
15967         * dired-x.el (dired-omit-marker-char):
15968         * files.el (basic-save-buffer):
15969         * font-core.el (font-lock-mode):
15970         * calendar/calendar.el (calendar-goto-hebrew-date)
15971         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15972         (calendar-goto-persian-date):
15973         * language/ethio-util.el (ethio-sera-to-fidel-region):
15974         * textmodes/picture.el (picture-mode):
15975         Delete duplicate duplicate words.
15977 2005-07-18  Juri Linkov  <juri@jurta.org>
15979         * isearch.el (isearch-mode-map): Remove key bindings for regexp
15980         chars * ? } |.
15981         (isearch-fallback): Don't call `isearch-process-search-char'.
15982         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15983         (isearch-process-search-char): Call `isearch-fallback' for regexp
15984         chars * ? } |.
15985         (isearch-return-char): Make obsolete with `make-obsolete' instead
15986         of simply documenting it as obsolete in the docstring.
15987         (isearch-fallback): Refill docstring.
15989         * international/isearch-x.el
15990         (isearch-process-search-multibyte-characters): Remove unneeded
15991         `concat'.  Add intermediate values to `junk-hist' instead of
15992         `minibuffer-history'.  Test the length of `str'.
15994 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
15996         * allout.el (allout-resolve-xref): Fix typos in error strings.
15997         (allout-before-change-protect): Remove unneeded `concat'.
15999         * array.el (array-mode, array-reconfigure-rows)
16000         (untabify-backward): Fix typos in docstrings.
16001         (array-reconfigure-rows): Use `insert-buffer-substring', not
16002         `insert-buffer'.
16004         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16005         * progmodes/ada-mode.el (ada-make-body):
16006         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16008         * dired.el (dired-log):
16009         * tar-mode.el (tar-subfile-save-buffer):
16010         * play/zone.el (zone-pgm-stress-destress):
16011         Use `insert-buffer-substring', not `insert-buffer'.
16013 2005-07-17  Simon Josefsson  <jas@extundo.com>
16015         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16017 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
16019         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16020         Add plain auth method.
16021         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16023 2005-07-17  Kim F. Storm  <storm@cua.dk>
16025         * ido.el (dired-other-window): Add ido property.
16027 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
16029         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16030         Fix typo in docstring.
16031         (byte-compile-interactive-only-functions): Add `insert-buffer' and
16032         `insert-file-literally'.
16034         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16035         info and delete redundant message.  Doc fix.
16036         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16037         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16039 2005-07-16  Richard M. Stallman  <rms@gnu.org>
16041         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16042         (byte-compile-and): Use byte-compile-and-recursion.
16043         (byte-compile-or-recursion): New function.
16044         (byte-compile-or): Use that.
16045         (byte-compile-if): Guard the else-clause too.
16046         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16048         * isearch.el (isearch-mode-end-hook-quit): New variable.
16049         (isearch-done): Bind it.
16050         (isearch-mode-end-hook): Doc fix.
16052         * allout.el (allout-isearch-did-quit): Variable deleted.
16053         (allout-real-isearch-abort): Function name no longer used.
16054         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16055         (allout-isearch-rectification): isearch-mode always exists.
16056         Don't set allout-isearch-did-quit.
16057         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16058         allout-isearch-did-quit.
16059         (allout-enwrap-isearch): Just add the hook.
16060         (allout-isearch-abort): Function deleted.
16061         (allout-pre-command-business): Avoid warning.
16063         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16064         Correctly avoid warnings.
16065         (pascal-outline): Likewise.
16067         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16069         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16071         * play/tetris.el (tetris-mode): Avoid warning.
16073         * play/snake.el (snake-mode): Avoid warning.
16075         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16076         (gamegrid-set-display-table): Avoid warning.
16077         (gamegrid-set-timer): Likewise.
16078         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16079         (gamegrid-add-score-with-update-game-score-1): Take FILE
16080         as argument.
16081         (gamegrid-add-score-with-update-game-score): Pass that argument.
16082         Rename have-shared-game-dir to gamegrid-shared-game-dir.
16084         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16086         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16087         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16089         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16090         and insert-file.
16092         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16093         (sc-ask): Avoid warnings.
16095         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16096         (eshell-hist-initialize): Use that var the natural way.
16098         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16100         * emacs-lisp/re-builder.el (reb-cook-regexp):
16101         Avoid warning calling lre-compile-string.
16102         (reb-color-display-p): Avoid warning.
16104         * calculator.el (calculator-last-input): Guard uses
16105         of event-key and key-press-event-p.
16106         (event-key, key-press-event-p): Delete definitions.
16108         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16109         (find-gc-source-directory, find-gc-subrs-callers)
16110         (find-gc-noreturn-list, find-gc-source-files)
16111         (find-gc-subrs-called): Vars renamed and defvar'd.
16113         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16114         (checkdoc-overlay-put, checkdoc-delete-overlay)
16115         (checkdoc-overlay-start, checkdoc-overlay-end)
16116         (checkdoc-mode-line-update, checkdoc-char=):
16117         Define such that compiler knows they are defined.
16118         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
16119         (checkdoc-read-event): Delete.  Use read-event directly.
16121         * whitespace.el (whitespace-make-overlay)
16122         (whitespace-overlay-put, whitespace-delete-overlay)
16123         (whitespace-overlay-start, whitespace-overlay-end):
16124         Define such that compiler knows they are defined.
16125         (whitespace): Move conditional inside.
16127         * tempo.el (tempo-insert-template): Suppress warning.
16129         * ediff-diff.el (longlines-mode): Add defvar.
16131 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
16133         * server.el: Bind "C-x #" in a way that works even if C-x is
16134         redefined to a command key, not a prefix key.
16136 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
16138         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16139         cl-make-type-test till execution time.
16141 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
16143         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16144         arg ARG and use it.
16146 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
16148         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16150 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
16152         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16153         a defcustom with two :set or :type keywords.
16155 2005-07-15  Richard M. Stallman  <rms@gnu.org>
16157         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16158         Don't give ^M comment-end syntax.
16160 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
16162         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16163         Don't consider gdbmi (gdb-mi.el has its own update functions).
16164         (gdb-var-delete): Make it work for gdbmi as well.
16165         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16167         * progmodes/gud.el (etags, sdb): Only require etags when needed.
16168         (gud-speedbar-menu-items): Correct logic for enabling items.
16170 2005-07-15  Kim F. Storm  <storm@cua.dk>
16172         * ido.el: Fix commentary.
16173         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16174         Use with-no-warnings around ffap-guesser.
16175         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16176         Let bind minibuffer-completing-file-name to t.
16178 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
16180         * startup.el (site-run-file, keyboard-type): Doc fixes.
16181         (command-line): Check for "--basic-display" argument; also for
16182         "--quick", not "--bare-bones" (which was renamed).
16183         (fancy-splash-text): Add missing item "Getting New Versions".
16184         (normal-splash-screen): Fix typos and improve consistency with
16185         `fancy-splash-text'.  Update copyright year.
16187         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16188         valid binding for `help-char'.
16190         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16192 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
16194         * term.el (term-mode): Disable cua-mode for term buffers.
16196 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
16198         * add-log.el (add-log-mailing-address, change-log-merge):
16199         Doc fixes.
16200         (change-log-get-method-definition): Fix typo in docstring.
16202 2005-07-14  Kim F. Storm  <storm@cua.dk>
16204         * emulation/cua-base.el:
16205         (cua--pre-command-handler-1, cua--pre-command-handler)
16206         (cua--post-command-handler-1, cua--post-command-handler):
16207         Split in two.  Check (buffer local) value of cua-mode.
16208         (cua-selection-mode): New command.
16210 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
16212         * custom.el (custom-initialize-safe-set)
16213         (custom-initialize-safe-default): Doc fixes.
16215         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16216         and simplify :init-value again.
16218         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16219         and simplify :init-value again.  Delete autoload.
16221         * startup.el (command-line): Use `custom-reevaluate-setting' again
16222         for tooltip-mode.
16224         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16225         a defcustom with two :initialize keywords.
16227 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
16229         * allout.el (my-mark-marker, allout-isearch-prior-pos)
16230         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16231         (allout-post-command-business, allout-flag-region)
16232         (isearch-reenable-font-lock, allout-yank)
16233         (allout-insert-latex-header, allout-insert-latex-trailer)
16234         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16235         (allout-latex-verb-quote): Fix typos in docstrings.
16236         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16237         (allout-unprotected, allout-prefix-data):
16238         Improve argument/docstring consistency.
16239         (allout-chart-subtree): Fix argument spec.
16240         (allout-open-topic): Rename `use_sib_bullet' argument to
16241         `use-sib-bullet'.  Doc fix.
16243         * whitespace.el (whitespace-check-buffer-leading)
16244         (whitespace-check-buffer-trailing)
16245         (whitespace-check-buffer-indent)
16246         (whitespace-check-buffer-spacetab)
16247         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16248         (whitespace-check-leading-whitespace)
16249         (whitespace-check-trailing-whitespace)
16250         (whitespace-check-spacetab-whitespace)
16251         (whitespace-check-indent-whitespace)
16252         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16253         (whitespace-modes): Fix typos in docstrings.
16254         (defgroup, defcustom): Doc fixes.
16256         * winner.el (winner-mode, winner-boring-buffers)
16257         (winner-pending-undo-ring): Doc fixes.
16258         (winner-ring): Remove unneeded `progn'.
16259         (winner-equal): `defsubst' it.
16260         (winner-redo): Fix message.
16262 2005-07-13  Kim F. Storm  <storm@cua.dk>
16264         * simple.el (line-move-1): Always use vertical-motion to
16265         do the last (or only) line move to ensure some movement.
16266         Undo 2005-06-23 change--don't check for overlays.
16268 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16270         * term/mac-win.el (ccl-encode-mac-roman-font)
16271         (ccl-encode-mac-centraleurroman-font)
16272         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16273         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16274         Change charset-id boundary of dimension to ?\xef.
16275         (mac-char-fontspec-list): New constant.
16276         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
16277         argument.  Nil uses itself as family in font-spec.  Previous
16278         behavior for nil is now provided by non-nil non-string argument.
16279         All callers changed.  Add font-specs for Mac fonts to
16280         "fontset-default" unless iso8859-1 fonts are installed.
16282 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16284         * progmodes/sh-script.el (sh-get-indent-info): Only indent
16285         a continuation line if the \ is preceded by SPC or TAB.
16286         (sh-get-indent-info): Simplify.
16287         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16288         Use with-current-buffer.
16290         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16291         when the matched text is empty.
16293 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
16295         * startup.el (command-line): Revert to previous handling of
16296         tooltip-mode.  Explain in comment why the complexity is needed.
16298         * tooltip.el (tooltip-mode): Revert to previous implementation of
16299         its defcustom.
16301         * frame.el (blink-cursor-mode): Revert to previous implementation
16302         of its defcustom.  Update comment.
16304 2005-07-12  Lars Hansen  <larsh@soem.dk>
16306         * desktop.el: Update e-mail address.
16308 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16310         * term/mac-win.el (mac-services-mail-selection)
16311         (mac-services-mail-to): New functions.
16312         (mac-application-menu-map): Bind them.
16314 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
16316         * progmodes/gdb-ui.el: Add note about buffering with Windows.
16318 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
16320         * custom.el (custom-reevaluate-setting): Doc fix.
16322 2005-07-11  Jay Belanger  <belanger@truman.edu>
16324         * calc/calc.el (calc-embedded-announce-formula-alist)
16325         (calc-embedded-open-close-plain-alist)
16326         (calc-embedded-open-close-mode-alist): Add checks for additional
16327         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16329 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
16331         * custom.el (custom-enable-theme): Don't add theme to
16332         `custom-enabled-themes' with `push' because there is no
16333         setf-method for `delq'.
16335 2005-07-11  Richard M. Stallman  <rms@gnu.org>
16337         * custom.el (custom-declare-variable): Doc fix.
16339         * dired-aux.el (dired-compare-directories): Remove "." and ".."
16340         from the alists.
16342         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16343         Do nothing if edebug-active.
16345         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16346         (edebug-display): Do it here instead.
16348 2005-07-10  Richard M. Stallman  <rms@gnu.org>
16350         * cus-face.el (custom-theme-set-faces): Make it work.
16351         (custom-reset-faces): Doc fix.
16352         (custom-theme-reset-internal-face, custom-theme-face-value):
16353         Functions deleted.
16355         * custom.el (custom-push-theme): Maintain list of the settings
16356         of a given theme in its theme-settings property.
16357         Maintain position of old settings in the theme-value
16358         or theme-face property.
16359         (custom-enabled-themes): New variable.
16360         (custom-theme-enabled-p): New function.
16361         (provide-theme): Update custom-enabled-themes.
16362         Disable and reenable the `user' theme.
16363         (require-theme): Doc fix.
16364         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16365         (custom-theme-value, custom-theme-variable-value): Likewise.
16366         (custom-theme-reset-internal): Likewise.
16367         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16368         (custom-enable-theme, custom-disable-theme): New functions.
16369         (custom-variable-theme-value, custom-face-theme-value): Likewise.
16370         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16371         (custom-theme-reset-variables): Simplify.
16372         (deftheme, custom-declare-theme, custom-make-theme-feature):
16373         Definitions moved.
16375 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
16377         * longlines.el (longlines-show-region)
16378         (longlines-unshow-hard-newlines): Recognize hard newlines by
16379         non-nil hard property, instead of t.
16381 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
16383         * viper-cmd.el (viper--key-maps): New variable.
16384         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16385         emulation-mode-map-alists.
16386         (viper-envelop-ESC-key): Use viper-subseq.
16387         (viper-search-forward/backward/next): Disable debug-on-error.
16389         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16390         (viper-ESC-key): New defcustoms.
16392         * viper-macs.el (ex-map-read-args): Use viper-subseq.
16394         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16395         (viper-subseq): Copy of subseq from cl.el.
16397         * viper.el (viper-go-away, viper-set-hooks): Use
16398         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16400         * viper-mous.el (viper-current-frame-saved): Use defvar.
16402         * viper-init.el: Get rid of -face in face names.
16404         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16405         Make it work with longlines mode
16407         * ediff-mult.el (ediff-meta-mode-hook): New variable.
16409         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16411         * ediff-init.el: Get rid of -face in face names.
16413 2005-07-10  Richard M. Stallman  <rms@gnu.org>
16415         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16416         and with-timeout-unsuspend.
16418         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16419         and with-timeout-unsuspend.
16421         * emacs-lisp/timer.el (with-timeout-timers): New variable.
16422         (with-timeout): Bind that variable to record timers.
16423         (with-timeout-suspend, with-timeout-unsuspend): New functions.
16425         * emacs-lisp/debug.el (debug-help-follow): New function.
16426         (debugger-mode-map): Use that instead of help-follow.
16427         (debugger-setup-buffer): Use eval-buffer-list
16428         to handle eval-buffer frames.
16430 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
16432         * timezone.el (timezone-parse-date): Change first regexp
16433         so it will not mistakenly match dates with no time zone.
16435 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
16437         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16439 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
16441         * custom.el (custom-initialize-safe-set)
16442         (custom-initialize-safe-default): New functions.
16444         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16445         and simplify :init-value.
16447         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16448         and simplify :init-value.  Delete obsolete comment.
16450         * startup.el (command-line): Use `custom-reevaluate-setting' to
16451         handle `tooltip-mode'.  Delete obsolete comment.
16453         * files.el (set-visited-file-name): Avoid calling
16454         `file-name-nondirectory' with a nil argument.
16456 2005-07-09  Richard M. Stallman  <rms@gnu.org>
16458         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16459         was called with nil for the buffer, handle the read position right.
16460         Handle read position for eval-region, too.
16462 2005-07-09  Juri Linkov  <juri@jurta.org>
16464         * fringe.el (fringe-mode): Add period in docstring.
16465         (fringe-query-style): Build prompt depending on `all-frames' arg.
16467         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16468         to not create links to unrelated functions in the Help buffer.
16470         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16471         Doc fix.
16473         * simple.el (next-error-hook): New variable.
16474         (next-error): Use it.  Doc fix.
16476         * textmodes/ispell.el (ispell-command-loop): Add current
16477         dictionary name and program name to mode-line-format.
16478         (ispell-region, ispell-process-line): Add current dictionary name
16479         and program name to messages.
16481 2005-07-08  Jay Belanger  <belanger@truman.edu>
16483         * calc/calc.el (calc-embedded-announce-formula-alist)
16484         (calc-embedded-open-close-formula-alist)
16485         (calc-embedded-open-close-word-alist)
16486         (calc-embedded-open-close-plain-alist)
16487         (calc-embedded-open-close-new-formula-alist)
16488         (calc-embedded-open-close-mode-alist)
16489         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16490         (calc-embedded-mode-hook): New variables.
16492         * calc/calc-embed.el (calc-embedded-firsttime)
16493         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16494         New variables.
16495         (calc-do-embedded): Use calc-embedded-firsttime,
16496         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16497         determine whether or not to run hooks.
16498         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16499         calc-embedded-firsttime-formula appropriately.
16500         Set calc-embedded delimiter variables according to mode.
16502 2005-07-08  Richard M. Stallman  <rms@gnu.org>
16504         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16505         Check for "emacs", etc., as entire symbol, not just as word.
16506         (checkdoc-file-comments-engine): Use regexp-quote on FN.
16508         * files.el (set-visited-file-name): Report the error
16509         for "empty filename" earlier.
16510         (kill-some-buffers): Ignore buffers already dead.
16512         * fringe.el (fringe-mode): Doc fix.
16514         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16515         Check for (featurep 'xemacs) and turn off warnings in what it guards.
16516         Use unwind-protect to ensure byte-compile-unresolved-functions
16517         is updated.
16519         * whitespace.el (whitespace-buffer-leading-cleanup):
16520         Simplify w/ skip-chars-forward.
16521         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16523         * mail/rmail.el (rmail-only-expunge): Fix paren error.
16524         Unconditionally try to leave point at the same old place.
16526 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
16528         * comint.el (comint-postoutput-scroll-to-bottom)
16529         (comint-show-maximum-output): Take scroll-margin into consideration.
16531 2005-07-08  Kim F. Storm  <storm@cua.dk>
16533         * ido.el (ido-use-filename-at-point): New choice `guess'.
16534         (ido-file-internal): Try ffap-guesser if selected.
16536         * ido.el (ido-before-fallback-functions): New hook.
16537         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16538         (ido-read-file-name): Run it.
16540 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16542         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16543         strings rather than a list of symbols to the completion function.
16545 2005-07-07  Jay Belanger  <belanger@truman.edu>
16547         * calc/calc-units.el (math-apply-units): Change the places in
16548         which units are simplified.
16550 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
16552         * cus-edit.el (customize-option, customize-option-other-window):
16553         Make them handle aliases.
16555         * custom.el (custom-variable-p): Make it recursively follow
16556         aliases.  Mention that in the docstring.
16558 2005-07-07  Richard M. Stallman  <rms@gnu.org>
16560         * cus-start.el (exec-path): Use `directory' instead of `file'.
16561         Fix tag for nil.
16563 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
16565         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16566         when called non-interactively.  Doc fix.
16568 2005-07-07  Lute Kamstra  <lute@gnu.org>
16570         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16571         new address as well.
16573 2005-07-07  Kenichi Handa  <handa@m17n.org>
16575         * international/mule.el (make-coding-system):
16576         Describe `ascii-incompatible' property in the docstring.
16577         (set-file-name-coding-system): Signal an error if coding-system is
16578         ascii-incompatible.
16579         (set-keyboard-coding-system): Likewise.
16581         * international/mule-cmds.el (set-default-coding-systems):
16582         Don't set default-file-name-coding-system and
16583         default-keyboard-coding-system if coding-system is ASCII-incompatible.
16585         * international/utf-16.el: Declare that all UTF-16-based coding
16586         systems are ASCII-incompatible.
16588 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
16590         * progmodes/gud.el: Require font-lock for displaying errors.
16591         Used by gdb-ui.el.
16593 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
16595         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16596         values for the pattern lists which are `read'able but not
16597         `append'able (like symbols).
16599 2005-07-06  Richard M. Stallman  <rms@gnu.org>
16601         * progmodes/flymake.el (flymake-float-time): Instead of
16602         with-no-warnings, test for xemacs.
16603         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16604         to avoid warning.
16606 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
16608         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16610 2005-07-05  Lute Kamstra  <lute@gnu.org>
16612         * battery.el: Add support for Darwin (with much debugging help
16613         from Samuel Lauber <sam124@operamail.com>).
16614         (battery-status-function, battery-echo-area-format)
16615         (battery-mode-line-format): Add support for pmset on Darwin.
16616         (battery-load-low, battery-load-critical): New user options.
16617         (battery-pmset): New function.
16619 2005-07-05  Lute Kamstra  <lute@gnu.org>
16621         Update FSF's address in GPL notices.
16623         * textmodes/page-ext.el: Update FSF's address.
16625 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16627         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16628         filling from using prefix when filling a single-line docstring.
16630         * progmodes/flymake.el: Remove useless eval-when-compile.
16632         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16634 2005-07-04  Richard M. Stallman  <rms@gnu.org>
16636         * textmodes/org.el (org-file-apps-defaults-gnu):
16637         Rename from org-file-apps-defaults-linux.
16638         (org-default-apps): Don't test system-type for `linux'.
16639         (org-file-apps): Doc fix.
16641 2005-07-04  David Ponce  <david@dponce.com>
16643         * tree-widget.el: Improve header Commentary section.
16644         (tree-widget) [defgroup]
16645         (tree-widget-image-enable, tree-widget-themes-directory)
16646         (tree-widget-theme, tree-widget-image-properties-emacs)
16647         (tree-widget-image-properties-xemacs, tree-widget-create-image)
16648         (tree-widget-image-formats, tree-widget-control)
16649         (tree-widget-empty-control, tree-widget-leaf-control
16650         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16651         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16652         (tree-widget-keep, tree-widget-after-toggle-functions)
16653         (tree-widget-open-node, tree-widget-close-node): Doc fix.
16654         (tree-widget-open-control, tree-widget-close-control): Fix doc and
16655         :help-echo message.
16656         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
16657         (tree-widget-image-properties): Doc fix.  Clearer implementation.
16658         (tree-widget--cursors): New constant.
16659         (tree-widget-lookup-image): New function split from
16660         `tree-widget-find-image'.  Clearer implementation.
16661         (tree-widget-find-image): Use it.
16662         (tree-widget-button-keymap): Use `set-keymap-parent'.
16663         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16664         Define the sub-widgets here.
16665         (tree-widget-node): Check that :node is not a tree-widget.
16666         (tree-widget-get-super, tree-widget-open-control)
16667         (tree-widget-close-control, tree-widget-empty-control)
16668         (tree-widget-leaf-control, tree-widget-guide)
16669         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16670         (tree-widget-no-handle, tree-widget-value-delete)
16671         (tree-widget-map): Remove.
16672         (tree-widget-children-value-save): Doc fix.  Simplified.
16673         (tree-widget-value-create): Update according to previous changes.
16675 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
16677         * textmodes/org.el: Leading space replaced by TABS.
16678         (org-recalc-marks, org-table-rotate-recalc-marks)
16679         (org-table-get-specials): Treat "^" and "_" marks.
16680         (org-table-justify-field-maybe): Optional argument NEW.
16681         (org-table-eval-formula): Parsing of the format simplified.
16682         New modes C,I.  Honor the %= parameter in the current table.
16683         Avoid unnecessary re-align by using the NEW argument to
16684         `org-table-justify-field-maybe'.
16685         (org-calc-default-modes): Default for date-format mimicks org-mode.
16686         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16688 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
16690         * cus-face.el (custom-theme-set-faces): Make it handle face
16691         aliases whose alias declarations are pre- or autoloaded.
16693 2005-07-04  Juri Linkov  <juri@jurta.org>
16695         * faces.el (read-face-name): Put the code for getting a face name
16696         from the buffer before adding the faces from the `face' property.
16697         Use `completing-read-multiple' instead of `completing-read'.
16698         Require `crm'.  Add default value and post-process the returned
16699         list of faces.
16701         * emacs-lisp/crm.el (crm-find-current-element)
16702         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16704         * emacs-lisp/lisp-mode.el (eval-defun-1):
16705         * emacs-lisp/edebug.el (edebug-eval-defun):
16706         Remove unnecessary quotes.
16708 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16710         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16711         (prolog-indent-level): Fix typo in docstring.
16713         * info.el (Info-history, Info-history-forward)
16714         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16716         * add-log.el (add-change-log-entry):
16717         * comint.el (comint-dynamic-list-input-ring)
16718         (comint-dynamic-list-completions):
16719         * dabbrev.el (dabbrev-expand):
16720         * delim-col.el (delimit-columns-rectangle-line):
16721         * diff-mode.el (diff-context->unified, diff-reverse-direction)
16722         (diff-unified->context):
16723         * ediff-init.el (ediff-abbrev-jobname):
16724         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16725         (ediff-replace-session-activity-marker-in-meta-buffer):
16726         * info.el (Info-summary):
16727         * lpr.el (printify-region):
16728         * printing.el (pr-create-interface):
16729         * ps-print.el (ps-print-quote):
16730         * ses.el (ses-column-widths, ses-print-cell)
16731         (ses-adjust-print-width, ses-center):
16732         * shell.el (shell-file-name-quote-list):
16733         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16734         (strokes-fill-current-buffer-with-whitespace)
16735         (strokes-xpm-for-stroke, strokes-list-strokes)
16736         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16737         * term.el (term-dynamic-list-input-ring)
16738         (term-dynamic-list-completions):
16739         * calc/calc.el (math-format-stack-value):
16740         * emacs-lisp/edebug.el (edebug-display-freq-count):
16741         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16742         (delphi-new-comment-line):
16743         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16744         * progmodes/executable.el (executable-set-magic):
16745         * progmodes/python.el (inferior-python-mode):
16746         * progmodes/scheme.el (scheme-mode-syntax-table):
16747         * progmodes/sh-script.el (sh-maybe-here-document):
16748         * progmodes/sql.el (sql-copy-column):
16749         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16750         * textmodes/bibtex.el (bibtex-mode):
16751         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16752         (sgml-auto-attributes):
16753         * textmodes/table.el (table-insert, table-shorten-cell)
16754         (table--generate-source-scan-lines, table-delete-row)
16755         (*table--cell-delete-char, table--spacify-frame)
16756         (table--horizontally-shift-above-and-below)
16757         (table--cell-insert-char, table--cell-blank-str)
16758         (table--fill-region-strictly):
16759         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16760         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16762         * add-log.el (change-log):
16763         * apropos.el (apropos):
16764         * comint.el (comint-completion, comint-source):
16765         * dabbrev.el (dabbrev):
16766         * delim-col.el (columns):
16767         * diff-mode.el (diff-mode):
16768         * ediff.el (ediff):
16769         * ediff-diff.el (ediff-diff):
16770         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16771         * ediff-mult.el (ediff-mult):
16772         * ediff-ptch.el (ediff-ptch):
16773         * ediff-wind.el (ediff-window):
16774         * facemenu.el (facemenu):
16775         * indent.el (indent):
16776         * info.el (info):
16777         * jka-cmpr-hook.el (compression, jka-compr):
16778         * lpr.el (lpr):
16779         * outline.el (outlines):
16780         * pcmpl-cvs.el (pcmpl-cvs):
16781         * pcmpl-rpm.el (pcmpl-rpm):
16782         * printing.el (printing):
16783         * ps-print.el (postscript, ps-print, ps-print-horizontal)
16784         (ps-print-vertical, ps-print-headers, ps-print-font)
16785         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16786         (ps-print-background, ps-print-printer, ps-print-page)
16787         (ps-print-miscellany):
16788         * ses.el (ses):
16789         * shell.el (shell, shell-directories, shell-faces):
16790         * startup.el (initialization):
16791         * strokes.el (strokes):
16792         * term.el (term):
16793         * uniquify.el (uniquify):
16794         * w32-vars.el (w32):
16795         * calc/calc.el (calc):
16796         * emacs-lisp/bytecomp.el (bytecomp):
16797         * emacs-lisp/cl-indent.el (lisp-indent):
16798         * emacs-lisp/edebug.el (edebug):
16799         * emacs-lisp/elp.el (elp):
16800         * emacs-lisp/testcover.el (testcover):
16801         * emacs-lisp/trace.el (trace):
16802         * emulation/viper-ex.el (viper-ex):
16803         * emulation/viper-mous.el (viper-mouse):
16804         * mail/mailalias.el (mailalias):
16805         * mail/supercite.el (supercite, supercite-frames)
16806         (supercite-attr, supercite-cite, supercite-hooks):
16807         * net/rcompile.el (remote-compile):
16808         * net/rlogin.el (rlogin):
16809         * obsolete/ooutline.el (outlines):
16810         * progmodes/delphi.el (delphi):
16811         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16812         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16813         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16814         (ebnf-optimization):
16815         * progmodes/etags.el (etags):
16816         * progmodes/executable.el (executable):
16817         * progmodes/idlwave.el (idlwave):
16818         * progmodes/pascal.el (pascal):
16819         * progmodes/prolog.el (prolog):
16820         * progmodes/python.el (python):
16821         * progmodes/scheme.el (scheme):
16822         * progmodes/sh-script.el (sh, sh-script):
16823         * progmodes/sql.el (SQL):
16824         * progmodes/tcl.el (tcl):
16825         * textmodes/bibtex.el (bibtex, bibtex-autokey):
16826         * textmodes/enriched.el (enriched):
16827         * textmodes/makeinfo.el (makeinfo):
16828         * textmodes/sgml-mode.el (sgml):
16829         * textmodes/table.el (table-hooks):
16830         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16831         * textmodes/texinfo.el (texinfo):
16832         * textmodes/two-column.el (two-column):
16833         Finish `defgroup' description with period.
16835         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16836         * eshell/esh-var.el (eshell-var):
16837         * progmodes/vhdl-mode.el (vhdl-testbench):
16838         * textmodes/org.el (org): Fix typos in docstrings.
16840         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16841         consistency.
16843         * progmodes/flymake.el (flymake-find-file): Remove.
16844         (flymake-float-time): Use `with-no-warnings'.
16845         (flymake-check-start-time, flymake-check-was-interrupted)
16846         (flymake-err-info, flymake-is-running, flymake-last-change-time)
16847         (flymake-new-err-info): `defvar' at compile time.
16849 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
16851         * replace.el (occur-hook): Doc fix.
16852         (occur-1): Don't call `occur-hook' if there are no matches.
16854 2005-07-03  Richard M. Stallman  <rms@gnu.org>
16856         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16857         global-map, save the same map.
16858         (global-map): Don't alter it at top level.
16859         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16860         Then alter it here instead.
16861         (tpu-edt-off): Set global-map to the saved one.
16863         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16864         All references simplified.
16865         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
16866         (zmacs-regions): Add defvar.
16867         (repeat-complex-command-map): Everything about that deleted.
16869         * textmodes/artist.el (artist-key-is-drawing)
16870         (artist-key-endpoint1, artist-key-poly-point-list)
16871         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16872         (artist-key-compl-table, artist-rb-save-data)
16873         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16874         Don't put them in eval-when-compile.
16875         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16877         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16878         Use with-no-warnings.
16880         * net/browse-url.el (dos-windows-version): Add defvar.
16882         * mail/supercite.el (filladapt-prefix-table): Add defvar.
16884         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16885         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16886         (rmail-new-summary-line-count): Rename from new-summary-line-count.
16887         Add defvar.
16888         (rmail-summary-beginning-of-message): Use with-no-warnings.
16889         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16891         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16892         Use with-no-warnings.
16894         * emulation/vi.el (vi-mark-region): Use c-mark-function.
16895         (c-mark-function): Add point-moving-unit property.
16896         (vi-goto-line): Use with-no-warnings.
16898         * emulation/edt.el (edt-last-copied-word): Add defvar.
16899         (zmacs-region-stays): Likewise.
16900         (edt-mark-section-wisely): Use c-mark-function for C.
16901         Use makr-defun for Fortran.
16902         (time-string): defvar deleted.
16903         (edt-display-the-time): Don't set time-string.
16905         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16907         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16908         Don't warn when name is not constant
16909         or for defining the group `emacs'.
16911         * tooltip.el (gud-tooltip-mode): Add defvar.
16913         * startup.el (default-frame-background-mode): Add defvar.
16915         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16917         * info.el (tool-bar-map): Add defvar.
16919         * dired.el (dnd-protocol-alist): Add defvar.
16921         * dired-aux.el (dired-query): Display question with answer, when
16922         the user answers.
16924         * custom.el (custom-add-option): Doc fix.
16926         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16928 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
16930         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16931         bogus name from the last change.
16933 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
16935         * custom.el (custom-declare-variable): Fix typos in comment.
16936         (custom-known-themes): Doc fix.
16937         (custom-theme-directory): New defcustom.
16938         (require-theme): Make it check `custom-theme-directory'.
16940         * cus-theme.el (custom-new-theme-mode): New function.
16941         (custom-theme-name, custom-theme-variables, custom-theme-faces)
16942         (custom-theme-description): Add compiler defvars.
16943         (customize-create-theme): Add doc to the "*New Custom Theme*"
16944         buffer.  Use `custom-new-theme-mode'.
16945         (custom-theme-write): Put the created buffer in emacs-lisp-mode
16946         and save it to the `custom-theme-directory'.  Make this the
16947         default directory of the buffer.
16949 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
16951         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16952         Fix unbalanced parentheses.
16954 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16956         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16957         into flymake-mode and delegate to flymake-mode.
16959         * find-file.el (ff-which-function-are-we-in): Clean up.
16961 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
16963         * replace.el (occur-rename-buffer): Fix docstring.
16965         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16966         (edt-last-copied-word, edt-learn-macro-count)
16967         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16968         (edt-rect-start-point, edt-user-global-map, rect-start-point)
16969         (time-string, zmacs-region-stays):
16970         * emulation/edt-mapper.el (edt-save-function-key-map)
16971         (EDT-key-name): `defvar' to silence the byte-compiler.
16973 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
16975         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16976         font-lock-regexp-backslash.  Doc fix.
16977         (font-lock-regexp-backslash-grouping-construct): Rename from
16978         font-lock-regexp-backslash-construct.  Doc fix.
16979         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16980         grouping constructs.
16982 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
16984         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16985         updating all the prerequisites.
16987 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
16989         * textmodes/org.el (org-agenda-start-on-weekday)
16990         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16991         (org-agenda-use-time-grid, org-archive-location)
16992         (org-allow-space-in-links, org-usenet-links-prefer-google)
16993         (org-enable-table-editor, org-export-default-language)
16994         (org-export-html-show-new-buffer, org-fill-paragraph)
16995         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16996         (org-goto-quit, org-occur, org-eval-in-calendar)
16997         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16998         (org-agenda-diary-entry, org-remember-help)
16999         (org-table-convert-region, org-at-table-p)
17000         (org-table-move-row-down, org-table-move-row-up)
17001         (org-table-copy-region, org-table-toggle-vline-visibility)
17002         (org-table-get-stored-formulas, org-table-get-specials)
17003         (org-recalc-commands, org-table-eval-formula)
17004         (org-table-formula-substitute-names, orgtbl-make-binding)
17005         (org-format-org-table-html, org-format-table-table-html)
17006         (org-format-table-table-html-using-table-generate-source)
17007         (org-customize): Fix typos in docstrings.
17008         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17009         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17010         (org-back-to-heading): Doc fixes.
17011         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17012         (org-agenda-change-all-lines, org-get-header):
17013         Improve argument/docstring consistency.
17014         (orgtbl-error): Fix error message.
17016         * progmodes/flymake.el (flymake-find-possible-master-files)
17017         (flymake-master-file-compare, flymake-get-line-err-count)
17018         (flymake-highlight-line, flymake-gui-warnings-enabled):
17019         Fix typos in docstrings.
17020         (flymake-parse-line, flymake-get-project-include-dirs-function)
17021         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17022         Doc fixes.
17023         (flymake-get-project-include-dirs-function)
17024         (flymake-make-err-menu-data):
17025         Improve argument/docstring consistency.
17027 2005-07-01  Lute Kamstra  <lute@gnu.org>
17029         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17030         Catch errors with ignore-errors.  Use temporary buffer.
17031         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
17033         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17034         background color faces.
17035         (facemenu-set-foreground, facemenu-set-background):
17036         Use facemenu-set-face-from-menu.
17037         (facemenu-set-face-from-menu): Treat face names that start with
17038         "fg:" or "bg:" as special.
17039         (facemenu-add-new-color): Don't create faces.  Simplify.
17041 2005-06-30  Richard M. Stallman  <rms@gnu.org>
17043         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17044         (crm-find-current-element): Likewise.
17046 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
17048         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17050 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17052         * arc-mode.el (archive-extract): Make it work as a mouse binding.
17053         (archive-mouse-extract): Make it an obsolete alias.
17054         (archive-mode-map): Don't use archive-mouse-extract any more.
17055         (archive-mode, archive-extract): write-contents-hooks ->
17056         write-contents-functions.
17057         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17058         first arg.
17059         (archive-rename-entry): Update the call.
17060         (archive-zip-summarize): Remove unused var `method'.
17061         (archive-lzh-summarize): Remove unused var `creator'.
17063         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17064         dedicated frame upon exit.
17066         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17067         (archive-zip-extract, archive-zip-expunge)
17068         (archive-zip-update, archive-zip-update-case): Use executable-find.
17069         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17070         Use restore-buffer-modified-p.
17071         (archive-extract, archive-add-new-member, archive-write-file-member):
17072         Use with-current-buffer.
17073         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17075 2005-06-30  Andreas Schwab  <schwab@suse.de>
17077         * progmodes/gud.el (gud-filter): Remove unneeded progn.
17079 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
17081         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17083 2005-06-30  Juri Linkov  <juri@jurta.org>
17085         * faces.el (vertical-border): Inherit from mode-line-inactive
17086         only on tty.
17088 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
17090         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17091         example, -NLINES in the `occur' docstring).
17093         * replace.el (occur-1): When no matches are found, do not set the
17094         `buffer-read-only' and modified flags for the occur buffer,
17095         because it is deleted.
17097         * emulation/cua-base.el (cua-check-pending-input)
17098         (cua-repeat-replace-region, cua-mode, cua-debug)
17099         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17100         Fix typos in docstrings.
17102         * emulation/cua-gmrk.el (cua-toggle-global-mark)
17103         (cua-cut-region-to-global-mark)
17104         (cua--cut-rectangle-to-global-mark):
17105         Remove period from end of messages.
17107         * emulation/cua-rect.el (cua-do-rectangle-padding):
17108         Remove period from end of messages.
17109         (cua--rectangle-seq-format): Fix typo in docstring.
17110         (cua-sequence-rectangle, cua-fill-char-rectangle):
17111         Improve argument/docstring consistency.
17113 2005-06-29  Juri Linkov  <juri@jurta.org>
17115         * faces.el (default-frame-background-mode): New internal variable.
17116         (frame-set-background-mode): Use it.
17118         * startup.el (normal-top-level): Set default-frame-background-mode
17119         instead of frame-background-mode.  Before setting it, test for its
17120         nil value.  Remove tests for frame-background-mode and frame
17121         parameter `reverse'.  Add test for "unspecified-fg".
17123         * term/xterm.el (xterm-rxvt-set-background-mode):
17124         * term/rxvt.el (rxvt-set-background-mode):
17125         Set default-frame-background-mode instead of frame-background-mode.
17127 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
17129         * simple.el (set-variable): Warn about obsolete user variables.
17131         * imenu.el (imenu--completion-buffer):
17132         * mouse.el (mouse-buffer-menu-alist):
17133         * msb.el (msb-invisible-buffer-p):
17134         * calendar/diary-lib.el (diary-header-line-format):
17135         * emacs-lisp/pp.el (pp-buffer):
17136         * progmodes/cperl-mode.el (cperl-do-auto-fill):
17137         * textmodes/picture.el (picture-replace-match):
17138         Change space constants followed by a sexp to "?\s ".
17140         * play/decipher.el (decipher-loop-with-breaks):
17141         * textmodes/texinfo.el (texinfo-insert-@item): Change space
17142         constants "protected" from end of line by a comment to "?\s".
17144 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17146         * font-lock.el (save-buffer-state): Use `declare'.
17148         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17149         reset the syntax-table to cperl-mode-syntax-table.
17150         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17151         "foo_print_bar" is not matched as a reserved keyword.
17153 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
17155         * textmodes/org.el (orgtbl-setup): New function, for delayed
17156         setup for the orgtbl commands.
17157         (org-calc-default-modes): New option.
17158         (orgtbl-make-binding): Use `defun' to get better help display.
17159         (org-diary): Call `org-compile-prefix-format'.
17160         (org-table-formula-substitute-names): New function.
17161         (org-agenda-day-view, org-agenda-week-view): New commands.
17162         (org-agenda-toggle-week-view): Command removed.
17163         (org-tbl-menu): Split off from org-org-menu.
17164         (org-mode): Move removal of outline-mode menus to here.
17165         (org-table-formula-debug): New option.
17166         (org-table-insert-row): Keep first field if just "#" or "*".
17167         (org-mode): Paragraph regexps fixed.
17168         (org-table-recalculate-regexp): New constant.
17169         (org-table-justify-field-maybe): Avoid replace if not necessary.
17170         (org-copy-special, org-cut-special): Use `call-interactively'.
17171         (org-table-copy-region): Take region from `interactive' call.
17172         (org-trim): Return string even if no match.
17173         (org-formula): New face.
17174         (org-set-font-lock-defaults): No longer highlight "FIXME".
17175         But highlight formula-related fields in table.
17176         (org-table-p): Use regexp, not fontification.
17177         (org-table-align): Handle white space at end of line.
17178         (org-table-formula-evaluate-inline): New option.
17179         (org-mode): Auto-wrapping in comment lines turned off.
17180         (org-table-copy-down): Evaluate only in copied field, not in
17181         destination.
17182         (org-table-current-formula): Variable removed.
17183         (org-table-store-formulas, org-table-get-stored-formulas)
17184         (org-table-modify-formulas, org-table-replace-in-formulas)
17185         (org-table-maybe-eval-formula): New functions.
17186         (org-table-get-formula): Modify to use stored formulas.
17187         (org-table-insert-column, org-table-delete-column)
17188         (org-table-move-column): Call `org-table-modify-formulas'.
17189         (org-complete): Add completion for keyword formulas.
17190         (orgtbl-mode): Pull orgtbl-mode-map to start of
17191         minor-mode-map-alist.
17193 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17195         * progmodes/python.el (python-check): Require `compile' before
17196         modifying its variables.
17198         * newcomment.el (comment-indent-default): Don't get fooled by an early
17199         end of buffer.
17201 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17203         * ps-print.el (ps-print-version): Fix version number.
17205 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
17207         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17209 2005-06-28  Richard M. Stallman  <rms@gnu.org>
17211         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17212         (flyspell-local-mouse-map): Declaration deleted.
17213         (flyspell-mouse-map): Bind only mouse-2.
17214         (flyspell-mode-map): Don't test flyspell-use-local-map.
17215         (flyspell-overlay-keymap-property-name): Var deleted.
17216         (flyspell-mode-on): Don't make local bindings for
17217         flyspell-mouse-map and flyspell-mode-map.
17218         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17220         * textmodes/ispell.el (ispell-word): Do not ignore short words.
17222         * progmodes/compile.el (compilation-next-error-function):
17223         Don't switch buffers; operate on the current buffer.
17225         * progmodes/compile.el (compilation-error-file-name)
17226         (compilation-warning-file-name, compilation-info-file-name)
17227         (compilation-line-number, compilation-column-number): New faces.
17228         (compilation-error-face, compilation-warning-face)
17229         (compilation-info-face, compilation-line-face)
17230         (compilation-column-face): Use them.
17232         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17234         * comint.el (comint-password-prompt-regexp): Accept ", try again".
17236         * bindings.el (global-map): Bind insertchar and its variants.
17238 2005-06-27  Richard M. Stallman  <rms@gnu.org>
17240         * textmodes/artist.el (artist-text-overwrite)
17241         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17243 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17245         * ps-print.el: It was not working the page selection for printing.
17246         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17247         (ps-print-version): New version 6.6.7.
17248         (ps-end-sheet): New fun.
17249         (ps-header-sheet, ps-end-job): Call it.
17251 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
17253         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17255 2005-06-27  Lute Kamstra  <lute@gnu.org>
17257         * facemenu.el (facemenu-unlisted-faces): Add foreground and
17258         background color faces.
17259         (facemenu-get-face): Delete function.
17260         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17261         (facemenu-add-new-color): Make second argument mandatory.
17262         Create the appropriate face and return it.  Simplify.
17263         (facemenu-set-foreground, facemenu-set-background): Don't check if
17264         color is defined.  Use return value of facemenu-add-new-color.
17266 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
17268         * progmodes/gud.el (gud-filter): Add missing argument to
17269         with-selected-window.
17271 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17273         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17274         a :require to the defcustom.
17276         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17277         defcustoms corresponding to minor modes.
17279 2005-06-26  David Ponce  <david@dponce.com>
17281         * recentf.el: Require tree-widget instead of wid-edit.
17282         (recentf-filename-handler): Fix widget :type.
17283         (recentf-cancel-dialog, recentf-open-more-files)
17284         (recentf-open-files-action): Doc fix.
17285         (recentf-dialog-goto-first): New function.
17286         (recentf-dialog-mode-map): Set parent keymap first.
17287         (recentf-dialog-mode): Define with define-derived-mode.
17288         Don't display continuation lines in dialogs.
17289         (recentf-edit-list): Rename from recentf-edit-selected-items.
17290         (recentf-edit-list-select): Rename from recentf-edit-list-action.
17291         Simplify.
17292         (recentf-edit-list-validate): New function.
17293         (recentf-edit-list): Update accordingly.
17294         (recentf-open-files-item-shift): Remove.
17295         (recentf-open-files-item): Convert menu elements into tree and
17296         link widgets.  Don't create the widgets.
17297         (recentf-open-files): Update accordingly.
17298         (recentf-save-list): Untabify.
17300 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
17302         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17303         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
17304         partially contained in the active region.  Do not take active
17305         region into account when called from Lisp, unless INTERACTIVE arg
17306         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
17307         avoid trouble with fields.  Make marker point nowhere when no
17308         longer used.  Always return nil.  Doc fix.
17309         (flush-lines): Add INTERACTIVE arg.  Do not take active region
17310         into account when called from Lisp, unless INTERACTIVE arg is
17311         non-nil.  Use `forward-line' instead of `beginning-of-line' to
17312         avoid trouble with fields.  Make marker point nowhere when no
17313         longer used.  Always return nil.  Doc fix.
17314         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
17315         interchangeable.  Do not take active region into account when
17316         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
17317         message in echo area when called from Lisp, unless INTERACTIVE arg
17318         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
17319         Return the number of matches.  Doc fix.
17320         (occur): Doc fix.
17321         (perform-replace): Make comment follow double space convention for
17322         the sake of `outline-minor-mode'.
17324         * faces.el (facep): Doc fix.
17326 2005-06-25  Richard M. Stallman  <rms@gnu.org>
17328         * facemenu.el (facemenu-enable-faces-p): New function.
17329         (facemenu-background-menu, facemenu-foreground-menu)
17330         (facemenu-face-menu): Add menu-enable property.
17332         * jka-compr.el (jka-compr-insert-file-contents):
17333         Special handling if cannot find the uncompression program.
17335         * cus-face.el (custom-face-attributes): Add autoload.
17337         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17338         Bind comment-indent-function locally.
17340         * window.el (save-selected-window): Use save-current-buffer.
17342         * subr.el (with-selected-window): Use save-current-buffer.
17344         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17345         and with-current-buffer.
17347 2005-06-24  Richard M. Stallman  <rms@gnu.org>
17349         * simple.el (line-move-1): Fix previous change.
17351 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17353         * replace.el (occur-1): Set `buffer-read-only' and the
17354         buffer-modified flag before running `occur-hook' to protect
17355         against unintentional buffer switches that can lead to data loss.
17357 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
17359         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17360         (gud-gdb-marker-filter): Use font-lock-warning-face for any
17361         initial error.
17363         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17364         after fresh input.
17365         (gdb-var-create-handler): Put name of expression in quotes.
17367 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
17369         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17370         elements of RING in order, and without bogus nil elements.
17372 2005-06-23  Richard M. Stallman  <rms@gnu.org>
17374         * simple.el (set-variable): Args renamed; doc fix.
17375         (line-move-1): When there are overlays around, use vertical-motion.
17377         * faces.el (escape-glyph): Use brown against light background.
17378         (nobreak-space): Rename from no-break-space.
17379         Fix previous change.
17381         * dired-aux.el (dired-do-copy): Fix arg prompt.
17383         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17385 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
17387         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17388         rather than "Distributor".
17390 2005-06-23  Lute Kamstra  <lute@gnu.org>
17392         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17393         (debug-on-entry): Use it.  New interactive declaration that uses
17394         function-called-at-point.
17396 2005-06-23  Kim F. Storm  <storm@cua.dk>
17398         * subr.el (save-match-data): Add comment about using evaporate arg
17399         to set-match-data.
17401 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
17403         * cus-edit.el (customize-face)
17404         (customize-face-other-window): Handle face aliases.
17406         * faces.el (face-documentation, set-face-attribute)
17407         (face-spec-set): Handle face aliases.
17409 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
17411         * help-mode.el (help-make-xrefs): If a symbol representing a face
17412         name is not followed by the word "face", it could still be a
17413         function or variable name, so don't bypass other checks.
17415 2005-06-22  Juri Linkov  <juri@jurta.org>
17417         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17418         Replace aliased functions with calls where second arg `inherit' is t.
17420 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
17422         * progmodes/gdb-ui.el (gdb-error): New variable.
17423         (gdb-error): New function.
17424         (gdb-annotation-rules): Act on error-begin and error annotations.
17425         (gdb-concat-output): Use font-lock-warning-face for errors.
17427 2005-06-22  Miles Bader  <miles@gnu.org>
17429         * bindings.el (propertized-buffer-identification): Use renamed
17430         `Buffer-menu-buffer' face.
17432         * faces.el (vertical-border): Rename from `vertical-divider'.
17433         (escape-glyph): Change dark-background color back to `cyan'.
17435 2005-06-21  Juri Linkov  <juri@jurta.org>
17437         * faces.el (face-user-default-spec): Try getting `customized-face'
17438         prior to `saved-face'.
17439         (frame-background-mode): Refill docstring.
17441         * emacs-lisp/lisp-mode.el (eval-defun-1):
17442         * emacs-lisp/edebug.el (edebug-eval-defun):
17443         Set `saved-face' temporarily to nil before calling form.
17444         Set `customized-face' to the new spec after that.
17446 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17448         * subr.el (1value, lambda, key-substitution-in-progress):
17449         Doc fixes.
17451         * autoinsert.el (auto-insert-alist):
17452         * ses.el (ses-call-printer):
17453         * subr.el (noreturn):
17454         * emacs-lisp/lisp.el (check-parens):
17455         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17456         * net/browse-url.el (browse-url-mosaic):
17457         * progmodes/cc-defs.el (c-safe-scan-lists):
17458         * progmodes/ebnf-abn.el (ebnf-abn-lex):
17459         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17460         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17461         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17462         * progmodes/ebnf-iso.el (ebnf-iso-lex):
17463         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17465 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17467         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17469 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
17471         * calendar/appt.el (appt-make-list): Activate the package, if
17472         not already active (for backwards compatibility).
17474 2005-06-20  Kim F. Storm  <storm@cua.dk>
17476         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
17478 2005-06-20  Miles Bader  <miles@gnu.org>
17480         * faces.el (vertical-divider): New face.
17482 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
17484         * simple.el (kill-whole-line): Doc fix.
17485         (next-error-buffer-p, next-error-find-buffer)
17486         (clone-indirect-buffer): Fix typos in docstrings.
17487         (comment-line-break-function): Doc fix: don't say variable
17488         is automatically buffer-local (it isn't).
17490 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
17492         * net/tramp-ftp.el (top):
17493         * net/tramp-smb.el (top):
17494         * net/tramp-util.el (top):
17495         * net/tramp-uu.el (top):
17496         * net/tramp-vc.el (top):
17497         * net/tramp.el (top): Revert copyright years back to original
17498         ones.  Tramp has a life outside GNU Emacs.
17500 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
17502         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17504 2005-06-18  Juri Linkov  <juri@jurta.org>
17506         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17507         end of first regexp to limit the match to the position between
17508         line number and source line with same separator character as used
17509         between file name and line number.  In the second regexp limit
17510         mouse-face area to file name and line number by adding new group
17511         for them and referring it in HYPERLINK arg.
17512         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17513         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17514         previous line where grep markers may be already removed.
17516 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
17518         * progmodes/ps-mode.el: Update version and maintainer's email address.
17520 2005-06-18  Steve Youngs  <steve@xemacs.org>
17522         * net/browse-url.el (browse-url-browser-function)
17523         (browse-url-default-browser): Add firefox.
17524         (browse-url-firefox-program, browse-url-firefox-arguments)
17525         (browse-url-firefox-startup-arguments)
17526         (browse-url-firefox-new-window-is-tab): New defcustoms.
17527         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17529 2005-06-17  Richard M. Stallman  <rms@gnu.org>
17531         * startup.el (command-line): Warn if specified user name has
17532         no home directory.
17534         * term.el (term-get-old-input, term-input-filter, term-input-sender)
17535         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17537         * longlines.el (longlines-mode, longlines-show-hard-newlines):
17538         Doc fixes.
17540         * faces.el (underline): Try bold if terminal doesn't support underline.
17542         * mail/sendmail.el (mail-setup-with-from): New variable.
17543         (mail-insert-from-field): New function.
17544         (sendmail-send-it): Call it.
17545         (mail-setup): Optionally call it here.
17547         * term/linux.el: Call tty-no-underline.
17549 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
17551         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17553 2005-06-17  Miles Bader  <miles@gnu.org>
17555         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17556         (ediff-current-diff-C, ediff-current-diff-Ancestor)
17557         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17558         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17559         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17560         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17561         Remove "-face" suffix from face names.
17562         (ediff-current-diff-face-A, ediff-current-diff-face-B)
17563         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17564         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17565         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17566         (ediff-even-diff-face-A, ediff-even-diff-face-B)
17567         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17568         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17569         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17570         New backward-compatibility aliases for renamed faces.
17571         (ediff-current-diff-face-A, ediff-current-diff-face-B)
17572         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17573         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17574         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17575         (ediff-even-diff-face-A, ediff-even-diff-face-B)
17576         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17577         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17578         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17579         Use renamed ediff faces.
17581         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17582         Remove "-face" suffix from face names.
17583         (eshell-test-ok-face, eshell-test-failed-face):
17584         New backward-compatibility aliases for renamed faces.
17585         (eshell-run-test): Use renamed eshell-test faces.
17587         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17588         face name.
17589         (eshell-prompt-face): New backward-compatibility alias for renamed
17590         face.
17591         (eshell-emit-prompt): Use renamed eshell-prompt face.
17593         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17594         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17595         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17596         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17597         Remove "-face" suffix from face names.
17598         (eshell-ls-directory-face, eshell-ls-symlink-face)
17599         (eshell-ls-executable-face, eshell-ls-readonly-face)
17600         (eshell-ls-unreadable-face, eshell-ls-special-face)
17601         (eshell-ls-missing-face, eshell-ls-archive-face)
17602         (eshell-ls-backup-face, eshell-ls-product-face)
17603         (eshell-ls-clutter-face):
17604         New backward-compatibility aliases for renamed faces.
17605         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17607         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17608         Remove "-face" suffix from face name.
17609         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17610         instead of literal face.
17612 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
17614         * emacs-lisp/warnings.el (display-warning, lwarn)
17615         (warning-minimum-log-level): Doc fixes.
17616         (warning-minimum-level, warning-minimum-log-level):
17617         Add :debug to :type choices.
17619         * progmodes/ada-mode.el (ada-format-paramlist)
17620         (ada-get-indent-case, ada-check-matching-start)
17621         (ada-check-defun-name, ada-goto-matching-decl-start)
17622         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17623         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17624         (ada-make-subprogram-body): Follow error conventions.
17625         (ada-case-exception-file, ada-indent-comment-as-code)
17626         (ada-indent-handle-comment-special, ada-indent-renames)
17627         (ada-indent-return, ada-search-directories-internal)
17628         (ada-tab-policy, ada-case-exception-substring)
17629         (ada-other-file-alist, ada-matching-start-re)
17630         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17631         (ada-imenu-generic-expression, ada-compile-goto-error)
17632         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17633         (ada-popup-menu, ada-add-extensions, ada-mode)
17634         (ada-region-selected, ada-create-case-exception)
17635         (ada-create-case-exception-substring, ada-after-keyword-p)
17636         (ada-activate-keys-for-case, ada-adjust-case-region)
17637         (ada-adjust-case-buffer, ada-format-paramlist)
17638         (ada-scan-paramlist, ada-insert-paramlist)
17639         (ada-indent-newline-indent)
17640         (ada-indent-newline-indent-conditional)
17641         (ada-justified-indent-current, ada-goto-previous-word)
17642         (ada-indent-current, ada-get-indent-open-paren)
17643         (ada-get-indent-paramlist, ada-get-indent-end)
17644         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17645         (ada-get-indent-block-start, ada-get-indent-subprog)
17646         (ada-get-indent-noindent, ada-get-indent-label)
17647         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17648         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17649         (ada-goto-stmt-end, ada-goto-next-word)
17650         (ada-check-matching-start, ada-check-defun-name)
17651         (ada-goto-matching-decl-start, ada-goto-matching-start)
17652         (ada-goto-matching-end, ada-search-ignore-string-comment)
17653         (ada-in-decl-p, ada-looking-at-semi-or)
17654         (ada-looking-at-semi-private, ada-in-paramlist-p)
17655         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17656         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17657         (ada-next-procedure, ada-previous-procedure, ada-next-package)
17658         (ada-previous-package, ada-create-menu)
17659         (ada-fill-comment-paragraph-justify)
17660         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17661         (ada-other-file-name, ada-last-which-function-line)
17662         (ada-last-which-function-subprog, ada-which-function)
17663         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17664         (ada-gen-treat-proc, ada-check-emacs-version)
17665         (ada-continuation-indent, ada-align-region-separate):
17666         Fix typos in docstrings.
17667         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17669 2005-06-16  Lute Kamstra  <lute@gnu.org>
17671         * simple.el (fundamental-mode): Run after-change-major-mode-hook
17672         conditionally.
17674 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17676         * comint.el (comint-replace-by-expanded-filename)
17677         (comint-prompt-regexp, comint-delimiter-argument-list)
17678         (comint-preinput-scroll-to-bottom):
17679         * info.el (Info-hide-cookies-node):
17680         * ls-lisp.el (ls-lisp-classify):
17681         * find-file.el (ff-search-directories, ff-special-constructs)
17682         (ff-find-other-file):
17683         * font-lock.el (font-lock-keywords):
17684         * shell.el (shell-prompt-pattern)
17685         (shell-dynamic-complete-functions, shell-mode)
17686         (shell-delimiter-argument-list):
17687         * term.el (term-replace-by-expanded-filename)
17688         (term-prompt-regexp, term-delimiter-argument-list):
17689         * woman.el (woman-ignore, woman0-if):
17690         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17691         * emacs-lisp/elint.el (elint-init-env):
17692         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17693         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17694         * language/ethio-util.el (ethio-tilde-escape)
17695         (ethio-use-three-dot-question):
17696         * net/zone-mode.el (zone-mode-load-time-setup):
17697         * progmodes/cc-align.el (c-lineup-argcont):
17698         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17699         * progmodes/cperl-mode.el (cperl-set-style-back):
17700         * progmodes/inf-lisp.el (inferior-lisp-prompt):
17701         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17702         Fix spellings in docstrings.
17704         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17705         * progmodes/modula2.el (m2-for): Fix spellings.
17707         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17709         * simple.el (undo-more): Don't use `format' on `error' arguments.
17710         Improve argument/docstring consistency.
17711         (pending-undo-list): Doc fix.
17713         * smerge-mode.el (smerge-ensure-match):
17714         * emulation/vip.el (vip-ex):
17715         * net/zone-mode.el (zone-mode-update-serial):
17716         * progmodes/idlwave.el (idlwave-complete):
17717         * progmodes/vhdl-mode.el (vhdl-visit-file)
17718         (vhdl-compose-wire-components):
17719         Don't use `format' on `error' arguments.
17721         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17722         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17723         (tooltip-help-tips): Fix typos in docstrings.
17725 2005-06-16  David Ponce  <david@dponce.com>
17727         * tree-widget.el (tree-widget-value-create): Simplify last change.
17729 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
17731         * ido.el (ido-incomplete-regexp): New variable.
17732         (ido-set-matches-1): Handle invalid-regexp error and set
17733         ido-incomplete-regexp.
17734         (ido-incomplete-regexp): New face.
17735         (ido-completions): Use it.
17736         (ido-complete, ido-exit-minibuffer, ido-completions):
17737         Handle incomplete regexps.
17738         (ido-completions): Add check for complete match when entering a regexp.
17740 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17742         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17744 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17746         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17747         by field delimiters.
17749 2005-06-15  David Ponce  <david@dponce.com>
17751         * tree-widget.el: eval-and-compile inlined functions so they will
17752         be available at run-time too.
17753         (tree-widget-super-format-handler)
17754         (tree-widget-format-handler): Remove.
17755         (tree-widget-value-create): Handle the :indent property.
17757 2005-06-15  Miles Bader  <miles@gnu.org>
17759         * progmodes/which-func.el (which-func): Only inherit
17760         `font-lock-function-name-face' when that makes sense against the
17761         default mode-line face, otherwise set the face color explicitly.
17763         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17764         faces instead of (non-existent) variables.
17766 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17768         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17769         (iswitchb-get-matched-buffers): Likewise.  Simplify.
17771 2005-06-14  Miles Bader  <miles@gnu.org>
17773         * progmodes/ld-script.el (ld-script-location-counter):
17774         Remove "-face" suffix from face name.
17775         (ld-script-location-counter-face):
17776         New backward-compatibility alias for renamed face.
17777         (ld-script-location-counter-face): Use renamed face.
17779         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17780         (cperl-hash): Remove "-face" suffix from face names.
17781         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17782         New backward-compatibility aliases for renamed faces.
17783         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17784         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17786         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17787         name.
17788         (which-func-face): New backward-compatibility alias for renamed face.
17789         (which-func-format): Use renamed which-func face.
17791         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17792         (vhdl-function, vhdl-directive, vhdl-reserved-word)
17793         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17794         names.
17795         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17796         (vhdl-speedbar-configuration, vhdl-speedbar-package)
17797         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17798         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17799         (vhdl-speedbar-architecture-selected)
17800         (vhdl-speedbar-configuration-selected)
17801         (vhdl-speedbar-package-selected)
17802         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17803         names.
17804         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17805         Use renamed faces.
17806         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17807         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17808         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17809         Use renamed faces.
17810         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17811         names.
17812         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17813         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17814         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17815         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17816         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17817         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17819         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17820         face name.
17821         (sh-heredoc-face): New backward-compatibility alias for renamed face.
17822         (sh-heredoc-face): Use renamed sh-heredoc face.
17824         * progmodes/idlw-help.el (idlwave-help-link):
17825         Remove "-face" suffix from face name.
17826         (idlwave-help-link-face):
17827         New backward-compatibility alias for renamed face.
17828         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17830         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17831         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17832         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17833         New backward-compatibility aliases for renamed faces.
17834         (idlwave-shell-disabled-breakpoint-face)
17835         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17837         * progmodes/flymake.el (flymake-errline, flymake-warnline):
17838         Remove "-face" suffix from face names.
17839         (flymake-errline-face, flymake-warnline-face):
17840         New backward-compatibility aliases for renamed faces.
17841         (flymake-highlight-line): Use renamed flymake faces.
17843         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17844         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17845         (ebrowse-member-class, ebrowse-progress):
17846         Remove "-face" suffix from face names.
17847         (ebrowse-tree-mark-face, ebrowse-root-class-face)
17848         (ebrowse-file-name-face, ebrowse-default-face)
17849         (ebrowse-member-attribute-face, ebrowse-member-class-face)
17850         (ebrowse-progress-face):
17851         New backward-compatibility aliases for renamed faces.
17852         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17853         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17854         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17855         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17857         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17858         antlr-syntax)
17859         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17860         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17861         names.
17862         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17863         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17864         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17865         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17866         backward-compatibility aliases for renamed faces.
17867         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17868         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17869         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17870         remove "font-lock-".  Use renamed antlr-mode faces.
17871         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
17872         literal face-names with face variable references.
17874         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17875         face name.
17876         (Buffer-menu-buffer-face): New backward-compatibility alias for
17877         renamed face.
17878         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17880 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
17882         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17883         Eliminate "-face" suffix.
17884         (makefile-targets): Inherit from font-lock-function-name-face and
17885         eliminate "-face" suffix.
17886         (makefile-shell): Remove attributes and eliminate "-face" suffix.
17887         (makefile-*-font-lock-keywords): Append makefile-targets in rule
17888         actions, instead of prepending, to make it less visible.
17889         (makefile-previous-dependency, makefile-match-dependency):
17890         Don't match a target on a continuation line.
17892         * files.el (auto-mode-alist): Put Makefile in gmake mode.
17894 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
17896         * progmodes/gdb-ui.el (menu): Re-order menu items.
17897         (gdb-tooltip-print): Respect tooltip-use-echo-area.
17899         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17900         Define in tooltip.el.
17901         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17902         (gud-tooltip-tips): Respect tooltip-use-echo-area and
17903         gud-tooltip-echo-area.
17905         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17906         backward compatibility and make obsolete.
17907         (tooltip-help-tips): Use tooltip-use-echo-area.
17908         (tooltip-show-help-function): Rename to...
17909         (tooltip-show-help): ...this, because it is a function.
17910         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17912 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
17914         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17915         (edebug-print-length, edebug-print-level, edebug-print-circle)
17916         (edebug-modify-breakpoint, edebug-eval-last-sexp)
17917         (edebug-eval-print-last-sexp): Doc fixes.
17919 2005-06-14  Kim F. Storm  <storm@cua.dk>
17921         * ido.el (ido-mode): Make a new keymap every time we enable ido,
17922         as the coverage buffer/file/both may change.
17924 2005-06-14  Lute Kamstra  <lute@gnu.org>
17926         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17927         and run-mode-hooks.  Simplify.
17929         * mail/rmailedit.el (rmail-edit-mode):
17930         * progmodes/octave-inf.el (inferior-octave-mode):
17931         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17933         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17934         and run-mode-hooks.
17935         (recentf-edit-list, recentf-open-files): Don't call
17936         kill-all-local-variables directly.
17938         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17940 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17942         * emacs-lisp/byte-run.el (make-obsolete)
17943         (define-obsolete-function-alias): Rename arguments FUNCTION and
17944         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17945         (make-obsolete-variable, define-obsolete-variable-alias):
17946         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17947         respectively.
17949         * isearchb.el (isearchb-activate):
17950         * pcvs.el (cvs-mode):
17951         * ses.el (ses-load):
17952         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17953         * net/tramp.el (tramp-find-file-exists-command)
17954         (tramp-find-shell):
17955         * progmodes/ada-mode.el (ada-create-case-exception)
17956         (ada-create-case-exception-substring, ada-make-subprogram-body):
17957         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17958         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17959         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17960         * textmodes/org.el (org-promote, org-evaluate-time-range)
17961         (org-agenda-next-date-line, org-agenda-previous-date-line)
17962         (org-agenda-error, org-open-at-point, org-table-move-row)
17963         (org-format-table-table-html-using-table-generate-source)
17964         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17965         * textmodes/reftex.el (reftex-access-scan-info):
17966         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17967         (reftex-toc-promote-prepare): Follow error conventions.
17969         * diff-mode.el (diff-mode): Fix typo in docstring.
17971         * forms.el (forms--intuit-from-file): Fix reference to
17972         `forms-number-of-fields' in error message.
17973         (forms-print): Fix quoting in error message.
17975         * forms.el (forms-mode):
17976         * emulation/vi.el (vi-goto-insert-state):
17977         * progmodes/flymake.el (flymake-new-err-info)
17978         (flymake-start-syntax-check-for-current-buffer)
17979         (flymake-simple-cleanup):
17980         * eshell/esh-var.el (eshell/export):
17981         * progmodes/gud.el (xdb):
17982         * textmodes/flyspell.el (flyspell-incorrect-hook)
17983         (flyspell-maybe-correct-transposition)
17984         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17986 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
17988         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17989         minibuffer prompt.
17991 2005-06-13  Kim F. Storm  <storm@cua.dk>
17993         * subr.el (add-to-ordered-list): New defun.
17995         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17996         add cua--keymap-alist to emulation-mode-map-alists.
17998 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18000         * subr.el (complete-in-turn): New macro.
18001         (dynamic-completion-table, lazy-completion-table): Add debug info.
18003         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18004         in preference to face aliases.
18006         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18007         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18008         Remove unused vars `start' and `firstline'.
18009         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18010         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18012 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
18014         * cus-start.el (all): Don't complain about missing GTK-related
18015         variables, unless either `gtk' is boundp or this isn't a
18016         `windows-nt' build.
18018 2005-06-13  Lute Kamstra  <lute@gnu.org>
18020         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18021         run-mode-hooks.
18023         * ediff-mult.el (ediff-meta-mode):
18024         * ediff-util.el (ediff-mode): Use run-mode-hooks.
18026         * ledit.el (ledit-mode): Use delay-mode-hooks.
18028         * woman.el (woman-mode-line-format): Delete constant.
18029         (woman-mode-map): Initialize it properly.
18030         (woman-mode): Set mode-class property to special.
18031         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
18032         Set major-mode and mode-name.  Don't set mode-line-format directly.
18033         (Man-getpage-in-background): Don't reference woman-mode-line-format.
18035         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18036         string argument obsolete.
18038 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
18040         * textmodes/org.el (org-CUA-compatible): New option.
18041         (org-disputed-keys): New variable.
18042         (org-key): New function.
18043         (orgtbl-make-binding): Add docstring to the created function.
18044         (org-mode): Set paragraph start/separate regexps.
18045         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18046         (org-archive-location, org-archive-mark-done)
18047         (org-archive-stamp-time): New options.
18048         (org-archive-subtree): New command.
18049         (org-fill-paragraph): New function.
18050         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18051         (org-fake-empty-table-line): Function removed.
18052         (org-format-org-table-html): Do not create empty table lines at
18053         separator lines.  Improved table header treatment.
18054         (org-link-format): New option.
18055         (org-make-link): New function.
18056         (org-insert-link, org-store-link): Use org-make-link.
18057         (org-open-file): Quote file name for shell command, to allow
18058         spaces in file names.
18059         (org-link-regexp): Fix bug with mailto link.
18060         (org-link-maybe-angles-regexp, org-protected-link-regexp):
18061         New constants.
18062         (org-export-as-html): Deal with the optional angles around a link.
18063         Better treatment of file: links.
18064         (org-open-at-point): Replace @{ and @} with < and >.
18065         (org-run-mode-hooks): Function removed.
18066         (org-agenda-mode): No longer use `org-run-mode-hooks'.
18068 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
18070         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18071         MI command -data-list-register-values.
18072         (gdb-post-prompt): Indent properly.
18074 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
18076         * hilit-chg.el (highlight-changes-colors): Rename from
18077         `highlight-changes-colours'.
18078         (highlight-changes-colours): Keep as obsolete alias.
18079         (highlight-changes-face-list): Doc fix.
18080         (hilit-chg-make-list): Use `highlight-changes-colors'.
18082 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
18084         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18085         defun-prompt-regexp.
18087 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
18089         * loadup.el: Don't say we are dumping under 2 names on windows-nt
18090         and cygwin.
18092         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18093         Don't use an old loaddefs.el, as in Makefile.in.
18095 2005-06-12  Lute Kamstra  <lute@gnu.org>
18097         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18099         * man.el (Man-mode-map): Initialize it properly.
18100         (Man-mode): Set mode-class property to special.
18102         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18104 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
18106         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18107         A newline is needed in the docstring there.
18109         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18110         Doc fixes.
18112 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18114         * printing.el: Doc fix.  The menubar is no more changed when printing
18115         is loaded, it only changes when pr-menu-bind or pr-update-menus is
18116         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
18117         (pr-version): New version number (6.8.4).
18118         (pr-menu-bind): New command.
18119         (pr-update-menus): Docstring and code fix.
18120         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18121         Docstring fix.
18122         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18123         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18125 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
18127         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18128         "Returns" to "return", document useful return values, etc.
18130 2005-06-11  Alan Mackenzie  <acm@muc.de>
18132         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18133         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18134         (adaptive-file-function): Minor amendment to doc-string.
18136 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18138         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18139         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18140         Fix :type--it is `integer', not `string'.
18142         * faces.el (modeline-highlight): Rename from (the erroneous)
18143         `modeline-higilight'.
18145 2005-06-11  Lute Kamstra  <lute@gnu.org>
18147         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18148         lisp-interaction-mode-map but make it the parent.
18149         (edebug-eval-mode): Use define-derived-mode.
18151 2005-06-11  Andreas Schwab  <schwab@suse.de>
18153         * bindings.el: Add binding of `ESC functionkey' for every
18154         `M-functionkey'.
18155         * hexl.el (hexl-mode-map): Likewise.
18157 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
18159         * progmodes/compile.el (compilation-error-regexp-alist-alist)
18160         [msft]: update regexp for newer msft compilers.
18162 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
18164         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18165         ATTLIST portions of included DTDs.
18166         (xml-parse-dtd): Eliminate use of inefficient match-data.
18168 2005-06-10  Miles Bader  <miles@gnu.org>
18170         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18171         (mpuz-text): Remove "-face" suffix from face names.
18172         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18173         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18174         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18176         * play/gomoku.el (gomoku-O, gomoku-X):
18177         Remove "-face" suffix from face names.
18178         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18179         New backward-compatibility aliases for renamed faces.
18180         (gomoku-font-lock-keywords): Use renamed gomoku faces.
18182 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
18184         * thumbs.el: Fixes for changes of 2005-06-09.
18185         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18186         as a directory.
18187         (thumbs-thumbname): Remove directory separator from format string;
18188         `thumbs-thumbsdir' now returns a valid directory name.
18189         (thumbs-temp-dir): New defsubst.
18190         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18191         Use it.
18193         * cus-edit.el (minibuffer):
18194         * files.el (make-backup-file-name-function):
18195         * filesets.el (filesets-external-viewers):
18196         * hilit-chg.el (highlight-changes-colours)
18197         (highlight-changes-face-list, highlight-changes-rotate-faces):
18198         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18199         * kmacro.el (kmacro-call-macro):
18200         * log-edit.el (log-edit-changelog-full-paragraphs):
18201         * mouse.el (mouse-1-click-follows-link):
18202         * skeleton.el (skeleton-autowrap):
18203         * subr.el (insert-for-yank-1):
18204         * tempo.el (tempo-insert-region):
18205         * terminal.el (terminal-emulator):
18206         * time.el (display-time-mail-face):
18207         * vc.el (vc-annotate):
18208         * vcursor.el (vcursor-copy-line):
18209         * woman.el (woman-bold-headings, woman-ignore)
18210         (woman-default-faces, woman-monochrome-faces):
18211         * calendar/todo-mode.el (todo-insert-threshold):
18212         * emulation/pc-select.el (pc-select-selection-keys-only)
18213         (pc-selection-mode):
18214         * emulation/vip.el (vip-find-char-forward):
18215         * emulation/viper-cmd.el (viper-find-char-forward):
18216         * international/mule-cmds.el
18217         (select-safe-coding-system-accept-default-p)
18218         (input-method-exit-on-invalid-key):
18219         * international/mule-diag.el (describe-coding-system):
18220         * international/ucs-tables.el (unify-8859-on-encoding-mode):
18221         * net/browse-url.el (browse-url-xterm-program):
18222         * obsolete/lazy-lock.el (lazy-lock-mode):
18223         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18224         (cperl-mode):
18225         * progmodes/cpp.el (cpp-face-light-name-list)
18226         (cpp-face-dark-name-list):
18227         * progmodes/delphi.el (delphi-newline-always-indents):
18228         Fix spellings in docstrings.
18230         * ido.el (ido-mode, ido-file-extensions-order)
18231         (ido-default-file-method, ido-default-buffer-method)
18232         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18233         (ido-decorations, ido-read-file-name-as-directory-commands)
18234         (ido-read-file-name-non-ido, ido-work-directory-list)
18235         (ido-ignore-item-temp-list, ido-current-directory)
18236         (ido-magic-forward-char, ido-enter-find-file)
18237         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18238         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18240 2005-06-10  Lute Kamstra  <lute@gnu.org>
18242         * play/dunnet.el (dun-mode): Use define-derived-mode.
18243         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
18244         obsolete alias.
18246         * play/doctor.el (doctor-mode-map): Remove defvar.
18247         (doctor-mode): Use define-derived-mode.
18249         * mail/mspools.el (mspools-mode):
18250         * net/eudc-hotlist.el (eudc-hotlist-mode):
18251         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18253 2005-06-10  Miles Bader  <miles@gnu.org>
18255         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18256         Remove "-face" suffix from face names.
18257         (flyspell-incorrect-face, flyspell-duplicate-face):
18258         New backward-compatibility aliases for renamed faces.
18259         (flyspell-mode-on, make-flyspell-overlay)
18260         (flyspell-highlight-incorrect-region)
18261         (flyspell-highlight-duplicate-region)
18262         (flyspell-display-next-corrections)
18263         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18265         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18266         from face name.
18267         (texinfo-heading-face): New backward-compatibility alias for
18268         renamed face.
18269         (texinfo-heading-face): Use renamed texinfo-heading face.
18271         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18272         suffix from face names.
18273         (tex-math-face, tex-verbatim-face):
18274         New backward-compatibility aliases for renamed faces.
18275         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18276         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18277         literal face name.
18279         * textmodes/table.el (table-cell): Remove "-face" suffix from face
18280         name.
18281         (table-cell-face): New backward-compatibility alias for renamed face.
18282         (table--put-cell-face-property, table--update-cell-face):
18283         Use renamed table-cell face.
18285         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18286         from face name.
18287         (sgml-namespace-face): New backward-compatibility alias for
18288         renamed face.
18289         (sgml-namespace-face): Use renamed sgml-namespace face.
18291         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18292         (org-level-4, org-level-5, org-level-6, org-level-7)
18293         (org-level-8, org-warning, org-headline-done)
18294         (org-deadline-announce, org-scheduled-today)
18295         (org-scheduled-previously, org-link, org-done, org-table)
18296         (org-time-grid): Remove "-face" suffix from face names.
18297         (org-level-1-face, org-level-2-face, org-level-3-face)
18298         (org-level-4-face, org-level-5-face, org-level-6-face)
18299         (org-level-7-face, org-level-8-face, org-warning-face)
18300         (org-headline-done-face, org-deadline-announce-face)
18301         (org-scheduled-today-face, org-scheduled-previously-face)
18302         (org-link-face, org-done-face, org-table-face)
18303         (org-time-grid-face):
18304         New backward-compatibility aliases for renamed faces.
18305         (org-level-faces, org-set-font-lock-defaults, org-timeline)
18306         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18307         (org-agenda-get-timestamps, org-agenda-get-scheduled)
18308         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18310         * emulation/viper-init.el (viper-search, viper-replace-overlay)
18311         (viper-minibuffer-emacs, viper-minibuffer-insert)
18312         (viper-minibuffer-vi): Remove "-face" suffix from face names.
18313         (viper-search-face, viper-replace-overlay-face)
18314         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18315         (viper-minibuffer-vi-face):
18316         New backward-compatibility aliases for renamed faces.
18317         (viper-search-face, viper-replace-overlay-face)
18318         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18319         (viper-minibuffer-vi-face): Use renamed viper faces.
18321         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18322         Remove "-face" suffix from face names.
18323         (testcover-nohits-face, testcover-1value-face):
18324         New backward-compatibility aliases for renamed faces.
18325         (testcover-mark): Use renamed testcover faces.
18327         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18328         face name.
18329         (diary-button-face): New backward-compatibility alias for renamed face.
18330         (diary-entry): Use renamed diary-button face.
18332         * calendar/calendar.el (diary, calendar-today, holiday)
18333         (mark-visible-calendar-date): Remove "-face" suffix from face names.
18334         (diary-face, calendar-today-face, holiday-face):
18335         New backward-compatibility aliases for renamed faces.
18336         (eval-after-load "facemenu", diary-entry-marker)
18337         (calendar-today-marker, calendar-holiday-marker, diary-face):
18338         Use renamed calendar faces.
18340         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18341         (compare-windows-face): New backward-compatibility alias for
18342         renamed face.
18343         (compare-windows-highlight): Use renamed compare-windows face.
18345         * strokes.el (strokes-char): Remove "-face" suffix from face name.
18346         (strokes-char-face): New backward-compatibility alias for renamed face.
18347         (strokes-encode-buffer): Use renamed strokes-char face.
18349         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18350         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18351         Remove "-face" suffix from face names.
18352         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18353         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18354         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18355         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18356         Use renamed pcvs faces.
18357         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18358         * pcvs-defs.el (cvs-mode-map): Likewise.
18359         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18361         * info.el (info-title-1, info-title-2, info-title-3)
18362         (info-title-4): Remove "-face" suffix from and downcase face names.
18363         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18364         (Info-title-4-face):
18365         New backward-compatibility aliases for renamed faces.
18366         (Info-fontify-node): Use renamed info faces.
18368         * hilit-chg.el (highlight-changes, highlight-changes-delete):
18369         Remove "-face" suffix from face names.
18370         (highlight-changes-face, highlight-changes-delete-face):
18371         New backward-compatibility aliases for renamed faces.
18372         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18373         (hilit-chg-make-list): Use renamed highlight-changes faces.
18375         * generic-x.el (show-tabs-tab, show-tabs-space):
18376         Remove "-face" suffix from face names.
18377         (show-tabs-tab-face, show-tabs-space-face):
18378         New backward-compatibility aliases for renamed faces.
18379         (show-tabs-generic-mode-font-lock-defaults-1)
18380         (show-tabs-generic-mode-font-lock-defaults-2):
18381         Use renamed show-tabs faces.
18383         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18384         (smerge-markers): Remove "-face" suffix from face names.
18385         (smerge-mine-face, smerge-other-face, smerge-base-face)
18386         (smerge-markers-face):
18387         New backward-compatibility aliases for renamed faces.
18388         (smerge-mine-face, smerge-other-face, smerge-base-face)
18389         (smerge-markers-face): Use renamed smerge faces.
18391         * log-view.el (log-view-file, log-view-message): Remove "-face"
18392         suffix from face names.
18393         (log-view-file-face, log-view-message-face):
18394         New backward-compatibility aliases for renamed faces.
18395         (log-view-file-face, log-view-message-face): Use renamed log-view
18396         faces.
18398         * paren.el (show-paren-match, show-paren-mismatch):
18399         Remove "-face" suffix from face names.
18400         (show-paren-match-face, show-paren-mismatch-face):
18401         New backward-compatibility aliases for renamed faces.
18402         (show-paren-function): Use renamed show-paren faces.
18404         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18405         (ruler-mode-margins, ruler-mode-fringes)
18406         (ruler-mode-column-number, ruler-mode-fill-column)
18407         (ruler-mode-comment-column, ruler-mode-goal-column)
18408         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18409         suffix from face names.
18410         (ruler-mode-default-face, ruler-mode-pad-face)
18411         (ruler-mode-margins-face, ruler-mode-fringes-face)
18412         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18413         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18414         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18415         New backward-compatibility aliases for renamed faces.
18416         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18417         (ruler-mode-column-number, ruler-mode-fill-column)
18418         (ruler-mode-comment-column, ruler-mode-goal-column)
18419         (ruler-mode-tab-stop, ruler-mode-current-column)
18420         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18421         faces.
18423         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18424         face name.
18425         (whitespace-highlight-the-space): Use renamed face.
18426         (whitespace-highlight-face): New backward-compatibility alias for
18427         renamed face.
18429         * woman.el (woman-italic, woman-bold, woman-unknown)
18430         (woman-addition, woman-symbol-face):
18431         Remove "-face" suffix from face names.
18432         (woman-italic-face, woman-bold-face, woman-unknown-face)
18433         (woman-addition-face):
18434         New backward-compatibility aliases for renamed faces.
18435         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18436         (woman-decode-region, woman-replace-match)
18437         (woman-display-extended-fonts, woman-special-characters)
18438         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18439         Use renamed woman faces.
18441         * longlines.el (longlines-visible-face): Face removed.
18443         * diff-mode.el (diff-header, diff-file-header, diff-index)
18444         (diff-hunk-header, diff-removed, diff-added, diff-changed)
18445         (diff-function, diff-context, diff-nonexistent): Remove "-face"
18446         suffix from face names.
18447         (diff-header-face, diff-file-header-face, diff-index-face)
18448         (diff-hunk-header-face, diff-removed-face, diff-added-face)
18449         (diff-changed-face, diff-function-face, diff-context-face)
18450         (diff-nonexistent-face): New backward-compatibility aliases for
18451         renamed faces.
18452         (diff-header-face, diff-file-header-face)
18453         (diff-index, diff-index-face, diff-hunk-header)
18454         (diff-hunk-header-face, diff-removed, diff-removed-face)
18455         (diff-added, diff-added-face, diff-changed-face, diff-function)
18456         (diff-function-face, diff-context-face, diff-nonexistent)
18457         (diff-nonexistent-face): Use renamed diff-mode faces.
18459         * progmodes/compile.el (compilation-warning-face)
18460         (compilation-info-face): Remove "-face" suffix from face names.
18461         (compilation-warning-face, compilation-info-face):
18462         New backward-compatibility aliases for renamed faces.
18463         (compilation-warning-face, compilation-info-face):
18464         Use renamed compilation faces.
18466         * add-log.el (change-log-date, change-log-name)
18467         (change-log-email, change-log-file, change-log-list)
18468         (change-log-conditionals, change-log-function)
18469         (change-log-acknowledgement): Remove "-face" suffix from face names.
18470         (change-log-date-face, change-log-name-face)
18471         (change-log-email-face, change-log-file-face)
18472         (change-log-list-face, change-log-conditionals-face)
18473         (change-log-function-face, change-log-acknowledgement-face):
18474         New backward-compatibility aliases for renamed faces.
18475         (change-log-font-lock-keywords): Use renamed change-log faces.
18477         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18478         (custom-set, custom-changed, custom-saved, custom-button)
18479         (custom-button-pressed, custom-documentation, custom-state)
18480         (custom-comment, custom-comment-tag, custom-variable-tag)
18481         (custom-variable-button, custom-face-tag, custom-group-tag-1)
18482         (custom-group-tag): Remove "-face" suffix from face names.
18483         (custom-magic-alist, custom-magic-value-create)
18484         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18485         (custom-invalid-face, custom-rogue-face, custom-modified-face)
18486         (custom-set-face, custom-changed-face, custom-saved-face)
18487         (custom-button-face, custom-button-pressed-face)
18488         (custom-documentation-face, custom-state-face)
18489         (custom-comment-face, custom-comment-tag-face)
18490         (custom-variable-tag-face, custom-variable-button-face)
18491         (custom-face-tag-face, custom-group-tag-face-1)
18492         (custom-group-tag-face):
18493         New backward-compatibility aliases for renamed faces.
18495         * wid-edit.el (widget-documentation, widget-button)
18496         (widget-field, widget-single-line-field, widget-inactive)
18497         (widget-button-pressed): "-face" suffix removed from face names.
18498         (widget-documentation-face, widget-button-face)
18499         (widget-field-face, widget-single-line-field-face)
18500         (widget-inactive-face, widget-button-pressed-face):
18501         New backward-compatibility aliases for renamed faces.
18502         (widget-documentation-face, widget-button-face)
18503         (widget-button-pressed-face, widget-specify-field)
18504         (widget-specify-inactive): Use renamed widget faces.
18506 2005-06-10  Kenichi Handa  <handa@m17n.org>
18508         * term/x-win.el (x-clipboard-yank): Remove condition-case
18509         wrapping.
18511 2005-06-11  Kenichi Handa  <handa@m17n.org>
18513         * add-log.el (change-log-font-lock-keywords): Make the regexp for
18514         date lines stricter.
18516 2005-06-10  Zhang Wei  <id.brep@gmail.com>
18518         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18519         of x-get-selection.
18521 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
18523         * comint.el (comint-mode, comint-snapshot-last-prompt):
18524         * frame.el (frame-current-scroll-bars):
18525         * term.el (term-mode, term-check-proc, term-input-sender)
18526         (term-simple-send, term-extract-string, term-word)
18527         (term-match-partial-filename):
18528         * window.el (window-current-scroll-bars):
18529         * emulation/cua-base.el (cua-normal-cursor-color)
18530         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18531         (cua-global-mark-cursor-color):
18532         * mail/undigest.el (rmail-forward-separator-regex):
18533         Fix typos in docstrings.
18535         * comint.el (comint-check-proc, make-comint-in-buffer)
18536         (comint-source-default): Doc fixes.
18538         * term.el (term-send-string): Improve argument/docstring consistency.
18540 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
18542         * comint.el (comint-send-input): Bind `inhibit-read-only' around
18543         call to `delete-region'.
18544         (comint-mode-hook): Do not enable Font Lock by default.
18546 2005-06-09  Lute Kamstra  <lute@gnu.org>
18548         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18549         could be void.
18551 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18553         * emacs-lisp/debug.el (debugger-will-be-back): New var.
18554         (debug): Use it.
18555         (debugger-step-through, debugger-continue, debugger-jump)
18556         (debugger-return-value): Set it when needed.
18557         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18558         Use inhibit-read-only.
18560 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
18562         * window.el (shrink-window-if-larger-than-buffer)
18563         (window-size-fixed): Fix typo in docstring.
18565         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
18566         thumbnails directory on loading.
18567         (thumbs-conversion-program): Use `eq' to check the system type,
18568         not `equal'.
18569         (thumbs-temp-dir): Initialize to `temporary-file-directory',
18570         not "/tmp".  Fix docstring.
18571         (thumbs-thumbsdir): New function to return the thumbnails
18572         directory, creating it if needed.
18573         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18574         (thumbs-temp-file): Delete variable and make it into a function.
18575         (thumbs-resize-image, thumbs-modify-image): Use it.
18576         (thumbs-kill-buffer): Simplify.
18577         (thumbs-gensym): Defalias or duplicate CL `gensym'.
18578         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18579         docstrings.
18581 2005-06-09  Kim F. Storm  <storm@cua.dk>
18583         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18584         set-match-data to free markers in match-data.
18586         * replace.el (replace-match-data): Pass RESEAT arg `t' to
18587         match-data to unchain markers in match-data.
18589 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18591         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18592         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
18593         unnecessary now.
18595 2005-06-08  Richard M. Stallman  <rms@gnu.org>
18597         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18598         give the variable a doc string that doesn't say don't set it directly.
18600         * textmodes/ispell.el (ispell-check-version):
18601         Use match-string-no-properties.
18602         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18603         (ispell-buffer-local-words): Likewise.
18605         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18606         except on terminals with enough colors to really display it.
18607         (makefile-dependency-regex): Delete spurious `bb'.
18609         * faces.el (escape-glyph): Use blue once again in last case.
18610         (no-break-space): Redefine so that it isn't invisible on a tty.
18612 2005-06-08  Kim F. Storm  <storm@cua.dk>
18614         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18615         also when reading directory name.
18617 2005-06-08  Lute Kamstra  <lute@gnu.org>
18619         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18620         (flyspell-mode-line-string): Remove autoload cookie.
18621         (flyspell-mode): Remove defvar.
18623 2005-06-07  Lute Kamstra  <lute@gnu.org>
18625         * textmodes/org.el (org-run-mode-hooks): New function.
18626         (org-agenda-mode): Use it.
18628 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
18630         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18632 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18634         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18636 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
18638         * font-lock.el (font-lock-add-keywords): Doc fix.
18640 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18642         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18643         (tex-compile-default): In the absence of any history, use the order in
18644         tex-compile-alist to choose the preferred command.
18645         (tex-compile-commands): Reorder a bit.
18647         * textmodes/flyspell.el (flyspell-auto-correct-binding)
18648         (flyspell-incorrect-face, flyspell-duplicate-face):
18649         Use (X)Emacs-agnostic code.
18650         (flyspell-mode-map): Don't overwrite at each load.  Remove code
18651         redundant with the subsequent add-minor-mode.  Merge Emacs and
18652         XEmacs code.
18653         (flyspell-word): Minor simplification.
18654         (flyspell-math-tex-command-p): Quieten the byte-compiler.
18655         (flyspell-external-point-words): Remove unused vars `size' and `start'.
18656         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18657         Merge the corresponding Emacs code.
18658         (flyspell-correct-word, flyspell-xemacs-popup):
18659         Use flyspell-do-correct.
18661         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18662         a dedicated window.
18664         * international/latexenc.el (latexenc-find-file-coding-system):
18665         Undo part of last patch, to turn off a compiler warning.
18667 2005-06-06  Juri Linkov  <juri@jurta.org>
18669         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18670         Rename `tmm-inactive-face' to `tmm-inactive'.
18672 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
18674         * iswitchb.el: Rename faces.
18676 2005-06-06  Kim F. Storm  <storm@cua.dk>
18678         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18679         (cua-global-mark): Remove -face suffix from face names.
18681         * emulation/cua-gmrk.el (cua--init-global-mark):
18682         Remove cua-global-mark face setup.
18684 2005-06-06  Richard M. Stallman  <rms@gnu.org>
18686         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18687         just like other allowed characters.
18688         (makefile-match-dependency): Exclude leading and training whitespace
18689         from the range of regexp subexp 1.
18690         (makefile-macroassign-regex): Don't try to match the body,
18691         just the name of the macro being defined.
18693         * info.el (Info-read-node-name-2): New function.
18694         (Info-read-node-name-1): Use that.
18695         Add a completion-base-size-function property.
18697         * simple.el (completion-setup-function): Look for
18698         completion-base-size-function property of minibuffer-completion-table.
18700         * files.el (locate-file-completion): Doc fix.
18702         * printing.el: Don't call pr-update-menus; user must do that.
18704         * emacs-lisp/debug.el (debugger-window): New variable.
18705         (debug): Use debugger-window if it is set and still alive.
18706         Record debugger-window for next entry.
18708         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18710 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
18712         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18713         (hack-one-local-variable, hack-local-variables)
18714         (hack-local-variables-prop-line): Pass that arg.
18716 2005-06-06  Kim F. Storm  <storm@cua.dk>
18718         * ido.el (ido-first-match, ido-only-match, ido-subdir)
18719         (ido-indicator): Remove -face suffix from face names.
18721 2005-06-06  Juri Linkov  <juri@jurta.org>
18723         * font-lock.el (font-lock-regexp-backslash)
18724         (font-lock-regexp-backslash-construct): New faces.
18725         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
18726         after `('.  Add `while-no-input' to control structures.
18728         * faces.el (no-break-space, shadow): New faces.
18729         (escape-glyph): Use less loud colors pink2 and red4.
18731         * diff-mode.el (diff-context-face)
18732         * dired.el (dired-ignored)
18733         * rfn-eshadow.el (file-name-shadow)
18734         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18736         * info.el (Info-title-1-face): Use green instead of yellow because
18737         bold yellow is not readable on light backgrounds.
18739         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18740         before selecting the desired mode to not spend time fontifying
18741         old contents.
18743 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
18745         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18746         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18748         * ps-print.el (ps-default-fg, ps-default-bg):
18749         Fix typos in docstrings.
18751         * isearchb.el (isearchb): Don't pass a spurious second argument to
18752         `iswitchb-completions'.
18754 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
18756         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18757         to preserve point.
18758         (gdb-find-file-hook): Add doc string.
18760         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18761         C dereferenced pointer expression.
18762         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
18764         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18766         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18767         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18768         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18769         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18770         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18771         Make background transparent.
18773 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18775         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
18776         (font-lock-remove-keywords): Doc fix.
18777         (font-lock-mode-major-mode): Compiler defvar.
18778         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18780         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18781         (font-lock-mode): Update `font-lock-mode-major-mode'.
18782         (font-lock-set-defaults): Compiler defvar.
18783         (font-lock-default-function): Take `font-lock-mode-major-mode'
18784         into account.
18786         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18787         keep track of which major mode it enabled the minor mode for.
18788         Use find-file-hook again.  Update docstring.
18790         * simple.el (eval-expression-print-level)
18791         (eval-expression-print-length, eval-expression-debug-on-error):
18792         Doc fixes.
18794 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
18796         * iswitchb.el (iswitchb-single-match-face)
18797         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18798         (iswitchb-invalid-regexp-face): New faces.
18799         (iswitchb-completions): Use them.
18800         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18801         now marked as an obsolete alias.
18802         (iswitchb-read-buffer): Remove check for bound font variables.
18803         (iswitchb-invalid-regexp): New free variable.
18804         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18805         set iswitchb-invalid-regexp.
18806         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18807         invalid regexps.
18808         (iswitchb-completions): Add check for complete match when entering
18809         a regexp.
18810         (iswitchb-completions): Remove require-match argument.
18811         (iswitchb-exhibit): Fix caller.
18812         (iswitchb-common-match-inserted): New variable.
18813         (iswitchb-complete, iswitchb-completion-help): Use it.
18815 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
18817         * url-http.el (url-http-chunked-encoding-after-change-function):
18818         Use `url-http-debug' instead of `message'.
18820 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
18822         * url-http.el (url-http-parse-headers): Pass redirected URL as a
18823         callback argument.
18825 2005-06-04  Kim F. Storm  <storm@cua.dk>
18827         * simple.el (line-move): Only call sit-for when moving backwards.
18829         * ido.el (ido-make-merged-file-list-1): New defun split from
18830         ido-make-merged-file-list.
18831         (ido-make-merged-file-list): Bind throw-on-input around call to
18832         ido-make-merged-file-list-1.  Return input-pending-p if
18833         interrupted by more input available.
18834         (ido-read-internal): Handle input-pending-p return value from
18835         ido-make-merged-file-list.
18837 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18839         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18840         compatibility code.
18842         * international/latexenc.el (latexenc-find-file-coding-system):
18843         Don't inherit the EOL part of the coding-system from the
18844         tex-main buffer.  Fit within 80 columns.
18846 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
18848         * tmm.el (tmm-inactive-face): New face.
18849         (tmm-remove-inactive-mouse-face): New function.
18850         (tmm-prompt, tmm-add-one-shortcut)
18851         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18852         but not selectable.
18854 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
18856         * faces.el (face-equal): Improve argument/docstring consistency.
18858 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
18860         * progmodes/make-mode.el (makefile-targets-face)
18861         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18862         (makefile-bsdmake-dependency-regex)
18863         (makefile-makepp-rule-action-regex)
18864         (makefile-bsdmake-rule-action-regex): New constants.
18865         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18867         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18868         Allow (...) within `...' for makepp messages.
18870 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
18872         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18874         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18875         "." files are deleted from all file lists before comparison.
18877         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18878         (viper-ESC-key): Made them customizable.
18880         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18882 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
18884         * autorevert.el (auto-revert-buffers): Use save-match-data.
18886 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18888         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18889         menu items with a nil command binding.
18891 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
18893         * emacs-lisp/cl-macs.el (defsetf):
18894         Improve argument/docstring consistency.
18896         * faces.el (list-faces-display): Improve the formatting by
18897         computing the maximum length required for any face-name (reworked
18898         patch of 1999-01-11, accidentally deleted on 1999-07-21).
18899         (internal-find-face): Remove redundant info in docstring.
18901 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
18903         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18904         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18905         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18906         (gdb-assembler-custom): Improve regexps.
18907         (def-gdb-auto-update-handler): Use window point to preserve point.
18909 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18911         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18913 2005-05-31  Jay Belanger  <belanger@truman.edu>
18915         * calc/calc-embed.el (calc-embedded-word): Change argument passed
18916         to calc-embedded.
18917         (calc-embedded-make-info): Have plain prefix argument select
18918         entire line.
18920 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
18922         * faces.el (list-faces-display): Signal error if passed a regexp
18923         that matches no face name.
18925         * simple.el (filter-buffer-substring): Fix typo in docstring.
18927 2005-05-31  Richard M. Stallman  <rms@gnu.org>
18929         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18930         (vhdl-emacs-21): Doc fix.
18931         (vhdl-mode): Unconditionally set comment-padding.
18932         (vhdl-fixup-whitespace-region): Insert spaces only where
18933         there are none.
18934         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18936 2005-05-30  John Wiegley  <johnw@newartisans.com>
18938         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18939         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18940         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18941         `directory-sep-char' to ?/, and all uses of `string-to-int' to
18942         `string-to-number'.
18944 2005-05-30  Jay Belanger  <belanger@truman.edu>
18946         * calc/calc.el (calc-bug-address): Fix docstring.
18947         (calc-window-hook, calc-trail-window-hook): New variables.
18948         (calc-trail-display): Restore use of calc-trail-window-hook.
18949         (calc): Restore use of calc-window-hook.
18951 2005-05-31  Masatake YAMATO  <jet@gyve.org>
18953         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18955         * help-fns.el (help-C-file-name): Add autoload mark for
18956         `find-function-noselect'.
18958 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18960         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18961         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18963 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18965         * calendar/diary-lib.el (mark-included-diary-files): Only kill
18966         included diary buffer if it was not already being visited.
18967         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18969         * calendar/icalendar.el (top-level): Do not require appt.
18971         * mail/supercite.el (sc-select-attribution): Only use a list
18972         element from sc-attrib-selection-list if it returns a string.
18973         Reported by Davide G. M. Salvetti <salve@debian.org>.
18975 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
18977         * thumbs.el (thumbs-thumbname): The resulting thumbname now
18978         includes a hash value to improve its uniqueness, and has a ".jpg"
18979         extension.  Also, it is now a valid filename on all systems.
18980         (thumbs-make-thumb): Use `let', not `let*'.
18981         (thumbs-show-thumbs-list): Check for JPEG availability.
18983 2005-05-30  Richard M. Stallman  <rms@gnu.org>
18985         * filesets.el (filesets-menu-ensure-use-cached):
18986         Prevent warning when emacs-version>= is undefined.
18988         * printing.el (pr-interactive-n-up): Use string-to-number.
18990         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18992         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18993         Warn only when name to be defined is quoted.
18995 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
18997         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18998         Make regexp more robust.
18999         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19000         Force regeneration of disassembly.
19002 2005-05-29  Jay Belanger  <belanger@truman.edu>
19004         * calc/calc.el (calc-user-invocation): Check if
19005         calc-invocation-macro is non-nil.
19007 2005-05-29  Juri Linkov  <juri@jurta.org>
19009         * add-log.el (change-log-font-lock-keywords):
19010         Add `+' to e-mail regexp to accept mail address with keywords.
19012         * man.el (Man-name-regexp): Add `:' to accept qualified names.
19014 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
19016         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19018         * ielm.el (inferior-emacs-lisp-mode): Ditto.
19020 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19022         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19023         Undo the change that moves to end of the current word.
19025 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
19027         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19028         Throw error when count <= 0 to ensure input is a number.
19029         (gdb-read-memory-custom): Pick up address from buffer.
19030         (gdb-memory-mode): Allow user to increment and decrement
19031         memory address from header line.
19033 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19035         * flyspell.el (flyspell-version): Function deleted.
19036         (flyspell-auto-correct-previous-hook): Doc fix.
19038         * jit-lock.el (jit-lock-function, jit-lock-after-change):
19039         Do nothing if memory is full.
19041         * font-lock.el (font-lock-fontify-syntactically-region):
19042         Pass t for GREEDY to looking-back.
19044         * saveplace.el (save-place-alist-to-file): Write the file
19045         using write-region.
19047         * subr.el (looking-back): New argument GREEDY.
19049         * progmodes/compile.el (compilation-start): Set the mode
19050         before inserting the initial text.
19052         * progmodes/which-func.el (which-func-update-1): Turn the mode
19053         off in case of error by setting which-func-mode.
19055 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
19057         * flyspell.el (flyspell-auto-correct-previous-word):
19058         Narrow down to what's on the screen, and recenter overlays
19059         at the end of the next word.
19061 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
19063         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19064         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19065         (flyspell-abbrev-p): Default to nil.
19066         (flyspell-use-global-abbrev-table-p): Doc fix.
19067         (flyspell-large-region): Allow nil as value.
19068         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19070         (mail-mode-flyspell-verify): More robust handling
19071         of `mail-header-separator'.  More efficient signature detection.
19072         Allow for regexp metacharacters in message-header-separator.
19073         Adding `To' not to be checked in mail-mode-flyspell-verify.
19075         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19076         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19077         Bind flyspell-auto-correct-binding.
19078         Bind C-. and C-, .
19079         (flyspell-mode-map): Likewise.
19080         (flyspell-mode): Doc fix.
19081         (flyspell-accept-buffer-local-defs): Preserve current buffer.
19082         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19083         (flyspell-word-cache-result): New var, always local.
19084         (flyspell-check-pre-word-p): Doc fix.
19085         (flyspell-check-changed-word-p): Handle spc like newline.
19086         (flyspell-post-command-hook): Set flyspell-word-cache-result.
19087         (flyspell-word-search-backward, flyspell-word-search-forward):
19088         New functions.
19089         (flyspell-word): Return t if nothing to check.
19090         When parsing TeX code, check for after } or \.
19091         Use flyspell-word-search-backward to find previous word.
19092         Return nil if duplicated word.
19093         For word already checked, return same value as last time.
19094         Set flyspell-word-cache-result after checking.
19095         Don't clobber the return value.
19096         (flyspell-get-word): Major rewrite.
19097         (flyspell-external-point-words): New locals pword, pcount.
19098         Fix size used in progress message.
19099         Find the proper corresponding word in flyspell-large-region-buffer.
19100         (flyspell-region): Check for flyspell-large-region = nil.
19101         (flyspell-highlight-incorrect-region): Clean up overlays in region.
19102         (flyspell-auto-correct-word): Check that WORD is a cons.
19103         (flyspell-correct-word): Likewise.
19105 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
19107         * progmodes/make-mode.el (makefile-rule-action-regex)
19108         (makefile-macroassign-regex, makefile-makepp-mode)
19109         (makefile-bsdmake-mode): Continuation lines may be empty.
19110         Reported by Joshua Varner.
19111         (makefile-makepp-font-lock-keywords): Add $(stem).
19113 2005-05-28  Karl Berry  <karl@gnu.org>
19115         * textmodes/tex-mode.el: Now that tex-send-command calls
19116         shell-quote-argument (2005-03-31 change), remove all calls to
19117         shell-quote-argument; they all end up invoking tex-send-command.
19118         The double quoting loses on filenames with non-safe characters,
19119         such as "@".  Reported by Frederik Fouvry.
19121 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
19123         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19124         about preserving point.
19126 2005-05-27  Jay Belanger  <belanger@truman.edu>
19128         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19129         Info-goto-node.
19131         * calc/calc-embed.el (calc-embed-arg): New variable.
19132         (calc-do-embedded-activate, calc-embedded-activate-formula)
19133         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19134         variable by new variable.
19135         (calc-embedded-make-info): Replace undeclared variable by new
19136         variable.  When selecting region with positive prefix
19137         argument, use end of previous line instead of beginning of line.
19139         * calc/calc-aent.el (calc-arg-values): Declare it.
19141         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19142         Declare them.
19144         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19146         * calc/calc.el (calc-alg-map): Declare it.
19148         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19150 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
19152         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19153         (gdb-registers-buffer, toggle-gdb-all-registers):
19154         Toggle display of floating point registers.
19155         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19157         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
19158         (toggle-gud-tooltip-dereference):
19159         Rename from gud-toggle-tooltip-dereference.
19161 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19163         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19165 2005-05-27  Jay Belanger  <belanger@truman.edu>
19167         * calc/calc-prog.el (calc-kbd-report): Remove.
19168         (calc-kbd-query): Rewrite.
19170 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
19172         * image.el (image-library-alist): Move to image.c.
19173         (image-type-available-p): Doc fix.
19175 2005-05-27  Lute Kamstra  <lute@gnu.org>
19177         * calc/calc.el (calc):
19178         * outline.el (outline-1, outline-2, outline-3, outline-4)
19179         (outline-5, outline-6, outline-7, outline-8):
19180         * textmodes/dns-mode.el (dns-mode):
19181         * textmodes/sgml-mode.el (sgml-namespace-face):
19182         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19183         (tex-verbatim-face, tex-use-reftex):
19184         * textmodes/texinfo.el (texinfo-heading-face):
19185         Specify customization group.
19187         * longlines.el: Don't require easy-mmode.
19188         (longlines-visible-face): Specify customization group.
19190 2005-05-27  Kenichi Handa  <handa@m17n.org>
19192         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19193         encoding table of windows-1251.
19195         * international/ucs-tables.el (ucs-set-table-for-input):
19196         If translation-table-for-input of a coding system is a symbol, get
19197         its translation-table property.
19199         * international/code-pages.el: Don't register a coding system into
19200         non-iso-charset-alist more than once.
19201         (cp-make-coding-system): Likewise.
19203 2005-05-26  John Wiegley  <johnw@newartisans.com>
19205         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19206         `eshell-resume-eval' is wrapped in a list, it indicates that the
19207         command was run asynchronously.  In that case, unwrap the value
19208         before checking the delimiter value.
19210         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19211         character before a space at the end of a line is \, assume the space
19212         is part of the last argument rather than a final argument separator.
19214         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19215         is in use, and the target is `t' or `nil' (which are the most common
19216         values), don't assume that the symbol target is a buffer.
19218 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19220         * calendar/calendar.el (calendar-mode-line-format):
19221         Use mode-line-highlight as mouse-face.
19223         * time.el (display-time-string-forms, display-time-update):
19224         Use mode-line-highlight as mouse-face.
19226 2005-05-26  Jay Belanger  <belanger@truman.edu>
19228         * calc/calc.el (calc-language-alist): Remove extra defvar.
19230 2005-05-26  Lute Kamstra  <lute@gnu.org>
19232         * arc-mode.el (archive-mode):
19233         * bookmark.el (bookmark-read-annotation-mode)
19234         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19235         * bs.el (bs-mode):
19236         * calc/calc-yank.el (calc-edit-mode):
19237         * calc/calc.el (calc-mode, calc-trail-mode):
19238         * calculator.el (calculator-mode):
19239         * chistory.el (command-history-mode):
19240         * comint.el:
19241         * cus-edit.el (custom-mode):
19242         * descr-text.el (describe-text-mode):
19243         * ebuff-menu.el (Electric-buffer-menu-mode):
19244         * ediff-util.el (ediff-mode):
19245         * emacs-lisp/re-builder.el (reb-mode):
19246         * emulation/vi.el (vi-mode-setup):
19247         * emulation/ws-mode.el (wordstar-mode):
19248         * eshell/esh-mode.el (eshell-mode):
19249         * forms.el (forms-mode):
19250         * help-mode.el (help-mode):
19251         * hexl.el (hexl-mode):
19252         * ibuffer.el (ibuffer-mode):
19253         * ielm.el (inferior-emacs-lisp-mode):
19254         * info.el (Info-mode, Info-edit-mode):
19255         * international/swedish.el:
19256         * ledit.el (ledit-from-lisp-mode):
19257         * locate.el (locate-mode):
19258         * mail/rmail.el (rmail-mode):
19259         * mail/rmailedit.el (rmail-edit-mode):
19260         * mail/rmailsum.el (rmail-summary-mode):
19261         * mail/supercite.el (sc-electric-mode):
19262         * net/eudc.el (eudc-mode):
19263         * net/quickurl.el (quickurl-list-mode):
19264         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19265         * obsolete/ooutline.el (outline-mode):
19266         * obsolete/options.el (Edit-options-mode):
19267         * obsolete/rnews.el (news-mode):
19268         * obsolete/rnewspost.el (news-reply-mode):
19269         * play/5x5.el (5x5-mode):
19270         * play/decipher.el (decipher-mode, decipher-stats-mode):
19271         * play/gomoku.el (gomoku-mode):
19272         * play/snake.el (snake-mode):
19273         * play/solitaire.el (solitaire-mode):
19274         * play/tetris.el (tetris-mode):
19275         * progmodes/ada-mode.el (ada-mode):
19276         * progmodes/antlr-mode.el (antlr-mode):
19277         * progmodes/autoconf.el (autoconf-mode):
19278         * progmodes/dcl-mode.el (dcl-mode):
19279         * progmodes/delphi.el (delphi-mode):
19280         * progmodes/ebrowse.el (ebrowse-tree-mode)
19281         (ebrowse-electric-list-mode, ebrowse-member-mode)
19282         (ebrowse-electric-position-mode):
19283         * progmodes/f90.el (f90-mode):
19284         * progmodes/fortran.el (fortran-mode):
19285         * progmodes/icon.el (icon-mode):
19286         * progmodes/idlw-help.el (idlwave-help-mode):
19287         * progmodes/idlw-shell.el (idlwave-shell-mode):
19288         * progmodes/idlwave.el (idlwave-mode):
19289         * progmodes/inf-lisp.el (inferior-lisp-mode):
19290         * progmodes/m4-mode.el (m4-mode):
19291         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19292         * progmodes/modula2.el (modula-2-mode):
19293         * progmodes/octave-inf.el (inferior-octave-mode):
19294         * progmodes/octave-mod.el (octave-mode):
19295         * progmodes/pascal.el (pascal-mode):
19296         * progmodes/sh-script.el (sh-mode):
19297         * progmodes/sql.el (sql-mode, sql-interactive-mode):
19298         * progmodes/vhdl-mode.el (vhdl-mode):
19299         * progmodes/xscheme.el (scheme-interaction-mode):
19300         * replace.el (occur-mode):
19301         * ses.el (ses-mode):
19302         * simple.el (completion-list-mode):
19303         * skeleton.el:
19304         * speedbar.el (speedbar-mode):
19305         * term.el (term-mode):
19306         * terminal.el (terminal-edit-mode):
19307         * textmodes/reftex-index.el (reftex-index-mode)
19308         (reftex-index-phrases-mode):
19309         * textmodes/reftex-sel.el (reftex-select-label-mode)
19310         (reftex-select-bib-mode):
19311         * textmodes/reftex-toc.el (reftex-toc-mode):
19312         * wdired.el (wdired-change-to-wdired-mode):
19313         * wid-browse.el (widget-browse-mode):
19314         Use run-mode-hooks.
19316         * array.el (array-mode):
19317         * calendar/todo-mode.el (todo-mode):
19318         * man.el (Man-mode):
19319         * play/landmark.el (lm-mode):
19320         * play/mpuz.el (mpuz-mode):
19321         Use kill-all-local-variables and run-mode-hooks.
19323         * subr.el (delay-mode-hooks): Specify indentation.
19325 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
19327         * xml.el (xml-substitute-special): Don't die for undefined xml
19328         entities.
19330 2005-05-26  Jay Belanger  <belanger@truman.edu>
19332         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19333         of nil.
19335 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
19337         * progmodes/gdb-ui.el (gdb-frame-address):
19338         Rename from gdb-current-address.
19339         (gdb-previous-frame-address): Rename from gdb-previous-address.
19340         (gdb-selected-frame): Rename from gdb-current-frame.
19341         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19342         (gdb-frame-number): Rename from gdb-current-stack-level.
19343         (gdb-ann3): Match new mode-name for disassembly buffer.
19344         Extend initialization of variables.
19345         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19346         (gdb-memory-mode): Use mouse-face in header line.
19347         (gdb-assembler-buffer-name): Call it disassembly and give frame
19348         in mode line.
19349         (gdb-source-spec-regexp, gdb-assembler-custom)
19350         (gdb-invalidate-assembler, gdb-frame-handler):
19351         Make robust to leading zeroes in address format.
19353 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
19355         * textmodes/org.el (org-mode): Use `define-derived-mode' to
19356         define `org-mode'.
19357         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19359 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19361         * log-edit.el (log-edit-changelog-entries): Distinguish between
19362         filenames like xfns.c and fns.c.
19364 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
19366         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19367         point after reverting.
19368         (Buffer-menu-make-sort-button): Handle the case where
19369         `Buffer-menu-use-header-line' is nil.
19371 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
19373         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19374         New funcs.  In minibuffer-local-completion-map bind `]', `/'
19375         and `:' to them.
19377 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19379         * startup.el (normal-top-level): Allow modification of load-path while
19380         we're iterating over it.
19382 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
19384         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19385         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19386         (thumbs-resize-interactive, thumbs-insert-image)
19387         (thumbs-insert-thumb, thumbs-dired-show-marked)
19388         (thumbs-find-image-at-point, thumbs-delete-images)
19389         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19390         (thumbs-increment-image-size, thumbs-decrement-image-size):
19391         Fix typos in docstrings.
19393 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
19395         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19396         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19397         (cperl-mode): Use them.
19399 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
19401         * window.el (quit-window, shrink-window-if-larger-than-buffer):
19402         Doc fixes.
19404 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
19406         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19407         Bind C-d to gdb-inferior-io-eof.
19409         * dired.el (dired-dnd-popup-notice): Use message-box.
19411 2005-05-23  Masatake YAMATO  <jet@gyve.org>
19413         * bindings.el (mode-line-major-mode-keymap):
19414         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19416         * faces.el (mode-line-highlight): New face.
19418         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19419         as mouse-face.
19421         * bindings.el (top-level, help-echo, mode-line-modified)
19422         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19423         as mouse-face.
19425 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
19427         * progmodes/cc-engine.el (c-guess-basic-syntax):
19428         Remove spurious call to `zerop'.
19430         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19432 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
19434         CC Mode update to 5.30.10:
19436         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19437         could go past the limit in decoration level 2, thereby causing
19438         errors during interactive fontification.
19440         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19441         the file is evaluated interactively.
19443         * cc-engine.el (c-guess-basic-syntax): Handle operator
19444         declarations somewhat better in C++.
19446         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19447         make use of `run-mode-hooks' which has been added in Emacs 21.1.
19448         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19449         (awk-mode): Use it.
19450         (make-local-hook): Suppress warning about obsoleteness.
19452         * cc-engine.el, cc-align.el, cc-cmds.el
19453         (c-append-backslashes-forward, c-delete-backslashes-forward)
19454         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19455         Compensate for return value from `forward-line' when it has moved
19456         but not to a different line due to eob.
19458         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19459         `objc-method-intro' and `objc-method-args-cont'.
19461 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
19463         CC Mode update to 5.30.10:
19465         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19466         in the copyright statement.  Incidentally, change "along with GNU
19467         Emacs" to "along with this program" where it occurs.
19469         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19470         so that it is interactive, hence can be found by M-x awk-mode
19471         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
19472         <gmorris+emacs@ast.cam.ac.uk>.
19474         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19475         Mode's regexps.
19477 2005-05-23  Kevin Ryde  <user42@zip.com.au>
19479         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19480         c-parse-state, to avoid a lisp error (on bad code).
19482 2005-05-23  Lute Kamstra  <lute@gnu.org>
19484         * subr.el (font-lock-defaults): Remove defvar as it's already
19485         defined in font-core.el.
19487         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19489 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
19491         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19492         more general and work when GDB variable "print pretty" is on,
19493         as with Emacs, for example.
19495 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
19497         * font-core.el: Update comment.
19499         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19500         Use `after-change-major-mode-hook' instead of `find-file-hook'.
19502         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19504 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
19506         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19507         and `yank-handler' in the doc strings.
19509 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19511         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
19513 2005-05-22  Richard M. Stallman  <rms@gnu.org>
19515         * help.el (describe-key): Move print-help-return-message call
19516         out of conditional.
19518         * progmodes/etags.el (list-tags): Use with-no-warnings.
19520         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19521         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19522         (starttls-extra-args, starttls-extra-arguments): Add defvars.
19524         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19526         * language/viet-util.el (viet-viscii-nonascii-translation-table):
19527         Add defvar.
19529         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19530         Use defvar, not defconst.
19532         * hexl.el (hexl-follow-line): Use with-no-warnings.
19534         * emulation/tpu-extras.el: Use write-file-functions instead of
19535         write-file-hooks.
19537         * dired.el (dired-font-lock-keywords): Fontify files with junk
19538         extensions even if marked by -F.
19540 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
19542         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19543         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19544         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19545         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19546         (concatenate, list-length, get*, getf, cl-remprop):
19547         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19548         (etypecase, progv, lexical-let, lexical-let*)
19549         (multiple-value-bind, multiple-value-setq, shiftf):
19550         Improve argument/docstring consistency.
19552         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19554 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
19556         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19557         doesn't exist.
19559         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
19560         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19562 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
19564         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19565         already deleted variables: auto-fill-hook, blink-paren-hook,
19566         lisp-indent-hook, inhibit-local-variables, unread-command-event,
19567         suspend-hooks, comment-indent-hook, meta-flag,
19568         before-change-function, after-change-function,
19569         font-lock-doc-string-face.
19571 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
19573         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19575 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
19577         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19578         rmail-dont-reply-to.
19580 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19582         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19583         literal blank when splitting new-header-values.
19585 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
19587         * calendar/cal-menu.el (cal-menu-update): Add separator as a
19588         string so that tmm doesn't create a completion entry for it.
19590         * textmodes/table.el (table-disable-menu): Ditto.
19592 2005-05-21  Richard M. Stallman  <rms@gnu.org>
19594         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19596         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19598         * net/rcompile.el (remote-compile): Use compilation-start.
19600         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19602 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
19604         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19605         Default to makefile-bsdmake-mode on BSD systems.
19607         * imenu.el (imenu-generic-expression, imenu--generic-function'):
19608         REGEXP may also be a search function now.  The part of doc-string
19609         for describing the structure was 95% identical to that of
19610         `imenu--generic-function'.  Unify it there.
19612         * progmodes/make-mode.el (makefile-imenu-generic-expression):
19613         Use function to find dependencies, because regexp alone is so complex,
19614         it easily goes into an endless loop.
19615         (makefile-makepp-mode): Also add submenu for Perl functions
19616         defined in the makefile.
19617         (makefile-bsdmake-mode): Special imenu-generic-expression no
19618         longer needed, due to function call.
19619         (makefile-match-dependency): Take BOUND into account when checking
19620         if we're through.
19622 2005-05-20  Jay Belanger  <belanger@truman.edu>
19624         * calc/calc-units.el (calc-invalidate-units-table):
19625         Use inhibit-read-only.
19626         (math-build-units-table-buffer): Use view-mode.
19628 2005-05-20  David Kastrup  <dak@gnu.org>
19630         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19631         easy-menu-add is not a nop on Emacs; and clarify when to call it.
19633 2005-05-20  Lute Kamstra  <lute@gnu.org>
19635         * diff-mode.el (diff-header-face, diff-file-header-face)
19636         (diff-index-face, diff-hunk-header-face, diff-removed-face)
19637         (diff-added-face, diff-changed-face, diff-function-face)
19638         (diff-context-face, diff-nonexistent-face): Put them in the
19639         diff-mode customization group.
19641 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19643         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19645         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19647         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19648         Minor regexp-optimization.
19650 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
19652         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19653         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19654         (org-agenda-add-time-grid-maybe): New function.
19655         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19656         (org-table-create): `dotimes' instead of `mapcar'.
19657         (org-xor): Simplify implementation.
19658         (org-agenda): `inhibit-redisplay' turned on.
19659         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19660         a consistent line after a state change.
19661         (org-agenda-remove-times-when-in-prefix): New option.
19662         (org-prefix-has-time): New variable.
19663         (org-parse-time-string): Optional argument NODEFAULT.
19664         (org-format-agenda-item): Parse items for time-of-day
19665         specifications and move these into the prefix if possible.
19666         (org-agenda-priority): Get current heading, not previous heading
19667         during agenda remote editing.
19669 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
19671         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19672         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19673         (remove-duplicates, delete-duplicates, substitute)
19674         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19675         (nsubstitute-if-not, find, find-if, find-if-not, position)
19676         (position-if, position-if-not, count, count-if, count-if-not)
19677         (mismatch, search, sort*, stable-sort, merge, member*)
19678         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19679         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19680         (intersection, nintersection, set-difference, nset-difference)
19681         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19682         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19683         (nsublis, tree-equal): Improve argument/docstring consistency.
19685         * subr.el (send-string, send-region): Remove obsolescence declaration.
19686         (window-dot, set-window-dot, read-input, show-buffer)
19687         (eval-current-buffer, string-to-int):
19688         Add release number to obsolescence declarations.
19690 2005-05-19  Kim F. Storm  <storm@cua.dk>
19692         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19693         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19695 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
19697         * faces.el (list-faces-display): Make back button respect optional
19698         regexp arg.
19700 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
19702         * calculator.el (calculator-radix-grouping-mode)
19703         (calculator-radix-grouping-digits, calculator-displayer)
19704         (calculator-radix-grouping-separator, calculator-copy-displayer):
19705         * dabbrev.el (dabbrev-search-these-buffers-only):
19706         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19707         (diff-advance-after-apply-hunk, diff-mode-hook)
19708         (diff-minor-mode-prefix):
19709         * imenu.el (imenu-use-popup-menu):
19710         * jit-lock.el (jit-lock-context-time):
19711         * newcomment.el (comment-fill-column, comment-column)
19712         (comment-style, comment-padding, comment-multi-line)
19713         (comment-empty-lines, comment-auto-fill-only-comments):
19714         * reveal.el (reveal-around-mark):
19715         * uniquify.el (uniquify-buffer-name-style)
19716         (uniquify-after-kill-buffer-p)
19717         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19718         (uniquify-min-dir-content, uniquify-separator)
19719         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19720         * w32-vars.el (w32-fixed-font-alist):
19721         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19722         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19723         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19724         * progmodes/perl-mode.el (perl-indent-level)
19725         (perl-continued-statement-offset, perl-continued-brace-offset)
19726         (perl-brace-offset, perl-brace-imaginary-offset)
19727         (perl-label-offset, perl-indent-continued-arguments)
19728         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19729         * progmodes/tcl.el (tcl-indent-level)
19730         (tcl-continued-indent-level, tcl-auto-newline)
19731         (tcl-tab-always-indent, tcl-electric-hash-style)
19732         (tcl-help-directory-list, tcl-use-smart-word-finder)
19733         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19734         (inferior-tcl-source-command):
19735         * textmodes/fill.el (enable-kinsoku):
19736         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19737         * textmodes/table.el (table-yank-handler):
19738         Specify missing group (and type, if simple) in defcustom.
19740 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
19742         * progmodes/compile.el (compilation-finish-function): Fix defvar.
19744 2005-05-19  Richard M. Stallman  <rms@gnu.org>
19746         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19748         * subr.el (event-basic-type): Don't get an error.
19749         (left-fringe-p): Function deleted.
19751         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19752         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19754         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19755         in recursive copy.
19757         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19759         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19761         * emacs-lisp/bytecomp.el
19762         (byte-compile-file-form-custom-declare-variable):
19763         Call byte-compile-nogroup-warn if appropriate.
19765         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19766         (compilation-set-window): Don't call left-fringe-p; do it directly.
19768 2005-05-19  Jay Belanger  <belanger@truman.edu>
19770         * calc/calc-graph.el (calc-graph-format-data): Make sure
19771         var-PlotRejects is bound before trying to check its value.
19773 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
19775         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19776         definition of this variable from reftex-global.el to reftex.el,
19777         because it is needed in the menu.
19779 2005-05-19  Lute Kamstra  <lute@gnu.org>
19781         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19782         years are fixed.  Don't insert a space after a dash.
19784 2005-05-19  Kim F. Storm  <storm@cua.dk>
19786         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19788 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
19790         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19791         strings, because (eq ... ?\\) is fairly frequent.
19793         * progmodes/make-mode.el (makefile-add-this-line-targets):
19794         Simplify and integrate into `makefile-pickup-targets'.
19795         (makefile-add-this-line-macro): Simplify and integrate into
19796         `makefile-pickup-macros.
19797         (makefile-pickup-filenames-as-targets): Simplify.
19798         (makefile-previous-dependency, makefile-match-dependency):
19799         Don't stumble over `::'.
19801 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
19803         * subr.el (post-command-idle-hook, post-command-idle-delay):
19804         Remove obsoletion of post-command-idle-hook and
19805         post-command-idle-delay.
19807         * faces.el (list-faces-display): Provide button when describe-face
19808         is called to take user back to the list of faces.
19810         * help-fns.el (describe-variable): Remove hyperlinks in a
19811         variable's value as these are quite frequently inappropriate.
19813         * follow.el (follow-submit-feedback, follow-mode):
19814         Remove references to post-command-idle-hook.
19816 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
19818         * progmodes/make-mode.el (makefile-previous-dependency)
19819         (makefile-match-dependency): Check for := (and in bsd mode also
19820         !=) to give a better result, even when font-lock is not on.
19822 2005-05-18  Jay Belanger  <belanger@truman.edu>
19824         * calc/calc-help.el (calc-s-prefix-help):
19825         Add `calc-copy-special-constant' to help string.
19827 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
19829         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19831 2005-05-18  Jay Belanger  <belanger@truman.edu>
19833         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19834         in linear factors are in proper order.
19836 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
19838         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19839         Support for jurabib.
19841         * textmodes/reftex.el (featurep): Define aliases for overlay
19842         commands, for XEmacs compatibility, and use these aliases in
19843         overlay initializations.
19844         (reftex-highlight): Use `reftex-move-overlay'.
19845         (reftex-unhighlight): Use `reftex-delete-overlay'.
19846         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
19847         (reftex-access-search-path): Use `reftex-uniquify' instead of
19848         `reftex-uniq'
19850         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19851         `before-string' property modification enables for Emacs as well.
19852         (reftex-select-item): Use `reftex-delete-overlay'.
19853         (reftex-select-mark): Use `reftex-make-overlay' and
19854         `reftex-overlay-put'.
19855         (reftex-select-unmark): Use `reftex-delete-overlay' and
19856         `reftex-overlay-put'.
19858 2005-05-18  Lute Kamstra  <lute@gnu.org>
19860         * emacs-lisp/lisp.el (check-parens): Fix docstring.
19862 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
19864         * add-log.el (add-change-log-entry):
19865         * array.el (array-make-template, array-reconfigure-rows)
19866         (array-init-max-row, array-init-max-column)
19867         (array-init-columns-per-line, array-init-field-width):
19868         * replace.el (replace-match-maybe-edit, perform-replace):
19869         * textmodes/spell.el (spell-region):
19870         Replace `read-input' by `read-string'.
19872         * forms.el (forms-mode):
19873         * finder.el (finder-compile-keywords):
19874         * shadowfile.el (shadow-read-files):
19875         Replace `eval-current-buffer' by `eval-buffer'.
19877         * terminal.el (te-pass-through):
19878         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19879         (ange-ftp-raw-send-cmd):
19880         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19881         (send-process-next-char, telnet-initial-filter, telnet):
19882         Replace `send-string' by `process-send-string'.
19884         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19885         (prolog-consult-region): Replace `send-string' by
19886         `process-send-string'; replace `send-region' by `process-send-region'.
19888         * progmodes/delphi.el (delphi-log-msg):
19889         Replace `set-window-dot' by `set-window-point'.
19891         * subr.el (window-dot, set-window-dot, read-input, send-string)
19892         (send-region, show-buffer, eval-current-buffer):
19893         Make really obsolete, as the comment says.
19895 2005-05-17  Kim F. Storm  <storm@cua.dk>
19897         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19898         (cua--init-keymaps): Bind C-return instead of S-return to set
19899         rectangle mark.
19901         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19902         instead of S-return to toggle/clear rectangle mark.
19904 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
19906         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19907         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19908         Also fontify plain strings assigned to variables, mostly so that a
19909         colon has a face and is thus not taken as a dependency separator.
19910         (makefile-previous-dependency): Inline the new matcher, because it
19911         is too complex to work in both directions.
19912         (makefile-match-dependency): Eliminate `backward' arg (see above).
19913         Completely reimplemented so as to not sometimes go into an endless
19914         loop.  It should also be more efficient, because first it only
19915         searches for `:', instead of applying the very complex regexp.
19916         (makefile-mode): Cancel `font-lock-support-mode', because blocks
19917         to be fontified in one piece can be too long for JIT.
19918         Makefiles are never *that* big.
19920 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
19922         * dired.el (dired-mode): Simplify.
19924 2005-05-17  Lute Kamstra  <lute@gnu.org>
19926         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19927         defcustom for the mode hook variable.
19929         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19930         Emacs Lisp Reference Manual.
19932 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
19934         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19935         (evenp, list*):
19936         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19937         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19939         * net/tramp-smb.el (tramp-smb-open-connection):
19940         Pass `tramp-chunksize' as fifth (required) argument.
19942 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
19944         * font-lock.el (lisp-font-lock-keywords-1):
19945         Set `font-lock-negation-char-face' for [^...] char group.
19946         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19948         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19949         a var, and refine it to mask one more level of nested vars.
19950         (makefile-rule-action-regex): Turn it into a var, and refine it so
19951         it recognizes backslashed continuation lines as belonging to the
19952         same command.
19953         (makefile-macroassign-regex): Refine it so it recognizes
19954         backslashed continuation lines as belonging to the same command.
19955         (makefile-var-use-regex): Don't look at the next char, because it
19956         might be the same one to be skipped by the initial [^$], leading
19957         to an overlooked variable use.
19958         (makefile-make-font-lock-keywords): Remove two parameters, which
19959         are now variables that some of the modes set locally.
19960         Handle dependency and rule action matching through functions, because
19961         regexps alone match too often.  Dependency matching now comes
19962         last, so it can check, whether a colon already matched something else.
19963         (makefile-mode): Inform that font-lock improves makefile parsing
19964         capabilities.
19965         (makefile-match-dependency, makefile-match-action): New functions.
19967 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
19969         * emacs-lisp/cl-extra.el (equalp): Doc fix.
19971         * align.el (align-regexp):
19972         * ansi-color.el (ansi-color-get-face):
19973         * array.el (array-reconfigure-rows, array-init-max-row)
19974         (array-init-max-column, array-init-columns-per-line)
19975         (array-init-field-width):
19976         * dired-aux.el (dired-trample-file-versions):
19977         * dired-x.el (dired-mark-sexp):
19978         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19979         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19980         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19981         * faces.el (face-read-integer):
19982         * files.el (backup-extract-version, insert-directory):
19983         * hexl.el (hexl-insert-decimal-char):
19984         * server.el (server-process-filter):
19985         * shell.el (shell-extract-num):
19986         * startup.el (command-line-1):
19987         * term.el (term-command-hook):
19988         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19989         (time-stamp-do-number):
19990         * time.el (display-time-update):
19991         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19992         (timezone-fix-time):
19993         * vms-patch.el (vms-suspend-resume-hook):
19994         * calendar/appt.el (appt-convert-time):
19995         * calendar/cal-bahai.el (mark-bahai-diary-entries):
19996         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19997         * calendar/cal-islam.el (mark-islamic-diary-entries):
19998         * calendar/calendar.el (calendar-cursor-to-date)
19999         (calendar-star-date):
20000         * calendar/diary-lib.el (diary-attrtype-convert)
20001         (mark-diary-entries, diary-entry-time):
20002         * calendar/solar.el (solar-get-number):
20003         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20004         * emacs-lisp/re-builder.el (reb-display-subexp):
20005         * emulation/edt.el (edt-set-scroll-margins):
20006         * emulation/tpu-extras.el (tpu-set-scroll-margins):
20007         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20008         (vip-get-ex-count):
20009         * emulation/viper-ex.el (viper-get-ex-token)
20010         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20011         * international/fontset.el (fontset-plain-name):
20012         * mail/feedmail.el (feedmail-look-at-queue-directory):
20013         * mail/mailalias.el (mail-get-names):
20014         * mail/rmail.el (rmail-convert-to-babyl-format):
20015         * mail/rmailsum.el (rmail-make-basic-summary-line)
20016         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20017         (rmail-summary-goto-msg):
20018         * mail/smtpmail.el (smtpmail-read-response):
20019         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20020         (ange-ftp-vms-add-file-entry):
20021         * play/gametree.el (gametree-looking-at-ply)
20022         (gametree-current-branch-score):
20023         * progmodes/ada-xref.el (ada-prj-find-prj-file)
20024         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20025         * progmodes/cperl-mode.el (condition-case):
20026         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20027         (ebrowse-set-member-buffer-column-width)
20028         (ebrowse-select-1st-to-9nth):
20029         * progmodes/etags.el (etags-snarf-tag):
20030         * progmodes/flymake.el (flymake-parse-line):
20031         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20032         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20033         (idlwave-shell-menu-def):
20034         * progmodes/ps-mode.el (ps-run-goto-error):
20035         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20036         (vhdl-speedbar-contract-level):
20037         * term/mac-win.el (x-handle-numeric-switch):
20038         * term/sun-mouse.el (sun-get-frame-data):
20039         * term/w32-win.el (x-handle-numeric-switch):
20040         * term/x-win.el (x-handle-numeric-switch):
20041         * textmodes/ispell.el (ispell-parse-output):
20042         * textmodes/nroff-mode.el (nroff-outline-level):
20043         * textmodes/reftex-cite.el (reftex-bib-sort-year)
20044         (reftex-bib-sort-year-reverse, reftex-format-citation):
20045         * textmodes/reftex-parse.el (reftex-init-section-numbers)
20046         (reftex-section-number):
20047         * textmodes/texinfmt.el (texinfo-paragraphindent):
20048         Replace `string-to-int' by `string-to-number'.
20050         * international/latexenc.el: Add page marker to force the "Local
20051         Variables:" string out of the last page.
20053 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
20055         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20056         tooltip-change-major-mode.
20057         (gud-tooltip-print-command): Remove case where gud-minor-mode
20058         is gdb ("--fullname").
20059         (gud-tooltip-tips): Turn GUD tooltips off for this case and
20060         explain to user.
20062 2005-05-16  Jay Belanger  <belanger@truman.edu>
20064         * calc/calc-store.el (calc-copy-special-constant): New function.
20066         * calc/calc-ext.el (calc-init-extensions): Add binding for
20067         `calc-copy-special-constant'.
20069         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20070         for the `calc-copy-special-constant' command.
20072 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
20074         * subr.el (left-fringe-p): New function.
20076         * progmodes/compile.el (compilation-setup): Set local value of
20077         overlay-arrow-string to "" always.
20078         (compilation-set-window): Left fringe then don't scroll.
20079         No left fringe then no arrow and scroll message to top.
20080         (compilation-context-lines): Adjust doc string accordingly.
20082 2005-05-16  Kim F. Storm  <storm@cua.dk>
20084         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20085         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20086         (ido-wide-find-dir-or-delete-dir): New command for M-d.
20087         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
20088         (ido-read-file-name): Handle commands with ido property value
20089         equal to find-file as reading a file name, to allow C-d to enter dired.
20090         (ibuffer-find-file): Add ido property with value find-file.
20092 2005-05-15  Kim F. Storm  <storm@cua.dk>
20094         * subr.el (open-network-stream-nowait): Remove.
20095         (open-network-stream-server): Remove.
20097 2005-05-15  Richard M. Stallman  <rms@gnu.org>
20099         * faces.el (describe-face): Output a definition link button.
20101         * help-mode.el (help-face-def): New button type.
20103         * emacs-lisp/copyright.el (copyright-fix-years):
20104         Match properly if the first year is 2-digit.
20105         Don't mess up the whitespace after the years by filling.
20107         * dired-aux.el (dired-mark-confirm):
20108         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20110         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20111         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20112         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20114         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20115         Set font-lock-comment-start-skip.
20117         * font-lock.el (font-lock-comment-start-skip): New variable.
20118         (font-lock-comment-end-skip): New variable.
20119         (font-lock-fontify-syntactically-region): Use them if non-nil.
20121 2005-05-15  Jay Belanger  <belanger@truman.edu>
20123         * calc/calc-store.el (calc-store-value): Return a string rather
20124         than display it as a message.
20125         Use calc-var-name for variable name.
20126         (calc-store-into): Add the result of calc-store-value to message.
20127         (calc-copy-variable): Add a message.
20128         (calc-store-exchange): Improve error messages.
20129         (calc-store-binary, calc-store-map): Don't reset the values of
20130         special constants.
20132 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
20134         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20135         manual to docstring.
20137         * files.el (hack-local-variables-confirm): Add STRING argument.
20138         Make the function handle non file visiting buffers correctly.
20139         (hack-local-variables-prop-line, hack-local-variables)
20140         (hack-one-local-variable): Use STRING arg of
20141         `hack-local-variables-confirm'.
20143 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
20145         Sync with Tramp 2.0.49.
20147         * net/tramp.el (tramp-handle-dired-call-process)
20148         (tramp-handle-insert-directory):`insert-buffer' cannot be used
20149         because the contents of the Tramp buffer is changed before
20150         insertion (`expand-file' and alike).
20151         (tramp-handle-insert-directory): If `localname' has an empty
20152         nondirectory name, it must not be quoted.
20153         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
20154         variable `tramp-chunksize'.  Change callees.
20155         (tramp-open-connection-setup-interactive-shell): Check remote host
20156         for buggy `send-process-string' implementation.
20157         Set `tramp-chunksize' if found.  Reported by Michael Kifer
20158         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20159         (tramp-handle-shell-command): `insert-buffer' cannot be used
20160         because the contents of the Tramp buffer is changed before
20161         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20162         <frederic.bothamy@free.fr>.
20163         (tramp-set-auto-save): Actions should be done for Tramp file name
20164         handler only.  Ange-FTP has its own auto-save mechanism.
20165         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20166         (tramp-set-auto-save-file-modes): Set file modes of
20167         `buffer-auto-save-file-name' to ?\600 as fallback solution.
20168         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20169         (tramp-bug): Remove obsolete variable.
20170         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
20171         for presence of `mml-mode'.  Make it running for older Emacsen as well.
20173 2005-05-14  John Paul Wallington  <jpw@pobox.com>
20175         * ibuf-ext.el (define-ibuffer-filter filename):
20176         If `dired-directory' is a list, use its car.
20178 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
20180         * ibuffer.el (define-ibuffer-column filename):
20181         If `dired-directory' is a list, use its car.
20183 2005-05-14  Richard M. Stallman  <rms@gnu.org>
20185         * subr.el (symbol-file): Doc fix.
20187         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20188         (byte-compile-form): Call byte-compile-nogroup-warn.
20189         (byte-compile-warning-types): Doc fix.
20191         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20193         * progmodes/cc-engine.el (c-literal-faces):
20194         Add font-lock-comment-delimiter-face.
20196         * net/net-utils.el (dig): Use with-no-warnings.
20198         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20199         (sc-recite-frame-alist, sc-default-cite-frame)
20200         (sc-default-uncite-frame, sc-default-recite-frame)
20201         (sc-attrib-selection-list, sc-rewrite-header-list):
20202         Mark as risky-local-variable.
20204         * international/ogonek.el (ogonek-jak, ogonek-how):
20205         Don't use beginning-of-buffer.
20207         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20209         * calendar/solar.el (solar-data-list): Move definition up.
20211         * dnd.el (dnd-protocol-alist): Add autoload.
20213         * progmodes/sh-script.el: Many doc usage fixes.
20214         (sh-indent-after-do): Change default to match common styles.
20216 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
20218         * files.el (interpreter-mode-alist)
20219         (auto-mode-interpreter-regexp): Doc fixes.
20221 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
20223         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20225         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20227 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20229         * dired.el (dired-mode): make-variable-buffer-local =>
20230         make-local-variable.
20232 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20234         * term/mac-win.el (mac-select-convert-to-string): Try coding
20235         systems in mac-script-code-coding-systems if specified one cannot
20236         encode string for `com.apple.traditional-mac-plain-text'.
20238 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
20240         * progmodes/make-mode.el (makefile-targets-face)
20241         (makefile-shell-face, makefile-makepp-perl-face): New faces.
20242         (makefile-dependency-regex): Fix it to not make the colon in
20243         $(var:a=b) special.
20244         (makefile-rule-action-regex): New regexp for highlighting embedded
20245         Shell strings.
20246         (makefile-macroassign-regex): Handle != for highlighting as
20247         embedded Shell strings.
20248         (makefile-var-use-regex): New const.
20249         (makefile-statements, makefile-automake-statements)
20250         (makefile-gmake-statements, makefile-makepp-statements)
20251         (makefile-bsdmake-statements): New consts.
20252         (makefile-make-font-lock-keywords): New function.
20253         (makefile-automake-font-lock-keywords)
20254         (makefile-gmake-font-lock-keywords)
20255         (makefile-makepp-font-lock-keywords)
20256         (makefile-bsdmake-font-lock-keywords): New consts.
20257         (makefile-mode-map): Add switchers between the various submodes.
20258         (makefile-mode): Document the availability of the variants.
20259         (makefile-automake-mode, makefile-gmake-mode)
20260         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20262         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20263         new variants of makefile-mode.
20265 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20267         * font-lock.el (font-lock-comment-delimiter-face): Fix up
20268         the inheritance.
20270 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
20272         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20273         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20275         * files.el (normal-mode): Extend the scope of the
20276         `enable-local-variables' binding to include the `set-auto-mode' call.
20277         (magic-mode-alist): Doc fix.
20279 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20281         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20282         font-lock-comment-face rather than copying its setting.
20284 2005-05-12  Andreas Schwab  <schwab@suse.de>
20286         * eshell/esh-mode.el (eshell-send-input): Doc fix.
20288 2005-05-12  Lute Kamstra  <lute@gnu.org>
20290         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20291         defcustom for the mode hook variable.  Delete the last argument.
20292         * generic-x.el: Fix callers of define-generic-mode.
20293         (generic-x-modes): Delete group.
20294         (show-tabs-tab-face, show-tabs-space-face): Put them in the
20295         generic-x customization group.
20297 2005-05-12  Kim F. Storm  <storm@cua.dk>
20299         * font-lock.el (font-lock-negation-char-face): Default to "off".
20301         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20302         font-lock-negation-char-face to ! in !=.
20304 2005-05-12  Masatake YAMATO  <jet@gyve.org>
20306         * add-log.el (find-change-log): Fix typos in the docstring
20307         of function.
20309 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
20311         * international/latexenc.el (latexenc-find-file-coding-system):
20312         Avoid `re-search-forward' when looking for input encoding because
20313         of speed and safety.  Better regular expressions for recognizing
20314         input encoding.  Limit a search for TeX-master/tex-main-file to
20315         the local variable section.
20317 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
20319         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20320         syntax of $ to "'" (quote).
20322 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
20324         * dnd.el (dnd-protocol-alist): Improve custom type.
20326         * dired.el (dired-dnd-protocol-alist): New variable.
20327         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
20328         `dired-mode-hook' to the end.
20330 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20332         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20333         comment-end if comment-start-skip is not set.
20334         Obey the font-lock-comment-delimiter-face variables.
20336 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20338         * files.el (executable-find): Move from executable.el.  Use
20339         locate-file.
20340         * progmodes/executable.el (executable-find): Move to files.el.
20342         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20343         when trying to ensure forward progress.
20345 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
20347         * mouse-sel.el (mouse-sel-follow-link-p): New function.
20348         (mouse-select, mouse-select-internal, mouse-extend-internal):
20349         Use it to implement mouse-1-click-follows-link functionality.
20351 2005-05-11  Richard M. Stallman  <rms@gnu.org>
20353         * font-lock.el (font-lock-fontify-syntactically-region):
20354         Use font-lock-comment-delimiter-face for comment delimiters.
20356 2005-05-10  Jay Belanger  <belanger@truman.edu>
20358         * calc/calc-help.el (calc-m-prefix-help): Add mention of
20359         preserving embedded modes.
20361 2005-05-10  Richard M. Stallman  <rms@gnu.org>
20363         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20365         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20366         Move from ada-stmt.el.
20367         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20369         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20370         Move to ada-mode.el.
20371         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20373         * cus-edit.el (custom-file): Call file-chase-links.
20375         * files.el (read-directory-name): Fix previous change.
20376         (hack-local-variables-confirm): New function.
20377         (hack-local-variables-prop-line, hack-local-variables)
20378         (hack-one-local-variable): Use it.
20380 2005-05-10  Lute Kamstra  <lute@gnu.org>
20382         * font-lock.el (font-lock-keywords-alist)
20383         (font-lock-removed-keywords-alist): Clarify docstrings.
20385 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
20387         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20388         (gdb-source-info): Check for preprocessor info.
20389         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
20390         a macro for a function.
20391         (gdb-info-breakpoints-custom): Try to find file again if not already
20392         found (user might have used GDB dir command).
20393         (gdb-get-location): Update gdb-location-alist correctly for change
20394         to gdb-info-breakpoints-custom.
20396         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20397         (gud-tooltip-print-command): Add gdbmi case.
20398         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20399         preprocessor info.
20401 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
20403         * startup.el (fancy-splash-insert): Fix typo in doc string.
20405 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
20407         * obsolete/float.el (string-to-float):
20408         * obsolete/hilit19.el (hilit-add-pattern):
20409         * obsolete/rnews.el (news-parse-range, news-select-message)
20410         (news-get-pruned-list-of-files): Replace `string-to-int' by
20411         `string-to-number'.
20413         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20414         `find-file-not-found-hooks'; use `add-hook'.
20415         (uncompress-while-visiting): Set `write-file-functions', not
20416         `write-file-hooks'; use `add-hook'.
20418 2005-05-09  Kim F. Storm  <storm@cua.dk>
20420         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20421         (cua-paste): Handle clipboard action.
20422         (cua--init-keymaps): Remap clipboard-kill-region and
20423         clipboard-kill-ring-save.
20425 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
20427         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20428         Improve commentary.
20430         * simple.el (next-error-overlay-arrow-position): Revert the change
20431         made on 2005-04-30.
20433 2005-05-07  Jay Belanger  <belanger@truman.edu>
20435         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20436         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20437         `calc-sel-reselect'.
20439         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20440         Calc is in embedded mode.
20442 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
20444         * progmodes/compile.el (compilation-setup):
20445         Set overlay-arrow-string to an empty string on text terminals.
20447         * textmodes/ispell.el (ispell-program-name): Try looking for
20448         "aspell" along exec-path, and if found, use it as the default
20449         speller program.
20451 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
20453         * international/mule.el (sgml-xml-auto-coding-function):
20454         Recognize encoding='FOO' in single quotes as well as in double quotes.
20456 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20458         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20459         as well as `interactive', so that defmacro* would recognize
20460         `declare' forms.
20462 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
20464         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20465         Explain more about the LIGHTER arg's usage in the doc string.
20466         Add commentary to clarify what the code does.  Fix the regexp that
20467         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
20468         since it could have characters special to regular expressions.
20470 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
20472         * replace.el (occur-1): Bind inhibit-read-only so that
20473         erase-buffer doesn't barf on read-only text properties (likewise
20474         for add-text-properties in occur-engine).  Mark buffer as unmodified.
20475         (occur-engine): Don't set buffer-read-only here.
20477 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20479         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20480         list-buffers-directory.  This caused the *cvs-commit* buffer to be
20481         sometimes mistakenly reused as a *cvs* buffer.
20483 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
20485         * tooltip.el: Move code for GUD tooltips into gud.el.
20486         (require): CL no longer needed to compile case.
20487         (tooltip-mode): Do not toggle functions for GUD tooltips.
20488         (tooltip-gud-tips-p): Remove.  Replace with minor mode
20489         gud-tooltip-mode in gud.el.
20490         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20491         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20492         tooltip-gud prefix with gud-tooltip and obsolete.
20493         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20494         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20495         (tooltip-mouse-motion): Mouse movement functions/variable.
20496         Rename in gud.el by adding gud prefix.
20497         (tooltip-gud-original-filter, tooltip-gud-dereference)
20498         (tooltip-gud-event, tooltip-toggle-gud-tips)
20499         (tooltip-gud-process-output, tooltip-gud-print-command)
20500         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
20501         gud.el by replacing tooltip-gud prefix with gud-tooltip.
20502         (gdb-tooltip-print): Move to gdb-ui.el.
20504         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20505         (require): CL needed to compile case.
20506         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20507         tooltip-gud-tips-p.  Make it a minor-mode.
20508         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20509         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20510         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20511         (gud-tooltip-change-major-mode)
20512         (gud-tooltip-activate-mouse-motions-if-enabled)
20513         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20514         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20515         (gud-tooltip-original-filter, gud-tooltip-dereference)
20516         (gud-tooltip-event, tooltip-toggle-gud-tips)
20517         (gud-tooltip-process-output, gud-tooltip-print-command)
20518         (gud-tooltip-tips): Move from tooltip.el.
20520         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20521         (gdb-cpp-define-alist-flags): Doc fix.
20522         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20523         gud-tooltip-mode is t.
20525 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20527         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20528         evaporate if their text is deleted.
20529         (goto-address-at-point): Make it work as a mouse binding as well.
20530         (goto-address-at-mouse): Obsolete it.  Update users.
20532 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
20534         * calendar/appt.el (top-level): No longer activate on load.
20536 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
20538         * calendar/cal-bahai.el (mark-bahai-diary-entries):
20539         * net/webjump.el (webjump):
20540         * progmodes/idlw-help.el (idlwave-do-context-help1)
20541         (idlwave-highlight-linked-completions):
20542         * textmodes/po.el (po-find-file-coding-system-guts):
20543         Replace `assoc-ignore-case' by `assoc-string'.
20545 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
20547         * files.el (locate-file): Doc fix.
20549         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20550         Remove the redundant test for ms-dos.
20552         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20553         look for the preprocessor with exec-suffixes.  If not found in
20554         standard places, look in exec-path.  Remove most of the tests that
20555         used system-type.
20557         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20559         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20561         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20562         file-name clash with jka-compr.el on 8+3 filesystems.
20564 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20566         * term/mac-win.el: Don't define or bind scroll bar functions if
20567         x-toolkit-scroll-bars is t.
20568         (x-select-text, x-get-selection-value): Clear
20569         x-last-selected-text-clipboard if x-select-enable-clipboard is
20570         nil.
20571         (PRIMARY): Put mac-scrap-name property.
20572         (mac-select-convert-to-file-url): New function.
20573         (public.file-url): New selection target type.  Add to
20574         selection-converter-alist.
20575         (x-get-selection, x-selection-value): Handle it.
20576         (x-cut-buffer-or-selection-value): New alias.
20578 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20580         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20581         entry to avoid calling bibtex-find-entry with arg global
20582         being t.  Remove arg key.
20583         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20584         (bibtex-copy-summary-as-kill): Change accordingly.
20586 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20588         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20589         (org-agenda-date-later): Use with-current-buffer.
20591 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
20593         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20594         (define-obsolete-variable-alias): Doc Fixes.
20596 2005-05-06  Kim F. Storm  <storm@cua.dk>
20598         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
20599         vertical-motion when selective-display is active.
20601         * ido.el (ido-setup-hook): New hook.
20602         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20603         (ido-input-stack): New var.
20604         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
20605         ido-next-work-file binding to M-O.
20606         Bind M-f to ido-wide-find-file-or-pop-dir.
20607         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20608         (ido-read-internal): Run ido-setup-hook.
20609         Catch quit in read-file-name and read-string to cancel edit.
20610         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20611         Automatically pop-all when completing a directory name (RET).
20612         (ido-file-internal): Add with-no-warnings around ffap and dired code.
20613         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20614         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20615         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20616         New functions for M-b/M-f to move among the directory components.
20617         (ido-make-merged-file-list): Catch quit to cancel merge.
20618         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20619         (ido-completion-help): No warnings for ido-completion-buffer-full.
20621 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
20623         * font-lock.el (font-lock-negation-char-face): New face and variable.
20624         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20625         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20626         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20627         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20629 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
20631         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20632         Fix typo in docstring.
20634         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20635         (ebrowse-print-statistics-line)
20636         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20638         * term/w32-win.el (image-library-alist): Add additional name for
20639         Xpm library.
20641 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
20643         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20644         use gcc instead of cpp.
20646         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20647         (gdb-create-define-alist): Use it.
20648         (gdb-cpp-define-alist-program): Update for MS-DOS.
20650 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
20652         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20654 2005-05-04  Richard M. Stallman  <rms@gnu.org>
20656         * help.el (describe-key): No error when UNTRANSLATED is nil.
20658         * simple.el (line-move-1): Fix previous change to signal errors
20659         appropriately.
20661 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
20663         * calendar/icalendar.el (icalendar-version): Now at 0.12.
20664         (icalendar-duration-correction): Remove.
20665         (icalendar--get-event-properties): Split result at commas.
20666         (icalendar--decode-isoduration): New optional argument
20667         DURATION-CORRECTION.
20668         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20669         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20670         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20671         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20672         (icalendar--convert-anniversary-to-ical): New functions, extracted
20673         from icalendar-export-region, with bug fixes.
20674         (icalendar-export-region): Use the above functions.
20675         (icalendar-import-buffer): Check before saving diary file.
20676         (icalendar--convert-recurring-to-diary)
20677         (icalendar--convert-non-recurring-all-day-to-diary)
20678         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20679         extracted from icalendar--convert-ical-to-diary, with bug fixes.
20680         (icalendar--convert-ical-to-diary): Use the above functions.
20682 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
20684         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20685         Remove these recent additions.
20686         (c-mode): Restore to before 2005-04-28.
20688         * progmodes/cc-vars.el (cc-define-list-program): Remove this
20689         recent addition.
20691         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20692         (gdb-define-alist): New variables.
20693         (gdb-create-define-alist): New function.
20694         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20695         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20696         with string-to-number.
20697         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
20699         * progmodes/gud.el: Replace string-to-int with string-to-number.
20700         (gud-find-file): Handle gdb-define-alist.
20702         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20704 2005-05-02  Jay Belanger  <belanger@truman.edu>
20706         * calc/calc-aent.el (math-read-token):
20707         * calc/calc-bin.el (calc-word-size):
20708         * calc/calc-ext.el (calc-read-number-fancy):
20709         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20710         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20711         * calc/calc-frac.el (calc-over-notation):
20712         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20713         (calc-graph-num-points, calc-graph-init):
20714         * calc/calc-prog.el (calc-read-parse-table-part)
20715         (calc-edit-macro-repeats):
20716         * calc/calc-yank.el (calc-do-grab-rectangle):
20717         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20718         Replace `string-to-int' by `string-to-number'.
20720 2005-05-02  Kim F. Storm  <storm@cua.dk>
20722         * kmacro.el: Use executing-kbd-macro-index variable.
20724 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
20726         * net/rlogin.el (rlogin-parse-words): Delete func.
20727         (rlogin): Use split-string, not rlogin-parse-words.
20728         Also, if there are option-like elements in the parsed args,
20729         take the host to be the first arg immediately following them.
20730         Suggested by Michael Mauger.
20732 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
20734         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20736 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
20738         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20739         (cc-mode-cpp-program): Rename to cc-define-list-program and
20740         move to cc-vars.el.
20742         * progmodes/cc-vars.el (cc-define-list-program):
20743         Change to "gcc -E -dM -".  Make customizable.
20745 2005-05-02  Kim F. Storm  <storm@cua.dk>
20747         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20749 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
20751         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20753         * international/mule-util.el (truncate-string): Remove alias and
20754         obsolete declaration.
20756         * international/mule-cmds.el (update-iso-coding-systems):
20757         Remove alias and obsolete declaration.
20759         * international/mule.el (coding-system-parent): Remove alias and
20760         obsolete declaration.
20762         * subr.el (define-function, sref): Remove aliases and obsolete
20763         declarations.
20764         (chars-in-region): Remove obsolete declaration.
20766 2005-05-01  Richard M. Stallman  <rms@gnu.org>
20768         * info.el (Info-mode): Set widen-automatically to nil, locally.
20770         * simple.el (widen-automatically): New variable.
20771         (pop-global-mark): Obey widen-automatically.
20773 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
20775         * term/xterm.el (function-key-map): Call substitute-key-definition
20776         before the keymap size is increased by a lot of define-key calls.
20778 2005-05-01  Richard M. Stallman  <rms@gnu.org>
20780         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20781         Rename ARG to ELEMENT.  Doc fix.
20783 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
20785         * allout.el (allout-exposure): Remove macro and obsolete declaration.
20786         Remove references to allout-exposure/change to allout-new-exposure.
20788         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20789         bytecode symbols.
20791         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20792         (compiled-function-p, focus-frame, unfocus-frame):
20793         Remove aliases and obsolete declarations.
20794         Back out inadvertent changes from previous commit.
20796 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
20798         * files.el (require-final-newline): Make Custom tags consistent
20799         with mode-require-final-newline.
20800         (mode-require-final-newline): Doc fix.
20802 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20804         * international/latexenc.el (latexenc-find-file-coding-system):
20805         Fix regular expressions.
20807 2005-05-01  David Kastrup  <dak@gnu.org>
20809         * international/latexenc.el (latexenc-find-file-coding-system):
20810         Fix regular expressions.
20812 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
20814         * subr.el (string-to-int): Make obsolete.
20816 2005-04-30  Richard M. Stallman  <rms@gnu.org>
20818         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20820         * loadup.el: load jka-comp-hook.
20822         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20823         (jka-compr-handler): Add autoload.  `put' calls moved
20824         to jka-comp-hook.el.
20825         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20826         (jka-compr-inhibit): Autoload.
20828         * jka-comp-hook.el: New file.
20829         Enable the mode by default.
20831         * files.el (backup-buffer-copy): Use copy-file instead
20832         of write-region, and put back the 'excl.
20834 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
20836         * progmodes/flymake.el (flymake-split-string)
20837         (flymake-split-string, flymake-log, flymake-pid-to-names)
20838         (flymake-reg-names, flymake-get-source-buffer-name)
20839         (flymake-unreg-names, flymake-add-line-err-info)
20840         (flymake-add-err-info): Clarify docstrings.
20841         (flymake-popup-menu, flymake-make-emacs-menu)
20842         (flymake-make-xemacs-menu): Add docstrings.
20843         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20844         Set variables directly throughout.
20846 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
20848         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20849         exists.  Initialize cc-define-alist.
20850         (c-mode): Add cc-create-define-alist locally to after-save-hook.
20851         If there is no file (Macroexpansion) don't create an alist.
20853 2005-04-29  Sam Steingold  <sds@gnu.org>
20855         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20856         (cc-create-define-alist): Use it instead of the hard-coded string.
20858 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20860         * international/mule-conf.el (file-coding-system-alist): Fix regexp
20861         for latexenc.
20863 2005-04-29  Lute Kamstra  <lute@gnu.org>
20865         * emacs-lisp/generic.el: Improve commentary section.
20866         (define-generic-mode): Improve docstring.
20868 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
20870         * textmodes/org.el (many places): Change to quiet the byte compiler.
20871         (org-prefix-format-compiled): New variable.
20872         (org-compile-prefix-format): New function.
20873         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20874         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20875         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20876         (org-get-entries-from-diary): Use `org-get-time-of-day' for
20877         consistency with entries from `org-mode' files.
20878         (org-get-time-of-day): Fix bug with partial matches early in a line.
20879         (org-non-link-chars): New constant.
20880         (org-link-regexp): Respect `org-non-link-chars'.
20881         (org-agenda-day-view): Remove command.
20882         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20883         (org-follow-bbdb-link, org-store-link): Search also company field.
20884         (org-highlight-overlay): New variable.
20885         (org-highlight, org-unhighlight): New functions.
20886         (org-agenda-mode): Add pre-command-hook to remove highlight.
20887         (org-evaluate-time-range): Behavior depends upon whether time stamp
20888         contains a time or not.
20889         (org-show-subtree, org-show-entry): New functions.
20890         (org-agenda-cleanup-fancy-diary): Remove empty lines.
20892 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
20894         * comint.el (comint-output-filter-functions): Add autoload cookie.
20896 2005-04-28  Kim F. Storm  <storm@cua.dk>
20898         * ido.el (ido-everywhere): Fix last change.
20900 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
20902         * international/latexenc.el: New file.
20903         * international/mule-conf.el (file-coding-system-alist): For .tex,
20904         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20906 2005-04-28  Lute Kamstra  <lute@gnu.org>
20908         * font-lock.el (font-lock-add-keywords)
20909         (font-lock-remove-keywords): Clarify docstring.
20910         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20911         Don't start docstrings with a `*'.
20912         (font-lock-update-removed-keyword-alist): Give it a docstring.
20914         * generic-x.el: Update commentary section.
20915         Only require font-lock when compiling.
20916         Define all modes conditionally.
20917         Place all generic modes in the generic-x-modes customization group.
20918         (generic-x-modes): New customization group.
20919         (generic-default-modes, generic-mswindows-modes)
20920         (generic-unix-modes, generic-other-modes): New constants.
20921         (generic-define-mswindows-modes, generic-define-unix-modes):
20922         Update docstrings.  Make them obsolete.
20923         (generic-extras-enable-list): New default value.  Update docstring.
20924         Improve :type.  Change :set function.
20925         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20926         Fix docstring.
20928         * emacs-lisp/generic.el (generic-mode-internal):
20929         Simplify font-lock-defaults.
20930         (define-generic-mode): Fix docstring.
20932 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20934         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20935         font-lock-face property to highlight matches.
20937 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
20939         * progmodes/cc-mode.el (cc-create-define-alist): New function.
20940         (cc-define-alist): New variable.
20941         (c-mode): Make it local and initialize it.
20943         * progmodes/gdb-ui.el (gdb-active-process): New variable.
20944         (gdb-exited): New function.
20945         (gdb-annotation-rules): Use it.
20946         (gdb-starting): Set gdb-active-process to t.
20947         (gdb-stopping): Amend doc string.
20948         (gdb-reset): Set gdb-active-process to nil.
20950         * tooltip.el (tooltip-gud-tips): Show the associated #define
20951         directives when a C program under GDB is not executing.
20953 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20955         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20956         font-lock-fontify-syntactic-keywords.
20958         * font-lock.el (font-lock-default-fontify-region): Don't force
20959         parse-sexp-lookup-properties to nil.
20961 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
20963         * man.el (man-mode-syntax-table): Set up `:' to have
20964         word-constituent syntax.
20966 2005-04-27  Lute Kamstra  <lute@gnu.org>
20968         * novice.el (disable-command): Don't add spurious newlines to the
20969         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
20971 2005-04-26  Jay Belanger  <belanger@truman.edu>
20973         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20974         than one window before deleting window.
20976 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
20978         * shell.el (shell-prompt-pattern): Doc fix.
20979         (shell-mode): Set paragraph-separate buffer locally to "\\'".
20981         * comint.el (comint-prompt-regexp, comint-get-old-input)
20982         (comint-use-prompt-regexp)
20983         (comint-use-prompt-regexp-instead-of-fields)
20984         (comint-replace-by-expanded-history, comint-send-input)
20985         (comint-output-filter, comint-get-old-input-default)
20986         (comint-line-beginning-position, comint-bol, comint-show-output)
20987         (comint-backward-matching-input, comint-forward-matching-input)
20988         (comint-next-prompt, comint-previous-prompt):
20989         Rename `comint-use-prompt-regexp-instead-of-fields' to
20990         `comint-use-prompt-regexp'.  Keep old name as alias and declare
20991         obsolete.
20992         (comint-use-prompt-regexp): Shorten first line of doc string.
20994         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20995         Set paragraph-separate buffer locally to "\\'".
20997         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20998         Adapt to above name change.
21000         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21001         (smbclient-prompt-regexp): Ditto.
21003         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21005 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
21007         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21008         gdb-location-list.
21009         Break lines that are over 80 characters wide.
21011 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21013         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21014         New fun and var, to preserve compatibility.
21016         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21018 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
21020         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21021         name to file-newer-than-file-p.
21023 2005-04-26  Richard M. Stallman  <rms@gnu.org>
21025         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21027         * progmodes/python.el (python-mode):
21028         Use new name eldoc-documentation-function.
21030         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21032         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21033         (eldoc-documentation-function):
21034         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
21036 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
21038         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21040 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
21042         * term/xterm.el (function-key-map): Fix strings for
21043         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
21044         {C,S,A,C-S}-{f1-f12}.
21046 2005-04-26  Kenichi Handa  <handa@m17n.org>
21048         * international/mule-cmds.el (select-safe-coding-system):
21049         Fix previous change.
21051 2005-04-26  Lute Kamstra  <lute@gnu.org>
21053         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21055         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21056         (font-lock-comment-delimiter-face): Ditto.
21058         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21060 2005-04-25  Jay Belanger  <belanger@truman.edu>
21062         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21063         to t while inserting information; use help-mode.
21065 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
21067         * term.el (ansi-term-color-vector): Use the xterm colors.
21068         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
21070 2005-04-25  Lute Kamstra  <lute@gnu.org>
21072         * font-core.el (font-lock-defaults): Fix docstring.
21074         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21076 2005-04-25  Kenichi Handa  <handa@m17n.org>
21078         * international/mule-cmds.el (select-safe-coding-system):
21079         Don't check consistency with coding: spec, etc if raw-text or
21080         no-conversion was found to be safe.
21082 2005-04-24  Richard M. Stallman  <rms@gnu.org>
21084         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21085         citation markers at start of each line.
21087         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21088         citation markers at start of each line.
21090         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21092         * files.el (mode-require-final-newline): Fix previous change.
21093         (require-final-newline): Fix type label.
21095 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
21097         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21098         statement in buffer (broken by 2004-11-24 change).
21100 2005-04-24  Kim F. Storm  <storm@cua.dk>
21102         * ido.el (ido-everywhere): Save and restore old read-buffer-function
21103         and read-file-name-function values.  Don't overwrite existing
21104         non-nil values if ido-mode is enabled without ido-everywhere.
21106 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
21108         * files.el (mode-require-final-newline): Minor doc fix.
21110 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
21112         * subr.el (syntax-after): Doc fix.
21113         (syntax-class): If argument is nil, return nil.  Mask off upper 16
21114         bits, not 8 bits.
21116         * files.el (mode-require-final-newline): Doc fix.
21117         (backup-buffer-copy): Fix last change.
21119 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21121         * term/mac-win.el: Require select.  Set selection-coding-system to
21122         mac-system-coding-system.  Call menu-bar-enable-clipboard.
21123         (x-last-selected-text-clipboard, x-last-selected-text-primary)
21124         (x-select-enable-clipboard): New variables.
21125         (x-select-text, x-get-selection, x-selection-value)
21126         (x-get-selection-value, mac-select-convert-to-string)
21127         (mac-services-open-file, mac-services-open-selection)
21128         (mac-services-insert-text): New functions.
21129         (CLIPBOARD, FIND): Put mac-scrap-name property.
21130         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21131         (public.tiff): Put mac-ostype property.
21132         (selection-converter-alist): Add entries for them.
21133         (mac-application-menu-map): New keymap.
21134         (interprogram-cut-function, interprogram-paste-function): Set to
21135         x-select-text and x-get-selection-value, respectively.
21136         (split-window-keep-point): Set to t.
21138 2005-04-23  Richard M. Stallman  <rms@gnu.org>
21140         * files.el (read-directory-name): Always pass non-nil
21141         DEFAULT-FILENAME arg to read-file-name.
21142         (backup-buffer-copy, basic-save-buffer-2): Take care against
21143         writing thru an unexpected existing symlink.
21144         (revert-buffer): In indirect buffer, revert the base buffer.
21145         (magic-mode-alist): Doc fix.
21146         (buffer-stale-function): Doc fix.
21147         (minibuffer-with-setup-hook): Avoid warning.
21148         (mode-require-final-newline): Doc and custom fix.
21150         * follow.el (follow-end-of-buffer): Use with-no-warnings.
21152         * font-lock.el (font-lock-comment-face): On terminals with few colors,
21153         use the default appearance.
21154         (font-lock-comment-delimiter-face): New face, new variable.
21156         * imenu.el (imenu--generic-function): The official position of a
21157         definition is the start of the line that BEG is in.
21159         * midnight.el (midnight-timer): Move defvar up.
21161         * mouse.el (mouse-drag-region-1): Delete some debugging code.
21163         * saveplace.el (save-place-to-alist): Use with-no-warnings.
21165         * startup.el (command-line): Use with-no-warnings.
21167         * window.el (window-size-fixed): New defvar.
21169         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21171         * mail/rmail.el (rmail-font-lock-keywords):
21172         Use font-lock-comment-delimiter-face.
21174         * mail/sendmail.el (mail-font-lock-keywords):
21175         Use font-lock-comment-delimiter-face.
21177         * progmodes/compile.el (next-error-highlight-timer): New defvar.
21179 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
21181         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21182         Specify t for LAXMATCH when matching directories.
21183         Save match data around compilation-compat-error-properties form.
21185 2005-04-23  David Kastrup  <dak@gnu.org>
21187         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21188         Mention that the autoloaded aliases should be kept for AUCTeX.
21190 2005-04-23  Andreas Schwab  <schwab@suse.de>
21192         * isearch.el (isearch-forward): Doc fix.
21194 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
21196         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21197         (jit-lock-stealth-nice): Change default value to 0.5.
21199 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21201         * abbrev.el (write-abbrev-file): Write table entries in
21202         alphabetical order by table name.
21204 2005-04-22  Kim F. Storm  <storm@cua.dk>
21206         * ido.el (ido-read-internal): Fix `list' completion.
21208 2005-04-22  Kenichi Handa  <handa@m17n.org>
21210         * recentf.el (recentf-save-file-coding-system): New variable.
21211         (recentf-save-list): Encode the file by
21212         recentf-save-file-coding-system and add coding: tag.
21214 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
21216         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21218 2005-04-21  Lute Kamstra  <lute@gnu.org>
21220         * loadhist.el (unload-feature): Don't remove a function from hooks
21221         if it is about to be restored to an autoload .  Remove functions
21222         that will become unbound from auto-mode-alist.  Simplify the code.
21224         * subr.el (assq-delete-all): New implementation that is linear,
21225         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
21226         (rassq-delete-all): New function.
21228         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21229         Add size-indication-mode.
21231 2005-04-21  Kenichi Handa  <handa@m17n.org>
21233         * international/mule-cmds.el: Add autoload for widget-value in
21234         eval-when-compile.
21236 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
21238         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21239         Add tooltip-mode.
21241         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21243 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
21245         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21246         (inferior-lisp-filter-regexp, inferior-lisp-program)
21247         (inferior-lisp-load-command, inferior-lisp-prompt)
21248         (inferior-lisp-mode-hook, lisp-source-modes)
21249         (inferior-lisp-load-hook): defvar->defcustom.
21250         (inferior-lisp-program, inferior-lisp-prompt)
21251         (inferior-lisp-load-hook): Doc fixes.
21252         (inferior-lisp-install-letter-bindings): Small change in
21253         introductory comment.
21255 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
21257         * vc.el (vc-annotate-color-map): Change some colors so that text
21258         using them as foreground is readable on both white and black
21259         backgrounds.
21261 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21263         * international/mule-conf.el (translation-table-for-input):
21264         Remove redundant declaration.
21266 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
21268         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21270         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21271         (tooltip-toggle-gud-tips): New function.
21273 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21275         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21276         right angle brackets.
21278 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
21280         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21282 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21284         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21285         Remove.  Update callers to use expand-file-name instead.
21287         * subr.el (syntax-class): New function.
21289         * simple.el (blink-matching-open): Use it.
21291         * paren.el (show-paren-function): Use it to recognize parens that are
21292         also used in 2-char comment markers.
21294 2005-04-19  Lute Kamstra  <lute@gnu.org>
21296         * loadhist.el (unload-feature): Update for new format of
21297         load-history.  Simplify the code.
21299 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21301         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21302         (mac-add-charset-info): New function.  Initialize variable
21303         mac-charset-info-alist using it.
21304         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21305         for translation.
21306         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21307         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21308         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21309         New CCL programs.
21311 2005-04-19  Kim F. Storm  <storm@cua.dk>
21313         * simple.el (next-buffer, prev-buffer, next-error)
21314         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21315         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21317         * bindings.el (next-buffer, prev-buffer, next-error)
21318         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21319         (clone-indirect-buffer-other-window): Move bindings from simple.el.
21320         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21321         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21323 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21325         * isearch.el (isearch-edit-string): Make the search-ring available for
21326         minibuffer history commands.
21327         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21328         the default history commands now work just as well.
21329         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21331 2005-04-18  Kim F. Storm  <storm@cua.dk>
21333         * emulation/cua-base.el (cua--pre-command-handler): Add more
21334         elaborate check for shift modifier on non-window systems.
21336 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
21338         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21340 2005-04-18  Kim F. Storm  <storm@cua.dk>
21342         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21343         and make it optional.  Don't test tooltip-gud-echo-area here.
21344         (tooltip-gud-process-output, gdb-tooltip-print):
21345         Pass tooltip-gud-echo-area to tooltip-show.
21346         (tooltip-help-tips): Remove second optional arg to tooltip-show.
21348 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21350         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21351         `display-graphic-p' may not be bound yet.
21353 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
21355         * startup.el (command-line): No longer enable Xterm Mouse mode by
21356         default in terminals compatible with xterm.
21358         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21360 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
21362         * tooltip.el (tooltip-gud-echo-area): Rename from
21363         tooltip-use-echo-area.
21364         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21365         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21366         area independently of where help tooltips are displayed.
21368 2005-04-17  David Kastrup  <dak@gnu.org>
21370         * cus-theme.el (custom-theme-write-variables): Quote variables
21371         where necessary.
21373 2005-04-17  Richard M. Stallman  <rms@gnu.org>
21375         * simple.el (yank-excluded-properties): Add follow-link to value.
21377         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21379         * startup.el (fancy-splash-max-time): Just 30 seconds.
21380         (fancy-splash-delay): Just 7.
21381         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21383         * loadhist.el (unload-feature): Update for new format of load-history.
21384         Simplify the code.
21386         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21387         (rmail-font-lock-keywords): Don't fontify the text of a citation.
21389         * mail/sendmail.el (mail-font-lock-keywords):
21390         Don't fontify subject text.
21391         Don't fontify the text of a citation.
21393 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
21395         * comint.el (comint-output-filter): Run comint-output-filter-functions
21396         with point where the user had it.
21398 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21400         * international/ucs-tables.el (ucs-set-table-for-input):
21401         Disable when using unify-on-decoding.
21403 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
21405         * emulation/cua-base.el (cua-global-mark-face): Add special case
21406         for displays supporting a high number of colors.
21408 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
21410         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21412 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
21414         * filesets.el (filesets-add-buffer): If user supplies a name of a
21415         non-existing fileset, create a new fileset.
21417 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
21419         * textmodes/org.el (org-up-heading-all): Fix bug with
21420         `outline-up-heading-all'.
21422 2005-04-16  Andreas Schwab  <schwab@suse.de>
21424         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21425         /etc/permissions.d/* and /etc/aliases.d/*.
21427 2005-04-16  Kenichi Handa  <handa@m17n.org>
21429         * international/code-pages.el (cp-make-coding-system):
21430         Set `translation-table-for-input' property value to the symbol
21431         ucs-mule-to-mule-unicode, not to that value.
21432         (pt154): Escape guillemet by `\'.
21434 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
21436         * loadup.el: Load tooltip if x-show-tip is fboundp.
21438         * startup.el (command-line): Add comment.
21440         * tooltip.el (tooltip-mode): Specify correct standard value for
21441         Custom in init-value.
21443 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
21445         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21446         possible.
21448 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
21450         * textmodes/org.el (org-agenda-date-prompt): Rename from
21451         `org-agenda-date-today'.
21452         (org-evaluate-time-range): Insert at point instead of directly
21453         after time range.
21454         (org-first-headline-recenter, org-subtree-end-visible-p)
21455         (org-optimize-window-after-visibility-change): New functions
21456         (org-agenda-post-command-hook): Don't allow point at end of line,
21457         to make sure it always hits the text properties.
21458         (org-agenda-next-date-line, org-agenda-previous-date-line):
21459         New commands.
21460         (org-set-regexps-and-options): Category may contain white space.
21461         (org-agenda-get-deadlines, org-agenda-get-scheduled):
21462         Improve marker positions.
21463         (org-agenda-new-marker): Argument POS made optional.
21464         (org-agenda-get-timestamps): Deadlines which are done are listed
21465         in org-done-face now.
21466         (org-agenda-get-todos, org-agenda-get-timestamps)
21467         (org-agenda-get-deadlines, org-agenda-get-scheduled):
21468         Set `undone-face' and `done-face' properties.
21469         (org-last-todo-state-is-todo): New variable.
21470         (org-todo): Set `org-last-todo-state-is-todo'.
21471         (org-agenda-todo): Change face according to
21472         `org-last-todo-state-is-todo'.  And change other lines referring to
21473         the same entry.
21474         (org-calendar-goto-agenda): New command.
21475         (org-calendar-to-agenda-key): New option.
21476         (org-startup-folded): New allowed value `content'.
21477         (org-set-regexps-and-options): Accept new value `content' for
21478         `org-startup-folded'.
21479         (org-get-current-options): Handle new value `content' for
21480         `org-startup-folded'.
21481         (org-insert-todo-heading): New command.
21482         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21483         interactively in empty file and option
21484         `org-insert-mode-line-in-empty-file' has been set.
21485         (org-agenda-todo, org-agenda-priority): Modify to use
21486         `org-agenda-change-all-lines'.
21487         (org-warning-face): Change color on dark background
21489 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21491         * international/mule-cmds.el (set-locale-environment): On Mac OS,
21492         use preferences AppleLocale and AppleLanguages, and variable
21493         mac-system-locale for default locale.  On Mac OS Classic, use
21494         mac-system-coding-system for default coding systems.
21496         * term/mac-win.el: Don't set file-name-coding-system.
21497         Decode variables system-name, emacs-build-system, user-login-name, and
21498         user-full-name by mac-system-coding-system on Mac OS Classic.
21499         (mac-system-coding-system): New variable.
21501 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
21503         * startup.el (command-line): Handle `xterm-mouse-mode' before
21504         reading init file.
21506         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21508 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
21510         * progmodes/sh-script.el (sh-here-document-word): Make it a
21511         defcustom.  Doc fix.
21512         (sh-add): Bash uses $(( )) for arithmetic.
21513         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21514         (sh-maybe-here-document): Remove quotes and leading whitespace
21515         from heredoc word when closing.  Indent heredoc with tabs if word
21516         starts with "-".
21518 2005-04-13  Richard M. Stallman  <rms@gnu.org>
21520         * simple.el (undo): Fix previous change.
21522         * custom.el (defface): Doc fix.
21524 2005-04-13  Lute Kamstra  <lute@gnu.org>
21526         * Makefile.in (DONTCOMPILE): Remove list.
21527         (compile, compile-always): Don't use DONTCOMPILE.
21528         (update-authors): Load the library in which batch-update-authors
21529         is defined.
21530         * makefile.w32-in (DONTCOMPILE): Remove list.
21531         (compile, compile-always): Fix comments.
21532         (update-authors): Load the library in which batch-update-authors
21533         is defined.
21535         * generic-x.el (generic-mode-ini-file-find-file-hook):
21536         Rename to ini-generic-mode-find-file-hook.
21537         Keep generic-mode-ini-file-find-file-hook as an alias.
21538         (ini-generic-mode-find-file-hook): Rename from
21539         generic-mode-ini-file-find-file-hook.  Fix docstring.
21540         (ini-generic-mode): Docstring change.
21541         (bat-generic-mode-run-as-comint): Silence the byte compiler.
21543         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21544         called from lisp.
21546         * generic.el: Move to the emacs-lisp subdir.
21548 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
21550         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21551         and C-S- function and cursor motion keys.
21553 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
21555         * startup.el (command-line): Enable Xterm Mouse mode by default.
21556         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21557         for Custom.  No longer show "Mouse" in mode line when enabled.
21558         Doc fix.
21560 2005-04-12  Kim F. Storm  <storm@cua.dk>
21562         * emulation/cua-base.el (cua-rectangle-face)
21563         (cua-rectangle-noselect-face): Define face attributes here.
21565         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21567 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21569         * startup.el (command-line): Turn off blinking cursor if
21570         cursorBlink in resources is off or false.
21572 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21574         * term/mac-win.el (dnd): Require dnd.
21575         (mac-drag-n-drop): Call dnd-handle-one-url.
21576         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21577         (kTextEncodingISOLatin2): Remove constants.
21578         (mac-script-code-coding-systems): New constant.
21579         (mac-handle-language-change): New function.
21580         (special-event-map): Bind it to `language-change' event.
21581         (mac-centraleurroman, mac-cyrillic): New coding systems.
21582         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21583         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21584         and mac-cyrillic-encoder to encode-mac-centraleurroman and
21585         encode-mac-cyrillic, respectively.
21587 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
21589         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21590         Don't set overlay-arrow-string to "=>" as this is done
21591         globally in C now.
21593 2005-04-12  Lute Kamstra  <lute@gnu.org>
21595         * generic-x.el (rc-generic-mode, rul-generic-mode):
21596         Fix auto-mode-alist entries.
21597         (etc-fstab-generic-mode): Tweak fontification.
21599         * generic.el (generic-make-keywords-list): Fix docstring.
21600         (generic-mode-internal): Simplify generic-font-lock-keywords.
21602 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
21604         * whitespace.el (whitespace-buffer-leading)
21605         (whitespace-buffer-trailing): Revert the incorrect test inversion.
21606         However, fix the highlight area for the leading and
21607         trailing whitespaces to show space.
21609 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
21611         * whitespace.el (whitespace-version): Bump to 3.5
21613         (whitespace-buffer-leading, whitespace-buffer-trailing):
21614         Invert sense of the test to highlight the whitespace.
21616 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
21618         * progmodes/gud.el (gud-display-line): GUD uses its own
21619         overlay arrow now so don't set overlay-arrow-string.
21620         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21622 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
21624         * term.el (term-ansi-current-bold, term-ansi-current-underline)
21625         (term-ansi-current-reverse, term-ansi-current-invisible)
21626         (term-ansi-face-already-done): Change to boolean.
21627         (term-reset-terminal, term-handle-colors-array): Handle the above
21628         vars accordingly.
21629         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21630         (term-emulate-terminal): Use the new name.
21632         * faces.el (secondary-selection): Use yellow1, not yellow.
21633         (trailing-whitespace): Use red1, not red.
21635 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21637         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21638         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21639         (dired-dnd-handle-file): Call dnd-get-local-file-uri
21641         * cus-edit.el (dnd): New group.
21643         * term/w32-win.el (dnd): Require dnd
21644         (w32-drag-n-drop): Call dnd-handle-one-url.
21646         * x-dnd.el: Require dnd.
21647         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21648         Call dnd-handle-one-url.
21649         (x-dnd-types-alist, x-dnd-insert-utf8-text)
21650         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21651         to dnd-insert-text.
21652         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21653         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21654         (x-dnd-get-local-file-name, x-dnd-open-local-file)
21655         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21657         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21659 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
21661         * wdired.el: Doc fixes.
21662         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21663         (wdired-use-dired-vertical-movement): Rename from
21664         wdired-always-move-to-filename-beginning.
21665         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21666         (wdired-change-to-wdired-mode): Change mode name.
21667         (wdired-newline): Delete.
21669 2005-04-11  Richard M. Stallman  <rms@gnu.org>
21671         * whitespace.el (whitespace-highlight-the-space):
21672         Don't call whitespace-unhighlight-the-space here.
21674         * simple.el (undo): Record t in undo-equiv-table
21675         for the redo record made by an undo-in-region.
21677 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
21679         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21680         (gdb-frame-inferior-io-buffer): New Functions to control
21681         display of separate IO buffer.
21682         (menu): Add them to menu-bar.
21683         (gdb-display-buffer): Check for buffer another frame.
21684         Protect GUD buffer.
21685         (gdb-setup-windows): Create IO buffer if not already there.
21686         (gdb-memory-mode): Remove purecopy noops.
21688 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
21690         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21691         and pass to self-insert-command.
21693 2005-04-11  Lute Kamstra  <lute@gnu.org>
21695         * generic.el: Commentary section cleanup.
21696         (generic): Delete.
21697         (generic-use-find-file-hook, generic-lines-to-scan)
21698         (generic-find-file-regexp, generic-ignore-files-regexp)
21699         (default-generic-mode, generic-mode-find-file-hook)
21700         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21701         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
21702         (generic-use-find-file-hook, generic-lines-to-scan)
21703         (generic-find-file-regexp, generic-ignore-files-regexp)
21704         (default-generic-mode, generic-mode-find-file-hook)
21705         (generic-mode-ini-file-find-file-hook): Move from generic.el.
21707 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
21709         * bookmark.el (bookmark-write-file): Catch errors writing file.
21710         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21712 2005-04-10  Richard M. Stallman  <rms@gnu.org>
21714         * startup.el (fancy-splash-tail): Update copyright year.
21715         (command-line): Split part of -Q into -D.
21716         (emacs-basic-display): New defvar.
21717         (fancy-splash-text): Correct name of menu item.
21719         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21721         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21722         lines in one node.
21724         * comint.el (comint-send-input): New arg ARTIFICIAL.
21725         Callers in this file changed.
21727         * abbrev.el (define-abbrevs): Read system abbrevs properly.
21729         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21731 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
21733         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
21734         `ldap-search-internal'.
21736 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21738         * files.el (set-auto-mode-1): Use line-end-position.
21740         * international/latin-1.el:
21741         * international/latin-2.el:
21742         * international/latin-3.el:
21743         * international/latin-4.el:
21744         * international/latin-5.el:
21745         * international/latin-8.el:
21746         * international/latin-9.el: Give punctuation syntax to NBSP.
21748         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21749         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21750         Use char-classes to accept non-ascii letters, accepted in some recent
21751         bibtex implementations.
21753 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
21755         * custom.el (custom-set-minor-mode): Any non-nil value for the
21756         variable should enable the mode when set through Custom.
21758 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21760         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21761         TAB binding so tab-always-indent is obeyed.
21762         (vhdl-minibuffer-local-map): Move initialization into declaration.
21763         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21764         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21765         (vhdl-hooked-abbrev): Avoid test for XEmacs.
21766         (vhdl-current-line): Use line-beginning-position.
21767         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21768         with-output-to-temp-buffer, so the current position can be recorded.
21770 2005-04-10  Masatake YAMATO  <jet@gyve.org>
21772         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21773         Add regexp for gcov.
21775 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21777         * calendar/time-date.el (time-to-seconds, seconds-to-time)
21778         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21779         syntax which Emacs 20 doesn't support.
21781 2005-04-09  Richard M. Stallman  <rms@gnu.org>
21783         * help.el (describe-key-briefly, describe-key):
21784         Replace strings as event types with "(any string)".
21786 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21788         * arc-mode.el (archive-mode-map): Move initialization into
21789         the declaration.  Override *all* bindings of `undo'.
21790         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21792 2005-04-09  Jay Belanger  <belanger@truman.edu>
21794         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21796 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
21798         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21799         (xterm-register-default-colors): Update color values computation
21800         to match xterm-200.
21802 2005-04-09  Kenichi Handa  <handa@m17n.org>
21804         * international/code-pages.el (iso-latin-7): Fix the map.
21806 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
21808         * emacs-lisp/lisp.el (defun-prompt-regexp)
21809         (parens-require-spaces, buffer-end, end-of-defun)
21810         (insert-parentheses): Doc fixes.
21812 2005-04-08  Kim F. Storm  <storm@cua.dk>
21814         * comint.el (comint-highlight-prompt): Fix face spec.
21815         * hi-lock.el (hi-green): Likewise.
21817 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
21819         * cus-edit.el (custom-modified-face):
21820         * comint.el (comint-highlight-input): Fix previous changes.
21821         * term.el (term-handle-ansi-escape): Add a comment.
21823 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21825         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21826         in the buffer and in whitespace-highlighted-space.
21827         (whitespace-unhighlight-the-space): Simplify.
21828         (whitespace-buffer): Simplify.
21830 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
21832         * textmodes/table.el (table-cell-face): Add special case for
21833         displays supporting a high number of colors.
21834         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21835         (vhdl-font-lock-reserved-words-face)
21836         (vhdl-speedbar-architecture-face)
21837         (vhdl-speedbar-instantiation-face)
21838         (vhdl-speedbar-architecture-selected-face)
21839         (vhdl-speedbar-instantiation-selected-face): Likewise.
21840         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21841         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21842         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21843         (ebrowse-root-class-face, ebrowse-member-attribute-face)
21844         (ebrowse-progress-face): Likewise.
21845         * progmodes/compile.el (compilation-info-face): Likewise.
21846         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21847         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21848         * calendar/calendar.el (diary-face): Likewise.
21849         * woman.el (woman-italic-face, woman-bold-face)
21850         (woman-unknown-face): Likewise.
21851         * wid-edit.el (widget-button-pressed-face): Likewise.
21852         * whitespace.el (whitespace-highlight-face): Likewise.
21853         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21854         * pcvs-info.el (cvs-marked-face): Likewise.
21855         * info.el (info-xref): Likewise.
21856         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21857         * hilit-chg.el (highlight-changes-face)
21858         (highlight-changes-delete-face): Likewise.
21859         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21860         (hi-red-b): Likewise.
21861         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21862         * font-lock.el (font-lock-keyword-face)
21863         (font-lock-function-name-face, font-lock-warning-face): Likewise.
21864         * cus-edit.el (custom-invalid-face, custom-modified-face)
21865         (custom-set-face, custom-changed-face, custom-variable-tag-face)
21866         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21867         * comint.el (comint-highlight-prompt): Likewise.
21869 2005-04-08  Lute Kamstra  <lute@gnu.org>
21871         * font-lock.el (font-lock-keywords): Docstring fixes.
21873 2005-04-08  Kenichi Handa  <handa@m17n.org>
21875         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21876         chars are more than a limit, print " and more..." at the tail.
21878 2005-04-08  Kim F. Storm  <storm@cua.dk>
21880         * emacs-lisp/authors.el (authors-aliases): Update list.
21881         (authors-ignored-files): New list.
21882         (authors-fixed-entries): Fix typo.
21883         (authors-renamed-files-alist): Update list.
21884         (authors-add): Check authors-ignored-files.
21886 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
21888         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21889         optional, to ensure backward compatibility.
21891 2005-04-08  Stephen Eglen  <stephen@gnu.org>
21893         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21895 2005-04-08  Kim F. Storm  <storm@cua.dk>
21897         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21899         * mouse.el (mouse-on-link-p): Doc fix.
21901 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
21903         * ielm.el (ielm-prompt-read-only): Doc fix.
21905         * comint.el (comint-prompt-read-only): Doc fix.
21907 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
21909         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21910         ensure dired always handles wildcards passed to ffap.
21911         (find-file-at-point): Use it.
21912         (ffap-dired-wildcards): Doc fix.
21914 2005-04-07  Juri Linkov  <juri@jurta.org>
21916         * simple.el (next-error-overlay-arrow-position): New defvar.
21917         Put "=>" on its property `overlay-arrow-string'.  Add it to
21918         `overlay-arrow-variable-list'.
21920         * progmodes/compile.el (compilation-setup):
21921         Set `next-error-overlay-arrow-position' to nil.  Also set it to
21922         nil in the local hook `kill-buffer-hook'.  Make local variable
21923         `overlay-arrow-string' and set it to "=>".
21924         (compilation-goto-locus): Set BOL position to
21925         `next-error-overlay-arrow-position' instead of
21926         `overlay-arrow-position'.
21928         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21929         locally instead of adding it to the global hook.
21930         (Info-kill-buffer): Move up.
21932 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
21934         * term/xterm.el (xterm-standard-colors): Update color values from
21935         xterm-200.
21937 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21939         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21941         * fast-lock.el:
21942         * lazy-lock.el: Move them to the obsolete subdir.
21944 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
21946         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21947         (wdired-add-replace-advice): Remove.
21948         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21950 2005-04-06  Kim F. Storm  <storm@cua.dk>
21952         * startup.el (command-line): Add --bare-bones alias for -Q.
21954 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21956         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21957         create the startup fontset if a font specification ends with
21958         `mac-roman'.
21960 2005-04-06  Lute Kamstra  <lute@gnu.org>
21962         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21963         change.
21965         * emacs-lisp/copyright.el (copyright-update-year): Replace the
21966         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
21968 2005-04-05  Lute Kamstra  <lute@gnu.org>
21970         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21971         (define-generic-mode): Ditto.  Fix debug declaration.
21973         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21974         Put them in the generic-x group.
21976         * calendar/timeclock.el (timeclock): Doc fix.
21978         * generic.el (define-generic-mode): Don't use custom-current-group.
21979         Document default :group value.
21980         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21981         (define-global-minor-mode): Don't use custom-current-group.
21983 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
21985         * startup.el (command-line-1): Display startup-echo-area-message
21986         when fancy splash screen is in use.
21988         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21989         (sh-escaped-newline): New face.
21990         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21991         newline, and use sh-escaped-newline face.
21993         * progmodes/tcl.el (tcl-escaped-newline): New face.
21994         (tcl-builtin-list): New variable.
21995         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21996         newlines.  Fix keywords subexpression number.
21998 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
22000         * textmodes/org.el (org-diary-default-entry): Fix call to
22001         `add-to-diary-entry'.
22003 2005-04-05  Kim F. Storm  <storm@cua.dk>
22005         * ediff-init.el: Use (featurep 'xemacs).
22007 2005-04-05  David Ponce  <david@dponce.com>
22009         * cus-edit.el (face): Derive from symbol widget.  Display sample
22010         of the current face on the fly.
22011         (widget-face-sample-face-get, widget-face-notify): New functions.
22012         (widget-face-value-create): Remove.
22014         * wid-edit.el (widget-field-end): Temporarily remove field
22015         narrowing before to call `get-char-property'.
22017 2005-04-04  Jay Belanger  <belanger@truman.edu>
22019         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22020         (math-read-subscripts): New variable.
22021         (math-read-preprocess-string): Process subscripts.
22023 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
22025         * comint.el (comint-prompt-read-only): Doc fix.
22027         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22028         `-1'.  Doc fix.
22030 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
22032         * textmodes/org.el (org-insert-mode-line-in-empty-file):
22033         Change default value to nil.
22035 2005-04-04  Lute Kamstra  <lute@gnu.org>
22037         * autorevert.el (auto-revert-mode): Specify :group.
22038         * battery.el (display-battery-mode): Specify :group.
22039         * diff-mode.el (diff-minor-mode): Specify :group.
22040         * font-core.el (font-lock-mode): Specify :group.
22041         * hl-line.el (hl-line-mode): Specify :group.
22042         * iimage.el (iimage): New customization group.
22043         (iimage-mode): Specify :group.
22044         * longlines.el (longlines-mode): Specify :group.
22045         * master.el: Don't require easy-mmode.
22046         (master): New customization group.
22047         (master-mode): Specify :group.
22048         * msb.el (msb-mode): Specify :group.
22049         * reveal.el (reveal-mode): Specify :group.
22050         * simple.el (next-error-follow-minor-mode): Specify :group.
22051         * smerge-mode.el (smerge-mode): Specify :group.
22052         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22053         * emulation/cua-base.el (cua-mode): Specify :group.
22054         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22055         * language/thai-util.el (thai-auto-composition-mode)
22056         (thai-word-mode): Specify :group.
22057         * mail/supercite.el (sc-minor-mode): Specify :group.
22058         * progmodes/cwarn.el (cwarn-mode): Specify :group.
22059         * progmodes/flymake.el (flymake-mode): Specify :group.
22060         * progmodes/glasses.el (glasses-mode): Specify :group.
22061         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22062         * textmodes/enriched.el (enriched-mode): Specify :group.
22063         * textmodes/refill.el (refill-mode): Specify :group.
22065         * add-log.el (change-log-font-lock-keywords): Names in
22066         parenthesized lists can contain spaces.
22068 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
22070         * startup.el (fancy-splash-text): Shorten default text of
22071         "Emacs Tutorial" line.  Also, if the current language env
22072         indicates an available tutorial file other than TUTORIAL,
22073         extract its title and append it to the line in parentheses.
22074         (fancy-splash-insert): If arg is a thunk, funcall it.
22076 2005-04-04  Jay Belanger  <belanger@truman.edu>
22078         * calc.el (calc-language-alist): Add tags to customization type.
22080 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
22082         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22083         Doc fix.
22085 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
22087         * add-log.el (change-log-font-lock-keywords): The manual
22088         describing a Change Log entry, says: (...) "Aside from these
22089         header lines, every line in the change log starts with a space or
22090         a tab.".  The font-lock was not highlighting lines started with
22091         spaces, added support for it.
22093 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22095         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22096         (bibtex-generate-url-list): Update docstring accordingly.  Put the
22097         complex example in the docstring.
22098         (bibtex-font-lock-url): Use pop.
22100 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22102         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22104         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22106 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
22108         * filesets.el (filesets-set-default): Doc fix.
22110 2005-04-03  Lute Kamstra  <lute@gnu.org>
22112         * generic.el (define-generic-mode): Add argument to specify
22113         keywords for defcustom.
22114         (default-generic-mode): Specify :group.
22116         * generic-x.el: Specify :group for all generic modes.
22118         * desktop.el (desktop-no-desktop-file-hook)
22119         (desktop-after-read-hook): Doc fix.
22121 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
22123         * simple.el (visible-mode): Use explicit :group keyword.
22124         This changes the group of `visible-mode-hook' from paren-blinking
22125         to editing-basics.
22127 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
22129         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
22130         mailbox specifications as well as URLs.
22131         (rmail-insert-inbox-text): Remove unused conditional branches.
22133 2005-04-01  Jay Belanger  <belanger@truman.edu>
22135         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22136         (calc-gnuplot-print-command): Move definitions to calc.el.
22138         * calc/calc-embed.el (calc-embedded-announce-formula)
22139         (calc-embedded-open-formula, calc-embedded-close-formula)
22140         (calc-embedded-open-word, calc-embedded-close-word)
22141         (calc-embedded-open-plain, calc-embedded-close-plain)
22142         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22143         (calc-embedded-open-mode, calc-embedded-close-mode):
22144         Move definitions to calc.el.
22146         * calc/calc.el (calc-settings-file, calc-language-alist):
22147         Make customizable.
22148         (calc-embedded-announce-formula, calc-embedded-open-formula)
22149         (calc-embedded-close-formula, calc-embedded-open-word)
22150         (calc-embedded-close-word, calc-embedded-open-plain)
22151         (calc-embedded-close-plain, calc-embedded-open-new-formula)
22152         (calc-embedded-close-new-formula, calc-embedded-open-mode)
22153         (calc-embedded-close-mode, calc-gnuplot-name)
22154         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22155         from other files and make customizable.
22157 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22159         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22160         Use buffer-live-p.
22161         (cvs-mode-run): Don't call cvs-update-header here.
22162         (cvs-run-process): Call cvs-update-header.
22163         Use process properties for cvs-postprocess and cvs-buffer so that
22164         the sentinel can behave better if the temp buffer is killed.
22165         Use a pipe rather than a tty, to better handle unexpected prompts.
22166         (cvs-sentinel): Rewrite.  Call cvs-update-header.
22168 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
22170         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22171         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
22173 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22175         * generic.el (define-generic-mode): Add indentation rule.
22177 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
22179         * files.el (mode-require-final-newline): Make Custom correctly
22180         report a nil value and allow to set it to nil via Custom.
22181         Doc fix.
22183 2005-04-01  Kenichi Handa  <handa@m17n.org>
22185         * international/characters.el: Enable the correct case setting for
22186         dotless-i and dotted-I.
22188 2005-04-01  Kim F. Storm  <storm@cua.dk>
22190         * ido.el (ido-file-internal): Fall back to non-ido command if
22191         initial directory is on slow ftp (or tramp) host.
22193 2005-03-31  Richard M. Stallman  <rms@gnu.org>
22195         * emacs-lisp/autoload.el (make-autoload):
22196         Handle define-global-minor-mode.
22198         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22199         Rename from easy-mmode-define-global-mode.
22200         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22202         * progmodes/scheme.el (scheme-mode-syntax-table):
22203         Update syntax of | and # for two-character comment syntax.
22205 2005-03-31  Lute Kamstra  <lute@gnu.org>
22207         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22208         (define-minor-mode): Call custom-current-group at load-time.
22210         * generic.el (define-generic-mode): Add debug declaration.
22211         Add defcustom for the mode hook.
22212         (generic-mode-internal): Use run-mode-hooks.
22214 2005-03-31  Kim F. Storm  <storm@cua.dk>
22216         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22217         (mouse-fixup-help-message): New defun called by show_help_echo
22218         to fixup mouse-2 prefix in help messages when applicable.
22220         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22222 2005-03-31  Kenichi Handa  <handa@m17n.org>
22224         * language/thai-word.el (thai-find-word-ends): Pay attention to
22225         the case that we reach the end of buffer.
22227         * textmodes/fill.el (fill-text-properties-at): New function.
22228         (fill-newline): Use fill-text-properties-at instead of
22229         text-properties-at.
22231 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
22233         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22234         not comint-quote-filename.
22236 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
22238         * help-fns.el (help-with-tutorial): Revert last change.
22240 2005-03-31  Kim F. Storm  <storm@cua.dk>
22242         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22244 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
22246         * calendar/cal-china.el: Update reference to "Calendrical
22247         Calculations" book; there's a new edition.
22248         * calendar/cal-coptic.el: Likewise.
22249         * calendar/cal-french.el: Likewise.
22250         * calendar/cal-hebrew.el: Likewise.
22251         * calendar/cal-islam.el: Likewise.
22252         * calendar/cal-iso.el: Likewise.
22253         * calendar/cal-julian.el: Likewise.
22254         * calendar/cal-mayan.el: Likewise.
22255         * calendar/cal-persia.el: Likewise.
22256         * calendar/calendar.el: Likewise.
22257         * calendar/holidays.el: Likewise.
22258         * calendar/lunar.el: Likewise.
22259         * calendar/solar.el: Likewise.
22261         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22262         white space from doc string.
22264 2005-03-30  Jay Belanger  <belanger@truman.edu>
22266         * calc/calc-help.el (calc-full-help): Remove email address.
22268 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
22270         * help-fns.el (help-with-tutorial): Delete title line.
22272 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
22274         * calendar/cal-x.el (calendar-one-frame-setup)
22275         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22276         rather than `symbol' for set-window-dedicated-p.
22278         * calendar/appt.el (appt-buffer-name): Make it a constant.
22279         (appt-add): Doc fix.
22281         * filesets.el (filesets-menu-path, filesets-menu-before)
22282         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
22283         (filesets-menu-cache-file): Use directory ~/.emacs.d.
22284         (filesets-add-submenu): Delete and use add-submenu instead.
22286 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
22288         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22289         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22290         (org-diary-default-entry): New function.
22291         (org-get-entries-from-diary): Better parsing of diary entries.
22292         (org-agenda-check-no-diary): New function.
22293         ("diary-lib"): Advice to function `add-to-diary-list', to allow
22294         linking to diary entries.
22295         (org-agenda-execute-calendar-command): New function.
22296         (org-agenda): Improve visible section in window.
22297         Use `org-fit-agenda-window'.
22298         (org-fit-agenda-window): New option.
22299         (org-move-subtree-down): Better handling of empty lines
22300         at end of subtree.
22301         (org-cycle): Numeric prefix is interpreted now as show-subtree N
22302         levels up.
22303         (org-fontify-done-headline): New option.
22304         (org-headline-done-face): New face.
22305         (org-set-font-lock-defaults): Use `org-headline-done-face'.
22306         (org-table-copy-down): Rename from `org-table-copy-from-above'.
22307         When current field is non-empty, it is copied to next row.
22308         (org-table-copy-from-above): Fix bug which made it
22309         impossible to copy fields containing only a single non-white character.
22311 2005-03-30  Kim F. Storm  <storm@cua.dk>
22313         * kmacro.el (kmacro-end-macro): Isearch may store this command
22314         into the macro -- so ignore it when executing keyboard macro.
22316 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
22318         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22320 2005-03-29  Kenichi Handa  <handa@m17n.org>
22322         * language/thai.el ("Thai"): Set setup-function and exit-function
22323         for Thai language environment.
22325         * language/thai-util.el: Require thai-word.
22326         (thai-word-mode-map): New variable.
22327         (thai-word-mode): New minor mode.
22328         (setup-thai-language-environment-internal): New function.
22329         (exit-thai-language-environment-internal): New function.
22331         * language/thai-word.el (thai-word-table): Declare it by defvar,
22332         use dolist to initialize it.
22333         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22334         (thai-fill-find-break-point): New functions.
22336 2005-03-29  Richard M. Stallman  <rms@gnu.org>
22338         * simple.el (idle-update-delay): Move definition up.
22339         (set-mark): Doc fix.
22341 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
22343         * longlines.el: New file.
22345         * simple.el (buffer-substring-filters): New variable.
22346         (filter-buffer-substring): New function.
22347         (kill-region, copy-region-as-kill): Use it.
22349         * register.el (copy-to-register, append-to-register)
22350         (prepend-to-register): Use filter-buffer-substring.
22352 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
22354         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22355         (gud-filter-pending-text): Move in front of gdb.
22356         (gud-overlay-arrow-position): New variable.
22357         (gud-sentinel, gud-display-line): Use it in place of
22358         overlay-arrow-position.
22360 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
22362         * progmodes/fortran.el (fortran-if-indent): Doc fix.
22363         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22364         (fortran-font-lock-keywords-4): New variable.
22365         (fortran-blocks-re, fortran-end-block-re)
22366         (fortran-start-block-re): New constants, for hideshow.
22367         (hs-special-modes-alist): Add a Fortran entry.
22368         (fortran-mode-map): Bind fortran-end-of-block,
22369         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22370         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
22371         (fortran-looking-at-if-then, fortran-end-of-block)
22372         (fortran-beginning-of-block): New functions, for hideshow.
22374         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22375         Doc fix.  Tweak regexp.
22376         (f90-beginning-of-block): Push mark first.
22378 2005-03-29  Jay Belanger  <belanger@truman.edu>
22380         * calc/calc.el: Update copyright date.
22381         (calc-version): Increase to 2.1.
22382         (calc-version-date): Remove.
22384         * calc/calc-help.el: Update copyright date.
22385         (calc-full-help): Remove reference to calc-version-date.
22386         Update copyright date.
22388 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22390         * vc.el (vc-do-command): Use a pipe for async processes, so password
22391         prompts don't show up at places where the user can't reply.
22393 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
22395         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22396         on the file name we pass to the inferior shell.
22398 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
22400         * progmodes/which-func.el (which-function): Be robust in the face of an
22401         imenu--make-index-alist failure.
22403 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22405         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22407         * progmodes/python.el (python-preoutput-filter): Fix last change.
22409 2005-03-29  Lute Kamstra  <lute@gnu.org>
22411         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22412         functions and compiled macros.
22413         (debug-convert-byte-code): Handle macros too.
22414         (debug-on-entry-1): Don't signal an error when trying to clear a
22415         function that is not set to debug on entry.
22417 2005-03-29  Jay Belanger  <belanger@truman.edu>
22419         * calc/calc-lang.el: Add functions to math-function-table
22420         properties of tex and math.
22422 2005-03-29  Kenichi Handa  <handa@m17n.org>
22424         * ps-mule.el (ps-mule-plot-string): Translate characters by
22425         ps-print-translation-table.
22426         (ps-mule-begin-job): Call find-charset-region/string with
22427         ps-print-translation-table.
22428         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22430         * ps-print.el (ps-print-translation-table): New variable.
22431         (ps-plot-region): Translate characters by ps-print-translation-table.
22433 2005-03-29  Juri Linkov  <juri@jurta.org>
22435         * simple.el (next-error-highlight-timer): New variable.
22437         * progmodes/compile.el (compilation-goto-locus):
22438         Use `next-error-highlight-timer' instead of `sit-for'.
22440 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22442         * mail/supercite.el (sc-mail-field): Use assoc-string.
22443         (sc-get-address): Simplify regexps.
22445         * files.el (minibuffer-with-setup-hook): New macro.
22446         (find-file-read-args): Use it to avoid let-binding
22447         minibuffer-with-setup-hook (which breaks turning on/off
22448         file-name-shadow-mode while in the prompt).
22450         * complete.el (PC-read-include-file-name-internal):
22451         Use test-completion.
22453 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
22455         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22457 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22459         * window.el (window-buffer-height): Use count-screen-lines.
22461         * progmodes/python.el (python-preoutput-leftover): New var.
22462         (python-preoutput-filter): Use it.
22463         (python-send-receive): Loop until all the result has been received.
22465 2005-03-28  Juri Linkov  <juri@jurta.org>
22467         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22469         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22470         "Recover Crashed Session".
22471         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22472         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22473         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22474         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22475         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22476         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22477         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22478         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22480         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22481         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22482         Ediff Sessions", "Toggle use of separate control buffer frame",
22483         "Use separate frame for Ediff control buffer".
22485         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22486         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22487         "Rename Bookmark", "Delete Bookmark".
22489         * info.el (Info-mode-menu): Remove ellipsis from "Index".
22490         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22491         Add `:active Info-index-alternatives' to "Next Matching Item".
22493         * wdired.el (wdired-change-to-wdired-mode):
22494         Mention `wdired-abort-changes' key in the initial message.
22496         * international/mule.el (auto-coding-alist): Associate non-ascii
22497         image filename extensions with `no-conversion'.
22499 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22501         * international/iso-acc.el:
22502         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22504 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
22506         * textmodes/sgml-mode.el (html-mode): Doc update.
22508         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22510 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
22512         * term.el (term-move-columns): Fix face after extending a line.
22513         (term-insert-spaces): Likewise.
22514         (term-reset-terminal): Fix off by one error.
22516 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
22518         * international/mule.el (auto-coding-alist): Add .xpi files.
22520         * files.el (auto-mode-alist): Add .xpi files.
22522 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
22524         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22526 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
22528         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22530 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
22532         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22533         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
22535         * calendar/cal-move.el (calendar-beginning-of-year): Move the
22536         cursor to Jan 1 when needed.
22537         (calendar-end-of-year): Fix -/+ typo.
22538         Reported by Chong Yidong <cyd@stupidchicken.com>.
22540 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22542         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22544         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22545         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
22547 2005-03-25  Richard M. Stallman  <rms@gnu.org>
22549         * filesets.el (filesets-init): Add autoload.
22551         * mail/mailalias.el (mail-directory): Doc fix.
22553 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
22555         * mail/mailalias.el (mail-directory-process): Do nothing if
22556         mail-directory-process is an atom.
22557         (mail-get-names): Ignore mail-directory-names if it is an atom.
22558         (mail-directory-process defvar): Doc fix.
22559         (mail-names): Doc fix.
22561 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
22563         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22565 2005-03-26  Kenichi Handa  <handa@m17n.org>
22567         * international/mule-util.el (detect-coding-with-priority):
22568         Call update-coding-systems-internal before detect-coding-region.
22570 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
22572         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22573         (gdb-frames-mode-map): Add follow-link property.
22575 2005-03-25  Jay Belanger  <belanger@truman.edu>
22577         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22578         for variables.
22580 2005-03-25  Juri Linkov  <juri@jurta.org>
22582         * image-mode.el: Optimize image filename extension regexps in
22583         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
22584         in `auto-mode-alist'.
22585         (image-mode): Add `image-toggle-display-text' to local hook
22586         `change-major-mode-hook'.  Display the image as an image by
22587         default.  Set `cursor-type' and `truncate-lines' if the image
22588         is already displayed.  Take into account the current mode (image
22589         or text) in message.
22590         (image-minor-mode): New minor mode.
22591         (image-mode-maybe, image-toggle-display-text): New functions.
22592         (image-toggle-display): Use called-interactively-p.
22593         Let-bind `inhibit-read-only' to t.
22595         * image-mode.el (image-minor-mode): Set `cursor-type' and
22596         `truncate-lines' if the image is already displayed.  Add turning
22597         image-minor-mode off to `change-major-mode-hook'.  Add message.
22598         Call `image-toggle-display-text' after turning image-minor-mode off.
22600 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22602         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22603         Terminal.app, use utf-8.
22604         (set-display-table-and-terminal-coding-system): Add coding-system arg.
22605         (set-locale-environment): Use it.
22607         * term/xterm.el: Undo last change, better done in mule-cmds.el.
22609         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22611         * progmodes/python.el (python-close-block-statement-p)
22612         (python-outdent-p, python-current-defun): Use symbol-end.
22614 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
22616         * files.el (save-some-buffers): Doc fix.
22618 2005-03-25  Werner Lemberg  <wl@gnu.org>
22620         * complete.el, thumbs.el: Replace `legal' with `valid'.
22621         * calendar/calendar.el: Replace `legal' with `valid'.
22622         * emacs-lisp/advice.el: Replace `legal' with `valid'.
22623         * mail/supercite.el: Replace `legal' with `valid'.
22624         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22625         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22626         Replace `legal' with `valid'.
22627         * textmodes/reftex-vars.el, textmodes/reftex.el:
22628         Replace `legal' with `valid'.
22630 2005-03-25  Werner Lemberg  <wl@gnu.org>
22632         * calc/calc-forms.el, calc/calc-sel.el
22633         * midnight.el, vc-cvs.el
22634         * emacs-lisp/cl-macs.el
22635         * emulation/vip.el
22636         * eshell/esh-io.el, eshell/esh-var.el
22637         * mail/supercite.el
22638         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22639         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22640         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22641         * progmodes/sh-script.el, progmodes/xscheme.el
22642         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22643         * textmodes/reftex-index.el, textmodes/reftex-parse.el
22644         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22645         * textmodes/reftex.el, textmodes/org.el:
22646         Replace `illegal' with `invalid'.
22648 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22650         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22651         (flymake-find-buildfile, flymake-find-possible-master-files)
22652         (flymake-check-include, flymake-parse-line): Replace loops over the
22653         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22655         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22656         Substitute file-name-as-directory in the rest of the file.
22657         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22658         (flymake-replace-region): Remove unused arg `buffer'.
22659         (flymake-check-patch-master-file-buffer): Update calls to it.
22660         (flymake-add-err-info): Remove unused var `count'.
22661         (flymake-mode): Use define-minor-mode.
22663         * progmodes/flymake.el: Use with-current-buffer.
22664         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22665         flymake-replace-regexp-in-string, flymake-line-beginning-position)
22666         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22667         Avoid testing for `xemacs'.
22668         (flymake-nop): Move.
22669         (flymake-region-has-flymake-overlays): Return the computed value.
22670         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22671         Remove unused var `endline'.
22672         (flymake-get-line-count): Remove unused function.
22673         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22675         * emulation/vi.el:
22676         * generic.el:
22677         * hilit-chg.el (global-highlight-changes):
22678         * hi-lock.el (hi-lock-mode):
22679         * follow.el: find-file-hooks -> find-file-hook.
22681         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22683 2005-03-24  Juri Linkov  <juri@jurta.org>
22685         * dired.el (dired-mode-map): Add menu item "Compare directories"
22686         for dired-compare-directories.
22688         * dired-aux.el (dired-compare-directories): Add autoload cookie.
22689         Doc fix.  Replace `read-file-name' with `read-directory-name'.
22691 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22693         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22695 2005-03-24  Jay Belanger  <belanger@truman.edu>
22697         * calc/calc-embed.el (calc-embedded-mode-change): Save all
22698         relevant mode settings in calc-embedded-original-modes when modes
22699         are permanently changed.
22701 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22703         * autoinsert.el: find-file-hooks -> find-file-hook.
22705 2005-03-24  Lute Kamstra  <lute@gnu.org>
22707         * generic.el (generic-font-lock-defaults): Make it obsolete.
22708         (generic-font-lock-keywords): New variable to replace
22709         generic-font-lock-defaults.
22710         (generic-mode-set-font-lock): Delete it.
22711         (generic-mode-internal): Don't call generic-mode-set-font-lock.
22712         (generic-bracket-support): Add docstring.
22714         * generic-x.el: Rename generic-font-lock-defaults to
22715         generic-font-lock-keywords throughout.
22716         (mailagent-rules-setup-function): Delete it.
22717         (mailagent-rules-generic-mode): Use anonymous function instead.
22718         (show-tabs-generic-mode-font-lock-defaults-1)
22719         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22720         Quote faces.
22721         (show-tabs-tab-face, show-tabs-space-face): Specify background,
22722         not foreground.
22724         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22725         Recognize define-generic-mode.
22727 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22729         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22730         if there's no completion table.
22732 2005-03-23  Miles Bader  <miles@gnu.org>
22734         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22735         Remove tty-specific variants, as they're no longer needed.
22737 2005-03-23  Lute Kamstra  <lute@gnu.org>
22739         * generic-x.el: Code cleanup: make args constant whenever possible.
22740         (installshield-statement-keyword-list)
22741         (installshield-system-functions-list)
22742         (installshield-system-variables-list, installshield-types-list)
22743         (installshield-funarg-constants-list): Make them constants.
22745         * generic.el (generic-make-keywords-list): Add autoload cookie.
22747         * calendar/time-date.el: Add comment on time value formats.
22748         Don't require parse-time.
22749         (with-decoded-time-value): New macro.
22750         (encode-time-value): New function.
22751         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22752         (days-to-time): Return a valid time value when arg is huge.
22753         (time-since): Use time-subtract.
22754         (time-to-number-of-days): Use time-to-seconds.
22756 2005-03-23  David Ponce  <david@dponce.com>
22758         * recentf.el (recentf-keep): New option.
22759         (recentf-menu-action): Default to `find-file'.
22760         (recentf-keep-non-readable-files-flag)
22761         (recentf-keep-non-readable-files-p)
22762         (recentf-file-readable-p, recentf-find-file)
22763         (recentf-cleanup-remote): Remove.
22764         (recentf-include-p): More robust.
22765         (recentf-keep-p): New function.
22766         (recentf-remove-if-non-kept): Rename from
22767         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
22768         All callers updated.
22769         (recentf-menu-items-for-commands): Fix help string.
22770         (recentf-track-closed-file): Update.  Doc fix.
22771         (recentf-cleanup): Update.  Count removed files.  Doc fix.
22773 2005-03-23  Kim F. Storm  <storm@cua.dk>
22775         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22776         Don't inherit from fringe face (now happens automatically).
22778 2005-03-22  Kim F. Storm  <storm@cua.dk>
22780         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22781         position values.
22783 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22785         * menu-bar.el (showhide-date-time): Remove.
22786         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22787         (menu-bar-make-mm-toggle): Simplify.
22789 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22791         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22792         Accept qualified variable and function names.
22794 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
22796         * bindings.el (completion-ignored-extensions):
22797         Remove ".lis" for `vax-vms'.
22799 2005-03-22  Andreas Schwab  <schwab@suse.de>
22801         * generic-x.el: Revert last change.
22802         * ldefs-boot.el: Update.
22804 2005-03-22  Jay Belanger  <belanger@truman.edu>
22806         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22807         (calc-embedded-save-original-modes)
22808         (calc-embedded-restore-original-modes): New functions.
22809         (calc-do-embedded): Save original modes when entering embedded mode
22810         and restore when leaving embedded mode.
22811         (calc-embedded-modes-change): Change the value of
22812         calc-embedded-original-modes to reflect permanent changes.
22814 2005-03-22  Lute Kamstra  <lute@gnu.org>
22816         * generic-x.el: Require generic again.
22818 2005-03-22  Miles Bader  <miles@gnu.org>
22820         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22821         Tweak details to look good on both ttys and bitmap displays, light
22822         or dark background, etc.
22824 2005-03-21  Kim F. Storm  <storm@cua.dk>
22826         * tooltip.el (tooltip-show-help-function): Check car and cdr of
22827         mouse position.
22829 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22831         * icomplete.el: Don't forcibly turn on the mode upon load.
22832         (icomplete-mode): Use define-minor-mode.
22833         (icomplete-eoinput): Default to nil.
22834         (icomplete-minibuffer-setup): Remove autoload.
22835         (icomplete-tidy): Simplify.
22836         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22837         in the initial state or if the user has modified the field.
22838         Fix handling of icomplete-max-delay-chars.
22839         Remove code that handles the oddball case where
22840         minibuffer-completion-table is an integer.
22841         Wrap icomplete-completions in while-no-input in case building
22842         completions takes more time than expected.
22843         (icomplete-completions): Simplify.
22845 2005-03-21  Richard M. Stallman  <rms@gnu.org>
22847         * jka-compr.el (jka-compr-really-do-compress):
22848         Make variable buffer-local.
22850         * image-mode.el: Handle .xpm files too.
22851         (image-toggle-display): Preserve modification flag.
22853         * help.el (where-is): Don't mention aliases with no key bindings.
22855 2005-03-21  Lute Kamstra  <lute@gnu.org>
22857         * generic.el: Fix commentary section.  Don't require cl for
22858         compilation.
22859         (generic-mode-list): Add autoload cookie.
22860         (generic-use-find-file-hook, generic-lines-to-scan)
22861         (generic-find-file-regexp, generic-ignore-files-regexp)
22862         (generic-mode, generic-mode-find-file-hook)
22863         (generic-mode-ini-file-find-file-hook): Fix docstrings.
22864         (define-generic-mode): Make it a defmacro.  Fix docstring.
22865         (generic-mode-internal): Code cleanup.  Add autoload cookie.
22866         (generic-mode-set-comments): Code cleanup.
22867         * generic-x.el: Don't prevent compilation.  Don't require generic.
22868         Follow coding conventions.  Minor code cleanup.
22869         (etc-fstab-generic-mode): Add some keywords.
22870         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22871         define-generic-mode like a function declaration.
22873 2005-03-21  Jay Belanger  <belanger@truman.edu>
22875         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22876         changing modes.
22878 2005-03-21  Sam Steingold  <sds@gnu.org>
22880         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22882 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
22884         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22885         Add underscore to "f$ lexicals" regexp.
22887 2005-03-20  Juri Linkov  <juri@jurta.org>
22889         * subr.el (progress-reporter-do-update): When `min-value' is equal
22890         to `max-value', set `percentage' to 0 and prevent division by zero.
22892 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
22894         Sync with Tramp 2.0.48.
22896         * net/tramp.el (all): Change all addresses to .gnu.org.
22897         (tramp-append-tramp-buffers): New defun.
22898         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22899         Catch `dont-send' signal.
22900         (tramp-set-auto-save-file-modes): Set always permissions, because
22901         there might be an old auto-saved file belonging to another
22902         original file.  This could be a security threat.  Reported by
22903         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22904         Check for Emacs 21.3.50 removed.
22906         * net/tramp-smb.el (all): Remove debug construct for
22907         `with-parsed-tramp-file-name'.
22908         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22909         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22910         No error message if DIRECTORY or FILENAME doesn't exist.
22911         (tramp-smb-open-connection): Check existence of
22912         `tramp-smb-program'.
22914 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22916         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22917         Properly handle the case where the `m' or `s' command's argument is not
22918         yet terminated.
22919         (perl-indent-new-calculate): New function.
22920         (perl-indent-line): Use it.
22922 2005-03-20  Miles Bader  <miles@gnu.org>
22924         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22925         in text-mode too.  Change to new face names.
22926         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22927         Add `:weight bold' attribute.
22928         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22930 2005-03-19  Juri Linkov  <juri@jurta.org>
22932         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
22934         * international/mule.el (auto-coding-alist): Sync with
22935         `auto-mode-alist' by adding upper case archive file extensions
22936         and adding ear/war to jar extension.
22938 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
22940         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22941         running, restart it.
22943 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
22945         * finder.el (finder-current-item): Throw an error on an empty line.
22947         * man.el (Man-follow-manual-reference): If current-word returns
22948         nil, use "".
22950 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
22952         * simple.el (goto-line): Doc fix.
22954 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
22956         * files.el (save-buffer): Doc fix.
22958 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
22960         * recentf.el (recentf-cleanup-remote): New variable.
22961         (recentf-cleanup): Use it to conditionally check availability of
22962         remote files.
22964 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
22966         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22967         function names.
22969 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
22971         * language/thai-word.el: New file.
22973 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22975         * files.el (backup-buffer): If the file's directory is not
22976         writable, use copy instead of move to backup the file.
22978 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
22980         * obsolete/keyswap.el: Moved to obsolete/ from term/.
22982 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22984         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22985         Use functionp instead of symbolp and fboundp.  Reported by Drkm
22986         <darkman_spam@yahoo.fr>.
22987         (ps-print-version): New version 6.6.6.
22989 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
22991         * textmodes/table.el (table--line-column-position): New idiom.
22992         (table--row-column-insertion-point-p): New function to test
22993         validity of row and column insertion operation at a location.
22994         (table-global-menu, table-cell-menu): Use above functions for
22995         deterministic test operation.
22996         (table--editable-cell-p): Behave in deterministic fashion.
22998 2005-03-18  Juri Linkov  <juri@jurta.org>
23000         * isearch.el (isearch-lazy-highlight-new-loop):
23001         Make arguments beg and end optional.
23002         (isearch-update): Remove optional arguments nil from
23003         isearch-lazy-highlight-new-loop.
23004         (isearch-lazy-highlight-search): Let-bind case-fold-search to
23005         isearch-lazy-highlight-case-fold-search instead of
23006         isearch-case-fold-search, and let-bind isearch-regexp to
23007         isearch-lazy-highlight-regexp.
23008         Use isearch-lazy-highlight-last-string instead of isearch-string.
23010         * replace.el (perform-replace): Remove bindings of global
23011         variables isearch-string, isearch-regexp, isearch-case-fold-search.
23012         Add three new arguments to `replace-highlight'.
23013         (replace-highlight): Add arguments string, regexp, case-fold.
23014         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23015         to allow isearch-lazy-highlight-new-loop to use these values
23016         to set corresponding isearch-lazy-highlight-* internal
23017         variables whose values lazy highlighting will use regardless of
23018         changes to global variables isearch-string, isearch-regexp,
23019         isearch-case-fold-search during lazy highlighting loop.
23020         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23021         to `lazy-highlight-cleanup'.
23023         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23024         (ispell-highlight-face): Set default face to `isearch' when
23025         lazy highlighting is enabled.
23026         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23027         priority to 1.  Add lazy highlighting.
23028         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23029         from `isearch-dehighlight'.
23031 2005-03-18  David Ponce  <david@dponce.com>
23033         * files.el (hack-local-variables): Do a case-insensitive search
23034         for End.
23036 2005-03-18  Juri Linkov  <juri@jurta.org>
23038         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23039         `isearch-lazy-highlight-cleanup', add alias to old name and
23040         declare obsolete.  Add release numbers to other obsolete vars.
23041         (isearch-done, isearch-lazy-highlight-new-loop):
23042         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23043         (lazy-highlight-cleanup) <variable>: Doc fix.
23044         (isearch-lazy-highlight-update): Rename obsolete
23045         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23047 2005-03-18  Kenichi Handa  <handa@m17n.org>
23049         * language/thai-util.el: Fix categorization of Thai characters in
23050         thai-category-table.
23051         (thai-composition-pattern): Adjust it for the above change.
23052         (thai-self-insert-command, thai-compose-syllable): New functions.
23053         (thai-compose-region): Use thai-compose-syllable.
23054         (thai-compose-string): Likewise.
23055         (thai-composition-function): Likewise.
23056         (thai-auto-composition): New function.
23057         (thai-auto-composition-mode): New minor mode.
23059         * language/thai.el: Fix patterns to be registered in
23060         composition-function-table.
23062         * international/quail.el (quail-input-method): Locally bind
23063         inhibit-modification-hooks to t.
23065 2005-03-17  Richard M. Stallman  <rms@gnu.org>
23067         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23068         (perl-mode): Use run-mode-hooks.
23070         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23071         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23072         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23074         * mail/sendmail.el (sendmail-send-it): Reenable the code
23075         to compute resend-to-address and use it.
23077         * tar-mode.el (tar-mode): Turn off undo unconditionally.
23079         * image-mode.el: New file.
23081         * image.el (insert-sliced-image): Add autoload cookie.
23083         * font-lock.el (font-lock-lines-before): New user option.
23084         (font-lock-after-change-function): Obey it.
23086         * bindings.el (esc-map): Make M-g a prefix.
23087         Bind M-g g and M-g M-g to goto-line.
23089         * faces.el (face-id): Doc fix.
23091 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23093         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23094         (rmail-show-message): Use rmail-unknown-mail-followup-to.
23095         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23097         * mail/sendmail.el (mail-yank-ignored-headers)
23098         (mail-font-lock-keywords, mail-mode-fill-paragraph):
23099         Add Mail-Followup-To and Mail-Reply-To headers.
23100         (mail-citation-hook): Add autoload cookie.
23101         (mail-mode): Doc fix.
23102         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23103         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23104         (mail-mode-fill-paragraph): Handle those headers.
23105         (mail-mailing-lists): New variable.
23106         (mail-mail-reply-to, mail-mail-followup-to): New functions.
23108 2005-03-17  Juri Linkov  <juri@jurta.org>
23110         * isearch.el (isearch-fallback): Check for `(car previous)'
23111         before calling `isearch-other-end-state'.
23113 2005-03-17  Kim F. Storm  <storm@cua.dk>
23115         * simple.el (move-beginning-of-line): Move to beginning of buffer
23116         line, as well as beginning of screen line.
23118 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
23120         * calendar/diary-lib.el (mark-diary-entries): Use new optional
23121         argument REDRAW rather than calendar-redrawing variable.
23122         * calendar/calendar.el (calendar-redrawing): Delete.
23123         (redraw-calendar): Do not bind calendar-redrawing.
23125 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
23127         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23128         diary-file buffer.
23130 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23132         * help.el (describe-mode): Allow a :minor-mode-function property to
23133         specify a different minor mode toggle function than the variable.
23134         * simple.el (auto-fill-function):
23135         * subr.el (add-minor-mode): Use it.
23137 2005-03-16  Kenichi Handa  <handa@m17n.org>
23139         * language/ethio-util.el (sera-being-called-by-w3): New variable.
23140         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23141         (ethio-fidel-to-sera-buffer): Likewise.
23143 2005-03-16  Juri Linkov  <juri@jurta.org>
23145         * emacs-lisp/find-func.el (find-function-regexp):
23146         Add defun-emitting macro `menu-bar-make-toggle'.
23148         * isearch.el: Put `isearch-scroll' property to
23149         `split-window-horizontally'.
23151         * info.el: Update error messages for `debug-ignored-errors'.
23152         (Info-isearch-search): Doc fix.
23153         (Info-find-node): Move up code to go into info buffer before
23154         recording the node to the history.
23155         (Info-fontify-node): Fontify titles only if the next line
23156         has two or more `*', `=', `-', `.'.
23157         Display "go to this node" for empty (match-string 3).
23159 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23161         * term/mac-win.el: Add mouse pointer shape constants.
23163 2005-03-15  Kim F. Storm  <storm@cua.dk>
23165         * simple.el (move-beginning-of-line): Use vertical-motion.
23167 2005-03-15  Juri Linkov  <juri@jurta.org>
23169         * isearch.el (isearch-error): New variable.
23170         (isearch-invalid-regexp, isearch-within-brackets): Remove.
23171         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23172         (isearch-within-brackets-state): Remove.
23173         (isearch-case-fold-search-state, isearch-pop-fun-state):
23174         Decrease frame index.
23175         (isearch-mode, isearch-top-state, isearch-push-state)
23176         (isearch-edit-string, isearch-abort, isearch-search-and-update)
23177         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23178         (isearch-search, isearch-lazy-highlight-new-loop):
23179         Replace `isearch-invalid-regexp' with `isearch-error'.
23180         Remove `isearch-within-brackets'.
23181         (isearch-search): Add `search-failed' handler to `condition-case'.
23182         (isearch-lazy-highlight-search): Add `condition-case' to catch
23183         errors and allow `isearch-lazy-highlight-update' to try
23184         highlighting from the beginning of the window.
23185         (isearch-repeat): Move up code to set isearch-wrapped to t
23186         before calling isearch-wrap-function.
23188         * info.el (Info-isearch-initial-node): New internal variable.
23189         (Info-search): Signal an error in isearch mode when search leaves
23190         the initial node.  Signal an error when `bound' is non-nil and
23191         nothing was found in the current subfile.
23192         (Info-isearch-search): Remove `condition-case'.
23193         (Info-isearch-wrap): Don't wrap when search failed during leaving
23194         the initial node.  If `Info-isearch-search' is nil, wrap around
23195         the current node.
23196         (Info-isearch-start): New fun.
23197         (Info-mode): Add buffer-local hook `Info-isearch-start' to
23198         `isearch-mode-hook'.
23200 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23202         * simple.el (normal-erase-is-backspace): Set default to t if
23203         running on Mac.
23205         * term/mac-win.el (function-key-map): Sync with x-win.el.
23207 2005-03-15  Kenichi Handa  <handa@m17n.org>
23209         * international/mule-cmds.el (locale-language-names): Modify the
23210         format of elements and add more entries.
23211         (locale-preferred-coding-systems): Add more entries.
23212         (set-locale-environment): Adjust for the change of
23213         locale-language-names.
23215 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23217         * pcvs.el (smerge-ediff): Remove bogus autoload.
23219 2005-03-14  Lute Kamstra  <lute@gnu.org>
23221         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23222         Ignore a `*' at the beginning of a line.
23224         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23225         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23226         subr.el.
23227         (dont-compile, eval-when-compile, eval-and-compile): Use declare
23228         to specify indentation.
23230         * generic.el (define-generic-mode): Let generic-mode-list be a
23231         list of strings; test membership with equal.
23233 2005-03-14  Kim F. Storm  <storm@cua.dk>
23235         * simple.el (next-line, previous-line): Add optional try-vscroll
23236         arg to recognize interactive use.  Pass it on to line-move.
23237         (line-move): Don't perform auto-window-vscroll when defining or
23238         executing keyboard macro to ensure consistent behavior.
23240 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23242         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23244 2005-03-13  Lute Kamstra  <lute@gnu.org>
23246         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23247         debugger-setup-buffer so that backtrace marks the frames set to
23248         debug-on-exit and we don't have to do it manually.  Set an extra
23249         debug-on-exit for macro's.
23250         (debugger-setup-buffer): Don't mark the top frame manually.
23252 2005-03-12  Lute Kamstra  <lute@gnu.org>
23254         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23255         lisp-indent-function throughout.
23256         (with-no-warnings): Set lisp-indent-function property.
23258 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
23260         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23261         Add entry for backslash.
23263 2005-03-12  Juri Linkov  <juri@jurta.org>
23265         * info.el (Info-search): Four fixes for backward search.
23267 2005-03-11  Jay Belanger  <belanger@truman.edu>
23269         * calc/calc.el (calc-language-alist): New variable.
23270         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23271         (calc-embedded-find-modes): Use calc-language-alist instead of
23272         calc-embedded-language-alist.
23274 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23276         * calendar/calendar.el (calendar-redrawing): New internal
23277         variable.
23278         (redraw-calendar): Remove bogus save-excursion from previous
23279         change.  Bind calendar-redrawing to t for mark-diary-entries.
23280         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23281         calendar if that is why we were called.
23283 2005-03-11  Kenichi Handa  <handa@m17n.org>
23285         * international/mule.el (make-coding-system): Set property
23286         coding-system-define-form to nil.
23287         (define-coding-system-alias): Likewise.
23289 2005-03-11  Kenichi Handa  <handa@m17n.org>
23291         These changes are suggested by Dave Love <fx@gnu.org>.
23293         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23294         coding: tag.
23295         (adaptive-fill-regexp): Add more bullets.
23296         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23297         regexps.
23299 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23301         * help.el (describe-mode): Properly handle non-trivial lighters.
23302         Don't ignore minor modes that are not listed in minor-mode-list.
23304         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23305         feature ON when the user requests to turn it OFF.
23307 2005-03-10  Lute Kamstra  <lute@gnu.org>
23309         * emacs-lisp/debug.el (debug-entry-code): Delete it.
23310         (implement-debug-on-entry): New function to replace debug-entry-code.
23311         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
23312         second argument as the 2005-03-07 change makes it obsolete.
23313         (debug-on-entry, cancel-debug-on-entry): Update call to
23314         debug-on-entry-1.
23315         (debug, debugger-setup-buffer): Comment update.
23316         (debugger-frame-number): Update to work with implement-debug-on-entry.
23318 2005-03-10  Jay Belanger  <belanger@truman.edu>
23320         * calc/calc-embed.el (math-ms-args): Declare it.
23321         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23322         math-ms-args.
23323         (calc-embedded-subst): Use math-multi-subst-rec to substitute
23324         variables.
23326 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
23328         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23329         Use message-box.
23331         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23332         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23333         (tooltip-gud-tips): Simplify.
23334         (tooltip-gud-tips-p): Remove superfluous :set.
23335         (tooltip-gud-modes): Add fortran-mode.
23336         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23338         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23340 2005-03-09  Kim F. Storm  <storm@cua.dk>
23342         * play/animate.el (animate-place-char): Use forward-line instead
23343         of next-line to improve performance.
23345 2005-03-09  Simon Josefsson  <jas@extundo.com>
23347         * net/browse-url.el (browse-url-default-browser): Doc fix.
23349 2005-03-09  Miles Bader  <miles@gnu.org>
23351         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23352         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23354 2005-03-09  Kenichi Handa  <handa@m17n.org>
23356         * international/latin-1.el: Set case and syntax for 255 only if
23357         set-case-syntax-set-multibyte is nil.
23359         * textmodes/ispell.el (ispell-insert-word): New function.
23360         (ispell-word): Use ispell-insert-word to insert a new word.
23361         (ispell-process-line): Likewise.
23362         (ispell-complete-word): Likewise.
23364 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
23366         * calendar/calendar.el (redraw-calendar): Preserve point.
23367         Reported by Matt Hodges <MPHodges@member.fsf.org>.
23368         (calendar-week-start-day): Move after definition of
23369         redraw-calendar.  Delete buffer test, since redraw-calendar has
23370         that now.
23372         * calendar/diary-lib.el (mark-diary-entries): Only call
23373         redraw-calendar in the first of any recursive calls.
23374         Reported by Alan Shutko <ats@acm.org>.
23376 2005-03-08  Juri Linkov  <juri@jurta.org>
23378         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23379         (html-horizontal-rule, html-line, html-image, html-checkboxes)
23380         (html-radio-buttons): Add a space before the trailing `/>' where
23381         sgml-xml-mode is non-nil.
23382         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23383         the subsequent tag of the empty XML tag.
23384         (html-href-anchor): Don't set initial input to "http:".
23385         (html-image): Ask for the image URL and set point inside alt="".
23386         (html-name-anchor): Duplicate the name in the `id' attribute when
23387         sgml-xml-mode is non-nil.
23388         (html-paragraph): Remove \n before <p>.
23389         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23390         instead of `checked' when sgml-xml-mode is non-nil.
23392         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23393         Remove 1 space before #RRGGBB to not truncate it on terminal
23394         windows w/o fringes.  Remove 1 space between bg and fg examples
23395         to get more space.
23396         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23397         avoid byte-compile warnings.
23399         * image-file.el (image-file-handler): Put `safe-magic' property to
23400         `image-file-handler'.
23402         * info.el (Info-isearch-search): Emulate word search in
23403         isearching through multiple Info nodes with Info-search.
23404         (Info-isearch-wrap): Allow isearch-word.
23406 2005-03-08  Lute Kamstra  <lute@gnu.org>
23408         * emacs-lisp/debug.el (debugger-step-through): Make sure that
23409         stepping into the debugger's code is not possible.
23410         (debugger-jumping-flag): Docstring update.
23412 2005-03-08  Jay Belanger  <belanger@truman.edu>
23414         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23415         embedded mode begins.
23416         (calc-embedded-language-alist): New variable.
23417         (calc-embedded-find-modes): Use calc-embedded-language-alist to
23418         set default language mode.
23420 2005-03-08  Kenichi Handa  <handa@m17n.org>
23422         * international/ccl.el (define-ccl-program): Fix docstring about
23423         extra 256 bytes assured for the output buffer.
23425         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23426         Fix BUFFER_MAGNIFICATION to 2.
23427         (ccl-encode-mule-utf-16be-with-signature): Likewise.
23429 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
23431         * align.el (align-rules-list): Added an alignment rule for CSS
23432         declarations (applies to css-mode and html-mode buffers).
23434 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23436         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23438 2005-03-07  Kim F. Storm  <storm@cua.dk>
23440         * simple.el (move-beginning-of-line): New command.
23442         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23444         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23446         * emulation/cua-base.el: Put CUA move property on move-end-of-line
23447         and move-beginning-of-line.
23449         * apropos.el (apropos-print): Omit command from M-x ... RET.
23451 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
23453         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23454         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23456 2005-03-06  Richard M. Stallman  <rms@gnu.org>
23458         * bindings.el (esc-map): Bind M-g to goto-line.
23460         * facemenu.el (global-map): Bind M-o, not M-g.
23462 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23464         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23465         "Open Directory" as for "Open File".
23467 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
23469         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23470         (push-mark-command): Run activate-mark-hook.
23472 2005-03-06  Richard M. Stallman  <rms@gnu.org>
23474         * help-mode.el (help-mode-finish): Don't alter the element
23475         in view-return-to-alist if there already is one.
23477         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23478         make sure the current buffer is the expected one.
23480         * novice.el (disabled-command-function): Output in *Disabled Command*.
23481         Explicitly ignore non-keyboard events, and explicitly handle C-g.
23483         * textmodes/flyspell.el (flyspell-large-region):
23484         Pass args differently for aspell.
23486         * files.el (mode-require-final-newline): Doc fix.
23488 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
23490         * progmodes/which-func.el (which-function):
23491         Specify NOERROR when calling imenu--make-index-alist.
23493 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23495         * simple.el (normal-erase-is-backspace): Define default value.
23497         * custom.el (custom-theme-set-variables): Remove unused var
23498         `immediate'.
23499         (custom-reevaluate-setting): Simple function to handle variables
23500         that are defined before their default value can really be
23501         computed.
23503         * startup.el (command-line): Use it for temporary-file-directory,
23504         small-emporary-file-directory, auto-save-file-name-transforms,
23505         blink-cursor-mode, and normal-erase-is-backspace.
23507         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23508         progress, even with buggy anchored keywords.
23510 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
23512         * simple.el (goto-line): Remove unbalanced final parenthesis.
23514 2005-03-05  Richard M. Stallman  <rms@gnu.org>
23516         * simple.el (goto-line): Use a number at point as the default.
23517         With C-u as arg, switch buffers.
23519 2005-03-05  Juri Linkov  <juri@jurta.org>
23521         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23522         with `no-blinking-cursor'.
23524         * startup.el (no-blinking-cursor): New defvar.
23525         (command-line): Add `--no-blinking-cursor' to longopts.
23526         Set `no-blinking-cursor' to t for command line arguments
23527         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
23528         with `no-blinking-cursor' in the condition for calling
23529         `blink-cursor-mode'.
23531 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
23533         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23534         (menu-bar-options-save): Add blink-cursor-mode.
23535         (menu-bar-options-menu): Add blink-cursor-mode.
23537 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
23539         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23540         (icalendar-export-file, icalendar-export-region)
23541         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23542         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23544 2005-03-04  Lute Kamstra  <lute@gnu.org>
23546         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23547         (debug-function-list): Ditto.
23549 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
23551         * textmodes/texinfmt.el (texinfo-append-refill):
23552         Redefine the types of line to which @refill
23553         is not appended by replacing a search for `@refill\\|@bye' with
23554         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
23555         itemize@refill' bug and the unfilled long lines bug.
23556         (texinfmt-version): Update number and date.
23558 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23560         * international/code-pages.el (windows-1250, windows-125[2-8])
23561         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23563 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23565         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23566         bound yet.
23568 2005-03-02  Romain Francoise  <romain@orebokech.com>
23570         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23571         buffer after removing limits.
23572         (ibuffer-pop-filter): Ditto.
23573         Update copyright.
23575 2005-03-02  Miles Bader  <miles@gnu.org>
23577         * button.el (make-text-button): If the user doesn't specify a
23578         type, use the default.  Rewrite to use `add-text-properties' and
23579         plist functions.
23581 2005-03-01  Lute Kamstra  <lute@gnu.org>
23583         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23584         (debugger-jumping-flag): New var.
23585         (debug-entry-code): Use it.
23586         (debugger-jump): Use debugger-jumping-flag and add
23587         debugger-reenable to post-command-hook.
23588         (debugger-reenable): Use debugger-jumping-flag and remove itself
23589         from post-command-hook.
23590         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23591         debugger-reenable.
23593 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
23595         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23596         inclusion of "itemize\\|", which may be unnecessary, is certainly
23597         inelegant, and stops refilling in itemize lists when formatting
23598         Japanese Texinfo files to Info.
23599         Update copyright to 2005.
23601 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
23603         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23604         of an error if GDB can't find the source file.
23606 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
23608         * calendar/calendar.el (redraw-calendar): Work from any buffer,
23609         not just the calendar.
23611         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23612         first.
23613         (diary-redraw-calendar): New function.
23614         (make-diary-entry): Add diary-redraw-calendar to local
23615         write-contents-functions.  Turn off selective display before
23616         inserting in diary.
23618 2005-03-01  Kim F. Storm  <storm@cua.dk>
23620         * emacs-lisp/copyright.el (copyright-fix-years): New command.
23622 2005-03-01  Lute Kamstra  <lute@gnu.org>
23624         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23625         that debug-entry-code can be safely removed from a function while
23626         this code is being evaluated.  Revert the 2005-02-27 change as the
23627         new implementation no longer requires it.  Make sure that a
23628         function body containing just a string is not mistaken for a docstring.
23629         (debug): Skip one more frame in case of debug on entry.
23630         (debugger-setup-buffer): Delete one more frame line in case of
23631         debug on entry.
23632         (debugger-frame-number): Update to use the new text introduced by
23633         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
23635 2005-02-28  Kim F. Storm  <storm@cua.dk>
23637         * double.el (double-translate-key): Call force-window-update after
23638         read-event to avoid crash in redisplay.
23640 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23642         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23643         (debug): Use it.  Move the inhibit-trace earlier.
23644         (debug-entry-code): New const.
23645         (debug-on-entry-1): Use it.
23647 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
23649         * international/utf-16.el (ccl-encode-mule-utf-16le):
23650         Fix BUFFER_MAGNIFICATION to 2.
23651         (ccl-encode-mule-utf-16be): Likewise.
23653 2005-02-28  Kenichi Handa  <handa@m17n.org>
23655         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23656         Fix BUFFER_MAGNIFICATION to 4.
23657         (ccl-encode-mule-utf-16be-with-signature): Likewise.
23659 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
23661         * speedbar.el (speedbar-update-flag): Doc fix.
23662         (speedbar-show-info-under-mouse): Give set-mouse-position the right
23663         argument.
23665 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23667         * reveal.el (reveal-post-command): Don't try to reveal overlays which
23668         have a non-nil `invisible' property but are actually visible.
23670         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23671         for perldoc sections.
23672         (perl-outline-regexp, perl-outline-level): New var and function.
23673         (perl-mode): Use them.
23675 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
23677         * calendar/diary-lib.el (diary-remind): Discard any mark portion
23678         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23680 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
23682         * cus-edit.el: Comment change.
23683         (custom-buffer-create-internal): Slightly reword text at top of
23684         Custom buffers.  Mention there that saving an option edits the
23685         init file.  Add link to Emacs manual node on `custom-file'.
23686         (custom-magic-alist): Rewrite individual State messages to use
23687         capitalized keywords.  Doc fix.
23689 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
23691         * calendar/calendar.el (calendar-buffer): Move above
23692         calendar-week-start-day.
23693         (calendar-week-start-day): Doc fix.  Add :set function.
23694         (calendar-minimum-window-height): New variable.
23695         (generate-calendar-window): Only resize window if selected-window
23696         is displaying the calendar buffer.  Use new variable
23697         calendar-minimum-window-height.
23698         (generate-calendar): Reword error message.
23699         (calendar-mode-map): Bind DEL to scroll-other-window-down.
23701 2005-02-27  Andreas Schwab  <schwab@suse.de>
23703         * vc.el (vc-do-command): Don't run command asynchronously when
23704         operating in a remote directory.
23706         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23707         change from sync with Tramp 2.0.47.
23709 2005-02-27  Richard M. Stallman  <rms@gnu.org>
23711         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23713         * textmodes/flyspell.el (flyspell-mode-on):
23714         Call ispell-change-dictionary only if necessary.
23716         * emacs-lisp/re-builder.el (regexp-builder): New function.
23718         * register.el (describe-register-1): Explicitly handle
23719         yank-excluded-properties = t.
23721         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23722         (custom-magic-alist): Change the status descriptions again.
23723         (face widget-type): Total rewrite based on `restricted-sexp'
23724         to eliminate the confusing double hiding levels.
23726         * emacs-lisp/debug.el (debug-on-entry-1):
23727         If function body is empty, add nil as body form.
23729 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23731         * emacs-lisp/trace.el (inhibit-trace): New var.
23732         (trace-make-advice): Use it.
23734         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23736 2005-02-26  Kim F. Storm  <storm@cua.dk>
23738         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23739         (mouse-on-link-p, mouse-drag-region-1): Use it.
23741 2005-02-25  Lute Kamstra  <lute@gnu.org>
23743         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23745 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
23747         * frame.el (blink-cursor-mode): Add :group keyword.
23749 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
23751         * calendar/icalendar.el (icalendar--decode-isodatetime):
23752         New optional argument DAY-SHIFT.
23753         (icalendar-export-region): Fix coding-system-for-write.
23754         (icalendar--convert-ical-to-diary): Shift end-day of all-day
23755         events by one.
23757 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23759         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23761 2005-02-24  Kim F. Storm  <storm@cua.dk>
23763         * international/iso-acc.el (iso-accents-compose): Fix crash
23764         during redisplay.  Call force-window-update after read-event
23765         and delete-region to signal that window is not accurate.
23767 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23769         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23770         Remove unused and inexistent var `inhibit-trace'.
23771         (debugger-mode): Use run-mode-hooks.
23772         (debugger-list-functions): Add buttons; setup xref stack.
23774 2005-02-23  Richard M. Stallman  <rms@gnu.org>
23776         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23777         appointment says it was explicitly made.
23778         (appt-add): Set the 3rd element.
23779         (appt-make-list): Preserve explicit appointments.
23781         * subr.el (find-tag-default): Catch errors in forward-sexp.
23783 2005-02-23  Juri Linkov  <juri@jurta.org>
23785         * info.el (Info-isearch-search): New defcustom.
23786         (Info-isearch-search): Call the default isearch function
23787         when Info-isearch-search is nil.
23788         (Info-isearch-wrap): Use variable Info-isearch-search.
23790 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
23792         * cus-edit.el: Comment change.
23794 2005-02-22  Kim F. Storm  <storm@cua.dk>
23796         * progmodes/hideif.el (hide-ifdef-use-define-alist):
23797         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
23799 2005-02-22  Simon Josefsson  <jas@extundo.com>
23801         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23802         New variable.
23803         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
23804         Oskarsson" <myrkraverk@users.sourceforget.net>.
23806 2005-02-22  Kim F. Storm  <storm@cua.dk>
23808         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23809         check that window of that event is the selected window.
23810         (mouse-drag-region-1): Compare mouse event window to selected
23811         window before setting point.
23813         * tooltip.el (tooltip-show-help-function): Pass event to
23814         mouse-on-link-p so it can check selected window.
23816 2005-02-22  Kenichi Handa  <handa@m17n.org>
23818         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23819         (ps-mule-show-warning): New function.
23820         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23821         characters are found.
23823         * ps-print.el (ps-header-footer-string): Return a list of header
23824         and footer strings.
23826 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
23828         * pcvs.el (cvs-retrieve-revision): Fix thinko.
23830 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23832         * frame.el (blink-cursor-mode): Use define-minor-mode.
23834         * term/mac-win.el (function-key-map): Use char-names more consistently.
23835         (file-name-coding-system): Only set it for MacOS-9.  The other case is
23836         already handled in mule-cmds.el (where it also works when mac-win.el
23837         is not used).
23839 2005-02-21  Kenichi Handa  <handa@m17n.org>
23841         * international/mule.el (ctext-pre-write-conversion): Always use
23842         " *code-converting-work*" buffer for work.
23844         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23846 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
23848         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23850 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
23852         * ses.el (undo-more): Restore defadvice, but only the part that
23853         allows changes outside the restricted area of the buffer.
23855 2005-02-20  Kim F. Storm  <storm@cua.dk>
23857         * simple.el (line-move): Add fourth optional arg try-vscroll which
23858         must be set to perform auto-window-vscroll.
23859         When moving backwards and doing auto-window-vscroll, automatically
23860         vscroll to the last part of lines which are taller than the window.
23861         (next-line, previous-line): Set try-vscroll arg on line-move.
23863 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
23865         * replace.el (query-replace, query-replace-regexp)
23866         (replace-string, replace-regexp): When operating on region, make
23867         the minibuffer prompt say so.
23869         * isearch.el (isearch-forward): Document isearch-query-replace and
23870         isearch-query-replace-regexp keybindings.
23872 2005-02-19  Jay Belanger  <belanger@truman.edu>
23874         * calc/calc-aent.el (math-read-token): Add local variable.
23876         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23877         (calc-edit-top): Move declaration to earlier in file.
23878         (calc-edit-macro-repeats): Add local variables.
23880         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23881         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23882         calcFunc-tanh.
23883         Adjust integration rule for calcFunc-tan.
23885 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
23887         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23888         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23889         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23890         (viper-skip-separators): Bug fix.
23891         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23892         particular major mode.
23893         (viper-del-backward-char-in-replace): Don't put deleted char on the
23894         kill ring.
23896         * viper-ex.el (viper-color-display-p): New function.
23897         (viper-has-face-support-p): Use viper-color-display-p.
23899         * viper-keym.el (viper-gnus-modifier-map): New keymap.
23901         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23903         * viper-util.el (viper-glob-unix-files): Fix shell status check.
23904         (viper-file-remote-p): Make equivalent to file-remote-p.
23906         * viper.el (viper-major-mode-modifier-list):
23907         Use viper-gnus-modifier-map.
23909 2005-02-19  David Kastrup  <dak@gnu.org>
23911         * subr.el (subregexp-context-p): Fix garbled doc string by adding
23912         quoting.
23914 2005-02-19  Jay Belanger  <belanger@truman.edu>
23916         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23917         Remove extra definitions.
23918         (calc-coth): New function.
23919         (calcFunc-cot): Fix `let'.
23921 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
23923         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23924         the reasons we use "type pc" in these faces.
23926         * button.el (button): Ditto.
23928 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
23930         * replace.el (query-replace-read-from): Set the value of
23931         query-replace-from-history-variable to handle the case of an empty
23932         string entered to accept the suggested default.
23934         * net/tramp.el (tramp-file-name-for-operation):
23935         Use dired-call-process instead of dired-call-process-command.
23937 2005-02-19  Jay Belanger  <belanger@truman.edu>
23939         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23940         (math-div-non-trig): New variables.
23941         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23942         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23943         (math-combine-prod, math-div-symb-fancy): Add simplifications for
23944         trig expressions.
23946 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
23948         * progmodes/gdb-ui.el (gdb-var-update-handler)
23949         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23950         for watch expressions,
23951         (gdb-var-create-handler): Don't set speedbar-update-flag.
23952         (gdb-post-prompt): Simplify test for speedbar.
23954 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
23956         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23957         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23958         we use the syntax table of the correct buffer.
23959         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23960         Felix Gatzemeier.
23962         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23963         (ediff-file-remote-p): Make synonymous with file-remote-p.
23964         In all deffaces ediff-*-face-*, use min-colors.
23966         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23967         ediff-recurse-to-subdirectories.
23968         (ediff-mark-if-equal): Check that the arguments are strings, use
23969         ediff-same-contents (after to Felix Gatzemeier).
23971         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23972         nil.
23974 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
23976         * log-view.el (log-view-message-re): Fix up Subversion regexp.
23978 2005-02-18  David Kastrup  <dak@gnu.org>
23980         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23981         use `mark-active' when defined.
23983 2005-02-18  Kenichi Handa  <handa@m17n.org>
23985         * ps-print.el (ps-font-info-database): New entry
23986         ZapfChancery-MediumItalic with correct font name.  Fix font name
23987         of the entry Zapf-Chancery-MediumItalic.
23989 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
23991         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23993 2005-02-16  Kim F. Storm  <storm@cua.dk>
23995         * ido.el (ido-fallback-command): Pass user input to fallback command.
23997 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
23999         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24000         (gdb-find-file-hook): Add server prefix.
24002 2005-02-16  Richard M. Stallman  <rms@gnu.org>
24004         * replace.el (perform-replace): Pass new args to replace-highlight.
24005         (replace-highlight): Take region args,
24006         and pass them to isearch-lazy-highlight-new-loop.
24008         * novice.el (disabled-command-hook): Autoload the defalias
24009         and the make-obsolete-variable call.
24011         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24013         * isearch.el (isearch-lazy-highlight-start-limit)
24014         (isearch-lazy-highlight-end-limit): New variables limit
24015         the region for highlighting.
24016         (isearch-lazy-highlight-new-loop): New args BEG and END.
24017         (isearch-lazy-highlight-search): Use the new vars.
24018         (isearch-lazy-highlight-update): Likewise.
24020         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24022         * cus-start.el (all): Use default-boundp.
24024 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
24026         * menu-bar.el (menu-bar-select-frame): Handle current frame.
24028 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
24030         * autorevert.el (auto-revert-stop-on-user-input)
24031         (auto-revert-verbose): Doc fixes.
24033 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
24035         * international/mule-cmds.el (set-locale-environment): Remove call
24036         to set-selection-coding-system on Windows.
24038 2005-02-15  Jay Belanger  <belanger@truman.edu>
24040         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24041         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24042         calcFunc-coth.
24043         (math-simplify-sqrt): Add simplifications.
24045         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24046         to list.
24048         * calc/calc-ext.el: Add functions to autoloads.
24050         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24051         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24052         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24053         (math-csc-raw, math-cot-raw): New functions.
24055         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24057         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24058         the variable name in a message.
24060         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24061         calcFunc-csc, calcFunc-cot.
24063         * calc/calcalg2.el: Add derivative and integration rules for
24064         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24065         calcFunc-csch, calcFunc-coth.
24066         (math-do-integral-methods): Add to checks for when to use
24067         substitutions.
24069         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24071 2005-02-15  Lute Kamstra  <lute@gnu.org>
24073         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24074         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
24075         <monnier@iro.umontreal.ca>
24076         (lisp-outline-level): Improve efficiency.  Suggested by David
24077         Kastrup <dak@gnu.org>.
24079 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
24081         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24082         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24083         (gdb-set-gud-minor-mode-existing-buffers): New functions.
24084         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
24085         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24087 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
24089         * cus-start.el (all): Comment change.
24091 2005-02-14  Lute Kamstra  <lute@gnu.org>
24093         * cus-start.el (all): Check if symbol is void.
24095 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
24097         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24098         optional argument to \cite.
24100 2005-02-14  Richard M. Stallman  <rms@gnu.org>
24102         * cus-edit.el (custom-buffer-create-internal): Update help message.
24103         (custom-magic-alist): Update help messages.
24105         * cus-start.el (all): Allow a var to specify a standard value.
24107 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
24109         * custom.el (custom-theme-set-variables): Handle variable aliases.
24111         * frame.el (blink-cursor-timer): Doc fix.
24112         (blink-cursor): Make it an alias for `blink-cursor-mode' and
24113         declare obsolete.
24114         (blink-cursor-mode): Define with defcustom and use correct
24115         standard expression in that defcustom.
24116         * startup.el (command-line): Adapt to above changes in frame.el.
24118 2005-02-11  Lute Kamstra  <lute@gnu.org>
24120         * apropos.el (apropos-score-doc): Prevent division by zero.
24122 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
24124         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24125         (icalendar--get-event-property-attributes)
24126         (icalendar--get-event-properties)
24127         (icalendar--datetime-to-diary-date): New functions.
24128         (icalendar--split-value): Doc fix.
24129         (icalendar--datetime-to-noneuropean-date)
24130         (icalendar--datetime-to-european-date): New optional argument
24131         SEPARATOR.  Return result as a string instead of a list.
24132         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24133         (icalendar--convert-string-for-export): Rename arg S to STRING.
24134         (icalendar-export-region): Doc fix.  Change name of error buffer.
24135         Save output buffer.
24136         (icalendar-import-file): Add blank at end of prompt.
24137         (icalendar-import-buffer): Doc fix.  Do not switch to error
24138         buffer.  Indicate status in return value.
24139         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
24140         buffer.  Save output buffer.  Handle exception from recurrence
24141         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
24142         events.  Fix problems with weekly all-day events.
24144 2005-02-10  Richard M. Stallman  <rms@gnu.org>
24146         * simple.el (eval-expression-print-format):
24147         Avoid warning about edebug-active.
24149         * help.el (help-for-help-internal): Rename from help-for-help.
24150         (help-for-help): Define with defalias.
24152         * font-core.el (font-lock-default-function): Use with-no-warnings.
24154         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24156         * custom.el (defface): Doc fix.
24158 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
24160         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24161         width 0" to prevent word wrapping problems.
24163 2005-02-09  Kim F. Storm  <storm@cua.dk>
24165         * ido.el (ido-file-extensions-order): New defcustom.
24166         (ido-file-extension-lessp, ido-file-extension-aux)
24167         (ido-file-extension-order): New advanced file ordering.
24168         (ido-file-lessp): New simple file ordering.
24169         (ido-sort-list): Remove.
24170         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24171         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24173 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
24175         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24176         that some versions of grep produce.
24177         (grep-mode-font-lock-keywords): Likewise.
24179 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
24181         * progmodes/gdb-ui.el (gdb-location-list): New variable.
24182         (gdb-cdir): Delete.
24183         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24184         (gdb-source-info): Treat case when source file is in another
24185         directory properly.
24186         (gdb-get-location): New function.
24188 2005-02-07  Jay Belanger  <belanger@truman.edu>
24190         * calc/calc-prog.el (calc-write-parse-table-part)
24191         (calc-fix-token-name): Fix a check for language type.
24193         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24195 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
24197         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24198         as directory not writable.
24200 2005-02-07  Kim F. Storm  <storm@cua.dk>
24202         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24203         (cua--standard-movement-commands): Remove list.
24204         Instead, set CUA property value to move for movement commands.
24205         (cua-movement-commands): Remove.  Users must set CUA prop instead.
24206         (cua--pre-command-handler): Check CUA property.
24207         (cua--init-keymaps): Don't remap undo commands.
24208         (cua-mode): Don't call cua--rectangle-on-off.
24210         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24211         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24212         (cua--rect-undo-set-point): New var.
24213         (cua--rectangle-undo-boundary): Setup undo apply entry.
24214         (cua--rect-undo-handler): New function for rectangle undo.
24215         (cua--rect-start-position, cua--rect-end-position): Add.
24216         (cua--rectangle-post-command): Call cua--rectangle-set-corners
24217         for restored rectangle.  Set point if cua--rect-undo-set-point.
24219 2005-02-06  Jay Belanger  <belanger@truman.edu>
24221         * calc/calc-lang.el (calc-tex-language): Display more information
24222         in messages.
24224         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24225         in TeX mode.
24227 2005-02-06  Richard M. Stallman  <rms@gnu.org>
24229         * emacs-lisp/lisp.el (buffer-end): Doc fix.
24231 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
24233         * net/ldap.el (ldap-search-internal): Support attributes with
24234         optional descriptions separated by a semi-colon, as in
24235         "userCertificate;binary".
24237 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24239         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24240         isn't a cons (i.e. the version is 0).
24242 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
24244         * help.el (help-for-help): Doc fix.
24246 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
24248         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
24249         GDB-Windows on the menu-bar as this works better.
24251 2005-02-04  Jay Belanger  <belanger@truman.edu>
24253         * calc/calc-embed.el (calc-embedded-update): Don't put in
24254         unnecessary newlines.  Adjust the end of formula marker.
24256         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24257         (math-latex-parse-two-args): New function.
24259 2005-02-03  Lute Kamstra  <lute@gnu.org>
24261         * help-fns.el (help-with-tutorial): Make sure that users cannot
24262         remove the entire text of the tutorial by means of `undo'.
24264 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24266         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24267         in recent changes, where the ispell process was repeatedly
24268         killed & restarted.
24270         * international/mule-cmds.el (set-locale-environment): Set file-name
24271         coding system to utf-8 on Darwin systems.
24272         (set-default-coding-systems): Don't set default-file-name-coding-system
24273         on Darwin systems.
24275 2005-02-03  Richard M. Stallman  <rms@gnu.org>
24277         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24279 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
24281         * faces.el (list-faces-display): Add optional argument.
24283 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24285         * font-core.el (font-lock-default-function): Handle the rare case where
24286         only font-lock-keywords is set.
24288 2005-02-02  Kenichi Handa  <handa@m17n.org>
24290         * international/characters.el: Cancel previous change for
24291         I-WITH-DOT-ABOVE and DOTLESS-i.
24293         * international/latin-5.el: Cancel previous change.
24295 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
24297         * progmodes/gud.el: Correction to syntax in gud-menu-map.
24299 2005-02-02  Kenichi Handa  <handa@m17n.org>
24301         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24302         DOTLESS-i.
24304         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24305         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24307         * case-table.el (get-upcase-table): New function.
24308         (copy-case-table): Copy upcaes table too if non-nil.
24309         (set-case-syntax-delims): Maintain upcase table too.
24310         (set-case-syntax-pair): Likewise.
24311         (set-upcase-syntax, set-downcase-syntax): New functions.
24312         (set-case-syntax): Maintain upcase table too.
24314 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
24316         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24318         * progmodes/gud.el (gud-goto-info): New function.
24319         (gud-tool-bar-map): Use correct icon.
24321 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
24323         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24324         When delegating, order args in the funcall correctly.
24326 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
24328         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24330 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
24332         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24333         buffer not visiting a file.
24335 2005-01-31  Jay Belanger  <belanger@truman.edu>
24337         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24338         bound on the line with the formula.
24340 2005-01-31  Kim F. Storm  <storm@cua.dk>
24342         * ses.el (ses-create-cell-variable-range)
24343         (ses-destroy-cell-variable-range, ses-reset-header-string)
24344         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24345         (ses-insert-row): Fix format of apply undo entries.
24347 2005-01-31  Jay Belanger  <belanger@truman.edu>
24349         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24350         parts.
24352         * calc/calc-embed.el (calc-embedded-open-formula)
24353         (calc-embedded-close-formula): Ignore matrix environments.
24355         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24356         TeX mode.
24358         * calc/calc-lang.el (math-function-table, math-oper-table)
24359         (math-variable-table): Adjust the LaTeX portions.
24361         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24362         (math-latex-ignore-words): New constant.
24364 2005-01-31  Richard M. Stallman  <rms@gnu.org>
24366         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24367         (ispell-local-dictionary): Doc fix.
24368         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24369         Don't reinitialize at run time.  Don't defcustom.
24370         All uses changed to append ispell-local-dictionary-alist,
24371         or check it first.
24372         (ispell-current-dictionary): New variable for dictionary in use.
24373         (ispell-dictionary): Now used only for global default.
24374         (ispell-start-process): Set ispell-current-dictionary,
24375         not ispell-dictionary.
24376         (ispell-change-dictionary): Use this only for setting
24377         user preferences.
24378         (ispell-internal-change-dictionary): New function
24379         to change the current dictionary in use.
24380         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24381         Use ispell-current-dictionary.
24382         Handle ispell-local-dictionary-overridden.
24383         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24385 2005-01-31  Jay Belanger  <belanger@truman.edu>
24387         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24389         * calc/calc-ext.el: Add calc-latex-language to autoloads.
24390         (calc-mode-map): Add calc-latex-language.
24392         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24393         (math-latex-print-frac): New functions.
24394         (math-oper-table, math-function-table, math-variable-table)
24395         (math-complex-format, math-input-filter): Add latex properties.
24396         (calc-set-language): Set math-expr-special-function-mapping.
24398         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24399         (calc-write-parse-table-part): Add LaTeX support.
24401         * calc/calc.el (calc-language): Adjust docstring.
24402         (calc-set-mode-line): Add LaTeX support.
24403         (math-expr-special-function-mapping): New variable.
24404         (math-tex-ignore-words): Add to list.
24406         * calc/calccomp.el (math-compose-expr, math-compose-rows):
24407         Add LaTeX support.
24408         (math-compose-expr): Add support for special functions.
24410         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24412 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
24414         * progmodes/gdb-ui.el (gdb-memory-address)
24415         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24416         (gdb-memory-mode-map, gdb-memory-format-keymap)
24417         (gdb-memory-format-menu, gdb-memory-unit-keymap)
24418         (gdb-memory-unit-menu): New variables for a buffer
24419         that lets the user examine program memory.
24420         (gdb-memory-set-address, gdb-memory-set-repeat-count)
24421         (gdb-memory-format-binary, gdb-memory-format-octal)
24422         (gdb-memory-format-unsigned, gdb-memory-format-signed)
24423         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24424         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24425         (gdb-memory-unit-word, gdb-memory-unit-halfword)
24426         (gdb-memory-unit-byte, gdb-memory-unit-menu)
24427         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24428         (gdb-memory-mode, gdb-memory-buffer-name)
24429         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24430         New functions for above buffer.
24432 2005-01-30  Richard M. Stallman  <rms@gnu.org>
24434         * cus-edit.el (custom-bury-buffer): Function deleted.
24435         (custom-buffer-done-function): Option deleted.
24436         (custom-buffer-done-kill): New replacement option.
24437         (Custom-buffer-done): Call quit-window.
24438         (custom-buffer-create-internal): Update for above changes.
24440 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
24442         * simple.el (undo-ask-before-discard): New var.
24443         (undo-outer-limit-truncate): Implement it.
24444         (undo-extra-outer-limit): Doc update.
24446 2005-01-29  Richard M. Stallman  <rms@gnu.org>
24448         * ses.el (undo-more): Delete defadvice.
24449         (ses-begin-change): Doc fix.
24451         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24452         instead of rebinding C-x u and C-_.
24454         * files.el (normal-backup-enable-predicate): Return nil for files
24455         in /tmp, regardless of temporary-file-directory.
24457         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24459         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24460         (open-rectangle, delete-whitespace-rectangle-line)
24461         (clear-rectangle-line): If FILL, pass t instead of FILL
24462         for move-to-column's 2nd arg.
24464         * simple.el (undo): Fix the test for continuing a series of undos.
24465         (undo-more): Set pending-undo-list to t when we reach end.
24466         (pending-undo-list): Move up defvar.
24468         * wid-edit.el (widget-button-click):
24469         Shorten the range of the track-mouse binding.
24471         * comint.el (comint-insert-input): Undo previous changes;
24472         use last-input-event in interactive spec.
24474 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
24476         * progmodes/compile.el (compilation-start): Bind buffer-read-only
24477         to nil before invoking call-process.  Reset buffer's modified flag
24478         after fontifying it in the no-async branch.
24480         * wid-edit.el (widget-specify-button): If mouse pointer shape
24481         cannot be changed, use mouse face instead.
24483 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
24485         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24486         (gdb-goto-breakpoint): Make breakpoint handling work on template
24487         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
24488         (gdb-assembler-custom): Update to recognize breakpoint information
24489         added on 2005-01-19.
24491 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24493         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24494         (dsssl-mode): Use define-derived-mode.
24495         (scheme-mode-initialize): Remove.
24496         (scheme-mode): Use run-mode-hooks.
24498         * cus-edit.el (customize-group-other-window)
24499         (custom-buffer-create-other-window): Don't override special-display-*.
24500         (custom-mode-map): Make it dense.
24502         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24503         sets the default value.
24505 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
24507         * descr-text.el: Add more keywords.
24509 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24511         * speedbar.el: Avoid unnecessary use of locate-library.
24513         * international/mule-cmds.el (standard-display-european-internal):
24514         Don't fiddle with latin-1 non-break space any more since it's now
24515         special cased in the C code.
24516         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24518 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
24520         * cus-start.el (all): Add `undo-outer-limit'.
24522 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24524         * textmodes/bibtex.el (bibtex-format-entry):
24525         Use `bibtex-empty-field-re' only on the text of fields, not on entire
24526         field lines.
24527         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24528         not on part of a buffer.
24530 2005-01-25  Lute Kamstra  <lute@gnu.org>
24532         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24533         nonempty field text strings like "{letters\\macro{}more letters}".
24534         Clarify docstring.
24535         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24536         (bibtex-entry-offset, bibtex-parse-association)
24537         (bibtex-parse-field-name): Fix typos in docstrings.
24538         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24540 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
24542         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24543         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24544         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24545         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24547         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24548         isearch minor mode.
24550 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
24552         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24554 2005-01-24  Lute Kamstra  <lute@gnu.org>
24556         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24557         CASECHARS and NOT-CASECHARS regular expressions of the
24558         "nederlands" and "nederlands8" dictionaries to prevent a "Range
24559         striding over charsets" error.
24561 2005-01-24  Jay Belanger  <belanger@truman.edu>
24563         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24564         display variable name.
24566 2005-01-24  Kenichi Handa  <handa@m17n.org>
24568         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24569         Fix setting of the element of encoded-kbd-iso2022-invocations.
24571 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
24573         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24574         (gdb-threads-select): Change to also accept mouse events.
24575         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24576         (gdb-threads-mouse-select): Delete.
24578 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
24580         * files.el (insert-directory): Take care of empty directory,
24581         listed without -a switch.
24583 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24585         * textmodes/refill.el (refill-post-command-function):
24586         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24587         to the list of functions that we should be careful not to undo.
24588         (refill-late-fill-paragraph-function): Remove.
24589         (refill-saved-state): New var.
24590         (refill-mode): Use it to save fill-paragraph-function.
24591         Save also the value of auto-fill-function.
24593         * term/w32-win.el: Simplify code.
24595 2005-01-23  Kim F. Storm  <storm@cua.dk>
24597         * simple.el (line-move): Adapt to new return value from
24598         pos-visible-in-window-p.
24600         * simple.el (line-move): Fix last change.  Check partial
24601         visibility at point rather than at window-start.
24603 2005-01-22  Jason Rumney  <jasonr@gnu.org>
24605         * term/w32-win.el (xw-defined-colors): Remove debug-message.
24607 2005-01-22  David Kastrup  <dak@gnu.org>
24609         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24611 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
24613         * type-break.el (type-break-mode): Add a test for
24614         type-break-file-name being non-nil.
24616 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
24618         * net/eudc.el (top level): Call (message "") via progn, so that
24619         eudc-options-file is loaded.
24621 2005-01-22  Kim F. Storm  <storm@cua.dk>
24623         * simple.el (line-move-1): Rename from line-move.
24624         (line-move): New function that adjusts vscroll for partially
24625         visible rows, and calls line-move-1 otherwise.
24627 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
24629         * pcomplete.el: Define pcomplete-read-event instead of read-event,
24630         since it's not a complete read-event implementation
24632 2005-01-20  Jay Belanger  <belanger@truman.edu>
24634         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24635         for called function.
24637 2005-01-20  Steven Tamm  <steventamm@mac.com>
24639         * term/mac-win.el (process-connection-type): Remove.
24640         Controlled now by s/darwin.h:PTY_ITERATION.
24642 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24644         * window.el (handle-select-window): Don't switch window when we're
24645         in the minibuffer.
24647 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
24649         * subr.el (dotimes-with-progress-reporter): New macro.
24651         * ses.el (ses-dotimes-msg): Remove macro.
24652         Use `dotimes-with-progress-reporter' instead.
24654 2005-01-19  Steven Tamm  <steventamm@mac.com>
24656         * term/mac-win.el (process-connection-type): Use new
24657         operating-system-release variable to use ptys on Darwin 7 (OS X
24658         10.3) when using carbon build.
24660 2005-01-19  Jay Belanger  <belanger@truman.edu>
24662         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24663         flags if the last command was a tab or M-tab.
24665         * calc/calc-prog.el (calc-user-define-edit): Put original formula
24666         in formula editing buffer.
24668 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
24670         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24671         breakpoint image symbol in margin.
24673 2005-01-19  Jay Belanger  <belanger@truman.edu>
24675         * calc/calc-prog.el (calc-execute-kbd-macro):
24676         Ignore calc-keep-arg-flag.
24678 2005-01-19  Kenichi Handa  <handa@m17n.org>
24680         * textmodes/ispell.el (ispell-looking-at): New function.
24681         (ispell-process-line): Use ispell-looking-at to compare the ispell
24682         output and the buffer contents.
24684 2005-01-18  Jay Belanger  <belanger@truman.edu>
24686         * calc/calc.el (calc-display-raw): Fix docstring.
24688 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
24690         * simple.el (blink-matching-open): Strip extra info from syntax.
24692         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24693         funny chars in the end-of-here-doc marker.
24695 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
24697         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24698         that enable/disabled state of breakpoints is shown correctly in
24699         fringe and on ttys.
24700         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24701         Add breakpoint information as text properties.
24702         (gdb-mouse-toggle-breakpoint):
24703         Rename to gdb-mouse-set-clear-breakpoint.
24704         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
24705         breakpoints in the margin.
24706         (gdb-remove-strings): Simplify.
24708 2005-01-17  Jay Belanger  <belanger@truman.edu>
24710         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24711         erasing buffer.
24713 2005-01-17  Richard M. Stallman  <rms@gnu.org>
24715         * progmodes/grep.el (grep-find): Copy from `grep' the condition
24716         for calling grep-compute-defaults.
24718         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24719         if buffer is empty.
24721         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24723 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24725         * hilit-chg.el (highlight-changes-mode): Don't autoload.
24727         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24728         non-preloaded variables.
24730 2005-01-17  Steven Tamm  <steventamm@mac.com>
24732         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24733         tex-shell cause to force interactivity when using pipes.
24735 2005-01-17  Kim F. Storm  <storm@cua.dk>
24737         * simple.el (just-one-space): Make arg optional.
24739 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
24741         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24742         posn-at-x-y to t to access left-margin.
24744 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
24746         Sync with Tramp 2.0.47.
24748         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24749         catching keep-date problems in cp/scp operations.
24750         (tramp-handle-copy-file): Don't call `set-file-modes'
24751         unconditionally.  Specialized functions should know better what is
24752         necessary.  This improves performance a little bit, and the
24753         functions could catch errors with `cp -p' and `scp -p'.
24754         (tramp-do-copy-or-rename-file-via-buffer)
24755         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24756         when appropriate.
24757         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24758         Call `set-file-modes' when appropriate.
24759         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
24760         Johnsson <isak@hypergene.com>
24761         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24762         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
24763         <joakim@verona.se>
24764         (tramp-file-name-for-operation): Mark `shell-command' as magic for
24765         Emacs only.
24767         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
24768         `find-file-hooks' and `dired-mode-hook'.
24769         (tramp-minor-mode-map): Respective map.  Add remapping for
24770         `compile' and `recompile'.
24771         (tramp-remap-command, tramp-recompile): New defuns.
24772         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24773         in buffer "*Compilation*".  Call the commands asynchronously.
24775         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24776         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24777         `shell-command', because it isn't magic in XEmacs.  Reported by
24778         Adrian Aichner <adrian@xemacs.org>.
24780         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24781         `substitute-in-file-name.
24782         (tramp-smb-handle-substitute-in-file-name): New defun.
24783         (tramp-smb-advice-PC-do-completion): Delete advice.
24785 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
24787         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24788         Fix error in deleting region.
24790 2005-01-15  Richard M. Stallman  <rms@gnu.org>
24792         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24793         In non-temp buffer, switch syntax table temporarily.
24795         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24797         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24799         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24801         * imenu.el (imenu--split-menu): Copy menulist before sorting.
24802         (imenu--generic-function): Use START, not BEG, as pos of definition.
24804         * simple.el (just-one-space): Argument specifies number of spaces.
24806         * simple.el (eval-expression-print-format): Avoid warning
24807         about edebug-active.
24809 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
24811         * progmodes/sh-script.el: Code copied from make-mode.el
24812         with small changes,
24813         (sh-mode-map): Bind C-c C-\.
24814         (sh-backslash-column, sh-backslash-align): New variables.
24815         (sh-backslash-region, sh-append-backslash): New functions.
24817 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24819         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24820         (rmail-pop-password, rmail-pop-password-required): Move to
24821         rmail-obsolete group.
24822         (rmail-set-pop-password): Rename to rmail-set-remote-password.
24823         All callers updated.
24824         (rmail-get-pop-password): Rename to rmail-get-remote-password.
24825         Take an argument specifying whether it is POP or IMAP mailbox we
24826         are using.  All callers updated.
24827         (rmail-pop-password-error): Rename to
24828         rmail-remote-password-error.  Added mailutils-specific error message.
24829         (rmail-movemail-search-path)
24830         (rmail-movemail-variant-in-use): New variables.
24831         (rmail-remote-password, rmail-remote-password-required):
24832         New customization variables.
24833         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24834         (rmail-parse-url): New function.
24835         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24836         with GNU mailutils movemail.
24838 2005-01-15  Kevin Ryde  <user42@zip.com.au>
24840         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24841         suffix to space, $ or '$, to correctly position point when going
24842         to @table style constants like DBL_MAX.
24844 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
24846         * type-break.el (type-break-mode, type-break-file-time)
24847         (type-break-file-keystroke-count, type-break-choose-file):
24848         Don't store data in or load data from the file if type-break-file-name
24849         is nil.
24850         (type-break-file-name): Doc update as per the above.
24852 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
24854         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24855         lookup-key might return nil; handle that.
24857 2005-01-15  Alan Mackenzie  <acm@muc.de>
24859         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24860         rather than the element found, thus enabling the tree to be setcar'd.
24862 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
24864         * textmodes/org.el (org-show-following-heading): New option.
24865         (org-show-hierarchy-above): Use `org-show-following-heading'.
24866         (org-cycle): Documentation fix.
24868         * textmodes/org.el (orgtbl-optimized): New option
24869         (orgtbl-mode): New command, a minor mode.
24870         (orgtbl-mode-map): New variable.
24871         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24872         (orgtbl-error, orgtbl-self-insert-command)
24873         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24875         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24876         a local variable in each org-mode buffer.
24878         * textmodes/org.el (org-set-regexps-and-options): Rename from
24879         `org-set-regexps'.  Added checking for STARTUP keyword.
24880         (org-get-current-options): Add STARTUP options.
24881         (org-table-insert-row): Make mode intelligent about when
24882         realignment is needed.
24883         (org-self-insert-command, org-delete-backward-char, org-delete-char):
24884         New commands.
24885         (org-enable-table-editor): New default value `optimized'.
24886         (org-table-blank-field): Support blanking regions if active.
24888 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
24890         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24891         if the year is not given.
24893         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24894         Add new escapes %m and %M, fixed bug with %F by adding
24895         save-match-data.
24896         (reftex-reference): Remove ?. from list of spaces.
24897         (reftex-label-info): Add automatic label prefix recognition.
24899         * textmodes/reftex-index.el (reftex-index-next-phrase):
24900         Add slave parameter to call of `reftex-index-this-phrase'.
24901         (reftex-index-this-phrase): New optional argument.
24902         (reftex-index-region-phrases): Add slave parameter to call of
24903         `reftex-index-this-phrase'.
24904         (reftex-display-index): New argument redo.
24905         (reftex-index-rescan): Add `redo' to arguments of
24906         `reftex-display-index'.
24907         (reftex-index-Rescan, reftex-index-revert)
24908         (reftex-index-switch-index-tag): Add `redo' to arguments of
24909         `reftex-display-index'.
24910         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24911         indexing.  Fix bug with matching is there is a quote before or
24912         after the word.
24914         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24915         Fix bug when collecting citation keys in lines with comments.
24916         (reftex-citation): Prefix argument no longer rescans the document,
24917         but forces prompting for optional arguments of cite macros.
24918         (reftex-do-citation): Prompting for optional arguments implemented.
24920         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24921         Add optional arguments to most cite commands.
24922         (reftex-cite-cleanup-optional-args): New option
24923         (reftex-cite-prompt-optional-args): New option.
24924         (reftex-trust-label-prefix): New option.
24926         * textmodes/reftex-toc.el (reftex-toc-find-section):
24927         Add push-mark before changing the position in the buffer.
24929         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24930         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24932 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
24934         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24935         more carefully.
24937 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24939         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24940         (sgml-mode): Use it.
24941         (sgml-get-context): Better keep track of implicitly closed tags.
24943 2005-01-13  Kenichi Handa  <handa@m17n.org>
24945         * textmodes/ispell.el: These changes are to fix misalignment error
24946         caused by equivalent characters of different Emacs charsets.
24947         (ispell-unified-chars-table): New variable.
24948         (ispell-get-decoded-string): New function.
24949         (ispell-get-casechars, ispell-get-not-casechars)
24950         (ispell-get-otherchars): Call ispell-get-decoded-string.
24952 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
24954         * custom.el (custom-declare-variable): Just put symbol instead
24955         of (defvar . symbol) in `current-load-list'.
24957 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
24959         * emacs-lisp/elint.el: Fixed typo in Commentary section.
24961 2005-01-12  Jay Belanger  <belanger@truman.edu>
24963         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24964         to create a Calc summary.
24966 2005-01-12  Kim F. Storm  <storm@cua.dk>
24968         * mouse.el (mouse-on-link-p): Change functionality and doc
24969         string to comply with latest description in lisp ref.
24971 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
24973         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24974         Enable mouse clicks on mode-line, header-line and margin.
24975         (event-type): Give mouse event symbols an `event-kind' property
24976         with value `mouse-click'.
24978 2005-01-12  Juri Linkov  <juri@jurta.org>
24980         * facemenu.el (list-colors-display): Add new arg buffer-name.
24981         Use it.  Fix docstring.  Replace code for identifying duplicate
24982         colors by the name with call to `list-colors-duplicates' which
24983         identifies duplicate colors by the value unless the color
24984         is one of special Windows colors.  Set truncate-lines to t.
24985         Print sorted duplicate color names on each line.  Indent to 22
24986         \(the longest color name in rgb.txt) instead of 20.  Optimize.
24987         (list-colors-duplicates): New function.
24988         (facemenu-color-name-equal): Delete function.
24990         * facemenu.el (list-colors-print): New function created from code
24991         in list-colors-display.  Print #RRGGBB at the window right edge.
24992         (list-colors-display): When temp-buffer-show-function is not
24993         defined, call list-colors-print from temp-buffer-show-hook
24994         to get the right value of window-width in list-colors-print
24995         after the buffer is displayed.
24997         * simple.el (pop-mark): Move deactivate-mark out of conditional
24998         part to deactivate the active mark regardless of the state of the
24999         mark ring.
25001         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25002         variables line in desktop files.
25004 2005-01-12  Juri Linkov  <juri@jurta.org>
25006         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25007         Bring together isearch highlight related options.
25008         (lazy-highlight): Replace group `replace' by `matching'.
25009         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25010         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25011         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25012         and declare them obsolete.
25013         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25014         (isearch-faces): Remove defgroup.
25015         (isearch-overlay, isearch-highlight, isearch-dehighlight):
25016         Move isearch highlighting code closer to lazy highlighting code.
25018         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25019         (query-replace-highlight, query-replace-lazy-highlight)
25020         (query-replace): Move definitions to the beginning of the file.
25022 2005-01-11  Juri Linkov  <juri@jurta.org>
25024         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25025         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25026         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25028         * info.el (Info-history-forward): New variable.
25029         (Info-select-node): Reset Info-history-forward to nil.
25030         (Info-last): Turn into defalias.
25031         (Info-history-back): Rename from Info-last.
25032         Add current node to Info-history-forward.
25033         (Info-history-forward): New fun.
25034         (Info-mode-map): Replace Info-last by Info-history-back.
25035         Bind Info-history-forward to "r".
25036         (Info-mode-menu): Replace Info-last by Info-history-back.
25037         Fix menu item text.  Add menu item for Info-history-forward.
25038         (info-tool-bar-map): Replace Info-last by Info-history-back.
25039         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
25040         for Info-history-forward.
25041         (Info-mode): Replace Info-last by Info-history-back in docstring.
25042         Add local variable Info-history-forward.
25043         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25045 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
25047         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25048         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25049         Ignore select-window events rather than fiddle with
25050         mouse-autoselect-window.
25052 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
25054         * type-break.el (type-break-mode): Fix previous change.
25056 2005-01-10  Jay Belanger  <belanger@truman.edu>
25058         * calc/calc-ext.el (calc-reset): Reset when inside embedded
25059         calculator; only reset when point is inside a calculator.
25060         Don't adjust the window height if the window takes up the whole height
25061         of the frame.
25063 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
25065         * ebuff-menu.el (Electric-buffer-menu-mode):
25066         Preserve value of buffer-local var header-line-format.
25068 2005-01-09  Jay Belanger  <belanger@truman.edu>
25070         * calc/calc.el (calc-mode-var-list-restore-saved-values):
25071         Make sure settings file exists before accessing it.
25073         * calc/calc-embed.el (calc-embedded-subst):
25074         Replace math-multi-subst-rec, which is only supposed to be called
25075         by math-multi-subst, by math-multi-subst.
25077 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
25079         * vc.el (vc-allow-async-revert): New user option.
25080         (vc-disable-async-diff): New internal variable.
25081         (vc-revert-buffer): Use them to disable asynchronous diff.
25083         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25084         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25085         asynchronously if vc-disable-async-diff is t.
25087 2005-01-09  Jay Belanger  <belanger@truman.edu>
25089         * calc/calc.el (defcalcmodevar): New macro.
25090         (calc-mode-var-list-restore-default-values)
25091         (calc-mode-var-list-restore-saved-values): New functions.
25092         (calc-mode-var-list): Use defcalcmodevar to define it.
25093         (calc-always-load-extensions, calc-line-numbering)
25094         (calc-line-breaking, calc-display-just, calc-display-origin)
25095         (calc-number-radix, calc-leading-zeros, calc-group-digits)
25096         (calc-group-char, calc-point-char, calc-frac-format)
25097         (calc-prefer-frac, calc-hms-format, calc-date-format)
25098         (calc-float-format, calc-full-float-format, calc-complex-format)
25099         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25100         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25101         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25102         (calc-matrix-brackets, calc-language, calc-language-option)
25103         (calc-left-label, calc-right-label, calc-word-size)
25104         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25105         (calc-display-raw, calc-internal-prec, calc-angle-mode)
25106         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25107         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25108         (calc-window-height, calc-display-trail, calc-show-selections)
25109         (calc-use-selections, calc-assoc-selections)
25110         (calc-display-working-message, calc-auto-why, calc-timing)
25111         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25112         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25113         (calc-gnuplot-default-device, calc-gnuplot-default-output)
25114         (calc-gnuplot-print-device, calc-gnuplot-print-output)
25115         (calc-gnuplot-geometry, calc-graph-default-resolution)
25116         (calc-graph-default-resolution-3d, calc-invocation-macro)
25117         (calc-show-banner): Use defcalcmodevar to declare them and set
25118         their default values.
25120         * calc/calc-ext.el (calc-reset): Restore saved values of variables
25121         instead of default values (but restore default values if there is
25122         an argument of 0).
25124 2005-01-09  David Kastrup  <dak@gnu.org>
25126         * desktop.el (desktop-restore-eager): Fix typo in type.
25128 2005-01-08  Richard M. Stallman  <rms@gnu.org>
25130         * cus-edit.el (customize): Delete :link.
25132 2005-01-08  Jay Belanger  <belanger@truman.edu>
25134         * calc/calc.el (calc-mode): Remove the extension from the
25135         `calc-settings-file' file name when loading it.
25137 2005-01-08  Kim F. Storm  <storm@cua.dk>
25139         * info.el (Info-mode-map, Info-next-link-keymap)
25140         (Info-prev-link-keymap, Info-up-link-keymap):
25141         Map follow-link to mouse-face.
25142         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25144 2005-01-08  Jay Belanger  <belanger@truman.edu>
25146         * calc/calc.el (calc-settings-file): Change default value.
25147         Suggested by cgw in a comment in calc-mode.el.
25149         * calc/calc-mode.el (calc-settings-file-name):
25150         Compare calc-settings-file to user-init-file instead of ~/.emacs.
25151         Replace ~/.emacs in a prompt by calc-settings-file.
25153 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
25155         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25156         (desktop-lazy-idle-delay): New customizable variables.
25157         (desktop-buffer-args-list): New variable.
25158         (desktop-append-buffer-args): New function.
25159         (desktop-save): Call desktop-append-buffer-args for some buffers.
25160         (desktop-lazy-create-buffer): New function.
25161         (desktop-idle-create-buffers): New function.
25162         (desktop-read): Add message about buffers to restore lazily.
25163         (desktop-lazy-abort): New command.
25164         (desktop-clear): Call desktop-lazy-abort.
25165         (desktop-lazy-complete): New command.
25167 2005-01-06  Richard M. Stallman  <rms@gnu.org>
25169         * emacs-lisp/find-func.el (find-face-definition):
25170         Rename from find-face.
25172 2005-01-06  Kim F. Storm  <storm@cua.dk>
25174         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25176         * man.el (Man-xref-man-page, Man-xref-header-file)
25177         (Man-xref-normal-file): Add follow-link property.
25179 2005-01-06  Jay Belanger  <belanger@truman.edu>
25181         * calc/calc-units.el: Make sure the proper macro definitions are
25182         available when compiling.
25184 2005-01-06  Juri Linkov  <juri@jurta.org>
25186         * isearch.el (isearch-lazy-highlight-update):
25187         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25189 2005-01-06  Miles Bader  <miles@gnu.org>
25191         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25192         (isearch-lazy-highlight-face): Use new name.
25194 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25196         * uniquify.el (uniquify-rationalize-file-buffer-names):
25197         Re-add an interactive spec.
25198         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25199         to the same name.
25201         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25202         (isearch-update, isearch-done): Adjust calls accordingly.
25204 2005-01-05  Richard M. Stallman  <rms@gnu.org>
25206         * custom.el (custom-set-variables, custom-theme-set-variables):
25207         Clarify documentation.
25209         * emacs-lisp/find-func.el (find-variable)
25210         (find-variable-other-window, find-variable-other-frame):
25211         Fix the TYPE args to find-function-read and find-function-do-it.
25212         (find-function): Doc fix.
25213         (find-function-at-point): Replace function-at-point alias.
25215 2005-01-04  Richard M. Stallman  <rms@gnu.org>
25217         * cus-face.el (custom-declare-face):
25218         Record defface in current-load-list.
25220         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25222         * emacs-lisp/find-func.el: Doc fixes.
25223         (find-face-regexp): New variable.
25224         (find-function-regexp-alist): New variable.
25225         (find-function-C-source): Third arg is now TYPE.
25226         (find-function-search-for-symbol): Handle general TYPE.
25227         (find-function-read, find-function-do-it): Handle general TYPE.
25228         (find-definition-noselect, find-face): New functions.
25229         (function-at-point): Alias deleted.
25231 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25233         * battery.el (display-battery-mode): Rename from display-battery.
25234         Handle the case where it gets turned off.
25236 2005-01-04  Richard M. Stallman  <rms@gnu.org>
25238         * cus-edit.el (customize): Make :link point to user doc.
25240         * man.el (Man-fontify-manpage): Turn off undo generation.
25242         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25244 2005-01-04  Andreas Schwab  <schwab@suse.de>
25246         * files.el (insert-directory): Only look for error lines in
25247         inserted text.  Don't move too far after processing --dired markers.
25249 2005-01-04  Richard M. Stallman  <rms@gnu.org>
25251         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25252         Don't expand if the character is @, period, dash, etc.
25253         (define-mail-abbrev): Quote names that contain problem characters.
25255 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
25257         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25259 2005-01-03  Richard M. Stallman  <rms@gnu.org>
25261         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25262         (query-replace-highlight, query-replace-lazy-highlight)
25263         (query-replace): Definitions moved up.  Doc fix.
25265 2005-01-03  Richard M. Stallman  <rms@gnu.org>
25267         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25268         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25269         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25270         (lazy-highlight-face): Rename from isearch-lazy-...
25271         Change all references to them.
25273 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
25275         * cus-edit.el (custom-file): Doc fix for defcustom.
25276         (custom-file): The function no longer sets the variable
25277         `custom-file' to its return value.
25279         * startup.el (command-line): No longer load `custom-file'.
25281 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25283         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25285         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25286         Don't confuse module-prefixed identifiers for labels.
25287         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25289 2005-01-02  Richard M. Stallman  <rms@gnu.org>
25291         * files.el (basic-save-buffer-1): Fix previous change.
25293         * loadhist.el (file-loadhist-lookup): New function.
25294         (file-provides, file-requires): Use it.
25296         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25297         instead of calculating the right size.
25299 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
25301         * vc-svn.el (vc-svn-diff): Stay local if possible.
25303 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25305         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25307         * files.el (hack-local-variables): Fix last change.
25309 2005-01-02  Jay Belanger  <belanger@truman.edu>
25311         * calc/calc-yank.el (calc-edit-top): New variable.
25312         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25313         object.  Change header properties.
25314         (calc-edit-finish, calc-edit-finish-stack-object)
25315         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25316         edited object.
25317         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25318         for the beginning of the edited object.
25319         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25320         for the beginning of the edited object.
25321         * calc/calc-prog.el (calc-edit-macro-finish-edit)
25322         (calc-finish-formula-edit, calc-macro-repeats)
25323         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25324         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25325         beginning of the edited object.
25326         (calc-user-define-edit): Change the header for editing macros.
25327         Remove unnecessary variable.
25329 2005-01-01  Jay Belanger  <belanger@truman.edu>
25331         * calc/calc-yank.el (calc-edit-mode): Change default header.
25332         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25333         * calc/calc-store.el (calc-edit-variable): Change title to match new
25334         header.
25335         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25336         mode to match new header.
25337         (calc-user-define-edit): Change titles to include names of commands.
25338         (calc-finish-formula-edit): Adjust to handle new header.
25339         (calc-finish-macro-edit): Remove.
25340         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25341         (calc-edit-macro-command, calc-edit-macro-command-type)
25342         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25343         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25344         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25345         (calc-edit-macro-finish-edit): New functions.
25346         (calc-user-define-edit): Use new functions to edit named calc macros.
25348 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
25350         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25352         * ses.el (copy-region-as-kill): Deactivate mark.
25354 2005-01-01  Richard M. Stallman  <rms@gnu.org>
25356         * replace.el (occur-1): If the output buffer is also an input,
25357         don't kill it, rename it.
25359         * faces.el (set-face-background, set-face-foreground): Doc fix.
25361         * cus-face.el (custom-face-attributes): Fix :help-echo strings
25362         for :foreground and :background.
25364         * dired.el (dired-view-command-alist): Variable deleted.
25365         (dired-view-file, dired-mouse-find-file-other-window):
25366         Delete the code to use it.
25368 2005-01-01  Kim F. Storm  <storm@cua.dk>
25370         * image.el (insert-sliced-image): Use t for line-height property.
25372 See ChangeLog.11 for earlier changes.
25374 ;; Local Variables:
25375 ;; coding: iso-2022-7bit
25376 ;; End:
25378     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25379   Copying and distribution of this file, with or without modification,
25380   are permitted provided the copyright notice and this notice are preserved.
25382 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1