(dirtrack-default-directory-function): Remove.
[emacs.git] / lisp / ChangeLog
blob790b98543b9ff6ae6caaa174be36041901abcf31
1 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * dirtrack.el (dirtrack-default-directory-function): Remove.
4         (dirtrack-directory-function): Use file-name-as-directory.
5         (dirtrack-windows-directory-function): Simplify.
6         (dirtrack-forward-slash, dirtrack-backward-slash)
7         (dirtrack-replace-slash): Remove.
8         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9         (dirtrack): Fix wrong parenthesizing; use match-string.
11         * progmodes/octave-inf.el: Remove spurious * in docstrings.
12         (inferior-octave-mode): Only change the buffer-local value of
13         comint-dynamic-complete-functions.
14         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
15         Move the initialization to the declaration.
16         (inferior-octave-complete): Remove unused var `filter'.
18         * shell.el (shell-mode): Only change the buffer-local value of
19         comint-dynamic-complete-functions.
21 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
23         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
24         entry is skipped because it has been scheduled.
25         (org-prepare-agenda-buffers): Don't mark buffers as modified when
26         changing `:org-archived' and `:org-comment' properties.
28 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
30         * server.el (server-select-display): Don't make the temp frame
31         minibuffer-only, in case it's not a temp frame.
32         (server-process-filter): Don't delete the temp frame if it's the
33         only one we have on that display.
35         * files.el (find-alternate-file): Doc fix.
37 2006-07-05  Richard Stallman  <rms@gnu.org>
39         * files.el (abbreviate-file-name): Add save-match-data.
41 2006-07-03  Richard Stallman  <rms@gnu.org>
43         * faces.el (read-face-name): Doc fix.
45 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
47         * net/goto-addr.el (goto-address): Mark as safe for local evals.
49 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
51         * vc.el (vc-diff-internal): Fix prev change.
53 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
55         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
56         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
58 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
60         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
61         fails if the symbol contains chars like ( or '.
62         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
63         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
64         `short'.
66 2006-07-04  Kenichi Handa  <handa@m17n.org>
68         * international/mule-cmds.el (set-language-info): If LANG-ENV is
69         the current one, don't call set-language-environment, but call one
70         of set-language-environment-XXX to make INFO effective now.
71         (set-language-environment): Call set-language-environment-XXX
72         functions instead of doing the various setups directly.
73         (set-language-environment-coding-systems): Delete argument eol-type.
74         (set-language-environment-input-method)
75         (set-language-environment-nonascii-translation)
76         (set-language-environment-charset)
77         (set-language-environment-fontset)
78         (set-language-environment-unibyte): New functions.
80 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
82         * locate.el (locate-update-when-revert): New option.
83         (locate-update-path): New option (suggested by Michael Albinus).
84         (locate-prompt-for-command): Whitespace change.
85         (locate-update): No longer offer to update the locate database by
86         default.  Implement the two new options.
88 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
90         * tooltip.el: Move comment about track-mouse...
92         * progmodes/gud.el: ...to here.
94 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
96         * facemenu.el (facemenu-listed-faces): New var.
97         (facemenu-unlisted-faces): Variable deleted.
98         (facemenu-add-new-face): Use facemenu-listed-faces.
100         * emulation/viper-init.el, calendar/calendar.el:
101         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
103 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
105         * textmodes/org.el (org-mode): Remove no invalid settings for
106         calc embedded mode.
107         (org-mode-p): New defsubst.
108         (org-save-all-org-buffers): New function.
109         (org-first-headline-recenter): Enclose outline-regexp in group
110         delimiters.
111         (org-set-tags): Keep single space after stars.
113 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
115         * window.el (set-window-text-height): Only set window-min-height to
116         1 if that's the requested size.
118         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
119         (diff-unified->context, diff-context->unified)
120         (diff-reverse-direction): Make sure the end marker stays at the end.
121         (diff-mode): Add the keymap table at the end of docstring.
122         Use lexical-let rather than constructing a closure manually.
124         * files.el (find-file-noselect-1): Remove unused var assignment.
125         (hack-local-variables-confirm): Print lists of strings as lists of
126         strings rather than lists of symbols.
127         (abbreviate-file-name, hack-local-variables-prop-line):
128         Use match-string.
129         (hack-one-local-variable): Move `make-local-variable' nearer its use.
130         (recover-session-finish): Use line-end-position.
132 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
134         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
136 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
138         * progmodes/make-mode.el (makefile-macroassign-regex):
139         Accept preceding keyword.
140         (makefile-gmake-statements): Reorganize, now that makepp has
141         "override" and also handle forgotten "override define".
142         (makefile-makepp-statements): Add new "global", "override export"
143         and "override global".
145 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
147         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
148         (ada-compile-mouse-goto-error, ada-deactivate-properties)
149         (ada-no-auto-case): Fix typos in docstrings.
151 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
153         * info.el (Info-find-node-2): Search for makeinfo version more
154         carefully.
156 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
158         * textmodes/org.el (org-prepare-agenda-buffers):
159         Use `invisible-OK' argument for `org-end-of-subtree'.
160         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
161         (org-beginning-of-item): Fix bug in regular expression for white line.
162         (org-export-as-html): Enforce space after bullet in plain list items.
163         (org-set-autofill-regexps): Require space after plain list bullet
164         for paragraph-start.
165         (org-ts-regexp3): New constant.
166         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
167         (org-timestamp-up-day, org-timestamp-down-day)
168         (org-timestamp-change): Work with inactive timestamps.
169         (org-ts-regexp1): Don't allow brackets in time stamps.
171 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
173         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
174         for ignoring links.
176         * faces.el (read-face-name): Use it.
178 2006-06-28  Juri Linkov  <juri@jurta.org>
180         * buff-menu.el (list-buffers-noselect): Compare Info file
181         with the string "dir" to detect Info directory.
183         * complete.el (partial-completion-mode): In lambda for
184         `choose-completion-string-functions' use full function signature
185         with 4 args, and move point to the end of the minibuffer only if arg
186         `mini-p' is non-nil.
188 2006-06-28  John Paul Wallington  <jpw@pobox.com>
190         * ibuffer.el (ibuffer-mode): Doc fix.
192 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
194         * textmodes/org.el (org-context): New contexts :item-bullet,
195         :latex-fragment, :latex-preview.
196         (org-overlays-at, org-overlay-start, org-overlay-end):
197         New compatibility functions.
198         (org-inside-LaTeX-fragment-p): More accurate matching, using the
199         exact regexp that will be used during export.
200         (org-latex-regexps): New variable.
201         (org-cdlatex-mode): Improve advice for `texmathp'.
202         (turn-on-org-cdlatex): New function.
204 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
206         * term/mac-win.el (mac-handle-font-selection): Change keys of
207         mac-atsu-font-table from strings to numbers.
208         (mac-ts-caret-position): Use also when cursor-type is nil.
209         (mac-ts-update-active-input-area): Add Mac OS Classic support.
210         Relax condition for using overlay strings.
211         Use mac-ts-caret-position face when cursor-type is nil.
213 2006-06-26  Kim F. Storm  <storm@cua.dk>
215         * help.el (view-emacs-news): Declare `res' in the right let* form.
217 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
219         * net/rcompile.el (remote-compile): Replace ange-ftp based
220         implementation by Tramp functions.  Based on a patch published by
221         Marc Abramowitz <msabramo@gmail.com>.
223         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
225 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
227         * international/fontset.el (setup-default-fontset): Fix a typo in
228         the "Oriya-Akruti" registry name.
230 2006-06-23  Lars Hansen  <larsh@soem.dk>
232         * desktop.el (desktop-full-file-name): New function.
233         (desktop-kill, desktop-save, desktop-remove, desktop-read)
234         (desktop-revert): Use it.
235         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
236         (desktop-after-read-hook): Add option list-buffers.
237         (desktop-locals-to-save): Add tab-width.
238         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
239         Fix docstring.
241 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
243         * textmodes/org.el (org-cdlatex-mode-map)
244         (org-cdlatex-texmathp-advice-is-done): New variables.
245         (org-cdlatex-mode): New minor mode.
246         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
247         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
248         (org-export-with-archived-trees): New option.
249         (org-open-file): Remove the call to `convert-standard-filename'.
250         (org-archive-tag, org-agenda-skip-archived-trees)
251         (org-cycle-open-archived-trees)
252         (org-sparse-tree-open-archived-trees): New options.
253         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
254         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
255         New functions.
256         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
257         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
258         (org-mode-map): Add binding for `org-toggle-archive-tag'.
259         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
260         Call `org-prepare-agenda-buffers'.
261         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
262         (org-file-apps, org-file-apps-defaults-gnu)
263         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
264         Handle remote files by forcing them to be opened in Emacs.
266 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
268         * vc.el (vc-diff-knows-L): New variable.
269         (vc-diff-internal): Use it to handle "diff" programs that don't
270         understand -L.  This works automatically, no user action is necessary.
272 2006-06-23  Daniel Brockman  <daniel@brockman.se>
274         * net/rcirc.el (rcirc-default-user-full-name): Default to
275         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
276         longer exists).
277         (rcirc-process-list): Check `buffer-live-p' before attempting to
278         switch to a buffer.
280 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
282         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
283         based on rcirc-coding-system-alist.
285 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
287         * cus-edit.el (customize-apropos): A better error message.
288         (top level) <debug-ignored-errors>: Extend and update the list of
289         ignored error messages.
291 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
293         * complete.el (PC-do-completion): Retain capitalization of user
294         input, when possible, even if completion-ignore-case is set.
296 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
298         * generic-x.el (bat-generic-mode): Support .cmd files.
300         * dos-w32.el (top level): Use find-file-not-found-functions
301         instead of the obsolete find-file-not-found-hooks.
303 2006-06-22  Kim F. Storm  <storm@cua.dk>
305         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
306         to recognize mode name containing submodes, such as Grep/lw.
308 2006-06-21  Kim F. Storm  <storm@cua.dk>
310         * simple.el (line-move-1): Check for move-end-of-line instead of
311         end-of-line when setting temporary-goal-column.
313 2006-06-21  Miles Bader  <miles@gnu.org>
315         * play/cookie1.el (cookie): Work properly when there's only one entry.
317 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
319         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
320         (gdb-frame-handler): Generalize frame regexp for templates.
322 2006-06-20  Glenn Morris  <rgm@gnu.org>
324         * calendar/appt.el (appt-display-format): Default value must be
325         one of the customize options.
327 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
329         * term/xterm.el (terminal-init-xterm): Update key availability info.
330         Bind C-return.
332         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
334 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
336         * files.el (hack-local-variables): Run `hack-local-variables-hook'
337         whether or not a local variables list is defined.
339         * msb.el (msb): Move `sit-for' hack here to handle both
340         "mouse-down and drag" and "mouse-up and select" situations.
341         (mouse-select-buffer): Move `sit-for' hack to `msb'.
343 2006-06-20  Kenichi Handa  <handa@m17n.org>
345         * international/characters.el (word-combining-categories):
346         Add entries for 2-byte Han characters.
348 2006-06-19  Richard Stallman  <rms@gnu.org>
350         * bindings.el (mode-line-format): Save some mode line space.
352         * files.el (find-file-noselect): Improve the question wording.
353         (basic-save-buffer-2): Mask UMASK against 666.
355         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
356         (mouse-drag-vertical-line): Call it.
358         * cus-edit.el (customize-option, customize-option-other-window):
359         Error if SYMBOL is nil.
361 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
363         * textmodes/org.el: Require noutline, also on XEmacs.
364         (org-end-of-subtree): Return point.
365         (org-dblock-start-re, org-dblock-end-re): New constants.
366         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
367         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
368         (org-update-all-dblocks, org-find-dblock): New functions.
369         (org-collect-clock-time-entries): New function.
370         (org-html-handle-time-stamps): Never export CLOCK timeranges.
371         (org-fixup-indentation): Modify to deal correctly with lines
372         starting with TAB.  Only one argument DIFF now.
373         (org-demote, org-promote): Call `org-fixup-indentation' with just
374         one argument, DIFF.
375         (org-mode): Don't mark buffer as modified when aligning tables.
376         (org-clock-sum): Don't mark buffer modified when adding time sum
377         properties.
378         (org-export-as-html): Add support for a link validation function.
379         (org-archive-all-done): New function.
380         (org-archive-subtree): New prefix argument.  When set, archive all
381         done subtrees in this buffer.
382         (org-remove-clock-overlays)
383         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
384         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
385         (org-put-clock-overlay): Don't swallow last headline character
386         when displaying overlay.
387         (org-store-link): Link to `image-mode' with just the file name.
389 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
391         * viper-cmd.el (viper-special-read-and-insert-char):
392         Use read-key-sequence.
393         (viper-after-change-undo-hook): Misc enhancements.
394         (viper-after-change-undo-hook): New hook.
395         (viper-undo): Use viper-after-change-undo-hook.
396         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
397         (viper-next-line-at-bol): If point is on a widget or a button, simulate
398         clicking on that widget/button.
400         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
402         * ediff-diff (ediff-test-patch-utility): Catch errors.
403         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
404         (ediff-set-actual-diff-options): New function.
405         (ediff-reset-diff-options, ediff-toggle-ignore-case):
406         Use ediff-set-actual-diff-options.
407         (ediff-extract-diffs): Catch errors.
408         (ediff-whitespace): Add non-breakable space.
409         (ediff-same-file-contents): Catch errors.
411         * ediff-mult.el (ediff-collect-custom-diffs):
412         Save coding-system-for-read.
414         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
415         (ediff-vc-internal, ediff-vc-merge-internal):
416         Use ediff-delete-version-file.
417         (ediff-delete-version-file): New function.
419         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
421         * ediff.el (ediff-directories, ediff-directory-revisions)
422         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
423         (ediff-directories-internal, ediff-merge-directory-revisions)
424         (ediff-merge-directory-revisions-with-ancestor)
425         (ediff-directories3): Use read-directory-name.
427 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
429         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
430         Remove superfluous part of regexp for brace matching which is handled
431         by `scan-lists' call.
433 2006-06-16  Richard Stallman  <rms@gnu.org>
435         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
437         * files.el (basic-save-buffer-2): For a new precious file,
438         use the default modes in the return value.
440         * facemenu.el (facemenu-color-alist): Doc fix.
442         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
444 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
446         * cus-start.el (all): Add mac-ts-script-language-on-focus.
448         * term/mac-win.el (mac-text-encoding-ascii): New constant.
449         (mac-utxt-to-string): Use it.
450         (mac-ts-update-active-input-area): Use mac-ae-number.
452 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
454         * term.el (term-handle-scroll, term-delete-lines)
455         (term-insert-lines): Fix off by one errors.
457 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
459         * net/tramp.el (tramp-touch): Use UTC to express time.
461 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
463         * mail/sendmail.el (mail-send): Search explicitly for
464         mail-header-separator when checking for corrupted header lines.
466 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
468         * progmodes/gdb-ui.el (gdb-same-frame): New option.
469         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
470         (gdb-init-1): Initialise them.
471         (gdb-starting): Reset gdb-printing
472         (gdb-starting): Save value of gud-overlay-arrow-position.
473         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
474         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
475         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
476         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
478 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
482 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
484         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
485         (ldap-search-internal): Keep error messages, and a regexp fix.
487 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
489         * files.el (hack-local-variables-confirm):
490         Display string value using its printed representation.
492 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
494         * server.el (server-edit): No-op if no server buffers exist.
496 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
498         * textmodes/page-ext.el (pages-directory-for-addresses):
499         Including `pages-directory-address-mode' in the function results
500         in the message "Buffer in which pages were found is deleted".
502 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
504         * textmodes/org.el (org-agenda-mode-map): Add bindings for
505         clocking functions.
507         (org-agenda-clock-in, org-check-running-clock)
508         (org-clock-out-if-current, org-remove-clock-overlays)
509         (org-put-clock-overlay): New functions.
510         (org-clock-marker, org-clock-file-total-minutes)
511         (org-clock-overlays): New variables.
512         (org-clock-display, org-clock-sum, org-clock-cancel)
513         (org-clock-out, org-clock-in): New commands.
514         (org-export): New function.
515         (org-emph-re): New constant.
516         (org-set-emph-re, org-do-emphasis-faces): New functions.
517         (org-emphasis-regexp-components, org-emphasis-alist): New options.
518         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
519         (org-export-html-convert-emphasize): Use the configurable emphasis.
520         (org-cleaned-string-for-export): Make multiline emphasis visible
521         to the exporter.  New optional argument PARAMETERS.
522         (org-export-as-html): Specify :emph-multiline parameter to
523         `org-cleaned-string-for-export'.
525 2006-06-10  Richard Stallman  <rms@gnu.org>
527         * help.el (help-for-help-internal): Clean up help text.
529 2006-06-10  Andreas Schwab  <schwab@suse.de>
531         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
532         in doc string.
534         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
536 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
538         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
539         spaces after the comment start.
541 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
543         * play/pong.el (pong-init-buffer):
544         Fill buffer with spaces instead of ^A.
546         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
547         launched asynchronously, delete its process instead of being cool.
548         (ispell-async-processp): Check for `delete-process' existence
549         instead of `kill-process' one for consistency.
551 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
553         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
554         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
555         in mode line at startup.
557 2006-06-08  Kim F. Storm  <storm@cua.dk>
559         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
560         (ido-init-completion-maps): Bind them to M-SPC and M-v.
561         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
562         (ido-file-internal): Pass full file name to write-file.
563         (ido-read-internal): Only pop stack elements automatically if they
564         actually match an existing directory or file name.
566 2006-06-07  Kenichi Handa  <handa@m17n.org>
568         * international/mule.el (find-auto-coding): Don't handle the short
569         name `char-trans'.
571         * files.el (hack-local-variables-prop-line)
572         (hack-local-variables): Cancel the previous change.
574 2006-06-06  Jesper Harder  <harder@phys.au.dk>
576         * ediff-diff.el (ediff-test-utility): Protect against file-error.
578 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
580         * diff-mode.el (diff-mode): Set buffer-read-only to t when
581         diff-default-read-only is non-nil.
582         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
583         (diff-refine-hunk): Set inhibit-read-only to t.
585         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
586         modifying the *Diff* buffer.
587         (diff-process-filter): New filter function for diff process that
588         sets inhibit-read-only to t when modifying the *Diff* buffer.
590 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
592         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
593         insertion point and control the number of empty lines.
594         (org-paste-subtree): Limit the number of empty lines at the end of
595         the inserted tree.
596         (org-agenda): Use buffer name of current file for narrowing.
597         (org-export-as-xml): Command removed.
598         (org-export-xml-type): Option removed.
599         (org-mode-map): Call `org-export-as-xoxo' directly.
600         (org-get-indentation): New optional argument LINE.
601         (org-fix-indentation, org-remove-tabs): New functions.
602         (org-export-as-ascii, org-ascii-level-start): Determine and apply
603         correct indentation for headlines that are converted it items.
604         (org-skip-comments): Remove table lines that contain narrowing
605         cookies but no other non-empty fields.
606         (org-set-tags): Allow groups of mutually exclusive tags.
607         (org-cmp-time): Sort 24:21 before items without time.
608         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
609         (org-open-at-point): Require double colon also for numbers.
611 2006-06-06  Kim F. Storm  <storm@cua.dk>
613         * ido.el (ido-default-file-method, ido-default-buffer-method):
614         Make choice values consistent with corresponding command names.
615         (ido-visit-buffer): Update accordingly.  Default to selected-window.
617 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
619         * progmodes/gud.el (gud-running): Fix doc string.
620         (gud-menu-map): Use :visible instead fo :enable for debugger test.
621         (gud-tooltip-modes): Add python-mode.
622         (gud-tooltip-print-command): Add pdb.  Remove perldb.
624 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
626         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
627         Quote $(EMACS).
629 2006-06-05  Richard Stallman  <rms@gnu.org>
631         * faces.el (defined-colors): Doc fix.
633 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
635         * vc.el (vc-process-filter): Inhibit undo info collection around
636         call to insert.
637         (vc-setup-buffer): Likewise for call to erase-buffer.
638         (vc-do-command): Likewise for call to process-file.
640 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
642         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
643         for gud-go.
644         (gud-common-init): Other debuggers may trigger error.
646 2006-06-05  Kenichi Handa  <handa@m17n.org>
648         * international/mule.el (find-auto-coding):
649         Handle enable-character-translation in file header.
651 2006-06-04  Kim F. Storm  <storm@cua.dk>
653         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
654         (authors-fixed-entries): Fix spelling.
655         (authors-canonical-file-name): Don't report error for wildcards.
657         * help.el (view-emacs-news): Rewrite to support new NEWS,
658         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
659         e.g. version 10 matches 1.10, and don't be confused by version 1.1
660         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
662 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
664         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
665         exec constructs like `foo bar`.
666         (sh-quoted-subshell): New helper function to search for a possibly
667         nested subshell (like `` or $()) within a "" quoted string.
668         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
669         (sh-apply-quoted-subshell): Flag quote characters inside a
670         subshell, which is itself already in a quoted region, as
671         punctuation, since this is the closest to what they actually are.
672         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
673         sh-apply-quoted-subshell.
674         (sh-font-lock-syntactic-face-function): Apply the new face for
675         text inside `` instead of the old font-lock-string-face.
677 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
679         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
680         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
681         (mac-bytes-to-text-range, mac-ae-text-range-array)
682         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
683         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
684         (mac-ts-unicode-for-key-event): New functions.
685         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
686         (mac-handle-font-selection): Use mac-ae-number.
687         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
688         New variables.
689         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
690         (mac-ts-converted-text, mac-ts-selected-converted-text)
691         (mac-ts-block-fill-text, mac-ts-outline-text)
692         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
693         (mac-ts-hilite-style-faces): New constant.
694         (mac-apple-event-map): Bind text input events.
695         (mac-dispatch-apple-event): Use command-execute instead of
696         call-interactively.
697         (global-map): Don't bind mac-apple-event.
698         (special-event-map): Bind mac-apple-event.
700 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
702         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
703         file name.
704         (emacs): Enclose the value of $(EMACS) in quotes.
706 2006-06-02  Juri Linkov  <juri@jurta.org>
708         * international/mule.el (sgml-html-meta-auto-coding-function):
709         Remove the condition `(search-forward "<html" size t)'.
710         Replace `\"' with `[\"']?' in `re-search-forward'.
712 2006-06-02  Kenichi Handa  <handa@m17n.org>
714         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
715         as well as `coding'.
716         (hack-local-variables): Likewise.
718         * international/mule.el (enable-character-translation):
719         Put permanent-local and safe-local-variable properties.
720         (find-auto-coding): Handle char-trans: tag.
722 2006-06-02  Juri Linkov  <juri@jurta.org>
724         * international/mule.el (sgml-html-meta-auto-coding-function):
725         Limit the search by the end of the HTML header (if any).
727 2006-06-01  Richard Stallman  <rms@gnu.org>
729         * subr.el (with-current-buffer): Doc fix.
731 2006-06-02  Masatake YAMATO  <jet@gyve.org>
733         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
734         Almost rewrite.  Underlines over all lines of gcov output are too
735         uncomfortable to read.  Suggested by Dan Nicolaescu.
737 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
739         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
741         * shell.el (shell-mode): Use shell-mode-map in docstring.
743         * comint.el (comint-send-input): Do not add help-echo and
744         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
746 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
748         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
750 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
752         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
753         (gdb-stopped, gdb-info-stack-custom): If there is no source info
754         look up the stack and pop up GUD buffer if necessary.
755         (gdb-frames-select): Remove redundant call to gud-display-frame.
756         (gdb-info-threads-custom): Keep point at start of buffer.
757         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
759 2006-05-31  Juri Linkov  <juri@jurta.org>
761         * replace.el (query-replace-read-from, query-replace-read-to):
762         Bind `history-add-new-input' to nil.  Call `add-to-history'.
764 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
766         * textmodes/table.el: Convert all HTML tags to lower case for
767         XHTML compatibility.
769 2006-05-31  Masatake YAMATO  <jet@gyve.org>
771         * progmodes/compile.el:
772         (compilation-error-regexp-alist-alist::gcov-called-line):
773         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
775 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
777         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
778         Revert inadvertent changes made with last commit.
780 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
782         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
783         New functions.
785         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
787 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
789         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
790         only matches in the right place.
791         (org-upcoming-deadline): New face.
792         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
793         (org-export-ascii-underline): Rename constant `org-ascii-underline'
794         and make it an option.
795         (org-export-ascii-bullets): New option.
796         (org-export-as-html): Many changes to emit valid XHTML.
797         (org-par-open): New variable.
798         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
799         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
800         (org-timeline): Pass `org-timeline-show-empty-dates' to
801         `org-get-all-dates'.  Interpret empty dates returned by
802         `org-get-all-dates'.
803         (org-get-all-dates): New argument EMPTY.  Add dates without
804         entries to the list, mark large ranges of empty dates.
805         (org-point-in-group, org-context): New functions.
807 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
809         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
811         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
812         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
813         to C-mouse-3 (for 2 button mice).
814         (gdb-send): Do the right thing for C-d.
816         * speedbar.el (speedbar-detach): Delete.
817         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
818         it breaks things.
819         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
821 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
823         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
824         Makeppfile.
826         * progmodes/compile.el (compilation-error-regexp-alist-alist):
827         Add makepp diagnostic.
829 2006-05-29  Richard Stallman  <rms@gnu.org>
831         * window.el (fit-window-to-buffer): Doc fix.
833         * help.el (temp-buffer-max-height): Doc fix.
835         * subr.el (with-current-buffer): Doc fix.
837 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
839         * term/x-win.el: Bind F10 to menu-bar-start if available.
841 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
843         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
844         uses with a simple test.
845         (term-set-escape-char, term-mode, term-check-kill-echo-list)
846         (term-send-raw-string, term-send-raw, term-mouse-paste)
847         (term-char-mode, term-line-mode, term-exec, term-sentinel)
848         (term-handle-exit, term-read-input-ring)
849         (term-previous-matching-input-string)
850         (term-previous-matching-input-string-position)
851         (term-previous-matching-input-from-input)
852         (term-replace-by-expanded-history, term-send-input)
853         (term-skip-prompt, term-bol, term-send-invisible)
854         (term-kill-input, term-delchar-or-maybe-eof)
855         (term-backward-matching-input, term-check-source)
856         (term-proc-query, term-emulate-terminal)
857         (term-handle-colors-array, term-process-pager, term-pager-line)
858         (term-pager-bob, term-unwrap-line, term-word)
859         (term-dynamic-complete-filename)
860         (term-dynamic-complete-as-filename)
861         (term-dynamic-simple-complete): Replace one arm ifs with whens or
862         unlesses.
864 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
866         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
867         during bootstrapping.
869         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
870         Basically undo the change of 2006-05-26: use extra arguments instead of
871         dynamic scoping.
872         (ewoc-locate): Remove unused var `footer'.
874 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
876         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
878         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
879         (generate-file-autoloads): Obey it.  Return whether autoloads were
880         added at point or not.
881         (update-file-autoloads): Use this new return value.
882         Remove redundant test for the presence of an autoload cookie.
884         * emacs-lisp/autoload.el (autoload-find-file): New fun.
885         This one calls hack-local-variables.
886         (generate-file-autoloads, update-file-autoloads): Use it.
888         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
889         (bibtex-sort-entry-class): Add safe-local-variable predicate.
890         (bibtex-sort-entry-class-alist): Don't set the global value.
891         (bibtex-init-sort-entry-class-alist): New fun.
892         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
893         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
894         of bibtex-init-sort-entry-class.
896 2006-05-28  Richard Stallman  <rms@gnu.org>
898         * subr.el (load-history-regexp): If FILE is relative, insist
899         entire last name component must match it.
900         (load-history-filename-element, load-history-regexp): Doc fixes.
902 2006-05-29  Kim F. Storm  <storm@cua.dk>
904         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
905         `pos' and `raw-data' for clarity, as eval forms may access these.
907 2006-05-28  Kim F. Storm  <storm@cua.dk>
909         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
911 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
913         * progmodes/make-mode.el (makefile-browser-map)
914         (makefile-mode-syntax-table): Move initialization inside declaration.
915         (makefile-fill-paragraph): Use the default comment-filling code.
917 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
919         * replace.el (query-replace-defaults): New variable.
920         (query-replace-read-from): Use `query-replace-defaults' for
921         default value, instead of history list.
922         (query-replace-read-to): Update `query-replace-defaults'.
924 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
926         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
927         with no X toolkit.
929 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
931         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
932         (tumme-show-all-from-dir): Add autoload.
934 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
936         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
937         (tumme-remove-tag): Fix bug.
939 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
941         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
942         FOOTER args.  Update unique caller.
943         (ewoc-delete): Compute last node once before looping.
944         (ewoc--node-branch): Merge into unique caller.
945         (ewoc--node): Don't define constructor make-ewoc--node for this
946         structure.
947         (ewoc): Add member `hf-pp' to this structure.
948         (ewoc--wrap): New func.
949         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
950         header/footer pretty-printers.  Save header/footer pretty-printer.
951         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
953         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
955 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
957         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
958         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
959         Tag'.  Change "Compare directories..." to "Change Directories...".
960         Move tumme commands to Operate, Regexp and Immediate menus.
961         Change "Add Comment" to "Add Image Comment".  Change "Add Image
962         Tag" to "Add Image Tags".
964         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
965         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
966         `tumme-delete-tag'.
968 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
970         * shell.el (shell-mode): Call shell-dirtrack-mode after
971         list-buffers-directory is made a local variable, to avoid setting
972         the default value.
974 2006-05-26  Kevin Ryde  <user42@zip.com.au>
976         * info.el (Info-index-next): Use where-is-internal to report
977         actual binding of Info-index-next, rather than hard-coded `,'.
979 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
981         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
982         and "Find Command in Manual" to here.
984         * buff-menu.el (list-buffers-noselect): For Info buffers, use
985         Info-current-file as the file name.
987 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
989         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
990         overrides will now be done a different way.
991         (ses-set-parameter): Reapply this function for undo.
992         (ses-set-header-row): Reconstruct header row during undo.
993         (ses-widen): New function.
994         (ses-goto-data, ses-reconstruct-all): Use new function.
995         (ses-command-hook): Widen buffer during undo, before unupdating
996         the cells.
997         (ses-insert-row, ses-delete-row): Widen buffer during undo.
998         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
999         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1000         formula hasn't been executed yet.
1002 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1004         * comint.el (comint-kill-whole-line): Rename arg to count.
1005         Fix doc string.
1007 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
1009         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1010         to copy-file.
1012 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1014         * simple.el (toggle-truncate-lines): Make arg optional for
1015         backward compatibility.
1017 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
1019         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1020         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1021         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
1022         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1023         (ewoc--adjust): Use ewoc--current-dll.
1024         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1026 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
1028         * textmodes/org.el (org-next-item, org-previous-item): Emit more
1029         compact error message.
1030         (org-tags-view): Refresh category table in each file.
1031         (org-table-justify-field-maybe): Remove superfluous arguments to
1032         `format'.
1033         (org-export-as-html): Insert "<p>" before postamble.
1034         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1036 2006-05-26  Kenichi Handa  <handa@m17n.org>
1038         * textmodes/po.el (po-find-charset): Pay attention to the case
1039         FILENAME is a cons (NAME . BUFFER).
1040         (po-find-file-coding-system-guts): Likewise.
1042         * arc-mode.el (archive-set-buffer-as-visiting-file):
1043         Call find-operation-coding-system with (FILENAME . BUFFER).
1045         * tar-mode.el (tar-extract): Call find-operation-coding-system
1046         with (FILENAME . BUFFER).
1048         * international/mule.el (decode-coding-inserted-region):
1049         Call find-operation-coding-system with (FILENAME . BUFFER).
1051 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1053         * image-mode.el (image-toggle-display): Use buffer contents to
1054         generate image for a remote file.
1056 2006-05-25  Juri Linkov  <juri@jurta.org>
1058         * replace.el (query-replace-read-from, query-replace-read-to):
1059         Remove 8th arg KEEP-ALL in read-from-minibuffer.
1061 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
1063         * whitespace.el (whitespace-cleanup): Change to cleanup
1064         region if one is active.
1065         * whitespace.el (whitespace-cleanup-internal): New internal method.
1067 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
1069         * dired.el (dired-mode-map): Add help-echo strings to tumme
1070         commands.  Bind `tumme-dired-display-image' to C-t i.
1072         * tumme.el (tumme-display-image): Change documentation string slightly.
1073         (tumme-dired-display-image): Add call to `display-buffer'.
1075 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1077         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1078         Signal error if RAW-DATA is a multibyte string.
1080 2006-05-24  Richard Stallman  <rms@gnu.org>
1082         * subr.el (with-local-quit): When handling `quit' signal,
1083         make a chance for quit-flag to cause a quit.
1085         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1086         (ad-disable-advice): Add autoloads.
1088         * subr.el (read-passwd): Copy PROMPT before changing its properties.
1090 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
1092         * dired.el (dired-mode-map): Change menu items for tumme as per
1093         suggestions in emacs-devel.
1095 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
1097         * dired.el (dired-mode-map): Fix breakage.
1099 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
1101         * tumme.el (tumme-display-dired-image): Rename to...
1102         (tumme-dired-display-image): ...this.
1103         (tumme-track-movement): Change default value to t.
1104         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1105         used from `tumme-next-line-and-display' and similar commands.
1107         * dired.el (dired-mode-map): Add Thumbnail submenu under the
1108         Immediate menu.  Add some tumme commands there.
1110 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
1112         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1114 2006-05-24  Chong Yidong  <cyd@mit.edu>
1116         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1117         menu entries that open submenus.
1119 2006-05-24  Alan Mackenzie  <acm@muc.de>
1121         * startup.el (command-line): For names of preloaded files, don't
1122         append ".elc" (now done in Fload), and call file-truename on the
1123         lisp directory.
1125         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
1126         match ANY loaded file with the right name, not just those in
1127         load-path.  Put a regexp matching the file name into
1128         after-load-alist, rather than the name itself.
1130         * subr.el: New functions load-history-regexp,
1131         load-history-filename-element, do-after-load-evaluation.
1133         * international/mule.el (load-with-code-conversion): Do the
1134         eval-after-load stuff by calling do-after-load-evaluation.
1136 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
1138         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1139         has not been killed.
1141 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1143         * term/mac-win.el: Set idle timer to clean up expired Apple events.
1144         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1145         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1146         Optionally set error message in reply.
1148 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
1150         * textmodes/org.el (org-open-at-point): Use renamed variable
1151         `org-confirm-shell-link-function'.
1152         (org-confirm-shell-link-function): Rename from
1153         `org-confirm-shell-links'.
1154         (org-export-directory): New function.
1155         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1156         (org-export-icalendar): Use `org-export-directory'.
1157         (org-indent-item): Keep cursor position.
1158         (org-link-file-path-type): New option.
1159         (org-export-as-html): Fix bug with plain lists starting in
1160         column 0.
1161         (org-export-as-html): Remove deadline formatting, this happens
1162         now already in `org-html-handle-time-stamps'.
1163         (org-export-html-style): Deadline class removed.
1164         (org-insert-labeled-timestamps-at-point): New option.
1165         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1166         of `hide-sublevels 1', in case the first headline is not level 1.
1167         (org-overview, org-content): New fuction.
1168         (org-cycle-global-status, org-cycle-subtree-status): Make these
1169         variables buffer-local.
1170         (org-global-cycle): New command.
1171         (org-shifttab): Use `org-global-cycle'.
1172         (org-insert-heading, org-insert-item): Go to end of new
1173         headline/item after creating it.
1174         (org-export-visible): Rename from `org-export-copy-visible'.
1175         Now creates a temporary org-file and applies an exporting command
1176         to it.
1177         (org-table-eval-formula): Support for lisp forms.
1178         (org-agenda-todo-ignore-scheduled): New option.
1179         (org-agenda-get-todos): Use new option
1180         `org-agenda-todo-ignore-scheduled'.
1181         (org-export-html-inline-images): New value `maybe'.
1182         (org-export-as-html): Inlining of images dependent on link description.
1183         (org-archive-subtree): Check for end-of-buffer before trying
1184         `kill-line'.
1185         (org-agenda-follow-mode): New option.
1186         (org-export-with-tags, org-export-with-timestamps): New options.
1187         (org-html-handle-time-stamps): New function.
1188         (org-keyword-time-regexp): New variable.
1189         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1190         (org-agenda-todo-list-sublevels): New option.
1191         (org-html-level-start): When TITLE is nil, just close all levels.
1192         (org-parse-key-lines, org-parse-export-options): Remove functions,
1193         replaced by `org-infile-export-plist'.
1194         (org-combine-plists, org-infile-export-plist)
1195         (org-default-export-plist): New functions.
1196         (org-export-html-preamble, org-export-html-postamble)
1197         (org-export-html-auto-preamble, org-export-html-auto-postamble):
1198         New variables.
1199         (org-export-publishing-directory): New option.
1200         (org-export-as-html, org-export-as-ascii): Use the new property
1201         lists for settings.
1202         (org-export-copy-visible, org-export-as-xoxo):
1203         Respect `org-export-publishing-directory'.
1204         (org-link-search, org-store-link, org-file-apps): Support for
1205         links to BibTeX database entries..
1206         (org-get-current-options, org-set-regexps-and-options):
1207         Implement logging as a startup option.
1208         (org-store-link): Make sure context string is never empty
1209         (org-insert-link): Use relative path when possible.
1210         (org-at-item-checklet-p): New function.
1211         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1212         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1213         (org-metaright, org-metaup, org-metadown, org-shiftup)
1214         (org-shiftdown, org-shiftright, org-shiftleft)
1215         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1216         Dispatch using `call-interactively'.
1217         (org-call-with-arg): New defsubst.
1218         (org-tag-alist, org-use-fast-tag-selection): New options.
1219         (org-complete): Use `org-tag-alist'.
1220         (org-fast-tag-insert, org-fast-tag-selection): New functions.
1221         (org-next-item, org-previous-item): New commands.
1222         (org-beginning-of-item, org-end-of-item): Add (interactive) to
1223         make command.
1224         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1226 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
1228         * emacs-lisp/ewoc.el (ewoc-delete): New function.
1229         (ewoc-filter): Use `ewoc-delete'.
1231         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1233 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1235         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1236         Signal more user-friendly error messages.
1238         * complete.el (PC-do-completion): Undo the addition of implicit
1239         wildcards if they did not lead to finding any match.
1240         (read-file-name-internal): Don't add the final > if the completion is
1241         not finished.
1243 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1245         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1246         Quote safe-local-variable predicate.
1248 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
1250         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1252 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1254         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1256         * progmodes/make-mode.el (makefile-special-targets-list)
1257         (makefile-macro-table, makefile-target-table): Mark as risky.
1258         (makefile-query-one-target-method): Make this the alias for the
1259         following variable.
1260         (makefile-query-one-target-method-function): Make this the real name.
1262         * textmodes/artist.el (artist-text-renderer): Make this the alias
1263         for the following variable.
1264         (artist-text-renderer-function): Make this the real name.
1266         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1267         the alias for the following variable.
1268         (flyspell-generic-check-word-predicate): Make this the real name.
1270         * textmodes/ispell.el (ispell-format-word): Make this the alias
1271         for the following variable.
1272         (ispell-format-word-function): Make this the real name.
1273         (ispell-message-text-end): Mark as risky.
1275         * skeleton.el (skeleton-transformation, skeleton-filter)
1276         (skeleton-pair-filter): Make these the aliases for the following
1277         variables.
1278         (skeleton-transformation-function, skeleton-filter-function)
1279         (skeleton-pair-filter-function): Make these the real names.
1281         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1282         and skeleton-pair-filter-function.
1284         * textmodes/sgml-mode.el (sgml-transformation): Make this the
1285         alias for the following variable.
1286         (sgml-transformation-function): Make this the real name.
1287         (sgml-tag-alist): Mark as risky.
1289 2006-05-21  Richard Stallman  <rms@gnu.org>
1291         * simple.el (kill-region): Interactively, pass point, then mark.
1293 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
1295         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1297 2006-05-21  Romain Francoise  <romain@orebokech.com>
1299         * dired-x.el (dired-mode-map): Don't bind M-g.
1301 2006-05-20  Richard Stallman  <rms@gnu.org>
1303         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1304         (dired-goto-file): Doc fix.
1306 2006-05-21  Kim F. Storm  <storm@cua.dk>
1308         * emulation/cua-base.el: Mention customizing cua-mode as alternative
1309         way to enable built-in cua-mode if user loads older CUA-mode package.
1311         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1312         if default-filename is specified.
1314 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
1316         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1318         * info.el (info-apropos): Make sure current-file and current-node
1319         have non-nil values.  Speed up by using add-to-list instead of
1320         manual consing.
1322 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1324         * progmodes/make-mode.el (makefile-mode): Doc fix.
1326 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
1328         * dired-aux.el (dired-do-shell-command): Doc fix.
1330 2006-05-20  Kevin Ryde  <user42@zip.com.au>
1332         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1333         ``(custom-manual :tag "Foo" "(foo)Node")''.
1335 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
1337         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1338         value is an integer.
1340 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
1342         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1343         "format".
1344         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1346 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
1348         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1349         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1351 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1353         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1354         regexp for keywords.
1356 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
1358         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1359         replace-regexp-in-string.
1361         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1362         encode, and escape file name on conversion to URL.
1364 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1366         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1367         Don't unescape URL.
1368         (dnd-get-local-file-name): Unescape URL on conversion to file name.
1370         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1371         on conversion to URLs.
1373         * net/browse-url.el (browse-url-file-url): Encode file name on
1374         conversion to URL.
1376         * term/mac-win.el (mac-ae-open-documents): Escape file name on
1377         conversion to URL.
1379 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
1381         * progmodes/cc-styles.el (c-style-alist): Doc fix.
1383 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1385         * term/mac-win.el (mac-bytes-to-digits): Remove function.
1386         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1388 2006-05-19  Glenn Morris  <rgm@gnu.org>
1390         * calendar/diary-lib.el (diary-bahai-date)
1391         (list-bahai-diary-entries, mark-bahai-diary-entries)
1392         (mark-bahai-calendar-date-pattern): Not interactive.
1393         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
1394         (diary-entries-list): Change format of 4th element in each entry.
1395         (diary-list-entries): Use add-to-diary-list.
1396         (diary-goto-entry): Handle the case where the buffer visiting the
1397         diary has been killed.
1398         (fancy-diary-display): Add 'locator to button rather than 'marker.
1399         Only generate temp-face when there are marks to apply.
1400         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1401         (diary-fancy-date-pattern): New variable.
1402         (diary-time-regexp): Doc fix.
1403         (diary-anniversary, diary-time): New faces.
1404         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1405         diary-time-regexp.  Add font-lock-multiline property where needed.
1406         Use new faces diary-anniversary and diary-time.
1407         (diary-fancy-font-lock-fontify-region-function): New function, to
1408         handle multiline font-lock pattern in fancy diary.
1409         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1410         (diary-font-lock-keywords): Tweak time regexp.  Use new face
1411         diary-time.
1413 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
1415         * international/code-pages.el (mik): Table corrected.
1417 2006-05-18  Kim F. Storm  <storm@cua.dk>
1419         * progmodes/grep.el (grep-find): Don't check grep-find-command
1420         before running command (breaks non-interactive usage).
1422 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
1424         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1425         (ewoc--insert-new-node): Don't insert trailing newline.
1426         Instead, adjust successor nodes's start markers.
1427         (ewoc--refresh-node): Delete all text from current node's start
1428         marker to the next one's; adjust successor nodes's start markers.
1429         (ewoc--create): Doc fixes.
1430         (ewoc--refresh): Don't insert newline.
1431         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1432         * pcvs.el (cvs-make-cvs-buffer):
1433         Specify extra newline for ewoc's header and footer.
1434         (cvs-update-header): Update initial header recognition.
1435         Append newline to final header and footer values.
1436         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1438 2006-05-17  Richard Stallman  <rms@gnu.org>
1440         * files.el (file-name-extension): Doc fix.
1442 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1444         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1445         we can explicitly enable/disable rather than toggle.
1446         (shell-mode): Use it.
1447         (shell-cd): Don't try to reproduce what `cd' does.
1449 2006-05-17  Kim F. Storm  <storm@cua.dk>
1451         * ido.el (ido-read-internal): Use only nondirectory part of
1452         default item.
1454 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
1456         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1457         (ewoc-nth): Doc fix.
1459         (ewoc-map, ewoc-invalidate): Compute PP before looping.
1461 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
1463         * international/mule.el (auto-coding-alist): Add .lha to files
1464         read with no-conversion.
1466         * files.el (auto-mode-alist): Add .lha files to archive file
1467         extensions.
1469         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1470         Convert csize to integer when computing offsets within the
1471         compressed archive file.
1473 2006-05-16  Kim F. Storm  <storm@cua.dk>
1475         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1476         with read-from-minibuffer.
1478 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1480         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1481         (byte-compile-warnings): Fix safe-local-variable property.
1483 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
1485         * allout.el (allout-show-bodies, allout-old-style-prefixes)
1486         (allout-stylish-prefixes, allout-numbered-bullet)
1487         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1488         predicates to qualify `safe-local-variable' property, when
1489         available, else use equivalent lambda.
1490         (allout-current-topic-collapsed-p): Do the right thing regarding
1491         trailing blank lines.
1493 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * server.el (server-start): Only create a directory if needed.
1496         (server-edit, server-unload-hook): server-start => server-mode.
1497         (kill-emacs-hook): Cleanup upon exit.
1499 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1501         * hexl.el (hexlify-buffer): Encode process arguments manually.
1503 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
1505         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1506         call to gdb-tooltip-print.
1508 2006-05-15  Romain Francoise  <romain@orebokech.com>
1510         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1511         systems, default to "tar" since those systems probably have GNU tar.
1513 2006-05-14  Lars Hansen  <larsh@soem.dk>
1515         * desktop.el (desktop-missing-file-warning): Fix docstring.
1516         (desktop-restore-file-buffer): Correct question asked on missing file.
1518 2006-05-14  Kim F. Storm  <storm@cua.dk>
1520         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1521         Add CUA move property.
1523 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
1525         * custom.el (custom-push-theme): Load the variable before checking
1526         its `standard-value'.
1528 2006-05-13  Lars Hansen  <larsh@soem.dk>
1530         * desktop.el (desktop-save): Use with-temp-buffer.
1532 2006-05-12  Glenn Morris  <rgm@gnu.org>
1534         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1535         * calendar/calendar.el (calendar-mode-map):
1536         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1537         * calendar/appt.el (appt-check, appt-make-list): Refer to
1538         diary-view-entries, diary-list-entries, diary-show-all-entries
1539         rather than obsolete aliases.
1541 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
1543         * simple.el (line-move-finish): Avoid calling point motion hooks
1544         while processing intangibility.
1546 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
1548         * term/xterm.el (terminal-init-xterm): Fix typo.
1550 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
1552         * allout.el (allout-view-change-hook): Mark as being deprecated,
1553         to be replaced by `allout-exposure-change-hook'.
1554         (allout-exposure-change-hook): New, replacing
1555         `allout-view-change-hook'.
1556         (allout-flag-region): Run new hook `allout-exposure-change-hook',
1557         in addition to `allout-view-change-hook'.
1558         (allout-show-bodies, allout-old-style-prefixes)
1559         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1560         lambda forms to prevent their showing up in variable help
1561         presentations as inscrutable byte-compiled code.
1562         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1563         Use string-or-null-p to qualify safe-local-variable values.
1564         (allout-reindent-bodies): Use memq to qualify matches against
1565         valid safe-local-variable values.  Also, quote the lambda as above.
1566         (allout-use-mode-specific-leader): Add missing candidate-value
1567         symbols, use memq, and quote the lambda.
1568         (allout-overlay-interior-modification-handler): Remove unused
1569         variables `msg' and 'opened'.
1570         (allout-hidden-p): Constrain invisibility consideration to allout's
1571         invisibility spec, disregarding invisibility for other reasons.
1573 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
1575         * files.el (version-control): Correct safe values.
1577 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
1579         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1581         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1582         (ewoc--insert-new-node): New func.
1583         Update callers of deleted funcs to use it, instead.
1585 2006-05-11  Glenn Morris  <rgm@gnu.org>
1587         * calendar/calendar.el (diary-show-all-entries): Do not refer to
1588         obsolete alias `show-all-diary-entries'.
1589         (make-diary-entry): Not interactive.
1590         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1591         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1592         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1593         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1594         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1595         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1597 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1599         * calendar/calendar.el (calendar-french-date-string)
1600         (calendar-mayan-date-string, calendar-chinese-date-string)
1601         (calendar-astro-date-string, calendar-iso-date-string)
1602         (calendar-islamic-date-string, calendar-bahai-date-string)
1603         (calendar-hebrew-date-string, calendar-coptic-date-string)
1604         (calendar-ethiopic-date-string, calendar-persian-date-string):
1605         These functions are not interactive.
1607 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
1609         * files.el: Balance parentheses.
1611 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
1613         * files.el, newcomment.el, outline.el, simple.el,
1614         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1615         progmodes/cc-vars.el, progmodes/compile.el:
1616         Move `safe-local-variable' declarations to the respective files.
1618         * help-fns.el (describe-variable): Don't print safe-var if it is
1619         byte-code.  Improve wording as suggested by Luc Teirlinck.
1621 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
1623         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1624         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1625         Use a token for pending-triggers to ensure gdb-var-update
1626         gets called once per user input again for pre-GDB 6.4.
1627         (gdb-var-delete): Match on more complex expressions.
1628         (gdb-var-list-children-handler, gdb-var-create-handler):
1629         Use a token for consistency.
1631 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
1633         * textmodes/org.el (org-read-date, org-goto-calendar)
1634         (org-agenda-goto-calendar):
1635         Bind `view-calendar-holidays-initially' to nil.
1637 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
1639         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1640         Update all callers to do it there, instead.
1642 2006-05-10  Glenn Morris  <rgm@gnu.org>
1644         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1645         prefix arg case, to avoid view-diary-entries-initially error.
1646         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1647         (calendar-date-is-legal-p): Handle dates with no day part.
1649 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
1651         * comint.el (comint-insert-input): Just make it when
1652         comint-use-prompt regexp is nil (default) and with the mouse.
1653         (comint-copy-old-input): Reinstate from 2004-06-23.
1654         (comint-mode-map): Bind C-c C-m to it.
1656 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
1658         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1659         Remove spurious move to point-max (new comint behavior fixes).
1661         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1662         compatibility function (Emacs 18/19).
1663         (idlwave-is-continuation-line): Always return point at start of
1664         previous non-blank continuation line.
1665         `keyword-parameters': Fix continued comment font-lock matcher.
1666         (idlwave-font-lock-fontify-region): Written, use as
1667         font-lock-fontify-region-function, to fix continued keyword
1668         fontification issues.
1670 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1672         * term/mac-win.el (mac-font-panel-mode): Doc fix.
1673         (mac-service-selection, mac-service-open-file)
1674         (mac-service-open-selection, mac-service-mail-selection)
1675         (mac-service-mail-to, mac-service-insert-text): Rename from
1676         mac-services-*.  All uses changed.
1677         (mac-apple-event-map): Rename event symbol `services' to `service'.
1679 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
1681         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1682         (ewoc--node-enter-first, ewoc--node-enter-last)
1683         (ewoc--delete-node-internal): Merge funcs into unique callers.
1685 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
1687         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1688         return value of read-from-minibuffer for empty input.
1690 2006-05-09  Miles Bader  <miles@gnu.org>
1692         * comint.el (comint-insert-input): Remove redundant calls to setq
1693         and goto-char.
1695 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
1697         * comint.el (comint-insert-input): Make it work when
1698         comint-use-prompt-regexp is t.
1700 2006-05-10  Miles Bader  <miles@gnu.org>
1702         * subr.el (field-at-pos): New function.
1704         * comint.el (comint-insert-input): Use it.
1706 2006-05-09  Juri Linkov  <juri@jurta.org>
1708         * battery.el (battery-linux-proc-acpi): Also try
1709         `/proc/acpi/thermal_zone/THR2/temperature'.
1711         * files.el <safe-local-variable>: Remove `eval' and `let' binding
1712         for now unused lambda `string-or-null'.
1714         * add-log.el (change-log-default-name): Put `string-or-null-p'
1715         instead of lambda on `safe-local-variable' property.
1717         * diff-mode.el (diff-context->unified): Use `region-beginning' and
1718         `region-end' instead of `mark' and `point'.
1719         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1720         Operate on region in Transient Mark mode when the mark is active.
1721         Use `region-beginning' and `region-end' instead of `mark' and
1722         `point'.
1723         (diff-hunk-text, diff-goto-source): Doc fix.
1725         * startup.el (fancy-splash-screens, normal-splash-screen): Use
1726         face `mode-line-buffer-id' for mode-line buffer face instead of
1727         hard-coded `(:weight bold)'.
1729         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1730         buffer-undo-list to t (undo-ask is reproducible by visiting
1731         nested archives).
1733 2006-05-09  Kim F. Storm  <storm@cua.dk>
1735         * progmodes/grep.el (rgrep): Set default directory of *grep*
1736         buffer if we start M-x rgrep in the *grep* buffer and choose
1737         a different base directory.
1739 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
1741         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1742         completion also when ido is loaded.
1744 2006-05-09  Masatake YAMATO  <jet@gyve.org>
1746         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1747         "warning" and "import".
1748         (cpp-font-lock-keywords): Added "warning".
1750 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
1752         * term/xterm.el (terminal-init-xterm): Add more key bindings.
1754 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1756         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1757         pages at a time, if we signal the end, we should indeed reach that end.
1759 2006-05-08  David Reitter  <david.reitter@gmail.com>
1761         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1762         output during execution of the body.
1764 2006-05-08  Kim F. Storm  <storm@cua.dk>
1766         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1768 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
1770         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1771         Use with-current-buffer.
1773 2006-05-07  Kim F. Storm  <storm@cua.dk>
1775         * subr.el (add-to-history): Remove keep-dups arg.
1777         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1778         to nil around call to add-to-history.
1780 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1782         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1783         than after a buffer modification.
1785 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
1787         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1788         call to...
1789         (gud-watch): ...here so speedbar is raised for already watched
1790         expressions.
1791         (gdb-speedbar-refresh): Delete function.
1792         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1793         Use speedbar-timer-fn instead of speedbar-refresh (reverting
1794         earlier change).
1795         (gdb-var-evaluate-expression-handler)
1796         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1798         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1799         Update localized contents for all buffers except ignored modes.
1801 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1803         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1804         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1805         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1806         (mac-handle-font-panel-closed, mac-handle-font-selection):
1807         New functions.
1808         (mac-font-panel-mode): New minor mode.
1809         (mac-apple-event-map): Add bindings for toolbar toggle button and
1810         font panel.
1811         (menu-bar-showhide-menu): Add mac-font-panel-mode.
1813 2006-05-07  John Paul Wallington  <jpw@pobox.com>
1815         * ibuffer.el (ibuffer-compressed-file-name-regexp):
1816         Avoid `regexp-opt'; simplify regexp for readability.
1818 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
1820         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1821         * files.el (buffer-stale-function):
1822         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1823         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1824         links to the main manual, not to emacs-xtra.
1826 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1828         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
1829         MacJapanese if text is ASCII-only.
1831 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
1833         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1834         unless so nil isn't returned.
1835         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1837 2006-05-06  Kim F. Storm  <storm@cua.dk>
1839         * subr.el (add-to-history): New function.
1841         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1842         (ediff-merge-files-with-ancestor):
1843         * env.el (setenv):
1844         * isearch.el (isearch-update-ring):
1845         * server.el (server-visit-files):
1846         * progmodes/grep.el (lgrep, rgrep):
1847         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1848         * progmodes/xscheme.el (xscheme-insert-expression):
1849         Use add-to-history.
1851         * kmacro.el (kmacro-push-ring): Use add-to-history.
1852         (kmacro-ring-length): Remove unused defun.
1853         (kmacro-start-macro): Use kmacro-push-ring.
1855 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
1857         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1858         directly instead of a lambda expression that calls it.
1860 2006-05-06  Kim F. Storm  <storm@cua.dk>
1862         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1863         instead of compute-motion.
1865 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
1867         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1868         change.
1870 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
1872         * startup.el (command-line-1): Refer to "Pure Storage" on
1873         pure-space-overflow.
1875 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
1877         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1878         provided faces once they all have been used up.
1880 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1882         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1883         reference to the Lisp manual to the warning about pure space
1884         overflow.
1886 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1888         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1889         argument to avoid the call to `ispell-internal-change-dictionary'
1890         when not needed.
1891         (ispell-change-dictionary): Use this argument and call
1892         `ispell-internal-change-dictionary' after the possible change
1893         to `ispell-local-dictionary'.
1894         (ispell-internal-change-dictionary): Check for a change in
1895         personal dictionary use too.
1896         Cosmetic changes from Agustin Martin
1897         <agustin.martin@hispalinux.es>.
1899 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1901         * startup.el (command-line): On MS-Windows, probe "~", not
1902         "~USER", for warning about non-existent home directory
1904         * arc-mode.el (archive-l-e): New optional argument `float' means
1905         generate a float value.
1906         (archive-arc-summarize, archive-lzh-summarize)
1907         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1908         with 3rd argument non-nil when file's size is being computed.
1909         Format the file sizes with %8.0f instead of %8d.
1911 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1913         * cus-start.el (all): Add mac-dnd-known-types.
1915         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
1916         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1917         (mac-TIFF-to-string): New functions.
1918         (x-get-selection, x-selection-value)
1919         (mac-select-convert-to-string): Use them.
1920         (mac-text-encoding-mac-japanese-basic-variant): New constant.
1921         (mac-dnd-types-alist): New customization variable.
1922         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1923         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1924         (mac-dnd-handle-drag-n-drop-event): New functions.
1925         (mac-drag-n-drop): Remove function.
1926         (global-map): Bind drag-n-drop and M-drag-n-drop to
1927         mac-dnd-handle-drag-n-drop-event.
1929 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
1931         * progmodes/perl-mode.el (perl-beginning-of-function):
1932         Skip anonymous subs.
1934 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
1936         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1937         regexp-opt at run time.
1939         * term.el (term-handle-ansi-escape): Fix off by one error.
1941 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
1943         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1944         (gdb-init-1, gdb-post-prompt): ...and references to it.
1945         (gdb-frame-handler): Strip directory name from filename if present.
1947         * progmodes/gud.el (gdb-force-update): Delete defvar
1948         (gud-speedbar-buttons): ...and references to it.  Use window-start
1949         to try to keep positon in watch expression.
1951 2006-05-03  Richard Stallman  <rms@gnu.org>
1953         * simple.el (next-history-element, previous-history-element): Doc fix.
1955         * isearch.el (isearch-update-ring): Doc fix.
1957 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
1959         * isearch.el (isearch-update-ring): Take history-delete-duplicates
1960         into consideration.  Replace one arm ifs with whens.
1962 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
1964         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
1965         (menu): Fix typo.
1967 2006-05-02  Miles Bader  <miles@gnu.org>
1969         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
1971 2006-05-02  Jay Belanger  <belanger@truman.edu>
1973         * calc/calc-embed.el (calc-override-minor-modes-map)
1974         (calc-override-minor-modes): New variables.
1975         (calc-do-embedded): Make sure that Calc keystrokes aren't
1976         overwritten by minor modes.
1978 2006-05-02  Chong Yidong  <cyd@mit.edu>
1980         * msb.el (msb): If EVENT is a down event, read and discard the up event.
1982 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1984         * startup.el (command-line-1): Refer to Lisp manual when
1985         pure-space-overflow occurs.
1987         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
1988         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
1989         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
1990         (version-control): Don't use `t' for safe-local-variable declarations.
1992 2006-05-01  Richard Stallman  <rms@gnu.org>
1994         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
1995         M-r, M-R, M-A, M-SPC or M-DEL.
1996         (diff-mode-map): diff-refine-hunk now on C-c C-w
1997         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
1999         * help-mode.el (help-mode): view-exit-action calls delete-window
2000         only when it is safe and possible.
2002         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2003         in messages.
2005         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2007         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2008         in the default tool-bar-map.
2010 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
2012         * net/tramp.el (tramp-completion-file-name-handler-alist)
2013         (tramp-run-real-handler, tramp-completion-run-real-handler)
2014         (tramp-completion-handle-file-name-all-completions)
2015         (tramp-completion-handle-file-name-completion): Autoload them.
2016         (tramp-completion-handle-file-exists-p)
2017         (tramp-completion-handle-file-name-directory)
2018         (tramp-completion-handle-file-name-nondirectory)
2019         (tramp-completion-handle-expand-file-name): Remove them.
2020         (tramp-handle-file-name-directory): Return the real directory name.
2021         Returning "/" only doesn't need to be necessary any longer.
2022         (tramp-file-name-handler): Make special attention when in hostname
2023         completion mode.
2024         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2025         (tramp-register-file-name-handlers):
2026         Register `tramp-completion-file-name-handler' only when
2027         `partial-completion-mode' is enabled.
2028         (tramp-completion-handle-file-name-all-completions):
2029         Delete directory part from results.
2030         (tramp-get-completion-methods, tramp-get-completion-user-host):
2031         Discard deleting "/", it doesn't work after the change of
2032         `tramp-handle-file-name-directory' above.
2034 2006-05-01  Kim F. Storm  <storm@cua.dk>
2036         * progmodes/grep.el (grep-expand-template): Use save-match-data
2037         and symbol-value.
2039 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2041         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2042         Use select-frame-set-input-focus instead of raise-frame.
2043         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2045 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
2047         * progmodes/gud.el (gud-def): Add %c case.
2048         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2049         (gud-format-command): Make match case sensitive.  Match on %F.
2051 2006-04-30  Glenn Morris  <rgm@gnu.org>
2053         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2054         (cal-tex-preamble): Use cal-tex-preamble-extra.
2055         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2056         than alias `list-diary-entries'.
2058 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
2060         * help-fns.el (describe-variable): Add info about safe local variables.
2062 2006-04-29  Richard Stallman  <rms@gnu.org>
2064         * bindings.el (mode-line-format): help-echo doc fixes.
2066         * net/tramp.el (tramp-file-name-handler-alist): Delete
2067         expand-file-name and other operations that can cause spurious loading.
2069 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2071         * files.el (safe-local-variable-p): Remove support for the special
2072         value t.
2074         * textmodes/paragraphs.el (sentence-end-without-space):
2075         Fix safety predicate.
2076         (sentence-end-double-space, sentence-end-without-period)
2077         (paragraph-ignore-fill-prefix):
2078         * textmodes/fill.el (colon-double-space):
2079         * abbrev.el (abbrev-mode): Tighten the safety predicate.
2081         * subr.el (booleanp): New fun.
2083         * textmodes/reftex-vars.el (reftex-guess-label-type):
2084         Tighten the safety predicate.
2086 2006-04-28  Kim F. Storm  <storm@cua.dk>
2088         * progmodes/grep.el (defgroup grep): Doc fix.
2089         (grep-auto-highlight): Remove.
2090         (grep-template): New defcustom.
2091         (grep-find-template): Rename from grep-tree-template.
2092         (grep-files-aliases): Rename from grep-tree-files-aliases.
2093         Remove "all" alias, add "l" alias.
2094         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2095         (grep-find-ignored-directories): New defcustom to replace
2096         grep-tree-ignore-CVS-directories, to facilitate ignoring
2097         subdirectories for multiple version control systems.
2098         (grep-mode-map): Add Recursive grep item to GREP menu.
2099         (grep-regexp-history, grep-files-history): New defvars.
2100         (grep-probe): New helper function.
2101         (grep-compute-defaults): Use it to simplify code.
2102         Adapt to name changes.
2103         Use `.' as base in grep-find-template rather than <D>.
2104         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
2105         Call grep-compute-defaults unconditionally.
2106         (grep-expand-keywords): New defconst.
2107         (grep-expand-template): Rename from grep-expand-command-macros.
2108         Simplify via grep-expand-keywords.  Look at case-fold-search instead
2109         of grep-tree-ignore-case to add -i option.
2110         Bind case-fold-search to nil while matching keywords.
2111         (grep-tree-last-regexp, grep-tree-last-files): Remove.
2112         (grep-read-regexp, grep-read-files): New helper functions.
2113         (rgrep): Rename from grep-tree.  Rework to use proper histories.
2114         Adapt to changes in defcustoms and functions above.
2115         (lgrep): New command, as grep, but using same interactive UI as rgrep.
2117 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
2119         * net/tramp.el (tramp-completion-file-name-handler):
2120         Disable Tramp's functionality while loading Tramp itself.
2121         (tramp-register-file-name-handlers): That's a defsubst now.
2122         Code from `tramp-repair-jka-compr' moved here.  Apply it via
2123         `after-init-hook'.
2124         (tramp-repair-jka-compr): Remove.
2126 2006-04-27  Jay Belanger  <belanger@truman.edu>
2128         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2129         read expression when `math-read-big-expr' doesn't work.
2131 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
2133         * startup.el (command-line-1): Display warning when
2134         pure-space-overflow is non-nil.
2136 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2138         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2139         risky.
2141 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2143         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2144         Return the URL or nil if none can be generated.
2146 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
2148         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2149         byte compiler warnings.
2150         (gud-basic-call, gud-find-expr): Let user select an expression
2151         for printing.  Print expression as well as value in GUD buffer.
2153 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
2155         * allout.el: Remove local autoload declaration for
2156         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2157         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2158         (allout-plain-bullets-string, allout-distinctive-bullets-string)
2159         (allout-use-mode-specific-leader, allout-old-style-prefixes)
2160         (allout-stylish-prefixes, allout-numbered-bullet)
2161         (allout-file-xref-bullet, allout-presentation-padding)
2162         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2163         safe-local-variable with suitable value spec, and add autoload
2164         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
2165         (move-beginning-of-line, move-end-of-line): Repair so these compat
2166         functions now actually resituate the point, when appropriate.
2168 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2170         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2172         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2173         (add-log-iso8601-time-string): Fix call to format-time-string.
2175 2006-04-26  Kim F. Storm  <storm@cua.dk>
2177         * subr.el (posn-string, posn-image, posn-object): Doc fix.
2179 2006-04-26  Masatake YAMATO  <jet@gyve.org>
2181         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2182         Add support for "//" style comments.  Remove `b' flag
2183         from ?* in `asm-mode-syntax-table'.
2185 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2187         * follow.el: Use (featurep 'xemacs) everywhere.
2188         (follow-mode): Use define-minor-mode.
2189         (follow-mode-map): Move initialization into the declaration.
2190         Use command remapping.
2191         (follow-emacs-version-xemacs-p): Remove.
2192         (follow-submit-feedback): Remove.
2194         * allout.el (allout-layout, allout-passphrase-verifier-string)
2195         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2197         * textmodes/reftex-vars.el (reftex-vref-is-default)
2198         (reftex-fref-is-default, reftex-guess-label-type):
2199         Tighten up a bit the safety predicate.
2201         * textmodes/paragraphs.el (sentence-end-double-space)
2202         (sentence-end-without-period, sentence-end-without-space)
2203         (page-delimiter, paragraph-ignore-fill-prefix):
2204         Tighten up a bit the safety predicate.
2206         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2208         * progmodes/python.el (python-continuation-line-p)
2209         (python-beginning-of-statement): syntax-ppss may return
2210         a negative depth.
2211         (python-mode): Don't forcefully enable font-lock.
2213         * time-stamp.el (time-stamp-start, time-stamp-end)
2214         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2216         * add-log.el: Remove spurious * in docstrings.
2217         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2218         (add-change-log-entry): Use it here, since it's not specific
2219         to iso8601.
2220         (add-log-iso8601-time-string): Don't use it here any more.
2221         (change-log-indent-text, change-log-indent): Rename from add-log-*.
2223         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2225 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
2227         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2228         (rcirc-toggle-low-priority): Doc fix.
2229         (rcirc-handler-NOTICE): Remove beginning of line anchor in
2230         ChanServ regexp.
2231         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2232         #emacs.
2233         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2234         (rcirc-decode-coding-system): Use utf-8 as the default.
2235         (rcirc-multiline-minor-mode): Set the fill-column.
2236         (rcirc-format-response-string): Display bright and dim nicks.
2237         (rcirc-browse-url): Update interactive spec to fill ARG.
2238         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2239         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2241 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
2243         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2244         case for @Article, etc.
2246 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
2248         * net/tramp.el (tramp-register-file-name-handlers): New defun.
2249         Added with autoload cookie.
2250         (tramp-unload-file-name-handlers): Rename from
2251         `tramp-unload-file-name-handler-alist'.
2253 2006-04-23  Romain Francoise  <romain@orebokech.com>
2255         * comint.el (comint-match-partial-filename): Doc fix.
2257 2006-04-21  Glenn Morris  <rgm@gnu.org>
2259         * calendar/cal-menu.el (calendar-mode-map): Refer to
2260         `diary-view-entries' rather than alias `view-diary-entries'.
2261         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2263 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
2265         * progmodes/antlr-mode.el (antlr-default):
2266         * cus-edit.el (custom-documentation):
2267         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2268         in defface.
2270 2006-04-21  Kim F. Storm  <storm@cua.dk>
2272         * image.el (image-type): New defun split out of create-image.
2273         (create-image): Use it.
2275 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
2277         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2278         (org-open-at-point): Remove the "...done" message to keep output
2279         in the echo area visible.
2280         (org-export-as-xoxo): Fix call to `indent-region'.
2282 2006-04-21  Kevin Ryde  <user42@zip.com.au>
2284         * international/mule.el (keyboard-coding-system): defcustom
2285         info-link fixes: "Specify Coding" has been split, keyboard now in
2286         "Terminal Coding", and "Single-Byte Character Support" is now
2287         "Unibyte Mode".
2289 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
2291         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2292         Use font-lock-warning-face for any errors e.g. no stack.
2293         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2295 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2297         * progmodes/sh-script.el (sh-shell): Mark as safe.
2299         * newcomment.el (comment-start, comment-start-skip)
2300         (comment-end-skip, comment-end): Mark as safe.
2302 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
2304         * textmodes/org.el (org-deadline-announce): Face removed.
2305         (org-level-faces, org-n-levels): Convert to constant.
2306         (org-compatible-face): New function.
2307         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2308         (org-level-5, org-level-6, org-level-7, org-level-8)
2309         (org-special-keyword, org-warning, org-headline-done, org-link)
2310         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2311         (org-scheduled-today, org-scheduled-previously, org-time-grid):
2312         Face definition revised for better color tty support.
2313         (org-bold-re, org-italic-re, org-underline-re): New constants.
2314         (org-set-font-lock-defaults): Use the new constants.
2315         (org-agenda-highlight-todo): New function.
2316         (org-agenda-todo): Fix bug with point at end of line.
2317         (org-agenda-change-all-lines, org-finalize-agenda-entries):
2318         Fontify TODO keywords.
2319         (org-insert-link): Preserve relative path in ../ links.
2320         (org-export-as-html): Convert links pointing to .org files into
2321         links that will work beteen the exported HTML files.
2322         (org-todo-list): Fix bug when arg=0.
2323         (org-insert-heading): More fine-tuning.
2325 2006-04-19  Romain Francoise  <romain@orebokech.com>
2327         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2328         from `rmail-mime-charset-pattern'.
2330 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
2332         * progmodes/python.el (python-mode): Fix typo.
2334 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
2336         * comint.el (comint-previous-input): Don't clobber input line
2337         when moving off either end of the input history ring.
2338         (comint-delete-input): New function, used by
2339         `comint-previous-input' and others.
2340         (comint-previous-matching-input):
2341         Use `coming-delete-input'.  Save the partial input if leaving the
2342         edit line.  Goto point-max before deleting input to avoid
2343         partial input fragments hanging around.
2344         (comint-restore-input): New function, used by `comint-previous-input'.
2346 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
2348         * imenu.el (imenu--index-alist): Balance parentheses.
2350 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
2352         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2354 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
2356         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2357         file is nil.
2359 2006-04-18  Richard Stallman  <rms@gnu.org>
2361         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2363         * imenu.el (imenu-create-index-function, imenu--index-alist)
2364         (imenu--last-menubar-index-alist, imenu--make-index-alist)
2365         (imenu-default-create-index-function, imenu--generic-function):
2366         Doc fixes.
2368         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2370         * help-mode.el (help-mode): Set view-exit-action to delete window.
2372         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
2373         now works by passing nil as arg.
2375         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2377         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2378         (read-abbrev-file): Provide default when reading filename.
2380         * files.el (enable-local-variables): Allow :all as value.
2381         (hack-local-variables): Implement that value.
2382         (safe-local-variable-values, safe-local-eval-forms)
2383         (enable-local-variables): Mark as risky.
2384         (find-file-visit-truename, kept-old-versions): Mark safe.
2386         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2387         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2388         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2390 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2392         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2393         Use forward-line so as to get to BOL even in the presence of fields.
2394         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2395         in return.
2396         (inferior-tcl): Tell tclsh to work in interactive mode.
2398         * complete.el (partial-completion-mode):
2399         Use 'choose-completion-string-functions to make sure that
2400         choose-completion fills the minibuffer properly.
2402         * complete.el (PC-old-read-file-name-internal): Remove.
2403         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
2404         of read-file-name-internal.
2405         (partial-completion-mode): Enable/disable this advice.
2407 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
2409         * net/tramp.el (tramp-completion-file-name-handler): Revert change
2410         of 2006-04-17.
2412 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
2414         * textmodes/org.el (org-insert-heading): Insert heading before
2415         current if at beginning of line.
2416         (org-todo, org-date): New faces.
2417         (org-table-align): Make sure tooltip window contains full text.
2418         (org-no-properties): New defsubst.
2419         (org-set-font-lock-defaults): Use new faces.
2421 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
2423         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2424         for root variables.
2426         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2427         (gdb-frame-address): Re-use to identify frame for watch expression.
2428         (gdb-var-list, gdb-var-create-handler): Add frame address for root
2429         variables.
2430         (gdb-init-1, gdb-source, gdb-post-prompt)
2431         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2432         (gdb-frame-handler): Get gdb-frame-address.
2434 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
2436         Sync with Tramp 2.0.53.
2438         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2439         'control.  Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2440         (tramp-completion-file-name-handler): Add autoload cookie for
2441         adding to `file-name-handler-alist'.
2443         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2444         the prompt.  If it returns earlier (when detecting an error
2445         message), the rest of the output will merge accidently with the
2446         output of the next command.  Reported by M Jared Finder
2447         <jared@hpalace.com>.
2449         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2450         for `process-file', in order to let it work for older Emacsen too.
2452 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
2454         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2455         (tex-font-lock-keywords-3): Use it.
2457 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2459         * newcomment.el (comment-add): New function.
2460         (comment-region-default, comment-dwim): Use it.
2462 2006-04-15  Michael Olson  <mwolson@gnu.org>
2464         * emacs-lisp/tq.el: Improve comments.
2465         (tq-queue-head-question): New accessor function.
2466         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2467         Update for modified queue structure.
2468         (tq-queue-add): Accept `question' argument.
2469         (tq-queue-pop): If a question is pending, send it.
2470         (tq-enqueue): Accept new optional argument `delay-question'.
2471         If this is non-nil, and at least one other question is pending a
2472         response, queue the question rather than sending it immediately.
2474 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2476         * calendar/appt.el (appt-add): Check whether an appointment is
2477         already present in appt-time-msg-list.  Simplify code.
2479 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2481         * progmodes/cc-langs.el (c-mode-menu):
2482         Don't presume c-subword-mode is bound.
2484 2006-04-13  Bill Wohler  <wohler@newt.com>
2486         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2487         (customize-package-emacs-version): Use cdr instead of cadr now
2488         that alists use dotted pairs.
2490         * custom.el (defcustom): Fix docstring for :package-version.
2492 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
2494         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2495         (tramp-handle-shell-command): Display output buffer only when
2496         `tramp-display-shell-command-buffer' is true.
2497         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2499 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
2501         * textmodes/org.el (org-set-autofill-regexps): Set only the local
2502         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2504 2006-04-13  Romain Francoise  <romain@orebokech.com>
2506         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2507         leaving temporary .cvsignore buffers behind.
2509 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
2511         * textmodes/org.el (org-set-regexps-and-options)
2512         (org-get-current-options): Better names for the startup folding
2513         options.
2515 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
2517         * vc.el (vc-annotate): Arrange for point to end up at the same
2518         line number as in the original, but only when using a new buffer.
2520 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
2522         * files.el (hack-one-local-variable-eval-safep):
2523         Recognize `edebug-form-spec' for `put', but only if it passes
2524         `edebug-basic-spec'.  Generalize `put' handling.
2526         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2527         vetting file-local form specs.
2529         * allout.el (allout-layout): Autoload its `safe-local-variable'
2530         property.
2532 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
2534         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2535         (org-agenda-mouse-1-follows-link)
2536         (org-mouse-1-follows-link): New options.
2537         (org-format-agenda-item): Fix bug if TAGS is nil.
2538         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2540 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
2542         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2543         GDB 6.1+ gives full filename for "info sources" so use
2544         file-name-nondirectory.
2546 2006-04-12  Romain Francoise  <romain@orebokech.com>
2548         * subr.el (read-passwd): Bind `message-log-max' to nil.
2550 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2552         * progmodes/perl-mode.el (perl-indent-new-calculate):
2553         Recompute parse-start after jumping backward by a whole sexp.
2555 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2557         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2558         window configuration.
2559         (vc-annotate-display-select): Select the buffer so that current-buffer
2560         (and selected-window) is the output buffer at the end of vc-annotate.
2562 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
2564         * vc.el (vc-annotate-color-map): Add custom TTY color map for
2565         8-color terminals, to use all of the colors in a sensible order.
2566         256-color terminals work well with the standard map.
2567         (vc-annotate-lines): Only strip the first color character if it
2568         is "#", to allow for terminal-style named colors.
2569         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2570         the correct buffer is scrolled.
2572 2006-04-11  Richard Stallman  <rms@gnu.org>
2574         * emacs-lisp/bytecomp.el (byte-compile-file):
2575         Bind enable-local-variables to :safe, and make normal-mode obey it.
2577         * files.el (enable-local-variables): Allow value :safe.
2578         (normal-mode): Doc fix.
2579         (hack-local-variables): Implement enable-local-variables = :safe.
2580         (hack-local-variables-confirm): Don't prevent quitting.
2582 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2584         * loadhist.el (unload-feature): A bit of sanity check of
2585         load-history entries.  Cancel timer-vars before unbinding them.
2587         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2588         quote special chars, and make the trick work on the hex part of the
2589         buffer as well.
2590         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2591         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2593         * startup.el (normal-splash-screen): Fix last change so we don't wait
2594         2 minutes if we don't show the splash screen.
2596 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
2598         * textmodes/org.el (org-export-plain-list-max-depth)
2599         (org-table-spaces-around-separators)
2600         (org-radio-targets, org-activate-camels)
2601         (org-table-spaces-around-invisible-separators): Options removed.
2602         (org-time-stamp-rounding-minutes, org-remember-templates)
2603         (org-ellipsis, org-activate-links, org-descriptive-links):
2604         New options.
2605         (org-remember-apply-template, org-current-time)
2606         (org-finish-edit-table-field)
2607         (org-link-unescape, org-link-escape)
2608         (org-string-width, org-table-clean-line, org-html-do-expand)
2609         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2610         (org-read-agenda-file-list): New functions.
2611         (org-table-edit-field)
2612         (org-table-create-or-convert-from-region): New commands
2613         (org-table-toggle-vline-visibility): Command removed.
2614         (org-table-convert-region): Made a command.
2615         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2616         Replace with the normal org- functions.
2617         (org-self-insert-command): Don't trigger realign unnecessarily
2618         when blanking a field that is not full.
2619         (org-mode): `Set buffer-invisibility-spec' for links.
2620         (org-activate-links2): Hide link part and only show descriptive
2621         part of the link.
2622         (org-insert-link): Modify for new linking system.
2623         (org-store-link): Store description separately, for use by
2624         `org-insert-link'.
2625         (org-table-align): Use `org-string-width'.
2626         (defgroup): Completely new group structure for custom variables.
2627         (org-agenda-files): Option: Single file name allowed.  Function:
2628         Optional argument unrestrited means ignore any restricitons.
2629         (org-install-agenda-files-menu): Find a buffer in Org-mode before
2630         trying to modify the menu.  Use generalized access to
2631         `org-agenda-files.'
2632         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2633         (org-agenda-file-to-front, org-remove-file, org-diary)
2634         (org-tags-view, org-export-icalendar-all-agenda-files)
2635         (org-export-icalendar-combine-agenda-files): Use generalized
2636         access to `org-agenda-files'.
2637         (org-remember-handler): Correctly preserve heading if present.
2638         (org-table-insert-row, org-table-insert-hline): Deal with
2639         invisible characters.
2641 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
2643         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2644         (vc-annotate-color-map): New 18 element constant
2645         value/saturation, rotating hue colormap, from red->blue.
2646         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2647         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2648         (vc-annotate): To avoid killing the required local variables,
2649         set them before the end of `with-output-to-temp-buffer', and
2650         after first switching to annotate-mode.
2651         (vc-annotate-warp-version): Add buffer argument in goto-line to
2652         ensure annotation, not source, is scrolled.
2654 2006-04-10  Bill Wohler  <wohler@newt.com>
2656         * custom.el (defcustom, custom-handle-keyword):
2657         Add :package-version keyword.
2658         (custom-add-package-version): New function.  Sets value of new
2659         property 'custom-package-version from :package-version keyword.
2660         (defcustom): Create Common Keywords section in docstring.
2661         (defface, defgroup): Replace definitions of a select few keywords
2662         with a reference to the Common Keywords in defcustom.
2663         (defcustom, defface, defgroup): Replace reference to Customization
2664         chapter in manual with hyperlink.
2666         * cus-edit.el (customize-package-emacs-version-alist):
2667         New variable.
2668         (customize-changed-options): Add check for custom-package-version.
2669         (customize-package-emacs-version): New function to look up Emacs
2670         version corresponding to the given package version.
2672         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2673         defun name, in similar fashion to find-variable-regexp.
2675 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
2677         * international/mule-cmds.el (set-locale-environment): Fix last
2678         change for when the locale's preferences don't specify any encoding.
2680 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2682         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2683         so the defined var/fun doesn't need to be quoted.
2685 2006-04-10  Richard Stallman  <rms@gnu.org>
2687         * finder.el (finder-mode-map): Add n and p bindings.
2689 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
2691         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2692         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2693         (gdb-setup-windows): Put something in source window if we can't find
2694         the source file.
2695         (gdb-frame-handler): Make it work again with just assembly.
2696         (gdb-data-list-register-values-handler): Make it work when there is
2697         no stack.
2699 2006-04-09  Richard Stallman  <rms@gnu.org>
2701         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2702         specs while looking for charset.
2704         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2706         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2707         Make them faces.
2708         (lm-font-lock-keywords): Update appropriately.
2710 2006-04-10  Kim F. Storm  <storm@cua.dk>
2712         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2713         it can also replace buffer-substring-no-properties.
2715         * emulation/cua-base.el (cua-delete-region, cua-paste)
2716         (cua-repeat-replace-region): Use filter-buffer-substring.
2718         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2719         (cua-cut-region-to-global-mark): Likewise.
2721         * emulation/cua-rect.el (cua--extract-rectangle)
2722         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2724 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2726         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2727         entry-type.  Add field delimiters to numerical fields if they are
2728         not present.
2730 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2732         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2733         string-const to return value.
2734         (bibtex-remove-delimiters): Use it.
2736 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2739         cl-byte-compile-compiler-macro unless it exists.
2741 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
2743         * files.el (hack-local-variables-confirm) <offer-save>:
2744         Clarify message text.  Suggested by Ralf Angeli.
2746 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
2748         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2749         (delete-extract-rectangle-line): Use `filter-buffer-substring'
2750         instead of `buffer-substring' and `delete-region'.  (Most of the
2751         code actually copied from `kill-region'.)
2753 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
2755         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2756         (rcirc-default-port): Rename from rcirc-port.
2757         (rcirc-default-nick): Rename from rcirc-nick.
2758         (rcirc-default-user-name): Rename from rcirc-user-name.
2759         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2760         (rcirc-low-priority-flag): New variable.
2761         (rcirc-decode-coding-system): New defcustom.
2762         (rcirc-encode-coding-system): New defcustom.
2763         (rcirc-coding-system-alist): New defcustom.
2764         (rcirc-multiline-major-mode): New defcustom.
2765         (rcirc-nick): New internal variable.
2766         (rcirc-process): Remove variable.
2767         (rcirc-server-buffer): New variable.
2768         (rcirc): Update to use rcirc-default-* variables above.
2769         (rcirc-connect): Do not add window-configuration-hook-here.
2770         (rcirc-server): New internal variable.
2771         (rcirc-connect): Do not send keepalive pings if
2772         rcirc-keepalive-seconds is nil.
2773         (with-rcirc-server-buffer): New macro.
2774         (rcirc-send-string): Encode with rcirc-encode-coding-system.
2775         (rcirc-server-name): Rename from rcirc-server.
2776         (rcirc-buffer-process): New function.
2777         (rcirc-buffer-nick): New function.
2778         (rcirc-buffer-target): Remove function.
2779         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2780         New commands.
2781         (rcirc-mode-map): Change binding of C-c C-l to
2782         rcirc-toggle-low-priority.
2783         (rcirc-mode): Initialize coding system based on
2784         rcirc-coding-system-alist.  New change-major-mode-hook to part the
2785         channel on a mode change.  Make kill-buffer-hook buffer-local.
2786         (rcirc-change-major-mode-hook): New function.
2787         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2788         (rcirc-last-post-time): New variable.
2789         (rcirc-process-message): Store the last time user posted a message
2790         to this target.
2791         (rcirc-multiline-minor-mode): New mode.
2792         (rcirc-multiline-minor-mode-map): New mode map.
2793         (rcirc-edit-multiline): Put multiline-edit buffer in
2794         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2795         (rcirc-print): Ignore any line starting with an ignored nick.
2796         (rcirc-print): Decode using rcirc-decode-coding-system.
2797         (rcirc-track-minor-mode): Update global-mode-string when disabling
2798         this mode.
2799         (minor-mode-alist): Add LowPri indicator.
2800         (rcirc-toggle-low-priority): New function.
2801         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2802         next lowpriority buffer with activity.
2803         (rcirc-record-activity): Sort buffers in rcirc-activity by the
2804         last time the user posted a message in to the target.
2805         (rcirc-update-activity-string): New formatting for low priority
2806         buffers.
2807         (rcirc-split-activity): New function.
2808         (rcirc-handler-PART, rcirc-handler-KICK)
2809         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2810         (rcirc-nick-away-alist): New variable.
2811         (rcirc-handler-301): New handler.  Away messages are printed once
2812         per change.
2814 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
2816         * info.el (Info-follow-nearest-node): Doc fix.
2818         * international/mule-cmds.el (set-locale-environment): Make sure
2819         the coding-system preferred by the locale's language has the same
2820         EOL conversion type as the original buffer-file-coding-system.
2821         (locale-language-names): Add a few MS Windows language codes.
2823 2006-04-07  Richard Stallman  <rms@gnu.org>
2825         * simple.el (eval-expression): Doc fix.
2827         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2828         (eval-defun): Doc fixes.
2830 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
2832         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2834 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
2836         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2837         GDB list command without argument for greater generality.
2839 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2841         * subr.el (string-or-null-p): New function.
2843         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2845         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2847         * files.el: Update comment about safe-local-variable declarations.
2849 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
2851         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2852         See idlwave.org.
2854         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2855         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
2857         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2858         See idlwave.org.
2860         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2861         version 6.0 (minimal changes).  See idlwave.org.
2863         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2864         6.0 (minimal changes).  See idlwave.org.
2866         * progmodes/idlw-rinfo.el: File obsoleted and removed.
2868 2006-04-06  Romain Francoise  <romain@orebokech.com>
2870         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2871         symmetric encryption features and a new asynchronous interface to
2872         GnuPG.  This new version is version 1.4, plus whitespace changes.
2874 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2876         * files.el: Move some `safe-local-variable' declarations to the
2877         respective files.
2879         * textmodes/ispell.el (ispell-check-comments)
2880         (ispell-local-dictionary): Mark as safe.
2882         * abbrev.el (abbrev-mode): Mark as safe.
2884         * add-log.el (change-log-default-name): Mark as safe.
2886         * textmodes/reftex-vars.el (reftex-vref-is-default)
2887         (reftex-fref-is-default, reftex-level-indent)
2888         (reftex-guess-label-type): Mark as safe.
2890         * textmodes/fill.el (colon-double-space): Mark as safe.
2892         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2893         (sentence-end-double-space, sentence-end-without-period)
2894         (sentence-end-without-space, sentence-end, sentence-end-base)
2895         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2897 2006-04-06  Kim F. Storm  <storm@cua.dk>
2899         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2900         the :set-after list.
2901         (ido-downcase-unc-hosts): New user option.  Default on.
2902         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2903         when it is set, as regexps are now applied on the fly.
2904         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2905         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2906         on the fly, but only when ido-process-ignore-lists is set.
2907         Do case insensitive filtering if ido-downcase-unc-hosts is set.
2908         Only downcase names if ido-downcase-unc-hosts is set.
2910 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
2912         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2914         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2916 2006-04-05  Kim F. Storm  <storm@cua.dk>
2918         * ido.el (ido-mode): Set after ido-unc-hosts and
2919         ido-ignore-unc-host-regexps.
2920         (ido-save-history): Save ido-unc-hosts-cache.
2921         (ido-load-history): Load ido-unc-hosts-cache.
2922         (ido-reread-directory): Refresh unc hosts cache in // dir.
2924         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2925         to nil while displaying slash screen.
2927 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2929         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2930         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2932 2006-04-05  Kenichi Handa  <handa@m17n.org>
2934         * international/characters.el: Setup cases of Latin, Greek, and
2935         Cyrillic characters in CJK charsets.
2937 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2939         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2940         default-enable-multibyte-characters.  This reverts the change from
2941         revision 6.17 which is no longer necessary because the passphrase
2942         is sent separately now.  GnuPG messages are unreadable under
2943         multibyte locales with default-enable-multibyte-characters set to nil.
2945 2006-04-04  Andreas Schwab  <schwab@suse.de>
2947         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2948         and `byte-compile-warnings' as `safe-local-variable'.
2950 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
2952         * man.el (Man-mode-map): Restore the \r binding.
2953         (Man-abstract-xref-man-page): If Man-target-string is a function,
2954         call it.
2955         (Man-highlight-references): Use Man-default-man-entry to get the
2956         target.  Deal with xrefs too.
2957         (Man-highlight-references0): Don't call the target function.
2959         * woman.el (WoMan-xref-man-page): Strip the section number, woman
2960         cannot deal with it.
2962 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2964         * pgg-gpg.el: Clean up process buffers every time gpg processes
2965         complete.
2967 2006-04-04  Kenichi Handa  <handa@m17n.org>
2969         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
2970         here.
2971         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
2972         Temporarily bind inhibit-field-text-motion to t.
2974 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2976         * startup.el (normal-splash-screen): Only set mode-line-format in the
2977         splash buffer, so as not to interfere when debugging the code.
2978         Ignore errors when switching buffer.
2980 2006-04-03  Romain Francoise  <romain@orebokech.com>
2982         * dired.el (dired-dnd-protocol-alist): Fix typo.
2984 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2986         * savehist.el (savehist): Add :version.
2987         (savehist-ignored-variables): New variable.
2988         (savehist-minibuffer-hook): Don't save variables listed in
2989         `savehist-ignored-variables'.
2991         * dired.el (dired-dnd-protocol-alist): Mention that change does
2992         only apply to new buffers in doc string.
2994 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
2996         * recentf.el (recentf-open-files-item): Include newline in button
2997         field, so opening a file will work, when the point is at the end
2998         of the file name.  Allow, for example, to [i]search a file by
2999         extension and just push RET to open it.
3001 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3003         * pgg-gpg.el (pgg-gpg-process-filter)
3004         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3006         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3007         lines, temporary fix.
3009 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
3011         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3013 2006-04-02  Richard Stallman  <rms@gnu.org>
3015         * progmodes/compile.el (compilation-message-face): Make it defcustom.
3017 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
3019         * ibuf-macs.el (define-ibuffer-column): Add a new key:
3020         header-mouse-map.
3022         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3023         (ibuffer-mode-header-map): New keymaps.
3024         (ibuffer-update-title-and-summary): Enable mouse face highlighting
3025         and keybindings for column headers.
3026         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3027         property.
3029 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
3031         * speedbar.el (speedbar-after-create-hook): Doc fix.
3033 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
3035         * shell.el (shell-directory-tracker)
3036         (shell-dynamic-complete-command): Doc fixes.
3038 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
3040         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3041         terminals.
3043 2006-04-01  Kim F. Storm  <storm@cua.dk>
3045         * ido.el (ido-unc-hosts-cache): New defvar.
3046         (ido-unc-hosts): If value of defcustom is a function, call it to
3047         get list of UNC hosts.  Add function-item choices to specify
3048         ido-unc-hosts-net-view or user function.
3049         (ido-ignore-unc-host-regexps): New defcustom.
3050         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3051         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3052         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3054 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3056         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3057         wwidth.
3059 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
3061         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3062         (ido-max-work-file-list, ido-switch-buffer)
3063         (ido-read-file-name-as-directory-commands):
3064         Fix typos in docstrings.
3066 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3068         * term/mac-win.el (mac-system-coding-system): Define and use after
3069         Mac-specific coding systems are ready.
3071 2006-03-27  Romain Francoise  <romain@orebokech.com>
3073         * net/rcirc.el (rcirc-connect): Add autoload cookie.
3075         * ldefs-boot.el: Update.
3077 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3079         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3080         passphrases when it is not needed.
3081         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3082         passphrase stuff from gpg, should only be necessary when you use
3083         gpg with a smartcard.
3085 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
3087         * comint.el (comint-dynamic-list-completions): Allow user to
3088         select *Completions* buffer.
3090 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
3092         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3094 2006-03-26  Andreas Schwab  <schwab@suse.de>
3096         * progmodes/gud.el (gdb): Only complain about multiple debugging
3097         when the gdb process is still running.
3099 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
3101         * mail/rmail.el (tool-bar-map): Defvar it.
3102         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3103         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3105 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3107         * help.el (print-help-return-message): Suggest to use
3108         display-buffer instead of switch-to-buffer-other-window to restore
3109         the previous window without selecting it.
3111 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3113         * frame.el (select-frame-by-name): Call x-focus-frame also when
3114         window-system is mac.
3116         * term/mac-win.el: Adjust Courier font specifications in
3117         x-fixed-font-alist.
3118         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3119         when directly encoding to UTF-16 in native byte order, no BOM.
3121 2006-03-25  Kim F. Storm  <storm@cua.dk>
3123         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3124         (cua--init-keymaps): Use it instead of fixed C-return.
3125         (cua-mode): Set after it.
3127         * emulation/cua-rect.el (cua--init-rectangles):
3128         Use cua-rectangle-mark-key instead of fixed C-return.
3130 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
3132         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3133         "run" in .gdbinit.
3134         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3136 2006-03-24  Romain Francoise  <romain@orebokech.com>
3138         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3139         `display-buffer-other-frame'.
3141 2006-03-24  Kim F. Storm  <storm@cua.dk>
3143         * apropos.el (apropos-synonyms): Add selection => region.
3145 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
3147         * progmodes/gdb-ui.el (gdb-var-create-regexp)
3148         (gdb-var-list-children-regexp, gdb-var-update-regexp)
3149         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3150         (gdb-data-list-register-values-regexp)
3151         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3152         Future proof against new fields being added to MI output.
3153         (gdb-send): Don't treat backslashes for program input as
3154         continuations.
3155         (gdb-assembler-handler): Don't use window-start for this handler.
3156         (gdb-frame-handler): Don't change to hollow arrow if overlay
3157         arrow doesn't move to new frame.
3159 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
3161         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3162         prevent compiler warnings.
3163         (gdb-stopped): Check for gud-last-last-frame (case: signal).
3164         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3165         (gdb-assembler-custom): Use hollow-right-triangle for assembler
3166         buffer too.
3168 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
3170         * pgg-gpg.el (pgg-gpg-update-agent): Check for
3171         make-network-process, so we can use the same code in Gnus v5-10
3172         too and have this file fully synchronized with that release.
3174 2006-03-23  Romain Francoise  <romain@orebokech.com>
3176         * ibuf-ext.el (ibuffer-read-filter-group-name):
3177         Use `ibuffer-generate-filter-groups' to make completion list match
3178         the filter groups that are really displayed in the Ibuffer buffer.
3179         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3181 2006-03-23  Kenichi Handa  <handa@m17n.org>
3183         * international/mule-cmds.el (sort-coding-systems): Describe that
3184         the argument is modified in docstring.
3186 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3188         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3189         (pgg-gpg-update-agent): New function.
3190         (pgg-gpg-use-agent-p): New function.
3191         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3192         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3193         (pgg-gpg-sign-region): Use it.
3195 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
3197         * cus-edit.el (custom-face-set): Call custom-push-theme before
3198         face-spec set so that `changed' theme is correctly saved.
3199         (custom-face-reset-standard): Reset to recalculated face rather
3200         than defface spec.
3202         * custom.el (custom-push-theme): Only save `changed' theme if the
3203         current face does not match the defface specs.
3205 2006-03-21  Simon Josefsson  <jas@extundo.com>
3207         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3208         <wilde@sha-bang.de>.
3209         (pgg-gpg-use-agent): New variable.
3210         (pgg-gpg-process-region): Use it.
3211         (pgg-gpg-encrypt-region): Likewise.
3212         (pgg-gpg-encrypt-symmetric-region): Likewise.
3213         (pgg-gpg-decrypt-region): Likewise.
3214         (pgg-gpg-sign-region): Likewise.
3215         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3217 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
3219         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3220         bracket links.
3222 2006-03-21  Kim F. Storm  <storm@cua.dk>
3224         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3225         fringe-indicator-alist instead of modifying global value.
3226         (gdb-frame-handler): Likewise.
3228 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
3230         * diff-mode.el (diff-function): Make it inherit from diff-header
3231         instead of diff-context.
3233         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3234         bitmap.
3235         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3236         change names in macro above for consistency.
3237         (gdb-frame-handler): Use hollow-right-triangle for all selected
3238         frames which except the innermost (where execution has stopped).
3239         (gdb-reset): Reset buffer-local values of overlay-arrow.
3241 2006-03-20  Richard Stallman  <rms@gnu.org>
3243         * simple.el (set-mark-command): Doc fix.
3245         * files.el (display-buffer-other-frame): New command.
3246         (ctl-x-4-map): Bind C-x 5 C-o to it.
3248 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3250         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3251         rather than just defer-time, in case defer-time has been changed but
3252         the timer isn't running yet.
3253         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3255 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
3257         * help-mode.el (help-follow-symbol): New function.
3258         Essentially identical to the old `help-follow', but do not let
3259         `push-button' do the work when on an xref.
3260         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3262 2006-03-19  Richard Stallman  <rms@gnu.org>
3264         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3265         preceded by the word `program'.
3266         (help-follow-mouse, help-follow): Throw error if not on xref.
3267         Delete no longer used args.
3269 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
3271         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3272         annotation ensure gud-overlay-arrow-position is redisplayed.
3274 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3276         * textmodes/bibtex.el (bibtex-include-OPTkey)
3277         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3278         (bibtex-autokey-name-case-convert)
3279         (bibtex-autokey-titleword-case-convert): Make these the aliases
3280         for the following two variables.
3281         (bibtex-autokey-name-case-convert-function)
3282         (bibtex-autokey-titleword-case-convert-function): Make these the
3283         real names.
3284         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3285         bibtex-font-lock-crossref sublists.
3286         (bibtex-mode): Revert 2005-12-30 change (which made
3287         completion-ignore-case buffer-local).
3288         (bibtex-url): Simplify.
3290 2006-03-19  Kim F. Storm  <storm@cua.dk>
3292         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3293         cursor property value to 2 (to align with C level change).
3295 2006-03-19  Bill Wohler  <wohler@newt.com>
3297         * image.el (image-load-path-for-library): Shorten first line in
3298         docstring.
3300 2006-03-18  Richard Stallman  <rms@gnu.org>
3302         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3304 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
3306         * isearch.el (isearch-other-meta-char): Handle user bindings for
3307         shifted control characters.
3309 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
3311         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3312         part that matches email addresses, file names, etc.
3314 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
3316         * term/w32-win.el (mouse-set-font):
3317         Mention w32-list-proportional-fonts in the doc string.
3319 2006-03-18  Kim F. Storm  <storm@cua.dk>
3321         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3322         (ido-unc-hosts): New user option to explicitly define list of know
3323         UNC-style hosts for completion.
3324         (ido-cache-unc-host-shares-time): New user option.
3325         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3326         New helper functions for UNC file-name support.
3327         (ido-may-cache-directory): Check for UNC host.  Simplify.
3328         (ido-wash-history): Clean out old UNC hosts.
3329         (ido-nonreadable-directory-p): UNC hosts are always readable.
3330         (ido-directory-too-big-p): UNC hosts are never too big.
3331         (ido-set-current-directory): Handle UNC root path.
3332         (ido-file-name-all-completions): Complete UNC host names from
3333         ido-unc-hosts list.  Cache UNC host shares.
3334         (ido-make-file-list-1): Don't filter UNC root.
3335         (ido-exhibit): Check for // in root directory, and switch to UNC
3336         mode by setting ido-current-directory to //.
3338 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
3340         * cus-edit.el (customize-changed-options): Mention explicit
3341         version number as default in prompt.
3343 2006-03-17  Bill Wohler  <wohler@newt.com>
3345         * image.el (image-load-path-for-library): Minor docstring fix.
3347 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
3349         * textmodes/org.el (org-read-date): Include subgroup 5 into
3350         replacement text.
3351         (org-popup-calendar-for-date-prompt): Fix customization type.
3353 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
3355         * progmodes/gdb-ui.el (gud-watch): Provide completion.
3356         (gdb-continuation): New variable.
3357         (gdb-send): Deal with continuation lines.
3359         * progmodes/gud.el (gud-gdb-complete-command)
3360         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3361         expressions.
3362         (gud-tooltip-mode): Use buffer-local value.
3364 2006-03-16  Kim F. Storm  <storm@cua.dk>
3366         * ido.el (ido-edit-input): Use selected match, if any.
3368 2006-03-16  Bill Wohler  <wohler@newt.com>
3370         * image.el (image-load-path-for-library): Prefer user's images in
3371         image-load-path.
3373 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
3375         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3376         when checking for attempt to drag leftmost or rightmost scrollbar.
3378 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
3380         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3381         (gdb-force-mode-line-update): New function.
3382         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3383         (gdb-exited): Use them.
3384         (gdb-signal): New function.
3385         (gdb-annotation-rules): Provide a rule for it.
3387 2006-03-16  Kenichi Handa  <handa@m17n.org>
3389         * international/mule.el (auto-coding-regexp-alist): Add entries
3390         for Unicode BOM.
3392         * sort.el (sort-build-lists): Temporarily bind
3393         inhibit-field-text-motion to t.
3395 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
3397         * locate.el (locate-command, locate-make-command-line)
3398         (locate-fcodes-file, locate-update-command)
3399         (locate-prompt-for-command, locate, locate-with-filter)
3400         (locate-get-file-positions): Doc fixes.
3401         (locate-buffer-name, locate-header-face): Remove leading `*' in
3402         defcustom.
3403         (locate-filter-output): Use `keep-lines' instead of its alias
3404         `delete-non-matching-lines'.
3405         (locate-get-filename, locate-get-dirname): Add introductory comment.
3406         (locate-find-directory-other-window): Give appropriate error
3407         message if used outside main listing.
3409 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3411         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3412         the new extend-region feature.
3413         (font-lock-after-change-function): Update correspondingly.
3414         * jit-lock.el (jit-lock-after-change): Update correspondingly.
3415         * progmodes/grep.el (font-lock-lines-before): Don't disable.
3417 2006-03-15  Bill Wohler  <wohler@newt.com>
3419         * image.el (image-load-path-for-library): Fix example by not
3420         recommending that one binds image-load-path.  Just defvar it to
3421         placate compiler and only use it if previously defined.
3423 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
3425         * textmodes/org.el (org-insert-centered): Use `string-width' to
3426         make underlining work for wide characters.
3427         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3428         TAB to `org-cycle', to make sure that no binding in
3429         `outline-mode-map' can supercede it.
3431 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
3433         * allout.el: Increment version to 2.2.1 in file commentary.
3435         (allout-version): Increment to 2.2.1.
3437         (allout-default-layout): New customization variable, used when the
3438         file lacks a specific allout-layout.  Uses allout-layout-type for
3439         recursively nested definition.
3441         (allout-layout-type): Widget defining allout layouts, necessary for
3442         self-recursive definition.
3444         (allout-mode): Incorporate allout-default-layout as fallback for
3445         allout-layout.
3447         (allout-layout): Mark as 'safe-local-variable', and refer mention
3448         fallback to `allout-default-layout' in absence of a specified value.
3449         (allout-passphrase-verifier-string)
3450         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3452         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3454         (allout-get-encryption-passphrase-verifier): Use correct name of
3455         passphrase verifier in docstring.
3457 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
3459         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3460         elements.
3461         (gdb-find-watch-expression): Make it work for arrays too.
3462         Follow change to gdb-var-list.
3463         (gud-watch): Allow the user to enter variable name with a prexix
3464         arg.  Create keybindings.
3465         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3466         (gdb-var-list-children-handler, gdb-var-update-handler)
3467         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3468         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3469         Follow change to gdb-var-list.
3470         (gdb-starting): Don't show the overlay arrows when program is running.
3472         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3473         gdb-var-list.
3475 2006-03-14  Bill Wohler  <wohler@newt.com>
3477         * image.el (image-load-path-for-library): Pass value of path
3478         rather than symbol.  Always return list of directories.
3479         Guarantee that image directory comes first.
3481 2006-03-14  Alan Mackenzie  <acm@muc.de>
3483         * font-core.el (font-lock-extend-region\(-function\)?.):
3484         New function/variable.
3486         * font-lock.el (font-lock-after-change-function):
3487         Call font-lock-extend-region.  Obey font-lock-lines-before.
3488         (font-lock-default-fontify-region): Remove reference to
3489         font-lock-lines-before.
3491         * jit-lock.el (jit-lock-after-change):
3492         Call font-lock-extend-region.  Obey font-lock-lines-before.
3494 2006-03-14  David Ponce  <david@dponce.com>
3496         * tree-widget.el (tree-widget-themes-load-path)
3497         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3499 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
3501         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3502         (rcirc-print): Mark the start of text at the end of the prompt.
3503         (rcirc-track-minor-mode): Add autoload cookie.
3504         (rcirc-update-activity-string): Add space to front of mode-line
3505         indicator.
3507 2006-03-13  Miles Bader  <miles@gnu.org>
3509         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3510         (rcirc-abbrev-nick): Remove function.
3511         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3513 2006-03-13  David Ponce  <david@dponce.com>
3515         * tree-widget.el: Handle themes across all occurrences of the main
3516         themes sub-directory found in tree-widget-themes-load-path.
3517         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3518         (tree-widget--locate-sub-directory): Return all occurrences.
3519         (tree-widget-themes-path): New function.
3520         Replace tree-widget-themes-directory, and return a list of directories.
3521         (tree-widget-set-parent-theme)
3522         (tree-widget-lookup-image): Use it.
3524 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
3526         * textmodes/org.el (org-link-search): Avoid self-matching of
3527         links, allow target text to be distributed over several lines.
3528         (org-search-not-link): New function.
3529         (org-set-regexps-and-options, org-get-current-options):
3530         New startup options.
3531         (org-export-as-html): Take odd-level setting from local variable.
3532         (org-fontify-emphasized-text): New option.
3533         (org-set-font-lock-defaults): Include emphasized text.
3534         (org-follow-mhe-link): Allow folder-only links, fix folder name.
3535         (org-font-lock): Customize group renamed from `org-faces'.
3537 2006-03-13  John Paul Wallington  <jpw@pobox.com>
3539         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3540         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
3542 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
3544         * cus-start.el (all): Delete :version keyword for members of the
3545         fringe group, since the entire group is new in 22.1.
3547 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
3549         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3550         map if value is hexadecimal (an address).
3551         (gud-watch): Only search roots for existing watch expressions.
3552         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3553         prevent caching problems with speedbar-update-directory-contents.
3555 2006-03-12  Juri Linkov  <juri@jurta.org>
3557         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3558         before comparing with `low' and `warn'.
3560         * info.el (Info-dir-remove-duplicates): Move point to the
3561         beginning of the current line after deleting the entries from
3562         redundant heading.  Use marker for `limit' and compare it with
3563         point before calling `re-search-forward'.
3565 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
3567         * simple.el (yank): Fix typo in docstring.
3569 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
3571         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3572         messages, where "D" is the 6th character.
3574 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
3576         * simple.el (yank): Fix last change.
3578 2006-03-11  David Ponce  <david@dponce.com>
3580         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3581         merging elements from the standard ispell-dictionary-alist.
3582         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3583         alist, and return the new alist.
3585 2006-03-11  Richard Stallman  <rms@gnu.org>
3587         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3589         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3590         the way it is implemented is too unclean.
3592         * simple.el (kill-region, yank): Doc fix.
3594         * battery.el (battery-echo-area-format): Doc fix.
3595         (battery-mode-line-format): Likewise.
3596         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3597         (battery-linux-proc-acpi): Ignore batteries that say "charged".
3599 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
3601         * progmodes/octave-mod.el (octave-indent-for-comment):
3602         Behave according to do string.
3604 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
3606         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3607         Be visible only if major mode is Mail Mode.
3609         * textmodes/flyspell.el (flyspell-external-point-words)
3610         (flyspell-process-localwords): Fix last changes.
3612 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
3614         * calendar/holidays.el (list-holidays): Doc fix.
3616         * international/mule.el (auto-coding-alist): Add .odt
3617         (OpenOffice's open document) files.
3619         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3620         document) files.  Mention in the doc string the need to sync with
3621         auto-coding-alist.
3623 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
3625         * files.el (hack-local-variables-confirm): Don't prompt for ! if
3626         enable-local-variables is set to always query, or there is no
3627         savable variable.
3629 2006-03-10  Bill Wohler  <wohler@newt.com>
3631         * image.el (image-load-path-for-library): Merge at least three
3632         functions from Gnus and MH-E into this one function that can now
3633         be shared.
3635 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
3637         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3638         gdb-remove-mouse-face and remove help-echo too.
3639         (gdb-enqueue-input): Correct conditional clause.
3641 2006-03-10  Glenn Morris  <rgm@gnu.org>
3643         * calendar/calendar.el (calendar-holidays): Doc fix.
3644         * calendar/holidays.el (list-holidays): Doc fix.
3646 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
3648         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3649         it gets called in gdb-prompt anyway.
3650         (gdb-use-separate-io-buffer): Only restore window arrangement for
3651         gdb-many-windows.
3652         (gdb-enqueue-input): Make it harder to send GDB input when program
3653         is running.
3654         (gdb-buffer-list): New variable.
3655         (gdb-remove-mouse-face): New function.
3656         (gdb-starting): Use it when GDB input won't get sent.
3658 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
3660         * help.el (view-lossage): Remove trailing whitespace before
3661         inserting "\n".
3663 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
3665         * files.el (hack-local-variables-confirm):
3666         Set coding-system-for-read to nil before writing to .emacs.
3668         * arc-mode.el (archive-extract): Check if an existing buffer name
3669         comes from a different archive.
3671         * help.el (describe-key-briefly): If KEY is a down event, read and
3672         discard the up event.
3674 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
3676         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3677         be edited and use font-lock-warning-face for any changes.
3679         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3680         (gdb-edit-value): Use it to report any errors.
3682 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
3684         * help.el (describe-key): Remove leftover test code.
3686 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
3688         * textmodes/org.el: Move defvars out of eval-when-compile.
3689         Use buffer-file-name variable.
3690         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3691         arg `file'.
3692         (org-level-faces): Remove startup dependency.
3693         (org-cycle, org-map-tree, org-scan-tags)
3694         (org-remember-handler): Don't call `outline-level' directly.
3695         (org-mhe-search-all-folders): New option.
3696         (org-mhe-get-message-folder-from-index)
3697         (org-mhe-get-message-folder): Fix indexing search.
3698         (org-format-agenda-item): Handle nil TAGS argument.
3699         (org-cleaned-string-for-export, org-activate-target-links)
3700         (org-make-target-link-regexp): Deal with empty radio target list.
3701         (org-tag): New face.
3702         (org-get-level-face): New function.
3703         (org-set-font-lock-defaults): Simplify setup for headlines.
3704         (org-complete): Pass common substring to `display-completion-list'.
3706 2006-03-06  David Ponce  <david@dponce.com>
3708         * tree-widget.el: Update Commentary header.
3709         (tree-widget-theme-name): Ignore parent themes.
3710         (tree-widget-set-parent-theme): New function.
3711         (tree-widget-set-theme): Use it.
3712         (tree-widget-set-image-properties): Move definition.  Does nothing
3713         if image properties have already been set.
3714         (tree-widget-image-properties): Move definition.  Receive an image
3715         name.  Set the :pointer property.
3716         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
3717         Don't set the :pointer image property.
3718         (tree-widget-convert-widget): New function.  Handle :dynargs
3719         compatibility here.
3720         (tree-widget): Use it to :convert-widget.  Add the :expander-p
3721         predicate to control when the :expander function is entered.
3722         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3723         (tree-widget-value-create): Handle :expander-p.  widget-apply
3724         :expander.
3725         (tree-widget-expander-p): New function.  Default value of the
3726         :expander-p property.
3728 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
3730         * help.el (describe-key): Properly handle the return value of
3731         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
3732         remaps.  Handle string and vector `follow-link' values.
3734 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3736         * complete.el (PC-expand-many-files): Try be more careful when parsing
3737         the shell's output.
3739 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3741         * outline.el (hide-sublevels): Provide better interactive default.
3743 2006-03-06  Kenichi Handa  <handa@m17n.org>
3745         * international/fontset.el (create-fontset-from-fontset-spec):
3746         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3748 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
3750         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3751         backslashes instead of one in regexp.
3752         (gud-tooltip-dereference): Add missing optional argument.
3754 2006-03-04  John Paul Wallington  <jpw@pobox.com>
3756         * wdired.el (toplevel): Require `cl' at compile-time.
3758 2006-03-04  Andreas Schwab  <schwab@suse.de>
3760         * server.el (server-process-filter): Handle errors during
3761         evaluation of the argument.
3763 2006-03-03  John Paul Wallington  <jpw@pobox.com>
3765         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3766         escape parentheses at beginning of line.
3767         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3768         (t-mouse-mode): Remove period from end of error message.
3770 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
3772         * textmodes/flyspell.el (flyspell-process-localwords):
3773         Be case-sensitive.
3775 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
3777         * cus-edit.el (custom-quote): Remove function, since it has been
3778         moved to custom.el.
3780         * font-lock.el (lisp-font-lock-keywords-2)
3781         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3782         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3783         they have no special meaning.
3785         * midnight.el (clean-buffer-list): Handle case where base-buffer of
3786         indirect buffer gets killed before indirect buffer.  Use dolist.
3788 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
3790         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3791         value instead of a literal constant (1) on more pauses.
3793 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
3795         * textmodes/flyspell.el (flyspell-external-point-words):
3796         Be case-sensitive.
3798 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
3800         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3801         with "www".
3803 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
3805         * allout.el: Restablish intermediate missing comment header to
3806         preserve outline structure.
3807         (allout-beginning-of-current-entry): Skip invisible text.
3808         (allout-open-topic): Fix opening a topic at end-of-buffer.
3809         (allout-minor-mode): Move nearer to allout-mode function.
3811 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
3813         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3815 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
3817         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3818         is nil.
3820         * progmodes/gud.el (gud-speedbar-menu-items):
3821         Use buffer-local-value and add missing :visible keyword.
3823         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3825 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
3827         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3828         must be `follow-link'.
3830         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3832         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3833         formatting: No nested anchors.
3834         (org-all-targets): Fix bug with XEmacs compatibility.
3835         (org-read-date): Add (require 'parse-time).
3836         (org-set-tags): Fix bug with extra inserted space.
3837         (org-export-html-style): Define a style class for targets.
3838         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3839         (org-hide-leading-stars): New option.
3840         (org-hide): New face.
3841         (org-set-font-lock-defaults): Allow to hide leading stars.
3842         (org-get-legal-level, org-tr-level): New functions.
3843         (org-odd-levels-only): New option.
3844         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3845         (org-demote, org-promote): Deal with double-star levels.
3846         (org-convert-to-odd-levels): New command.
3848 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
3850         * speedbar.el (speedbar-update-localized-contents): Try to
3851         preserve window-start.
3852         (speedbar-update-directory-contents): Try to preserve window-start
3853         and window-point.
3854         (speedbar-update-special-contents): Don't move back to start of window.
3856         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3857         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
3858         speedbar-timer-fn.
3859         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3860         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3861         instead of gdb-speedbar-timer-fn.
3863 2006-02-28  Jay Belanger  <belanger@truman.edu>
3865         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3866         (math-compose-expr): Use latex option when calling
3867         `math-compose-tex-matrix' for latex mode.
3869 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
3871         * speedbar.el: Re-instate comments about developing for speedbar
3872         [this is what info and gdb-ui use even if better methods exist now].
3874         * t-mouse.el: New file.
3875         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
3876         (t-mouse-lispy-buffer-posn-from-coords): Remove.
3877         (t-mouse-make-event-element): Use posn-at-x-y instead.
3878         (t-mouse-make-event): Deal with Fedora Core 3.
3879         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3880         (t-mouse-mouse-position-function): New function.  Use it instead
3881         of advising mouse-position.
3882         (t-mouse-mode): New minor mode.
3883         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
3885 2006-02-27  Glenn Morris  <rgm@gnu.org>
3887         * calendar/calendar.el (calendar-holidays): Doc fix.
3889 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
3891         * progmodes/gdb-ui.el (gdb-source-window): New variable.
3892         Re-introduce the concept of a source window.
3893         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3894         consistency with get-buffer-create.
3895         (def-gdb-auto-update-handler, gdb-info-locals-handler)
3896         (gdb-data-list-register-values-handler)
3897         (gdb-stack-list-locals-handler): Try to preserve window-start as
3898         well as window-point.
3899         (gdb-display-source-buffer): New function (old concept).
3900         (gdb-goto-breakpoint): Use it.
3902         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3903         for gdb-ui/gdb-mi (old concept).
3905 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
3907         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3908         binding.
3910         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3912         * textmodes/reftex-sel.el (reftex-select-label-map)
3913         (reftex-select-bib-map): Add `follow-mouse' binding.
3915 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
3917         * jka-cmpr-hook.el (jka-compr-compression-info-list)
3918         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3919         Give :set functions to provide automatic updating.
3920         Update docstring.  Give compiler defvars early in the file
3921         and move the defcustoms to a later spot where all called functions
3922         are defined.
3923         (jka-compr-file-name-handler-entry): Doc fix.
3924         (jka-compr-compression-info-list--internal)
3925         (jka-compr-mode-alist-additions--internal)
3926         (jka-compr-load-suffixes--internal): New variables.
3927         (jka-compr-install): Set the three above variables.
3928         Update `load-file-rep-suffixes' instead of `load-suffixes'.
3929         (jka-compr-update, jka-compr-set): New functions.
3930         (auto-compression-mode): Doc fix.
3932         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3933         Update `load-file-rep-suffixes' instead of `load-suffixes'.
3934         Use jka-compr-compression-info-list--internal,
3935         jka-compr-mode-alist-additions--internal and
3936         jka-compr-load-suffixes--internal.
3938         * files.el (load-library):
3939         * loadhist.el (file-loadhist-lookup):
3940         * startup.el (command-line):
3941         * subr.el (locate-library):
3942         * emacs-lisp/autoload.el (update-directory-autoloads):
3943         * emacs-lisp/find-func.el (find-library-suffixes):
3944         Use `get-load-suffixes' instead of `load-suffixes'.
3946         * subr.el (locate-library):
3947         * emacs-lisp/find-func.el (find-library-name):
3948         Use `load-file-rep-suffixes' instead of '("").
3950 2006-02-26  Kim F. Storm  <storm@cua.dk>
3952         * ido.el (ido-save-history, ido-load-history): Simplify.
3953         Don't use find-file-noselect to avoid interference from other modes.
3955 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
3957         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3958         to use the default shell if filename is not available.
3959         Reported by Giorgos Keramidas.
3961 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
3963         * progmodes/etags.el (tags-completion-table): Do completion from
3964         all the tables in the current list, as documented in the manual.
3966 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3968         * CC Mode Update to 5.31.3.
3970 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3972         * progmodes/cc-mode.el (c-postprocess-file-styles):
3973         Bind inhibit-read-only to t, around the call to
3974         c-remove-any-local-eval-or-mode-variables, so that it works on a
3975         RO file.
3977 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3979         * progmodes/cc-awk.el: Correct a typo.
3981 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3983         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
3984         c-hungry-delete-backwards, at the request of RMS.  Leave the old
3985         name as an alias.
3987 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3989         * progmodes/cc-mode.el: Correct a typo.
3991 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3993         * progmodes/cc-defs.el: Update the version number to 5.31.3.
3995 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
3997         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
3998         brace-else-brace (error due to mbeg, mend being undefined).
4000 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4002         * progmodes/cc-mode.el: File Local variables: Solve the problem
4003         where both `mode' and c-file-offsets are specified: `mode' will
4004         overwrite c-f-o's settings:
4005         (c-remove-any-local-eval-or-mode-variables): New function.
4006         (c-postprocess-file-styles): Call the above new function, within
4007         c-tentative-buffer-change, to splat `mode' and `eval' before the
4008         second hack-local-variables.
4010 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4012         * progmodes/cc-mode.el:
4013         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4014         (c-after-change): Protect the match data with save-match-data.
4015         It was getting corrupted by c-after-change-check-<>-operators.
4017         * cc-defs.el: [Supersedes patch V1.38]:
4018         (top level): Check for a buggy font-lock-compile-keywords ONLY in
4019         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
4021         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4022         with save-match-data.  It was being corrupted when Font Lock was
4023         not enabled.
4025 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4027         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4028         Mode and Subword Mode.
4030         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4031         real labels ("case 1:" or "foo:") from non-labels ("public:").
4032         (c-forward-objc-directive): Replace c-forward-token-2 with crude
4033         coding; c-f-t-2 doesn't move over a token at EOB.
4035         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4037         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4038         (c-update-modeline): Concatenate the minor mode indicators
4039         directly onto mode-name, removing c-submode-indicators.
4040         Sometimes, c-s-i got separated from the mode name on the mode line.
4042         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4043         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4045 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4047         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4048         error message when there's an evaluation error to show whether
4049         it's loaded from source or not.
4050         (c-filter-ops): Make it available at runtime too to work when
4051         `c-make-init-lang-vars-fun' needs to evaluate from source.
4053 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
4055         * help.el (help): Revert last part of 2006-02-23 change (deletion
4056         of the `provide' call).
4058 2006-02-23  Juri Linkov  <juri@jurta.org>
4060         * compare-w.el (compare-windows-highlight): Add new value
4061         `persistent' and change :type from `boolean' to `choice'.
4062         (compare-windows-overlays1, compare-windows-overlays2):
4063         New internal variables.
4064         (compare-windows-highlight): If compare-windows-highlight is
4065         `persistent', add current overlays to compare-windows-overlays[12]
4066         instead of adding compare-windows-dehighlight to pre-command-hook.
4067         (compare-windows-dehighlight): Delete all overlays from
4068         compare-windows-overlays[12].
4070         * info.el (Info-search): Don't bind search-spaces-regexp to
4071         Info-search-whitespace-regexp in non-regexp isearch mode.
4073 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4075         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4077 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
4079         * textmodes/org.el (org-xemacs-p)
4080         (org-export-html-show-new-buffer, org-table-may-need-update)
4081         (org-insert-item, org-mhe-get-message-real-folder)
4082         (org-mhe-get-message-folder-from-index)
4083         (org-mhe-get-message-folder, org-mhe-get-message-num)
4084         (org-mhe-get-header, org-make-org-heading-search-string)
4085         (org-make-org-heading-camel, org-table-sort-lines)
4086         (org-format-org-table-html, org-format-table-table-html):
4087         Fix typos in docstrings.
4089 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
4091         * textmodes/org.el (org-cleaned-string-for-export)
4092         (org-solidify-link-text): New function.
4093         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4094         XEmacs, just to silence the compiler.
4095         (org-export-as-ascii, org-export-as-html-and-open):
4096         Use `org-cleaned-string-for-export' and create internal links.
4097         (org-follow-mhe-link): Require mh-e, use folder.
4099 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
4101         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4103         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4104         gdb-debug-log-length.
4105         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
4106         it a real ring but...
4107         (gud-gdba-marker-filter): ...make it work like mark-ring.
4108         (gdb-enable-debug): Rename from gdb-enable-debug-log.
4109         (gdb-mouse-jump): New function.  Add bindings.
4111 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
4113         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4114         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4115         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4116         (gdb-debug-log-length): Customize it's length.
4117         (gud-watch, gdb-var-create-handler): Display function::var format
4118         but don't use to create variable object.
4119         (gdb-var-create-handler): Use message-box in place of message.
4120         (gdb-stopped): Call gdb-exited if signalled.
4122 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
4124         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4126         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4128         * textmodes/reftex.el (reftex-locate-file): Search all extensions
4129         if `reftex-try-all-extensions' is set.
4131         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4132         fail silently when there is no valid argument at point.
4133         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4134         `fail-silently' argument.  From a patch by David Reiter.
4136         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4137         New commands.
4138         (org-mark-ring): New variable.
4139         (org-mark-ring-length): New option.
4140         (org-open-at-point, org-goto, org-open-file): Push old position
4141         onto the mark ring.
4142         (org-add-hook): New function.
4143         (org-export-table-remove-special-lines): New option.
4144         (org-skip-comments, org-format-org-table-html): Respect new
4145         option `org-export-table-remove-special-lines'.
4146         (org-open-file): Allow special command configuration for
4147         directory link.
4148         (org-file-apps): Fix bugs in customize type, added setting
4149         for directories.
4150         (org-activate-tags, org-format-agenda-item, org-complete)
4151         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4152         (org-get-tags, org-get-buffer-tags, org-open-at-point)
4153         (org-link-search, org-make-org-heading-search-string)
4154         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4155         (org-radio-targets, org-file-link-context-use-camel-case)
4156         (org-activate-camels): New options.
4157         (org-update-radio-target-regexp, org-all-targets)
4158         (org-make-target-link-regexp, org-activate-target-links):
4159         New functions.
4160         (org-make-org-heading-search-string): New function.
4161         (org-store-link, org-insert-link): Use new option
4162         `org-file-link-context-use-camel-case'.
4163         (org-activate-camels): Use new option `org-activate-camels'.
4164         (org-link-regexp): Add mhe prefix.
4165         (org-open-at-point, org-store-link): Support for mhe links.
4166         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4167         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4168         (org-mhe-get-header, org-follow-mhe-link): New functions.
4169         (org-remove-angle-brackets, org-add-angle-brackets):
4170         New functions.
4171         (org-bracket-link-regexp): New constant.
4172         (org-read-date): Fix bug that was rejecting all typed dates.
4173         (org-link-search): Make hierarchy above visible after a match.
4174         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4175         (org-store-link): Fix bug with link creation when cursor is in
4176         an empty line.
4177         (org-open-at-point): Fix bug with matching a link.
4178         Fixed buggy argument sequence in call to `org-view-tags'.
4179         (org-compile-prefix-format): Set `org-prefix-has-tag'.
4180         (org-prefix-has-tag): New variable.
4181         (org-format-agenda-item): Remove tags from headline
4182         if appropriate.
4183         (org-agenda-remove-tags-when-in-prefix): New option.
4185 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
4187         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4188         Fix the regular expressions.
4190 2006-02-21  Richard M. Stallman  <rms@gnu.org>
4192         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4193         if there's no other specific basis.
4195         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4196         as variables at all.
4197         (unsafep-variable): Rename arg; doc fix.
4199         * abbrevlist.el (list-one-abbrev-table): Add autoload.
4201         * calendar/appt.el (diary-selective-display): Add defvar.
4203         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4205         * isearch.el (search-whitespace-regexp): Fix custom type.
4207         * help.el (describe-key-briefly): Compute interactive args
4208         in same was as before previous change.
4210         * files.el (enable-local-variables): Doc fix.
4212 2006-02-21  Kim F. Storm  <storm@cua.dk>
4214         * fringe.el: Cleanup as file is now pre-loaded.
4215         (fringe-bitmaps): Initialize unconditionally.
4216         (fringe-mode, set-fringe-style): Remove autoload cookies.
4218 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4220         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4221         `horizontal-bar'.
4222         (fringe-cursor-alist): Use `horizontal-bar'.
4224 2006-02-20  Kim F. Storm  <storm@cua.dk>
4226         * fringe.el (fringe-bitmaps): Update to new bitmap names.
4227         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4229         * loadup.el: Load "fringe" on window systems.
4231 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
4233         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4234         out of scope components.
4236         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4237         default.
4239 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
4241         * custom.el (customize-mark-to-save, customize-mark-as-set):
4242         Load the symbol first.
4244 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
4246         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4247         strech spec so it doesn't display as "^J" on the header line
4248         when `Buffer-menu-use-header-line' is t.
4250 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
4252         * speedbar.el (speedbar-make-button): Keep text properties
4253         of string arguments if desired.
4255         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4256         expessions.
4258         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4259         of speedbar.
4261 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
4263         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4264         to value of `read-file-name-completion-ignore-case'.
4266 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
4268         * custom.el (customize-mark-as-set): Push to `user' theme.
4270         * cus-edit.el (custom-save-variables): Allow unthemed values.
4271         (customize-set-variable): Push setting to `user' theme.
4273 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
4275         * progmodes/gud.el: Don't require font-lock as it's now
4276         automatically loaded.
4277         (gud-speedbar-buttons): Replace gdb-var-changed with
4278         gdb-force-update.
4280         * progmodes/gdb-ui.el (gdb-force-update): Rename from
4281         gdb-var-changed.
4282         (gdb-post-prompt): Use it.
4283         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4284         (gdb-var-update-handler, gdb-var-delete)
4285         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4286         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4287         gdb-force-update in gdb-post-prompt.
4288         (gdb-reset): Clear watch expressions from speedbar when quitting.
4290 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4292         * viper-cmd.el (viper-insert-state-post-command-sentinel)
4293         (viper-change-state-to-vi, viper-change-state-to-emacs):
4294         Make aware of cursor coloring in the Emacs state.
4295         (viper-special-read-and-insert-char): Use read-char-exclusive.
4296         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4298         * viper-init.el (viper-emacs-state-cursor-color): New variable.
4300         * viper-util.el (viper-save-cursor-color)
4301         (viper-get-saved-cursor-color-in-replace-mode)
4302         (viper-get-saved-cursor-color-in-insert-mode)
4303         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4304         state.
4305         (viper-get-saved-cursor-color-in-emacs-mode): New function.
4307         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4308         (ediff-ignore-case-option3, ediff-actual-diff-options)
4309         (ediff-actual-diff3-options): New variables to control case sensitivity.
4310         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4311         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4312         (ediff-toggle-ignore-case): New function.
4313         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4315         * ediff-help.el (ediff-long-help-message-narrow2)
4316         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4317         (ediff-long-help-message-word-mode): Add ignore-case command.
4318         (ediff-help-for-quick-help): Add ignore-case command.
4320         * ediff-merg.el: Move provide to the end.
4322         * ediff-ptch.el: Move provide to the end.
4324         * ediff-wind.el: Move provide to the end.
4326         * ediff-mult.el: Move provide to the end.
4327         (ediff-set-meta-overlay): Enable follow-link.
4329         * ediff.el: Move provide to the end.
4330         Break recursive load cycle in eval-when-compile.
4331         (ediff-patch-buffer): Better heuristics.
4333         * ediff-util.el: Move provide to the end.
4334         Break recursive load cycle in eval-when-compile.
4335         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
4336         defuns.
4337         (ediff-submit-report): Pass the values of ediff-diff3-program,
4338         ediff-diff3-options.
4340 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
4342         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4343         the opening bracket of the following bracketing pairs: {}, [], (), <>,
4344         `' (for example, in the docstring of `windmove-default-keybindings').
4346 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
4348         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4349         shadow face.  Don't provide binding to edit variable when it is
4350         out of scope.
4352         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4353         (gdb-var-update-handler): Detect out of scope variables with pre
4354         GDB 6.4 too.
4355         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4356         Reset status of variable objects to nil in update handlers.
4357         (gdb-var-update-handler-1): Detect when a variable object comes
4358         in scope.  setcar on var changes gdb-var-list directly.
4360 2006-02-17  Juri Linkov  <juri@jurta.org>
4362         * ffap.el (ffap) <defface>: Add explicit face declaration.
4363         (ffap-highlight): Use face `ffap' directly instead of checking
4364         for its existence.
4366         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4367         `visible-ok' of `other-buffer' to find the right original buffer.
4369         * info.el (Info-search): Skip `Local Variables' node.
4371 2006-02-17  Juri Linkov  <juri@jurta.org>
4373         * info.el (Info-find-file): Check for symbols `apropos', `history',
4374         `toc' in the input filename, and return these symbols as is.
4375         (Info-find-node-2): Set Info-current-file to symbols `apropos',
4376         `history', `toc' instead of strings.
4377         (Info-set-mode-line): For non-string Info-current-file use the
4378         symbol's name inside **.
4379         (Info-isearch-push-state): Add quote before Info-current-file and
4380         Info-current-node.
4381         (Info-isearch-pop-state): Use `equal' instead of `string='.
4382         (Info-extract-pointer, Info-following-node-name): Use
4383         `match-string-no-properties' instead of `match-string'.
4384         (Info-up): Check `old-file' for `stringp'.
4385         (Info-history): Use `equal' instead of `string-equal'.
4386         Check `file' for `stringp'.
4387         (Info-history): Use symbol `history' instead of string as first arg
4388         of `Info-find-node'.
4389         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
4390         `toc' instead of string.
4391         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4392         instead of `buffer-substring', and `match-string-no-properties'
4393         instead of `match-string'.
4394         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4395         instead of strings.
4396         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4397         Use symbol `apropos' instead of string.
4398         (Info-copy-current-node-name): Check `Info-current-file' for
4399         `stringp' and construct a command with `Info-find-node' from it.
4400         (Info-fontify-node): Use `match-string-no-properties' instead of
4401         `match-string' and check file names for `stringp'.
4402         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4403         `history', `toc' instead of strings.
4405 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
4407         * files.el: Rearrange functions and variables in the file local
4408         variables section.
4410 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
4412         * files.el: Add truncate-lines, ispell-check-comments and
4413         ispell-local-dictionary as safe local variables.
4415 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
4417         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4418         out of scope variables.
4419         (gud-speedbar-buttons): Use unless.
4421         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4422         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4423         (gdb-show-changed-values): Also use for out of scope variables.
4424         (gdb-var-update-handler-1): Note if variable goes out of scope.
4426 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
4428         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4429         default to global variable values for unsupplied args.
4430         (rcirc-get-buffer-create): Fix bug with setting the target.
4431         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4432         test for rcirc-always-use-server-buffer-flag here.
4433         (rcirc-response-formats): Add %N, which is a facified nick.  %n
4434         uses the default face.  Change the ACTION format string.  If the
4435         "nick" is the server, don't print anything for that field.
4436         Comment fixes.
4437         (rcirc-target-buffer): Don't test
4438         rcirc-always-use-server-buffer-flag here.
4439         (rcirc-print): Squeeze extra spaces out of the text before message.
4440         (rcirc-put-nick-channel): Strip potential "@" char from nick
4441         before adding them to nick table.
4442         (rcirc-url-regexp): Improve to match address like "foo.com".
4444 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
4446         * allout.el (allout-hidden-p): Move this defsubst before
4447         allout-overlay-interior-modification-handler, where it is first
4448         used.
4450 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
4452         * allout.el: Use allout invisible-text overlays instead of
4453         selective display for concealed text.  Also, lots of general
4454         cleanup, and improved compatibility code.
4456         (allout-version) Incremented, corrected, revised, and refined
4457         module commentary.
4459         (provide 'allout): Moved to the bottom, added a require of overlay.
4461         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4462         `except-current'.
4463         (allout-write-file-hook-handler): Minimize delay.
4464         (count-trailing-whitespace-region): New function so
4465         auto-encryption of current topic can resituate cursor exactly.
4466         PGP/GPG encryption trims trailing whitespace from lines, which
4467         must be accounted for across encryption then decryption.
4469         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4470         just plain "\C-c", to avoid intruding on user's keybinding space.
4472         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4473         parameter, so user request to provide a new password is done.
4475         (allout-outside-normal-auto-fill-function, allout-auto-fill):
4476         Refined mechanism for auto-filling behavior while in allout mode.
4478         (allout-mode): Explicitly specify the mode map in the docstring.
4479         Clarify provision for various write-file hook var names.
4480         Adjusted for invisible-text overlays instead of selective-display.
4482         (allout-depth): Really return 0 if not within any topic.  This
4483         rectifies `allout-beginning-of-level' and sequence numbering
4484         errors that occur when cutting and pasting numbered topics.
4485         Changed from a in-line subst to a regular function, as well.
4487         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4489         (allout-end-of-subtree, allout-end-of-subtree)
4490         (allout-end-of-entry, allout-end-of-current-heading)
4491         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4492         (allout-show-children, allout-show-to-offshoot)
4493         (allout-hide-current-entry, allout-show-current-entry): Rectified
4494         handling of trailing blank lines between items.
4496         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4497         (allout-current-depth, allout-unprotected, allout-hidden-p)
4498         (allout-on-current-heading-p, allout-listify-exposed)
4499         (allout-chart-subtree, allout-goto-prefix)
4500         (allout-back-to-current-heading, allout-get-body-text)
4501         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4502         (allout-hide-region-body, allout-toggle-subtree-encryption)
4503         (allout-encrypt-string, allout-encrypted-key-info)
4504         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4505         (allout-file-vars-section-data): Adjusted for use with
4506         invisible-text overlays instead of selective-display.
4508         (allout-kill-line, allout-kill-topic, allout-yank-processing):
4509         Reworked for use with invisible text overlays.
4511         (allout-current-topic-collapsed-p): New function.
4513         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4514         to know when to close the containing topic.
4516         (allout-pre-command-business, allout-post-command-business):
4517         Simplify undo-batching and dynamic isearch exposure.
4519         (allout-set-overlay-category): New for invisible-text overlays.
4520         Sets properties of allout-overlay-category, used by
4521         allout-flag-region to set invisible-text overlay properties.
4522         (allout-get-invisibility-overlay): Get the first qualifying
4523         invisibility overlay, so we can find the extent of it.
4524         (allout-back-to-visible-text): Get to just before the beginnining
4525         of the current invisibility overlay, if any.
4527         (allout-overlay-insert-in-front-handler)
4528         (allout-overlay-interior-modification-handler)
4529         (allout-before-change-handler, allout-isearch-end-handler): New
4530         functions to handle extraordinary actions affecting concealed
4531         text.
4533         (allout-flag-region): Use overlays instead of selective-display
4534         for invisible text - by inheritence from the properties of
4535         allout-overlay-category in mainline Emacs, and applied
4536         property-by-property in XEmacs, some recent versions of which
4537         don't inherit the properties from the category.  Provisions to
4538         respond to concealed-text edits simplified drastically.
4540         (allout-isearch-rectification, allout-isearch-was-font-lock)
4541         (allout-isearch-expose, allout-enwrap-isearch)
4542         (allout-isearch-abort, allout-pre-was-isearching)
4543         (allout-isearch-prior-pos, allout-isearch-did-quit)
4544         (allout-isearch-dynamic-expose)
4545         (allout-hide-current-entry-completely): Functions deleted.
4547         (allout-undo-aggregation): Explicit undo aggregation no longer
4548         necessary due to transition away from selective-display.
4550         (set-allout-regexp, allout-up-current-level)
4551         (allout-next-visible-heading, allout-forward-current-level)
4552         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4553         (allout-kill-line, allout-yank-processing, allout-show-children)
4554         (allout-expose-topic, allout-old-expose-topic)
4555         (allout-listify-exposed, allout-insert-latex-header)
4556         (allout-toggle-subtree-encryption, allout-encrypt-string)
4557         (remove-from-invisibility-spec, allout-hide-current-subtree):
4558         Ditched unused variables.
4560 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
4562         * textmodes/ispell.el (ispell-change-dictionary): Call
4563         ispell-buffer-local-dict instead of
4564         ispell-accept-buffer-local-defs.
4565         (ispell-local-dictionary-alist): Accept as valid any coding-system
4566         supported by Emacs.
4567         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4568         changed to iso-8859-3.
4570 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
4572         * speedbar.el (speedbar-frame-width): Make an inline function
4573         instead of a macro.  Use frame-width.
4574         (speedbar-try-completion, speedbar-update-contents)
4575         (speedbar-timer-fn): Use consp.
4576         (speedbar-update-localized-contents): Try to preserve point.
4578         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4579         (menu): Re-order menu items.
4580         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4581         field.
4582         (gdb-var-update-handler-1): Use it for GDB 6.4+.
4583         (gdb-post-prompt): Speed things by not forcing update.
4585 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
4587         * wid-edit.el (widget-button-click): For mouse-1, cancel button
4588         press and perform default action if we get a mouse movement event.
4590 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4592         * calendar/icalendar.el (icalendar--get-event-property)
4593         (icalendar--get-event-property-attributes): Fix typos in
4594         docstrings.
4596         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4597         docstring.
4599 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
4601         * bs.el (bs-mode): Use `buffer-disable-undo'.
4602         (bs--get-file-name): Simplify.
4603         (bs-show-in-buffer): Mark the buffer as not modified.
4605 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4607         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4608         widget-button-click.
4610         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4611         (custom-mode): Update docstring.
4613         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4614         binding.
4616         * files.el (hack-local-variables-confirm): Allow scrolling if the
4617         file variable list is too long.  Kill temp buffer after use.
4619 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
4621         * progmodes/gud.el (gdb): Improve doc string.
4622         (gdb-script-font-lock-keywords): Expand allowed character set.
4624         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4625         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4626         (gdb-separate-io-interrupt, gdb-separate-io-quit)
4627         (gdb-separate-io-stop, gdb-separate-io-eof):
4628         Rename from gdb-inferior-* to gdb-separate-*.
4629         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4631 2006-02-14  Jay Belanger  <belanger@truman.edu>
4633         * calc/calc-arith.el (math-check-known-scalarp): Make sure
4634         expression is a symbol before checking that it is bound.
4636         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4637         test to see if equation can be solved.
4639 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4641         * wid-edit.el (widget-button-click): Use :pressed-face property
4642         for overlay face, if it exists.
4644         * cus-edit.el (custom-manual, custom-add-see-also)
4645         (custom-add-parent-links, custom-group-link): Add :pressed-face
4646         property to links.
4648         * files.el (hack-local-variables): Remove ignored variables before
4649         checking if any variables need setting.
4651 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4653         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4655 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
4657         * help.el (where-is): Fix message for remapped commands.
4659         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4660         Fix typos in docstrings.
4662 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
4664         * files.el (safe-local-variable-values): New option.
4665         (hack-local-variables-prop-line): Return a list of variable-value
4666         pairs if MODE-ONLY is non-nil.
4667         (hack-local-variables): Construct list of variable-value pairs,
4668         and apply or reject them in one go.  Ask for confirmation if
4669         variables are not known safe.
4670         (hack-local-variables-confirm): Complete rewrite.  Support
4671         `safe-local-variable-values'.
4672         (enable-local-variables): Update docstring to reflect new
4673         behavior.
4674         (ignored-local-variables): Ignore ignored-local-variables and
4675         safe-local-variable-values.
4676         (safe-local-variable-p): New function.
4677         (risky-local-variable-p): `safe-local-variable' property check
4678         moved to safe-local-variable-p.
4679         (hack-one-local-variable): Checks moved to hack-local-variables.
4681         (byte-compile-dynamic, c-basic-offset, c-file-style)
4682         (c-indent-level, comment-column, fill-column, fill-prefix)
4683         (indent-tabs-mode, kept-new-versions, no-byte-compile)
4684         (no-update-autoloads, outline-regexp, page-delimiter)
4685         (paragraph-start, paragraph-separate, sentence-end)
4686         (sentence-end-double-space tab-width, version-control):
4687         Add `safe-local-variable' property.
4689         * find-lisp.el: Delete nonexistent `autocompile' file variable.
4691         * icomplete.el, play/landmark.el: Change nonexistent
4692         `outline-layout' file variable to `allout-layout'.
4694 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
4696         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4697         (gdb-get-changed-registers): Test value of gud-minor-mode relative
4698         to gud-comint-buffer.
4699         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4700         gdb-ui.el for gdb-mi.el.
4701         (gdb-post-prompt, gdb-get-changed-registers): Move test for
4702         registers buffer to gdb-get-changed-registers.
4703         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
4704         deletion of catchpoints (throw and catch).
4705         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4706         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4707         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4708         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4709         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4711 2006-02-13  Jay Belanger  <belanger@truman.edu>
4713         * calc/calc-arith.el (math-check-known-matrixp): Make sure
4714         expression is a symbol before checking that it is bound.
4716 2006-02-13  Richard M. Stallman  <rms@gnu.org>
4718         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4719         for the minibuffer too, but not if resize-mini-windows will interfere.
4721         * help.el (describe-key-briefly, describe-key): Do all arg-reading
4722         inside `interactive' spec.
4723         (describe-key-briefly-internal, describe-key-internal):
4724         Functions merged back into their callers.
4726 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
4728         * info.el (info-xref-visited): Inherit from info-xref too.
4729         (Info-set-mode-line): Replace occurrences of `%' by `%%'
4730         when propertizing Info-current-file and Info-current-node.
4732 2006-02-13  Juri Linkov  <juri@jurta.org>
4734         * tumme.el (tumme-thumbnail-storage): Fix docstring.
4735         (tumme-thumb-name): Fix per-directory format.
4737 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
4739         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4741 2006-02-12  Miles Bader  <miles@gnu.org>
4743         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4745 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
4747         * tumme.el: Remove history section.  If someone needs the it, it
4748         can always be found in CVS.
4750 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
4752         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
4753         about the Thumbnail Managing Standard option.
4755 2006-02-12  Richard M. Stallman  <rms@gnu.org>
4757         * subr.el (substitute-key-definition): Doc fix.
4759         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4761         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4763         * info.el (Info-mode): Doc fix.
4765         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4767 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
4769         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4770         because on Solaris a POSIX compatible "id" is needed.  Reported by
4771         Magnus Henoch <mange@freemail.hu>.
4773 2006-02-12  Juri Linkov  <juri@jurta.org>
4775         * tumme.el: Remove todo item about Thumbnail Managing Standard.
4776         (tumme) <defgroup>: Change :group to `multimedia'.
4777         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4778         Managing Standard.
4779         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4780         Fix dostring.
4781         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4782         and %y.  Fix docstring.
4783         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4784         (tumme-cmd-create-standard-thumbnail-command): New user options.
4785         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4786         is `standard'.  Fix docstring.
4787         (tumme-thumb-width, tumme-thumb-height): New user options.
4788         (tumme-external-viewer): Try to find various viewers.
4789         (tumme-get-thumbnail-image): Use `create-image' instead of
4790         constructing the `image' structure.
4791         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4792         `standard'.
4793         (tumme-thumb-name): Add file name generation for standard storage.
4794         Simplify code for other storages.
4795         (tumme-thumb-name): Use width %w and height %h instead of size %s.
4796         Add modification time %m and thumbnail-nq8 %q.
4797         Use `tumme-cmd-create-standard-thumbnail-command' if
4798         tumme-thumbnail-storage is `standard'.
4799         (tumme-dired-insert-marked-thumbs): New autoload command.
4800         (tumme-dired-after-readin-hook): New function.
4801         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4802         `tumme-thumb-size'.
4803         (tumme-display-image): Replace size-x %x and size-y %y with
4804         width %w and height %h.
4806         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4807         `tumme-dired-insert-marked-thumbs'.
4809 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
4811         * tumme.el (tumme-write-tag): Fix small bug (file name did not
4812         include path).
4813         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4814         matching tag.
4816 2006-02-12  Miles Bader  <miles@gnu.org>
4818         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4819         New variables.
4820         (rcirc-abbrev-nick): New function.
4821         (rcirc-format-response-string): Rewrite to use the formats in
4822         `rcirc-response-formats' and expand escape sequences therein.
4823         A text-property `rcirc-text' is added over the actual response
4824         text to make easy to find inside the returned string.
4825         (rcirc-print): When filling, just look for the `rcirc-text'
4826         text-property to find the appropriate fill prefix, instead of
4827         using hardwired patterns.
4829 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
4831         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
4832         Managing Standard.
4834 2006-02-11  Kim F. Storm  <storm@cua.dk>
4836         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4837         Don't use insert-buffer; do insert-buffer-substring directly.
4838         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
4840 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
4842         * files.el (revert-buffer, recover-file): Replace buffer-read-only
4843         with inhibit-read-only.  Suggested by Stefan Monnier.
4844         (revert-buffer): Let insert-file-contents discard
4845         buffer-undo-list.  Simplify code.
4846         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4848 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
4850         * menu-bar.el (menu-bar-select-yank): Add a doc string.
4852         * help.el (describe-key-briefly): Now a wrapper for
4853         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
4854         to t.  Populate yank-menu if empty.
4855         (describe-key-briefly-internal): Renamed from describe-key-briefly.
4856         (describe-key): Now a wrapper for describe-key-internal.  Bind
4857         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
4858         (describe-key-internal): Renamed from describe-key.
4860 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
4862         * progmodes/glasses.el (glasses-separator): Doc fix.
4863         (glasses-original-separator): New defcustom.
4864         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4866 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
4868         * mwheel.el (mouse-wheel-up-event): Doc fix.
4870 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
4872         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4873         (tumme-dir): New function.  Copied from thumbs.el.
4875 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
4877         * desktop.el (desktop-outvar): Fix typo.
4878         (desktop-save-buffer-p): Doc fix.
4880         * subr.el (substitute-key-definition): Fix typo.
4882 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4884         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4885         when window-system is mac.
4887         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4889 2006-02-10  Kim F. Storm  <storm@cua.dk>
4891         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4892         indirect-function instead of using condition-case.
4894 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
4896         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4897         less `colloquial'...
4899 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
4901         * tumme.el: Add a couple of todo items.
4903 2006-02-09  Lars Hansen  <larsh@soem.dk>
4905         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4906         (highlight-changes-mode): Don't change desktop-locals-to-save.
4908 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
4910         * image-mode.el (image-toggle-display): Clear image cache if using
4911         filename.
4913 2006-02-09  Masatake YAMATO  <jet@gyve.org>
4915         * dired-x.el (dired-guess-shell-alist-default): Add .man as
4916         a `dired-man' target.
4918         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4919         boundary of symbols.
4921 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
4923         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4925 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
4927         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4928         `mapcar'; return nil.
4930 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
4932         * mouse.el (mouse-drag-track): Don't change window if we rebind to
4933         some other event.
4935 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
4937         * net/rcirc.el (rcirc-startup-channels-alist):
4938         Add irc.freenode.net and #emacs as defaults.
4939         (rcirc-ignore-all-activity-flag): Remove variable.
4940         (rcirc-authinfo): New variable.
4941         (rcirc-authinfo-filename): Remove variable.
4942         (rcirc-always-use-server-buffer-flag): New flag.
4943         (rcirc): M-x rcirc will automatically connect without prompting.
4944         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
4945         connection in lisp.
4946         (rcirc-process-server-response-1): Remove everything but the nick
4947         portion of the sender so it doesn't need to be done everywhere
4948         else.  Update related code.
4949         (global-map): Remove global keybindings.
4950         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4951         (rcirc-send-input): Split into several functions.
4952         (rcirc-process-input-line, rcirc-process-message)
4953         (rcirc-process-command): New functions.
4954         (rcirc-target-buffer): New function to determine where to route
4955         messages.
4956         (rcirc-user-nick): Save match data.
4957         (rcirc-toggle-ignore-buffer-activity)
4958         (rcirc-update-activity-string): Remove global ignore functionality,
4959         which can be done now by toggling rcirc-track-minor-mode.
4960         (rcirc-track-minor-mode-map): New keymap.
4961         (rcirc-track-minor-mode): New minor-mode.
4962         (ignore): Make the ignore output nicer.  Always print it when
4963         adding or removing nicks.
4964         (rcirc-url-regexp): Improve.
4965         (rcirc-mangle-text): Remove properties before using text in the
4966         modeline.
4967         (rcirc-authenticate): Authentication data comes from
4968         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
4969         (rcirc-server-prefix): Inherit from rcirc-server.
4971 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
4973         * Makefile.in (compile): Append "|| true" to the end of the `find'
4974         command, like compile-always does.
4976 2006-02-08  Sam Steingold  <sds@gnu.org>
4978         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
4979         output from a dead connection.
4981 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
4983         * dired.el (dired-mode-map): Add more bindings for tumme.
4985 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4987         * wdired.el (wdired-mode-map): Use remap.
4988         (wdired-get-filename): Massage.
4989         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
4990         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
4991         `keymap' property rather than `local-map'.
4993 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
4995         * tumme.el (tumme-get-thumbnail-image): New utility function.
4996         Suggested by from Chong Yidong.
4997         (tumme-dired-with-window-configuration): Rename from
4998         `tumme-dired'.  Add code to save window configuration.
4999         (tumme-restore-window-configuration): New command to restore the
5000         window configuration that `tumme-dired-with-window-configuration'
5001         saves before it changes the window configuration.
5002         (tumme-show-all-from-dir): New command to display thumbnails for
5003         all files in a directory entered by the user, like M-x thumbs.
5004         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5005         have been created.
5006         (tumme-display-thumbnail-original-image): Call `display-buffer'.
5007         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5008         Remove obsolete test function.
5010 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
5012         * vc.el (small-temporary-file-directory): Remove defvar; there's
5013         a defcustom for it in files.el.
5015         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5016         Fix typo in message.
5017         (tumme-gallery-generate): Fix typo in `error' message.
5018         (tumme-display-window-height-correction)
5019         (tumme-display-window-width-correction, tumme-line-up-dynamic)
5020         (tumme-line-up-interactive): Dox fixes.
5021         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5022         (tumme-restore-window-configuration, tumme-format-properties-string)
5023         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5024         Fix typos in docstrings.
5026 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
5028         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5030 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
5032         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5033         User should use hook if desired.
5035         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5036         buffer if necessary.
5037         (gdb-delete-frame-or-window): New function.
5038         (gdb-breakpoints-mode-map): Bind "q" to it.
5040 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5042         * textmodes/nroff-mode.el: Clean up name space.
5043         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5044         (nroff-mode): Obey the global setting of nroff-electric-mode.
5045         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5047         * calendar/calendar.el (calendar-increment-month): Typo in last change.
5049 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
5051         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5053 2006-02-06  Lars Hansen  <larsh@soem.dk>
5055         * generic-x.el (etc-fstab-generic-mode): Add file system types
5056         cifs and usbdevfs.  Allow special chars in file names.
5058 2006-02-05  Jay Belanger  <belanger@truman.edu>
5060         Update copyright notices of the files in lisp/calc.
5062 2006-02-05  Romain Francoise  <romain@orebokech.com>
5064         Update copyright notices of all files in the lisp/play directory.
5066 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
5068         * ldefs-boot.el: Regenerate.
5070         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5072 2006-02-05  Kim F. Storm  <storm@cua.dk>
5074         * files.el (magic-mode-regexp-match-limit): New defvar.
5075         (set-auto-mode): Use it to limit magic-mode-alist matching.
5077 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
5079         * simple.el (display-message-or-buffer): Compare the number of
5080         characters to the frame width when determining whether a 1-line
5081         message string will fit in the echo area.  Count screen lines
5082         instead of buffer lines when determining whether a multi-line
5083         message will fit in the echo area/minibuffer window.
5085 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
5087         * info.el (Info-index, Info-mode): Improve the description of the
5088         `i' command.
5090         * ldefs-boot.el: Regenerate.
5092 2006-02-03  Werner Lemberg  <wl@gnu.org>
5094         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5095         greedy to find the closing bracket in \*[...] and similar
5096         expressions.  This is a first rough fix -- many additional
5097         refinements are necessary to make nroff mode really usable with groff.
5099 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
5101         * international/mule-cmds.el (set-locale-environment):
5102         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5103         libX11.
5105 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
5107         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5108         archive are created in archive-tmpdir.
5110 2006-02-02  John Paul Wallington  <jpw@pobox.com>
5112         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5113         (ibuffer-fontification-alist): Use it.
5114         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5115         to "* z" and the Ibuffer Mark menu.
5117         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5119 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5121         * textmodes/table.el (*table--cell-describe-mode)
5122         (*table--cell-describe-bindings): Undo last change since
5123         print-help-return-message is not obsoleted by anything at all.
5125 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
5127         * emulation/cua-base.el (cua-mode): Doc fix.
5129 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
5131         * dframe.el (dframe-handle-make-frame-visible)
5132         (dframe-handle-iconify-frame, dframe-get-focus)
5133         (dframe-select-attached-frame, dframe-power-click)
5134         (dframe-frame-mode): Fix typos in docstrings.
5136         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5137         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5138         Fix typos in docstrings.
5140         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5141         (hi-lock-face-buffer, hi-lock-font-lock-hook)
5142         (hi-lock-archaic-interface-message-used)
5143         (hi-lock-file-patterns-range): Fix typos in docstrings.
5145         * savehist.el (savehist-loaded, savehist-load, savehist-install)
5146         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5148         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5149         Fix typo in docstring.
5151         * net/newsticker.el (newsticker--decode-iso8601-date)
5152         (newsticker--set-customvar, newsticker--buffer-insert-item)
5153         (newsticker--do-run-auto-mark-filter)
5154         (newsticker--parse-generic-feed): Doc fixes.
5155         (newsticker--retrieval-timer-list, newsticker-url-list)
5156         (newsticker-hide-immortal-items-in-echo-area)
5157         (newsticker-hide-obsolete-items-in-echo-area)
5158         (newsticker-new-item-face, newsticker--enclosure)
5159         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5160         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5161         (newsticker--parse-generic-feed, newsticker--cache-contains)
5162         (newsticker--stat-num-items, newsticker-download-enclosures):
5163         Fix typos in docstrings.
5165         * net/rcirc.el (rcirc-debug): Doc fix.
5166         (rcirc-fill-column, rcirc-receive-message-hooks)
5167         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5168         (rcirc-mode, rcirc-generate-new-buffer-name)
5169         (rcirc-startup-channels, rcirc-ignore-update-automatic)
5170         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5171         Fix typos in docstrings.
5172         (rcirc-print): "?\ " -> "?\s".
5173         (rcirc-cmd-join): Improve argument/docstring consistency.
5175 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
5177         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5178         before narrow-to-region.
5180 2006-02-01  Richard M. Stallman  <rms@gnu.org>
5182         * simple.el (move-beginning-of-line): Scan properly for invis change.
5184         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5186 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
5188         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5189         change bit only when id-format is 'integer.  Reported by Matt
5190         Hodges <M.P.Hodges@rl.ac.uk>.
5192 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
5194         * hilit-chg.el (highlight-changes-initial-state)
5195         (highlight-changes-global-initial-state): Doc fixes.
5196         (highlight-changes-global-modes, global-highlight-changes):
5197         Fix typos in docstrings.
5199 2006-02-01  Kim F. Storm  <storm@cua.dk>
5201         * emulation/cua-base.el (cua-mode): Mention that CUA enables
5202         transient-mark-mode in doc string.
5204 2006-01-31  Richard M. Stallman  <rms@gnu.org>
5206         * replace.el (multi-occur): Doc fix.
5207         (multi-occur-in-matching-buffers): Rename from
5208         multi-occur-by-filename-regexp.  Prefix arg says match
5209         buffer names instead of file names.
5211 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
5213         * bs.el: Allow non-default values of `bs-header-lines-length'.
5214         (bs--running-in-xemacs): Remove (not needed anymore).
5215         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5216         instead of `shrink-window', thus avoiding having to compute the
5217         height of the window.
5218         (bs--up): Wrap around even when there's no header.
5219         (bs--down): Use `forward-line' instead of `next-line'.
5221 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
5223         * image-mode.el (image-toggle-display): Use file name if possible,
5224         instead of unnecessarily allocating a (possibly huge) lisp string.
5226 2006-01-30  John Paul Wallington  <jpw@pobox.com>
5228         * subr.el (toplevel): Define `cl-assertion-failed' condition here
5229         because the `assert' macro signals it at runtime.
5231         * emacs-lisp/cl.el (toplevel): Remove definition of
5232         `cl-assertion-failed' condition.
5234 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
5236         * thumbs.el (thumbs-marked-list): Make buffer-local and
5237         permanent-local.
5238         (thumbs-insert-thumb): Make help-echo non-sticky.
5239         (thumbs-file-alist): Use eolp as check for (non)-image.
5241 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
5243         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5244         (ediff-before-session-group-setup-hooks)
5245         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5246         Fix typos in docstrings.
5248         * window.el (bw-dir, bw-eqdir, balance-windows)
5249         (split-window-keep-point): Fix typos in docstrings.
5251         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5252         (org-quote-string, org-calendar-to-agenda-key)
5253         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5254         (org-show-following-heading, org-tags-column)
5255         (org-use-tag-inheritance, org, org-allow-space-in-links)
5256         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5257         (org-enable-table-editor, org-calc-default-modes)
5258         (org-table-allow-automatic-line-recalculation)
5259         (org-export-html-style, org-export-with-fixed-width)
5260         (org-export-with-sub-superscripts, org-special-keyword)
5261         (org-formula, org-time-grid, org-table-may-need-update)
5262         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5263         (org-goto-quit, org-get-indentation, org-end-of-item)
5264         (org-move-item-down, org-move-item-up)
5265         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5266         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5267         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5268         (org-agenda-log-mode, org-agenda-toggle-diary)
5269         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5270         (org-agenda-file-to-end, org-agenda-no-heading-message)
5271         (org-agenda-get-closed, org-format-agenda-item)
5272         (org-cmp-priority, org-cmp-category, org-cmp-time)
5273         (org-agenda-change-all-lines, org-agenda-diary-entry)
5274         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5275         (org-link-search, org-camel-to-words, org-open-file)
5276         (org-remember-handler, org-table-convert-region)
5277         (org-table-move-row-down, org-table-move-row-up)
5278         (org-table-copy-region, org-table-wrap-region)
5279         (org-table-toggle-vline-visibility)
5280         (org-table-get-vertical-vector, org-table-modify-formulas)
5281         (org-table-get-specials, org-recalc-commands)
5282         (org-table-rotate-recalc-marks, org-table-eval-formula)
5283         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5284         (org-level-color-stars-only, org-insert-heading):
5285         Fix typos in docstrings.
5286         (last-arg): Add defvar.
5288         * makefile.w32-in (WINS): Add erc.
5289         (MH_E_SRC): Update (copied from lisp/Makefile.in).
5291 2006-01-29  Bill Wohler  <wohler@newt.com>
5293         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5294         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5295         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
5296         (mh-autoloads): Don't use comments on otherwise empty lines.
5298 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
5300         * emulation/viper.el (viper-major-mode-modifier-list): Add
5301         insert-state and vi-state entries for erc-mode.
5302         (viper-go-away, viper-set-hooks): Add and remove
5303         viper-comint-mode-hook from erc-mode-hook as appropriate.
5305         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5307 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
5309         * bs.el (bs--format-aux): Implement `middle' alignment as
5310         described in the docstring for `bs-attributes-list'.
5311         (bs--get-name): Simplify.  Don't pad the buffer name.
5313 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
5315         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5316         English aspell dictionary is installed, use the first entry of
5317         ispell-dictionary-alist-1.
5319 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
5321         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5322         Doc fix.
5324 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
5326         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5327         for `process-file', in order to let it work for older Emacsen too.
5329 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
5331         * international/latexenc.el: Add a suitable `coding:' tag.
5332         (latexenc-find-file-coding-system): Undo last change.
5334 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5336         * international/latexenc.el (latexenc-find-file-coding-system):
5337         Make sure latexenc-main-file is a regular file and is readable.
5339 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
5341         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5342         Pass FILE to vc-user-login-name.
5344         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5346 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
5348         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5349         there are no more images to display.
5350         (thumbs-mark, thumbs-unmark): Revert change so that they move to
5351         the next image.
5353 2006-01-26  Richard M. Stallman  <rms@gnu.org>
5355         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5357         * wid-edit.el (advertised-widget-backward): New alias.
5358         (widget-keymap): Use advertised-widget-backward for S-TAB.
5360         * tumme.el: Correct the keywords.
5361         (tumme-dir-max-size): Use defvar.
5362         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5364         * simple.el (move-beginning-of-line): Take account of fields.
5365         (clone-indirect-buffer-other-window): Take args like
5366         clone-indirect-buffer, and work like it.
5368         * help-fns.el (describe-function): Don't pass `nil' as default.
5370         * files.el (risky-local-variable-p): Follow var aliases.
5372         * subr.el (lazy-completion-table): Doc fix.
5374         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5375         global binding of `line'.
5377 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
5379         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5380         Tramp.
5382         * vc.el (vc-default-dired-state-info): Pass FILE to
5383         vc-user-login-name.
5384         (vc-default-update-changelog): Don't use vc-user-login-name, we
5385         don't need it here.
5387         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5388         no longer necessary.
5390 2006-01-25  Kenichi Handa  <handa@m17n.org>
5392         * international/mule.el (decode-char): Avoid the overhead of
5393         calling utf-lookup-subst-table-for-decode if
5394         utf-translate-cjk-mode is nil.
5395         (encode-char): Avoid the overhead of calling
5396         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5397         nil.
5399 2006-01-22  Kenichi Handa  <handa@m17n.org>
5401         * international/mule.el (make-subsidiary-coding-system): Reset
5402         `coding-system-define-form' property of subsidiaries to nil.
5403         Avoid duplicated entry in coding-system-alist.
5404         (make-coding-system): Avoid duplicated entry in
5405         coding-system-alist.
5406         (define-coding-system-alias): Likewise.
5408 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
5410         * completion.el: Minor fixes in introductory comment.
5411         (completion-def-wrapper): Fix alist.
5413 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
5415         * thumbs.el (thumbs-new-image-size): New function.
5416         (thumbs-increment-image-size-element)
5417         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5418         (thumbs-decrement-image-size): Delete.
5419         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
5420         temp files and use to resize.
5421         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5422         Use increment argument to enlarge/shrink.  Preserve point.
5423         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5424         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5425         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5426         (thumbs-mark, thumbs-unmark): Preserve point.
5427         (thumbs-modify-image): Keep old temp files and use to modify.
5428         Cleanup old temp files at load time.  Preserve point.
5429         (thumbs-view-image-mode-map): Use new command names.
5431 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5433         * log-view.el (log-view-minor-wrap): First rev is the one at point.
5435         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5436         the nastiest part of the cyclic dependency.
5437         (cal-menu-update): Use dotimes and calendar-increment-month.
5439         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5440         (calendar-week-start-day): Add an :initializer.
5441         (calendar-mode-map): Use suppress-keymap, and command remapping.
5442         (describe-calendar-mode): Setup xref-stack info for the back button.
5443         (calendar-star-date): Insert before delete.
5444         (calendar-set-mode-line): Add file-modified info if applicable.
5445         (calendar-increment-month): New function.
5447 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
5449         * font-lock.el (lisp-font-lock-keywords-2):
5450         Recognize "& keywords" only at word boundaries.
5452 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
5454         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
5455         and permanent-local.
5456         (thumbs-max-image-number): New variable.
5457         (thumbs-do-thumbs-insertion): Use them.
5458         (thumbs-per-line): Change default to 4.
5459         (thumbs-marked-list): Rename from thumbs-markedL.
5460         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5461         (thumbs-rename-images): Use -list instead of L for internal variables.
5462         (thumbs-call-convert): Use call-process instead of shell-command.
5463         (thumbs-insert-thumb): Add filename as help-echo to each image.
5464         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5465         Give dir to thumbs-show-thumbs-list.
5466         (thumbs-show-thumbs-list): Set default-directory to that of images.
5467         (thumbs-dired-show): Rename from thumbs-dired-show-all.
5468         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5469         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5470         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5472 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5474         * ses.el (ses-read-cell): Provide a default value.
5476 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
5478         * term/w32-win.el (image-library-alist): Add additional names for
5479         GIF library.
5481 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5483         * international/latexenc.el (latexenc-find-file-coding-system):
5484         Add file-regular-p check.
5486 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5488         * simple.el (clone-buffer): Don't show the new buffer in the same
5489         window.
5491 2006-01-23  Juri Linkov  <juri@jurta.org>
5493         * faces.el (link, link-visited): New faces based on default values
5494         of `info-xref' and `info-xref-visited'.
5496         * info.el (info-xref): Inherit from `link'.
5497         (info-xref-visited): Inherit from `link-visited'.
5499         * cus-edit.el (custom-buffer-create-internal): Use widget type
5500         `custom-manual' instead of `info-link' and don't set properties
5501         `button-face' and `mouse-face' explicitly.
5502         (custom-browse-group-tag, custom-browse-variable-tag)
5503         (custom-browse-face-tag): Inherit from widget class
5504         `custom-group-link' instead of `push-button'.
5505         (custom-button-unraised): Inherit from `underline' face.
5506         (custom-link): Inherit from `link' face.  Fix doc and group.
5507         (custom-add-parent-links, custom-group-value-create): Don't set
5508         properties `button-face' and `mouse-face' explicitly for
5509         `custom-group-link' widget.
5510         (custom-group-link): Add properties `button-face' and `mouse-face'
5511         to widget definition.
5512         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
5513         editable-field's :keymap property.
5514         (custom-mode): Fix docstring: substitute keybindings for
5515         `widget-forward' and `widget-backward' from `widget-keymap',
5516         `widget-complete' from `custom-field-keymap', replace old
5517         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
5519         * desktop.el (desktop-load-file): Check for `fboundp' before
5520         calling `symbol-function'.
5522         * simple.el (clone-buffer, clone-indirect-buffer)
5523         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5524         `read-string'.  Fix prompts.
5526         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5528 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
5530         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5532 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
5534         * startup.el (inhibit-splash-screen, initial-scratch-message):
5535         Doc fixes.
5537 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
5539         Sync with Tramp 2.0.52.
5541         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5542         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
5543         `tramp-unload-tramp' for checklist.
5545         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5546         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
5547         (tramp-unload-file-name-handler-alist)
5548         (tramp-unload-tramp): New defuns.
5549         (tramp-advice-PC-expand-many-files): New defadvice.
5550         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5551         removed.
5552         (tramp-handle-expand-file-name): Remove double slash.
5553         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5554         It doesn't matter, because it will be converted later on.
5555         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
5556         implementation was just heuristic.
5557         (tramp-post-connection): Set uid and gid properties.
5558         (tramp-convert-file-attributes): Set file's gid change bit.
5559         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5560         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5561         in case of su(do)? methods.  The home directory of the local user
5562         will be taken else.
5563         (tramp-open-connection-telnet)
5564         (tramp-open-connection-rsh, tramp-open-connection-su)
5565         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
5566         local shell prompt could hurt.  Reported by Romain Francoise
5567         <romain@orebokech.com>.
5568         (tramp-let-maybe): Add `edebug-form-spec' property.
5569         (tramp-handle-expand-file-name): Bind `default-directory' locally
5570         to "/" in order to avoid problems with UNC shares or Cygwin
5571         mounts.
5572         (tramp-md5-function): Fix typo in error message.
5574         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5576         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5577         for byte-compiler pacification.
5579 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
5581         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5582         ID-FORMAT `string'.  This allows us to get rid of
5583         `vc-user-login-name UID'.
5585         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5587 2006-01-22  John Paul Wallington  <jpw@pobox.com>
5589         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5591 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
5593         * emacs-lisp/find-func.el (find-definition-noselect)
5594         (find-variable-noselect): Search variables in C source code too.
5595         (find-function-C-source, find-function-noselect, find-function)
5596         (find-function-other-frame, find-variable-noselect, find-variable)
5597         (find-variable-other-frame, find-variable-at-point):
5598         Fix docstrings.
5600 2006-01-21  Francesco Potorti`  <pot@gnu.org>
5602         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5604 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
5606         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5607         Default to disabling the "Save affix" question.
5609 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
5611         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5612         the first arg to run-python.
5614 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
5616         * startup.el (command-line-1): Handle --no-desktop if desktop.el
5617         is not loaded.
5619 2006-01-20  Jay Belanger  <belanger@truman.edu>
5621         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5622         limit is 0.
5624         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5625         the correct variable.
5627 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
5629         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5630         link.  Fixed buggy argument sequence in call to `org-view-tags'.
5631         (org-compile-prefix-format): Set `org-prefix-has-tag'.
5632         (org-prefix-has-tag): New variable.
5633         (org-format-agenda-item): Remove tags from headline if
5634         appropriate.
5635         (org-agenda-remove-tags-when-in-prefix): New option.
5636         (org-get-tags-at): New function.
5638 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
5640         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
5641         (thumbs-find-image): Move image name and number from buffer name
5642         to mode name.  Set thumbs-buffer.  Preserve point so that large
5643         images remain visible.
5644         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5645         order.
5646         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
5647         mode name.
5648         (thumbs-next-image, thumbs-previous-image): Make them work.
5650 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
5652         * cus-edit.el (custom-buffer-create-internal): State in the text above
5653         the whole buffer buttons that they do not operate on hidden items.
5654         (custom-face-menu): Use `custom-face-save' instead of
5655         `custom-face-save-command'.
5656         (custom-face-save-command): Make it an alias for `custom-face-save'
5657         and declare it obsolete.
5658         (custom-face-save): Doc fix.
5660         * dired.el (dired-no-confirm): Add quote.
5661         (dired-subdir-alist-pre-R): Add quote in
5662         `make-variable-buffer-local' form and remove unbalanced parenthesis.
5664 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5666         * textmodes/table.el (table-mode-indicator): Typo in last change.
5668 2006-01-19  Richard M. Stallman  <rms@gnu.org>
5670         * outline.el (hide-leaves): Don't call outline-end-of-heading.
5671         Fixes bug reported in Nov 2005.
5673         * isearch.el (isearch-forward): Doc fix.
5675         * dired.el (dired-move-to-filename-regexp): Define as alias.
5676         (dired-no-confirm): Use defcustom.
5677         (dired-subdir-alist-pre-R): Put defvar at top level.
5679         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5681         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5682         Mark as risky.
5684         * simple.el (set-mark-command): Doc fix.
5685         (clone-indirect-buffer-other-window):
5686         Read arg like clone-indirect-buffer.
5687         (move-beginning-of-line): Skip invisible newlines.
5689 2006-01-19  Masatake YAMATO  <jet@gyve.org>
5691         * progmodes/cpp.el (cpp-edit-load): Make the order of
5692         listed conditions in a base C code buffer and its associate
5693         CPP Edit buffer the same.
5695 2006-01-19  Kenichi Handa  <handa@m17n.org>
5697         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5698         (rmail-mime-feature): Likewise.
5699         (rmail-require-mime-maybe): Use display-warning to show a warning
5700         message.
5702         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5703         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5705 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5707         * array.el: Move defvars out of eval-when-compile.
5708         (array-make-template): Replace undeclared global var with a local one.
5709         (array-mode): Inline initialization functions.
5710         (array-init-local-variables, array-init-max-row)
5711         (array-init-max-column, array-init-columns-per-line)
5712         (array-init-field-width, array-init-rows-numbered)
5713         (array-init-line-length, array-init-lines-per-row): Remove.
5715         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
5716         (doc-mode-map): Define explicitly.
5717         (doctor-txtype): Use mapc.
5719         * textmodes/table.el: Move defvars out of eval-when-compile.
5720         Remove harmful code meant to avoid byte-compiler warnings.
5721         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
5722         specification that checks table-fixed-width-mode directly.
5723         (table-recognize-region, table-recognize-cell):
5724         Use restore-buffer-modified-p.
5725         (table-fixed-width-mode): Remove code that refreshes
5726         table-fixed-mode-indicator.
5727         (*table--cell-describe-bindings, *table--cell-describe-mode):
5728         Avoid obsolete name print-help-return-message.
5729         (table--test-cell-list): Don't use replace-regexp from elisp.
5730         (table--point-entered-cell-function, table--point-left-cell-function):
5731         Don't set table-fixed-mode-indicator, use force-mode-line-update.
5733         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
5734         that was after the end of file.  Use buffer-file-name variable.
5735         (org-timestamp-change): Use with-current-buffer.
5736         (org-todo-list): Don't unnecessarily define a new buffer-local var.
5737         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5738         `file'.
5740         * progmodes/fortran.el: Move defvars out of eval-when-compile.
5741         (fortran-break-line): Remove unused var `opoint'.
5742         (fortran-abbrev-start): Obey help-event-list.
5744 2006-01-18  Jesper Harder  <harder@phys.au.dk>
5746         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5748 2006-01-18  Masatake YAMATO  <jet@gyve.org>
5750         * progmodes/make-mode.el (makefile-imake-mode): New mode
5751         derived from makefile-mode.
5752         (makefile-imake-mode-syntax-table): New syntax table
5753         derived from makefile-mode-syntax-table.
5754         (makefile-mode): Write about makefile-imake-mode in doc string.
5755         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5756         (makefile-imake-font-lock-keywords): New font lock keywords.
5758         * files.el (auto-mode-alist): Add Imakefile.
5760 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
5762         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5763         loading the file rather than when turning on flyspell-mode.
5765 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
5767         * cus-edit.el (customize-rogue): Minor doc fix.
5769 2006-01-17  Juri Linkov  <juri@jurta.org>
5771         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5772         instead of the file at the mark as default if the file at the mark
5773         is the same as the file at point or if dired-dwim-target-directory
5774         is not the same as the current directory and the mark is not active.
5776         * log-view.el (log-view-minor-wrap): Use the same logic to get
5777         revisions as `log-view-diff'.
5779         * info.el (Info-revert-find-node): Check for Info-current-file
5780         before preserving new-history.
5782         * man.el (Man-heading-regexp): Add `/'.
5784         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5785         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5787 2006-01-16  Juri Linkov  <juri@jurta.org>
5789         * faces.el (mode-line-faces): New defgroup.
5790         (mode-line-highlight): Move definition after new defgroup.
5791         (mode-line, mode-line-inactive, mode-line-highlight):
5792         Replace :group `modeline' with `mode-line-faces'.
5793         (mode-line-buffer-id): New face.
5794         (modeline-buffer-id): New face alias.
5795         (vertical-border): Remove :group `modeline'.
5797         * bindings.el (propertized-buffer-identification): Use face
5798         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5799         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5800         (mode-line-buffer-identification-keymap): For mouse-1 replace
5801         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5802         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5803         mouse-3.
5805         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5806         Buffer-menu-buffer.  Doc fix.
5807         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5808         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5809         `Buffer-menu-buffer'.
5811         * info.el (Info-mode-line-node-keymap): New defvar.
5812         (Info-set-mode-line): Use `stringp' to check Info-current-file.
5813         Propertize Info-current-node with `mode-line-buffer-id' and
5814         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5816         * time.el (display-time-mail-face): Replace :group `faces' with
5817         `mode-line-faces'.
5819 2006-01-16  Kenichi Handa  <handa@m17n.org>
5821         * international/code-pages.el: Add autoload cookies for cp125[0345678].
5823         * language/european.el (cp1252): New alias for windows-1252.
5825         * international/mule.el (autoload-coding-system): Prepare for EOL
5826         variants.
5828 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
5830         * term.el (term-raw-map): Add mapping for insert.
5831         (term-send-insert): New.
5832         (term-mode): Make variables local here instead of doing it in
5833         `term-emulate-terminal'.
5834         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5835         Scroll reverse needs to take into account the scroll region.
5836         Saving and restoring the cursor should save the color attributes too.
5837         (term-reset-terminal): Reset the scroll region.
5838         (term-handle-ansi-escape): Cursor up and down should take into
5839         account the scroll region.
5840         (term-set-scroll-region): Rename from `term-scroll-region'.
5841         Move to 0,0 after setting the region.
5842         (term-handle-scroll): Handle scroll up.
5843         (term-down): Fix off by one error.
5844         (term-delete-lines): Do not delete outside the scroll region.
5845         (term-insert-lines): Take into account the scroll region.
5847 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5849         * textmodes/ispell.el (ispell-internal-change-dictionary)
5850         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5851         (start, end): Move declaration outside of eval-when-compile.
5853         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5854         (flyspell-mode-on): Use it.
5856         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5857         ispell-kill-ispell-hook.
5859 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
5861         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5862         (Custom-reset-saved): Do not ask for confirmation in single option
5863         buffers.
5865 2006-01-13  Richard M. Stallman  <rms@gnu.org>
5867         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5869 2006-01-13  Romain Francoise  <romain@orebokech.com>
5871         * add-log.el (add-change-log-entry, change-log-merge):
5872         Conditionally use `hard-newline'.
5874 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
5876         * wid-edit.el (widget-field-end): If the overlay is no longer
5877         associated with a buffer, behave as if the overlay didn't exist.
5879         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5880         Make sure the links use the `custom-link' face.
5882 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5884         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5885         (ld-script-mode): Don't set indent-line-function since we don't
5886         have one.
5888 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
5890         * textmodes/org.el (org-open-file): Use mailcap for selecting an
5891         application.
5892         (org-file-apps-defaults-gnu): Use mailcap as the default for
5893         selecting an application on a UNIX system.
5894         (org-agenda-show-tags): New command.
5895         (org-table-insert-hline): Keep cursor in current table line.
5896         (org-table-convert): Offset effect of modifying
5897         `org-table-insert-hline'.
5898         (org-format-agenda-item): New optional argument TAG.
5899         (org-compile-prefix-format): Handle %T format for the tag.
5900         (org-expand-wide-chars): New function.
5901         (org-table-insert-row, org-table-insert-hline):
5902         Use `org-expand-wide-chars'.
5903         (org-open-file): Fix bug in program launch.
5904         (org-get-time-of-day): Fix bug with times before 1am.
5905         (org-agenda-menu): Add tags commands.
5907 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
5909         * textmodes/ispell.el (ispell-init-process): Include the used
5910         dictionary in ispell process start message.
5911         (ispell-internal-change-dictionary): When flyspell-mode is active
5912         and dictionary is changed, make sure ispell process is restarted
5913         and flyspell word cache cleared out for the current buffer.
5914         (ispell-change-dictionary): Make sure flyspell word cache is
5915         cleared out in all buffers with active flyspell mode when
5916         dictionary is globally changed.
5917         Call ispell-internal-change-dictionary after dictionary change.
5919 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
5921         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5923         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5924         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5925         years.  Fix small differences wrt Makefile.in.
5926         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5927         Makefile.in does.
5929 2006-01-12  Bill Wohler  <wohler@newt.com>
5931         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5932         mh-search.el.
5934 2006-01-12  Masatake YAMATO  <jet@gyve.org>
5936         * progmodes/ld-script.el: Update copyright year.
5938 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
5940         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5941         Don't add widget if setting undefined.
5943 2006-01-12  John Paul Wallington  <jpw@pobox.com>
5945         * help-fns.el (describe-variable): Remove newlines from void
5946         variable output.
5948 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
5950         * wdired.el (wdired-mode-map): Add help echo for
5951         wdired-abort-changes.
5953         * man.el (Man-file-name-regexp): Adjust for a list of files.
5955 2006-01-12  Masatake YAMATO  <jet@gyve.org>
5957         * progmodes/ld-script.el (auto-mode-alist): Support
5958         suffix conventions used in netbsd and eCos.
5960 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
5962         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
5963         (custom-variable-menu, custom-face-menu, custom-group-menu)
5964         (Custom-mode-menu): Change names of menu items.  (As discussed on
5965         emacs-devel.)
5966         (custom-face-menu): Add "Undo Edits" item.
5968         * startup.el (init-file-user): defcustom -> defvar.
5970         * tooltip.el (tooltip-mode): Doc fix.
5972 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5974         * reveal.el (reveal-post-command): window-buffer signals an error on
5975         dead windows rather than returning nil.
5976         (reveal-open-new-overlays): An overlay might die while we open others.
5978 2006-01-11  Bill Wohler  <wohler@newt.com>
5980         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
5981         phrasing in docstring.
5983         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
5984         can give some systems gas.  Add new file mh-buffers.el.
5986 2006-01-06  Masatake YAMATO  <jet@gyve.org>
5988         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
5989         C preprocessor forward ported from GNU Emacs 21.2.
5991         * progmodes/asm-mode.el (asm-font-lock-keywords):
5992         Use `cpp-font-lock-keywords'.
5994         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
5996         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
5997         of $ for "\\.ld[s]?".
5999 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6001         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6002         (tcl-indent-line): Return `noindent' if inside a string.
6004         * progmodes/flymake.el (flymake-split-string): Remove more than one
6005         empty string at beg/end of the result.
6006         (flymake-find-buildfile, flymake-find-possible-master-files):
6007         Use expand-file-name.
6008         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6009         since expand-file-name does it for us.  Use directory-file-name.
6010         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6011         (flymake-ler-get-type, flymake-ler-get-text)
6012         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
6013         (flymake-current-line-no): Remove spurious interactive spec.
6014         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6015         (flymake-check-include): Remove arg inc-path merged into inc-name.
6016         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6017         Arg regexp-list replaced by a simple regexp.
6018         (flymake-master-make-header-init, flymake-master-tex-init):
6019         Correspondingly replace regexp-list with a regexp.  Fix regexp.
6021 2006-01-10  Simon Josefsson  <jas@extundo.com>
6023         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6024         describing AUTH PLAIN fix.
6026 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
6028         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6029         (report-emacs-bug): Don't record initial prompt text.
6030         Instead, add text properties to prompting text.
6031         (report-emacs-bug-hook): Delete prompting text.
6033 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6035         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6036         `dirs'.  Adjust callers.
6038 2006-01-09  John Paul Wallington  <jpw@gnu.org>
6040         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6042 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6044         * reveal.el (reveal-open-new-overlays): New extracted fun.
6045         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
6046         using them.  Simplify the code.
6047         (reveal-post-command): Use them.  Fix up obsolete windows in
6048         reveal-open-spots.
6050         * progmodes/flymake.el: Use `require' rather than autoload for
6051         XEmacs's overlays.
6052         (flymake-get-common-file-prefix, flymake-build-relative-filename):
6053         Delete.  Use file-relative-name instead.
6054         (flymake-get-syntax-check-program-args, flymake-perl-init):
6055         Simplify the resulting code.
6057         * log-view.el (log-view-file-re, log-view-message-re): Add support
6058         for DaRCS output.
6060 2006-01-09  Alex Schroeder  <alex@gnu.org>
6062         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6063         identifiers sometimes added in square brackets at the beginning of
6064         subject lines.
6066 2006-01-07  Richard M. Stallman  <rms@gnu.org>
6068         * cus-edit.el (Custom-set, Custom-save): Doc fix.
6069         (Custom-reset-current, Custom-reset-saved): Change question text.
6070         (Custom-reset-standard): Likewise.
6071         (custom-variable-reset-saved): Doc fix.
6073 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
6075         * startup.el (init-file-user): Doc fix.
6077 2006-01-07  Alex Schroeder  <alex@gnu.org>
6079         * mail/rmail.el (rmail-current-subject): New function.
6080         (rmail-current-subject-regexp): New function.
6081         (rmail-next-same-subject): Use it.
6083         * mail/rmailsum.el (rmail-summary-by-topic):
6084         Use rmail-current-subject and rmail-current-subject-regexp.
6085         (rmail-summary-next-same-subject): Ditto.
6087         * net/rcirc.el (rcirc-send-input): No longer check whether the
6088         process is open, since not all commands need an open process.
6089         (rcirc-send-string): Check whether the process is open before
6090         sending anything.
6091         (rcirc-ignore-list): New option.
6092         (rcirc-ignore-list-automatic): New variable.
6093         (rcirc-print): Take rcirc-ignore-list into account.
6094         (rcirc-cmd-ignore): New command.
6095         (rcirc-ignore-update-automatic): New function.
6096         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6097         list if ignored nicks.
6098         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6100 2006-01-06  David Reitter  <david.reitter@gmail.com>
6102         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6103         reflect the address to which the report will be sent.
6105 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
6107         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6108         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6110 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
6112         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6114         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6115         the doc string: "functoin" => "function".
6116         * ldefs-boot.el: Likewise.
6118         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6119         message text: "Duplicat" => "Duplicate".
6121 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6123         * files.el (basic-save-buffer-2): If backing-up failed, reset
6124         buffer-backed-up to nil.
6126 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
6128         * progmodes/gud.el (gdb-script-skip-to-head)
6129         (gdb-script-calculate-indentation): Indent for breakpoint command
6130         lists also.
6132 2006-01-05  Bill Wohler  <wohler@newt.com>
6134         * Makefile.in (compile-always): Add mh-autoloads dependency.
6135         (bootstrap): Remove mh-autoloads dependency, as compile dependency
6136         provides it.
6137         (updates): Remove mh-autoloads dependency, since it probably has
6138         already run recently (via recompile).
6140 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6142         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6143         argument `force' to disable the flyspell-last-buffer optimization.
6144         (flyspell-mode-on): Use it.
6146         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6147         flymake-simple-cleanup.
6148         (flymake-allowed-file-name-masks): Use this new default.
6149         All the functions are now called in the right buffer rather than
6150         passing the buffer as argument.
6151         (flymake-process-sentinel): Switch to buffer before calling cleanup.
6152         (flymake-parse-err-lines): Remove redundant buffer arg.
6153         (flymake-get-program-dir): Comment out unused function.
6154         (flymake-start-syntax-check, flymake-start-syntax-check-process):
6155         Remove redundant buffer argument.
6156         (flymake-get-real-file-name, flymake-simple-java-cleanup)
6157         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6159 2006-01-05  Richard M. Stallman  <rms@gnu.org>
6161         * info.el (Info-find-node): Don't record previous node if have none.
6162         (info): Go to directory only if history is empty.
6164         * simple.el (mark): Doc fix.
6166 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6168         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6169         already of desired type.
6170         (mac-ae-list): Coerce parameter to "list" type.
6171         (mac-dispatch-apple-event): Replace cadr part of event with a
6172         dummy position so that event-start returns it.
6174 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
6176         * textmodes/org.el (org-end-of-subtree): New function.
6177         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6178         Use `org-end-of-subtree'.
6179         (org-agenda, org-agenda-convert-date): Protect calls to
6180         `fit-window-to-buffer'.
6181         (org-tags-view): Force matching of sublevels when doing a
6182         todo-only search.  Define the correct redo command, including the
6183         arguments.
6184         (org-agenda-redo): Display message.
6185         (org-check-for-org-mode): New function.
6186         (org-agenda-type): New variable.
6187         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6188         Set `org-agenda-type'.
6189         (org-agenda-check-type): New function.
6190         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6191         (org-agenda-week-view, org-agenda-day-view)
6192         (org-agenda-next-date-line, org-agenda-previous-date-line)
6193         (org-agenda-log-mode, org-agenda-toggle-diary)
6194         (org-agenda-toggle-time-grid, org-agenda-date-later)
6195         (org-agenda-date-prompt, org-agenda-diary-entry)
6196         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6197         (org-agenda-convert-date, org-agenda-menu):
6198         Use `org-agenda-check-type'.
6199         (org-make-overlay, org-delete-overlay)
6200         (org-detatch-overlay, org-move-overlay, org-overlay-put):
6201         New compatibility functions.
6202         (org-calendar-select-mouse): New command.
6204 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
6206         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6207         (Custom-reset-standard): Fix y-or-n-p messages.
6208         (custom-link): New face for links.
6209         (custom-buffer-create-internal, custom-manual): Use it.
6210         (custom-face-save): Push to theme-face before setting face spec.
6212         * wid-edit.el (widget-default-mouse-face-get): New function.
6213         (widget-specify-button): Handle mouse-face like button-face.
6215         * custom.el (load-theme): Clear old theme settings if reloading.
6217 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
6219         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6220         "Erase Customization" button back to same position it occupies in
6221         the individual State menus.
6223 2006-01-04  Kim F. Storm  <storm@cua.dk>
6225         * wid-edit.el (key-sequence): Rework widget to read key binding
6226         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
6227         (widget-key-sequence-default-value): Default value for empty sequence.
6228         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
6229         (widget-key-sequence-read-event): New command for C-q.
6230         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6231         (widget-key-sequence-value-to-external): New functions.
6233 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6235         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6236         Use expand-file-name.
6237         (flymake-delete-temp-directory): Use expand-file-name,
6238         file-name-directory, and directory-file-name.
6239         (flymake-strrchr): Delete.
6240         (flymake-start-syntax-check): Don't pass the redundant buffer argument
6241         to the init-f function.
6242         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6243         (flymake-init-find-buildfile-dir)
6244         (flymake-init-create-temp-source-and-master-buffer-copy)
6245         (flymake-simple-make-init-impl, flymake-simple-make-init)
6246         (flymake-master-make-init, flymake-master-make-header-init)
6247         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6248         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6249         (flymake-xml-init): Remove corresponding redundant buffer argument.
6250         (flymake-allowed-file-name-masks): Remove last elems that are equal to
6251         the default anyway.  Clean up regexps.
6253         * progmodes/flymake.el (flymake-temp-source-file-name)
6254         (flymake-master-file-name, flymake-temp-master-file-name)
6255         (flymake-base-dir): New buffer-local vars.
6256         (flymake-buffer-data, flymake-get-buffer-value)
6257         (flymake-set-buffer-value): Replace those hash-tables by the new
6258         buffer-local vars.  Update callers.
6260         * progmodes/flymake.el (flymake-check-start-time)
6261         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6262         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6263         Move definition, so we can remove redundant earlier declaration.
6264         (flymake-replace-regexp-in-string, flymake-split-string)
6265         (flymake-get-temp-dir): Use defalias.
6266         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
6267         (flymake-xemacs-window-edges): Remove unused function.
6268         (flymake-get-point-pixel-pos): Move.
6269         (flymake-pid-to-names, flymake-reg-names)
6270         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6271         Replace by a simple list flymake-processes and by process-buffer.
6272         Update callers.  Other than simplify the code, it uses buffers rather
6273         than buffer-names so it doesn't get confused by uniquify.
6274         (flymake-buffer-data): The global value should just be nil.
6276         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6277         Optimize the body of a defalias like any other code.
6279         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6280         Make sure we've setup font-lock's vars.  It may influence which
6281         function we then call.
6282         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6283         here since it's too late anyway.
6285 2006-01-03  Romain Francoise  <romain@orebokech.com>
6287         * startup.el (fancy-splash-tail, normal-splash-screen):
6288         Update copyright year.
6290 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
6292         * mouse.el (mouse-drag-track): Rename, from
6293         `mouse-drag-region-1'.  Includes optional argument required to
6294         enable post-drag event processing (e.g. delete region keys).
6295         Can be used without this argument to track a mouse region and operate
6296         on it as soon as the drag completes.
6297         (mouse-drag-region): Use `mouse-drag-track'.
6299 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
6301         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6302         Move to `custom-buffer' group.
6304         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6305         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6306         (custom-theme-insert-face-marker, custom-theme-variable-menu)
6307         (custom-theme-face-menu): New variables.
6308         (custom-theme-add-variable, custom-theme-variable-action)
6309         (custom-variable-reset-theme, custom-theme-delete-variable)
6310         (custom-face-reset-theme, custom-theme-face-action)
6311         (custom-theme-delete-face, custom-theme-merge-theme)
6312         (custom-theme-add-face, custom-theme-visit-theme): New functions.
6314 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
6316         * custom.el: Move Custom Themes commentary to start of theme code.
6317         (custom-known-themes): Rename `standard' theme to `changed'.
6318         (custom-push-theme): Caller no longer specifies what theme to use
6319         when doing `reset'---the setting is simply removed from the theme.
6320         Delete MODE from `theme-value' and `theme-settings' properties.
6321         (custom-declare-theme): Ignore &rest args since we don't use them.
6323         (custom-loaded-themes): Delete variable.
6324         (custom-theme-load-themes, custom-theme-loaded-p)
6325         (custom-theme-value): Delete functions.
6327         (custom-declare-theme): Signal error on invalid theme names.
6328         (provide-theme): custom-loaded-themes was deleted.
6329         (load-theme): Load the file unconditionally.
6330         (enable-theme): Call `load-theme' if theme is undefined.
6331         (custom-enabled-themes): Only update value for successful loads.
6332         (disable-theme): Complete from enabled themes when interactive.
6333         (custom-variable-theme-value): Calculate theme value directly.
6335         (custom-theme-reset-variables, custom-reset-variables): Mark as
6336         XEmacs compatibility functions.  We don't actually use these.
6338         * cus-edit.el (custom-variable-state-set):
6339         Use custom-variable-theme-value instead of custom-theme-value.
6340         (custom-face-state-set): Rename `standard' theme to `changed'.
6341         (custom-save-variables, custom-save-faces): Delete unneeded
6342         references to custom-reset-variables.
6343         (custom-save-resets): Delete function.
6344         (custom-save-variables, custom-save-faces): MODE argument deleted.
6345         (custom-save-variables, custom-save-faces): Ignore theme values.
6347         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6348         compatibility function.
6350 2006-01-01  Richard M. Stallman  <rms@gnu.org>
6352         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6353         (Custom-reset-current, Custom-reset-saved): Likewise.
6354         (Custom-reset-standard): Show message if aborted.
6355         (custom-mode): Doc fix, describing those commands.
6357         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6358         put on event-kind property.
6360 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
6362         * custom.el (provide-theme): Ban `user' theme name.
6363         (custom-enabling-themes): New variable.
6364         (enable-theme): Don't enable user if custom-enabling-themes is t.
6365         (custom-enabled-themes): Make it a defcustom.
6366         (custom-theme-recalc-face): No-op if face is undefined.
6368         * cus-edit.el (custom-button-mouse): New variable.
6369         (custom-button-mouse): New face.
6370         (custom-raised-buttons, custom-mode): Use it.
6372         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6374 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
6376         * progmodes/gud.el (gud-display-line): Support hl-line in the
6377         source buffer.
6379 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
6381         * mouse.el (mouse-drag-window-above): Verify that the found window
6382         overlaps with the given window in the horizontal dimension.
6384 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
6386         * Makefile.in (cvs-update): New target.
6388         * makefile.w32-in (cvs-update): Ditto.
6390 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
6392         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6393         (custom-new-theme-mode-map): New variable.
6395 2005-12-30  Richard M. Stallman  <rms@gnu.org>
6397         * custom.el (custom-load-themes): Function deleted.
6399         * cus-edit.el (custom-save-loaded-themes): Function deleted.
6400         (custom-save-variables): Don't delete or add custom-load-themes call.
6402 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6404         * cus-start.el: Add `visible-cursor'.
6406         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6407         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6408         (flymake-process-filter): Switch to buffer before calling it instead.
6409         (flymake-post-syntax-check, flymake-highlight-err-lines)
6410         (flymake-delete-own-overlays, flymake-parse-err-lines)
6411         (flymake-start-syntax-check, flymake-start-syntax-check-process)
6412         (flymake-count-lines, flymake-parse-residual):
6413         Remove constant buffer argument.
6414         (flymake-start-syntax-check-for-current-buffer): Remove.
6415         Update callers to use flymake-start-syntax-check instead.
6416         (flymake-display-err-menu-for-current-line):
6417         Remove unused var `mouse-pos'.
6418         (flymake-restore-formatting): Comment out unused function.
6419         (flymake-report-status, flymake-report-fatal-status): Remove buffer
6420         argument, use current-buffer instead.  Update callers.
6422 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6424         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6425         buffer-local because choose-completion-delete-max-match requires
6426         that we set completion-ignore-case (i.e., binding via let is not
6427         sufficient).
6428         (bibtex-complete): Always set completion-ignore-case and
6429         choose-completion-string-functions.  The latter is needed because
6430         choose-completion-string-functions keeps its value if we quit the
6431         *Completions* buffer without requesting a completion.
6433 2005-12-30  Andreas Schwab  <schwab@suse.de>
6435         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6437 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
6439         * jit-lock.el (jit-lock-chunk-size): Doc fix.
6441 2005-12-30  Juri Linkov  <juri@jurta.org>
6443         * locate.el (locate-fcodes-file, locate-header-face)
6444         * progmodes/delphi.el (delphi-other-face)
6445         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6447         * paren.el (show-paren-match, show-paren-mismatch): Use existing
6448         group `paren-showing-faces'.
6450         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6451         (goto-address): Fix docstring.
6453         * net/webjump.el (webjump-sample-sites): Update URLs.
6455         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6457         * subr.el (cancel-change-group): Add listp around pending-undo-list.
6459 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6461         * font-lock.el (font-lock-compile-keywords): Signal an error when
6462         font-lock-set-defaults hasn't been called.
6464 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6466         * subr.el (noreturn, 1value): Doc fixes.
6468 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6470         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6471         that assoc-string returns nil.
6473 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6475         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6476         (bibtex-entry-type-str, bibtex-empty-field-re)
6477         (bibtex-search-backward-string, bibtex-preamble-prefix)
6478         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6479         (bibtex-any-valid-entry-type): New variable.
6480         (bibtex-parse-field-name): Simplify.
6481         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6482         (bibtex-preamble-prefix): Include left delimiter.
6483         (bibtex-search-forward-field, bibtex-search-backward-field):
6484         Allow unbounded search past entry boundaries (required by bibtex-pop).
6485         (bibtex-text-in-field-bounds): Use push.
6486         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6487         (bibtex-parse-preamble, bibtex-valid-entry)
6488         (bibtex-beginning-first-field): New functions.
6489         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
6490         (bibtex-map-entries): Fix docstring.
6491         (bibtex-flash-head): New arg prompt.  Simplify.
6492         (bibtex-enclosing-field): Include code of bibtex-inside-field.
6493         (bibtex-insert-kill): Simplify.  Always insert text past the
6494         current field or entry.
6495         (bibtex-format-entry): Use bibtex-parse-field.
6496         (bibtex-pop): Use bibtex-beginning-of-entry and
6497         bibtex-end-of-entry to initiate the search.  Insert empty field if
6498         we found ourselves.
6499         (bibtex-print-help-message): New args field and comma.
6500         Handle entry keys.
6501         (bibtex-make-field): Use bibtex-beginning-of-entry.
6502         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
6503         invalid entry.
6504         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6505         Handle preambles.  Simplify code for thorough test.
6506         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6507         New arg comma.  Handle entry heads.
6508         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6509         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6510         New arg comma.
6511         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6512         (bibtex-fill-field): Simplify.
6513         (bibtex-fill-entry): Use bibtex-beginning-first-field and
6514         bibtex-parse-field.
6515         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6516         (bibtex-complete): Use bibtex-parse-preamble.
6518 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
6520         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6521         Display name of expression instead of convenience variable.
6522         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6524         * progmodes/gud.el (gud-tooltip-dereference): Rename from
6525         toggle-gud-tooltip-dereference.
6526         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6527         (gud-tooltip-tips): ...here when dereferencing.
6529 2005-12-28  Bill Wohler  <wohler@newt.com>
6531         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6533 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6535         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6536         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
6537         (vc-annotate-display-autoscale): Adjust call.
6538         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
6539         Fix interactive spec.
6540         (vc-annotate-time-span): Remove.
6541         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6542         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6543         (vc-annotate-display-select): Use new name.
6545         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6546         (vc-annotate-mode-menu): Remove left-over redundant declaration.
6547         Correct the construction of span entries.  Simplify.
6548         (vc-annotate-display-select): Fix the nil case.
6549         (vc-annotate): Remove obsolete (and now broken) code.
6550         (vc-annotate-extract-revision-at-line): Remove obsolete code.
6551         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
6553 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6555         * subr.el (lazy-completion-table): Correct typo in docstring.
6557         * startup.el (command-line): Use `custom-reevaluate-setting' for
6558         `send-mail-function'.
6560         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6562 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
6564         * mail/smtpmail.el (smtpmail-try-auth-methods):
6565         Send credentials together with "AUTH PLAIN" command.
6567 2005-12-27  Richard M. Stallman  <rms@gnu.org>
6569         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6570         mouse-2, go back to previously selected window, so it's selected
6571         when mouse-2 command runs.
6573 2005-12-27  Juri Linkov  <juri@jurta.org>
6575         * descr-text.el (describe-text-sexp): Use square brackets for
6576         button [Show] to distinguish it from the property value `show'.
6577         (describe-property-list): Use `insert-text-button' with
6578         `help-face' type instead of putting face in quotes, because button
6579         is not created automatically for a list of faces.
6580         (describe-text-properties-1): Put button-type value in quotes to
6581         distinguish from plain text "button".
6582         (describe-char): Display code point values in hex.  Don't use
6583         `symbol-name' for `current-input-method' because it is a string.
6584         Use `insert-text-button' with `help-face' type instead of putting
6585         hardcoded face in quotes, because button is not created automatically.
6587 2005-12-27  Richard M. Stallman  <rms@gnu.org>
6589         * progmodes/glasses.el (glasses-face): More specific custom type.
6591         * files.el (set-visited-file-name): Doc fix.
6593         * textmodes/flyspell.el (flyspell-external-point-words):
6594         Use local var buffer-scan-pos to advance scan for next misspelling.
6595         Advance it only after we find the misspelling.
6597 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
6599         * textmodes/flyspell.el (flyspell-external-point-words):
6600         New criteria for finding the misspelling in the buffer.
6602 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
6604         * help-mode.el (help-insert-string): Set help-xref-stack-item
6605         rather than call help-setup-xref.
6607         * descr-text.el (describe-char): Revert previous changes for
6608         optional buffer argument.
6610 2005-12-27  Juri Linkov  <juri@jurta.org>
6612         * help-mode.el (help-insert-string): New function.  Save buffer
6613         contents in cases where it is impossible to recompute the old contents.
6615         * descr-text.el (describe-char): Set help-xref-stack-item
6616         explicitly after buffer has been generated.
6618 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6620         * cus-start.el (all): Add x-gtk-show-hidden-files.
6622 2005-12-26  Richard M. Stallman  <rms@gnu.org>
6624         * replace.el (perform-replace): Calculate match-again
6625         before skipping read-only matches.
6627         * paren.el (paren-showing-faces): New group.
6628         (show-paren-match, show-paren-mismatch): Move to that group.
6630         * button.el (button): Put into group `basic-faces'.
6632         * progmodes/make-mode.el: Remove faces from group `faces'.
6634         * apropos.el (apropos, apropos-value): Doc fix.
6635         (apropos-documentation): Doc fix.
6637 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6639         * subr.el (lazy-completion-table): Remove argument `args'.
6641         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6642         Don't use the `args' argument of lazy-completion-table.
6644 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
6646         * descr-text.el (describe-char): Add optional argument for buffer.
6647         Set buffer appropriately.  Call help-setup-xref.
6648         Suggested by Stefan Monnier.
6650 2005-12-26  Juri Linkov  <juri@jurta.org>
6652         * descr-text.el: Require `help-fns' at runtime.  Don't require
6653         `button' for byte compilation.
6654         (describe-text-widget): Add `help-echo' for first button.
6655         Use `help-info' for second.
6656         (describe-property-list): Use `help-argument-name' instead of `italic'.
6657         (describe-text-category): Add prompt to interactive spec.
6658         Call `help-setup-xref'.
6659         (describe-char): Use `help-character-set'.  Add `help-echo' for
6660         code point.  Use `help-input-method'.  Remove superfluous insert.
6662 2005-12-25  Richard M. Stallman  <rms@gnu.org>
6664         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6665         at point, in case of narrowing.
6667         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6669         * locate.el (locate-header-face): Allow nil in type.
6671         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6673 2005-12-25  Romain Francoise  <romain@orebokech.com>
6675         * battery.el (battery-linux-proc-acpi): Also try
6676         `/proc/acpi/thermal_zone/THM0/temperature'.
6678 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
6680         * custom.el (custom-push-theme): Fix docstring.
6682         * cus-edit.el (custom-variable-set, custom-variable-save)
6683         (custom-variable-save): Custom-quote widget values.
6684         (customize-save-variable): Fix custom-push-theme call.
6686 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
6688         * w32-fns.el (w32-batch-update-autoloads): New function.
6690         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6691         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6692         from the command line.
6694 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
6696         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
6697         reset means to remove setting from theme entirely.  Don't keep
6698         expanding theme-settings list; delete old entries if necessary.
6700         * cus-edit.el (custom-buffer-create-internal): Move "Erase
6701         customization" button one line up.
6702         (custom-themed): New face.
6703         (custom-magic-alist): New value, THEMED, for theme settings.
6704         (custom-variable-state-set, custom-face-state-set):
6705         Check theme-value instead of saved-value.
6706         (custom-variable-reset-standard, custom-face-reset-standard):
6707         Remove theme setting entirely.  Recalculate new values.
6708         (custom-variable-set, custom-variable-set)
6709         (custom-variable-reset-saved, custom-variable-reset-backup)
6710         (custom-face-set, custom-face-reset-saved): Update `user' theme.
6711         (custom-variable-save): Fix typos.
6713 2005-12-23  Juri Linkov  <juri@jurta.org>
6715         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6716         Add autoload cookies.
6717         (edebug-outside-d-c-i-n-s-w): New variable.
6718         (edebug-display, edebug-outside-excursion): Use it to save the
6719         original value of default-cursor-in-non-selected-windows.
6720         Set default-cursor-in-non-selected-windows to t while Edebug
6721         is active.
6722         (edebug-mode, edebug-eval-mode): Doc fix.
6724         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6725         with `buffer-substring-no-properties' to remove common substring
6726         highlighting.
6728         * info.el (info-other-window, info): Rename function argument
6729         `file' to `file-or-node'.
6730         (Info-complete-menu-item): Use local variable `complete-nodes' to
6731         keep the global value of `Info-complete-nodes' unchanged for
6732         subsequent completions.
6733         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6735         * simple.el (get-next-valid-buffer, last-buffer)
6736         (next-error-buffer-p, next-error-find-buffer)
6737         (minibuffer-history-sexp-flag): Doc fix.
6739         * savehist.el (savehist-mode-hook): Add `:group'.
6741         * log-view.el: Call autoload for vc-find-version.
6742         (log-view-current-file): Adjust subgroup numbers.
6743         (log-view-current-tag): Add `length'.
6745 2005-12-23  Richard M. Stallman  <rms@gnu.org>
6747         * vc.el (vc-annotate-car-last-cons): Defn moved up.
6749 2005-12-23  Juri Linkov  <juri@jurta.org>
6751         * hi-lock.el (hi-lock-archaic-interface-message-used)
6752         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6753         (hi-lock-mode): Display "Hi" in the mode line only when
6754         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6755         (hi-lock-write-interactive-patterns):
6756         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6757         (hi-lock-set-pattern, hi-lock-set-file-patterns)
6758         (hi-lock-font-lock-hook): Set 3rd arg `how' of
6759         font-lock-add-keywords to t.
6761 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
6763         * hi-lock.el (hi-lock-highlight-range): New variable.
6764         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6765         only if font-lock-fontified is non-nil.  Remove overlays.
6766         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6767         font-lock-fontified is non-nil, otherwise use overlays (instead of
6768         text properties).
6769         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6770         New variables.
6771         (hi-lock-string-serialize) New function.
6773 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6775         * menu-bar.el (menu-find-file-existing): New function.
6776         (menu-bar-file-menu): Use menu-find-file-existing for Open.
6778         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6780 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6782         * vc.el: Remove unnecessary leading * in docstrings.
6783         (vc-annotate-mode-map): Move initialization into declaration.
6784         (vc-static-header-alist): Nitpick on the regexp.
6785         (vc-default-init-version): New fun.
6786         (vc-register): Use it.
6787         (vc-insert-headers): Use dolist.
6788         (vc-annotate-get-backend): Remove unused function.
6789         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
6790         (vc-annotate-mode): Remove corresponding call.
6791         (vc-annotate-car-last-cons): Simplify.
6792         (vc-annotate-buffers): Remove var.
6793         (vc-annotate-backend): Make it buffer-local.
6794         (vc-annotate): Move the interaction to the interactive spec.
6795         Add a `buf' argument.
6796         (vc-annotate-warp-version): Use this new `buf' argument to avoid
6797         killing&creating a vc-annotate buffer, which is very disruptive when
6798         the buffers are shown in dedicated frames.
6800 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
6802         * descr-text.el: Add FSF as maintainer.
6803         (describe-text-mode, describe-text-mode-map)
6804         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
6805         help-mode.
6806         (describe-text-widget, describe-text-sexp)
6807         (describe-property-list, describe-text-category)
6808         (describe-text-properties, describe-text-properties-1)
6809         (describe-char): Use help buttons instead of widgets.
6810         (describe-char-unicodedata-file): Make URL link in doc string.
6812 2005-12-22  Richard M. Stallman  <rms@gnu.org>
6814         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6815         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6816         Don't include buttons that write a file when there's no file.
6817         (custom-variable-menu, custom-face-menu, custom-group-menu):
6818         Don't include commands that write a file when there's no file.
6819         (customize-browse): Reword the top-of-buffer help intro.
6820         (custom-buffer-create-internal): Fix previous change.
6821         (customize-changed-options-previous-release): Prev release is 21.1.
6822         (customize-changed-options): Doc fix.
6823         (customize-changed): New alias.
6824         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6825         Say "standard values".
6826         (Custom-reset-standard): Doc fix.
6827         (custom-face-reset-standard): Doc fix.
6829 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6831         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6832         even if font-lock-mode is non-nil since it may be t without having
6833         turned on font-lock-mode-internal.
6834         (font-lock-choose-keywords): Minor optimization.
6835         (font-lock-add-keywords, font-lock-remove-keywords)
6836         (font-lock-set-defaults): Don't call make-local-variable on a variable
6837         that we know to already be local.
6839 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6841         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6842         messages if in the minibuffer.
6844 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6846         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6847         (tex-mode-flyspell-verify, flyspell-get-word)
6848         (flyspell-external-point-words): Don't use point-min/max uselessly.
6850         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6851         by Kevin Rodgers.  Instead, just hide the completions buffer if we
6852         don't need to show it.
6854 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
6856         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6858 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6860         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6861         delete-windows-on with an inexistent buffer.
6863 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
6865         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6866         Delete defcustom variable :tag names.
6868 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6870         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6871         (log-view-font-lock-keywords): Ajust subgroup numbers.
6872         (log-view-current-tag): Don't hard code the number of subgroups.
6874 2005-12-20  Juri Linkov  <juri@jurta.org>
6876         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6877         (tooltip-x-offset, tooltip-y-offset): Doc fix.
6879         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6880         (menu-bar-non-minibuffer-window-p): Instead of checking
6881         display-multi-frame-p, use selected-frame when menu-updating-frame
6882         is nil.
6884 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
6886         * align.el (align-rules-list): Use [ \t] instead of \s-
6887         for column separators in text mode.
6889 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
6891         * help-mode.el (help-customize-variable, help-customize-face):
6892         Don't pop help-xref-stack as help-follow no longer pushes
6893         anything on to it.
6895 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
6897         * textmodes/org.el (org-agenda-custom-commands): New option.
6898         (org-agenda): Offer custom commands on splash screen.
6899         (org-make-tags-matcher): Parser for Boolean logic added.
6900         (org-agenda-set-tags): New command.
6901         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6902         (org-set-tags): Efficiency improvements.
6903         (org-auto-align-tags): New option.
6904         (org-todo, org-demote, org-promote): Realign tags.
6905         (org-tags-completion-function): Use also "&" and "|" as separators.
6906         (org-org-menu): Agenda commands simplified.
6908 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6910         * cus-edit.el (customize-apropos, customize-apropos-options):
6911         Docstring changes.
6913         * font-lock.el (font-lock): Add tags to the links in the defgroup.
6915 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
6917         * longlines.el (longlines-mode): Wrap while widened.
6918         (longlines-decode-region, longlines-encode-region): Compute max
6919         just once.
6921 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6923         * cus-edit.el (mac): New group.
6925         * cus-start.el (all): Add user options in macterm.c.  Add test for
6926         Mac-related built-ins.  Fix test for GTK-related built-ins.
6928         * term/mac-win.el (mac-handle-language-change)
6929         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6930         (mac-services-open-selection, mac-services-mail-selection)
6931         (mac-services-mail-to, mac-services-insert-text)
6932         (mac-dispatch-apple-event): Add docstrings.
6933         (x-get-selection, mac-select-convert-to-string): Select coding
6934         system from `utf-16be' and `utf-16le' using `byteorder'.
6936 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6938         * subr.el (lazy-completion-table): Don't be fooled if the var holds
6939         a "list" (lambda ...) rather than a real completion list.
6941         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6942         lexical-let when encountering ((lambda (...) ...) ...).
6944 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
6946         * progmodes/sh-script.el (sh-mode):
6947         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6948         * textmodes/picture.el (picture-mode): Update docstrings.
6950 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
6952         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6953         commands enclosed in $(ARGQUOTE)s should not be split between two
6954         lines, as that will break with GNU Make >3.80, when sh.exe is used
6955         and arg quoting is with '..'.
6956         (autoloads): Don't break the quoted --eval expression between
6957         several lines.
6959 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
6961         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
6962         Capture error from printing circular structures.
6964 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
6966         * wid-edit.el (widget-checkbox-action): Clear undo info.
6968 2005-12-16  Bill Wohler  <wohler@newt.com>
6970         * menu-bar.el (kill-this-buffer): Set a good example by using menu
6971         bar, not menubar in comment.
6973 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6975         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
6976         After-change-functions should not clobber the match data.
6978 2005-12-16  Juri Linkov  <juri@jurta.org>
6980         * simple.el (choose-completion): Use `buffer-substring-no-properties'
6981         instead of `buffer-substring'.
6982         (completion-common-substring): Doc fix.
6983         (completion-setup-function): Use minibuffer-completion-contents
6984         instead of minibuffer-contents.  Don't set common-string-length
6985         initially.  Remove special handling of partial-completion-mode.
6986         Move computation of completion-base-size into one cond.
6987         Call completion-base-size-function in mainbuf.  In computation of
6988         completion-base-size for file name completion don't move point to
6989         the end of the minibuffer.  Move computation of common-string-length
6990         into one cond.  Start putting faces only when common-string-length>=0.
6991         Add condition to put completions-common-part when
6992         common-string-length>0.
6994         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
6995         place point at the first different character in the minibuffer
6996         even if this position is at the beginning of the minibuffer.
6998         * info.el (Info-read-node-name-1): In completion-base-size-function's
6999         lambda return 1 if common-substring or minibuffer-completion-contents
7000         starts with (, and 0 otherwise.
7002         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7003         Use `crm-current-element' for second arg of `display-completion-list'.
7005 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
7007         * files.el (set-auto-mode): Look for an interpreter specified on
7008         the first line also if search for mode specification succeeded,
7009         but the mode is not known.
7011 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7013         * textmodes/org.el (org-tags-match-list-sublevels): New option.
7014         (org-open-at-point): Implement tag searches as links.
7015         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7016         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7017         (org-tags-sparse-tree, org-tags-view, org-set-tags)
7018         (org-agenda-dispatch): New commands.
7019         (org-use-tag-inheritance, org-tags-column): New options.
7020         (org-tab-follows-link, org-return-follows-link): New options.
7021         (org-tags): New customize group.
7022         (org-start-icalendar-file): Get local time zone.
7023         (org-tags-completion-function): New function.
7024         (org-set-font-lock-defaults): Make sure links will also be
7025         highlighted inside headlines.
7027 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
7029         * term.el (term-emulate-terminal):
7030         Let term-handle-ansi-terminal-messages override what Bash says about
7031         its current directory.
7033 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
7035         * bindings.el (last-buffer): Move to simple.el.
7036         * simple.el (last-buffer): Move here.
7037         (get-next-valid-buffer): New function.
7038         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7039         (prev-buffer): Ditto.  Rename to `previous-buffer'.
7041         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7042         * bindings.el (global-map): Ditto.
7044 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
7046         * cus-edit.el: Introductory comment change.
7047         (custom-magic-alist): Change message string for the `rogue' state.
7049 2005-12-15  Richard M. Stallman  <rms@gnu.org>
7051         * tooltip.el: Delete defcustom variable :tag names.
7053         * complete.el (partial-completion-mode): Doc fix.
7055         * textmodes/flyspell.el (flyspell-external-point-words):
7056         Use save-excursion to ensure we don't move backward in the
7057         search loop, not even one character.
7058         (flyspell-delete-all-overlays): Use remove-overlays directly.
7060         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7061         (ispell-start-process): Set that variable.
7062         Clear ispell-buffer-local-name.
7063         (ispell-internal-change-dictionary):
7064         Set ispell-current-dictionary after killing process.
7065         (ispell-buffer-local-dict):
7066         Don't set spell-personal-dictionary after killing process.
7067         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7068         (ispell-tex-skip-alists, ispell-html-skip-alists)
7069         (ispell-skip-region-alist): Mark as risky.
7071         * net/newsticker.el (newsticker--retrieval-timer-list)
7072         (newsticker--display-timer, newsticker-running-p)
7073         (newsticker-ticker-running-p): Definitions moved up.
7075 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
7077         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7079 2005-12-15  David Ponce  <david@dponce.com>
7081         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7082         (recentf-edit-list, recentf-open-files): Signal an error when
7083         there is no recent file.
7085 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7087         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7088         read-only except for texinfo-format-region evaluation.
7090 2005-12-14  Richard M. Stallman  <rms@gnu.org>
7092         * vc.el (vc-default-previous-version, vc-default-next-version)
7093         (vc-do-command): Doc fixes.
7095 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7097         * textmodes/bibtex.el (bibtex-expand-strings)
7098         (bibtex-autokey-expand-string, bibtex-name-part)
7099         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7100         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7101         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7102         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7103         (bibtex-entry-postfix, bibtex-known-entry-type-re)
7104         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7105         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7106         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7107         (bibtex-beginning-of-last-entry): Remove.
7108         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
7109         message if comma is missing but buffer is read-only.
7110         (bibtex-parse-field-text): Handle whitespaces at the end of field
7111         text.  Return 3-element list with beginning and end of field text
7112         and end of field.
7113         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7114         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
7115         (bibtex-search-forward-field, bibtex-search-backward-field):
7116         Search always delimited by limits of entry.  Use more efficient
7117         search algorithms.
7118         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7119         bibtex-end-of-name-in-field.
7120         (bibtex-text-in-field-bounds): Handle BibTeX strings when
7121         extracting the content of a field.
7122         (bibtex-text-in-field): Use search limits.
7123         (bibtex-parse-string-prefix): Handle empty string keys based on
7124         bibtex-string-empty-key.
7125         (bibtex-parse-string): Fix docstring.
7126         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7127         (bibtex-preamble-prefix, bibtex-strings): New functions.
7128         (bibtex-skip-to-valid-entry): Include preceding whitespace in
7129         BibTeX entries (consistent with other BibTeX functions).
7130         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7131         (bibtex-search-entry): Fix docstring.  Simplify.
7132         (bibtex-flash-head, bibtex-complete-string-cleanup)
7133         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7134         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7135         (bibtex-parse-entry): New optional arg content.
7136         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7137         Use bibtex-text-in-field-bounds.
7138         (bibtex-print-help-message): Handle BibTeX strings and preambles.
7139         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7140         bibtex-parse-string-postfix.
7141         (bibtex-find-text-internal): New function.
7142         (bibtex-remove-delimiters): Use it.
7143         (bibtex-find-text): Use it.  New optional arg help.
7144         (bibtex-complete): Handle BibTeX string and preamble entries.
7145         (bibtex-Preamble): Fix order of closing delimiters.
7147 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7149         * vc.el (vc-default-revert): New fun.
7151         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7153 2005-12-14  Romain Francoise  <romain@orebokech.com>
7155         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7156         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7157         (font-lock-remove-keywords): Likewise.
7159 2005-12-14  Juri Linkov  <juri@jurta.org>
7161         * log-view.el (log-view-diff): Doc fix.
7163         * isearch.el (isearch-query-replace): Use (mark) instead of
7164         isearch-opoint if mark is active in transient-mark-mode.
7166 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
7168         * isearch.el (isearch-query-replace): Check for isearch-other-end.
7170 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
7172         * progmodes/cpp.el (cpp-face): New widget.
7173         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7175 2005-12-14  Juri Linkov  <juri@jurta.org>
7177         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7178         around `erase-buffer' and `insert'.
7180         * descr-text.el (describe-text-properties): Replace buffer name
7181         "*Help-2*" with "*Help*<2>".
7182         (describe-char): Add functions print-help-return-message,
7183         toggle-read-only.  Use help-setup-xref with nil to not store
7184         describe-char in help-xref-stack.  Use help-make-xrefs to
7185         make [back] button.
7187         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7189         * wdired.el (wdired-old-point): New internal variable.
7190         (wdired-change-to-wdired-mode): Set it buffer-locally.
7191         (wdired-abort-changes): Restore point after aborting changes.
7193 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7195         * vc.el (vc-do-command): Add a new value t for okstatus.
7197         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7198         frame in case of errors.
7200 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7202         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7203         so it comes after "On the Left" in the menu.
7205 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
7207         * cus-edit.el (customize-apropos, customize-apropos-options)
7208         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7210 2005-12-12  Bill Wohler  <wohler@newt.com>
7212         * vc-svn.el (vc-svn-registered): Fix problem of visiting
7213         non-writable Subversion-controlled files by saving window
7214         configuration before calling vc-do-command.  vc-do-command calls
7215         pop-to-buffer on error which is unexpected during registration.
7217 2005-12-12  Jay Belanger  <belanger@truman.edu>
7219         * calc/README: Update the summary of changes.
7221 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7223         * descr-text.el (describe-char): Rework last fix to solve the problem
7224         is the same way it's solved for everything else in that function
7225         (i.e. by extracting the info before setting up the *Help* buffer).
7227 2005-12-12  Kim F. Storm  <storm@cua.dk>
7229         * subr.el (version-regexp-alist): Allow space as separator before
7230         non-numeric part, e.g. "1.0 alpha".
7231         (version-to-list): Interpret .X.Y version as 0.X.Y version.
7233 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7235         * textmodes/org.el (org-agenda, org-timeline, org-todo):
7236         Implement Logging and the keep-modes setting.
7237         (org-get-category): Make sure a string is returned.
7238         (org-log-done): New function.
7239         (org-log-done, org-closed-string): New options.
7241 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7243         * tooltip.el (tooltip-y-offset): Change default to 20.
7245 2005-12-12  Richard M. Stallman  <rms@gnu.org>
7247         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7249         * frame.el (display-hourglass): Doc fix.
7251         * help.el (help-for-help-internal): Simplify entry for `a'.
7253         * info.el (Info-on-current-buffer): Doc fix.
7254         (info-insert-file-contents): Don't test (featurep 'jka-compr).
7256         * startup.el (inhibit-splash-screen): Make this the real name.
7257         (inhibit-startup-message): Make this the alias.
7258         (command-line): Find only simple.el, and use its directory
7259         to fill in other preloaded files' names.
7260         (command-line): Deactivate the mark if deactivate-mark is set.
7262         * international/mule.el (load-with-code-conversion):
7263         Bind deactivate-mark.
7265         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7267 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
7269         * cus-edit.el (customize-apropos): Avoid listing an option more
7270         than once under different aliases.  No longer list user options
7271         that are not defined with defcustom (unless a prefix arg is given).
7272         Doc fix.
7273         (customize-apropos-options): Doc fix.
7275 2005-12-11  Juri Linkov  <juri@jurta.org>
7277         * frame.el (set-background-color, set-foreground-color)
7278         (set-cursor-color, set-mouse-color, set-border-color):
7279         Add explicit prompts to read colors by `facemenu-read-color'.
7280         (show-trailing-whitespace, blink-cursor-delay)
7281         (blink-cursor-interval, display-hourglass, hourglass-delay):
7282         Remove tags.
7283         (display-hourglass, hourglass-delay): Doc fix.
7284         (cursor-in-non-selected-windows): Capitalize words in tag.
7286         * faces.el (frame-background-mode): Replace `choice-item' keywords
7287         with `const' to not make [default] button.  Change default value tag
7288         from `default' to `automatic'.  Doc fix.
7289         (trailing-whitespace) <defface>: Change group `whitespace' to
7290         `whitespace-faces'.
7292 2005-12-11  Richard M. Stallman  <rms@gnu.org>
7294         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7296 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7298         * term/mac-win.el: Create keymap for mac-apple-event-map.
7300 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
7302         * tooltip.el (tooltip-mode): Move to start of file so that it
7303         appears at top of customize buffer.
7305         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7306         Add the gud groupname.
7307         (gud-tooltip-mode): Add the tooltip groupname.
7308         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
7309         avoid conflict with tooltip-use-echo-area.
7311 2005-12-10  Romain Francoise  <romain@orebokech.com>
7313         * help.el (help-for-help-internal): Add `r' in doc string.
7315 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7317         * align.el (align-regexp, align-highlight-rule):
7318         Use region-beginning and region-end instead of point and mark, so that
7319         repetition (with `repeat-complex-command') recomputes the region
7320         bounds.
7322 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7324         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7325         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7326         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7327         (balance-windows): Rewrite using the above new functions.
7329 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
7331         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7332         react if global-hi-lock-mode seems intended.
7333         (global-hi-lock-mode) Renamed from hi-lock-mode.
7334         (hi-lock-archaic-interface-message-used)
7335         (hi-lock-archaic-interface-deduce): New variables.
7336         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7337         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7338         (hi-lock-find-patterns, hi-lock-font-lock-hook):
7339         Replace hi-lock-buffer-mode with hi-lock-mode.
7341 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
7343         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7344         completion list, even after a partial completion has been
7345         inserted in the current buffer.  If there are more than 1
7346         completion, redisplay the *Completions* buffer; if the
7347         completion is unique, delete the *Completions* window.
7349 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
7351         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7352         strings and long subject lines that were broken into multiple
7353         lines at arbitrary places.  Handle subjects that have "Re: " in
7354         the middle.
7356 2005-12-10  John W. Eaton  <jwe@octave.org>
7358         * emacs/octave-mod.el (octave-electric-space): Don't indent
7359         comments or strings if octave-auto-indent is nil.
7361 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7363         * term/mac-win.el: Require url when compiling.
7364         Call mac-process-deferred-apple-events after loading init files.
7365         (mac-apple-event-map): New defvar.  Define event handlers in it.
7366         (core-event, internet-event): New Apple event class symbols.
7367         (open-application, reopen-application, open-documents)
7368         (print-documents, open-contents, quit-application)
7369         (application-died, show-preferences, autosave-now, get-url):
7370         New Apple event ID symbols.
7371         (about): New HICommand ID symbol.
7372         (mac-event-spec, mac-event-ae): New macros.
7373         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7374         (mac-ae-selection-range, mac-ae-text-for-search)
7375         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7376         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
7377         and Services menu events are now defined in mac-apple-event-map.
7378         (mac-drag-n-drop): Remove selection range handling.
7380 2005-12-10  Kenichi Handa  <handa@m17n.org>
7382         * simple.el (zap-to-char):
7383         * isearch.el (isearch-process-search-char): Translate CHAR by
7384         translation-table-for-input.
7386 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
7388         * foldout.el (foldout-exit-fold): Properly hide subtree.
7390 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7392         * files.el (save-buffer):
7393         * international/ucs-tables.el (ucs-set-table-for-input):
7394         * mail/mail-extr.el (mail-extract-address-components):
7395         * mail/sendmail.el (mail-mode): Reformat doc string.
7397 2005-12-09  Juri Linkov  <juri@jurta.org>
7399         * isearch.el (isearch-highlight): Change main overlay priority
7400         from 1 to 1001.  Simplify.
7401         (isearch-lazy-highlight-update): Change lazy overlay priority
7402         from 0 to 1000.
7404         * replace.el (replace-highlight): Change overlay priority from
7405         1 to 1001.
7407         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7408         Change overlay priority from 1 to 1001.  Reuse existing overlay.
7410         * compare-w.el (compare-windows-highlight): Change overlay
7411         priority from 1 to 1000.
7413         * menu-bar.el (menu-bar-edit-menu): Add listp around
7414         pending-undo-list to disable menu item "undo" when pending
7415         undo list is empty.
7417         * locate.el (locate): Disable undo in *Locate* buffer.
7419 2005-12-09  Kim F. Storm  <storm@cua.dk>
7421         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7423 2005-12-09  David Ponce  <david@dponce.com>
7425         * recentf.el: Improvement of the menu code.
7426         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
7427         instead of menu hook.
7428         (recentf-show-menu, recentf-hide-menu): New functions.
7429         (recentf-menu-customization-changed, recentf-mode): Use them.
7430         (recentf-menu-action, recentf-max-menu-items)
7431         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7432         (recentf-arrange-by-rule-others)
7433         (recentf-arrange-by-rules-min-items)
7434         (recentf-arrange-by-rule-subfilter) : Don't use
7435         `recentf-menu-customization-changed'.
7436         (recentf-arrange-rules): Likewise.  Accept functions to compute
7437         sub-menu titles.
7438         (recentf-menu-filter): Likewise.  Doc fix.
7439         (recentf-menu-value-shortcut): Doc fix.
7440         (recentf-dump-variable): Quote atom value.
7441         (recentf-make-menu-items): Update to use it as a menu filter.
7442         (recentf-match-rule): New function.
7443         (recentf-arrange-by-rule): Use it.
7444         (recentf-indirect-mode-rule): New function.
7445         (recentf-build-mode-rules): Use it.
7446         (recentf-dir-rule): New function.
7447         (recentf-arrange-by-dir): Use it.
7448         (recentf-filter-changer-current): Rename from
7449         `recentf-filter-changer-state'.  All references updated.
7450         (recentf-filter-changer-alist): Update filter names.
7451         (recentf-filter-changer-select): New function.
7452         (recentf-filter-changer): Use it.  Make a sub-menu from filters
7453         available in `recentf-filter-changer-alist'.
7454         (recentf-data-cache, recentf-clear-data)
7455         (recentf-update-menu): Remove.  All references updated.
7456         (recentf-match-rule-p, recentf-build-dir-rules)
7457         (recentf-filter-changer-goto-next)
7458         (recentf-filter-changer-get-current)
7459         (recentf-filter-changer-get-next): Remove.
7461 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
7463         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7464         buffer "Reset" button to "Reset to Current" for consistency with
7465         the State buttons.
7467 2005-12-08  John Paul Wallington  <jpw@pobox.com>
7469         * ibuf-ext.el (define-ibuffer-filter filename):
7470         If `dired-directory' is a list then really use its car.
7472 2005-12-08  Kim F. Storm  <storm@cua.dk>
7474         * emulation/cua-rect.el (cua--rectangle-aux-replace):
7475         Fix indention of text on right side of replaced rectangle.
7477 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
7479         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7480         No need to check gud-comint-buffer is bound.
7481         (gdb): Prevent multiple debugging when first session uses gdba.
7483 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7485         CC Mode update to 5.31.
7487         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7488         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
7489         We might do this function properly in the future).
7491         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7492         New macros c-sentence-end and c-default-value-sentence end, to cope
7493         with Emacs 22's new function `sentence-end'.
7495 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7497         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7498         compat issue using `c-put-overlay' and `c-delete-overlay'.
7500         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7501         New compat macros to handle overlays/extents.
7503 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7505         * progmodes/cc-fix.el: Add definitions of the macros push and pop
7506         (for GNU Emacs 20.4)
7508         * progmodes/cc-defs.el:
7509         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7511         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7512         highlighting mechanism so it will work in XEmacs too.
7514         * progmodes/cc-defs.el: Insert c-int-to-char.
7516         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7517         call to the new macro c-int-to-char.  This solves XEmacs's
7518         regarding characters as different from integers.
7520 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7522         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7523         New internal helper.
7525         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7526         construct to make the indirect face lookup work in XEmacs.
7528         (c-cpp-matchers): Append the negation char face to the existing
7529         fontification, so that the cpp face doesn't disappear.
7530         Use `c-make-syntactic-matcher' to avoid negation chars in comments
7531         and strings.
7533         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7534         to map to `font-lock-negation-char-face' in emacsen where it exists.
7536 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7538         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7540         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7541         Rename "c-subword-move-mode" as "c-subword-mode".
7543         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7544         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
7546 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7548         * progmodes/cc-mode.el: Added autoload directive for
7549         `c-subword-move-mode' for use in older emacsen.
7551 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7553         * progmodes/cc-mode.el:
7554         (i) Insert a binding for C-c C-backspace into
7555         c-bind-special-erase-keys which works in TTYs.
7556         (ii) Make sure that when file styles are used, any explicitly
7557         given style variables take priority over those in the style.
7558         Do this by calling `hack-local-variables' a second time.
7560         * progmodes/cc-vars.el: Add language specific customization
7561         widgets for AWK to c-doc-comment-style, c-require-final-newline
7562         and c-default-style.  Add a defcustom for awk-mode-hook.
7563         Give c-syntactic-element and c-syntactic-context doc-strings by
7564         directly setting their `variable-documentation' propery.
7565         This allows Emacs 22.1 to read these with C-h v.
7567         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7569 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7571         * progmodes/cc-fonts.el, cc-vars.el
7572         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7573         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7574         Masatake YAMATO.
7576         (c-doc-comment-style): Made GtkDoc default in C mode.
7578         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7579         and C-c C-<delete>.
7581         (c-bind-special-erase-keys): New function for use on
7582         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7584         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7585         <delete> key behavior in XEmacs according to `delete-forward-p'.
7586         C.f. `c-electric-delete'.
7588 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7590         * progmodes/cc-mode.el: Give c-hungry-backspace and
7591         c-hungry-delete-forward permanent key bindings.
7593         * progmodes/cc-cmds.el (c-electric-semi&comma):
7594         Bind c-syntactic-context for calls to "criteria functions", for
7595         consistency with other calls to user functions.
7597         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7598         `current-prefix-arg', since this might be the prefix arg to a
7599         command which calls c-indent-command as a function.  Change the
7600         interactive spec from "p" to "P".
7602         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7603         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7604         was difficult to understand.
7606 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7608         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7609         first char of an identifier.
7611         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7612         +" syntax in C++.
7614 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7616         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7617         auto-fill doesn't split a c-comment's last word from a hanging
7618         "*/" when a space is typed between them after fill-column.
7620         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7622         * progmodes/cc-styles.el (c-set-style)
7623         (c-setup-paragraph-variables): Abort the command if we're not in a
7624         CC Mode buffer.
7626         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7627         with blank comment-prefix, and a blank line as the comment's
7628         second line.
7630 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7632         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7633         Incorporate the patterns added in the Emacs development branch
7634         for the new Emacs 22 face `font-lock-negation-char-face'.
7636         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7637         of "red" since it stands out better in xterms and DOS terminals.
7639         * progmodes/cc-engine.el (c-literal-faces):
7640         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7642 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7644         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7645         forcibly enable c-electric-flag.
7647         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7648         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7649         after the comment-prefix of a C-style comment will close that comment.
7651 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7653         * progmodes/cc-fonts.el (c-basic-matchers-before)
7654         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7655         in Pike.
7657         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7658         digraphs.
7660         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7661         (c-cpp-message-directives, c-cpp-include-directives)
7662         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7663         (c-cpp-expr-directives): Introduce new language constants to
7664         control cpp syntax in a cleaner way.
7666         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7668         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7670         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7671         (c-multiline-string-start-char): New language constants and
7672         variables to specify how newlines in string literals work.
7674         (c-font-lock-invalid-string): Use them.
7676         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7677         unbalanced close brace is entered.  Optimization by avoiding going
7678         back over arbitrarily large blocks.  Removed hints that this
7679         function only would be relevant/useful in AWK.
7681         (c-electric-brace): Indent syntactically after the cleanups since
7682         lineup functions might do it differently then.
7684         * progmodes/cc-engine.el, cc-langs.el
7685         (c-opt-op-identifier-prefix): New language constant and variable.
7687         (c-just-after-func-arglist-p, c-after-special-operator-id)
7688         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7690         * progmodes/cc-align.el, cc-engine.el
7691         (c-after-special-operator-id): New helper to handle C++ operator
7692         identifiers.
7694         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7695         (c-guess-basic-syntax): Handle C++ operator identifiers in
7696         declarations.
7698         * progmodes/cc-langs.el (c-assignment-operators): Add the
7699         trigraph version of ^= too.
7701         * progmodes/cc-langs.el (c-assignment-operators): Add the
7702         trigraph version of |= in C++.
7704         * progmodes/cc-fonts.el (c-font-lock-declarators):
7705         Handle `c-decl-hangon-kwds' after the identifier name.
7707         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7708         whether an arglist is "nonempty", ignore a comment after the open
7709         paren if it isn't followed by a non-comment token on the same line.
7711         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7712         Enable heuristics below the point to cope with classes inside special
7713         brace lists in Pike.
7715 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7717         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7719 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7721         * progmodes/cc-guess.el (cc-guess-install): New function to
7722         install an already guessed style in another buffer.
7724         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7725         sets `inhibit-read-only' - `c-save-buffer-state' should be used
7726         anyway if the change always is undone.
7728 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7730         Implement togglable electricity:
7732         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7733         saying when it should be used.
7735         * progmodes/cc-engine.el: Add the new buffer-local variable,
7736         c-electric-flag.
7738         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7739         c-toggle-auto-newline.
7741         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7742         c-toggle-auto-newline.  Remove the binding for
7743         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
7744         c-toggle-electric-state.
7746         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7748         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7749         c-\(forward\|backward\)-subword.
7750         (c-update-modeline): Add the new modeline flag `l' for
7751         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
7752         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7753         Make the old name an alias of the new name.
7754         (c-toggle-electric-state): New function.
7755         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7756         Adapt these functions to do electric things only when
7757         c-electric-flag is non-nil.
7758         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7759         new functions from c-electric-brace.
7760         (c-point-syntax): Add a check for "virtual semicolons" in AWK
7761         mode, so that the tentative extra newline doesn't change the
7762         syntax of the following brace.
7763         (c-electric-brace): Restructure by extracting the above functions.
7764         Tidy up the coding somewhat.
7765         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7766         restructure a bit.
7768 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7770         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7771         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
7773         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7774         (c-submode-indicators): Change name from `c-auto-hungry-string'
7775         since it's now used to track another submode.
7777         (c-update-modeline): Convert to function and extended to check
7778         `c-subword-move-mode'.
7780         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7781         Convert to compat aliases for `c-forward-subword' and
7782         `c-backward-subword'.
7784         * progmodes/cc-subword.el: New functions and minor mode to handle
7785         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7787         (c-forward-subword, c-backward-subword, c-mark-subword)
7788         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7789         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7790         Functions corresponding to the standard word handling functions.
7792         (c-subword-move-mode): Minor mode that replaces all the standard
7793         word handling functions with their subword equivalences.
7795 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7797         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7798         entry for one-liner-defun.
7800         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7801         name in its def-edebug-spec.
7803         * progmodes/cc-cmds.el (c-electric-brace): Make the
7804         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
7805         compacts space before a comment, if this will make things fit on
7806         one line.
7808         Introduce an "awk" style, mainly for auto-newline and clean-ups.
7810         * progmodes/cc-align.el: New function c-snug-1line-defun-close
7812         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7813         clean-up one-liner-defun.
7815         * progmodes/cc-styles.el: Add the new "awk" style.
7817         * progmodes/cc-vars.el: Add description of one-liner-defun to
7818         c-cleanup-list's doc-string.  New user options,
7819         c-max-one-liner-length.  In c-default-style, set the default style
7820         for AWK to "awk".
7822 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7824         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7825         macros inside labels.
7827         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7828         `c-at-statement-start-p' and `c-at-expression-start-p'.
7830         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7831         error if the mark isn't set.
7833         * progmodes/cc-engine.el (c-guess-continued-construct)
7834         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7835         accurately detect functions inside functions.
7837         * progmodes/cc-engine.el (c-at-expression-start-p): New function
7838         like `c-at-statement-start-p' that additionally recognizes commas
7839         and expression parentheses as delimiters.
7841         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7842         to avoid heuristics that doesn't work for unclosed blocks.
7843         (c-at-statement-start-p): New function.
7845         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7846         Objective-C directives, e.g. directives spanning lines should work
7847         reasonably well now.
7849         (c-put-c-type-property, c-clear-c-type-property): New helpers.
7851         (c-forward-objc-directive): New function to move over any ObjC
7852         directive.
7854         (c-just-after-func-arglist-p, c-guess-basic-syntax)
7855         (c-basic-matchers-before): Use it.
7857         (c-font-lock-objc-iip-decl): Remove.
7859         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7860         in the template arglist recognition.
7862         * progmodes/cc-styles.el (c-style-alist): Fix several
7863         inconsistencies in the Whitesmith style.
7865         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7866         New lineup function to get lines after Whitesmith style blocks
7867         correctly indented.
7869         (c-lineup-whitesmith-in-block): Back out the compensation for
7870         opening parens since it's done using `add' lists in the style
7871         definition instead.  Don't use the anchor position since it varies
7872         too much between the syntactic symbols. :P
7874         * progmodes/cc-vars.el (c-valid-offset): Update.
7876         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7877         lists where the offsets are combined according to several
7878         different methods: `first', `min', `max', and `add'.
7879         Report offset evaluation errors with `c-benign-error' so that some kind
7880         of reindentation still is done.
7882         * progmodes/cc-engine.el (c-guess-basic-syntax):
7883         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7884         `arglist-close'.
7886         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7887         situations for `arglist-cont-nonempty' and `arglist-close'.
7889         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7891         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7892         cc-bytecomp-boundp' in a number of places.
7894         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7895         macro related issue.
7897 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7899         * progmodes/cc-awk.el: Change the terminology of regexps: A char
7900         list is now [asdf], a char class [:alpha:].
7901         Include code for char classes.
7902         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
7903         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7905         Remove (nearly all of) the cruft associated with AWK Mode's former
7906         concept of "virtual semicolons":
7908         Adapt c-beginning-of-statement, c-end-of-statement (together with
7909         subfunctions) to use the new notion of "virtual semicolon" in
7910         place of the old awkward special handling for AWK.  There remains
7911         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7912         * progmodes/cc-cmds.el:
7913         (c-ascertain-adjacent-literal): In the backwards direction, now
7914         recognises AWK regexp delimiters as string delimiters.
7915         (c-after-statement-terminator-p): Adapt for virtual semicolons;
7916         check more rigorously for "end of macro".
7917         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7918         virtual semicolons;
7919         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7920         out the code for forward movement into ...
7921         (c-end-of-statement): Now contains the code for forward movement,
7922         adapted for virtual semicolons.
7924         * progmodes/cc-engine.el:
7925         (c-ws*-string-limit-regexp): New regexp.
7926         (c-forward-single-comment, c-backward-single-comment): Comment out
7927         the (now redundant) "special" AWK stuff.
7929         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7930         c-string-par-start, c-string-par-separate to be more like Text
7931         Mode than Fundamental Mode.
7933 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7935         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7936         to the fontified region so that fontification doesn't occur
7937         outside it (could happen e.g. when fontifying a line with an
7938         unfinished declaration).
7940 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7942         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7943         start of the file.  ^L now separate sections of the file.
7944         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
7945         (c-awk-one-line-possibly-open-string-re)
7946         (c-awk-regexp-one-line-possibly-open-char-class-re)
7947         (c-awk-one-line-possibly-open-regexp-re)
7948         (c-awk-one-line-non-syn-ws*-re): New defonsts.
7949         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7951         Amend the concept of "virtual semicolons" (in the indentation
7952         engine) for languages like AWK, such that they are now
7953         conceptually attached to end of the last token of a statement, not
7954         the end of the line.  (In AWK Mode, however, the pertinent text
7955         property is still physically set on the EOL.)  Remove the specific
7956         tests for awk-mode, thus facilitating the introduction of other
7957         language modes where EOLs can end statements.
7958         (Note: The funtionality in cc-cmds.el, specifically
7959         c-beginning/end-of-statement has yet to be amended.)
7961         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
7962         New macros.
7964         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
7965         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
7966         c-vsemi-status-unknown-p-fn (in a new page).
7968         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
7969         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
7970         numerous awkward forms like
7971         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
7972         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
7973         variable before-ws-ip, the place just after char-before-ip appears.
7975         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
7976         a comment.
7978 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7980         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
7981         `c-tentative-buffer-changes'.
7983         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
7984         convert to macro to choose between Emacs and XEmacs at compile time.
7986         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
7988         (c-tentative-buffer-changes): New macro to handle temporary buffer
7989         changes in a convenient way.
7991         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
7992         for `c-tentative-buffer-changes'.
7994         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
7995         the checks for paren sexps between the point and the keyword, to
7996         avoid some false alarms.
7998         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
7999         Fixed a situation where an error could be thrown for unbalanced
8000         parens.  Changed to make use of c-keyword-member' to avoid some
8001         repeated regexp matches.
8003         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8004         These language variable are no longer necessary.
8006         (c-block-stmt-kwds): New language constant used by
8007         c-looking-at-inexpr-block'.
8009         (c-guess-basic-syntax): Remove an optional check that looked at
8010         the existence of the now removed language variables.
8012         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8013         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8014         object instantiation expressions as declarations in some contexts.
8015         This bug only affected languages where the declarator can't be
8016         enclosed in parentheses.
8018         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8019         insert newlines before and after substatement braces.
8021         * progmodes/cc-engine.el: Improved the heuristics for recognizing
8022         function declaration headers and the handling of C++ style member
8023         init lists.
8025         (c-just-after-func-arglist-p): Rewritten to use
8026         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
8028         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8030         (c-guess-basic-syntax): Adapt case 5B for the new
8031         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
8032         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8033         covers all cases now).
8035         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8037 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8039         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8040         c-string-par-start/separate c-sentence-end-with-esc-eol,
8041         initialised in c-setup-paragraph-variables, used in string
8042         scanning subroutines of c-beginning-of-statement.
8044         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8045         which precedes the newly inserted `{'.
8047 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8049         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8050         function for declaration level blocks.  It should now cope with
8051         templates better and also be a lot more comprehensible.
8053         (c-looking-at-decl-block): The new function.
8055         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
8056         for compatibility.
8058         (c-add-class-syntax, c-guess-continued-construct)
8059         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8061         (c-decl-block-key): Change to tell apart ambiguous and
8062         unambiguous keywords.  Pike specials are now handled directly in
8063         the code instead.
8065         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8066         New language constants and variables to make the backward skip in
8067         `c-looking-at-decl-block' as tight as possible.
8069         (c-nonsymbol-token-char-list): New language constant.
8071         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8072         find balanced template arglists backwards.
8074         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8075         making char classes for `c-syntactic-skip-backward'.
8077         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8078         16D - can't be a class-close at that point.
8080         * progmodes/cc-engine.el (c-guess-basic-syntax)
8081         (c-add-class-syntax): Don't narrow out the enclosing declaration
8082         level.  This makes everything a lot easier, and it was actually
8083         only four small places that needed it to work.  Some places that
8084         previously did `widen' are removed now, which has the effect that
8085         `c-guess-basic-syntax' never will look at things outside the
8086         current narrowment now.  The anchor position for `topmost-intro'
8087         is affected by this, but it was so bogus it was basically useless
8088         before, and now it's equally bogus but in a slightly different way.
8090         (c-narrow-out-enclosing-class): Gone.
8092         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8093         the narrowed region.
8095         (c-least-enclosing-brace): Remove silly optional argument.
8097         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8098         the point could be left directly after an open paren when finding
8099         the beginning of the first decl in the block.
8101         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8102         Specify which submatch to use.
8104         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8106         (c-decl-start-re): No longer any need for special treatment of
8107         ObjC due to the above.
8109         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8110         presumably follows C in that regard.
8112         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8113         New language constants to specify operator tokens inside
8114         identifiers in a more high level way.
8116         (c-opt-identifier-prefix-key): New internal language constant.
8118         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8119         (c-identifier-start, c-identifier-key): Now completely calculated
8120         from other constants.
8122         (c-identifier-last-sym-match): Decommission since it's no longer used.
8124         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
8126         * progmodes/cc-engine.el (c-forward-name): Remove the
8127         optimization when c-identifier-key is equal to c-symbol-key since
8128         it doesn't work in byte compiled files.  Don't record empty
8129         regions as identifiers.
8131         * progmodes/cc-langs.el (c-filter-ops): New helper function to
8132         simplify access to `c-operators' and its likes.
8134         (c-operator-list, c-all-op-syntax-tokens)
8135         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8136         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8137         (c-primary-expr-regexp, c-cast-parens): Use it.
8139         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8140         an explicit language in functions.
8142         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8143         variant of adornment.
8145         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8146         variable.
8148         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8149         the Pike value.
8151         * progmodes/cc-engine.el (c-on-identifier)
8152         (c-simple-skip-symbol-backward): Small fix for handling "-"
8153         correctly in `skip-chars-backward'.  Affected the operator lfun
8154         syntax in Pike.
8156         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8157         diagnostic message about precompiled language vars not being used.
8159         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8160         "__attribute__" is followed by a parenthesis.
8162         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8163         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8164         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8166         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8167         Internal cleanups to properly detect the declared identifiers in
8168         various declarations.
8170         (c-decl-start-kwds): New language constant to recognize
8171         declarations that can start anywhere.  Used for class declarations
8172         in Pike.
8174         (c-specifier-key, c-not-decl-init-keywords)
8175         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8176         (c-find-decl-spots): Implement `c-decl-start-kwds'.
8178         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8179         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8180         handling of the compiler specific extension keywords into a new
8181         language constant `c-decl-hangon-kwds' that defines keyword
8182         clauses to be ignored in declarations.
8184         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8185         past unrecognized tokens when handling `c-colon-type-list-kwds'.
8186         Necessary to stop at the declared identifier in e.g. IDL valuetype
8187         declarations.
8189         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8190         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8191         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8192         (c-forward-decl-or-cast-1): Recognize the declared identifier in
8193         class and enum declarations as such and not as part of the type.
8195         (c-forward-decl-or-cast-1, c-forward-label): Relax the
8196         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8198         (c-forward-decl-or-cast-1): Don't disregard sure signs of
8199         declarations when there's some syntax error later on.
8201         (c-complex-decl-matchers): Did away with a reference to
8202         `c-specifier-key'.
8204         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8205         value - this variable is always dynamically bound.
8207         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8208         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8209         * cc-cmds.el, cc-defs.el: Change the policy for marking up
8210         functions that might do hidden buffer changes: All such internal
8211         functions are now marked instead of those that don't.
8213         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8214         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8215         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8216         (c-literal-type): Allow these functions to make hidden buffer changes,
8217         so that they are free to use text property caching later on.
8219         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8220         (c-electric-brace, c-electric-slash, c-electric-star)
8221         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8222         (c-electric-paren, c-electric-continued-statement, c-indent-command)
8223         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8224         (c-context-line-break): Add `c-save-buffer-state' calls to comply
8225         with the changed semantics of the functions above.
8227         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8228         when macros occur in obscure places.  Optimized the sexp movement
8229         a bit.
8231 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8233         Enhancements for c-beginning-of-statement to work in AWK Mode:
8235         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8236         (completed statement) with `}' (statement completed by closing
8237         brace or semicolon) and `$' (statement completed by EOL).
8239         (c-awk-virtual-semicolon-ends-prev-line-p)
8240         (c-awk-virtual-semicolon-ends-line-p)
8241         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8242         (c-awk-at-statement-end-p): New functions.
8244         * progmodes/cc-cmds.el: Simplify the structure of functions
8245         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
8246         two functions and c-beginning-of-statement to handle AWK Mode.
8248         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8249         c-backward-single-comment for AWK mode.  Attempt to clarify their
8250         doc-strings.
8252         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8254 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8256         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8257         label handling.  Labels are now recognized in a uniform and more
8258         robust way, regardless of context.  Text properties are put on all
8259         labels to recognize the following declarations better.
8260         Multiword labels are handled both in indentation and fontification for
8261         the benefit of language extensions like Qt.  For consistency, keywords
8262         in labels are now fontified with the label face instead.
8263         That also applies to "case" and "default".
8265         (c-beginning-of-statement-1): Fix some bugs in the label
8266         handling.  Disregard `c-nonlabel-token-key' in labels that begin
8267         with `c-label-kwds'.
8269         (c-find-decl-spots): Support that the callback adds more
8270         `c-decl-end' spots to find.
8272         (c-forward-decl-or-cast-1): Don't treat a list of plain
8273         identifiers followed by a colon as a declaration.
8275         (c-forward-label): New function to recognize labels.
8277         (c-guess-basic-syntax): Replace uses of `c-label-key' with
8278         `c-forward-label'.  Moved the label recognition cases (14 and 15)
8279         earlier since they aren't so context sensitive now.  Handle labels
8280         on the top level gracefully.  Moved access label recognition to
8281         the generic label case (CASE 15) - removed CASE 5E.
8283         (c-font-lock-declarations): Add recognition of labels in the
8284         same round since we need to handle labels in parallell with other
8285         declarations to recognize both accurately.  It should also improve
8286         speed.
8288         (c-simple-decl-matchers, c-basic-matchers-after):
8289         Move `c-font-lock-labels' so that it only is used on decoration level 2
8290         since `c-font-lock-declarations' handles it otherwise.
8292         (c-complex-decl-matchers): Remove the simplistic recognition of
8293         access labels.
8295         (c-decl-prefix-re): Remove the kludges that was necessary to cope
8296         with labels earlier.
8298         (c-decl-start-re): New language variable to make
8299         `c-font-lock-declarations' stop for the special protection labels
8300         in Objective-C that start with `@'.
8302         (c-label-key): Remove since it's no longer used.
8304         (c-recognize-colon-labels, c-label-prefix-re): New language
8305         constants to support recognition of generic colon-terminated labels.
8307         (c-type-decl-end-used): `c-decl-end' is now used whenever there
8308         are colon terminated labels.
8310         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8311         first argument starts with a special brace list.
8313         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8314         (c-font-lock-declarations): Break out the declaration and cast
8315         recognition from `c-font-lock-declarations' to a new function, so
8316         that it can be used in the indentation engine.
8318         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8319         up to the start of the literal.  Fixed bug with the point on the
8320         wrong side of the search limit that could happen when the start
8321         position is inside a literal.
8323         * progmodes/cc-engine.el (c-parse-state)
8324         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8325         so that it's kept a little bit back to increase the hit rate.
8327         (c-parse-state): Change the macro handling and fixed some
8328         glitches.  Macro context is checked more often than necessary now,
8329         but otoh less garbage conses are generated.
8331         * progmodes/cc-engine.el (c-parse-state)
8332         (c-invalidate-state-cache): Cache the last position where
8333         `c-state-cache' applies.  This can speed up refontification quite
8334         a bit in blocks where there are many non-brace parens before the point.
8336         (c-state-cache-end): New variable for this.
8338         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8339         cache variable.
8341         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8342         get close initial continue positions when the start position is
8343         inside a literal or macro.  Do not call the callback for spots
8344         before the start position (which can happen e.g. for `c-decl-end'
8345         spots inside comments).  Optimize better in special cases when the
8346         region is a single line inside a literal or macro (typically when
8347         the current line is refontified).
8349         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8350         to `c-add-stmt-syntax' - there's no need to explicitly whack off
8351         entries from the paren state.
8353         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8354         special case for "else if" clauses.
8356         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8357         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8359         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8360         New language variable to recognize the gcc extension with statement
8361         blocks inside expressions.
8363         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8364         it somewhat more comprehensible.  The argument AT-BLOCK-START is
8365         no longer used and hence removed.
8367         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8368         to `c-add-stmt-syntax'.
8370         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8371         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8372         This fixes bogus label recognition.
8374         * progmodes/cc-engine.el (c-add-type, c-check-type)
8375         (c-forward-name, c-forward-type): Improve storage of template
8376         types in `c-found-types' so that they can be recognized better.
8378         (c-syntactic-content): Add option to skip past nested parens.
8380         * progmodes/cc-engine.el (c-forward-name):
8381         Set `c-last-identifier-range' all the time.  It's less work that way.
8382         Handle that there might not be an identifier to store in
8383         `c-last-identifier-range'.
8385         (c-forward-type): Handle that `c-last-identifier-range' might be
8386         nil from `c-forward-name'.
8388         * progmodes/cc-defs.el (c-safe-scan-lists)
8389         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8391         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8392         to work even if the form fails.
8394         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8395         down in a large file in one go.
8397         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8399         * progmodes/cc-align.el (c-lineup-assignments): New lineup
8400         function which is like `c-lineup-math' but returns nil instead of
8401         `c-basic-offset' when it doesn't match.
8403         (c-lineup-math): Change to use `c-lineup-assignments'.
8405 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8407         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8408         c-beginning-of-statement.  New subfunctions
8409         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8411 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8413         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8414         hardcoded char classes whereever possible.  Changed a couple of
8415         places to use skip by syntax instead of skip by char class.
8417         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8418         Fix a bug in the regexp that caused extreme backtracking.
8420         * progmodes/cc-langs.el (c-block-comment-starter)
8421         (c-block-comment-ender): New language constants to specify in a
8422         single place how block comments look.
8424         (c-comment-start-regexp, c-block-comment-start-regexp)
8425         (comment-start, comment-end, comment-start-skip)
8426         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8427         (c-syntactic-ws, c-nonempty-syntactic-ws)
8428         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8429         `c-line-comment-starter', `c-block-comment-starter' and
8430         `c-block-comment-ender'.
8432         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8433         New language constants to break up things a bit.
8435         (c-simple-ws): New language constant for simple whitespace.
8437         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8439         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8440         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8441         newlines.  Allow and ignore nil elements in the list.
8443 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8445         * progmodes/cc-cmds.el: Comment out a (n almost certainly
8446         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8448         * progmodes/cc-cmds.el: Tidy up the comments in
8449         c-beginning-of-statement and subfunctions.
8451         * progmodes/cc-awk.el: Replace calls to put-text-property to the
8452         more flexible c-put-char-property and c-clear-char-properties.
8453         Add the author's email address.
8455         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8457         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8458         closing "*/" of a block comment.
8460         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8461         subfunctions) so that it works at BOB and EOB.
8463         * progmodes/cc-cmds.el, cc-vars.el: More updating of
8464         c-beginning-of-statement, including new variable
8465         c-block-comment-start-regexp.
8467 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8469         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8470         symbols from `*-font-lock-extra-types' so that there's no need to
8471         use `regexp-opt' on those lists.
8473         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8474         `c-type-modifier-kwds' is empty.
8476         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8477         there are several strings on the same line.
8479         * progmodes/cc-engine.el (c-literal-limits): Remove the
8480         compatibility function for older emacsen.  `c-literal-limits-fast'
8481         has now taken the place of this function.
8483         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8484         with older emacsen: We now require `pps-extended-state'.
8486 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8488         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8489         which obviates the need to hack sentence-end.  This now handles
8490         escaped newlines in strings correctly.  Correct minor bugs in
8491         c-move-over-sentence and in c-beginning-of-statement.
8493         * progmodes/cc-cmds.el (c-beginning-of-statement (and
8494         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8495         that movement over macros and code are rigorously separated from
8496         eachother.  Correct a few incidental bugs.
8498         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8499         Improve its doc-string.  Improve the handling of certain specific cases.
8501 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8503         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8504         (c-guess-basic-syntax): Change the way class-level labels are
8505         recognized; they can now contain essentially any symbols.
8507         (c-opt-extra-label-key): New language variable to cope with the
8508         special protection label syntax in Objective-C.
8510         (c-opt-access-key): Remove; this is now handled better by
8511         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8513         (c-complex-decl-matchers): Update to handle that
8514         `c-opt-access-key' no longer exists.
8516         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8517         improved label recognition in `c-beginning-of-statement-1'.
8519         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8520         Recognize bitfields better.
8522         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8523         Remove some cruft and fixed a bug that could cause it to go to a
8524         position further down.
8526         * progmodes/cc-langs.el, cc-engine.el
8527         (c-beginning-of-statement-1): Improve detection of labels in
8528         declaration contexts.
8530         (c-beginning-of-decl-1): Use it.
8532         (c-nonlabel-token-key): New language constant and variable needed
8533         by `c-beginning-of-statement-1'.
8535         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8536         manifested itself due to the correction in `c-forward-sexp'.
8538         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8539         Make these behave as documented when used at the buffer limits.
8541         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8542         (c-type-decl-end-used): Made this a language variable.
8544         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8545         correctly when `combine-after-change-calls' is used together with
8546         temporary narrowings.
8548         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8549         Report labels correctly when the start point is immediately after the
8550         colon.
8552         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8553         Remove since it isn't used anymore.
8555         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8556         bracket arglists such as template parens in C++.
8558         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8559         in the last check-in.  Some optimization.
8561         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8562         where it could stop at the same level in a preceding sexp when
8563         PAREN-LEVEL is set.
8565         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8566         text property lookup only when it's needed.
8568         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8569         Change the policy for paren marked angle brackets to be more
8570         persistent; once marked they remain marked even when they're found
8571         to be unbalanced in the searched region.  This should keep the
8572         paren syntax around even when individual lines are refontified in
8573         multiline template arglists.
8575         (c-parse-and-markup-<>-arglists): New dynamically bound variable
8576         to control markup so that incorrect angle bracket arglists aren't
8577         marked in contexts where the correct value for
8578         `c-disallow-comma-in-<>-arglists' isn't known.
8580         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8581         argument has become `c-parse-and-markup-<>-arglists'.
8583         (c-remove-<>-arglist-properties): Remove - no longer used.
8585         (c-after-change-check-<>-operators): New function used on
8586         `after-change-functions' to avoid that "<" and ">" characters that
8587         are part of longer operators have paren syntax.
8589         (c-<>-multichar-token-regexp): New language variable used by
8590         `c-after-change-check-<>-operators'.
8592         (c-after-change): Call `c-after-change-check-<>-operators'.
8594         (c-font-lock-<>-arglists): Use the context properties set by
8595         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8596         correctly to avoid doing invalid markup.
8598         (c-font-lock-declarations): Remove code that undoes the invalid
8599         markup done by `c-font-lock-<>-arglists'.
8601         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8602         after `c-font-lock-declarations'.
8604         * progmodes/cc-engine.el (c-syntactic-skip-backward):
8605         Add paren-level feature.
8607         (c-guess-basic-syntax): Improve the anchor position for
8608         `template-args-cont' in nested template arglists.  There's still
8609         much to be desired in this area, though.
8611 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8613         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8614         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8616 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8618         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8619         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8621         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8622         it doesn't work no longer are supported.
8624         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8625         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8626         requires support for the syntax-table' text property, which rules
8627         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
8628         cruft associated with those versions.
8630         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8631         for the `syntax-table' text property, which rules out Emacs 19 and
8632         XEmacs < 21.4.  Removed various compatibility cruft associated
8633         with those versions.
8635         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8636         support for the `syntax-table' text property.
8638         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8639         variable and use an extra quoted face name instead.  All the
8640         emacsen flavors handle that correctly.
8642         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8643         (c-font-lock-declarators, c-font-lock-declarations)
8644         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8645         property to mark the items in in declarator lists to handle
8646         refontification inside multiline declarations better.
8648         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8649         construct like "a * b = c;" as a declaration.
8651 2005-12-08  Kim F. Storm  <storm@cua.dk>
8653         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8654         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
8655         select either meta, hyper, or super modifier for rectangle commands.
8656         (cua--rectangle-modifier-key): New defvar.
8657         (cua--M/H-key): Use it.  Remove special case for `space'.
8658         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8659         on X, to meta otherwise.  Always bind C-return to toggle
8660         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
8662         * emulation/cua-rect.el (cua-help-for-rectangle):
8663         Use cua--rectangle-modifier-key.  Handle super modifier too.
8664         (cua--init-rectangles): Always bind C-return to toggle rectangle.
8665         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8667         * ido.el: Move Acknowledgements and History after Commentary.
8668         Minor changes to Commentary.
8670         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8671         keymap if cua--prefix-override-timer is `shift'.
8672         (cua--shift-control-prefix): New function; emulate "type prefix
8673         key twice" functionality to handle shifted prefix key override.
8674         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8675         New commands.
8676         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8678 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
8680         * textmodes/org.el (org-insert-heading): Try to do items before
8681         headings.
8682         (org-agenda-mode): Quote `org-agenda-mode-hook'.
8683         (org-insert-item): New function.
8684         (org-renumber-ordered-list): Don't skip to higher level lists.
8686 2005-12-08  Juri Linkov  <juri@jurta.org>
8688         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8690         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8692         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8694         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8695         the constructed function name fun-1.
8697         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8698         because such links don't lead to parent documentation.
8700 2005-12-08  Kenichi Handa  <handa@m17n.org>
8702         * descr-text.el (describe-char): Use *Help-2* buffer if the
8703         current buffer is *Help*.  Call describe-text-properties while
8704         setting the original buffer.
8706 2005-12-07  Bill Wohler  <wohler@newt.com>
8708         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
8709         and causes problems with non-MH users (such as Gnus users).
8711 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
8713         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8714         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8715         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8716         command "info sources".  Move calls to GDB command "list".
8717         (gdb-find-file-hook): Just use gdb-source-file-list.
8718         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8719         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8720         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8721         (gdb-data-list-register-values-handler): Use correct trigger name.
8723 2005-12-07  Kim F. Storm  <storm@cua.dk>
8725         * ido.el (ido-completion-map): Rename from ido-mode-map.
8726         (ido-common-completion-map, ido-file-completion-map)
8727         (ido-file-dir-completion-map, ido-buffer-completion-map):
8728         Rename from ido-mode-....-map.
8729         (ido-init-completion-maps): Rename from ido-init-mode-maps.
8730         (ido-setup-completion-map): Rename from ido-define-mode-map.
8731         (ido-read-internal): Bind minibuffer-local-filename-completion-map
8732         to ido-completion-map.
8734 2005-12-07  Kenichi Handa  <handa@m17n.org>
8736         * international/mule-cmds.el
8737         (set-display-table-and-terminal-coding-system): If the coding
8738         system specified in `unibyte-display' property is different from
8739         the arg coding-system, don't setup standard-display-table.
8741 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8743         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8744         that comments end at \n, regardless of selective-display.
8746 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
8748         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8749         (gdb-version): New variables.
8750         (gdb-source-file-list, gdb-register-names)
8751         (gdb-changed-registers): New variables for use with GDB 6.4+.
8752         (gdb-ann3): Replace with...
8753         (gdb-init-1, gdb-init-2): ...two new functions.
8754         (gdba, gdb-prompt): Call gdb-init-1.
8755         (gdb-get-version): New function.  Call gdb-init-2 from here.
8756         (gud-watch): Make it work with mouse events too.
8757         (gdb-post-prompt): Don't add to queue until GDB version is known.
8758         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8759         (gdb-locals-mode): Use gdb-version.
8760         (gdb-memory-format-map, gdb-memory-unit-map)
8761         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8762         (gdb-locals-font-lock-keywords-1)
8763         (gdb-locals-font-lock-keywords-2): New variables.
8764         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8765         (gdb-set-gud-minor-mode-existing-buffers-1)
8766         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8767         (gdb-var-update-1, gdb-var-update-handler-1)
8768         (gdb-data-list-register-values-handler)
8769         (gdb-data-list-register-values-custom)
8770         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8771         (gdb-stack-list-locals-handler, gdb-get-register-names):
8772         New functions for use with GDB 6.4+.
8773         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8774         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8775         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8776         (gdb-stack-list-locals-regexp)
8777         (gdb-data-list-register-names-regexp): New regexps for use with
8778         GDB 6.4+.
8780 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8782         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8784 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
8786         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8787         prompts work for AUTH PLAIN.  Also reported by Steve Allan
8788         <seallan@verizon.net>.
8790 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
8792         * frame.el (set-frame-parameter): Add doc string.
8794 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
8796         * textmodes/org.el (org-occur-highlights): New variable.
8797         (org-highlight-new-match, org-remove-occur-highlights): New functions.
8798         (org-highlight-sparse-tree-matches): New option.
8799         (org-do-occur): New function.
8800         (org-get-heading): Make it work also at beginning of line.
8801         (org-category-table): New variable.
8802         (org-get-category-table, org-get-category)
8803         (org-camel-to-words, org-link-search): New functions.
8804         (org-select-this-todo-keyword): New variable.
8805         (org-todo-list): New command.
8806         (org-shiftright, org-shiftleft): New commands.
8807         (org-agenda-todo): Add prefix argument.
8808         (org-show-hierarchy-above): New option.
8809         (org-show-todo-tree): Numerical prefix creates tree for specific
8810         TODO keyword.
8811         (org-outline-level): New function, to assign a level to plain
8812         lists items.
8813         (org-cycle-include-plain-lists): New option.
8814         (org-mode): Use `org-outline-level' as value of `outline-level'.
8815         (org-cycle): Temporarily switch `outline-regexp' if
8816         `org-cycle-include-plain-lists' is non-nil.
8817         (org-start-icalendar-file): Fix format bug.
8818         (org-agenda-get-day-entries): Create category table.
8819         (org-agenda-get-todos, org-agenda-get-timestamps)
8820         (org-agenda-get-deadlines, org-agenda-get-scheduled)
8821         (org-agenda-get-blocks): Use `org-get-category'.
8822         (org-context-in-file-links): Rename from
8823         `org-line-numbers-in-file-links'.
8825 2005-12-06  Romain Francoise  <romain@orebokech.com>
8827         * window.el (balance-windows): Delete extraneous third arg in call
8828         to `enlarge-window'.
8830 2005-12-06  Kenichi Handa  <handa@m17n.org>
8832         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8834 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
8836         * progmodes/gdb-ui.el (gdb-var-create-handler)
8837         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8838         (gdb-var-list-children-handler, gdb-var-update-handler):
8839         Current buffer is already gdb-partial-output-buffer, don't
8840         make it current again.
8842 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
8844         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8845         (list-buffers-noselect): Use it.
8847 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8849         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8850         (mail-yank-ignored-headers): Use regexp-opt.
8851         (mail-mode-map): Move initialization into declaration.
8852         (mail-sent-via): Remove unused shadowed var `to-line'.
8853         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8854         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8855         (mail-do-fcc): Use dolist and push.
8856         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8857         (mail-yank-ignored-headers): Don't autoload.
8859 2005-12-05  Kenichi Handa  <handa@m17n.org>
8861         * international/mule-cmds.el (set-language-info-internal): New fun.
8862         (set-language-info): Call set-language-info-internal to update
8863         language-info-alist.  If LANG-ENV is the current one, call
8864         set-language-environment to make INFO effective now.
8865         (set-language-info-alist): Likewise.
8866         (locale-language-names): With locale "en", use English
8867         lang. env. but set the default codings to iso-8859-1.
8869 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
8871         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8872         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8873         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8874         for plain strings.
8875         (gdb-frames-mode): Remove redundant call to font-lock-mode.
8876         (gdb-all-registers): Rename from toggle-gdb-all-registers.
8877         Create registers buffer if necessary.  Echo new state in minibuffer.
8878         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8880 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
8882         * info.el (Info-fontify-node): Match external links using
8883         non-directory part of filename.
8885 2005-12-04  Juri Linkov  <juri@jurta.org>
8887         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8888         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
8889         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8890         because there is no customization option for it.
8892         * font-lock.el (lisp-font-lock-keywords-1):
8893         Add define-global-minor-mode.
8895         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8897         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8898         properties on the constructed variable names.
8900         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8901         Put `definition-name' properties on the constructed function names
8902         next-sym and prev-sym.
8904         * emacs-lisp/find-func.el (find-function-regexp):
8905         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
8906         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
8907         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8908         and easy-menu-define.
8910         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8911         easy-mmode-define-global-mode and define-global-minor-mode.
8912         (lisp-imenu-generic-expression): Add define-global-minor-mode.
8914         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8915         instead of easy-mmode-define-global-mode.
8917         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8918         Use define-minor-mode instead of easy-mmode-define-minor-mode.
8920         * cus-edit.el (customize-group, customize-group-other-window):
8921         Filter out autoloaded options from the group completion list by
8922         using heuristics that autoloaded groups don't have `custom-autoload'
8923         property on their symbols (they have only `custom-loads').
8925         * simple.el (completion-setup-function): Put completions-common-part
8926         face on complete completion string too (i.e. completion string
8927         without completions-first-difference face).
8929         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8931 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
8933         * view.el (view-mode): Doc fix.
8935         * disp-table.el (standard-display-european): Add to the warning
8936         message a reference to the doc string.
8938         * play/yow.el (apropos-zippy): Call print-help-return-message,
8939         similar to other Help and Apropos commands.
8941         * help.el (print-help-return-message): If pop-up-frames is
8942         non-nil, set up help-return-method to delete the help window and,
8943         possibly, its frame as well, and don't display message about
8944         scrolling the help window.  Doc fix.
8945         (help-return-method): Doc fix.
8947 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
8949         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8950         whereby names of length one or names starting with a
8951         symbol-constituent character would not be returned.
8953 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8955         * subr.el (atomic-change-group): Add edebug and indentation spec.
8957 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8959         * completion.el (save-completions-file-name): Fix typo in last change.
8961 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8963         * info.el: Move back/forward history to the beginning of the tool bar.
8965 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
8967         * allout.el (eval-when-compile): Remove unnecessary load of cl.
8968         Add fset of allout-real-isearch-abort during compile to fix
8969         byte-compilation warnings.
8970         (allout-mode-p): Move definition of this macro above all uses, or
8971         byte compilation in barren emacs (eg, during emacs build) will
8972         lack the definition.
8973         (allout-mode): Move this variable above any uses, or byte
8974         compilation will fail.
8975         (allout-resolve-xref): Remove use of personal file-reference function.
8976         (allout-toggle-current-subtree-encryption): Do the current (ie,
8977         visible containing) topic, rather than nearest around point.  Doc fix.
8978         (allout-toggle-subtree-encryption): New function, workhorse that
8979         works on nearest topic containing point.
8980         (allout-encrypt-string): Signal requirement for newer version of pgg.
8981         (allout-resumptions): Doc fix.
8983 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
8985         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
8987 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
8989         * textmodes/flyspell.el (flyspell-external-point-words):
8990         Consider a misspelling as found in the string search if: (a) misspelling
8991         and found string lengths match, or (b) misspelling is found as
8992         element in a boundary-chars separated longer string, or (c)
8993         ispell-program-name is really ispell and misspelling is found as
8994         part of a TeX string.  After successful match move beginning of
8995         search region to end of match.  Warn about not found misspellings
8996         once the process is done.
8997         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
8999 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
9001         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9002         tool bar (removed inadvertently).
9004 2005-12-02  Juri Linkov  <juri@jurta.org>
9006         * log-view.el (log-view-diff): Clarify doc string.
9008 2005-12-01  Bill Wohler  <wohler@newt.com>
9010         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9011         triggers lm-verify errors.
9013 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
9015         * simple.el (transient-mark-mode, line-number-mode)
9016         (column-number-mode, size-indication-mode): Remove `:require nil'.
9018 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
9020         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9021         in the margin also.
9022         (gdb-breakpoints-mode-map): Use D instead of d for
9023         gdb-delete-breakpoint.
9024         (gdb-get-frame-number): Require a number to match on.
9025         (gdb-threads-mode-map): Add follow-link binding.
9027 2005-11-30  Jason Rumney  <jasonr@gnu.org>
9029         * isearch.el (isearch-mode-map): Avoid exiting search on
9030         language-change event.
9032 2005-11-30  Romain Francoise  <romain@orebokech.com>
9034         * speedbar.el (speedbar-default-position): New defcustom.
9035         (speedbar-frame-reposition-smartly): Use it.
9037         * dframe.el (dframe-reposition-frame-emacs): Fix position
9038         computation for `left' location.
9039         Update copyright year.
9041 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9043         * help.el (help-map): Move initialization into declaration.
9045         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9047         * help-fns.el (help-argument-name): Don't autoload.
9048         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9049         to be re-loaded when customizing the `help' group.
9051 2005-11-30  John Paul Wallington  <jpw@gnu.org>
9053         * help-fns.el (describe-function-1): Fill arglist output.
9055 2005-11-30  Kim F. Storm  <storm@cua.dk>
9057         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9058         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9059         after revert-buffer (or anything else which kills all local variables).
9061         * apropos.el (apropos-parse-pattern): Doc fix.
9062         Set apropos-regexp directly, rather than expecting callers to do so.
9063         (apropos-command, apropos, apropos-value, apropos-documentation):
9064         Simplify calls to apropos-parse-pattern.
9066 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
9068         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9069         (hi-lock-face-phrase-buffer): Use hi-yellow face.
9070         (hi-lock-write-interactive-patterns): Use comment-region.
9072         * longlines.el (longlines-mode): Add mail-setup-hook.
9074         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9076         * simple.el (sendmail-user-agent-compose, next-line):
9077         Conditionally use hard-newline.
9079 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9081         * international/latexenc.el (latex-inputenc-coding-alist):
9082         Reword doc string.
9084 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
9086         * help.el (describe-key-briefly, describe-key): Recognize default
9087         bindings.
9089 2005-11-29  Romain Francoise  <romain@orebokech.com>
9091         * view.el (view-inhibit-help-message): New defcustom.
9092         (view-mode-enter): Use it.
9094 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
9096         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9097         Preserve user position.
9099 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
9101         * font-lock.el: Throw error if facemenu is not loaded to prevent
9102         accidental change of loading order in loadup.el.  (Suggested by RMS.)
9104         * loadup.el: Add comment explaining why facemenu must be loaded
9105         before font-lock.
9107 2005-11-28  Jay Belanger  <belanger@truman.edu>
9109         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9110         (calc-dispatch-map): Add more keys for `calc-same-interface'.
9112         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9114         * calc/calc-embed.el (calc-do-embedded): Update help message.
9116         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9118 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9120         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9122         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9123         called-interactively-p.
9124         (elp-profilable-p): Rename from elp-not-profilable-p.
9125         Invert result and take into account macros and autoloaded functions.
9126         (elp-instrument-function): Update call.
9127         (elp-instrument-package): Update call.  Add completion.
9128         (elp-pack-number): Use match-string.
9129         (elp-results-jump-to-definition-by-mouse): Merge into
9130         elp-results-jump-to-definition and then remove.
9131         (elp-output-insert-symname): Make help echo text single-line.
9133         * replace.el (query-replace-map): Move initialization into declaration.
9134         (occur-engine): Use with-current-buffer.
9135         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9136         (occur-mode-mouse-goto): Replace with an alias.
9138 2005-11-28  Juri Linkov  <juri@jurta.org>
9140         * simple.el (quoted-insert): Let-bind input-method-function to nil.
9142         * term/w32-win.el: Bind [S-tab] to [backtab].
9144         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9145         `Info-find-file' to t.
9147         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9148         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9149         and same-window-regexps.
9150         (occur-next-error): Don't move point for arg 0.
9152 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
9154         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9156 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9158         * log-edit.el (log-edit-changelog-use-first): New var.
9159         (log-edit-changelog-ours-p): Use it.
9160         (log-edit-insert-changelog): Set it with new arg `use-first'.
9161         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9162         (log-edit-hook): Add them to the list of suggested options.
9164         * textmodes/flyspell.el (flyspell-last-buffer): New var.
9165         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9166         redundant work.
9167         (flyspell-mode-on): Use add-hook for after-change-functions.
9168         (flyspell-mode-off): Use remove-hook for after-change-functions.
9169         (flyspell-changes): Make it buffer-local.
9170         (flyspell-after-change-function): Make it non-interactive.  Use push.
9171         (flyspell-post-command-hook): Check input-pending-p while processing
9172         the potentially long list of buffer changes.
9174 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
9176         * buff-menu.el (list-buffers-noselect): Display the selected
9177         frame's buffer list, not the global one.
9179 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
9181         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9182         that (list last-input-event) works as in interactive spec.
9184 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9186         * loadup.el ("facemenu"): Load facemenu before font-lock, because
9187         `facemenu-keymap' needs to be defined when font-lock is loaded.
9188         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9190 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9192         * completion.el: Remove useless leading * in defcustom docstrings.
9193         (save-completions-file-name): Use ~/.emacs.d if available.
9194         (completion-standard-syntax-table): Rename from
9195         cmpl-standard-syntax-table and fold initialization into declaration,
9196         thus removing cmpl-make-standard-completion-syntax-table.
9197         (completion-lisp-syntax-table, completion-c-syntax-table)
9198         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9199         (cmpl-saved-syntax, cmpl-saved-point): Remove.
9200         (symbol-under-point, symbol-before-point)
9201         (symbol-under-or-before-point, symbol-before-point-for-complete)
9202         (add-completions-from-c-buffer): Use with-syntax-table.
9203         (make-completion): Don't return a list of completion entries.
9204         Update callers.
9205         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9206         (completion-initialize): Rename from initialize-completions.
9207         (completion-find-file-hook): Rename from cmpl-find-file-hook.
9208         (kill-emacs-save-completions): Collect stats here.
9209         (save-completions-to-file, load-completions-from-file):
9210         Use with-current-buffer.
9211         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
9212         into a function.  Move all calls to toplevel.
9213         (completion-lisp-mode-hook): New fun.
9214         (completion-c-mode-hook, completion-setup-fortran-mode):
9215         Set the syntax-table here.  Use local-set-key.
9216         (completion-saved-bindings): New var.
9217         (dynamic-completion-mode): Make it into a proper minor mode.
9218         (load-completions-from-file): Remove unused var `num-uses'.
9220         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9221         constructor if it is explicitly overridden.
9223         * complete.el (PC-completion-as-file-name-predicate):
9224         Use minibuffer-completing-file-name.
9225         (partial-completion-mode): Use find-file-not-found-functions.
9226         (PC-lisp-complete-symbol): Use with-syntax-table.
9227         (PC-look-for-include-file): Remove dead setq.
9228         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9229         (PC-complete): Use with-current-buffer.
9231         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9232         escape single quotes.
9234 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9236         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9237         of `if' whose condition always returned nil.  Doc fix.
9239         * buff-menu.el (Buffer-menu-revert-function): Make the selected
9240         window's buffer the current buffer around the call to
9241         `list-buffers-noselect'.  This is necessary to mark that buffer
9242         with a `.' in the Buffer Menu when called from Lisp, for instance
9243         by Auto Revert Mode.
9245 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
9247         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9248         attaching to it.
9249         (gdb-pre-prompt): Make sure gdb-error is reset.
9251         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9252         with a child process, detect it.
9253         (gud-speedbar-buttons): Match regexp more carefully.
9255 2005-11-27  Richard M. Stallman  <rms@gnu.org>
9257         * mouse.el (mouse-drag-move-window-bottom):
9258         Use adjust-window-trailing-edge.
9260 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9262         * simple.el (blink-matching-open): Ignore
9263         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9264         (blink-matching-paren-on-screen): Update docstring.
9266         * paren.el (show-paren-mode): No longer change
9267         `blink-matching-paren-on-screen'.
9269 2005-11-27  John Paul Wallington  <jpw@pobox.com>
9271         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9272         (gdb-threads-select, gdb-edit-register-value):
9273         Use `posn-set-point' instead of `mouse-set-point' because the
9274         latter is not fbound when configured without X.
9276 2005-11-27  Kim F. Storm  <storm@cua.dk>
9278         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9279         existing face when partially highlighting a TAB in a rectangle.
9281 2005-11-26  Kim F. Storm  <storm@cua.dk>
9283         * ido.el (ido-mode-map): Doc fix.
9284         (ido-mode-common-map, ido-mode-file-map)
9285         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9286         (ido-define-mode-map): Rewrite.  Select one of the new maps as
9287         parent for ido-mode-map instead of building from scratch.
9288         (ido-init-mode-maps): New defun to initialize new maps.
9289         (ido-mode): Call it.
9290         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9291         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9293 2005-11-26  John Paul Wallington  <jpw@pobox.com>
9295         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9296         `mouse-set-point' because the latter is not fbound when configured
9297         without X.
9299 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
9301         * files.el (file-relative-name): Doc fix.
9303 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
9305         * progmodes/octave-inf.el (inferior-octave-startup): Force a
9306         non-empty string for secondary prompt PS2.
9308 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
9310         * progmodes/compile.el (compilation-setup): Fix last change.
9312 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
9314         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9315         (gdb-mouse-toggle-breakpoint-margin)
9316         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9317         Add gdb-server-prefix to keep out of command history.
9318         (gdb-edit-register-value): New function.
9319         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9320         (gdb-info-registers-custom): Use above map.
9322 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
9324         * custom.el (enable-theme): Signal error if argument is not a
9325         theme.  Don't recalculate a face if it's not loaded yet.
9327         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9328         the `user' theme is in effect.
9330         * info.el (Info-on-current-buffer): Record actual filename in
9331         Info-current-file, instead of t, or a fake filename if a non-file
9332         buffer.  Make autoload.
9333         (Info-find-node, Info-revert-find-node): No need to check for
9334         Info-current-file nil.
9335         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9336         Info-current-file is now never `t'.
9337         (Info-fontify-node): Many simplifications due to Info-current-file
9338         always being valid.  Use Info-find-file to find node filename.
9340 2005-11-25  David Kastrup  <dak@gnu.org>
9342         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9343         new character, then delete" in order to preserve markers.
9345 2005-11-25  David Ponce  <david@dponce.com>
9347         * recentf.el (recentf-arrange-by-rule): Handle a special
9348         `auto-mode-alist'-like "strip suffix" rule.
9349         (recentf-build-mode-rules): Handle second level auto-mode entries.
9351 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9353         * viper-keym.el (viper-ESC-key): Use different values in terminal and
9354         window modes.
9356         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9357         jde-javadoc-checker-report-mode.
9359         * ediff-wind (ediff-make-wide-display): Slight simplification.
9361         * ediff.el (ediff-date): Change the date of last update.
9363 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
9365         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9366         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
9367         (hi-lock-mode): New global minor mode.
9368         (turn-on-hi-lock-if-enabled): New function.
9369         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9370         Change arguments to regexp and face instead of a font-lock pattern.
9371         Directly set face property, instead of refontifying.
9372         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9373         (hi-lock-find-patterns): Use line-number-at-pos.
9375         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
9376         arguments for hi-lock-set-pattern.
9377         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9378         Call font-lock-fontify-buffer.
9379         (hi-lock-find-file-hook, hi-lock-current-line)
9380         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9382         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9383         turned off.
9385         * progmodes/compile.el (compilation-setup): Don't fiddle with
9386         font-lock-defaults.
9388 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
9390         * progmodes/gdb-ui.el (gdb-var-create-handler)
9391         (gdb-var-list-children-handler): Find values for all variable
9392         objects.  gud-speedbar-buttons decides whether to display them.
9394 2005-11-24  Romain Francoise  <romain@orebokech.com>
9396         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9397         buffer name with a space.
9399 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
9401         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9402         `org-export-local-list-max-depth'.  Change default value to 3.
9403         (org-auto-renumber-ordered-lists)
9404         (org-plain-list-ordered-item-terminator): New options.
9405         (org-at-item-p, org-beginning-of-item, org-end-of-item)
9406         (org-get-indentation, org-get-string-indentation)
9407         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9408         New functions.
9409         (org-move-item-down, org-move-item-up): New commands.
9410         (org-export-as-html): New classes for CSS support.  Bug fix in
9411         regular expression detecting fixed-width regions.  Respect
9412         `org-local-list-ordered-item-terminator'.
9413         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9414         also a list item.
9415         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9416         New item moving functions.
9418 2005-11-24  Juri Linkov  <juri@jurta.org>
9420         * isearch.el (isearch-repeat): With empty search ring set
9421         `isearch-error' to the error string instead of signaling error
9422         with the function `error'.
9424 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9426         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9428 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
9430         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9431         and variable.
9432         (gdb-var-create-handler, gdb-var-list-children-handler):
9433         Don't match on "char **...".
9434         (gdb-var-update-handler): Find values for all variable objects.
9435         (gdb-info-frames-custom): Identify frames by leading "#".
9437         * progmodes/gud.el (gud-speedbar-menu-items): Add
9438         gdb-speedbar-auto-raise as radio button.
9439         (gud-speedbar-buttons): Raise speedbar if requested.
9440         Don't match on "char **...".
9441         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9442         Make it editable.
9444 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
9446         * info.el (Info-fontify-node): Handle the case where
9447         Info-current-file is t.
9449 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9451         * simple.el (blink-matching-open): Fix off-by-one in last change.
9453 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9455         * term/mac-win.el: Don't change default directory.
9457 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
9459         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9460         buffers correctly.  (It used to throw an error in such buffers.)
9461         Make it ask for confirmation in group buffers and other Custom
9462         buffers containing more than one customization item.
9464 2005-11-22  John Paul Wallington  <jpw@gnu.org>
9466         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9467         property on mail and url overlays.
9468         (goto-address-at-point): Use `posn-set-point' instead of
9469         `mouse-set-point' because the latter is not fbound when configured
9470         without X.
9472 2005-11-22  Lars Hansen  <larsh@soem.dk>
9474         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9475         (ls-lisp-classify, ls-lisp-format): Delete call to
9476         ls-lisp-parse-symlink.
9477         (ls-lisp-handle-switches): Handle symlinks to directories as
9478         directories when ls-lisp-dirs-first in non-nil.
9480 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
9482         * startup.el (command-line): Make sure that loaddefs.el is handled
9483         correctly in load-history.
9485 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
9487         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9488         (gdb-struct-string, gdb-array-string): New constants.
9489         (gdb-info-locals-handler): Use them.
9490         (gdb-reset): Reset gdb-var-list to nil.
9492 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9494         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9495         in patterns.
9497 2005-11-21  Juri Linkov  <juri@jurta.org>
9499         * custom.el (defcustom): Update link types in docstring.
9501 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
9503         * custom.el (defgroup): Add doc-string-elt info.
9505         * widget.el (define-widget): Don't use declare for the doc-string-elt.
9507 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9509         * newcomment.el (comment-enter-backward): Fix last fix.
9511         * simple.el (blink-matching-open):
9512         * paren.el (show-paren-function): Allow new paren-class info.
9514 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
9516         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
9517         handled automagically.
9519 2005-11-20  Andreas Schwab  <schwab@suse.de>
9521         * descr-text.el (describe-char): When copying overlays put them
9522         over the full char description instead of just the first character
9523         of it.
9525 2005-11-20  Juri Linkov  <juri@jurta.org>
9527         * simple.el (what-cursor-position):
9528         * descr-text.el (describe-char): Use Lisp-readable syntax
9529         for octal and hex.  Reorder decimal, octal and hex values.
9530         Remove excess whitespace in the output.  Use `=' in `column='
9531         like in `point=' and `Hscroll='.
9533         * international/mule-cmds.el (encoded-string-description):
9534         Use Lisp-readable syntax for hex.
9536 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9538         * newcomment.el (comment-enter-backward): Handle the case where the
9539         comment is closed by EOB.
9541 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9543         * longlines.el (longlines-before-revert-hook)
9544         (longlines-after-revert-hook): New functions.
9545         (longlines-mode): Turn off longlines temporarily when reverting.
9546         Add a message-setup-hook.
9547         (longlines-decode-buffer): New function.
9548         (longlines-wrap-line): Preserve marker positions.
9550 2005-11-19  Andreas Schwab  <schwab@suse.de>
9552         * emacs-lisp/shadow.el: Handle compressed files.
9554 2005-11-19  Romain Francoise  <romain@orebokech.com>
9556         * net/browse-url.el (browse-url-default-browser): Signal an error
9557         if no usable browser can be found, rather than try to load w3.
9559 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
9561         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9562         replacing existing properties.
9563         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9564         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9565         tty specs.
9566         (rcirc-server-prefix, rcirc-server): New faces.
9567         (rcirc-url-regexp): Generate with rx macro.
9568         (rcirc-last-server-message-time): New variable.
9569         (rcirc-filter): Record time of last message.
9570         (rcirc-keepalive): Kill processes that did not send a message
9571         since the last ping.
9572         (rcirc-mode): Give rcirc-topic a local binding here.
9574 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
9576         * subr.el (read-passwd): Fontify the prompt as we do with other
9577         prompts.
9579 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
9581         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9582         binding buffer-read-only to nil.
9584 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
9586         * complete.el (partial-completion-mode):
9587         Mention completion-auto-help in the doc string.
9589         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
9590         more Lisp-ish way.
9592 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
9594         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9595         digits, not 8, to avoid misalignment for files larger than 100MB.
9597 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
9599         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9600         Mention "keyboard shortcuts" in the help text.
9602 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9604         * startup.el (fancy-splash-default-action): Discard only
9605         mouse-down and succeeding mouse-up events in the splash screen
9606         window so that drag-n-drop event can be processed.
9608 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
9610         * longlines.el (longlines-mode): Add hacks for mail-mode and
9611         message-mode.
9613 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
9615         * textmodes/org.el (org-table-sort-lines): New command.
9616         (org-tbl-menu): Add entry for `org-table-sort-lines'.
9617         (org-add-file): Command removed, use `org-agenda-file-to-front'
9618         instead.
9619         (org-export-icalendar): Use `org-icalendar-combined-name'.
9620         (org-cycle-agenda-files, org-agenda-file-to-end)
9621         (org-agenda-file-to-front): New commands.
9622         (org-table-tab-jumps-over-hlines, org-export-html-style):
9623         New options.
9624         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9625         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9626         New functions.
9627         (org-fill-paragraph): Call `org-table-align' in tables.
9628         (org-mode): Call `org-set-autofill-regexps'.
9629         (org-export-as-html): Support for local handformatted lists.
9630         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
9631         (org-export-local-list-max-depth): New option.
9632         (org-html-expand): Use `org-html-protect'.
9634 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
9636         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9637         to "p".
9638         (gdb): Move definition of gud-pp to...
9640         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
9641         speedbar.
9642         (gdb-find-watch-expression): New function.
9644 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9646         * faces.el (face-attribute, set-face-attribute): Mention existence
9647         of `:ignore-defface' setting in docstring.
9649 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9651         * simple.el (completion-setup-function): Fix last change.
9653 2005-11-17  John Paul Wallington  <jpw@pobox.com>
9655         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9656         Use `posn-set-point' instead of `mouse-set-point' because the
9657         latter is not fbound when configured without X.
9659         * comint.el (comint-insert-input): Likewise.
9661 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9663         * simple.el (hard-newline): New variable.
9664         (sendmail-user-agent-compose, next-line): Use it.
9666         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9667         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9668         (mail-mail-reply-to, mail-mail-followup-to)
9669         (mail-position-on-field, mail-signature, mail-yank-original)
9670         (mail-attach-file): Likewise.
9672         * mail/mailheader.el (mail-header-format)
9673         (mail-header-format-function): Likewise.
9675         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9677 2005-11-17  Juri Linkov  <juri@jurta.org>
9679         * font-lock.el (font-lock-faces): Rename this defgroup from
9680         `font-lock-highlighting-faces'.
9681         (font-lock-comment-face, font-lock-comment-delimiter-face)
9682         (font-lock-string-face, font-lock-doc-face)
9683         (font-lock-keyword-face, font-lock-builtin-face)
9684         (font-lock-function-name-face, font-lock-variable-name-face)
9685         (font-lock-type-face, font-lock-constant-face)
9686         (font-lock-warning-face, font-lock-negation-char-face)
9687         (font-lock-preprocessor-face)
9688         (font-lock-regexp-grouping-backslash)
9689         (font-lock-regexp-grouping-construct): Rename :group from
9690         `font-lock-highlighting-faces' to `font-lock-faces'.
9692         * cus-edit.el (lisp, c, tex):
9693         * progmodes/ada-mode.el (ada):
9694         * progmodes/asm-mode.el (asm):
9695         * progmodes/cperl-mode.el (cperl-faces):
9696         * progmodes/cpp.el (cpp):
9697         * progmodes/dcl-mode.el (dcl):
9698         * progmodes/f90.el (f90):
9699         * progmodes/fortran.el (fortran):
9700         * progmodes/icon.el (icon):
9701         * progmodes/idlwave.el (idlwave-misc):
9702         * progmodes/m4-mode.el (m4):
9703         * progmodes/make-mode.el (makefile):
9704         * progmodes/meta-mode.el (meta-font):
9705         * progmodes/modula2.el (modula2):
9706         * progmodes/octave-mod.el (octave):
9707         * progmodes/pascal.el (pascal):
9708         * progmodes/perl-mode.el (perl):
9709         * progmodes/prolog.el (prolog):
9710         * progmodes/ps-mode.el (PostScript-edit):
9711         * progmodes/scheme.el (scheme):
9712         * progmodes/sh-script.el (sh-script):
9713         * progmodes/simula.el (simula):
9714         * progmodes/tcl.el (tcl):
9715         * textmodes/nroff-mode.el (nroff):
9716         * textmodes/reftex-vars.el (reftex-fontification-configurations):
9717         * textmodes/sgml-mode.el (sgml):
9718         * textmodes/texinfo.el (texinfo):
9719         Add :link (custom-group-link font-lock-faces) to defgroup.
9721         * hi-lock.el (hi-lock): Rename this defgroup from
9722         `hi-lock-interactive-text-highlighting'.  Change parent group from
9723         `faces' to `font-lock'.  Add link to the manual.
9724         (hi-lock-mode, hi-lock-file-patterns-range)
9725         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9726         `hi-lock-interactive-text-highlighting' to `hi-lock'.
9727         (hi-lock-faces): Add :group `faces'.
9729         * cus-edit.el (custom-variable-prompt): Clarify the code.
9731         * faces.el (face-read-string): Set the default value arg of
9732         completing-read.
9734 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
9736         * rfn-eshadow.el (file-name-shadow-properties)
9737         (file-name-shadow-tty-properties, file-name-shadow-mode):
9738         Remove autoloads, because the file is now preloaded.
9740 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9742         * printing.el (easy-menu-intern): Don't define.
9743         (pr-get-symbol): Use easy-menu-intern only if defined.
9745         * simple.el (blink-matching-open): Simplify a bit.
9746         (completion-setup-function): Fix the case of partial-completion-mode
9747         when the minibuffer's contents start with "-".
9748         Obey completion-base-size-function even when
9749         minibuffer-completing-file-name is non-nil.
9751 2005-11-16  Richard M. Stallman  <rms@gnu.org>
9753         * net/eudcb-ph.el (eudc-ph-open-session):
9754         Use set-process-query-on-exit-flag.
9756         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9758         * international/ucs-tables.el (ucs-set-table-for-input):
9759         Use make-local-variable, not make-variable-buffer-local.
9761         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9762         Improve warning message text.
9764         * savehist.el (savehist-save-hook): Add :group.
9766         * menu-bar.el (menu-bar-help-menu):
9767         Rename Find Extra Packages to External Packages.
9769         * cus-edit.el (Custom-reset-standard): Verify that
9770         :custom-standard-value prop exists before calling it.
9772         * apropos.el (apropos-calc-scores): Use apropos-pattern.
9774 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
9776         * wid-edit.el (color): Enclose %t in %{...%}.
9778         * cus-edit.el (face): Enclose %t in %{...%}.
9780 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
9782         * savehist.el (savehist-mode-hook): Re-add the var.
9783         (savehist-mode): Use it.
9785 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9787         * textmodes/flyspell.el: Fix commenting convention.
9788         Remove unnecessary leading * in custom docstrings.
9789         (flyspell-emacs): Remove unused var.
9790         (flyspell-delete-region-overlays): Use remove-overlays.
9791         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9792         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9793         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9794         (flyspell-debug-signal-word-checked): Use with-current-buffer.
9795         (make-flyspell-overlay): Don't locally reuse a global name.
9796         (flyspell-highlight-incorrect-region)
9797         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9798         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9799         (flyspell-notify-misspell): Remove unused args `start' and `end'.
9800         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
9801         Wrap calls to accept-process-output inside with-local-quit since it's
9802         often called from a post-command-hook.
9803         (flyspell-correct-word, flyspell-auto-correct-word):
9804         Use ispell-send-string.
9805         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
9807         * calendar/diary-lib.el (diary-list-entries): Also hide the
9808         terminating newline.
9810 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
9812         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9813         window-system, to allow fonts on tty.
9815 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
9817         * progmodes/gud.el (gud-speedbar-item-info): New function.
9818         (gud-install-speedbar-variables): Use it to display data type
9819         of watch expression as a tooltip in speedbar.
9821 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
9823         * font-core.el (global-font-lock-mode): Add :version keyword,
9824         because default was changed.
9826         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9828         * startup.el (command-line): Use `custom-reevaluate-setting' for
9829         `file-name-shadow-mode'.
9831         * loadup.el: Preload rfn-eshadow.
9833         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9834         Add :version keyword.
9835         (file-name-shadow-properties, file-name-shadow-tty-properties)
9836         (file-name-shadow): Add :version keyword.
9838         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9839         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9840         in the custom-group property of the symbol frames and the fringe
9841         group got no link to its parent group frames.
9842         Doc fix.
9844 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
9846         * progmodes/gud.el (gud-stop-subjob): New function.
9847         (gud-menu-map, gud-tool-bar-map): Use it.
9849 2005-11-16  Kim F. Storm  <storm@cua.dk>
9851         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9852         than kill it.
9853         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
9854         to a more useful/logical place.
9856 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
9858         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9859         go buttons complementary.
9861 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9863         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9864         (rfn-eshadow-sifn-equal): New function.
9865         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9867 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9869         * viper-utils.el (viper-non-word-characters-reformed-vi):
9870         Quote `-' in string.
9872         * viper.el (viper-emacs-state-mode-list): Ensure that
9873         rcirc-mode buffers come up in Emacs state.
9875         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9876         operation.
9878 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
9880         * term.el (term-termcap-format): Fix typos.
9881         (term-down): Fix the negative argument case.
9883 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
9885         * progmodes/gdb-ui.el: Remove face-alias left over from change on
9886         2005-08-15.
9887         (gdb-ann3): New command gud-go.
9888         (menu): Accomodate gdb-mi.el.
9889         (gdb-assembler-custom): Make buffer of selected window current
9890         so that set-window-point works.
9892         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9893         buttons and include new ones.
9895 2005-11-16  Kim F. Storm  <storm@cua.dk>
9897         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9898         (gud-menu-map): Use it.
9900 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
9902         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9903         that works correctly for Custom and that does not override a user
9904         who disables it.
9906         * help-mode.el (help-make-xrefs, help-xref-on-pp)
9907         (help-xref-interned, help-follow): Make hyperlinks for variables
9908         that are unbound, but have a non-nil variable-documentation property.
9910         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9911         mode hook.  (It conflicted with defcustoms for some mode hooks.)
9912         Use the `variable-documentation' property to give the mode hook a
9913         docstring and expand that docstring.
9915 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
9917         * savehist.el (savehist-mode): Don't bother with
9918         `custom-set-minor-mode'.
9919         (savehist-coding-system): Check XEmacs version.
9920         (history-length): Declare also at run time.
9921         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
9922         Don't set the customize state.
9923         (savehist-minibuffer-hook): Special case for when
9924         minibuffer-history-variable is equal to t.
9926 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9928         * files.el (write-file): Refresh VC status.
9930         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9931         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9932         than fundamental-mode to see if the mode was set.
9934 2005-11-14  Romain Francoise  <romain@orebokech.com>
9936         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9937         dummy function in `eval-when-compile' to avoid compiler warning.
9938         Require `man' at compile time.
9940 2005-11-14  Jay Belanger  <belanger@truman.edu>
9942         * calc-alg.el (calcFunc-write-out-power): Rename it to
9943         calcFunc-powerexpand.
9944         (math-write-out-power): Rename it to math-powerexpand; have it
9945         handle negative exponents.
9946         (calc-writeoutpower): Rename it to calc-powerexpand.
9948         * calc-ext.el: Change calcFunc-writeoutpower and
9949         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9950         autoloads.
9951         Add calcFunc-ldiv to autoloads.
9953         * calc-arith.el (calcFunc-ldiv): New function.
9955         * calc.el (calc-left-divide): New function.
9957 2005-11-14  Juri Linkov  <juri@jurta.org>
9959         * cus-edit.el (custom-variable-prompt): Set the default value arg
9960         of completing-read.
9962         * cus-dep.el (custom-make-dependencies): Reverse the list of
9963         found dependencies.
9965 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
9967         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
9968         Highlighting" entry, it is on by default now.
9969         (menu-bar-options-save): Do not save global-font-lock-mode.
9971 2005-11-13  Richard M. Stallman  <rms@gnu.org>
9973         * textmodes/flyspell.el (flyspell-large-region):
9974         Call flyspell-accept-buffer-local-defs.
9976 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
9978         * textmodes/flyspell.el (flyspell-notify-misspell):
9979         Fix misspelling of "Misspelling".
9980         (flyspell-process-localwords): New function.
9981         (flyspell-large-region): Call flyspell-process-localwords and
9982         flyspell-delete-region-overlays.
9983         (flyspell-delete-region-overlays): New function.
9984         (flyspell-delete-all-overlays): Call that.
9986 2005-11-13  Richard M. Stallman  <rms@gnu.org>
9988         * help.el (help-for-help-internal): Improve doc of C-h a.
9989         (describe-key): Improve prompt; doc fix.
9991 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9993         * vc-svn.el (vc-svn-registered): Catch all errors.
9995         * cus-dep.el (custom-make-dependencies): Typo.
9997 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
9999         * net/tramp-util.el (top): Fix compilation warning.
10001 2005-11-13  Kim F. Storm  <storm@cua.dk>
10003         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
10005 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
10007         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10008         (gud-speedbar-buttons): Match on "const char *" too.
10010         * progmodes/gdb-ui.el (gdb-var-create-handler)
10011         (gdb-var-list-children-handler): Match on "const char *" too.
10012         (gdb-var-evaluate-expression-handler): Match on empty string.
10013         (gdb-var-update-handler): Only call
10014         gdb-var-evaluate-expression-handler when required.
10016 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
10018         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10019         selected window.  This still doesn't work for speedbar.
10020         (gud-speedbar-buttons): Handle string expressions properly.
10022         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10023         (gdb-var-create-handler): Handle string expressions properly.
10024         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10025         Handle string expressions properly.  Move "type" field into regexp.
10027 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
10029         * bookmark.el (bookmark-maybe-message): New function to reduce
10030         code duplication: invokes `message' iff baud-rate is high enough.
10031         (bookmark-write-file): Use above instead of an inline conditional.
10032         (bookmark-load): Same.
10034 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
10036         * bookmark.el (bookmark-write-file): Don't visit the destination
10037         file, just write the data to it using write-region.  This is
10038         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10039         change to avoid visiting the file in the first place.
10041 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
10043         * hi-lock.el (hi-lock-mode): Set the default value of
10044         font-lock-defaults.
10046 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
10048         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10049         arg to `file-attributes'.
10050         (find-lisp-format): The UID and GID can now be strings.
10052 2005-11-12  Kim F. Storm  <storm@cua.dk>
10054         * help.el (help-map): Bind C-h d to apropos-documentation.
10056         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10057         when point is at end-of-buffer.
10059         * apropos.el (apropos-match-face): Doc fix.
10060         (apropos-sort-by-scores): Add new choice `verbose'.
10061         (apropos-documentation-sort-by-scores): New defcustom.
10062         (apropos-pattern): Now contains the pattern entered by the user.
10063         (apropos-pattern-quoted): New defvar.
10064         (apropos-regexp): New defvar, containing the regexp corresponding
10065         to apropos-pattern.
10066         (apropos-all-words-regexp): Rename from apropos-all-regexp.
10067         (apropos-read-pattern): New defun.  Use it to read pattern arg in
10068         interactive calls; returns list of words for a word list, and
10069         string for a regexp.
10070         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
10071         parses a list of words or regexp as returned by apropos-read-pattern.
10072         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10073         (apropos-score-doc): Return a very high score if the string
10074         entered by the user matches literally.
10075         (apropos-variable): Doc fix.  Use apropos-read-pattern.
10076         (apropos-command): Doc fix.  Use apropos-read-pattern and
10077         apropos-parse-pattern.  Call apropos-print with nosubst=t.
10078         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
10079         apropos-parse-pattern.
10080         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
10081         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
10082         apropos-documentation-sort-by-scores.  Call apropos-print with
10083         nosubst=t.
10084         (apropos-documentation-internal): Pass doc string through
10085         substitute-key-definition before adding text properties.
10086         Highlight substring matching literal user input if possible.
10087         (apropos-documentation-check-doc-file): Remove locals beg and end.
10088         Fix calculation of score (as added twice).  Pass doc string through
10089         substitute-key-definition before adding text properties.
10090         (apropos-documentation-check-elc-file): Pass doc string through
10091         substitute-key-definition before adding text properties.
10092         Highlight substring matching literal user input if possible.
10093         (apropos-print): Add new arg NOSUBST; if set, command and variable
10094         doc strings have already been passed through substitute-key-definition.
10095         Add code to handle apropos-accumulator items without score element
10096         for backwards compatibility (e.g. with woman package).
10097         Only show scores if apropos-sort-by-scores is `verbose'.
10099 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10101         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10102         Add jka-compr-load-suffixes to load-suffixes.
10104         * jka-compr.el: Require jka-cmpr-hook.
10105         (jka-compr-info-compress-message, jka-compr-info-compress-program)
10106         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10107         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10108         (jka-compr-info-can-append, jka-compr-info-strip-extension)
10109         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10110         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
10111         (jka-compr-uninstall): Remove entries from
10112         jka-compr-added-to-file-coding-system-alist after they are used.
10113         (jka-compr-error): Remove unused var `curbuf'.
10114         (jka-compr-file-local-copy): Remove unused var `notfound'.
10116 2005-11-10  Romain Francoise  <romain@orebokech.com>
10118         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10120 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
10122         * progmodes/gud.el (gud-menu-map): Move parentheses.
10123         (gdb): New command gud-pv.
10125 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10127         * tar-mode.el: Remove spurious or unnecessary leading stars
10128         in docstrings.
10129         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10130         (tar-parse-octal-integer-safe): Use mapc.
10131         (tar-header-block-summarize): Remove unused var `ck'.
10132         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10133         cleared before.  Obey default-enable-multibyte-characters.
10134         Use mapconcat.  Simplify setting of tar-header-offset.
10135         (tar-mode-map): Move initialization inside delcaration.
10136         (tar-flag-deleted): Use `abs'.
10137         (tar-expunge-internal): Remove unused var `line'.
10138         (tar-expunge-internal): Don't hardcode point-min==1.
10139         (tar-expunge): Widen while doing set-buffer-multibyte.
10140         (tar-rename-entry): Use file-name-coding-system.
10141         (tar-alter-one-field): Don't hardcode point-min==1.
10142         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10143         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
10145 2005-11-10  Masatake YAMATO  <jet@gyve.org>
10147         * add-log.el (add-log-current-defun): Handle class::method
10148         notation of c++.  Fix incorrect comment.
10150 2005-11-10  Alan Mackenzie  <acm@muc.de>
10152         * help-fns.el (describe-variable): Make C-h v work when a variable
10153         has variable documentation yet is unbound.
10155 2005-11-10  Masatake YAMATO  <jet@gyve.org>
10157         * man.el (Man-highlight-references): Set an empty
10158         string to `Man-arguments' if it is nil.
10159         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10161 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10163         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10164         commenting conventions.
10166         * cus-dep.el (custom-make-dependencies): Simplify.
10167         Better follow the commenting conventions.
10169 2005-11-09  Richard M. Stallman  <rms@gnu.org>
10171         * apropos.el (apropos-pattern): Rename from apropos-regexp.
10172         (apropos-orig-pattern): Rename from apropos-orig-regexp.
10173         All uses changed.
10174         (apropos-rewrite-regexp): Doc fix.
10175         (apropos-variable, apropos-command, apropos, apropos-value):
10176         Change prompt; carry through the argument renaming.
10178 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
10180         * find-lisp.el: Require dired.
10181         (find-lisp-find-dired-internal): Do not call
10182         `abbreviate-file-name' on DIR.
10184 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
10186         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10188 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
10190         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10191         when using the speedbar.
10192         (gdb): New command gud-pp.
10193         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10195 2005-11-09  Juri Linkov  <juri@jurta.org>
10197         * replace.el (occur-excluded-properties): New defcustom.
10198         (occur-1, occur-engine, occur-accumulate-lines): Use it.
10200 2005-11-08  Jay Belanger  <belanger@truman.edu>
10202         * calc/calc-units.el (math-convert-units): Replace any composite
10203         unit by its definition.
10205 2005-11-08  Lars Hansen  <larsh@soem.dk>
10207         * emacs-lisp/autoload.el (update-directory-autoloads):
10208         Add obsolete function alias.
10210 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10212         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10213         comment-indent-function.
10214         (lisp-comment-indent): Replace by an alias for comment-indent-default.
10216         * reveal.el (reveal-post-command): Rework the handling of
10217         reveal-open-spots, so as to be more reliable.  There were several
10218         tricky corner cases where an open spot might be lost, or where
10219         a closed spot might end up on the list of open spots.
10220         Only reveal text that's ellipsised.
10222 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
10224         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10226 2005-11-07  John Paul Wallington  <jpw@gnu.org>
10228         * ibuffer.el (ibuffer): Search iconified frames too when
10229         getting Ibuffer buffer's window.
10231 2005-11-06  Richard M. Stallman  <rms@gnu.org>
10233         * progmodes/compile.el (compilation-internal-error-properties):
10234         save-excursion around the computation of MARKER.
10236 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
10238         * textmodes/flyspell.el (flyspell-external-point-words):
10239         flyspell-get-word returns a list, not just a string.
10241 2005-11-06  John Paul Wallington  <jpw@pobox.com>
10243         * ibuffer.el (ibuffer): Search all visible frames when getting
10244         Ibuffer buffer's window.
10246 2005-11-07  Masatake YAMATO  <jet@gyve.org>
10248         * man.el (Man-reference-regexp): Accept spaces between
10249         `Man-name-regexp' and `Man-section-regexp'.
10250         (Man-apropos-regexp): New variable.
10251         (Man-abstract-xref-man-page): Use value for `Man-target-string'
10252         if available.
10253         (Man-highlight-references, Man-highlight-references0):
10254         Handle the case when `Man-arguments' includes "-k".
10255         (Man-highlight-references0): Rename the argument `TARGET-POS' to
10256         `TARGET'. `TARGET' can be a number, function or nil.
10258 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
10260         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10261         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10262         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10263         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10264         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10265         (gdb-send-item): Use buffer-local-value and simplify.
10267 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
10269         * startup.el (command-line): Use `custom-reevaluate-setting' for
10270         `global-font-lock-mode'.
10272         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10273         by default, except in batch mode or when the -D option is given.
10275         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10276         specified keyword args on to `define-minor-mode'.  Update docstring.
10278 2005-11-05  Romain Francoise  <romain@orebokech.com>
10280         * replace.el (occur-engine): Add marker at end of line, too.
10282 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
10284         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10285         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10286         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10287         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10288         argument to all these routines, so the passphrase can be managed
10289         externally and passed in to the system.
10290         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10291         pgg-add-passphrase-to-cache function.
10293         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10294         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10295         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10296         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10297         argument to all these routines, so the passphrase can be managed
10298         externally and passed in to the system.
10299         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10300         function.
10302 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10304         * font-lock.el: Don't deal with font-lock-face-attributes here,
10305         move the code ...
10307         * startup.el (command-line): ... here.  Use face-spec-set instead
10308         of custom-declare-face.
10310         * faces.el (face-spec-set): Reset the face if spec is not nil.
10312 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10314         * newcomment.el (comment-region-internal): Box more tightly in the
10315         common case where there's no TAB in the boxed text.
10317 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10319         * info.el (info-tool-bar-map): Use images prev-node, next-node and
10320         up-node.
10322 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
10324         * newsticker.el: Commentary updated.  Code formatting changed.
10325         (newsticker-version): Change to "1.9".
10326         (newsticker, newsticker-feed): Doc fix.
10327         (newsticker-url-list): Doc fix.  Add option "Weekly".
10328         (newsticker-retrieval-interval): Add option "Weekly".
10329         (newsticker-headline-processing): Doc fix.
10330         (newsticker-auto-mark-filter): Remove.
10331         (newsticker-auto-mark-filter-list): New.
10332         (newsticker-layout, newsticker-sort-method): Doc fix.
10333         (newsticker-hide-old-items-in-newsticker-buffer)
10334         (newsticker-heading-format, newsticker-item-format)
10335         (newsticker-desc-format): Doc fix.
10336         (newsticker-show-all-rss-elements): Remove.
10337         (newsticker-show-all-news-elements): New.
10338         (newsticker-faces, newsticker-ticker): Doc fix.
10339         (remove-from-invisibility-spec): Code formatting.
10340         (newsticker--process-ids): New.
10341         (newsticker-mode): Doc fix.
10342         (newsticker-mode): Change mode-line-format.
10343         (newsticker-start): Remove debug output.
10344         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
10345         (newsticker-w3m-show-inline-images): Code formatting.
10346         (newsticker-next-item): Call `force-mode-line-update'.
10347         (newsticker-previous-item): Call `force-mode-line-update'.
10348         (newsticker-next-feed): Call `force-mode-line-update'.
10349         (newsticker-previous-feed): Call `force-mode-line-update'.
10350         (newsticker-mark-all-items-at-point-as-read): Code formatting.
10351         (newsticker-show-old-items): Do not show descs.
10352         (newsticker-hide-entry): Hide too much.
10353         (newsticker-hide-entry, newsticker-show-entry)
10354         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10355         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10356         (newsticker-toggle-auto-narrow-to-item): Code formatting.
10357         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10358         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10359         (newsticker-get-news): Call `force-mode-line-update'.
10360         Collect process ids.
10361         (newsticker--sentinel): Change coding system handling.
10362         Move image retrieval to new functions newsticker--get-logo-url-*.
10363         Move feed parsing to new functions newsticker--parse-*.
10364         Update list of process ids.
10365         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10366         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10367         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10368         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10369         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10370         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10371         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10372         (newsticker--decode-coding-string): Remove.
10373         (newsticker--decode-numeric-entities): Check input.  Format code.
10374         (newsticker--remove-whitespace): Check input.
10375         (newsticker--do-forget-preformatted): Doc fix.
10376         (newsticker--decode-rfc822-date): Allow for missing time.
10377         (newsticker--update-process-ids): New.
10378         (newsticker--image-sentinel): Change comment.
10379         (newsticker--image-read): Change error message.
10380         (newsticker--imenu-goto): Doc fix.  Show headline title.
10381         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10382         (newsticker--buffer-do-insert-text): Clean whitespace in
10383         html-rendered headline title.  Code formatting.
10384         Call `newsticker--buffer-print-extra-elements'.
10385         (newsticker--buffer-print-extra-element): Remove.
10386         (newsticker--buffer-print-extra-elements): New.
10387         (newsticker--buffer-do-print-extra-element): New.
10388         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
10389         large sizes.
10390         (newsticker--run-auto-mark-filter)
10391         (newsticker--do-run-auto-mark-filter):
10392         Use `newsticker-auto-mark-filter-list'.
10394 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
10396         * net/rcirc.el: Use split-string OMIT-NULLS argument.
10397         (rcirc-print): Force redisplay before running hooks.  Do long
10398         buffer truncation after making new text read-only.  Deal with nil
10399         text when decoding strings.  If TARGET is nil, use either the
10400         currently selected buffer, if it is an rcirc buffer and of the
10401         same process or the process buffer.
10402         (rcirc-mode): Remove header-line.  Recompute short buffer names.
10403         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10404         (rcirc-short-buffer-name): Add variable.
10405         (rcirc-kill-buffer-hook): Recompute short buffer names.
10406         Remove nick from private channel.
10407         (rcirc-send-input): Send command text to current-buffer.
10408         Don't clear overlay arrow here.
10409         (rcirc-short-buffer-name): Return a short buffer name.
10410         (rcirc-update-short-buffer-names, rcirc-abbreviate)
10411         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10412         buffer-name abbreviations.
10413         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10414         Do not touch nick-table when killing a parted channel.
10415         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10416         Clear arrow from current buffer if it is now hidden.
10417         (rcirc-current-buffer): Add variable.
10418         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10419         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10420         Remove -face from names.
10421         (rcirc-update-activity-string): Print "DND" when globally ignoring
10422         activity.
10423         (rcirc-ignore-buffer-activity-flag): Rename from
10424         rcirc-ignore-channel-activity.
10425         (rcirc-ignore-all-activity-flag): Doc fix.
10426         (rcirc-channels): Remove variable.
10427         (rcirc-kill-buffer-hook):
10428         (rcirc-get-buffer-create): Add nick to private channel.
10429         (rcirc-multiline-edit-submit): Remove tabs.
10430         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10431         folded.
10432         (rcirc-remove-nick-channel): Bug fix.
10433         (rcirc-toggle-ignore-buffer-activity): Rename from
10434         rcirc-toggle-ignore-channel-activity.
10435         (rcirc-record-activity): Add buffers to the front of the list.
10436         (rcirc-update-activity): Remove killed buffers from list.
10437         (rcirc-process-server-response-1): Remove last argument if it is
10438         null before calling handler.
10439         (rcirc): Add "rcirc" defcustom prefix.
10440         (rcirc-prompt): Simplify default prompt.
10441         Use custom-initialize-default.
10442         (rcirc-private-chats): Remove variable.
10443         (rcirc-prompt): Change initialization.
10444         (rcirc-version): Remove function.
10445         (rcirc-id-string): Add constant.
10446         (rcirc-last-buffer): Remove variable.
10447         (rcirc-buffer-alist): Add variable.
10448         (rcirc-connect): Update variable setup.
10449         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10450         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10451         default.
10452         (rcirc-handler-generic): Trigger activity.
10453         (rcirc-send-message): Create the buffor of the target.
10454         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10455         (rcirc-get-buffer): Just return nil if there is no matching buffer.
10456         (rcirc-multiline-edit-cancel): Remove function.
10457         (rcirc-set-last-buffer): Remove function.
10458         (rcirc-get-any-buffer): Add function.
10459         (rcirc-join-channels): Don't print /join text.
10460         (rcirc-toggle-ignore-channel-activity): Add and update echo area
10461         messages.
10462         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10463         (rcirc-handler-NOTICE): Recognize CTCP responses.
10464         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10465         constructing TOPIC string for buffers we are not JOINed.
10466         (rcirc-handler-CTCP-response): Add handler.
10467         (rcirc-multiline-edit-submit): Restore the window-configuration
10468         before adjusting point.
10469         (rcirc): Add customization group.
10470         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10471         (rcirc-user-full-name, rcirc-startup-channels-alist)
10472         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10473         (rcirc-ignore-all-activity-flag, rcirc-time-format)
10474         (rcirc-input-ring-size, rcirc-read-only-flag)
10475         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10476         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10477         Change defvar to defcustom.
10478         (rcirc-update-prompt): Add optional ALL arg, which will update
10479         prompts in all rcirc buffers.  Regexp quote replacement text.
10480         (rcirc-fill-column): Accept frame-width as a value.
10481         (rcirc-set-changed): Add function.
10482         (rcirc-next-active-buffer): Write more meaningful messages.
10483         (rcirc-faces): Add customization group.
10484         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10485         (rcirc-nick-in-message-face, rcirc-prompt-face)
10486         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10487         (with-rcirc-process-buffer): Move before first usage.
10488         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10489         (rcirc-debug-flag): Rename from `rcirc-log-p'.
10490         (rcirc-debug): Rename from `rcirc-log'.
10491         (rcirc-format-response-string): Do not print `-' chars for a
10492         NOTICE with no sender.  Simplify output of server responses.
10494 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
10496         (rcirc-browse-url-map, rcirc-browse-url-at-point)
10497         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10498         Make urls mouse and RET clickable.
10500 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
10502         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10504 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
10506         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10507         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10508         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10509         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10510         argument to all these routines, so the passphrase can be managed
10511         externally and passed in to the system.
10512         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10513         pgg-add-passphrase-to-cache function.
10515         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10516         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10517         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10518         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10519         argument to all these routines, so the passphrase can be managed
10520         externally and passed in to the system.
10521         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10522         function.
10524 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
10526         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10527         from goto-address-url-regexp.
10529 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
10531         * textmodes/org.el (org-read-date, org-goto-calendar)
10532         (org-recenter-calendar, org-agenda-goto-calendar):
10533         Temporarily clear `calendar-move-hook'.
10535 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
10537         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10538         merging.
10540         * ediff-util.el (ediff-previous-difference): Don't skip regions that
10541         have merge clashes.
10543 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10545         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10546         Undo previous change.
10548         * startup.el (command-line): Use `custom-reevaluate-setting' for
10549         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
10550         tty-register-default-colors on Mac.
10552 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
10554         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10555         (gdb-buffer-type): Make it automatically buffer local...
10556         (gdb-get-create-buffer): ...and set it accordingly.
10557         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10558         actually work.
10560 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
10562         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10563         not red.
10565 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
10567         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10568         case GUD buffer is not visible.
10569         (gdb-goto-breakpoint): Try to force display in source buffer.
10570         (gdb-frame-gdb-buffer): Copy other similar functions.
10571         (gdb-restore-windows): Don't display source if not asked for.
10572         (gdb-assembler-buffer-name): Don't capitalise.
10574 2005-11-03  Richard M. Stallman  <rms@gnu.org>
10576         * wid-edit.el (key-sequence): New widget type.
10578         * simple.el (set-mark-command-repeat-pop): New variable.
10579         (set-mark-command): Only interpret plan C-@ after a pop as a pop
10580         if set-mark-command-repeat-pop is true.
10582         * info.el (Info-fontify-node): Don't display extra "see" if there
10583         already is one here.
10585         * mouse.el: Fix special handling of DEL after dragging a region:
10586         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10587         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
10589         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10591         * textmodes/ispell.el (ispell-command-loop): Change `i' description
10592         not to assume it pertains to an affix.
10594         * textmodes/flyspell.el (flyspell-post-command-hook):
10595         Bind deactivate-mark to prevent deactivation.
10597 2005-11-03  Lars Hansen  <larsh@soem.dk>
10599         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10600         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10601         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10603 2005-11-03  Romain Francoise  <romain@orebokech.com>
10605         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
10606         Update copyright years.
10608 2005-11-03  Sam Steingold  <sds@gnu.org>
10610         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10611         Use system-type instead of window-system because window-system is not
10612         correctly defined during loadup.
10614 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
10616         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10617         (xml-parse-tag): Join strings separated by a comment properly.
10619 2005-11-02  Andreas Schwab  <schwab@suse.de>
10621         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10623 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10625         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10626         (byte-optimize-pure-func): Quote the eval'd value.
10628         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10629         Rename from perl-font-lock-syntactic-face-function.
10630         Change the calling convention so it can be used as a font-lock MATCHER.
10631         Do the parse-partial-sexp loop outselves.
10632         (perl-font-lock-syntactic-keywords): Use it.
10633         (perl-mode): Don't set font-lock-syntactic-face-function any more.
10635 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
10637         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10638         disassembly buffer too.
10639         (gdb-exited): Remove overlay arrows when execution has finished.
10640         (gdb-info-frames-custom, gdb-info-threads-custom)
10641         (gdb-info-registers-custom): Don't add inappropriate text
10642         properties if inferior is not active.
10644 2005-11-02  Glenn Morris  <rgm@gnu.org>
10646         * progmodes/fortran.el (fortran-blink-match):
10647         Use `blink-matching-delay'.
10649 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
10651         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10653 2005-11-02  Lars Hansen  <larsh@soem.dk>
10655         * net/tramp.el (tramp-action-out-of-band): Handle scp message
10656         "Permission denied".
10658 2005-11-01  Richard M. Stallman  <rms@gnu.org>
10660         * textmodes/flyspell.el (flyspell-external-point-words):
10661         Pass nil to flyspell-get-word.
10663 2005-11-02  Kim F. Storm  <storm@cua.dk>
10665         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10666         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10668 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10670         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10671         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10672         (calendar-mouse-print-dates): Add optional `event' argument.
10673         Update interactive-spec.
10674         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10675         Use `calendar-event-to-date' instead of `event'.
10677 2005-11-02  Masatake YAMATO  <jet@gyve.org>
10679         * progmodes/ld-script.el (ld-script-builtins):
10680         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10681         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10682         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10684 2005-11-01  Romain Francoise  <romain@orebokech.com>
10686         * vc-sccs.el: Update copyright year.
10687         * ezimage.el: Likewise.
10689 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
10691         * info.el (Info-fontify-node): Use `string-width' for fontifying
10692         underlined titles.
10694 2005-11-01  Juri Linkov  <juri@jurta.org>
10696         * info.el (Info-fontify-node): Downcase node header keywords Node,
10697         Prev, Next, Up before comparison.
10698         (Info-history): Insert absolute directory name, and put invisible
10699         property on it.
10701 2005-11-01  Juri Linkov  <juri@jurta.org>
10703         * info.el (Info-file-supports-index-cookies): New variable.
10704         (Info-find-node-2): Check makeinfo version for index cookie support.
10705         (Info-index-nodes): Search for nodes with index cookies only when
10706         Info-file-supports-index-cookies is t.  Otherwise, search nodes
10707         with "Index" in the node name.
10708         (Info-index-node): Search index cookie in the current node only when
10709         Info-file-supports-index-cookies is t.  Otherwise, check the word
10710         "Index" in the node name.
10711         (Info-find-emacs-command-nodes): Remove code that searches nodes
10712         with "Index" node name in the top menu.
10714 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10716         * progmodes/scheme.el (scheme-mode-variables): Use the default
10717         comment-indent-function.
10719         * faces.el (face-attribute): Handle the case where a face inherits from
10720         a non-existent face.
10722         * simple.el (eval-expression-print-format): Use lisp-readable syntax
10723         for octal and hexa output, and merge the char into the paren.
10724         (kill-new): Use push.
10725         (copy-to-buffer): Use with-current-buffer.
10726         (completion-setup-function): Move code in loop to remove redundancy.
10727         (minibuffer-local-must-match-map): Don't add bindings that duplicate
10728         those inherited from minibuffer-local-completion-map.
10730         * savehist.el (savehist-mode) <defcustom>:
10731         Use custom-set-minor-mode if available.
10732         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10733         and emit a message if applicable.
10735 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
10737         * savehist.el: Sync up to version 19.
10738         (savehist-mode): New minor mode.
10739         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10740         (savehist-length): Remove (use history-length instead).
10741         (savehist-file-modes): Rename from savehist-modes.
10742         (savehist-save-hook, savehist-loaded): New vars.
10743         (savehist-load): Use savehist-mode.  Try to smooth up transition from
10744         old format to new format.
10745         (savehist-install): Allow savehist-autosave-interval to be nil.
10746         (savehist-save): Run the new hook.  Be more careful to only trim the
10747         history variables.
10748         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
10749         (savehist-printable): Print into a buffer rather than char-by-char.
10751 2005-11-01  John Wiegley  <johnw@newartisans.com>
10753         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10754         toggle-ignore keybinding (C-a).  The author said it had been
10755         disabled much earlier due to a possible incompatibility, but after
10756         many months of usage I have encountered no problems (and it is a
10757         rather useful option, especially for switching to " *temp*").
10759         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10760         support for OS/X's AddressBook, by calling out to the open source
10761         program "contacts" (installable through Fink).
10763         * net/eudc.el (eudc-expand-inline): If the
10764         `eudc-multiple-match-handling-method' is set to `all', delete the
10765         query string before inserting the query result.
10767         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10768         flag, to prevent Eshell from using the system ls when
10769         `eshell-ls-insert-directory' is in used.
10770         (eshell-ls-insert-directory): Disable font-lock in directory
10771         buffer so that Eshell's own fontification is seen.  This broke
10772         recently due to changes in font-lock, so this goes back to version
10773         21 behavior.
10775 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
10777         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10778         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10779         (gdb-many-windows): Doc fix.
10781 2005-10-31  Romain Francoise  <romain@orebokech.com>
10783         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10785 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
10787         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10788         that global-font-lock-mode can be enabled by default.
10790         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10791         (font-lock-add-keywords, font-lock-remove-keywords)
10792         (font-lock-fontify-buffer): Remove autoload cookies.
10794         * jit-lock.el (jit-lock-register): Likewise.
10796         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10798 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
10800         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10801         intact if there is no gud-comint-buffer.
10803 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
10805         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10806         old prompt comint-prompt-read-only is t and GDB commands are
10807         issued from tool bar etc.
10809 2005-10-31  Masatake YAMATO  <jet@gyve.org>
10811         * vc.el (vc-directory-exclusion-list): Add "{arch}".
10813 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10815         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10816         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10818 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
10820         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10821         starting at beginning of line.  Fontification is messed up when
10822         `open-paren-in-column-0-is-defun-start' set to t.
10823         Reported by John Paul Wallington <jpw@pobox.com>.
10825 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
10827         * comint.el (comint-send-input): Call `comint-update-fence' when
10828         `comint-process-echoes' and `comint-prompt-read-only' are both
10829         non-nil, to avoid leftover read-only newline.
10831 2005-10-30  Richard M. Stallman  <rms@gnu.org>
10833         * textmodes/flyspell.el (flyspell-external-point-words):
10834         Detect when WORD can't be checked properly because
10835         flyspell-get-word finds just part of it, and move on.
10837         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10838         boundarychar for Polish.
10839         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10840         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10842 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
10844         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10845         (gdb-registers-font-lock-keywords): Delete.
10846         (gdb-registers-mode): Don't fontify.
10847         (gdb-info-registers-custom): Use text properties instead as, in
10848         future, changed register values will use font-lock-warning-face.
10849         (gdb-local-font-lock-keywords): Rename to...
10850         (gdb-locals-font-lock-keywords): ...for consistency.
10852 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
10854         * vc.el (vc-switch-backend): Better error message if the buffer is
10855         not visiting a file under version control.
10857         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10859 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
10861         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10862         ~/.emacs.d/.emacs.
10864 2005-10-29  Richard M. Stallman  <rms@gnu.org>
10866         * replace.el (occur-mode-mouse-goto): Always go to other window.
10867         (occur-mode-goto-occurrence): Always switch in same window.
10869         * simple.el (undo): Display message at end, not at start.
10871         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10872         New arg REUSE-CELL.
10873         (cancel-timer-internal): New function.
10874         (timer-event-handler): Use cancel-timer-internal,
10875         and pass the cell it returns to timer-activate...
10877         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10878         (jit-lock-deferred-fontify, jit-lock-context-fontify)
10879         (jit-lock-after-change): Test memory-full.
10881 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
10883         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10884         part of the decoded armor to find the key-identifier.
10885         (pgg-gpg-lookup-key-owner): New function to return the
10886         human-readable identifier of a key owner.
10887         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10888         key itself.
10889         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10890         the key value) if we have a key and can match it against a secret
10891         key.  Also, added a note pointing out fact that the prompt only
10892         indicates the first matching key.
10894         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10895         pgg-decrypt-region.
10896         (pgg-pending-timers): A new hash for tracking the passphrase cache
10897         timers, so that new ones supercede old ones.
10898         (pgg-add-passphrase-to-cache): Rename from
10899         `pgg-add-passphrase-cache' to reduce confusion (all callers
10900         changed).  Modified to cancel old timers when new ones are added.
10901         (pgg-remove-passphrase-from-cache): Rename from
10902         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10903         changed).  Modified to cancel old timers when their keys are
10904         removed from the cache.
10905         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10906         XEmacs, an indirection to delete-itimer.
10907         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10908         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10909         users can only check cache without risk of prompting.  Correct bug in
10910         notruncate behavior.
10911         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10912         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10913         Add informative docstrings.
10914         (pgg-decrypt): Convey provided passphrase in subordinate call to
10915         pgg-decrypt-region.
10917         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10918         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10919         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10920         `passphrase' argument, so the passphrase can be managed externally
10921         and then passed in to the system.
10923         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10924         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10925         so the passphrase cache can be used reliably with identifiers
10926         besides a pgp packet's key id.
10928         * pgg-gpg.el (pgg-pgp-encrypt-region)
10929         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10930         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10931         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10932         argument to all these routines, so the passphrase can be managed
10933         externally and passed in to the system.
10935         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10936         `notruncate' argument, so the passphrase cache can be used
10937         reliably with identifiers besides a pgp packet's key id.
10939 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
10941         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10942         symmetric encryption.
10943         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10944         encrypted session key.
10945         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10946         message ask for the passphrase in a proper way.
10948         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10949         New user commands for symmetric encryption.
10951 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
10953         * textmodes/conf-mode.el (conf-assignment-sign)
10954         (conf-assignment-regexp): Fix docstrings.
10955         (conf-mode-initialize): New function.
10956         (conf-mode): Remove optional args.  Use delay-mode-hooks to
10957         recognize recursive calls.
10958         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
10959         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
10960         (conf-xdefaults-mode): Use define-derived-mode and
10961         conf-mode-initialize.
10963 2005-10-29  Romain Francoise  <romain@orebokech.com>
10965         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
10967 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
10969         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10970         part of the decoded armor to find the key-identifier.
10971         (pgg-gpg-lookup-key-owner): New function to return the
10972         human-readable identifier of a key owner.
10973         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10974         key itself.
10975         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10976         the key value) if we have a key and can match it against a secret
10977         key.  Also, added a note pointing out fact that the prompt only
10978         indicates the first matching key.
10980         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10981         pgg-decrypt-region.
10982         (pgg-pending-timers): A new hash for tracking the passphrase cache
10983         timers, so that new ones supercede old ones.
10984         (pgg-add-passphrase-to-cache): Rename from
10985         `pgg-add-passphrase-cache' to reduce confusion (all callers
10986         changed).  Modified to cancel old timers when new ones are added.
10987         (pgg-remove-passphrase-from-cache): Rename from
10988         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10989         changed).  Modified to cancel old timers when their keys are
10990         removed from the cache.
10991         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10992         XEmacs, an indirection to delete-itimer.
10993         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10994         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10995         users can only check cache without risk of prompting.  Correct bug in
10996         notruncate behavior.
10997         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10998         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10999         Add informative docstrings.
11000         (pgg-decrypt): Convey provided passphrase in subordinate call to
11001         pgg-decrypt-region.
11003 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11005         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11006         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11007         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11008         `passphrase' argument, so the passphrase can be managed externally
11009         and then passed in to the system.
11011         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11012         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11013         so the passphrase cache can be used reliably with identifiers
11014         besides a pgp packet's key id.
11016         * pgg-gpg.el (pgg-pgp-encrypt-region)
11017         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11018         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11019         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11020         argument to all these routines, so the passphrase can be managed
11021         externally and passed in to the system.
11023         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11024         `notruncate' argument, so the passphrase cache can be used
11025         reliably with identifiers besides a pgp packet's key id.
11027 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
11029         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11030         symmetric encryption.
11031         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11032         encrypted session key.
11033         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11034         message ask for the passphrase in a proper way.
11036         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11037         New user commands for symmetric encryption.
11039 2005-10-28  Bill Wohler  <wohler@newt.com>
11041         * help-mode.el (help-url): New button type.  Calls browse-url.
11042         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11043         Similar to Info nodes: URL `url'.
11044         (help-make-xrefs): Create help-url buttons for
11045         help-xref-url-regexp matches.
11047 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
11049         * tool-bar.el (tool-bar-add-item-from-menu)
11050         (tool-bar-local-item-from-menu): Fix doc strings.
11052 2005-10-28  Romain Francoise  <romain@orebokech.com>
11054         * ldefs-boot.el: Update.
11056         * subr.el (locate-library): Move from help-fns.el.
11057         * help-fns.el (locate-library): Move to subr.el.
11059 2005-10-28  Richard M. Stallman  <rms@gnu.org>
11061         * net/tramp.el (tramp-completion-mode): defvar moved up.
11063         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11065         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11067         * files.el (find-file-noselect): Use %d to format large file size.
11069         * bindings.el (mode-line-format): Add %e.
11071         * loadup.el ("facemenu"): Load unconditionally.
11072         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11073         ("x-dnd"): Load, when appropriate.
11075         * startup.el (command-line): Call before-init-hook earlier.
11076         Warn about some bad characters in -u user name.
11078         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11079         (flyspell-external-point-words): Error if misspelled word is not found.
11080         Set flyspell-large-region-beg at end of word.
11082 2005-10-28  Andreas Schwab  <schwab@suse.de>
11084         * view.el (View-revert-buffer-scroll-page-forward):
11085         Use view-page-size-default.
11087 2005-10-28  Juri Linkov  <juri@jurta.org>
11089         * international/quail.el (quail-get-current-str): Translate last
11090         raw character for deterministic input methods.
11092 2005-10-27  Jay Belanger  <belanger@truman.edu>
11094         * calc/calc-ext.el: Add functions to autoloads.
11095         (math-identity-matrix-p, math-ident-row-p): New functions.
11097         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11098         multiplication by an identity matrix; don't turn multiplication by
11099         an inverse matrix into division.
11100         (math-div-symbol-fancy): Replace division by matrices with
11101         multiplication by inverse.
11103         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11105         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11106         (calc-writeoutpower): New functions.
11108 2005-10-27  Romain Francoise  <romain@orebokech.com>
11110         * replace.el (occur-engine): Include colon in mouse-face highlight.
11112         * dired-x.el: Change Maintainer field.
11114 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
11116         * longlines.el (longlines-mode): Bind after-change-functions to
11117         nil during initial decoding and final encoding.
11119 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11121         * term.el (term-emulate-terminal, term-handle-colors-array)
11122         (term-handle-ansi-escape): Specify the terminfo capabilities
11123         implemented.
11125 2005-10-26  Richard M. Stallman  <rms@gnu.org>
11127         * info.el (Info-fontify-node): Fix detection of sentence-break
11128         before *Note.
11130 2005-10-26  Romain Francoise  <romain@orebokech.com>
11132         * smerge-mode.el: Add `tools' to file keywords.
11134 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
11136         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11137         when the fringe is not available.
11139         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11140         (def-gdb-auto-update-trigger): Simplify construction.
11141         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11142         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11143         defined explicitly.
11144         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11145         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11146         defined explicitly.
11147         (gdb-info-locals-custom): Remove as it's a no-op.
11149 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
11151         * longlines.el (longlines-mode): Remove narrowing before
11152         performing the initial decoding or final encoding.
11154 2005-10-25  Romain Francoise  <romain@orebokech.com>
11156         * emacs-lisp/find-func.el (find-library-name): Also strip
11157         extension if library name ends in .el, to take advantage of
11158         `find-library-suffixes'.
11160 2005-10-25  Richard M. Stallman  <rms@gnu.org>
11162         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11164 2005-10-25  Juri Linkov  <juri@jurta.org>
11166         * textmodes/texinfo.el (texinfo-mode): Change charset of one
11167         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11169 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11171         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11172         (blackbox-redefine-key): Add argument `map'.
11174         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11175         regions when moving the jit-lock-context-unfontify-pos boundary.
11177 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11179         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11181 2005-10-25  Masatake YAMATO  <jet@gyve.org>
11183         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11185 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
11187         * play/blackbox.el (blackbox-redefine-key): New function.
11188         (blackbox-mode-map): Use it to remap existing bindings for cursor
11189         motion instead of binding literal keys.
11191 2005-10-25  Glenn Morris  <rgm@gnu.org>
11193         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11194         diary does not end in a newline.  Do not assume a blank line at
11195         the start of the diary file.
11197 2005-10-25  Kenichi Handa  <handa@m17n.org>
11199         * international/quail.el (quail-translate-key): If the input
11200         method is deterministic and failed to handle the last key, restart
11201         the key handling loop from an appropriate key.
11203 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
11205         * vc.el (vc-dired-mode): Extend comment for binding of
11206         `directory-listing-before-filename-regexp'.
11208 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11210         * textmodes/texinfo.el (texinfo-mode):
11211         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11212         not to unnecessarily expose emacs-mule's internal char codes.
11214 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
11216         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11217         Display hand pointer and help-echo on disabled icon too.
11218         (gdb-mouse-until): New function.
11219         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11221 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
11223         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11224         with 2005-10-23 change to doctor.el.
11226         * finder.el (finder-mode-map): Add follow-link binding.
11228 2005-10-25  Kim F. Storm  <storm@cua.dk>
11230         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11231         to gdb-mouse-toggle-breakpoint-fringe.
11232         (gdb-mouse-toggle-breakpoint-margin): Rename from
11233         gdb-mouse-toggle-breakpoint.  Fix doc.
11234         (gdb-mouse-toggle-breakpoint-fringe): New defun.
11235         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
11236         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11237         string properties also for fringe breakpoint bitmaps.
11239 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
11241         * textmodes/org.el (org-start-icalendar-file): Fix format form.
11243 2005-10-25  Masatake YAMATO  <jet@gyve.org>
11245         * simple.el (completion-common-substring):
11246         Use `completion-common-substring' prior to `completion-base-size'.
11248 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
11250         * savehist.el: Require CL while compiling.
11251         (savehist-history-variables): Remove.
11252         (savehist-save-minibuffer-history, savehist-additional-variables)
11253         (savehist-minibuffer-history-variables): New vars.
11254         (savehist-save): Use them.
11255         (savehist-uninstall, savehist-minibuffer-hook): New funs.
11256         (savehist-install): New fun, extracted from savehist-load.
11257         (savehist-load): Use them.
11259 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11261         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11262         a dummy doc-string-elt property.
11263         (defalias, defvaralias, define-category): Add a docstring property.
11265         * image.el (defimage):
11266         * widget.el (define-widget):
11267         * custom.el (defface, defcustom): Add `doc-string' declaration.
11269         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11270         (defadvice): Add `doc-string' declaration.
11272         * emacs-lisp/byte-run.el (macro-declaration-function):
11273         Handle `doc-string' declarations.
11274         (define-obsolete-function-alias, define-obsolete-variable-alias):
11275         Add `doc-string' declaration.
11277 2005-10-24  Kenichi Handa  <handa@m17n.org>
11279         * international/utf-7.el (utf-7): Add autoload cookie.
11281         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11283 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
11285         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11286         list of directories passed to batch-update-autoloads.  Add "." to
11287         the list of the echoed directories.
11289         * pgg-def.el:
11290         * pgg-gpg.el:
11291         * pgg-parse.el:
11292         * pgg-pgp.el:
11293         * pgg-pgp5.el:
11294         * pgg.el: Moved here from the gnus subdirectory.
11296 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
11298         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11299         in case comint-prompt-read-only is set to t.
11301         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11302         in case comint-prompt-read-only is set to t.
11304 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
11306         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11307         Now a string.
11308         (icalendar-import-format): Handle CLASS, STATUS, URL.
11309         Rename `subject' to `summary'.
11310         (icalendar-import-format-summary): Rename from
11311         `icalendar-import-format-subject'.
11312         (icalendar-import-format-url, icalendar-import-format-status)
11313         (icalendar-import-format-class): New variables.
11314         (icalendar--rris): Take variable argument list.
11315         (icalendar--datestring-to-isodate): Remove unnecessary
11316         calendar-style check when converting dates with explicit month names.
11317         (icalendar-export-region): Change return type of conversion
11318         subroutines.  Bury current buffer unless error occurred.
11319         (icalendar--convert-to-ical)
11320         (icalendar--parse-summary-and-rest): New functions.
11321         (icalendar--convert-ordinary-to-ical)
11322         (icalendar--convert-weekly-to-ical)
11323         (icalendar--convert-yearly-to-ical)
11324         (icalendar--convert-block-to-ical)
11325         (icalendar--convert-cyclic-to-ical)
11326         (icalendar--convert-anniversary-to-ical): Change return type.
11327         Strip trailing blanks from subject.
11328         (icalendar--convert-sexp-to-ical): Change return type.
11329         Strip trailing blanks from subject.  Handle simple sexp
11330         entries as generated by icalendar.el.
11331         (icalendar--convert-float-to-ical)
11332         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11333         (icalendar-import-file): Doc fix.
11334         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11335         Correct call to icalendar--rris.
11336         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
11337         `summary'.
11338         (icalendar--add-diary-entry): Rename `subject' to `summary'.
11340 2005-10-24  Romain Francoise  <romain@orebokech.com>
11342         * server.el (server-sentinel): Set query-on-exit flag to nil on
11343         new client processes (it isn't inherited from the server process).
11345         * replace.el (occur-engine): Rearrange text properties.
11347 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11349         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11350         case-fold-search is nil.
11351         (debug-help-follow): Use help-xref-interned directly.
11353 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11355         * thumbs.el (thumbs-image-type): Add .pbm.
11357 2005-10-23  Richard M. Stallman  <rms@gnu.org>
11359         * faces.el (inhibit-face-set-after-frame-default): New variable.
11360         (set-face-attribute): Bind it.
11361         (face-set-after-frame-default): Test it.
11363         * help-fns.el (describe-simplify-lib-file-name): New function.
11364         (describe-function-1, describe-variable): Use it.
11366         * faces.el (describe-face): Use describe-simplify-lib-file-name.
11368         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11369         Eliminate nil as possible value.
11370         (tooltip-hide-delay): Reduce internal-border-width.
11372         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11373         (menu-bar-file-menu) <new-file>: Likewise.
11375         * simple.el (line-move-finish): Ignore fields computing LINE-END.
11377         * international/mule.el (load-with-code-conversion):
11378         Pass full file name to `eval-buffer' unless preloading.
11380         * textmodes/flyspell.el (flyspell-large-region):
11381         Call ispell-check-version.
11383         * textmodes/ispell.el (ispell-local-dictionary-overridden):
11384         Fix the make-variable-buffer-local call that was supposed
11385         to be for this variable.
11386         (ispell-aspell-supports-utf8): Doc fix.
11387         (ispell-find-aspell-dictionaries): Preserve elements of
11388         ispell-dictionary-alist for dictionaries that aspell doesn't report.
11389         (ispell-aspell-find-dictionary): Return nil on error.
11391         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11392         (doctor-symptoms): Likewise.
11394         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11396 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11398         * cus-edit.el (custom-button, custom-button-pressed): New vars.
11399         (custom-raised-buttons): Add :set spec.
11400         (custom-button-unraised, custom-button-pressed-unraised):
11401         New faces, so that custom-raised-buttons actually does something.
11402         (custom-mode): Use custom-button and custom-button-pressed.
11404         * wid-edit.el (widget-specify-button): Don't ignore
11405         widget-mouse-face on graphic terminals.
11406         (widget-move-and-invoke): Cleanup.
11408 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
11410         * whitespace.el (whitespace-cleanup): Doc fix.
11412 2005-10-23  Romain Francoise  <romain@orebokech.com>
11414         * emulation/viper.el (viper-set-hooks): Quote forms passed to
11415         `eval-after-load' to avoid evaluating their result.
11417 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
11419         * files.el (directory-listing-before-filename-regexp):
11420         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
11422         * dired.el (dired-move-to-filename-regexp): Remove.
11423         All occurences replaced by `directory-listing-before-filename-regexp'.
11425         * dired-x.el, locate.el, vc.el:
11426         Replace `dired-move-to-filename-regexp' by
11427         `directory-listing-before-filename-regexp'.  In vc.el it is
11428         overwritten locally; maybe this can be handled in files.el too.
11430         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
11431         replaced by `directory-listing-before-filename-regexp'.
11433 2005-10-23  Andreas Schwab  <schwab@suse.de>
11435         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11436         and eval-next-after-load.
11438 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
11440         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11441         exist, create it.
11443 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
11445         * allout.el: Remove autoloads for mailcrypt and crypt++.
11446         Require pgg, pgg-gpg during compilation.
11447         (allout-version): Increment version number to 2.1, and use a literal
11448         rather than RCS Id.
11449         (allout-default-encryption-scheme): Remove.
11450         (allout-passphrase-verifier-handling)
11451         (allout-passphrase-verifier-string)
11452         (allout-file-passphrase-verifier-string)
11453         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11454         (allout-passphrase-hint-handling): Rename and simplify.
11455         (allout-init): Use `find-file-hook' if available, otherwise
11456         `find-file-hooks'.
11457         (allout-mode): Use `write-file-functions' if available, otherwise
11458         `local-write-file-hooks' and, instead of making auto-save-hook
11459         buffer local, make the write-file-hook activity contingent to
11460         allout-mode.
11461         (allout-mode): Use key-binding substitution in the docstring.
11462         (allout-kill-line): Spell-out kill ring data structure mutation
11463         instead of using byte-compiler-complaint-provoking `pop'.
11464         (allout-insert-listified): Use `insert' rather than `insert-string'
11465         (allout-toggle-current-subtree-encryption): Update docstring, adjust
11466         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11467         (allout-encrypt-string): Totally revamped vis new underlying
11468         encryption facilities.
11469         (allout-mc-activate-passwd): Remove.
11470         (allout-obtain-passphrase): New, more or less replaces
11471         allout-mc-activate-passwd.
11472         (allout-encrypted-key-info): More or less replaces
11473         allout-encrypted-text-type.
11474         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11475         (my-mark-marker): Use `(featurep 'xemacs)'.
11477 2005-10-23  Lars Hansen  <larsh@soem.dk>
11479         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11480         (byte-compile-file-form-defmumble, byte-compile-defun)
11481         (byte-compile-defmacro): Use it.
11482         (byte-compile-form): Don't call byte-compile-set-symbol-position
11483         when a byte-compile handler is called.
11485 2005-10-22  Romain Francoise  <romain@orebokech.com>
11487         * savehist.el (savehist-history-variables): Add `grep-find-history'.
11489         * subr.el (eval-after-load): Convert library name to an absolute
11490         file name using locate-library, since load-history no longer has
11491         library names in it.
11493 2005-10-22  Richard M. Stallman  <rms@gnu.org>
11495         * files.el (make-temp-file): Move from subr.el.
11496         * subr.el (make-temp-file): Move to files.el.
11498         * window.el (get-buffer-window-list): Move from subr.el.
11499         * subr.el (get-buffer-window-list): Move to window.el.
11501         * image.el (image-load-path): Use eval-at-startup to initialize.
11503         * subr.el (eval-at-startup): New macro.
11505         * subr.el: Much rearrangement of functions and division
11506         into pages.  No code changes.
11508 2005-10-22  Kenichi Handa  <handa@m17n.org>
11510         * tar-mode.el (tar-extract): Be sure to call
11511         find-operation-coding-system if set-auto-coding doesn't find a
11512         coding system.
11514 2005-10-22  Kim F. Storm  <storm@cua.dk>
11516         * image.el (image-type-header-regexps): Rename from image-type-regexps.
11517         Change users.
11518         (image-type-file-name-regexps): New defconst.
11519         (image-type-from-data): Simplify loop.
11520         (image-type-from-buffer): New defun.
11521         (image-type-from-file-header): Use it instead of image-type-from-data.
11522         Use image-search-load-path instead of only looking in data-directory.
11523         (image-type-from-file-name): New defun.
11524         (image-search-load-path): Change `pathname' to `filename'.
11525         Make PATH arg optional, default to image-load-path.
11527 2005-10-21  Richard M. Stallman  <rms@gnu.org>
11529         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11531         * textmodes/paragraphs.el (sentence-end-base): New variable.
11532         (sentence-end): Use sentence-end-base.
11534 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11536         * font-lock.el (font-lock-default-fontify-region): Check the multiline
11537         property independently from the font-lock-multiline variable.
11539 2005-10-21  Richard M. Stallman  <rms@gnu.org>
11541         * emacs-lisp/find-func.el (find-library-name): Doc fix.
11543         * startup.el (command-line): Convert library names
11544         in `load-history' to absolute file names.
11546         * subr.el (symbol-file): Doc fix.
11548         * loadhist.el (file-loadhist-lookup): Call locate-library
11549         instead of find-library-name.  Don't try converting
11550         abs file names to library names, since load-history no longer
11551         has library names in it.
11552         (file-dependents, file-provides, file-requires): Doc fixes.
11554 2005-10-21  Juri Linkov  <juri@jurta.org>
11556         * progmodes/etags.el (tags-table-mode): New function.
11557         (tags-verify-table): Replace initialize-new-tags-table with
11558         tags-table-mode.
11560         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11561         default value.
11562         (desktop-modes-not-to-save): Add tags-table-mode to the
11563         default value.
11565         * info.el (Info-index-next): Add total number of index
11566         alternatives to the message.
11568         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11569         backward only space (instead of space and period) before looking
11570         at sentence end.
11572         * simple.el (set-variable): Use user-variable-p instead of symbolp.
11573         Add the old variable value as 4th default-value arg of read-string.
11575 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11577         * cus-face.el (custom-declare-face): Make face from X resources
11578         also on Mac.
11580         * disp-table.el (standard-display-g1, standard-display-graphic):
11581         Refuse to use string glyphs also on Mac.
11582         (standard-display-european): Don't set terminal coding system also
11583         on Mac.
11585         * frame.el (display-screens): Use x-display-screens also on Mac.
11587 2005-10-21  Romain Francoise  <romain@orebokech.com>
11589         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
11591 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11593         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11594         and $? into sexps.
11596         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11597         warning face on open-paren-in-column-0.
11599         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11600         boundary case.  Fix typo.
11601         Suggested by Martin Rudalics <rudalics@gmx.at>.
11603 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
11605         * textmodes/org.el (org-combined-agenda-icalendar-file)
11606         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11607         (org-export-icalendar-this-file)
11608         (org-export-icalendar-all-agenda-files)
11609         (org-export-icalendar-combine-agenda-files): New commands.
11610         (org-export-icalendar, org-print-icalendar-entries)
11611         (org-start-icalendar-file, org-finish-icalendar-file)
11612         (org-ical-ts-to-string): New functions.
11613         (org-read-date, org-goto-calendar)
11614         (org-agenda-goto-calendar): Inhibit displaying diary entries by
11615         call to `calendar'.
11616         (orgtbl-setup): Remove the :keys arguments from the menu description.
11617         (org-after-save-iCalendar-file-hook): New variable.
11619 2005-10-21  Kenichi Handa  <handa@m17n.org>
11621         * language/vietnamese.el (tcvn-5712): Make it an alias of
11622         vietnamese-tcvn coding-system.
11624 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
11626         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11627         group id is given.
11629 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11631         * progmodes/sh-script.el (sh-escaped-line-re): New var.
11632         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11633         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11634         whose line is either continued or ends with a comment.
11636 2005-10-20  Romain Francoise  <romain@orebokech.com>
11638         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11640         * replace.el (occur-engine): Add follow-link property.
11642         * font-core.el (font-lock-mode): Doc fix.
11644 2005-10-20  Richard M. Stallman  <rms@gnu.org>
11646         * net/rcirc.el: New file.
11648 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
11650         * term.el (term-term-name): Initialize to "eterm-color".
11652 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
11654         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11655         for encryption functionality.
11656         Move allout customization subgroup from `editing' to `outlines' group.
11657         Fix commentary keywords to legitimate ones.
11658         Update author info (using my current email address, obscurified).
11659         (allout-encrypt-string, allout-encryption-produce-work-buffer)
11660         (allout-encrypted-topic-p, allout-encrypted-text-type)
11661         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11662         (allout-situate-encryption-key-verifier)
11663         (allout-get-encryption-key-verifier, allout-verify-key)
11664         (allout-next-topic-pending-encryption)
11665         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11666         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11667         (outline-key-verifier-handling, outline-key-hint-handling)
11668         (outline-encrypt-unencrypted-on-saves): New defcustoms.
11669         (allout-file-key-verifier-string, allout-encryption-scheme)
11670         (allout-key-verifier-string, allout-key-hint-string)
11671         (allout-after-save-decrypt): New variables.
11672         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11673         (allout-after-saves-handler): New hook functions.
11674         (allout-post-command-business): Do allout-after-save-decrypt.
11675         (allout-enable-file-variable-adjustment): Custom var to enable
11676         mechanism for adding and adjusting settings of Emacs file variables.
11677         (allout-adjust-file-variable, allout-file-vars-section-data):
11678         New functions, implement the mechanism.
11679         (outlineify-sticky): Use the file vars mechanism.
11680         (allout-inhibit-protection, allout-during-write-cue)
11681         (allout-override-protect, allout-before-change-protect): Remove.
11682         (allout-flag-region, allout-open-topic): Adjust read-only text.
11683         (allout-open-line-not-read-only): Add to facilitate read-only
11684         text based protection.
11685         (allout-kill-line): Revise to adjust read-only text, clue the
11686         user about the inhibition.
11687         (allout-unprotected): Use unwind-protect.
11688         (allout-shift-in, allout-shift-out): Disallow manually shifting a
11689         topic deeper than the offspring depth of the previous topic -
11690         avoiding confusing "containment discontinuities".
11691         (allout-reindent-bodies): Fix retention of body relative hanging
11692         indent during promotion of collapsed bodies.
11693         (allout-open-topic): Make it easy to open new topic with same
11694         bullet as current topic - topic creation functions provided with
11695         any universal argument provokes now prompt for bullet, defaulting
11696         to the bullet of the previous topic.
11697         (allout-plain-bullets-string, allout-distinctive-bullets-string):
11698         Plain bullet alternates `.' period and `,' comma only.  All other
11699         bullets are relegated to special status (but customizable).
11700         (allout-end-of-entry): Rename from allout-end-of-current-entry
11701         since it actually operates w.r.t. most immediately containing
11702         entry, visible or not.
11703         (allout-hide-current-entry, allout-show-current-entry): Use the
11704         revised version.
11705         (allout-old-expose-topic): Solidify deprecation.
11706         (allout-end-of-subtree): Add so we can span concealed as well
11707         as visible topics.
11708         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11709         (allout-end-of-current-heading): Tweak to just respect the first line.
11710         (allout-get-body-text): Add.
11711         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11712         when invoked interactively.
11713         (allout-up-current-level): Use `interactive-p'.
11714         (allout-mode, allout-init): Miscellaneous docstring and
11715         operational refinements, as well as hookups of new encryption stuff.
11716         (allout-beginning-of-current-entry): Now works as advertised.
11717         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11718         (allout-isearch-rectification): Refine condition for isearching.
11719         (allout-isearch-abort, allout-enwrap-isearch)
11720         (allout-flag-region, my-region-active-p): Relocate some macros.
11721         (allout-title): Fallback title is (buffer-name), not
11722         non-existing (current-buffer-name).
11723         (subst-char-in-string): Define if absent (for some XEmacs versions).
11725 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
11727         * mail/sendmail.el (mail-setup-hook, mail-aliases)
11728         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11729         (mail-citation-prefix-regexp, mail-signature-file)
11730         (mail-default-headers, mail-bury-selects-summary)
11731         (mail-send-nonascii): Add autoload cookies.
11733 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
11735         * frame.el (blink-cursor-mode): Add `mac' to the list of
11736         window-system's that support blinking cursor.
11738 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11740         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11742 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
11744         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11745         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11746         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11748 2005-10-20  Kim F. Storm  <storm@cua.dk>
11750         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11751         (ido-set-current-directory): Don't add / after final @.
11752         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11753         Explicitly handle ange-ftp completion oddities.
11754         (ido-make-file-list): Don't rotate list at tramp root to avoid
11755         triggering tramp file handler for expand-file-name via get-file-buffer.
11757 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11759         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11761 2005-10-19  Jay Belanger  <belanger@truman.edu>
11763         * calc/calc-units.el (math-standard-units): Add units, adjust
11764         symbols and update values.
11765         (math-unit-prefixes): Add more prefixes.
11767 2005-10-19  Romain Francoise  <romain@orebokech.com>
11769         * bookmark.el (bookmark-menu-heading): New face.
11770         (bookmark-bmenu-list): Use it.
11771         Don't fiddle with `baud-rate' at top-level.
11773 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
11775         * image.el (create-image, find-image): Mention max-image-size in
11776         docstring.
11778 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11780         * savehist.el (savehist-load): Revert to checking XEmacs.
11782         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11783         Various docstring and line-width fixups.
11784         (conf-mode): Use cond.
11785         Set font-lock-defaults.  Don't set comment-use-syntax.
11787 2005-10-18  David Ponce  <david@dponce.com>
11789         * tree-widget.el (tree-widget-button-click): New function.
11790         (tree-widget-button-keymap): Use it.
11792 2005-10-18  Romain Francoise  <romain@orebokech.com>
11794         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11795         (bookmark-bmenu-hide-filenames): Add follow-link property.
11796         Improve help-echo text.
11798         * ffap.el (find-file-at-point): Doc fix.
11800 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11802         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11804 2005-10-18  Masatake YAMATO  <jet@gyve.org>
11806         Install to the CVS repository what I forgot to install in my
11807         2005-10-16 changes.
11809         * progmodes/python.el (python-complete-symbol): Pass the common
11810         prefix substring of completion to `display-completion-list'.
11812         * textmodes/org.el (org-complete): Ditto.
11814 2005-10-18  Masatake YAMATO  <jet@gyve.org>
11816         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11818         * woman.el (WoMan-xref-man-page): New button type derived
11819         from `Man-abstract-xref-man-page'.
11820         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11822         * man.el (Man-abstract-xref-man-page): New button type.
11823         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11824         (Man-highlight-references): Add new optional argument `xref-man-type'.
11826 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
11828         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11830 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11832         * cus-edit.el (Custom-move-and-invoke): Delete.
11833         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11835         * wid-edit.el (widget-move-and-invoke): New function, from
11836         Custom-move-and-invoke.
11838 2005-10-17  Bill Wohler  <wohler@newt.com>
11840         Move all remaining images from lisp/toolbar to etc/images, move
11841         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
11842         the low resolution images in their own directory (low-color).
11844         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11845         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11846         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11847         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11848         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11849         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11850         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11852         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11853         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11854         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11855         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11856         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11857         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11858         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11859         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11860         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11861         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11862         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11863         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11864         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11865         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11866         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11868         To conform with convention, replace the underscore (_) in the
11869         following image names with dash (-) or (/) as appropriate.
11871         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11872         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11873         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11874         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11875         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11876         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11877         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11878         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11879         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11880         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11881         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11882         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11883         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11884         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11885         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11887         * info.el (info-tool-bar-map): Replace underscores in image names
11888         with dashes.
11890         * makefile.w32-in (WINS): Remove toolbar.
11892         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11894         * tool-bar.el: Move to lisp from toolbar.  Now that
11895         toolbar is empty, it should be deleted when folks run "cvs up -P".
11897 2005-10-18  Jay Belanger  <belanger@truman.edu>
11899         * calc/calc-store.el (calc-store-into): Get the proper variable name
11900         to display in message.
11902 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
11904         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11905         expressions display in speedbar for all buffers when debugging.
11906         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11908         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11909         (speedbar-insert-button, speedbar-make-button):
11910         Use add-text-properties.
11911         (speedbar-update-localized-contents)
11912         (speedbar-update-directory-contents)
11913         (speedbar-update-special-contents): Use dolist.
11914         (speedbar-buffer-easymenu-definition): Add a menu separator.
11916 2005-10-17  Jason Rumney  <jasonr@gnu.org>
11918         * makefile.w32-in: Use $(lisp) consistently.
11919         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11920         for shell specific generation of mh-autoloads.
11922 2005-10-17  Richard M. Stallman  <rms@gnu.org>
11924         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11926 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11928         * jit-lock.el (jit-lock-fontify-now):
11929         Move jit-lock-context-unfontify-pos to avoid wasted work.
11931 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
11933         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
11934         `tramp-completion-mode' for checking if we are in completion mode.
11935         (tramp-completion-handle-file-name-all-completions): Reorder code
11936         in order to complete for file names only in case there are no
11937         method/user/host completions.  This is necessary for cooperation
11938         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
11940 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
11942         * longlines.el (longlines-search-forward)
11943         (longlines-search-backward): Match any number of spaces.
11945 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
11947         * diff-mode.el (diff-mode): Doc fix.
11949 2005-10-16  David Reitter  <david.reitter@gmail.com>
11951         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11952         as default on darwin and windows systems.
11954 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11956         * arc-mode.el (archive-zip-extract): Doc fix.
11958 2005-10-16  Romain Francoise  <romain@orebokech.com>
11960         * mouse.el (mouse-1-click-follows-link): Doc fix.
11962 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11964         * savehist.el: Don't require CL at runtime.
11965         (savehist-xemacs): Remove.
11966         (savehist-coding-system): Use utf-8 if present, regardless of religion.
11967         (savehist-no-conversion): Use (featurep 'xemacs).
11968         (savehist-load): Check existence of start-itimer rather than XEmacs.
11969         Use an idle timer.
11970         (savehist-process-for-saving): Replace use of CL funs `subseq' and
11971         `delete-if-not'.
11973 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
11975         * savehist.el: Newer version.
11976         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
11977         (savehist-last-checksum, savehist-no-conversion): New vars.
11978         (savehist-autosave, savehist-process-for-saving, savehist-printable):
11979         New functions.
11980         (savehist-load, savehist-save): Use them.
11981         (savehist-delimit): Remove.
11983 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11985         * progmodes/compile.el (compilation-goto-locus): Display the
11986         compilation buffer first and the source buffer second, in case they're
11987         in overlapping frames.  Don't raise the compilation frame if it was the
11988         selected window upon entry.  Pass the `other-window' arg to
11989         pop-to-buffer.
11991         * info.el (Info-fontify-node): Use dolist.
11992         Change add-text-properties to put-text-property.
11994 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11996         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
11997         bound of search.
11999 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12001         * dabbrev.el (dabbrev-completion): Pass the common
12002         prefix substring of completion to `display-completion-list'.
12004         * filecache.el (file-cache-minibuffer-complete)
12005         (file-cache-complete): Ditto.
12007         * tempo.el (tempo-display-completions): Ditto.
12009         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12011         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12013         * eshell/em-hist.el (eshell-list-history): Ditto.
12015         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12017         * mail/mailalias.el (mail-complete): Ditto.
12019         * progmodes/etags.el (complete-tag): Ditto.
12021         * progmodes/make-mode.el (makefile-complete): Ditto.
12023         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12025         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12027         * progmodes/pascal.el (pascal-complete-word)
12028         (pascal-show-completions): Ditto.
12030         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12032         * simple.el (completion-common-substring): New variable.
12033         (completion-setup-function): Use `completion-common-substring'
12034         to put faces.
12036 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12038         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12039         (x-get-selection, mac-select-convert-to-string): Convert from/to
12040         UTF-16 clipboard data as in native byte order, no BOM.
12042 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
12044         * progmodes/gud.el (gud-tool-bar-map): Rename the images
12045         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12046         (gud-sentinel): Use speedbar-frame to check for speedbar.
12048 2005-10-15  Richard M. Stallman  <rms@gnu.org>
12050         * savehist.el: New file.
12052 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
12054         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12055         Fix bug in \bf fontification.
12057 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12059         * pcvs.el (cvs-edit-log-files): New var.
12060         (cvs-mode-edit-log): New arg `file'.
12061         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12062         Instead force the use of the original file and nothing else.
12063         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12064         the cvs-minor-wrap-function is set.
12065         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12067 2005-10-14  Bill Wohler  <wohler@newt.com>
12069         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12070         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12071         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12072         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12073         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12074         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12075         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12076         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12077         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12078         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12079         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12080         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12081         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12082         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12083         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12085         * progmodes/gud.el (gud-tool-bar-map): Rename the images
12086         appropriately (for example, gud-break to gud/break).
12088 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
12090         * longlines.el (longlinges-search-function)
12091         (longlines-search-forward, longlines-search-backward): New functions.
12092         (longlines-mode): Set isearch-search-fun-function to
12093         longlinges-search-function.
12095         * mouse.el (mouse-drag-region-1): Handle the case where a
12096         double-click event is bound to an arbitrary function.
12098 2005-10-14  David Ponce  <david@dponce.com>
12100         * recentf.el (recentf-track-opened-file)
12101         (recentf-track-closed-file, recentf-update-menu)
12102         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12103         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12104         mouse-1-click-follows-link.
12106 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12108         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12109         Gnome file-manager.png.  Suggested by
12110         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12112         * toolbar/README: Add diropen.xpm.
12114 2005-10-13  Bill Wohler  <wohler@newt.com>
12116         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12117         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
12119 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12121         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12122         Don't waste the byte-compiler's time on constant data.
12124 2005-10-13  Kenichi Handa  <handa@m17n.org>
12126         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12127         byte with `escape-glyph' face.
12129         * international/fontset.el (ccl-encode-unicode-font):
12130         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12131         Handle the case that ucs-mule-to-mule-unicode translates a character to
12132         ASCII (usually for IPA characters).
12134 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12136         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12137         Don't hide the underline of titles if font-lock-mode is disabled.
12139 2005-10-12  Bill Wohler  <wohler@newt.com>
12141         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
12142         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
12143         files in MH-E-SRC have been updated.
12144         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12146 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12148         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12149         (mixal-mode-syntax-table): Add \n as end-comment.
12150         (mixal-operation-codes-alist): Immediately initialize to full value.
12151         (mixal-add-operation-code): Remove.
12152         (mixal-describe-operation-code): Make the arg non-optional.
12153         Use the interactive spec instead.
12154         Use mixal-operation-codes-alist rather than mixal-operation-codes.
12155         (mixal-font-lock-keywords): Don't highlight comments here any more.
12156         (mixal-font-lock-syntactic-keywords): New var.
12157         (mixal-mode): Use it.  Fix comment-start-skip.
12159 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12161         * startup.el (command-line-x-option-alist): -nb => -nbi
12163 2005-10-12  Kim F. Storm  <storm@cua.dk>
12165         * startup.el (fancy-splash-default-action): Discard mouse click in
12166         the splash screen window, as it has no sensible meaning in the
12167         next window to be selected.  Fixes error reported by Jan D.
12169 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12171         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12173 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12175         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12176         Try to fix up minor layout issues like indentation, line break, etc...
12177         (mixal-mode-syntax-table): Don't try to specify comment syntax,
12178         because it doesn't work.
12179         (mixal-operation-codes): Add some more codes.
12180         (mixal-font-lock-keywords): Process comments here.
12181         (mixal-mode): mixasm no longer needs -g option.
12183 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12185         * progmodes/sh-script.el (sh-tmp-file):
12186         Use mktemp -t.  Finish support for es and rc shells.
12188 2005-10-11  Jay Belanger  <belanger@truman.edu>
12190         * calc/calcalg2.el (calc-integral): With an argument, compute the
12191         definite integral.
12193 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
12195         * mouse.el (mouse-drag-region-1): Don't try to catch a
12196         double-click when doing follow-link (it's overridden anyway).
12198 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
12200         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12201         (autoload-print-form-outbuf): Add docstring.
12203 2005-10-11  Juri Linkov  <juri@jurta.org>
12205         * info.el (Info-mode-menu): Delete menu item "Edit".
12206         (Info-mode): Delete description of Info-edit from docstring,
12207         and rearrange descriptions of Info commands in the order
12208         they are documented in the Info manual.
12210 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12212         * calendar/appt.el (appt-check): Use diary-selective-display var.
12214 2005-10-10  Richard M. Stallman  <rms@gnu.org>
12216         * net/newsticker.el (newsticker-start, newsticker-show-news):
12217         Add autoload cookies.
12219 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
12221         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12223 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
12225         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12227 2005-10-10  Jay Belanger  <belanger@truman.edu>
12229         * calc/calc-arith.el (math-check-known-scalarp)
12230         (math-check-known-matrixp): Check the values of arguments that are
12231         variables.
12232         (math-check-known-square-matrixp): New function.
12233         (math-known-square-matrixp): Use math-check-known-square-matrixp.
12234         (math-super-types): Add sqmatrix type.
12236         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12237         mode name `square' to `sqmatrix'.
12239         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12240         mode name `square' to `sqmatrix'.
12242 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12244         * progmodes/etags.el (select-tags-table-mode): Don't use
12245         selective-display.
12246         (tags-select-tags-table): Pass `button' to the action function.
12247         (select-tags-table): Place the side-info on button properties rather
12248         than in hidden text.  Abbreviate file names.
12249         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12250         (select-tags-table-select): Add `button' argument.
12251         Get side-info from the button property rather than from hidden text.
12253 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
12255         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12256         (gud-speedbar-buttons): Preserve point if possible.
12257         (gud-sentinel): Restore previous speedbar display type.
12259         * progmodes/gdb-ui.el (gdba): Improve diagram.
12260         (def-gdb-auto-update-handler, gdb-info-locals-handler)
12261         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12262         Call get-buffer-window once.
12264 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12266         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12267         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12268         (pascal-indent-command): Remove unused var `ind'.
12269         (pascal-indent-case): Remove unused var `oldpos'.
12270         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12271         since it's now used as a proper minor mode map.
12272         (pascal-outline): Rename to pascal-outline-mode.
12273         (pascal-outline-mode): Use define-minor-mode.
12274         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12275         selective-display.
12277 2005-10-10  Andreas Schwab  <schwab@suse.de>
12279         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12280         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
12282         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12283         outside source directory.
12285 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
12287         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12288         C-x' as a prefix.
12289         (orgtbl-mode-map): Full keymap instead of sparse, because all
12290         `self-insert-command' keys are redefined in this map.
12291         (org-export-as-html): Specify charset for HTML file, by taking it
12292         from the coding system.
12294 2005-10-10  Kenichi Handa  <handa@m17n.org>
12296         * textmodes/flyspell.el (flyspell-check-word-p):
12297         If unread-command-events is non-empty, don't call sit-for.
12299 2005-10-09  Richard M. Stallman  <rms@gnu.org>
12301         * font-lock.el (font-lock-syntactic-keywords)
12302         (font-lock-keywords): Doc fixes.
12304         * textmodes/flyspell.el (flyspell-external-point-words):
12305         Simplify logic, and don't try to check for consecutive appearances
12306         of one incorrect word.
12308 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
12310         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12311         separator.
12313         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12314         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12315         (gud-expansion-speedbar-buttons): New function.
12316         (gud-speedbar-buttons): Check for gud-comint-buffer.
12318 2005-10-09  Bill Wohler  <wohler@newt.com>
12320         * Makefile.in (updates): Add mh-loaddefs dependency.
12322 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
12324         * speedbar.el (speedbar-file-key-map): Fix typo.
12326 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12328         * cus-start.el (line-spacing): Add custom spec.
12330 2005-10-09  Romain Francoise  <romain@orebokech.com>
12332         * textmodes/ispell.el (ispell-check-version): Fix last change.
12334 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12336         * term/x-win.el: Remove -i, --icon-type from comment.
12338         * startup.el (command-line-x-option-alist): Remove options -i,
12339         -itype, --icon-type, added -nb, --no-bitmap-icon
12341 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
12343         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12344         instead of :active.
12346 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
12348         * textmodes/ispell.el (ispell-check-version):
12349         Ignore hyphen, and all that follows, in aspell's version text.
12351 2005-10-08  Jay Belanger  <belanger@truman.edu>
12353         * calc/calc-arith.el (math-known-square-matrixp): New function.
12354         (math-pow-fancy): Check for matrices before distributing exponent
12355         across products.
12357         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12358         fullscreen keypad.  Suggested by Luc Teirlinck.
12359         (calc-keypad-show-input): Add space for formatting.
12361         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12362         Add square matrix option.
12364         * calc/calc-poly.el (math-expand-term): Check for matrices instead
12365         of checking calc-matrix-mode when deciding how to expand.
12367         * calc/calc.el (calc-set-mode-line): Add square matrix option.
12369 2005-10-08  Lars Hansen  <larsh@soem.dk>
12371         * net/tramp.el (tramp-perl-directory-files-and-attributes):
12372         Add error handling.
12373         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12375 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
12377         Sync with Tramp 2.0.51.
12379         * net/tramp.el (tramp-handle-set-visited-file-modtime)
12380         (tramp-handle-insert-file-contents, tramp-handle-write-region):
12381         Insert special handling for `last-coding-system-used', again
12382         it still seems to be necessary (unlike stated before).
12383         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12384         (tramp-password-prompt-regexp): There might be other words before
12385         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12386         (tramp-chunksize): Improve docstring.
12387         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12388         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
12389         Christian Joergensen <bugs@razor.dk>.
12391 2005-10-07  Glenn Morris  <rgm@gnu.org>
12393         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12394         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12395         precision'.
12397 2005-10-07  Romain Francoise  <romain@orebokech.com>
12399         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12400         (ibuffer-do-shell-command-pipe-replace)
12401         (ibuffer-do-shell-command-file, ibuffer-do-eval)
12402         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12403         (ibuffer-do-revert, ibuffer-do-replace-regexp)
12404         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12405         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12406         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12407         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12408         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12409         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12410         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12411         Autoload file sans suffix.
12413         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12415 2005-10-07  David Ponce  <david@dponce.com>
12417         * recentf.el (recentf-menu-open-all-flag): New option.
12418         (recentf-digit-shortcut-command-name): New function.
12419         (recentf--shortcuts-keymap): New variable.
12420         (recentf-menu-shortcuts): New variable.
12421         (recentf-make-menu-items): Initialize it.  Replace the "More..."
12422         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12423         (recentf-menu-value-shortcut): New function.
12424         (recentf-make-menu-item): Use it.  No more in-lined.
12425         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12426         (recentf-open-most-recent-file): Rename from
12427         `recentf-open-file-with-key'.  Don't depend on key binding.
12428         (recentf-mode-map): New variable.
12429         (recentf-mode): Use it.
12431 2005-10-06  Bill Wohler  <wohler@newt.com>
12433         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
12435         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12436         (MH-E-SRC): New.  Used by mh-autoloads.
12437         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
12438         files in MH-E-SRC have been updated.
12439         (compile, recompile, bootstrap): Depend on mh-autoloads.
12441 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
12443         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12444         gud-break and gud-remove icons when the fringe is not available.
12446         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12447         Typo.
12449 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
12451         * play/zone.el (zone): Wrap body with save-window-excursion.
12453 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12455         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12456         Use the new `list-only' arg to diary-list-entries.
12458         * calendar/diary-lib.el: Use overlays rather than selective-display.
12459         (diary-selective-display): New var.
12460         (diary-header-line-format): Use it.
12461         (diary-list-entries): Add argument `list-only'.
12462         Put the buffer in diary-mode.  Don't add \^M at beg and end.
12463         Replace \^M by invisible overlays.
12464         (diary-unhide-everything): Replace \^M by invisible overlays.
12465         (print-diary-entries): Look for overlays rather than \^M.
12466         Add a space to the temp buffer name.
12467         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12468         Put the buffer in diary-mode.
12469         (list-sexp-diary-entries): Replace \^M by invisible overlays.
12470         (diary-anniversary): Make the year arg optional.
12471         (diary-time-regexp): New const.
12472         (diary-font-lock-keywords): Use it to accept a few more time formats.
12474         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12476 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
12478         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12479         Fix bug introduced 2005-07-03: Use (car (last ...))
12480         to faithfully reproduce replaced artist-last.
12481         (artist-set-arrow-points-for-poly): Likewise.
12482         Suggested by Johan Bockg\e,Ae\e(Brd.
12484 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
12486         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12487         * wid-edit.el (widget):
12488         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12489         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12491 2005-10-06  Kenichi Handa  <handa@m17n.org>
12493         * international/mule-cmds.el (set-language-environment):
12494         Fix setting up of case-table for unibyte mode.
12496         * simple.el (what-cursor-position): If the character is displayed
12497         by some `display' text property, show that.  Don't use
12498         single-key-description for eight-bit characters in multibyte mode.
12500 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
12502         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12503         (gdb-ann3): Set it.
12504         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12505         (gdb-info-frames-custom): Use inverse-video for first five
12506         characters of selected frame only.
12507         (gdb-get-frame-number): Select frame even when point is on frame
12508         number.
12510 2005-10-06  Masatake YAMATO  <jet@gyve.org>
12512         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12513         Put `font-lock-function-name-face'.
12514         (gdb-info-frames-custom): Put `font-lock-function-name-face'
12515         and `font-lock-variable-name-face'
12516         (gdb-registers-font-lock-keywords): New font lock keywords definition.
12517         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12518         (gdb-memory-font-lock-keywords): New font lock keywords definition.
12519         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12520         (gdb-local-font-lock-keywords): New font lock keywords definition.
12521         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12522         (gdb-threads-font-lock-keywords): New font lock keywords definition.
12523         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12525 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
12527         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12528         (ediff-merge-region-is-non-clash-to-skip): Previously called
12529         ediff-merge-region-is-non-clash.
12531         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12532         Use insert-buffer-substring.
12534         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12535         selecting files to patch.  Also bug fixes.
12537         * ediff-util.el (ediff-setup): Bug fix.
12538         (ediff-next-difference): Never skip clashes that differ in white
12539         space only.
12541         * ediff-wind.el (ediff-setup-control-frame)
12542         (ediff-destroy-control-frame): Check the menubar feature.
12544         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12545         (viper-refresh-mode-line): Use make-local-variable to localize
12546         some vars instead of make-variable-buffer-local.  Suggested by
12547         Stefan Monnier.
12549         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12550         (viper-restore-cursor-type, viper-set-insert-cursor-type):
12551         Use make-local-variable instead of make-variable-buffer-local.
12552         Suggested by Stefan Monnier.
12554         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12555         (viper-comint-mode-hook): Use make-local-variable on
12556         require-final-newline.
12557         (viper-non-hook-settings): Don't use make-variable-buffer-local.
12559 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12561         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12562         also the second char of a comment-start sequence.
12563         (scheme-sexp-comment-syntax-table): New var.
12564         (lambda, define): Set their scheme-doc-string-elt property.
12565         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12566         Use lisp-font-lock-syntactic-face-function now that it properly
12567         handles |...| symbols.
12568         (scheme-mode-variables): Set lisp-doc-string-elt-property,
12569         parse-sexp-lookup-properties and font-lock-extra-managed-props.
12571         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12572         bit from # to |.
12573         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12575         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12576         (lisp-doc-string-elt-property): New var.
12577         (lisp-font-lock-syntactic-face-function): Use it.
12578         Rewrite to recognize docstrings even for forms not at toplevel.
12580         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12581         annotation on the | part of #| rather than on the # part.
12582         (scheme-font-lock-syntactic-face-function): New function, to
12583         distinguish strings from |...| symbols.
12584         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
12585         syntax-table so that #|...|# is properly highlighted.
12587         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12588         Don't mark as docstring the 3rd elem of an unknown toplevel form.
12590 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12592         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12593         and C-e.
12595         * emacs-lisp/eldoc.el: Move comments into docstrings.
12596         (eldoc-message-commands): Initialize in its declaration.
12597         Add move-beginning-of-line and move-end-of-line.
12598         (eldoc-add-command, eldoc-add-command-completions)
12599         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12601         * outline.el (outline-mark-subtree): Activate the mark.
12603         * calendar/appt.el (appt-time-regexp): New var.
12604         (appt-add, appt-make-list): Use it.
12605         (appt-convert-time): Clean up.
12607         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12608         Don't set any syntax-table property here.
12609         (tex-font-lock-verb): New function.  Do it here.
12610         (tex-font-lock-syntactic-keywords): Use it.
12612 2005-10-04  Richard M. Stallman  <rms@gnu.org>
12614         * wid-edit.el (widget-file-complete): Get the widget start point
12615         the right way.  Default directory to `/' if file has none.
12617         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12619         * textmodes/flyspell.el (flyspell-mode-on):
12620         Call ispell-maybe-find-aspell-dictionaries.
12622         * textmodes/ispell.el (ispell-word, ispell-region):
12623         Call ispell-maybe-find-aspell-dictionaries.
12624         (ispell-accept-buffer-local-defs):
12625         Don't call ispell-maybe-find-aspell-dictionaries
12627 2005-10-04  Richard M. Stallman  <rms@gnu.org>
12629         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12631 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
12633         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12634         instead of `fboundp' in order to allow for anonymous functions.
12636 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
12638         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12639         case the user clicks on the link while another window is selected.
12640         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12642         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12643         functionality.
12644         (dframe-help-echo): Save point in case mouse tracking is off.
12646 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
12648         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12650 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12652         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12653         not change the global value of those vars.
12655         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12656         make-local-variable which we do not need any more.
12658 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
12660         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12661         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12662         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12663         (speedbar-path-line): Define obsolete aliases.
12664         (speedbar-line-directory): Doc fix.
12666         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12667         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12668         instead of speedbar-line-path.
12670 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12672         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12673         to nil if dropping on a window.  Handle dropping on a minibuffer window
12674         like dropping on a non-window part of Emacs.
12676 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12678         * net/ange-ftp.el: Use with-current-buffer.
12679         (ange-ftp-insert-directory): Do not follow symlinks any more.
12681         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12682         Remove interactive spec.
12684 2005-10-03  Kim F. Storm  <storm@cua.dk>
12686         * ido.el (ido-mode): Use custom-initialize-set.
12688 2005-10-02  Richard M. Stallman  <rms@gnu.org>
12690         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12691         Use insert-buffer-substring.
12693         * net/tramp.el: Pacify byte compiler warnings in pacification code.
12694         (tramp-handle-file-local-copy): Use insert-buffer-substring.
12696 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12698         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12699         in last change.
12700         (ange-ftp-insert-directory): Fix up the search for the case where
12701         `file' is absolute.
12703 2005-10-02  Romain Francoise  <romain@orebokech.com>
12705         * progmodes/compile.el (compile-goto-error): Delete extra paren.
12707 2005-10-02  Andreas Schwab  <schwab@suse.de>
12709         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12710         directory component in the session info.
12712 2005-10-01  Richard M. Stallman  <rms@gnu.org>
12714         * comint.el (comint-redirect-subvert-readonly): Doc fix.
12716         * simple.el (next-error-internal): New function.
12718         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12719         (compilation-start): Pass new arg to compilation-buffer-name.
12720         (compile-goto-error): Use next-error-internal.
12722 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
12724         * speedbar.el: Remove RCS tag.
12725         (speedbar-check-read-only): Handle non-existent files.
12727         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12729         * info.el (Info-speedbar-hierarchy-buttons)
12730         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12732 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12734         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12735         Do not match newline.
12736         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12737         (bibtex-summary): Remove unnecessary save-excursion.
12738         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12740 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12742         * term/mac-win.el: Add charset info for "iso10646-1".
12743         Modify default fontset to use ATSUI-compatible fonts for some charsets
12744         if available.
12746 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
12748         * speedbar.el: Re-apply arch tag.
12749         (speedbar-version): Rename to version 1.0.  Suggested by Eric
12750         M. Ludlam.
12751         Reapply two changes from Emacs CVS' version of speedbar lost
12752         during the merge:
12753         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12754         (speedbar-frame-parameters): Improve customize type.
12756 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12758         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12759         (ange-ftp-file-directory-p): Fix the symlink case.
12760         (ange-ftp-insert-directory): When listing a single file, get a list of
12761         the parent buffer and extract the relevant line.  Inspired from a patch
12762         by Katsumi Yamaoka <yamaoka@jpl.org>.
12763         (ange-ftp-file-name-sans-versions): Simplify.
12765 2005-09-30  Bill Wohler  <wohler@newt.com>
12767         Move MH-E image files from toolbar and mail directories into
12768         etc/images.
12770         * mail/reply2.*: Move to etc/images/mail/reply*.
12772         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12773         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12774         etc/images.
12776         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12777         * toolbar/reply*: Move to etc/images/mail.
12779         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12781 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
12783         * speedbar.el: New version 1.0pre3.
12785         Frame management code (including timer, and mouse click specifics)
12786         moved to dframe.el:
12787         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
12788         (speedbar-timer): Removed.  Use dframe-timer.
12789         (speedbar-close-frame): Removed.  Use dframe-close-frame.
12790         (speedbar-activity-change-focus-flag): Removed.  Use
12791         dframe-activity-change-focus-flag.
12792         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
12793         dframe-update-speed.
12795         (speedbar-current-frame): New macro.  Use this instead of the
12796         variable speedbar-frame.
12798         (speedbar-use-images, speedbar-expand-image-button-alist)
12799         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12801         (speedbar-find-image-on-load-path): Removed.  Replaced by
12802         defezimage in ezimage.el.
12803         (speedbar-expand-image-button-alist): Removed.  Replaced by
12804         ezimage-expand-image-button-alist in ezimage.el.
12806         (speedbar-ignored-directory-regexp)
12807         (speedbar-add-ignored-directory-regexp)
12808         (speedbar-ignored-directory-expressions)
12809         (speedbar-line-directory, speedbar-buffers-line-directory)
12810         (speedbar-directory-line, speedbar-buffers-line-directory):
12811         Renamed, replacing `path' with `directory'.
12813         (speedbar-create-directory, speedbar-expand-line-descendants)
12814         (speedbar-toggle-line-expansion)
12815         (speedbar-contract-line-descendants): New commands.
12817         (speedbar-query-confirmation-method, speedbar-select-frame-method)
12818         (speedbar-use-tool-tips-flag): New options.
12820         (speedbar-check-read-only, speedbar-require-version)
12821         (speedbar-insert-separator, speedbar-buffers-tail-notes)
12822         (speedbar-handle-delete-frame, speedbar-try-completion)
12823         (speedbar-update-localized-contents): New functions.
12825         (speedbar-incompatible-version, speedbar-ro-to-do-point)
12826         (speedbar-object-read-only-indicator): New variables.
12828         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12829         New hooks.
12831         (speedbar-separator-face): New face.
12833         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12834         (speedbar-ignored-modes): Add fundamental-mode.
12835         (speedbar-directory-unshown-regexp): Add . directories.
12837         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12838         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12839         `]' for full expand/close.
12840         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12842         (speedbar-check-vc): Support hidden files.
12843         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12844         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
12845         state is nil, it is not checked out.
12847         (speedbar-line-text, speedbar-line-token): Support expand buttons
12848         with no text.
12849         (speedbar-refresh): Universal argument acts as power-click.
12850         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12851         that buffer to get variable values.
12853         And many other bugfixes.
12855         * dframe.el, ezimage.el, sb-image.el: New files.
12857         * sb-*.xpm: Remove files.  New image files installed into
12858         etc/images/ezimage.
12860 2005-09-30  Kenichi Handa  <handa@m17n.org>
12862         * ps-mule.el (ps-mule-show-warning): If a character is in
12863         ps-print-translation-table, don't treat it as non-printable.
12865 2005-09-30  David Ponce  <david@dponce.com>
12867         * tree-widget.el (tree-widget-themes-load-path): New variable.
12868         (tree-widget-themes-directory): Doc fix.
12869         (tree-widget-image-formats) [Emacs]: Doc fix.
12870         (tree-widget--locate-sub-directory): New function.
12871         (tree-widget-themes-directory): Use it.
12873         * recentf.el (recentf-filename-handlers): Rename from
12874         `recentf-filename-handler'.  Allow a list of functions.
12875         (recentf-menu-items-for-commands): Fix :help strings.
12876         (recentf-apply-filename-handlers): New function.
12877         (recentf-expand-file-name): Use it.
12878         (recentf-cleanup): Remove duplicates too.
12880 2005-09-29  Juri Linkov  <juri@jurta.org>
12882         * faces.el: Rearrange face definitions to be in the same order as
12883         their face descriptions in "(emacs)Standard Faces".
12885         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12887         * tooltip.el (tooltip): Add group `basic-faces'.
12889         * buff-menu.el (Buffer-menu-buffer): Remove group
12890         `font-lock-highlighting-faces'.
12892         * progmodes/compile.el (compilation-error, compilation-warning)
12893         (compilation-info, compilation-line-number, compilation-column-number):
12894         Change group from `font-lock-highlighting-faces' to `compilation'.
12896         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12897         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12898         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12899         (vhdl-font-lock-reserved-words-face)
12900         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12901         `font-lock-highlighting-faces'.
12903         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12905 2005-09-28  Kim F. Storm  <storm@cua.dk>
12907         * emulation/cua-base.el: Set CUA move property on additional commands:
12908         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12909         forward-sexp, backward-sexp, forward-list, backward-list.
12911 2005-09-28  Romain Francoise  <romain@orebokech.com>
12913         * comint.el (comint-show-output): Really set point at the
12914         beginning of the output when not using `comint-use-prompt-regexp'.
12916 2005-09-27  Jay Belanger  <belanger@truman.edu>
12918         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12919         in TeX mode.
12921 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
12923         * textmodes/org.el (org-table-sum): Fix format string.
12925         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12926         Quote face names.
12928 2005-09-26  Romain Francoise  <romain@orebokech.com>
12930         * isearch.el (isearch-forward-regexp): Close doc string.
12932 2005-09-25  Richard M. Stallman  <rms@gnu.org>
12934         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12936         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12938         * progmodes/compile.el (compilation-error-properties):
12939         When getting the file from the previous error message,
12940         correctly decode the new data format.
12942         * progmodes/cc-cmds.el (c-electric-paren):
12943         Call old-blink-paren only for close-paren.
12945 2005-09-24  Andreas Schwab  <schwab@suse.de>
12947         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12948         condition.
12950 2005-09-25  Romain Francoise  <romain@orebokech.com>
12952         * dired-aux.el (dired-copy-file-recursive):
12953         * dired.el (dired-delete-file):
12954         * ediff-mult.el (ediff-dir-diff-copy-file):
12955         * ediff-util.el (ediff-test-save-region):
12956         * forms.el (forms-mode):
12957         * ido.el (ido-file-internal, ido-delete-file-at-head):
12958         * log-edit.el (log-edit-done):
12959         * ses.el (ses-yank-resize):
12960         * play/gomoku.el (gomoku-human-plays, gomoku)
12961         (gomoku-human-resigns, gomoku-prompt-for-other-game)
12962         (gomoku-offer-a-draw):
12963         * play/landmark.el (lm-human-resigns, lm):
12964         * net/eudcb-ldap.el (eudc-ldap-check-base):
12965         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
12966         * progmodes/ebrowse.el (ebrowse-find-pattern):
12967         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
12968         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
12969         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
12971         * vc.el (vc-delete-file):
12972         * play/gomoku.el (gomoku-terminate-game, gomoku)
12973         (gomoku-prompt-for-move, gomoku-human-takes-back):
12974         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
12975         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
12977 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
12979         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
12980         color rxvt terminals by using the code xterm.el used to use before
12981         2005-04-09 in order to match the colors used by rxvt.
12983 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
12985         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
12986         colors rxvt-unicode terminals by using the same code as xterm.el.
12988 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12990         * textmodes/tex-mode.el (tex-font-lock-append-prop)
12991         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
12992         new symbol used for the tex-verbatim face.
12994 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12996         * woman.el (woman-file-name):
12997         * wid-edit.el (widget-file-prompt-value)
12998         (widget-coding-system-prompt-value):
12999         * w32-fns.el (set-w32-system-coding-system):
13000         * vc.el (vc-version-diff, vc-annotate):
13001         * textmodes/reftex-auc.el (reftex-arg-cite)
13002         (reftex-arg-index-tag):
13003         * textmodes/refer.el (refer-get-bib-files):
13004         * textmodes/artist.el (artist-figlet-choose-font):
13005         * terminal.el (terminal-emulator):
13006         * replace.el (occur-read-primary-args):
13007         * rect.el (string-rectangle, string-insert-rectangle):
13008         * ps-print.el (ps-print-preprint):
13009         * progmodes/pascal.el (pascal-goto-defun):
13010         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13011         * progmodes/compile.el (compilation-find-file):
13012         * printing.el (pr-interactive-n-up):
13013         * play/animate.el (animate-birthday-present):
13014         * net/rcompile.el (remote-compile):
13015         * man.el (man, Man-goto-section, Man-follow-manual-reference):
13016         * mail/rmailsum.el (rmail-summary-search-backward)
13017         (rmail-summary-search):
13018         * mail/rmailout.el (rmail-output-read-rmail-file-name)
13019         (rmail-output-read-file-name):
13020         * mail/rmail.el (rmail-search, rmail-search-backwards):
13021         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13022         * locate.el (locate):
13023         * international/quail.el (quail-show-keyboard-layout):
13024         * international/mule.el (set-buffer-file-coding-system)
13025         (revert-buffer-with-coding-system, set-file-name-coding-system)
13026         (set-terminal-coding-system, set-keyboard-coding-system)
13027         (set-next-selection-coding-system):
13028         * international/mule-diag.el (describe-coding-system)
13029         (describe-font, describe-fontset):
13030         * international/mule-cmds.el (universal-coding-system-argument)
13031         (search-unencodable-char, describe-input-method)
13032         (set-language-environment, describe-language-environment):
13033         * international/codepage.el (codepage-setup):
13034         * international/code-pages.el (codepage-setup):
13035         * info.el (Info-search, Info-follow-reference)
13036         (Info-search-backward):
13037         * emacs-lisp/advice.el (ad-read-advised-function)
13038         (ad-read-advice-class, ad-clear-cache, ad-activate)
13039         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13040         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13041         (ad-read-regexp):
13042         * ediff-util.el (ediff-toggle-regexp-match):
13043         * ediff-ptch.el (ediff-prompt-for-patch-file):
13044         * dired-aux.el (dired-diff):
13045         * diff.el (diff):
13046         * cus-edit.el (custom-variable-prompt):
13047         * calendar/timeclock.el (timeclock-ask-for-project):
13048         * calc/calcalg3.el (calc-get-fit-variables):
13049         * calc/calc-store.el (calc-edit-variable)
13050         (calc-permanent-variable):
13051         * vc-mcvs.el (vc-mcvs-register):
13052         * shadowfile.el (shadow-define-literal-group):
13053         * woman.el (woman-file-name):
13054         * vc.el (vc-version-diff, vc-merge):
13055         * textmodes/reftex-index.el (reftex-index-complete-tag):
13056         * format.el (format-decode-buffer, format-decode-region):
13057         * emulation/viper-cmd.el (viper-read-string-with-history):
13058         * emacs-lisp/debug.el (cancel-debug-on-entry):
13059         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13060         * ediff.el (ediff-merge-revisions)
13061         (ediff-merge-revisions-with-ancestor, ediff-revision):
13062         * completion.el (interactive-completion-string-reader):
13063         * calc/calc-prog.el (calc-user-define-formula):
13064         Follow convention for reading with the minibuffer.
13066 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
13068         * progmodes/python.el (python-describe-symbol): Add globals() and
13069         locals() to the arguments of emacs.ehelp.
13071 2005-09-24  Magnus Henoch  <mange@freemail.hu>
13073         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13074         New function, code extracted from ispell-valid-dictionary-list.
13075         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13076         Call it.
13078 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
13080         * subr.el (version-regexp-alist): Extend valid syntax for version
13081         strings: allow any of the characters -,_,+ to separate the
13082         alpha/beta/rc part from the version part.  Doc fix.
13083         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
13085 2005-09-23  David Reitter  <david.reitter@gmail.com>
13087         * mail/mailclient.el: New file.
13089 2005-09-23  Richard M. Stallman  <rms@gnu.org>
13091         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13092         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13093         Doc fixes.
13095         * progmodes/cc-mode.el (c-font-lock-init):
13096         Specify font-lock-lines-before.
13098 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13100         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13101         whole conflict.
13103 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
13105         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13106         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
13107         of `remap' feature when available.  Additional key bindings for
13108         better tty support.
13109         (org-mode-restart, org-force-self-insert): New commands.
13110         (org-time-stamp-inactive): New command.
13111         (org-remap): New function.
13112         (org-table-auto-blank-field, org-level-color-stars-only): New options.
13113         (org-enable-fixed-width-editor): Move to `org-structure'
13114         customization group.
13115         (org-self-insert-command, orgtbl-self-insert-command): Modify to
13116         blank field after field motion commands.
13118 2005-09-23  Kenichi Handa  <handa@m17n.org>
13120         * international/mule-cmds.el (set-language-environment):
13121         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13122         have to call utf-translate-cjk-load-tables.
13124 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13126         * mouse.el (mouse-move-drag-overlay): Fix last change.
13128 2005-09-22  David Ponce  <david@dponce.com>
13130         * tree-widget.el (tree-widget-value-create): Fix previous change.
13132 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
13134         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13136 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13138         * mouse.el (mouse-move-drag-overlay): New function.
13139         (mouse-drag-region-1): Use it.
13140         Try to simplify a bit the state handling.  Handle clicks on links
13141         inside intangible areas.
13142         (mouse-save-then-kill): Minor simplification.
13143         (mouse-secondary-overlay): Make it always non-nil instead of
13144         recreating it each time.
13145         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13146         (mouse-kill-secondary, mouse-secondary-save-then-kill):
13147         Simplify accordingly.
13149 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
13151         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13153 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
13155         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13156         (ediff-file-name-sans-prefix): Treat nil as an empty string.
13157         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13158         to patch.
13160         * ediff-util.el: Use insert-buffer-substring.
13162         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13164         * emulation/viper-cmd.el (viper-change-state): Don't move over the
13165         field boundaries in the minibuffer.
13166         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13167         (viper-minibuffer-post-command-hook): New hook.
13168         (viper-line): Don't move cursor at bolp.
13170         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13172         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13173         avoid compiler warnings.
13175         * emulation/viper-macs.el (ex-map): Better messages.
13177         * emulation/viper-utils.el (viper-beginning-of-field): New function.
13179         * emulation/viper.el: Replace make-variable-buffer-local with
13180         viper-make-variable-buffer-local everywhere, to avoid warnings.
13182 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13184         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13185         Delete unused var `old-selected-window'.
13186         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13187         (mouse-drag-secondary): Delete unused var `start-frame'.
13189 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13191         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13193 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13195         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13196         Re-indent within 80 columns.  Use inhibit-read-only.
13198 2005-09-19  Romain Francoise  <romain@orebokech.com>
13200         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13202 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13204         * font-lock.el (font-lock-default-fontify-region): Don't add a line
13205         unconditionally, since the after-change-function already did it.
13207 2005-09-19  Miles Bader  <miles@gnu.org>
13209         * net/newsticker.el: Get rid of CVS keyword.
13211 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
13213         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13214         The prompt is formatted later.
13216 2005-09-19  David Ponce  <david@dponce.com>
13218         * tree-widget.el (tree-widget-value-create): Save the converted
13219         tree :node widget.
13221 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
13223         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13224         variable `message'.
13226 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
13228         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13229         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
13230         <slawomir.nowaczyk.847@student.lu.se>.
13232 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
13234         * image.el (image-load-path): Use symbol `data-directory' instead
13235         of its value, for backward compatibility with packages that bind
13236         it during `find-image'.  Suggested by Katsumi Yamaoka.
13237         (image-search-load-path): Handle symbols whose values are strings.
13239 2005-09-18  Romain Francoise  <romain@orebokech.com>
13241         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13242         with-current-buffer form in save-excursion.
13244 2005-09-18  Deepak Goel  <deego@gnufans.org>
13246         * apropos.el (apropos-command): Fix `message' call: first arg
13247         should be a format spec.  In this and all other cases that appear
13248         below and elsewhere in the source code, I made a change only when
13249         two conditions were satisfied: [1] I can think of a possibility
13250         that the arguments would cause an error, for example, the code in
13251         question relies on external variables such as filenames.  [2] I
13252         was sure that the arg to `message' could not have been nil in the code.
13254         * textmodes/tildify.el (tildify-region): Ditto.
13256         * textmodes/reftex-index.el (reftex-index-change-entry)
13257         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13258         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13259         * textmodes/org.el (org-complete, org-deadline, org-schedule)
13260         (org-priority, org-table-sum):
13261         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13262         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13263         (flyspell-word, flyspell-display-next-corrections):
13264         * textmodes/bibtex.el (bibtex-print-help-message):
13265         * textmodes/artist.el (artist-key-set-point-poly):
13266         * term/mac-win.el (mac-services-insert-text):
13267         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13268         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13269         (vhdl-port-paste-testbench, vhdl-compose-new-component)
13270         (vhdl-compose-configuration):
13271         * progmodes/sh-script.el (sh-blink, sh-show-indent)
13272         (sh-set-indent, sh-learn-line-indent):
13273         * progmodes/ps-mode.el (ps-mode-target-column):
13274         * progmodes/idlwave.el (idlwave-make-tags)
13275         (idlwave-scan-library-catalogs):
13276         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13277         * progmodes/gud.el (gud-jdb-analyze-source):
13278         * progmodes/flymake.el (flymake-log):
13279         * progmodes/ebnf2ps.el (ebnf-generate-region):
13280         * progmodes/cmacexp.el (c-macro-expansion):
13281         * progmodes/ada-xref.el (ada-treat-cmd-string):
13282         * progmodes/ada-mode.el (ada-create-case-exception-substring)
13283         (ada-justified-indent-current, ada-batch-reformat):
13284         * play/zone.el (zone):
13285         * play/landmark.el (lm-move):
13286         * play/decipher.el (decipher-show-alphabet):
13287         * net/newsticker.el (newsticker--display-jump)
13288         (newsticker--display-scroll):
13289         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13290         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13291         * mail/feedmail.el (feedmail-dump-message-to-queue):
13292         * eshell/esh-proc.el (eshell-remove-process-entry):
13293         * emulation/ws-mode.el (ws-last-error):
13294         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13295         (viper-record-kbd-macro):
13296         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13297         * emacs-lisp/lisp-mnt.el (lm-report-bug):
13298         * emacs-lisp/find-func.el (find-function-noselect):
13299         * calendar/timeclock.el (timeclock-status-string)
13300         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13301         (timeclock-when-to-leave-string):
13302         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13303         * calc/calc-units.el (calc-enter-units-table):
13304         * calc/calc-mode.el (calc-mode-record-mode):
13305         * woman.el (woman-mini-help):
13306         * wdired.el (wdired-change-to-wdired-mode):
13307         * vc.el (vc-retrieve-snapshot):
13308         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13309         * startup.el (display-startup-echo-area-message):
13310         * simple.el (set-goal-column):
13311         * ses.el (ses-command-hook, ses-recalculate-cell):
13312         * server.el (server-process-filter):
13313         * printing.el (pr-interface-txt-print, pr-interface-printify)
13314         (pr-interface-ps):
13315         * pcvs.el (cvs-help):
13316         * log-edit.el (log-edit, log-edit-mode-help):
13317         * iswitchb.el (iswitchb-possible-new-buffer):
13318         * isearch.el (isearch-edit-string):
13319         * image-mode.el (image-mode, image-minor-mode):
13320         * ibuf-macs.el (define-ibuffer-filter):
13321         * hi-lock.el (hi-lock-find-patterns):
13322         * files.el (toggle-read-only):
13323         * ediff-util.el (ediff-copy-diff)
13324         (ediff-write-merge-buffer-and-maybe-kill):
13325         * echistory.el (Electric-history-undefined):
13326         * dnd.el (dnd-insert-text):
13327         * dired-aux.el (dired-query):
13328         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13329         * bookmark.el (bookmark-bmenu-locate):
13330         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13331         Fix `message' calls to ensure first arg is a format string.
13332         The change was made only when these two conditions were satisfied:
13333         [1] when there is a possibility that the arguments would cause an error
13334         for example, if the code in question relies on external variables
13335         such as filenames, and
13336         [2] if the arg to `message' could not have been nil in the code.
13338         * pcomplete.el (pcomplete--help): Fix `message' format spec.
13339         Not having a %s would be weird, though not technically wrong.
13341 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13343         * term/mac-win.el (mac-add-charset-info): Doc fix.
13345 2005-09-17  Romain Francoise  <romain@orebokech.com>
13347         * shell.el (shell-resync-dirs): Handle echoing processes more
13348         reliably.  Don't insert resync command if `comint-process-echoes'
13349         is non-nil.
13351 2005-09-17  Magnus Henoch  <mange@freemail.hu>
13353         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13354         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13355         aspell versions >= 0.60.
13356         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13357         only if ispell-aspell-supports-utf8 is non-nil.
13359 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13361         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13362         buffer-local value to lisp-indent-function.
13364 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
13366         * progmodes/glasses.el (glasses-make-readable): If
13367         glasses-separator differs from underscore, put appropriate
13368         overlays over underscore characters.
13369         (glasses-convert-to-unreadable): If glasses-separator differs from
13370         underscore, try to convert glasses-separator characters to
13371         underscores.
13373 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13375         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13376         Use with-syntax-table and dolist.
13378 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
13380         * textmodes/reftex-auc.el:
13381         * textmodes/reftex-cite.el:
13382         * textmodes/reftex-dcr.el:
13383         * textmodes/reftex-global.el:
13384         * textmodes/reftex-parse.el:
13385         * textmodes/reftex-ref.el:
13386         * textmodes/reftex-sel.el:
13387         * textmodes/reftex-toc.el:
13388         * textmodes/reftex-vars.el:
13389         * textmodes/reftex.el: Small changes to remove compiler warnings.
13391         * textmodes/reftex-index.el: Likewise.
13392         (reftex-query-index-phrase): More efficient use of markers.
13394 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
13396         * image.el (image-load-path): New variable.
13397         (image-search-load-path): New function.
13398         (find-image): Search for images in `image-load-path'.
13400 2005-09-15  Richard M. Stallman  <rms@gnu.org>
13402         * follow.el: Change Maintainer field.
13404 2005-09-15  David Ponce  <david@dponce.com>
13406         * recentf.el (recentf-save-file-modes): New option.
13407         (recentf-save-list): Use it.
13409 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
13411         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13412         (mode-line-mule-info, mode-line-modified): Move bindings from
13413         mouse-3 to mouse-1.
13415 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
13417         * simple.el (sendmail-user-agent-compose): Revert last change.
13419 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13421         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13422         Use with-current-buffer.
13423         (ange-ftp-gwp-start): Remove unused var `gw-user'.
13424         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13425         (ange-ftp-insert-directory): Remove unused var `short'.
13426         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13428         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13429         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13431         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13432         (check-calendar-holidays, diary-list-entries): Autoload.
13433         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13434         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13436         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13437         which mistakenly removed a call to display-buffer.
13439 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
13441         * obsolete/iso-insert.el: Move to obsolete/ from international/.
13443 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
13445         * progmodes/hideshow.el
13446         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13447         (hs-allow-nesting): New user var.
13448         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13449         (hs-hide-block-at-point): When nesting allowed,
13450         if there is already an overlay in place, delete it.
13451         (hs-safety-is-job-n): Delete func; remove call sites.
13452         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13453         (hs-overlay-at): New func.
13454         (hs-already-hidden-p, hs-show-block): Use it.
13455         (hs-hide-all): Don't pre-clean if nesting allowed.
13456         (hs-show-all): Temporarily disallow
13457         nesting around call to `hs-discard-overlays'.
13459 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
13461         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13462         Delete unused local var.
13464 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
13466         * help-fns.el (describe-categories): "?\ " -> "?\s".
13467         (help-do-arg-highlight): Recognize also ARG-n, as in
13468         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
13470         * international/codepage.el (dos-unsupported-char-glyph):
13471         * net/newsticker.el (tool-bar-map, w3-mode-map)
13472         (w3m-minor-mode-map):
13473         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13474         (ent-alist):
13475         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13477 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
13479         * custom.el (custom-push-theme): Handle the case where a symbol is
13480         bound but face properties have not yet been assigned.
13482         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13483         Fix behavior if noerase is `t' and there is no mail buffer.
13485         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13486         if `continue' is nil, rather than signal an error.
13488 2005-09-12  Richard M. Stallman  <rms@gnu.org>
13490         * font-lock.el (font-lock-keywords): Add autoload.
13492         * help-fns.el (describe-variable): Rearrange to put source link
13493         in a predictable place.
13495         * net/newsticker.el: New file.
13497 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13499         * calendar/calendar.el (calendar-for-loop): Add edebug info.
13500         (calendar-basic-setup): Use the new nil arg.
13501         (number-of-diary-entries): Move to diary-lib.el.
13503         * calendar/diary-lib.el: Use with-current-buffer, match-string.
13504         (diary-list-entries): Use with-syntax-table and dolist.
13505         Rename from list-diary-entries.
13506         Use number-of-diary-entries if `number' is nil.
13507         (diary, diary-view-entries): Use this new name and new nil arg value.
13508         (number-of-diary-entries): Move from calendar.el.
13509         (diary-unhide-everything): New function.
13510         (include-other-diary-files, fancy-diary-display)
13511         (diary-show-all-entries, make-diary-entry): Use it.
13512         (diary-mail-entries): Use buffer-string.
13513         (mark-diary-entries): Fix long standing paren typo.
13514         (diary-sexp-entry): Use count-lines.
13515         (make-diary-entry): Avoid `previous-line'.
13516         (diary-mode-map): New var.
13517         (diary-mode): Redraw cal after saving.  Setup header-line.
13518         (fancy-diary-display-mode): Use local-set-key.
13520         * startup.el (command-line): Try calling various terminal-init-foo-bar
13521         functions by stripping hyphenated suffixes from $TERM.
13523         * files.el (normal-mode): Check boundness of font-lock-keywords.
13525 2005-09-12  Richard M. Stallman  <rms@gnu.org>
13527         * progmodes/compile.el: Don't decide a file's directory
13528         until the user actually tries to go there.
13529         (compilation-next-error-function):
13530         Pass compilation-find-file the directory from the file-struct.
13531         (compilation-internal-error-properties): Separate local FILE-STRUCT
13532         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
13533         (compilation-find-file): Arg DIR renamed to DIRECTORY.
13534         Expand it, and if nil, use default-directory.
13535         (compilation-get-file-structure): Don't mix specified directory
13536         with default directory.  Put specified directory into
13537         file-struct.  Don't make the file name absolute.
13539         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13540         (compile-command): Add autoload.
13541         (compilation-disable-input): Add autoload.
13543 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
13545         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13546         strings of the variables it can override.
13547         (time-stamp): New (as yet undocumented) time-stamp-format escapes
13548         %Q and %q, for fully-qualified domain name and unqualified host name.
13550 2005-09-11  Kim F. Storm  <storm@cua.dk>
13552         * emacs-lisp/authors.el (authors-aliases): Update list.
13553         (authors-fixed-entries): Update mldrag.el entry.
13555 2005-09-10  Alan Mackenzie  <acm@muc.de>
13557         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13558         from the region narrowed to.
13560 2005-09-10  Magnus Henoch  <mange@freemail.hu>
13562         * textmodes/ispell.el (ispell-check-version): Signal an error if
13563         aspell version is less than 0.60.
13565 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
13567         * progmodes/octave-inf.el (inferior-octave-startup):
13568         Resync current dir at the end.
13570 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
13572         * woman.el (woman-topic-at-point-default):
13573         Rename to woman-use-topic-at-point-default.
13574         (woman-topic-at-point): Rename to woman-use-topic-at-point.
13575         (woman-file-name): Reflect renames above.  Automatically use the
13576         word at point as topic if woman-use-topic-at-point is non-nil.
13577         Otherwise offer it as default but don't insert it in the
13578         minibuffer.  Also use `test-completion' instead of `assoc' as
13579         suggested by Stefan Monnier.
13581 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
13583         * vc.el (vc-directory, vc-update-change-log): Throw an error on
13584         the attempt to do it over Tramp.  This is not yet supported.
13586 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
13588         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13589         (menu-bar-non-minibuffer-window-p): New functions.
13590         ("Split Window", "Save As..."): Use them.
13591         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13592         ("Print Buffer", "Truncate Long Lines in this Buffer"):
13593         Use menu-bar-menu-frame-live-and-visible-p.
13594         ("Save Buffer", "Insert File", "Open Directory...")
13595         ("Open File...", "Visit New File..."):
13596         Use menu-bar-non-minibuffer-window-p.
13597         (kill-this-buffer-enabled-p, dired <menu-enable>):
13598         Use menu-bar-non-minibuffer-window-p.
13600 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
13602         * cus-start.el (all): Don't complain about fringe-related
13603         built-ins if fringes are not supported.  Ditto about
13604         selection-related built-ins.  Fix the test for GTK-related built-ins.
13606         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13607         ("Postscript Print Buffer", "Print Region", "Save As...")
13608         ("Save", "Insert File...", "Open Directory...")
13609         ("Open File...", "Visit New File..."")
13610         ("Truncate Long Lines in this Buffer"): Don't look at
13611         menu-updating-frame if this display does not support multiple frames.
13613 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13615         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13617 2005-09-09  Emilio Lopes  <eclig@gmx.net>
13619         * woman.el: Format- and whitespace-related changes.
13621 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
13623         * woman.el: Fix my email address.
13625 2005-09-08  Richard M. Stallman  <rms@gnu.org>
13627         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13628         (sh-mode): Locally set skeleton-pair-default-alist.
13630         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13632         * progmodes/flymake.el: Require `compile' unconditionally.
13634         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13636         * woman.el (woman-file-name): Provide a default, not initial input.
13638         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13640         * font-lock.el (font-lock-support-mode): Doc fix.
13642         * descr-text.el (describe-property-list): Handle non-symbol prop names.
13644 2005-09-08  Richard M. Stallman  <rms@gnu.org>
13646         * simple.el (blink-matching-open): Get rid of text props from
13647         the string shown in echo area.  Don't permanently set point.
13648         Some rearrangements.
13650 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13652         * recentf.el (recentf-filename-handler): Add custom choice
13653         `abbreviate-file-name'.
13655         * msb.el (msb--very-many-menus): Fix typo.
13657         * disp-table.el (standard-display-european): Don't set
13658         enable-multibyte-characters to nil.
13660 2005-09-08  David Ponce  <david@dponce.com>
13662         * recentf.el (recentf-show-file-shortcuts-flag): New option.
13663         (recentf-expand-file-name): Doc fix.
13664         (recentf-dialog-mode-map): Define digit shortcuts.
13665         (recentf--files-with-key): New variable.
13666         (recentf-show-digit-shortcut-filter): New function.
13667         (recentf-open-files-items): New function.
13668         (recentf-open-files): Use it.
13669         (recentf-open-file-with-key): New command.
13671 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
13673         * buff-menu.el (Buffer-menu-sort-by-column): New function.
13674         Suggested by Kim F. Storm.
13675         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13676         (Buffer-menu-make-sort-button): Use global keymap.
13678 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
13680         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13681         (Man-getpage-in-background-advice): Remove defadvice; it isn't
13682         necessary any longer with the remapped command.
13683         (Man-bgproc-sentinel-advice): Remove defadvice which counts
13684         formatting time only.
13686         * net/tramp.el (tramp-action-password)
13687         (tramp-multi-action-password): Compile the password prompt from
13688         `method', `user' and `host'.  Sometimes it isn't obvious which
13689         password to enter, for example with remote files offered by
13690         recentf.el, or with multiple steps.  Suggested by Robert Marshall
13691         <robert@chezmarshall.freeserve.co.uk>.
13693 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13695         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13696         Fix regexp for when "s///" is at the beginning of line.
13698 2005-09-07  Jay Belanger  <belanger@truman.edu>
13700         * calc/calc-poly.el (math-expand-term): Multiply out any powers
13701         when in matrix mode.
13703 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13705         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13706         non-anonymous functions.
13708 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
13710         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13711         when using a header line.  Otherwise, use mouse-1-click-follows-link.
13713         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13714         can't be moved; don't signal an error.
13716 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
13718         * cus-theme.el (custom-theme-write-faces): Save the current face
13719         spec, not the defface spec.
13721         * custom.el (custom-known-themes): Clarify meaning of "standard".
13722         (custom-push-theme): Save old values in the standard theme.
13723         (disable-theme): Correct typo.
13724         (custom-face-theme-value) Deleted unused function.
13725         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13727 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13729         * progmodes/compile.el (compilation-goto-locus): Take into account
13730         iconified frames when determining whether the buffer is
13731         already visible.
13732         Don't reset window height if the window already existed.
13734 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
13736         * custom.el (load-theme): Rename from require-theme.
13737         Add interactive spec.
13738         (enable-theme): Rename from custom-enable-theme.
13739         Add interactive spec.
13740         (disable-theme): Rename from custom-disable-theme.
13741         Add interactive spec.
13742         (custom-make-theme-feature): Doc fix.
13743         (custom-theme-directory): Doc fix.
13744         (provide-theme): Call enable-theme.
13746 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13748         * obsolete/lazy-lock.el (lazy-lock-mode):
13749         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13750         font-lock-mode if it's off.  Print a warning instead.
13752         * progmodes/compile.el (compilation-start): Ignore errors if the
13753         process died before we get to send-eof.
13755         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13756         Undo last change.  Enclosing the result in quotes broke things on Unix
13757         since tex-send-command passes it through shell-quote-argument.
13758         (tex-send-command): Pass `file' through convert-standard-filename
13759         when possible.
13760         (tex-uptodate-p): Handle the case where TeX hasn't put additional
13761         info in a transcript.
13763 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
13765         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13766         fix compilation warning.  Reorder the key definitions to group
13767         together keys emitted by the current version of xterm.
13769         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13770         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13771         Reorder predicates to correct min-color usage.
13773 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
13775         * longlines.el (longlines-mode): Inhibit read-only when encoding.
13776         Kill local variables when longlines-mode is turned off.
13778 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13780         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13782         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13784         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13786         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13787         (font-lock-lines-before): Change default to being inactive.
13788         (font-lock-default-fontify-region): Obey font-lock-lines-before.
13789         (font-lock-after-change-function): Don't handle f-l-lines-before here.
13791 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
13793         * net/tramp.el (tramp-handle-make-auto-save-file-name):
13794         Deactivate temporarily advice if active (not needed for Emacs 22,
13795         but for backwards compatibility).
13796         (tramp-exists-file-name-handler): Rewrite.  First implementation
13797         was too simple.
13798         (tramp-advice-make-auto-save-file-name):
13799         Call `tramp-handle-make-auto-save-file-name' (again, just for
13800         backwards compatibility).
13802 2005-08-31  Reto Zimmermann  <reto@gnu.org>
13804         * progmodes/vhdl-mode.el
13805         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13806         (vhdl-end-p): Fix indentation bug "else" after "-- when".
13807         (vhdl-set-default-project): New function (easier setting of default).
13808         (vhdl-port-copy): Handle extended identifiers for generics.
13809         (vhdl-compiler-alist): Better description for error message regexp.
13810         (vhdl-make): Query for target, use previous as default.
13811         (vhdl-port-copy): Fix port copy for port names starting with "signal".
13812         (vhdl-font-lock-keywords-2): Fix fontification for record
13813         el. assign.
13814         (vhdl-speedbar-make-subpack-line): Add package body link.
13815         (vhdl-generate-makefile-1): Not include itself as dependency.
13816         (vhdl-font-lock-init): Highlight c-preprocessor directives.
13817         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13818         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13819         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13820         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13821         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13822         (vhdl-import-project): Add string argument for `error'.
13823         (vhdl-compose-configuration)
13824         (vhdl-compose-configuration-architecture): Add configuration
13825         declaration generation.
13826         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13827         (vhdl-trailer-re): Add "record" keyword (better indentation).
13828         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13829         "[^ \t-\"]+".
13830         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13831         (vhdl-testbench-entity-file-name)
13832         (vhdl-testbench-architecture-file-name): Allow separate
13833         customization of testbench file names.
13834         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13835         (vhdl-get-visible-signals): Allow newline within alias declaration.
13836         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13837         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13838         (member-ignore-case): Alias for missing function in XEmacs.
13839         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13840         (vhdl-update-sensitivity-list): Ignore case on read signals.
13841         (vhdl-replace-string): Adjust case only for file names.
13842         (vhdl-update-sensitivity-list): Fix search for read signals.
13843         (vhdl-update-sensitivity-list): Exclude formal parameters.
13844         (vhdl-get-visible-signals): Include aliases of signals.
13845         (vhdl-get-visible-signals): Fix signal name searching.
13846         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13847         (vhdl-fixup-whitespace-region): Fix for character
13848         literals (e.g. `:').
13850 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13852         * ansi-color.el (comint-last-output-start):
13853         * bs.el (font-lock-verbose):
13854         * diff-mode.el (add-log-buffer-file-name-function):
13855         * dired-x.el (vm-folder-directory):
13856         * faces.el (help-xref-stack-item):
13857         * files.el (font-lock-keywords):
13858         * find-lisp.el (dired-buffers, dired-subdir-alist):
13859         * ido.el (cua-inhibit-cua-keys):
13860         * log-view.el (cvs-minor-wrap-function):
13861         * outline.el (font-lock-warning-face):
13862         * simple.el (compilation-current-error):
13863         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13864         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13865         * tooltip.el (comint-prompt-regexp):
13866         * w32-fns.el (explicit-shell-file-name):
13867         * term/mac-win.el (mac-charset-info-alist)
13868         (mac-services-selection, mac-system-script-code):
13869         * term/tty-colors.el (msdos-color-values):
13870         * term/w32-win.el (xlfd-regexp-registry-subnum):
13871         * term/x-win.el (x-keysym-table, x-selection-timeout)
13872         (x-session-id, x-session-previous-id):
13873         * textmodes/ispell.el (mail-yank-prefix):
13874         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13875         * textmodes/org.el (calc-embedded-close-formula)
13876         (calc-embedded-open-formula)
13877         (font-lock-unfontify-region-function):
13878         * textmodes/reftex-global.el (isearch-next-buffer-function)
13879         (TeX-master):
13880         * textmodes/reftex.el (font-lock-keywords):
13881         * textmodes/tex-mode.el (font-lock-comment-face)
13882         (font-lock-doc-face):
13883         * textmodes/texinfo.el (outline-heading-alist):
13884         Add defvars.
13886         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13887         (artist-spray-chars, artist-mode-init, artist-replace-string)
13888         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13889         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13890         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13892         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13893         (conf-align-assignments): "?\ " -> "?\s".
13895         * textmodes/reftex-index.el (TeX-master): Add defvar.
13896         (reftex-index-phrases-marker): Move up defvar.
13898         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13899         (reftex-toc-include-labels-indicator)
13900         (reftex-toc-include-index-indicator)
13901         (reftex-toc-max-level-indicator): Move up declarations.
13903         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13904         of args to `tramp-run-real-handler', even if it's empty in this case.
13906 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13908         * dired.el (dired-move-to-filename-regexp): Add date format for
13909         Mac OS X 10.3 in East Asian locales.
13911 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
13913         * files.el (make-auto-save-file-name): Add file name handler call
13914         if applicable.
13916         * net/tramp.el (tramp-file-name-handler-alist)
13917         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13918         (tramp-handle-make-auto-save-file-name): Rename from
13919         `tramp-make-auto-save-file-name'.
13920         (tramp-exists-file-name-handler): New defun.
13921         (tramp-advice-make-auto-save-file-name): Make defadvice only when
13922         `make-auto-save-file-name' is not a magic file name operation.
13924 2005-08-30  Richard M. Stallman  <rms@gnu.org>
13926         * files.el (risky-local-variable-p):
13927         Match `-predicates' and `-commands.
13929         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13930         (custom-save-all): Visit the file if necessary;
13931         kill the buffer if we created it.
13932         (custom-save-delete): Don't visit file or kill buffer here.
13934 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
13936         * textmodes/org.el (org-special-keyword): New face.
13937         (org-table-copy-down, org-table-eval-formula)
13938         (org-table-recalculate, org-init-section-numbers):
13939         Use `string-to-number' instead of `string-to-int'.
13940         (org-get-location): Use `insert-buffer-substring' instead of
13941         `insert-buffer'.
13942         (org-modify-diary-entry-string): New function.
13943         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13944         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13945         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13946         active region.
13947         (org-export-as-html): Handle QUOTE keyword.
13948         (org-quote-string): New option.
13949         (org-bookmark-jump-unhide): New function, used for
13950         `bookmark-after-jump-hook'.
13951         (org-diary-default-entry): Apply only when not called through
13952         `org-agenda'.
13954 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
13956         * net/eudc.el (mode-popup-menu):
13957         * play/handwrite.el (ps-printer-name, ps-lpr-command):
13958         * progmodes/ada-mode.el (compile-auto-highlight)
13959         (skeleton-further-elements):
13960         * progmodes/autoconf.el (font-lock-syntactic-keywords):
13961         * progmodes/cmacexp.el (msdos-shells):
13962         * progmodes/compile.el (font-lock-extra-managed-props)
13963         (font-lock-keywords, font-lock-maximum-size)
13964         (font-lock-support-mode):
13965         * progmodes/grep.el (font-lock-lines-before):
13966         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
13967         * progmodes/mixal-mode.el (compile-command):
13968         * progmodes/perl-mode.el (font-lock-comment-face)
13969         (font-lock-doc-face, font-lock-string-face):
13970         * progmodes/prolog.el (comint-prompt-regexp):
13971         * progmodes/sh-script.el (font-lock-comment-face)
13972         (font-lock-set-defaults, font-lock-string-face):
13973         * progmodes/sql.el (font-lock-keyword-face)
13974         (font-lock-set-defaults, font-lock-string-face):
13975         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
13976         (itimer-version, lazy-lock-defer-contextually)
13977         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
13978         Add defvars.
13980         * progmodes/cperl-mode.el (cperl-electric-lbrace)
13981         (cperl-electric-keyword, cperl-electric-pod)
13982         (cperl-electric-backspace, cperl-forward-re)
13983         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
13984         (vc-rcs-header, vc-sccs-header): Add defvars.
13986         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
13987         (font-lock-syntactic-keywords, gud-find-expr-function):
13988         Add defvars.
13990         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
13991         (gdb-frame-parameters): Declare before use.
13993         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
13994         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
13995         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
13996         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
13998         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
13999         (idlwave-help-with-source): Use `insert-buffer-substring', not
14000         `insert-buffer'.
14002 2005-08-29  Juri Linkov  <juri@jurta.org>
14004         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14005         Put outline-back-to-heading function call inside save-excursion.
14007 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
14009         * man.el (Man-init-defvars, Man-translate-references)
14010         (Man-support-local-filenames, Man-highlight-references):
14011         * progmodes/sql.el (sql-interactive-mode):
14012         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14014         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14015         (compilation-mode-font-lock-keywords): Add defvars.
14016         (checkdoc-interactive-loop): "?\ " -> "?\s".
14018         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14019         (font-lock-doc-face, font-lock-string-face)
14020         (font-lock-keywords-case-fold-search): Add defvars.
14021         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14023         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14024         Don't pass X and Y (they are ignored anyway).
14025         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14026         (mouse-delete-window): Make arguments optional.
14028         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14029         (caesar-translate-table, minor-modes, news-buffer-save)
14030         (news-group-name, news-minor-modes): Add defvars.
14032         * emacs-lisp/lselect.el (mouse-highlight-priority)
14033         (x-lost-selection-functions, zmacs-regions):
14034         * emacs-lisp/pp.el (font-lock-verbose):
14035         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14036         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14037         (ses-mode-map):
14038         * emacs-lisp/tcover-unsafep.el (safe-functions):
14039         * international/mule-cmds.el (mac-system-coding-system)
14040         (mac-system-locale):
14041         * language/ethio-util.el (rmail-current-message)
14042         (rmail-message-vector):
14043         * language/thai-util.el (thai-auto-composition-mode):
14044         * mail/metamail.el (rmail-current-message, rmail-message-vector):
14045         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14046         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14047         (vm-primary-inbox, vm-spool-files):
14048         * mail/rmail.el (deleted-head, font-lock-fontified)
14049         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14050         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14051         (total-messages):
14052         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14053         (rmail-summary-mode-map):
14054         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14055         (rmail-last-label, rmail-last-multi-labels)
14056         (rmail-summary-vector, rmail-total-messages):
14057         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14058         * mail/rmailsum.el (msgnum):
14059         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14060         (rmail-current-message):
14061         * obsolete/fast-lock.el (font-lock-face-list):
14062         * obsolete/rnewspost.el (mail-reply-buffer):
14063         * obsolete/scribe.el (compile-command):
14064         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14066 2005-08-28  John Paul Wallington  <jpw@gnu.org>
14068         * ibuf-ext.el (ibuffer-auto-update-changed):
14069         Use `frame-or-buffer-changed-p' to check whether we need to update.
14070         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14071         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
14072         as a `frame-or-buffer-changed-p' state vector instead.
14074 2005-08-27  Romain Francoise  <romain@orebokech.com>
14076         * textmodes/makeinfo.el (makeinfo-compile):
14077         Use `compilation-start'.  Set `next-error-function' according to
14078         `disable-errors'.
14079         (makeinfo-next-error): New function.
14080         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14081         (makeinfo-buffer): Likewise.
14083         * progmodes/compile.el (compilation-start): Add autoload cookie.
14085         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14086         * textmodes/sgml-mode.el: Likewise.
14087         * progmodes/python.el: Likewise.
14089 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
14091         * simple.el (blink-matching-paren-distance): Document the meaning
14092         of nil value, and allow to customize to nil.
14094         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14095         command.com, not command.exe.
14097 2005-08-26  John Wiegley  <johnw@newartisans.com>
14099         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14100         code around a bit so that an extraneous nil argument is not added
14101         to a command when no args are given.
14103         * eshell/esh-arg.el (eshell-parse-double-quote): If a
14104         double-quoted argument resolves to nil, return it as an empty
14105         string rather than as nil.  This made it impossible to pass "" to
14106         a shell script as a null string argument.
14108 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14110         * outline.el (outline-invent-heading): New fun.
14111         (outline-promote, outline-demote): Use it.
14112         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14113         (outline-end-of-subtree): Remove unused var `opoint'.
14115 2005-08-26  David Reitter  <david.reitter@gmail.com>
14117         * menu-bar.el (truncate-lines, write-file, print-buffer)
14118         (ps-print-buffer-faces, ps-print-buffer, split-window):
14119         Disable menu items when the frame they refer to is invisible, or when
14120         they refer to a buffer and the minibuffer is selected.
14122 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
14124         * progmodes/flymake.el (flymake-highlight-err-lines):
14125         Use save-excursion around flymake-highlight-line to preserve point.
14127 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
14129         * progmodes/octave-mod.el: Change Author and Maintainer address.
14130         (octave-maintainer-address): Change Kurt's email address.
14131         * progmodes/octave-inf.el: Change Author and Maintainer address.
14132         * progmodes/octave-hlp.el: Change Author and Maintainer address.
14134 2005-08-26  Kim F. Storm  <storm@cua.dk>
14136         * subr.el (version-list-<, version-list-<=, version-list-=):
14137         Rename from integer-list-*.
14138         (version-list-not-zero): Likewise.  Fix while loop.
14139         (version=): Use version-list-= instead of string-equal.
14141 2005-08-26  Richard M. Stallman  <rms@gnu.org>
14143         * outline.el (outline-promote): Try shortening the heading.
14144         As last resort, read the heading to use.
14145         (outline-demote): As last resort, read the heading to use.
14147 2005-08-26  Romain Francoise  <romain@orebokech.com>
14149         * progmodes/compile.el (compilation-start): Doc fix.
14151         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14152         (antlr-font-lock-additional-keywords): Fix reference to
14153         `antlr-font-lock-literal-regexp' erroneously changed during the
14154         mass face rename.
14155         (antlr-run-tool): Use `compilation-start'.
14157         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14158         instead of the obsolete `compile-internal'.
14160 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
14162         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14163         (number, original-date):
14164         * calendar/cal-china.el (date):
14165         * calendar/cal-coptic.el (date):
14166         * calendar/cal-french.el (date):
14167         * calendar/cal-hebrew.el (date, entry, number, original-date):
14168         * calendar/cal-islam.el (date, number, original-date):
14169         * calendar/cal-iso.el (date):
14170         * calendar/cal-julian.el (date):
14171         * calendar/cal-mayan.el (date):
14172         * calendar/cal-menu.el (date, event):
14173         * calendar/cal-persia.el (date):
14174         * calendar/lunar.el (date):
14175         * calendar/solar.el (date): Add defvars.
14177         * emerge.el:
14178         * ibuffer.el:
14179         * info-xref.el:
14180         * obsolete/bg-mouse.el:
14181         * obsolete/sun-curs.el:
14182         * obsolete/swedish.el: Move the `defvar's to the top level.
14184         * smerge-mode.el (smerge-refined-change): Add :group.
14186 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14188         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14189         (smerge-keep-n): Remove props.
14190         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14191         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14192         now that it's done in smerge-keep-n.
14193         (smerge-refined-change): New face.
14194         (smerge-refine-chopup-region, smerge-refine-highlight-change)
14195         (smerge-refine): New funs.
14196         (smerge-basic-map): Bind smerge-refine.
14198 2005-08-25  Juri Linkov  <juri@jurta.org>
14200         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14201         compilation-process-setup-function and compilation-disable-input
14202         in grep-mode instead of let-bindings in grep.
14204         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14205         Delete "Automatic File De/compression" (auto-compression-mode).
14207 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
14209         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14210         Silence warning about non-existent variable.
14212 2005-08-25  Richard M. Stallman  <rms@gnu.org>
14214         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14215         Rename "Describe Key" to "Describe Key or Mouse Operation".
14217         * mail/mailalias.el (build-mail-aliases): Delete comments
14218         from the contents before processing them.
14220         * isearch.el (isearch-edit-string): Erase the Search prompt
14221         if user enters an empty string and there is no default.
14223         * comint.el (comint-file-name-prefix): Add autoload.
14225 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
14227         * subr.el (play-sound): Rearrange to avoid warning.
14229 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
14231         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14232         New hook.
14233         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14235 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14237         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14239         * custom.el (custom-theme-set-variables): Sort minor modes last.
14241 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14243         * subr.el (version-separator, version-regexp-alist): New vars used by
14244         version comparison funs.
14245         (integer-list-<, integer-list-=, integer-list-<=)
14246         (integer-list-not-zero): New funs for integer list comparison.
14247         (version-to-list, version=, version<, version<=): New funs for version
14248         comparison.
14250 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
14252         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14253         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14254         time to silence the byte-compiler.
14256         * ibuffer.el (ibuffer-compile-make-eliding-form)
14257         (ibuffer-check-formats): Use `with-no-warnings' to hide references
14258         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14259         so it's silly to get warnings for it).
14260         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14261         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14262         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14263         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14264         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14265         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14266         Defvar at compile time.
14267         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14268         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14269         Declare them before use.
14271         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14272         (info-xref-good, info-xref-bad): Defvar at compile time.
14274         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14275         Use `let*' instead of `let'.
14277         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14278         (*mouse-y*, menu, char): Defvar at compile time.
14279         (sc::menu): Declare it before use.
14280         (sc::pack-one-line): Use `let', not `let*'.
14282         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14283         (mail-send-hook): Defvar at compile time.
14285         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14286         Defvar at compile time.
14288         * term/sun-mouse.el (current-global-mousemap)
14289         (current-local-mousemap): Declare them before use.
14291 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
14293         * bookmark.el (bookmark-after-jump-hook): New hook.
14294         (bookmark-jump): Run `bookmark-after-jump-hook'.
14296 2005-08-23  Juri Linkov  <juri@jurta.org>
14298         * faces.el (minibuffer-prompt): Doc fix.
14300 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
14302         * progmodes/xscheme.el: Trivial changes to silence warnings.
14303         (xscheme-previous-mode, xscheme-previous-process-state):
14304         Add defvars.
14305         (xscheme-last-input-end, xscheme-process-command-line)
14306         (xscheme-process-name, xscheme-buffer-name)
14307         (xscheme-expressions-ring-max, xscheme-expressions-ring)
14308         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14309         (xscheme-control-g-synchronization-p)
14310         (xscheme-control-g-disabled-p, xscheme-string-receiver)
14311         (default-xscheme-runlight, xscheme-runlight)
14312         (xscheme-runlight-string, xscheme-process-filter-state)
14313         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14314         Move to beginning of file.
14315         (scheme-interaction-mode-commands-alist)
14316         (scheme-interaction-mode-map, scheme-debugger-mode-map):
14317         Declare them before use.  Note: the initialization code for the variables
14318         has not been moved because it uses functions that reference the variables.
14319         (xscheme-control-g-message-string, xscheme-process-filter-alist)
14320         (xscheme-prompt-for-expression-map): Declare them before use.
14321         (scheme-debugger-mode-commands): "?\ " -> "?\s".
14323 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
14325         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14327 2005-08-22  Juri Linkov  <juri@jurta.org>
14329         * faces.el (set-face-underline): Delete this duplicate function
14330         and make an obsolete alias to set-face-underline-p.
14331         (set-face-underline-p): Use docstring of set-face-underline.
14332         (describe-face): Create hyperlink to parent face.
14334         * info.el (Info-insert-dir): Use save-excursion around
14335         insert-buffer-substring.
14336         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14337         (Info-escape-percent): Delete function.
14338         (Info-fontify-node): Replace Info-escape-percent by
14339         replace-regexp-in-string with REP arg set to lambda that
14340         duplicates `%' and preserves text properties.
14342         * progmodes/compile.el (compilation-disable-input): Doc fix.
14343         (define-compilation-mode): Doc fix and refill.
14344         (kill-compilation): Use `mode-name' in the error message.
14345         (compilation-find-file): Use `compilation-error' in the
14346         read-file-name's prompt.
14348 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14350         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14351         (smerge-auto-leave): Make undo re-enable the mode.
14352         (debug-ignored-errors): Add the user-error of impossible resolution.
14353         (smerge-resolve): Move things around a bit, in preparation for later.
14354         (smerge-diff): Don't fail if the buffer has no associated file.
14355         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14356         (smerge-conflict-overlay): New function.
14357         (smerge-match-conflict): Don't add text properties here.
14358         (smerge-find-conflict): Instead, add an overlay here.
14359         Also check for the case where we're inside a conflict already, so as to
14360         obviate the need for font-lock-multiline, which is unbearably slow with
14361         large conflicts and ciomplex font-lock patterns.
14362         (smerge-remove-props): Remove overlay rather than text-properties.
14363         (smerge-mode): Don't set font-lock-multiline.
14364         Remove overlays when turned off.
14366 2005-08-21  Kim F. Storm  <storm@cua.dk>
14368         * ido.el (ido-ignore-item-p): Use save-match-data.
14369         Bind case-fold-search to ido-case-fold locally.
14371 2005-08-20  Richard M. Stallman  <rms@gnu.org>
14373         * files.el (normal-mode): If font lock is on, turn it off and on.
14375         * subr.el (replace-regexp-in-string): Doc fix.
14377         * startup.el (command-line-1): Don't suppress startup screen
14378         due to existing processes.
14380         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14382         * progmodes/compile.el (compilation-disable-input): Default to nil.
14384 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14386         * progmodes/compile.el (compilation-disable-input): New defcustom.
14387         (compilation-start): If compilation-disable-input is non-nil, send
14388         EOF to the compilation process.
14390 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
14392         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14393         Run the argument of tex-shell-cd-command through
14394         convert-standard-filename, to get the correct style of slashes on
14395         Windows, and enclose the result in quotes, in case the file name
14396         includes whitespace or other special characters.
14398 2005-08-19  Andreas Schwab  <schwab@suse.de>
14400         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14401         process.
14403 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
14405         * cus-start.el (minibuffer-prompt-properties): Correct typo.
14407 2005-08-18  Kim F. Storm  <storm@cua.dk>
14409         * scroll-lock.el: Fix errors due to incorrect line wrapping.
14411 2005-08-18  Richard M. Stallman  <rms@gnu.org>
14413         * scroll-lock.el: New file.
14415 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
14417         * dired.el (dired-move-to-end-of-filename):
14418         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14420 2005-08-18  Kim F. Storm  <storm@cua.dk>
14422         * ido.el (ido-everywhere): Fix defcustom :set function to disable
14423         rather than toggle mode when custom value is nil.
14424         (ido-everywhere): Fix defun doc string.
14426 2005-08-17  Richard M. Stallman  <rms@gnu.org>
14428         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14429         as tag instead of "Inviolable".
14431 2005-08-17  Kim F. Storm  <storm@cua.dk>
14433         * windmove.el (windmove-coordinates-of-position): Remove.
14434         (windmove-coordinates-of-window-position): Remove.
14435         (windmove-reference-loc): Use posn-at-point instead.
14437         * subr.el (insert-for-yank-1): Doc fix.
14439         * ido.el (ido-enter-matching-directory): Rename from
14440         ido-enter-single-matching-directory.  Change `slash' choice to
14441         `only'.  Add `first' choice.
14442         (ido-exhibit): Adapt to above changes.
14444 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
14446         * Makefile.in: Expand comment about building loaddefs.el.
14448 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
14450         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14451         Comment use of defadvice.
14453         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14455 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
14457         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14458         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14459         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14460         * progmodes/idlw-shell.el, progmodes/ld-script.el,
14461         * progmodes/which-func.el, ruler-mode.el, strokes.el,
14462         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14463         for backward compatibility for faces that did not appear in the
14464         previous Emacs release.
14466         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14468 2005-08-15  Kim F. Storm  <storm@cua.dk>
14470         * emulation/cua-base.el (cua-delete-region): Return t if
14471         deleted region was non-empty.
14472         (cua-replace-region): Inhibit overwrite-mode for
14473         self-insert-command if replaced region was non-empty.
14474         (cua--explicit-region-start, cua--status-string): Make them
14475         buffer-local at top-level...
14476         (cua-mode): ...rather than when mode is enabled.
14478 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
14480         * progmodes/vhdl-mode.el (vhdl-emacs-21):
14481         Set t for Emacs 21, 22, and so on.
14483 2005-08-15  David Ponce  <david@dponce.com>
14485         * tree-widget.el: Update Commentary header.
14486         (tree-widget-theme): Doc fix.
14487         (tree-widget-space-width): New option.
14488         (tree-widget-image-properties): Look up in the default theme too.
14489         (tree-widget--cursors): Only for images with arrow pointer shape.
14490         (tree-widget-lookup-image): Pointer shape is hand by default.
14491         (tree-widget-icon): Rename generic icon widget from
14492         `tree-widget-control'.
14493         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14494         derive from `tree-widget-icon'.
14495         (tree-widget-handle): Improve default look and feel of the text
14496         representation.
14497         (tree-widget): Rename :*-control properties to :*-icon properties.
14498         Add :action and :help-echo properties.
14499         (tree-widget-after-toggle-functions): Move.
14500         (tree-widget-close-node, tree-widget-open-node): Remove.
14501         (tree-widget-before-create-icon-functions): New hook.
14502         (tree-widget-value-create): Update to allow customization of icons
14503         and nodes at run-time via that new hook.
14504         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14505         (tree-widget-icon-action, tree-widget-icon-help-echo)
14506         (tree-widget-action, tree-widget-help-echo): New functions.
14508 2005-08-15  Kim F. Storm  <storm@cua.dk>
14510         * ido.el (ido-buffer-internal): Use with-no-warnings.
14511         (ido-make-merged-file-list): Use while-no-input.
14513 2005-08-15  Richard M. Stallman  <rms@gnu.org>
14515         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14516         (flyspell-large-region): Fix doc and custom type.
14518 2005-08-14  Richard M. Stallman  <rms@gnu.org>
14520         * files.el (interpreter-mode-alist): Doc fix.
14522         * mail/rmail.el (rmail-nonignored-headers): New variable.
14523         (rmail-clear-headers): Use it.
14524         (rmail-reply): Better handling of mail-followup-to header.
14526         * progmodes/sh-script.el (sh-font-lock-keywords-var):
14527         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
14528         don't try to refer to executable-font-lock-keywords.
14529         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14530         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14531         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14532         (sh-mode): Set comment-start-skip, local-abbrev-table,
14533         imenu-case-fold-search.
14534         (sh-set-shell): Don't set them here.
14535         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
14536         Don't cache the results in the original alist; don't ever modify
14537         that alist.
14539         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14541         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14542         empty.
14544 2005-08-15  Andreas Schwab  <schwab@suse.de>
14546         * desktop.el: Put autoload cookie at risky-local-variable declarations.
14548         * dired.el, info.el, mail/rmail.el: Revert last change.
14550 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
14552         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14553         modification in `eval-after-load' form.
14554         * info.el: Likewise.
14555         * mail/rmail.el: Likewise.
14557 2005-08-14  Juri Linkov  <juri@jurta.org>
14559         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14560         Remove highlighting of "Compilation started".  Highlight only
14561         the word "finished" in "Compilation finished".  Add highlighting
14562         of "interrupt", "killed", "terminated" and the exit code.
14563         (compilation-start): Add newline after header.  Use exactly the
14564         same time stamp format as the finishing message.
14565         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14567         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14568         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14569         Add highlighting of "interrupt", "killed", "terminated".
14571         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14572         enabled and the current command is self-insert-command, call it
14573         explicitly with overwrite-mode bound to nil, to not allow it
14574         to delete the character after the selected region.
14576 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
14578         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14579         move-end-of-line, end-of-line, and beginning-of-line to the list
14580         of commands after which the echo area is updated.
14582 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
14584         * cus-edit.el (custom-save-all, custom-save-delete):
14585         Bind recentf-exclude to exclude custom-file.
14587 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
14589         * mail/rmailsum.el (rmail-summary-end-of-message): New command
14590         to go to the bottom of the mail message.  Added to
14591         `rmail-summary-mode-map' with key "/".
14592         (rmail-summary-show-message): New (internal) function for use by
14593         both `rmail-summary-beginning/end-of-message'.
14594         (rmail-summary-beginning-of-message): Change to use
14595         rmail-summary-show-message.
14597         * mail/rmail.el (rmail-end-of-message): New command to go to the
14598         end of the current message.  Added to `rmail-mode-map' with key "/".
14599         (rmail-beginning-of-message): Fix to work as documented.
14600         (rmail-mode): Change documentation.
14602         * progmodes/compile.el (compilation-start): Add the line
14603         "Compilation started" with compilation start time.
14604         (compilation-mode-font-lock-keywords): Add `started' to keywords.
14606 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
14608         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14609         of menu items.
14611 2005-08-11  Richard M. Stallman  <rms@gnu.org>
14613         * simple.el (pop-global-mark): Reverse test of widen-automatically.
14615         * battery.el (battery-status-function): Don't use ignore-errors.
14617 2005-08-11  Lute Kamstra  <lute@gnu.org>
14619         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14620         define-obsolete-variable-alias.
14622 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14624         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14625         (ange-ftp-send-cmd): Revert last change, and expand
14626         the comment explaining the problem.
14628 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
14630         * ldefs-boot.el: Update.
14632         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14633         item to "Time, Load and Mail".  Change help echo text.
14635         * time.el (display-time-use-mail-icon, display-time-format)
14636         (display-time-string-forms): Shorten first line of docstrings.
14638 2005-08-10  Lars Hansen  <larsh@soem.dk>
14640         * desktop.el (desktop-buffer-mode-handlers):
14641         Make non-customizable.  Add autoload cookie.  Change initial value to
14642         nil; add elements in respective modules instead.  Fix doc string.
14643         (desktop-load-file): New function.
14644         (desktop-minor-mode-handlers): New autoloaded variable.
14645         (desktop-create-buffer): Call minor mode handlers.
14646         Use desktop-load-file to load major and minor mode modules prior to
14647         checking for a handler.
14648         (desktop-save): Don't add nil to desktop-minor-modes for minor
14649         modes with nil function in desktop-minor-mode-table.  Don't delete
14650         desktop file before rewriting it.
14651         (desktop-locals-to-save): Add autoload cookie.  Don't make
14652         automatically buffer-local.  Add variables column-number-mode,
14653         size-indication-mode, indent-tabs-mode,
14654         indicate-buffer-boundaries, indicate-empty-lines and
14655         show-trailing-whitespace.
14656         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14657         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
14658         (desktop-clear-preserve-buffers-regexp): Delete.
14659         (desktop-clear-preserve-buffers): Update initial value and docstring.
14660         (desktop-save-buffer): Fix doc string.
14662         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14663         (hilit-chg-desktop-restore): New function.
14664         (highlight-changes-mode): Add highlight-changes-mode to
14665         desktop-locals-to-save.
14667         * dired.el: Add handler to desktop-buffer-mode-handlers.
14668         (dired-restore-desktop-buffer): Remove autoload cookie.
14669         (dired-mode): Add autoload cookie.
14671         * info.el: Add handler to desktop-buffer-mode-handlers.
14672         (Info-restore-desktop-buffer): Remove autoload cookie.
14673         (Info-mode): Add autoload cookie.
14675         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14676         (mh-restore-desktop-buffer): Remove autoload cookie.
14677         (mh-folder-mode): Add autoload cookie.
14679         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14680         (rmail-restore-desktop-buffer): Remove autoload cookie.
14682 2005-08-11  Masatake YAMATO  <jet@gyve.org>
14684         * hexl.el (hexl-address-region):
14685         (hexl-ascii-region, hexl-font-lock-keywords):
14686         (hexl-highlight-line-range): Use the term "region"
14687         instead of "area" for consistency with the other symbols
14688         defined in hexl.el.
14690 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
14692         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14693         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14694         out by Juri Linkov).  Add `display-battery-mode'.
14696 2005-08-09  Juri Linkov  <juri@jurta.org>
14698         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14699         Remove `-text' from face variable names.
14700         (compilation-error-file-name, compilation-warning-file-name)
14701         (compilation-info-file-name): Delete faces.
14702         (compilation-line-number, compilation-column-number):
14703         Remove face underlining.
14704         (compilation-message-face): Set to `underline' value by default.
14705         (compilation-error-face, compilation-warning-face)
14706         (compilation-info-face): Remove `-file-name' from face names.
14707         (compilation-error-text-face, compilation-warning-text-face)
14708         (compilation-info-text-face): Delete face variables.
14709         (compilation-text-face): Delete function.
14711         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14712         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14713         (grep-error-face): Set to `compilation-error' instead of
14714         `compilation-error-face' (which is redefined to `grep-hit-face' in
14715         grep buffers).
14716         (grep-mode-font-lock-keywords): Remove `-text' from face variable
14717         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
14719         * dired-aux.el (dired-do-query-replace-regexp):
14720         Use `query-replace-read-args'.
14722         * replace.el (query-replace-read-from, query-replace-read-to)
14723         (query-replace-read-args): Rename arg `string' to `prompt'.
14725         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14727 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
14729         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14730         uploading files.
14731         (ange-ftp-canonize-filename): Handle file names beginning with ~
14732         correctly.
14734 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
14736         * textmodes/fill.el (canonically-space-region)
14737         (fill-context-prefix, fill-french-nobreak-p)
14738         (fill-delete-newlines, fill-comment-paragraph)
14739         (justify-current-line): "?\ " -> "?\s".
14741 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
14743         * textmodes/fill.el (fill-nonuniform-paragraphs):
14744         Improve argument/docstring consistency.
14746 2005-08-09  Richard M. Stallman  <rms@gnu.org>
14748         * textmodes/ispell.el (ispell-word): More fboundp checks.
14750         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14751         (find-file-noselect-1): Call it here, only if RAWFILE.
14752         (normal-mode): Always set some major mode.
14753         (save-some-buffers-action-alist): Change some explanation strings.
14754         (file-name-non-special): In the `quote' method, use unwind-protect.
14756 2005-08-09  Magnus Henoch  <mange@freemail.hu>
14758         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14759         (ispell-have-aspell-dictionaries): New variable.
14760         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14761         (ispell-get-aspell-config-value): New function.
14762         (ispell-aspell-find-dictionary): New function.
14763         (ispell-aspell-add-aliases): New function.
14764         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14765         appropriate.  Don't look for ispell dictionaries if we use aspell.
14766         (ispell-menu-map): Don't build a submenu of dictionaries.
14768 2005-08-09  Richard M. Stallman  <rms@gnu.org>
14770         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14771         (sql-read-passwd): Use read-passwd.
14773         * progmodes/idlw-toolbar.el (idlwave-toolbar)
14774         (idlwave-toolbar-is-possible): Add defvars.
14776         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14777         Avoid warnings.
14779         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14780         (idlwave-system-class-info, idlwave-executive-commands-alist):
14781         Use defvar.
14783         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14785         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14786         Avoid warnings.
14788         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14789         and content-type: headers.
14791         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14793         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14794         and rename some of them to be more self-explanatory.
14796         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14798         * startup.el (command-line-1): Implement -scriptload.
14800         * replace.el (occur-engine): Initial *Occur* output not undoable.
14802         * menu-bar.el (menu-bar-file-menu): Rename some menu items
14803         and improve help strings.
14805         * isearch.el (isearch-repeat): When changing direction,
14806         mark search successful.
14808         * ediff-init.el: Use (featurep 'xemacs).
14810         * comint.el (send-invisible): Identify buffer, if not selected.
14812         * align.el: Delete autoload for c-guess-basic-syntax.
14814 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
14816         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14817         Improve argument/docstring consistency.  Doc fixes.
14818         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14819         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14820         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14821         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14822         (r2bv-organization, r2bv-pages, r2bv-primary-author)
14823         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14824         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14825         Defvar at compile time.
14827 2005-08-09  Juri Linkov  <juri@jurta.org>
14829         * info.el: Replace `info' with upper-case `Info' where appropriate.
14830         (info-title-1, info-title-2, info-title-3, info-title-4)
14831         (info-menu-header): Move up face definitions.
14832         (info-menu-star): Rename from `info-menu-5'.
14833         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14834         (Info-fontify-visited-nodes): Fix docstring.
14835         (Info-hide-note-references): Fix docstring.
14836         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14837         menu items in the same way as on cross-references.
14838         (info-apropos): Fix sorting order and formatting to be like in the
14839         stand-alone Info browser.  Display error messages for 1 sec.
14840         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
14841         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14842         from the menu bar.
14843         (Info-insert-dir): Restore point after calling
14844         `insert-buffer-substring'.
14846 2005-08-08  Richard M. Stallman  <rms@gnu.org>
14848         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14849         (recompute-lucid-menubar): Add defvars.
14851         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14853         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14855         * net/net-utils.el (run-dig): Rename from `dig'.
14857         * play/gametree.el (gametree-mode): Use make-local-variable,
14858         not make-variable-buffer-local.
14860         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14862         * ansi-color.el (ansi-color-make-extent)
14863         (ansi-color-set-extent-face): Use fboundp, not functionp.
14865         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14866         not make-variable-buffer-local.
14868         * bookmark.el (Info-current-file): Add defvar.
14869         (bookmark-jump-noselect): Use with-no-warnings.
14871         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14873         * ebuff-menu.el (Helper-return-blurb): Add defvar.
14875         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14877         * find-file.el (ada-procedure-start-regexp)
14878         (ada-package-start-regexp): Add defvars.
14880         * info.el (Info-insert-dir): Use insert-buffer-substring.
14882         * xml.el (xml-att-def-re): Add defvar.
14884         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14885         calling convention.
14887         * subr.el (while-no-input): Return t if there is input.
14889 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
14891         * cus-start.el (all): Add `overflow-newline-into-fringe'.
14893 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
14895         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14896         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14898 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
14900         * cmuscheme.el (scheme-start-file): Replace reference to
14901         `user-emacs-directory' by "~/.emacs.d/".
14903 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
14905         * info.el (Info-dir-remove-duplicates): Avoid case folding
14906         in loop; instead, keep downcased strings for comparison.
14907         Suggested by Helmut Eller.
14909 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
14911         Sync with Tramp 2.0.50.
14913         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14914         XEmacs case; not necessary anymore.
14915         (tramp-user-regexp): Allow "@" as part of user name.
14916         (tramp-handle-set-visited-file-modtime)
14917         (tramp-handle-insert-file-contents)
14918         (tramp-handle-write-region): No special handling for
14919         `last-coding-system-used, because this is done in
14920         `tramp-accept-process-output' now.
14921         (tramp-accept-process-output): New defun.
14922         (tramp-process-one-action, tramp-process-one-multi-action)
14923         (tramp-wait-for-regexp, tramp-wait-for-output)
14924         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
14925         Howells <dhowells@redhat.com>.
14926         (clear-visited-file-modtime): Defadvice removed.  The check for
14927         unset buffer's modtime does not need to be based on
14928         `tramp-buffer-file-attributes'.  Suggested by RMS.
14929         (tramp-message): Insert "\n" if not being at beginning of line.
14930         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14931         sequence with same logic.
14932         (tramp-completion-handle-expand-file-name): Discard call of
14933         `tramp-drop-volume-letter'.  It is not necessary, and there have
14934         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14935         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14936         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14937         should always be visible.
14938         (tramp-handle-insert-directory, tramp-setup-complete)
14939         (tramp-set-process-query-on-exit-flag)
14940         (tramp-append-tramp-buffers): Pacify byte-compiler.
14941         (tramp-bug): Delete non-existing variables from list.
14942         Apply `tramp-load-report-modules' as pre-hook.
14943         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14944         `shell-prompt-pattern' because of non-7bit characters.
14945         Reported by Sebastian Luque <sluque@mun.ca>.
14946         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14947         (tramp-match-string-list): Remove function.
14948         (tramp-wait-for-regexp): Remove call of that function.
14949         Suggested by Kim F. Storm <storm@cua.dk>.
14950         (tramp-set-auto-save-file-modes): Use octal integer code #o600
14951         instead of octal character code ?\600.  The latter resulted in a
14952         syntax error with XEmacs.
14954         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14955         XEmacs case; not necessary anymore.
14956         (tramp-smb-handle-write-region): No special handling for
14957         `last-coding-system-used, because this is done in
14958         `tramp-accept-process-output' now.
14959         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
14961 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
14963         * wid-edit.el (widget-choice-value-create):
14964         Unconditionally respect user choice.  Set :explicit-choice back to nil
14965         when no longer needed.
14966         (widget-choice-action): Unconditionally respect user choice.
14967         Eliminate :explicit-choice-value.
14969         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
14971         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
14972         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
14973         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
14974         running new function `toggle-indicate-empty-lines'.
14975         Rename "Customize" item to "Customize fringe".
14976         Rename "Indicators" item to "Buffer boundaries" and change help echo.
14977         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
14978         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
14979         Delete "Empty lines only" item.
14980         (menu-bar-showhide-fringe-ind-customize): New function.
14981         (menu-bar-showhide-fringe-ind-mixed)
14982         (menu-bar-showhide-fringe-ind-box)
14983         (menu-bar-showhide-fringe-ind-right)
14984         (menu-bar-showhide-fringe-ind-left)
14985         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
14986         instead of `fringe-indicators'.
14988 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
14990         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
14991         Change the date of last update.
14993 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
14995         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
14996         (viper-exec-yank, viper-put-back): Don't display modification msg
14997         if in the minibuffer.
14999         * viper-init.el (viper-replace-overlay-cursor-color)
15000         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15001         Make variables frame local.
15003         * viper-util.el (viper-append-filter-alist): Use append instead of
15004         nconc.
15006         * viper.el (viper-vi-state-mode-list)
15007         (viper-emacs-state-mode-list): Move help-mode and
15008         completion-list-mode from the first list to the second.
15009         (viper-mode): Docstring.
15010         (viper-go-away, viper-non-hook-settings): Don't localize
15011         minor-mode-alist in newer Emacsen.  Add advice to
15012         set-cursor-color.  Don't bind "\C-c\\".
15014 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
15016         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15017         (scheme-macro-expand-command): New user options.
15018         (scheme-trace-procedure, scheme-expand-current-form): New commands.
15019         (scheme-form-at-point, scheme-start-file)
15020         (scheme-interactively-start-process): New functions.
15021         (scheme-get-process): New function, extracted from `scheme-proc'.
15022         (run-scheme): Call `scheme-start-file' to get start file, and pass
15023         it to `make-comint'.
15024         (switch-to-scheme, scheme-proc):
15025         Call `scheme-interactively-start-process' if no Scheme buffer/process
15026         is available.
15028 2005-08-06  Juri Linkov  <juri@jurta.org>
15030         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15031         Use `compilation-text-face', `compilation-info-text-face' and
15032         `compilation-error-text-face' instead of `font-lock-keyword-face'.
15033         (compilation-error): New face.
15034         (compilation-error-file-name): Inherit from
15035         `compilation-error' instead of `font-lock-warning-face'.
15036         (compilation-warning-file-name): Inherit from
15037         `compilation-warning' instead of `font-lock-warning-face'.
15038         (compilation-info, compilation-error-file-name)
15039         (compilation-warning-file-name, compilation-info-file-name)
15040         (compilation-line-number, compilation-column-number): Doc fix.
15041         (compilation-error-text-face, compilation-warning-text-face)
15042         (compilation-info-text-face): New face variables.
15043         (compilation-line-face, compilation-column-face)
15044         (compilation-enter-directory-face)
15045         (compilation-leave-directory-face): Doc fix.
15046         (compilation-text-face): New function.
15048         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15049         instead of 1 to display binary file names as info file links.
15050         (grep-error-face): Use `compilation-error-face' instead of
15051         `font-lock-keyword-face'.
15052         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15053         and `compilation-warning-text-face' instead of
15054         `font-lock-keyword-face'.  Use `compilation-error-text-face'
15055         instead of `grep-error-face'.
15057 2005-08-05  Kenichi Handa  <handa@m17n.org>
15059         * international/code-pages.el: Add autoload cookies for all coding
15060         systems.
15062 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
15064         * cus-start.el (all): Put undo.c where it alphabetically belongs.
15066 2005-08-04  Juri Linkov  <juri@jurta.org>
15068         * progmodes/compile.el (compilation-mode-map):
15069         * progmodes/grep.el (grep-mode-map):
15070         Bind TAB to `compilation-next-error' and [backtab] to
15071         `compilation-previous-error'.
15073         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15074         matching line numbers, column numbers and their ranges with regexp
15075         matching only line numbers.
15076         (grep-context-face): New face variable.
15077         (grep-mode-font-lock-keywords): Use it.
15079         * faces.el (read-face-name): Delete duplicate faces.
15081 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
15083         * thumbs.el (thumbs-find-image): Don't make variables
15084         automatically buffer local.
15085         (thumbs-current-tmp-filename, thumbs-current-image-filename)
15086         (thumbs-image-num): Make automatically buffer local.
15087         (thumbs-show-thumbs-list): Use `make-local-variable', not
15088         `make-variable-buffer-local'.
15089         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15091         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15092         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15093         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15094         (bother, bye, canyou, chatlst, continue, deathlst, describe)
15095         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15096         (feelings-about, foullst, found, hello, history, howareyoulst)
15097         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15098         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15099         (neglst, obj, object, owner, please, problems, qlist)
15100         (random-adjective, relation, remlst, repetitive-shortness)
15101         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15102         (shortlst, something, sportslst, stallmanlst, states, subj)
15103         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15104         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15105         Defvar at compile time.
15107         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15108         not `make-variable-buffer-local'.
15110 2005-08-02  Kim F. Storm  <storm@cua.dk>
15112         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15113         rectangle overlay in selected window.
15115 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
15117         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15118         instead of display group.  Make `indicate-buffer-boundaries'
15119         customizable through Custom.
15121 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
15123         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15124         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15125         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15126         (gdb-put-string): Fix typos in docstrings.
15128 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
15130         Update copyright notices of files in progmodes directory for
15131         release of Emacs 22.1.
15133         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15135         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15136         Don't barf if the GUD buffer has been killed.
15138 2005-08-01  Kim F. Storm  <storm@cua.dk>
15140         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15142 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15144         * simple.el (next-error-follow-minor-mode):
15145         make-variable-buffer-local -> make-local-variable.
15147         * emacs-lisp/cl-extra.el: Require CL also when compiling.
15149         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15150         (byte-compile-form-make-variable-buffer-local): New functions to warn
15151         about misuses of make-variable-buffer-local where make-local-variable
15152         was meant.
15154 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
15156         * bs.el (bs-attributes-list): Doc fix.
15157         (bs): Update url-link.
15159         * desktop.el (desktop-save-buffer): Fix typos in docstring.
15160         (desktop-load-default): Simplify.
15162         * ibuffer.el (ibuffer-columnize-and-insert-list)
15163         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15164         (ibuffer-unmark-all, ibuffer-toggle-marks)
15165         (ibuffer-unmark-forward, ibuffer-unmark-backward)
15166         (ibuffer-compile-make-format-form, ibuffer-format-column)
15167         (ibuffer-current-buffers-with-marks)
15168         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15169         (ibuffer): Doc fix.
15170         (ibuffer-mode): Fix typo in docstring.
15171         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15172         with `define-obsolete-variable-alias'.
15173         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
15175 2005-07-29  Kenichi Handa  <handa@m17n.org>
15177         * international/mule-cmds.el (select-message-coding-system):
15178         Be sure to use LF for end-of-line.  If no coding system is decided,
15179         return iso-8859-1-unix.
15181 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15183         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15184         (ange-ftp-pending-error-line): New vars.
15185         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15186         to handle the non-fatal no-route-to-host messages.
15187         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15189 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
15191         * isearch.el (isearch-mode-map, isearch-other-meta-char)
15192         (isearch-quote-char, isearch-printing-char)
15193         (isearch-text-char-description): "?\ " -> "?\s".
15194         (isearch-lazy-highlight-cleanup)
15195         (isearch-lazy-highlight-initial-delay)
15196         (isearch-lazy-highlight-interval)
15197         (isearch-lazy-highlight-max-at-a-time)
15198         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15199         Declare with define-obsolete-*-alias macros.
15200         (isearch-forward): Fix typo in docstring.
15201         (search-invisible, search-ring-yank-pointer)
15202         (regexp-search-ring-yank-pointer): Doc fixes.
15204         * recentf.el (recentf-menu-append-commands-p): Declare with
15205         `define-obsolete-variable-alias'.
15206         (recentf-max-saved-items, recentf-menu-filter)
15207         (recentf-arrange-by-rule-subfilter): Doc fixes.
15208         (recentf-menu-append-commands-flag)
15209         (recentf-initialize-file-name-history, recentf-expand-file-name)
15210         (recentf-clear-data): Fix typos in docstrings.
15212 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
15214         * progmodes/gdb-ui.el: Smarten comments.
15215         (gdb-info-breakpoints-custom): Use nowarn when finding file.
15217 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
15219         * term/apollo.el (terminal-init-apollo): New function containing
15220         all former top level forms in the file.
15221         * term/bobcat.el (terminal-init-bobcat):
15222         * term/cygwin.el (terminal-init-cygwin):
15223         * term/iris-ansi.el (terminal-init-iris-ansi):
15224         * term/linux.el (terminal-init-linux):
15225         * term/news.el (terminal-init-news):
15226         * term/rxvt.el (terminal-init-rxvt):
15227         * term/sun.el (terminal-init-sun):
15228         * term/tvi970.el (terminal-init-tvi970):
15229         * term/vt100.el (terminal-init-vt100):
15230         * term/vt102.el (terminal-init-vt102):
15231         * term/vt125.el (terminal-init-vt125):
15232         * term/vt200.el (terminal-init-vt200):
15233         * term/vt201.el (terminal-init-vt201):
15234         * term/vt220.el (terminal-init-vt220):
15235         * term/vt240.el (terminal-init-vt240):
15236         * term/vt300.el (terminal-init-vt300):
15237         * term/vt320.el (terminal-init-vt320):
15238         * term/vt400.el (terminal-init-vt400):
15239         * term/vt420.el (terminal-init-vt420):
15240         * term/wyse50.el (terminal-init-wyse50):
15241         * term/xterm.el (terminal-init-xterm): Likewise.
15243         * term/README: Describe the terminal-init-* functionality.
15245         * startup.el (command-line): After loading the terminal initialization
15246         file call the corresponding terminal initialization function.
15248 2005-07-27  Kenichi Handa  <handa@m17n.org>
15250         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15251         negative.
15253         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15254         (ps-mule-composition-prologue): Fix for the case that
15255         RelativeCompose is false.
15257 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15259         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15261         * descr-text.el (describe-char): Handle the case where the list of
15262         chars is displayed in a separate frame.
15263         Be a bit more discriminating when looking for the char.
15265 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
15267         * bookmark.el (bookmark-automatically-show-annotations)
15268         (bookmark-read-annotation-text-func): Doc fixes.
15269         (bookmark-save): Improve argument/docstring consistency.
15270         (bookmark-get-bookmark, bookmark-get-bookmark-record)
15271         (bookmark-alist-from-buffer)
15272         (bookmark-upgrade-file-format-from-0)
15273         (bookmark-grok-file-format-version)
15274         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15275         (bookmark-read-annotation-mode)
15276         (bookmark-insert-current-bookmark, bookmark-jump)
15277         (bookmark-exit-hook): Fix typos in docstrings.
15278         (bookmark-exit-hooks): Define as obsolete alias.
15279         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15280         not `bookmark-exit-hooks'.  Fix docstring.
15281         (bookmark-bmenu-select): "?\ " -> "?\s".
15283 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
15285         * startup.el (command-line): Fix typo.
15287 2005-07-24  Richard M. Stallman  <rms@gnu.org>
15289         * tooltip.el (tooltip-mode): Test emacs-basic-display,
15290         not emacs-quick-startup.
15292 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
15294         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15295         (reb-next-match, reb-show-subexp): Use `with-selected-window'
15296         instead of `reb-with-current-window'.
15297         (reb-prev-match): Likewise.  Also, don't move left if the search
15298         was unsuccessful.
15299         (reb-initialize-buffer): New function.
15300         (re-builder, reb-change-syntax): Use it.
15302         * man.el (Man-goto-page): Make second argument NOERROR optional.
15304 2005-07-23  Richard M. Stallman  <rms@gnu.org>
15306         * man.el (Man-bgproc-sentinel): Check here for failure to find
15307         any man page in the output, and report the error here.
15308         (Man-arguments): Make it permanent local.
15309         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
15310         (Man-mode): Pass t for NOERROR.
15312         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15313         (grep-mode-font-lock-keywords):
15314         Don't use compilation-...-face for messages that are not file names.
15316         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15317         Don't use compilation-...-face for messages that are not file names.
15319 2005-07-22  Juri Linkov  <juri@jurta.org>
15321         * startup.el (normal-splash-screen): Update menu name.
15323         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15325 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15327         * term/xterm.el: Load term/rxvt if the terminal is actually an
15328         rxvt terminal.
15329         (xterm-rxvt-set-background-mode): Remove, not used anymore.
15331         * term/rxvt.el (function-key-map): Use substitute-key-definition
15332         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
15334         * term/cygwin.el: New file.
15336 2005-07-22  Kim F. Storm  <storm@cua.dk>
15338         * image-file.el (insert-image-file, image-file-yank-handler):
15339         Fix last change to maintain a (unique) yank-handler on yanked images.
15341 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
15343         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15344         of the file size (as in "177B" for 177 bytes).  This happens with
15345         "ls -lh" on FreeBSD.
15347 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
15349         * hilit-chg.el (highlight-changes-global-initial-state)
15350         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15351         (hilit-chg-fixup, highlight-changes-mode):
15352         Fix typos in docstrings.
15353         (highlight-changes-global-modes, highlight-changes-rotate-faces):
15354         Doc fixes.
15356 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
15358         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15359         mode function using `eval-after-load'.
15361 2005-07-21  Kim F. Storm  <storm@cua.dk>
15363         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15364         included when reporting an emacs crash, and tell about the DEBUG file.
15366         * image-file.el (insert-image-file): Add yank-handler.
15367         (image-file-yank-handler): Yank handler to make unique copies of
15368         images when they are yanked into a buffer next to each other.
15370 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
15372         * comint.el (comint-use-prompt-regexp, comint-send-input)
15373         (comint-source-default, comint-extract-string)
15374         (comint-get-source, comint-word, comint-completion)
15375         (comint-source, comint-prompt-read-only, comint-update-fence):
15376         Fix typos in docstrings.
15377         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15378         Declare with define-obsolete-*-alias macros.
15379         (comint-previous-matching-input-from-input)
15380         (comint-next-matching-input-from-input)
15381         (comint-previous-matching-input, comint-next-matching-input)
15382         (comint-forward-matching-input):
15383         Improve argument/docstring consistency.
15385         * desktop.el (desktop-clear-preserve-buffers-regexp):
15386         Also preserve the *server* buffer.
15388         * simple.el (clone-indirect-buffer): Doc fix.
15389         (fixup-whitespace, just-one-space)
15390         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15391         (next-error, next-error-highlight)
15392         (next-error-highlight-no-select, next-error-last-buffer)
15393         (next-error-buffer-p, next-error-find-buffer, next-error)
15394         (previous-error, next-error-no-select, previous-error-no-select)
15395         (open-line, split-line, minibuffer-prompt-width, kill-new)
15396         (binary-overwrite-mode): Fix typos in docstrings.
15397         (set-fill-column): Fix typo in message.
15399         * skeleton.el (skeleton-proxy-new): Doc fix.
15401         * strokes.el (strokes-load-hook): Doc fix.
15402         (strokes-grid-resolution, strokes-get-grid-position)
15403         (strokes-renormalize-to-grid, strokes-read-stroke)
15404         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15405         (strokes-global-map): Fix typos in docstrings.
15406         (strokes-help): Doc fix.  Fix help message and pass it through
15407         `substitute-command-keys'.
15409         * tempo.el (tempo-insert-prompt, tempo-interactive)
15410         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15411         (tempo-insert-string-functions, tempo-local-tags)
15412         (tempo-define-template, tempo-insert-template)
15413         (tempo-insert-prompt-compat, tempo-is-user-element)
15414         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15415         Fix typos in docstrings.
15417         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15418         (vcursor-key-bindings, vcursor-use-vcursor-map)
15419         (vcursor-find-window, vcursor-scroll-down)
15420         (vcursor-disable, vcursor-beginning-of-buffer)
15421         (vcursor-end-of-buffer): Fix typos in docstrings.
15422         (vcursor-relative-move, vcursor-get-char-count):
15423         Improve argument/docstring consistency.
15425         * version.el: "?\ " -> "?\s".
15427         * wid-edit.el (widget-default-create, widget-after-change)
15428         (widget-default-format-handler, widget-checklist-add-item)
15429         (widget-radio-add-item, widget-choose, widget-specify-secret)
15430         (widget-field-value-create, widget-field-value-get)
15431         (widget-editable-list-format-handler)
15432         (widget-editable-list-entry-create, widget-group-value-create)
15433         (widget-documentation-link-add)
15434         (widget-documentation-string-value-create): "?\ " -> "?\s".
15435         (widget-convert-text): Doc fix.
15436         (widget-narrow-to-field, widget-field-find)
15437         (widget-url-link-action, widget-emacs-library-link-action)
15438         (widget-color-notify): Fix typos in docstrings.
15440         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15441         (x-select-text, set-w32-system-coding-system)
15442         (w32-add-charset-info): Fix typos in docstrings.
15444         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15445         (cua-enable-cua-keys, cua-use-hyper-key)
15446         (cua-virtual-rectangle-edges): Fix typos in docstrings.
15447         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15449         * net/tramp.el (tramp-handle-load): Fix typo in error message.
15451         * emacs-lisp/re-builder.el (regexp-builder): Declare with
15452         `defalias' instead of faking it.
15454         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15455         (eshell-ls-missing, eshell-ls-dired-initial-args)
15456         (eshell-ls-use-in-dired): Fix typos in docstrings.
15458 2005-07-20  Kim F. Storm  <storm@cua.dk>
15460         * emulation/cua-base.el (cua-mode): Improve doc string.
15462 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
15464         * abbrev.el (expand-region-abbrevs): Doc fix.
15465         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15466         Improve argument/docstring consistency.
15468         * arc-mode.el (archive-get-descr, archive-alternate-display):
15469         Doc fixes.
15470         (archive-l-e): Improve argument/docstring consistency.
15471         (archive-tmpdir, archive-unixdate, archive-unixtime)
15472         (archive-chmod-entry): Fix typos in docstrings.
15473         (archive-unflag, archive-unflag-backwards)
15474         (archive-unmark-all-files): "?\ " -> "?\s".
15476         * buff-menu.el (Buffer-menu-unmark): Doc fix.
15477         (Buffer-menu-not-modified, Buffer-menu-execute)
15478         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15479         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15481         * composite.el (compose-string, encode-composition-rule)
15482         (compose-last-chars): Fix typos in docstrings.
15484         * desktop.el (desktop-enable, desktop-basefilename):
15485         Declare with `define-obsolete-variable-alias'.
15486         (desktop-internal-v2s): Don't quote keywords.
15487         (desktop-clear): "?\ " -> "?\s".
15489         * dired.el (dired-align-file, dired-flag-backup-files)
15490         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15491         (dired-listing-switches, dired-ls-F-marks-symlinks)
15492         (dired-dwim-target, dired-load-hook, dired-mode-hook)
15493         (dired-directory, dired-faces, dired, dired-revert)
15494         (dired-mode, dired-summary, dired-view-file)
15495         (dired-copy-filename-as-kill, dired-delete-file)
15496         (dired-no-confirm, dired-unmark-all-marks)
15497         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15498         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15499         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15500         Fix typos in message strings.
15502         * dired-x.el (virtual-dired): Declare with `defalias'.
15503         (dired-mark-unmarked-files, dired-local-variables-file)
15504         (dired-omit-here-always): Doc fix.
15505         (dired-omit-mode, dired-find-subdir)
15506         (dired-enable-local-variables, dired-clean-up-buffers-too)
15507         (dired-extra-startup, dired-mark-extension, dired-jump)
15508         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15509         (dired-smart-shell-command, dired-guess-shell-alist-user)
15510         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15511         (dired-x-bind-find-file, dired-x-submit-report):
15512         Fix typos in docstrings.
15513         (dired-mark-unmarked-files): "?\ " -> "?\s".
15515         * dirtrack.el (dirtrack-list): Fix typos in docstring.
15517         * faces.el (describe-face): "?\ " -> "?\s".
15518         (read-all-face-attributes, read-face-font, modify-face)
15519         (face-attr-construct, italic): Fix typos in docstrings.
15520         (frame-update-face-colors): Declare with
15521         `define-obsolete-function-alias'.
15523         * files.el (find-file-noselect, recode-file-name): Doc fixes.
15524         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15525         (magic-mode-alist, buffer-file-numbers-unique)
15526         (write-file-functions, get-free-disk-space):
15527         Fix typos in docstrings.
15528         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15529         (write-contents-hooks, write-file-hooks):
15530         Declare with `define-obsolete-variable-alias'.
15532         * forms-d2.el (arch-rj): Fix typo in docstrings.
15533         (arch-tocol): Likewise.  "?\ " -> "?\s".
15535         * frame.el (set-frame-font, cursor-in-non-selected-windows):
15536         Fix typo in docstring.
15537         (set-screen-width, set-screen-height): Delete redundant info in
15538         doctrings.
15539         (new-frame, screen-height, screen-width): Declare with
15540         `define-obsolete-function-alias'.
15541         (delete-frame-hook, blink-cursor): Declare with
15542         `define-obsolete-variable-alias'.
15544         * paths.el (prune-directory-list): Fix typos in docstring.
15546         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15547         (cvs-prefix-get): Fix typos in docstrings.
15549         * ps-print.el (ps-extend-face-list, ps-extend-face)
15550         (ps-print-background-image): Fix typos in docstrings.
15551         (ps-default-fg, ps-default-bg): Doc fixes.
15553         * s-region.el (s-region-bind): Doc fix.
15554         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15556         * textmodes/org.el (org-table-formula-substitute-names)
15557         (org-table-get-vertical-vector): Doc fixes.
15558         (org-table-recalculate): Remove unused argument to `message'.
15560 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
15562         * textmodes/org.el (org-table-column-names)
15563         (org-table-column-name-regexp)
15564         (org-table-named-field-locations): New variables.
15565         (org-archive-subtree): Protect `this-command' when calling
15566         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15567         the kill buffer.
15568         (org-complete): Remove fixed-formula completion.
15569         (org-edit-formulas-map): New variable.
15570         (org-table-edit-formulas): New command.
15571         (org-finish-edit-formulas, org-abort-edit-formulas)
15572         (org-show-variable, org-table-get-vertical-vector): New functions.
15573         (org-table-maybe-eval-formula): Handle `:=' fields.
15574         (org-table-get-stored-formulas, org-table-store-formulas)
15575         (org-table-get-formula, org-table-modify-formulas)
15576         (org-table-replace-in-formulas): Handle named field formulas.
15577         (org-table-get-specials): Store locations of named fields.
15579 2005-07-19  Juri Linkov  <juri@jurta.org>
15581         * progmodes/grep.el (grep-regexp-alist)
15582         (grep-mode-font-lock-keywords, grep-process-setup):
15583         Use default GNU grep match color "01;31m" instead of "01;41m".
15584         (grep-regexp-alist, grep-mode-font-lock-keywords):
15585         Use `\\[[0-9]*m' instead of `\\[00m'.
15586         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15587         sgr_start where its handling is more important.  Use the real
15588         length of sgr_start instead of constant 8.
15589         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15590         specially.  Delete all remaining escape sequences.
15591         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15592         (grep-regexp-alist): Make hyperlink only for binary file name
15593         instead of the whole line.
15594         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15595         (grep-mode): Add autoload.
15597         * emacs-lisp/find-func.el (find-function-regexp):
15598         Add `define-compilation-mode'.
15600 2005-07-19  Juri Linkov  <juri@jurta.org>
15602         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15603         (compare-windows-sync-string-size, compare-windows-recenter)
15604         (compare-windows-highlight, compare-windows): Add version 22.1.
15605         (compare-windows) <defface>: Inherit from lazy-highlight instead
15606         of duplicating its default value.
15608         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15609         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15611         * descr-text.el (describe-char): Create link buttons for `charset'
15612         and `code point'.  Add the current input method name with a link
15613         button to `to input' field.  Print face names of display table
15614         characters in `The display table entry is displayed by' section
15615         instead of printing face-id in the `display' field.
15616         Guess hardcoded faces and create a link button for them.
15617         Skip empty fields when calculating max-width.
15618         Treat `widget-create' specially while inserting strings from the
15619         collected field list.
15620         (describe-char-after): Made obsolete in version 22.1, not 21.5.
15622         * diff-mode.el (diff-file-header): Change foreground color from
15623         yellow to green on light backgrounds.
15624         (diff-context): Inherit from `shadow' only for color/grayscale
15625         with more than 88 colors.
15626         (diff-indicator-removed, diff-indicator-added)
15627         (diff-indicator-changed): New faces.
15628         (diff-font-lock-keywords): Use new faces.  Regroup rules.
15629         Add "^---$" for `normal' diff format.  Fontify `#' lines with
15630         font-lock-comment-delimiter-face and font-lock-comment-face.
15631         Add `#' to ^[^...] in the rule for `diff-context-face'.
15633         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15634         a button-like box.  Inherit from `highlight' on low colors.
15635         (shadow): Use shades of gray only for color/grayscale with
15636         more than 88 colors.  Use green for light backgrounds with
15637         8 colors, and yellow for dark backgrounds with 8 colors.
15639         * font-lock.el (font-lock-regexp-grouping-backslash):
15640         Don't inherit from escape-glyph (use bold for all cases).
15642         * info.el (info-xref-visited): Use light foreground color `violet'
15643         for dark backgrounds instead of dark color `magenta3'.
15644         (info-title-1): Use `yellow' color for dark backgrounds.
15646         * isearch.el (isearch): Use not-too-dark magenta3 instead of
15647         too-light magenta2.
15649         * replace.el (match): Use slightly more light RoyalBlue3 instead
15650         of dark RoyalBlue4.
15652         * wid-edit.el (widget-inactive): Inherit from `shadow'.
15654 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
15656         * novice.el (disabled-command-hook): Declare it with
15657         `define-obsolete-variable-alias'.
15659         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15660         (desktop-buffer-misc-functions, desktop-buffer-handlers)
15661         (desktop-load-default): Add release to obsolescence info.
15662         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15663         (desktop-append-buffer-args, desktop-read):
15664         Fix typos in docstrings.
15665         (desktop-kill): Fix typo in message.
15666         (desktop-save): Doc fix.
15668 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
15670         * viper-cmd.el (viper-escape-to-state): Bug fix.
15671         (viper-envelop-ESC-key): Change the definition of fast
15672         keysequence so it'll work with keyboard macros.
15674         * ediff.el (ediff-patch-buffer): Change the docstring.
15676 2005-07-19  Kenichi Handa  <handa@m17n.org>
15678         * international/mule-cmds.el (select-safe-coding-system): Try to
15679         use an auto-coding (if any) before anything else.  If the found
15680         auto-coding is invalid, show a warning message.
15682         * international/mule.el (find-auto-coding): New function created
15683         by modifying the body of set-auto-coding.
15684         (set-auto-coding): Use find-auto-coding to find a coding.
15686 2005-07-18  Richard M. Stallman  <rms@gnu.org>
15688         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15689         not isearch-mode-end-hook-error.
15690         (allout-before-change-protect): Fix error message.
15692 2005-07-18  Juri Linkov  <juri@jurta.org>
15694         * allout.el (allout-mode):
15695         * calculator.el (calculator-copy):
15696         * custom.el (custom-known-themes):
15697         * dired.el (dired-desktop-buffer-misc-data)
15698         (dired-restore-desktop-buffer):
15699         * dired-x.el (dired-omit-marker-char):
15700         * files.el (basic-save-buffer):
15701         * font-core.el (font-lock-mode):
15702         * calendar/calendar.el (calendar-goto-hebrew-date)
15703         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15704         (calendar-goto-persian-date):
15705         * language/ethio-util.el (ethio-sera-to-fidel-region):
15706         * textmodes/picture.el (picture-mode):
15707         Delete duplicate duplicate words.
15709 2005-07-18  Juri Linkov  <juri@jurta.org>
15711         * isearch.el (isearch-mode-map): Remove key bindings for regexp
15712         chars * ? } |.
15713         (isearch-fallback): Don't call `isearch-process-search-char'.
15714         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15715         (isearch-process-search-char): Call `isearch-fallback' for regexp
15716         chars * ? } |.
15717         (isearch-return-char): Make obsolete with `make-obsolete' instead
15718         of simply documenting it as obsolete in the docstring.
15719         (isearch-fallback): Refill docstring.
15721         * international/isearch-x.el
15722         (isearch-process-search-multibyte-characters): Remove unneeded
15723         `concat'.  Add intermediate values to `junk-hist' instead of
15724         `minibuffer-history'.  Test the length of `str'.
15726 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
15728         * allout.el (allout-resolve-xref): Fix typos in error strings.
15729         (allout-before-change-protect): Remove unneeded `concat'.
15731         * array.el (array-mode, array-reconfigure-rows)
15732         (untabify-backward): Fix typos in docstrings.
15733         (array-reconfigure-rows): Use `insert-buffer-substring', not
15734         `insert-buffer'.
15736         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15737         * progmodes/ada-mode.el (ada-make-body):
15738         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15740         * dired.el (dired-log):
15741         * tar-mode.el (tar-subfile-save-buffer):
15742         * play/zone.el (zone-pgm-stress-destress):
15743         Use `insert-buffer-substring', not `insert-buffer'.
15745 2005-07-17  Simon Josefsson  <jas@extundo.com>
15747         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15749 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
15751         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15752         Add plain auth method.
15753         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15755 2005-07-17  Kim F. Storm  <storm@cua.dk>
15757         * ido.el (dired-other-window): Add ido property.
15759 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
15761         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15762         Fix typo in docstring.
15763         (byte-compile-interactive-only-functions): Add `insert-buffer' and
15764         `insert-file-literally'.
15766         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15767         info and delete redundant message.  Doc fix.
15768         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15769         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15771 2005-07-16  Richard M. Stallman  <rms@gnu.org>
15773         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15774         (byte-compile-and): Use byte-compile-and-recursion.
15775         (byte-compile-or-recursion): New function.
15776         (byte-compile-or): Use that.
15777         (byte-compile-if): Guard the else-clause too.
15778         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15780         * isearch.el (isearch-mode-end-hook-quit): New variable.
15781         (isearch-done): Bind it.
15782         (isearch-mode-end-hook): Doc fix.
15784         * allout.el (allout-isearch-did-quit): Variable deleted.
15785         (allout-real-isearch-abort): Function name no longer used.
15786         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15787         (allout-isearch-rectification): isearch-mode always exists.
15788         Don't set allout-isearch-did-quit.
15789         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15790         allout-isearch-did-quit.
15791         (allout-enwrap-isearch): Just add the hook.
15792         (allout-isearch-abort): Function deleted.
15793         (allout-pre-command-business): Avoid warning.
15795         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15796         Correctly avoid warnings.
15797         (pascal-outline): Likewise.
15799         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15801         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15803         * play/tetris.el (tetris-mode): Avoid warning.
15805         * play/snake.el (snake-mode): Avoid warning.
15807         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15808         (gamegrid-set-display-table): Avoid warning.
15809         (gamegrid-set-timer): Likewise.
15810         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15811         (gamegrid-add-score-with-update-game-score-1): Take FILE
15812         as argument.
15813         (gamegrid-add-score-with-update-game-score): Pass that argument.
15814         Rename have-shared-game-dir to gamegrid-shared-game-dir.
15816         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15818         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15819         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15821         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15822         and insert-file.
15824         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15825         (sc-ask): Avoid warnings.
15827         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15828         (eshell-hist-initialize): Use that var the natural way.
15830         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15832         * emacs-lisp/re-builder.el (reb-cook-regexp):
15833         Avoid warning calling lre-compile-string.
15834         (reb-color-display-p): Avoid warning.
15836         * calculator.el (calculator-last-input): Guard uses
15837         of event-key and key-press-event-p.
15838         (event-key, key-press-event-p): Delete definitions.
15840         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15841         (find-gc-source-directory, find-gc-subrs-callers)
15842         (find-gc-noreturn-list, find-gc-source-files)
15843         (find-gc-subrs-called): Vars renamed and defvar'd.
15845         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15846         (checkdoc-overlay-put, checkdoc-delete-overlay)
15847         (checkdoc-overlay-start, checkdoc-overlay-end)
15848         (checkdoc-mode-line-update, checkdoc-char=):
15849         Define such that compiler knows they are defined.
15850         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
15851         (checkdoc-read-event): Delete.  Use read-event directly.
15853         * whitespace.el (whitespace-make-overlay)
15854         (whitespace-overlay-put, whitespace-delete-overlay)
15855         (whitespace-overlay-start, whitespace-overlay-end):
15856         Define such that compiler knows they are defined.
15857         (whitespace): Move conditional inside.
15859         * tempo.el (tempo-insert-template): Suppress warning.
15861         * ediff-diff.el (longlines-mode): Add defvar.
15863 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
15865         * server.el: Bind "C-x #" in a way that works even if C-x is
15866         redefined to a command key, not a prefix key.
15868 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
15870         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15871         cl-make-type-test till execution time.
15873 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
15875         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15876         arg ARG and use it.
15878 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
15880         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15882 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
15884         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15885         a defcustom with two :set or :type keywords.
15887 2005-07-15  Richard M. Stallman  <rms@gnu.org>
15889         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15890         Don't give ^M comment-end syntax.
15892 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
15894         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15895         Don't consider gdbmi (gdb-mi.el has its own update functions).
15896         (gdb-var-delete): Make it work for gdbmi as well.
15897         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15899         * progmodes/gud.el (etags, sdb): Only require etags when needed.
15900         (gud-speedbar-menu-items): Correct logic for enabling items.
15902 2005-07-15  Kim F. Storm  <storm@cua.dk>
15904         * ido.el: Fix commentary.
15905         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15906         Use with-no-warnings around ffap-guesser.
15907         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15908         Let bind minibuffer-completing-file-name to t.
15910 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
15912         * startup.el (site-run-file, keyboard-type): Doc fixes.
15913         (command-line): Check for "--basic-display" argument; also for
15914         "--quick", not "--bare-bones" (which was renamed).
15915         (fancy-splash-text): Add missing item "Getting New Versions".
15916         (normal-splash-screen): Fix typos and improve consistency with
15917         `fancy-splash-text'.  Update copyright year.
15919         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15920         valid binding for `help-char'.
15922         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15924 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
15926         * term.el (term-mode): Disable cua-mode for term buffers.
15928 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
15930         * add-log.el (add-log-mailing-address, change-log-merge):
15931         Doc fixes.
15932         (change-log-get-method-definition): Fix typo in docstring.
15934 2005-07-14  Kim F. Storm  <storm@cua.dk>
15936         * emulation/cua-base.el:
15937         (cua--pre-command-handler-1, cua--pre-command-handler)
15938         (cua--post-command-handler-1, cua--post-command-handler):
15939         Split in two.  Check (buffer local) value of cua-mode.
15940         (cua-selection-mode): New command.
15942 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
15944         * custom.el (custom-initialize-safe-set)
15945         (custom-initialize-safe-default): Doc fixes.
15947         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15948         and simplify :init-value again.
15950         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15951         and simplify :init-value again.  Delete autoload.
15953         * startup.el (command-line): Use `custom-reevaluate-setting' again
15954         for tooltip-mode.
15956         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15957         a defcustom with two :initialize keywords.
15959 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
15961         * allout.el (my-mark-marker, allout-isearch-prior-pos)
15962         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
15963         (allout-post-command-business, allout-flag-region)
15964         (isearch-reenable-font-lock, allout-yank)
15965         (allout-insert-latex-header, allout-insert-latex-trailer)
15966         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
15967         (allout-latex-verb-quote): Fix typos in docstrings.
15968         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
15969         (allout-unprotected, allout-prefix-data):
15970         Improve argument/docstring consistency.
15971         (allout-chart-subtree): Fix argument spec.
15972         (allout-open-topic): Rename `use_sib_bullet' argument to
15973         `use-sib-bullet'.  Doc fix.
15975         * whitespace.el (whitespace-check-buffer-leading)
15976         (whitespace-check-buffer-trailing)
15977         (whitespace-check-buffer-indent)
15978         (whitespace-check-buffer-spacetab)
15979         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
15980         (whitespace-check-leading-whitespace)
15981         (whitespace-check-trailing-whitespace)
15982         (whitespace-check-spacetab-whitespace)
15983         (whitespace-check-indent-whitespace)
15984         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
15985         (whitespace-modes): Fix typos in docstrings.
15986         (defgroup, defcustom): Doc fixes.
15988         * winner.el (winner-mode, winner-boring-buffers)
15989         (winner-pending-undo-ring): Doc fixes.
15990         (winner-ring): Remove unneeded `progn'.
15991         (winner-equal): `defsubst' it.
15992         (winner-redo): Fix message.
15994 2005-07-13  Kim F. Storm  <storm@cua.dk>
15996         * simple.el (line-move-1): Always use vertical-motion to
15997         do the last (or only) line move to ensure some movement.
15998         Undo 2005-06-23 change--don't check for overlays.
16000 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16002         * term/mac-win.el (ccl-encode-mac-roman-font)
16003         (ccl-encode-mac-centraleurroman-font)
16004         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16005         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16006         Change charset-id boundary of dimension to ?\xef.
16007         (mac-char-fontspec-list): New constant.
16008         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
16009         argument.  Nil uses itself as family in font-spec.  Previous
16010         behavior for nil is now provided by non-nil non-string argument.
16011         All callers changed.  Add font-specs for Mac fonts to
16012         "fontset-default" unless iso8859-1 fonts are installed.
16014 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16016         * progmodes/sh-script.el (sh-get-indent-info): Only indent
16017         a continuation line if the \ is preceded by SPC or TAB.
16018         (sh-get-indent-info): Simplify.
16019         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16020         Use with-current-buffer.
16022         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16023         when the matched text is empty.
16025 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
16027         * startup.el (command-line): Revert to previous handling of
16028         tooltip-mode.  Explain in comment why the complexity is needed.
16030         * tooltip.el (tooltip-mode): Revert to previous implementation of
16031         its defcustom.
16033         * frame.el (blink-cursor-mode): Revert to previous implementation
16034         of its defcustom.  Update comment.
16036 2005-07-12  Lars Hansen  <larsh@soem.dk>
16038         * desktop.el: Update e-mail address.
16040 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16042         * term/mac-win.el (mac-services-mail-selection)
16043         (mac-services-mail-to): New functions.
16044         (mac-application-menu-map): Bind them.
16046 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
16048         * progmodes/gdb-ui.el: Add note about buffering with Windows.
16050 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
16052         * custom.el (custom-reevaluate-setting): Doc fix.
16054 2005-07-11  Jay Belanger  <belanger@truman.edu>
16056         * calc/calc.el (calc-embedded-announce-formula-alist)
16057         (calc-embedded-open-close-plain-alist)
16058         (calc-embedded-open-close-mode-alist): Add checks for additional
16059         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16061 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
16063         * custom.el (custom-enable-theme): Don't add theme to
16064         `custom-enabled-themes' with `push' because there is no
16065         setf-method for `delq'.
16067 2005-07-11  Richard M. Stallman  <rms@gnu.org>
16069         * custom.el (custom-declare-variable): Doc fix.
16071         * dired-aux.el (dired-compare-directories): Remove "." and ".."
16072         from the alists.
16074         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16075         Do nothing if edebug-active.
16077         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16078         (edebug-display): Do it here instead.
16080 2005-07-10  Richard M. Stallman  <rms@gnu.org>
16082         * cus-face.el (custom-theme-set-faces): Make it work.
16083         (custom-reset-faces): Doc fix.
16084         (custom-theme-reset-internal-face, custom-theme-face-value):
16085         Functions deleted.
16087         * custom.el (custom-push-theme): Maintain list of the settings
16088         of a given theme in its theme-settings property.
16089         Maintain position of old settings in the theme-value
16090         or theme-face property.
16091         (custom-enabled-themes): New variable.
16092         (custom-theme-enabled-p): New function.
16093         (provide-theme): Update custom-enabled-themes.
16094         Disable and reenable the `user' theme.
16095         (require-theme): Doc fix.
16096         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16097         (custom-theme-value, custom-theme-variable-value): Likewise.
16098         (custom-theme-reset-internal): Likewise.
16099         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16100         (custom-enable-theme, custom-disable-theme): New functions.
16101         (custom-variable-theme-value, custom-face-theme-value): Likewise.
16102         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16103         (custom-theme-reset-variables): Simplify.
16104         (deftheme, custom-declare-theme, custom-make-theme-feature):
16105         Definitions moved.
16107 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
16109         * longlines.el (longlines-show-region)
16110         (longlines-unshow-hard-newlines): Recognize hard newlines by
16111         non-nil hard property, instead of t.
16113 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
16115         * viper-cmd.el (viper--key-maps): New variable.
16116         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16117         emulation-mode-map-alists.
16118         (viper-envelop-ESC-key): Use viper-subseq.
16119         (viper-search-forward/backward/next): Disable debug-on-error.
16121         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16122         (viper-ESC-key): New defcustoms.
16124         * viper-macs.el (ex-map-read-args): Use viper-subseq.
16126         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16127         (viper-subseq): Copy of subseq from cl.el.
16129         * viper.el (viper-go-away, viper-set-hooks): Use
16130         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16132         * viper-mous.el (viper-current-frame-saved): Use defvar.
16134         * viper-init.el: Get rid of -face in face names.
16136         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16137         Make it work with longlines mode
16139         * ediff-mult.el (ediff-meta-mode-hook): New variable.
16141         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16143         * ediff-init.el: Get rid of -face in face names.
16145 2005-07-10  Richard M. Stallman  <rms@gnu.org>
16147         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16148         and with-timeout-unsuspend.
16150         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16151         and with-timeout-unsuspend.
16153         * emacs-lisp/timer.el (with-timeout-timers): New variable.
16154         (with-timeout): Bind that variable to record timers.
16155         (with-timeout-suspend, with-timeout-unsuspend): New functions.
16157         * emacs-lisp/debug.el (debug-help-follow): New function.
16158         (debugger-mode-map): Use that instead of help-follow.
16159         (debugger-setup-buffer): Use eval-buffer-list
16160         to handle eval-buffer frames.
16162 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
16164         * timezone.el (timezone-parse-date): Change first regexp
16165         so it will not mistakenly match dates with no time zone.
16167 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
16169         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16171 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
16173         * custom.el (custom-initialize-safe-set)
16174         (custom-initialize-safe-default): New functions.
16176         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16177         and simplify :init-value.
16179         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16180         and simplify :init-value.  Delete obsolete comment.
16182         * startup.el (command-line): Use `custom-reevaluate-setting' to
16183         handle `tooltip-mode'.  Delete obsolete comment.
16185         * files.el (set-visited-file-name): Avoid calling
16186         `file-name-nondirectory' with a nil argument.
16188 2005-07-09  Richard M. Stallman  <rms@gnu.org>
16190         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16191         was called with nil for the buffer, handle the read position right.
16192         Handle read position for eval-region, too.
16194 2005-07-09  Juri Linkov  <juri@jurta.org>
16196         * fringe.el (fringe-mode): Add period in docstring.
16197         (fringe-query-style): Build prompt depending on `all-frames' arg.
16199         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16200         to not create links to unrelated functions in the Help buffer.
16202         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16203         Doc fix.
16205         * simple.el (next-error-hook): New variable.
16206         (next-error): Use it.  Doc fix.
16208         * textmodes/ispell.el (ispell-command-loop): Add current
16209         dictionary name and program name to mode-line-format.
16210         (ispell-region, ispell-process-line): Add current dictionary name
16211         and program name to messages.
16213 2005-07-08  Jay Belanger  <belanger@truman.edu>
16215         * calc/calc.el (calc-embedded-announce-formula-alist)
16216         (calc-embedded-open-close-formula-alist)
16217         (calc-embedded-open-close-word-alist)
16218         (calc-embedded-open-close-plain-alist)
16219         (calc-embedded-open-close-new-formula-alist)
16220         (calc-embedded-open-close-mode-alist)
16221         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16222         (calc-embedded-mode-hook): New variables.
16224         * calc/calc-embed.el (calc-embedded-firsttime)
16225         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16226         New variables.
16227         (calc-do-embedded): Use calc-embedded-firsttime,
16228         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16229         determine whether or not to run hooks.
16230         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16231         calc-embedded-firsttime-formula appropriately.
16232         Set calc-embedded delimiter variables according to mode.
16234 2005-07-08  Richard M. Stallman  <rms@gnu.org>
16236         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16237         Check for "emacs", etc., as entire symbol, not just as word.
16238         (checkdoc-file-comments-engine): Use regexp-quote on FN.
16240         * files.el (set-visited-file-name): Report the error
16241         for "empty filename" earlier.
16242         (kill-some-buffers): Ignore buffers already dead.
16244         * fringe.el (fringe-mode): Doc fix.
16246         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16247         Check for (featurep 'xemacs) and turn off warnings in what it guards.
16248         Use unwind-protect to ensure byte-compile-unresolved-functions
16249         is updated.
16251         * whitespace.el (whitespace-buffer-leading-cleanup):
16252         Simplify w/ skip-chars-forward.
16253         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16255         * mail/rmail.el (rmail-only-expunge): Fix paren error.
16256         Unconditionally try to leave point at the same old place.
16258 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
16260         * comint.el (comint-postoutput-scroll-to-bottom)
16261         (comint-show-maximum-output): Take scroll-margin into consideration.
16263 2005-07-08  Kim F. Storm  <storm@cua.dk>
16265         * ido.el (ido-use-filename-at-point): New choice `guess'.
16266         (ido-file-internal): Try ffap-guesser if selected.
16268         * ido.el (ido-before-fallback-functions): New hook.
16269         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16270         (ido-read-file-name): Run it.
16272 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16274         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16275         strings rather than a list of symbols to the completion function.
16277 2005-07-07  Jay Belanger  <belanger@truman.edu>
16279         * calc/calc-units.el (math-apply-units): Change the places in
16280         which units are simplified.
16282 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
16284         * cus-edit.el (customize-option, customize-option-other-window):
16285         Make them handle aliases.
16287         * custom.el (custom-variable-p): Make it recursively follow
16288         aliases.  Mention that in the docstring.
16290 2005-07-07  Richard M. Stallman  <rms@gnu.org>
16292         * cus-start.el (exec-path): Use `directory' instead of `file'.
16293         Fix tag for nil.
16295 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
16297         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16298         when called non-interactively.  Doc fix.
16300 2005-07-07  Lute Kamstra  <lute@gnu.org>
16302         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16303         new address as well.
16305 2005-07-07  Kenichi Handa  <handa@m17n.org>
16307         * international/mule.el (make-coding-system):
16308         Describe `ascii-incompatible' property in the docstring.
16309         (set-file-name-coding-system): Signal an error if coding-system is
16310         ascii-incompatible.
16311         (set-keyboard-coding-system): Likewise.
16313         * international/mule-cmds.el (set-default-coding-systems):
16314         Don't set default-file-name-coding-system and
16315         default-keyboard-coding-system if coding-system is ASCII-incompatible.
16317         * international/utf-16.el: Declare that all UTF-16-based coding
16318         systems are ASCII-incompatible.
16320 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
16322         * progmodes/gud.el: Require font-lock for displaying errors.
16323         Used by gdb-ui.el.
16325 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
16327         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16328         values for the pattern lists which are `read'able but not
16329         `append'able (like symbols).
16331 2005-07-06  Richard M. Stallman  <rms@gnu.org>
16333         * progmodes/flymake.el (flymake-float-time): Instead of
16334         with-no-warnings, test for xemacs.
16335         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16336         to avoid warning.
16338 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
16340         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16342 2005-07-05  Lute Kamstra  <lute@gnu.org>
16344         * battery.el: Add support for Darwin (with much debugging help
16345         from Samuel Lauber <sam124@operamail.com>).
16346         (battery-status-function, battery-echo-area-format)
16347         (battery-mode-line-format): Add support for pmset on Darwin.
16348         (battery-load-low, battery-load-critical): New user options.
16349         (battery-pmset): New function.
16351 2005-07-05  Lute Kamstra  <lute@gnu.org>
16353         Update FSF's address in GPL notices.
16355         * textmodes/page-ext.el: Update FSF's address.
16357 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16359         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16360         filling from using prefix when filling a single-line docstring.
16362         * progmodes/flymake.el: Remove useless eval-when-compile.
16364         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16366 2005-07-04  Richard M. Stallman  <rms@gnu.org>
16368         * textmodes/org.el (org-file-apps-defaults-gnu):
16369         Rename from org-file-apps-defaults-linux.
16370         (org-default-apps): Don't test system-type for `linux'.
16371         (org-file-apps): Doc fix.
16373 2005-07-04  David Ponce  <david@dponce.com>
16375         * tree-widget.el: Improve header Commentary section.
16376         (tree-widget) [defgroup]
16377         (tree-widget-image-enable, tree-widget-themes-directory)
16378         (tree-widget-theme, tree-widget-image-properties-emacs)
16379         (tree-widget-image-properties-xemacs, tree-widget-create-image)
16380         (tree-widget-image-formats, tree-widget-control)
16381         (tree-widget-empty-control, tree-widget-leaf-control
16382         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16383         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16384         (tree-widget-keep, tree-widget-after-toggle-functions)
16385         (tree-widget-open-node, tree-widget-close-node): Doc fix.
16386         (tree-widget-open-control, tree-widget-close-control): Fix doc and
16387         :help-echo message.
16388         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
16389         (tree-widget-image-properties): Doc fix.  Clearer implementation.
16390         (tree-widget--cursors): New constant.
16391         (tree-widget-lookup-image): New function split from
16392         `tree-widget-find-image'.  Clearer implementation.
16393         (tree-widget-find-image): Use it.
16394         (tree-widget-button-keymap): Use `set-keymap-parent'.
16395         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16396         Define the sub-widgets here.
16397         (tree-widget-node): Check that :node is not a tree-widget.
16398         (tree-widget-get-super, tree-widget-open-control)
16399         (tree-widget-close-control, tree-widget-empty-control)
16400         (tree-widget-leaf-control, tree-widget-guide)
16401         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16402         (tree-widget-no-handle, tree-widget-value-delete)
16403         (tree-widget-map): Remove.
16404         (tree-widget-children-value-save): Doc fix.  Simplified.
16405         (tree-widget-value-create): Update according to previous changes.
16407 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
16409         * textmodes/org.el: Leading space replaced by TABS.
16410         (org-recalc-marks, org-table-rotate-recalc-marks)
16411         (org-table-get-specials): Treat "^" and "_" marks.
16412         (org-table-justify-field-maybe): Optional argument NEW.
16413         (org-table-eval-formula): Parsing of the format simplified.
16414         New modes C,I.  Honor the %= parameter in the current table.
16415         Avoid unnecessary re-align by using the NEW argument to
16416         `org-table-justify-field-maybe'.
16417         (org-calc-default-modes): Default for date-format mimicks org-mode.
16418         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16420 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
16422         * cus-face.el (custom-theme-set-faces): Make it handle face
16423         aliases whose alias declarations are pre- or autoloaded.
16425 2005-07-04  Juri Linkov  <juri@jurta.org>
16427         * faces.el (read-face-name): Put the code for getting a face name
16428         from the buffer before adding the faces from the `face' property.
16429         Use `completing-read-multiple' instead of `completing-read'.
16430         Require `crm'.  Add default value and post-process the returned
16431         list of faces.
16433         * emacs-lisp/crm.el (crm-find-current-element)
16434         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16436         * emacs-lisp/lisp-mode.el (eval-defun-1):
16437         * emacs-lisp/edebug.el (edebug-eval-defun):
16438         Remove unnecessary quotes.
16440 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16442         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16443         (prolog-indent-level): Fix typo in docstring.
16445         * info.el (Info-history, Info-history-forward)
16446         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16448         * add-log.el (add-change-log-entry):
16449         * comint.el (comint-dynamic-list-input-ring)
16450         (comint-dynamic-list-completions):
16451         * dabbrev.el (dabbrev-expand):
16452         * delim-col.el (delimit-columns-rectangle-line):
16453         * diff-mode.el (diff-context->unified, diff-reverse-direction)
16454         (diff-unified->context):
16455         * ediff-init.el (ediff-abbrev-jobname):
16456         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16457         (ediff-replace-session-activity-marker-in-meta-buffer):
16458         * info.el (Info-summary):
16459         * lpr.el (printify-region):
16460         * printing.el (pr-create-interface):
16461         * ps-print.el (ps-print-quote):
16462         * ses.el (ses-column-widths, ses-print-cell)
16463         (ses-adjust-print-width, ses-center):
16464         * shell.el (shell-file-name-quote-list):
16465         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16466         (strokes-fill-current-buffer-with-whitespace)
16467         (strokes-xpm-for-stroke, strokes-list-strokes)
16468         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16469         * term.el (term-dynamic-list-input-ring)
16470         (term-dynamic-list-completions):
16471         * calc/calc.el (math-format-stack-value):
16472         * emacs-lisp/edebug.el (edebug-display-freq-count):
16473         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16474         (delphi-new-comment-line):
16475         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16476         * progmodes/executable.el (executable-set-magic):
16477         * progmodes/python.el (inferior-python-mode):
16478         * progmodes/scheme.el (scheme-mode-syntax-table):
16479         * progmodes/sh-script.el (sh-maybe-here-document):
16480         * progmodes/sql.el (sql-copy-column):
16481         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16482         * textmodes/bibtex.el (bibtex-mode):
16483         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16484         (sgml-auto-attributes):
16485         * textmodes/table.el (table-insert, table-shorten-cell)
16486         (table--generate-source-scan-lines, table-delete-row)
16487         (*table--cell-delete-char, table--spacify-frame)
16488         (table--horizontally-shift-above-and-below)
16489         (table--cell-insert-char, table--cell-blank-str)
16490         (table--fill-region-strictly):
16491         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16492         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16494         * add-log.el (change-log):
16495         * apropos.el (apropos):
16496         * comint.el (comint-completion, comint-source):
16497         * dabbrev.el (dabbrev):
16498         * delim-col.el (columns):
16499         * diff-mode.el (diff-mode):
16500         * ediff.el (ediff):
16501         * ediff-diff.el (ediff-diff):
16502         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16503         * ediff-mult.el (ediff-mult):
16504         * ediff-ptch.el (ediff-ptch):
16505         * ediff-wind.el (ediff-window):
16506         * facemenu.el (facemenu):
16507         * indent.el (indent):
16508         * info.el (info):
16509         * jka-cmpr-hook.el (compression, jka-compr):
16510         * lpr.el (lpr):
16511         * outline.el (outlines):
16512         * pcmpl-cvs.el (pcmpl-cvs):
16513         * pcmpl-rpm.el (pcmpl-rpm):
16514         * printing.el (printing):
16515         * ps-print.el (postscript, ps-print, ps-print-horizontal)
16516         (ps-print-vertical, ps-print-headers, ps-print-font)
16517         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16518         (ps-print-background, ps-print-printer, ps-print-page)
16519         (ps-print-miscellany):
16520         * ses.el (ses):
16521         * shell.el (shell, shell-directories, shell-faces):
16522         * startup.el (initialization):
16523         * strokes.el (strokes):
16524         * term.el (term):
16525         * uniquify.el (uniquify):
16526         * w32-vars.el (w32):
16527         * calc/calc.el (calc):
16528         * emacs-lisp/bytecomp.el (bytecomp):
16529         * emacs-lisp/cl-indent.el (lisp-indent):
16530         * emacs-lisp/edebug.el (edebug):
16531         * emacs-lisp/elp.el (elp):
16532         * emacs-lisp/testcover.el (testcover):
16533         * emacs-lisp/trace.el (trace):
16534         * emulation/viper-ex.el (viper-ex):
16535         * emulation/viper-mous.el (viper-mouse):
16536         * mail/mailalias.el (mailalias):
16537         * mail/supercite.el (supercite, supercite-frames)
16538         (supercite-attr, supercite-cite, supercite-hooks):
16539         * net/rcompile.el (remote-compile):
16540         * net/rlogin.el (rlogin):
16541         * obsolete/ooutline.el (outlines):
16542         * progmodes/delphi.el (delphi):
16543         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16544         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16545         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16546         (ebnf-optimization):
16547         * progmodes/etags.el (etags):
16548         * progmodes/executable.el (executable):
16549         * progmodes/idlwave.el (idlwave):
16550         * progmodes/pascal.el (pascal):
16551         * progmodes/prolog.el (prolog):
16552         * progmodes/python.el (python):
16553         * progmodes/scheme.el (scheme):
16554         * progmodes/sh-script.el (sh, sh-script):
16555         * progmodes/sql.el (SQL):
16556         * progmodes/tcl.el (tcl):
16557         * textmodes/bibtex.el (bibtex, bibtex-autokey):
16558         * textmodes/enriched.el (enriched):
16559         * textmodes/makeinfo.el (makeinfo):
16560         * textmodes/sgml-mode.el (sgml):
16561         * textmodes/table.el (table-hooks):
16562         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16563         * textmodes/texinfo.el (texinfo):
16564         * textmodes/two-column.el (two-column):
16565         Finish `defgroup' description with period.
16567         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16568         * eshell/esh-var.el (eshell-var):
16569         * progmodes/vhdl-mode.el (vhdl-testbench):
16570         * textmodes/org.el (org): Fix typos in docstrings.
16572         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16573         consistency.
16575         * progmodes/flymake.el (flymake-find-file): Remove.
16576         (flymake-float-time): Use `with-no-warnings'.
16577         (flymake-check-start-time, flymake-check-was-interrupted)
16578         (flymake-err-info, flymake-is-running, flymake-last-change-time)
16579         (flymake-new-err-info): `defvar' at compile time.
16581 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
16583         * replace.el (occur-hook): Doc fix.
16584         (occur-1): Don't call `occur-hook' if there are no matches.
16586 2005-07-03  Richard M. Stallman  <rms@gnu.org>
16588         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16589         global-map, save the same map.
16590         (global-map): Don't alter it at top level.
16591         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16592         Then alter it here instead.
16593         (tpu-edt-off): Set global-map to the saved one.
16595         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16596         All references simplified.
16597         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
16598         (zmacs-regions): Add defvar.
16599         (repeat-complex-command-map): Everything about that deleted.
16601         * textmodes/artist.el (artist-key-is-drawing)
16602         (artist-key-endpoint1, artist-key-poly-point-list)
16603         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16604         (artist-key-compl-table, artist-rb-save-data)
16605         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16606         Don't put them in eval-when-compile.
16607         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16609         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16610         Use with-no-warnings.
16612         * net/browse-url.el (dos-windows-version): Add defvar.
16614         * mail/supercite.el (filladapt-prefix-table): Add defvar.
16616         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16617         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16618         (rmail-new-summary-line-count): Rename from new-summary-line-count.
16619         Add defvar.
16620         (rmail-summary-beginning-of-message): Use with-no-warnings.
16621         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16623         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16624         Use with-no-warnings.
16626         * emulation/vi.el (vi-mark-region): Use c-mark-function.
16627         (c-mark-function): Add point-moving-unit property.
16628         (vi-goto-line): Use with-no-warnings.
16630         * emulation/edt.el (edt-last-copied-word): Add defvar.
16631         (zmacs-region-stays): Likewise.
16632         (edt-mark-section-wisely): Use c-mark-function for C.
16633         Use makr-defun for Fortran.
16634         (time-string): defvar deleted.
16635         (edt-display-the-time): Don't set time-string.
16637         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16639         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16640         Don't warn when name is not constant
16641         or for defining the group `emacs'.
16643         * tooltip.el (gud-tooltip-mode): Add defvar.
16645         * startup.el (default-frame-background-mode): Add defvar.
16647         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16649         * info.el (tool-bar-map): Add defvar.
16651         * dired.el (dnd-protocol-alist): Add defvar.
16653         * dired-aux.el (dired-query): Display question with answer, when
16654         the user answers.
16656         * custom.el (custom-add-option): Doc fix.
16658         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16660 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
16662         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16663         bogus name from the last change.
16665 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
16667         * custom.el (custom-declare-variable): Fix typos in comment.
16668         (custom-known-themes): Doc fix.
16669         (custom-theme-directory): New defcustom.
16670         (require-theme): Make it check `custom-theme-directory'.
16672         * cus-theme.el (custom-new-theme-mode): New function.
16673         (custom-theme-name, custom-theme-variables, custom-theme-faces)
16674         (custom-theme-description): Add compiler defvars.
16675         (customize-create-theme): Add doc to the "*New Custom Theme*"
16676         buffer.  Use `custom-new-theme-mode'.
16677         (custom-theme-write): Put the created buffer in emacs-lisp-mode
16678         and save it to the `custom-theme-directory'.  Make this the
16679         default directory of the buffer.
16681 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
16683         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16684         Fix unbalanced parentheses.
16686 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16688         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16689         into flymake-mode and delegate to flymake-mode.
16691         * find-file.el (ff-which-function-are-we-in): Clean up.
16693 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
16695         * replace.el (occur-rename-buffer): Fix docstring.
16697         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16698         (edt-last-copied-word, edt-learn-macro-count)
16699         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16700         (edt-rect-start-point, edt-user-global-map, rect-start-point)
16701         (time-string, zmacs-region-stays):
16702         * emulation/edt-mapper.el (edt-save-function-key-map)
16703         (EDT-key-name): `defvar' to silence the byte-compiler.
16705 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
16707         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16708         font-lock-regexp-backslash.  Doc fix.
16709         (font-lock-regexp-backslash-grouping-construct): Rename from
16710         font-lock-regexp-backslash-construct.  Doc fix.
16711         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16712         grouping constructs.
16714 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
16716         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16717         updating all the prerequisites.
16719 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
16721         * textmodes/org.el (org-agenda-start-on-weekday)
16722         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16723         (org-agenda-use-time-grid, org-archive-location)
16724         (org-allow-space-in-links, org-usenet-links-prefer-google)
16725         (org-enable-table-editor, org-export-default-language)
16726         (org-export-html-show-new-buffer, org-fill-paragraph)
16727         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16728         (org-goto-quit, org-occur, org-eval-in-calendar)
16729         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16730         (org-agenda-diary-entry, org-remember-help)
16731         (org-table-convert-region, org-at-table-p)
16732         (org-table-move-row-down, org-table-move-row-up)
16733         (org-table-copy-region, org-table-toggle-vline-visibility)
16734         (org-table-get-stored-formulas, org-table-get-specials)
16735         (org-recalc-commands, org-table-eval-formula)
16736         (org-table-formula-substitute-names, orgtbl-make-binding)
16737         (org-format-org-table-html, org-format-table-table-html)
16738         (org-format-table-table-html-using-table-generate-source)
16739         (org-customize): Fix typos in docstrings.
16740         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16741         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16742         (org-back-to-heading): Doc fixes.
16743         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16744         (org-agenda-change-all-lines, org-get-header):
16745         Improve argument/docstring consistency.
16746         (orgtbl-error): Fix error message.
16748         * progmodes/flymake.el (flymake-find-possible-master-files)
16749         (flymake-master-file-compare, flymake-get-line-err-count)
16750         (flymake-highlight-line, flymake-gui-warnings-enabled):
16751         Fix typos in docstrings.
16752         (flymake-parse-line, flymake-get-project-include-dirs-function)
16753         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16754         Doc fixes.
16755         (flymake-get-project-include-dirs-function)
16756         (flymake-make-err-menu-data):
16757         Improve argument/docstring consistency.
16759 2005-07-01  Lute Kamstra  <lute@gnu.org>
16761         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16762         Catch errors with ignore-errors.  Use temporary buffer.
16763         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
16765         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16766         background color faces.
16767         (facemenu-set-foreground, facemenu-set-background):
16768         Use facemenu-set-face-from-menu.
16769         (facemenu-set-face-from-menu): Treat face names that start with
16770         "fg:" or "bg:" as special.
16771         (facemenu-add-new-color): Don't create faces.  Simplify.
16773 2005-06-30  Richard M. Stallman  <rms@gnu.org>
16775         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16776         (crm-find-current-element): Likewise.
16778 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
16780         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16782 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16784         * arc-mode.el (archive-extract): Make it work as a mouse binding.
16785         (archive-mouse-extract): Make it an obsolete alias.
16786         (archive-mode-map): Don't use archive-mouse-extract any more.
16787         (archive-mode, archive-extract): write-contents-hooks ->
16788         write-contents-functions.
16789         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16790         first arg.
16791         (archive-rename-entry): Update the call.
16792         (archive-zip-summarize): Remove unused var `method'.
16793         (archive-lzh-summarize): Remove unused var `creator'.
16795         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16796         dedicated frame upon exit.
16798         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16799         (archive-zip-extract, archive-zip-expunge)
16800         (archive-zip-update, archive-zip-update-case): Use executable-find.
16801         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16802         Use restore-buffer-modified-p.
16803         (archive-extract, archive-add-new-member, archive-write-file-member):
16804         Use with-current-buffer.
16805         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16807 2005-06-30  Andreas Schwab  <schwab@suse.de>
16809         * progmodes/gud.el (gud-filter): Remove unneeded progn.
16811 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16813         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16815 2005-06-30  Juri Linkov  <juri@jurta.org>
16817         * faces.el (vertical-border): Inherit from mode-line-inactive
16818         only on tty.
16820 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
16822         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16823         example, -NLINES in the `occur' docstring).
16825         * replace.el (occur-1): When no matches are found, do not set the
16826         `buffer-read-only' and modified flags for the occur buffer,
16827         because it is deleted.
16829         * emulation/cua-base.el (cua-check-pending-input)
16830         (cua-repeat-replace-region, cua-mode, cua-debug)
16831         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16832         Fix typos in docstrings.
16834         * emulation/cua-gmrk.el (cua-toggle-global-mark)
16835         (cua-cut-region-to-global-mark)
16836         (cua--cut-rectangle-to-global-mark):
16837         Remove period from end of messages.
16839         * emulation/cua-rect.el (cua-do-rectangle-padding):
16840         Remove period from end of messages.
16841         (cua--rectangle-seq-format): Fix typo in docstring.
16842         (cua-sequence-rectangle, cua-fill-char-rectangle):
16843         Improve argument/docstring consistency.
16845 2005-06-29  Juri Linkov  <juri@jurta.org>
16847         * faces.el (default-frame-background-mode): New internal variable.
16848         (frame-set-background-mode): Use it.
16850         * startup.el (normal-top-level): Set default-frame-background-mode
16851         instead of frame-background-mode.  Before setting it, test for its
16852         nil value.  Remove tests for frame-background-mode and frame
16853         parameter `reverse'.  Add test for "unspecified-fg".
16855         * term/xterm.el (xterm-rxvt-set-background-mode):
16856         * term/rxvt.el (rxvt-set-background-mode):
16857         Set default-frame-background-mode instead of frame-background-mode.
16859 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
16861         * simple.el (set-variable): Warn about obsolete user variables.
16863         * imenu.el (imenu--completion-buffer):
16864         * mouse.el (mouse-buffer-menu-alist):
16865         * msb.el (msb-invisible-buffer-p):
16866         * calendar/diary-lib.el (diary-header-line-format):
16867         * emacs-lisp/pp.el (pp-buffer):
16868         * progmodes/cperl-mode.el (cperl-do-auto-fill):
16869         * textmodes/picture.el (picture-replace-match):
16870         Change space constants followed by a sexp to "?\s ".
16872         * play/decipher.el (decipher-loop-with-breaks):
16873         * textmodes/texinfo.el (texinfo-insert-@item): Change space
16874         constants "protected" from end of line by a comment to "?\s".
16876 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16878         * font-lock.el (save-buffer-state): Use `declare'.
16880         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16881         reset the syntax-table to cperl-mode-syntax-table.
16882         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16883         "foo_print_bar" is not matched as a reserved keyword.
16885 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
16887         * textmodes/org.el (orgtbl-setup): New function, for delayed
16888         setup for the orgtbl commands.
16889         (org-calc-default-modes): New option.
16890         (orgtbl-make-binding): Use `defun' to get better help display.
16891         (org-diary): Call `org-compile-prefix-format'.
16892         (org-table-formula-substitute-names): New function.
16893         (org-agenda-day-view, org-agenda-week-view): New commands.
16894         (org-agenda-toggle-week-view): Command removed.
16895         (org-tbl-menu): Split off from org-org-menu.
16896         (org-mode): Move removal of outline-mode menus to here.
16897         (org-table-formula-debug): New option.
16898         (org-table-insert-row): Keep first field if just "#" or "*".
16899         (org-mode): Paragraph regexps fixed.
16900         (org-table-recalculate-regexp): New constant.
16901         (org-table-justify-field-maybe): Avoid replace if not necessary.
16902         (org-copy-special, org-cut-special): Use `call-interactively'.
16903         (org-table-copy-region): Take region from `interactive' call.
16904         (org-trim): Return string even if no match.
16905         (org-formula): New face.
16906         (org-set-font-lock-defaults): No longer highlight "FIXME".
16907         But highlight formula-related fields in table.
16908         (org-table-p): Use regexp, not fontification.
16909         (org-table-align): Handle white space at end of line.
16910         (org-table-formula-evaluate-inline): New option.
16911         (org-mode): Auto-wrapping in comment lines turned off.
16912         (org-table-copy-down): Evaluate only in copied field, not in
16913         destination.
16914         (org-table-current-formula): Variable removed.
16915         (org-table-store-formulas, org-table-get-stored-formulas)
16916         (org-table-modify-formulas, org-table-replace-in-formulas)
16917         (org-table-maybe-eval-formula): New functions.
16918         (org-table-get-formula): Modify to use stored formulas.
16919         (org-table-insert-column, org-table-delete-column)
16920         (org-table-move-column): Call `org-table-modify-formulas'.
16921         (org-complete): Add completion for keyword formulas.
16922         (orgtbl-mode): Pull orgtbl-mode-map to start of
16923         minor-mode-map-alist.
16925 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16927         * progmodes/python.el (python-check): Require `compile' before
16928         modifying its variables.
16930         * newcomment.el (comment-indent-default): Don't get fooled by an early
16931         end of buffer.
16933 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16935         * ps-print.el (ps-print-version): Fix version number.
16937 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
16939         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16941 2005-06-28  Richard M. Stallman  <rms@gnu.org>
16943         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16944         (flyspell-local-mouse-map): Declaration deleted.
16945         (flyspell-mouse-map): Bind only mouse-2.
16946         (flyspell-mode-map): Don't test flyspell-use-local-map.
16947         (flyspell-overlay-keymap-property-name): Var deleted.
16948         (flyspell-mode-on): Don't make local bindings for
16949         flyspell-mouse-map and flyspell-mode-map.
16950         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16952         * textmodes/ispell.el (ispell-word): Do not ignore short words.
16954         * progmodes/compile.el (compilation-next-error-function):
16955         Don't switch buffers; operate on the current buffer.
16957         * progmodes/compile.el (compilation-error-file-name)
16958         (compilation-warning-file-name, compilation-info-file-name)
16959         (compilation-line-number, compilation-column-number): New faces.
16960         (compilation-error-face, compilation-warning-face)
16961         (compilation-info-face, compilation-line-face)
16962         (compilation-column-face): Use them.
16964         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
16966         * comint.el (comint-password-prompt-regexp): Accept ", try again".
16968         * bindings.el (global-map): Bind insertchar and its variants.
16970 2005-06-27  Richard M. Stallman  <rms@gnu.org>
16972         * textmodes/artist.el (artist-text-overwrite)
16973         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
16975 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16977         * ps-print.el: It was not working the page selection for printing.
16978         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
16979         (ps-print-version): New version 6.6.7.
16980         (ps-end-sheet): New fun.
16981         (ps-header-sheet, ps-end-job): Call it.
16983 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
16985         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
16987 2005-06-27  Lute Kamstra  <lute@gnu.org>
16989         * facemenu.el (facemenu-unlisted-faces): Add foreground and
16990         background color faces.
16991         (facemenu-get-face): Delete function.
16992         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
16993         (facemenu-add-new-color): Make second argument mandatory.
16994         Create the appropriate face and return it.  Simplify.
16995         (facemenu-set-foreground, facemenu-set-background): Don't check if
16996         color is defined.  Use return value of facemenu-add-new-color.
16998 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
17000         * progmodes/gud.el (gud-filter): Add missing argument to
17001         with-selected-window.
17003 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17005         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17006         a :require to the defcustom.
17008         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17009         defcustoms corresponding to minor modes.
17011 2005-06-26  David Ponce  <david@dponce.com>
17013         * recentf.el: Require tree-widget instead of wid-edit.
17014         (recentf-filename-handler): Fix widget :type.
17015         (recentf-cancel-dialog, recentf-open-more-files)
17016         (recentf-open-files-action): Doc fix.
17017         (recentf-dialog-goto-first): New function.
17018         (recentf-dialog-mode-map): Set parent keymap first.
17019         (recentf-dialog-mode): Define with define-derived-mode.
17020         Don't display continuation lines in dialogs.
17021         (recentf-edit-list): Rename from recentf-edit-selected-items.
17022         (recentf-edit-list-select): Rename from recentf-edit-list-action.
17023         Simplify.
17024         (recentf-edit-list-validate): New function.
17025         (recentf-edit-list): Update accordingly.
17026         (recentf-open-files-item-shift): Remove.
17027         (recentf-open-files-item): Convert menu elements into tree and
17028         link widgets.  Don't create the widgets.
17029         (recentf-open-files): Update accordingly.
17030         (recentf-save-list): Untabify.
17032 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
17034         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17035         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
17036         partially contained in the active region.  Do not take active
17037         region into account when called from Lisp, unless INTERACTIVE arg
17038         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
17039         avoid trouble with fields.  Make marker point nowhere when no
17040         longer used.  Always return nil.  Doc fix.
17041         (flush-lines): Add INTERACTIVE arg.  Do not take active region
17042         into account when called from Lisp, unless INTERACTIVE arg is
17043         non-nil.  Use `forward-line' instead of `beginning-of-line' to
17044         avoid trouble with fields.  Make marker point nowhere when no
17045         longer used.  Always return nil.  Doc fix.
17046         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
17047         interchangeable.  Do not take active region into account when
17048         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
17049         message in echo area when called from Lisp, unless INTERACTIVE arg
17050         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
17051         Return the number of matches.  Doc fix.
17052         (occur): Doc fix.
17053         (perform-replace): Make comment follow double space convention for
17054         the sake of `outline-minor-mode'.
17056         * faces.el (facep): Doc fix.
17058 2005-06-25  Richard M. Stallman  <rms@gnu.org>
17060         * facemenu.el (facemenu-enable-faces-p): New function.
17061         (facemenu-background-menu, facemenu-foreground-menu)
17062         (facemenu-face-menu): Add menu-enable property.
17064         * jka-compr.el (jka-compr-insert-file-contents):
17065         Special handling if cannot find the uncompression program.
17067         * cus-face.el (custom-face-attributes): Add autoload.
17069         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17070         Bind comment-indent-function locally.
17072         * window.el (save-selected-window): Use save-current-buffer.
17074         * subr.el (with-selected-window): Use save-current-buffer.
17076         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17077         and with-current-buffer.
17079 2005-06-24  Richard M. Stallman  <rms@gnu.org>
17081         * simple.el (line-move-1): Fix previous change.
17083 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17085         * replace.el (occur-1): Set `buffer-read-only' and the
17086         buffer-modified flag before running `occur-hook' to protect
17087         against unintentional buffer switches that can lead to data loss.
17089 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
17091         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17092         (gud-gdb-marker-filter): Use font-lock-warning-face for any
17093         initial error.
17095         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17096         after fresh input.
17097         (gdb-var-create-handler): Put name of expression in quotes.
17099 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
17101         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17102         elements of RING in order, and without bogus nil elements.
17104 2005-06-23  Richard M. Stallman  <rms@gnu.org>
17106         * simple.el (set-variable): Args renamed; doc fix.
17107         (line-move-1): When there are overlays around, use vertical-motion.
17109         * faces.el (escape-glyph): Use brown against light background.
17110         (nobreak-space): Rename from no-break-space.
17111         Fix previous change.
17113         * dired-aux.el (dired-do-copy): Fix arg prompt.
17115         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17117 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
17119         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17120         rather than "Distributor".
17122 2005-06-23  Lute Kamstra  <lute@gnu.org>
17124         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17125         (debug-on-entry): Use it.  New interactive declaration that uses
17126         function-called-at-point.
17128 2005-06-23  Kim F. Storm  <storm@cua.dk>
17130         * subr.el (save-match-data): Add comment about using evaporate arg
17131         to set-match-data.
17133 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
17135         * cus-edit.el (customize-face)
17136         (customize-face-other-window): Handle face aliases.
17138         * faces.el (face-documentation, set-face-attribute)
17139         (face-spec-set): Handle face aliases.
17141 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
17143         * help-mode.el (help-make-xrefs): If a symbol representing a face
17144         name is not followed by the word "face", it could still be a
17145         function or variable name, so don't bypass other checks.
17147 2005-06-22  Juri Linkov  <juri@jurta.org>
17149         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17150         Replace aliased functions with calls where second arg `inherit' is t.
17152 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
17154         * progmodes/gdb-ui.el (gdb-error): New variable.
17155         (gdb-error): New function.
17156         (gdb-annotation-rules): Act on error-begin and error annotations.
17157         (gdb-concat-output): Use font-lock-warning-face for errors.
17159 2005-06-22  Miles Bader  <miles@gnu.org>
17161         * bindings.el (propertized-buffer-identification): Use renamed
17162         `Buffer-menu-buffer' face.
17164         * faces.el (vertical-border): Rename from `vertical-divider'.
17165         (escape-glyph): Change dark-background color back to `cyan'.
17167 2005-06-21  Juri Linkov  <juri@jurta.org>
17169         * faces.el (face-user-default-spec): Try getting `customized-face'
17170         prior to `saved-face'.
17171         (frame-background-mode): Refill docstring.
17173         * emacs-lisp/lisp-mode.el (eval-defun-1):
17174         * emacs-lisp/edebug.el (edebug-eval-defun):
17175         Set `saved-face' temporarily to nil before calling form.
17176         Set `customized-face' to the new spec after that.
17178 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17180         * subr.el (1value, lambda, key-substitution-in-progress):
17181         Doc fixes.
17183         * autoinsert.el (auto-insert-alist):
17184         * ses.el (ses-call-printer):
17185         * subr.el (noreturn):
17186         * emacs-lisp/lisp.el (check-parens):
17187         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17188         * net/browse-url.el (browse-url-mosaic):
17189         * progmodes/cc-defs.el (c-safe-scan-lists):
17190         * progmodes/ebnf-abn.el (ebnf-abn-lex):
17191         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17192         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17193         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17194         * progmodes/ebnf-iso.el (ebnf-iso-lex):
17195         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17197 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17199         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17201 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
17203         * calendar/appt.el (appt-make-list): Activate the package, if
17204         not already active (for backwards compatibility).
17206 2005-06-20  Kim F. Storm  <storm@cua.dk>
17208         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
17210 2005-06-20  Miles Bader  <miles@gnu.org>
17212         * faces.el (vertical-divider): New face.
17214 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
17216         * simple.el (kill-whole-line): Doc fix.
17217         (next-error-buffer-p, next-error-find-buffer)
17218         (clone-indirect-buffer): Fix typos in docstrings.
17219         (comment-line-break-function): Doc fix: don't say variable
17220         is automatically buffer-local (it isn't).
17222 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
17224         * net/tramp-ftp.el (top):
17225         * net/tramp-smb.el (top):
17226         * net/tramp-util.el (top):
17227         * net/tramp-uu.el (top):
17228         * net/tramp-vc.el (top):
17229         * net/tramp.el (top): Revert copyright years back to original
17230         ones.  Tramp has a life outside GNU Emacs.
17232 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
17234         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17236 2005-06-18  Juri Linkov  <juri@jurta.org>
17238         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17239         end of first regexp to limit the match to the position between
17240         line number and source line with same separator character as used
17241         between file name and line number.  In the second regexp limit
17242         mouse-face area to file name and line number by adding new group
17243         for them and referring it in HYPERLINK arg.
17244         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17245         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17246         previous line where grep markers may be already removed.
17248 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
17250         * progmodes/ps-mode.el: Update version and maintainer's email address.
17252 2005-06-18  Steve Youngs  <steve@xemacs.org>
17254         * net/browse-url.el (browse-url-browser-function)
17255         (browse-url-default-browser): Add firefox.
17256         (browse-url-firefox-program, browse-url-firefox-arguments)
17257         (browse-url-firefox-startup-arguments)
17258         (browse-url-firefox-new-window-is-tab): New defcustoms.
17259         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17261 2005-06-17  Richard M. Stallman  <rms@gnu.org>
17263         * startup.el (command-line): Warn if specified user name has
17264         no home directory.
17266         * term.el (term-get-old-input, term-input-filter, term-input-sender)
17267         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17269         * longlines.el (longlines-mode, longlines-show-hard-newlines):
17270         Doc fixes.
17272         * faces.el (underline): Try bold if terminal doesn't support underline.
17274         * mail/sendmail.el (mail-setup-with-from): New variable.
17275         (mail-insert-from-field): New function.
17276         (sendmail-send-it): Call it.
17277         (mail-setup): Optionally call it here.
17279         * term/linux.el: Call tty-no-underline.
17281 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
17283         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17285 2005-06-17  Miles Bader  <miles@gnu.org>
17287         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17288         (ediff-current-diff-C, ediff-current-diff-Ancestor)
17289         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17290         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17291         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17292         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17293         Remove "-face" suffix from face names.
17294         (ediff-current-diff-face-A, ediff-current-diff-face-B)
17295         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17296         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17297         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17298         (ediff-even-diff-face-A, ediff-even-diff-face-B)
17299         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17300         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17301         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17302         New backward-compatibility aliases for renamed faces.
17303         (ediff-current-diff-face-A, ediff-current-diff-face-B)
17304         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17305         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17306         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17307         (ediff-even-diff-face-A, ediff-even-diff-face-B)
17308         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17309         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17310         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17311         Use renamed ediff faces.
17313         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17314         Remove "-face" suffix from face names.
17315         (eshell-test-ok-face, eshell-test-failed-face):
17316         New backward-compatibility aliases for renamed faces.
17317         (eshell-run-test): Use renamed eshell-test faces.
17319         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17320         face name.
17321         (eshell-prompt-face): New backward-compatibility alias for renamed
17322         face.
17323         (eshell-emit-prompt): Use renamed eshell-prompt face.
17325         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17326         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17327         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17328         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17329         Remove "-face" suffix from face names.
17330         (eshell-ls-directory-face, eshell-ls-symlink-face)
17331         (eshell-ls-executable-face, eshell-ls-readonly-face)
17332         (eshell-ls-unreadable-face, eshell-ls-special-face)
17333         (eshell-ls-missing-face, eshell-ls-archive-face)
17334         (eshell-ls-backup-face, eshell-ls-product-face)
17335         (eshell-ls-clutter-face):
17336         New backward-compatibility aliases for renamed faces.
17337         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17339         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17340         Remove "-face" suffix from face name.
17341         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17342         instead of literal face.
17344 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
17346         * emacs-lisp/warnings.el (display-warning, lwarn)
17347         (warning-minimum-log-level): Doc fixes.
17348         (warning-minimum-level, warning-minimum-log-level):
17349         Add :debug to :type choices.
17351         * progmodes/ada-mode.el (ada-format-paramlist)
17352         (ada-get-indent-case, ada-check-matching-start)
17353         (ada-check-defun-name, ada-goto-matching-decl-start)
17354         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17355         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17356         (ada-make-subprogram-body): Follow error conventions.
17357         (ada-case-exception-file, ada-indent-comment-as-code)
17358         (ada-indent-handle-comment-special, ada-indent-renames)
17359         (ada-indent-return, ada-search-directories-internal)
17360         (ada-tab-policy, ada-case-exception-substring)
17361         (ada-other-file-alist, ada-matching-start-re)
17362         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17363         (ada-imenu-generic-expression, ada-compile-goto-error)
17364         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17365         (ada-popup-menu, ada-add-extensions, ada-mode)
17366         (ada-region-selected, ada-create-case-exception)
17367         (ada-create-case-exception-substring, ada-after-keyword-p)
17368         (ada-activate-keys-for-case, ada-adjust-case-region)
17369         (ada-adjust-case-buffer, ada-format-paramlist)
17370         (ada-scan-paramlist, ada-insert-paramlist)
17371         (ada-indent-newline-indent)
17372         (ada-indent-newline-indent-conditional)
17373         (ada-justified-indent-current, ada-goto-previous-word)
17374         (ada-indent-current, ada-get-indent-open-paren)
17375         (ada-get-indent-paramlist, ada-get-indent-end)
17376         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17377         (ada-get-indent-block-start, ada-get-indent-subprog)
17378         (ada-get-indent-noindent, ada-get-indent-label)
17379         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17380         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17381         (ada-goto-stmt-end, ada-goto-next-word)
17382         (ada-check-matching-start, ada-check-defun-name)
17383         (ada-goto-matching-decl-start, ada-goto-matching-start)
17384         (ada-goto-matching-end, ada-search-ignore-string-comment)
17385         (ada-in-decl-p, ada-looking-at-semi-or)
17386         (ada-looking-at-semi-private, ada-in-paramlist-p)
17387         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17388         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17389         (ada-next-procedure, ada-previous-procedure, ada-next-package)
17390         (ada-previous-package, ada-create-menu)
17391         (ada-fill-comment-paragraph-justify)
17392         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17393         (ada-other-file-name, ada-last-which-function-line)
17394         (ada-last-which-function-subprog, ada-which-function)
17395         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17396         (ada-gen-treat-proc, ada-check-emacs-version)
17397         (ada-continuation-indent, ada-align-region-separate):
17398         Fix typos in docstrings.
17399         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17401 2005-06-16  Lute Kamstra  <lute@gnu.org>
17403         * simple.el (fundamental-mode): Run after-change-major-mode-hook
17404         conditionally.
17406 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17408         * comint.el (comint-replace-by-expanded-filename)
17409         (comint-prompt-regexp, comint-delimiter-argument-list)
17410         (comint-preinput-scroll-to-bottom):
17411         * info.el (Info-hide-cookies-node):
17412         * ls-lisp.el (ls-lisp-classify):
17413         * find-file.el (ff-search-directories, ff-special-constructs)
17414         (ff-find-other-file):
17415         * font-lock.el (font-lock-keywords):
17416         * shell.el (shell-prompt-pattern)
17417         (shell-dynamic-complete-functions, shell-mode)
17418         (shell-delimiter-argument-list):
17419         * term.el (term-replace-by-expanded-filename)
17420         (term-prompt-regexp, term-delimiter-argument-list):
17421         * woman.el (woman-ignore, woman0-if):
17422         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17423         * emacs-lisp/elint.el (elint-init-env):
17424         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17425         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17426         * language/ethio-util.el (ethio-tilde-escape)
17427         (ethio-use-three-dot-question):
17428         * net/zone-mode.el (zone-mode-load-time-setup):
17429         * progmodes/cc-align.el (c-lineup-argcont):
17430         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17431         * progmodes/cperl-mode.el (cperl-set-style-back):
17432         * progmodes/inf-lisp.el (inferior-lisp-prompt):
17433         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17434         Fix spellings in docstrings.
17436         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17437         * progmodes/modula2.el (m2-for): Fix spellings.
17439         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17441         * simple.el (undo-more): Don't use `format' on `error' arguments.
17442         Improve argument/docstring consistency.
17443         (pending-undo-list): Doc fix.
17445         * smerge-mode.el (smerge-ensure-match):
17446         * emulation/vip.el (vip-ex):
17447         * net/zone-mode.el (zone-mode-update-serial):
17448         * progmodes/idlwave.el (idlwave-complete):
17449         * progmodes/vhdl-mode.el (vhdl-visit-file)
17450         (vhdl-compose-wire-components):
17451         Don't use `format' on `error' arguments.
17453         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17454         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17455         (tooltip-help-tips): Fix typos in docstrings.
17457 2005-06-16  David Ponce  <david@dponce.com>
17459         * tree-widget.el (tree-widget-value-create): Simplify last change.
17461 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
17463         * ido.el (ido-incomplete-regexp): New variable.
17464         (ido-set-matches-1): Handle invalid-regexp error and set
17465         ido-incomplete-regexp.
17466         (ido-incomplete-regexp): New face.
17467         (ido-completions): Use it.
17468         (ido-complete, ido-exit-minibuffer, ido-completions):
17469         Handle incomplete regexps.
17470         (ido-completions): Add check for complete match when entering a regexp.
17472 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17474         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17476 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17478         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17479         by field delimiters.
17481 2005-06-15  David Ponce  <david@dponce.com>
17483         * tree-widget.el: eval-and-compile inlined functions so they will
17484         be available at run-time too.
17485         (tree-widget-super-format-handler)
17486         (tree-widget-format-handler): Remove.
17487         (tree-widget-value-create): Handle the :indent property.
17489 2005-06-15  Miles Bader  <miles@gnu.org>
17491         * progmodes/which-func.el (which-func): Only inherit
17492         `font-lock-function-name-face' when that makes sense against the
17493         default mode-line face, otherwise set the face color explicitly.
17495         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17496         faces instead of (non-existent) variables.
17498 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17500         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17501         (iswitchb-get-matched-buffers): Likewise.  Simplify.
17503 2005-06-14  Miles Bader  <miles@gnu.org>
17505         * progmodes/ld-script.el (ld-script-location-counter):
17506         Remove "-face" suffix from face name.
17507         (ld-script-location-counter-face):
17508         New backward-compatibility alias for renamed face.
17509         (ld-script-location-counter-face): Use renamed face.
17511         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17512         (cperl-hash): Remove "-face" suffix from face names.
17513         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17514         New backward-compatibility aliases for renamed faces.
17515         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17516         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17518         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17519         name.
17520         (which-func-face): New backward-compatibility alias for renamed face.
17521         (which-func-format): Use renamed which-func face.
17523         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17524         (vhdl-function, vhdl-directive, vhdl-reserved-word)
17525         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17526         names.
17527         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17528         (vhdl-speedbar-configuration, vhdl-speedbar-package)
17529         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17530         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17531         (vhdl-speedbar-architecture-selected)
17532         (vhdl-speedbar-configuration-selected)
17533         (vhdl-speedbar-package-selected)
17534         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17535         names.
17536         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17537         Use renamed faces.
17538         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17539         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17540         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17541         Use renamed faces.
17542         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17543         names.
17544         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17545         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17546         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17547         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17548         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17549         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17551         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17552         face name.
17553         (sh-heredoc-face): New backward-compatibility alias for renamed face.
17554         (sh-heredoc-face): Use renamed sh-heredoc face.
17556         * progmodes/idlw-help.el (idlwave-help-link):
17557         Remove "-face" suffix from face name.
17558         (idlwave-help-link-face):
17559         New backward-compatibility alias for renamed face.
17560         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17562         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17563         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17564         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17565         New backward-compatibility aliases for renamed faces.
17566         (idlwave-shell-disabled-breakpoint-face)
17567         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17569         * progmodes/flymake.el (flymake-errline, flymake-warnline):
17570         Remove "-face" suffix from face names.
17571         (flymake-errline-face, flymake-warnline-face):
17572         New backward-compatibility aliases for renamed faces.
17573         (flymake-highlight-line): Use renamed flymake faces.
17575         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17576         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17577         (ebrowse-member-class, ebrowse-progress):
17578         Remove "-face" suffix from face names.
17579         (ebrowse-tree-mark-face, ebrowse-root-class-face)
17580         (ebrowse-file-name-face, ebrowse-default-face)
17581         (ebrowse-member-attribute-face, ebrowse-member-class-face)
17582         (ebrowse-progress-face):
17583         New backward-compatibility aliases for renamed faces.
17584         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17585         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17586         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17587         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17589         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17590         antlr-syntax)
17591         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17592         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17593         names.
17594         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17595         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17596         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17597         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17598         backward-compatibility aliases for renamed faces.
17599         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17600         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17601         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17602         remove "font-lock-".  Use renamed antlr-mode faces.
17603         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
17604         literal face-names with face variable references.
17606         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17607         face name.
17608         (Buffer-menu-buffer-face): New backward-compatibility alias for
17609         renamed face.
17610         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17612 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
17614         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17615         Eliminate "-face" suffix.
17616         (makefile-targets): Inherit from font-lock-function-name-face and
17617         eliminate "-face" suffix.
17618         (makefile-shell): Remove attributes and eliminate "-face" suffix.
17619         (makefile-*-font-lock-keywords): Append makefile-targets in rule
17620         actions, instead of prepending, to make it less visible.
17621         (makefile-previous-dependency, makefile-match-dependency):
17622         Don't match a target on a continuation line.
17624         * files.el (auto-mode-alist): Put Makefile in gmake mode.
17626 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
17628         * progmodes/gdb-ui.el (menu): Re-order menu items.
17629         (gdb-tooltip-print): Respect tooltip-use-echo-area.
17631         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17632         Define in tooltip.el.
17633         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17634         (gud-tooltip-tips): Respect tooltip-use-echo-area and
17635         gud-tooltip-echo-area.
17637         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17638         backward compatibility and make obsolete.
17639         (tooltip-help-tips): Use tooltip-use-echo-area.
17640         (tooltip-show-help-function): Rename to...
17641         (tooltip-show-help): ...this, because it is a function.
17642         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17644 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
17646         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17647         (edebug-print-length, edebug-print-level, edebug-print-circle)
17648         (edebug-modify-breakpoint, edebug-eval-last-sexp)
17649         (edebug-eval-print-last-sexp): Doc fixes.
17651 2005-06-14  Kim F. Storm  <storm@cua.dk>
17653         * ido.el (ido-mode): Make a new keymap every time we enable ido,
17654         as the coverage buffer/file/both may change.
17656 2005-06-14  Lute Kamstra  <lute@gnu.org>
17658         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17659         and run-mode-hooks.  Simplify.
17661         * mail/rmailedit.el (rmail-edit-mode):
17662         * progmodes/octave-inf.el (inferior-octave-mode):
17663         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17665         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17666         and run-mode-hooks.
17667         (recentf-edit-list, recentf-open-files): Don't call
17668         kill-all-local-variables directly.
17670         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17672 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17674         * emacs-lisp/byte-run.el (make-obsolete)
17675         (define-obsolete-function-alias): Rename arguments FUNCTION and
17676         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17677         (make-obsolete-variable, define-obsolete-variable-alias):
17678         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17679         respectively.
17681         * isearchb.el (isearchb-activate):
17682         * pcvs.el (cvs-mode):
17683         * ses.el (ses-load):
17684         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17685         * net/tramp.el (tramp-find-file-exists-command)
17686         (tramp-find-shell):
17687         * progmodes/ada-mode.el (ada-create-case-exception)
17688         (ada-create-case-exception-substring, ada-make-subprogram-body):
17689         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17690         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17691         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17692         * textmodes/org.el (org-promote, org-evaluate-time-range)
17693         (org-agenda-next-date-line, org-agenda-previous-date-line)
17694         (org-agenda-error, org-open-at-point, org-table-move-row)
17695         (org-format-table-table-html-using-table-generate-source)
17696         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17697         * textmodes/reftex.el (reftex-access-scan-info):
17698         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17699         (reftex-toc-promote-prepare): Follow error conventions.
17701         * diff-mode.el (diff-mode): Fix typo in docstring.
17703         * forms.el (forms--intuit-from-file): Fix reference to
17704         `forms-number-of-fields' in error message.
17705         (forms-print): Fix quoting in error message.
17707         * forms.el (forms-mode):
17708         * emulation/vi.el (vi-goto-insert-state):
17709         * progmodes/flymake.el (flymake-new-err-info)
17710         (flymake-start-syntax-check-for-current-buffer)
17711         (flymake-simple-cleanup):
17712         * eshell/esh-var.el (eshell/export):
17713         * progmodes/gud.el (xdb):
17714         * textmodes/flyspell.el (flyspell-incorrect-hook)
17715         (flyspell-maybe-correct-transposition)
17716         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17718 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
17720         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17721         minibuffer prompt.
17723 2005-06-13  Kim F. Storm  <storm@cua.dk>
17725         * subr.el (add-to-ordered-list): New defun.
17727         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17728         add cua--keymap-alist to emulation-mode-map-alists.
17730 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17732         * subr.el (complete-in-turn): New macro.
17733         (dynamic-completion-table, lazy-completion-table): Add debug info.
17735         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17736         in preference to face aliases.
17738         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17739         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17740         Remove unused vars `start' and `firstline'.
17741         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17742         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17744 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
17746         * cus-start.el (all): Don't complain about missing GTK-related
17747         variables, unless either `gtk' is boundp or this isn't a
17748         `windows-nt' build.
17750 2005-06-13  Lute Kamstra  <lute@gnu.org>
17752         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17753         run-mode-hooks.
17755         * ediff-mult.el (ediff-meta-mode):
17756         * ediff-util.el (ediff-mode): Use run-mode-hooks.
17758         * ledit.el (ledit-mode): Use delay-mode-hooks.
17760         * woman.el (woman-mode-line-format): Delete constant.
17761         (woman-mode-map): Initialize it properly.
17762         (woman-mode): Set mode-class property to special.
17763         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
17764         Set major-mode and mode-name.  Don't set mode-line-format directly.
17765         (Man-getpage-in-background): Don't reference woman-mode-line-format.
17767         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17768         string argument obsolete.
17770 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
17772         * textmodes/org.el (org-CUA-compatible): New option.
17773         (org-disputed-keys): New variable.
17774         (org-key): New function.
17775         (orgtbl-make-binding): Add docstring to the created function.
17776         (org-mode): Set paragraph start/separate regexps.
17777         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17778         (org-archive-location, org-archive-mark-done)
17779         (org-archive-stamp-time): New options.
17780         (org-archive-subtree): New command.
17781         (org-fill-paragraph): New function.
17782         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17783         (org-fake-empty-table-line): Function removed.
17784         (org-format-org-table-html): Do not create empty table lines at
17785         separator lines.  Improved table header treatment.
17786         (org-link-format): New option.
17787         (org-make-link): New function.
17788         (org-insert-link, org-store-link): Use org-make-link.
17789         (org-open-file): Quote file name for shell command, to allow
17790         spaces in file names.
17791         (org-link-regexp): Fix bug with mailto link.
17792         (org-link-maybe-angles-regexp, org-protected-link-regexp):
17793         New constants.
17794         (org-export-as-html): Deal with the optional angles around a link.
17795         Better treatment of file: links.
17796         (org-open-at-point): Replace @{ and @} with < and >.
17797         (org-run-mode-hooks): Function removed.
17798         (org-agenda-mode): No longer use `org-run-mode-hooks'.
17800 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
17802         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17803         MI command -data-list-register-values.
17804         (gdb-post-prompt): Indent properly.
17806 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
17808         * hilit-chg.el (highlight-changes-colors): Rename from
17809         `highlight-changes-colours'.
17810         (highlight-changes-colours): Keep as obsolete alias.
17811         (highlight-changes-face-list): Doc fix.
17812         (hilit-chg-make-list): Use `highlight-changes-colors'.
17814 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
17816         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17817         defun-prompt-regexp.
17819 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
17821         * loadup.el: Don't say we are dumping under 2 names on windows-nt
17822         and cygwin.
17824         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17825         Don't use an old loaddefs.el, as in Makefile.in.
17827 2005-06-12  Lute Kamstra  <lute@gnu.org>
17829         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17831         * man.el (Man-mode-map): Initialize it properly.
17832         (Man-mode): Set mode-class property to special.
17834         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17836 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
17838         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17839         A newline is needed in the docstring there.
17841         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17842         Doc fixes.
17844 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17846         * printing.el: Doc fix.  The menubar is no more changed when printing
17847         is loaded, it only changes when pr-menu-bind or pr-update-menus is
17848         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
17849         (pr-version): New version number (6.8.4).
17850         (pr-menu-bind): New command.
17851         (pr-update-menus): Docstring and code fix.
17852         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17853         Docstring fix.
17854         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17855         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17857 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
17859         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17860         "Returns" to "return", document useful return values, etc.
17862 2005-06-11  Alan Mackenzie  <acm@muc.de>
17864         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17865         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17866         (adaptive-file-function): Minor amendment to doc-string.
17868 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17870         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17871         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17872         Fix :type--it is `integer', not `string'.
17874         * faces.el (modeline-highlight): Rename from (the erroneous)
17875         `modeline-higilight'.
17877 2005-06-11  Lute Kamstra  <lute@gnu.org>
17879         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17880         lisp-interaction-mode-map but make it the parent.
17881         (edebug-eval-mode): Use define-derived-mode.
17883 2005-06-11  Andreas Schwab  <schwab@suse.de>
17885         * bindings.el: Add binding of `ESC functionkey' for every
17886         `M-functionkey'.
17887         * hexl.el (hexl-mode-map): Likewise.
17889 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
17891         * progmodes/compile.el (compilation-error-regexp-alist-alist)
17892         [msft]: update regexp for newer msft compilers.
17894 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
17896         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17897         ATTLIST portions of included DTDs.
17898         (xml-parse-dtd): Eliminate use of inefficient match-data.
17900 2005-06-10  Miles Bader  <miles@gnu.org>
17902         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17903         (mpuz-text): Remove "-face" suffix from face names.
17904         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17905         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17906         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17908         * play/gomoku.el (gomoku-O, gomoku-X):
17909         Remove "-face" suffix from face names.
17910         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17911         New backward-compatibility aliases for renamed faces.
17912         (gomoku-font-lock-keywords): Use renamed gomoku faces.
17914 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
17916         * thumbs.el: Fixes for changes of 2005-06-09.
17917         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17918         as a directory.
17919         (thumbs-thumbname): Remove directory separator from format string;
17920         `thumbs-thumbsdir' now returns a valid directory name.
17921         (thumbs-temp-dir): New defsubst.
17922         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17923         Use it.
17925         * cus-edit.el (minibuffer):
17926         * files.el (make-backup-file-name-function):
17927         * filesets.el (filesets-external-viewers):
17928         * hilit-chg.el (highlight-changes-colours)
17929         (highlight-changes-face-list, highlight-changes-rotate-faces):
17930         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17931         * kmacro.el (kmacro-call-macro):
17932         * log-edit.el (log-edit-changelog-full-paragraphs):
17933         * mouse.el (mouse-1-click-follows-link):
17934         * skeleton.el (skeleton-autowrap):
17935         * subr.el (insert-for-yank-1):
17936         * tempo.el (tempo-insert-region):
17937         * terminal.el (terminal-emulator):
17938         * time.el (display-time-mail-face):
17939         * vc.el (vc-annotate):
17940         * vcursor.el (vcursor-copy-line):
17941         * woman.el (woman-bold-headings, woman-ignore)
17942         (woman-default-faces, woman-monochrome-faces):
17943         * calendar/todo-mode.el (todo-insert-threshold):
17944         * emulation/pc-select.el (pc-select-selection-keys-only)
17945         (pc-selection-mode):
17946         * emulation/vip.el (vip-find-char-forward):
17947         * emulation/viper-cmd.el (viper-find-char-forward):
17948         * international/mule-cmds.el
17949         (select-safe-coding-system-accept-default-p)
17950         (input-method-exit-on-invalid-key):
17951         * international/mule-diag.el (describe-coding-system):
17952         * international/ucs-tables.el (unify-8859-on-encoding-mode):
17953         * net/browse-url.el (browse-url-xterm-program):
17954         * obsolete/lazy-lock.el (lazy-lock-mode):
17955         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17956         (cperl-mode):
17957         * progmodes/cpp.el (cpp-face-light-name-list)
17958         (cpp-face-dark-name-list):
17959         * progmodes/delphi.el (delphi-newline-always-indents):
17960         Fix spellings in docstrings.
17962         * ido.el (ido-mode, ido-file-extensions-order)
17963         (ido-default-file-method, ido-default-buffer-method)
17964         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
17965         (ido-decorations, ido-read-file-name-as-directory-commands)
17966         (ido-read-file-name-non-ido, ido-work-directory-list)
17967         (ido-ignore-item-temp-list, ido-current-directory)
17968         (ido-magic-forward-char, ido-enter-find-file)
17969         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
17970         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
17972 2005-06-10  Lute Kamstra  <lute@gnu.org>
17974         * play/dunnet.el (dun-mode): Use define-derived-mode.
17975         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
17976         obsolete alias.
17978         * play/doctor.el (doctor-mode-map): Remove defvar.
17979         (doctor-mode): Use define-derived-mode.
17981         * mail/mspools.el (mspools-mode):
17982         * net/eudc-hotlist.el (eudc-hotlist-mode):
17983         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
17985 2005-06-10  Miles Bader  <miles@gnu.org>
17987         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17988         Remove "-face" suffix from face names.
17989         (flyspell-incorrect-face, flyspell-duplicate-face):
17990         New backward-compatibility aliases for renamed faces.
17991         (flyspell-mode-on, make-flyspell-overlay)
17992         (flyspell-highlight-incorrect-region)
17993         (flyspell-highlight-duplicate-region)
17994         (flyspell-display-next-corrections)
17995         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
17997         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
17998         from face name.
17999         (texinfo-heading-face): New backward-compatibility alias for
18000         renamed face.
18001         (texinfo-heading-face): Use renamed texinfo-heading face.
18003         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18004         suffix from face names.
18005         (tex-math-face, tex-verbatim-face):
18006         New backward-compatibility aliases for renamed faces.
18007         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18008         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18009         literal face name.
18011         * textmodes/table.el (table-cell): Remove "-face" suffix from face
18012         name.
18013         (table-cell-face): New backward-compatibility alias for renamed face.
18014         (table--put-cell-face-property, table--update-cell-face):
18015         Use renamed table-cell face.
18017         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18018         from face name.
18019         (sgml-namespace-face): New backward-compatibility alias for
18020         renamed face.
18021         (sgml-namespace-face): Use renamed sgml-namespace face.
18023         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18024         (org-level-4, org-level-5, org-level-6, org-level-7)
18025         (org-level-8, org-warning, org-headline-done)
18026         (org-deadline-announce, org-scheduled-today)
18027         (org-scheduled-previously, org-link, org-done, org-table)
18028         (org-time-grid): Remove "-face" suffix from face names.
18029         (org-level-1-face, org-level-2-face, org-level-3-face)
18030         (org-level-4-face, org-level-5-face, org-level-6-face)
18031         (org-level-7-face, org-level-8-face, org-warning-face)
18032         (org-headline-done-face, org-deadline-announce-face)
18033         (org-scheduled-today-face, org-scheduled-previously-face)
18034         (org-link-face, org-done-face, org-table-face)
18035         (org-time-grid-face):
18036         New backward-compatibility aliases for renamed faces.
18037         (org-level-faces, org-set-font-lock-defaults, org-timeline)
18038         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18039         (org-agenda-get-timestamps, org-agenda-get-scheduled)
18040         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18042         * emulation/viper-init.el (viper-search, viper-replace-overlay)
18043         (viper-minibuffer-emacs, viper-minibuffer-insert)
18044         (viper-minibuffer-vi): Remove "-face" suffix from face names.
18045         (viper-search-face, viper-replace-overlay-face)
18046         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18047         (viper-minibuffer-vi-face):
18048         New backward-compatibility aliases for renamed faces.
18049         (viper-search-face, viper-replace-overlay-face)
18050         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18051         (viper-minibuffer-vi-face): Use renamed viper faces.
18053         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18054         Remove "-face" suffix from face names.
18055         (testcover-nohits-face, testcover-1value-face):
18056         New backward-compatibility aliases for renamed faces.
18057         (testcover-mark): Use renamed testcover faces.
18059         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18060         face name.
18061         (diary-button-face): New backward-compatibility alias for renamed face.
18062         (diary-entry): Use renamed diary-button face.
18064         * calendar/calendar.el (diary, calendar-today, holiday)
18065         (mark-visible-calendar-date): Remove "-face" suffix from face names.
18066         (diary-face, calendar-today-face, holiday-face):
18067         New backward-compatibility aliases for renamed faces.
18068         (eval-after-load "facemenu", diary-entry-marker)
18069         (calendar-today-marker, calendar-holiday-marker, diary-face):
18070         Use renamed calendar faces.
18072         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18073         (compare-windows-face): New backward-compatibility alias for
18074         renamed face.
18075         (compare-windows-highlight): Use renamed compare-windows face.
18077         * strokes.el (strokes-char): Remove "-face" suffix from face name.
18078         (strokes-char-face): New backward-compatibility alias for renamed face.
18079         (strokes-encode-buffer): Use renamed strokes-char face.
18081         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18082         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18083         Remove "-face" suffix from face names.
18084         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18085         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18086         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18087         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18088         Use renamed pcvs faces.
18089         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18090         * pcvs-defs.el (cvs-mode-map): Likewise.
18091         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18093         * info.el (info-title-1, info-title-2, info-title-3)
18094         (info-title-4): Remove "-face" suffix from and downcase face names.
18095         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18096         (Info-title-4-face):
18097         New backward-compatibility aliases for renamed faces.
18098         (Info-fontify-node): Use renamed info faces.
18100         * hilit-chg.el (highlight-changes, highlight-changes-delete):
18101         Remove "-face" suffix from face names.
18102         (highlight-changes-face, highlight-changes-delete-face):
18103         New backward-compatibility aliases for renamed faces.
18104         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18105         (hilit-chg-make-list): Use renamed highlight-changes faces.
18107         * generic-x.el (show-tabs-tab, show-tabs-space):
18108         Remove "-face" suffix from face names.
18109         (show-tabs-tab-face, show-tabs-space-face):
18110         New backward-compatibility aliases for renamed faces.
18111         (show-tabs-generic-mode-font-lock-defaults-1)
18112         (show-tabs-generic-mode-font-lock-defaults-2):
18113         Use renamed show-tabs faces.
18115         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18116         (smerge-markers): Remove "-face" suffix from face names.
18117         (smerge-mine-face, smerge-other-face, smerge-base-face)
18118         (smerge-markers-face):
18119         New backward-compatibility aliases for renamed faces.
18120         (smerge-mine-face, smerge-other-face, smerge-base-face)
18121         (smerge-markers-face): Use renamed smerge faces.
18123         * log-view.el (log-view-file, log-view-message): Remove "-face"
18124         suffix from face names.
18125         (log-view-file-face, log-view-message-face):
18126         New backward-compatibility aliases for renamed faces.
18127         (log-view-file-face, log-view-message-face): Use renamed log-view
18128         faces.
18130         * paren.el (show-paren-match, show-paren-mismatch):
18131         Remove "-face" suffix from face names.
18132         (show-paren-match-face, show-paren-mismatch-face):
18133         New backward-compatibility aliases for renamed faces.
18134         (show-paren-function): Use renamed show-paren faces.
18136         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18137         (ruler-mode-margins, ruler-mode-fringes)
18138         (ruler-mode-column-number, ruler-mode-fill-column)
18139         (ruler-mode-comment-column, ruler-mode-goal-column)
18140         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18141         suffix from face names.
18142         (ruler-mode-default-face, ruler-mode-pad-face)
18143         (ruler-mode-margins-face, ruler-mode-fringes-face)
18144         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18145         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18146         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18147         New backward-compatibility aliases for renamed faces.
18148         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18149         (ruler-mode-column-number, ruler-mode-fill-column)
18150         (ruler-mode-comment-column, ruler-mode-goal-column)
18151         (ruler-mode-tab-stop, ruler-mode-current-column)
18152         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18153         faces.
18155         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18156         face name.
18157         (whitespace-highlight-the-space): Use renamed face.
18158         (whitespace-highlight-face): New backward-compatibility alias for
18159         renamed face.
18161         * woman.el (woman-italic, woman-bold, woman-unknown)
18162         (woman-addition, woman-symbol-face):
18163         Remove "-face" suffix from face names.
18164         (woman-italic-face, woman-bold-face, woman-unknown-face)
18165         (woman-addition-face):
18166         New backward-compatibility aliases for renamed faces.
18167         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18168         (woman-decode-region, woman-replace-match)
18169         (woman-display-extended-fonts, woman-special-characters)
18170         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18171         Use renamed woman faces.
18173         * longlines.el (longlines-visible-face): Face removed.
18175         * diff-mode.el (diff-header, diff-file-header, diff-index)
18176         (diff-hunk-header, diff-removed, diff-added, diff-changed)
18177         (diff-function, diff-context, diff-nonexistent): Remove "-face"
18178         suffix from face names.
18179         (diff-header-face, diff-file-header-face, diff-index-face)
18180         (diff-hunk-header-face, diff-removed-face, diff-added-face)
18181         (diff-changed-face, diff-function-face, diff-context-face)
18182         (diff-nonexistent-face): New backward-compatibility aliases for
18183         renamed faces.
18184         (diff-header-face, diff-file-header-face)
18185         (diff-index, diff-index-face, diff-hunk-header)
18186         (diff-hunk-header-face, diff-removed, diff-removed-face)
18187         (diff-added, diff-added-face, diff-changed-face, diff-function)
18188         (diff-function-face, diff-context-face, diff-nonexistent)
18189         (diff-nonexistent-face): Use renamed diff-mode faces.
18191         * progmodes/compile.el (compilation-warning-face)
18192         (compilation-info-face): Remove "-face" suffix from face names.
18193         (compilation-warning-face, compilation-info-face):
18194         New backward-compatibility aliases for renamed faces.
18195         (compilation-warning-face, compilation-info-face):
18196         Use renamed compilation faces.
18198         * add-log.el (change-log-date, change-log-name)
18199         (change-log-email, change-log-file, change-log-list)
18200         (change-log-conditionals, change-log-function)
18201         (change-log-acknowledgement): Remove "-face" suffix from face names.
18202         (change-log-date-face, change-log-name-face)
18203         (change-log-email-face, change-log-file-face)
18204         (change-log-list-face, change-log-conditionals-face)
18205         (change-log-function-face, change-log-acknowledgement-face):
18206         New backward-compatibility aliases for renamed faces.
18207         (change-log-font-lock-keywords): Use renamed change-log faces.
18209         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18210         (custom-set, custom-changed, custom-saved, custom-button)
18211         (custom-button-pressed, custom-documentation, custom-state)
18212         (custom-comment, custom-comment-tag, custom-variable-tag)
18213         (custom-variable-button, custom-face-tag, custom-group-tag-1)
18214         (custom-group-tag): Remove "-face" suffix from face names.
18215         (custom-magic-alist, custom-magic-value-create)
18216         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18217         (custom-invalid-face, custom-rogue-face, custom-modified-face)
18218         (custom-set-face, custom-changed-face, custom-saved-face)
18219         (custom-button-face, custom-button-pressed-face)
18220         (custom-documentation-face, custom-state-face)
18221         (custom-comment-face, custom-comment-tag-face)
18222         (custom-variable-tag-face, custom-variable-button-face)
18223         (custom-face-tag-face, custom-group-tag-face-1)
18224         (custom-group-tag-face):
18225         New backward-compatibility aliases for renamed faces.
18227         * wid-edit.el (widget-documentation, widget-button)
18228         (widget-field, widget-single-line-field, widget-inactive)
18229         (widget-button-pressed): "-face" suffix removed from face names.
18230         (widget-documentation-face, widget-button-face)
18231         (widget-field-face, widget-single-line-field-face)
18232         (widget-inactive-face, widget-button-pressed-face):
18233         New backward-compatibility aliases for renamed faces.
18234         (widget-documentation-face, widget-button-face)
18235         (widget-button-pressed-face, widget-specify-field)
18236         (widget-specify-inactive): Use renamed widget faces.
18238 2005-06-10  Kenichi Handa  <handa@m17n.org>
18240         * term/x-win.el (x-clipboard-yank): Remove condition-case
18241         wrapping.
18243 2005-06-11  Kenichi Handa  <handa@m17n.org>
18245         * add-log.el (change-log-font-lock-keywords): Make the regexp for
18246         date lines stricter.
18248 2005-06-10  Zhang Wei  <id.brep@gmail.com>
18250         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18251         of x-get-selection.
18253 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
18255         * comint.el (comint-mode, comint-snapshot-last-prompt):
18256         * frame.el (frame-current-scroll-bars):
18257         * term.el (term-mode, term-check-proc, term-input-sender)
18258         (term-simple-send, term-extract-string, term-word)
18259         (term-match-partial-filename):
18260         * window.el (window-current-scroll-bars):
18261         * emulation/cua-base.el (cua-normal-cursor-color)
18262         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18263         (cua-global-mark-cursor-color):
18264         * mail/undigest.el (rmail-forward-separator-regex):
18265         Fix typos in docstrings.
18267         * comint.el (comint-check-proc, make-comint-in-buffer)
18268         (comint-source-default): Doc fixes.
18270         * term.el (term-send-string): Improve argument/docstring consistency.
18272 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
18274         * comint.el (comint-send-input): Bind `inhibit-read-only' around
18275         call to `delete-region'.
18276         (comint-mode-hook): Do not enable Font Lock by default.
18278 2005-06-09  Lute Kamstra  <lute@gnu.org>
18280         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18281         could be void.
18283 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18285         * emacs-lisp/debug.el (debugger-will-be-back): New var.
18286         (debug): Use it.
18287         (debugger-step-through, debugger-continue, debugger-jump)
18288         (debugger-return-value): Set it when needed.
18289         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18290         Use inhibit-read-only.
18292 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
18294         * window.el (shrink-window-if-larger-than-buffer)
18295         (window-size-fixed): Fix typo in docstring.
18297         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
18298         thumbnails directory on loading.
18299         (thumbs-conversion-program): Use `eq' to check the system type,
18300         not `equal'.
18301         (thumbs-temp-dir): Initialize to `temporary-file-directory',
18302         not "/tmp".  Fix docstring.
18303         (thumbs-thumbsdir): New function to return the thumbnails
18304         directory, creating it if needed.
18305         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18306         (thumbs-temp-file): Delete variable and make it into a function.
18307         (thumbs-resize-image, thumbs-modify-image): Use it.
18308         (thumbs-kill-buffer): Simplify.
18309         (thumbs-gensym): Defalias or duplicate CL `gensym'.
18310         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18311         docstrings.
18313 2005-06-09  Kim F. Storm  <storm@cua.dk>
18315         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18316         set-match-data to free markers in match-data.
18318         * replace.el (replace-match-data): Pass RESEAT arg `t' to
18319         match-data to unchain markers in match-data.
18321 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18323         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18324         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
18325         unnecessary now.
18327 2005-06-08  Richard M. Stallman  <rms@gnu.org>
18329         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18330         give the variable a doc string that doesn't say don't set it directly.
18332         * textmodes/ispell.el (ispell-check-version):
18333         Use match-string-no-properties.
18334         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18335         (ispell-buffer-local-words): Likewise.
18337         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18338         except on terminals with enough colors to really display it.
18339         (makefile-dependency-regex): Delete spurious `bb'.
18341         * faces.el (escape-glyph): Use blue once again in last case.
18342         (no-break-space): Redefine so that it isn't invisible on a tty.
18344 2005-06-08  Kim F. Storm  <storm@cua.dk>
18346         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18347         also when reading directory name.
18349 2005-06-08  Lute Kamstra  <lute@gnu.org>
18351         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18352         (flyspell-mode-line-string): Remove autoload cookie.
18353         (flyspell-mode): Remove defvar.
18355 2005-06-07  Lute Kamstra  <lute@gnu.org>
18357         * textmodes/org.el (org-run-mode-hooks): New function.
18358         (org-agenda-mode): Use it.
18360 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
18362         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18364 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18366         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18368 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
18370         * font-lock.el (font-lock-add-keywords): Doc fix.
18372 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18374         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18375         (tex-compile-default): In the absence of any history, use the order in
18376         tex-compile-alist to choose the preferred command.
18377         (tex-compile-commands): Reorder a bit.
18379         * textmodes/flyspell.el (flyspell-auto-correct-binding)
18380         (flyspell-incorrect-face, flyspell-duplicate-face):
18381         Use (X)Emacs-agnostic code.
18382         (flyspell-mode-map): Don't overwrite at each load.  Remove code
18383         redundant with the subsequent add-minor-mode.  Merge Emacs and
18384         XEmacs code.
18385         (flyspell-word): Minor simplification.
18386         (flyspell-math-tex-command-p): Quieten the byte-compiler.
18387         (flyspell-external-point-words): Remove unused vars `size' and `start'.
18388         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18389         Merge the corresponding Emacs code.
18390         (flyspell-correct-word, flyspell-xemacs-popup):
18391         Use flyspell-do-correct.
18393         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18394         a dedicated window.
18396         * international/latexenc.el (latexenc-find-file-coding-system):
18397         Undo part of last patch, to turn off a compiler warning.
18399 2005-06-06  Juri Linkov  <juri@jurta.org>
18401         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18402         Rename `tmm-inactive-face' to `tmm-inactive'.
18404 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
18406         * iswitchb.el: Rename faces.
18408 2005-06-06  Kim F. Storm  <storm@cua.dk>
18410         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18411         (cua-global-mark): Remove -face suffix from face names.
18413         * emulation/cua-gmrk.el (cua--init-global-mark):
18414         Remove cua-global-mark face setup.
18416 2005-06-06  Richard M. Stallman  <rms@gnu.org>
18418         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18419         just like other allowed characters.
18420         (makefile-match-dependency): Exclude leading and training whitespace
18421         from the range of regexp subexp 1.
18422         (makefile-macroassign-regex): Don't try to match the body,
18423         just the name of the macro being defined.
18425         * info.el (Info-read-node-name-2): New function.
18426         (Info-read-node-name-1): Use that.
18427         Add a completion-base-size-function property.
18429         * simple.el (completion-setup-function): Look for
18430         completion-base-size-function property of minibuffer-completion-table.
18432         * files.el (locate-file-completion): Doc fix.
18434         * printing.el: Don't call pr-update-menus; user must do that.
18436         * emacs-lisp/debug.el (debugger-window): New variable.
18437         (debug): Use debugger-window if it is set and still alive.
18438         Record debugger-window for next entry.
18440         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18442 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
18444         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18445         (hack-one-local-variable, hack-local-variables)
18446         (hack-local-variables-prop-line): Pass that arg.
18448 2005-06-06  Kim F. Storm  <storm@cua.dk>
18450         * ido.el (ido-first-match, ido-only-match, ido-subdir)
18451         (ido-indicator): Remove -face suffix from face names.
18453 2005-06-06  Juri Linkov  <juri@jurta.org>
18455         * font-lock.el (font-lock-regexp-backslash)
18456         (font-lock-regexp-backslash-construct): New faces.
18457         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
18458         after `('.  Add `while-no-input' to control structures.
18460         * faces.el (no-break-space, shadow): New faces.
18461         (escape-glyph): Use less loud colors pink2 and red4.
18463         * diff-mode.el (diff-context-face)
18464         * dired.el (dired-ignored)
18465         * rfn-eshadow.el (file-name-shadow)
18466         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18468         * info.el (Info-title-1-face): Use green instead of yellow because
18469         bold yellow is not readable on light backgrounds.
18471         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18472         before selecting the desired mode to not spend time fontifying
18473         old contents.
18475 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
18477         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18478         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18480         * ps-print.el (ps-default-fg, ps-default-bg):
18481         Fix typos in docstrings.
18483         * isearchb.el (isearchb): Don't pass a spurious second argument to
18484         `iswitchb-completions'.
18486 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
18488         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18489         to preserve point.
18490         (gdb-find-file-hook): Add doc string.
18492         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18493         C dereferenced pointer expression.
18494         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
18496         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18498         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18499         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18500         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18501         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18502         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18503         Make background transparent.
18505 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18507         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
18508         (font-lock-remove-keywords): Doc fix.
18509         (font-lock-mode-major-mode): Compiler defvar.
18510         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18512         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18513         (font-lock-mode): Update `font-lock-mode-major-mode'.
18514         (font-lock-set-defaults): Compiler defvar.
18515         (font-lock-default-function): Take `font-lock-mode-major-mode'
18516         into account.
18518         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18519         keep track of which major mode it enabled the minor mode for.
18520         Use find-file-hook again.  Update docstring.
18522         * simple.el (eval-expression-print-level)
18523         (eval-expression-print-length, eval-expression-debug-on-error):
18524         Doc fixes.
18526 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
18528         * iswitchb.el (iswitchb-single-match-face)
18529         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18530         (iswitchb-invalid-regexp-face): New faces.
18531         (iswitchb-completions): Use them.
18532         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18533         now marked as an obsolete alias.
18534         (iswitchb-read-buffer): Remove check for bound font variables.
18535         (iswitchb-invalid-regexp): New free variable.
18536         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18537         set iswitchb-invalid-regexp.
18538         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18539         invalid regexps.
18540         (iswitchb-completions): Add check for complete match when entering
18541         a regexp.
18542         (iswitchb-completions): Remove require-match argument.
18543         (iswitchb-exhibit): Fix caller.
18544         (iswitchb-common-match-inserted): New variable.
18545         (iswitchb-complete, iswitchb-completion-help): Use it.
18547 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
18549         * url-http.el (url-http-chunked-encoding-after-change-function):
18550         Use `url-http-debug' instead of `message'.
18552 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
18554         * url-http.el (url-http-parse-headers): Pass redirected URL as a
18555         callback argument.
18557 2005-06-04  Kim F. Storm  <storm@cua.dk>
18559         * simple.el (line-move): Only call sit-for when moving backwards.
18561         * ido.el (ido-make-merged-file-list-1): New defun split from
18562         ido-make-merged-file-list.
18563         (ido-make-merged-file-list): Bind throw-on-input around call to
18564         ido-make-merged-file-list-1.  Return input-pending-p if
18565         interrupted by more input available.
18566         (ido-read-internal): Handle input-pending-p return value from
18567         ido-make-merged-file-list.
18569 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18571         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18572         compatibility code.
18574         * international/latexenc.el (latexenc-find-file-coding-system):
18575         Don't inherit the EOL part of the coding-system from the
18576         tex-main buffer.  Fit within 80 columns.
18578 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
18580         * tmm.el (tmm-inactive-face): New face.
18581         (tmm-remove-inactive-mouse-face): New function.
18582         (tmm-prompt, tmm-add-one-shortcut)
18583         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18584         but not selectable.
18586 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
18588         * faces.el (face-equal): Improve argument/docstring consistency.
18590 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
18592         * progmodes/make-mode.el (makefile-targets-face)
18593         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18594         (makefile-bsdmake-dependency-regex)
18595         (makefile-makepp-rule-action-regex)
18596         (makefile-bsdmake-rule-action-regex): New constants.
18597         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18599         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18600         Allow (...) within `...' for makepp messages.
18602 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
18604         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18606         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18607         "." files are deleted from all file lists before comparison.
18609         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18610         (viper-ESC-key): Made them customizable.
18612         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18614 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
18616         * autorevert.el (auto-revert-buffers): Use save-match-data.
18618 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18620         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18621         menu items with a nil command binding.
18623 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
18625         * emacs-lisp/cl-macs.el (defsetf):
18626         Improve argument/docstring consistency.
18628         * faces.el (list-faces-display): Improve the formatting by
18629         computing the maximum length required for any face-name (reworked
18630         patch of 1999-01-11, accidentally deleted on 1999-07-21).
18631         (internal-find-face): Remove redundant info in docstring.
18633 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
18635         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18636         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18637         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18638         (gdb-assembler-custom): Improve regexps.
18639         (def-gdb-auto-update-handler): Use window point to preserve point.
18641 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18643         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18645 2005-05-31  Jay Belanger  <belanger@truman.edu>
18647         * calc/calc-embed.el (calc-embedded-word): Change argument passed
18648         to calc-embedded.
18649         (calc-embedded-make-info): Have plain prefix argument select
18650         entire line.
18652 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
18654         * faces.el (list-faces-display): Signal error if passed a regexp
18655         that matches no face name.
18657         * simple.el (filter-buffer-substring): Fix typo in docstring.
18659 2005-05-31  Richard M. Stallman  <rms@gnu.org>
18661         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18662         (vhdl-emacs-21): Doc fix.
18663         (vhdl-mode): Unconditionally set comment-padding.
18664         (vhdl-fixup-whitespace-region): Insert spaces only where
18665         there are none.
18666         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18668 2005-05-30  John Wiegley  <johnw@newartisans.com>
18670         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18671         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18672         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18673         `directory-sep-char' to ?/, and all uses of `string-to-int' to
18674         `string-to-number'.
18676 2005-05-30  Jay Belanger  <belanger@truman.edu>
18678         * calc/calc.el (calc-bug-address): Fix docstring.
18679         (calc-window-hook, calc-trail-window-hook): New variables.
18680         (calc-trail-display): Restore use of calc-trail-window-hook.
18681         (calc): Restore use of calc-window-hook.
18683 2005-05-31  Masatake YAMATO  <jet@gyve.org>
18685         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18687         * help-fns.el (help-C-file-name): Add autoload mark for
18688         `find-function-noselect'.
18690 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18692         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18693         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18695 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18697         * calendar/diary-lib.el (mark-included-diary-files): Only kill
18698         included diary buffer if it was not already being visited.
18699         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18701         * calendar/icalendar.el (top-level): Do not require appt.
18703         * mail/supercite.el (sc-select-attribution): Only use a list
18704         element from sc-attrib-selection-list if it returns a string.
18705         Reported by Davide G. M. Salvetti <salve@debian.org>.
18707 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
18709         * thumbs.el (thumbs-thumbname): The resulting thumbname now
18710         includes a hash value to improve its uniqueness, and has a ".jpg"
18711         extension.  Also, it is now a valid filename on all systems.
18712         (thumbs-make-thumb): Use `let', not `let*'.
18713         (thumbs-show-thumbs-list): Check for JPEG availability.
18715 2005-05-30  Richard M. Stallman  <rms@gnu.org>
18717         * filesets.el (filesets-menu-ensure-use-cached):
18718         Prevent warning when emacs-version>= is undefined.
18720         * printing.el (pr-interactive-n-up): Use string-to-number.
18722         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18724         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18725         Warn only when name to be defined is quoted.
18727 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
18729         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18730         Make regexp more robust.
18731         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18732         Force regeneration of disassembly.
18734 2005-05-29  Jay Belanger  <belanger@truman.edu>
18736         * calc/calc.el (calc-user-invocation): Check if
18737         calc-invocation-macro is non-nil.
18739 2005-05-29  Juri Linkov  <juri@jurta.org>
18741         * add-log.el (change-log-font-lock-keywords):
18742         Add `+' to e-mail regexp to accept mail address with keywords.
18744         * man.el (Man-name-regexp): Add `:' to accept qualified names.
18746 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
18748         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18750         * ielm.el (inferior-emacs-lisp-mode): Ditto.
18752 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18754         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18755         Undo the change that moves to end of the current word.
18757 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
18759         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18760         Throw error when count <= 0 to ensure input is a number.
18761         (gdb-read-memory-custom): Pick up address from buffer.
18762         (gdb-memory-mode): Allow user to increment and decrement
18763         memory address from header line.
18765 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18767         * flyspell.el (flyspell-version): Function deleted.
18768         (flyspell-auto-correct-previous-hook): Doc fix.
18770         * jit-lock.el (jit-lock-function, jit-lock-after-change):
18771         Do nothing if memory is full.
18773         * font-lock.el (font-lock-fontify-syntactically-region):
18774         Pass t for GREEDY to looking-back.
18776         * saveplace.el (save-place-alist-to-file): Write the file
18777         using write-region.
18779         * subr.el (looking-back): New argument GREEDY.
18781         * progmodes/compile.el (compilation-start): Set the mode
18782         before inserting the initial text.
18784         * progmodes/which-func.el (which-func-update-1): Turn the mode
18785         off in case of error by setting which-func-mode.
18787 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
18789         * flyspell.el (flyspell-auto-correct-previous-word):
18790         Narrow down to what's on the screen, and recenter overlays
18791         at the end of the next word.
18793 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
18795         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18796         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18797         (flyspell-abbrev-p): Default to nil.
18798         (flyspell-use-global-abbrev-table-p): Doc fix.
18799         (flyspell-large-region): Allow nil as value.
18800         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18802         (mail-mode-flyspell-verify): More robust handling
18803         of `mail-header-separator'.  More efficient signature detection.
18804         Allow for regexp metacharacters in message-header-separator.
18805         Adding `To' not to be checked in mail-mode-flyspell-verify.
18807         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18808         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18809         Bind flyspell-auto-correct-binding.
18810         Bind C-. and C-, .
18811         (flyspell-mode-map): Likewise.
18812         (flyspell-mode): Doc fix.
18813         (flyspell-accept-buffer-local-defs): Preserve current buffer.
18814         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18815         (flyspell-word-cache-result): New var, always local.
18816         (flyspell-check-pre-word-p): Doc fix.
18817         (flyspell-check-changed-word-p): Handle spc like newline.
18818         (flyspell-post-command-hook): Set flyspell-word-cache-result.
18819         (flyspell-word-search-backward, flyspell-word-search-forward):
18820         New functions.
18821         (flyspell-word): Return t if nothing to check.
18822         When parsing TeX code, check for after } or \.
18823         Use flyspell-word-search-backward to find previous word.
18824         Return nil if duplicated word.
18825         For word already checked, return same value as last time.
18826         Set flyspell-word-cache-result after checking.
18827         Don't clobber the return value.
18828         (flyspell-get-word): Major rewrite.
18829         (flyspell-external-point-words): New locals pword, pcount.
18830         Fix size used in progress message.
18831         Find the proper corresponding word in flyspell-large-region-buffer.
18832         (flyspell-region): Check for flyspell-large-region = nil.
18833         (flyspell-highlight-incorrect-region): Clean up overlays in region.
18834         (flyspell-auto-correct-word): Check that WORD is a cons.
18835         (flyspell-correct-word): Likewise.
18837 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
18839         * progmodes/make-mode.el (makefile-rule-action-regex)
18840         (makefile-macroassign-regex, makefile-makepp-mode)
18841         (makefile-bsdmake-mode): Continuation lines may be empty.
18842         Reported by Joshua Varner.
18843         (makefile-makepp-font-lock-keywords): Add $(stem).
18845 2005-05-28  Karl Berry  <karl@gnu.org>
18847         * textmodes/tex-mode.el: Now that tex-send-command calls
18848         shell-quote-argument (2005-03-31 change), remove all calls to
18849         shell-quote-argument; they all end up invoking tex-send-command.
18850         The double quoting loses on filenames with non-safe characters,
18851         such as "@".  Reported by Frederik Fouvry.
18853 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
18855         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18856         about preserving point.
18858 2005-05-27  Jay Belanger  <belanger@truman.edu>
18860         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18861         Info-goto-node.
18863         * calc/calc-embed.el (calc-embed-arg): New variable.
18864         (calc-do-embedded-activate, calc-embedded-activate-formula)
18865         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18866         variable by new variable.
18867         (calc-embedded-make-info): Replace undeclared variable by new
18868         variable.  When selecting region with positive prefix
18869         argument, use end of previous line instead of beginning of line.
18871         * calc/calc-aent.el (calc-arg-values): Declare it.
18873         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18874         Declare them.
18876         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18878         * calc/calc.el (calc-alg-map): Declare it.
18880         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18882 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
18884         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18885         (gdb-registers-buffer, toggle-gdb-all-registers):
18886         Toggle display of floating point registers.
18887         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18889         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
18890         (toggle-gud-tooltip-dereference):
18891         Rename from gud-toggle-tooltip-dereference.
18893 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18895         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18897 2005-05-27  Jay Belanger  <belanger@truman.edu>
18899         * calc/calc-prog.el (calc-kbd-report): Remove.
18900         (calc-kbd-query): Rewrite.
18902 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
18904         * image.el (image-library-alist): Move to image.c.
18905         (image-type-available-p): Doc fix.
18907 2005-05-27  Lute Kamstra  <lute@gnu.org>
18909         * calc/calc.el (calc):
18910         * outline.el (outline-1, outline-2, outline-3, outline-4)
18911         (outline-5, outline-6, outline-7, outline-8):
18912         * textmodes/dns-mode.el (dns-mode):
18913         * textmodes/sgml-mode.el (sgml-namespace-face):
18914         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18915         (tex-verbatim-face, tex-use-reftex):
18916         * textmodes/texinfo.el (texinfo-heading-face):
18917         Specify customization group.
18919         * longlines.el: Don't require easy-mmode.
18920         (longlines-visible-face): Specify customization group.
18922 2005-05-27  Kenichi Handa  <handa@m17n.org>
18924         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18925         encoding table of windows-1251.
18927         * international/ucs-tables.el (ucs-set-table-for-input):
18928         If translation-table-for-input of a coding system is a symbol, get
18929         its translation-table property.
18931         * international/code-pages.el: Don't register a coding system into
18932         non-iso-charset-alist more than once.
18933         (cp-make-coding-system): Likewise.
18935 2005-05-26  John Wiegley  <johnw@newartisans.com>
18937         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18938         `eshell-resume-eval' is wrapped in a list, it indicates that the
18939         command was run asynchronously.  In that case, unwrap the value
18940         before checking the delimiter value.
18942         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18943         character before a space at the end of a line is \, assume the space
18944         is part of the last argument rather than a final argument separator.
18946         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18947         is in use, and the target is `t' or `nil' (which are the most common
18948         values), don't assume that the symbol target is a buffer.
18950 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18952         * calendar/calendar.el (calendar-mode-line-format):
18953         Use mode-line-highlight as mouse-face.
18955         * time.el (display-time-string-forms, display-time-update):
18956         Use mode-line-highlight as mouse-face.
18958 2005-05-26  Jay Belanger  <belanger@truman.edu>
18960         * calc/calc.el (calc-language-alist): Remove extra defvar.
18962 2005-05-26  Lute Kamstra  <lute@gnu.org>
18964         * arc-mode.el (archive-mode):
18965         * bookmark.el (bookmark-read-annotation-mode)
18966         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
18967         * bs.el (bs-mode):
18968         * calc/calc-yank.el (calc-edit-mode):
18969         * calc/calc.el (calc-mode, calc-trail-mode):
18970         * calculator.el (calculator-mode):
18971         * chistory.el (command-history-mode):
18972         * comint.el:
18973         * cus-edit.el (custom-mode):
18974         * descr-text.el (describe-text-mode):
18975         * ebuff-menu.el (Electric-buffer-menu-mode):
18976         * ediff-util.el (ediff-mode):
18977         * emacs-lisp/re-builder.el (reb-mode):
18978         * emulation/vi.el (vi-mode-setup):
18979         * emulation/ws-mode.el (wordstar-mode):
18980         * eshell/esh-mode.el (eshell-mode):
18981         * forms.el (forms-mode):
18982         * help-mode.el (help-mode):
18983         * hexl.el (hexl-mode):
18984         * ibuffer.el (ibuffer-mode):
18985         * ielm.el (inferior-emacs-lisp-mode):
18986         * info.el (Info-mode, Info-edit-mode):
18987         * international/swedish.el:
18988         * ledit.el (ledit-from-lisp-mode):
18989         * locate.el (locate-mode):
18990         * mail/rmail.el (rmail-mode):
18991         * mail/rmailedit.el (rmail-edit-mode):
18992         * mail/rmailsum.el (rmail-summary-mode):
18993         * mail/supercite.el (sc-electric-mode):
18994         * net/eudc.el (eudc-mode):
18995         * net/quickurl.el (quickurl-list-mode):
18996         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
18997         * obsolete/ooutline.el (outline-mode):
18998         * obsolete/options.el (Edit-options-mode):
18999         * obsolete/rnews.el (news-mode):
19000         * obsolete/rnewspost.el (news-reply-mode):
19001         * play/5x5.el (5x5-mode):
19002         * play/decipher.el (decipher-mode, decipher-stats-mode):
19003         * play/gomoku.el (gomoku-mode):
19004         * play/snake.el (snake-mode):
19005         * play/solitaire.el (solitaire-mode):
19006         * play/tetris.el (tetris-mode):
19007         * progmodes/ada-mode.el (ada-mode):
19008         * progmodes/antlr-mode.el (antlr-mode):
19009         * progmodes/autoconf.el (autoconf-mode):
19010         * progmodes/dcl-mode.el (dcl-mode):
19011         * progmodes/delphi.el (delphi-mode):
19012         * progmodes/ebrowse.el (ebrowse-tree-mode)
19013         (ebrowse-electric-list-mode, ebrowse-member-mode)
19014         (ebrowse-electric-position-mode):
19015         * progmodes/f90.el (f90-mode):
19016         * progmodes/fortran.el (fortran-mode):
19017         * progmodes/icon.el (icon-mode):
19018         * progmodes/idlw-help.el (idlwave-help-mode):
19019         * progmodes/idlw-shell.el (idlwave-shell-mode):
19020         * progmodes/idlwave.el (idlwave-mode):
19021         * progmodes/inf-lisp.el (inferior-lisp-mode):
19022         * progmodes/m4-mode.el (m4-mode):
19023         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19024         * progmodes/modula2.el (modula-2-mode):
19025         * progmodes/octave-inf.el (inferior-octave-mode):
19026         * progmodes/octave-mod.el (octave-mode):
19027         * progmodes/pascal.el (pascal-mode):
19028         * progmodes/sh-script.el (sh-mode):
19029         * progmodes/sql.el (sql-mode, sql-interactive-mode):
19030         * progmodes/vhdl-mode.el (vhdl-mode):
19031         * progmodes/xscheme.el (scheme-interaction-mode):
19032         * replace.el (occur-mode):
19033         * ses.el (ses-mode):
19034         * simple.el (completion-list-mode):
19035         * skeleton.el:
19036         * speedbar.el (speedbar-mode):
19037         * term.el (term-mode):
19038         * terminal.el (terminal-edit-mode):
19039         * textmodes/reftex-index.el (reftex-index-mode)
19040         (reftex-index-phrases-mode):
19041         * textmodes/reftex-sel.el (reftex-select-label-mode)
19042         (reftex-select-bib-mode):
19043         * textmodes/reftex-toc.el (reftex-toc-mode):
19044         * wdired.el (wdired-change-to-wdired-mode):
19045         * wid-browse.el (widget-browse-mode):
19046         Use run-mode-hooks.
19048         * array.el (array-mode):
19049         * calendar/todo-mode.el (todo-mode):
19050         * man.el (Man-mode):
19051         * play/landmark.el (lm-mode):
19052         * play/mpuz.el (mpuz-mode):
19053         Use kill-all-local-variables and run-mode-hooks.
19055         * subr.el (delay-mode-hooks): Specify indentation.
19057 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
19059         * xml.el (xml-substitute-special): Don't die for undefined xml
19060         entities.
19062 2005-05-26  Jay Belanger  <belanger@truman.edu>
19064         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19065         of nil.
19067 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
19069         * progmodes/gdb-ui.el (gdb-frame-address):
19070         Rename from gdb-current-address.
19071         (gdb-previous-frame-address): Rename from gdb-previous-address.
19072         (gdb-selected-frame): Rename from gdb-current-frame.
19073         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19074         (gdb-frame-number): Rename from gdb-current-stack-level.
19075         (gdb-ann3): Match new mode-name for disassembly buffer.
19076         Extend initialization of variables.
19077         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19078         (gdb-memory-mode): Use mouse-face in header line.
19079         (gdb-assembler-buffer-name): Call it disassembly and give frame
19080         in mode line.
19081         (gdb-source-spec-regexp, gdb-assembler-custom)
19082         (gdb-invalidate-assembler, gdb-frame-handler):
19083         Make robust to leading zeroes in address format.
19085 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
19087         * textmodes/org.el (org-mode): Use `define-derived-mode' to
19088         define `org-mode'.
19089         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19091 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19093         * log-edit.el (log-edit-changelog-entries): Distinguish between
19094         filenames like xfns.c and fns.c.
19096 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
19098         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19099         point after reverting.
19100         (Buffer-menu-make-sort-button): Handle the case where
19101         `Buffer-menu-use-header-line' is nil.
19103 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
19105         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19106         New funcs.  In minibuffer-local-completion-map bind `]', `/'
19107         and `:' to them.
19109 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19111         * startup.el (normal-top-level): Allow modification of load-path while
19112         we're iterating over it.
19114 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
19116         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19117         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19118         (thumbs-resize-interactive, thumbs-insert-image)
19119         (thumbs-insert-thumb, thumbs-dired-show-marked)
19120         (thumbs-find-image-at-point, thumbs-delete-images)
19121         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19122         (thumbs-increment-image-size, thumbs-decrement-image-size):
19123         Fix typos in docstrings.
19125 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
19127         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19128         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19129         (cperl-mode): Use them.
19131 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
19133         * window.el (quit-window, shrink-window-if-larger-than-buffer):
19134         Doc fixes.
19136 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
19138         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19139         Bind C-d to gdb-inferior-io-eof.
19141         * dired.el (dired-dnd-popup-notice): Use message-box.
19143 2005-05-23  Masatake YAMATO  <jet@gyve.org>
19145         * bindings.el (mode-line-major-mode-keymap):
19146         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19148         * faces.el (mode-line-highlight): New face.
19150         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19151         as mouse-face.
19153         * bindings.el (top-level, help-echo, mode-line-modified)
19154         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19155         as mouse-face.
19157 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
19159         * progmodes/cc-engine.el (c-guess-basic-syntax):
19160         Remove spurious call to `zerop'.
19162         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19164 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
19166         CC Mode update to 5.30.10:
19168         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19169         could go past the limit in decoration level 2, thereby causing
19170         errors during interactive fontification.
19172         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19173         the file is evaluated interactively.
19175         * cc-engine.el (c-guess-basic-syntax): Handle operator
19176         declarations somewhat better in C++.
19178         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19179         make use of `run-mode-hooks' which has been added in Emacs 21.1.
19180         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19181         (awk-mode): Use it.
19182         (make-local-hook): Suppress warning about obsoleteness.
19184         * cc-engine.el, cc-align.el, cc-cmds.el
19185         (c-append-backslashes-forward, c-delete-backslashes-forward)
19186         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19187         Compensate for return value from `forward-line' when it has moved
19188         but not to a different line due to eob.
19190         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19191         `objc-method-intro' and `objc-method-args-cont'.
19193 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
19195         CC Mode update to 5.30.10:
19197         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19198         in the copyright statement.  Incidentally, change "along with GNU
19199         Emacs" to "along with this program" where it occurs.
19201         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19202         so that it is interactive, hence can be found by M-x awk-mode
19203         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
19204         <gmorris+emacs@ast.cam.ac.uk>.
19206         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19207         Mode's regexps.
19209 2005-05-23  Kevin Ryde  <user42@zip.com.au>
19211         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19212         c-parse-state, to avoid a lisp error (on bad code).
19214 2005-05-23  Lute Kamstra  <lute@gnu.org>
19216         * subr.el (font-lock-defaults): Remove defvar as it's already
19217         defined in font-core.el.
19219         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19221 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
19223         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19224         more general and work when GDB variable "print pretty" is on,
19225         as with Emacs, for example.
19227 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
19229         * font-core.el: Update comment.
19231         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19232         Use `after-change-major-mode-hook' instead of `find-file-hook'.
19234         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19236 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
19238         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19239         and `yank-handler' in the doc strings.
19241 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19243         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
19245 2005-05-22  Richard M. Stallman  <rms@gnu.org>
19247         * help.el (describe-key): Move print-help-return-message call
19248         out of conditional.
19250         * progmodes/etags.el (list-tags): Use with-no-warnings.
19252         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19253         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19254         (starttls-extra-args, starttls-extra-arguments): Add defvars.
19256         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19258         * language/viet-util.el (viet-viscii-nonascii-translation-table):
19259         Add defvar.
19261         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19262         Use defvar, not defconst.
19264         * hexl.el (hexl-follow-line): Use with-no-warnings.
19266         * emulation/tpu-extras.el: Use write-file-functions instead of
19267         write-file-hooks.
19269         * dired.el (dired-font-lock-keywords): Fontify files with junk
19270         extensions even if marked by -F.
19272 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
19274         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19275         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19276         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19277         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19278         (concatenate, list-length, get*, getf, cl-remprop):
19279         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19280         (etypecase, progv, lexical-let, lexical-let*)
19281         (multiple-value-bind, multiple-value-setq, shiftf):
19282         Improve argument/docstring consistency.
19284         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19286 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
19288         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19289         doesn't exist.
19291         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
19292         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19294 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
19296         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19297         already deleted variables: auto-fill-hook, blink-paren-hook,
19298         lisp-indent-hook, inhibit-local-variables, unread-command-event,
19299         suspend-hooks, comment-indent-hook, meta-flag,
19300         before-change-function, after-change-function,
19301         font-lock-doc-string-face.
19303 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
19305         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19307 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
19309         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19310         rmail-dont-reply-to.
19312 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19314         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19315         literal blank when splitting new-header-values.
19317 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
19319         * calendar/cal-menu.el (cal-menu-update): Add separator as a
19320         string so that tmm doesn't create a completion entry for it.
19322         * textmodes/table.el (table-disable-menu): Ditto.
19324 2005-05-21  Richard M. Stallman  <rms@gnu.org>
19326         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19328         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19330         * net/rcompile.el (remote-compile): Use compilation-start.
19332         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19334 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
19336         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19337         Default to makefile-bsdmake-mode on BSD systems.
19339         * imenu.el (imenu-generic-expression, imenu--generic-function'):
19340         REGEXP may also be a search function now.  The part of doc-string
19341         for describing the structure was 95% identical to that of
19342         `imenu--generic-function'.  Unify it there.
19344         * progmodes/make-mode.el (makefile-imenu-generic-expression):
19345         Use function to find dependencies, because regexp alone is so complex,
19346         it easily goes into an endless loop.
19347         (makefile-makepp-mode): Also add submenu for Perl functions
19348         defined in the makefile.
19349         (makefile-bsdmake-mode): Special imenu-generic-expression no
19350         longer needed, due to function call.
19351         (makefile-match-dependency): Take BOUND into account when checking
19352         if we're through.
19354 2005-05-20  Jay Belanger  <belanger@truman.edu>
19356         * calc/calc-units.el (calc-invalidate-units-table):
19357         Use inhibit-read-only.
19358         (math-build-units-table-buffer): Use view-mode.
19360 2005-05-20  David Kastrup  <dak@gnu.org>
19362         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19363         easy-menu-add is not a nop on Emacs; and clarify when to call it.
19365 2005-05-20  Lute Kamstra  <lute@gnu.org>
19367         * diff-mode.el (diff-header-face, diff-file-header-face)
19368         (diff-index-face, diff-hunk-header-face, diff-removed-face)
19369         (diff-added-face, diff-changed-face, diff-function-face)
19370         (diff-context-face, diff-nonexistent-face): Put them in the
19371         diff-mode customization group.
19373 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19375         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19377         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19379         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19380         Minor regexp-optimization.
19382 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
19384         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19385         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19386         (org-agenda-add-time-grid-maybe): New function.
19387         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19388         (org-table-create): `dotimes' instead of `mapcar'.
19389         (org-xor): Simplify implementation.
19390         (org-agenda): `inhibit-redisplay' turned on.
19391         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19392         a consistent line after a state change.
19393         (org-agenda-remove-times-when-in-prefix): New option.
19394         (org-prefix-has-time): New variable.
19395         (org-parse-time-string): Optional argument NODEFAULT.
19396         (org-format-agenda-item): Parse items for time-of-day
19397         specifications and move these into the prefix if possible.
19398         (org-agenda-priority): Get current heading, not previous heading
19399         during agenda remote editing.
19401 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
19403         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19404         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19405         (remove-duplicates, delete-duplicates, substitute)
19406         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19407         (nsubstitute-if-not, find, find-if, find-if-not, position)
19408         (position-if, position-if-not, count, count-if, count-if-not)
19409         (mismatch, search, sort*, stable-sort, merge, member*)
19410         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19411         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19412         (intersection, nintersection, set-difference, nset-difference)
19413         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19414         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19415         (nsublis, tree-equal): Improve argument/docstring consistency.
19417         * subr.el (send-string, send-region): Remove obsolescence declaration.
19418         (window-dot, set-window-dot, read-input, show-buffer)
19419         (eval-current-buffer, string-to-int):
19420         Add release number to obsolescence declarations.
19422 2005-05-19  Kim F. Storm  <storm@cua.dk>
19424         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19425         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19427 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
19429         * faces.el (list-faces-display): Make back button respect optional
19430         regexp arg.
19432 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
19434         * calculator.el (calculator-radix-grouping-mode)
19435         (calculator-radix-grouping-digits, calculator-displayer)
19436         (calculator-radix-grouping-separator, calculator-copy-displayer):
19437         * dabbrev.el (dabbrev-search-these-buffers-only):
19438         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19439         (diff-advance-after-apply-hunk, diff-mode-hook)
19440         (diff-minor-mode-prefix):
19441         * imenu.el (imenu-use-popup-menu):
19442         * jit-lock.el (jit-lock-context-time):
19443         * newcomment.el (comment-fill-column, comment-column)
19444         (comment-style, comment-padding, comment-multi-line)
19445         (comment-empty-lines, comment-auto-fill-only-comments):
19446         * reveal.el (reveal-around-mark):
19447         * uniquify.el (uniquify-buffer-name-style)
19448         (uniquify-after-kill-buffer-p)
19449         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19450         (uniquify-min-dir-content, uniquify-separator)
19451         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19452         * w32-vars.el (w32-fixed-font-alist):
19453         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19454         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19455         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19456         * progmodes/perl-mode.el (perl-indent-level)
19457         (perl-continued-statement-offset, perl-continued-brace-offset)
19458         (perl-brace-offset, perl-brace-imaginary-offset)
19459         (perl-label-offset, perl-indent-continued-arguments)
19460         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19461         * progmodes/tcl.el (tcl-indent-level)
19462         (tcl-continued-indent-level, tcl-auto-newline)
19463         (tcl-tab-always-indent, tcl-electric-hash-style)
19464         (tcl-help-directory-list, tcl-use-smart-word-finder)
19465         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19466         (inferior-tcl-source-command):
19467         * textmodes/fill.el (enable-kinsoku):
19468         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19469         * textmodes/table.el (table-yank-handler):
19470         Specify missing group (and type, if simple) in defcustom.
19472 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
19474         * progmodes/compile.el (compilation-finish-function): Fix defvar.
19476 2005-05-19  Richard M. Stallman  <rms@gnu.org>
19478         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19480         * subr.el (event-basic-type): Don't get an error.
19481         (left-fringe-p): Function deleted.
19483         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19484         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19486         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19487         in recursive copy.
19489         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19491         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19493         * emacs-lisp/bytecomp.el
19494         (byte-compile-file-form-custom-declare-variable):
19495         Call byte-compile-nogroup-warn if appropriate.
19497         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19498         (compilation-set-window): Don't call left-fringe-p; do it directly.
19500 2005-05-19  Jay Belanger  <belanger@truman.edu>
19502         * calc/calc-graph.el (calc-graph-format-data): Make sure
19503         var-PlotRejects is bound before trying to check its value.
19505 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
19507         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19508         definition of this variable from reftex-global.el to reftex.el,
19509         because it is needed in the menu.
19511 2005-05-19  Lute Kamstra  <lute@gnu.org>
19513         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19514         years are fixed.  Don't insert a space after a dash.
19516 2005-05-19  Kim F. Storm  <storm@cua.dk>
19518         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19520 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
19522         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19523         strings, because (eq ... ?\\) is fairly frequent.
19525         * progmodes/make-mode.el (makefile-add-this-line-targets):
19526         Simplify and integrate into `makefile-pickup-targets'.
19527         (makefile-add-this-line-macro): Simplify and integrate into
19528         `makefile-pickup-macros.
19529         (makefile-pickup-filenames-as-targets): Simplify.
19530         (makefile-previous-dependency, makefile-match-dependency):
19531         Don't stumble over `::'.
19533 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
19535         * subr.el (post-command-idle-hook, post-command-idle-delay):
19536         Remove obsoletion of post-command-idle-hook and
19537         post-command-idle-delay.
19539         * faces.el (list-faces-display): Provide button when describe-face
19540         is called to take user back to the list of faces.
19542         * help-fns.el (describe-variable): Remove hyperlinks in a
19543         variable's value as these are quite frequently inappropriate.
19545         * follow.el (follow-submit-feedback, follow-mode):
19546         Remove references to post-command-idle-hook.
19548 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
19550         * progmodes/make-mode.el (makefile-previous-dependency)
19551         (makefile-match-dependency): Check for := (and in bsd mode also
19552         !=) to give a better result, even when font-lock is not on.
19554 2005-05-18  Jay Belanger  <belanger@truman.edu>
19556         * calc/calc-help.el (calc-s-prefix-help):
19557         Add `calc-copy-special-constant' to help string.
19559 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
19561         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19563 2005-05-18  Jay Belanger  <belanger@truman.edu>
19565         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19566         in linear factors are in proper order.
19568 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
19570         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19571         Support for jurabib.
19573         * textmodes/reftex.el (featurep): Define aliases for overlay
19574         commands, for XEmacs compatibility, and use these aliases in
19575         overlay initializations.
19576         (reftex-highlight): Use `reftex-move-overlay'.
19577         (reftex-unhighlight): Use `reftex-delete-overlay'.
19578         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
19579         (reftex-access-search-path): Use `reftex-uniquify' instead of
19580         `reftex-uniq'
19582         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19583         `before-string' property modification enables for Emacs as well.
19584         (reftex-select-item): Use `reftex-delete-overlay'.
19585         (reftex-select-mark): Use `reftex-make-overlay' and
19586         `reftex-overlay-put'.
19587         (reftex-select-unmark): Use `reftex-delete-overlay' and
19588         `reftex-overlay-put'.
19590 2005-05-18  Lute Kamstra  <lute@gnu.org>
19592         * emacs-lisp/lisp.el (check-parens): Fix docstring.
19594 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
19596         * add-log.el (add-change-log-entry):
19597         * array.el (array-make-template, array-reconfigure-rows)
19598         (array-init-max-row, array-init-max-column)
19599         (array-init-columns-per-line, array-init-field-width):
19600         * replace.el (replace-match-maybe-edit, perform-replace):
19601         * textmodes/spell.el (spell-region):
19602         Replace `read-input' by `read-string'.
19604         * forms.el (forms-mode):
19605         * finder.el (finder-compile-keywords):
19606         * shadowfile.el (shadow-read-files):
19607         Replace `eval-current-buffer' by `eval-buffer'.
19609         * terminal.el (te-pass-through):
19610         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19611         (ange-ftp-raw-send-cmd):
19612         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19613         (send-process-next-char, telnet-initial-filter, telnet):
19614         Replace `send-string' by `process-send-string'.
19616         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19617         (prolog-consult-region): Replace `send-string' by
19618         `process-send-string'; replace `send-region' by `process-send-region'.
19620         * progmodes/delphi.el (delphi-log-msg):
19621         Replace `set-window-dot' by `set-window-point'.
19623         * subr.el (window-dot, set-window-dot, read-input, send-string)
19624         (send-region, show-buffer, eval-current-buffer):
19625         Make really obsolete, as the comment says.
19627 2005-05-17  Kim F. Storm  <storm@cua.dk>
19629         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19630         (cua--init-keymaps): Bind C-return instead of S-return to set
19631         rectangle mark.
19633         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19634         instead of S-return to toggle/clear rectangle mark.
19636 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
19638         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19639         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19640         Also fontify plain strings assigned to variables, mostly so that a
19641         colon has a face and is thus not taken as a dependency separator.
19642         (makefile-previous-dependency): Inline the new matcher, because it
19643         is too complex to work in both directions.
19644         (makefile-match-dependency): Eliminate `backward' arg (see above).
19645         Completely reimplemented so as to not sometimes go into an endless
19646         loop.  It should also be more efficient, because first it only
19647         searches for `:', instead of applying the very complex regexp.
19648         (makefile-mode): Cancel `font-lock-support-mode', because blocks
19649         to be fontified in one piece can be too long for JIT.
19650         Makefiles are never *that* big.
19652 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
19654         * dired.el (dired-mode): Simplify.
19656 2005-05-17  Lute Kamstra  <lute@gnu.org>
19658         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19659         defcustom for the mode hook variable.
19661         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19662         Emacs Lisp Reference Manual.
19664 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
19666         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19667         (evenp, list*):
19668         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19669         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19671         * net/tramp-smb.el (tramp-smb-open-connection):
19672         Pass `tramp-chunksize' as fifth (required) argument.
19674 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
19676         * font-lock.el (lisp-font-lock-keywords-1):
19677         Set `font-lock-negation-char-face' for [^...] char group.
19678         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19680         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19681         a var, and refine it to mask one more level of nested vars.
19682         (makefile-rule-action-regex): Turn it into a var, and refine it so
19683         it recognizes backslashed continuation lines as belonging to the
19684         same command.
19685         (makefile-macroassign-regex): Refine it so it recognizes
19686         backslashed continuation lines as belonging to the same command.
19687         (makefile-var-use-regex): Don't look at the next char, because it
19688         might be the same one to be skipped by the initial [^$], leading
19689         to an overlooked variable use.
19690         (makefile-make-font-lock-keywords): Remove two parameters, which
19691         are now variables that some of the modes set locally.
19692         Handle dependency and rule action matching through functions, because
19693         regexps alone match too often.  Dependency matching now comes
19694         last, so it can check, whether a colon already matched something else.
19695         (makefile-mode): Inform that font-lock improves makefile parsing
19696         capabilities.
19697         (makefile-match-dependency, makefile-match-action): New functions.
19699 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
19701         * emacs-lisp/cl-extra.el (equalp): Doc fix.
19703         * align.el (align-regexp):
19704         * ansi-color.el (ansi-color-get-face):
19705         * array.el (array-reconfigure-rows, array-init-max-row)
19706         (array-init-max-column, array-init-columns-per-line)
19707         (array-init-field-width):
19708         * dired-aux.el (dired-trample-file-versions):
19709         * dired-x.el (dired-mark-sexp):
19710         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19711         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19712         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19713         * faces.el (face-read-integer):
19714         * files.el (backup-extract-version, insert-directory):
19715         * hexl.el (hexl-insert-decimal-char):
19716         * server.el (server-process-filter):
19717         * shell.el (shell-extract-num):
19718         * startup.el (command-line-1):
19719         * term.el (term-command-hook):
19720         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19721         (time-stamp-do-number):
19722         * time.el (display-time-update):
19723         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19724         (timezone-fix-time):
19725         * vms-patch.el (vms-suspend-resume-hook):
19726         * calendar/appt.el (appt-convert-time):
19727         * calendar/cal-bahai.el (mark-bahai-diary-entries):
19728         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19729         * calendar/cal-islam.el (mark-islamic-diary-entries):
19730         * calendar/calendar.el (calendar-cursor-to-date)
19731         (calendar-star-date):
19732         * calendar/diary-lib.el (diary-attrtype-convert)
19733         (mark-diary-entries, diary-entry-time):
19734         * calendar/solar.el (solar-get-number):
19735         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19736         * emacs-lisp/re-builder.el (reb-display-subexp):
19737         * emulation/edt.el (edt-set-scroll-margins):
19738         * emulation/tpu-extras.el (tpu-set-scroll-margins):
19739         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19740         (vip-get-ex-count):
19741         * emulation/viper-ex.el (viper-get-ex-token)
19742         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19743         * international/fontset.el (fontset-plain-name):
19744         * mail/feedmail.el (feedmail-look-at-queue-directory):
19745         * mail/mailalias.el (mail-get-names):
19746         * mail/rmail.el (rmail-convert-to-babyl-format):
19747         * mail/rmailsum.el (rmail-make-basic-summary-line)
19748         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19749         (rmail-summary-goto-msg):
19750         * mail/smtpmail.el (smtpmail-read-response):
19751         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19752         (ange-ftp-vms-add-file-entry):
19753         * play/gametree.el (gametree-looking-at-ply)
19754         (gametree-current-branch-score):
19755         * progmodes/ada-xref.el (ada-prj-find-prj-file)
19756         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19757         * progmodes/cperl-mode.el (condition-case):
19758         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19759         (ebrowse-set-member-buffer-column-width)
19760         (ebrowse-select-1st-to-9nth):
19761         * progmodes/etags.el (etags-snarf-tag):
19762         * progmodes/flymake.el (flymake-parse-line):
19763         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19764         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19765         (idlwave-shell-menu-def):
19766         * progmodes/ps-mode.el (ps-run-goto-error):
19767         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19768         (vhdl-speedbar-contract-level):
19769         * term/mac-win.el (x-handle-numeric-switch):
19770         * term/sun-mouse.el (sun-get-frame-data):
19771         * term/w32-win.el (x-handle-numeric-switch):
19772         * term/x-win.el (x-handle-numeric-switch):
19773         * textmodes/ispell.el (ispell-parse-output):
19774         * textmodes/nroff-mode.el (nroff-outline-level):
19775         * textmodes/reftex-cite.el (reftex-bib-sort-year)
19776         (reftex-bib-sort-year-reverse, reftex-format-citation):
19777         * textmodes/reftex-parse.el (reftex-init-section-numbers)
19778         (reftex-section-number):
19779         * textmodes/texinfmt.el (texinfo-paragraphindent):
19780         Replace `string-to-int' by `string-to-number'.
19782         * international/latexenc.el: Add page marker to force the "Local
19783         Variables:" string out of the last page.
19785 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
19787         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19788         tooltip-change-major-mode.
19789         (gud-tooltip-print-command): Remove case where gud-minor-mode
19790         is gdb ("--fullname").
19791         (gud-tooltip-tips): Turn GUD tooltips off for this case and
19792         explain to user.
19794 2005-05-16  Jay Belanger  <belanger@truman.edu>
19796         * calc/calc-store.el (calc-copy-special-constant): New function.
19798         * calc/calc-ext.el (calc-init-extensions): Add binding for
19799         `calc-copy-special-constant'.
19801         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19802         for the `calc-copy-special-constant' command.
19804 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
19806         * subr.el (left-fringe-p): New function.
19808         * progmodes/compile.el (compilation-setup): Set local value of
19809         overlay-arrow-string to "" always.
19810         (compilation-set-window): Left fringe then don't scroll.
19811         No left fringe then no arrow and scroll message to top.
19812         (compilation-context-lines): Adjust doc string accordingly.
19814 2005-05-16  Kim F. Storm  <storm@cua.dk>
19816         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19817         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19818         (ido-wide-find-dir-or-delete-dir): New command for M-d.
19819         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
19820         (ido-read-file-name): Handle commands with ido property value
19821         equal to find-file as reading a file name, to allow C-d to enter dired.
19822         (ibuffer-find-file): Add ido property with value find-file.
19824 2005-05-15  Kim F. Storm  <storm@cua.dk>
19826         * subr.el (open-network-stream-nowait): Remove.
19827         (open-network-stream-server): Remove.
19829 2005-05-15  Richard M. Stallman  <rms@gnu.org>
19831         * faces.el (describe-face): Output a definition link button.
19833         * help-mode.el (help-face-def): New button type.
19835         * emacs-lisp/copyright.el (copyright-fix-years):
19836         Match properly if the first year is 2-digit.
19837         Don't mess up the whitespace after the years by filling.
19839         * dired-aux.el (dired-mark-confirm):
19840         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19842         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19843         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19844         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19846         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19847         Set font-lock-comment-start-skip.
19849         * font-lock.el (font-lock-comment-start-skip): New variable.
19850         (font-lock-comment-end-skip): New variable.
19851         (font-lock-fontify-syntactically-region): Use them if non-nil.
19853 2005-05-15  Jay Belanger  <belanger@truman.edu>
19855         * calc/calc-store.el (calc-store-value): Return a string rather
19856         than display it as a message.
19857         Use calc-var-name for variable name.
19858         (calc-store-into): Add the result of calc-store-value to message.
19859         (calc-copy-variable): Add a message.
19860         (calc-store-exchange): Improve error messages.
19861         (calc-store-binary, calc-store-map): Don't reset the values of
19862         special constants.
19864 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
19866         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19867         manual to docstring.
19869         * files.el (hack-local-variables-confirm): Add STRING argument.
19870         Make the function handle non file visiting buffers correctly.
19871         (hack-local-variables-prop-line, hack-local-variables)
19872         (hack-one-local-variable): Use STRING arg of
19873         `hack-local-variables-confirm'.
19875 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
19877         Sync with Tramp 2.0.49.
19879         * net/tramp.el (tramp-handle-dired-call-process)
19880         (tramp-handle-insert-directory):`insert-buffer' cannot be used
19881         because the contents of the Tramp buffer is changed before
19882         insertion (`expand-file' and alike).
19883         (tramp-handle-insert-directory): If `localname' has an empty
19884         nondirectory name, it must not be quoted.
19885         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
19886         variable `tramp-chunksize'.  Change callees.
19887         (tramp-open-connection-setup-interactive-shell): Check remote host
19888         for buggy `send-process-string' implementation.
19889         Set `tramp-chunksize' if found.  Reported by Michael Kifer
19890         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19891         (tramp-handle-shell-command): `insert-buffer' cannot be used
19892         because the contents of the Tramp buffer is changed before
19893         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19894         <frederic.bothamy@free.fr>.
19895         (tramp-set-auto-save): Actions should be done for Tramp file name
19896         handler only.  Ange-FTP has its own auto-save mechanism.
19897         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19898         (tramp-set-auto-save-file-modes): Set file modes of
19899         `buffer-auto-save-file-name' to ?\600 as fallback solution.
19900         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19901         (tramp-bug): Remove obsolete variable.
19902         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
19903         for presence of `mml-mode'.  Make it running for older Emacsen as well.
19905 2005-05-14  John Paul Wallington  <jpw@pobox.com>
19907         * ibuf-ext.el (define-ibuffer-filter filename):
19908         If `dired-directory' is a list, use its car.
19910 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
19912         * ibuffer.el (define-ibuffer-column filename):
19913         If `dired-directory' is a list, use its car.
19915 2005-05-14  Richard M. Stallman  <rms@gnu.org>
19917         * subr.el (symbol-file): Doc fix.
19919         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19920         (byte-compile-form): Call byte-compile-nogroup-warn.
19921         (byte-compile-warning-types): Doc fix.
19923         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19925         * progmodes/cc-engine.el (c-literal-faces):
19926         Add font-lock-comment-delimiter-face.
19928         * net/net-utils.el (dig): Use with-no-warnings.
19930         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19931         (sc-recite-frame-alist, sc-default-cite-frame)
19932         (sc-default-uncite-frame, sc-default-recite-frame)
19933         (sc-attrib-selection-list, sc-rewrite-header-list):
19934         Mark as risky-local-variable.
19936         * international/ogonek.el (ogonek-jak, ogonek-how):
19937         Don't use beginning-of-buffer.
19939         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19941         * calendar/solar.el (solar-data-list): Move definition up.
19943         * dnd.el (dnd-protocol-alist): Add autoload.
19945         * progmodes/sh-script.el: Many doc usage fixes.
19946         (sh-indent-after-do): Change default to match common styles.
19948 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
19950         * files.el (interpreter-mode-alist)
19951         (auto-mode-interpreter-regexp): Doc fixes.
19953 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
19955         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19957         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
19959 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19961         * dired.el (dired-mode): make-variable-buffer-local =>
19962         make-local-variable.
19964 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19966         * term/mac-win.el (mac-select-convert-to-string): Try coding
19967         systems in mac-script-code-coding-systems if specified one cannot
19968         encode string for `com.apple.traditional-mac-plain-text'.
19970 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
19972         * progmodes/make-mode.el (makefile-targets-face)
19973         (makefile-shell-face, makefile-makepp-perl-face): New faces.
19974         (makefile-dependency-regex): Fix it to not make the colon in
19975         $(var:a=b) special.
19976         (makefile-rule-action-regex): New regexp for highlighting embedded
19977         Shell strings.
19978         (makefile-macroassign-regex): Handle != for highlighting as
19979         embedded Shell strings.
19980         (makefile-var-use-regex): New const.
19981         (makefile-statements, makefile-automake-statements)
19982         (makefile-gmake-statements, makefile-makepp-statements)
19983         (makefile-bsdmake-statements): New consts.
19984         (makefile-make-font-lock-keywords): New function.
19985         (makefile-automake-font-lock-keywords)
19986         (makefile-gmake-font-lock-keywords)
19987         (makefile-makepp-font-lock-keywords)
19988         (makefile-bsdmake-font-lock-keywords): New consts.
19989         (makefile-mode-map): Add switchers between the various submodes.
19990         (makefile-mode): Document the availability of the variants.
19991         (makefile-automake-mode, makefile-gmake-mode)
19992         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
19994         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
19995         new variants of makefile-mode.
19997 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19999         * font-lock.el (font-lock-comment-delimiter-face): Fix up
20000         the inheritance.
20002 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
20004         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20005         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20007         * files.el (normal-mode): Extend the scope of the
20008         `enable-local-variables' binding to include the `set-auto-mode' call.
20009         (magic-mode-alist): Doc fix.
20011 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20013         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20014         font-lock-comment-face rather than copying its setting.
20016 2005-05-12  Andreas Schwab  <schwab@suse.de>
20018         * eshell/esh-mode.el (eshell-send-input): Doc fix.
20020 2005-05-12  Lute Kamstra  <lute@gnu.org>
20022         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20023         defcustom for the mode hook variable.  Delete the last argument.
20024         * generic-x.el: Fix callers of define-generic-mode.
20025         (generic-x-modes): Delete group.
20026         (show-tabs-tab-face, show-tabs-space-face): Put them in the
20027         generic-x customization group.
20029 2005-05-12  Kim F. Storm  <storm@cua.dk>
20031         * font-lock.el (font-lock-negation-char-face): Default to "off".
20033         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20034         font-lock-negation-char-face to ! in !=.
20036 2005-05-12  Masatake YAMATO  <jet@gyve.org>
20038         * add-log.el (find-change-log): Fix typos in the docstring
20039         of function.
20041 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
20043         * international/latexenc.el (latexenc-find-file-coding-system):
20044         Avoid `re-search-forward' when looking for input encoding because
20045         of speed and safety.  Better regular expressions for recognizing
20046         input encoding.  Limit a search for TeX-master/tex-main-file to
20047         the local variable section.
20049 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
20051         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20052         syntax of $ to "'" (quote).
20054 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
20056         * dnd.el (dnd-protocol-alist): Improve custom type.
20058         * dired.el (dired-dnd-protocol-alist): New variable.
20059         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
20060         `dired-mode-hook' to the end.
20062 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20064         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20065         comment-end if comment-start-skip is not set.
20066         Obey the font-lock-comment-delimiter-face variables.
20068 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20070         * files.el (executable-find): Move from executable.el.  Use
20071         locate-file.
20072         * progmodes/executable.el (executable-find): Move to files.el.
20074         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20075         when trying to ensure forward progress.
20077 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
20079         * mouse-sel.el (mouse-sel-follow-link-p): New function.
20080         (mouse-select, mouse-select-internal, mouse-extend-internal):
20081         Use it to implement mouse-1-click-follows-link functionality.
20083 2005-05-11  Richard M. Stallman  <rms@gnu.org>
20085         * font-lock.el (font-lock-fontify-syntactically-region):
20086         Use font-lock-comment-delimiter-face for comment delimiters.
20088 2005-05-10  Jay Belanger  <belanger@truman.edu>
20090         * calc/calc-help.el (calc-m-prefix-help): Add mention of
20091         preserving embedded modes.
20093 2005-05-10  Richard M. Stallman  <rms@gnu.org>
20095         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20097         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20098         Move from ada-stmt.el.
20099         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20101         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20102         Move to ada-mode.el.
20103         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20105         * cus-edit.el (custom-file): Call file-chase-links.
20107         * files.el (read-directory-name): Fix previous change.
20108         (hack-local-variables-confirm): New function.
20109         (hack-local-variables-prop-line, hack-local-variables)
20110         (hack-one-local-variable): Use it.
20112 2005-05-10  Lute Kamstra  <lute@gnu.org>
20114         * font-lock.el (font-lock-keywords-alist)
20115         (font-lock-removed-keywords-alist): Clarify docstrings.
20117 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
20119         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20120         (gdb-source-info): Check for preprocessor info.
20121         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
20122         a macro for a function.
20123         (gdb-info-breakpoints-custom): Try to find file again if not already
20124         found (user might have used GDB dir command).
20125         (gdb-get-location): Update gdb-location-alist correctly for change
20126         to gdb-info-breakpoints-custom.
20128         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20129         (gud-tooltip-print-command): Add gdbmi case.
20130         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20131         preprocessor info.
20133 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
20135         * startup.el (fancy-splash-insert): Fix typo in doc string.
20137 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
20139         * obsolete/float.el (string-to-float):
20140         * obsolete/hilit19.el (hilit-add-pattern):
20141         * obsolete/rnews.el (news-parse-range, news-select-message)
20142         (news-get-pruned-list-of-files): Replace `string-to-int' by
20143         `string-to-number'.
20145         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20146         `find-file-not-found-hooks'; use `add-hook'.
20147         (uncompress-while-visiting): Set `write-file-functions', not
20148         `write-file-hooks'; use `add-hook'.
20150 2005-05-09  Kim F. Storm  <storm@cua.dk>
20152         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20153         (cua-paste): Handle clipboard action.
20154         (cua--init-keymaps): Remap clipboard-kill-region and
20155         clipboard-kill-ring-save.
20157 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
20159         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20160         Improve commentary.
20162         * simple.el (next-error-overlay-arrow-position): Revert the change
20163         made on 2005-04-30.
20165 2005-05-07  Jay Belanger  <belanger@truman.edu>
20167         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20168         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20169         `calc-sel-reselect'.
20171         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20172         Calc is in embedded mode.
20174 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
20176         * progmodes/compile.el (compilation-setup):
20177         Set overlay-arrow-string to an empty string on text terminals.
20179         * textmodes/ispell.el (ispell-program-name): Try looking for
20180         "aspell" along exec-path, and if found, use it as the default
20181         speller program.
20183 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
20185         * international/mule.el (sgml-xml-auto-coding-function):
20186         Recognize encoding='FOO' in single quotes as well as in double quotes.
20188 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20190         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20191         as well as `interactive', so that defmacro* would recognize
20192         `declare' forms.
20194 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
20196         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20197         Explain more about the LIGHTER arg's usage in the doc string.
20198         Add commentary to clarify what the code does.  Fix the regexp that
20199         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
20200         since it could have characters special to regular expressions.
20202 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
20204         * replace.el (occur-1): Bind inhibit-read-only so that
20205         erase-buffer doesn't barf on read-only text properties (likewise
20206         for add-text-properties in occur-engine).  Mark buffer as unmodified.
20207         (occur-engine): Don't set buffer-read-only here.
20209 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20211         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20212         list-buffers-directory.  This caused the *cvs-commit* buffer to be
20213         sometimes mistakenly reused as a *cvs* buffer.
20215 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
20217         * tooltip.el: Move code for GUD tooltips into gud.el.
20218         (require): CL no longer needed to compile case.
20219         (tooltip-mode): Do not toggle functions for GUD tooltips.
20220         (tooltip-gud-tips-p): Remove.  Replace with minor mode
20221         gud-tooltip-mode in gud.el.
20222         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20223         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20224         tooltip-gud prefix with gud-tooltip and obsolete.
20225         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20226         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20227         (tooltip-mouse-motion): Mouse movement functions/variable.
20228         Rename in gud.el by adding gud prefix.
20229         (tooltip-gud-original-filter, tooltip-gud-dereference)
20230         (tooltip-gud-event, tooltip-toggle-gud-tips)
20231         (tooltip-gud-process-output, tooltip-gud-print-command)
20232         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
20233         gud.el by replacing tooltip-gud prefix with gud-tooltip.
20234         (gdb-tooltip-print): Move to gdb-ui.el.
20236         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20237         (require): CL needed to compile case.
20238         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20239         tooltip-gud-tips-p.  Make it a minor-mode.
20240         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20241         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20242         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20243         (gud-tooltip-change-major-mode)
20244         (gud-tooltip-activate-mouse-motions-if-enabled)
20245         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20246         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20247         (gud-tooltip-original-filter, gud-tooltip-dereference)
20248         (gud-tooltip-event, tooltip-toggle-gud-tips)
20249         (gud-tooltip-process-output, gud-tooltip-print-command)
20250         (gud-tooltip-tips): Move from tooltip.el.
20252         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20253         (gdb-cpp-define-alist-flags): Doc fix.
20254         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20255         gud-tooltip-mode is t.
20257 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20259         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20260         evaporate if their text is deleted.
20261         (goto-address-at-point): Make it work as a mouse binding as well.
20262         (goto-address-at-mouse): Obsolete it.  Update users.
20264 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
20266         * calendar/appt.el (top-level): No longer activate on load.
20268 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
20270         * calendar/cal-bahai.el (mark-bahai-diary-entries):
20271         * net/webjump.el (webjump):
20272         * progmodes/idlw-help.el (idlwave-do-context-help1)
20273         (idlwave-highlight-linked-completions):
20274         * textmodes/po.el (po-find-file-coding-system-guts):
20275         Replace `assoc-ignore-case' by `assoc-string'.
20277 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
20279         * files.el (locate-file): Doc fix.
20281         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20282         Remove the redundant test for ms-dos.
20284         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20285         look for the preprocessor with exec-suffixes.  If not found in
20286         standard places, look in exec-path.  Remove most of the tests that
20287         used system-type.
20289         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20291         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20293         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20294         file-name clash with jka-compr.el on 8+3 filesystems.
20296 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20298         * term/mac-win.el: Don't define or bind scroll bar functions if
20299         x-toolkit-scroll-bars is t.
20300         (x-select-text, x-get-selection-value): Clear
20301         x-last-selected-text-clipboard if x-select-enable-clipboard is
20302         nil.
20303         (PRIMARY): Put mac-scrap-name property.
20304         (mac-select-convert-to-file-url): New function.
20305         (public.file-url): New selection target type.  Add to
20306         selection-converter-alist.
20307         (x-get-selection, x-selection-value): Handle it.
20308         (x-cut-buffer-or-selection-value): New alias.
20310 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20312         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20313         entry to avoid calling bibtex-find-entry with arg global
20314         being t.  Remove arg key.
20315         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20316         (bibtex-copy-summary-as-kill): Change accordingly.
20318 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20320         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20321         (org-agenda-date-later): Use with-current-buffer.
20323 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
20325         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20326         (define-obsolete-variable-alias): Doc Fixes.
20328 2005-05-06  Kim F. Storm  <storm@cua.dk>
20330         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
20331         vertical-motion when selective-display is active.
20333         * ido.el (ido-setup-hook): New hook.
20334         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20335         (ido-input-stack): New var.
20336         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
20337         ido-next-work-file binding to M-O.
20338         Bind M-f to ido-wide-find-file-or-pop-dir.
20339         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20340         (ido-read-internal): Run ido-setup-hook.
20341         Catch quit in read-file-name and read-string to cancel edit.
20342         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20343         Automatically pop-all when completing a directory name (RET).
20344         (ido-file-internal): Add with-no-warnings around ffap and dired code.
20345         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20346         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20347         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20348         New functions for M-b/M-f to move among the directory components.
20349         (ido-make-merged-file-list): Catch quit to cancel merge.
20350         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20351         (ido-completion-help): No warnings for ido-completion-buffer-full.
20353 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
20355         * font-lock.el (font-lock-negation-char-face): New face and variable.
20356         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20357         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20358         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20359         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20361 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
20363         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20364         Fix typo in docstring.
20366         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20367         (ebrowse-print-statistics-line)
20368         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20370         * term/w32-win.el (image-library-alist): Add additional name for
20371         Xpm library.
20373 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
20375         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20376         use gcc instead of cpp.
20378         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20379         (gdb-create-define-alist): Use it.
20380         (gdb-cpp-define-alist-program): Update for MS-DOS.
20382 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
20384         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20386 2005-05-04  Richard M. Stallman  <rms@gnu.org>
20388         * help.el (describe-key): No error when UNTRANSLATED is nil.
20390         * simple.el (line-move-1): Fix previous change to signal errors
20391         appropriately.
20393 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
20395         * calendar/icalendar.el (icalendar-version): Now at 0.12.
20396         (icalendar-duration-correction): Remove.
20397         (icalendar--get-event-properties): Split result at commas.
20398         (icalendar--decode-isoduration): New optional argument
20399         DURATION-CORRECTION.
20400         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20401         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20402         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20403         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20404         (icalendar--convert-anniversary-to-ical): New functions, extracted
20405         from icalendar-export-region, with bug fixes.
20406         (icalendar-export-region): Use the above functions.
20407         (icalendar-import-buffer): Check before saving diary file.
20408         (icalendar--convert-recurring-to-diary)
20409         (icalendar--convert-non-recurring-all-day-to-diary)
20410         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20411         extracted from icalendar--convert-ical-to-diary, with bug fixes.
20412         (icalendar--convert-ical-to-diary): Use the above functions.
20414 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
20416         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20417         Remove these recent additions.
20418         (c-mode): Restore to before 2005-04-28.
20420         * progmodes/cc-vars.el (cc-define-list-program): Remove this
20421         recent addition.
20423         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20424         (gdb-define-alist): New variables.
20425         (gdb-create-define-alist): New function.
20426         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20427         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20428         with string-to-number.
20429         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
20431         * progmodes/gud.el: Replace string-to-int with string-to-number.
20432         (gud-find-file): Handle gdb-define-alist.
20434         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20436 2005-05-02  Jay Belanger  <belanger@truman.edu>
20438         * calc/calc-aent.el (math-read-token):
20439         * calc/calc-bin.el (calc-word-size):
20440         * calc/calc-ext.el (calc-read-number-fancy):
20441         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20442         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20443         * calc/calc-frac.el (calc-over-notation):
20444         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20445         (calc-graph-num-points, calc-graph-init):
20446         * calc/calc-prog.el (calc-read-parse-table-part)
20447         (calc-edit-macro-repeats):
20448         * calc/calc-yank.el (calc-do-grab-rectangle):
20449         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20450         Replace `string-to-int' by `string-to-number'.
20452 2005-05-02  Kim F. Storm  <storm@cua.dk>
20454         * kmacro.el: Use executing-kbd-macro-index variable.
20456 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
20458         * net/rlogin.el (rlogin-parse-words): Delete func.
20459         (rlogin): Use split-string, not rlogin-parse-words.
20460         Also, if there are option-like elements in the parsed args,
20461         take the host to be the first arg immediately following them.
20462         Suggested by Michael Mauger.
20464 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
20466         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20468 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
20470         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20471         (cc-mode-cpp-program): Rename to cc-define-list-program and
20472         move to cc-vars.el.
20474         * progmodes/cc-vars.el (cc-define-list-program):
20475         Change to "gcc -E -dM -".  Make customizable.
20477 2005-05-02  Kim F. Storm  <storm@cua.dk>
20479         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20481 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
20483         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20485         * international/mule-util.el (truncate-string): Remove alias and
20486         obsolete declaration.
20488         * international/mule-cmds.el (update-iso-coding-systems):
20489         Remove alias and obsolete declaration.
20491         * international/mule.el (coding-system-parent): Remove alias and
20492         obsolete declaration.
20494         * subr.el (define-function, sref): Remove aliases and obsolete
20495         declarations.
20496         (chars-in-region): Remove obsolete declaration.
20498 2005-05-01  Richard M. Stallman  <rms@gnu.org>
20500         * info.el (Info-mode): Set widen-automatically to nil, locally.
20502         * simple.el (widen-automatically): New variable.
20503         (pop-global-mark): Obey widen-automatically.
20505 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
20507         * term/xterm.el (function-key-map): Call substitute-key-definition
20508         before the keymap size is increased by a lot of define-key calls.
20510 2005-05-01  Richard M. Stallman  <rms@gnu.org>
20512         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20513         Rename ARG to ELEMENT.  Doc fix.
20515 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
20517         * allout.el (allout-exposure): Remove macro and obsolete declaration.
20518         Remove references to allout-exposure/change to allout-new-exposure.
20520         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20521         bytecode symbols.
20523         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20524         (compiled-function-p, focus-frame, unfocus-frame):
20525         Remove aliases and obsolete declarations.
20526         Back out inadvertent changes from previous commit.
20528 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
20530         * files.el (require-final-newline): Make Custom tags consistent
20531         with mode-require-final-newline.
20532         (mode-require-final-newline): Doc fix.
20534 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20536         * international/latexenc.el (latexenc-find-file-coding-system):
20537         Fix regular expressions.
20539 2005-05-01  David Kastrup  <dak@gnu.org>
20541         * international/latexenc.el (latexenc-find-file-coding-system):
20542         Fix regular expressions.
20544 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
20546         * subr.el (string-to-int): Make obsolete.
20548 2005-04-30  Richard M. Stallman  <rms@gnu.org>
20550         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20552         * loadup.el: load jka-comp-hook.
20554         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20555         (jka-compr-handler): Add autoload.  `put' calls moved
20556         to jka-comp-hook.el.
20557         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20558         (jka-compr-inhibit): Autoload.
20560         * jka-comp-hook.el: New file.
20561         Enable the mode by default.
20563         * files.el (backup-buffer-copy): Use copy-file instead
20564         of write-region, and put back the 'excl.
20566 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
20568         * progmodes/flymake.el (flymake-split-string)
20569         (flymake-split-string, flymake-log, flymake-pid-to-names)
20570         (flymake-reg-names, flymake-get-source-buffer-name)
20571         (flymake-unreg-names, flymake-add-line-err-info)
20572         (flymake-add-err-info): Clarify docstrings.
20573         (flymake-popup-menu, flymake-make-emacs-menu)
20574         (flymake-make-xemacs-menu): Add docstrings.
20575         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20576         Set variables directly throughout.
20578 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
20580         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20581         exists.  Initialize cc-define-alist.
20582         (c-mode): Add cc-create-define-alist locally to after-save-hook.
20583         If there is no file (Macroexpansion) don't create an alist.
20585 2005-04-29  Sam Steingold  <sds@gnu.org>
20587         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20588         (cc-create-define-alist): Use it instead of the hard-coded string.
20590 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20592         * international/mule-conf.el (file-coding-system-alist): Fix regexp
20593         for latexenc.
20595 2005-04-29  Lute Kamstra  <lute@gnu.org>
20597         * emacs-lisp/generic.el: Improve commentary section.
20598         (define-generic-mode): Improve docstring.
20600 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
20602         * textmodes/org.el (many places): Change to quiet the byte compiler.
20603         (org-prefix-format-compiled): New variable.
20604         (org-compile-prefix-format): New function.
20605         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20606         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20607         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20608         (org-get-entries-from-diary): Use `org-get-time-of-day' for
20609         consistency with entries from `org-mode' files.
20610         (org-get-time-of-day): Fix bug with partial matches early in a line.
20611         (org-non-link-chars): New constant.
20612         (org-link-regexp): Respect `org-non-link-chars'.
20613         (org-agenda-day-view): Remove command.
20614         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20615         (org-follow-bbdb-link, org-store-link): Search also company field.
20616         (org-highlight-overlay): New variable.
20617         (org-highlight, org-unhighlight): New functions.
20618         (org-agenda-mode): Add pre-command-hook to remove highlight.
20619         (org-evaluate-time-range): Behavior depends upon whether time stamp
20620         contains a time or not.
20621         (org-show-subtree, org-show-entry): New functions.
20622         (org-agenda-cleanup-fancy-diary): Remove empty lines.
20624 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
20626         * comint.el (comint-output-filter-functions): Add autoload cookie.
20628 2005-04-28  Kim F. Storm  <storm@cua.dk>
20630         * ido.el (ido-everywhere): Fix last change.
20632 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
20634         * international/latexenc.el: New file.
20635         * international/mule-conf.el (file-coding-system-alist): For .tex,
20636         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20638 2005-04-28  Lute Kamstra  <lute@gnu.org>
20640         * font-lock.el (font-lock-add-keywords)
20641         (font-lock-remove-keywords): Clarify docstring.
20642         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20643         Don't start docstrings with a `*'.
20644         (font-lock-update-removed-keyword-alist): Give it a docstring.
20646         * generic-x.el: Update commentary section.
20647         Only require font-lock when compiling.
20648         Define all modes conditionally.
20649         Place all generic modes in the generic-x-modes customization group.
20650         (generic-x-modes): New customization group.
20651         (generic-default-modes, generic-mswindows-modes)
20652         (generic-unix-modes, generic-other-modes): New constants.
20653         (generic-define-mswindows-modes, generic-define-unix-modes):
20654         Update docstrings.  Make them obsolete.
20655         (generic-extras-enable-list): New default value.  Update docstring.
20656         Improve :type.  Change :set function.
20657         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20658         Fix docstring.
20660         * emacs-lisp/generic.el (generic-mode-internal):
20661         Simplify font-lock-defaults.
20662         (define-generic-mode): Fix docstring.
20664 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20666         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20667         font-lock-face property to highlight matches.
20669 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
20671         * progmodes/cc-mode.el (cc-create-define-alist): New function.
20672         (cc-define-alist): New variable.
20673         (c-mode): Make it local and initialize it.
20675         * progmodes/gdb-ui.el (gdb-active-process): New variable.
20676         (gdb-exited): New function.
20677         (gdb-annotation-rules): Use it.
20678         (gdb-starting): Set gdb-active-process to t.
20679         (gdb-stopping): Amend doc string.
20680         (gdb-reset): Set gdb-active-process to nil.
20682         * tooltip.el (tooltip-gud-tips): Show the associated #define
20683         directives when a C program under GDB is not executing.
20685 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20687         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20688         font-lock-fontify-syntactic-keywords.
20690         * font-lock.el (font-lock-default-fontify-region): Don't force
20691         parse-sexp-lookup-properties to nil.
20693 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
20695         * man.el (man-mode-syntax-table): Set up `:' to have
20696         word-constituent syntax.
20698 2005-04-27  Lute Kamstra  <lute@gnu.org>
20700         * novice.el (disable-command): Don't add spurious newlines to the
20701         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
20703 2005-04-26  Jay Belanger  <belanger@truman.edu>
20705         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20706         than one window before deleting window.
20708 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
20710         * shell.el (shell-prompt-pattern): Doc fix.
20711         (shell-mode): Set paragraph-separate buffer locally to "\\'".
20713         * comint.el (comint-prompt-regexp, comint-get-old-input)
20714         (comint-use-prompt-regexp)
20715         (comint-use-prompt-regexp-instead-of-fields)
20716         (comint-replace-by-expanded-history, comint-send-input)
20717         (comint-output-filter, comint-get-old-input-default)
20718         (comint-line-beginning-position, comint-bol, comint-show-output)
20719         (comint-backward-matching-input, comint-forward-matching-input)
20720         (comint-next-prompt, comint-previous-prompt):
20721         Rename `comint-use-prompt-regexp-instead-of-fields' to
20722         `comint-use-prompt-regexp'.  Keep old name as alias and declare
20723         obsolete.
20724         (comint-use-prompt-regexp): Shorten first line of doc string.
20726         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20727         Set paragraph-separate buffer locally to "\\'".
20729         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20730         Adapt to above name change.
20732         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20733         (smbclient-prompt-regexp): Ditto.
20735         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20737 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
20739         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20740         gdb-location-list.
20741         Break lines that are over 80 characters wide.
20743 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20745         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20746         New fun and var, to preserve compatibility.
20748         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20750 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
20752         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20753         name to file-newer-than-file-p.
20755 2005-04-26  Richard M. Stallman  <rms@gnu.org>
20757         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20759         * progmodes/python.el (python-mode):
20760         Use new name eldoc-documentation-function.
20762         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20764         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20765         (eldoc-documentation-function):
20766         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
20768 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
20770         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20772 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
20774         * term/xterm.el (function-key-map): Fix strings for
20775         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
20776         {C,S,A,C-S}-{f1-f12}.
20778 2005-04-26  Kenichi Handa  <handa@m17n.org>
20780         * international/mule-cmds.el (select-safe-coding-system):
20781         Fix previous change.
20783 2005-04-26  Lute Kamstra  <lute@gnu.org>
20785         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20787         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20788         (font-lock-comment-delimiter-face): Ditto.
20790         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20792 2005-04-25  Jay Belanger  <belanger@truman.edu>
20794         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20795         to t while inserting information; use help-mode.
20797 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
20799         * term.el (ansi-term-color-vector): Use the xterm colors.
20800         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
20802 2005-04-25  Lute Kamstra  <lute@gnu.org>
20804         * font-core.el (font-lock-defaults): Fix docstring.
20806         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20808 2005-04-25  Kenichi Handa  <handa@m17n.org>
20810         * international/mule-cmds.el (select-safe-coding-system):
20811         Don't check consistency with coding: spec, etc if raw-text or
20812         no-conversion was found to be safe.
20814 2005-04-24  Richard M. Stallman  <rms@gnu.org>
20816         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20817         citation markers at start of each line.
20819         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20820         citation markers at start of each line.
20822         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20824         * files.el (mode-require-final-newline): Fix previous change.
20825         (require-final-newline): Fix type label.
20827 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
20829         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20830         statement in buffer (broken by 2004-11-24 change).
20832 2005-04-24  Kim F. Storm  <storm@cua.dk>
20834         * ido.el (ido-everywhere): Save and restore old read-buffer-function
20835         and read-file-name-function values.  Don't overwrite existing
20836         non-nil values if ido-mode is enabled without ido-everywhere.
20838 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
20840         * files.el (mode-require-final-newline): Minor doc fix.
20842 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
20844         * subr.el (syntax-after): Doc fix.
20845         (syntax-class): If argument is nil, return nil.  Mask off upper 16
20846         bits, not 8 bits.
20848         * files.el (mode-require-final-newline): Doc fix.
20849         (backup-buffer-copy): Fix last change.
20851 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20853         * term/mac-win.el: Require select.  Set selection-coding-system to
20854         mac-system-coding-system.  Call menu-bar-enable-clipboard.
20855         (x-last-selected-text-clipboard, x-last-selected-text-primary)
20856         (x-select-enable-clipboard): New variables.
20857         (x-select-text, x-get-selection, x-selection-value)
20858         (x-get-selection-value, mac-select-convert-to-string)
20859         (mac-services-open-file, mac-services-open-selection)
20860         (mac-services-insert-text): New functions.
20861         (CLIPBOARD, FIND): Put mac-scrap-name property.
20862         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20863         (public.tiff): Put mac-ostype property.
20864         (selection-converter-alist): Add entries for them.
20865         (mac-application-menu-map): New keymap.
20866         (interprogram-cut-function, interprogram-paste-function): Set to
20867         x-select-text and x-get-selection-value, respectively.
20868         (split-window-keep-point): Set to t.
20870 2005-04-23  Richard M. Stallman  <rms@gnu.org>
20872         * files.el (read-directory-name): Always pass non-nil
20873         DEFAULT-FILENAME arg to read-file-name.
20874         (backup-buffer-copy, basic-save-buffer-2): Take care against
20875         writing thru an unexpected existing symlink.
20876         (revert-buffer): In indirect buffer, revert the base buffer.
20877         (magic-mode-alist): Doc fix.
20878         (buffer-stale-function): Doc fix.
20879         (minibuffer-with-setup-hook): Avoid warning.
20880         (mode-require-final-newline): Doc and custom fix.
20882         * follow.el (follow-end-of-buffer): Use with-no-warnings.
20884         * font-lock.el (font-lock-comment-face): On terminals with few colors,
20885         use the default appearance.
20886         (font-lock-comment-delimiter-face): New face, new variable.
20888         * imenu.el (imenu--generic-function): The official position of a
20889         definition is the start of the line that BEG is in.
20891         * midnight.el (midnight-timer): Move defvar up.
20893         * mouse.el (mouse-drag-region-1): Delete some debugging code.
20895         * saveplace.el (save-place-to-alist): Use with-no-warnings.
20897         * startup.el (command-line): Use with-no-warnings.
20899         * window.el (window-size-fixed): New defvar.
20901         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20903         * mail/rmail.el (rmail-font-lock-keywords):
20904         Use font-lock-comment-delimiter-face.
20906         * mail/sendmail.el (mail-font-lock-keywords):
20907         Use font-lock-comment-delimiter-face.
20909         * progmodes/compile.el (next-error-highlight-timer): New defvar.
20911 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
20913         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20914         Specify t for LAXMATCH when matching directories.
20915         Save match data around compilation-compat-error-properties form.
20917 2005-04-23  David Kastrup  <dak@gnu.org>
20919         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20920         Mention that the autoloaded aliases should be kept for AUCTeX.
20922 2005-04-23  Andreas Schwab  <schwab@suse.de>
20924         * isearch.el (isearch-forward): Doc fix.
20926 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
20928         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20929         (jit-lock-stealth-nice): Change default value to 0.5.
20931 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20933         * abbrev.el (write-abbrev-file): Write table entries in
20934         alphabetical order by table name.
20936 2005-04-22  Kim F. Storm  <storm@cua.dk>
20938         * ido.el (ido-read-internal): Fix `list' completion.
20940 2005-04-22  Kenichi Handa  <handa@m17n.org>
20942         * recentf.el (recentf-save-file-coding-system): New variable.
20943         (recentf-save-list): Encode the file by
20944         recentf-save-file-coding-system and add coding: tag.
20946 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
20948         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20950 2005-04-21  Lute Kamstra  <lute@gnu.org>
20952         * loadhist.el (unload-feature): Don't remove a function from hooks
20953         if it is about to be restored to an autoload .  Remove functions
20954         that will become unbound from auto-mode-alist.  Simplify the code.
20956         * subr.el (assq-delete-all): New implementation that is linear,
20957         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
20958         (rassq-delete-all): New function.
20960         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20961         Add size-indication-mode.
20963 2005-04-21  Kenichi Handa  <handa@m17n.org>
20965         * international/mule-cmds.el: Add autoload for widget-value in
20966         eval-when-compile.
20968 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
20970         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
20971         Add tooltip-mode.
20973         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
20975 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
20977         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
20978         (inferior-lisp-filter-regexp, inferior-lisp-program)
20979         (inferior-lisp-load-command, inferior-lisp-prompt)
20980         (inferior-lisp-mode-hook, lisp-source-modes)
20981         (inferior-lisp-load-hook): defvar->defcustom.
20982         (inferior-lisp-program, inferior-lisp-prompt)
20983         (inferior-lisp-load-hook): Doc fixes.
20984         (inferior-lisp-install-letter-bindings): Small change in
20985         introductory comment.
20987 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
20989         * vc.el (vc-annotate-color-map): Change some colors so that text
20990         using them as foreground is readable on both white and black
20991         backgrounds.
20993 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20995         * international/mule-conf.el (translation-table-for-input):
20996         Remove redundant declaration.
20998 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
21000         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21002         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21003         (tooltip-toggle-gud-tips): New function.
21005 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21007         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21008         right angle brackets.
21010 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
21012         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21014 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21016         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21017         Remove.  Update callers to use expand-file-name instead.
21019         * subr.el (syntax-class): New function.
21021         * simple.el (blink-matching-open): Use it.
21023         * paren.el (show-paren-function): Use it to recognize parens that are
21024         also used in 2-char comment markers.
21026 2005-04-19  Lute Kamstra  <lute@gnu.org>
21028         * loadhist.el (unload-feature): Update for new format of
21029         load-history.  Simplify the code.
21031 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21033         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21034         (mac-add-charset-info): New function.  Initialize variable
21035         mac-charset-info-alist using it.
21036         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21037         for translation.
21038         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21039         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21040         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21041         New CCL programs.
21043 2005-04-19  Kim F. Storm  <storm@cua.dk>
21045         * simple.el (next-buffer, prev-buffer, next-error)
21046         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21047         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21049         * bindings.el (next-buffer, prev-buffer, next-error)
21050         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21051         (clone-indirect-buffer-other-window): Move bindings from simple.el.
21052         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21053         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21055 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21057         * isearch.el (isearch-edit-string): Make the search-ring available for
21058         minibuffer history commands.
21059         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21060         the default history commands now work just as well.
21061         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21063 2005-04-18  Kim F. Storm  <storm@cua.dk>
21065         * emulation/cua-base.el (cua--pre-command-handler): Add more
21066         elaborate check for shift modifier on non-window systems.
21068 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
21070         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21072 2005-04-18  Kim F. Storm  <storm@cua.dk>
21074         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21075         and make it optional.  Don't test tooltip-gud-echo-area here.
21076         (tooltip-gud-process-output, gdb-tooltip-print):
21077         Pass tooltip-gud-echo-area to tooltip-show.
21078         (tooltip-help-tips): Remove second optional arg to tooltip-show.
21080 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21082         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21083         `display-graphic-p' may not be bound yet.
21085 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
21087         * startup.el (command-line): No longer enable Xterm Mouse mode by
21088         default in terminals compatible with xterm.
21090         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21092 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
21094         * tooltip.el (tooltip-gud-echo-area): Rename from
21095         tooltip-use-echo-area.
21096         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21097         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21098         area independently of where help tooltips are displayed.
21100 2005-04-17  David Kastrup  <dak@gnu.org>
21102         * cus-theme.el (custom-theme-write-variables): Quote variables
21103         where necessary.
21105 2005-04-17  Richard M. Stallman  <rms@gnu.org>
21107         * simple.el (yank-excluded-properties): Add follow-link to value.
21109         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21111         * startup.el (fancy-splash-max-time): Just 30 seconds.
21112         (fancy-splash-delay): Just 7.
21113         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21115         * loadhist.el (unload-feature): Update for new format of load-history.
21116         Simplify the code.
21118         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21119         (rmail-font-lock-keywords): Don't fontify the text of a citation.
21121         * mail/sendmail.el (mail-font-lock-keywords):
21122         Don't fontify subject text.
21123         Don't fontify the text of a citation.
21125 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
21127         * comint.el (comint-output-filter): Run comint-output-filter-functions
21128         with point where the user had it.
21130 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21132         * international/ucs-tables.el (ucs-set-table-for-input):
21133         Disable when using unify-on-decoding.
21135 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
21137         * emulation/cua-base.el (cua-global-mark-face): Add special case
21138         for displays supporting a high number of colors.
21140 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
21142         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21144 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
21146         * filesets.el (filesets-add-buffer): If user supplies a name of a
21147         non-existing fileset, create a new fileset.
21149 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
21151         * textmodes/org.el (org-up-heading-all): Fix bug with
21152         `outline-up-heading-all'.
21154 2005-04-16  Andreas Schwab  <schwab@suse.de>
21156         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21157         /etc/permissions.d/* and /etc/aliases.d/*.
21159 2005-04-16  Kenichi Handa  <handa@m17n.org>
21161         * international/code-pages.el (cp-make-coding-system):
21162         Set `translation-table-for-input' property value to the symbol
21163         ucs-mule-to-mule-unicode, not to that value.
21164         (pt154): Escape guillemet by `\'.
21166 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
21168         * loadup.el: Load tooltip if x-show-tip is fboundp.
21170         * startup.el (command-line): Add comment.
21172         * tooltip.el (tooltip-mode): Specify correct standard value for
21173         Custom in init-value.
21175 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
21177         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21178         possible.
21180 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
21182         * textmodes/org.el (org-agenda-date-prompt): Rename from
21183         `org-agenda-date-today'.
21184         (org-evaluate-time-range): Insert at point instead of directly
21185         after time range.
21186         (org-first-headline-recenter, org-subtree-end-visible-p)
21187         (org-optimize-window-after-visibility-change): New functions
21188         (org-agenda-post-command-hook): Don't allow point at end of line,
21189         to make sure it always hits the text properties.
21190         (org-agenda-next-date-line, org-agenda-previous-date-line):
21191         New commands.
21192         (org-set-regexps-and-options): Category may contain white space.
21193         (org-agenda-get-deadlines, org-agenda-get-scheduled):
21194         Improve marker positions.
21195         (org-agenda-new-marker): Argument POS made optional.
21196         (org-agenda-get-timestamps): Deadlines which are done are listed
21197         in org-done-face now.
21198         (org-agenda-get-todos, org-agenda-get-timestamps)
21199         (org-agenda-get-deadlines, org-agenda-get-scheduled):
21200         Set `undone-face' and `done-face' properties.
21201         (org-last-todo-state-is-todo): New variable.
21202         (org-todo): Set `org-last-todo-state-is-todo'.
21203         (org-agenda-todo): Change face according to
21204         `org-last-todo-state-is-todo'.  And change other lines referring to
21205         the same entry.
21206         (org-calendar-goto-agenda): New command.
21207         (org-calendar-to-agenda-key): New option.
21208         (org-startup-folded): New allowed value `content'.
21209         (org-set-regexps-and-options): Accept new value `content' for
21210         `org-startup-folded'.
21211         (org-get-current-options): Handle new value `content' for
21212         `org-startup-folded'.
21213         (org-insert-todo-heading): New command.
21214         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21215         interactively in empty file and option
21216         `org-insert-mode-line-in-empty-file' has been set.
21217         (org-agenda-todo, org-agenda-priority): Modify to use
21218         `org-agenda-change-all-lines'.
21219         (org-warning-face): Change color on dark background
21221 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21223         * international/mule-cmds.el (set-locale-environment): On Mac OS,
21224         use preferences AppleLocale and AppleLanguages, and variable
21225         mac-system-locale for default locale.  On Mac OS Classic, use
21226         mac-system-coding-system for default coding systems.
21228         * term/mac-win.el: Don't set file-name-coding-system.
21229         Decode variables system-name, emacs-build-system, user-login-name, and
21230         user-full-name by mac-system-coding-system on Mac OS Classic.
21231         (mac-system-coding-system): New variable.
21233 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
21235         * startup.el (command-line): Handle `xterm-mouse-mode' before
21236         reading init file.
21238         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21240 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
21242         * progmodes/sh-script.el (sh-here-document-word): Make it a
21243         defcustom.  Doc fix.
21244         (sh-add): Bash uses $(( )) for arithmetic.
21245         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21246         (sh-maybe-here-document): Remove quotes and leading whitespace
21247         from heredoc word when closing.  Indent heredoc with tabs if word
21248         starts with "-".
21250 2005-04-13  Richard M. Stallman  <rms@gnu.org>
21252         * simple.el (undo): Fix previous change.
21254         * custom.el (defface): Doc fix.
21256 2005-04-13  Lute Kamstra  <lute@gnu.org>
21258         * Makefile.in (DONTCOMPILE): Remove list.
21259         (compile, compile-always): Don't use DONTCOMPILE.
21260         (update-authors): Load the library in which batch-update-authors
21261         is defined.
21262         * makefile.w32-in (DONTCOMPILE): Remove list.
21263         (compile, compile-always): Fix comments.
21264         (update-authors): Load the library in which batch-update-authors
21265         is defined.
21267         * generic-x.el (generic-mode-ini-file-find-file-hook):
21268         Rename to ini-generic-mode-find-file-hook.
21269         Keep generic-mode-ini-file-find-file-hook as an alias.
21270         (ini-generic-mode-find-file-hook): Rename from
21271         generic-mode-ini-file-find-file-hook.  Fix docstring.
21272         (ini-generic-mode): Docstring change.
21273         (bat-generic-mode-run-as-comint): Silence the byte compiler.
21275         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21276         called from lisp.
21278         * generic.el: Move to the emacs-lisp subdir.
21280 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
21282         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21283         and C-S- function and cursor motion keys.
21285 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
21287         * startup.el (command-line): Enable Xterm Mouse mode by default.
21288         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21289         for Custom.  No longer show "Mouse" in mode line when enabled.
21290         Doc fix.
21292 2005-04-12  Kim F. Storm  <storm@cua.dk>
21294         * emulation/cua-base.el (cua-rectangle-face)
21295         (cua-rectangle-noselect-face): Define face attributes here.
21297         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21299 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21301         * startup.el (command-line): Turn off blinking cursor if
21302         cursorBlink in resources is off or false.
21304 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21306         * term/mac-win.el (dnd): Require dnd.
21307         (mac-drag-n-drop): Call dnd-handle-one-url.
21308         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21309         (kTextEncodingISOLatin2): Remove constants.
21310         (mac-script-code-coding-systems): New constant.
21311         (mac-handle-language-change): New function.
21312         (special-event-map): Bind it to `language-change' event.
21313         (mac-centraleurroman, mac-cyrillic): New coding systems.
21314         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21315         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21316         and mac-cyrillic-encoder to encode-mac-centraleurroman and
21317         encode-mac-cyrillic, respectively.
21319 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
21321         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21322         Don't set overlay-arrow-string to "=>" as this is done
21323         globally in C now.
21325 2005-04-12  Lute Kamstra  <lute@gnu.org>
21327         * generic-x.el (rc-generic-mode, rul-generic-mode):
21328         Fix auto-mode-alist entries.
21329         (etc-fstab-generic-mode): Tweak fontification.
21331         * generic.el (generic-make-keywords-list): Fix docstring.
21332         (generic-mode-internal): Simplify generic-font-lock-keywords.
21334 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
21336         * whitespace.el (whitespace-buffer-leading)
21337         (whitespace-buffer-trailing): Revert the incorrect test inversion.
21338         However, fix the highlight area for the leading and
21339         trailing whitespaces to show space.
21341 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
21343         * whitespace.el (whitespace-version): Bump to 3.5
21345         (whitespace-buffer-leading, whitespace-buffer-trailing):
21346         Invert sense of the test to highlight the whitespace.
21348 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
21350         * progmodes/gud.el (gud-display-line): GUD uses its own
21351         overlay arrow now so don't set overlay-arrow-string.
21352         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21354 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
21356         * term.el (term-ansi-current-bold, term-ansi-current-underline)
21357         (term-ansi-current-reverse, term-ansi-current-invisible)
21358         (term-ansi-face-already-done): Change to boolean.
21359         (term-reset-terminal, term-handle-colors-array): Handle the above
21360         vars accordingly.
21361         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21362         (term-emulate-terminal): Use the new name.
21364         * faces.el (secondary-selection): Use yellow1, not yellow.
21365         (trailing-whitespace): Use red1, not red.
21367 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21369         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21370         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21371         (dired-dnd-handle-file): Call dnd-get-local-file-uri
21373         * cus-edit.el (dnd): New group.
21375         * term/w32-win.el (dnd): Require dnd
21376         (w32-drag-n-drop): Call dnd-handle-one-url.
21378         * x-dnd.el: Require dnd.
21379         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21380         Call dnd-handle-one-url.
21381         (x-dnd-types-alist, x-dnd-insert-utf8-text)
21382         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21383         to dnd-insert-text.
21384         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21385         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21386         (x-dnd-get-local-file-name, x-dnd-open-local-file)
21387         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21389         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21391 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
21393         * wdired.el: Doc fixes.
21394         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21395         (wdired-use-dired-vertical-movement): Rename from
21396         wdired-always-move-to-filename-beginning.
21397         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21398         (wdired-change-to-wdired-mode): Change mode name.
21399         (wdired-newline): Delete.
21401 2005-04-11  Richard M. Stallman  <rms@gnu.org>
21403         * whitespace.el (whitespace-highlight-the-space):
21404         Don't call whitespace-unhighlight-the-space here.
21406         * simple.el (undo): Record t in undo-equiv-table
21407         for the redo record made by an undo-in-region.
21409 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
21411         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21412         (gdb-frame-inferior-io-buffer): New Functions to control
21413         display of separate IO buffer.
21414         (menu): Add them to menu-bar.
21415         (gdb-display-buffer): Check for buffer another frame.
21416         Protect GUD buffer.
21417         (gdb-setup-windows): Create IO buffer if not already there.
21418         (gdb-memory-mode): Remove purecopy noops.
21420 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
21422         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21423         and pass to self-insert-command.
21425 2005-04-11  Lute Kamstra  <lute@gnu.org>
21427         * generic.el: Commentary section cleanup.
21428         (generic): Delete.
21429         (generic-use-find-file-hook, generic-lines-to-scan)
21430         (generic-find-file-regexp, generic-ignore-files-regexp)
21431         (default-generic-mode, generic-mode-find-file-hook)
21432         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21433         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
21434         (generic-use-find-file-hook, generic-lines-to-scan)
21435         (generic-find-file-regexp, generic-ignore-files-regexp)
21436         (default-generic-mode, generic-mode-find-file-hook)
21437         (generic-mode-ini-file-find-file-hook): Move from generic.el.
21439 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
21441         * bookmark.el (bookmark-write-file): Catch errors writing file.
21442         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21444 2005-04-10  Richard M. Stallman  <rms@gnu.org>
21446         * startup.el (fancy-splash-tail): Update copyright year.
21447         (command-line): Split part of -Q into -D.
21448         (emacs-basic-display): New defvar.
21449         (fancy-splash-text): Correct name of menu item.
21451         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21453         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21454         lines in one node.
21456         * comint.el (comint-send-input): New arg ARTIFICIAL.
21457         Callers in this file changed.
21459         * abbrev.el (define-abbrevs): Read system abbrevs properly.
21461         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21463 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
21465         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
21466         `ldap-search-internal'.
21468 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21470         * files.el (set-auto-mode-1): Use line-end-position.
21472         * international/latin-1.el:
21473         * international/latin-2.el:
21474         * international/latin-3.el:
21475         * international/latin-4.el:
21476         * international/latin-5.el:
21477         * international/latin-8.el:
21478         * international/latin-9.el: Give punctuation syntax to NBSP.
21480         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21481         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21482         Use char-classes to accept non-ascii letters, accepted in some recent
21483         bibtex implementations.
21485 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
21487         * custom.el (custom-set-minor-mode): Any non-nil value for the
21488         variable should enable the mode when set through Custom.
21490 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21492         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21493         TAB binding so tab-always-indent is obeyed.
21494         (vhdl-minibuffer-local-map): Move initialization into declaration.
21495         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21496         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21497         (vhdl-hooked-abbrev): Avoid test for XEmacs.
21498         (vhdl-current-line): Use line-beginning-position.
21499         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21500         with-output-to-temp-buffer, so the current position can be recorded.
21502 2005-04-10  Masatake YAMATO  <jet@gyve.org>
21504         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21505         Add regexp for gcov.
21507 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21509         * calendar/time-date.el (time-to-seconds, seconds-to-time)
21510         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21511         syntax which Emacs 20 doesn't support.
21513 2005-04-09  Richard M. Stallman  <rms@gnu.org>
21515         * help.el (describe-key-briefly, describe-key):
21516         Replace strings as event types with "(any string)".
21518 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21520         * arc-mode.el (archive-mode-map): Move initialization into
21521         the declaration.  Override *all* bindings of `undo'.
21522         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21524 2005-04-09  Jay Belanger  <belanger@truman.edu>
21526         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21528 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
21530         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21531         (xterm-register-default-colors): Update color values computation
21532         to match xterm-200.
21534 2005-04-09  Kenichi Handa  <handa@m17n.org>
21536         * international/code-pages.el (iso-latin-7): Fix the map.
21538 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
21540         * emacs-lisp/lisp.el (defun-prompt-regexp)
21541         (parens-require-spaces, buffer-end, end-of-defun)
21542         (insert-parentheses): Doc fixes.
21544 2005-04-08  Kim F. Storm  <storm@cua.dk>
21546         * comint.el (comint-highlight-prompt): Fix face spec.
21547         * hi-lock.el (hi-green): Likewise.
21549 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
21551         * cus-edit.el (custom-modified-face):
21552         * comint.el (comint-highlight-input): Fix previous changes.
21553         * term.el (term-handle-ansi-escape): Add a comment.
21555 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21557         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21558         in the buffer and in whitespace-highlighted-space.
21559         (whitespace-unhighlight-the-space): Simplify.
21560         (whitespace-buffer): Simplify.
21562 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
21564         * textmodes/table.el (table-cell-face): Add special case for
21565         displays supporting a high number of colors.
21566         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21567         (vhdl-font-lock-reserved-words-face)
21568         (vhdl-speedbar-architecture-face)
21569         (vhdl-speedbar-instantiation-face)
21570         (vhdl-speedbar-architecture-selected-face)
21571         (vhdl-speedbar-instantiation-selected-face): Likewise.
21572         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21573         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21574         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21575         (ebrowse-root-class-face, ebrowse-member-attribute-face)
21576         (ebrowse-progress-face): Likewise.
21577         * progmodes/compile.el (compilation-info-face): Likewise.
21578         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21579         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21580         * calendar/calendar.el (diary-face): Likewise.
21581         * woman.el (woman-italic-face, woman-bold-face)
21582         (woman-unknown-face): Likewise.
21583         * wid-edit.el (widget-button-pressed-face): Likewise.
21584         * whitespace.el (whitespace-highlight-face): Likewise.
21585         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21586         * pcvs-info.el (cvs-marked-face): Likewise.
21587         * info.el (info-xref): Likewise.
21588         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21589         * hilit-chg.el (highlight-changes-face)
21590         (highlight-changes-delete-face): Likewise.
21591         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21592         (hi-red-b): Likewise.
21593         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21594         * font-lock.el (font-lock-keyword-face)
21595         (font-lock-function-name-face, font-lock-warning-face): Likewise.
21596         * cus-edit.el (custom-invalid-face, custom-modified-face)
21597         (custom-set-face, custom-changed-face, custom-variable-tag-face)
21598         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21599         * comint.el (comint-highlight-prompt): Likewise.
21601 2005-04-08  Lute Kamstra  <lute@gnu.org>
21603         * font-lock.el (font-lock-keywords): Docstring fixes.
21605 2005-04-08  Kenichi Handa  <handa@m17n.org>
21607         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21608         chars are more than a limit, print " and more..." at the tail.
21610 2005-04-08  Kim F. Storm  <storm@cua.dk>
21612         * emacs-lisp/authors.el (authors-aliases): Update list.
21613         (authors-ignored-files): New list.
21614         (authors-fixed-entries): Fix typo.
21615         (authors-renamed-files-alist): Update list.
21616         (authors-add): Check authors-ignored-files.
21618 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
21620         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21621         optional, to ensure backward compatibility.
21623 2005-04-08  Stephen Eglen  <stephen@gnu.org>
21625         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21627 2005-04-08  Kim F. Storm  <storm@cua.dk>
21629         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21631         * mouse.el (mouse-on-link-p): Doc fix.
21633 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
21635         * ielm.el (ielm-prompt-read-only): Doc fix.
21637         * comint.el (comint-prompt-read-only): Doc fix.
21639 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
21641         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21642         ensure dired always handles wildcards passed to ffap.
21643         (find-file-at-point): Use it.
21644         (ffap-dired-wildcards): Doc fix.
21646 2005-04-07  Juri Linkov  <juri@jurta.org>
21648         * simple.el (next-error-overlay-arrow-position): New defvar.
21649         Put "=>" on its property `overlay-arrow-string'.  Add it to
21650         `overlay-arrow-variable-list'.
21652         * progmodes/compile.el (compilation-setup):
21653         Set `next-error-overlay-arrow-position' to nil.  Also set it to
21654         nil in the local hook `kill-buffer-hook'.  Make local variable
21655         `overlay-arrow-string' and set it to "=>".
21656         (compilation-goto-locus): Set BOL position to
21657         `next-error-overlay-arrow-position' instead of
21658         `overlay-arrow-position'.
21660         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21661         locally instead of adding it to the global hook.
21662         (Info-kill-buffer): Move up.
21664 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
21666         * term/xterm.el (xterm-standard-colors): Update color values from
21667         xterm-200.
21669 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21671         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21673         * fast-lock.el:
21674         * lazy-lock.el: Move them to the obsolete subdir.
21676 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
21678         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21679         (wdired-add-replace-advice): Remove.
21680         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21682 2005-04-06  Kim F. Storm  <storm@cua.dk>
21684         * startup.el (command-line): Add --bare-bones alias for -Q.
21686 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21688         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21689         create the startup fontset if a font specification ends with
21690         `mac-roman'.
21692 2005-04-06  Lute Kamstra  <lute@gnu.org>
21694         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21695         change.
21697         * emacs-lisp/copyright.el (copyright-update-year): Replace the
21698         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
21700 2005-04-05  Lute Kamstra  <lute@gnu.org>
21702         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21703         (define-generic-mode): Ditto.  Fix debug declaration.
21705         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21706         Put them in the generic-x group.
21708         * calendar/timeclock.el (timeclock): Doc fix.
21710         * generic.el (define-generic-mode): Don't use custom-current-group.
21711         Document default :group value.
21712         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21713         (define-global-minor-mode): Don't use custom-current-group.
21715 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
21717         * startup.el (command-line-1): Display startup-echo-area-message
21718         when fancy splash screen is in use.
21720         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21721         (sh-escaped-newline): New face.
21722         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21723         newline, and use sh-escaped-newline face.
21725         * progmodes/tcl.el (tcl-escaped-newline): New face.
21726         (tcl-builtin-list): New variable.
21727         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21728         newlines.  Fix keywords subexpression number.
21730 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
21732         * textmodes/org.el (org-diary-default-entry): Fix call to
21733         `add-to-diary-entry'.
21735 2005-04-05  Kim F. Storm  <storm@cua.dk>
21737         * ediff-init.el: Use (featurep 'xemacs).
21739 2005-04-05  David Ponce  <david@dponce.com>
21741         * cus-edit.el (face): Derive from symbol widget.  Display sample
21742         of the current face on the fly.
21743         (widget-face-sample-face-get, widget-face-notify): New functions.
21744         (widget-face-value-create): Remove.
21746         * wid-edit.el (widget-field-end): Temporarily remove field
21747         narrowing before to call `get-char-property'.
21749 2005-04-04  Jay Belanger  <belanger@truman.edu>
21751         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21752         (math-read-subscripts): New variable.
21753         (math-read-preprocess-string): Process subscripts.
21755 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
21757         * comint.el (comint-prompt-read-only): Doc fix.
21759         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21760         `-1'.  Doc fix.
21762 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
21764         * textmodes/org.el (org-insert-mode-line-in-empty-file):
21765         Change default value to nil.
21767 2005-04-04  Lute Kamstra  <lute@gnu.org>
21769         * autorevert.el (auto-revert-mode): Specify :group.
21770         * battery.el (display-battery-mode): Specify :group.
21771         * diff-mode.el (diff-minor-mode): Specify :group.
21772         * font-core.el (font-lock-mode): Specify :group.
21773         * hl-line.el (hl-line-mode): Specify :group.
21774         * iimage.el (iimage): New customization group.
21775         (iimage-mode): Specify :group.
21776         * longlines.el (longlines-mode): Specify :group.
21777         * master.el: Don't require easy-mmode.
21778         (master): New customization group.
21779         (master-mode): Specify :group.
21780         * msb.el (msb-mode): Specify :group.
21781         * reveal.el (reveal-mode): Specify :group.
21782         * simple.el (next-error-follow-minor-mode): Specify :group.
21783         * smerge-mode.el (smerge-mode): Specify :group.
21784         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21785         * emulation/cua-base.el (cua-mode): Specify :group.
21786         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21787         * language/thai-util.el (thai-auto-composition-mode)
21788         (thai-word-mode): Specify :group.
21789         * mail/supercite.el (sc-minor-mode): Specify :group.
21790         * progmodes/cwarn.el (cwarn-mode): Specify :group.
21791         * progmodes/flymake.el (flymake-mode): Specify :group.
21792         * progmodes/glasses.el (glasses-mode): Specify :group.
21793         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21794         * textmodes/enriched.el (enriched-mode): Specify :group.
21795         * textmodes/refill.el (refill-mode): Specify :group.
21797         * add-log.el (change-log-font-lock-keywords): Names in
21798         parenthesized lists can contain spaces.
21800 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
21802         * startup.el (fancy-splash-text): Shorten default text of
21803         "Emacs Tutorial" line.  Also, if the current language env
21804         indicates an available tutorial file other than TUTORIAL,
21805         extract its title and append it to the line in parentheses.
21806         (fancy-splash-insert): If arg is a thunk, funcall it.
21808 2005-04-04  Jay Belanger  <belanger@truman.edu>
21810         * calc.el (calc-language-alist): Add tags to customization type.
21812 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
21814         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21815         Doc fix.
21817 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
21819         * add-log.el (change-log-font-lock-keywords): The manual
21820         describing a Change Log entry, says: (...) "Aside from these
21821         header lines, every line in the change log starts with a space or
21822         a tab.".  The font-lock was not highlighting lines started with
21823         spaces, added support for it.
21825 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21827         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21828         (bibtex-generate-url-list): Update docstring accordingly.  Put the
21829         complex example in the docstring.
21830         (bibtex-font-lock-url): Use pop.
21832 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21834         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21836         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21838 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
21840         * filesets.el (filesets-set-default): Doc fix.
21842 2005-04-03  Lute Kamstra  <lute@gnu.org>
21844         * generic.el (define-generic-mode): Add argument to specify
21845         keywords for defcustom.
21846         (default-generic-mode): Specify :group.
21848         * generic-x.el: Specify :group for all generic modes.
21850         * desktop.el (desktop-no-desktop-file-hook)
21851         (desktop-after-read-hook): Doc fix.
21853 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
21855         * simple.el (visible-mode): Use explicit :group keyword.
21856         This changes the group of `visible-mode-hook' from paren-blinking
21857         to editing-basics.
21859 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
21861         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
21862         mailbox specifications as well as URLs.
21863         (rmail-insert-inbox-text): Remove unused conditional branches.
21865 2005-04-01  Jay Belanger  <belanger@truman.edu>
21867         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21868         (calc-gnuplot-print-command): Move definitions to calc.el.
21870         * calc/calc-embed.el (calc-embedded-announce-formula)
21871         (calc-embedded-open-formula, calc-embedded-close-formula)
21872         (calc-embedded-open-word, calc-embedded-close-word)
21873         (calc-embedded-open-plain, calc-embedded-close-plain)
21874         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21875         (calc-embedded-open-mode, calc-embedded-close-mode):
21876         Move definitions to calc.el.
21878         * calc/calc.el (calc-settings-file, calc-language-alist):
21879         Make customizable.
21880         (calc-embedded-announce-formula, calc-embedded-open-formula)
21881         (calc-embedded-close-formula, calc-embedded-open-word)
21882         (calc-embedded-close-word, calc-embedded-open-plain)
21883         (calc-embedded-close-plain, calc-embedded-open-new-formula)
21884         (calc-embedded-close-new-formula, calc-embedded-open-mode)
21885         (calc-embedded-close-mode, calc-gnuplot-name)
21886         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21887         from other files and make customizable.
21889 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21891         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21892         Use buffer-live-p.
21893         (cvs-mode-run): Don't call cvs-update-header here.
21894         (cvs-run-process): Call cvs-update-header.
21895         Use process properties for cvs-postprocess and cvs-buffer so that
21896         the sentinel can behave better if the temp buffer is killed.
21897         Use a pipe rather than a tty, to better handle unexpected prompts.
21898         (cvs-sentinel): Rewrite.  Call cvs-update-header.
21900 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
21902         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21903         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
21905 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21907         * generic.el (define-generic-mode): Add indentation rule.
21909 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
21911         * files.el (mode-require-final-newline): Make Custom correctly
21912         report a nil value and allow to set it to nil via Custom.
21913         Doc fix.
21915 2005-04-01  Kenichi Handa  <handa@m17n.org>
21917         * international/characters.el: Enable the correct case setting for
21918         dotless-i and dotted-I.
21920 2005-04-01  Kim F. Storm  <storm@cua.dk>
21922         * ido.el (ido-file-internal): Fall back to non-ido command if
21923         initial directory is on slow ftp (or tramp) host.
21925 2005-03-31  Richard M. Stallman  <rms@gnu.org>
21927         * emacs-lisp/autoload.el (make-autoload):
21928         Handle define-global-minor-mode.
21930         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21931         Rename from easy-mmode-define-global-mode.
21932         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21934         * progmodes/scheme.el (scheme-mode-syntax-table):
21935         Update syntax of | and # for two-character comment syntax.
21937 2005-03-31  Lute Kamstra  <lute@gnu.org>
21939         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21940         (define-minor-mode): Call custom-current-group at load-time.
21942         * generic.el (define-generic-mode): Add debug declaration.
21943         Add defcustom for the mode hook.
21944         (generic-mode-internal): Use run-mode-hooks.
21946 2005-03-31  Kim F. Storm  <storm@cua.dk>
21948         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21949         (mouse-fixup-help-message): New defun called by show_help_echo
21950         to fixup mouse-2 prefix in help messages when applicable.
21952         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21954 2005-03-31  Kenichi Handa  <handa@m17n.org>
21956         * language/thai-word.el (thai-find-word-ends): Pay attention to
21957         the case that we reach the end of buffer.
21959         * textmodes/fill.el (fill-text-properties-at): New function.
21960         (fill-newline): Use fill-text-properties-at instead of
21961         text-properties-at.
21963 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
21965         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
21966         not comint-quote-filename.
21968 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
21970         * help-fns.el (help-with-tutorial): Revert last change.
21972 2005-03-31  Kim F. Storm  <storm@cua.dk>
21974         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
21976 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
21978         * calendar/cal-china.el: Update reference to "Calendrical
21979         Calculations" book; there's a new edition.
21980         * calendar/cal-coptic.el: Likewise.
21981         * calendar/cal-french.el: Likewise.
21982         * calendar/cal-hebrew.el: Likewise.
21983         * calendar/cal-islam.el: Likewise.
21984         * calendar/cal-iso.el: Likewise.
21985         * calendar/cal-julian.el: Likewise.
21986         * calendar/cal-mayan.el: Likewise.
21987         * calendar/cal-persia.el: Likewise.
21988         * calendar/calendar.el: Likewise.
21989         * calendar/holidays.el: Likewise.
21990         * calendar/lunar.el: Likewise.
21991         * calendar/solar.el: Likewise.
21993         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
21994         white space from doc string.
21996 2005-03-30  Jay Belanger  <belanger@truman.edu>
21998         * calc/calc-help.el (calc-full-help): Remove email address.
22000 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
22002         * help-fns.el (help-with-tutorial): Delete title line.
22004 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
22006         * calendar/cal-x.el (calendar-one-frame-setup)
22007         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22008         rather than `symbol' for set-window-dedicated-p.
22010         * calendar/appt.el (appt-buffer-name): Make it a constant.
22011         (appt-add): Doc fix.
22013         * filesets.el (filesets-menu-path, filesets-menu-before)
22014         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
22015         (filesets-menu-cache-file): Use directory ~/.emacs.d.
22016         (filesets-add-submenu): Delete and use add-submenu instead.
22018 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
22020         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22021         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22022         (org-diary-default-entry): New function.
22023         (org-get-entries-from-diary): Better parsing of diary entries.
22024         (org-agenda-check-no-diary): New function.
22025         ("diary-lib"): Advice to function `add-to-diary-list', to allow
22026         linking to diary entries.
22027         (org-agenda-execute-calendar-command): New function.
22028         (org-agenda): Improve visible section in window.
22029         Use `org-fit-agenda-window'.
22030         (org-fit-agenda-window): New option.
22031         (org-move-subtree-down): Better handling of empty lines
22032         at end of subtree.
22033         (org-cycle): Numeric prefix is interpreted now as show-subtree N
22034         levels up.
22035         (org-fontify-done-headline): New option.
22036         (org-headline-done-face): New face.
22037         (org-set-font-lock-defaults): Use `org-headline-done-face'.
22038         (org-table-copy-down): Rename from `org-table-copy-from-above'.
22039         When current field is non-empty, it is copied to next row.
22040         (org-table-copy-from-above): Fix bug which made it
22041         impossible to copy fields containing only a single non-white character.
22043 2005-03-30  Kim F. Storm  <storm@cua.dk>
22045         * kmacro.el (kmacro-end-macro): Isearch may store this command
22046         into the macro -- so ignore it when executing keyboard macro.
22048 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
22050         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22052 2005-03-29  Kenichi Handa  <handa@m17n.org>
22054         * language/thai.el ("Thai"): Set setup-function and exit-function
22055         for Thai language environment.
22057         * language/thai-util.el: Require thai-word.
22058         (thai-word-mode-map): New variable.
22059         (thai-word-mode): New minor mode.
22060         (setup-thai-language-environment-internal): New function.
22061         (exit-thai-language-environment-internal): New function.
22063         * language/thai-word.el (thai-word-table): Declare it by defvar,
22064         use dolist to initialize it.
22065         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22066         (thai-fill-find-break-point): New functions.
22068 2005-03-29  Richard M. Stallman  <rms@gnu.org>
22070         * simple.el (idle-update-delay): Move definition up.
22071         (set-mark): Doc fix.
22073 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
22075         * longlines.el: New file.
22077         * simple.el (buffer-substring-filters): New variable.
22078         (filter-buffer-substring): New function.
22079         (kill-region, copy-region-as-kill): Use it.
22081         * register.el (copy-to-register, append-to-register)
22082         (prepend-to-register): Use filter-buffer-substring.
22084 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
22086         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22087         (gud-filter-pending-text): Move in front of gdb.
22088         (gud-overlay-arrow-position): New variable.
22089         (gud-sentinel, gud-display-line): Use it in place of
22090         overlay-arrow-position.
22092 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
22094         * progmodes/fortran.el (fortran-if-indent): Doc fix.
22095         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22096         (fortran-font-lock-keywords-4): New variable.
22097         (fortran-blocks-re, fortran-end-block-re)
22098         (fortran-start-block-re): New constants, for hideshow.
22099         (hs-special-modes-alist): Add a Fortran entry.
22100         (fortran-mode-map): Bind fortran-end-of-block,
22101         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22102         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
22103         (fortran-looking-at-if-then, fortran-end-of-block)
22104         (fortran-beginning-of-block): New functions, for hideshow.
22106         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22107         Doc fix.  Tweak regexp.
22108         (f90-beginning-of-block): Push mark first.
22110 2005-03-29  Jay Belanger  <belanger@truman.edu>
22112         * calc/calc.el: Update copyright date.
22113         (calc-version): Increase to 2.1.
22114         (calc-version-date): Remove.
22116         * calc/calc-help.el: Update copyright date.
22117         (calc-full-help): Remove reference to calc-version-date.
22118         Update copyright date.
22120 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22122         * vc.el (vc-do-command): Use a pipe for async processes, so password
22123         prompts don't show up at places where the user can't reply.
22125 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
22127         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22128         on the file name we pass to the inferior shell.
22130 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
22132         * progmodes/which-func.el (which-function): Be robust in the face of an
22133         imenu--make-index-alist failure.
22135 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22137         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22139         * progmodes/python.el (python-preoutput-filter): Fix last change.
22141 2005-03-29  Lute Kamstra  <lute@gnu.org>
22143         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22144         functions and compiled macros.
22145         (debug-convert-byte-code): Handle macros too.
22146         (debug-on-entry-1): Don't signal an error when trying to clear a
22147         function that is not set to debug on entry.
22149 2005-03-29  Jay Belanger  <belanger@truman.edu>
22151         * calc/calc-lang.el: Add functions to math-function-table
22152         properties of tex and math.
22154 2005-03-29  Kenichi Handa  <handa@m17n.org>
22156         * ps-mule.el (ps-mule-plot-string): Translate characters by
22157         ps-print-translation-table.
22158         (ps-mule-begin-job): Call find-charset-region/string with
22159         ps-print-translation-table.
22160         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22162         * ps-print.el (ps-print-translation-table): New variable.
22163         (ps-plot-region): Translate characters by ps-print-translation-table.
22165 2005-03-29  Juri Linkov  <juri@jurta.org>
22167         * simple.el (next-error-highlight-timer): New variable.
22169         * progmodes/compile.el (compilation-goto-locus):
22170         Use `next-error-highlight-timer' instead of `sit-for'.
22172 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22174         * mail/supercite.el (sc-mail-field): Use assoc-string.
22175         (sc-get-address): Simplify regexps.
22177         * files.el (minibuffer-with-setup-hook): New macro.
22178         (find-file-read-args): Use it to avoid let-binding
22179         minibuffer-with-setup-hook (which breaks turning on/off
22180         file-name-shadow-mode while in the prompt).
22182         * complete.el (PC-read-include-file-name-internal):
22183         Use test-completion.
22185 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
22187         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22189 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22191         * window.el (window-buffer-height): Use count-screen-lines.
22193         * progmodes/python.el (python-preoutput-leftover): New var.
22194         (python-preoutput-filter): Use it.
22195         (python-send-receive): Loop until all the result has been received.
22197 2005-03-28  Juri Linkov  <juri@jurta.org>
22199         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22201         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22202         "Recover Crashed Session".
22203         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22204         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22205         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22206         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22207         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22208         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22209         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22210         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22212         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22213         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22214         Ediff Sessions", "Toggle use of separate control buffer frame",
22215         "Use separate frame for Ediff control buffer".
22217         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22218         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22219         "Rename Bookmark", "Delete Bookmark".
22221         * info.el (Info-mode-menu): Remove ellipsis from "Index".
22222         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22223         Add `:active Info-index-alternatives' to "Next Matching Item".
22225         * wdired.el (wdired-change-to-wdired-mode):
22226         Mention `wdired-abort-changes' key in the initial message.
22228         * international/mule.el (auto-coding-alist): Associate non-ascii
22229         image filename extensions with `no-conversion'.
22231 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22233         * international/iso-acc.el:
22234         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22236 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
22238         * textmodes/sgml-mode.el (html-mode): Doc update.
22240         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22242 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
22244         * term.el (term-move-columns): Fix face after extending a line.
22245         (term-insert-spaces): Likewise.
22246         (term-reset-terminal): Fix off by one error.
22248 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
22250         * international/mule.el (auto-coding-alist): Add .xpi files.
22252         * files.el (auto-mode-alist): Add .xpi files.
22254 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
22256         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22258 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
22260         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22262 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
22264         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22265         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
22267         * calendar/cal-move.el (calendar-beginning-of-year): Move the
22268         cursor to Jan 1 when needed.
22269         (calendar-end-of-year): Fix -/+ typo.
22270         Reported by Chong Yidong <cyd@stupidchicken.com>.
22272 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22274         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22276         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22277         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
22279 2005-03-25  Richard M. Stallman  <rms@gnu.org>
22281         * filesets.el (filesets-init): Add autoload.
22283         * mail/mailalias.el (mail-directory): Doc fix.
22285 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
22287         * mail/mailalias.el (mail-directory-process): Do nothing if
22288         mail-directory-process is an atom.
22289         (mail-get-names): Ignore mail-directory-names if it is an atom.
22290         (mail-directory-process defvar): Doc fix.
22291         (mail-names): Doc fix.
22293 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
22295         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22297 2005-03-26  Kenichi Handa  <handa@m17n.org>
22299         * international/mule-util.el (detect-coding-with-priority):
22300         Call update-coding-systems-internal before detect-coding-region.
22302 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
22304         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22305         (gdb-frames-mode-map): Add follow-link property.
22307 2005-03-25  Jay Belanger  <belanger@truman.edu>
22309         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22310         for variables.
22312 2005-03-25  Juri Linkov  <juri@jurta.org>
22314         * image-mode.el: Optimize image filename extension regexps in
22315         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
22316         in `auto-mode-alist'.
22317         (image-mode): Add `image-toggle-display-text' to local hook
22318         `change-major-mode-hook'.  Display the image as an image by
22319         default.  Set `cursor-type' and `truncate-lines' if the image
22320         is already displayed.  Take into account the current mode (image
22321         or text) in message.
22322         (image-minor-mode): New minor mode.
22323         (image-mode-maybe, image-toggle-display-text): New functions.
22324         (image-toggle-display): Use called-interactively-p.
22325         Let-bind `inhibit-read-only' to t.
22327         * image-mode.el (image-minor-mode): Set `cursor-type' and
22328         `truncate-lines' if the image is already displayed.  Add turning
22329         image-minor-mode off to `change-major-mode-hook'.  Add message.
22330         Call `image-toggle-display-text' after turning image-minor-mode off.
22332 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22334         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22335         Terminal.app, use utf-8.
22336         (set-display-table-and-terminal-coding-system): Add coding-system arg.
22337         (set-locale-environment): Use it.
22339         * term/xterm.el: Undo last change, better done in mule-cmds.el.
22341         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22343         * progmodes/python.el (python-close-block-statement-p)
22344         (python-outdent-p, python-current-defun): Use symbol-end.
22346 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
22348         * files.el (save-some-buffers): Doc fix.
22350 2005-03-25  Werner Lemberg  <wl@gnu.org>
22352         * complete.el, thumbs.el: Replace `legal' with `valid'.
22353         * calendar/calendar.el: Replace `legal' with `valid'.
22354         * emacs-lisp/advice.el: Replace `legal' with `valid'.
22355         * mail/supercite.el: Replace `legal' with `valid'.
22356         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22357         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22358         Replace `legal' with `valid'.
22359         * textmodes/reftex-vars.el, textmodes/reftex.el:
22360         Replace `legal' with `valid'.
22362 2005-03-25  Werner Lemberg  <wl@gnu.org>
22364         * calc/calc-forms.el, calc/calc-sel.el
22365         * midnight.el, vc-cvs.el
22366         * emacs-lisp/cl-macs.el
22367         * emulation/vip.el
22368         * eshell/esh-io.el, eshell/esh-var.el
22369         * mail/supercite.el
22370         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22371         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22372         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22373         * progmodes/sh-script.el, progmodes/xscheme.el
22374         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22375         * textmodes/reftex-index.el, textmodes/reftex-parse.el
22376         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22377         * textmodes/reftex.el, textmodes/org.el:
22378         Replace `illegal' with `invalid'.
22380 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22382         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22383         (flymake-find-buildfile, flymake-find-possible-master-files)
22384         (flymake-check-include, flymake-parse-line): Replace loops over the
22385         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22387         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22388         Substitute file-name-as-directory in the rest of the file.
22389         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22390         (flymake-replace-region): Remove unused arg `buffer'.
22391         (flymake-check-patch-master-file-buffer): Update calls to it.
22392         (flymake-add-err-info): Remove unused var `count'.
22393         (flymake-mode): Use define-minor-mode.
22395         * progmodes/flymake.el: Use with-current-buffer.
22396         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22397         flymake-replace-regexp-in-string, flymake-line-beginning-position)
22398         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22399         Avoid testing for `xemacs'.
22400         (flymake-nop): Move.
22401         (flymake-region-has-flymake-overlays): Return the computed value.
22402         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22403         Remove unused var `endline'.
22404         (flymake-get-line-count): Remove unused function.
22405         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22407         * emulation/vi.el:
22408         * generic.el:
22409         * hilit-chg.el (global-highlight-changes):
22410         * hi-lock.el (hi-lock-mode):
22411         * follow.el: find-file-hooks -> find-file-hook.
22413         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22415 2005-03-24  Juri Linkov  <juri@jurta.org>
22417         * dired.el (dired-mode-map): Add menu item "Compare directories"
22418         for dired-compare-directories.
22420         * dired-aux.el (dired-compare-directories): Add autoload cookie.
22421         Doc fix.  Replace `read-file-name' with `read-directory-name'.
22423 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22425         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22427 2005-03-24  Jay Belanger  <belanger@truman.edu>
22429         * calc/calc-embed.el (calc-embedded-mode-change): Save all
22430         relevant mode settings in calc-embedded-original-modes when modes
22431         are permanently changed.
22433 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22435         * autoinsert.el: find-file-hooks -> find-file-hook.
22437 2005-03-24  Lute Kamstra  <lute@gnu.org>
22439         * generic.el (generic-font-lock-defaults): Make it obsolete.
22440         (generic-font-lock-keywords): New variable to replace
22441         generic-font-lock-defaults.
22442         (generic-mode-set-font-lock): Delete it.
22443         (generic-mode-internal): Don't call generic-mode-set-font-lock.
22444         (generic-bracket-support): Add docstring.
22446         * generic-x.el: Rename generic-font-lock-defaults to
22447         generic-font-lock-keywords throughout.
22448         (mailagent-rules-setup-function): Delete it.
22449         (mailagent-rules-generic-mode): Use anonymous function instead.
22450         (show-tabs-generic-mode-font-lock-defaults-1)
22451         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22452         Quote faces.
22453         (show-tabs-tab-face, show-tabs-space-face): Specify background,
22454         not foreground.
22456         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22457         Recognize define-generic-mode.
22459 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22461         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22462         if there's no completion table.
22464 2005-03-23  Miles Bader  <miles@gnu.org>
22466         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22467         Remove tty-specific variants, as they're no longer needed.
22469 2005-03-23  Lute Kamstra  <lute@gnu.org>
22471         * generic-x.el: Code cleanup: make args constant whenever possible.
22472         (installshield-statement-keyword-list)
22473         (installshield-system-functions-list)
22474         (installshield-system-variables-list, installshield-types-list)
22475         (installshield-funarg-constants-list): Make them constants.
22477         * generic.el (generic-make-keywords-list): Add autoload cookie.
22479         * calendar/time-date.el: Add comment on time value formats.
22480         Don't require parse-time.
22481         (with-decoded-time-value): New macro.
22482         (encode-time-value): New function.
22483         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22484         (days-to-time): Return a valid time value when arg is huge.
22485         (time-since): Use time-subtract.
22486         (time-to-number-of-days): Use time-to-seconds.
22488 2005-03-23  David Ponce  <david@dponce.com>
22490         * recentf.el (recentf-keep): New option.
22491         (recentf-menu-action): Default to `find-file'.
22492         (recentf-keep-non-readable-files-flag)
22493         (recentf-keep-non-readable-files-p)
22494         (recentf-file-readable-p, recentf-find-file)
22495         (recentf-cleanup-remote): Remove.
22496         (recentf-include-p): More robust.
22497         (recentf-keep-p): New function.
22498         (recentf-remove-if-non-kept): Rename from
22499         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
22500         All callers updated.
22501         (recentf-menu-items-for-commands): Fix help string.
22502         (recentf-track-closed-file): Update.  Doc fix.
22503         (recentf-cleanup): Update.  Count removed files.  Doc fix.
22505 2005-03-23  Kim F. Storm  <storm@cua.dk>
22507         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22508         Don't inherit from fringe face (now happens automatically).
22510 2005-03-22  Kim F. Storm  <storm@cua.dk>
22512         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22513         position values.
22515 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22517         * menu-bar.el (showhide-date-time): Remove.
22518         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22519         (menu-bar-make-mm-toggle): Simplify.
22521 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22523         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22524         Accept qualified variable and function names.
22526 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
22528         * bindings.el (completion-ignored-extensions):
22529         Remove ".lis" for `vax-vms'.
22531 2005-03-22  Andreas Schwab  <schwab@suse.de>
22533         * generic-x.el: Revert last change.
22534         * ldefs-boot.el: Update.
22536 2005-03-22  Jay Belanger  <belanger@truman.edu>
22538         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22539         (calc-embedded-save-original-modes)
22540         (calc-embedded-restore-original-modes): New functions.
22541         (calc-do-embedded): Save original modes when entering embedded mode
22542         and restore when leaving embedded mode.
22543         (calc-embedded-modes-change): Change the value of
22544         calc-embedded-original-modes to reflect permanent changes.
22546 2005-03-22  Lute Kamstra  <lute@gnu.org>
22548         * generic-x.el: Require generic again.
22550 2005-03-22  Miles Bader  <miles@gnu.org>
22552         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22553         Tweak details to look good on both ttys and bitmap displays, light
22554         or dark background, etc.
22556 2005-03-21  Kim F. Storm  <storm@cua.dk>
22558         * tooltip.el (tooltip-show-help-function): Check car and cdr of
22559         mouse position.
22561 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22563         * icomplete.el: Don't forcibly turn on the mode upon load.
22564         (icomplete-mode): Use define-minor-mode.
22565         (icomplete-eoinput): Default to nil.
22566         (icomplete-minibuffer-setup): Remove autoload.
22567         (icomplete-tidy): Simplify.
22568         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22569         in the initial state or if the user has modified the field.
22570         Fix handling of icomplete-max-delay-chars.
22571         Remove code that handles the oddball case where
22572         minibuffer-completion-table is an integer.
22573         Wrap icomplete-completions in while-no-input in case building
22574         completions takes more time than expected.
22575         (icomplete-completions): Simplify.
22577 2005-03-21  Richard M. Stallman  <rms@gnu.org>
22579         * jka-compr.el (jka-compr-really-do-compress):
22580         Make variable buffer-local.
22582         * image-mode.el: Handle .xpm files too.
22583         (image-toggle-display): Preserve modification flag.
22585         * help.el (where-is): Don't mention aliases with no key bindings.
22587 2005-03-21  Lute Kamstra  <lute@gnu.org>
22589         * generic.el: Fix commentary section.  Don't require cl for
22590         compilation.
22591         (generic-mode-list): Add autoload cookie.
22592         (generic-use-find-file-hook, generic-lines-to-scan)
22593         (generic-find-file-regexp, generic-ignore-files-regexp)
22594         (generic-mode, generic-mode-find-file-hook)
22595         (generic-mode-ini-file-find-file-hook): Fix docstrings.
22596         (define-generic-mode): Make it a defmacro.  Fix docstring.
22597         (generic-mode-internal): Code cleanup.  Add autoload cookie.
22598         (generic-mode-set-comments): Code cleanup.
22599         * generic-x.el: Don't prevent compilation.  Don't require generic.
22600         Follow coding conventions.  Minor code cleanup.
22601         (etc-fstab-generic-mode): Add some keywords.
22602         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22603         define-generic-mode like a function declaration.
22605 2005-03-21  Jay Belanger  <belanger@truman.edu>
22607         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22608         changing modes.
22610 2005-03-21  Sam Steingold  <sds@gnu.org>
22612         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22614 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
22616         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22617         Add underscore to "f$ lexicals" regexp.
22619 2005-03-20  Juri Linkov  <juri@jurta.org>
22621         * subr.el (progress-reporter-do-update): When `min-value' is equal
22622         to `max-value', set `percentage' to 0 and prevent division by zero.
22624 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
22626         Sync with Tramp 2.0.48.
22628         * net/tramp.el (all): Change all addresses to .gnu.org.
22629         (tramp-append-tramp-buffers): New defun.
22630         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22631         Catch `dont-send' signal.
22632         (tramp-set-auto-save-file-modes): Set always permissions, because
22633         there might be an old auto-saved file belonging to another
22634         original file.  This could be a security threat.  Reported by
22635         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22636         Check for Emacs 21.3.50 removed.
22638         * net/tramp-smb.el (all): Remove debug construct for
22639         `with-parsed-tramp-file-name'.
22640         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22641         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22642         No error message if DIRECTORY or FILENAME doesn't exist.
22643         (tramp-smb-open-connection): Check existence of
22644         `tramp-smb-program'.
22646 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22648         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22649         Properly handle the case where the `m' or `s' command's argument is not
22650         yet terminated.
22651         (perl-indent-new-calculate): New function.
22652         (perl-indent-line): Use it.
22654 2005-03-20  Miles Bader  <miles@gnu.org>
22656         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22657         in text-mode too.  Change to new face names.
22658         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22659         Add `:weight bold' attribute.
22660         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22662 2005-03-19  Juri Linkov  <juri@jurta.org>
22664         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
22666         * international/mule.el (auto-coding-alist): Sync with
22667         `auto-mode-alist' by adding upper case archive file extensions
22668         and adding ear/war to jar extension.
22670 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
22672         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22673         running, restart it.
22675 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
22677         * finder.el (finder-current-item): Throw an error on an empty line.
22679         * man.el (Man-follow-manual-reference): If current-word returns
22680         nil, use "".
22682 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
22684         * simple.el (goto-line): Doc fix.
22686 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
22688         * files.el (save-buffer): Doc fix.
22690 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
22692         * recentf.el (recentf-cleanup-remote): New variable.
22693         (recentf-cleanup): Use it to conditionally check availability of
22694         remote files.
22696 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
22698         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22699         function names.
22701 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
22703         * language/thai-word.el: New file.
22705 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22707         * files.el (backup-buffer): If the file's directory is not
22708         writable, use copy instead of move to backup the file.
22710 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
22712         * obsolete/keyswap.el: Moved to obsolete/ from term/.
22714 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22716         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22717         Use functionp instead of symbolp and fboundp.  Reported by Drkm
22718         <darkman_spam@yahoo.fr>.
22719         (ps-print-version): New version 6.6.6.
22721 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
22723         * textmodes/table.el (table--line-column-position): New idiom.
22724         (table--row-column-insertion-point-p): New function to test
22725         validity of row and column insertion operation at a location.
22726         (table-global-menu, table-cell-menu): Use above functions for
22727         deterministic test operation.
22728         (table--editable-cell-p): Behave in deterministic fashion.
22730 2005-03-18  Juri Linkov  <juri@jurta.org>
22732         * isearch.el (isearch-lazy-highlight-new-loop):
22733         Make arguments beg and end optional.
22734         (isearch-update): Remove optional arguments nil from
22735         isearch-lazy-highlight-new-loop.
22736         (isearch-lazy-highlight-search): Let-bind case-fold-search to
22737         isearch-lazy-highlight-case-fold-search instead of
22738         isearch-case-fold-search, and let-bind isearch-regexp to
22739         isearch-lazy-highlight-regexp.
22740         Use isearch-lazy-highlight-last-string instead of isearch-string.
22742         * replace.el (perform-replace): Remove bindings of global
22743         variables isearch-string, isearch-regexp, isearch-case-fold-search.
22744         Add three new arguments to `replace-highlight'.
22745         (replace-highlight): Add arguments string, regexp, case-fold.
22746         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22747         to allow isearch-lazy-highlight-new-loop to use these values
22748         to set corresponding isearch-lazy-highlight-* internal
22749         variables whose values lazy highlighting will use regardless of
22750         changes to global variables isearch-string, isearch-regexp,
22751         isearch-case-fold-search during lazy highlighting loop.
22752         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22753         to `lazy-highlight-cleanup'.
22755         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22756         (ispell-highlight-face): Set default face to `isearch' when
22757         lazy highlighting is enabled.
22758         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22759         priority to 1.  Add lazy highlighting.
22760         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22761         from `isearch-dehighlight'.
22763 2005-03-18  David Ponce  <david@dponce.com>
22765         * files.el (hack-local-variables): Do a case-insensitive search
22766         for End.
22768 2005-03-18  Juri Linkov  <juri@jurta.org>
22770         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22771         `isearch-lazy-highlight-cleanup', add alias to old name and
22772         declare obsolete.  Add release numbers to other obsolete vars.
22773         (isearch-done, isearch-lazy-highlight-new-loop):
22774         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22775         (lazy-highlight-cleanup) <variable>: Doc fix.
22776         (isearch-lazy-highlight-update): Rename obsolete
22777         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22779 2005-03-18  Kenichi Handa  <handa@m17n.org>
22781         * language/thai-util.el: Fix categorization of Thai characters in
22782         thai-category-table.
22783         (thai-composition-pattern): Adjust it for the above change.
22784         (thai-self-insert-command, thai-compose-syllable): New functions.
22785         (thai-compose-region): Use thai-compose-syllable.
22786         (thai-compose-string): Likewise.
22787         (thai-composition-function): Likewise.
22788         (thai-auto-composition): New function.
22789         (thai-auto-composition-mode): New minor mode.
22791         * language/thai.el: Fix patterns to be registered in
22792         composition-function-table.
22794         * international/quail.el (quail-input-method): Locally bind
22795         inhibit-modification-hooks to t.
22797 2005-03-17  Richard M. Stallman  <rms@gnu.org>
22799         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22800         (perl-mode): Use run-mode-hooks.
22802         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22803         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22804         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22806         * mail/sendmail.el (sendmail-send-it): Reenable the code
22807         to compute resend-to-address and use it.
22809         * tar-mode.el (tar-mode): Turn off undo unconditionally.
22811         * image-mode.el: New file.
22813         * image.el (insert-sliced-image): Add autoload cookie.
22815         * font-lock.el (font-lock-lines-before): New user option.
22816         (font-lock-after-change-function): Obey it.
22818         * bindings.el (esc-map): Make M-g a prefix.
22819         Bind M-g g and M-g M-g to goto-line.
22821         * faces.el (face-id): Doc fix.
22823 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
22825         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22826         (rmail-show-message): Use rmail-unknown-mail-followup-to.
22827         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22829         * mail/sendmail.el (mail-yank-ignored-headers)
22830         (mail-font-lock-keywords, mail-mode-fill-paragraph):
22831         Add Mail-Followup-To and Mail-Reply-To headers.
22832         (mail-citation-hook): Add autoload cookie.
22833         (mail-mode): Doc fix.
22834         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22835         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22836         (mail-mode-fill-paragraph): Handle those headers.
22837         (mail-mailing-lists): New variable.
22838         (mail-mail-reply-to, mail-mail-followup-to): New functions.
22840 2005-03-17  Juri Linkov  <juri@jurta.org>
22842         * isearch.el (isearch-fallback): Check for `(car previous)'
22843         before calling `isearch-other-end-state'.
22845 2005-03-17  Kim F. Storm  <storm@cua.dk>
22847         * simple.el (move-beginning-of-line): Move to beginning of buffer
22848         line, as well as beginning of screen line.
22850 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
22852         * calendar/diary-lib.el (mark-diary-entries): Use new optional
22853         argument REDRAW rather than calendar-redrawing variable.
22854         * calendar/calendar.el (calendar-redrawing): Delete.
22855         (redraw-calendar): Do not bind calendar-redrawing.
22857 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
22859         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22860         diary-file buffer.
22862 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22864         * help.el (describe-mode): Allow a :minor-mode-function property to
22865         specify a different minor mode toggle function than the variable.
22866         * simple.el (auto-fill-function):
22867         * subr.el (add-minor-mode): Use it.
22869 2005-03-16  Kenichi Handa  <handa@m17n.org>
22871         * language/ethio-util.el (sera-being-called-by-w3): New variable.
22872         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22873         (ethio-fidel-to-sera-buffer): Likewise.
22875 2005-03-16  Juri Linkov  <juri@jurta.org>
22877         * emacs-lisp/find-func.el (find-function-regexp):
22878         Add defun-emitting macro `menu-bar-make-toggle'.
22880         * isearch.el: Put `isearch-scroll' property to
22881         `split-window-horizontally'.
22883         * info.el: Update error messages for `debug-ignored-errors'.
22884         (Info-isearch-search): Doc fix.
22885         (Info-find-node): Move up code to go into info buffer before
22886         recording the node to the history.
22887         (Info-fontify-node): Fontify titles only if the next line
22888         has two or more `*', `=', `-', `.'.
22889         Display "go to this node" for empty (match-string 3).
22891 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22893         * term/mac-win.el: Add mouse pointer shape constants.
22895 2005-03-15  Kim F. Storm  <storm@cua.dk>
22897         * simple.el (move-beginning-of-line): Use vertical-motion.
22899 2005-03-15  Juri Linkov  <juri@jurta.org>
22901         * isearch.el (isearch-error): New variable.
22902         (isearch-invalid-regexp, isearch-within-brackets): Remove.
22903         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22904         (isearch-within-brackets-state): Remove.
22905         (isearch-case-fold-search-state, isearch-pop-fun-state):
22906         Decrease frame index.
22907         (isearch-mode, isearch-top-state, isearch-push-state)
22908         (isearch-edit-string, isearch-abort, isearch-search-and-update)
22909         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22910         (isearch-search, isearch-lazy-highlight-new-loop):
22911         Replace `isearch-invalid-regexp' with `isearch-error'.
22912         Remove `isearch-within-brackets'.
22913         (isearch-search): Add `search-failed' handler to `condition-case'.
22914         (isearch-lazy-highlight-search): Add `condition-case' to catch
22915         errors and allow `isearch-lazy-highlight-update' to try
22916         highlighting from the beginning of the window.
22917         (isearch-repeat): Move up code to set isearch-wrapped to t
22918         before calling isearch-wrap-function.
22920         * info.el (Info-isearch-initial-node): New internal variable.
22921         (Info-search): Signal an error in isearch mode when search leaves
22922         the initial node.  Signal an error when `bound' is non-nil and
22923         nothing was found in the current subfile.
22924         (Info-isearch-search): Remove `condition-case'.
22925         (Info-isearch-wrap): Don't wrap when search failed during leaving
22926         the initial node.  If `Info-isearch-search' is nil, wrap around
22927         the current node.
22928         (Info-isearch-start): New fun.
22929         (Info-mode): Add buffer-local hook `Info-isearch-start' to
22930         `isearch-mode-hook'.
22932 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22934         * simple.el (normal-erase-is-backspace): Set default to t if
22935         running on Mac.
22937         * term/mac-win.el (function-key-map): Sync with x-win.el.
22939 2005-03-15  Kenichi Handa  <handa@m17n.org>
22941         * international/mule-cmds.el (locale-language-names): Modify the
22942         format of elements and add more entries.
22943         (locale-preferred-coding-systems): Add more entries.
22944         (set-locale-environment): Adjust for the change of
22945         locale-language-names.
22947 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22949         * pcvs.el (smerge-ediff): Remove bogus autoload.
22951 2005-03-14  Lute Kamstra  <lute@gnu.org>
22953         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22954         Ignore a `*' at the beginning of a line.
22956         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22957         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22958         subr.el.
22959         (dont-compile, eval-when-compile, eval-and-compile): Use declare
22960         to specify indentation.
22962         * generic.el (define-generic-mode): Let generic-mode-list be a
22963         list of strings; test membership with equal.
22965 2005-03-14  Kim F. Storm  <storm@cua.dk>
22967         * simple.el (next-line, previous-line): Add optional try-vscroll
22968         arg to recognize interactive use.  Pass it on to line-move.
22969         (line-move): Don't perform auto-window-vscroll when defining or
22970         executing keyboard macro to ensure consistent behavior.
22972 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22974         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
22976 2005-03-13  Lute Kamstra  <lute@gnu.org>
22978         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
22979         debugger-setup-buffer so that backtrace marks the frames set to
22980         debug-on-exit and we don't have to do it manually.  Set an extra
22981         debug-on-exit for macro's.
22982         (debugger-setup-buffer): Don't mark the top frame manually.
22984 2005-03-12  Lute Kamstra  <lute@gnu.org>
22986         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
22987         lisp-indent-function throughout.
22988         (with-no-warnings): Set lisp-indent-function property.
22990 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
22992         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
22993         Add entry for backslash.
22995 2005-03-12  Juri Linkov  <juri@jurta.org>
22997         * info.el (Info-search): Four fixes for backward search.
22999 2005-03-11  Jay Belanger  <belanger@truman.edu>
23001         * calc/calc.el (calc-language-alist): New variable.
23002         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23003         (calc-embedded-find-modes): Use calc-language-alist instead of
23004         calc-embedded-language-alist.
23006 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23008         * calendar/calendar.el (calendar-redrawing): New internal
23009         variable.
23010         (redraw-calendar): Remove bogus save-excursion from previous
23011         change.  Bind calendar-redrawing to t for mark-diary-entries.
23012         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23013         calendar if that is why we were called.
23015 2005-03-11  Kenichi Handa  <handa@m17n.org>
23017         * international/mule.el (make-coding-system): Set property
23018         coding-system-define-form to nil.
23019         (define-coding-system-alias): Likewise.
23021 2005-03-11  Kenichi Handa  <handa@m17n.org>
23023         These changes are suggested by Dave Love <fx@gnu.org>.
23025         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23026         coding: tag.
23027         (adaptive-fill-regexp): Add more bullets.
23028         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23029         regexps.
23031 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23033         * help.el (describe-mode): Properly handle non-trivial lighters.
23034         Don't ignore minor modes that are not listed in minor-mode-list.
23036         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23037         feature ON when the user requests to turn it OFF.
23039 2005-03-10  Lute Kamstra  <lute@gnu.org>
23041         * emacs-lisp/debug.el (debug-entry-code): Delete it.
23042         (implement-debug-on-entry): New function to replace debug-entry-code.
23043         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
23044         second argument as the 2005-03-07 change makes it obsolete.
23045         (debug-on-entry, cancel-debug-on-entry): Update call to
23046         debug-on-entry-1.
23047         (debug, debugger-setup-buffer): Comment update.
23048         (debugger-frame-number): Update to work with implement-debug-on-entry.
23050 2005-03-10  Jay Belanger  <belanger@truman.edu>
23052         * calc/calc-embed.el (math-ms-args): Declare it.
23053         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23054         math-ms-args.
23055         (calc-embedded-subst): Use math-multi-subst-rec to substitute
23056         variables.
23058 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
23060         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23061         Use message-box.
23063         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23064         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23065         (tooltip-gud-tips): Simplify.
23066         (tooltip-gud-tips-p): Remove superfluous :set.
23067         (tooltip-gud-modes): Add fortran-mode.
23068         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23070         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23072 2005-03-09  Kim F. Storm  <storm@cua.dk>
23074         * play/animate.el (animate-place-char): Use forward-line instead
23075         of next-line to improve performance.
23077 2005-03-09  Simon Josefsson  <jas@extundo.com>
23079         * net/browse-url.el (browse-url-default-browser): Doc fix.
23081 2005-03-09  Miles Bader  <miles@gnu.org>
23083         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23084         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23086 2005-03-09  Kenichi Handa  <handa@m17n.org>
23088         * international/latin-1.el: Set case and syntax for 255 only if
23089         set-case-syntax-set-multibyte is nil.
23091         * textmodes/ispell.el (ispell-insert-word): New function.
23092         (ispell-word): Use ispell-insert-word to insert a new word.
23093         (ispell-process-line): Likewise.
23094         (ispell-complete-word): Likewise.
23096 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
23098         * calendar/calendar.el (redraw-calendar): Preserve point.
23099         Reported by Matt Hodges <MPHodges@member.fsf.org>.
23100         (calendar-week-start-day): Move after definition of
23101         redraw-calendar.  Delete buffer test, since redraw-calendar has
23102         that now.
23104         * calendar/diary-lib.el (mark-diary-entries): Only call
23105         redraw-calendar in the first of any recursive calls.
23106         Reported by Alan Shutko <ats@acm.org>.
23108 2005-03-08  Juri Linkov  <juri@jurta.org>
23110         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23111         (html-horizontal-rule, html-line, html-image, html-checkboxes)
23112         (html-radio-buttons): Add a space before the trailing `/>' where
23113         sgml-xml-mode is non-nil.
23114         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23115         the subsequent tag of the empty XML tag.
23116         (html-href-anchor): Don't set initial input to "http:".
23117         (html-image): Ask for the image URL and set point inside alt="".
23118         (html-name-anchor): Duplicate the name in the `id' attribute when
23119         sgml-xml-mode is non-nil.
23120         (html-paragraph): Remove \n before <p>.
23121         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23122         instead of `checked' when sgml-xml-mode is non-nil.
23124         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23125         Remove 1 space before #RRGGBB to not truncate it on terminal
23126         windows w/o fringes.  Remove 1 space between bg and fg examples
23127         to get more space.
23128         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23129         avoid byte-compile warnings.
23131         * image-file.el (image-file-handler): Put `safe-magic' property to
23132         `image-file-handler'.
23134         * info.el (Info-isearch-search): Emulate word search in
23135         isearching through multiple Info nodes with Info-search.
23136         (Info-isearch-wrap): Allow isearch-word.
23138 2005-03-08  Lute Kamstra  <lute@gnu.org>
23140         * emacs-lisp/debug.el (debugger-step-through): Make sure that
23141         stepping into the debugger's code is not possible.
23142         (debugger-jumping-flag): Docstring update.
23144 2005-03-08  Jay Belanger  <belanger@truman.edu>
23146         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23147         embedded mode begins.
23148         (calc-embedded-language-alist): New variable.
23149         (calc-embedded-find-modes): Use calc-embedded-language-alist to
23150         set default language mode.
23152 2005-03-08  Kenichi Handa  <handa@m17n.org>
23154         * international/ccl.el (define-ccl-program): Fix docstring about
23155         extra 256 bytes assured for the output buffer.
23157         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23158         Fix BUFFER_MAGNIFICATION to 2.
23159         (ccl-encode-mule-utf-16be-with-signature): Likewise.
23161 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
23163         * align.el (align-rules-list): Added an alignment rule for CSS
23164         declarations (applies to css-mode and html-mode buffers).
23166 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23168         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23170 2005-03-07  Kim F. Storm  <storm@cua.dk>
23172         * simple.el (move-beginning-of-line): New command.
23174         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23176         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23178         * emulation/cua-base.el: Put CUA move property on move-end-of-line
23179         and move-beginning-of-line.
23181         * apropos.el (apropos-print): Omit command from M-x ... RET.
23183 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
23185         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23186         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23188 2005-03-06  Richard M. Stallman  <rms@gnu.org>
23190         * bindings.el (esc-map): Bind M-g to goto-line.
23192         * facemenu.el (global-map): Bind M-o, not M-g.
23194 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23196         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23197         "Open Directory" as for "Open File".
23199 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
23201         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23202         (push-mark-command): Run activate-mark-hook.
23204 2005-03-06  Richard M. Stallman  <rms@gnu.org>
23206         * help-mode.el (help-mode-finish): Don't alter the element
23207         in view-return-to-alist if there already is one.
23209         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23210         make sure the current buffer is the expected one.
23212         * novice.el (disabled-command-function): Output in *Disabled Command*.
23213         Explicitly ignore non-keyboard events, and explicitly handle C-g.
23215         * textmodes/flyspell.el (flyspell-large-region):
23216         Pass args differently for aspell.
23218         * files.el (mode-require-final-newline): Doc fix.
23220 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
23222         * progmodes/which-func.el (which-function):
23223         Specify NOERROR when calling imenu--make-index-alist.
23225 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23227         * simple.el (normal-erase-is-backspace): Define default value.
23229         * custom.el (custom-theme-set-variables): Remove unused var
23230         `immediate'.
23231         (custom-reevaluate-setting): Simple function to handle variables
23232         that are defined before their default value can really be
23233         computed.
23235         * startup.el (command-line): Use it for temporary-file-directory,
23236         small-emporary-file-directory, auto-save-file-name-transforms,
23237         blink-cursor-mode, and normal-erase-is-backspace.
23239         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23240         progress, even with buggy anchored keywords.
23242 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
23244         * simple.el (goto-line): Remove unbalanced final parenthesis.
23246 2005-03-05  Richard M. Stallman  <rms@gnu.org>
23248         * simple.el (goto-line): Use a number at point as the default.
23249         With C-u as arg, switch buffers.
23251 2005-03-05  Juri Linkov  <juri@jurta.org>
23253         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23254         with `no-blinking-cursor'.
23256         * startup.el (no-blinking-cursor): New defvar.
23257         (command-line): Add `--no-blinking-cursor' to longopts.
23258         Set `no-blinking-cursor' to t for command line arguments
23259         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
23260         with `no-blinking-cursor' in the condition for calling
23261         `blink-cursor-mode'.
23263 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
23265         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23266         (menu-bar-options-save): Add blink-cursor-mode.
23267         (menu-bar-options-menu): Add blink-cursor-mode.
23269 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
23271         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23272         (icalendar-export-file, icalendar-export-region)
23273         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23274         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23276 2005-03-04  Lute Kamstra  <lute@gnu.org>
23278         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23279         (debug-function-list): Ditto.
23281 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
23283         * textmodes/texinfmt.el (texinfo-append-refill):
23284         Redefine the types of line to which @refill
23285         is not appended by replacing a search for `@refill\\|@bye' with
23286         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
23287         itemize@refill' bug and the unfilled long lines bug.
23288         (texinfmt-version): Update number and date.
23290 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23292         * international/code-pages.el (windows-1250, windows-125[2-8])
23293         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23295 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23297         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23298         bound yet.
23300 2005-03-02  Romain Francoise  <romain@orebokech.com>
23302         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23303         buffer after removing limits.
23304         (ibuffer-pop-filter): Ditto.
23305         Update copyright.
23307 2005-03-02  Miles Bader  <miles@gnu.org>
23309         * button.el (make-text-button): If the user doesn't specify a
23310         type, use the default.  Rewrite to use `add-text-properties' and
23311         plist functions.
23313 2005-03-01  Lute Kamstra  <lute@gnu.org>
23315         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23316         (debugger-jumping-flag): New var.
23317         (debug-entry-code): Use it.
23318         (debugger-jump): Use debugger-jumping-flag and add
23319         debugger-reenable to post-command-hook.
23320         (debugger-reenable): Use debugger-jumping-flag and remove itself
23321         from post-command-hook.
23322         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23323         debugger-reenable.
23325 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
23327         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23328         inclusion of "itemize\\|", which may be unnecessary, is certainly
23329         inelegant, and stops refilling in itemize lists when formatting
23330         Japanese Texinfo files to Info.
23331         Update copyright to 2005.
23333 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
23335         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23336         of an error if GDB can't find the source file.
23338 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
23340         * calendar/calendar.el (redraw-calendar): Work from any buffer,
23341         not just the calendar.
23343         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23344         first.
23345         (diary-redraw-calendar): New function.
23346         (make-diary-entry): Add diary-redraw-calendar to local
23347         write-contents-functions.  Turn off selective display before
23348         inserting in diary.
23350 2005-03-01  Kim F. Storm  <storm@cua.dk>
23352         * emacs-lisp/copyright.el (copyright-fix-years): New command.
23354 2005-03-01  Lute Kamstra  <lute@gnu.org>
23356         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23357         that debug-entry-code can be safely removed from a function while
23358         this code is being evaluated.  Revert the 2005-02-27 change as the
23359         new implementation no longer requires it.  Make sure that a
23360         function body containing just a string is not mistaken for a docstring.
23361         (debug): Skip one more frame in case of debug on entry.
23362         (debugger-setup-buffer): Delete one more frame line in case of
23363         debug on entry.
23364         (debugger-frame-number): Update to use the new text introduced by
23365         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
23367 2005-02-28  Kim F. Storm  <storm@cua.dk>
23369         * double.el (double-translate-key): Call force-window-update after
23370         read-event to avoid crash in redisplay.
23372 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23374         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23375         (debug): Use it.  Move the inhibit-trace earlier.
23376         (debug-entry-code): New const.
23377         (debug-on-entry-1): Use it.
23379 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
23381         * international/utf-16.el (ccl-encode-mule-utf-16le):
23382         Fix BUFFER_MAGNIFICATION to 2.
23383         (ccl-encode-mule-utf-16be): Likewise.
23385 2005-02-28  Kenichi Handa  <handa@m17n.org>
23387         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23388         Fix BUFFER_MAGNIFICATION to 4.
23389         (ccl-encode-mule-utf-16be-with-signature): Likewise.
23391 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
23393         * speedbar.el (speedbar-update-flag): Doc fix.
23394         (speedbar-show-info-under-mouse): Give set-mouse-position the right
23395         argument.
23397 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23399         * reveal.el (reveal-post-command): Don't try to reveal overlays which
23400         have a non-nil `invisible' property but are actually visible.
23402         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23403         for perldoc sections.
23404         (perl-outline-regexp, perl-outline-level): New var and function.
23405         (perl-mode): Use them.
23407 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
23409         * calendar/diary-lib.el (diary-remind): Discard any mark portion
23410         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23412 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
23414         * cus-edit.el: Comment change.
23415         (custom-buffer-create-internal): Slightly reword text at top of
23416         Custom buffers.  Mention there that saving an option edits the
23417         init file.  Add link to Emacs manual node on `custom-file'.
23418         (custom-magic-alist): Rewrite individual State messages to use
23419         capitalized keywords.  Doc fix.
23421 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
23423         * calendar/calendar.el (calendar-buffer): Move above
23424         calendar-week-start-day.
23425         (calendar-week-start-day): Doc fix.  Add :set function.
23426         (calendar-minimum-window-height): New variable.
23427         (generate-calendar-window): Only resize window if selected-window
23428         is displaying the calendar buffer.  Use new variable
23429         calendar-minimum-window-height.
23430         (generate-calendar): Reword error message.
23431         (calendar-mode-map): Bind DEL to scroll-other-window-down.
23433 2005-02-27  Andreas Schwab  <schwab@suse.de>
23435         * vc.el (vc-do-command): Don't run command asynchronously when
23436         operating in a remote directory.
23438         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23439         change from sync with Tramp 2.0.47.
23441 2005-02-27  Richard M. Stallman  <rms@gnu.org>
23443         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23445         * textmodes/flyspell.el (flyspell-mode-on):
23446         Call ispell-change-dictionary only if necessary.
23448         * emacs-lisp/re-builder.el (regexp-builder): New function.
23450         * register.el (describe-register-1): Explicitly handle
23451         yank-excluded-properties = t.
23453         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23454         (custom-magic-alist): Change the status descriptions again.
23455         (face widget-type): Total rewrite based on `restricted-sexp'
23456         to eliminate the confusing double hiding levels.
23458         * emacs-lisp/debug.el (debug-on-entry-1):
23459         If function body is empty, add nil as body form.
23461 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23463         * emacs-lisp/trace.el (inhibit-trace): New var.
23464         (trace-make-advice): Use it.
23466         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23468 2005-02-26  Kim F. Storm  <storm@cua.dk>
23470         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23471         (mouse-on-link-p, mouse-drag-region-1): Use it.
23473 2005-02-25  Lute Kamstra  <lute@gnu.org>
23475         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23477 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
23479         * frame.el (blink-cursor-mode): Add :group keyword.
23481 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
23483         * calendar/icalendar.el (icalendar--decode-isodatetime):
23484         New optional argument DAY-SHIFT.
23485         (icalendar-export-region): Fix coding-system-for-write.
23486         (icalendar--convert-ical-to-diary): Shift end-day of all-day
23487         events by one.
23489 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23491         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23493 2005-02-24  Kim F. Storm  <storm@cua.dk>
23495         * international/iso-acc.el (iso-accents-compose): Fix crash
23496         during redisplay.  Call force-window-update after read-event
23497         and delete-region to signal that window is not accurate.
23499 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23501         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23502         Remove unused and inexistent var `inhibit-trace'.
23503         (debugger-mode): Use run-mode-hooks.
23504         (debugger-list-functions): Add buttons; setup xref stack.
23506 2005-02-23  Richard M. Stallman  <rms@gnu.org>
23508         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23509         appointment says it was explicitly made.
23510         (appt-add): Set the 3rd element.
23511         (appt-make-list): Preserve explicit appointments.
23513         * subr.el (find-tag-default): Catch errors in forward-sexp.
23515 2005-02-23  Juri Linkov  <juri@jurta.org>
23517         * info.el (Info-isearch-search): New defcustom.
23518         (Info-isearch-search): Call the default isearch function
23519         when Info-isearch-search is nil.
23520         (Info-isearch-wrap): Use variable Info-isearch-search.
23522 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
23524         * cus-edit.el: Comment change.
23526 2005-02-22  Kim F. Storm  <storm@cua.dk>
23528         * progmodes/hideif.el (hide-ifdef-use-define-alist):
23529         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
23531 2005-02-22  Simon Josefsson  <jas@extundo.com>
23533         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23534         New variable.
23535         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
23536         Oskarsson" <myrkraverk@users.sourceforget.net>.
23538 2005-02-22  Kim F. Storm  <storm@cua.dk>
23540         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23541         check that window of that event is the selected window.
23542         (mouse-drag-region-1): Compare mouse event window to selected
23543         window before setting point.
23545         * tooltip.el (tooltip-show-help-function): Pass event to
23546         mouse-on-link-p so it can check selected window.
23548 2005-02-22  Kenichi Handa  <handa@m17n.org>
23550         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23551         (ps-mule-show-warning): New function.
23552         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23553         characters are found.
23555         * ps-print.el (ps-header-footer-string): Return a list of header
23556         and footer strings.
23558 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
23560         * pcvs.el (cvs-retrieve-revision): Fix thinko.
23562 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23564         * frame.el (blink-cursor-mode): Use define-minor-mode.
23566         * term/mac-win.el (function-key-map): Use char-names more consistently.
23567         (file-name-coding-system): Only set it for MacOS-9.  The other case is
23568         already handled in mule-cmds.el (where it also works when mac-win.el
23569         is not used).
23571 2005-02-21  Kenichi Handa  <handa@m17n.org>
23573         * international/mule.el (ctext-pre-write-conversion): Always use
23574         " *code-converting-work*" buffer for work.
23576         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23578 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
23580         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23582 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
23584         * ses.el (undo-more): Restore defadvice, but only the part that
23585         allows changes outside the restricted area of the buffer.
23587 2005-02-20  Kim F. Storm  <storm@cua.dk>
23589         * simple.el (line-move): Add fourth optional arg try-vscroll which
23590         must be set to perform auto-window-vscroll.
23591         When moving backwards and doing auto-window-vscroll, automatically
23592         vscroll to the last part of lines which are taller than the window.
23593         (next-line, previous-line): Set try-vscroll arg on line-move.
23595 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
23597         * replace.el (query-replace, query-replace-regexp)
23598         (replace-string, replace-regexp): When operating on region, make
23599         the minibuffer prompt say so.
23601         * isearch.el (isearch-forward): Document isearch-query-replace and
23602         isearch-query-replace-regexp keybindings.
23604 2005-02-19  Jay Belanger  <belanger@truman.edu>
23606         * calc/calc-aent.el (math-read-token): Add local variable.
23608         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23609         (calc-edit-top): Move declaration to earlier in file.
23610         (calc-edit-macro-repeats): Add local variables.
23612         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23613         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23614         calcFunc-tanh.
23615         Adjust integration rule for calcFunc-tan.
23617 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
23619         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23620         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23621         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23622         (viper-skip-separators): Bug fix.
23623         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23624         particular major mode.
23625         (viper-del-backward-char-in-replace): Don't put deleted char on the
23626         kill ring.
23628         * viper-ex.el (viper-color-display-p): New function.
23629         (viper-has-face-support-p): Use viper-color-display-p.
23631         * viper-keym.el (viper-gnus-modifier-map): New keymap.
23633         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23635         * viper-util.el (viper-glob-unix-files): Fix shell status check.
23636         (viper-file-remote-p): Make equivalent to file-remote-p.
23638         * viper.el (viper-major-mode-modifier-list):
23639         Use viper-gnus-modifier-map.
23641 2005-02-19  David Kastrup  <dak@gnu.org>
23643         * subr.el (subregexp-context-p): Fix garbled doc string by adding
23644         quoting.
23646 2005-02-19  Jay Belanger  <belanger@truman.edu>
23648         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23649         Remove extra definitions.
23650         (calc-coth): New function.
23651         (calcFunc-cot): Fix `let'.
23653 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
23655         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23656         the reasons we use "type pc" in these faces.
23658         * button.el (button): Ditto.
23660 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
23662         * replace.el (query-replace-read-from): Set the value of
23663         query-replace-from-history-variable to handle the case of an empty
23664         string entered to accept the suggested default.
23666         * net/tramp.el (tramp-file-name-for-operation):
23667         Use dired-call-process instead of dired-call-process-command.
23669 2005-02-19  Jay Belanger  <belanger@truman.edu>
23671         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23672         (math-div-non-trig): New variables.
23673         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23674         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23675         (math-combine-prod, math-div-symb-fancy): Add simplifications for
23676         trig expressions.
23678 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
23680         * progmodes/gdb-ui.el (gdb-var-update-handler)
23681         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23682         for watch expressions,
23683         (gdb-var-create-handler): Don't set speedbar-update-flag.
23684         (gdb-post-prompt): Simplify test for speedbar.
23686 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
23688         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23689         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23690         we use the syntax table of the correct buffer.
23691         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23692         Felix Gatzemeier.
23694         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23695         (ediff-file-remote-p): Make synonymous with file-remote-p.
23696         In all deffaces ediff-*-face-*, use min-colors.
23698         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23699         ediff-recurse-to-subdirectories.
23700         (ediff-mark-if-equal): Check that the arguments are strings, use
23701         ediff-same-contents (after to Felix Gatzemeier).
23703         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23704         nil.
23706 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
23708         * log-view.el (log-view-message-re): Fix up Subversion regexp.
23710 2005-02-18  David Kastrup  <dak@gnu.org>
23712         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23713         use `mark-active' when defined.
23715 2005-02-18  Kenichi Handa  <handa@m17n.org>
23717         * ps-print.el (ps-font-info-database): New entry
23718         ZapfChancery-MediumItalic with correct font name.  Fix font name
23719         of the entry Zapf-Chancery-MediumItalic.
23721 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
23723         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23725 2005-02-16  Kim F. Storm  <storm@cua.dk>
23727         * ido.el (ido-fallback-command): Pass user input to fallback command.
23729 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
23731         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23732         (gdb-find-file-hook): Add server prefix.
23734 2005-02-16  Richard M. Stallman  <rms@gnu.org>
23736         * replace.el (perform-replace): Pass new args to replace-highlight.
23737         (replace-highlight): Take region args,
23738         and pass them to isearch-lazy-highlight-new-loop.
23740         * novice.el (disabled-command-hook): Autoload the defalias
23741         and the make-obsolete-variable call.
23743         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23745         * isearch.el (isearch-lazy-highlight-start-limit)
23746         (isearch-lazy-highlight-end-limit): New variables limit
23747         the region for highlighting.
23748         (isearch-lazy-highlight-new-loop): New args BEG and END.
23749         (isearch-lazy-highlight-search): Use the new vars.
23750         (isearch-lazy-highlight-update): Likewise.
23752         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23754         * cus-start.el (all): Use default-boundp.
23756 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
23758         * menu-bar.el (menu-bar-select-frame): Handle current frame.
23760 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
23762         * autorevert.el (auto-revert-stop-on-user-input)
23763         (auto-revert-verbose): Doc fixes.
23765 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
23767         * international/mule-cmds.el (set-locale-environment): Remove call
23768         to set-selection-coding-system on Windows.
23770 2005-02-15  Jay Belanger  <belanger@truman.edu>
23772         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23773         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23774         calcFunc-coth.
23775         (math-simplify-sqrt): Add simplifications.
23777         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23778         to list.
23780         * calc/calc-ext.el: Add functions to autoloads.
23782         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23783         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23784         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23785         (math-csc-raw, math-cot-raw): New functions.
23787         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23789         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23790         the variable name in a message.
23792         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23793         calcFunc-csc, calcFunc-cot.
23795         * calc/calcalg2.el: Add derivative and integration rules for
23796         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23797         calcFunc-csch, calcFunc-coth.
23798         (math-do-integral-methods): Add to checks for when to use
23799         substitutions.
23801         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23803 2005-02-15  Lute Kamstra  <lute@gnu.org>
23805         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23806         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
23807         <monnier@iro.umontreal.ca>
23808         (lisp-outline-level): Improve efficiency.  Suggested by David
23809         Kastrup <dak@gnu.org>.
23811 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
23813         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23814         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23815         (gdb-set-gud-minor-mode-existing-buffers): New functions.
23816         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
23817         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23819 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
23821         * cus-start.el (all): Comment change.
23823 2005-02-14  Lute Kamstra  <lute@gnu.org>
23825         * cus-start.el (all): Check if symbol is void.
23827 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
23829         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23830         optional argument to \cite.
23832 2005-02-14  Richard M. Stallman  <rms@gnu.org>
23834         * cus-edit.el (custom-buffer-create-internal): Update help message.
23835         (custom-magic-alist): Update help messages.
23837         * cus-start.el (all): Allow a var to specify a standard value.
23839 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
23841         * custom.el (custom-theme-set-variables): Handle variable aliases.
23843         * frame.el (blink-cursor-timer): Doc fix.
23844         (blink-cursor): Make it an alias for `blink-cursor-mode' and
23845         declare obsolete.
23846         (blink-cursor-mode): Define with defcustom and use correct
23847         standard expression in that defcustom.
23848         * startup.el (command-line): Adapt to above changes in frame.el.
23850 2005-02-11  Lute Kamstra  <lute@gnu.org>
23852         * apropos.el (apropos-score-doc): Prevent division by zero.
23854 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
23856         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23857         (icalendar--get-event-property-attributes)
23858         (icalendar--get-event-properties)
23859         (icalendar--datetime-to-diary-date): New functions.
23860         (icalendar--split-value): Doc fix.
23861         (icalendar--datetime-to-noneuropean-date)
23862         (icalendar--datetime-to-european-date): New optional argument
23863         SEPARATOR.  Return result as a string instead of a list.
23864         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23865         (icalendar--convert-string-for-export): Rename arg S to STRING.
23866         (icalendar-export-region): Doc fix.  Change name of error buffer.
23867         Save output buffer.
23868         (icalendar-import-file): Add blank at end of prompt.
23869         (icalendar-import-buffer): Doc fix.  Do not switch to error
23870         buffer.  Indicate status in return value.
23871         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
23872         buffer.  Save output buffer.  Handle exception from recurrence
23873         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
23874         events.  Fix problems with weekly all-day events.
23876 2005-02-10  Richard M. Stallman  <rms@gnu.org>
23878         * simple.el (eval-expression-print-format):
23879         Avoid warning about edebug-active.
23881         * help.el (help-for-help-internal): Rename from help-for-help.
23882         (help-for-help): Define with defalias.
23884         * font-core.el (font-lock-default-function): Use with-no-warnings.
23886         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23888         * custom.el (defface): Doc fix.
23890 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
23892         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23893         width 0" to prevent word wrapping problems.
23895 2005-02-09  Kim F. Storm  <storm@cua.dk>
23897         * ido.el (ido-file-extensions-order): New defcustom.
23898         (ido-file-extension-lessp, ido-file-extension-aux)
23899         (ido-file-extension-order): New advanced file ordering.
23900         (ido-file-lessp): New simple file ordering.
23901         (ido-sort-list): Remove.
23902         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23903         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23905 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
23907         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23908         that some versions of grep produce.
23909         (grep-mode-font-lock-keywords): Likewise.
23911 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
23913         * progmodes/gdb-ui.el (gdb-location-list): New variable.
23914         (gdb-cdir): Delete.
23915         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23916         (gdb-source-info): Treat case when source file is in another
23917         directory properly.
23918         (gdb-get-location): New function.
23920 2005-02-07  Jay Belanger  <belanger@truman.edu>
23922         * calc/calc-prog.el (calc-write-parse-table-part)
23923         (calc-fix-token-name): Fix a check for language type.
23925         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23927 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
23929         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23930         as directory not writable.
23932 2005-02-07  Kim F. Storm  <storm@cua.dk>
23934         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23935         (cua--standard-movement-commands): Remove list.
23936         Instead, set CUA property value to move for movement commands.
23937         (cua-movement-commands): Remove.  Users must set CUA prop instead.
23938         (cua--pre-command-handler): Check CUA property.
23939         (cua--init-keymaps): Don't remap undo commands.
23940         (cua-mode): Don't call cua--rectangle-on-off.
23942         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23943         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23944         (cua--rect-undo-set-point): New var.
23945         (cua--rectangle-undo-boundary): Setup undo apply entry.
23946         (cua--rect-undo-handler): New function for rectangle undo.
23947         (cua--rect-start-position, cua--rect-end-position): Add.
23948         (cua--rectangle-post-command): Call cua--rectangle-set-corners
23949         for restored rectangle.  Set point if cua--rect-undo-set-point.
23951 2005-02-06  Jay Belanger  <belanger@truman.edu>
23953         * calc/calc-lang.el (calc-tex-language): Display more information
23954         in messages.
23956         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23957         in TeX mode.
23959 2005-02-06  Richard M. Stallman  <rms@gnu.org>
23961         * emacs-lisp/lisp.el (buffer-end): Doc fix.
23963 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
23965         * net/ldap.el (ldap-search-internal): Support attributes with
23966         optional descriptions separated by a semi-colon, as in
23967         "userCertificate;binary".
23969 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23971         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
23972         isn't a cons (i.e. the version is 0).
23974 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
23976         * help.el (help-for-help): Doc fix.
23978 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
23980         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
23981         GDB-Windows on the menu-bar as this works better.
23983 2005-02-04  Jay Belanger  <belanger@truman.edu>
23985         * calc/calc-embed.el (calc-embedded-update): Don't put in
23986         unnecessary newlines.  Adjust the end of formula marker.
23988         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
23989         (math-latex-parse-two-args): New function.
23991 2005-02-03  Lute Kamstra  <lute@gnu.org>
23993         * help-fns.el (help-with-tutorial): Make sure that users cannot
23994         remove the entire text of the tutorial by means of `undo'.
23996 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23998         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
23999         in recent changes, where the ispell process was repeatedly
24000         killed & restarted.
24002         * international/mule-cmds.el (set-locale-environment): Set file-name
24003         coding system to utf-8 on Darwin systems.
24004         (set-default-coding-systems): Don't set default-file-name-coding-system
24005         on Darwin systems.
24007 2005-02-03  Richard M. Stallman  <rms@gnu.org>
24009         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24011 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
24013         * faces.el (list-faces-display): Add optional argument.
24015 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24017         * font-core.el (font-lock-default-function): Handle the rare case where
24018         only font-lock-keywords is set.
24020 2005-02-02  Kenichi Handa  <handa@m17n.org>
24022         * international/characters.el: Cancel previous change for
24023         I-WITH-DOT-ABOVE and DOTLESS-i.
24025         * international/latin-5.el: Cancel previous change.
24027 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
24029         * progmodes/gud.el: Correction to syntax in gud-menu-map.
24031 2005-02-02  Kenichi Handa  <handa@m17n.org>
24033         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24034         DOTLESS-i.
24036         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24037         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24039         * case-table.el (get-upcase-table): New function.
24040         (copy-case-table): Copy upcaes table too if non-nil.
24041         (set-case-syntax-delims): Maintain upcase table too.
24042         (set-case-syntax-pair): Likewise.
24043         (set-upcase-syntax, set-downcase-syntax): New functions.
24044         (set-case-syntax): Maintain upcase table too.
24046 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
24048         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24050         * progmodes/gud.el (gud-goto-info): New function.
24051         (gud-tool-bar-map): Use correct icon.
24053 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
24055         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24056         When delegating, order args in the funcall correctly.
24058 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
24060         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24062 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
24064         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24065         buffer not visiting a file.
24067 2005-01-31  Jay Belanger  <belanger@truman.edu>
24069         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24070         bound on the line with the formula.
24072 2005-01-31  Kim F. Storm  <storm@cua.dk>
24074         * ses.el (ses-create-cell-variable-range)
24075         (ses-destroy-cell-variable-range, ses-reset-header-string)
24076         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24077         (ses-insert-row): Fix format of apply undo entries.
24079 2005-01-31  Jay Belanger  <belanger@truman.edu>
24081         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24082         parts.
24084         * calc/calc-embed.el (calc-embedded-open-formula)
24085         (calc-embedded-close-formula): Ignore matrix environments.
24087         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24088         TeX mode.
24090         * calc/calc-lang.el (math-function-table, math-oper-table)
24091         (math-variable-table): Adjust the LaTeX portions.
24093         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24094         (math-latex-ignore-words): New constant.
24096 2005-01-31  Richard M. Stallman  <rms@gnu.org>
24098         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24099         (ispell-local-dictionary): Doc fix.
24100         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24101         Don't reinitialize at run time.  Don't defcustom.
24102         All uses changed to append ispell-local-dictionary-alist,
24103         or check it first.
24104         (ispell-current-dictionary): New variable for dictionary in use.
24105         (ispell-dictionary): Now used only for global default.
24106         (ispell-start-process): Set ispell-current-dictionary,
24107         not ispell-dictionary.
24108         (ispell-change-dictionary): Use this only for setting
24109         user preferences.
24110         (ispell-internal-change-dictionary): New function
24111         to change the current dictionary in use.
24112         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24113         Use ispell-current-dictionary.
24114         Handle ispell-local-dictionary-overridden.
24115         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24117 2005-01-31  Jay Belanger  <belanger@truman.edu>
24119         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24121         * calc/calc-ext.el: Add calc-latex-language to autoloads.
24122         (calc-mode-map): Add calc-latex-language.
24124         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24125         (math-latex-print-frac): New functions.
24126         (math-oper-table, math-function-table, math-variable-table)
24127         (math-complex-format, math-input-filter): Add latex properties.
24128         (calc-set-language): Set math-expr-special-function-mapping.
24130         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24131         (calc-write-parse-table-part): Add LaTeX support.
24133         * calc/calc.el (calc-language): Adjust docstring.
24134         (calc-set-mode-line): Add LaTeX support.
24135         (math-expr-special-function-mapping): New variable.
24136         (math-tex-ignore-words): Add to list.
24138         * calc/calccomp.el (math-compose-expr, math-compose-rows):
24139         Add LaTeX support.
24140         (math-compose-expr): Add support for special functions.
24142         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24144 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
24146         * progmodes/gdb-ui.el (gdb-memory-address)
24147         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24148         (gdb-memory-mode-map, gdb-memory-format-keymap)
24149         (gdb-memory-format-menu, gdb-memory-unit-keymap)
24150         (gdb-memory-unit-menu): New variables for a buffer
24151         that lets the user examine program memory.
24152         (gdb-memory-set-address, gdb-memory-set-repeat-count)
24153         (gdb-memory-format-binary, gdb-memory-format-octal)
24154         (gdb-memory-format-unsigned, gdb-memory-format-signed)
24155         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24156         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24157         (gdb-memory-unit-word, gdb-memory-unit-halfword)
24158         (gdb-memory-unit-byte, gdb-memory-unit-menu)
24159         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24160         (gdb-memory-mode, gdb-memory-buffer-name)
24161         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24162         New functions for above buffer.
24164 2005-01-30  Richard M. Stallman  <rms@gnu.org>
24166         * cus-edit.el (custom-bury-buffer): Function deleted.
24167         (custom-buffer-done-function): Option deleted.
24168         (custom-buffer-done-kill): New replacement option.
24169         (Custom-buffer-done): Call quit-window.
24170         (custom-buffer-create-internal): Update for above changes.
24172 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
24174         * simple.el (undo-ask-before-discard): New var.
24175         (undo-outer-limit-truncate): Implement it.
24176         (undo-extra-outer-limit): Doc update.
24178 2005-01-29  Richard M. Stallman  <rms@gnu.org>
24180         * ses.el (undo-more): Delete defadvice.
24181         (ses-begin-change): Doc fix.
24183         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24184         instead of rebinding C-x u and C-_.
24186         * files.el (normal-backup-enable-predicate): Return nil for files
24187         in /tmp, regardless of temporary-file-directory.
24189         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24191         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24192         (open-rectangle, delete-whitespace-rectangle-line)
24193         (clear-rectangle-line): If FILL, pass t instead of FILL
24194         for move-to-column's 2nd arg.
24196         * simple.el (undo): Fix the test for continuing a series of undos.
24197         (undo-more): Set pending-undo-list to t when we reach end.
24198         (pending-undo-list): Move up defvar.
24200         * wid-edit.el (widget-button-click):
24201         Shorten the range of the track-mouse binding.
24203         * comint.el (comint-insert-input): Undo previous changes;
24204         use last-input-event in interactive spec.
24206 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
24208         * progmodes/compile.el (compilation-start): Bind buffer-read-only
24209         to nil before invoking call-process.  Reset buffer's modified flag
24210         after fontifying it in the no-async branch.
24212         * wid-edit.el (widget-specify-button): If mouse pointer shape
24213         cannot be changed, use mouse face instead.
24215 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
24217         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24218         (gdb-goto-breakpoint): Make breakpoint handling work on template
24219         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
24220         (gdb-assembler-custom): Update to recognize breakpoint information
24221         added on 2005-01-19.
24223 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24225         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24226         (dsssl-mode): Use define-derived-mode.
24227         (scheme-mode-initialize): Remove.
24228         (scheme-mode): Use run-mode-hooks.
24230         * cus-edit.el (customize-group-other-window)
24231         (custom-buffer-create-other-window): Don't override special-display-*.
24232         (custom-mode-map): Make it dense.
24234         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24235         sets the default value.
24237 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
24239         * descr-text.el: Add more keywords.
24241 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24243         * speedbar.el: Avoid unnecessary use of locate-library.
24245         * international/mule-cmds.el (standard-display-european-internal):
24246         Don't fiddle with latin-1 non-break space any more since it's now
24247         special cased in the C code.
24248         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24250 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
24252         * cus-start.el (all): Add `undo-outer-limit'.
24254 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24256         * textmodes/bibtex.el (bibtex-format-entry):
24257         Use `bibtex-empty-field-re' only on the text of fields, not on entire
24258         field lines.
24259         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24260         not on part of a buffer.
24262 2005-01-25  Lute Kamstra  <lute@gnu.org>
24264         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24265         nonempty field text strings like "{letters\\macro{}more letters}".
24266         Clarify docstring.
24267         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24268         (bibtex-entry-offset, bibtex-parse-association)
24269         (bibtex-parse-field-name): Fix typos in docstrings.
24270         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24272 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
24274         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24275         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24276         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24277         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24279         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24280         isearch minor mode.
24282 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
24284         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24286 2005-01-24  Lute Kamstra  <lute@gnu.org>
24288         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24289         CASECHARS and NOT-CASECHARS regular expressions of the
24290         "nederlands" and "nederlands8" dictionaries to prevent a "Range
24291         striding over charsets" error.
24293 2005-01-24  Jay Belanger  <belanger@truman.edu>
24295         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24296         display variable name.
24298 2005-01-24  Kenichi Handa  <handa@m17n.org>
24300         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24301         Fix setting of the element of encoded-kbd-iso2022-invocations.
24303 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
24305         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24306         (gdb-threads-select): Change to also accept mouse events.
24307         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24308         (gdb-threads-mouse-select): Delete.
24310 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
24312         * files.el (insert-directory): Take care of empty directory,
24313         listed without -a switch.
24315 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24317         * textmodes/refill.el (refill-post-command-function):
24318         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24319         to the list of functions that we should be careful not to undo.
24320         (refill-late-fill-paragraph-function): Remove.
24321         (refill-saved-state): New var.
24322         (refill-mode): Use it to save fill-paragraph-function.
24323         Save also the value of auto-fill-function.
24325         * term/w32-win.el: Simplify code.
24327 2005-01-23  Kim F. Storm  <storm@cua.dk>
24329         * simple.el (line-move): Adapt to new return value from
24330         pos-visible-in-window-p.
24332         * simple.el (line-move): Fix last change.  Check partial
24333         visibility at point rather than at window-start.
24335 2005-01-22  Jason Rumney  <jasonr@gnu.org>
24337         * term/w32-win.el (xw-defined-colors): Remove debug-message.
24339 2005-01-22  David Kastrup  <dak@gnu.org>
24341         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24343 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
24345         * type-break.el (type-break-mode): Add a test for
24346         type-break-file-name being non-nil.
24348 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
24350         * net/eudc.el (top level): Call (message "") via progn, so that
24351         eudc-options-file is loaded.
24353 2005-01-22  Kim F. Storm  <storm@cua.dk>
24355         * simple.el (line-move-1): Rename from line-move.
24356         (line-move): New function that adjusts vscroll for partially
24357         visible rows, and calls line-move-1 otherwise.
24359 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
24361         * pcomplete.el: Define pcomplete-read-event instead of read-event,
24362         since it's not a complete read-event implementation
24364 2005-01-20  Jay Belanger  <belanger@truman.edu>
24366         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24367         for called function.
24369 2005-01-20  Steven Tamm  <steventamm@mac.com>
24371         * term/mac-win.el (process-connection-type): Remove.
24372         Controlled now by s/darwin.h:PTY_ITERATION.
24374 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24376         * window.el (handle-select-window): Don't switch window when we're
24377         in the minibuffer.
24379 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
24381         * subr.el (dotimes-with-progress-reporter): New macro.
24383         * ses.el (ses-dotimes-msg): Remove macro.
24384         Use `dotimes-with-progress-reporter' instead.
24386 2005-01-19  Steven Tamm  <steventamm@mac.com>
24388         * term/mac-win.el (process-connection-type): Use new
24389         operating-system-release variable to use ptys on Darwin 7 (OS X
24390         10.3) when using carbon build.
24392 2005-01-19  Jay Belanger  <belanger@truman.edu>
24394         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24395         flags if the last command was a tab or M-tab.
24397         * calc/calc-prog.el (calc-user-define-edit): Put original formula
24398         in formula editing buffer.
24400 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
24402         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24403         breakpoint image symbol in margin.
24405 2005-01-19  Jay Belanger  <belanger@truman.edu>
24407         * calc/calc-prog.el (calc-execute-kbd-macro):
24408         Ignore calc-keep-arg-flag.
24410 2005-01-19  Kenichi Handa  <handa@m17n.org>
24412         * textmodes/ispell.el (ispell-looking-at): New function.
24413         (ispell-process-line): Use ispell-looking-at to compare the ispell
24414         output and the buffer contents.
24416 2005-01-18  Jay Belanger  <belanger@truman.edu>
24418         * calc/calc.el (calc-display-raw): Fix docstring.
24420 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
24422         * simple.el (blink-matching-open): Strip extra info from syntax.
24424         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24425         funny chars in the end-of-here-doc marker.
24427 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
24429         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24430         that enable/disabled state of breakpoints is shown correctly in
24431         fringe and on ttys.
24432         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24433         Add breakpoint information as text properties.
24434         (gdb-mouse-toggle-breakpoint):
24435         Rename to gdb-mouse-set-clear-breakpoint.
24436         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
24437         breakpoints in the margin.
24438         (gdb-remove-strings): Simplify.
24440 2005-01-17  Jay Belanger  <belanger@truman.edu>
24442         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24443         erasing buffer.
24445 2005-01-17  Richard M. Stallman  <rms@gnu.org>
24447         * progmodes/grep.el (grep-find): Copy from `grep' the condition
24448         for calling grep-compute-defaults.
24450         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24451         if buffer is empty.
24453         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24455 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24457         * hilit-chg.el (highlight-changes-mode): Don't autoload.
24459         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24460         non-preloaded variables.
24462 2005-01-17  Steven Tamm  <steventamm@mac.com>
24464         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24465         tex-shell cause to force interactivity when using pipes.
24467 2005-01-17  Kim F. Storm  <storm@cua.dk>
24469         * simple.el (just-one-space): Make arg optional.
24471 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
24473         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24474         posn-at-x-y to t to access left-margin.
24476 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
24478         Sync with Tramp 2.0.47.
24480         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24481         catching keep-date problems in cp/scp operations.
24482         (tramp-handle-copy-file): Don't call `set-file-modes'
24483         unconditionally.  Specialized functions should know better what is
24484         necessary.  This improves performance a little bit, and the
24485         functions could catch errors with `cp -p' and `scp -p'.
24486         (tramp-do-copy-or-rename-file-via-buffer)
24487         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24488         when appropriate.
24489         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24490         Call `set-file-modes' when appropriate.
24491         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
24492         Johnsson <isak@hypergene.com>
24493         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24494         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
24495         <joakim@verona.se>
24496         (tramp-file-name-for-operation): Mark `shell-command' as magic for
24497         Emacs only.
24499         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
24500         `find-file-hooks' and `dired-mode-hook'.
24501         (tramp-minor-mode-map): Respective map.  Add remapping for
24502         `compile' and `recompile'.
24503         (tramp-remap-command, tramp-recompile): New defuns.
24504         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24505         in buffer "*Compilation*".  Call the commands asynchronously.
24507         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24508         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24509         `shell-command', because it isn't magic in XEmacs.  Reported by
24510         Adrian Aichner <adrian@xemacs.org>.
24512         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24513         `substitute-in-file-name.
24514         (tramp-smb-handle-substitute-in-file-name): New defun.
24515         (tramp-smb-advice-PC-do-completion): Delete advice.
24517 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
24519         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24520         Fix error in deleting region.
24522 2005-01-15  Richard M. Stallman  <rms@gnu.org>
24524         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24525         In non-temp buffer, switch syntax table temporarily.
24527         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24529         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24531         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24533         * imenu.el (imenu--split-menu): Copy menulist before sorting.
24534         (imenu--generic-function): Use START, not BEG, as pos of definition.
24536         * simple.el (just-one-space): Argument specifies number of spaces.
24538         * simple.el (eval-expression-print-format): Avoid warning
24539         about edebug-active.
24541 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
24543         * progmodes/sh-script.el: Code copied from make-mode.el
24544         with small changes,
24545         (sh-mode-map): Bind C-c C-\.
24546         (sh-backslash-column, sh-backslash-align): New variables.
24547         (sh-backslash-region, sh-append-backslash): New functions.
24549 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24551         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24552         (rmail-pop-password, rmail-pop-password-required): Move to
24553         rmail-obsolete group.
24554         (rmail-set-pop-password): Rename to rmail-set-remote-password.
24555         All callers updated.
24556         (rmail-get-pop-password): Rename to rmail-get-remote-password.
24557         Take an argument specifying whether it is POP or IMAP mailbox we
24558         are using.  All callers updated.
24559         (rmail-pop-password-error): Rename to
24560         rmail-remote-password-error.  Added mailutils-specific error message.
24561         (rmail-movemail-search-path)
24562         (rmail-movemail-variant-in-use): New variables.
24563         (rmail-remote-password, rmail-remote-password-required):
24564         New customization variables.
24565         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24566         (rmail-parse-url): New function.
24567         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24568         with GNU mailutils movemail.
24570 2005-01-15  Kevin Ryde  <user42@zip.com.au>
24572         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24573         suffix to space, $ or '$, to correctly position point when going
24574         to @table style constants like DBL_MAX.
24576 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
24578         * type-break.el (type-break-mode, type-break-file-time)
24579         (type-break-file-keystroke-count, type-break-choose-file):
24580         Don't store data in or load data from the file if type-break-file-name
24581         is nil.
24582         (type-break-file-name): Doc update as per the above.
24584 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
24586         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24587         lookup-key might return nil; handle that.
24589 2005-01-15  Alan Mackenzie  <acm@muc.de>
24591         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24592         rather than the element found, thus enabling the tree to be setcar'd.
24594 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
24596         * textmodes/org.el (org-show-following-heading): New option.
24597         (org-show-hierarchy-above): Use `org-show-following-heading'.
24598         (org-cycle): Documentation fix.
24600         * textmodes/org.el (orgtbl-optimized): New option
24601         (orgtbl-mode): New command, a minor mode.
24602         (orgtbl-mode-map): New variable.
24603         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24604         (orgtbl-error, orgtbl-self-insert-command)
24605         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24607         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24608         a local variable in each org-mode buffer.
24610         * textmodes/org.el (org-set-regexps-and-options): Rename from
24611         `org-set-regexps'.  Added checking for STARTUP keyword.
24612         (org-get-current-options): Add STARTUP options.
24613         (org-table-insert-row): Make mode intelligent about when
24614         realignment is needed.
24615         (org-self-insert-command, org-delete-backward-char, org-delete-char):
24616         New commands.
24617         (org-enable-table-editor): New default value `optimized'.
24618         (org-table-blank-field): Support blanking regions if active.
24620 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
24622         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24623         if the year is not given.
24625         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24626         Add new escapes %m and %M, fixed bug with %F by adding
24627         save-match-data.
24628         (reftex-reference): Remove ?. from list of spaces.
24629         (reftex-label-info): Add automatic label prefix recognition.
24631         * textmodes/reftex-index.el (reftex-index-next-phrase):
24632         Add slave parameter to call of `reftex-index-this-phrase'.
24633         (reftex-index-this-phrase): New optional argument.
24634         (reftex-index-region-phrases): Add slave parameter to call of
24635         `reftex-index-this-phrase'.
24636         (reftex-display-index): New argument redo.
24637         (reftex-index-rescan): Add `redo' to arguments of
24638         `reftex-display-index'.
24639         (reftex-index-Rescan, reftex-index-revert)
24640         (reftex-index-switch-index-tag): Add `redo' to arguments of
24641         `reftex-display-index'.
24642         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24643         indexing.  Fix bug with matching is there is a quote before or
24644         after the word.
24646         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24647         Fix bug when collecting citation keys in lines with comments.
24648         (reftex-citation): Prefix argument no longer rescans the document,
24649         but forces prompting for optional arguments of cite macros.
24650         (reftex-do-citation): Prompting for optional arguments implemented.
24652         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24653         Add optional arguments to most cite commands.
24654         (reftex-cite-cleanup-optional-args): New option
24655         (reftex-cite-prompt-optional-args): New option.
24656         (reftex-trust-label-prefix): New option.
24658         * textmodes/reftex-toc.el (reftex-toc-find-section):
24659         Add push-mark before changing the position in the buffer.
24661         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24662         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24664 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
24666         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24667         more carefully.
24669 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24671         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24672         (sgml-mode): Use it.
24673         (sgml-get-context): Better keep track of implicitly closed tags.
24675 2005-01-13  Kenichi Handa  <handa@m17n.org>
24677         * textmodes/ispell.el: These changes are to fix misalignment error
24678         caused by equivalent characters of different Emacs charsets.
24679         (ispell-unified-chars-table): New variable.
24680         (ispell-get-decoded-string): New function.
24681         (ispell-get-casechars, ispell-get-not-casechars)
24682         (ispell-get-otherchars): Call ispell-get-decoded-string.
24684 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
24686         * custom.el (custom-declare-variable): Just put symbol instead
24687         of (defvar . symbol) in `current-load-list'.
24689 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
24691         * emacs-lisp/elint.el: Fixed typo in Commentary section.
24693 2005-01-12  Jay Belanger  <belanger@truman.edu>
24695         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24696         to create a Calc summary.
24698 2005-01-12  Kim F. Storm  <storm@cua.dk>
24700         * mouse.el (mouse-on-link-p): Change functionality and doc
24701         string to comply with latest description in lisp ref.
24703 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
24705         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24706         Enable mouse clicks on mode-line, header-line and margin.
24707         (event-type): Give mouse event symbols an `event-kind' property
24708         with value `mouse-click'.
24710 2005-01-12  Juri Linkov  <juri@jurta.org>
24712         * facemenu.el (list-colors-display): Add new arg buffer-name.
24713         Use it.  Fix docstring.  Replace code for identifying duplicate
24714         colors by the name with call to `list-colors-duplicates' which
24715         identifies duplicate colors by the value unless the color
24716         is one of special Windows colors.  Set truncate-lines to t.
24717         Print sorted duplicate color names on each line.  Indent to 22
24718         \(the longest color name in rgb.txt) instead of 20.  Optimize.
24719         (list-colors-duplicates): New function.
24720         (facemenu-color-name-equal): Delete function.
24722         * facemenu.el (list-colors-print): New function created from code
24723         in list-colors-display.  Print #RRGGBB at the window right edge.
24724         (list-colors-display): When temp-buffer-show-function is not
24725         defined, call list-colors-print from temp-buffer-show-hook
24726         to get the right value of window-width in list-colors-print
24727         after the buffer is displayed.
24729         * simple.el (pop-mark): Move deactivate-mark out of conditional
24730         part to deactivate the active mark regardless of the state of the
24731         mark ring.
24733         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24734         variables line in desktop files.
24736 2005-01-12  Juri Linkov  <juri@jurta.org>
24738         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24739         Bring together isearch highlight related options.
24740         (lazy-highlight): Replace group `replace' by `matching'.
24741         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24742         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24743         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24744         and declare them obsolete.
24745         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24746         (isearch-faces): Remove defgroup.
24747         (isearch-overlay, isearch-highlight, isearch-dehighlight):
24748         Move isearch highlighting code closer to lazy highlighting code.
24750         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24751         (query-replace-highlight, query-replace-lazy-highlight)
24752         (query-replace): Move definitions to the beginning of the file.
24754 2005-01-11  Juri Linkov  <juri@jurta.org>
24756         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24757         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24758         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24760         * info.el (Info-history-forward): New variable.
24761         (Info-select-node): Reset Info-history-forward to nil.
24762         (Info-last): Turn into defalias.
24763         (Info-history-back): Rename from Info-last.
24764         Add current node to Info-history-forward.
24765         (Info-history-forward): New fun.
24766         (Info-mode-map): Replace Info-last by Info-history-back.
24767         Bind Info-history-forward to "r".
24768         (Info-mode-menu): Replace Info-last by Info-history-back.
24769         Fix menu item text.  Add menu item for Info-history-forward.
24770         (info-tool-bar-map): Replace Info-last by Info-history-back.
24771         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
24772         for Info-history-forward.
24773         (Info-mode): Replace Info-last by Info-history-back in docstring.
24774         Add local variable Info-history-forward.
24775         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24777 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24779         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24780         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24781         Ignore select-window events rather than fiddle with
24782         mouse-autoselect-window.
24784 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
24786         * type-break.el (type-break-mode): Fix previous change.
24788 2005-01-10  Jay Belanger  <belanger@truman.edu>
24790         * calc/calc-ext.el (calc-reset): Reset when inside embedded
24791         calculator; only reset when point is inside a calculator.
24792         Don't adjust the window height if the window takes up the whole height
24793         of the frame.
24795 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
24797         * ebuff-menu.el (Electric-buffer-menu-mode):
24798         Preserve value of buffer-local var header-line-format.
24800 2005-01-09  Jay Belanger  <belanger@truman.edu>
24802         * calc/calc.el (calc-mode-var-list-restore-saved-values):
24803         Make sure settings file exists before accessing it.
24805         * calc/calc-embed.el (calc-embedded-subst):
24806         Replace math-multi-subst-rec, which is only supposed to be called
24807         by math-multi-subst, by math-multi-subst.
24809 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
24811         * vc.el (vc-allow-async-revert): New user option.
24812         (vc-disable-async-diff): New internal variable.
24813         (vc-revert-buffer): Use them to disable asynchronous diff.
24815         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24816         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24817         asynchronously if vc-disable-async-diff is t.
24819 2005-01-09  Jay Belanger  <belanger@truman.edu>
24821         * calc/calc.el (defcalcmodevar): New macro.
24822         (calc-mode-var-list-restore-default-values)
24823         (calc-mode-var-list-restore-saved-values): New functions.
24824         (calc-mode-var-list): Use defcalcmodevar to define it.
24825         (calc-always-load-extensions, calc-line-numbering)
24826         (calc-line-breaking, calc-display-just, calc-display-origin)
24827         (calc-number-radix, calc-leading-zeros, calc-group-digits)
24828         (calc-group-char, calc-point-char, calc-frac-format)
24829         (calc-prefer-frac, calc-hms-format, calc-date-format)
24830         (calc-float-format, calc-full-float-format, calc-complex-format)
24831         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24832         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24833         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24834         (calc-matrix-brackets, calc-language, calc-language-option)
24835         (calc-left-label, calc-right-label, calc-word-size)
24836         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24837         (calc-display-raw, calc-internal-prec, calc-angle-mode)
24838         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24839         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24840         (calc-window-height, calc-display-trail, calc-show-selections)
24841         (calc-use-selections, calc-assoc-selections)
24842         (calc-display-working-message, calc-auto-why, calc-timing)
24843         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24844         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24845         (calc-gnuplot-default-device, calc-gnuplot-default-output)
24846         (calc-gnuplot-print-device, calc-gnuplot-print-output)
24847         (calc-gnuplot-geometry, calc-graph-default-resolution)
24848         (calc-graph-default-resolution-3d, calc-invocation-macro)
24849         (calc-show-banner): Use defcalcmodevar to declare them and set
24850         their default values.
24852         * calc/calc-ext.el (calc-reset): Restore saved values of variables
24853         instead of default values (but restore default values if there is
24854         an argument of 0).
24856 2005-01-09  David Kastrup  <dak@gnu.org>
24858         * desktop.el (desktop-restore-eager): Fix typo in type.
24860 2005-01-08  Richard M. Stallman  <rms@gnu.org>
24862         * cus-edit.el (customize): Delete :link.
24864 2005-01-08  Jay Belanger  <belanger@truman.edu>
24866         * calc/calc.el (calc-mode): Remove the extension from the
24867         `calc-settings-file' file name when loading it.
24869 2005-01-08  Kim F. Storm  <storm@cua.dk>
24871         * info.el (Info-mode-map, Info-next-link-keymap)
24872         (Info-prev-link-keymap, Info-up-link-keymap):
24873         Map follow-link to mouse-face.
24874         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24876 2005-01-08  Jay Belanger  <belanger@truman.edu>
24878         * calc/calc.el (calc-settings-file): Change default value.
24879         Suggested by cgw in a comment in calc-mode.el.
24881         * calc/calc-mode.el (calc-settings-file-name):
24882         Compare calc-settings-file to user-init-file instead of ~/.emacs.
24883         Replace ~/.emacs in a prompt by calc-settings-file.
24885 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
24887         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24888         (desktop-lazy-idle-delay): New customizable variables.
24889         (desktop-buffer-args-list): New variable.
24890         (desktop-append-buffer-args): New function.
24891         (desktop-save): Call desktop-append-buffer-args for some buffers.
24892         (desktop-lazy-create-buffer): New function.
24893         (desktop-idle-create-buffers): New function.
24894         (desktop-read): Add message about buffers to restore lazily.
24895         (desktop-lazy-abort): New command.
24896         (desktop-clear): Call desktop-lazy-abort.
24897         (desktop-lazy-complete): New command.
24899 2005-01-06  Richard M. Stallman  <rms@gnu.org>
24901         * emacs-lisp/find-func.el (find-face-definition):
24902         Rename from find-face.
24904 2005-01-06  Kim F. Storm  <storm@cua.dk>
24906         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24908         * man.el (Man-xref-man-page, Man-xref-header-file)
24909         (Man-xref-normal-file): Add follow-link property.
24911 2005-01-06  Jay Belanger  <belanger@truman.edu>
24913         * calc/calc-units.el: Make sure the proper macro definitions are
24914         available when compiling.
24916 2005-01-06  Juri Linkov  <juri@jurta.org>
24918         * isearch.el (isearch-lazy-highlight-update):
24919         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24921 2005-01-06  Miles Bader  <miles@gnu.org>
24923         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24924         (isearch-lazy-highlight-face): Use new name.
24926 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24928         * uniquify.el (uniquify-rationalize-file-buffer-names):
24929         Re-add an interactive spec.
24930         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24931         to the same name.
24933         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24934         (isearch-update, isearch-done): Adjust calls accordingly.
24936 2005-01-05  Richard M. Stallman  <rms@gnu.org>
24938         * custom.el (custom-set-variables, custom-theme-set-variables):
24939         Clarify documentation.
24941         * emacs-lisp/find-func.el (find-variable)
24942         (find-variable-other-window, find-variable-other-frame):
24943         Fix the TYPE args to find-function-read and find-function-do-it.
24944         (find-function): Doc fix.
24945         (find-function-at-point): Replace function-at-point alias.
24947 2005-01-04  Richard M. Stallman  <rms@gnu.org>
24949         * cus-face.el (custom-declare-face):
24950         Record defface in current-load-list.
24952         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24954         * emacs-lisp/find-func.el: Doc fixes.
24955         (find-face-regexp): New variable.
24956         (find-function-regexp-alist): New variable.
24957         (find-function-C-source): Third arg is now TYPE.
24958         (find-function-search-for-symbol): Handle general TYPE.
24959         (find-function-read, find-function-do-it): Handle general TYPE.
24960         (find-definition-noselect, find-face): New functions.
24961         (function-at-point): Alias deleted.
24963 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24965         * battery.el (display-battery-mode): Rename from display-battery.
24966         Handle the case where it gets turned off.
24968 2005-01-04  Richard M. Stallman  <rms@gnu.org>
24970         * cus-edit.el (customize): Make :link point to user doc.
24972         * man.el (Man-fontify-manpage): Turn off undo generation.
24974         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
24976 2005-01-04  Andreas Schwab  <schwab@suse.de>
24978         * files.el (insert-directory): Only look for error lines in
24979         inserted text.  Don't move too far after processing --dired markers.
24981 2005-01-04  Richard M. Stallman  <rms@gnu.org>
24983         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
24984         Don't expand if the character is @, period, dash, etc.
24985         (define-mail-abbrev): Quote names that contain problem characters.
24987 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
24989         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
24991 2005-01-03  Richard M. Stallman  <rms@gnu.org>
24993         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
24994         (query-replace-highlight, query-replace-lazy-highlight)
24995         (query-replace): Definitions moved up.  Doc fix.
24997 2005-01-03  Richard M. Stallman  <rms@gnu.org>
24999         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25000         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25001         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25002         (lazy-highlight-face): Rename from isearch-lazy-...
25003         Change all references to them.
25005 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
25007         * cus-edit.el (custom-file): Doc fix for defcustom.
25008         (custom-file): The function no longer sets the variable
25009         `custom-file' to its return value.
25011         * startup.el (command-line): No longer load `custom-file'.
25013 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25015         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25017         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25018         Don't confuse module-prefixed identifiers for labels.
25019         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25021 2005-01-02  Richard M. Stallman  <rms@gnu.org>
25023         * files.el (basic-save-buffer-1): Fix previous change.
25025         * loadhist.el (file-loadhist-lookup): New function.
25026         (file-provides, file-requires): Use it.
25028         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25029         instead of calculating the right size.
25031 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
25033         * vc-svn.el (vc-svn-diff): Stay local if possible.
25035 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25037         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25039         * files.el (hack-local-variables): Fix last change.
25041 2005-01-02  Jay Belanger  <belanger@truman.edu>
25043         * calc/calc-yank.el (calc-edit-top): New variable.
25044         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25045         object.  Change header properties.
25046         (calc-edit-finish, calc-edit-finish-stack-object)
25047         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25048         edited object.
25049         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25050         for the beginning of the edited object.
25051         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25052         for the beginning of the edited object.
25053         * calc/calc-prog.el (calc-edit-macro-finish-edit)
25054         (calc-finish-formula-edit, calc-macro-repeats)
25055         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25056         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25057         beginning of the edited object.
25058         (calc-user-define-edit): Change the header for editing macros.
25059         Remove unnecessary variable.
25061 2005-01-01  Jay Belanger  <belanger@truman.edu>
25063         * calc/calc-yank.el (calc-edit-mode): Change default header.
25064         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25065         * calc/calc-store.el (calc-edit-variable): Change title to match new
25066         header.
25067         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25068         mode to match new header.
25069         (calc-user-define-edit): Change titles to include names of commands.
25070         (calc-finish-formula-edit): Adjust to handle new header.
25071         (calc-finish-macro-edit): Remove.
25072         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25073         (calc-edit-macro-command, calc-edit-macro-command-type)
25074         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25075         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25076         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25077         (calc-edit-macro-finish-edit): New functions.
25078         (calc-user-define-edit): Use new functions to edit named calc macros.
25080 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
25082         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25084         * ses.el (copy-region-as-kill): Deactivate mark.
25086 2005-01-01  Richard M. Stallman  <rms@gnu.org>
25088         * replace.el (occur-1): If the output buffer is also an input,
25089         don't kill it, rename it.
25091         * faces.el (set-face-background, set-face-foreground): Doc fix.
25093         * cus-face.el (custom-face-attributes): Fix :help-echo strings
25094         for :foreground and :background.
25096         * dired.el (dired-view-command-alist): Variable deleted.
25097         (dired-view-file, dired-mouse-find-file-other-window):
25098         Delete the code to use it.
25100 2005-01-01  Kim F. Storm  <storm@cua.dk>
25102         * image.el (insert-sliced-image): Use t for line-height property.
25104 See ChangeLog.11 for earlier changes.
25106 ;; Local Variables:
25107 ;; coding: iso-2022-7bit
25108 ;; End:
25110     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25111   Copying and distribution of this file, with or without modification,
25112   are permitted provided the copyright notice and this notice are preserved.
25114 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1