*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob9732a3f54327061b00cf45c93fffdd7725bd3666
1 2006-07-08  Richard Stallman  <rms@gnu.org>
3         * term/x-win.el (x-handle-display): Add doc string.
5         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7         * subr.el (def-edebug-spec): Moved here.
8         * emacs-lisp/edebug.el (def-edebug-spec): Moved to subr.el.
10         * imenu.el (imenu-choose-buffer-index): Doc fix.
12 2006-07-08  Romain Francoise  <romain@orebokech.com>
14         * term/x-win.el (x-display-name): Fix typo.
16 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
18         * hexl.el (hexl-find-file): Doc fix.
20         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
22 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
24         * term/x-win.el (x-display-name): Doc fix.
26 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
28         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
29         long prefixes.
30         (fill-region-as-paragraph): Don't round up to a whole line.
31         (fill-comment-paragraph): Don't include the code-before-the-comment
32         when calling fill-region-as-paragraph.
34         * international/mule.el (make-char): Remove redundancy.
36         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
37         property may contain an anonymous function rather than a symbol.
39         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
41         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
42         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
44         * dirtrack.el (dirtrack-default-directory-function): Remove.
45         (dirtrack-directory-function): Use file-name-as-directory.
46         (dirtrack-windows-directory-function): Simplify.
47         (dirtrack-forward-slash, dirtrack-backward-slash)
48         (dirtrack-replace-slash): Remove.
49         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
50         (dirtrack): Fix wrong parenthesizing; use match-string.
52         * progmodes/octave-inf.el: Remove spurious * in docstrings.
53         (inferior-octave-mode): Only change the buffer-local value of
54         comint-dynamic-complete-functions.
55         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
56         Move the initialization to the declaration.
57         (inferior-octave-complete): Remove unused var `filter'.
59         * shell.el (shell-mode): Only change the buffer-local value of
60         comint-dynamic-complete-functions.
62 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
64         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
65         entry is skipped because it has been scheduled.
66         (org-prepare-agenda-buffers): Don't mark buffers as modified when
67         changing `:org-archived' and `:org-comment' properties.
69 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
71         * server.el (server-select-display): Don't make the temp frame
72         minibuffer-only, in case it's not a temp frame.
73         (server-process-filter): Don't delete the temp frame if it's the
74         only one we have on that display.
76         * files.el (find-alternate-file): Doc fix.
78 2006-07-05  Richard Stallman  <rms@gnu.org>
80         * files.el (abbreviate-file-name): Add save-match-data.
82 2006-07-03  Richard Stallman  <rms@gnu.org>
84         * faces.el (read-face-name): Doc fix.
86 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
88         * net/goto-addr.el (goto-address): Mark as safe for local evals.
90 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
92         * vc.el (vc-diff-internal): Fix prev change.
94 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
96         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
97         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
99 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
101         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
102         fails if the symbol contains chars like ( or '.
103         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
104         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
105         `short'.
107 2006-07-04  Kenichi Handa  <handa@m17n.org>
109         * international/mule-cmds.el (set-language-info): If LANG-ENV is
110         the current one, don't call set-language-environment, but call one
111         of set-language-environment-XXX to make INFO effective now.
112         (set-language-environment): Call set-language-environment-XXX
113         functions instead of doing the various setups directly.
114         (set-language-environment-coding-systems): Delete argument eol-type.
115         (set-language-environment-input-method)
116         (set-language-environment-nonascii-translation)
117         (set-language-environment-charset)
118         (set-language-environment-fontset)
119         (set-language-environment-unibyte): New functions.
121 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
123         * locate.el (locate-update-when-revert): New option.
124         (locate-update-path): New option (suggested by Michael Albinus).
125         (locate-prompt-for-command): Whitespace change.
126         (locate-update): No longer offer to update the locate database by
127         default.  Implement the two new options.
129 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
131         * tooltip.el: Move comment about track-mouse...
133         * progmodes/gud.el: ...to here.
135 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
137         * facemenu.el (facemenu-listed-faces): New var.
138         (facemenu-unlisted-faces): Variable deleted.
139         (facemenu-add-new-face): Use facemenu-listed-faces.
141         * emulation/viper-init.el, calendar/calendar.el:
142         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
144 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
146         * textmodes/org.el (org-mode): Remove no invalid settings for
147         calc embedded mode.
148         (org-mode-p): New defsubst.
149         (org-save-all-org-buffers): New function.
150         (org-first-headline-recenter): Enclose outline-regexp in group
151         delimiters.
152         (org-set-tags): Keep single space after stars.
154 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
156         * window.el (set-window-text-height): Only set window-min-height to
157         1 if that's the requested size.
159         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
160         (diff-unified->context, diff-context->unified)
161         (diff-reverse-direction): Make sure the end marker stays at the end.
162         (diff-mode): Add the keymap table at the end of docstring.
163         Use lexical-let rather than constructing a closure manually.
165         * files.el (find-file-noselect-1): Remove unused var assignment.
166         (hack-local-variables-confirm): Print lists of strings as lists of
167         strings rather than lists of symbols.
168         (abbreviate-file-name, hack-local-variables-prop-line):
169         Use match-string.
170         (hack-one-local-variable): Move `make-local-variable' nearer its use.
171         (recover-session-finish): Use line-end-position.
173 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
175         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
177 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
179         * progmodes/make-mode.el (makefile-macroassign-regex):
180         Accept preceding keyword.
181         (makefile-gmake-statements): Reorganize, now that makepp has
182         "override" and also handle forgotten "override define".
183         (makefile-makepp-statements): Add new "global", "override export"
184         and "override global".
186 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
188         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
189         (ada-compile-mouse-goto-error, ada-deactivate-properties)
190         (ada-no-auto-case): Fix typos in docstrings.
192 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
194         * info.el (Info-find-node-2): Search for makeinfo version more
195         carefully.
197 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
199         * textmodes/org.el (org-prepare-agenda-buffers):
200         Use `invisible-OK' argument for `org-end-of-subtree'.
201         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
202         (org-beginning-of-item): Fix bug in regular expression for white line.
203         (org-export-as-html): Enforce space after bullet in plain list items.
204         (org-set-autofill-regexps): Require space after plain list bullet
205         for paragraph-start.
206         (org-ts-regexp3): New constant.
207         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
208         (org-timestamp-up-day, org-timestamp-down-day)
209         (org-timestamp-change): Work with inactive timestamps.
210         (org-ts-regexp1): Don't allow brackets in time stamps.
212 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
214         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
215         for ignoring links.
217         * faces.el (read-face-name): Use it.
219 2006-06-28  Juri Linkov  <juri@jurta.org>
221         * buff-menu.el (list-buffers-noselect): Compare Info file
222         with the string "dir" to detect Info directory.
224         * complete.el (partial-completion-mode): In lambda for
225         `choose-completion-string-functions' use full function signature
226         with 4 args, and move point to the end of the minibuffer only if arg
227         `mini-p' is non-nil.
229 2006-06-28  John Paul Wallington  <jpw@pobox.com>
231         * ibuffer.el (ibuffer-mode): Doc fix.
233 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
235         * textmodes/org.el (org-context): New contexts :item-bullet,
236         :latex-fragment, :latex-preview.
237         (org-overlays-at, org-overlay-start, org-overlay-end):
238         New compatibility functions.
239         (org-inside-LaTeX-fragment-p): More accurate matching, using the
240         exact regexp that will be used during export.
241         (org-latex-regexps): New variable.
242         (org-cdlatex-mode): Improve advice for `texmathp'.
243         (turn-on-org-cdlatex): New function.
245 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
247         * term/mac-win.el (mac-handle-font-selection): Change keys of
248         mac-atsu-font-table from strings to numbers.
249         (mac-ts-caret-position): Use also when cursor-type is nil.
250         (mac-ts-update-active-input-area): Add Mac OS Classic support.
251         Relax condition for using overlay strings.
252         Use mac-ts-caret-position face when cursor-type is nil.
254 2006-06-26  Kim F. Storm  <storm@cua.dk>
256         * help.el (view-emacs-news): Declare `res' in the right let* form.
258 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
260         * net/rcompile.el (remote-compile): Replace ange-ftp based
261         implementation by Tramp functions.  Based on a patch published by
262         Marc Abramowitz <msabramo@gmail.com>.
264         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
266 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
268         * international/fontset.el (setup-default-fontset): Fix a typo in
269         the "Oriya-Akruti" registry name.
271 2006-06-23  Lars Hansen  <larsh@soem.dk>
273         * desktop.el (desktop-full-file-name): New function.
274         (desktop-kill, desktop-save, desktop-remove, desktop-read)
275         (desktop-revert): Use it.
276         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
277         (desktop-after-read-hook): Add option list-buffers.
278         (desktop-locals-to-save): Add tab-width.
279         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
280         Fix docstring.
282 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
284         * textmodes/org.el (org-cdlatex-mode-map)
285         (org-cdlatex-texmathp-advice-is-done): New variables.
286         (org-cdlatex-mode): New minor mode.
287         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
288         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
289         (org-export-with-archived-trees): New option.
290         (org-open-file): Remove the call to `convert-standard-filename'.
291         (org-archive-tag, org-agenda-skip-archived-trees)
292         (org-cycle-open-archived-trees)
293         (org-sparse-tree-open-archived-trees): New options.
294         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
295         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
296         New functions.
297         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
298         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
299         (org-mode-map): Add binding for `org-toggle-archive-tag'.
300         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
301         Call `org-prepare-agenda-buffers'.
302         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
303         (org-file-apps, org-file-apps-defaults-gnu)
304         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
305         Handle remote files by forcing them to be opened in Emacs.
307 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
309         * vc.el (vc-diff-knows-L): New variable.
310         (vc-diff-internal): Use it to handle "diff" programs that don't
311         understand -L.  This works automatically, no user action is necessary.
313 2006-06-23  Daniel Brockman  <daniel@brockman.se>
315         * net/rcirc.el (rcirc-default-user-full-name): Default to
316         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
317         longer exists).
318         (rcirc-process-list): Check `buffer-live-p' before attempting to
319         switch to a buffer.
321 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
323         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
324         based on rcirc-coding-system-alist.
326 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
328         * cus-edit.el (customize-apropos): A better error message.
329         (top level) <debug-ignored-errors>: Extend and update the list of
330         ignored error messages.
332 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
334         * complete.el (PC-do-completion): Retain capitalization of user
335         input, when possible, even if completion-ignore-case is set.
337 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
339         * generic-x.el (bat-generic-mode): Support .cmd files.
341         * dos-w32.el (top level): Use find-file-not-found-functions
342         instead of the obsolete find-file-not-found-hooks.
344 2006-06-22  Kim F. Storm  <storm@cua.dk>
346         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
347         to recognize mode name containing submodes, such as Grep/lw.
349 2006-06-21  Kim F. Storm  <storm@cua.dk>
351         * simple.el (line-move-1): Check for move-end-of-line instead of
352         end-of-line when setting temporary-goal-column.
354 2006-06-21  Miles Bader  <miles@gnu.org>
356         * play/cookie1.el (cookie): Work properly when there's only one entry.
358 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
360         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
361         (gdb-frame-handler): Generalize frame regexp for templates.
363 2006-06-20  Glenn Morris  <rgm@gnu.org>
365         * calendar/appt.el (appt-display-format): Default value must be
366         one of the customize options.
368 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
370         * term/xterm.el (terminal-init-xterm): Update key availability info.
371         Bind C-return.
373         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
375 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
377         * files.el (hack-local-variables): Run `hack-local-variables-hook'
378         whether or not a local variables list is defined.
380         * msb.el (msb): Move `sit-for' hack here to handle both
381         "mouse-down and drag" and "mouse-up and select" situations.
382         (mouse-select-buffer): Move `sit-for' hack to `msb'.
384 2006-06-20  Kenichi Handa  <handa@m17n.org>
386         * international/characters.el (word-combining-categories):
387         Add entries for 2-byte Han characters.
389 2006-06-19  Richard Stallman  <rms@gnu.org>
391         * bindings.el (mode-line-format): Save some mode line space.
393         * files.el (find-file-noselect): Improve the question wording.
394         (basic-save-buffer-2): Mask UMASK against 666.
396         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
397         (mouse-drag-vertical-line): Call it.
399         * cus-edit.el (customize-option, customize-option-other-window):
400         Error if SYMBOL is nil.
402 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
404         * textmodes/org.el: Require noutline, also on XEmacs.
405         (org-end-of-subtree): Return point.
406         (org-dblock-start-re, org-dblock-end-re): New constants.
407         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
408         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
409         (org-update-all-dblocks, org-find-dblock): New functions.
410         (org-collect-clock-time-entries): New function.
411         (org-html-handle-time-stamps): Never export CLOCK timeranges.
412         (org-fixup-indentation): Modify to deal correctly with lines
413         starting with TAB.  Only one argument DIFF now.
414         (org-demote, org-promote): Call `org-fixup-indentation' with just
415         one argument, DIFF.
416         (org-mode): Don't mark buffer as modified when aligning tables.
417         (org-clock-sum): Don't mark buffer modified when adding time sum
418         properties.
419         (org-export-as-html): Add support for a link validation function.
420         (org-archive-all-done): New function.
421         (org-archive-subtree): New prefix argument.  When set, archive all
422         done subtrees in this buffer.
423         (org-remove-clock-overlays)
424         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
425         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
426         (org-put-clock-overlay): Don't swallow last headline character
427         when displaying overlay.
428         (org-store-link): Link to `image-mode' with just the file name.
430 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
432         * viper-cmd.el (viper-special-read-and-insert-char):
433         Use read-key-sequence.
434         (viper-after-change-undo-hook): Misc enhancements.
435         (viper-after-change-undo-hook): New hook.
436         (viper-undo): Use viper-after-change-undo-hook.
437         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
438         (viper-next-line-at-bol): If point is on a widget or a button, simulate
439         clicking on that widget/button.
441         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
443         * ediff-diff (ediff-test-patch-utility): Catch errors.
444         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
445         (ediff-set-actual-diff-options): New function.
446         (ediff-reset-diff-options, ediff-toggle-ignore-case):
447         Use ediff-set-actual-diff-options.
448         (ediff-extract-diffs): Catch errors.
449         (ediff-whitespace): Add non-breakable space.
450         (ediff-same-file-contents): Catch errors.
452         * ediff-mult.el (ediff-collect-custom-diffs):
453         Save coding-system-for-read.
455         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
456         (ediff-vc-internal, ediff-vc-merge-internal):
457         Use ediff-delete-version-file.
458         (ediff-delete-version-file): New function.
460         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
462         * ediff.el (ediff-directories, ediff-directory-revisions)
463         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
464         (ediff-directories-internal, ediff-merge-directory-revisions)
465         (ediff-merge-directory-revisions-with-ancestor)
466         (ediff-directories3): Use read-directory-name.
468 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
470         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
471         Remove superfluous part of regexp for brace matching which is handled
472         by `scan-lists' call.
474 2006-06-16  Richard Stallman  <rms@gnu.org>
476         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
478         * files.el (basic-save-buffer-2): For a new precious file,
479         use the default modes in the return value.
481         * facemenu.el (facemenu-color-alist): Doc fix.
483         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
485 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
487         * cus-start.el (all): Add mac-ts-script-language-on-focus.
489         * term/mac-win.el (mac-text-encoding-ascii): New constant.
490         (mac-utxt-to-string): Use it.
491         (mac-ts-update-active-input-area): Use mac-ae-number.
493 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
495         * term.el (term-handle-scroll, term-delete-lines)
496         (term-insert-lines): Fix off by one errors.
498 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
500         * net/tramp.el (tramp-touch): Use UTC to express time.
502 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
504         * mail/sendmail.el (mail-send): Search explicitly for
505         mail-header-separator when checking for corrupted header lines.
507 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
509         * progmodes/gdb-ui.el (gdb-same-frame): New option.
510         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
511         (gdb-init-1): Initialise them.
512         (gdb-starting): Reset gdb-printing
513         (gdb-starting): Save value of gud-overlay-arrow-position.
514         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
515         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
516         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
517         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
519 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
521         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
523 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
525         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
526         (ldap-search-internal): Keep error messages, and a regexp fix.
528 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
530         * files.el (hack-local-variables-confirm):
531         Display string value using its printed representation.
533 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
535         * server.el (server-edit): No-op if no server buffers exist.
537 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
539         * textmodes/page-ext.el (pages-directory-for-addresses):
540         Including `pages-directory-address-mode' in the function results
541         in the message "Buffer in which pages were found is deleted".
543 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
545         * textmodes/org.el (org-agenda-mode-map): Add bindings for
546         clocking functions.
548         (org-agenda-clock-in, org-check-running-clock)
549         (org-clock-out-if-current, org-remove-clock-overlays)
550         (org-put-clock-overlay): New functions.
551         (org-clock-marker, org-clock-file-total-minutes)
552         (org-clock-overlays): New variables.
553         (org-clock-display, org-clock-sum, org-clock-cancel)
554         (org-clock-out, org-clock-in): New commands.
555         (org-export): New function.
556         (org-emph-re): New constant.
557         (org-set-emph-re, org-do-emphasis-faces): New functions.
558         (org-emphasis-regexp-components, org-emphasis-alist): New options.
559         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
560         (org-export-html-convert-emphasize): Use the configurable emphasis.
561         (org-cleaned-string-for-export): Make multiline emphasis visible
562         to the exporter.  New optional argument PARAMETERS.
563         (org-export-as-html): Specify :emph-multiline parameter to
564         `org-cleaned-string-for-export'.
566 2006-06-10  Richard Stallman  <rms@gnu.org>
568         * help.el (help-for-help-internal): Clean up help text.
570 2006-06-10  Andreas Schwab  <schwab@suse.de>
572         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
573         in doc string.
575         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
577 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
579         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
580         spaces after the comment start.
582 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
584         * play/pong.el (pong-init-buffer):
585         Fill buffer with spaces instead of ^A.
587         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
588         launched asynchronously, delete its process instead of being cool.
589         (ispell-async-processp): Check for `delete-process' existence
590         instead of `kill-process' one for consistency.
592 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
594         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
595         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
596         in mode line at startup.
598 2006-06-08  Kim F. Storm  <storm@cua.dk>
600         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
601         (ido-init-completion-maps): Bind them to M-SPC and M-v.
602         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
603         (ido-file-internal): Pass full file name to write-file.
604         (ido-read-internal): Only pop stack elements automatically if they
605         actually match an existing directory or file name.
607 2006-06-07  Kenichi Handa  <handa@m17n.org>
609         * international/mule.el (find-auto-coding): Don't handle the short
610         name `char-trans'.
612         * files.el (hack-local-variables-prop-line)
613         (hack-local-variables): Cancel the previous change.
615 2006-06-06  Jesper Harder  <harder@phys.au.dk>
617         * ediff-diff.el (ediff-test-utility): Protect against file-error.
619 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
621         * diff-mode.el (diff-mode): Set buffer-read-only to t when
622         diff-default-read-only is non-nil.
623         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
624         (diff-refine-hunk): Set inhibit-read-only to t.
626         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
627         modifying the *Diff* buffer.
628         (diff-process-filter): New filter function for diff process that
629         sets inhibit-read-only to t when modifying the *Diff* buffer.
631 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
633         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
634         insertion point and control the number of empty lines.
635         (org-paste-subtree): Limit the number of empty lines at the end of
636         the inserted tree.
637         (org-agenda): Use buffer name of current file for narrowing.
638         (org-export-as-xml): Command removed.
639         (org-export-xml-type): Option removed.
640         (org-mode-map): Call `org-export-as-xoxo' directly.
641         (org-get-indentation): New optional argument LINE.
642         (org-fix-indentation, org-remove-tabs): New functions.
643         (org-export-as-ascii, org-ascii-level-start): Determine and apply
644         correct indentation for headlines that are converted it items.
645         (org-skip-comments): Remove table lines that contain narrowing
646         cookies but no other non-empty fields.
647         (org-set-tags): Allow groups of mutually exclusive tags.
648         (org-cmp-time): Sort 24:21 before items without time.
649         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
650         (org-open-at-point): Require double colon also for numbers.
652 2006-06-06  Kim F. Storm  <storm@cua.dk>
654         * ido.el (ido-default-file-method, ido-default-buffer-method):
655         Make choice values consistent with corresponding command names.
656         (ido-visit-buffer): Update accordingly.  Default to selected-window.
658 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
660         * progmodes/gud.el (gud-running): Fix doc string.
661         (gud-menu-map): Use :visible instead fo :enable for debugger test.
662         (gud-tooltip-modes): Add python-mode.
663         (gud-tooltip-print-command): Add pdb.  Remove perldb.
665 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
667         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
668         Quote $(EMACS).
670 2006-06-05  Richard Stallman  <rms@gnu.org>
672         * faces.el (defined-colors): Doc fix.
674 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
676         * vc.el (vc-process-filter): Inhibit undo info collection around
677         call to insert.
678         (vc-setup-buffer): Likewise for call to erase-buffer.
679         (vc-do-command): Likewise for call to process-file.
681 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
683         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
684         for gud-go.
685         (gud-common-init): Other debuggers may trigger error.
687 2006-06-05  Kenichi Handa  <handa@m17n.org>
689         * international/mule.el (find-auto-coding):
690         Handle enable-character-translation in file header.
692 2006-06-04  Kim F. Storm  <storm@cua.dk>
694         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
695         (authors-fixed-entries): Fix spelling.
696         (authors-canonical-file-name): Don't report error for wildcards.
698         * help.el (view-emacs-news): Rewrite to support new NEWS,
699         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
700         e.g. version 10 matches 1.10, and don't be confused by version 1.1
701         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
703 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
705         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
706         exec constructs like `foo bar`.
707         (sh-quoted-subshell): New helper function to search for a possibly
708         nested subshell (like `` or $()) within a "" quoted string.
709         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
710         (sh-apply-quoted-subshell): Flag quote characters inside a
711         subshell, which is itself already in a quoted region, as
712         punctuation, since this is the closest to what they actually are.
713         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
714         sh-apply-quoted-subshell.
715         (sh-font-lock-syntactic-face-function): Apply the new face for
716         text inside `` instead of the old font-lock-string-face.
718 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
720         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
721         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
722         (mac-bytes-to-text-range, mac-ae-text-range-array)
723         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
724         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
725         (mac-ts-unicode-for-key-event): New functions.
726         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
727         (mac-handle-font-selection): Use mac-ae-number.
728         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
729         New variables.
730         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
731         (mac-ts-converted-text, mac-ts-selected-converted-text)
732         (mac-ts-block-fill-text, mac-ts-outline-text)
733         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
734         (mac-ts-hilite-style-faces): New constant.
735         (mac-apple-event-map): Bind text input events.
736         (mac-dispatch-apple-event): Use command-execute instead of
737         call-interactively.
738         (global-map): Don't bind mac-apple-event.
739         (special-event-map): Bind mac-apple-event.
741 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
743         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
744         file name.
745         (emacs): Enclose the value of $(EMACS) in quotes.
747 2006-06-02  Juri Linkov  <juri@jurta.org>
749         * international/mule.el (sgml-html-meta-auto-coding-function):
750         Remove the condition `(search-forward "<html" size t)'.
751         Replace `\"' with `[\"']?' in `re-search-forward'.
753 2006-06-02  Kenichi Handa  <handa@m17n.org>
755         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
756         as well as `coding'.
757         (hack-local-variables): Likewise.
759         * international/mule.el (enable-character-translation):
760         Put permanent-local and safe-local-variable properties.
761         (find-auto-coding): Handle char-trans: tag.
763 2006-06-02  Juri Linkov  <juri@jurta.org>
765         * international/mule.el (sgml-html-meta-auto-coding-function):
766         Limit the search by the end of the HTML header (if any).
768 2006-06-01  Richard Stallman  <rms@gnu.org>
770         * subr.el (with-current-buffer): Doc fix.
772 2006-06-02  Masatake YAMATO  <jet@gyve.org>
774         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
775         Almost rewrite.  Underlines over all lines of gcov output are too
776         uncomfortable to read.  Suggested by Dan Nicolaescu.
778 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
780         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
782         * shell.el (shell-mode): Use shell-mode-map in docstring.
784         * comint.el (comint-send-input): Do not add help-echo and
785         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
787 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
789         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
791 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
793         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
794         (gdb-stopped, gdb-info-stack-custom): If there is no source info
795         look up the stack and pop up GUD buffer if necessary.
796         (gdb-frames-select): Remove redundant call to gud-display-frame.
797         (gdb-info-threads-custom): Keep point at start of buffer.
798         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
800 2006-05-31  Juri Linkov  <juri@jurta.org>
802         * replace.el (query-replace-read-from, query-replace-read-to):
803         Bind `history-add-new-input' to nil.  Call `add-to-history'.
805 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
807         * textmodes/table.el: Convert all HTML tags to lower case for
808         XHTML compatibility.
810 2006-05-31  Masatake YAMATO  <jet@gyve.org>
812         * progmodes/compile.el:
813         (compilation-error-regexp-alist-alist::gcov-called-line):
814         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
816 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
818         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
819         Revert inadvertent changes made with last commit.
821 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
823         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
824         New functions.
826         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
828 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
830         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
831         only matches in the right place.
832         (org-upcoming-deadline): New face.
833         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
834         (org-export-ascii-underline): Rename constant `org-ascii-underline'
835         and make it an option.
836         (org-export-ascii-bullets): New option.
837         (org-export-as-html): Many changes to emit valid XHTML.
838         (org-par-open): New variable.
839         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
840         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
841         (org-timeline): Pass `org-timeline-show-empty-dates' to
842         `org-get-all-dates'.  Interpret empty dates returned by
843         `org-get-all-dates'.
844         (org-get-all-dates): New argument EMPTY.  Add dates without
845         entries to the list, mark large ranges of empty dates.
846         (org-point-in-group, org-context): New functions.
848 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
850         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
852         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
853         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
854         to C-mouse-3 (for 2 button mice).
855         (gdb-send): Do the right thing for C-d.
857         * speedbar.el (speedbar-detach): Delete.
858         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
859         it breaks things.
860         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
862 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
864         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
865         Makeppfile.
867         * progmodes/compile.el (compilation-error-regexp-alist-alist):
868         Add makepp diagnostic.
870 2006-05-29  Richard Stallman  <rms@gnu.org>
872         * window.el (fit-window-to-buffer): Doc fix.
874         * help.el (temp-buffer-max-height): Doc fix.
876         * subr.el (with-current-buffer): Doc fix.
878 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
880         * term/x-win.el: Bind F10 to menu-bar-start if available.
882 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
884         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
885         uses with a simple test.
886         (term-set-escape-char, term-mode, term-check-kill-echo-list)
887         (term-send-raw-string, term-send-raw, term-mouse-paste)
888         (term-char-mode, term-line-mode, term-exec, term-sentinel)
889         (term-handle-exit, term-read-input-ring)
890         (term-previous-matching-input-string)
891         (term-previous-matching-input-string-position)
892         (term-previous-matching-input-from-input)
893         (term-replace-by-expanded-history, term-send-input)
894         (term-skip-prompt, term-bol, term-send-invisible)
895         (term-kill-input, term-delchar-or-maybe-eof)
896         (term-backward-matching-input, term-check-source)
897         (term-proc-query, term-emulate-terminal)
898         (term-handle-colors-array, term-process-pager, term-pager-line)
899         (term-pager-bob, term-unwrap-line, term-word)
900         (term-dynamic-complete-filename)
901         (term-dynamic-complete-as-filename)
902         (term-dynamic-simple-complete): Replace one arm ifs with whens or
903         unlesses.
905 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
907         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
908         during bootstrapping.
910         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
911         Basically undo the change of 2006-05-26: use extra arguments instead of
912         dynamic scoping.
913         (ewoc-locate): Remove unused var `footer'.
915 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
917         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
919         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
920         (generate-file-autoloads): Obey it.  Return whether autoloads were
921         added at point or not.
922         (update-file-autoloads): Use this new return value.
923         Remove redundant test for the presence of an autoload cookie.
925         * emacs-lisp/autoload.el (autoload-find-file): New fun.
926         This one calls hack-local-variables.
927         (generate-file-autoloads, update-file-autoloads): Use it.
929         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
930         (bibtex-sort-entry-class): Add safe-local-variable predicate.
931         (bibtex-sort-entry-class-alist): Don't set the global value.
932         (bibtex-init-sort-entry-class-alist): New fun.
933         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
934         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
935         of bibtex-init-sort-entry-class.
937 2006-05-28  Richard Stallman  <rms@gnu.org>
939         * subr.el (load-history-regexp): If FILE is relative, insist
940         entire last name component must match it.
941         (load-history-filename-element, load-history-regexp): Doc fixes.
943 2006-05-29  Kim F. Storm  <storm@cua.dk>
945         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
946         `pos' and `raw-data' for clarity, as eval forms may access these.
948 2006-05-28  Kim F. Storm  <storm@cua.dk>
950         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
952 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
954         * progmodes/make-mode.el (makefile-browser-map)
955         (makefile-mode-syntax-table): Move initialization inside declaration.
956         (makefile-fill-paragraph): Use the default comment-filling code.
958 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
960         * replace.el (query-replace-defaults): New variable.
961         (query-replace-read-from): Use `query-replace-defaults' for
962         default value, instead of history list.
963         (query-replace-read-to): Update `query-replace-defaults'.
965 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
967         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
968         with no X toolkit.
970 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
972         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
973         (tumme-show-all-from-dir): Add autoload.
975 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
977         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
978         (tumme-remove-tag): Fix bug.
980 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
982         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
983         FOOTER args.  Update unique caller.
984         (ewoc-delete): Compute last node once before looping.
985         (ewoc--node-branch): Merge into unique caller.
986         (ewoc--node): Don't define constructor make-ewoc--node for this
987         structure.
988         (ewoc): Add member `hf-pp' to this structure.
989         (ewoc--wrap): New func.
990         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
991         header/footer pretty-printers.  Save header/footer pretty-printer.
992         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
994         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
996 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
998         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
999         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
1000         Tag'.  Change "Compare directories..." to "Change Directories...".
1001         Move tumme commands to Operate, Regexp and Immediate menus.
1002         Change "Add Comment" to "Add Image Comment".  Change "Add Image
1003         Tag" to "Add Image Tags".
1005         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1006         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1007         `tumme-delete-tag'.
1009 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
1011         * shell.el (shell-mode): Call shell-dirtrack-mode after
1012         list-buffers-directory is made a local variable, to avoid setting
1013         the default value.
1015 2006-05-26  Kevin Ryde  <user42@zip.com.au>
1017         * info.el (Info-index-next): Use where-is-internal to report
1018         actual binding of Info-index-next, rather than hard-coded `,'.
1020 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
1022         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1023         and "Find Command in Manual" to here.
1025         * buff-menu.el (list-buffers-noselect): For Info buffers, use
1026         Info-current-file as the file name.
1028 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
1030         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
1031         overrides will now be done a different way.
1032         (ses-set-parameter): Reapply this function for undo.
1033         (ses-set-header-row): Reconstruct header row during undo.
1034         (ses-widen): New function.
1035         (ses-goto-data, ses-reconstruct-all): Use new function.
1036         (ses-command-hook): Widen buffer during undo, before unupdating
1037         the cells.
1038         (ses-insert-row, ses-delete-row): Widen buffer during undo.
1039         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1040         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1041         formula hasn't been executed yet.
1043 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1045         * comint.el (comint-kill-whole-line): Rename arg to count.
1046         Fix doc string.
1048 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
1050         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1051         to copy-file.
1053 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1055         * simple.el (toggle-truncate-lines): Make arg optional for
1056         backward compatibility.
1058 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
1060         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1061         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1062         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
1063         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1064         (ewoc--adjust): Use ewoc--current-dll.
1065         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1067 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
1069         * textmodes/org.el (org-next-item, org-previous-item): Emit more
1070         compact error message.
1071         (org-tags-view): Refresh category table in each file.
1072         (org-table-justify-field-maybe): Remove superfluous arguments to
1073         `format'.
1074         (org-export-as-html): Insert "<p>" before postamble.
1075         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1077 2006-05-26  Kenichi Handa  <handa@m17n.org>
1079         * textmodes/po.el (po-find-charset): Pay attention to the case
1080         FILENAME is a cons (NAME . BUFFER).
1081         (po-find-file-coding-system-guts): Likewise.
1083         * arc-mode.el (archive-set-buffer-as-visiting-file):
1084         Call find-operation-coding-system with (FILENAME . BUFFER).
1086         * tar-mode.el (tar-extract): Call find-operation-coding-system
1087         with (FILENAME . BUFFER).
1089         * international/mule.el (decode-coding-inserted-region):
1090         Call find-operation-coding-system with (FILENAME . BUFFER).
1092 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1094         * image-mode.el (image-toggle-display): Use buffer contents to
1095         generate image for a remote file.
1097 2006-05-25  Juri Linkov  <juri@jurta.org>
1099         * replace.el (query-replace-read-from, query-replace-read-to):
1100         Remove 8th arg KEEP-ALL in read-from-minibuffer.
1102 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
1104         * whitespace.el (whitespace-cleanup): Change to cleanup
1105         region if one is active.
1106         * whitespace.el (whitespace-cleanup-internal): New internal method.
1108 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
1110         * dired.el (dired-mode-map): Add help-echo strings to tumme
1111         commands.  Bind `tumme-dired-display-image' to C-t i.
1113         * tumme.el (tumme-display-image): Change documentation string slightly.
1114         (tumme-dired-display-image): Add call to `display-buffer'.
1116 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1118         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1119         Signal error if RAW-DATA is a multibyte string.
1121 2006-05-24  Richard Stallman  <rms@gnu.org>
1123         * subr.el (with-local-quit): When handling `quit' signal,
1124         make a chance for quit-flag to cause a quit.
1126         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1127         (ad-disable-advice): Add autoloads.
1129         * subr.el (read-passwd): Copy PROMPT before changing its properties.
1131 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
1133         * dired.el (dired-mode-map): Change menu items for tumme as per
1134         suggestions in emacs-devel.
1136 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
1138         * dired.el (dired-mode-map): Fix breakage.
1140 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
1142         * tumme.el (tumme-display-dired-image): Rename to...
1143         (tumme-dired-display-image): ...this.
1144         (tumme-track-movement): Change default value to t.
1145         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1146         used from `tumme-next-line-and-display' and similar commands.
1148         * dired.el (dired-mode-map): Add Thumbnail submenu under the
1149         Immediate menu.  Add some tumme commands there.
1151 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
1153         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1155 2006-05-24  Chong Yidong  <cyd@mit.edu>
1157         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1158         menu entries that open submenus.
1160 2006-05-24  Alan Mackenzie  <acm@muc.de>
1162         * startup.el (command-line): For names of preloaded files, don't
1163         append ".elc" (now done in Fload), and call file-truename on the
1164         lisp directory.
1166         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
1167         match ANY loaded file with the right name, not just those in
1168         load-path.  Put a regexp matching the file name into
1169         after-load-alist, rather than the name itself.
1171         * subr.el: New functions load-history-regexp,
1172         load-history-filename-element, do-after-load-evaluation.
1174         * international/mule.el (load-with-code-conversion): Do the
1175         eval-after-load stuff by calling do-after-load-evaluation.
1177 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
1179         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1180         has not been killed.
1182 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1184         * term/mac-win.el: Set idle timer to clean up expired Apple events.
1185         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1186         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1187         Optionally set error message in reply.
1189 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
1191         * textmodes/org.el (org-open-at-point): Use renamed variable
1192         `org-confirm-shell-link-function'.
1193         (org-confirm-shell-link-function): Rename from
1194         `org-confirm-shell-links'.
1195         (org-export-directory): New function.
1196         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1197         (org-export-icalendar): Use `org-export-directory'.
1198         (org-indent-item): Keep cursor position.
1199         (org-link-file-path-type): New option.
1200         (org-export-as-html): Fix bug with plain lists starting in
1201         column 0.
1202         (org-export-as-html): Remove deadline formatting, this happens
1203         now already in `org-html-handle-time-stamps'.
1204         (org-export-html-style): Deadline class removed.
1205         (org-insert-labeled-timestamps-at-point): New option.
1206         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1207         of `hide-sublevels 1', in case the first headline is not level 1.
1208         (org-overview, org-content): New fuction.
1209         (org-cycle-global-status, org-cycle-subtree-status): Make these
1210         variables buffer-local.
1211         (org-global-cycle): New command.
1212         (org-shifttab): Use `org-global-cycle'.
1213         (org-insert-heading, org-insert-item): Go to end of new
1214         headline/item after creating it.
1215         (org-export-visible): Rename from `org-export-copy-visible'.
1216         Now creates a temporary org-file and applies an exporting command
1217         to it.
1218         (org-table-eval-formula): Support for lisp forms.
1219         (org-agenda-todo-ignore-scheduled): New option.
1220         (org-agenda-get-todos): Use new option
1221         `org-agenda-todo-ignore-scheduled'.
1222         (org-export-html-inline-images): New value `maybe'.
1223         (org-export-as-html): Inlining of images dependent on link description.
1224         (org-archive-subtree): Check for end-of-buffer before trying
1225         `kill-line'.
1226         (org-agenda-follow-mode): New option.
1227         (org-export-with-tags, org-export-with-timestamps): New options.
1228         (org-html-handle-time-stamps): New function.
1229         (org-keyword-time-regexp): New variable.
1230         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1231         (org-agenda-todo-list-sublevels): New option.
1232         (org-html-level-start): When TITLE is nil, just close all levels.
1233         (org-parse-key-lines, org-parse-export-options): Remove functions,
1234         replaced by `org-infile-export-plist'.
1235         (org-combine-plists, org-infile-export-plist)
1236         (org-default-export-plist): New functions.
1237         (org-export-html-preamble, org-export-html-postamble)
1238         (org-export-html-auto-preamble, org-export-html-auto-postamble):
1239         New variables.
1240         (org-export-publishing-directory): New option.
1241         (org-export-as-html, org-export-as-ascii): Use the new property
1242         lists for settings.
1243         (org-export-copy-visible, org-export-as-xoxo):
1244         Respect `org-export-publishing-directory'.
1245         (org-link-search, org-store-link, org-file-apps): Support for
1246         links to BibTeX database entries..
1247         (org-get-current-options, org-set-regexps-and-options):
1248         Implement logging as a startup option.
1249         (org-store-link): Make sure context string is never empty
1250         (org-insert-link): Use relative path when possible.
1251         (org-at-item-checklet-p): New function.
1252         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1253         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1254         (org-metaright, org-metaup, org-metadown, org-shiftup)
1255         (org-shiftdown, org-shiftright, org-shiftleft)
1256         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1257         Dispatch using `call-interactively'.
1258         (org-call-with-arg): New defsubst.
1259         (org-tag-alist, org-use-fast-tag-selection): New options.
1260         (org-complete): Use `org-tag-alist'.
1261         (org-fast-tag-insert, org-fast-tag-selection): New functions.
1262         (org-next-item, org-previous-item): New commands.
1263         (org-beginning-of-item, org-end-of-item): Add (interactive) to
1264         make command.
1265         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1267 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
1269         * emacs-lisp/ewoc.el (ewoc-delete): New function.
1270         (ewoc-filter): Use `ewoc-delete'.
1272         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1274 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1276         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1277         Signal more user-friendly error messages.
1279         * complete.el (PC-do-completion): Undo the addition of implicit
1280         wildcards if they did not lead to finding any match.
1281         (read-file-name-internal): Don't add the final > if the completion is
1282         not finished.
1284 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1286         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1287         Quote safe-local-variable predicate.
1289 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
1291         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1293 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1295         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1297         * progmodes/make-mode.el (makefile-special-targets-list)
1298         (makefile-macro-table, makefile-target-table): Mark as risky.
1299         (makefile-query-one-target-method): Make this the alias for the
1300         following variable.
1301         (makefile-query-one-target-method-function): Make this the real name.
1303         * textmodes/artist.el (artist-text-renderer): Make this the alias
1304         for the following variable.
1305         (artist-text-renderer-function): Make this the real name.
1307         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1308         the alias for the following variable.
1309         (flyspell-generic-check-word-predicate): Make this the real name.
1311         * textmodes/ispell.el (ispell-format-word): Make this the alias
1312         for the following variable.
1313         (ispell-format-word-function): Make this the real name.
1314         (ispell-message-text-end): Mark as risky.
1316         * skeleton.el (skeleton-transformation, skeleton-filter)
1317         (skeleton-pair-filter): Make these the aliases for the following
1318         variables.
1319         (skeleton-transformation-function, skeleton-filter-function)
1320         (skeleton-pair-filter-function): Make these the real names.
1322         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1323         and skeleton-pair-filter-function.
1325         * textmodes/sgml-mode.el (sgml-transformation): Make this the
1326         alias for the following variable.
1327         (sgml-transformation-function): Make this the real name.
1328         (sgml-tag-alist): Mark as risky.
1330 2006-05-21  Richard Stallman  <rms@gnu.org>
1332         * simple.el (kill-region): Interactively, pass point, then mark.
1334 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
1336         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1338 2006-05-21  Romain Francoise  <romain@orebokech.com>
1340         * dired-x.el (dired-mode-map): Don't bind M-g.
1342 2006-05-20  Richard Stallman  <rms@gnu.org>
1344         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1345         (dired-goto-file): Doc fix.
1347 2006-05-21  Kim F. Storm  <storm@cua.dk>
1349         * emulation/cua-base.el: Mention customizing cua-mode as alternative
1350         way to enable built-in cua-mode if user loads older CUA-mode package.
1352         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1353         if default-filename is specified.
1355 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
1357         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1359         * info.el (info-apropos): Make sure current-file and current-node
1360         have non-nil values.  Speed up by using add-to-list instead of
1361         manual consing.
1363 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1365         * progmodes/make-mode.el (makefile-mode): Doc fix.
1367 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
1369         * dired-aux.el (dired-do-shell-command): Doc fix.
1371 2006-05-20  Kevin Ryde  <user42@zip.com.au>
1373         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1374         ``(custom-manual :tag "Foo" "(foo)Node")''.
1376 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
1378         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1379         value is an integer.
1381 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
1383         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1384         "format".
1385         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1387 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
1389         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1390         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1392 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1394         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1395         regexp for keywords.
1397 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
1399         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1400         replace-regexp-in-string.
1402         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1403         encode, and escape file name on conversion to URL.
1405 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1407         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1408         Don't unescape URL.
1409         (dnd-get-local-file-name): Unescape URL on conversion to file name.
1411         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1412         on conversion to URLs.
1414         * net/browse-url.el (browse-url-file-url): Encode file name on
1415         conversion to URL.
1417         * term/mac-win.el (mac-ae-open-documents): Escape file name on
1418         conversion to URL.
1420 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
1422         * progmodes/cc-styles.el (c-style-alist): Doc fix.
1424 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1426         * term/mac-win.el (mac-bytes-to-digits): Remove function.
1427         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1429 2006-05-19  Glenn Morris  <rgm@gnu.org>
1431         * calendar/diary-lib.el (diary-bahai-date)
1432         (list-bahai-diary-entries, mark-bahai-diary-entries)
1433         (mark-bahai-calendar-date-pattern): Not interactive.
1434         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
1435         (diary-entries-list): Change format of 4th element in each entry.
1436         (diary-list-entries): Use add-to-diary-list.
1437         (diary-goto-entry): Handle the case where the buffer visiting the
1438         diary has been killed.
1439         (fancy-diary-display): Add 'locator to button rather than 'marker.
1440         Only generate temp-face when there are marks to apply.
1441         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1442         (diary-fancy-date-pattern): New variable.
1443         (diary-time-regexp): Doc fix.
1444         (diary-anniversary, diary-time): New faces.
1445         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1446         diary-time-regexp.  Add font-lock-multiline property where needed.
1447         Use new faces diary-anniversary and diary-time.
1448         (diary-fancy-font-lock-fontify-region-function): New function, to
1449         handle multiline font-lock pattern in fancy diary.
1450         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1451         (diary-font-lock-keywords): Tweak time regexp.  Use new face
1452         diary-time.
1454 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
1456         * international/code-pages.el (mik): Table corrected.
1458 2006-05-18  Kim F. Storm  <storm@cua.dk>
1460         * progmodes/grep.el (grep-find): Don't check grep-find-command
1461         before running command (breaks non-interactive usage).
1463 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
1465         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1466         (ewoc--insert-new-node): Don't insert trailing newline.
1467         Instead, adjust successor nodes's start markers.
1468         (ewoc--refresh-node): Delete all text from current node's start
1469         marker to the next one's; adjust successor nodes's start markers.
1470         (ewoc--create): Doc fixes.
1471         (ewoc--refresh): Don't insert newline.
1472         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1473         * pcvs.el (cvs-make-cvs-buffer):
1474         Specify extra newline for ewoc's header and footer.
1475         (cvs-update-header): Update initial header recognition.
1476         Append newline to final header and footer values.
1477         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1479 2006-05-17  Richard Stallman  <rms@gnu.org>
1481         * files.el (file-name-extension): Doc fix.
1483 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1485         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1486         we can explicitly enable/disable rather than toggle.
1487         (shell-mode): Use it.
1488         (shell-cd): Don't try to reproduce what `cd' does.
1490 2006-05-17  Kim F. Storm  <storm@cua.dk>
1492         * ido.el (ido-read-internal): Use only nondirectory part of
1493         default item.
1495 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
1497         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1498         (ewoc-nth): Doc fix.
1500         (ewoc-map, ewoc-invalidate): Compute PP before looping.
1502 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
1504         * international/mule.el (auto-coding-alist): Add .lha to files
1505         read with no-conversion.
1507         * files.el (auto-mode-alist): Add .lha files to archive file
1508         extensions.
1510         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1511         Convert csize to integer when computing offsets within the
1512         compressed archive file.
1514 2006-05-16  Kim F. Storm  <storm@cua.dk>
1516         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1517         with read-from-minibuffer.
1519 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1521         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1522         (byte-compile-warnings): Fix safe-local-variable property.
1524 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
1526         * allout.el (allout-show-bodies, allout-old-style-prefixes)
1527         (allout-stylish-prefixes, allout-numbered-bullet)
1528         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1529         predicates to qualify `safe-local-variable' property, when
1530         available, else use equivalent lambda.
1531         (allout-current-topic-collapsed-p): Do the right thing regarding
1532         trailing blank lines.
1534 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1536         * server.el (server-start): Only create a directory if needed.
1537         (server-edit, server-unload-hook): server-start => server-mode.
1538         (kill-emacs-hook): Cleanup upon exit.
1540 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         * hexl.el (hexlify-buffer): Encode process arguments manually.
1544 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
1546         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1547         call to gdb-tooltip-print.
1549 2006-05-15  Romain Francoise  <romain@orebokech.com>
1551         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1552         systems, default to "tar" since those systems probably have GNU tar.
1554 2006-05-14  Lars Hansen  <larsh@soem.dk>
1556         * desktop.el (desktop-missing-file-warning): Fix docstring.
1557         (desktop-restore-file-buffer): Correct question asked on missing file.
1559 2006-05-14  Kim F. Storm  <storm@cua.dk>
1561         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1562         Add CUA move property.
1564 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
1566         * custom.el (custom-push-theme): Load the variable before checking
1567         its `standard-value'.
1569 2006-05-13  Lars Hansen  <larsh@soem.dk>
1571         * desktop.el (desktop-save): Use with-temp-buffer.
1573 2006-05-12  Glenn Morris  <rgm@gnu.org>
1575         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1576         * calendar/calendar.el (calendar-mode-map):
1577         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1578         * calendar/appt.el (appt-check, appt-make-list): Refer to
1579         diary-view-entries, diary-list-entries, diary-show-all-entries
1580         rather than obsolete aliases.
1582 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
1584         * simple.el (line-move-finish): Avoid calling point motion hooks
1585         while processing intangibility.
1587 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
1589         * term/xterm.el (terminal-init-xterm): Fix typo.
1591 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
1593         * allout.el (allout-view-change-hook): Mark as being deprecated,
1594         to be replaced by `allout-exposure-change-hook'.
1595         (allout-exposure-change-hook): New, replacing
1596         `allout-view-change-hook'.
1597         (allout-flag-region): Run new hook `allout-exposure-change-hook',
1598         in addition to `allout-view-change-hook'.
1599         (allout-show-bodies, allout-old-style-prefixes)
1600         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1601         lambda forms to prevent their showing up in variable help
1602         presentations as inscrutable byte-compiled code.
1603         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1604         Use string-or-null-p to qualify safe-local-variable values.
1605         (allout-reindent-bodies): Use memq to qualify matches against
1606         valid safe-local-variable values.  Also, quote the lambda as above.
1607         (allout-use-mode-specific-leader): Add missing candidate-value
1608         symbols, use memq, and quote the lambda.
1609         (allout-overlay-interior-modification-handler): Remove unused
1610         variables `msg' and 'opened'.
1611         (allout-hidden-p): Constrain invisibility consideration to allout's
1612         invisibility spec, disregarding invisibility for other reasons.
1614 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
1616         * files.el (version-control): Correct safe values.
1618 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
1620         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1622         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1623         (ewoc--insert-new-node): New func.
1624         Update callers of deleted funcs to use it, instead.
1626 2006-05-11  Glenn Morris  <rgm@gnu.org>
1628         * calendar/calendar.el (diary-show-all-entries): Do not refer to
1629         obsolete alias `show-all-diary-entries'.
1630         (make-diary-entry): Not interactive.
1631         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1632         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1633         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1634         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1635         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1636         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1638 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1640         * calendar/calendar.el (calendar-french-date-string)
1641         (calendar-mayan-date-string, calendar-chinese-date-string)
1642         (calendar-astro-date-string, calendar-iso-date-string)
1643         (calendar-islamic-date-string, calendar-bahai-date-string)
1644         (calendar-hebrew-date-string, calendar-coptic-date-string)
1645         (calendar-ethiopic-date-string, calendar-persian-date-string):
1646         These functions are not interactive.
1648 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
1650         * files.el: Balance parentheses.
1652 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
1654         * files.el, newcomment.el, outline.el, simple.el,
1655         emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1656         progmodes/cc-vars.el, progmodes/compile.el:
1657         Move `safe-local-variable' declarations to the respective files.
1659         * help-fns.el (describe-variable): Don't print safe-var if it is
1660         byte-code.  Improve wording as suggested by Luc Teirlinck.
1662 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
1664         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1665         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1666         Use a token for pending-triggers to ensure gdb-var-update
1667         gets called once per user input again for pre-GDB 6.4.
1668         (gdb-var-delete): Match on more complex expressions.
1669         (gdb-var-list-children-handler, gdb-var-create-handler):
1670         Use a token for consistency.
1672 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
1674         * textmodes/org.el (org-read-date, org-goto-calendar)
1675         (org-agenda-goto-calendar):
1676         Bind `view-calendar-holidays-initially' to nil.
1678 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
1680         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1681         Update all callers to do it there, instead.
1683 2006-05-10  Glenn Morris  <rgm@gnu.org>
1685         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1686         prefix arg case, to avoid view-diary-entries-initially error.
1687         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1688         (calendar-date-is-legal-p): Handle dates with no day part.
1690 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
1692         * comint.el (comint-insert-input): Just make it when
1693         comint-use-prompt regexp is nil (default) and with the mouse.
1694         (comint-copy-old-input): Reinstate from 2004-06-23.
1695         (comint-mode-map): Bind C-c C-m to it.
1697 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
1699         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1700         Remove spurious move to point-max (new comint behavior fixes).
1702         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1703         compatibility function (Emacs 18/19).
1704         (idlwave-is-continuation-line): Always return point at start of
1705         previous non-blank continuation line.
1706         `keyword-parameters': Fix continued comment font-lock matcher.
1707         (idlwave-font-lock-fontify-region): Written, use as
1708         font-lock-fontify-region-function, to fix continued keyword
1709         fontification issues.
1711 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1713         * term/mac-win.el (mac-font-panel-mode): Doc fix.
1714         (mac-service-selection, mac-service-open-file)
1715         (mac-service-open-selection, mac-service-mail-selection)
1716         (mac-service-mail-to, mac-service-insert-text): Rename from
1717         mac-services-*.  All uses changed.
1718         (mac-apple-event-map): Rename event symbol `services' to `service'.
1720 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
1722         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1723         (ewoc--node-enter-first, ewoc--node-enter-last)
1724         (ewoc--delete-node-internal): Merge funcs into unique callers.
1726 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
1728         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1729         return value of read-from-minibuffer for empty input.
1731 2006-05-09  Miles Bader  <miles@gnu.org>
1733         * comint.el (comint-insert-input): Remove redundant calls to setq
1734         and goto-char.
1736 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
1738         * comint.el (comint-insert-input): Make it work when
1739         comint-use-prompt-regexp is t.
1741 2006-05-10  Miles Bader  <miles@gnu.org>
1743         * subr.el (field-at-pos): New function.
1745         * comint.el (comint-insert-input): Use it.
1747 2006-05-09  Juri Linkov  <juri@jurta.org>
1749         * battery.el (battery-linux-proc-acpi): Also try
1750         `/proc/acpi/thermal_zone/THR2/temperature'.
1752         * files.el <safe-local-variable>: Remove `eval' and `let' binding
1753         for now unused lambda `string-or-null'.
1755         * add-log.el (change-log-default-name): Put `string-or-null-p'
1756         instead of lambda on `safe-local-variable' property.
1758         * diff-mode.el (diff-context->unified): Use `region-beginning' and
1759         `region-end' instead of `mark' and `point'.
1760         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
1761         Operate on region in Transient Mark mode when the mark is active.
1762         Use `region-beginning' and `region-end' instead of `mark' and
1763         `point'.
1764         (diff-hunk-text, diff-goto-source): Doc fix.
1766         * startup.el (fancy-splash-screens, normal-splash-screen): Use
1767         face `mode-line-buffer-id' for mode-line buffer face instead of
1768         hard-coded `(:weight bold)'.
1770         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
1771         buffer-undo-list to t (undo-ask is reproducible by visiting
1772         nested archives).
1774 2006-05-09  Kim F. Storm  <storm@cua.dk>
1776         * progmodes/grep.el (rgrep): Set default directory of *grep*
1777         buffer if we start M-x rgrep in the *grep* buffer and choose
1778         a different base directory.
1780 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
1782         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
1783         completion also when ido is loaded.
1785 2006-05-09  Masatake YAMATO  <jet@gyve.org>
1787         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
1788         "warning" and "import".
1789         (cpp-font-lock-keywords): Added "warning".
1791 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
1793         * term/xterm.el (terminal-init-xterm): Add more key bindings.
1795 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1797         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
1798         pages at a time, if we signal the end, we should indeed reach that end.
1800 2006-05-08  David Reitter  <david.reitter@gmail.com>
1802         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
1803         output during execution of the body.
1805 2006-05-08  Kim F. Storm  <storm@cua.dk>
1807         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
1809 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
1811         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
1812         Use with-current-buffer.
1814 2006-05-07  Kim F. Storm  <storm@cua.dk>
1816         * subr.el (add-to-history): Remove keep-dups arg.
1818         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
1819         to nil around call to add-to-history.
1821 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1823         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
1824         than after a buffer modification.
1826 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
1828         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
1829         call to...
1830         (gud-watch): ...here so speedbar is raised for already watched
1831         expressions.
1832         (gdb-speedbar-refresh): Delete function.
1833         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
1834         Use speedbar-timer-fn instead of speedbar-refresh (reverting
1835         earlier change).
1836         (gdb-var-evaluate-expression-handler)
1837         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
1839         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
1840         Update localized contents for all buffers except ignored modes.
1842 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1844         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
1845         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
1846         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
1847         (mac-handle-font-panel-closed, mac-handle-font-selection):
1848         New functions.
1849         (mac-font-panel-mode): New minor mode.
1850         (mac-apple-event-map): Add bindings for toolbar toggle button and
1851         font panel.
1852         (menu-bar-showhide-menu): Add mac-font-panel-mode.
1854 2006-05-07  John Paul Wallington  <jpw@pobox.com>
1856         * ibuffer.el (ibuffer-compressed-file-name-regexp):
1857         Avoid `regexp-opt'; simplify regexp for readability.
1859 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
1861         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
1862         * files.el (buffer-stale-function):
1863         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1864         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
1865         links to the main manual, not to emacs-xtra.
1867 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1869         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
1870         MacJapanese if text is ASCII-only.
1872 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
1874         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
1875         unless so nil isn't returned.
1876         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
1878 2006-05-06  Kim F. Storm  <storm@cua.dk>
1880         * subr.el (add-to-history): New function.
1882         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
1883         (ediff-merge-files-with-ancestor):
1884         * env.el (setenv):
1885         * isearch.el (isearch-update-ring):
1886         * server.el (server-visit-files):
1887         * progmodes/grep.el (lgrep, rgrep):
1888         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
1889         * progmodes/xscheme.el (xscheme-insert-expression):
1890         Use add-to-history.
1892         * kmacro.el (kmacro-push-ring): Use add-to-history.
1893         (kmacro-ring-length): Remove unused defun.
1894         (kmacro-start-macro): Use kmacro-push-ring.
1896 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
1898         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
1899         directly instead of a lambda expression that calls it.
1901 2006-05-06  Kim F. Storm  <storm@cua.dk>
1903         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
1904         instead of compute-motion.
1906 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
1908         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
1909         change.
1911 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
1913         * startup.el (command-line-1): Refer to "Pure Storage" on
1914         pure-space-overflow.
1916 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
1918         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
1919         provided faces once they all have been used up.
1921 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1923         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
1924         reference to the Lisp manual to the warning about pure space
1925         overflow.
1927 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
1929         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
1930         argument to avoid the call to `ispell-internal-change-dictionary'
1931         when not needed.
1932         (ispell-change-dictionary): Use this argument and call
1933         `ispell-internal-change-dictionary' after the possible change
1934         to `ispell-local-dictionary'.
1935         (ispell-internal-change-dictionary): Check for a change in
1936         personal dictionary use too.
1937         Cosmetic changes from Agustin Martin
1938         <agustin.martin@hispalinux.es>.
1940 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
1942         * startup.el (command-line): On MS-Windows, probe "~", not
1943         "~USER", for warning about non-existent home directory
1945         * arc-mode.el (archive-l-e): New optional argument `float' means
1946         generate a float value.
1947         (archive-arc-summarize, archive-lzh-summarize)
1948         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
1949         with 3rd argument non-nil when file's size is being computed.
1950         Format the file sizes with %8.0f instead of %8d.
1952 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1954         * cus-start.el (all): Add mac-dnd-known-types.
1956         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
1957         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
1958         (mac-TIFF-to-string): New functions.
1959         (x-get-selection, x-selection-value)
1960         (mac-select-convert-to-string): Use them.
1961         (mac-text-encoding-mac-japanese-basic-variant): New constant.
1962         (mac-dnd-types-alist): New customization variable.
1963         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
1964         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
1965         (mac-dnd-handle-drag-n-drop-event): New functions.
1966         (mac-drag-n-drop): Remove function.
1967         (global-map): Bind drag-n-drop and M-drag-n-drop to
1968         mac-dnd-handle-drag-n-drop-event.
1970 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
1972         * progmodes/perl-mode.el (perl-beginning-of-function):
1973         Skip anonymous subs.
1975 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
1977         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
1978         regexp-opt at run time.
1980         * term.el (term-handle-ansi-escape): Fix off by one error.
1982 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
1984         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
1985         (gdb-init-1, gdb-post-prompt): ...and references to it.
1986         (gdb-frame-handler): Strip directory name from filename if present.
1988         * progmodes/gud.el (gdb-force-update): Delete defvar
1989         (gud-speedbar-buttons): ...and references to it.  Use window-start
1990         to try to keep positon in watch expression.
1992 2006-05-03  Richard Stallman  <rms@gnu.org>
1994         * simple.el (next-history-element, previous-history-element): Doc fix.
1996         * isearch.el (isearch-update-ring): Doc fix.
1998 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
2000         * isearch.el (isearch-update-ring): Take history-delete-duplicates
2001         into consideration.  Replace one arm ifs with whens.
2003 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
2005         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2006         (menu): Fix typo.
2008 2006-05-02  Miles Bader  <miles@gnu.org>
2010         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2012 2006-05-02  Jay Belanger  <belanger@truman.edu>
2014         * calc/calc-embed.el (calc-override-minor-modes-map)
2015         (calc-override-minor-modes): New variables.
2016         (calc-do-embedded): Make sure that Calc keystrokes aren't
2017         overwritten by minor modes.
2019 2006-05-02  Chong Yidong  <cyd@mit.edu>
2021         * msb.el (msb): If EVENT is a down event, read and discard the up event.
2023 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2025         * startup.el (command-line-1): Refer to Lisp manual when
2026         pure-space-overflow occurs.
2028         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2029         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2030         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2031         (version-control): Don't use `t' for safe-local-variable declarations.
2033 2006-05-01  Richard Stallman  <rms@gnu.org>
2035         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2036         M-r, M-R, M-A, M-SPC or M-DEL.
2037         (diff-mode-map): diff-refine-hunk now on C-c C-w
2038         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2040         * help-mode.el (help-mode): view-exit-action calls delete-window
2041         only when it is safe and possible.
2043         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2044         in messages.
2046         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2048         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2049         in the default tool-bar-map.
2051 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
2053         * net/tramp.el (tramp-completion-file-name-handler-alist)
2054         (tramp-run-real-handler, tramp-completion-run-real-handler)
2055         (tramp-completion-handle-file-name-all-completions)
2056         (tramp-completion-handle-file-name-completion): Autoload them.
2057         (tramp-completion-handle-file-exists-p)
2058         (tramp-completion-handle-file-name-directory)
2059         (tramp-completion-handle-file-name-nondirectory)
2060         (tramp-completion-handle-expand-file-name): Remove them.
2061         (tramp-handle-file-name-directory): Return the real directory name.
2062         Returning "/" only doesn't need to be necessary any longer.
2063         (tramp-file-name-handler): Make special attention when in hostname
2064         completion mode.
2065         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2066         (tramp-register-file-name-handlers):
2067         Register `tramp-completion-file-name-handler' only when
2068         `partial-completion-mode' is enabled.
2069         (tramp-completion-handle-file-name-all-completions):
2070         Delete directory part from results.
2071         (tramp-get-completion-methods, tramp-get-completion-user-host):
2072         Discard deleting "/", it doesn't work after the change of
2073         `tramp-handle-file-name-directory' above.
2075 2006-05-01  Kim F. Storm  <storm@cua.dk>
2077         * progmodes/grep.el (grep-expand-template): Use save-match-data
2078         and symbol-value.
2080 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2082         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2083         Use select-frame-set-input-focus instead of raise-frame.
2084         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2086 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
2088         * progmodes/gud.el (gud-def): Add %c case.
2089         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2090         (gud-format-command): Make match case sensitive.  Match on %F.
2092 2006-04-30  Glenn Morris  <rgm@gnu.org>
2094         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2095         (cal-tex-preamble): Use cal-tex-preamble-extra.
2096         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2097         than alias `list-diary-entries'.
2099 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
2101         * help-fns.el (describe-variable): Add info about safe local variables.
2103 2006-04-29  Richard Stallman  <rms@gnu.org>
2105         * bindings.el (mode-line-format): help-echo doc fixes.
2107         * net/tramp.el (tramp-file-name-handler-alist): Delete
2108         expand-file-name and other operations that can cause spurious loading.
2110 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2112         * files.el (safe-local-variable-p): Remove support for the special
2113         value t.
2115         * textmodes/paragraphs.el (sentence-end-without-space):
2116         Fix safety predicate.
2117         (sentence-end-double-space, sentence-end-without-period)
2118         (paragraph-ignore-fill-prefix):
2119         * textmodes/fill.el (colon-double-space):
2120         * abbrev.el (abbrev-mode): Tighten the safety predicate.
2122         * subr.el (booleanp): New fun.
2124         * textmodes/reftex-vars.el (reftex-guess-label-type):
2125         Tighten the safety predicate.
2127 2006-04-28  Kim F. Storm  <storm@cua.dk>
2129         * progmodes/grep.el (defgroup grep): Doc fix.
2130         (grep-auto-highlight): Remove.
2131         (grep-template): New defcustom.
2132         (grep-find-template): Rename from grep-tree-template.
2133         (grep-files-aliases): Rename from grep-tree-files-aliases.
2134         Remove "all" alias, add "l" alias.
2135         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2136         (grep-find-ignored-directories): New defcustom to replace
2137         grep-tree-ignore-CVS-directories, to facilitate ignoring
2138         subdirectories for multiple version control systems.
2139         (grep-mode-map): Add Recursive grep item to GREP menu.
2140         (grep-regexp-history, grep-files-history): New defvars.
2141         (grep-probe): New helper function.
2142         (grep-compute-defaults): Use it to simplify code.
2143         Adapt to name changes.
2144         Use `.' as base in grep-find-template rather than <D>.
2145         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
2146         Call grep-compute-defaults unconditionally.
2147         (grep-expand-keywords): New defconst.
2148         (grep-expand-template): Rename from grep-expand-command-macros.
2149         Simplify via grep-expand-keywords.  Look at case-fold-search instead
2150         of grep-tree-ignore-case to add -i option.
2151         Bind case-fold-search to nil while matching keywords.
2152         (grep-tree-last-regexp, grep-tree-last-files): Remove.
2153         (grep-read-regexp, grep-read-files): New helper functions.
2154         (rgrep): Rename from grep-tree.  Rework to use proper histories.
2155         Adapt to changes in defcustoms and functions above.
2156         (lgrep): New command, as grep, but using same interactive UI as rgrep.
2158 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
2160         * net/tramp.el (tramp-completion-file-name-handler):
2161         Disable Tramp's functionality while loading Tramp itself.
2162         (tramp-register-file-name-handlers): That's a defsubst now.
2163         Code from `tramp-repair-jka-compr' moved here.  Apply it via
2164         `after-init-hook'.
2165         (tramp-repair-jka-compr): Remove.
2167 2006-04-27  Jay Belanger  <belanger@truman.edu>
2169         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2170         read expression when `math-read-big-expr' doesn't work.
2172 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
2174         * startup.el (command-line-1): Display warning when
2175         pure-space-overflow is non-nil.
2177 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2179         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2180         risky.
2182 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2184         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2185         Return the URL or nil if none can be generated.
2187 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
2189         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2190         byte compiler warnings.
2191         (gud-basic-call, gud-find-expr): Let user select an expression
2192         for printing.  Print expression as well as value in GUD buffer.
2194 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
2196         * allout.el: Remove local autoload declaration for
2197         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2198         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2199         (allout-plain-bullets-string, allout-distinctive-bullets-string)
2200         (allout-use-mode-specific-leader, allout-old-style-prefixes)
2201         (allout-stylish-prefixes, allout-numbered-bullet)
2202         (allout-file-xref-bullet, allout-presentation-padding)
2203         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2204         safe-local-variable with suitable value spec, and add autoload
2205         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
2206         (move-beginning-of-line, move-end-of-line): Repair so these compat
2207         functions now actually resituate the point, when appropriate.
2209 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2211         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2213         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2214         (add-log-iso8601-time-string): Fix call to format-time-string.
2216 2006-04-26  Kim F. Storm  <storm@cua.dk>
2218         * subr.el (posn-string, posn-image, posn-object): Doc fix.
2220 2006-04-26  Masatake YAMATO  <jet@gyve.org>
2222         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2223         Add support for "//" style comments.  Remove `b' flag
2224         from ?* in `asm-mode-syntax-table'.
2226 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2228         * follow.el: Use (featurep 'xemacs) everywhere.
2229         (follow-mode): Use define-minor-mode.
2230         (follow-mode-map): Move initialization into the declaration.
2231         Use command remapping.
2232         (follow-emacs-version-xemacs-p): Remove.
2233         (follow-submit-feedback): Remove.
2235         * allout.el (allout-layout, allout-passphrase-verifier-string)
2236         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2238         * textmodes/reftex-vars.el (reftex-vref-is-default)
2239         (reftex-fref-is-default, reftex-guess-label-type):
2240         Tighten up a bit the safety predicate.
2242         * textmodes/paragraphs.el (sentence-end-double-space)
2243         (sentence-end-without-period, sentence-end-without-space)
2244         (page-delimiter, paragraph-ignore-fill-prefix):
2245         Tighten up a bit the safety predicate.
2247         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2249         * progmodes/python.el (python-continuation-line-p)
2250         (python-beginning-of-statement): syntax-ppss may return
2251         a negative depth.
2252         (python-mode): Don't forcefully enable font-lock.
2254         * time-stamp.el (time-stamp-start, time-stamp-end)
2255         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2257         * add-log.el: Remove spurious * in docstrings.
2258         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2259         (add-change-log-entry): Use it here, since it's not specific
2260         to iso8601.
2261         (add-log-iso8601-time-string): Don't use it here any more.
2262         (change-log-indent-text, change-log-indent): Rename from add-log-*.
2264         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2266 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
2268         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2269         (rcirc-toggle-low-priority): Doc fix.
2270         (rcirc-handler-NOTICE): Remove beginning of line anchor in
2271         ChanServ regexp.
2272         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2273         #emacs.
2274         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2275         (rcirc-decode-coding-system): Use utf-8 as the default.
2276         (rcirc-multiline-minor-mode): Set the fill-column.
2277         (rcirc-format-response-string): Display bright and dim nicks.
2278         (rcirc-browse-url): Update interactive spec to fill ARG.
2279         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2280         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2282 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
2284         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2285         case for @Article, etc.
2287 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
2289         * net/tramp.el (tramp-register-file-name-handlers): New defun.
2290         Added with autoload cookie.
2291         (tramp-unload-file-name-handlers): Rename from
2292         `tramp-unload-file-name-handler-alist'.
2294 2006-04-23  Romain Francoise  <romain@orebokech.com>
2296         * comint.el (comint-match-partial-filename): Doc fix.
2298 2006-04-21  Glenn Morris  <rgm@gnu.org>
2300         * calendar/cal-menu.el (calendar-mode-map): Refer to
2301         `diary-view-entries' rather than alias `view-diary-entries'.
2302         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2304 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
2306         * progmodes/antlr-mode.el (antlr-default):
2307         * cus-edit.el (custom-documentation):
2308         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2309         in defface.
2311 2006-04-21  Kim F. Storm  <storm@cua.dk>
2313         * image.el (image-type): New defun split out of create-image.
2314         (create-image): Use it.
2316 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
2318         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2319         (org-open-at-point): Remove the "...done" message to keep output
2320         in the echo area visible.
2321         (org-export-as-xoxo): Fix call to `indent-region'.
2323 2006-04-21  Kevin Ryde  <user42@zip.com.au>
2325         * international/mule.el (keyboard-coding-system): defcustom
2326         info-link fixes: "Specify Coding" has been split, keyboard now in
2327         "Terminal Coding", and "Single-Byte Character Support" is now
2328         "Unibyte Mode".
2330 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
2332         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2333         Use font-lock-warning-face for any errors e.g. no stack.
2334         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2336 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2338         * progmodes/sh-script.el (sh-shell): Mark as safe.
2340         * newcomment.el (comment-start, comment-start-skip)
2341         (comment-end-skip, comment-end): Mark as safe.
2343 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
2345         * textmodes/org.el (org-deadline-announce): Face removed.
2346         (org-level-faces, org-n-levels): Convert to constant.
2347         (org-compatible-face): New function.
2348         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2349         (org-level-5, org-level-6, org-level-7, org-level-8)
2350         (org-special-keyword, org-warning, org-headline-done, org-link)
2351         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2352         (org-scheduled-today, org-scheduled-previously, org-time-grid):
2353         Face definition revised for better color tty support.
2354         (org-bold-re, org-italic-re, org-underline-re): New constants.
2355         (org-set-font-lock-defaults): Use the new constants.
2356         (org-agenda-highlight-todo): New function.
2357         (org-agenda-todo): Fix bug with point at end of line.
2358         (org-agenda-change-all-lines, org-finalize-agenda-entries):
2359         Fontify TODO keywords.
2360         (org-insert-link): Preserve relative path in ../ links.
2361         (org-export-as-html): Convert links pointing to .org files into
2362         links that will work beteen the exported HTML files.
2363         (org-todo-list): Fix bug when arg=0.
2364         (org-insert-heading): More fine-tuning.
2366 2006-04-19  Romain Francoise  <romain@orebokech.com>
2368         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2369         from `rmail-mime-charset-pattern'.
2371 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
2373         * progmodes/python.el (python-mode): Fix typo.
2375 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
2377         * comint.el (comint-previous-input): Don't clobber input line
2378         when moving off either end of the input history ring.
2379         (comint-delete-input): New function, used by
2380         `comint-previous-input' and others.
2381         (comint-previous-matching-input):
2382         Use `coming-delete-input'.  Save the partial input if leaving the
2383         edit line.  Goto point-max before deleting input to avoid
2384         partial input fragments hanging around.
2385         (comint-restore-input): New function, used by `comint-previous-input'.
2387 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
2389         * imenu.el (imenu--index-alist): Balance parentheses.
2391 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
2393         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2395 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
2397         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2398         file is nil.
2400 2006-04-18  Richard Stallman  <rms@gnu.org>
2402         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2404         * imenu.el (imenu-create-index-function, imenu--index-alist)
2405         (imenu--last-menubar-index-alist, imenu--make-index-alist)
2406         (imenu-default-create-index-function, imenu--generic-function):
2407         Doc fixes.
2409         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2411         * help-mode.el (help-mode): Set view-exit-action to delete window.
2413         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
2414         now works by passing nil as arg.
2416         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2418         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2419         (read-abbrev-file): Provide default when reading filename.
2421         * files.el (enable-local-variables): Allow :all as value.
2422         (hack-local-variables): Implement that value.
2423         (safe-local-variable-values, safe-local-eval-forms)
2424         (enable-local-variables): Mark as risky.
2425         (find-file-visit-truename, kept-old-versions): Mark safe.
2427         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2428         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2429         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2431 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2433         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2434         Use forward-line so as to get to BOL even in the presence of fields.
2435         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2436         in return.
2437         (inferior-tcl): Tell tclsh to work in interactive mode.
2439         * complete.el (partial-completion-mode):
2440         Use 'choose-completion-string-functions to make sure that
2441         choose-completion fills the minibuffer properly.
2443         * complete.el (PC-old-read-file-name-internal): Remove.
2444         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
2445         of read-file-name-internal.
2446         (partial-completion-mode): Enable/disable this advice.
2448 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
2450         * net/tramp.el (tramp-completion-file-name-handler): Revert change
2451         of 2006-04-17.
2453 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
2455         * textmodes/org.el (org-insert-heading): Insert heading before
2456         current if at beginning of line.
2457         (org-todo, org-date): New faces.
2458         (org-table-align): Make sure tooltip window contains full text.
2459         (org-no-properties): New defsubst.
2460         (org-set-font-lock-defaults): Use new faces.
2462 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
2464         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2465         for root variables.
2467         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2468         (gdb-frame-address): Re-use to identify frame for watch expression.
2469         (gdb-var-list, gdb-var-create-handler): Add frame address for root
2470         variables.
2471         (gdb-init-1, gdb-source, gdb-post-prompt)
2472         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2473         (gdb-frame-handler): Get gdb-frame-address.
2475 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
2477         Sync with Tramp 2.0.53.
2479         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2480         'control.  Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2481         (tramp-completion-file-name-handler): Add autoload cookie for
2482         adding to `file-name-handler-alist'.
2484         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2485         the prompt.  If it returns earlier (when detecting an error
2486         message), the rest of the output will merge accidently with the
2487         output of the next command.  Reported by M Jared Finder
2488         <jared@hpalace.com>.
2490         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2491         for `process-file', in order to let it work for older Emacsen too.
2493 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
2495         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2496         (tex-font-lock-keywords-3): Use it.
2498 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2500         * newcomment.el (comment-add): New function.
2501         (comment-region-default, comment-dwim): Use it.
2503 2006-04-15  Michael Olson  <mwolson@gnu.org>
2505         * emacs-lisp/tq.el: Improve comments.
2506         (tq-queue-head-question): New accessor function.
2507         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2508         Update for modified queue structure.
2509         (tq-queue-add): Accept `question' argument.
2510         (tq-queue-pop): If a question is pending, send it.
2511         (tq-enqueue): Accept new optional argument `delay-question'.
2512         If this is non-nil, and at least one other question is pending a
2513         response, queue the question rather than sending it immediately.
2515 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2517         * calendar/appt.el (appt-add): Check whether an appointment is
2518         already present in appt-time-msg-list.  Simplify code.
2520 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2522         * progmodes/cc-langs.el (c-mode-menu):
2523         Don't presume c-subword-mode is bound.
2525 2006-04-13  Bill Wohler  <wohler@newt.com>
2527         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2528         (customize-package-emacs-version): Use cdr instead of cadr now
2529         that alists use dotted pairs.
2531         * custom.el (defcustom): Fix docstring for :package-version.
2533 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
2535         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2536         (tramp-handle-shell-command): Display output buffer only when
2537         `tramp-display-shell-command-buffer' is true.
2538         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2540 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
2542         * textmodes/org.el (org-set-autofill-regexps): Set only the local
2543         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2545 2006-04-13  Romain Francoise  <romain@orebokech.com>
2547         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2548         leaving temporary .cvsignore buffers behind.
2550 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
2552         * textmodes/org.el (org-set-regexps-and-options)
2553         (org-get-current-options): Better names for the startup folding
2554         options.
2556 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
2558         * vc.el (vc-annotate): Arrange for point to end up at the same
2559         line number as in the original, but only when using a new buffer.
2561 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
2563         * files.el (hack-one-local-variable-eval-safep):
2564         Recognize `edebug-form-spec' for `put', but only if it passes
2565         `edebug-basic-spec'.  Generalize `put' handling.
2567         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2568         vetting file-local form specs.
2570         * allout.el (allout-layout): Autoload its `safe-local-variable'
2571         property.
2573 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
2575         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2576         (org-agenda-mouse-1-follows-link)
2577         (org-mouse-1-follows-link): New options.
2578         (org-format-agenda-item): Fix bug if TAGS is nil.
2579         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2581 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
2583         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2584         GDB 6.1+ gives full filename for "info sources" so use
2585         file-name-nondirectory.
2587 2006-04-12  Romain Francoise  <romain@orebokech.com>
2589         * subr.el (read-passwd): Bind `message-log-max' to nil.
2591 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2593         * progmodes/perl-mode.el (perl-indent-new-calculate):
2594         Recompute parse-start after jumping backward by a whole sexp.
2596 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2598         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2599         window configuration.
2600         (vc-annotate-display-select): Select the buffer so that current-buffer
2601         (and selected-window) is the output buffer at the end of vc-annotate.
2603 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
2605         * vc.el (vc-annotate-color-map): Add custom TTY color map for
2606         8-color terminals, to use all of the colors in a sensible order.
2607         256-color terminals work well with the standard map.
2608         (vc-annotate-lines): Only strip the first color character if it
2609         is "#", to allow for terminal-style named colors.
2610         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2611         the correct buffer is scrolled.
2613 2006-04-11  Richard Stallman  <rms@gnu.org>
2615         * emacs-lisp/bytecomp.el (byte-compile-file):
2616         Bind enable-local-variables to :safe, and make normal-mode obey it.
2618         * files.el (enable-local-variables): Allow value :safe.
2619         (normal-mode): Doc fix.
2620         (hack-local-variables): Implement enable-local-variables = :safe.
2621         (hack-local-variables-confirm): Don't prevent quitting.
2623 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2625         * loadhist.el (unload-feature): A bit of sanity check of
2626         load-history entries.  Cancel timer-vars before unbinding them.
2628         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2629         quote special chars, and make the trick work on the hex part of the
2630         buffer as well.
2631         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2632         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2634         * startup.el (normal-splash-screen): Fix last change so we don't wait
2635         2 minutes if we don't show the splash screen.
2637 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
2639         * textmodes/org.el (org-export-plain-list-max-depth)
2640         (org-table-spaces-around-separators)
2641         (org-radio-targets, org-activate-camels)
2642         (org-table-spaces-around-invisible-separators): Options removed.
2643         (org-time-stamp-rounding-minutes, org-remember-templates)
2644         (org-ellipsis, org-activate-links, org-descriptive-links):
2645         New options.
2646         (org-remember-apply-template, org-current-time)
2647         (org-finish-edit-table-field)
2648         (org-link-unescape, org-link-escape)
2649         (org-string-width, org-table-clean-line, org-html-do-expand)
2650         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2651         (org-read-agenda-file-list): New functions.
2652         (org-table-edit-field)
2653         (org-table-create-or-convert-from-region): New commands
2654         (org-table-toggle-vline-visibility): Command removed.
2655         (org-table-convert-region): Made a command.
2656         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2657         Replace with the normal org- functions.
2658         (org-self-insert-command): Don't trigger realign unnecessarily
2659         when blanking a field that is not full.
2660         (org-mode): `Set buffer-invisibility-spec' for links.
2661         (org-activate-links2): Hide link part and only show descriptive
2662         part of the link.
2663         (org-insert-link): Modify for new linking system.
2664         (org-store-link): Store description separately, for use by
2665         `org-insert-link'.
2666         (org-table-align): Use `org-string-width'.
2667         (defgroup): Completely new group structure for custom variables.
2668         (org-agenda-files): Option: Single file name allowed.  Function:
2669         Optional argument unrestrited means ignore any restricitons.
2670         (org-install-agenda-files-menu): Find a buffer in Org-mode before
2671         trying to modify the menu.  Use generalized access to
2672         `org-agenda-files.'
2673         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2674         (org-agenda-file-to-front, org-remove-file, org-diary)
2675         (org-tags-view, org-export-icalendar-all-agenda-files)
2676         (org-export-icalendar-combine-agenda-files): Use generalized
2677         access to `org-agenda-files'.
2678         (org-remember-handler): Correctly preserve heading if present.
2679         (org-table-insert-row, org-table-insert-hline): Deal with
2680         invisible characters.
2682 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
2684         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2685         (vc-annotate-color-map): New 18 element constant
2686         value/saturation, rotating hue colormap, from red->blue.
2687         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2688         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2689         (vc-annotate): To avoid killing the required local variables,
2690         set them before the end of `with-output-to-temp-buffer', and
2691         after first switching to annotate-mode.
2692         (vc-annotate-warp-version): Add buffer argument in goto-line to
2693         ensure annotation, not source, is scrolled.
2695 2006-04-10  Bill Wohler  <wohler@newt.com>
2697         * custom.el (defcustom, custom-handle-keyword):
2698         Add :package-version keyword.
2699         (custom-add-package-version): New function.  Sets value of new
2700         property 'custom-package-version from :package-version keyword.
2701         (defcustom): Create Common Keywords section in docstring.
2702         (defface, defgroup): Replace definitions of a select few keywords
2703         with a reference to the Common Keywords in defcustom.
2704         (defcustom, defface, defgroup): Replace reference to Customization
2705         chapter in manual with hyperlink.
2707         * cus-edit.el (customize-package-emacs-version-alist):
2708         New variable.
2709         (customize-changed-options): Add check for custom-package-version.
2710         (customize-package-emacs-version): New function to look up Emacs
2711         version corresponding to the given package version.
2713         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2714         defun name, in similar fashion to find-variable-regexp.
2716 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
2718         * international/mule-cmds.el (set-locale-environment): Fix last
2719         change for when the locale's preferences don't specify any encoding.
2721 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2723         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2724         so the defined var/fun doesn't need to be quoted.
2726 2006-04-10  Richard Stallman  <rms@gnu.org>
2728         * finder.el (finder-mode-map): Add n and p bindings.
2730 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
2732         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2733         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2734         (gdb-setup-windows): Put something in source window if we can't find
2735         the source file.
2736         (gdb-frame-handler): Make it work again with just assembly.
2737         (gdb-data-list-register-values-handler): Make it work when there is
2738         no stack.
2740 2006-04-09  Richard Stallman  <rms@gnu.org>
2742         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2743         specs while looking for charset.
2745         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2747         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2748         Make them faces.
2749         (lm-font-lock-keywords): Update appropriately.
2751 2006-04-10  Kim F. Storm  <storm@cua.dk>
2753         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
2754         it can also replace buffer-substring-no-properties.
2756         * emulation/cua-base.el (cua-delete-region, cua-paste)
2757         (cua-repeat-replace-region): Use filter-buffer-substring.
2759         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
2760         (cua-cut-region-to-global-mark): Likewise.
2762         * emulation/cua-rect.el (cua--extract-rectangle)
2763         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
2765 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2767         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
2768         entry-type.  Add field delimiters to numerical fields if they are
2769         not present.
2771 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2773         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
2774         string-const to return value.
2775         (bibtex-remove-delimiters): Use it.
2777 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2779         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
2780         cl-byte-compile-compiler-macro unless it exists.
2782 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
2784         * files.el (hack-local-variables-confirm) <offer-save>:
2785         Clarify message text.  Suggested by Ralf Angeli.
2787 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>
2789         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
2790         (delete-extract-rectangle-line): Use `filter-buffer-substring'
2791         instead of `buffer-substring' and `delete-region'.  (Most of the
2792         code actually copied from `kill-region'.)
2794 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
2796         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
2797         (rcirc-default-port): Rename from rcirc-port.
2798         (rcirc-default-nick): Rename from rcirc-nick.
2799         (rcirc-default-user-name): Rename from rcirc-user-name.
2800         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
2801         (rcirc-low-priority-flag): New variable.
2802         (rcirc-decode-coding-system): New defcustom.
2803         (rcirc-encode-coding-system): New defcustom.
2804         (rcirc-coding-system-alist): New defcustom.
2805         (rcirc-multiline-major-mode): New defcustom.
2806         (rcirc-nick): New internal variable.
2807         (rcirc-process): Remove variable.
2808         (rcirc-server-buffer): New variable.
2809         (rcirc): Update to use rcirc-default-* variables above.
2810         (rcirc-connect): Do not add window-configuration-hook-here.
2811         (rcirc-server): New internal variable.
2812         (rcirc-connect): Do not send keepalive pings if
2813         rcirc-keepalive-seconds is nil.
2814         (with-rcirc-server-buffer): New macro.
2815         (rcirc-send-string): Encode with rcirc-encode-coding-system.
2816         (rcirc-server-name): Rename from rcirc-server.
2817         (rcirc-buffer-process): New function.
2818         (rcirc-buffer-nick): New function.
2819         (rcirc-buffer-target): Remove function.
2820         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
2821         New commands.
2822         (rcirc-mode-map): Change binding of C-c C-l to
2823         rcirc-toggle-low-priority.
2824         (rcirc-mode): Initialize coding system based on
2825         rcirc-coding-system-alist.  New change-major-mode-hook to part the
2826         channel on a mode change.  Make kill-buffer-hook buffer-local.
2827         (rcirc-change-major-mode-hook): New function.
2828         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
2829         (rcirc-last-post-time): New variable.
2830         (rcirc-process-message): Store the last time user posted a message
2831         to this target.
2832         (rcirc-multiline-minor-mode): New mode.
2833         (rcirc-multiline-minor-mode-map): New mode map.
2834         (rcirc-edit-multiline): Put multiline-edit buffer in
2835         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
2836         (rcirc-print): Ignore any line starting with an ignored nick.
2837         (rcirc-print): Decode using rcirc-decode-coding-system.
2838         (rcirc-track-minor-mode): Update global-mode-string when disabling
2839         this mode.
2840         (minor-mode-alist): Add LowPri indicator.
2841         (rcirc-toggle-low-priority): New function.
2842         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
2843         next lowpriority buffer with activity.
2844         (rcirc-record-activity): Sort buffers in rcirc-activity by the
2845         last time the user posted a message in to the target.
2846         (rcirc-update-activity-string): New formatting for low priority
2847         buffers.
2848         (rcirc-split-activity): New function.
2849         (rcirc-handler-PART, rcirc-handler-KICK)
2850         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
2851         (rcirc-nick-away-alist): New variable.
2852         (rcirc-handler-301): New handler.  Away messages are printed once
2853         per change.
2855 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
2857         * info.el (Info-follow-nearest-node): Doc fix.
2859         * international/mule-cmds.el (set-locale-environment): Make sure
2860         the coding-system preferred by the locale's language has the same
2861         EOL conversion type as the original buffer-file-coding-system.
2862         (locale-language-names): Add a few MS Windows language codes.
2864 2006-04-07  Richard Stallman  <rms@gnu.org>
2866         * simple.el (eval-expression): Doc fix.
2868         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
2869         (eval-defun): Doc fixes.
2871 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
2873         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
2875 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
2877         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
2878         GDB list command without argument for greater generality.
2880 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2882         * subr.el (string-or-null-p): New function.
2884         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
2886         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
2888         * files.el: Update comment about safe-local-variable declarations.
2890 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
2892         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
2893         See idlwave.org.
2895         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
2896         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
2898         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
2899         See idlwave.org.
2901         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
2902         version 6.0 (minimal changes).  See idlwave.org.
2904         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
2905         6.0 (minimal changes).  See idlwave.org.
2907         * progmodes/idlw-rinfo.el: File obsoleted and removed.
2909 2006-04-06  Romain Francoise  <romain@orebokech.com>
2911         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
2912         symmetric encryption features and a new asynchronous interface to
2913         GnuPG.  This new version is version 1.4, plus whitespace changes.
2915 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2917         * files.el: Move some `safe-local-variable' declarations to the
2918         respective files.
2920         * textmodes/ispell.el (ispell-check-comments)
2921         (ispell-local-dictionary): Mark as safe.
2923         * abbrev.el (abbrev-mode): Mark as safe.
2925         * add-log.el (change-log-default-name): Mark as safe.
2927         * textmodes/reftex-vars.el (reftex-vref-is-default)
2928         (reftex-fref-is-default, reftex-level-indent)
2929         (reftex-guess-label-type): Mark as safe.
2931         * textmodes/fill.el (colon-double-space): Mark as safe.
2933         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
2934         (sentence-end-double-space, sentence-end-without-period)
2935         (sentence-end-without-space, sentence-end, sentence-end-base)
2936         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
2938 2006-04-06  Kim F. Storm  <storm@cua.dk>
2940         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
2941         the :set-after list.
2942         (ido-downcase-unc-hosts): New user option.  Default on.
2943         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
2944         when it is set, as regexps are now applied on the fly.
2945         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
2946         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
2947         on the fly, but only when ido-process-ignore-lists is set.
2948         Do case insensitive filtering if ido-downcase-unc-hosts is set.
2949         Only downcase names if ido-downcase-unc-hosts is set.
2951 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
2953         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
2955         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
2957 2006-04-05  Kim F. Storm  <storm@cua.dk>
2959         * ido.el (ido-mode): Set after ido-unc-hosts and
2960         ido-ignore-unc-host-regexps.
2961         (ido-save-history): Save ido-unc-hosts-cache.
2962         (ido-load-history): Load ido-unc-hosts-cache.
2963         (ido-reread-directory): Refresh unc hosts cache in // dir.
2965         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
2966         to nil while displaying slash screen.
2968 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2970         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
2971         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2973 2006-04-05  Kenichi Handa  <handa@m17n.org>
2975         * international/characters.el: Setup cases of Latin, Greek, and
2976         Cyrillic characters in CJK charsets.
2978 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2980         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2981         default-enable-multibyte-characters.  This reverts the change from
2982         revision 6.17 which is no longer necessary because the passphrase
2983         is sent separately now.  GnuPG messages are unreadable under
2984         multibyte locales with default-enable-multibyte-characters set to nil.
2986 2006-04-04  Andreas Schwab  <schwab@suse.de>
2988         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
2989         and `byte-compile-warnings' as `safe-local-variable'.
2991 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
2993         * man.el (Man-mode-map): Restore the \r binding.
2994         (Man-abstract-xref-man-page): If Man-target-string is a function,
2995         call it.
2996         (Man-highlight-references): Use Man-default-man-entry to get the
2997         target.  Deal with xrefs too.
2998         (Man-highlight-references0): Don't call the target function.
3000         * woman.el (WoMan-xref-man-page): Strip the section number, woman
3001         cannot deal with it.
3003 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3005         * pgg-gpg.el: Clean up process buffers every time gpg processes
3006         complete.
3008 2006-04-04  Kenichi Handa  <handa@m17n.org>
3010         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3011         here.
3012         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3013         Temporarily bind inhibit-field-text-motion to t.
3015 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3017         * startup.el (normal-splash-screen): Only set mode-line-format in the
3018         splash buffer, so as not to interfere when debugging the code.
3019         Ignore errors when switching buffer.
3021 2006-04-03  Romain Francoise  <romain@orebokech.com>
3023         * dired.el (dired-dnd-protocol-alist): Fix typo.
3025 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3027         * savehist.el (savehist): Add :version.
3028         (savehist-ignored-variables): New variable.
3029         (savehist-minibuffer-hook): Don't save variables listed in
3030         `savehist-ignored-variables'.
3032         * dired.el (dired-dnd-protocol-alist): Mention that change does
3033         only apply to new buffers in doc string.
3035 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
3037         * recentf.el (recentf-open-files-item): Include newline in button
3038         field, so opening a file will work, when the point is at the end
3039         of the file name.  Allow, for example, to [i]search a file by
3040         extension and just push RET to open it.
3042 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3044         * pgg-gpg.el (pgg-gpg-process-filter)
3045         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3047         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3048         lines, temporary fix.
3050 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
3052         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3054 2006-04-02  Richard Stallman  <rms@gnu.org>
3056         * progmodes/compile.el (compilation-message-face): Make it defcustom.
3058 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
3060         * ibuf-macs.el (define-ibuffer-column): Add a new key:
3061         header-mouse-map.
3063         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3064         (ibuffer-mode-header-map): New keymaps.
3065         (ibuffer-update-title-and-summary): Enable mouse face highlighting
3066         and keybindings for column headers.
3067         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3068         property.
3070 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
3072         * speedbar.el (speedbar-after-create-hook): Doc fix.
3074 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
3076         * shell.el (shell-directory-tracker)
3077         (shell-dynamic-complete-command): Doc fixes.
3079 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
3081         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3082         terminals.
3084 2006-04-01  Kim F. Storm  <storm@cua.dk>
3086         * ido.el (ido-unc-hosts-cache): New defvar.
3087         (ido-unc-hosts): If value of defcustom is a function, call it to
3088         get list of UNC hosts.  Add function-item choices to specify
3089         ido-unc-hosts-net-view or user function.
3090         (ido-ignore-unc-host-regexps): New defcustom.
3091         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3092         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3093         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3095 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3097         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3098         wwidth.
3100 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
3102         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3103         (ido-max-work-file-list, ido-switch-buffer)
3104         (ido-read-file-name-as-directory-commands):
3105         Fix typos in docstrings.
3107 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3109         * term/mac-win.el (mac-system-coding-system): Define and use after
3110         Mac-specific coding systems are ready.
3112 2006-03-27  Romain Francoise  <romain@orebokech.com>
3114         * net/rcirc.el (rcirc-connect): Add autoload cookie.
3116         * ldefs-boot.el: Update.
3118 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3120         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3121         passphrases when it is not needed.
3122         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3123         passphrase stuff from gpg, should only be necessary when you use
3124         gpg with a smartcard.
3126 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
3128         * comint.el (comint-dynamic-list-completions): Allow user to
3129         select *Completions* buffer.
3131 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
3133         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3135 2006-03-26  Andreas Schwab  <schwab@suse.de>
3137         * progmodes/gud.el (gdb): Only complain about multiple debugging
3138         when the gdb process is still running.
3140 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
3142         * mail/rmail.el (tool-bar-map): Defvar it.
3143         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3144         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3146 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3148         * help.el (print-help-return-message): Suggest to use
3149         display-buffer instead of switch-to-buffer-other-window to restore
3150         the previous window without selecting it.
3152 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3154         * frame.el (select-frame-by-name): Call x-focus-frame also when
3155         window-system is mac.
3157         * term/mac-win.el: Adjust Courier font specifications in
3158         x-fixed-font-alist.
3159         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3160         when directly encoding to UTF-16 in native byte order, no BOM.
3162 2006-03-25  Kim F. Storm  <storm@cua.dk>
3164         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3165         (cua--init-keymaps): Use it instead of fixed C-return.
3166         (cua-mode): Set after it.
3168         * emulation/cua-rect.el (cua--init-rectangles):
3169         Use cua-rectangle-mark-key instead of fixed C-return.
3171 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
3173         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3174         "run" in .gdbinit.
3175         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3177 2006-03-24  Romain Francoise  <romain@orebokech.com>
3179         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3180         `display-buffer-other-frame'.
3182 2006-03-24  Kim F. Storm  <storm@cua.dk>
3184         * apropos.el (apropos-synonyms): Add selection => region.
3186 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
3188         * progmodes/gdb-ui.el (gdb-var-create-regexp)
3189         (gdb-var-list-children-regexp, gdb-var-update-regexp)
3190         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3191         (gdb-data-list-register-values-regexp)
3192         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3193         Future proof against new fields being added to MI output.
3194         (gdb-send): Don't treat backslashes for program input as
3195         continuations.
3196         (gdb-assembler-handler): Don't use window-start for this handler.
3197         (gdb-frame-handler): Don't change to hollow arrow if overlay
3198         arrow doesn't move to new frame.
3200 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
3202         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3203         prevent compiler warnings.
3204         (gdb-stopped): Check for gud-last-last-frame (case: signal).
3205         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3206         (gdb-assembler-custom): Use hollow-right-triangle for assembler
3207         buffer too.
3209 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
3211         * pgg-gpg.el (pgg-gpg-update-agent): Check for
3212         make-network-process, so we can use the same code in Gnus v5-10
3213         too and have this file fully synchronized with that release.
3215 2006-03-23  Romain Francoise  <romain@orebokech.com>
3217         * ibuf-ext.el (ibuffer-read-filter-group-name):
3218         Use `ibuffer-generate-filter-groups' to make completion list match
3219         the filter groups that are really displayed in the Ibuffer buffer.
3220         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3222 2006-03-23  Kenichi Handa  <handa@m17n.org>
3224         * international/mule-cmds.el (sort-coding-systems): Describe that
3225         the argument is modified in docstring.
3227 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3229         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3230         (pgg-gpg-update-agent): New function.
3231         (pgg-gpg-use-agent-p): New function.
3232         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3233         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3234         (pgg-gpg-sign-region): Use it.
3236 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
3238         * cus-edit.el (custom-face-set): Call custom-push-theme before
3239         face-spec set so that `changed' theme is correctly saved.
3240         (custom-face-reset-standard): Reset to recalculated face rather
3241         than defface spec.
3243         * custom.el (custom-push-theme): Only save `changed' theme if the
3244         current face does not match the defface specs.
3246 2006-03-21  Simon Josefsson  <jas@extundo.com>
3248         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3249         <wilde@sha-bang.de>.
3250         (pgg-gpg-use-agent): New variable.
3251         (pgg-gpg-process-region): Use it.
3252         (pgg-gpg-encrypt-region): Likewise.
3253         (pgg-gpg-encrypt-symmetric-region): Likewise.
3254         (pgg-gpg-decrypt-region): Likewise.
3255         (pgg-gpg-sign-region): Likewise.
3256         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3258 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
3260         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3261         bracket links.
3263 2006-03-21  Kim F. Storm  <storm@cua.dk>
3265         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3266         fringe-indicator-alist instead of modifying global value.
3267         (gdb-frame-handler): Likewise.
3269 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
3271         * diff-mode.el (diff-function): Make it inherit from diff-header
3272         instead of diff-context.
3274         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3275         bitmap.
3276         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3277         change names in macro above for consistency.
3278         (gdb-frame-handler): Use hollow-right-triangle for all selected
3279         frames which except the innermost (where execution has stopped).
3280         (gdb-reset): Reset buffer-local values of overlay-arrow.
3282 2006-03-20  Richard Stallman  <rms@gnu.org>
3284         * simple.el (set-mark-command): Doc fix.
3286         * files.el (display-buffer-other-frame): New command.
3287         (ctl-x-4-map): Bind C-x 5 C-o to it.
3289 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3291         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3292         rather than just defer-time, in case defer-time has been changed but
3293         the timer isn't running yet.
3294         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3296 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
3298         * help-mode.el (help-follow-symbol): New function.
3299         Essentially identical to the old `help-follow', but do not let
3300         `push-button' do the work when on an xref.
3301         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3303 2006-03-19  Richard Stallman  <rms@gnu.org>
3305         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3306         preceded by the word `program'.
3307         (help-follow-mouse, help-follow): Throw error if not on xref.
3308         Delete no longer used args.
3310 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
3312         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3313         annotation ensure gud-overlay-arrow-position is redisplayed.
3315 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3317         * textmodes/bibtex.el (bibtex-include-OPTkey)
3318         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3319         (bibtex-autokey-name-case-convert)
3320         (bibtex-autokey-titleword-case-convert): Make these the aliases
3321         for the following two variables.
3322         (bibtex-autokey-name-case-convert-function)
3323         (bibtex-autokey-titleword-case-convert-function): Make these the
3324         real names.
3325         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3326         bibtex-font-lock-crossref sublists.
3327         (bibtex-mode): Revert 2005-12-30 change (which made
3328         completion-ignore-case buffer-local).
3329         (bibtex-url): Simplify.
3331 2006-03-19  Kim F. Storm  <storm@cua.dk>
3333         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3334         cursor property value to 2 (to align with C level change).
3336 2006-03-19  Bill Wohler  <wohler@newt.com>
3338         * image.el (image-load-path-for-library): Shorten first line in
3339         docstring.
3341 2006-03-18  Richard Stallman  <rms@gnu.org>
3343         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3345 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
3347         * isearch.el (isearch-other-meta-char): Handle user bindings for
3348         shifted control characters.
3350 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
3352         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3353         part that matches email addresses, file names, etc.
3355 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
3357         * term/w32-win.el (mouse-set-font):
3358         Mention w32-list-proportional-fonts in the doc string.
3360 2006-03-18  Kim F. Storm  <storm@cua.dk>
3362         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3363         (ido-unc-hosts): New user option to explicitly define list of know
3364         UNC-style hosts for completion.
3365         (ido-cache-unc-host-shares-time): New user option.
3366         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3367         New helper functions for UNC file-name support.
3368         (ido-may-cache-directory): Check for UNC host.  Simplify.
3369         (ido-wash-history): Clean out old UNC hosts.
3370         (ido-nonreadable-directory-p): UNC hosts are always readable.
3371         (ido-directory-too-big-p): UNC hosts are never too big.
3372         (ido-set-current-directory): Handle UNC root path.
3373         (ido-file-name-all-completions): Complete UNC host names from
3374         ido-unc-hosts list.  Cache UNC host shares.
3375         (ido-make-file-list-1): Don't filter UNC root.
3376         (ido-exhibit): Check for // in root directory, and switch to UNC
3377         mode by setting ido-current-directory to //.
3379 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
3381         * cus-edit.el (customize-changed-options): Mention explicit
3382         version number as default in prompt.
3384 2006-03-17  Bill Wohler  <wohler@newt.com>
3386         * image.el (image-load-path-for-library): Minor docstring fix.
3388 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
3390         * textmodes/org.el (org-read-date): Include subgroup 5 into
3391         replacement text.
3392         (org-popup-calendar-for-date-prompt): Fix customization type.
3394 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
3396         * progmodes/gdb-ui.el (gud-watch): Provide completion.
3397         (gdb-continuation): New variable.
3398         (gdb-send): Deal with continuation lines.
3400         * progmodes/gud.el (gud-gdb-complete-command)
3401         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3402         expressions.
3403         (gud-tooltip-mode): Use buffer-local value.
3405 2006-03-16  Kim F. Storm  <storm@cua.dk>
3407         * ido.el (ido-edit-input): Use selected match, if any.
3409 2006-03-16  Bill Wohler  <wohler@newt.com>
3411         * image.el (image-load-path-for-library): Prefer user's images in
3412         image-load-path.
3414 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
3416         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3417         when checking for attempt to drag leftmost or rightmost scrollbar.
3419 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
3421         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3422         (gdb-force-mode-line-update): New function.
3423         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3424         (gdb-exited): Use them.
3425         (gdb-signal): New function.
3426         (gdb-annotation-rules): Provide a rule for it.
3428 2006-03-16  Kenichi Handa  <handa@m17n.org>
3430         * international/mule.el (auto-coding-regexp-alist): Add entries
3431         for Unicode BOM.
3433         * sort.el (sort-build-lists): Temporarily bind
3434         inhibit-field-text-motion to t.
3436 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
3438         * locate.el (locate-command, locate-make-command-line)
3439         (locate-fcodes-file, locate-update-command)
3440         (locate-prompt-for-command, locate, locate-with-filter)
3441         (locate-get-file-positions): Doc fixes.
3442         (locate-buffer-name, locate-header-face): Remove leading `*' in
3443         defcustom.
3444         (locate-filter-output): Use `keep-lines' instead of its alias
3445         `delete-non-matching-lines'.
3446         (locate-get-filename, locate-get-dirname): Add introductory comment.
3447         (locate-find-directory-other-window): Give appropriate error
3448         message if used outside main listing.
3450 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3452         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3453         the new extend-region feature.
3454         (font-lock-after-change-function): Update correspondingly.
3455         * jit-lock.el (jit-lock-after-change): Update correspondingly.
3456         * progmodes/grep.el (font-lock-lines-before): Don't disable.
3458 2006-03-15  Bill Wohler  <wohler@newt.com>
3460         * image.el (image-load-path-for-library): Fix example by not
3461         recommending that one binds image-load-path.  Just defvar it to
3462         placate compiler and only use it if previously defined.
3464 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
3466         * textmodes/org.el (org-insert-centered): Use `string-width' to
3467         make underlining work for wide characters.
3468         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3469         TAB to `org-cycle', to make sure that no binding in
3470         `outline-mode-map' can supercede it.
3472 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
3474         * allout.el: Increment version to 2.2.1 in file commentary.
3476         (allout-version): Increment to 2.2.1.
3478         (allout-default-layout): New customization variable, used when the
3479         file lacks a specific allout-layout.  Uses allout-layout-type for
3480         recursively nested definition.
3482         (allout-layout-type): Widget defining allout layouts, necessary for
3483         self-recursive definition.
3485         (allout-mode): Incorporate allout-default-layout as fallback for
3486         allout-layout.
3488         (allout-layout): Mark as 'safe-local-variable', and refer mention
3489         fallback to `allout-default-layout' in absence of a specified value.
3490         (allout-passphrase-verifier-string)
3491         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3493         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3495         (allout-get-encryption-passphrase-verifier): Use correct name of
3496         passphrase verifier in docstring.
3498 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
3500         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3501         elements.
3502         (gdb-find-watch-expression): Make it work for arrays too.
3503         Follow change to gdb-var-list.
3504         (gud-watch): Allow the user to enter variable name with a prexix
3505         arg.  Create keybindings.
3506         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3507         (gdb-var-list-children-handler, gdb-var-update-handler)
3508         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3509         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3510         Follow change to gdb-var-list.
3511         (gdb-starting): Don't show the overlay arrows when program is running.
3513         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3514         gdb-var-list.
3516 2006-03-14  Bill Wohler  <wohler@newt.com>
3518         * image.el (image-load-path-for-library): Pass value of path
3519         rather than symbol.  Always return list of directories.
3520         Guarantee that image directory comes first.
3522 2006-03-14  Alan Mackenzie  <acm@muc.de>
3524         * font-core.el (font-lock-extend-region\(-function\)?.):
3525         New function/variable.
3527         * font-lock.el (font-lock-after-change-function):
3528         Call font-lock-extend-region.  Obey font-lock-lines-before.
3529         (font-lock-default-fontify-region): Remove reference to
3530         font-lock-lines-before.
3532         * jit-lock.el (jit-lock-after-change):
3533         Call font-lock-extend-region.  Obey font-lock-lines-before.
3535 2006-03-14  David Ponce  <david@dponce.com>
3537         * tree-widget.el (tree-widget-themes-load-path)
3538         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3540 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
3542         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3543         (rcirc-print): Mark the start of text at the end of the prompt.
3544         (rcirc-track-minor-mode): Add autoload cookie.
3545         (rcirc-update-activity-string): Add space to front of mode-line
3546         indicator.
3548 2006-03-13  Miles Bader  <miles@gnu.org>
3550         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3551         (rcirc-abbrev-nick): Remove function.
3552         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3554 2006-03-13  David Ponce  <david@dponce.com>
3556         * tree-widget.el: Handle themes across all occurrences of the main
3557         themes sub-directory found in tree-widget-themes-load-path.
3558         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3559         (tree-widget--locate-sub-directory): Return all occurrences.
3560         (tree-widget-themes-path): New function.
3561         Replace tree-widget-themes-directory, and return a list of directories.
3562         (tree-widget-set-parent-theme)
3563         (tree-widget-lookup-image): Use it.
3565 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
3567         * textmodes/org.el (org-link-search): Avoid self-matching of
3568         links, allow target text to be distributed over several lines.
3569         (org-search-not-link): New function.
3570         (org-set-regexps-and-options, org-get-current-options):
3571         New startup options.
3572         (org-export-as-html): Take odd-level setting from local variable.
3573         (org-fontify-emphasized-text): New option.
3574         (org-set-font-lock-defaults): Include emphasized text.
3575         (org-follow-mhe-link): Allow folder-only links, fix folder name.
3576         (org-font-lock): Customize group renamed from `org-faces'.
3578 2006-03-13  John Paul Wallington  <jpw@pobox.com>
3580         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3581         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
3583 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
3585         * cus-start.el (all): Delete :version keyword for members of the
3586         fringe group, since the entire group is new in 22.1.
3588 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
3590         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3591         map if value is hexadecimal (an address).
3592         (gud-watch): Only search roots for existing watch expressions.
3593         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3594         prevent caching problems with speedbar-update-directory-contents.
3596 2006-03-12  Juri Linkov  <juri@jurta.org>
3598         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3599         before comparing with `low' and `warn'.
3601         * info.el (Info-dir-remove-duplicates): Move point to the
3602         beginning of the current line after deleting the entries from
3603         redundant heading.  Use marker for `limit' and compare it with
3604         point before calling `re-search-forward'.
3606 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
3608         * simple.el (yank): Fix typo in docstring.
3610 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
3612         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3613         messages, where "D" is the 6th character.
3615 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
3617         * simple.el (yank): Fix last change.
3619 2006-03-11  David Ponce  <david@dponce.com>
3621         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3622         merging elements from the standard ispell-dictionary-alist.
3623         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3624         alist, and return the new alist.
3626 2006-03-11  Richard Stallman  <rms@gnu.org>
3628         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3630         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3631         the way it is implemented is too unclean.
3633         * simple.el (kill-region, yank): Doc fix.
3635         * battery.el (battery-echo-area-format): Doc fix.
3636         (battery-mode-line-format): Likewise.
3637         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3638         (battery-linux-proc-acpi): Ignore batteries that say "charged".
3640 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
3642         * progmodes/octave-mod.el (octave-indent-for-comment):
3643         Behave according to do string.
3645 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
3647         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3648         Be visible only if major mode is Mail Mode.
3650         * textmodes/flyspell.el (flyspell-external-point-words)
3651         (flyspell-process-localwords): Fix last changes.
3653 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
3655         * calendar/holidays.el (list-holidays): Doc fix.
3657         * international/mule.el (auto-coding-alist): Add .odt
3658         (OpenOffice's open document) files.
3660         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3661         document) files.  Mention in the doc string the need to sync with
3662         auto-coding-alist.
3664 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
3666         * files.el (hack-local-variables-confirm): Don't prompt for ! if
3667         enable-local-variables is set to always query, or there is no
3668         savable variable.
3670 2006-03-10  Bill Wohler  <wohler@newt.com>
3672         * image.el (image-load-path-for-library): Merge at least three
3673         functions from Gnus and MH-E into this one function that can now
3674         be shared.
3676 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
3678         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3679         gdb-remove-mouse-face and remove help-echo too.
3680         (gdb-enqueue-input): Correct conditional clause.
3682 2006-03-10  Glenn Morris  <rgm@gnu.org>
3684         * calendar/calendar.el (calendar-holidays): Doc fix.
3685         * calendar/holidays.el (list-holidays): Doc fix.
3687 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
3689         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3690         it gets called in gdb-prompt anyway.
3691         (gdb-use-separate-io-buffer): Only restore window arrangement for
3692         gdb-many-windows.
3693         (gdb-enqueue-input): Make it harder to send GDB input when program
3694         is running.
3695         (gdb-buffer-list): New variable.
3696         (gdb-remove-mouse-face): New function.
3697         (gdb-starting): Use it when GDB input won't get sent.
3699 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
3701         * help.el (view-lossage): Remove trailing whitespace before
3702         inserting "\n".
3704 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
3706         * files.el (hack-local-variables-confirm):
3707         Set coding-system-for-read to nil before writing to .emacs.
3709         * arc-mode.el (archive-extract): Check if an existing buffer name
3710         comes from a different archive.
3712         * help.el (describe-key-briefly): If KEY is a down event, read and
3713         discard the up event.
3715 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
3717         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3718         be edited and use font-lock-warning-face for any changes.
3720         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3721         (gdb-edit-value): Use it to report any errors.
3723 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
3725         * help.el (describe-key): Remove leftover test code.
3727 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
3729         * textmodes/org.el: Move defvars out of eval-when-compile.
3730         Use buffer-file-name variable.
3731         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3732         arg `file'.
3733         (org-level-faces): Remove startup dependency.
3734         (org-cycle, org-map-tree, org-scan-tags)
3735         (org-remember-handler): Don't call `outline-level' directly.
3736         (org-mhe-search-all-folders): New option.
3737         (org-mhe-get-message-folder-from-index)
3738         (org-mhe-get-message-folder): Fix indexing search.
3739         (org-format-agenda-item): Handle nil TAGS argument.
3740         (org-cleaned-string-for-export, org-activate-target-links)
3741         (org-make-target-link-regexp): Deal with empty radio target list.
3742         (org-tag): New face.
3743         (org-get-level-face): New function.
3744         (org-set-font-lock-defaults): Simplify setup for headlines.
3745         (org-complete): Pass common substring to `display-completion-list'.
3747 2006-03-06  David Ponce  <david@dponce.com>
3749         * tree-widget.el: Update Commentary header.
3750         (tree-widget-theme-name): Ignore parent themes.
3751         (tree-widget-set-parent-theme): New function.
3752         (tree-widget-set-theme): Use it.
3753         (tree-widget-set-image-properties): Move definition.  Does nothing
3754         if image properties have already been set.
3755         (tree-widget-image-properties): Move definition.  Receive an image
3756         name.  Set the :pointer property.
3757         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
3758         Don't set the :pointer image property.
3759         (tree-widget-convert-widget): New function.  Handle :dynargs
3760         compatibility here.
3761         (tree-widget): Use it to :convert-widget.  Add the :expander-p
3762         predicate to control when the :expander function is entered.
3763         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
3764         (tree-widget-value-create): Handle :expander-p.  widget-apply
3765         :expander.
3766         (tree-widget-expander-p): New function.  Default value of the
3767         :expander-p property.
3769 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
3771         * help.el (describe-key): Properly handle the return value of
3772         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
3773         remaps.  Handle string and vector `follow-link' values.
3775 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3777         * complete.el (PC-expand-many-files): Try be more careful when parsing
3778         the shell's output.
3780 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3782         * outline.el (hide-sublevels): Provide better interactive default.
3784 2006-03-06  Kenichi Handa  <handa@m17n.org>
3786         * international/fontset.el (create-fontset-from-fontset-spec):
3787         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
3789 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
3791         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
3792         backslashes instead of one in regexp.
3793         (gud-tooltip-dereference): Add missing optional argument.
3795 2006-03-04  John Paul Wallington  <jpw@pobox.com>
3797         * wdired.el (toplevel): Require `cl' at compile-time.
3799 2006-03-04  Andreas Schwab  <schwab@suse.de>
3801         * server.el (server-process-filter): Handle errors during
3802         evaluation of the argument.
3804 2006-03-03  John Paul Wallington  <jpw@pobox.com>
3806         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
3807         escape parentheses at beginning of line.
3808         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
3809         (t-mouse-mode): Remove period from end of error message.
3811 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
3813         * textmodes/flyspell.el (flyspell-process-localwords):
3814         Be case-sensitive.
3816 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
3818         * cus-edit.el (custom-quote): Remove function, since it has been
3819         moved to custom.el.
3821         * font-lock.el (lisp-font-lock-keywords-2)
3822         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
3823         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
3824         they have no special meaning.
3826         * midnight.el (clean-buffer-list): Handle case where base-buffer of
3827         indirect buffer gets killed before indirect buffer.  Use dolist.
3829 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
3831         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
3832         value instead of a literal constant (1) on more pauses.
3834 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
3836         * textmodes/flyspell.el (flyspell-external-point-words):
3837         Be case-sensitive.
3839 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
3841         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
3842         with "www".
3844 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
3846         * allout.el: Restablish intermediate missing comment header to
3847         preserve outline structure.
3848         (allout-beginning-of-current-entry): Skip invisible text.
3849         (allout-open-topic): Fix opening a topic at end-of-buffer.
3850         (allout-minor-mode): Move nearer to allout-mode function.
3852 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
3854         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
3856 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
3858         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
3859         is nil.
3861         * progmodes/gud.el (gud-speedbar-menu-items):
3862         Use buffer-local-value and add missing :visible keyword.
3864         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
3866 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
3868         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
3869         must be `follow-link'.
3871         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
3873         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
3874         formatting: No nested anchors.
3875         (org-all-targets): Fix bug with XEmacs compatibility.
3876         (org-read-date): Add (require 'parse-time).
3877         (org-set-tags): Fix bug with extra inserted space.
3878         (org-export-html-style): Define a style class for targets.
3879         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
3880         (org-hide-leading-stars): New option.
3881         (org-hide): New face.
3882         (org-set-font-lock-defaults): Allow to hide leading stars.
3883         (org-get-legal-level, org-tr-level): New functions.
3884         (org-odd-levels-only): New option.
3885         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
3886         (org-demote, org-promote): Deal with double-star levels.
3887         (org-convert-to-odd-levels): New command.
3889 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
3891         * speedbar.el (speedbar-update-localized-contents): Try to
3892         preserve window-start.
3893         (speedbar-update-directory-contents): Try to preserve window-start
3894         and window-point.
3895         (speedbar-update-special-contents): Don't move back to start of window.
3897         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
3898         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
3899         speedbar-timer-fn.
3900         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
3901         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
3902         instead of gdb-speedbar-timer-fn.
3904 2006-02-28  Jay Belanger  <belanger@truman.edu>
3906         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
3907         (math-compose-expr): Use latex option when calling
3908         `math-compose-tex-matrix' for latex mode.
3910 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
3912         * speedbar.el: Re-instate comments about developing for speedbar
3913         [this is what info and gdb-ui use even if better methods exist now].
3915         * t-mouse.el: New file.
3916         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
3917         (t-mouse-lispy-buffer-posn-from-coords): Remove.
3918         (t-mouse-make-event-element): Use posn-at-x-y instead.
3919         (t-mouse-make-event): Deal with Fedora Core 3.
3920         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
3921         (t-mouse-mouse-position-function): New function.  Use it instead
3922         of advising mouse-position.
3923         (t-mouse-mode): New minor mode.
3924         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
3926 2006-02-27  Glenn Morris  <rgm@gnu.org>
3928         * calendar/calendar.el (calendar-holidays): Doc fix.
3930 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
3932         * progmodes/gdb-ui.el (gdb-source-window): New variable.
3933         Re-introduce the concept of a source window.
3934         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
3935         consistency with get-buffer-create.
3936         (def-gdb-auto-update-handler, gdb-info-locals-handler)
3937         (gdb-data-list-register-values-handler)
3938         (gdb-stack-list-locals-handler): Try to preserve window-start as
3939         well as window-point.
3940         (gdb-display-source-buffer): New function (old concept).
3941         (gdb-goto-breakpoint): Use it.
3943         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
3944         for gdb-ui/gdb-mi (old concept).
3946 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
3948         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
3949         binding.
3951         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
3953         * textmodes/reftex-sel.el (reftex-select-label-map)
3954         (reftex-select-bib-map): Add `follow-mouse' binding.
3956 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
3958         * jka-cmpr-hook.el (jka-compr-compression-info-list)
3959         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
3960         Give :set functions to provide automatic updating.
3961         Update docstring.  Give compiler defvars early in the file
3962         and move the defcustoms to a later spot where all called functions
3963         are defined.
3964         (jka-compr-file-name-handler-entry): Doc fix.
3965         (jka-compr-compression-info-list--internal)
3966         (jka-compr-mode-alist-additions--internal)
3967         (jka-compr-load-suffixes--internal): New variables.
3968         (jka-compr-install): Set the three above variables.
3969         Update `load-file-rep-suffixes' instead of `load-suffixes'.
3970         (jka-compr-update, jka-compr-set): New functions.
3971         (auto-compression-mode): Doc fix.
3973         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
3974         Update `load-file-rep-suffixes' instead of `load-suffixes'.
3975         Use jka-compr-compression-info-list--internal,
3976         jka-compr-mode-alist-additions--internal and
3977         jka-compr-load-suffixes--internal.
3979         * files.el (load-library):
3980         * loadhist.el (file-loadhist-lookup):
3981         * startup.el (command-line):
3982         * subr.el (locate-library):
3983         * emacs-lisp/autoload.el (update-directory-autoloads):
3984         * emacs-lisp/find-func.el (find-library-suffixes):
3985         Use `get-load-suffixes' instead of `load-suffixes'.
3987         * subr.el (locate-library):
3988         * emacs-lisp/find-func.el (find-library-name):
3989         Use `load-file-rep-suffixes' instead of '("").
3991 2006-02-26  Kim F. Storm  <storm@cua.dk>
3993         * ido.el (ido-save-history, ido-load-history): Simplify.
3994         Don't use find-file-noselect to avoid interference from other modes.
3996 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
3998         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
3999         to use the default shell if filename is not available.
4000         Reported by Giorgos Keramidas.
4002 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
4004         * progmodes/etags.el (tags-completion-table): Do completion from
4005         all the tables in the current list, as documented in the manual.
4007 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4009         * CC Mode Update to 5.31.3.
4011 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4013         * progmodes/cc-mode.el (c-postprocess-file-styles):
4014         Bind inhibit-read-only to t, around the call to
4015         c-remove-any-local-eval-or-mode-variables, so that it works on a
4016         RO file.
4018 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4020         * progmodes/cc-awk.el: Correct a typo.
4022 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4024         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4025         c-hungry-delete-backwards, at the request of RMS.  Leave the old
4026         name as an alias.
4028 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4030         * progmodes/cc-mode.el: Correct a typo.
4032 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4034         * progmodes/cc-defs.el: Update the version number to 5.31.3.
4036 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4038         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4039         brace-else-brace (error due to mbeg, mend being undefined).
4041 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4043         * progmodes/cc-mode.el: File Local variables: Solve the problem
4044         where both `mode' and c-file-offsets are specified: `mode' will
4045         overwrite c-f-o's settings:
4046         (c-remove-any-local-eval-or-mode-variables): New function.
4047         (c-postprocess-file-styles): Call the above new function, within
4048         c-tentative-buffer-change, to splat `mode' and `eval' before the
4049         second hack-local-variables.
4051 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4053         * progmodes/cc-mode.el:
4054         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4055         (c-after-change): Protect the match data with save-match-data.
4056         It was getting corrupted by c-after-change-check-<>-operators.
4058         * cc-defs.el: [Supersedes patch V1.38]:
4059         (top level): Check for a buggy font-lock-compile-keywords ONLY in
4060         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
4062         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4063         with save-match-data.  It was being corrupted when Font Lock was
4064         not enabled.
4066 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
4068         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4069         Mode and Subword Mode.
4071         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4072         real labels ("case 1:" or "foo:") from non-labels ("public:").
4073         (c-forward-objc-directive): Replace c-forward-token-2 with crude
4074         coding; c-f-t-2 doesn't move over a token at EOB.
4076         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4078         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4079         (c-update-modeline): Concatenate the minor mode indicators
4080         directly onto mode-name, removing c-submode-indicators.
4081         Sometimes, c-s-i got separated from the mode name on the mode line.
4083         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4084         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4086 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4088         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4089         error message when there's an evaluation error to show whether
4090         it's loaded from source or not.
4091         (c-filter-ops): Make it available at runtime too to work when
4092         `c-make-init-lang-vars-fun' needs to evaluate from source.
4094 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
4096         * help.el (help): Revert last part of 2006-02-23 change (deletion
4097         of the `provide' call).
4099 2006-02-23  Juri Linkov  <juri@jurta.org>
4101         * compare-w.el (compare-windows-highlight): Add new value
4102         `persistent' and change :type from `boolean' to `choice'.
4103         (compare-windows-overlays1, compare-windows-overlays2):
4104         New internal variables.
4105         (compare-windows-highlight): If compare-windows-highlight is
4106         `persistent', add current overlays to compare-windows-overlays[12]
4107         instead of adding compare-windows-dehighlight to pre-command-hook.
4108         (compare-windows-dehighlight): Delete all overlays from
4109         compare-windows-overlays[12].
4111         * info.el (Info-search): Don't bind search-spaces-regexp to
4112         Info-search-whitespace-regexp in non-regexp isearch mode.
4114 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4116         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4118 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
4120         * textmodes/org.el (org-xemacs-p)
4121         (org-export-html-show-new-buffer, org-table-may-need-update)
4122         (org-insert-item, org-mhe-get-message-real-folder)
4123         (org-mhe-get-message-folder-from-index)
4124         (org-mhe-get-message-folder, org-mhe-get-message-num)
4125         (org-mhe-get-header, org-make-org-heading-search-string)
4126         (org-make-org-heading-camel, org-table-sort-lines)
4127         (org-format-org-table-html, org-format-table-table-html):
4128         Fix typos in docstrings.
4130 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
4132         * textmodes/org.el (org-cleaned-string-for-export)
4133         (org-solidify-link-text): New function.
4134         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4135         XEmacs, just to silence the compiler.
4136         (org-export-as-ascii, org-export-as-html-and-open):
4137         Use `org-cleaned-string-for-export' and create internal links.
4138         (org-follow-mhe-link): Require mh-e, use folder.
4140 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
4142         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4144         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4145         gdb-debug-log-length.
4146         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
4147         it a real ring but...
4148         (gud-gdba-marker-filter): ...make it work like mark-ring.
4149         (gdb-enable-debug): Rename from gdb-enable-debug-log.
4150         (gdb-mouse-jump): New function.  Add bindings.
4152 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
4154         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4155         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4156         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4157         (gdb-debug-log-length): Customize it's length.
4158         (gud-watch, gdb-var-create-handler): Display function::var format
4159         but don't use to create variable object.
4160         (gdb-var-create-handler): Use message-box in place of message.
4161         (gdb-stopped): Call gdb-exited if signalled.
4163 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
4165         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4167         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4169         * textmodes/reftex.el (reftex-locate-file): Search all extensions
4170         if `reftex-try-all-extensions' is set.
4172         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4173         fail silently when there is no valid argument at point.
4174         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4175         `fail-silently' argument.  From a patch by David Reiter.
4177         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4178         New commands.
4179         (org-mark-ring): New variable.
4180         (org-mark-ring-length): New option.
4181         (org-open-at-point, org-goto, org-open-file): Push old position
4182         onto the mark ring.
4183         (org-add-hook): New function.
4184         (org-export-table-remove-special-lines): New option.
4185         (org-skip-comments, org-format-org-table-html): Respect new
4186         option `org-export-table-remove-special-lines'.
4187         (org-open-file): Allow special command configuration for
4188         directory link.
4189         (org-file-apps): Fix bugs in customize type, added setting
4190         for directories.
4191         (org-activate-tags, org-format-agenda-item, org-complete)
4192         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4193         (org-get-tags, org-get-buffer-tags, org-open-at-point)
4194         (org-link-search, org-make-org-heading-search-string)
4195         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4196         (org-radio-targets, org-file-link-context-use-camel-case)
4197         (org-activate-camels): New options.
4198         (org-update-radio-target-regexp, org-all-targets)
4199         (org-make-target-link-regexp, org-activate-target-links):
4200         New functions.
4201         (org-make-org-heading-search-string): New function.
4202         (org-store-link, org-insert-link): Use new option
4203         `org-file-link-context-use-camel-case'.
4204         (org-activate-camels): Use new option `org-activate-camels'.
4205         (org-link-regexp): Add mhe prefix.
4206         (org-open-at-point, org-store-link): Support for mhe links.
4207         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4208         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4209         (org-mhe-get-header, org-follow-mhe-link): New functions.
4210         (org-remove-angle-brackets, org-add-angle-brackets):
4211         New functions.
4212         (org-bracket-link-regexp): New constant.
4213         (org-read-date): Fix bug that was rejecting all typed dates.
4214         (org-link-search): Make hierarchy above visible after a match.
4215         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4216         (org-store-link): Fix bug with link creation when cursor is in
4217         an empty line.
4218         (org-open-at-point): Fix bug with matching a link.
4219         Fixed buggy argument sequence in call to `org-view-tags'.
4220         (org-compile-prefix-format): Set `org-prefix-has-tag'.
4221         (org-prefix-has-tag): New variable.
4222         (org-format-agenda-item): Remove tags from headline
4223         if appropriate.
4224         (org-agenda-remove-tags-when-in-prefix): New option.
4226 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
4228         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4229         Fix the regular expressions.
4231 2006-02-21  Richard M. Stallman  <rms@gnu.org>
4233         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4234         if there's no other specific basis.
4236         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4237         as variables at all.
4238         (unsafep-variable): Rename arg; doc fix.
4240         * abbrevlist.el (list-one-abbrev-table): Add autoload.
4242         * calendar/appt.el (diary-selective-display): Add defvar.
4244         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4246         * isearch.el (search-whitespace-regexp): Fix custom type.
4248         * help.el (describe-key-briefly): Compute interactive args
4249         in same was as before previous change.
4251         * files.el (enable-local-variables): Doc fix.
4253 2006-02-21  Kim F. Storm  <storm@cua.dk>
4255         * fringe.el: Cleanup as file is now pre-loaded.
4256         (fringe-bitmaps): Initialize unconditionally.
4257         (fringe-mode, set-fringe-style): Remove autoload cookies.
4259 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4261         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4262         `horizontal-bar'.
4263         (fringe-cursor-alist): Use `horizontal-bar'.
4265 2006-02-20  Kim F. Storm  <storm@cua.dk>
4267         * fringe.el (fringe-bitmaps): Update to new bitmap names.
4268         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4270         * loadup.el: Load "fringe" on window systems.
4272 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
4274         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4275         out of scope components.
4277         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4278         default.
4280 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
4282         * custom.el (customize-mark-to-save, customize-mark-as-set):
4283         Load the symbol first.
4285 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
4287         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4288         strech spec so it doesn't display as "^J" on the header line
4289         when `Buffer-menu-use-header-line' is t.
4291 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
4293         * speedbar.el (speedbar-make-button): Keep text properties
4294         of string arguments if desired.
4296         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4297         expessions.
4299         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4300         of speedbar.
4302 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
4304         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4305         to value of `read-file-name-completion-ignore-case'.
4307 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
4309         * custom.el (customize-mark-as-set): Push to `user' theme.
4311         * cus-edit.el (custom-save-variables): Allow unthemed values.
4312         (customize-set-variable): Push setting to `user' theme.
4314 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
4316         * progmodes/gud.el: Don't require font-lock as it's now
4317         automatically loaded.
4318         (gud-speedbar-buttons): Replace gdb-var-changed with
4319         gdb-force-update.
4321         * progmodes/gdb-ui.el (gdb-force-update): Rename from
4322         gdb-var-changed.
4323         (gdb-post-prompt): Use it.
4324         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4325         (gdb-var-update-handler, gdb-var-delete)
4326         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4327         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4328         gdb-force-update in gdb-post-prompt.
4329         (gdb-reset): Clear watch expressions from speedbar when quitting.
4331 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4333         * viper-cmd.el (viper-insert-state-post-command-sentinel)
4334         (viper-change-state-to-vi, viper-change-state-to-emacs):
4335         Make aware of cursor coloring in the Emacs state.
4336         (viper-special-read-and-insert-char): Use read-char-exclusive.
4337         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4339         * viper-init.el (viper-emacs-state-cursor-color): New variable.
4341         * viper-util.el (viper-save-cursor-color)
4342         (viper-get-saved-cursor-color-in-replace-mode)
4343         (viper-get-saved-cursor-color-in-insert-mode)
4344         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4345         state.
4346         (viper-get-saved-cursor-color-in-emacs-mode): New function.
4348         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4349         (ediff-ignore-case-option3, ediff-actual-diff-options)
4350         (ediff-actual-diff3-options): New variables to control case sensitivity.
4351         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4352         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4353         (ediff-toggle-ignore-case): New function.
4354         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4356         * ediff-help.el (ediff-long-help-message-narrow2)
4357         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4358         (ediff-long-help-message-word-mode): Add ignore-case command.
4359         (ediff-help-for-quick-help): Add ignore-case command.
4361         * ediff-merg.el: Move provide to the end.
4363         * ediff-ptch.el: Move provide to the end.
4365         * ediff-wind.el: Move provide to the end.
4367         * ediff-mult.el: Move provide to the end.
4368         (ediff-set-meta-overlay): Enable follow-link.
4370         * ediff.el: Move provide to the end.
4371         Break recursive load cycle in eval-when-compile.
4372         (ediff-patch-buffer): Better heuristics.
4374         * ediff-util.el: Move provide to the end.
4375         Break recursive load cycle in eval-when-compile.
4376         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
4377         defuns.
4378         (ediff-submit-report): Pass the values of ediff-diff3-program,
4379         ediff-diff3-options.
4381 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
4383         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4384         the opening bracket of the following bracketing pairs: {}, [], (), <>,
4385         `' (for example, in the docstring of `windmove-default-keybindings').
4387 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
4389         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4390         shadow face.  Don't provide binding to edit variable when it is
4391         out of scope.
4393         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4394         (gdb-var-update-handler): Detect out of scope variables with pre
4395         GDB 6.4 too.
4396         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4397         Reset status of variable objects to nil in update handlers.
4398         (gdb-var-update-handler-1): Detect when a variable object comes
4399         in scope.  setcar on var changes gdb-var-list directly.
4401 2006-02-17  Juri Linkov  <juri@jurta.org>
4403         * ffap.el (ffap) <defface>: Add explicit face declaration.
4404         (ffap-highlight): Use face `ffap' directly instead of checking
4405         for its existence.
4407         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4408         `visible-ok' of `other-buffer' to find the right original buffer.
4410         * info.el (Info-search): Skip `Local Variables' node.
4412 2006-02-17  Juri Linkov  <juri@jurta.org>
4414         * info.el (Info-find-file): Check for symbols `apropos', `history',
4415         `toc' in the input filename, and return these symbols as is.
4416         (Info-find-node-2): Set Info-current-file to symbols `apropos',
4417         `history', `toc' instead of strings.
4418         (Info-set-mode-line): For non-string Info-current-file use the
4419         symbol's name inside **.
4420         (Info-isearch-push-state): Add quote before Info-current-file and
4421         Info-current-node.
4422         (Info-isearch-pop-state): Use `equal' instead of `string='.
4423         (Info-extract-pointer, Info-following-node-name): Use
4424         `match-string-no-properties' instead of `match-string'.
4425         (Info-up): Check `old-file' for `stringp'.
4426         (Info-history): Use `equal' instead of `string-equal'.
4427         Check `file' for `stringp'.
4428         (Info-history): Use symbol `history' instead of string as first arg
4429         of `Info-find-node'.
4430         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
4431         `toc' instead of string.
4432         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4433         instead of `buffer-substring', and `match-string-no-properties'
4434         instead of `match-string'.
4435         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4436         instead of strings.
4437         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4438         Use symbol `apropos' instead of string.
4439         (Info-copy-current-node-name): Check `Info-current-file' for
4440         `stringp' and construct a command with `Info-find-node' from it.
4441         (Info-fontify-node): Use `match-string-no-properties' instead of
4442         `match-string' and check file names for `stringp'.
4443         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4444         `history', `toc' instead of strings.
4446 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
4448         * files.el: Rearrange functions and variables in the file local
4449         variables section.
4451 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
4453         * files.el: Add truncate-lines, ispell-check-comments and
4454         ispell-local-dictionary as safe local variables.
4456 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
4458         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4459         out of scope variables.
4460         (gud-speedbar-buttons): Use unless.
4462         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4463         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4464         (gdb-show-changed-values): Also use for out of scope variables.
4465         (gdb-var-update-handler-1): Note if variable goes out of scope.
4467 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
4469         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4470         default to global variable values for unsupplied args.
4471         (rcirc-get-buffer-create): Fix bug with setting the target.
4472         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4473         test for rcirc-always-use-server-buffer-flag here.
4474         (rcirc-response-formats): Add %N, which is a facified nick.  %n
4475         uses the default face.  Change the ACTION format string.  If the
4476         "nick" is the server, don't print anything for that field.
4477         Comment fixes.
4478         (rcirc-target-buffer): Don't test
4479         rcirc-always-use-server-buffer-flag here.
4480         (rcirc-print): Squeeze extra spaces out of the text before message.
4481         (rcirc-put-nick-channel): Strip potential "@" char from nick
4482         before adding them to nick table.
4483         (rcirc-url-regexp): Improve to match address like "foo.com".
4485 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
4487         * allout.el (allout-hidden-p): Move this defsubst before
4488         allout-overlay-interior-modification-handler, where it is first
4489         used.
4491 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
4493         * allout.el: Use allout invisible-text overlays instead of
4494         selective display for concealed text.  Also, lots of general
4495         cleanup, and improved compatibility code.
4497         (allout-version) Incremented, corrected, revised, and refined
4498         module commentary.
4500         (provide 'allout): Moved to the bottom, added a require of overlay.
4502         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4503         `except-current'.
4504         (allout-write-file-hook-handler): Minimize delay.
4505         (count-trailing-whitespace-region): New function so
4506         auto-encryption of current topic can resituate cursor exactly.
4507         PGP/GPG encryption trims trailing whitespace from lines, which
4508         must be accounted for across encryption then decryption.
4510         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4511         just plain "\C-c", to avoid intruding on user's keybinding space.
4513         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4514         parameter, so user request to provide a new password is done.
4516         (allout-outside-normal-auto-fill-function, allout-auto-fill):
4517         Refined mechanism for auto-filling behavior while in allout mode.
4519         (allout-mode): Explicitly specify the mode map in the docstring.
4520         Clarify provision for various write-file hook var names.
4521         Adjusted for invisible-text overlays instead of selective-display.
4523         (allout-depth): Really return 0 if not within any topic.  This
4524         rectifies `allout-beginning-of-level' and sequence numbering
4525         errors that occur when cutting and pasting numbered topics.
4526         Changed from a in-line subst to a regular function, as well.
4528         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4530         (allout-end-of-subtree, allout-end-of-subtree)
4531         (allout-end-of-entry, allout-end-of-current-heading)
4532         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4533         (allout-show-children, allout-show-to-offshoot)
4534         (allout-hide-current-entry, allout-show-current-entry): Rectified
4535         handling of trailing blank lines between items.
4537         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4538         (allout-current-depth, allout-unprotected, allout-hidden-p)
4539         (allout-on-current-heading-p, allout-listify-exposed)
4540         (allout-chart-subtree, allout-goto-prefix)
4541         (allout-back-to-current-heading, allout-get-body-text)
4542         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4543         (allout-hide-region-body, allout-toggle-subtree-encryption)
4544         (allout-encrypt-string, allout-encrypted-key-info)
4545         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4546         (allout-file-vars-section-data): Adjusted for use with
4547         invisible-text overlays instead of selective-display.
4549         (allout-kill-line, allout-kill-topic, allout-yank-processing):
4550         Reworked for use with invisible text overlays.
4552         (allout-current-topic-collapsed-p): New function.
4554         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4555         to know when to close the containing topic.
4557         (allout-pre-command-business, allout-post-command-business):
4558         Simplify undo-batching and dynamic isearch exposure.
4560         (allout-set-overlay-category): New for invisible-text overlays.
4561         Sets properties of allout-overlay-category, used by
4562         allout-flag-region to set invisible-text overlay properties.
4563         (allout-get-invisibility-overlay): Get the first qualifying
4564         invisibility overlay, so we can find the extent of it.
4565         (allout-back-to-visible-text): Get to just before the beginnining
4566         of the current invisibility overlay, if any.
4568         (allout-overlay-insert-in-front-handler)
4569         (allout-overlay-interior-modification-handler)
4570         (allout-before-change-handler, allout-isearch-end-handler): New
4571         functions to handle extraordinary actions affecting concealed
4572         text.
4574         (allout-flag-region): Use overlays instead of selective-display
4575         for invisible text - by inheritence from the properties of
4576         allout-overlay-category in mainline Emacs, and applied
4577         property-by-property in XEmacs, some recent versions of which
4578         don't inherit the properties from the category.  Provisions to
4579         respond to concealed-text edits simplified drastically.
4581         (allout-isearch-rectification, allout-isearch-was-font-lock)
4582         (allout-isearch-expose, allout-enwrap-isearch)
4583         (allout-isearch-abort, allout-pre-was-isearching)
4584         (allout-isearch-prior-pos, allout-isearch-did-quit)
4585         (allout-isearch-dynamic-expose)
4586         (allout-hide-current-entry-completely): Functions deleted.
4588         (allout-undo-aggregation): Explicit undo aggregation no longer
4589         necessary due to transition away from selective-display.
4591         (set-allout-regexp, allout-up-current-level)
4592         (allout-next-visible-heading, allout-forward-current-level)
4593         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4594         (allout-kill-line, allout-yank-processing, allout-show-children)
4595         (allout-expose-topic, allout-old-expose-topic)
4596         (allout-listify-exposed, allout-insert-latex-header)
4597         (allout-toggle-subtree-encryption, allout-encrypt-string)
4598         (remove-from-invisibility-spec, allout-hide-current-subtree):
4599         Ditched unused variables.
4601 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
4603         * textmodes/ispell.el (ispell-change-dictionary): Call
4604         ispell-buffer-local-dict instead of
4605         ispell-accept-buffer-local-defs.
4606         (ispell-local-dictionary-alist): Accept as valid any coding-system
4607         supported by Emacs.
4608         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4609         changed to iso-8859-3.
4611 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
4613         * speedbar.el (speedbar-frame-width): Make an inline function
4614         instead of a macro.  Use frame-width.
4615         (speedbar-try-completion, speedbar-update-contents)
4616         (speedbar-timer-fn): Use consp.
4617         (speedbar-update-localized-contents): Try to preserve point.
4619         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4620         (menu): Re-order menu items.
4621         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4622         field.
4623         (gdb-var-update-handler-1): Use it for GDB 6.4+.
4624         (gdb-post-prompt): Speed things by not forcing update.
4626 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
4628         * wid-edit.el (widget-button-click): For mouse-1, cancel button
4629         press and perform default action if we get a mouse movement event.
4631 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
4633         * calendar/icalendar.el (icalendar--get-event-property)
4634         (icalendar--get-event-property-attributes): Fix typos in
4635         docstrings.
4637         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4638         docstring.
4640 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
4642         * bs.el (bs-mode): Use `buffer-disable-undo'.
4643         (bs--get-file-name): Simplify.
4644         (bs-show-in-buffer): Mark the buffer as not modified.
4646 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4648         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4649         widget-button-click.
4651         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4652         (custom-mode): Update docstring.
4654         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4655         binding.
4657         * files.el (hack-local-variables-confirm): Allow scrolling if the
4658         file variable list is too long.  Kill temp buffer after use.
4660 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
4662         * progmodes/gud.el (gdb): Improve doc string.
4663         (gdb-script-font-lock-keywords): Expand allowed character set.
4665         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4666         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4667         (gdb-separate-io-interrupt, gdb-separate-io-quit)
4668         (gdb-separate-io-stop, gdb-separate-io-eof):
4669         Rename from gdb-inferior-* to gdb-separate-*.
4670         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4672 2006-02-14  Jay Belanger  <belanger@truman.edu>
4674         * calc/calc-arith.el (math-check-known-scalarp): Make sure
4675         expression is a symbol before checking that it is bound.
4677         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4678         test to see if equation can be solved.
4680 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
4682         * wid-edit.el (widget-button-click): Use :pressed-face property
4683         for overlay face, if it exists.
4685         * cus-edit.el (custom-manual, custom-add-see-also)
4686         (custom-add-parent-links, custom-group-link): Add :pressed-face
4687         property to links.
4689         * files.el (hack-local-variables): Remove ignored variables before
4690         checking if any variables need setting.
4692 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4694         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4696 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
4698         * help.el (where-is): Fix message for remapped commands.
4700         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4701         Fix typos in docstrings.
4703 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
4705         * files.el (safe-local-variable-values): New option.
4706         (hack-local-variables-prop-line): Return a list of variable-value
4707         pairs if MODE-ONLY is non-nil.
4708         (hack-local-variables): Construct list of variable-value pairs,
4709         and apply or reject them in one go.  Ask for confirmation if
4710         variables are not known safe.
4711         (hack-local-variables-confirm): Complete rewrite.  Support
4712         `safe-local-variable-values'.
4713         (enable-local-variables): Update docstring to reflect new
4714         behavior.
4715         (ignored-local-variables): Ignore ignored-local-variables and
4716         safe-local-variable-values.
4717         (safe-local-variable-p): New function.
4718         (risky-local-variable-p): `safe-local-variable' property check
4719         moved to safe-local-variable-p.
4720         (hack-one-local-variable): Checks moved to hack-local-variables.
4722         (byte-compile-dynamic, c-basic-offset, c-file-style)
4723         (c-indent-level, comment-column, fill-column, fill-prefix)
4724         (indent-tabs-mode, kept-new-versions, no-byte-compile)
4725         (no-update-autoloads, outline-regexp, page-delimiter)
4726         (paragraph-start, paragraph-separate, sentence-end)
4727         (sentence-end-double-space tab-width, version-control):
4728         Add `safe-local-variable' property.
4730         * find-lisp.el: Delete nonexistent `autocompile' file variable.
4732         * icomplete.el, play/landmark.el: Change nonexistent
4733         `outline-layout' file variable to `allout-layout'.
4735 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
4737         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4738         (gdb-get-changed-registers): Test value of gud-minor-mode relative
4739         to gud-comint-buffer.
4740         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4741         gdb-ui.el for gdb-mi.el.
4742         (gdb-post-prompt, gdb-get-changed-registers): Move test for
4743         registers buffer to gdb-get-changed-registers.
4744         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
4745         deletion of catchpoints (throw and catch).
4746         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4747         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4748         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4749         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4750         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
4752 2006-02-13  Jay Belanger  <belanger@truman.edu>
4754         * calc/calc-arith.el (math-check-known-matrixp): Make sure
4755         expression is a symbol before checking that it is bound.
4757 2006-02-13  Richard M. Stallman  <rms@gnu.org>
4759         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
4760         for the minibuffer too, but not if resize-mini-windows will interfere.
4762         * help.el (describe-key-briefly, describe-key): Do all arg-reading
4763         inside `interactive' spec.
4764         (describe-key-briefly-internal, describe-key-internal):
4765         Functions merged back into their callers.
4767 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
4769         * info.el (info-xref-visited): Inherit from info-xref too.
4770         (Info-set-mode-line): Replace occurrences of `%' by `%%'
4771         when propertizing Info-current-file and Info-current-node.
4773 2006-02-13  Juri Linkov  <juri@jurta.org>
4775         * tumme.el (tumme-thumbnail-storage): Fix docstring.
4776         (tumme-thumb-name): Fix per-directory format.
4778 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
4780         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4782 2006-02-12  Miles Bader  <miles@gnu.org>
4784         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4786 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
4788         * tumme.el: Remove history section.  If someone needs the it, it
4789         can always be found in CVS.
4791 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
4793         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
4794         about the Thumbnail Managing Standard option.
4796 2006-02-12  Richard M. Stallman  <rms@gnu.org>
4798         * subr.el (substitute-key-definition): Doc fix.
4800         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
4802         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
4804         * info.el (Info-mode): Doc fix.
4806         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
4808 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
4810         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
4811         because on Solaris a POSIX compatible "id" is needed.  Reported by
4812         Magnus Henoch <mange@freemail.hu>.
4814 2006-02-12  Juri Linkov  <juri@jurta.org>
4816         * tumme.el: Remove todo item about Thumbnail Managing Standard.
4817         (tumme) <defgroup>: Change :group to `multimedia'.
4818         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
4819         Managing Standard.
4820         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
4821         Fix dostring.
4822         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
4823         and %y.  Fix docstring.
4824         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
4825         (tumme-cmd-create-standard-thumbnail-command): New user options.
4826         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
4827         is `standard'.  Fix docstring.
4828         (tumme-thumb-width, tumme-thumb-height): New user options.
4829         (tumme-external-viewer): Try to find various viewers.
4830         (tumme-get-thumbnail-image): Use `create-image' instead of
4831         constructing the `image' structure.
4832         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
4833         `standard'.
4834         (tumme-thumb-name): Add file name generation for standard storage.
4835         Simplify code for other storages.
4836         (tumme-thumb-name): Use width %w and height %h instead of size %s.
4837         Add modification time %m and thumbnail-nq8 %q.
4838         Use `tumme-cmd-create-standard-thumbnail-command' if
4839         tumme-thumbnail-storage is `standard'.
4840         (tumme-dired-insert-marked-thumbs): New autoload command.
4841         (tumme-dired-after-readin-hook): New function.
4842         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
4843         `tumme-thumb-size'.
4844         (tumme-display-image): Replace size-x %x and size-y %y with
4845         width %w and height %h.
4847         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
4848         `tumme-dired-insert-marked-thumbs'.
4850 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
4852         * tumme.el (tumme-write-tag): Fix small bug (file name did not
4853         include path).
4854         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
4855         matching tag.
4857 2006-02-12  Miles Bader  <miles@gnu.org>
4859         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
4860         New variables.
4861         (rcirc-abbrev-nick): New function.
4862         (rcirc-format-response-string): Rewrite to use the formats in
4863         `rcirc-response-formats' and expand escape sequences therein.
4864         A text-property `rcirc-text' is added over the actual response
4865         text to make easy to find inside the returned string.
4866         (rcirc-print): When filling, just look for the `rcirc-text'
4867         text-property to find the appropriate fill prefix, instead of
4868         using hardwired patterns.
4870 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
4872         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
4873         Managing Standard.
4875 2006-02-11  Kim F. Storm  <storm@cua.dk>
4877         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
4878         Don't use insert-buffer; do insert-buffer-substring directly.
4879         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
4881 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
4883         * files.el (revert-buffer, recover-file): Replace buffer-read-only
4884         with inhibit-read-only.  Suggested by Stefan Monnier.
4885         (revert-buffer): Let insert-file-contents discard
4886         buffer-undo-list.  Simplify code.
4887         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
4889 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
4891         * menu-bar.el (menu-bar-select-yank): Add a doc string.
4893         * help.el (describe-key-briefly): Now a wrapper for
4894         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
4895         to t.  Populate yank-menu if empty.
4896         (describe-key-briefly-internal): Renamed from describe-key-briefly.
4897         (describe-key): Now a wrapper for describe-key-internal.  Bind
4898         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
4899         (describe-key-internal): Renamed from describe-key.
4901 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
4903         * progmodes/glasses.el (glasses-separator): Doc fix.
4904         (glasses-original-separator): New defcustom.
4905         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
4907 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
4909         * mwheel.el (mouse-wheel-up-event): Doc fix.
4911 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
4913         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
4914         (tumme-dir): New function.  Copied from thumbs.el.
4916 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
4918         * desktop.el (desktop-outvar): Fix typo.
4919         (desktop-save-buffer-p): Doc fix.
4921         * subr.el (substitute-key-definition): Fix typo.
4923 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4925         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
4926         when window-system is mac.
4928         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
4930 2006-02-10  Kim F. Storm  <storm@cua.dk>
4932         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
4933         indirect-function instead of using condition-case.
4935 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
4937         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
4938         less `colloquial'...
4940 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
4942         * tumme.el: Add a couple of todo items.
4944 2006-02-09  Lars Hansen  <larsh@soem.dk>
4946         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
4947         (highlight-changes-mode): Don't change desktop-locals-to-save.
4949 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
4951         * image-mode.el (image-toggle-display): Clear image cache if using
4952         filename.
4954 2006-02-09  Masatake YAMATO  <jet@gyve.org>
4956         * dired-x.el (dired-guess-shell-alist-default): Add .man as
4957         a `dired-man' target.
4959         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
4960         boundary of symbols.
4962 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
4964         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
4966 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
4968         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
4969         `mapcar'; return nil.
4971 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
4973         * mouse.el (mouse-drag-track): Don't change window if we rebind to
4974         some other event.
4976 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
4978         * net/rcirc.el (rcirc-startup-channels-alist):
4979         Add irc.freenode.net and #emacs as defaults.
4980         (rcirc-ignore-all-activity-flag): Remove variable.
4981         (rcirc-authinfo): New variable.
4982         (rcirc-authinfo-filename): Remove variable.
4983         (rcirc-always-use-server-buffer-flag): New flag.
4984         (rcirc): M-x rcirc will automatically connect without prompting.
4985         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
4986         connection in lisp.
4987         (rcirc-process-server-response-1): Remove everything but the nick
4988         portion of the sender so it doesn't need to be done everywhere
4989         else.  Update related code.
4990         (global-map): Remove global keybindings.
4991         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
4992         (rcirc-send-input): Split into several functions.
4993         (rcirc-process-input-line, rcirc-process-message)
4994         (rcirc-process-command): New functions.
4995         (rcirc-target-buffer): New function to determine where to route
4996         messages.
4997         (rcirc-user-nick): Save match data.
4998         (rcirc-toggle-ignore-buffer-activity)
4999         (rcirc-update-activity-string): Remove global ignore functionality,
5000         which can be done now by toggling rcirc-track-minor-mode.
5001         (rcirc-track-minor-mode-map): New keymap.
5002         (rcirc-track-minor-mode): New minor-mode.
5003         (ignore): Make the ignore output nicer.  Always print it when
5004         adding or removing nicks.
5005         (rcirc-url-regexp): Improve.
5006         (rcirc-mangle-text): Remove properties before using text in the
5007         modeline.
5008         (rcirc-authenticate): Authentication data comes from
5009         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5010         (rcirc-server-prefix): Inherit from rcirc-server.
5012 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
5014         * Makefile.in (compile): Append "|| true" to the end of the `find'
5015         command, like compile-always does.
5017 2006-02-08  Sam Steingold  <sds@gnu.org>
5019         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5020         output from a dead connection.
5022 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
5024         * dired.el (dired-mode-map): Add more bindings for tumme.
5026 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5028         * wdired.el (wdired-mode-map): Use remap.
5029         (wdired-get-filename): Massage.
5030         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5031         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5032         `keymap' property rather than `local-map'.
5034 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
5036         * tumme.el (tumme-get-thumbnail-image): New utility function.
5037         Suggested by from Chong Yidong.
5038         (tumme-dired-with-window-configuration): Rename from
5039         `tumme-dired'.  Add code to save window configuration.
5040         (tumme-restore-window-configuration): New command to restore the
5041         window configuration that `tumme-dired-with-window-configuration'
5042         saves before it changes the window configuration.
5043         (tumme-show-all-from-dir): New command to display thumbnails for
5044         all files in a directory entered by the user, like M-x thumbs.
5045         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5046         have been created.
5047         (tumme-display-thumbnail-original-image): Call `display-buffer'.
5048         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5049         Remove obsolete test function.
5051 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
5053         * vc.el (small-temporary-file-directory): Remove defvar; there's
5054         a defcustom for it in files.el.
5056         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5057         Fix typo in message.
5058         (tumme-gallery-generate): Fix typo in `error' message.
5059         (tumme-display-window-height-correction)
5060         (tumme-display-window-width-correction, tumme-line-up-dynamic)
5061         (tumme-line-up-interactive): Dox fixes.
5062         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5063         (tumme-restore-window-configuration, tumme-format-properties-string)
5064         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5065         Fix typos in docstrings.
5067 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
5069         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5071 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
5073         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5074         User should use hook if desired.
5076         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5077         buffer if necessary.
5078         (gdb-delete-frame-or-window): New function.
5079         (gdb-breakpoints-mode-map): Bind "q" to it.
5081 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5083         * textmodes/nroff-mode.el: Clean up name space.
5084         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5085         (nroff-mode): Obey the global setting of nroff-electric-mode.
5086         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5088         * calendar/calendar.el (calendar-increment-month): Typo in last change.
5090 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
5092         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5094 2006-02-06  Lars Hansen  <larsh@soem.dk>
5096         * generic-x.el (etc-fstab-generic-mode): Add file system types
5097         cifs and usbdevfs.  Allow special chars in file names.
5099 2006-02-05  Jay Belanger  <belanger@truman.edu>
5101         Update copyright notices of the files in lisp/calc.
5103 2006-02-05  Romain Francoise  <romain@orebokech.com>
5105         Update copyright notices of all files in the lisp/play directory.
5107 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
5109         * ldefs-boot.el: Regenerate.
5111         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5113 2006-02-05  Kim F. Storm  <storm@cua.dk>
5115         * files.el (magic-mode-regexp-match-limit): New defvar.
5116         (set-auto-mode): Use it to limit magic-mode-alist matching.
5118 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
5120         * simple.el (display-message-or-buffer): Compare the number of
5121         characters to the frame width when determining whether a 1-line
5122         message string will fit in the echo area.  Count screen lines
5123         instead of buffer lines when determining whether a multi-line
5124         message will fit in the echo area/minibuffer window.
5126 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
5128         * info.el (Info-index, Info-mode): Improve the description of the
5129         `i' command.
5131         * ldefs-boot.el: Regenerate.
5133 2006-02-03  Werner Lemberg  <wl@gnu.org>
5135         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5136         greedy to find the closing bracket in \*[...] and similar
5137         expressions.  This is a first rough fix -- many additional
5138         refinements are necessary to make nroff mode really usable with groff.
5140 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
5142         * international/mule-cmds.el (set-locale-environment):
5143         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5144         libX11.
5146 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
5148         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5149         archive are created in archive-tmpdir.
5151 2006-02-02  John Paul Wallington  <jpw@pobox.com>
5153         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5154         (ibuffer-fontification-alist): Use it.
5155         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5156         to "* z" and the Ibuffer Mark menu.
5158         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5160 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5162         * textmodes/table.el (*table--cell-describe-mode)
5163         (*table--cell-describe-bindings): Undo last change since
5164         print-help-return-message is not obsoleted by anything at all.
5166 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
5168         * emulation/cua-base.el (cua-mode): Doc fix.
5170 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
5172         * dframe.el (dframe-handle-make-frame-visible)
5173         (dframe-handle-iconify-frame, dframe-get-focus)
5174         (dframe-select-attached-frame, dframe-power-click)
5175         (dframe-frame-mode): Fix typos in docstrings.
5177         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5178         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5179         Fix typos in docstrings.
5181         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5182         (hi-lock-face-buffer, hi-lock-font-lock-hook)
5183         (hi-lock-archaic-interface-message-used)
5184         (hi-lock-file-patterns-range): Fix typos in docstrings.
5186         * savehist.el (savehist-loaded, savehist-load, savehist-install)
5187         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5189         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5190         Fix typo in docstring.
5192         * net/newsticker.el (newsticker--decode-iso8601-date)
5193         (newsticker--set-customvar, newsticker--buffer-insert-item)
5194         (newsticker--do-run-auto-mark-filter)
5195         (newsticker--parse-generic-feed): Doc fixes.
5196         (newsticker--retrieval-timer-list, newsticker-url-list)
5197         (newsticker-hide-immortal-items-in-echo-area)
5198         (newsticker-hide-obsolete-items-in-echo-area)
5199         (newsticker-new-item-face, newsticker--enclosure)
5200         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5201         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5202         (newsticker--parse-generic-feed, newsticker--cache-contains)
5203         (newsticker--stat-num-items, newsticker-download-enclosures):
5204         Fix typos in docstrings.
5206         * net/rcirc.el (rcirc-debug): Doc fix.
5207         (rcirc-fill-column, rcirc-receive-message-hooks)
5208         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5209         (rcirc-mode, rcirc-generate-new-buffer-name)
5210         (rcirc-startup-channels, rcirc-ignore-update-automatic)
5211         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5212         Fix typos in docstrings.
5213         (rcirc-print): "?\ " -> "?\s".
5214         (rcirc-cmd-join): Improve argument/docstring consistency.
5216 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
5218         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5219         before narrow-to-region.
5221 2006-02-01  Richard M. Stallman  <rms@gnu.org>
5223         * simple.el (move-beginning-of-line): Scan properly for invis change.
5225         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5227 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
5229         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5230         change bit only when id-format is 'integer.  Reported by Matt
5231         Hodges <M.P.Hodges@rl.ac.uk>.
5233 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
5235         * hilit-chg.el (highlight-changes-initial-state)
5236         (highlight-changes-global-initial-state): Doc fixes.
5237         (highlight-changes-global-modes, global-highlight-changes):
5238         Fix typos in docstrings.
5240 2006-02-01  Kim F. Storm  <storm@cua.dk>
5242         * emulation/cua-base.el (cua-mode): Mention that CUA enables
5243         transient-mark-mode in doc string.
5245 2006-01-31  Richard M. Stallman  <rms@gnu.org>
5247         * replace.el (multi-occur): Doc fix.
5248         (multi-occur-in-matching-buffers): Rename from
5249         multi-occur-by-filename-regexp.  Prefix arg says match
5250         buffer names instead of file names.
5252 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
5254         * bs.el: Allow non-default values of `bs-header-lines-length'.
5255         (bs--running-in-xemacs): Remove (not needed anymore).
5256         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5257         instead of `shrink-window', thus avoiding having to compute the
5258         height of the window.
5259         (bs--up): Wrap around even when there's no header.
5260         (bs--down): Use `forward-line' instead of `next-line'.
5262 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
5264         * image-mode.el (image-toggle-display): Use file name if possible,
5265         instead of unnecessarily allocating a (possibly huge) lisp string.
5267 2006-01-30  John Paul Wallington  <jpw@pobox.com>
5269         * subr.el (toplevel): Define `cl-assertion-failed' condition here
5270         because the `assert' macro signals it at runtime.
5272         * emacs-lisp/cl.el (toplevel): Remove definition of
5273         `cl-assertion-failed' condition.
5275 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
5277         * thumbs.el (thumbs-marked-list): Make buffer-local and
5278         permanent-local.
5279         (thumbs-insert-thumb): Make help-echo non-sticky.
5280         (thumbs-file-alist): Use eolp as check for (non)-image.
5282 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
5284         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5285         (ediff-before-session-group-setup-hooks)
5286         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5287         Fix typos in docstrings.
5289         * window.el (bw-dir, bw-eqdir, balance-windows)
5290         (split-window-keep-point): Fix typos in docstrings.
5292         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5293         (org-quote-string, org-calendar-to-agenda-key)
5294         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5295         (org-show-following-heading, org-tags-column)
5296         (org-use-tag-inheritance, org, org-allow-space-in-links)
5297         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5298         (org-enable-table-editor, org-calc-default-modes)
5299         (org-table-allow-automatic-line-recalculation)
5300         (org-export-html-style, org-export-with-fixed-width)
5301         (org-export-with-sub-superscripts, org-special-keyword)
5302         (org-formula, org-time-grid, org-table-may-need-update)
5303         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5304         (org-goto-quit, org-get-indentation, org-end-of-item)
5305         (org-move-item-down, org-move-item-up)
5306         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5307         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5308         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5309         (org-agenda-log-mode, org-agenda-toggle-diary)
5310         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5311         (org-agenda-file-to-end, org-agenda-no-heading-message)
5312         (org-agenda-get-closed, org-format-agenda-item)
5313         (org-cmp-priority, org-cmp-category, org-cmp-time)
5314         (org-agenda-change-all-lines, org-agenda-diary-entry)
5315         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5316         (org-link-search, org-camel-to-words, org-open-file)
5317         (org-remember-handler, org-table-convert-region)
5318         (org-table-move-row-down, org-table-move-row-up)
5319         (org-table-copy-region, org-table-wrap-region)
5320         (org-table-toggle-vline-visibility)
5321         (org-table-get-vertical-vector, org-table-modify-formulas)
5322         (org-table-get-specials, org-recalc-commands)
5323         (org-table-rotate-recalc-marks, org-table-eval-formula)
5324         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5325         (org-level-color-stars-only, org-insert-heading):
5326         Fix typos in docstrings.
5327         (last-arg): Add defvar.
5329         * makefile.w32-in (WINS): Add erc.
5330         (MH_E_SRC): Update (copied from lisp/Makefile.in).
5332 2006-01-29  Bill Wohler  <wohler@newt.com>
5334         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5335         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5336         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
5337         (mh-autoloads): Don't use comments on otherwise empty lines.
5339 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
5341         * emulation/viper.el (viper-major-mode-modifier-list): Add
5342         insert-state and vi-state entries for erc-mode.
5343         (viper-go-away, viper-set-hooks): Add and remove
5344         viper-comint-mode-hook from erc-mode-hook as appropriate.
5346         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5348 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
5350         * bs.el (bs--format-aux): Implement `middle' alignment as
5351         described in the docstring for `bs-attributes-list'.
5352         (bs--get-name): Simplify.  Don't pad the buffer name.
5354 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
5356         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5357         English aspell dictionary is installed, use the first entry of
5358         ispell-dictionary-alist-1.
5360 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
5362         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5363         Doc fix.
5365 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
5367         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5368         for `process-file', in order to let it work for older Emacsen too.
5370 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
5372         * international/latexenc.el: Add a suitable `coding:' tag.
5373         (latexenc-find-file-coding-system): Undo last change.
5375 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5377         * international/latexenc.el (latexenc-find-file-coding-system):
5378         Make sure latexenc-main-file is a regular file and is readable.
5380 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
5382         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5383         Pass FILE to vc-user-login-name.
5385         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5387 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
5389         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5390         there are no more images to display.
5391         (thumbs-mark, thumbs-unmark): Revert change so that they move to
5392         the next image.
5394 2006-01-26  Richard M. Stallman  <rms@gnu.org>
5396         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5398         * wid-edit.el (advertised-widget-backward): New alias.
5399         (widget-keymap): Use advertised-widget-backward for S-TAB.
5401         * tumme.el: Correct the keywords.
5402         (tumme-dir-max-size): Use defvar.
5403         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5405         * simple.el (move-beginning-of-line): Take account of fields.
5406         (clone-indirect-buffer-other-window): Take args like
5407         clone-indirect-buffer, and work like it.
5409         * help-fns.el (describe-function): Don't pass `nil' as default.
5411         * files.el (risky-local-variable-p): Follow var aliases.
5413         * subr.el (lazy-completion-table): Doc fix.
5415         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5416         global binding of `line'.
5418 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
5420         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5421         Tramp.
5423         * vc.el (vc-default-dired-state-info): Pass FILE to
5424         vc-user-login-name.
5425         (vc-default-update-changelog): Don't use vc-user-login-name, we
5426         don't need it here.
5428         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5429         no longer necessary.
5431 2006-01-25  Kenichi Handa  <handa@m17n.org>
5433         * international/mule.el (decode-char): Avoid the overhead of
5434         calling utf-lookup-subst-table-for-decode if
5435         utf-translate-cjk-mode is nil.
5436         (encode-char): Avoid the overhead of calling
5437         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5438         nil.
5440 2006-01-22  Kenichi Handa  <handa@m17n.org>
5442         * international/mule.el (make-subsidiary-coding-system): Reset
5443         `coding-system-define-form' property of subsidiaries to nil.
5444         Avoid duplicated entry in coding-system-alist.
5445         (make-coding-system): Avoid duplicated entry in
5446         coding-system-alist.
5447         (define-coding-system-alias): Likewise.
5449 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
5451         * completion.el: Minor fixes in introductory comment.
5452         (completion-def-wrapper): Fix alist.
5454 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
5456         * thumbs.el (thumbs-new-image-size): New function.
5457         (thumbs-increment-image-size-element)
5458         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5459         (thumbs-decrement-image-size): Delete.
5460         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
5461         temp files and use to resize.
5462         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5463         Use increment argument to enlarge/shrink.  Preserve point.
5464         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5465         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5466         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5467         (thumbs-mark, thumbs-unmark): Preserve point.
5468         (thumbs-modify-image): Keep old temp files and use to modify.
5469         Cleanup old temp files at load time.  Preserve point.
5470         (thumbs-view-image-mode-map): Use new command names.
5472 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5474         * log-view.el (log-view-minor-wrap): First rev is the one at point.
5476         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5477         the nastiest part of the cyclic dependency.
5478         (cal-menu-update): Use dotimes and calendar-increment-month.
5480         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5481         (calendar-week-start-day): Add an :initializer.
5482         (calendar-mode-map): Use suppress-keymap, and command remapping.
5483         (describe-calendar-mode): Setup xref-stack info for the back button.
5484         (calendar-star-date): Insert before delete.
5485         (calendar-set-mode-line): Add file-modified info if applicable.
5486         (calendar-increment-month): New function.
5488 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
5490         * font-lock.el (lisp-font-lock-keywords-2):
5491         Recognize "& keywords" only at word boundaries.
5493 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
5495         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
5496         and permanent-local.
5497         (thumbs-max-image-number): New variable.
5498         (thumbs-do-thumbs-insertion): Use them.
5499         (thumbs-per-line): Change default to 4.
5500         (thumbs-marked-list): Rename from thumbs-markedL.
5501         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5502         (thumbs-rename-images): Use -list instead of L for internal variables.
5503         (thumbs-call-convert): Use call-process instead of shell-command.
5504         (thumbs-insert-thumb): Add filename as help-echo to each image.
5505         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5506         Give dir to thumbs-show-thumbs-list.
5507         (thumbs-show-thumbs-list): Set default-directory to that of images.
5508         (thumbs-dired-show): Rename from thumbs-dired-show-all.
5509         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5510         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5511         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5513 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5515         * ses.el (ses-read-cell): Provide a default value.
5517 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
5519         * term/w32-win.el (image-library-alist): Add additional names for
5520         GIF library.
5522 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5524         * international/latexenc.el (latexenc-find-file-coding-system):
5525         Add file-regular-p check.
5527 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5529         * simple.el (clone-buffer): Don't show the new buffer in the same
5530         window.
5532 2006-01-23  Juri Linkov  <juri@jurta.org>
5534         * faces.el (link, link-visited): New faces based on default values
5535         of `info-xref' and `info-xref-visited'.
5537         * info.el (info-xref): Inherit from `link'.
5538         (info-xref-visited): Inherit from `link-visited'.
5540         * cus-edit.el (custom-buffer-create-internal): Use widget type
5541         `custom-manual' instead of `info-link' and don't set properties
5542         `button-face' and `mouse-face' explicitly.
5543         (custom-browse-group-tag, custom-browse-variable-tag)
5544         (custom-browse-face-tag): Inherit from widget class
5545         `custom-group-link' instead of `push-button'.
5546         (custom-button-unraised): Inherit from `underline' face.
5547         (custom-link): Inherit from `link' face.  Fix doc and group.
5548         (custom-add-parent-links, custom-group-value-create): Don't set
5549         properties `button-face' and `mouse-face' explicitly for
5550         `custom-group-link' widget.
5551         (custom-group-link): Add properties `button-face' and `mouse-face'
5552         to widget definition.
5553         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
5554         editable-field's :keymap property.
5555         (custom-mode): Fix docstring: substitute keybindings for
5556         `widget-forward' and `widget-backward' from `widget-keymap',
5557         `widget-complete' from `custom-field-keymap', replace old
5558         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
5560         * desktop.el (desktop-load-file): Check for `fboundp' before
5561         calling `symbol-function'.
5563         * simple.el (clone-buffer, clone-indirect-buffer)
5564         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5565         `read-string'.  Fix prompts.
5567         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5569 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
5571         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5573 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
5575         * startup.el (inhibit-splash-screen, initial-scratch-message):
5576         Doc fixes.
5578 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
5580         Sync with Tramp 2.0.52.
5582         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5583         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
5584         `tramp-unload-tramp' for checklist.
5586         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5587         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
5588         (tramp-unload-file-name-handler-alist)
5589         (tramp-unload-tramp): New defuns.
5590         (tramp-advice-PC-expand-many-files): New defadvice.
5591         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5592         removed.
5593         (tramp-handle-expand-file-name): Remove double slash.
5594         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5595         It doesn't matter, because it will be converted later on.
5596         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
5597         implementation was just heuristic.
5598         (tramp-post-connection): Set uid and gid properties.
5599         (tramp-convert-file-attributes): Set file's gid change bit.
5600         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5601         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5602         in case of su(do)? methods.  The home directory of the local user
5603         will be taken else.
5604         (tramp-open-connection-telnet)
5605         (tramp-open-connection-rsh, tramp-open-connection-su)
5606         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
5607         local shell prompt could hurt.  Reported by Romain Francoise
5608         <romain@orebokech.com>.
5609         (tramp-let-maybe): Add `edebug-form-spec' property.
5610         (tramp-handle-expand-file-name): Bind `default-directory' locally
5611         to "/" in order to avoid problems with UNC shares or Cygwin
5612         mounts.
5613         (tramp-md5-function): Fix typo in error message.
5615         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5617         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5618         for byte-compiler pacification.
5620 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
5622         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5623         ID-FORMAT `string'.  This allows us to get rid of
5624         `vc-user-login-name UID'.
5626         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5628 2006-01-22  John Paul Wallington  <jpw@pobox.com>
5630         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5632 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
5634         * emacs-lisp/find-func.el (find-definition-noselect)
5635         (find-variable-noselect): Search variables in C source code too.
5636         (find-function-C-source, find-function-noselect, find-function)
5637         (find-function-other-frame, find-variable-noselect, find-variable)
5638         (find-variable-other-frame, find-variable-at-point):
5639         Fix docstrings.
5641 2006-01-21  Francesco Potorti`  <pot@gnu.org>
5643         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5645 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
5647         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5648         Default to disabling the "Save affix" question.
5650 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
5652         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5653         the first arg to run-python.
5655 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
5657         * startup.el (command-line-1): Handle --no-desktop if desktop.el
5658         is not loaded.
5660 2006-01-20  Jay Belanger  <belanger@truman.edu>
5662         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5663         limit is 0.
5665         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5666         the correct variable.
5668 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
5670         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5671         link.  Fixed buggy argument sequence in call to `org-view-tags'.
5672         (org-compile-prefix-format): Set `org-prefix-has-tag'.
5673         (org-prefix-has-tag): New variable.
5674         (org-format-agenda-item): Remove tags from headline if
5675         appropriate.
5676         (org-agenda-remove-tags-when-in-prefix): New option.
5677         (org-get-tags-at): New function.
5679 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
5681         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
5682         (thumbs-find-image): Move image name and number from buffer name
5683         to mode name.  Set thumbs-buffer.  Preserve point so that large
5684         images remain visible.
5685         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5686         order.
5687         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
5688         mode name.
5689         (thumbs-next-image, thumbs-previous-image): Make them work.
5691 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
5693         * cus-edit.el (custom-buffer-create-internal): State in the text above
5694         the whole buffer buttons that they do not operate on hidden items.
5695         (custom-face-menu): Use `custom-face-save' instead of
5696         `custom-face-save-command'.
5697         (custom-face-save-command): Make it an alias for `custom-face-save'
5698         and declare it obsolete.
5699         (custom-face-save): Doc fix.
5701         * dired.el (dired-no-confirm): Add quote.
5702         (dired-subdir-alist-pre-R): Add quote in
5703         `make-variable-buffer-local' form and remove unbalanced parenthesis.
5705 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5707         * textmodes/table.el (table-mode-indicator): Typo in last change.
5709 2006-01-19  Richard M. Stallman  <rms@gnu.org>
5711         * outline.el (hide-leaves): Don't call outline-end-of-heading.
5712         Fixes bug reported in Nov 2005.
5714         * isearch.el (isearch-forward): Doc fix.
5716         * dired.el (dired-move-to-filename-regexp): Define as alias.
5717         (dired-no-confirm): Use defcustom.
5718         (dired-subdir-alist-pre-R): Put defvar at top level.
5720         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5722         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5723         Mark as risky.
5725         * simple.el (set-mark-command): Doc fix.
5726         (clone-indirect-buffer-other-window):
5727         Read arg like clone-indirect-buffer.
5728         (move-beginning-of-line): Skip invisible newlines.
5730 2006-01-19  Masatake YAMATO  <jet@gyve.org>
5732         * progmodes/cpp.el (cpp-edit-load): Make the order of
5733         listed conditions in a base C code buffer and its associate
5734         CPP Edit buffer the same.
5736 2006-01-19  Kenichi Handa  <handa@m17n.org>
5738         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5739         (rmail-mime-feature): Likewise.
5740         (rmail-require-mime-maybe): Use display-warning to show a warning
5741         message.
5743         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5744         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5746 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5748         * array.el: Move defvars out of eval-when-compile.
5749         (array-make-template): Replace undeclared global var with a local one.
5750         (array-mode): Inline initialization functions.
5751         (array-init-local-variables, array-init-max-row)
5752         (array-init-max-column, array-init-columns-per-line)
5753         (array-init-field-width, array-init-rows-numbered)
5754         (array-init-line-length, array-init-lines-per-row): Remove.
5756         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
5757         (doc-mode-map): Define explicitly.
5758         (doctor-txtype): Use mapc.
5760         * textmodes/table.el: Move defvars out of eval-when-compile.
5761         Remove harmful code meant to avoid byte-compiler warnings.
5762         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
5763         specification that checks table-fixed-width-mode directly.
5764         (table-recognize-region, table-recognize-cell):
5765         Use restore-buffer-modified-p.
5766         (table-fixed-width-mode): Remove code that refreshes
5767         table-fixed-mode-indicator.
5768         (*table--cell-describe-bindings, *table--cell-describe-mode):
5769         Avoid obsolete name print-help-return-message.
5770         (table--test-cell-list): Don't use replace-regexp from elisp.
5771         (table--point-entered-cell-function, table--point-left-cell-function):
5772         Don't set table-fixed-mode-indicator, use force-mode-line-update.
5774         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
5775         that was after the end of file.  Use buffer-file-name variable.
5776         (org-timestamp-change): Use with-current-buffer.
5777         (org-todo-list): Don't unnecessarily define a new buffer-local var.
5778         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
5779         `file'.
5781         * progmodes/fortran.el: Move defvars out of eval-when-compile.
5782         (fortran-break-line): Remove unused var `opoint'.
5783         (fortran-abbrev-start): Obey help-event-list.
5785 2006-01-18  Jesper Harder  <harder@phys.au.dk>
5787         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
5789 2006-01-18  Masatake YAMATO  <jet@gyve.org>
5791         * progmodes/make-mode.el (makefile-imake-mode): New mode
5792         derived from makefile-mode.
5793         (makefile-imake-mode-syntax-table): New syntax table
5794         derived from makefile-mode-syntax-table.
5795         (makefile-mode): Write about makefile-imake-mode in doc string.
5796         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
5797         (makefile-imake-font-lock-keywords): New font lock keywords.
5799         * files.el (auto-mode-alist): Add Imakefile.
5801 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
5803         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
5804         loading the file rather than when turning on flyspell-mode.
5806 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
5808         * cus-edit.el (customize-rogue): Minor doc fix.
5810 2006-01-17  Juri Linkov  <juri@jurta.org>
5812         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
5813         instead of the file at the mark as default if the file at the mark
5814         is the same as the file at point or if dired-dwim-target-directory
5815         is not the same as the current directory and the mark is not active.
5817         * log-view.el (log-view-minor-wrap): Use the same logic to get
5818         revisions as `log-view-diff'.
5820         * info.el (Info-revert-find-node): Check for Info-current-file
5821         before preserving new-history.
5823         * man.el (Man-heading-regexp): Add `/'.
5825         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
5826         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
5828 2006-01-16  Juri Linkov  <juri@jurta.org>
5830         * faces.el (mode-line-faces): New defgroup.
5831         (mode-line-highlight): Move definition after new defgroup.
5832         (mode-line, mode-line-inactive, mode-line-highlight):
5833         Replace :group `modeline' with `mode-line-faces'.
5834         (mode-line-buffer-id): New face.
5835         (modeline-buffer-id): New face alias.
5836         (vertical-border): Remove :group `modeline'.
5838         * bindings.el (propertized-buffer-identification): Use face
5839         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
5840         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
5841         (mode-line-buffer-identification-keymap): For mouse-1 replace
5842         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
5843         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
5844         mouse-3.
5846         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
5847         Buffer-menu-buffer.  Doc fix.
5848         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
5849         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
5850         `Buffer-menu-buffer'.
5852         * info.el (Info-mode-line-node-keymap): New defvar.
5853         (Info-set-mode-line): Use `stringp' to check Info-current-file.
5854         Propertize Info-current-node with `mode-line-buffer-id' and
5855         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
5857         * time.el (display-time-mail-face): Replace :group `faces' with
5858         `mode-line-faces'.
5860 2006-01-16  Kenichi Handa  <handa@m17n.org>
5862         * international/code-pages.el: Add autoload cookies for cp125[0345678].
5864         * language/european.el (cp1252): New alias for windows-1252.
5866         * international/mule.el (autoload-coding-system): Prepare for EOL
5867         variants.
5869 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
5871         * term.el (term-raw-map): Add mapping for insert.
5872         (term-send-insert): New.
5873         (term-mode): Make variables local here instead of doing it in
5874         `term-emulate-terminal'.
5875         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
5876         Scroll reverse needs to take into account the scroll region.
5877         Saving and restoring the cursor should save the color attributes too.
5878         (term-reset-terminal): Reset the scroll region.
5879         (term-handle-ansi-escape): Cursor up and down should take into
5880         account the scroll region.
5881         (term-set-scroll-region): Rename from `term-scroll-region'.
5882         Move to 0,0 after setting the region.
5883         (term-handle-scroll): Handle scroll up.
5884         (term-down): Fix off by one error.
5885         (term-delete-lines): Do not delete outside the scroll region.
5886         (term-insert-lines): Take into account the scroll region.
5888 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5890         * textmodes/ispell.el (ispell-internal-change-dictionary)
5891         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
5892         (start, end): Move declaration outside of eval-when-compile.
5894         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
5895         (flyspell-mode-on): Use it.
5897         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
5898         ispell-kill-ispell-hook.
5900 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
5902         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
5903         (Custom-reset-saved): Do not ask for confirmation in single option
5904         buffers.
5906 2006-01-13  Richard M. Stallman  <rms@gnu.org>
5908         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
5910 2006-01-13  Romain Francoise  <romain@orebokech.com>
5912         * add-log.el (add-change-log-entry, change-log-merge):
5913         Conditionally use `hard-newline'.
5915 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
5917         * wid-edit.el (widget-field-end): If the overlay is no longer
5918         associated with a buffer, behave as if the overlay didn't exist.
5920         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
5921         Make sure the links use the `custom-link' face.
5923 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5925         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
5926         (ld-script-mode): Don't set indent-line-function since we don't
5927         have one.
5929 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
5931         * textmodes/org.el (org-open-file): Use mailcap for selecting an
5932         application.
5933         (org-file-apps-defaults-gnu): Use mailcap as the default for
5934         selecting an application on a UNIX system.
5935         (org-agenda-show-tags): New command.
5936         (org-table-insert-hline): Keep cursor in current table line.
5937         (org-table-convert): Offset effect of modifying
5938         `org-table-insert-hline'.
5939         (org-format-agenda-item): New optional argument TAG.
5940         (org-compile-prefix-format): Handle %T format for the tag.
5941         (org-expand-wide-chars): New function.
5942         (org-table-insert-row, org-table-insert-hline):
5943         Use `org-expand-wide-chars'.
5944         (org-open-file): Fix bug in program launch.
5945         (org-get-time-of-day): Fix bug with times before 1am.
5946         (org-agenda-menu): Add tags commands.
5948 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
5950         * textmodes/ispell.el (ispell-init-process): Include the used
5951         dictionary in ispell process start message.
5952         (ispell-internal-change-dictionary): When flyspell-mode is active
5953         and dictionary is changed, make sure ispell process is restarted
5954         and flyspell word cache cleared out for the current buffer.
5955         (ispell-change-dictionary): Make sure flyspell word cache is
5956         cleared out in all buffers with active flyspell mode when
5957         dictionary is globally changed.
5958         Call ispell-internal-change-dictionary after dictionary change.
5960 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
5962         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
5964         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
5965         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
5966         years.  Fix small differences wrt Makefile.in.
5967         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
5968         Makefile.in does.
5970 2006-01-12  Bill Wohler  <wohler@newt.com>
5972         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
5973         mh-search.el.
5975 2006-01-12  Masatake YAMATO  <jet@gyve.org>
5977         * progmodes/ld-script.el: Update copyright year.
5979 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
5981         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
5982         Don't add widget if setting undefined.
5984 2006-01-12  John Paul Wallington  <jpw@pobox.com>
5986         * help-fns.el (describe-variable): Remove newlines from void
5987         variable output.
5989 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
5991         * wdired.el (wdired-mode-map): Add help echo for
5992         wdired-abort-changes.
5994         * man.el (Man-file-name-regexp): Adjust for a list of files.
5996 2006-01-12  Masatake YAMATO  <jet@gyve.org>
5998         * progmodes/ld-script.el (auto-mode-alist): Support
5999         suffix conventions used in netbsd and eCos.
6001 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
6003         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6004         (custom-variable-menu, custom-face-menu, custom-group-menu)
6005         (Custom-mode-menu): Change names of menu items.  (As discussed on
6006         emacs-devel.)
6007         (custom-face-menu): Add "Undo Edits" item.
6009         * startup.el (init-file-user): defcustom -> defvar.
6011         * tooltip.el (tooltip-mode): Doc fix.
6013 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6015         * reveal.el (reveal-post-command): window-buffer signals an error on
6016         dead windows rather than returning nil.
6017         (reveal-open-new-overlays): An overlay might die while we open others.
6019 2006-01-11  Bill Wohler  <wohler@newt.com>
6021         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6022         phrasing in docstring.
6024         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6025         can give some systems gas.  Add new file mh-buffers.el.
6027 2006-01-06  Masatake YAMATO  <jet@gyve.org>
6029         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6030         C preprocessor forward ported from GNU Emacs 21.2.
6032         * progmodes/asm-mode.el (asm-font-lock-keywords):
6033         Use `cpp-font-lock-keywords'.
6035         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6037         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6038         of $ for "\\.ld[s]?".
6040 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6042         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6043         (tcl-indent-line): Return `noindent' if inside a string.
6045         * progmodes/flymake.el (flymake-split-string): Remove more than one
6046         empty string at beg/end of the result.
6047         (flymake-find-buildfile, flymake-find-possible-master-files):
6048         Use expand-file-name.
6049         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6050         since expand-file-name does it for us.  Use directory-file-name.
6051         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6052         (flymake-ler-get-type, flymake-ler-get-text)
6053         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
6054         (flymake-current-line-no): Remove spurious interactive spec.
6055         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6056         (flymake-check-include): Remove arg inc-path merged into inc-name.
6057         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6058         Arg regexp-list replaced by a simple regexp.
6059         (flymake-master-make-header-init, flymake-master-tex-init):
6060         Correspondingly replace regexp-list with a regexp.  Fix regexp.
6062 2006-01-10  Simon Josefsson  <jas@extundo.com>
6064         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6065         describing AUTH PLAIN fix.
6067 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
6069         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6070         (report-emacs-bug): Don't record initial prompt text.
6071         Instead, add text properties to prompting text.
6072         (report-emacs-bug-hook): Delete prompting text.
6074 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6076         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6077         `dirs'.  Adjust callers.
6079 2006-01-09  John Paul Wallington  <jpw@gnu.org>
6081         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6083 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6085         * reveal.el (reveal-open-new-overlays): New extracted fun.
6086         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
6087         using them.  Simplify the code.
6088         (reveal-post-command): Use them.  Fix up obsolete windows in
6089         reveal-open-spots.
6091         * progmodes/flymake.el: Use `require' rather than autoload for
6092         XEmacs's overlays.
6093         (flymake-get-common-file-prefix, flymake-build-relative-filename):
6094         Delete.  Use file-relative-name instead.
6095         (flymake-get-syntax-check-program-args, flymake-perl-init):
6096         Simplify the resulting code.
6098         * log-view.el (log-view-file-re, log-view-message-re): Add support
6099         for DaRCS output.
6101 2006-01-09  Alex Schroeder  <alex@gnu.org>
6103         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6104         identifiers sometimes added in square brackets at the beginning of
6105         subject lines.
6107 2006-01-07  Richard M. Stallman  <rms@gnu.org>
6109         * cus-edit.el (Custom-set, Custom-save): Doc fix.
6110         (Custom-reset-current, Custom-reset-saved): Change question text.
6111         (Custom-reset-standard): Likewise.
6112         (custom-variable-reset-saved): Doc fix.
6114 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
6116         * startup.el (init-file-user): Doc fix.
6118 2006-01-07  Alex Schroeder  <alex@gnu.org>
6120         * mail/rmail.el (rmail-current-subject): New function.
6121         (rmail-current-subject-regexp): New function.
6122         (rmail-next-same-subject): Use it.
6124         * mail/rmailsum.el (rmail-summary-by-topic):
6125         Use rmail-current-subject and rmail-current-subject-regexp.
6126         (rmail-summary-next-same-subject): Ditto.
6128         * net/rcirc.el (rcirc-send-input): No longer check whether the
6129         process is open, since not all commands need an open process.
6130         (rcirc-send-string): Check whether the process is open before
6131         sending anything.
6132         (rcirc-ignore-list): New option.
6133         (rcirc-ignore-list-automatic): New variable.
6134         (rcirc-print): Take rcirc-ignore-list into account.
6135         (rcirc-cmd-ignore): New command.
6136         (rcirc-ignore-update-automatic): New function.
6137         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6138         list if ignored nicks.
6139         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6141 2006-01-06  David Reitter  <david.reitter@gmail.com>
6143         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6144         reflect the address to which the report will be sent.
6146 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
6148         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6149         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6151 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
6153         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6155         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6156         the doc string: "functoin" => "function".
6157         * ldefs-boot.el: Likewise.
6159         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6160         message text: "Duplicat" => "Duplicate".
6162 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6164         * files.el (basic-save-buffer-2): If backing-up failed, reset
6165         buffer-backed-up to nil.
6167 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
6169         * progmodes/gud.el (gdb-script-skip-to-head)
6170         (gdb-script-calculate-indentation): Indent for breakpoint command
6171         lists also.
6173 2006-01-05  Bill Wohler  <wohler@newt.com>
6175         * Makefile.in (compile-always): Add mh-autoloads dependency.
6176         (bootstrap): Remove mh-autoloads dependency, as compile dependency
6177         provides it.
6178         (updates): Remove mh-autoloads dependency, since it probably has
6179         already run recently (via recompile).
6181 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6183         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6184         argument `force' to disable the flyspell-last-buffer optimization.
6185         (flyspell-mode-on): Use it.
6187         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6188         flymake-simple-cleanup.
6189         (flymake-allowed-file-name-masks): Use this new default.
6190         All the functions are now called in the right buffer rather than
6191         passing the buffer as argument.
6192         (flymake-process-sentinel): Switch to buffer before calling cleanup.
6193         (flymake-parse-err-lines): Remove redundant buffer arg.
6194         (flymake-get-program-dir): Comment out unused function.
6195         (flymake-start-syntax-check, flymake-start-syntax-check-process):
6196         Remove redundant buffer argument.
6197         (flymake-get-real-file-name, flymake-simple-java-cleanup)
6198         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6200 2006-01-05  Richard M. Stallman  <rms@gnu.org>
6202         * info.el (Info-find-node): Don't record previous node if have none.
6203         (info): Go to directory only if history is empty.
6205         * simple.el (mark): Doc fix.
6207 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6209         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6210         already of desired type.
6211         (mac-ae-list): Coerce parameter to "list" type.
6212         (mac-dispatch-apple-event): Replace cadr part of event with a
6213         dummy position so that event-start returns it.
6215 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
6217         * textmodes/org.el (org-end-of-subtree): New function.
6218         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6219         Use `org-end-of-subtree'.
6220         (org-agenda, org-agenda-convert-date): Protect calls to
6221         `fit-window-to-buffer'.
6222         (org-tags-view): Force matching of sublevels when doing a
6223         todo-only search.  Define the correct redo command, including the
6224         arguments.
6225         (org-agenda-redo): Display message.
6226         (org-check-for-org-mode): New function.
6227         (org-agenda-type): New variable.
6228         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6229         Set `org-agenda-type'.
6230         (org-agenda-check-type): New function.
6231         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6232         (org-agenda-week-view, org-agenda-day-view)
6233         (org-agenda-next-date-line, org-agenda-previous-date-line)
6234         (org-agenda-log-mode, org-agenda-toggle-diary)
6235         (org-agenda-toggle-time-grid, org-agenda-date-later)
6236         (org-agenda-date-prompt, org-agenda-diary-entry)
6237         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6238         (org-agenda-convert-date, org-agenda-menu):
6239         Use `org-agenda-check-type'.
6240         (org-make-overlay, org-delete-overlay)
6241         (org-detatch-overlay, org-move-overlay, org-overlay-put):
6242         New compatibility functions.
6243         (org-calendar-select-mouse): New command.
6245 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
6247         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6248         (Custom-reset-standard): Fix y-or-n-p messages.
6249         (custom-link): New face for links.
6250         (custom-buffer-create-internal, custom-manual): Use it.
6251         (custom-face-save): Push to theme-face before setting face spec.
6253         * wid-edit.el (widget-default-mouse-face-get): New function.
6254         (widget-specify-button): Handle mouse-face like button-face.
6256         * custom.el (load-theme): Clear old theme settings if reloading.
6258 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
6260         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6261         "Erase Customization" button back to same position it occupies in
6262         the individual State menus.
6264 2006-01-04  Kim F. Storm  <storm@cua.dk>
6266         * wid-edit.el (key-sequence): Rework widget to read key binding
6267         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
6268         (widget-key-sequence-default-value): Default value for empty sequence.
6269         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
6270         (widget-key-sequence-read-event): New command for C-q.
6271         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6272         (widget-key-sequence-value-to-external): New functions.
6274 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6276         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6277         Use expand-file-name.
6278         (flymake-delete-temp-directory): Use expand-file-name,
6279         file-name-directory, and directory-file-name.
6280         (flymake-strrchr): Delete.
6281         (flymake-start-syntax-check): Don't pass the redundant buffer argument
6282         to the init-f function.
6283         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6284         (flymake-init-find-buildfile-dir)
6285         (flymake-init-create-temp-source-and-master-buffer-copy)
6286         (flymake-simple-make-init-impl, flymake-simple-make-init)
6287         (flymake-master-make-init, flymake-master-make-header-init)
6288         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6289         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6290         (flymake-xml-init): Remove corresponding redundant buffer argument.
6291         (flymake-allowed-file-name-masks): Remove last elems that are equal to
6292         the default anyway.  Clean up regexps.
6294         * progmodes/flymake.el (flymake-temp-source-file-name)
6295         (flymake-master-file-name, flymake-temp-master-file-name)
6296         (flymake-base-dir): New buffer-local vars.
6297         (flymake-buffer-data, flymake-get-buffer-value)
6298         (flymake-set-buffer-value): Replace those hash-tables by the new
6299         buffer-local vars.  Update callers.
6301         * progmodes/flymake.el (flymake-check-start-time)
6302         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6303         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6304         Move definition, so we can remove redundant earlier declaration.
6305         (flymake-replace-regexp-in-string, flymake-split-string)
6306         (flymake-get-temp-dir): Use defalias.
6307         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
6308         (flymake-xemacs-window-edges): Remove unused function.
6309         (flymake-get-point-pixel-pos): Move.
6310         (flymake-pid-to-names, flymake-reg-names)
6311         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6312         Replace by a simple list flymake-processes and by process-buffer.
6313         Update callers.  Other than simplify the code, it uses buffers rather
6314         than buffer-names so it doesn't get confused by uniquify.
6315         (flymake-buffer-data): The global value should just be nil.
6317         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6318         Optimize the body of a defalias like any other code.
6320         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6321         Make sure we've setup font-lock's vars.  It may influence which
6322         function we then call.
6323         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6324         here since it's too late anyway.
6326 2006-01-03  Romain Francoise  <romain@orebokech.com>
6328         * startup.el (fancy-splash-tail, normal-splash-screen):
6329         Update copyright year.
6331 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
6333         * mouse.el (mouse-drag-track): Rename, from
6334         `mouse-drag-region-1'.  Includes optional argument required to
6335         enable post-drag event processing (e.g. delete region keys).
6336         Can be used without this argument to track a mouse region and operate
6337         on it as soon as the drag completes.
6338         (mouse-drag-region): Use `mouse-drag-track'.
6340 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
6342         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6343         Move to `custom-buffer' group.
6345         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6346         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6347         (custom-theme-insert-face-marker, custom-theme-variable-menu)
6348         (custom-theme-face-menu): New variables.
6349         (custom-theme-add-variable, custom-theme-variable-action)
6350         (custom-variable-reset-theme, custom-theme-delete-variable)
6351         (custom-face-reset-theme, custom-theme-face-action)
6352         (custom-theme-delete-face, custom-theme-merge-theme)
6353         (custom-theme-add-face, custom-theme-visit-theme): New functions.
6355 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
6357         * custom.el: Move Custom Themes commentary to start of theme code.
6358         (custom-known-themes): Rename `standard' theme to `changed'.
6359         (custom-push-theme): Caller no longer specifies what theme to use
6360         when doing `reset'---the setting is simply removed from the theme.
6361         Delete MODE from `theme-value' and `theme-settings' properties.
6362         (custom-declare-theme): Ignore &rest args since we don't use them.
6364         (custom-loaded-themes): Delete variable.
6365         (custom-theme-load-themes, custom-theme-loaded-p)
6366         (custom-theme-value): Delete functions.
6368         (custom-declare-theme): Signal error on invalid theme names.
6369         (provide-theme): custom-loaded-themes was deleted.
6370         (load-theme): Load the file unconditionally.
6371         (enable-theme): Call `load-theme' if theme is undefined.
6372         (custom-enabled-themes): Only update value for successful loads.
6373         (disable-theme): Complete from enabled themes when interactive.
6374         (custom-variable-theme-value): Calculate theme value directly.
6376         (custom-theme-reset-variables, custom-reset-variables): Mark as
6377         XEmacs compatibility functions.  We don't actually use these.
6379         * cus-edit.el (custom-variable-state-set):
6380         Use custom-variable-theme-value instead of custom-theme-value.
6381         (custom-face-state-set): Rename `standard' theme to `changed'.
6382         (custom-save-variables, custom-save-faces): Delete unneeded
6383         references to custom-reset-variables.
6384         (custom-save-resets): Delete function.
6385         (custom-save-variables, custom-save-faces): MODE argument deleted.
6386         (custom-save-variables, custom-save-faces): Ignore theme values.
6388         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6389         compatibility function.
6391 2006-01-01  Richard M. Stallman  <rms@gnu.org>
6393         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6394         (Custom-reset-current, Custom-reset-saved): Likewise.
6395         (Custom-reset-standard): Show message if aborted.
6396         (custom-mode): Doc fix, describing those commands.
6398         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6399         put on event-kind property.
6401 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
6403         * custom.el (provide-theme): Ban `user' theme name.
6404         (custom-enabling-themes): New variable.
6405         (enable-theme): Don't enable user if custom-enabling-themes is t.
6406         (custom-enabled-themes): Make it a defcustom.
6407         (custom-theme-recalc-face): No-op if face is undefined.
6409         * cus-edit.el (custom-button-mouse): New variable.
6410         (custom-button-mouse): New face.
6411         (custom-raised-buttons, custom-mode): Use it.
6413         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6415 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
6417         * progmodes/gud.el (gud-display-line): Support hl-line in the
6418         source buffer.
6420 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
6422         * mouse.el (mouse-drag-window-above): Verify that the found window
6423         overlaps with the given window in the horizontal dimension.
6425 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
6427         * Makefile.in (cvs-update): New target.
6429         * makefile.w32-in (cvs-update): Ditto.
6431 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
6433         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6434         (custom-new-theme-mode-map): New variable.
6436 2005-12-30  Richard M. Stallman  <rms@gnu.org>
6438         * custom.el (custom-load-themes): Function deleted.
6440         * cus-edit.el (custom-save-loaded-themes): Function deleted.
6441         (custom-save-variables): Don't delete or add custom-load-themes call.
6443 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6445         * cus-start.el: Add `visible-cursor'.
6447         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6448         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6449         (flymake-process-filter): Switch to buffer before calling it instead.
6450         (flymake-post-syntax-check, flymake-highlight-err-lines)
6451         (flymake-delete-own-overlays, flymake-parse-err-lines)
6452         (flymake-start-syntax-check, flymake-start-syntax-check-process)
6453         (flymake-count-lines, flymake-parse-residual):
6454         Remove constant buffer argument.
6455         (flymake-start-syntax-check-for-current-buffer): Remove.
6456         Update callers to use flymake-start-syntax-check instead.
6457         (flymake-display-err-menu-for-current-line):
6458         Remove unused var `mouse-pos'.
6459         (flymake-restore-formatting): Comment out unused function.
6460         (flymake-report-status, flymake-report-fatal-status): Remove buffer
6461         argument, use current-buffer instead.  Update callers.
6463 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6465         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6466         buffer-local because choose-completion-delete-max-match requires
6467         that we set completion-ignore-case (i.e., binding via let is not
6468         sufficient).
6469         (bibtex-complete): Always set completion-ignore-case and
6470         choose-completion-string-functions.  The latter is needed because
6471         choose-completion-string-functions keeps its value if we quit the
6472         *Completions* buffer without requesting a completion.
6474 2005-12-30  Andreas Schwab  <schwab@suse.de>
6476         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6478 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
6480         * jit-lock.el (jit-lock-chunk-size): Doc fix.
6482 2005-12-30  Juri Linkov  <juri@jurta.org>
6484         * locate.el (locate-fcodes-file, locate-header-face)
6485         * progmodes/delphi.el (delphi-other-face)
6486         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6488         * paren.el (show-paren-match, show-paren-mismatch): Use existing
6489         group `paren-showing-faces'.
6491         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6492         (goto-address): Fix docstring.
6494         * net/webjump.el (webjump-sample-sites): Update URLs.
6496         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6498         * subr.el (cancel-change-group): Add listp around pending-undo-list.
6500 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6502         * font-lock.el (font-lock-compile-keywords): Signal an error when
6503         font-lock-set-defaults hasn't been called.
6505 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6507         * subr.el (noreturn, 1value): Doc fixes.
6509 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6511         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6512         that assoc-string returns nil.
6514 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6516         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6517         (bibtex-entry-type-str, bibtex-empty-field-re)
6518         (bibtex-search-backward-string, bibtex-preamble-prefix)
6519         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6520         (bibtex-any-valid-entry-type): New variable.
6521         (bibtex-parse-field-name): Simplify.
6522         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6523         (bibtex-preamble-prefix): Include left delimiter.
6524         (bibtex-search-forward-field, bibtex-search-backward-field):
6525         Allow unbounded search past entry boundaries (required by bibtex-pop).
6526         (bibtex-text-in-field-bounds): Use push.
6527         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6528         (bibtex-parse-preamble, bibtex-valid-entry)
6529         (bibtex-beginning-first-field): New functions.
6530         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
6531         (bibtex-map-entries): Fix docstring.
6532         (bibtex-flash-head): New arg prompt.  Simplify.
6533         (bibtex-enclosing-field): Include code of bibtex-inside-field.
6534         (bibtex-insert-kill): Simplify.  Always insert text past the
6535         current field or entry.
6536         (bibtex-format-entry): Use bibtex-parse-field.
6537         (bibtex-pop): Use bibtex-beginning-of-entry and
6538         bibtex-end-of-entry to initiate the search.  Insert empty field if
6539         we found ourselves.
6540         (bibtex-print-help-message): New args field and comma.
6541         Handle entry keys.
6542         (bibtex-make-field): Use bibtex-beginning-of-entry.
6543         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
6544         invalid entry.
6545         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6546         Handle preambles.  Simplify code for thorough test.
6547         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6548         New arg comma.  Handle entry heads.
6549         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6550         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6551         New arg comma.
6552         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6553         (bibtex-fill-field): Simplify.
6554         (bibtex-fill-entry): Use bibtex-beginning-first-field and
6555         bibtex-parse-field.
6556         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6557         (bibtex-complete): Use bibtex-parse-preamble.
6559 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
6561         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6562         Display name of expression instead of convenience variable.
6563         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6565         * progmodes/gud.el (gud-tooltip-dereference): Rename from
6566         toggle-gud-tooltip-dereference.
6567         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6568         (gud-tooltip-tips): ...here when dereferencing.
6570 2005-12-28  Bill Wohler  <wohler@newt.com>
6572         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6574 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6576         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6577         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
6578         (vc-annotate-display-autoscale): Adjust call.
6579         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
6580         Fix interactive spec.
6581         (vc-annotate-time-span): Remove.
6582         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6583         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6584         (vc-annotate-display-select): Use new name.
6586         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6587         (vc-annotate-mode-menu): Remove left-over redundant declaration.
6588         Correct the construction of span entries.  Simplify.
6589         (vc-annotate-display-select): Fix the nil case.
6590         (vc-annotate): Remove obsolete (and now broken) code.
6591         (vc-annotate-extract-revision-at-line): Remove obsolete code.
6592         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
6594 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6596         * subr.el (lazy-completion-table): Correct typo in docstring.
6598         * startup.el (command-line): Use `custom-reevaluate-setting' for
6599         `send-mail-function'.
6601         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6603 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
6605         * mail/smtpmail.el (smtpmail-try-auth-methods):
6606         Send credentials together with "AUTH PLAIN" command.
6608 2005-12-27  Richard M. Stallman  <rms@gnu.org>
6610         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6611         mouse-2, go back to previously selected window, so it's selected
6612         when mouse-2 command runs.
6614 2005-12-27  Juri Linkov  <juri@jurta.org>
6616         * descr-text.el (describe-text-sexp): Use square brackets for
6617         button [Show] to distinguish it from the property value `show'.
6618         (describe-property-list): Use `insert-text-button' with
6619         `help-face' type instead of putting face in quotes, because button
6620         is not created automatically for a list of faces.
6621         (describe-text-properties-1): Put button-type value in quotes to
6622         distinguish from plain text "button".
6623         (describe-char): Display code point values in hex.  Don't use
6624         `symbol-name' for `current-input-method' because it is a string.
6625         Use `insert-text-button' with `help-face' type instead of putting
6626         hardcoded face in quotes, because button is not created automatically.
6628 2005-12-27  Richard M. Stallman  <rms@gnu.org>
6630         * progmodes/glasses.el (glasses-face): More specific custom type.
6632         * files.el (set-visited-file-name): Doc fix.
6634         * textmodes/flyspell.el (flyspell-external-point-words):
6635         Use local var buffer-scan-pos to advance scan for next misspelling.
6636         Advance it only after we find the misspelling.
6638 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
6640         * textmodes/flyspell.el (flyspell-external-point-words):
6641         New criteria for finding the misspelling in the buffer.
6643 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
6645         * help-mode.el (help-insert-string): Set help-xref-stack-item
6646         rather than call help-setup-xref.
6648         * descr-text.el (describe-char): Revert previous changes for
6649         optional buffer argument.
6651 2005-12-27  Juri Linkov  <juri@jurta.org>
6653         * help-mode.el (help-insert-string): New function.  Save buffer
6654         contents in cases where it is impossible to recompute the old contents.
6656         * descr-text.el (describe-char): Set help-xref-stack-item
6657         explicitly after buffer has been generated.
6659 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6661         * cus-start.el (all): Add x-gtk-show-hidden-files.
6663 2005-12-26  Richard M. Stallman  <rms@gnu.org>
6665         * replace.el (perform-replace): Calculate match-again
6666         before skipping read-only matches.
6668         * paren.el (paren-showing-faces): New group.
6669         (show-paren-match, show-paren-mismatch): Move to that group.
6671         * button.el (button): Put into group `basic-faces'.
6673         * progmodes/make-mode.el: Remove faces from group `faces'.
6675         * apropos.el (apropos, apropos-value): Doc fix.
6676         (apropos-documentation): Doc fix.
6678 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6680         * subr.el (lazy-completion-table): Remove argument `args'.
6682         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6683         Don't use the `args' argument of lazy-completion-table.
6685 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
6687         * descr-text.el (describe-char): Add optional argument for buffer.
6688         Set buffer appropriately.  Call help-setup-xref.
6689         Suggested by Stefan Monnier.
6691 2005-12-26  Juri Linkov  <juri@jurta.org>
6693         * descr-text.el: Require `help-fns' at runtime.  Don't require
6694         `button' for byte compilation.
6695         (describe-text-widget): Add `help-echo' for first button.
6696         Use `help-info' for second.
6697         (describe-property-list): Use `help-argument-name' instead of `italic'.
6698         (describe-text-category): Add prompt to interactive spec.
6699         Call `help-setup-xref'.
6700         (describe-char): Use `help-character-set'.  Add `help-echo' for
6701         code point.  Use `help-input-method'.  Remove superfluous insert.
6703 2005-12-25  Richard M. Stallman  <rms@gnu.org>
6705         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6706         at point, in case of narrowing.
6708         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6710         * locate.el (locate-header-face): Allow nil in type.
6712         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6714 2005-12-25  Romain Francoise  <romain@orebokech.com>
6716         * battery.el (battery-linux-proc-acpi): Also try
6717         `/proc/acpi/thermal_zone/THM0/temperature'.
6719 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
6721         * custom.el (custom-push-theme): Fix docstring.
6723         * cus-edit.el (custom-variable-set, custom-variable-save)
6724         (custom-variable-save): Custom-quote widget values.
6725         (customize-save-variable): Fix custom-push-theme call.
6727 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
6729         * w32-fns.el (w32-batch-update-autoloads): New function.
6731         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6732         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6733         from the command line.
6735 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
6737         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
6738         reset means to remove setting from theme entirely.  Don't keep
6739         expanding theme-settings list; delete old entries if necessary.
6741         * cus-edit.el (custom-buffer-create-internal): Move "Erase
6742         customization" button one line up.
6743         (custom-themed): New face.
6744         (custom-magic-alist): New value, THEMED, for theme settings.
6745         (custom-variable-state-set, custom-face-state-set):
6746         Check theme-value instead of saved-value.
6747         (custom-variable-reset-standard, custom-face-reset-standard):
6748         Remove theme setting entirely.  Recalculate new values.
6749         (custom-variable-set, custom-variable-set)
6750         (custom-variable-reset-saved, custom-variable-reset-backup)
6751         (custom-face-set, custom-face-reset-saved): Update `user' theme.
6752         (custom-variable-save): Fix typos.
6754 2005-12-23  Juri Linkov  <juri@jurta.org>
6756         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
6757         Add autoload cookies.
6758         (edebug-outside-d-c-i-n-s-w): New variable.
6759         (edebug-display, edebug-outside-excursion): Use it to save the
6760         original value of default-cursor-in-non-selected-windows.
6761         Set default-cursor-in-non-selected-windows to t while Edebug
6762         is active.
6763         (edebug-mode, edebug-eval-mode): Doc fix.
6765         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
6766         with `buffer-substring-no-properties' to remove common substring
6767         highlighting.
6769         * info.el (info-other-window, info): Rename function argument
6770         `file' to `file-or-node'.
6771         (Info-complete-menu-item): Use local variable `complete-nodes' to
6772         keep the global value of `Info-complete-nodes' unchanged for
6773         subsequent completions.
6774         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
6776         * simple.el (get-next-valid-buffer, last-buffer)
6777         (next-error-buffer-p, next-error-find-buffer)
6778         (minibuffer-history-sexp-flag): Doc fix.
6780         * savehist.el (savehist-mode-hook): Add `:group'.
6782         * log-view.el: Call autoload for vc-find-version.
6783         (log-view-current-file): Adjust subgroup numbers.
6784         (log-view-current-tag): Add `length'.
6786 2005-12-23  Richard M. Stallman  <rms@gnu.org>
6788         * vc.el (vc-annotate-car-last-cons): Defn moved up.
6790 2005-12-23  Juri Linkov  <juri@jurta.org>
6792         * hi-lock.el (hi-lock-archaic-interface-message-used)
6793         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
6794         (hi-lock-mode): Display "Hi" in the mode line only when
6795         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
6796         (hi-lock-write-interactive-patterns):
6797         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
6798         (hi-lock-set-pattern, hi-lock-set-file-patterns)
6799         (hi-lock-font-lock-hook): Set 3rd arg `how' of
6800         font-lock-add-keywords to t.
6802 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
6804         * hi-lock.el (hi-lock-highlight-range): New variable.
6805         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
6806         only if font-lock-fontified is non-nil.  Remove overlays.
6807         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
6808         font-lock-fontified is non-nil, otherwise use overlays (instead of
6809         text properties).
6810         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
6811         New variables.
6812         (hi-lock-string-serialize) New function.
6814 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6816         * menu-bar.el (menu-find-file-existing): New function.
6817         (menu-bar-file-menu): Use menu-find-file-existing for Open.
6819         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
6821 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6823         * vc.el: Remove unnecessary leading * in docstrings.
6824         (vc-annotate-mode-map): Move initialization into declaration.
6825         (vc-static-header-alist): Nitpick on the regexp.
6826         (vc-default-init-version): New fun.
6827         (vc-register): Use it.
6828         (vc-insert-headers): Use dolist.
6829         (vc-annotate-get-backend): Remove unused function.
6830         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
6831         (vc-annotate-mode): Remove corresponding call.
6832         (vc-annotate-car-last-cons): Simplify.
6833         (vc-annotate-buffers): Remove var.
6834         (vc-annotate-backend): Make it buffer-local.
6835         (vc-annotate): Move the interaction to the interactive spec.
6836         Add a `buf' argument.
6837         (vc-annotate-warp-version): Use this new `buf' argument to avoid
6838         killing&creating a vc-annotate buffer, which is very disruptive when
6839         the buffers are shown in dedicated frames.
6841 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
6843         * descr-text.el: Add FSF as maintainer.
6844         (describe-text-mode, describe-text-mode-map)
6845         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
6846         help-mode.
6847         (describe-text-widget, describe-text-sexp)
6848         (describe-property-list, describe-text-category)
6849         (describe-text-properties, describe-text-properties-1)
6850         (describe-char): Use help buttons instead of widgets.
6851         (describe-char-unicodedata-file): Make URL link in doc string.
6853 2005-12-22  Richard M. Stallman  <rms@gnu.org>
6855         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
6856         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
6857         Don't include buttons that write a file when there's no file.
6858         (custom-variable-menu, custom-face-menu, custom-group-menu):
6859         Don't include commands that write a file when there's no file.
6860         (customize-browse): Reword the top-of-buffer help intro.
6861         (custom-buffer-create-internal): Fix previous change.
6862         (customize-changed-options-previous-release): Prev release is 21.1.
6863         (customize-changed-options): Doc fix.
6864         (customize-changed): New alias.
6865         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
6866         Say "standard values".
6867         (Custom-reset-standard): Doc fix.
6868         (custom-face-reset-standard): Doc fix.
6870 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6872         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
6873         even if font-lock-mode is non-nil since it may be t without having
6874         turned on font-lock-mode-internal.
6875         (font-lock-choose-keywords): Minor optimization.
6876         (font-lock-add-keywords, font-lock-remove-keywords)
6877         (font-lock-set-defaults): Don't call make-local-variable on a variable
6878         that we know to already be local.
6880 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6882         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
6883         messages if in the minibuffer.
6885 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6887         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
6888         (tex-mode-flyspell-verify, flyspell-get-word)
6889         (flyspell-external-point-words): Don't use point-min/max uselessly.
6891         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
6892         by Kevin Rodgers.  Instead, just hide the completions buffer if we
6893         don't need to show it.
6895 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
6897         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
6899 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6901         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
6902         delete-windows-on with an inexistent buffer.
6904 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
6906         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
6907         Delete defcustom variable :tag names.
6909 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6911         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
6912         (log-view-font-lock-keywords): Ajust subgroup numbers.
6913         (log-view-current-tag): Don't hard code the number of subgroups.
6915 2005-12-20  Juri Linkov  <juri@jurta.org>
6917         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
6918         (tooltip-x-offset, tooltip-y-offset): Doc fix.
6920         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
6921         (menu-bar-non-minibuffer-window-p): Instead of checking
6922         display-multi-frame-p, use selected-frame when menu-updating-frame
6923         is nil.
6925 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
6927         * align.el (align-rules-list): Use [ \t] instead of \s-
6928         for column separators in text mode.
6930 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
6932         * help-mode.el (help-customize-variable, help-customize-face):
6933         Don't pop help-xref-stack as help-follow no longer pushes
6934         anything on to it.
6936 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
6938         * textmodes/org.el (org-agenda-custom-commands): New option.
6939         (org-agenda): Offer custom commands on splash screen.
6940         (org-make-tags-matcher): Parser for Boolean logic added.
6941         (org-agenda-set-tags): New command.
6942         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
6943         (org-set-tags): Efficiency improvements.
6944         (org-auto-align-tags): New option.
6945         (org-todo, org-demote, org-promote): Realign tags.
6946         (org-tags-completion-function): Use also "&" and "|" as separators.
6947         (org-org-menu): Agenda commands simplified.
6949 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
6951         * cus-edit.el (customize-apropos, customize-apropos-options):
6952         Docstring changes.
6954         * font-lock.el (font-lock): Add tags to the links in the defgroup.
6956 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
6958         * longlines.el (longlines-mode): Wrap while widened.
6959         (longlines-decode-region, longlines-encode-region): Compute max
6960         just once.
6962 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6964         * cus-edit.el (mac): New group.
6966         * cus-start.el (all): Add user options in macterm.c.  Add test for
6967         Mac-related built-ins.  Fix test for GTK-related built-ins.
6969         * term/mac-win.el (mac-handle-language-change)
6970         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
6971         (mac-services-open-selection, mac-services-mail-selection)
6972         (mac-services-mail-to, mac-services-insert-text)
6973         (mac-dispatch-apple-event): Add docstrings.
6974         (x-get-selection, mac-select-convert-to-string): Select coding
6975         system from `utf-16be' and `utf-16le' using `byteorder'.
6977 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6979         * subr.el (lazy-completion-table): Don't be fooled if the var holds
6980         a "list" (lambda ...) rather than a real completion list.
6982         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
6983         lexical-let when encountering ((lambda (...) ...) ...).
6985 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
6987         * progmodes/sh-script.el (sh-mode):
6988         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
6989         * textmodes/picture.el (picture-mode): Update docstrings.
6991 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
6993         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
6994         commands enclosed in $(ARGQUOTE)s should not be split between two
6995         lines, as that will break with GNU Make >3.80, when sh.exe is used
6996         and arg quoting is with '..'.
6997         (autoloads): Don't break the quoted --eval expression between
6998         several lines.
7000 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
7002         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7003         Capture error from printing circular structures.
7005 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
7007         * wid-edit.el (widget-checkbox-action): Clear undo info.
7009 2005-12-16  Bill Wohler  <wohler@newt.com>
7011         * menu-bar.el (kill-this-buffer): Set a good example by using menu
7012         bar, not menubar in comment.
7014 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7016         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7017         After-change-functions should not clobber the match data.
7019 2005-12-16  Juri Linkov  <juri@jurta.org>
7021         * simple.el (choose-completion): Use `buffer-substring-no-properties'
7022         instead of `buffer-substring'.
7023         (completion-common-substring): Doc fix.
7024         (completion-setup-function): Use minibuffer-completion-contents
7025         instead of minibuffer-contents.  Don't set common-string-length
7026         initially.  Remove special handling of partial-completion-mode.
7027         Move computation of completion-base-size into one cond.
7028         Call completion-base-size-function in mainbuf.  In computation of
7029         completion-base-size for file name completion don't move point to
7030         the end of the minibuffer.  Move computation of common-string-length
7031         into one cond.  Start putting faces only when common-string-length>=0.
7032         Add condition to put completions-common-part when
7033         common-string-length>0.
7035         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7036         place point at the first different character in the minibuffer
7037         even if this position is at the beginning of the minibuffer.
7039         * info.el (Info-read-node-name-1): In completion-base-size-function's
7040         lambda return 1 if common-substring or minibuffer-completion-contents
7041         starts with (, and 0 otherwise.
7043         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7044         Use `crm-current-element' for second arg of `display-completion-list'.
7046 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
7048         * files.el (set-auto-mode): Look for an interpreter specified on
7049         the first line also if search for mode specification succeeded,
7050         but the mode is not known.
7052 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7054         * textmodes/org.el (org-tags-match-list-sublevels): New option.
7055         (org-open-at-point): Implement tag searches as links.
7056         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7057         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7058         (org-tags-sparse-tree, org-tags-view, org-set-tags)
7059         (org-agenda-dispatch): New commands.
7060         (org-use-tag-inheritance, org-tags-column): New options.
7061         (org-tab-follows-link, org-return-follows-link): New options.
7062         (org-tags): New customize group.
7063         (org-start-icalendar-file): Get local time zone.
7064         (org-tags-completion-function): New function.
7065         (org-set-font-lock-defaults): Make sure links will also be
7066         highlighted inside headlines.
7068 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
7070         * term.el (term-emulate-terminal):
7071         Let term-handle-ansi-terminal-messages override what Bash says about
7072         its current directory.
7074 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
7076         * bindings.el (last-buffer): Move to simple.el.
7077         * simple.el (last-buffer): Move here.
7078         (get-next-valid-buffer): New function.
7079         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7080         (prev-buffer): Ditto.  Rename to `previous-buffer'.
7082         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7083         * bindings.el (global-map): Ditto.
7085 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
7087         * cus-edit.el: Introductory comment change.
7088         (custom-magic-alist): Change message string for the `rogue' state.
7090 2005-12-15  Richard M. Stallman  <rms@gnu.org>
7092         * tooltip.el: Delete defcustom variable :tag names.
7094         * complete.el (partial-completion-mode): Doc fix.
7096         * textmodes/flyspell.el (flyspell-external-point-words):
7097         Use save-excursion to ensure we don't move backward in the
7098         search loop, not even one character.
7099         (flyspell-delete-all-overlays): Use remove-overlays directly.
7101         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7102         (ispell-start-process): Set that variable.
7103         Clear ispell-buffer-local-name.
7104         (ispell-internal-change-dictionary):
7105         Set ispell-current-dictionary after killing process.
7106         (ispell-buffer-local-dict):
7107         Don't set spell-personal-dictionary after killing process.
7108         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7109         (ispell-tex-skip-alists, ispell-html-skip-alists)
7110         (ispell-skip-region-alist): Mark as risky.
7112         * net/newsticker.el (newsticker--retrieval-timer-list)
7113         (newsticker--display-timer, newsticker-running-p)
7114         (newsticker-ticker-running-p): Definitions moved up.
7116 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
7118         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7120 2005-12-15  David Ponce  <david@dponce.com>
7122         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7123         (recentf-edit-list, recentf-open-files): Signal an error when
7124         there is no recent file.
7126 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7128         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7129         read-only except for texinfo-format-region evaluation.
7131 2005-12-14  Richard M. Stallman  <rms@gnu.org>
7133         * vc.el (vc-default-previous-version, vc-default-next-version)
7134         (vc-do-command): Doc fixes.
7136 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7138         * textmodes/bibtex.el (bibtex-expand-strings)
7139         (bibtex-autokey-expand-string, bibtex-name-part)
7140         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7141         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7142         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7143         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7144         (bibtex-entry-postfix, bibtex-known-entry-type-re)
7145         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7146         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7147         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7148         (bibtex-beginning-of-last-entry): Remove.
7149         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
7150         message if comma is missing but buffer is read-only.
7151         (bibtex-parse-field-text): Handle whitespaces at the end of field
7152         text.  Return 3-element list with beginning and end of field text
7153         and end of field.
7154         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7155         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
7156         (bibtex-search-forward-field, bibtex-search-backward-field):
7157         Search always delimited by limits of entry.  Use more efficient
7158         search algorithms.
7159         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7160         bibtex-end-of-name-in-field.
7161         (bibtex-text-in-field-bounds): Handle BibTeX strings when
7162         extracting the content of a field.
7163         (bibtex-text-in-field): Use search limits.
7164         (bibtex-parse-string-prefix): Handle empty string keys based on
7165         bibtex-string-empty-key.
7166         (bibtex-parse-string): Fix docstring.
7167         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7168         (bibtex-preamble-prefix, bibtex-strings): New functions.
7169         (bibtex-skip-to-valid-entry): Include preceding whitespace in
7170         BibTeX entries (consistent with other BibTeX functions).
7171         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7172         (bibtex-search-entry): Fix docstring.  Simplify.
7173         (bibtex-flash-head, bibtex-complete-string-cleanup)
7174         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7175         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7176         (bibtex-parse-entry): New optional arg content.
7177         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7178         Use bibtex-text-in-field-bounds.
7179         (bibtex-print-help-message): Handle BibTeX strings and preambles.
7180         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7181         bibtex-parse-string-postfix.
7182         (bibtex-find-text-internal): New function.
7183         (bibtex-remove-delimiters): Use it.
7184         (bibtex-find-text): Use it.  New optional arg help.
7185         (bibtex-complete): Handle BibTeX string and preamble entries.
7186         (bibtex-Preamble): Fix order of closing delimiters.
7188 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7190         * vc.el (vc-default-revert): New fun.
7192         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7194 2005-12-14  Romain Francoise  <romain@orebokech.com>
7196         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7197         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7198         (font-lock-remove-keywords): Likewise.
7200 2005-12-14  Juri Linkov  <juri@jurta.org>
7202         * log-view.el (log-view-diff): Doc fix.
7204         * isearch.el (isearch-query-replace): Use (mark) instead of
7205         isearch-opoint if mark is active in transient-mark-mode.
7207 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
7209         * isearch.el (isearch-query-replace): Check for isearch-other-end.
7211 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
7213         * progmodes/cpp.el (cpp-face): New widget.
7214         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7216 2005-12-14  Juri Linkov  <juri@jurta.org>
7218         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7219         around `erase-buffer' and `insert'.
7221         * descr-text.el (describe-text-properties): Replace buffer name
7222         "*Help-2*" with "*Help*<2>".
7223         (describe-char): Add functions print-help-return-message,
7224         toggle-read-only.  Use help-setup-xref with nil to not store
7225         describe-char in help-xref-stack.  Use help-make-xrefs to
7226         make [back] button.
7228         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7230         * wdired.el (wdired-old-point): New internal variable.
7231         (wdired-change-to-wdired-mode): Set it buffer-locally.
7232         (wdired-abort-changes): Restore point after aborting changes.
7234 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7236         * vc.el (vc-do-command): Add a new value t for okstatus.
7238         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7239         frame in case of errors.
7241 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7243         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7244         so it comes after "On the Left" in the menu.
7246 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
7248         * cus-edit.el (customize-apropos, customize-apropos-options)
7249         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7251 2005-12-12  Bill Wohler  <wohler@newt.com>
7253         * vc-svn.el (vc-svn-registered): Fix problem of visiting
7254         non-writable Subversion-controlled files by saving window
7255         configuration before calling vc-do-command.  vc-do-command calls
7256         pop-to-buffer on error which is unexpected during registration.
7258 2005-12-12  Jay Belanger  <belanger@truman.edu>
7260         * calc/README: Update the summary of changes.
7262 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7264         * descr-text.el (describe-char): Rework last fix to solve the problem
7265         is the same way it's solved for everything else in that function
7266         (i.e. by extracting the info before setting up the *Help* buffer).
7268 2005-12-12  Kim F. Storm  <storm@cua.dk>
7270         * subr.el (version-regexp-alist): Allow space as separator before
7271         non-numeric part, e.g. "1.0 alpha".
7272         (version-to-list): Interpret .X.Y version as 0.X.Y version.
7274 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7276         * textmodes/org.el (org-agenda, org-timeline, org-todo):
7277         Implement Logging and the keep-modes setting.
7278         (org-get-category): Make sure a string is returned.
7279         (org-log-done): New function.
7280         (org-log-done, org-closed-string): New options.
7282 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7284         * tooltip.el (tooltip-y-offset): Change default to 20.
7286 2005-12-12  Richard M. Stallman  <rms@gnu.org>
7288         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7290         * frame.el (display-hourglass): Doc fix.
7292         * help.el (help-for-help-internal): Simplify entry for `a'.
7294         * info.el (Info-on-current-buffer): Doc fix.
7295         (info-insert-file-contents): Don't test (featurep 'jka-compr).
7297         * startup.el (inhibit-splash-screen): Make this the real name.
7298         (inhibit-startup-message): Make this the alias.
7299         (command-line): Find only simple.el, and use its directory
7300         to fill in other preloaded files' names.
7301         (command-line): Deactivate the mark if deactivate-mark is set.
7303         * international/mule.el (load-with-code-conversion):
7304         Bind deactivate-mark.
7306         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7308 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
7310         * cus-edit.el (customize-apropos): Avoid listing an option more
7311         than once under different aliases.  No longer list user options
7312         that are not defined with defcustom (unless a prefix arg is given).
7313         Doc fix.
7314         (customize-apropos-options): Doc fix.
7316 2005-12-11  Juri Linkov  <juri@jurta.org>
7318         * frame.el (set-background-color, set-foreground-color)
7319         (set-cursor-color, set-mouse-color, set-border-color):
7320         Add explicit prompts to read colors by `facemenu-read-color'.
7321         (show-trailing-whitespace, blink-cursor-delay)
7322         (blink-cursor-interval, display-hourglass, hourglass-delay):
7323         Remove tags.
7324         (display-hourglass, hourglass-delay): Doc fix.
7325         (cursor-in-non-selected-windows): Capitalize words in tag.
7327         * faces.el (frame-background-mode): Replace `choice-item' keywords
7328         with `const' to not make [default] button.  Change default value tag
7329         from `default' to `automatic'.  Doc fix.
7330         (trailing-whitespace) <defface>: Change group `whitespace' to
7331         `whitespace-faces'.
7333 2005-12-11  Richard M. Stallman  <rms@gnu.org>
7335         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7337 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7339         * term/mac-win.el: Create keymap for mac-apple-event-map.
7341 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
7343         * tooltip.el (tooltip-mode): Move to start of file so that it
7344         appears at top of customize buffer.
7346         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7347         Add the gud groupname.
7348         (gud-tooltip-mode): Add the tooltip groupname.
7349         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
7350         avoid conflict with tooltip-use-echo-area.
7352 2005-12-10  Romain Francoise  <romain@orebokech.com>
7354         * help.el (help-for-help-internal): Add `r' in doc string.
7356 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7358         * align.el (align-regexp, align-highlight-rule):
7359         Use region-beginning and region-end instead of point and mark, so that
7360         repetition (with `repeat-complex-command') recomputes the region
7361         bounds.
7363 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7365         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7366         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7367         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7368         (balance-windows): Rewrite using the above new functions.
7370 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
7372         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7373         react if global-hi-lock-mode seems intended.
7374         (global-hi-lock-mode) Renamed from hi-lock-mode.
7375         (hi-lock-archaic-interface-message-used)
7376         (hi-lock-archaic-interface-deduce): New variables.
7377         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7378         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7379         (hi-lock-find-patterns, hi-lock-font-lock-hook):
7380         Replace hi-lock-buffer-mode with hi-lock-mode.
7382 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
7384         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7385         completion list, even after a partial completion has been
7386         inserted in the current buffer.  If there are more than 1
7387         completion, redisplay the *Completions* buffer; if the
7388         completion is unique, delete the *Completions* window.
7390 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
7392         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7393         strings and long subject lines that were broken into multiple
7394         lines at arbitrary places.  Handle subjects that have "Re: " in
7395         the middle.
7397 2005-12-10  John W. Eaton  <jwe@octave.org>
7399         * emacs/octave-mod.el (octave-electric-space): Don't indent
7400         comments or strings if octave-auto-indent is nil.
7402 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7404         * term/mac-win.el: Require url when compiling.
7405         Call mac-process-deferred-apple-events after loading init files.
7406         (mac-apple-event-map): New defvar.  Define event handlers in it.
7407         (core-event, internet-event): New Apple event class symbols.
7408         (open-application, reopen-application, open-documents)
7409         (print-documents, open-contents, quit-application)
7410         (application-died, show-preferences, autosave-now, get-url):
7411         New Apple event ID symbols.
7412         (about): New HICommand ID symbol.
7413         (mac-event-spec, mac-event-ae): New macros.
7414         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7415         (mac-ae-selection-range, mac-ae-text-for-search)
7416         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7417         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
7418         and Services menu events are now defined in mac-apple-event-map.
7419         (mac-drag-n-drop): Remove selection range handling.
7421 2005-12-10  Kenichi Handa  <handa@m17n.org>
7423         * simple.el (zap-to-char):
7424         * isearch.el (isearch-process-search-char): Translate CHAR by
7425         translation-table-for-input.
7427 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
7429         * foldout.el (foldout-exit-fold): Properly hide subtree.
7431 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7433         * files.el (save-buffer):
7434         * international/ucs-tables.el (ucs-set-table-for-input):
7435         * mail/mail-extr.el (mail-extract-address-components):
7436         * mail/sendmail.el (mail-mode): Reformat doc string.
7438 2005-12-09  Juri Linkov  <juri@jurta.org>
7440         * isearch.el (isearch-highlight): Change main overlay priority
7441         from 1 to 1001.  Simplify.
7442         (isearch-lazy-highlight-update): Change lazy overlay priority
7443         from 0 to 1000.
7445         * replace.el (replace-highlight): Change overlay priority from
7446         1 to 1001.
7448         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7449         Change overlay priority from 1 to 1001.  Reuse existing overlay.
7451         * compare-w.el (compare-windows-highlight): Change overlay
7452         priority from 1 to 1000.
7454         * menu-bar.el (menu-bar-edit-menu): Add listp around
7455         pending-undo-list to disable menu item "undo" when pending
7456         undo list is empty.
7458         * locate.el (locate): Disable undo in *Locate* buffer.
7460 2005-12-09  Kim F. Storm  <storm@cua.dk>
7462         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7464 2005-12-09  David Ponce  <david@dponce.com>
7466         * recentf.el: Improvement of the menu code.
7467         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
7468         instead of menu hook.
7469         (recentf-show-menu, recentf-hide-menu): New functions.
7470         (recentf-menu-customization-changed, recentf-mode): Use them.
7471         (recentf-menu-action, recentf-max-menu-items)
7472         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7473         (recentf-arrange-by-rule-others)
7474         (recentf-arrange-by-rules-min-items)
7475         (recentf-arrange-by-rule-subfilter) : Don't use
7476         `recentf-menu-customization-changed'.
7477         (recentf-arrange-rules): Likewise.  Accept functions to compute
7478         sub-menu titles.
7479         (recentf-menu-filter): Likewise.  Doc fix.
7480         (recentf-menu-value-shortcut): Doc fix.
7481         (recentf-dump-variable): Quote atom value.
7482         (recentf-make-menu-items): Update to use it as a menu filter.
7483         (recentf-match-rule): New function.
7484         (recentf-arrange-by-rule): Use it.
7485         (recentf-indirect-mode-rule): New function.
7486         (recentf-build-mode-rules): Use it.
7487         (recentf-dir-rule): New function.
7488         (recentf-arrange-by-dir): Use it.
7489         (recentf-filter-changer-current): Rename from
7490         `recentf-filter-changer-state'.  All references updated.
7491         (recentf-filter-changer-alist): Update filter names.
7492         (recentf-filter-changer-select): New function.
7493         (recentf-filter-changer): Use it.  Make a sub-menu from filters
7494         available in `recentf-filter-changer-alist'.
7495         (recentf-data-cache, recentf-clear-data)
7496         (recentf-update-menu): Remove.  All references updated.
7497         (recentf-match-rule-p, recentf-build-dir-rules)
7498         (recentf-filter-changer-goto-next)
7499         (recentf-filter-changer-get-current)
7500         (recentf-filter-changer-get-next): Remove.
7502 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
7504         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7505         buffer "Reset" button to "Reset to Current" for consistency with
7506         the State buttons.
7508 2005-12-08  John Paul Wallington  <jpw@pobox.com>
7510         * ibuf-ext.el (define-ibuffer-filter filename):
7511         If `dired-directory' is a list then really use its car.
7513 2005-12-08  Kim F. Storm  <storm@cua.dk>
7515         * emulation/cua-rect.el (cua--rectangle-aux-replace):
7516         Fix indention of text on right side of replaced rectangle.
7518 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
7520         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7521         No need to check gud-comint-buffer is bound.
7522         (gdb): Prevent multiple debugging when first session uses gdba.
7524 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7526         CC Mode update to 5.31.
7528         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7529         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
7530         We might do this function properly in the future).
7532         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7533         New macros c-sentence-end and c-default-value-sentence end, to cope
7534         with Emacs 22's new function `sentence-end'.
7536 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7538         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7539         compat issue using `c-put-overlay' and `c-delete-overlay'.
7541         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7542         New compat macros to handle overlays/extents.
7544 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7546         * progmodes/cc-fix.el: Add definitions of the macros push and pop
7547         (for GNU Emacs 20.4)
7549         * progmodes/cc-defs.el:
7550         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7552         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7553         highlighting mechanism so it will work in XEmacs too.
7555         * progmodes/cc-defs.el: Insert c-int-to-char.
7557         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7558         call to the new macro c-int-to-char.  This solves XEmacs's
7559         regarding characters as different from integers.
7561 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7563         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7564         New internal helper.
7566         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7567         construct to make the indirect face lookup work in XEmacs.
7569         (c-cpp-matchers): Append the negation char face to the existing
7570         fontification, so that the cpp face doesn't disappear.
7571         Use `c-make-syntactic-matcher' to avoid negation chars in comments
7572         and strings.
7574         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7575         to map to `font-lock-negation-char-face' in emacsen where it exists.
7577 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7579         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7581         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7582         Rename "c-subword-move-mode" as "c-subword-mode".
7584         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7585         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
7587 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7589         * progmodes/cc-mode.el: Added autoload directive for
7590         `c-subword-move-mode' for use in older emacsen.
7592 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7594         * progmodes/cc-mode.el:
7595         (i) Insert a binding for C-c C-backspace into
7596         c-bind-special-erase-keys which works in TTYs.
7597         (ii) Make sure that when file styles are used, any explicitly
7598         given style variables take priority over those in the style.
7599         Do this by calling `hack-local-variables' a second time.
7601         * progmodes/cc-vars.el: Add language specific customization
7602         widgets for AWK to c-doc-comment-style, c-require-final-newline
7603         and c-default-style.  Add a defcustom for awk-mode-hook.
7604         Give c-syntactic-element and c-syntactic-context doc-strings by
7605         directly setting their `variable-documentation' propery.
7606         This allows Emacs 22.1 to read these with C-h v.
7608         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7610 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7612         * progmodes/cc-fonts.el, cc-vars.el
7613         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7614         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7615         Masatake YAMATO.
7617         (c-doc-comment-style): Made GtkDoc default in C mode.
7619         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7620         and C-c C-<delete>.
7622         (c-bind-special-erase-keys): New function for use on
7623         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7625         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7626         <delete> key behavior in XEmacs according to `delete-forward-p'.
7627         C.f. `c-electric-delete'.
7629 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7631         * progmodes/cc-mode.el: Give c-hungry-backspace and
7632         c-hungry-delete-forward permanent key bindings.
7634         * progmodes/cc-cmds.el (c-electric-semi&comma):
7635         Bind c-syntactic-context for calls to "criteria functions", for
7636         consistency with other calls to user functions.
7638         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7639         `current-prefix-arg', since this might be the prefix arg to a
7640         command which calls c-indent-command as a function.  Change the
7641         interactive spec from "p" to "P".
7643         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7644         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7645         was difficult to understand.
7647 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7649         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7650         first char of an identifier.
7652         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7653         +" syntax in C++.
7655 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7657         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7658         auto-fill doesn't split a c-comment's last word from a hanging
7659         "*/" when a space is typed between them after fill-column.
7661         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7663         * progmodes/cc-styles.el (c-set-style)
7664         (c-setup-paragraph-variables): Abort the command if we're not in a
7665         CC Mode buffer.
7667         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7668         with blank comment-prefix, and a blank line as the comment's
7669         second line.
7671 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7673         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7674         Incorporate the patterns added in the Emacs development branch
7675         for the new Emacs 22 face `font-lock-negation-char-face'.
7677         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7678         of "red" since it stands out better in xterms and DOS terminals.
7680         * progmodes/cc-engine.el (c-literal-faces):
7681         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7683 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7685         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7686         forcibly enable c-electric-flag.
7688         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7689         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7690         after the comment-prefix of a C-style comment will close that comment.
7692 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7694         * progmodes/cc-fonts.el (c-basic-matchers-before)
7695         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7696         in Pike.
7698         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7699         digraphs.
7701         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7702         (c-cpp-message-directives, c-cpp-include-directives)
7703         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7704         (c-cpp-expr-directives): Introduce new language constants to
7705         control cpp syntax in a cleaner way.
7707         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7709         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7711         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7712         (c-multiline-string-start-char): New language constants and
7713         variables to specify how newlines in string literals work.
7715         (c-font-lock-invalid-string): Use them.
7717         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7718         unbalanced close brace is entered.  Optimization by avoiding going
7719         back over arbitrarily large blocks.  Removed hints that this
7720         function only would be relevant/useful in AWK.
7722         (c-electric-brace): Indent syntactically after the cleanups since
7723         lineup functions might do it differently then.
7725         * progmodes/cc-engine.el, cc-langs.el
7726         (c-opt-op-identifier-prefix): New language constant and variable.
7728         (c-just-after-func-arglist-p, c-after-special-operator-id)
7729         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7731         * progmodes/cc-align.el, cc-engine.el
7732         (c-after-special-operator-id): New helper to handle C++ operator
7733         identifiers.
7735         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7736         (c-guess-basic-syntax): Handle C++ operator identifiers in
7737         declarations.
7739         * progmodes/cc-langs.el (c-assignment-operators): Add the
7740         trigraph version of ^= too.
7742         * progmodes/cc-langs.el (c-assignment-operators): Add the
7743         trigraph version of |= in C++.
7745         * progmodes/cc-fonts.el (c-font-lock-declarators):
7746         Handle `c-decl-hangon-kwds' after the identifier name.
7748         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7749         whether an arglist is "nonempty", ignore a comment after the open
7750         paren if it isn't followed by a non-comment token on the same line.
7752         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
7753         Enable heuristics below the point to cope with classes inside special
7754         brace lists in Pike.
7756 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7758         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
7760 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7762         * progmodes/cc-guess.el (cc-guess-install): New function to
7763         install an already guessed style in another buffer.
7765         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
7766         sets `inhibit-read-only' - `c-save-buffer-state' should be used
7767         anyway if the change always is undone.
7769 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7771         Implement togglable electricity:
7773         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
7774         saying when it should be used.
7776         * progmodes/cc-engine.el: Add the new buffer-local variable,
7777         c-electric-flag.
7779         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
7780         c-toggle-auto-newline.
7782         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
7783         c-toggle-auto-newline.  Remove the binding for
7784         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
7785         c-toggle-electric-state.
7787         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
7789         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
7790         c-\(forward\|backward\)-subword.
7791         (c-update-modeline): Add the new modeline flag `l' for
7792         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
7793         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
7794         Make the old name an alias of the new name.
7795         (c-toggle-electric-state): New function.
7796         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
7797         Adapt these functions to do electric things only when
7798         c-electric-flag is non-nil.
7799         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
7800         new functions from c-electric-brace.
7801         (c-point-syntax): Add a check for "virtual semicolons" in AWK
7802         mode, so that the tentative extra newline doesn't change the
7803         syntax of the following brace.
7804         (c-electric-brace): Restructure by extracting the above functions.
7805         Tidy up the coding somewhat.
7806         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7807         restructure a bit.
7809 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7811         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
7812         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
7814         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
7815         (c-submode-indicators): Change name from `c-auto-hungry-string'
7816         since it's now used to track another submode.
7818         (c-update-modeline): Convert to function and extended to check
7819         `c-subword-move-mode'.
7821         (c-forward-into-nomenclature, c-backward-into-nomenclature):
7822         Convert to compat aliases for `c-forward-subword' and
7823         `c-backward-subword'.
7825         * progmodes/cc-subword.el: New functions and minor mode to handle
7826         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
7828         (c-forward-subword, c-backward-subword, c-mark-subword)
7829         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
7830         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
7831         Functions corresponding to the standard word handling functions.
7833         (c-subword-move-mode): Minor mode that replaces all the standard
7834         word handling functions with their subword equivalences.
7836 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7838         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
7839         entry for one-liner-defun.
7841         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
7842         name in its def-edebug-spec.
7844         * progmodes/cc-cmds.el (c-electric-brace): Make the
7845         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
7846         compacts space before a comment, if this will make things fit on
7847         one line.
7849         Introduce an "awk" style, mainly for auto-newline and clean-ups.
7851         * progmodes/cc-align.el: New function c-snug-1line-defun-close
7853         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
7854         clean-up one-liner-defun.
7856         * progmodes/cc-styles.el: Add the new "awk" style.
7858         * progmodes/cc-vars.el: Add description of one-liner-defun to
7859         c-cleanup-list's doc-string.  New user options,
7860         c-max-one-liner-length.  In c-default-style, set the default style
7861         for AWK to "awk".
7863 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7865         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
7866         macros inside labels.
7868         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
7869         `c-at-statement-start-p' and `c-at-expression-start-p'.
7871         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
7872         error if the mark isn't set.
7874         * progmodes/cc-engine.el (c-guess-continued-construct)
7875         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
7876         accurately detect functions inside functions.
7878         * progmodes/cc-engine.el (c-at-expression-start-p): New function
7879         like `c-at-statement-start-p' that additionally recognizes commas
7880         and expression parentheses as delimiters.
7882         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
7883         to avoid heuristics that doesn't work for unclosed blocks.
7884         (c-at-statement-start-p): New function.
7886         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
7887         Objective-C directives, e.g. directives spanning lines should work
7888         reasonably well now.
7890         (c-put-c-type-property, c-clear-c-type-property): New helpers.
7892         (c-forward-objc-directive): New function to move over any ObjC
7893         directive.
7895         (c-just-after-func-arglist-p, c-guess-basic-syntax)
7896         (c-basic-matchers-before): Use it.
7898         (c-font-lock-objc-iip-decl): Remove.
7900         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
7901         in the template arglist recognition.
7903         * progmodes/cc-styles.el (c-style-alist): Fix several
7904         inconsistencies in the Whitesmith style.
7906         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
7907         New lineup function to get lines after Whitesmith style blocks
7908         correctly indented.
7910         (c-lineup-whitesmith-in-block): Back out the compensation for
7911         opening parens since it's done using `add' lists in the style
7912         definition instead.  Don't use the anchor position since it varies
7913         too much between the syntactic symbols. :P
7915         * progmodes/cc-vars.el (c-valid-offset): Update.
7917         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
7918         lists where the offsets are combined according to several
7919         different methods: `first', `min', `max', and `add'.
7920         Report offset evaluation errors with `c-benign-error' so that some kind
7921         of reindentation still is done.
7923         * progmodes/cc-engine.el (c-guess-basic-syntax):
7924         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
7925         `arglist-close'.
7927         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
7928         situations for `arglist-cont-nonempty' and `arglist-close'.
7930         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
7932         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
7933         cc-bytecomp-boundp' in a number of places.
7935         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
7936         macro related issue.
7938 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7940         * progmodes/cc-awk.el: Change the terminology of regexps: A char
7941         list is now [asdf], a char class [:alpha:].
7942         Include code for char classes.
7943         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
7944         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
7946         Remove (nearly all of) the cruft associated with AWK Mode's former
7947         concept of "virtual semicolons":
7949         Adapt c-beginning-of-statement, c-end-of-statement (together with
7950         subfunctions) to use the new notion of "virtual semicolon" in
7951         place of the old awkward special handling for AWK.  There remains
7952         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
7953         * progmodes/cc-cmds.el:
7954         (c-ascertain-adjacent-literal): In the backwards direction, now
7955         recognises AWK regexp delimiters as string delimiters.
7956         (c-after-statement-terminator-p): Adapt for virtual semicolons;
7957         check more rigorously for "end of macro".
7958         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
7959         virtual semicolons;
7960         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
7961         out the code for forward movement into ...
7962         (c-end-of-statement): Now contains the code for forward movement,
7963         adapted for virtual semicolons.
7965         * progmodes/cc-engine.el:
7966         (c-ws*-string-limit-regexp): New regexp.
7967         (c-forward-single-comment, c-backward-single-comment): Comment out
7968         the (now redundant) "special" AWK stuff.
7970         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
7971         c-string-par-start, c-string-par-separate to be more like Text
7972         Mode than Fundamental Mode.
7974 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
7976         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
7977         to the fontified region so that fontification doesn't occur
7978         outside it (could happen e.g. when fontifying a line with an
7979         unfinished declaration).
7981 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7983         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
7984         start of the file.  ^L now separate sections of the file.
7985         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
7986         (c-awk-one-line-possibly-open-string-re)
7987         (c-awk-regexp-one-line-possibly-open-char-class-re)
7988         (c-awk-one-line-possibly-open-regexp-re)
7989         (c-awk-one-line-non-syn-ws*-re): New defonsts.
7990         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
7992         Amend the concept of "virtual semicolons" (in the indentation
7993         engine) for languages like AWK, such that they are now
7994         conceptually attached to end of the last token of a statement, not
7995         the end of the line.  (In AWK Mode, however, the pertinent text
7996         property is still physically set on the EOL.)  Remove the specific
7997         tests for awk-mode, thus facilitating the introduction of other
7998         language modes where EOLs can end statements.
7999         (Note: The funtionality in cc-cmds.el, specifically
8000         c-beginning/end-of-statement has yet to be amended.)
8002         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8003         New macros.
8005         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8006         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
8007         c-vsemi-status-unknown-p-fn (in a new page).
8009         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8010         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8011         numerous awkward forms like
8012         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8013         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
8014         variable before-ws-ip, the place just after char-before-ip appears.
8016         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8017         a comment.
8019 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8021         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8022         `c-tentative-buffer-changes'.
8024         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8025         convert to macro to choose between Emacs and XEmacs at compile time.
8027         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8029         (c-tentative-buffer-changes): New macro to handle temporary buffer
8030         changes in a convenient way.
8032         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8033         for `c-tentative-buffer-changes'.
8035         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8036         the checks for paren sexps between the point and the keyword, to
8037         avoid some false alarms.
8039         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8040         Fixed a situation where an error could be thrown for unbalanced
8041         parens.  Changed to make use of c-keyword-member' to avoid some
8042         repeated regexp matches.
8044         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8045         These language variable are no longer necessary.
8047         (c-block-stmt-kwds): New language constant used by
8048         c-looking-at-inexpr-block'.
8050         (c-guess-basic-syntax): Remove an optional check that looked at
8051         the existence of the now removed language variables.
8053         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8054         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8055         object instantiation expressions as declarations in some contexts.
8056         This bug only affected languages where the declarator can't be
8057         enclosed in parentheses.
8059         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8060         insert newlines before and after substatement braces.
8062         * progmodes/cc-engine.el: Improved the heuristics for recognizing
8063         function declaration headers and the handling of C++ style member
8064         init lists.
8066         (c-just-after-func-arglist-p): Rewritten to use
8067         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
8069         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8071         (c-guess-basic-syntax): Adapt case 5B for the new
8072         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
8073         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8074         covers all cases now).
8076         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8078 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8080         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8081         c-string-par-start/separate c-sentence-end-with-esc-eol,
8082         initialised in c-setup-paragraph-variables, used in string
8083         scanning subroutines of c-beginning-of-statement.
8085         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8086         which precedes the newly inserted `{'.
8088 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8090         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8091         function for declaration level blocks.  It should now cope with
8092         templates better and also be a lot more comprehensible.
8094         (c-looking-at-decl-block): The new function.
8096         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
8097         for compatibility.
8099         (c-add-class-syntax, c-guess-continued-construct)
8100         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8102         (c-decl-block-key): Change to tell apart ambiguous and
8103         unambiguous keywords.  Pike specials are now handled directly in
8104         the code instead.
8106         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8107         New language constants and variables to make the backward skip in
8108         `c-looking-at-decl-block' as tight as possible.
8110         (c-nonsymbol-token-char-list): New language constant.
8112         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8113         find balanced template arglists backwards.
8115         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8116         making char classes for `c-syntactic-skip-backward'.
8118         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8119         16D - can't be a class-close at that point.
8121         * progmodes/cc-engine.el (c-guess-basic-syntax)
8122         (c-add-class-syntax): Don't narrow out the enclosing declaration
8123         level.  This makes everything a lot easier, and it was actually
8124         only four small places that needed it to work.  Some places that
8125         previously did `widen' are removed now, which has the effect that
8126         `c-guess-basic-syntax' never will look at things outside the
8127         current narrowment now.  The anchor position for `topmost-intro'
8128         is affected by this, but it was so bogus it was basically useless
8129         before, and now it's equally bogus but in a slightly different way.
8131         (c-narrow-out-enclosing-class): Gone.
8133         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8134         the narrowed region.
8136         (c-least-enclosing-brace): Remove silly optional argument.
8138         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8139         the point could be left directly after an open paren when finding
8140         the beginning of the first decl in the block.
8142         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8143         Specify which submatch to use.
8145         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8147         (c-decl-start-re): No longer any need for special treatment of
8148         ObjC due to the above.
8150         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8151         presumably follows C in that regard.
8153         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8154         New language constants to specify operator tokens inside
8155         identifiers in a more high level way.
8157         (c-opt-identifier-prefix-key): New internal language constant.
8159         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8160         (c-identifier-start, c-identifier-key): Now completely calculated
8161         from other constants.
8163         (c-identifier-last-sym-match): Decommission since it's no longer used.
8165         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
8167         * progmodes/cc-engine.el (c-forward-name): Remove the
8168         optimization when c-identifier-key is equal to c-symbol-key since
8169         it doesn't work in byte compiled files.  Don't record empty
8170         regions as identifiers.
8172         * progmodes/cc-langs.el (c-filter-ops): New helper function to
8173         simplify access to `c-operators' and its likes.
8175         (c-operator-list, c-all-op-syntax-tokens)
8176         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8177         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8178         (c-primary-expr-regexp, c-cast-parens): Use it.
8180         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8181         an explicit language in functions.
8183         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8184         variant of adornment.
8186         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8187         variable.
8189         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8190         the Pike value.
8192         * progmodes/cc-engine.el (c-on-identifier)
8193         (c-simple-skip-symbol-backward): Small fix for handling "-"
8194         correctly in `skip-chars-backward'.  Affected the operator lfun
8195         syntax in Pike.
8197         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8198         diagnostic message about precompiled language vars not being used.
8200         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8201         "__attribute__" is followed by a parenthesis.
8203         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8204         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8205         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8207         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8208         Internal cleanups to properly detect the declared identifiers in
8209         various declarations.
8211         (c-decl-start-kwds): New language constant to recognize
8212         declarations that can start anywhere.  Used for class declarations
8213         in Pike.
8215         (c-specifier-key, c-not-decl-init-keywords)
8216         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8217         (c-find-decl-spots): Implement `c-decl-start-kwds'.
8219         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8220         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8221         handling of the compiler specific extension keywords into a new
8222         language constant `c-decl-hangon-kwds' that defines keyword
8223         clauses to be ignored in declarations.
8225         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8226         past unrecognized tokens when handling `c-colon-type-list-kwds'.
8227         Necessary to stop at the declared identifier in e.g. IDL valuetype
8228         declarations.
8230         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8231         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8232         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8233         (c-forward-decl-or-cast-1): Recognize the declared identifier in
8234         class and enum declarations as such and not as part of the type.
8236         (c-forward-decl-or-cast-1, c-forward-label): Relax the
8237         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8239         (c-forward-decl-or-cast-1): Don't disregard sure signs of
8240         declarations when there's some syntax error later on.
8242         (c-complex-decl-matchers): Did away with a reference to
8243         `c-specifier-key'.
8245         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8246         value - this variable is always dynamically bound.
8248         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8249         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8250         * cc-cmds.el, cc-defs.el: Change the policy for marking up
8251         functions that might do hidden buffer changes: All such internal
8252         functions are now marked instead of those that don't.
8254         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8255         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8256         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8257         (c-literal-type): Allow these functions to make hidden buffer changes,
8258         so that they are free to use text property caching later on.
8260         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8261         (c-electric-brace, c-electric-slash, c-electric-star)
8262         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8263         (c-electric-paren, c-electric-continued-statement, c-indent-command)
8264         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8265         (c-context-line-break): Add `c-save-buffer-state' calls to comply
8266         with the changed semantics of the functions above.
8268         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8269         when macros occur in obscure places.  Optimized the sexp movement
8270         a bit.
8272 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8274         Enhancements for c-beginning-of-statement to work in AWK Mode:
8276         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8277         (completed statement) with `}' (statement completed by closing
8278         brace or semicolon) and `$' (statement completed by EOL).
8280         (c-awk-virtual-semicolon-ends-prev-line-p)
8281         (c-awk-virtual-semicolon-ends-line-p)
8282         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8283         (c-awk-at-statement-end-p): New functions.
8285         * progmodes/cc-cmds.el: Simplify the structure of functions
8286         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
8287         two functions and c-beginning-of-statement to handle AWK Mode.
8289         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8290         c-backward-single-comment for AWK mode.  Attempt to clarify their
8291         doc-strings.
8293         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8295 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8297         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8298         label handling.  Labels are now recognized in a uniform and more
8299         robust way, regardless of context.  Text properties are put on all
8300         labels to recognize the following declarations better.
8301         Multiword labels are handled both in indentation and fontification for
8302         the benefit of language extensions like Qt.  For consistency, keywords
8303         in labels are now fontified with the label face instead.
8304         That also applies to "case" and "default".
8306         (c-beginning-of-statement-1): Fix some bugs in the label
8307         handling.  Disregard `c-nonlabel-token-key' in labels that begin
8308         with `c-label-kwds'.
8310         (c-find-decl-spots): Support that the callback adds more
8311         `c-decl-end' spots to find.
8313         (c-forward-decl-or-cast-1): Don't treat a list of plain
8314         identifiers followed by a colon as a declaration.
8316         (c-forward-label): New function to recognize labels.
8318         (c-guess-basic-syntax): Replace uses of `c-label-key' with
8319         `c-forward-label'.  Moved the label recognition cases (14 and 15)
8320         earlier since they aren't so context sensitive now.  Handle labels
8321         on the top level gracefully.  Moved access label recognition to
8322         the generic label case (CASE 15) - removed CASE 5E.
8324         (c-font-lock-declarations): Add recognition of labels in the
8325         same round since we need to handle labels in parallell with other
8326         declarations to recognize both accurately.  It should also improve
8327         speed.
8329         (c-simple-decl-matchers, c-basic-matchers-after):
8330         Move `c-font-lock-labels' so that it only is used on decoration level 2
8331         since `c-font-lock-declarations' handles it otherwise.
8333         (c-complex-decl-matchers): Remove the simplistic recognition of
8334         access labels.
8336         (c-decl-prefix-re): Remove the kludges that was necessary to cope
8337         with labels earlier.
8339         (c-decl-start-re): New language variable to make
8340         `c-font-lock-declarations' stop for the special protection labels
8341         in Objective-C that start with `@'.
8343         (c-label-key): Remove since it's no longer used.
8345         (c-recognize-colon-labels, c-label-prefix-re): New language
8346         constants to support recognition of generic colon-terminated labels.
8348         (c-type-decl-end-used): `c-decl-end' is now used whenever there
8349         are colon terminated labels.
8351         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8352         first argument starts with a special brace list.
8354         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8355         (c-font-lock-declarations): Break out the declaration and cast
8356         recognition from `c-font-lock-declarations' to a new function, so
8357         that it can be used in the indentation engine.
8359         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8360         up to the start of the literal.  Fixed bug with the point on the
8361         wrong side of the search limit that could happen when the start
8362         position is inside a literal.
8364         * progmodes/cc-engine.el (c-parse-state)
8365         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8366         so that it's kept a little bit back to increase the hit rate.
8368         (c-parse-state): Change the macro handling and fixed some
8369         glitches.  Macro context is checked more often than necessary now,
8370         but otoh less garbage conses are generated.
8372         * progmodes/cc-engine.el (c-parse-state)
8373         (c-invalidate-state-cache): Cache the last position where
8374         `c-state-cache' applies.  This can speed up refontification quite
8375         a bit in blocks where there are many non-brace parens before the point.
8377         (c-state-cache-end): New variable for this.
8379         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8380         cache variable.
8382         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8383         get close initial continue positions when the start position is
8384         inside a literal or macro.  Do not call the callback for spots
8385         before the start position (which can happen e.g. for `c-decl-end'
8386         spots inside comments).  Optimize better in special cases when the
8387         region is a single line inside a literal or macro (typically when
8388         the current line is refontified).
8390         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8391         to `c-add-stmt-syntax' - there's no need to explicitly whack off
8392         entries from the paren state.
8394         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8395         special case for "else if" clauses.
8397         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8398         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8400         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8401         New language variable to recognize the gcc extension with statement
8402         blocks inside expressions.
8404         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8405         it somewhat more comprehensible.  The argument AT-BLOCK-START is
8406         no longer used and hence removed.
8408         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8409         to `c-add-stmt-syntax'.
8411         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8412         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8413         This fixes bogus label recognition.
8415         * progmodes/cc-engine.el (c-add-type, c-check-type)
8416         (c-forward-name, c-forward-type): Improve storage of template
8417         types in `c-found-types' so that they can be recognized better.
8419         (c-syntactic-content): Add option to skip past nested parens.
8421         * progmodes/cc-engine.el (c-forward-name):
8422         Set `c-last-identifier-range' all the time.  It's less work that way.
8423         Handle that there might not be an identifier to store in
8424         `c-last-identifier-range'.
8426         (c-forward-type): Handle that `c-last-identifier-range' might be
8427         nil from `c-forward-name'.
8429         * progmodes/cc-defs.el (c-safe-scan-lists)
8430         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8432         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8433         to work even if the form fails.
8435         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8436         down in a large file in one go.
8438         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8440         * progmodes/cc-align.el (c-lineup-assignments): New lineup
8441         function which is like `c-lineup-math' but returns nil instead of
8442         `c-basic-offset' when it doesn't match.
8444         (c-lineup-math): Change to use `c-lineup-assignments'.
8446 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8448         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8449         c-beginning-of-statement.  New subfunctions
8450         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8452 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8454         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8455         hardcoded char classes whereever possible.  Changed a couple of
8456         places to use skip by syntax instead of skip by char class.
8458         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8459         Fix a bug in the regexp that caused extreme backtracking.
8461         * progmodes/cc-langs.el (c-block-comment-starter)
8462         (c-block-comment-ender): New language constants to specify in a
8463         single place how block comments look.
8465         (c-comment-start-regexp, c-block-comment-start-regexp)
8466         (comment-start, comment-end, comment-start-skip)
8467         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8468         (c-syntactic-ws, c-nonempty-syntactic-ws)
8469         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8470         `c-line-comment-starter', `c-block-comment-starter' and
8471         `c-block-comment-ender'.
8473         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8474         New language constants to break up things a bit.
8476         (c-simple-ws): New language constant for simple whitespace.
8478         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8480         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8481         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8482         newlines.  Allow and ignore nil elements in the list.
8484 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8486         * progmodes/cc-cmds.el: Comment out a (n almost certainly
8487         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8489         * progmodes/cc-cmds.el: Tidy up the comments in
8490         c-beginning-of-statement and subfunctions.
8492         * progmodes/cc-awk.el: Replace calls to put-text-property to the
8493         more flexible c-put-char-property and c-clear-char-properties.
8494         Add the author's email address.
8496         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8498         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8499         closing "*/" of a block comment.
8501         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8502         subfunctions) so that it works at BOB and EOB.
8504         * progmodes/cc-cmds.el, cc-vars.el: More updating of
8505         c-beginning-of-statement, including new variable
8506         c-block-comment-start-regexp.
8508 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8510         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8511         symbols from `*-font-lock-extra-types' so that there's no need to
8512         use `regexp-opt' on those lists.
8514         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8515         `c-type-modifier-kwds' is empty.
8517         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8518         there are several strings on the same line.
8520         * progmodes/cc-engine.el (c-literal-limits): Remove the
8521         compatibility function for older emacsen.  `c-literal-limits-fast'
8522         has now taken the place of this function.
8524         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8525         with older emacsen: We now require `pps-extended-state'.
8527 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8529         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8530         which obviates the need to hack sentence-end.  This now handles
8531         escaped newlines in strings correctly.  Correct minor bugs in
8532         c-move-over-sentence and in c-beginning-of-statement.
8534         * progmodes/cc-cmds.el (c-beginning-of-statement (and
8535         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8536         that movement over macros and code are rigorously separated from
8537         eachother.  Correct a few incidental bugs.
8539         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8540         Improve its doc-string.  Improve the handling of certain specific cases.
8542 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8544         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8545         (c-guess-basic-syntax): Change the way class-level labels are
8546         recognized; they can now contain essentially any symbols.
8548         (c-opt-extra-label-key): New language variable to cope with the
8549         special protection label syntax in Objective-C.
8551         (c-opt-access-key): Remove; this is now handled better by
8552         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8554         (c-complex-decl-matchers): Update to handle that
8555         `c-opt-access-key' no longer exists.
8557         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8558         improved label recognition in `c-beginning-of-statement-1'.
8560         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8561         Recognize bitfields better.
8563         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8564         Remove some cruft and fixed a bug that could cause it to go to a
8565         position further down.
8567         * progmodes/cc-langs.el, cc-engine.el
8568         (c-beginning-of-statement-1): Improve detection of labels in
8569         declaration contexts.
8571         (c-beginning-of-decl-1): Use it.
8573         (c-nonlabel-token-key): New language constant and variable needed
8574         by `c-beginning-of-statement-1'.
8576         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8577         manifested itself due to the correction in `c-forward-sexp'.
8579         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8580         Make these behave as documented when used at the buffer limits.
8582         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8583         (c-type-decl-end-used): Made this a language variable.
8585         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8586         correctly when `combine-after-change-calls' is used together with
8587         temporary narrowings.
8589         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8590         Report labels correctly when the start point is immediately after the
8591         colon.
8593         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8594         Remove since it isn't used anymore.
8596         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8597         bracket arglists such as template parens in C++.
8599         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8600         in the last check-in.  Some optimization.
8602         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8603         where it could stop at the same level in a preceding sexp when
8604         PAREN-LEVEL is set.
8606         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8607         text property lookup only when it's needed.
8609         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8610         Change the policy for paren marked angle brackets to be more
8611         persistent; once marked they remain marked even when they're found
8612         to be unbalanced in the searched region.  This should keep the
8613         paren syntax around even when individual lines are refontified in
8614         multiline template arglists.
8616         (c-parse-and-markup-<>-arglists): New dynamically bound variable
8617         to control markup so that incorrect angle bracket arglists aren't
8618         marked in contexts where the correct value for
8619         `c-disallow-comma-in-<>-arglists' isn't known.
8621         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8622         argument has become `c-parse-and-markup-<>-arglists'.
8624         (c-remove-<>-arglist-properties): Remove - no longer used.
8626         (c-after-change-check-<>-operators): New function used on
8627         `after-change-functions' to avoid that "<" and ">" characters that
8628         are part of longer operators have paren syntax.
8630         (c-<>-multichar-token-regexp): New language variable used by
8631         `c-after-change-check-<>-operators'.
8633         (c-after-change): Call `c-after-change-check-<>-operators'.
8635         (c-font-lock-<>-arglists): Use the context properties set by
8636         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8637         correctly to avoid doing invalid markup.
8639         (c-font-lock-declarations): Remove code that undoes the invalid
8640         markup done by `c-font-lock-<>-arglists'.
8642         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8643         after `c-font-lock-declarations'.
8645         * progmodes/cc-engine.el (c-syntactic-skip-backward):
8646         Add paren-level feature.
8648         (c-guess-basic-syntax): Improve the anchor position for
8649         `template-args-cont' in nested template arglists.  There's still
8650         much to be desired in this area, though.
8652 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8654         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8655         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8657 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
8659         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8660         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8662         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8663         it doesn't work no longer are supported.
8665         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8666         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8667         requires support for the syntax-table' text property, which rules
8668         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
8669         cruft associated with those versions.
8671         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8672         for the `syntax-table' text property, which rules out Emacs 19 and
8673         XEmacs < 21.4.  Removed various compatibility cruft associated
8674         with those versions.
8676         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8677         support for the `syntax-table' text property.
8679         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8680         variable and use an extra quoted face name instead.  All the
8681         emacsen flavors handle that correctly.
8683         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8684         (c-font-lock-declarators, c-font-lock-declarations)
8685         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8686         property to mark the items in in declarator lists to handle
8687         refontification inside multiline declarations better.
8689         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8690         construct like "a * b = c;" as a declaration.
8692 2005-12-08  Kim F. Storm  <storm@cua.dk>
8694         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8695         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
8696         select either meta, hyper, or super modifier for rectangle commands.
8697         (cua--rectangle-modifier-key): New defvar.
8698         (cua--M/H-key): Use it.  Remove special case for `space'.
8699         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8700         on X, to meta otherwise.  Always bind C-return to toggle
8701         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
8703         * emulation/cua-rect.el (cua-help-for-rectangle):
8704         Use cua--rectangle-modifier-key.  Handle super modifier too.
8705         (cua--init-rectangles): Always bind C-return to toggle rectangle.
8706         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8708         * ido.el: Move Acknowledgements and History after Commentary.
8709         Minor changes to Commentary.
8711         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8712         keymap if cua--prefix-override-timer is `shift'.
8713         (cua--shift-control-prefix): New function; emulate "type prefix
8714         key twice" functionality to handle shifted prefix key override.
8715         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8716         New commands.
8717         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8719 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
8721         * textmodes/org.el (org-insert-heading): Try to do items before
8722         headings.
8723         (org-agenda-mode): Quote `org-agenda-mode-hook'.
8724         (org-insert-item): New function.
8725         (org-renumber-ordered-list): Don't skip to higher level lists.
8727 2005-12-08  Juri Linkov  <juri@jurta.org>
8729         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8731         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8733         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8735         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8736         the constructed function name fun-1.
8738         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8739         because such links don't lead to parent documentation.
8741 2005-12-08  Kenichi Handa  <handa@m17n.org>
8743         * descr-text.el (describe-char): Use *Help-2* buffer if the
8744         current buffer is *Help*.  Call describe-text-properties while
8745         setting the original buffer.
8747 2005-12-07  Bill Wohler  <wohler@newt.com>
8749         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
8750         and causes problems with non-MH users (such as Gnus users).
8752 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
8754         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
8755         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
8756         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
8757         command "info sources".  Move calls to GDB command "list".
8758         (gdb-find-file-hook): Just use gdb-source-file-list.
8759         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
8760         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
8761         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
8762         (gdb-data-list-register-values-handler): Use correct trigger name.
8764 2005-12-07  Kim F. Storm  <storm@cua.dk>
8766         * ido.el (ido-completion-map): Rename from ido-mode-map.
8767         (ido-common-completion-map, ido-file-completion-map)
8768         (ido-file-dir-completion-map, ido-buffer-completion-map):
8769         Rename from ido-mode-....-map.
8770         (ido-init-completion-maps): Rename from ido-init-mode-maps.
8771         (ido-setup-completion-map): Rename from ido-define-mode-map.
8772         (ido-read-internal): Bind minibuffer-local-filename-completion-map
8773         to ido-completion-map.
8775 2005-12-07  Kenichi Handa  <handa@m17n.org>
8777         * international/mule-cmds.el
8778         (set-display-table-and-terminal-coding-system): If the coding
8779         system specified in `unibyte-display' property is different from
8780         the arg coding-system, don't setup standard-display-table.
8782 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8784         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
8785         that comments end at \n, regardless of selective-display.
8787 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
8789         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
8790         (gdb-version): New variables.
8791         (gdb-source-file-list, gdb-register-names)
8792         (gdb-changed-registers): New variables for use with GDB 6.4+.
8793         (gdb-ann3): Replace with...
8794         (gdb-init-1, gdb-init-2): ...two new functions.
8795         (gdba, gdb-prompt): Call gdb-init-1.
8796         (gdb-get-version): New function.  Call gdb-init-2 from here.
8797         (gud-watch): Make it work with mouse events too.
8798         (gdb-post-prompt): Don't add to queue until GDB version is known.
8799         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
8800         (gdb-locals-mode): Use gdb-version.
8801         (gdb-memory-format-map, gdb-memory-unit-map)
8802         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
8803         (gdb-locals-font-lock-keywords-1)
8804         (gdb-locals-font-lock-keywords-2): New variables.
8805         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
8806         (gdb-set-gud-minor-mode-existing-buffers-1)
8807         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
8808         (gdb-var-update-1, gdb-var-update-handler-1)
8809         (gdb-data-list-register-values-handler)
8810         (gdb-data-list-register-values-custom)
8811         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
8812         (gdb-stack-list-locals-handler, gdb-get-register-names):
8813         New functions for use with GDB 6.4+.
8814         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
8815         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
8816         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
8817         (gdb-stack-list-locals-regexp)
8818         (gdb-data-list-register-names-regexp): New regexps for use with
8819         GDB 6.4+.
8821 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8823         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
8825 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
8827         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
8828         prompts work for AUTH PLAIN.  Also reported by Steve Allan
8829         <seallan@verizon.net>.
8831 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
8833         * frame.el (set-frame-parameter): Add doc string.
8835 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
8837         * textmodes/org.el (org-occur-highlights): New variable.
8838         (org-highlight-new-match, org-remove-occur-highlights): New functions.
8839         (org-highlight-sparse-tree-matches): New option.
8840         (org-do-occur): New function.
8841         (org-get-heading): Make it work also at beginning of line.
8842         (org-category-table): New variable.
8843         (org-get-category-table, org-get-category)
8844         (org-camel-to-words, org-link-search): New functions.
8845         (org-select-this-todo-keyword): New variable.
8846         (org-todo-list): New command.
8847         (org-shiftright, org-shiftleft): New commands.
8848         (org-agenda-todo): Add prefix argument.
8849         (org-show-hierarchy-above): New option.
8850         (org-show-todo-tree): Numerical prefix creates tree for specific
8851         TODO keyword.
8852         (org-outline-level): New function, to assign a level to plain
8853         lists items.
8854         (org-cycle-include-plain-lists): New option.
8855         (org-mode): Use `org-outline-level' as value of `outline-level'.
8856         (org-cycle): Temporarily switch `outline-regexp' if
8857         `org-cycle-include-plain-lists' is non-nil.
8858         (org-start-icalendar-file): Fix format bug.
8859         (org-agenda-get-day-entries): Create category table.
8860         (org-agenda-get-todos, org-agenda-get-timestamps)
8861         (org-agenda-get-deadlines, org-agenda-get-scheduled)
8862         (org-agenda-get-blocks): Use `org-get-category'.
8863         (org-context-in-file-links): Rename from
8864         `org-line-numbers-in-file-links'.
8866 2005-12-06  Romain Francoise  <romain@orebokech.com>
8868         * window.el (balance-windows): Delete extraneous third arg in call
8869         to `enlarge-window'.
8871 2005-12-06  Kenichi Handa  <handa@m17n.org>
8873         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
8875 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
8877         * progmodes/gdb-ui.el (gdb-var-create-handler)
8878         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
8879         (gdb-var-list-children-handler, gdb-var-update-handler):
8880         Current buffer is already gdb-partial-output-buffer, don't
8881         make it current again.
8883 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
8885         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
8886         (list-buffers-noselect): Use it.
8888 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8890         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
8891         (mail-yank-ignored-headers): Use regexp-opt.
8892         (mail-mode-map): Move initialization into declaration.
8893         (mail-sent-via): Remove unused shadowed var `to-line'.
8894         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
8895         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
8896         (mail-do-fcc): Use dolist and push.
8897         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
8898         (mail-yank-ignored-headers): Don't autoload.
8900 2005-12-05  Kenichi Handa  <handa@m17n.org>
8902         * international/mule-cmds.el (set-language-info-internal): New fun.
8903         (set-language-info): Call set-language-info-internal to update
8904         language-info-alist.  If LANG-ENV is the current one, call
8905         set-language-environment to make INFO effective now.
8906         (set-language-info-alist): Likewise.
8907         (locale-language-names): With locale "en", use English
8908         lang. env. but set the default codings to iso-8859-1.
8910 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
8912         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
8913         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
8914         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
8915         for plain strings.
8916         (gdb-frames-mode): Remove redundant call to font-lock-mode.
8917         (gdb-all-registers): Rename from toggle-gdb-all-registers.
8918         Create registers buffer if necessary.  Echo new state in minibuffer.
8919         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
8921 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
8923         * info.el (Info-fontify-node): Match external links using
8924         non-directory part of filename.
8926 2005-12-04  Juri Linkov  <juri@jurta.org>
8928         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
8929         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
8930         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
8931         because there is no customization option for it.
8933         * font-lock.el (lisp-font-lock-keywords-1):
8934         Add define-global-minor-mode.
8936         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
8938         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
8939         properties on the constructed variable names.
8941         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8942         Put `definition-name' properties on the constructed function names
8943         next-sym and prev-sym.
8945         * emacs-lisp/find-func.el (find-function-regexp):
8946         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
8947         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
8948         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
8949         and easy-menu-define.
8951         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
8952         easy-mmode-define-global-mode and define-global-minor-mode.
8953         (lisp-imenu-generic-expression): Add define-global-minor-mode.
8955         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
8956         instead of easy-mmode-define-global-mode.
8958         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8959         Use define-minor-mode instead of easy-mmode-define-minor-mode.
8961         * cus-edit.el (customize-group, customize-group-other-window):
8962         Filter out autoloaded options from the group completion list by
8963         using heuristics that autoloaded groups don't have `custom-autoload'
8964         property on their symbols (they have only `custom-loads').
8966         * simple.el (completion-setup-function): Put completions-common-part
8967         face on complete completion string too (i.e. completion string
8968         without completions-first-difference face).
8970         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
8972 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
8974         * view.el (view-mode): Doc fix.
8976         * disp-table.el (standard-display-european): Add to the warning
8977         message a reference to the doc string.
8979         * play/yow.el (apropos-zippy): Call print-help-return-message,
8980         similar to other Help and Apropos commands.
8982         * help.el (print-help-return-message): If pop-up-frames is
8983         non-nil, set up help-return-method to delete the help window and,
8984         possibly, its frame as well, and don't display message about
8985         scrolling the help window.  Doc fix.
8986         (help-return-method): Doc fix.
8988 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
8990         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
8991         whereby names of length one or names starting with a
8992         symbol-constituent character would not be returned.
8994 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
8996         * subr.el (atomic-change-group): Add edebug and indentation spec.
8998 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9000         * completion.el (save-completions-file-name): Fix typo in last change.
9002 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9004         * info.el: Move back/forward history to the beginning of the tool bar.
9006 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
9008         * allout.el (eval-when-compile): Remove unnecessary load of cl.
9009         Add fset of allout-real-isearch-abort during compile to fix
9010         byte-compilation warnings.
9011         (allout-mode-p): Move definition of this macro above all uses, or
9012         byte compilation in barren emacs (eg, during emacs build) will
9013         lack the definition.
9014         (allout-mode): Move this variable above any uses, or byte
9015         compilation will fail.
9016         (allout-resolve-xref): Remove use of personal file-reference function.
9017         (allout-toggle-current-subtree-encryption): Do the current (ie,
9018         visible containing) topic, rather than nearest around point.  Doc fix.
9019         (allout-toggle-subtree-encryption): New function, workhorse that
9020         works on nearest topic containing point.
9021         (allout-encrypt-string): Signal requirement for newer version of pgg.
9022         (allout-resumptions): Doc fix.
9024 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
9026         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9028 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
9030         * textmodes/flyspell.el (flyspell-external-point-words):
9031         Consider a misspelling as found in the string search if: (a) misspelling
9032         and found string lengths match, or (b) misspelling is found as
9033         element in a boundary-chars separated longer string, or (c)
9034         ispell-program-name is really ispell and misspelling is found as
9035         part of a TeX string.  After successful match move beginning of
9036         search region to end of match.  Warn about not found misspellings
9037         once the process is done.
9038         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9040 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
9042         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9043         tool bar (removed inadvertently).
9045 2005-12-02  Juri Linkov  <juri@jurta.org>
9047         * log-view.el (log-view-diff): Clarify doc string.
9049 2005-12-01  Bill Wohler  <wohler@newt.com>
9051         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9052         triggers lm-verify errors.
9054 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
9056         * simple.el (transient-mark-mode, line-number-mode)
9057         (column-number-mode, size-indication-mode): Remove `:require nil'.
9059 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
9061         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9062         in the margin also.
9063         (gdb-breakpoints-mode-map): Use D instead of d for
9064         gdb-delete-breakpoint.
9065         (gdb-get-frame-number): Require a number to match on.
9066         (gdb-threads-mode-map): Add follow-link binding.
9068 2005-11-30  Jason Rumney  <jasonr@gnu.org>
9070         * isearch.el (isearch-mode-map): Avoid exiting search on
9071         language-change event.
9073 2005-11-30  Romain Francoise  <romain@orebokech.com>
9075         * speedbar.el (speedbar-default-position): New defcustom.
9076         (speedbar-frame-reposition-smartly): Use it.
9078         * dframe.el (dframe-reposition-frame-emacs): Fix position
9079         computation for `left' location.
9080         Update copyright year.
9082 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9084         * help.el (help-map): Move initialization into declaration.
9086         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9088         * help-fns.el (help-argument-name): Don't autoload.
9089         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9090         to be re-loaded when customizing the `help' group.
9092 2005-11-30  John Paul Wallington  <jpw@gnu.org>
9094         * help-fns.el (describe-function-1): Fill arglist output.
9096 2005-11-30  Kim F. Storm  <storm@cua.dk>
9098         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9099         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9100         after revert-buffer (or anything else which kills all local variables).
9102         * apropos.el (apropos-parse-pattern): Doc fix.
9103         Set apropos-regexp directly, rather than expecting callers to do so.
9104         (apropos-command, apropos, apropos-value, apropos-documentation):
9105         Simplify calls to apropos-parse-pattern.
9107 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
9109         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9110         (hi-lock-face-phrase-buffer): Use hi-yellow face.
9111         (hi-lock-write-interactive-patterns): Use comment-region.
9113         * longlines.el (longlines-mode): Add mail-setup-hook.
9115         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9117         * simple.el (sendmail-user-agent-compose, next-line):
9118         Conditionally use hard-newline.
9120 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9122         * international/latexenc.el (latex-inputenc-coding-alist):
9123         Reword doc string.
9125 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
9127         * help.el (describe-key-briefly, describe-key): Recognize default
9128         bindings.
9130 2005-11-29  Romain Francoise  <romain@orebokech.com>
9132         * view.el (view-inhibit-help-message): New defcustom.
9133         (view-mode-enter): Use it.
9135 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
9137         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9138         Preserve user position.
9140 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
9142         * font-lock.el: Throw error if facemenu is not loaded to prevent
9143         accidental change of loading order in loadup.el.  (Suggested by RMS.)
9145         * loadup.el: Add comment explaining why facemenu must be loaded
9146         before font-lock.
9148 2005-11-28  Jay Belanger  <belanger@truman.edu>
9150         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9151         (calc-dispatch-map): Add more keys for `calc-same-interface'.
9153         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9155         * calc/calc-embed.el (calc-do-embedded): Update help message.
9157         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9159 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9161         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9163         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9164         called-interactively-p.
9165         (elp-profilable-p): Rename from elp-not-profilable-p.
9166         Invert result and take into account macros and autoloaded functions.
9167         (elp-instrument-function): Update call.
9168         (elp-instrument-package): Update call.  Add completion.
9169         (elp-pack-number): Use match-string.
9170         (elp-results-jump-to-definition-by-mouse): Merge into
9171         elp-results-jump-to-definition and then remove.
9172         (elp-output-insert-symname): Make help echo text single-line.
9174         * replace.el (query-replace-map): Move initialization into declaration.
9175         (occur-engine): Use with-current-buffer.
9176         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9177         (occur-mode-mouse-goto): Replace with an alias.
9179 2005-11-28  Juri Linkov  <juri@jurta.org>
9181         * simple.el (quoted-insert): Let-bind input-method-function to nil.
9183         * term/w32-win.el: Bind [S-tab] to [backtab].
9185         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9186         `Info-find-file' to t.
9188         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9189         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9190         and same-window-regexps.
9191         (occur-next-error): Don't move point for arg 0.
9193 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
9195         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9197 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9199         * log-edit.el (log-edit-changelog-use-first): New var.
9200         (log-edit-changelog-ours-p): Use it.
9201         (log-edit-insert-changelog): Set it with new arg `use-first'.
9202         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9203         (log-edit-hook): Add them to the list of suggested options.
9205         * textmodes/flyspell.el (flyspell-last-buffer): New var.
9206         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9207         redundant work.
9208         (flyspell-mode-on): Use add-hook for after-change-functions.
9209         (flyspell-mode-off): Use remove-hook for after-change-functions.
9210         (flyspell-changes): Make it buffer-local.
9211         (flyspell-after-change-function): Make it non-interactive.  Use push.
9212         (flyspell-post-command-hook): Check input-pending-p while processing
9213         the potentially long list of buffer changes.
9215 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
9217         * buff-menu.el (list-buffers-noselect): Display the selected
9218         frame's buffer list, not the global one.
9220 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
9222         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9223         that (list last-input-event) works as in interactive spec.
9225 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9227         * loadup.el ("facemenu"): Load facemenu before font-lock, because
9228         `facemenu-keymap' needs to be defined when font-lock is loaded.
9229         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9231 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9233         * completion.el: Remove useless leading * in defcustom docstrings.
9234         (save-completions-file-name): Use ~/.emacs.d if available.
9235         (completion-standard-syntax-table): Rename from
9236         cmpl-standard-syntax-table and fold initialization into declaration,
9237         thus removing cmpl-make-standard-completion-syntax-table.
9238         (completion-lisp-syntax-table, completion-c-syntax-table)
9239         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9240         (cmpl-saved-syntax, cmpl-saved-point): Remove.
9241         (symbol-under-point, symbol-before-point)
9242         (symbol-under-or-before-point, symbol-before-point-for-complete)
9243         (add-completions-from-c-buffer): Use with-syntax-table.
9244         (make-completion): Don't return a list of completion entries.
9245         Update callers.
9246         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9247         (completion-initialize): Rename from initialize-completions.
9248         (completion-find-file-hook): Rename from cmpl-find-file-hook.
9249         (kill-emacs-save-completions): Collect stats here.
9250         (save-completions-to-file, load-completions-from-file):
9251         Use with-current-buffer.
9252         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
9253         into a function.  Move all calls to toplevel.
9254         (completion-lisp-mode-hook): New fun.
9255         (completion-c-mode-hook, completion-setup-fortran-mode):
9256         Set the syntax-table here.  Use local-set-key.
9257         (completion-saved-bindings): New var.
9258         (dynamic-completion-mode): Make it into a proper minor mode.
9259         (load-completions-from-file): Remove unused var `num-uses'.
9261         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9262         constructor if it is explicitly overridden.
9264         * complete.el (PC-completion-as-file-name-predicate):
9265         Use minibuffer-completing-file-name.
9266         (partial-completion-mode): Use find-file-not-found-functions.
9267         (PC-lisp-complete-symbol): Use with-syntax-table.
9268         (PC-look-for-include-file): Remove dead setq.
9269         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9270         (PC-complete): Use with-current-buffer.
9272         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9273         escape single quotes.
9275 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9277         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9278         of `if' whose condition always returned nil.  Doc fix.
9280         * buff-menu.el (Buffer-menu-revert-function): Make the selected
9281         window's buffer the current buffer around the call to
9282         `list-buffers-noselect'.  This is necessary to mark that buffer
9283         with a `.' in the Buffer Menu when called from Lisp, for instance
9284         by Auto Revert Mode.
9286 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
9288         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9289         attaching to it.
9290         (gdb-pre-prompt): Make sure gdb-error is reset.
9292         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9293         with a child process, detect it.
9294         (gud-speedbar-buttons): Match regexp more carefully.
9296 2005-11-27  Richard M. Stallman  <rms@gnu.org>
9298         * mouse.el (mouse-drag-move-window-bottom):
9299         Use adjust-window-trailing-edge.
9301 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
9303         * simple.el (blink-matching-open): Ignore
9304         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9305         (blink-matching-paren-on-screen): Update docstring.
9307         * paren.el (show-paren-mode): No longer change
9308         `blink-matching-paren-on-screen'.
9310 2005-11-27  John Paul Wallington  <jpw@pobox.com>
9312         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9313         (gdb-threads-select, gdb-edit-register-value):
9314         Use `posn-set-point' instead of `mouse-set-point' because the
9315         latter is not fbound when configured without X.
9317 2005-11-27  Kim F. Storm  <storm@cua.dk>
9319         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9320         existing face when partially highlighting a TAB in a rectangle.
9322 2005-11-26  Kim F. Storm  <storm@cua.dk>
9324         * ido.el (ido-mode-map): Doc fix.
9325         (ido-mode-common-map, ido-mode-file-map)
9326         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9327         (ido-define-mode-map): Rewrite.  Select one of the new maps as
9328         parent for ido-mode-map instead of building from scratch.
9329         (ido-init-mode-maps): New defun to initialize new maps.
9330         (ido-mode): Call it.
9331         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9332         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9334 2005-11-26  John Paul Wallington  <jpw@pobox.com>
9336         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9337         `mouse-set-point' because the latter is not fbound when configured
9338         without X.
9340 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
9342         * files.el (file-relative-name): Doc fix.
9344 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
9346         * progmodes/octave-inf.el (inferior-octave-startup): Force a
9347         non-empty string for secondary prompt PS2.
9349 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
9351         * progmodes/compile.el (compilation-setup): Fix last change.
9353 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
9355         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9356         (gdb-mouse-toggle-breakpoint-margin)
9357         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9358         Add gdb-server-prefix to keep out of command history.
9359         (gdb-edit-register-value): New function.
9360         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9361         (gdb-info-registers-custom): Use above map.
9363 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
9365         * custom.el (enable-theme): Signal error if argument is not a
9366         theme.  Don't recalculate a face if it's not loaded yet.
9368         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9369         the `user' theme is in effect.
9371         * info.el (Info-on-current-buffer): Record actual filename in
9372         Info-current-file, instead of t, or a fake filename if a non-file
9373         buffer.  Make autoload.
9374         (Info-find-node, Info-revert-find-node): No need to check for
9375         Info-current-file nil.
9376         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9377         Info-current-file is now never `t'.
9378         (Info-fontify-node): Many simplifications due to Info-current-file
9379         always being valid.  Use Info-find-file to find node filename.
9381 2005-11-25  David Kastrup  <dak@gnu.org>
9383         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9384         new character, then delete" in order to preserve markers.
9386 2005-11-25  David Ponce  <david@dponce.com>
9388         * recentf.el (recentf-arrange-by-rule): Handle a special
9389         `auto-mode-alist'-like "strip suffix" rule.
9390         (recentf-build-mode-rules): Handle second level auto-mode entries.
9392 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
9394         * viper-keym.el (viper-ESC-key): Use different values in terminal and
9395         window modes.
9397         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9398         jde-javadoc-checker-report-mode.
9400         * ediff-wind (ediff-make-wide-display): Slight simplification.
9402         * ediff.el (ediff-date): Change the date of last update.
9404 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
9406         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9407         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
9408         (hi-lock-mode): New global minor mode.
9409         (turn-on-hi-lock-if-enabled): New function.
9410         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9411         Change arguments to regexp and face instead of a font-lock pattern.
9412         Directly set face property, instead of refontifying.
9413         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9414         (hi-lock-find-patterns): Use line-number-at-pos.
9416         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
9417         arguments for hi-lock-set-pattern.
9418         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9419         Call font-lock-fontify-buffer.
9420         (hi-lock-find-file-hook, hi-lock-current-line)
9421         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9423         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9424         turned off.
9426         * progmodes/compile.el (compilation-setup): Don't fiddle with
9427         font-lock-defaults.
9429 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
9431         * progmodes/gdb-ui.el (gdb-var-create-handler)
9432         (gdb-var-list-children-handler): Find values for all variable
9433         objects.  gud-speedbar-buttons decides whether to display them.
9435 2005-11-24  Romain Francoise  <romain@orebokech.com>
9437         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9438         buffer name with a space.
9440 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
9442         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9443         `org-export-local-list-max-depth'.  Change default value to 3.
9444         (org-auto-renumber-ordered-lists)
9445         (org-plain-list-ordered-item-terminator): New options.
9446         (org-at-item-p, org-beginning-of-item, org-end-of-item)
9447         (org-get-indentation, org-get-string-indentation)
9448         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9449         New functions.
9450         (org-move-item-down, org-move-item-up): New commands.
9451         (org-export-as-html): New classes for CSS support.  Bug fix in
9452         regular expression detecting fixed-width regions.  Respect
9453         `org-local-list-ordered-item-terminator'.
9454         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9455         also a list item.
9456         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9457         New item moving functions.
9459 2005-11-24  Juri Linkov  <juri@jurta.org>
9461         * isearch.el (isearch-repeat): With empty search ring set
9462         `isearch-error' to the error string instead of signaling error
9463         with the function `error'.
9465 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9467         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9469 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
9471         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9472         and variable.
9473         (gdb-var-create-handler, gdb-var-list-children-handler):
9474         Don't match on "char **...".
9475         (gdb-var-update-handler): Find values for all variable objects.
9476         (gdb-info-frames-custom): Identify frames by leading "#".
9478         * progmodes/gud.el (gud-speedbar-menu-items): Add
9479         gdb-speedbar-auto-raise as radio button.
9480         (gud-speedbar-buttons): Raise speedbar if requested.
9481         Don't match on "char **...".
9482         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9483         Make it editable.
9485 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
9487         * info.el (Info-fontify-node): Handle the case where
9488         Info-current-file is t.
9490 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9492         * simple.el (blink-matching-open): Fix off-by-one in last change.
9494 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9496         * term/mac-win.el: Don't change default directory.
9498 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
9500         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9501         buffers correctly.  (It used to throw an error in such buffers.)
9502         Make it ask for confirmation in group buffers and other Custom
9503         buffers containing more than one customization item.
9505 2005-11-22  John Paul Wallington  <jpw@gnu.org>
9507         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9508         property on mail and url overlays.
9509         (goto-address-at-point): Use `posn-set-point' instead of
9510         `mouse-set-point' because the latter is not fbound when configured
9511         without X.
9513 2005-11-22  Lars Hansen  <larsh@soem.dk>
9515         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9516         (ls-lisp-classify, ls-lisp-format): Delete call to
9517         ls-lisp-parse-symlink.
9518         (ls-lisp-handle-switches): Handle symlinks to directories as
9519         directories when ls-lisp-dirs-first in non-nil.
9521 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
9523         * startup.el (command-line): Make sure that loaddefs.el is handled
9524         correctly in load-history.
9526 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
9528         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9529         (gdb-struct-string, gdb-array-string): New constants.
9530         (gdb-info-locals-handler): Use them.
9531         (gdb-reset): Reset gdb-var-list to nil.
9533 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9536         in patterns.
9538 2005-11-21  Juri Linkov  <juri@jurta.org>
9540         * custom.el (defcustom): Update link types in docstring.
9542 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
9544         * custom.el (defgroup): Add doc-string-elt info.
9546         * widget.el (define-widget): Don't use declare for the doc-string-elt.
9548 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9550         * newcomment.el (comment-enter-backward): Fix last fix.
9552         * simple.el (blink-matching-open):
9553         * paren.el (show-paren-function): Allow new paren-class info.
9555 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
9557         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
9558         handled automagically.
9560 2005-11-20  Andreas Schwab  <schwab@suse.de>
9562         * descr-text.el (describe-char): When copying overlays put them
9563         over the full char description instead of just the first character
9564         of it.
9566 2005-11-20  Juri Linkov  <juri@jurta.org>
9568         * simple.el (what-cursor-position):
9569         * descr-text.el (describe-char): Use Lisp-readable syntax
9570         for octal and hex.  Reorder decimal, octal and hex values.
9571         Remove excess whitespace in the output.  Use `=' in `column='
9572         like in `point=' and `Hscroll='.
9574         * international/mule-cmds.el (encoded-string-description):
9575         Use Lisp-readable syntax for hex.
9577 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9579         * newcomment.el (comment-enter-backward): Handle the case where the
9580         comment is closed by EOB.
9582 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9584         * longlines.el (longlines-before-revert-hook)
9585         (longlines-after-revert-hook): New functions.
9586         (longlines-mode): Turn off longlines temporarily when reverting.
9587         Add a message-setup-hook.
9588         (longlines-decode-buffer): New function.
9589         (longlines-wrap-line): Preserve marker positions.
9591 2005-11-19  Andreas Schwab  <schwab@suse.de>
9593         * emacs-lisp/shadow.el: Handle compressed files.
9595 2005-11-19  Romain Francoise  <romain@orebokech.com>
9597         * net/browse-url.el (browse-url-default-browser): Signal an error
9598         if no usable browser can be found, rather than try to load w3.
9600 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
9602         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9603         replacing existing properties.
9604         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9605         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9606         tty specs.
9607         (rcirc-server-prefix, rcirc-server): New faces.
9608         (rcirc-url-regexp): Generate with rx macro.
9609         (rcirc-last-server-message-time): New variable.
9610         (rcirc-filter): Record time of last message.
9611         (rcirc-keepalive): Kill processes that did not send a message
9612         since the last ping.
9613         (rcirc-mode): Give rcirc-topic a local binding here.
9615 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>
9617         * subr.el (read-passwd): Fontify the prompt as we do with other
9618         prompts.
9620 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
9622         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9623         binding buffer-read-only to nil.
9625 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
9627         * complete.el (partial-completion-mode):
9628         Mention completion-auto-help in the doc string.
9630         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
9631         more Lisp-ish way.
9633 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
9635         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9636         digits, not 8, to avoid misalignment for files larger than 100MB.
9638 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
9640         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9641         Mention "keyboard shortcuts" in the help text.
9643 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9645         * startup.el (fancy-splash-default-action): Discard only
9646         mouse-down and succeeding mouse-up events in the splash screen
9647         window so that drag-n-drop event can be processed.
9649 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
9651         * longlines.el (longlines-mode): Add hacks for mail-mode and
9652         message-mode.
9654 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
9656         * textmodes/org.el (org-table-sort-lines): New command.
9657         (org-tbl-menu): Add entry for `org-table-sort-lines'.
9658         (org-add-file): Command removed, use `org-agenda-file-to-front'
9659         instead.
9660         (org-export-icalendar): Use `org-icalendar-combined-name'.
9661         (org-cycle-agenda-files, org-agenda-file-to-end)
9662         (org-agenda-file-to-front): New commands.
9663         (org-table-tab-jumps-over-hlines, org-export-html-style):
9664         New options.
9665         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9666         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9667         New functions.
9668         (org-fill-paragraph): Call `org-table-align' in tables.
9669         (org-mode): Call `org-set-autofill-regexps'.
9670         (org-export-as-html): Support for local handformatted lists.
9671         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
9672         (org-export-local-list-max-depth): New option.
9673         (org-html-expand): Use `org-html-protect'.
9675 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
9677         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9678         to "p".
9679         (gdb): Move definition of gud-pp to...
9681         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
9682         speedbar.
9683         (gdb-find-watch-expression): New function.
9685 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9687         * faces.el (face-attribute, set-face-attribute): Mention existence
9688         of `:ignore-defface' setting in docstring.
9690 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9692         * simple.el (completion-setup-function): Fix last change.
9694 2005-11-17  John Paul Wallington  <jpw@pobox.com>
9696         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9697         Use `posn-set-point' instead of `mouse-set-point' because the
9698         latter is not fbound when configured without X.
9700         * comint.el (comint-insert-input): Likewise.
9702 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9704         * simple.el (hard-newline): New variable.
9705         (sendmail-user-agent-compose, next-line): Use it.
9707         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9708         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9709         (mail-mail-reply-to, mail-mail-followup-to)
9710         (mail-position-on-field, mail-signature, mail-yank-original)
9711         (mail-attach-file): Likewise.
9713         * mail/mailheader.el (mail-header-format)
9714         (mail-header-format-function): Likewise.
9716         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9718 2005-11-17  Juri Linkov  <juri@jurta.org>
9720         * font-lock.el (font-lock-faces): Rename this defgroup from
9721         `font-lock-highlighting-faces'.
9722         (font-lock-comment-face, font-lock-comment-delimiter-face)
9723         (font-lock-string-face, font-lock-doc-face)
9724         (font-lock-keyword-face, font-lock-builtin-face)
9725         (font-lock-function-name-face, font-lock-variable-name-face)
9726         (font-lock-type-face, font-lock-constant-face)
9727         (font-lock-warning-face, font-lock-negation-char-face)
9728         (font-lock-preprocessor-face)
9729         (font-lock-regexp-grouping-backslash)
9730         (font-lock-regexp-grouping-construct): Rename :group from
9731         `font-lock-highlighting-faces' to `font-lock-faces'.
9733         * cus-edit.el (lisp, c, tex):
9734         * progmodes/ada-mode.el (ada):
9735         * progmodes/asm-mode.el (asm):
9736         * progmodes/cperl-mode.el (cperl-faces):
9737         * progmodes/cpp.el (cpp):
9738         * progmodes/dcl-mode.el (dcl):
9739         * progmodes/f90.el (f90):
9740         * progmodes/fortran.el (fortran):
9741         * progmodes/icon.el (icon):
9742         * progmodes/idlwave.el (idlwave-misc):
9743         * progmodes/m4-mode.el (m4):
9744         * progmodes/make-mode.el (makefile):
9745         * progmodes/meta-mode.el (meta-font):
9746         * progmodes/modula2.el (modula2):
9747         * progmodes/octave-mod.el (octave):
9748         * progmodes/pascal.el (pascal):
9749         * progmodes/perl-mode.el (perl):
9750         * progmodes/prolog.el (prolog):
9751         * progmodes/ps-mode.el (PostScript-edit):
9752         * progmodes/scheme.el (scheme):
9753         * progmodes/sh-script.el (sh-script):
9754         * progmodes/simula.el (simula):
9755         * progmodes/tcl.el (tcl):
9756         * textmodes/nroff-mode.el (nroff):
9757         * textmodes/reftex-vars.el (reftex-fontification-configurations):
9758         * textmodes/sgml-mode.el (sgml):
9759         * textmodes/texinfo.el (texinfo):
9760         Add :link (custom-group-link font-lock-faces) to defgroup.
9762         * hi-lock.el (hi-lock): Rename this defgroup from
9763         `hi-lock-interactive-text-highlighting'.  Change parent group from
9764         `faces' to `font-lock'.  Add link to the manual.
9765         (hi-lock-mode, hi-lock-file-patterns-range)
9766         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
9767         `hi-lock-interactive-text-highlighting' to `hi-lock'.
9768         (hi-lock-faces): Add :group `faces'.
9770         * cus-edit.el (custom-variable-prompt): Clarify the code.
9772         * faces.el (face-read-string): Set the default value arg of
9773         completing-read.
9775 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
9777         * rfn-eshadow.el (file-name-shadow-properties)
9778         (file-name-shadow-tty-properties, file-name-shadow-mode):
9779         Remove autoloads, because the file is now preloaded.
9781 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9783         * printing.el (easy-menu-intern): Don't define.
9784         (pr-get-symbol): Use easy-menu-intern only if defined.
9786         * simple.el (blink-matching-open): Simplify a bit.
9787         (completion-setup-function): Fix the case of partial-completion-mode
9788         when the minibuffer's contents start with "-".
9789         Obey completion-base-size-function even when
9790         minibuffer-completing-file-name is non-nil.
9792 2005-11-16  Richard M. Stallman  <rms@gnu.org>
9794         * net/eudcb-ph.el (eudc-ph-open-session):
9795         Use set-process-query-on-exit-flag.
9797         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
9799         * international/ucs-tables.el (ucs-set-table-for-input):
9800         Use make-local-variable, not make-variable-buffer-local.
9802         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9803         Improve warning message text.
9805         * savehist.el (savehist-save-hook): Add :group.
9807         * menu-bar.el (menu-bar-help-menu):
9808         Rename Find Extra Packages to External Packages.
9810         * cus-edit.el (Custom-reset-standard): Verify that
9811         :custom-standard-value prop exists before calling it.
9813         * apropos.el (apropos-calc-scores): Use apropos-pattern.
9815 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
9817         * wid-edit.el (color): Enclose %t in %{...%}.
9819         * cus-edit.el (face): Enclose %t in %{...%}.
9821 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
9823         * savehist.el (savehist-mode-hook): Re-add the var.
9824         (savehist-mode): Use it.
9826 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9828         * textmodes/flyspell.el: Fix commenting convention.
9829         Remove unnecessary leading * in custom docstrings.
9830         (flyspell-emacs): Remove unused var.
9831         (flyspell-delete-region-overlays): Use remove-overlays.
9832         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
9833         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
9834         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
9835         (flyspell-debug-signal-word-checked): Use with-current-buffer.
9836         (make-flyspell-overlay): Don't locally reuse a global name.
9837         (flyspell-highlight-incorrect-region)
9838         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
9839         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
9840         (flyspell-notify-misspell): Remove unused args `start' and `end'.
9841         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
9842         Wrap calls to accept-process-output inside with-local-quit since it's
9843         often called from a post-command-hook.
9844         (flyspell-correct-word, flyspell-auto-correct-word):
9845         Use ispell-send-string.
9846         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
9848         * calendar/diary-lib.el (diary-list-entries): Also hide the
9849         terminating newline.
9851 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
9853         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
9854         window-system, to allow fonts on tty.
9856 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
9858         * progmodes/gud.el (gud-speedbar-item-info): New function.
9859         (gud-install-speedbar-variables): Use it to display data type
9860         of watch expression as a tooltip in speedbar.
9862 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
9864         * font-core.el (global-font-lock-mode): Add :version keyword,
9865         because default was changed.
9867         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
9869         * startup.el (command-line): Use `custom-reevaluate-setting' for
9870         `file-name-shadow-mode'.
9872         * loadup.el: Preload rfn-eshadow.
9874         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
9875         Add :version keyword.
9876         (file-name-shadow-properties, file-name-shadow-tty-properties)
9877         (file-name-shadow): Add :version keyword.
9879         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
9880         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
9881         in the custom-group property of the symbol frames and the fringe
9882         group got no link to its parent group frames.
9883         Doc fix.
9885 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
9887         * progmodes/gud.el (gud-stop-subjob): New function.
9888         (gud-menu-map, gud-tool-bar-map): Use it.
9890 2005-11-16  Kim F. Storm  <storm@cua.dk>
9892         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
9893         than kill it.
9894         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
9895         to a more useful/logical place.
9897 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
9899         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
9900         go buttons complementary.
9902 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9904         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
9905         (rfn-eshadow-sifn-equal): New function.
9906         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
9908 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9910         * viper-utils.el (viper-non-word-characters-reformed-vi):
9911         Quote `-' in string.
9913         * viper.el (viper-emacs-state-mode-list): Ensure that
9914         rcirc-mode buffers come up in Emacs state.
9916         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
9917         operation.
9919 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
9921         * term.el (term-termcap-format): Fix typos.
9922         (term-down): Fix the negative argument case.
9924 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
9926         * progmodes/gdb-ui.el: Remove face-alias left over from change on
9927         2005-08-15.
9928         (gdb-ann3): New command gud-go.
9929         (menu): Accomodate gdb-mi.el.
9930         (gdb-assembler-custom): Make buffer of selected window current
9931         so that set-window-point works.
9933         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
9934         buttons and include new ones.
9936 2005-11-16  Kim F. Storm  <storm@cua.dk>
9938         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
9939         (gud-menu-map): Use it.
9941 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
9943         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
9944         that works correctly for Custom and that does not override a user
9945         who disables it.
9947         * help-mode.el (help-make-xrefs, help-xref-on-pp)
9948         (help-xref-interned, help-follow): Make hyperlinks for variables
9949         that are unbound, but have a non-nil variable-documentation property.
9951         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
9952         mode hook.  (It conflicted with defcustoms for some mode hooks.)
9953         Use the `variable-documentation' property to give the mode hook a
9954         docstring and expand that docstring.
9956 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
9958         * savehist.el (savehist-mode): Don't bother with
9959         `custom-set-minor-mode'.
9960         (savehist-coding-system): Check XEmacs version.
9961         (history-length): Declare also at run time.
9962         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
9963         Don't set the customize state.
9964         (savehist-minibuffer-hook): Special case for when
9965         minibuffer-history-variable is equal to t.
9967 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9969         * files.el (write-file): Refresh VC status.
9971         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
9972         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
9973         than fundamental-mode to see if the mode was set.
9975 2005-11-14  Romain Francoise  <romain@orebokech.com>
9977         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
9978         dummy function in `eval-when-compile' to avoid compiler warning.
9979         Require `man' at compile time.
9981 2005-11-14  Jay Belanger  <belanger@truman.edu>
9983         * calc-alg.el (calcFunc-write-out-power): Rename it to
9984         calcFunc-powerexpand.
9985         (math-write-out-power): Rename it to math-powerexpand; have it
9986         handle negative exponents.
9987         (calc-writeoutpower): Rename it to calc-powerexpand.
9989         * calc-ext.el: Change calcFunc-writeoutpower and
9990         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
9991         autoloads.
9992         Add calcFunc-ldiv to autoloads.
9994         * calc-arith.el (calcFunc-ldiv): New function.
9996         * calc.el (calc-left-divide): New function.
9998 2005-11-14  Juri Linkov  <juri@jurta.org>
10000         * cus-edit.el (custom-variable-prompt): Set the default value arg
10001         of completing-read.
10003         * cus-dep.el (custom-make-dependencies): Reverse the list of
10004         found dependencies.
10006 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
10008         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10009         Highlighting" entry, it is on by default now.
10010         (menu-bar-options-save): Do not save global-font-lock-mode.
10012 2005-11-13  Richard M. Stallman  <rms@gnu.org>
10014         * textmodes/flyspell.el (flyspell-large-region):
10015         Call flyspell-accept-buffer-local-defs.
10017 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
10019         * textmodes/flyspell.el (flyspell-notify-misspell):
10020         Fix misspelling of "Misspelling".
10021         (flyspell-process-localwords): New function.
10022         (flyspell-large-region): Call flyspell-process-localwords and
10023         flyspell-delete-region-overlays.
10024         (flyspell-delete-region-overlays): New function.
10025         (flyspell-delete-all-overlays): Call that.
10027 2005-11-13  Richard M. Stallman  <rms@gnu.org>
10029         * help.el (help-for-help-internal): Improve doc of C-h a.
10030         (describe-key): Improve prompt; doc fix.
10032 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10034         * vc-svn.el (vc-svn-registered): Catch all errors.
10036         * cus-dep.el (custom-make-dependencies): Typo.
10038 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
10040         * net/tramp-util.el (top): Fix compilation warning.
10042 2005-11-13  Kim F. Storm  <storm@cua.dk>
10044         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
10046 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
10048         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10049         (gud-speedbar-buttons): Match on "const char *" too.
10051         * progmodes/gdb-ui.el (gdb-var-create-handler)
10052         (gdb-var-list-children-handler): Match on "const char *" too.
10053         (gdb-var-evaluate-expression-handler): Match on empty string.
10054         (gdb-var-update-handler): Only call
10055         gdb-var-evaluate-expression-handler when required.
10057 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
10059         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10060         selected window.  This still doesn't work for speedbar.
10061         (gud-speedbar-buttons): Handle string expressions properly.
10063         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10064         (gdb-var-create-handler): Handle string expressions properly.
10065         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10066         Handle string expressions properly.  Move "type" field into regexp.
10068 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
10070         * bookmark.el (bookmark-maybe-message): New function to reduce
10071         code duplication: invokes `message' iff baud-rate is high enough.
10072         (bookmark-write-file): Use above instead of an inline conditional.
10073         (bookmark-load): Same.
10075 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
10077         * bookmark.el (bookmark-write-file): Don't visit the destination
10078         file, just write the data to it using write-region.  This is
10079         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10080         change to avoid visiting the file in the first place.
10082 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
10084         * hi-lock.el (hi-lock-mode): Set the default value of
10085         font-lock-defaults.
10087 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
10089         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10090         arg to `file-attributes'.
10091         (find-lisp-format): The UID and GID can now be strings.
10093 2005-11-12  Kim F. Storm  <storm@cua.dk>
10095         * help.el (help-map): Bind C-h d to apropos-documentation.
10097         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10098         when point is at end-of-buffer.
10100         * apropos.el (apropos-match-face): Doc fix.
10101         (apropos-sort-by-scores): Add new choice `verbose'.
10102         (apropos-documentation-sort-by-scores): New defcustom.
10103         (apropos-pattern): Now contains the pattern entered by the user.
10104         (apropos-pattern-quoted): New defvar.
10105         (apropos-regexp): New defvar, containing the regexp corresponding
10106         to apropos-pattern.
10107         (apropos-all-words-regexp): Rename from apropos-all-regexp.
10108         (apropos-read-pattern): New defun.  Use it to read pattern arg in
10109         interactive calls; returns list of words for a word list, and
10110         string for a regexp.
10111         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
10112         parses a list of words or regexp as returned by apropos-read-pattern.
10113         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10114         (apropos-score-doc): Return a very high score if the string
10115         entered by the user matches literally.
10116         (apropos-variable): Doc fix.  Use apropos-read-pattern.
10117         (apropos-command): Doc fix.  Use apropos-read-pattern and
10118         apropos-parse-pattern.  Call apropos-print with nosubst=t.
10119         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
10120         apropos-parse-pattern.
10121         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
10122         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
10123         apropos-documentation-sort-by-scores.  Call apropos-print with
10124         nosubst=t.
10125         (apropos-documentation-internal): Pass doc string through
10126         substitute-key-definition before adding text properties.
10127         Highlight substring matching literal user input if possible.
10128         (apropos-documentation-check-doc-file): Remove locals beg and end.
10129         Fix calculation of score (as added twice).  Pass doc string through
10130         substitute-key-definition before adding text properties.
10131         (apropos-documentation-check-elc-file): Pass doc string through
10132         substitute-key-definition before adding text properties.
10133         Highlight substring matching literal user input if possible.
10134         (apropos-print): Add new arg NOSUBST; if set, command and variable
10135         doc strings have already been passed through substitute-key-definition.
10136         Add code to handle apropos-accumulator items without score element
10137         for backwards compatibility (e.g. with woman package).
10138         Only show scores if apropos-sort-by-scores is `verbose'.
10140 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10142         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10143         Add jka-compr-load-suffixes to load-suffixes.
10145         * jka-compr.el: Require jka-cmpr-hook.
10146         (jka-compr-info-compress-message, jka-compr-info-compress-program)
10147         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10148         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10149         (jka-compr-info-can-append, jka-compr-info-strip-extension)
10150         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10151         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
10152         (jka-compr-uninstall): Remove entries from
10153         jka-compr-added-to-file-coding-system-alist after they are used.
10154         (jka-compr-error): Remove unused var `curbuf'.
10155         (jka-compr-file-local-copy): Remove unused var `notfound'.
10157 2005-11-10  Romain Francoise  <romain@orebokech.com>
10159         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10161 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
10163         * progmodes/gud.el (gud-menu-map): Move parentheses.
10164         (gdb): New command gud-pv.
10166 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10168         * tar-mode.el: Remove spurious or unnecessary leading stars
10169         in docstrings.
10170         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10171         (tar-parse-octal-integer-safe): Use mapc.
10172         (tar-header-block-summarize): Remove unused var `ck'.
10173         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10174         cleared before.  Obey default-enable-multibyte-characters.
10175         Use mapconcat.  Simplify setting of tar-header-offset.
10176         (tar-mode-map): Move initialization inside delcaration.
10177         (tar-flag-deleted): Use `abs'.
10178         (tar-expunge-internal): Remove unused var `line'.
10179         (tar-expunge-internal): Don't hardcode point-min==1.
10180         (tar-expunge): Widen while doing set-buffer-multibyte.
10181         (tar-rename-entry): Use file-name-coding-system.
10182         (tar-alter-one-field): Don't hardcode point-min==1.
10183         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10184         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
10186 2005-11-10  Masatake YAMATO  <jet@gyve.org>
10188         * add-log.el (add-log-current-defun): Handle class::method
10189         notation of c++.  Fix incorrect comment.
10191 2005-11-10  Alan Mackenzie  <acm@muc.de>
10193         * help-fns.el (describe-variable): Make C-h v work when a variable
10194         has variable documentation yet is unbound.
10196 2005-11-10  Masatake YAMATO  <jet@gyve.org>
10198         * man.el (Man-highlight-references): Set an empty
10199         string to `Man-arguments' if it is nil.
10200         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10202 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10204         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10205         commenting conventions.
10207         * cus-dep.el (custom-make-dependencies): Simplify.
10208         Better follow the commenting conventions.
10210 2005-11-09  Richard M. Stallman  <rms@gnu.org>
10212         * apropos.el (apropos-pattern): Rename from apropos-regexp.
10213         (apropos-orig-pattern): Rename from apropos-orig-regexp.
10214         All uses changed.
10215         (apropos-rewrite-regexp): Doc fix.
10216         (apropos-variable, apropos-command, apropos, apropos-value):
10217         Change prompt; carry through the argument renaming.
10219 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
10221         * find-lisp.el: Require dired.
10222         (find-lisp-find-dired-internal): Do not call
10223         `abbreviate-file-name' on DIR.
10225 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
10227         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10229 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
10231         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10232         when using the speedbar.
10233         (gdb): New command gud-pp.
10234         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10236 2005-11-09  Juri Linkov  <juri@jurta.org>
10238         * replace.el (occur-excluded-properties): New defcustom.
10239         (occur-1, occur-engine, occur-accumulate-lines): Use it.
10241 2005-11-08  Jay Belanger  <belanger@truman.edu>
10243         * calc/calc-units.el (math-convert-units): Replace any composite
10244         unit by its definition.
10246 2005-11-08  Lars Hansen  <larsh@soem.dk>
10248         * emacs-lisp/autoload.el (update-directory-autoloads):
10249         Add obsolete function alias.
10251 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10253         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10254         comment-indent-function.
10255         (lisp-comment-indent): Replace by an alias for comment-indent-default.
10257         * reveal.el (reveal-post-command): Rework the handling of
10258         reveal-open-spots, so as to be more reliable.  There were several
10259         tricky corner cases where an open spot might be lost, or where
10260         a closed spot might end up on the list of open spots.
10261         Only reveal text that's ellipsised.
10263 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
10265         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10267 2005-11-07  John Paul Wallington  <jpw@gnu.org>
10269         * ibuffer.el (ibuffer): Search iconified frames too when
10270         getting Ibuffer buffer's window.
10272 2005-11-06  Richard M. Stallman  <rms@gnu.org>
10274         * progmodes/compile.el (compilation-internal-error-properties):
10275         save-excursion around the computation of MARKER.
10277 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
10279         * textmodes/flyspell.el (flyspell-external-point-words):
10280         flyspell-get-word returns a list, not just a string.
10282 2005-11-06  John Paul Wallington  <jpw@pobox.com>
10284         * ibuffer.el (ibuffer): Search all visible frames when getting
10285         Ibuffer buffer's window.
10287 2005-11-07  Masatake YAMATO  <jet@gyve.org>
10289         * man.el (Man-reference-regexp): Accept spaces between
10290         `Man-name-regexp' and `Man-section-regexp'.
10291         (Man-apropos-regexp): New variable.
10292         (Man-abstract-xref-man-page): Use value for `Man-target-string'
10293         if available.
10294         (Man-highlight-references, Man-highlight-references0):
10295         Handle the case when `Man-arguments' includes "-k".
10296         (Man-highlight-references0): Rename the argument `TARGET-POS' to
10297         `TARGET'. `TARGET' can be a number, function or nil.
10299 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
10301         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10302         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10303         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10304         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10305         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10306         (gdb-send-item): Use buffer-local-value and simplify.
10308 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
10310         * startup.el (command-line): Use `custom-reevaluate-setting' for
10311         `global-font-lock-mode'.
10313         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10314         by default, except in batch mode or when the -D option is given.
10316         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10317         specified keyword args on to `define-minor-mode'.  Update docstring.
10319 2005-11-05  Romain Francoise  <romain@orebokech.com>
10321         * replace.el (occur-engine): Add marker at end of line, too.
10323 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
10325         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10326         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10327         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10328         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10329         argument to all these routines, so the passphrase can be managed
10330         externally and passed in to the system.
10331         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10332         pgg-add-passphrase-to-cache function.
10334         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10335         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10336         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10337         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10338         argument to all these routines, so the passphrase can be managed
10339         externally and passed in to the system.
10340         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10341         function.
10343 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
10345         * font-lock.el: Don't deal with font-lock-face-attributes here,
10346         move the code ...
10348         * startup.el (command-line): ... here.  Use face-spec-set instead
10349         of custom-declare-face.
10351         * faces.el (face-spec-set): Reset the face if spec is not nil.
10353 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10355         * newcomment.el (comment-region-internal): Box more tightly in the
10356         common case where there's no TAB in the boxed text.
10358 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10360         * info.el (info-tool-bar-map): Use images prev-node, next-node and
10361         up-node.
10363 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
10365         * newsticker.el: Commentary updated.  Code formatting changed.
10366         (newsticker-version): Change to "1.9".
10367         (newsticker, newsticker-feed): Doc fix.
10368         (newsticker-url-list): Doc fix.  Add option "Weekly".
10369         (newsticker-retrieval-interval): Add option "Weekly".
10370         (newsticker-headline-processing): Doc fix.
10371         (newsticker-auto-mark-filter): Remove.
10372         (newsticker-auto-mark-filter-list): New.
10373         (newsticker-layout, newsticker-sort-method): Doc fix.
10374         (newsticker-hide-old-items-in-newsticker-buffer)
10375         (newsticker-heading-format, newsticker-item-format)
10376         (newsticker-desc-format): Doc fix.
10377         (newsticker-show-all-rss-elements): Remove.
10378         (newsticker-show-all-news-elements): New.
10379         (newsticker-faces, newsticker-ticker): Doc fix.
10380         (remove-from-invisibility-spec): Code formatting.
10381         (newsticker--process-ids): New.
10382         (newsticker-mode): Doc fix.
10383         (newsticker-mode): Change mode-line-format.
10384         (newsticker-start): Remove debug output.
10385         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
10386         (newsticker-w3m-show-inline-images): Code formatting.
10387         (newsticker-next-item): Call `force-mode-line-update'.
10388         (newsticker-previous-item): Call `force-mode-line-update'.
10389         (newsticker-next-feed): Call `force-mode-line-update'.
10390         (newsticker-previous-feed): Call `force-mode-line-update'.
10391         (newsticker-mark-all-items-at-point-as-read): Code formatting.
10392         (newsticker-show-old-items): Do not show descs.
10393         (newsticker-hide-entry): Hide too much.
10394         (newsticker-hide-entry, newsticker-show-entry)
10395         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10396         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10397         (newsticker-toggle-auto-narrow-to-item): Code formatting.
10398         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10399         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10400         (newsticker-get-news): Call `force-mode-line-update'.
10401         Collect process ids.
10402         (newsticker--sentinel): Change coding system handling.
10403         Move image retrieval to new functions newsticker--get-logo-url-*.
10404         Move feed parsing to new functions newsticker--parse-*.
10405         Update list of process ids.
10406         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10407         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10408         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10409         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10410         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10411         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10412         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10413         (newsticker--decode-coding-string): Remove.
10414         (newsticker--decode-numeric-entities): Check input.  Format code.
10415         (newsticker--remove-whitespace): Check input.
10416         (newsticker--do-forget-preformatted): Doc fix.
10417         (newsticker--decode-rfc822-date): Allow for missing time.
10418         (newsticker--update-process-ids): New.
10419         (newsticker--image-sentinel): Change comment.
10420         (newsticker--image-read): Change error message.
10421         (newsticker--imenu-goto): Doc fix.  Show headline title.
10422         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10423         (newsticker--buffer-do-insert-text): Clean whitespace in
10424         html-rendered headline title.  Code formatting.
10425         Call `newsticker--buffer-print-extra-elements'.
10426         (newsticker--buffer-print-extra-element): Remove.
10427         (newsticker--buffer-print-extra-elements): New.
10428         (newsticker--buffer-do-print-extra-element): New.
10429         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
10430         large sizes.
10431         (newsticker--run-auto-mark-filter)
10432         (newsticker--do-run-auto-mark-filter):
10433         Use `newsticker-auto-mark-filter-list'.
10435 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
10437         * net/rcirc.el: Use split-string OMIT-NULLS argument.
10438         (rcirc-print): Force redisplay before running hooks.  Do long
10439         buffer truncation after making new text read-only.  Deal with nil
10440         text when decoding strings.  If TARGET is nil, use either the
10441         currently selected buffer, if it is an rcirc buffer and of the
10442         same process or the process buffer.
10443         (rcirc-mode): Remove header-line.  Recompute short buffer names.
10444         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10445         (rcirc-short-buffer-name): Add variable.
10446         (rcirc-kill-buffer-hook): Recompute short buffer names.
10447         Remove nick from private channel.
10448         (rcirc-send-input): Send command text to current-buffer.
10449         Don't clear overlay arrow here.
10450         (rcirc-short-buffer-name): Return a short buffer name.
10451         (rcirc-update-short-buffer-names, rcirc-abbreviate)
10452         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10453         buffer-name abbreviations.
10454         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10455         Do not touch nick-table when killing a parted channel.
10456         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10457         Clear arrow from current buffer if it is now hidden.
10458         (rcirc-current-buffer): Add variable.
10459         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10460         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10461         Remove -face from names.
10462         (rcirc-update-activity-string): Print "DND" when globally ignoring
10463         activity.
10464         (rcirc-ignore-buffer-activity-flag): Rename from
10465         rcirc-ignore-channel-activity.
10466         (rcirc-ignore-all-activity-flag): Doc fix.
10467         (rcirc-channels): Remove variable.
10468         (rcirc-kill-buffer-hook):
10469         (rcirc-get-buffer-create): Add nick to private channel.
10470         (rcirc-multiline-edit-submit): Remove tabs.
10471         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10472         folded.
10473         (rcirc-remove-nick-channel): Bug fix.
10474         (rcirc-toggle-ignore-buffer-activity): Rename from
10475         rcirc-toggle-ignore-channel-activity.
10476         (rcirc-record-activity): Add buffers to the front of the list.
10477         (rcirc-update-activity): Remove killed buffers from list.
10478         (rcirc-process-server-response-1): Remove last argument if it is
10479         null before calling handler.
10480         (rcirc): Add "rcirc" defcustom prefix.
10481         (rcirc-prompt): Simplify default prompt.
10482         Use custom-initialize-default.
10483         (rcirc-private-chats): Remove variable.
10484         (rcirc-prompt): Change initialization.
10485         (rcirc-version): Remove function.
10486         (rcirc-id-string): Add constant.
10487         (rcirc-last-buffer): Remove variable.
10488         (rcirc-buffer-alist): Add variable.
10489         (rcirc-connect): Update variable setup.
10490         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10491         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10492         default.
10493         (rcirc-handler-generic): Trigger activity.
10494         (rcirc-send-message): Create the buffor of the target.
10495         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10496         (rcirc-get-buffer): Just return nil if there is no matching buffer.
10497         (rcirc-multiline-edit-cancel): Remove function.
10498         (rcirc-set-last-buffer): Remove function.
10499         (rcirc-get-any-buffer): Add function.
10500         (rcirc-join-channels): Don't print /join text.
10501         (rcirc-toggle-ignore-channel-activity): Add and update echo area
10502         messages.
10503         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10504         (rcirc-handler-NOTICE): Recognize CTCP responses.
10505         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10506         constructing TOPIC string for buffers we are not JOINed.
10507         (rcirc-handler-CTCP-response): Add handler.
10508         (rcirc-multiline-edit-submit): Restore the window-configuration
10509         before adjusting point.
10510         (rcirc): Add customization group.
10511         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10512         (rcirc-user-full-name, rcirc-startup-channels-alist)
10513         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10514         (rcirc-ignore-all-activity-flag, rcirc-time-format)
10515         (rcirc-input-ring-size, rcirc-read-only-flag)
10516         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10517         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10518         Change defvar to defcustom.
10519         (rcirc-update-prompt): Add optional ALL arg, which will update
10520         prompts in all rcirc buffers.  Regexp quote replacement text.
10521         (rcirc-fill-column): Accept frame-width as a value.
10522         (rcirc-set-changed): Add function.
10523         (rcirc-next-active-buffer): Write more meaningful messages.
10524         (rcirc-faces): Add customization group.
10525         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10526         (rcirc-nick-in-message-face, rcirc-prompt-face)
10527         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10528         (with-rcirc-process-buffer): Move before first usage.
10529         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10530         (rcirc-debug-flag): Rename from `rcirc-log-p'.
10531         (rcirc-debug): Rename from `rcirc-log'.
10532         (rcirc-format-response-string): Do not print `-' chars for a
10533         NOTICE with no sender.  Simplify output of server responses.
10535 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
10537         (rcirc-browse-url-map, rcirc-browse-url-at-point)
10538         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10539         Make urls mouse and RET clickable.
10541 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
10543         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10545 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
10547         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10548         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10549         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10550         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10551         argument to all these routines, so the passphrase can be managed
10552         externally and passed in to the system.
10553         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10554         pgg-add-passphrase-to-cache function.
10556         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10557         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10558         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10559         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10560         argument to all these routines, so the passphrase can be managed
10561         externally and passed in to the system.
10562         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10563         function.
10565 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
10567         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10568         from goto-address-url-regexp.
10570 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
10572         * textmodes/org.el (org-read-date, org-goto-calendar)
10573         (org-recenter-calendar, org-agenda-goto-calendar):
10574         Temporarily clear `calendar-move-hook'.
10576 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
10578         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10579         merging.
10581         * ediff-util.el (ediff-previous-difference): Don't skip regions that
10582         have merge clashes.
10584 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10586         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10587         Undo previous change.
10589         * startup.el (command-line): Use `custom-reevaluate-setting' for
10590         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
10591         tty-register-default-colors on Mac.
10593 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
10595         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10596         (gdb-buffer-type): Make it automatically buffer local...
10597         (gdb-get-create-buffer): ...and set it accordingly.
10598         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10599         actually work.
10601 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
10603         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10604         not red.
10606 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
10608         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10609         case GUD buffer is not visible.
10610         (gdb-goto-breakpoint): Try to force display in source buffer.
10611         (gdb-frame-gdb-buffer): Copy other similar functions.
10612         (gdb-restore-windows): Don't display source if not asked for.
10613         (gdb-assembler-buffer-name): Don't capitalise.
10615 2005-11-03  Richard M. Stallman  <rms@gnu.org>
10617         * wid-edit.el (key-sequence): New widget type.
10619         * simple.el (set-mark-command-repeat-pop): New variable.
10620         (set-mark-command): Only interpret plan C-@ after a pop as a pop
10621         if set-mark-command-repeat-pop is true.
10623         * info.el (Info-fontify-node): Don't display extra "see" if there
10624         already is one here.
10626         * mouse.el: Fix special handling of DEL after dragging a region:
10627         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10628         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
10630         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10632         * textmodes/ispell.el (ispell-command-loop): Change `i' description
10633         not to assume it pertains to an affix.
10635         * textmodes/flyspell.el (flyspell-post-command-hook):
10636         Bind deactivate-mark to prevent deactivation.
10638 2005-11-03  Lars Hansen  <larsh@soem.dk>
10640         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10641         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10642         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10644 2005-11-03  Romain Francoise  <romain@orebokech.com>
10646         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
10647         Update copyright years.
10649 2005-11-03  Sam Steingold  <sds@gnu.org>
10651         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10652         Use system-type instead of window-system because window-system is not
10653         correctly defined during loadup.
10655 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
10657         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10658         (xml-parse-tag): Join strings separated by a comment properly.
10660 2005-11-02  Andreas Schwab  <schwab@suse.de>
10662         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10664 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10666         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10667         (byte-optimize-pure-func): Quote the eval'd value.
10669         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10670         Rename from perl-font-lock-syntactic-face-function.
10671         Change the calling convention so it can be used as a font-lock MATCHER.
10672         Do the parse-partial-sexp loop outselves.
10673         (perl-font-lock-syntactic-keywords): Use it.
10674         (perl-mode): Don't set font-lock-syntactic-face-function any more.
10676 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
10678         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10679         disassembly buffer too.
10680         (gdb-exited): Remove overlay arrows when execution has finished.
10681         (gdb-info-frames-custom, gdb-info-threads-custom)
10682         (gdb-info-registers-custom): Don't add inappropriate text
10683         properties if inferior is not active.
10685 2005-11-02  Glenn Morris  <rgm@gnu.org>
10687         * progmodes/fortran.el (fortran-blink-match):
10688         Use `blink-matching-delay'.
10690 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
10692         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10694 2005-11-02  Lars Hansen  <larsh@soem.dk>
10696         * net/tramp.el (tramp-action-out-of-band): Handle scp message
10697         "Permission denied".
10699 2005-11-01  Richard M. Stallman  <rms@gnu.org>
10701         * textmodes/flyspell.el (flyspell-external-point-words):
10702         Pass nil to flyspell-get-word.
10704 2005-11-02  Kim F. Storm  <storm@cua.dk>
10706         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10707         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10709 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10711         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10712         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10713         (calendar-mouse-print-dates): Add optional `event' argument.
10714         Update interactive-spec.
10715         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10716         Use `calendar-event-to-date' instead of `event'.
10718 2005-11-02  Masatake YAMATO  <jet@gyve.org>
10720         * progmodes/ld-script.el (ld-script-builtins):
10721         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10722         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10723         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10725 2005-11-01  Romain Francoise  <romain@orebokech.com>
10727         * vc-sccs.el: Update copyright year.
10728         * ezimage.el: Likewise.
10730 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
10732         * info.el (Info-fontify-node): Use `string-width' for fontifying
10733         underlined titles.
10735 2005-11-01  Juri Linkov  <juri@jurta.org>
10737         * info.el (Info-fontify-node): Downcase node header keywords Node,
10738         Prev, Next, Up before comparison.
10739         (Info-history): Insert absolute directory name, and put invisible
10740         property on it.
10742 2005-11-01  Juri Linkov  <juri@jurta.org>
10744         * info.el (Info-file-supports-index-cookies): New variable.
10745         (Info-find-node-2): Check makeinfo version for index cookie support.
10746         (Info-index-nodes): Search for nodes with index cookies only when
10747         Info-file-supports-index-cookies is t.  Otherwise, search nodes
10748         with "Index" in the node name.
10749         (Info-index-node): Search index cookie in the current node only when
10750         Info-file-supports-index-cookies is t.  Otherwise, check the word
10751         "Index" in the node name.
10752         (Info-find-emacs-command-nodes): Remove code that searches nodes
10753         with "Index" node name in the top menu.
10755 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10757         * progmodes/scheme.el (scheme-mode-variables): Use the default
10758         comment-indent-function.
10760         * faces.el (face-attribute): Handle the case where a face inherits from
10761         a non-existent face.
10763         * simple.el (eval-expression-print-format): Use lisp-readable syntax
10764         for octal and hexa output, and merge the char into the paren.
10765         (kill-new): Use push.
10766         (copy-to-buffer): Use with-current-buffer.
10767         (completion-setup-function): Move code in loop to remove redundancy.
10768         (minibuffer-local-must-match-map): Don't add bindings that duplicate
10769         those inherited from minibuffer-local-completion-map.
10771         * savehist.el (savehist-mode) <defcustom>:
10772         Use custom-set-minor-mode if available.
10773         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
10774         and emit a message if applicable.
10776 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
10778         * savehist.el: Sync up to version 19.
10779         (savehist-mode): New minor mode.
10780         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
10781         (savehist-length): Remove (use history-length instead).
10782         (savehist-file-modes): Rename from savehist-modes.
10783         (savehist-save-hook, savehist-loaded): New vars.
10784         (savehist-load): Use savehist-mode.  Try to smooth up transition from
10785         old format to new format.
10786         (savehist-install): Allow savehist-autosave-interval to be nil.
10787         (savehist-save): Run the new hook.  Be more careful to only trim the
10788         history variables.
10789         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
10790         (savehist-printable): Print into a buffer rather than char-by-char.
10792 2005-11-01  John Wiegley  <johnw@newartisans.com>
10794         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
10795         toggle-ignore keybinding (C-a).  The author said it had been
10796         disabled much earlier due to a possible incompatibility, but after
10797         many months of usage I have encountered no problems (and it is a
10798         rather useful option, especially for switching to " *temp*").
10800         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
10801         support for OS/X's AddressBook, by calling out to the open source
10802         program "contacts" (installable through Fink).
10804         * net/eudc.el (eudc-expand-inline): If the
10805         `eudc-multiple-match-handling-method' is set to `all', delete the
10806         query string before inserting the query result.
10808         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
10809         flag, to prevent Eshell from using the system ls when
10810         `eshell-ls-insert-directory' is in used.
10811         (eshell-ls-insert-directory): Disable font-lock in directory
10812         buffer so that Eshell's own fontification is seen.  This broke
10813         recently due to changes in font-lock, so this goes back to version
10814         21 behavior.
10816 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
10818         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
10819         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
10820         (gdb-many-windows): Doc fix.
10822 2005-10-31  Romain Francoise  <romain@orebokech.com>
10824         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
10826 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
10828         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
10829         that global-font-lock-mode can be enabled by default.
10831         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
10832         (font-lock-add-keywords, font-lock-remove-keywords)
10833         (font-lock-fontify-buffer): Remove autoload cookies.
10835         * jit-lock.el (jit-lock-register): Likewise.
10837         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
10839 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
10841         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
10842         intact if there is no gud-comint-buffer.
10844 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
10846         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
10847         old prompt comint-prompt-read-only is t and GDB commands are
10848         issued from tool bar etc.
10850 2005-10-31  Masatake YAMATO  <jet@gyve.org>
10852         * vc.el (vc-directory-exclusion-list): Add "{arch}".
10854 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10856         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
10857         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
10859 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
10861         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
10862         starting at beginning of line.  Fontification is messed up when
10863         `open-paren-in-column-0-is-defun-start' set to t.
10864         Reported by John Paul Wallington <jpw@pobox.com>.
10866 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
10868         * comint.el (comint-send-input): Call `comint-update-fence' when
10869         `comint-process-echoes' and `comint-prompt-read-only' are both
10870         non-nil, to avoid leftover read-only newline.
10872 2005-10-30  Richard M. Stallman  <rms@gnu.org>
10874         * textmodes/flyspell.el (flyspell-external-point-words):
10875         Detect when WORD can't be checked properly because
10876         flyspell-get-word finds just part of it, and move on.
10878         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
10879         boundarychar for Polish.
10880         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
10881         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
10883 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
10885         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
10886         (gdb-registers-font-lock-keywords): Delete.
10887         (gdb-registers-mode): Don't fontify.
10888         (gdb-info-registers-custom): Use text properties instead as, in
10889         future, changed register values will use font-lock-warning-face.
10890         (gdb-local-font-lock-keywords): Rename to...
10891         (gdb-locals-font-lock-keywords): ...for consistency.
10893 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
10895         * vc.el (vc-switch-backend): Better error message if the buffer is
10896         not visiting a file under version control.
10898         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
10900 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
10902         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
10903         ~/.emacs.d/.emacs.
10905 2005-10-29  Richard M. Stallman  <rms@gnu.org>
10907         * replace.el (occur-mode-mouse-goto): Always go to other window.
10908         (occur-mode-goto-occurrence): Always switch in same window.
10910         * simple.el (undo): Display message at end, not at start.
10912         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
10913         New arg REUSE-CELL.
10914         (cancel-timer-internal): New function.
10915         (timer-event-handler): Use cancel-timer-internal,
10916         and pass the cell it returns to timer-activate...
10918         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
10919         (jit-lock-deferred-fontify, jit-lock-context-fontify)
10920         (jit-lock-after-change): Test memory-full.
10922 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
10924         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10925         part of the decoded armor to find the key-identifier.
10926         (pgg-gpg-lookup-key-owner): New function to return the
10927         human-readable identifier of a key owner.
10928         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
10929         key itself.
10930         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10931         the key value) if we have a key and can match it against a secret
10932         key.  Also, added a note pointing out fact that the prompt only
10933         indicates the first matching key.
10935         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
10936         pgg-decrypt-region.
10937         (pgg-pending-timers): A new hash for tracking the passphrase cache
10938         timers, so that new ones supercede old ones.
10939         (pgg-add-passphrase-to-cache): Rename from
10940         `pgg-add-passphrase-cache' to reduce confusion (all callers
10941         changed).  Modified to cancel old timers when new ones are added.
10942         (pgg-remove-passphrase-from-cache): Rename from
10943         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10944         changed).  Modified to cancel old timers when their keys are
10945         removed from the cache.
10946         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
10947         XEmacs, an indirection to delete-itimer.
10948         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
10949         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
10950         users can only check cache without risk of prompting.  Correct bug in
10951         notruncate behavior.
10952         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
10953         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
10954         Add informative docstrings.
10955         (pgg-decrypt): Convey provided passphrase in subordinate call to
10956         pgg-decrypt-region.
10958         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10959         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10960         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10961         `passphrase' argument, so the passphrase can be managed externally
10962         and then passed in to the system.
10964         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10965         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
10966         so the passphrase cache can be used reliably with identifiers
10967         besides a pgp packet's key id.
10969         * pgg-gpg.el (pgg-pgp-encrypt-region)
10970         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10971         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10972         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10973         argument to all these routines, so the passphrase can be managed
10974         externally and passed in to the system.
10976         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10977         `notruncate' argument, so the passphrase cache can be used
10978         reliably with identifiers besides a pgp packet's key id.
10980 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
10982         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10983         symmetric encryption.
10984         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10985         encrypted session key.
10986         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10987         message ask for the passphrase in a proper way.
10989         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10990         New user commands for symmetric encryption.
10992 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
10994         * textmodes/conf-mode.el (conf-assignment-sign)
10995         (conf-assignment-regexp): Fix docstrings.
10996         (conf-mode-initialize): New function.
10997         (conf-mode): Remove optional args.  Use delay-mode-hooks to
10998         recognize recursive calls.
10999         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11000         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11001         (conf-xdefaults-mode): Use define-derived-mode and
11002         conf-mode-initialize.
11004 2005-10-29  Romain Francoise  <romain@orebokech.com>
11006         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11008 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
11010         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11011         part of the decoded armor to find the key-identifier.
11012         (pgg-gpg-lookup-key-owner): New function to return the
11013         human-readable identifier of a key owner.
11014         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11015         key itself.
11016         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11017         the key value) if we have a key and can match it against a secret
11018         key.  Also, added a note pointing out fact that the prompt only
11019         indicates the first matching key.
11021         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11022         pgg-decrypt-region.
11023         (pgg-pending-timers): A new hash for tracking the passphrase cache
11024         timers, so that new ones supercede old ones.
11025         (pgg-add-passphrase-to-cache): Rename from
11026         `pgg-add-passphrase-cache' to reduce confusion (all callers
11027         changed).  Modified to cancel old timers when new ones are added.
11028         (pgg-remove-passphrase-from-cache): Rename from
11029         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11030         changed).  Modified to cancel old timers when their keys are
11031         removed from the cache.
11032         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11033         XEmacs, an indirection to delete-itimer.
11034         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11035         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11036         users can only check cache without risk of prompting.  Correct bug in
11037         notruncate behavior.
11038         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11039         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11040         Add informative docstrings.
11041         (pgg-decrypt): Convey provided passphrase in subordinate call to
11042         pgg-decrypt-region.
11044 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11046         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11047         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11048         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11049         `passphrase' argument, so the passphrase can be managed externally
11050         and then passed in to the system.
11052         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11053         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11054         so the passphrase cache can be used reliably with identifiers
11055         besides a pgp packet's key id.
11057         * pgg-gpg.el (pgg-pgp-encrypt-region)
11058         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11059         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11060         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11061         argument to all these routines, so the passphrase can be managed
11062         externally and passed in to the system.
11064         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11065         `notruncate' argument, so the passphrase cache can be used
11066         reliably with identifiers besides a pgp packet's key id.
11068 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
11070         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11071         symmetric encryption.
11072         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11073         encrypted session key.
11074         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11075         message ask for the passphrase in a proper way.
11077         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11078         New user commands for symmetric encryption.
11080 2005-10-28  Bill Wohler  <wohler@newt.com>
11082         * help-mode.el (help-url): New button type.  Calls browse-url.
11083         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11084         Similar to Info nodes: URL `url'.
11085         (help-make-xrefs): Create help-url buttons for
11086         help-xref-url-regexp matches.
11088 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
11090         * tool-bar.el (tool-bar-add-item-from-menu)
11091         (tool-bar-local-item-from-menu): Fix doc strings.
11093 2005-10-28  Romain Francoise  <romain@orebokech.com>
11095         * ldefs-boot.el: Update.
11097         * subr.el (locate-library): Move from help-fns.el.
11098         * help-fns.el (locate-library): Move to subr.el.
11100 2005-10-28  Richard M. Stallman  <rms@gnu.org>
11102         * net/tramp.el (tramp-completion-mode): defvar moved up.
11104         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11106         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11108         * files.el (find-file-noselect): Use %d to format large file size.
11110         * bindings.el (mode-line-format): Add %e.
11112         * loadup.el ("facemenu"): Load unconditionally.
11113         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11114         ("x-dnd"): Load, when appropriate.
11116         * startup.el (command-line): Call before-init-hook earlier.
11117         Warn about some bad characters in -u user name.
11119         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11120         (flyspell-external-point-words): Error if misspelled word is not found.
11121         Set flyspell-large-region-beg at end of word.
11123 2005-10-28  Andreas Schwab  <schwab@suse.de>
11125         * view.el (View-revert-buffer-scroll-page-forward):
11126         Use view-page-size-default.
11128 2005-10-28  Juri Linkov  <juri@jurta.org>
11130         * international/quail.el (quail-get-current-str): Translate last
11131         raw character for deterministic input methods.
11133 2005-10-27  Jay Belanger  <belanger@truman.edu>
11135         * calc/calc-ext.el: Add functions to autoloads.
11136         (math-identity-matrix-p, math-ident-row-p): New functions.
11138         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11139         multiplication by an identity matrix; don't turn multiplication by
11140         an inverse matrix into division.
11141         (math-div-symbol-fancy): Replace division by matrices with
11142         multiplication by inverse.
11144         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11146         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11147         (calc-writeoutpower): New functions.
11149 2005-10-27  Romain Francoise  <romain@orebokech.com>
11151         * replace.el (occur-engine): Include colon in mouse-face highlight.
11153         * dired-x.el: Change Maintainer field.
11155 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
11157         * longlines.el (longlines-mode): Bind after-change-functions to
11158         nil during initial decoding and final encoding.
11160 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
11162         * term.el (term-emulate-terminal, term-handle-colors-array)
11163         (term-handle-ansi-escape): Specify the terminfo capabilities
11164         implemented.
11166 2005-10-26  Richard M. Stallman  <rms@gnu.org>
11168         * info.el (Info-fontify-node): Fix detection of sentence-break
11169         before *Note.
11171 2005-10-26  Romain Francoise  <romain@orebokech.com>
11173         * smerge-mode.el: Add `tools' to file keywords.
11175 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
11177         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11178         when the fringe is not available.
11180         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11181         (def-gdb-auto-update-trigger): Simplify construction.
11182         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11183         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11184         defined explicitly.
11185         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11186         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11187         defined explicitly.
11188         (gdb-info-locals-custom): Remove as it's a no-op.
11190 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
11192         * longlines.el (longlines-mode): Remove narrowing before
11193         performing the initial decoding or final encoding.
11195 2005-10-25  Romain Francoise  <romain@orebokech.com>
11197         * emacs-lisp/find-func.el (find-library-name): Also strip
11198         extension if library name ends in .el, to take advantage of
11199         `find-library-suffixes'.
11201 2005-10-25  Richard M. Stallman  <rms@gnu.org>
11203         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11205 2005-10-25  Juri Linkov  <juri@jurta.org>
11207         * textmodes/texinfo.el (texinfo-mode): Change charset of one
11208         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11210 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11212         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11213         (blackbox-redefine-key): Add argument `map'.
11215         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11216         regions when moving the jit-lock-context-unfontify-pos boundary.
11218 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11220         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11222 2005-10-25  Masatake YAMATO  <jet@gyve.org>
11224         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11226 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
11228         * play/blackbox.el (blackbox-redefine-key): New function.
11229         (blackbox-mode-map): Use it to remap existing bindings for cursor
11230         motion instead of binding literal keys.
11232 2005-10-25  Glenn Morris  <rgm@gnu.org>
11234         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11235         diary does not end in a newline.  Do not assume a blank line at
11236         the start of the diary file.
11238 2005-10-25  Kenichi Handa  <handa@m17n.org>
11240         * international/quail.el (quail-translate-key): If the input
11241         method is deterministic and failed to handle the last key, restart
11242         the key handling loop from an appropriate key.
11244 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
11246         * vc.el (vc-dired-mode): Extend comment for binding of
11247         `directory-listing-before-filename-regexp'.
11249 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11251         * textmodes/texinfo.el (texinfo-mode):
11252         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11253         not to unnecessarily expose emacs-mule's internal char codes.
11255 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
11257         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11258         Display hand pointer and help-echo on disabled icon too.
11259         (gdb-mouse-until): New function.
11260         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11262 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
11264         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11265         with 2005-10-23 change to doctor.el.
11267         * finder.el (finder-mode-map): Add follow-link binding.
11269 2005-10-25  Kim F. Storm  <storm@cua.dk>
11271         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11272         to gdb-mouse-toggle-breakpoint-fringe.
11273         (gdb-mouse-toggle-breakpoint-margin): Rename from
11274         gdb-mouse-toggle-breakpoint.  Fix doc.
11275         (gdb-mouse-toggle-breakpoint-fringe): New defun.
11276         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
11277         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11278         string properties also for fringe breakpoint bitmaps.
11280 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
11282         * textmodes/org.el (org-start-icalendar-file): Fix format form.
11284 2005-10-25  Masatake YAMATO  <jet@gyve.org>
11286         * simple.el (completion-common-substring):
11287         Use `completion-common-substring' prior to `completion-base-size'.
11289 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
11291         * savehist.el: Require CL while compiling.
11292         (savehist-history-variables): Remove.
11293         (savehist-save-minibuffer-history, savehist-additional-variables)
11294         (savehist-minibuffer-history-variables): New vars.
11295         (savehist-save): Use them.
11296         (savehist-uninstall, savehist-minibuffer-hook): New funs.
11297         (savehist-install): New fun, extracted from savehist-load.
11298         (savehist-load): Use them.
11300 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11302         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11303         a dummy doc-string-elt property.
11304         (defalias, defvaralias, define-category): Add a docstring property.
11306         * image.el (defimage):
11307         * widget.el (define-widget):
11308         * custom.el (defface, defcustom): Add `doc-string' declaration.
11310         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11311         (defadvice): Add `doc-string' declaration.
11313         * emacs-lisp/byte-run.el (macro-declaration-function):
11314         Handle `doc-string' declarations.
11315         (define-obsolete-function-alias, define-obsolete-variable-alias):
11316         Add `doc-string' declaration.
11318 2005-10-24  Kenichi Handa  <handa@m17n.org>
11320         * international/utf-7.el (utf-7): Add autoload cookie.
11322         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11324 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
11326         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11327         list of directories passed to batch-update-autoloads.  Add "." to
11328         the list of the echoed directories.
11330         * pgg-def.el:
11331         * pgg-gpg.el:
11332         * pgg-parse.el:
11333         * pgg-pgp.el:
11334         * pgg-pgp5.el:
11335         * pgg.el: Moved here from the gnus subdirectory.
11337 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
11339         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11340         in case comint-prompt-read-only is set to t.
11342         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11343         in case comint-prompt-read-only is set to t.
11345 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
11347         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11348         Now a string.
11349         (icalendar-import-format): Handle CLASS, STATUS, URL.
11350         Rename `subject' to `summary'.
11351         (icalendar-import-format-summary): Rename from
11352         `icalendar-import-format-subject'.
11353         (icalendar-import-format-url, icalendar-import-format-status)
11354         (icalendar-import-format-class): New variables.
11355         (icalendar--rris): Take variable argument list.
11356         (icalendar--datestring-to-isodate): Remove unnecessary
11357         calendar-style check when converting dates with explicit month names.
11358         (icalendar-export-region): Change return type of conversion
11359         subroutines.  Bury current buffer unless error occurred.
11360         (icalendar--convert-to-ical)
11361         (icalendar--parse-summary-and-rest): New functions.
11362         (icalendar--convert-ordinary-to-ical)
11363         (icalendar--convert-weekly-to-ical)
11364         (icalendar--convert-yearly-to-ical)
11365         (icalendar--convert-block-to-ical)
11366         (icalendar--convert-cyclic-to-ical)
11367         (icalendar--convert-anniversary-to-ical): Change return type.
11368         Strip trailing blanks from subject.
11369         (icalendar--convert-sexp-to-ical): Change return type.
11370         Strip trailing blanks from subject.  Handle simple sexp
11371         entries as generated by icalendar.el.
11372         (icalendar--convert-float-to-ical)
11373         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11374         (icalendar-import-file): Doc fix.
11375         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11376         Correct call to icalendar--rris.
11377         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
11378         `summary'.
11379         (icalendar--add-diary-entry): Rename `subject' to `summary'.
11381 2005-10-24  Romain Francoise  <romain@orebokech.com>
11383         * server.el (server-sentinel): Set query-on-exit flag to nil on
11384         new client processes (it isn't inherited from the server process).
11386         * replace.el (occur-engine): Rearrange text properties.
11388 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11390         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11391         case-fold-search is nil.
11392         (debug-help-follow): Use help-xref-interned directly.
11394 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11396         * thumbs.el (thumbs-image-type): Add .pbm.
11398 2005-10-23  Richard M. Stallman  <rms@gnu.org>
11400         * faces.el (inhibit-face-set-after-frame-default): New variable.
11401         (set-face-attribute): Bind it.
11402         (face-set-after-frame-default): Test it.
11404         * help-fns.el (describe-simplify-lib-file-name): New function.
11405         (describe-function-1, describe-variable): Use it.
11407         * faces.el (describe-face): Use describe-simplify-lib-file-name.
11409         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11410         Eliminate nil as possible value.
11411         (tooltip-hide-delay): Reduce internal-border-width.
11413         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11414         (menu-bar-file-menu) <new-file>: Likewise.
11416         * simple.el (line-move-finish): Ignore fields computing LINE-END.
11418         * international/mule.el (load-with-code-conversion):
11419         Pass full file name to `eval-buffer' unless preloading.
11421         * textmodes/flyspell.el (flyspell-large-region):
11422         Call ispell-check-version.
11424         * textmodes/ispell.el (ispell-local-dictionary-overridden):
11425         Fix the make-variable-buffer-local call that was supposed
11426         to be for this variable.
11427         (ispell-aspell-supports-utf8): Doc fix.
11428         (ispell-find-aspell-dictionaries): Preserve elements of
11429         ispell-dictionary-alist for dictionaries that aspell doesn't report.
11430         (ispell-aspell-find-dictionary): Return nil on error.
11432         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11433         (doctor-symptoms): Likewise.
11435         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11437 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11439         * cus-edit.el (custom-button, custom-button-pressed): New vars.
11440         (custom-raised-buttons): Add :set spec.
11441         (custom-button-unraised, custom-button-pressed-unraised):
11442         New faces, so that custom-raised-buttons actually does something.
11443         (custom-mode): Use custom-button and custom-button-pressed.
11445         * wid-edit.el (widget-specify-button): Don't ignore
11446         widget-mouse-face on graphic terminals.
11447         (widget-move-and-invoke): Cleanup.
11449 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
11451         * whitespace.el (whitespace-cleanup): Doc fix.
11453 2005-10-23  Romain Francoise  <romain@orebokech.com>
11455         * emulation/viper.el (viper-set-hooks): Quote forms passed to
11456         `eval-after-load' to avoid evaluating their result.
11458 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
11460         * files.el (directory-listing-before-filename-regexp):
11461         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
11463         * dired.el (dired-move-to-filename-regexp): Remove.
11464         All occurences replaced by `directory-listing-before-filename-regexp'.
11466         * dired-x.el, locate.el, vc.el:
11467         Replace `dired-move-to-filename-regexp' by
11468         `directory-listing-before-filename-regexp'.  In vc.el it is
11469         overwritten locally; maybe this can be handled in files.el too.
11471         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
11472         replaced by `directory-listing-before-filename-regexp'.
11474 2005-10-23  Andreas Schwab  <schwab@suse.de>
11476         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11477         and eval-next-after-load.
11479 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
11481         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11482         exist, create it.
11484 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
11486         * allout.el: Remove autoloads for mailcrypt and crypt++.
11487         Require pgg, pgg-gpg during compilation.
11488         (allout-version): Increment version number to 2.1, and use a literal
11489         rather than RCS Id.
11490         (allout-default-encryption-scheme): Remove.
11491         (allout-passphrase-verifier-handling)
11492         (allout-passphrase-verifier-string)
11493         (allout-file-passphrase-verifier-string)
11494         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11495         (allout-passphrase-hint-handling): Rename and simplify.
11496         (allout-init): Use `find-file-hook' if available, otherwise
11497         `find-file-hooks'.
11498         (allout-mode): Use `write-file-functions' if available, otherwise
11499         `local-write-file-hooks' and, instead of making auto-save-hook
11500         buffer local, make the write-file-hook activity contingent to
11501         allout-mode.
11502         (allout-mode): Use key-binding substitution in the docstring.
11503         (allout-kill-line): Spell-out kill ring data structure mutation
11504         instead of using byte-compiler-complaint-provoking `pop'.
11505         (allout-insert-listified): Use `insert' rather than `insert-string'
11506         (allout-toggle-current-subtree-encryption): Update docstring, adjust
11507         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11508         (allout-encrypt-string): Totally revamped vis new underlying
11509         encryption facilities.
11510         (allout-mc-activate-passwd): Remove.
11511         (allout-obtain-passphrase): New, more or less replaces
11512         allout-mc-activate-passwd.
11513         (allout-encrypted-key-info): More or less replaces
11514         allout-encrypted-text-type.
11515         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11516         (my-mark-marker): Use `(featurep 'xemacs)'.
11518 2005-10-23  Lars Hansen  <larsh@soem.dk>
11520         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11521         (byte-compile-file-form-defmumble, byte-compile-defun)
11522         (byte-compile-defmacro): Use it.
11523         (byte-compile-form): Don't call byte-compile-set-symbol-position
11524         when a byte-compile handler is called.
11526 2005-10-22  Romain Francoise  <romain@orebokech.com>
11528         * savehist.el (savehist-history-variables): Add `grep-find-history'.
11530         * subr.el (eval-after-load): Convert library name to an absolute
11531         file name using locate-library, since load-history no longer has
11532         library names in it.
11534 2005-10-22  Richard M. Stallman  <rms@gnu.org>
11536         * files.el (make-temp-file): Move from subr.el.
11537         * subr.el (make-temp-file): Move to files.el.
11539         * window.el (get-buffer-window-list): Move from subr.el.
11540         * subr.el (get-buffer-window-list): Move to window.el.
11542         * image.el (image-load-path): Use eval-at-startup to initialize.
11544         * subr.el (eval-at-startup): New macro.
11546         * subr.el: Much rearrangement of functions and division
11547         into pages.  No code changes.
11549 2005-10-22  Kenichi Handa  <handa@m17n.org>
11551         * tar-mode.el (tar-extract): Be sure to call
11552         find-operation-coding-system if set-auto-coding doesn't find a
11553         coding system.
11555 2005-10-22  Kim F. Storm  <storm@cua.dk>
11557         * image.el (image-type-header-regexps): Rename from image-type-regexps.
11558         Change users.
11559         (image-type-file-name-regexps): New defconst.
11560         (image-type-from-data): Simplify loop.
11561         (image-type-from-buffer): New defun.
11562         (image-type-from-file-header): Use it instead of image-type-from-data.
11563         Use image-search-load-path instead of only looking in data-directory.
11564         (image-type-from-file-name): New defun.
11565         (image-search-load-path): Change `pathname' to `filename'.
11566         Make PATH arg optional, default to image-load-path.
11568 2005-10-21  Richard M. Stallman  <rms@gnu.org>
11570         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11572         * textmodes/paragraphs.el (sentence-end-base): New variable.
11573         (sentence-end): Use sentence-end-base.
11575 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11577         * font-lock.el (font-lock-default-fontify-region): Check the multiline
11578         property independently from the font-lock-multiline variable.
11580 2005-10-21  Richard M. Stallman  <rms@gnu.org>
11582         * emacs-lisp/find-func.el (find-library-name): Doc fix.
11584         * startup.el (command-line): Convert library names
11585         in `load-history' to absolute file names.
11587         * subr.el (symbol-file): Doc fix.
11589         * loadhist.el (file-loadhist-lookup): Call locate-library
11590         instead of find-library-name.  Don't try converting
11591         abs file names to library names, since load-history no longer
11592         has library names in it.
11593         (file-dependents, file-provides, file-requires): Doc fixes.
11595 2005-10-21  Juri Linkov  <juri@jurta.org>
11597         * progmodes/etags.el (tags-table-mode): New function.
11598         (tags-verify-table): Replace initialize-new-tags-table with
11599         tags-table-mode.
11601         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11602         default value.
11603         (desktop-modes-not-to-save): Add tags-table-mode to the
11604         default value.
11606         * info.el (Info-index-next): Add total number of index
11607         alternatives to the message.
11609         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11610         backward only space (instead of space and period) before looking
11611         at sentence end.
11613         * simple.el (set-variable): Use user-variable-p instead of symbolp.
11614         Add the old variable value as 4th default-value arg of read-string.
11616 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11618         * cus-face.el (custom-declare-face): Make face from X resources
11619         also on Mac.
11621         * disp-table.el (standard-display-g1, standard-display-graphic):
11622         Refuse to use string glyphs also on Mac.
11623         (standard-display-european): Don't set terminal coding system also
11624         on Mac.
11626         * frame.el (display-screens): Use x-display-screens also on Mac.
11628 2005-10-21  Romain Francoise  <romain@orebokech.com>
11630         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
11632 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11634         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11635         and $? into sexps.
11637         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11638         warning face on open-paren-in-column-0.
11640         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11641         boundary case.  Fix typo.
11642         Suggested by Martin Rudalics <rudalics@gmx.at>.
11644 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
11646         * textmodes/org.el (org-combined-agenda-icalendar-file)
11647         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11648         (org-export-icalendar-this-file)
11649         (org-export-icalendar-all-agenda-files)
11650         (org-export-icalendar-combine-agenda-files): New commands.
11651         (org-export-icalendar, org-print-icalendar-entries)
11652         (org-start-icalendar-file, org-finish-icalendar-file)
11653         (org-ical-ts-to-string): New functions.
11654         (org-read-date, org-goto-calendar)
11655         (org-agenda-goto-calendar): Inhibit displaying diary entries by
11656         call to `calendar'.
11657         (orgtbl-setup): Remove the :keys arguments from the menu description.
11658         (org-after-save-iCalendar-file-hook): New variable.
11660 2005-10-21  Kenichi Handa  <handa@m17n.org>
11662         * language/vietnamese.el (tcvn-5712): Make it an alias of
11663         vietnamese-tcvn coding-system.
11665 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
11667         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11668         group id is given.
11670 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11672         * progmodes/sh-script.el (sh-escaped-line-re): New var.
11673         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11674         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11675         whose line is either continued or ends with a comment.
11677 2005-10-20  Romain Francoise  <romain@orebokech.com>
11679         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11681         * replace.el (occur-engine): Add follow-link property.
11683         * font-core.el (font-lock-mode): Doc fix.
11685 2005-10-20  Richard M. Stallman  <rms@gnu.org>
11687         * net/rcirc.el: New file.
11689 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
11691         * term.el (term-term-name): Initialize to "eterm-color".
11693 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
11695         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11696         for encryption functionality.
11697         Move allout customization subgroup from `editing' to `outlines' group.
11698         Fix commentary keywords to legitimate ones.
11699         Update author info (using my current email address, obscurified).
11700         (allout-encrypt-string, allout-encryption-produce-work-buffer)
11701         (allout-encrypted-topic-p, allout-encrypted-text-type)
11702         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11703         (allout-situate-encryption-key-verifier)
11704         (allout-get-encryption-key-verifier, allout-verify-key)
11705         (allout-next-topic-pending-encryption)
11706         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11707         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11708         (outline-key-verifier-handling, outline-key-hint-handling)
11709         (outline-encrypt-unencrypted-on-saves): New defcustoms.
11710         (allout-file-key-verifier-string, allout-encryption-scheme)
11711         (allout-key-verifier-string, allout-key-hint-string)
11712         (allout-after-save-decrypt): New variables.
11713         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11714         (allout-after-saves-handler): New hook functions.
11715         (allout-post-command-business): Do allout-after-save-decrypt.
11716         (allout-enable-file-variable-adjustment): Custom var to enable
11717         mechanism for adding and adjusting settings of Emacs file variables.
11718         (allout-adjust-file-variable, allout-file-vars-section-data):
11719         New functions, implement the mechanism.
11720         (outlineify-sticky): Use the file vars mechanism.
11721         (allout-inhibit-protection, allout-during-write-cue)
11722         (allout-override-protect, allout-before-change-protect): Remove.
11723         (allout-flag-region, allout-open-topic): Adjust read-only text.
11724         (allout-open-line-not-read-only): Add to facilitate read-only
11725         text based protection.
11726         (allout-kill-line): Revise to adjust read-only text, clue the
11727         user about the inhibition.
11728         (allout-unprotected): Use unwind-protect.
11729         (allout-shift-in, allout-shift-out): Disallow manually shifting a
11730         topic deeper than the offspring depth of the previous topic -
11731         avoiding confusing "containment discontinuities".
11732         (allout-reindent-bodies): Fix retention of body relative hanging
11733         indent during promotion of collapsed bodies.
11734         (allout-open-topic): Make it easy to open new topic with same
11735         bullet as current topic - topic creation functions provided with
11736         any universal argument provokes now prompt for bullet, defaulting
11737         to the bullet of the previous topic.
11738         (allout-plain-bullets-string, allout-distinctive-bullets-string):
11739         Plain bullet alternates `.' period and `,' comma only.  All other
11740         bullets are relegated to special status (but customizable).
11741         (allout-end-of-entry): Rename from allout-end-of-current-entry
11742         since it actually operates w.r.t. most immediately containing
11743         entry, visible or not.
11744         (allout-hide-current-entry, allout-show-current-entry): Use the
11745         revised version.
11746         (allout-old-expose-topic): Solidify deprecation.
11747         (allout-end-of-subtree): Add so we can span concealed as well
11748         as visible topics.
11749         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11750         (allout-end-of-current-heading): Tweak to just respect the first line.
11751         (allout-get-body-text): Add.
11752         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
11753         when invoked interactively.
11754         (allout-up-current-level): Use `interactive-p'.
11755         (allout-mode, allout-init): Miscellaneous docstring and
11756         operational refinements, as well as hookups of new encryption stuff.
11757         (allout-beginning-of-current-entry): Now works as advertised.
11758         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
11759         (allout-isearch-rectification): Refine condition for isearching.
11760         (allout-isearch-abort, allout-enwrap-isearch)
11761         (allout-flag-region, my-region-active-p): Relocate some macros.
11762         (allout-title): Fallback title is (buffer-name), not
11763         non-existing (current-buffer-name).
11764         (subst-char-in-string): Define if absent (for some XEmacs versions).
11766 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
11768         * mail/sendmail.el (mail-setup-hook, mail-aliases)
11769         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
11770         (mail-citation-prefix-regexp, mail-signature-file)
11771         (mail-default-headers, mail-bury-selects-summary)
11772         (mail-send-nonascii): Add autoload cookies.
11774 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
11776         * frame.el (blink-cursor-mode): Add `mac' to the list of
11777         window-system's that support blinking cursor.
11779 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11781         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
11783 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
11785         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
11786         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
11787         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
11789 2005-10-20  Kim F. Storm  <storm@cua.dk>
11791         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
11792         (ido-set-current-directory): Don't add / after final @.
11793         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
11794         Explicitly handle ange-ftp completion oddities.
11795         (ido-make-file-list): Don't rotate list at tramp root to avoid
11796         triggering tramp file handler for expand-file-name via get-file-buffer.
11798 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11800         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
11802 2005-10-19  Jay Belanger  <belanger@truman.edu>
11804         * calc/calc-units.el (math-standard-units): Add units, adjust
11805         symbols and update values.
11806         (math-unit-prefixes): Add more prefixes.
11808 2005-10-19  Romain Francoise  <romain@orebokech.com>
11810         * bookmark.el (bookmark-menu-heading): New face.
11811         (bookmark-bmenu-list): Use it.
11812         Don't fiddle with `baud-rate' at top-level.
11814 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
11816         * image.el (create-image, find-image): Mention max-image-size in
11817         docstring.
11819 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11821         * savehist.el (savehist-load): Revert to checking XEmacs.
11823         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
11824         Various docstring and line-width fixups.
11825         (conf-mode): Use cond.
11826         Set font-lock-defaults.  Don't set comment-use-syntax.
11828 2005-10-18  David Ponce  <david@dponce.com>
11830         * tree-widget.el (tree-widget-button-click): New function.
11831         (tree-widget-button-keymap): Use it.
11833 2005-10-18  Romain Francoise  <romain@orebokech.com>
11835         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11836         (bookmark-bmenu-hide-filenames): Add follow-link property.
11837         Improve help-echo text.
11839         * ffap.el (find-file-at-point): Doc fix.
11841 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11843         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
11845 2005-10-18  Masatake YAMATO  <jet@gyve.org>
11847         Install to the CVS repository what I forgot to install in my
11848         2005-10-16 changes.
11850         * progmodes/python.el (python-complete-symbol): Pass the common
11851         prefix substring of completion to `display-completion-list'.
11853         * textmodes/org.el (org-complete): Ditto.
11855 2005-10-18  Masatake YAMATO  <jet@gyve.org>
11857         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
11859         * woman.el (WoMan-xref-man-page): New button type derived
11860         from `Man-abstract-xref-man-page'.
11861         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
11863         * man.el (Man-abstract-xref-man-page): New button type.
11864         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
11865         (Man-highlight-references): Add new optional argument `xref-man-type'.
11867 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
11869         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
11871 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11873         * cus-edit.el (Custom-move-and-invoke): Delete.
11874         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
11876         * wid-edit.el (widget-move-and-invoke): New function, from
11877         Custom-move-and-invoke.
11879 2005-10-17  Bill Wohler  <wohler@newt.com>
11881         Move all remaining images from lisp/toolbar to etc/images, move
11882         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
11883         the low resolution images in their own directory (low-color).
11885         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
11886         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
11887         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
11888         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
11889         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
11890         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
11891         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
11893         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
11894         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
11895         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
11896         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
11897         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
11898         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
11899         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
11900         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
11901         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
11902         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
11903         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
11904         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
11905         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
11906         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
11907         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
11909         To conform with convention, replace the underscore (_) in the
11910         following image names with dash (-) or (/) as appropriate.
11912         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
11913         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
11914         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
11915         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
11916         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
11917         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
11918         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
11919         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
11920         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
11921         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
11922         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
11923         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
11924         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
11925         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
11926         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
11928         * info.el (info-tool-bar-map): Replace underscores in image names
11929         with dashes.
11931         * makefile.w32-in (WINS): Remove toolbar.
11933         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
11935         * tool-bar.el: Move to lisp from toolbar.  Now that
11936         toolbar is empty, it should be deleted when folks run "cvs up -P".
11938 2005-10-18  Jay Belanger  <belanger@truman.edu>
11940         * calc/calc-store.el (calc-store-into): Get the proper variable name
11941         to display in message.
11943 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
11945         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
11946         expressions display in speedbar for all buffers when debugging.
11947         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
11949         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
11950         (speedbar-insert-button, speedbar-make-button):
11951         Use add-text-properties.
11952         (speedbar-update-localized-contents)
11953         (speedbar-update-directory-contents)
11954         (speedbar-update-special-contents): Use dolist.
11955         (speedbar-buffer-easymenu-definition): Add a menu separator.
11957 2005-10-17  Jason Rumney  <jasonr@gnu.org>
11959         * makefile.w32-in: Use $(lisp) consistently.
11960         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
11961         for shell specific generation of mh-autoloads.
11963 2005-10-17  Richard M. Stallman  <rms@gnu.org>
11965         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
11967 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11969         * jit-lock.el (jit-lock-fontify-now):
11970         Move jit-lock-context-unfontify-pos to avoid wasted work.
11972 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
11974         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
11975         `tramp-completion-mode' for checking if we are in completion mode.
11976         (tramp-completion-handle-file-name-all-completions): Reorder code
11977         in order to complete for file names only in case there are no
11978         method/user/host completions.  This is necessary for cooperation
11979         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
11981 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
11983         * longlines.el (longlines-search-forward)
11984         (longlines-search-backward): Match any number of spaces.
11986 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
11988         * diff-mode.el (diff-mode): Doc fix.
11990 2005-10-16  David Reitter  <david.reitter@gmail.com>
11992         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
11993         as default on darwin and windows systems.
11995 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11997         * arc-mode.el (archive-zip-extract): Doc fix.
11999 2005-10-16  Romain Francoise  <romain@orebokech.com>
12001         * mouse.el (mouse-1-click-follows-link): Doc fix.
12003 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12005         * savehist.el: Don't require CL at runtime.
12006         (savehist-xemacs): Remove.
12007         (savehist-coding-system): Use utf-8 if present, regardless of religion.
12008         (savehist-no-conversion): Use (featurep 'xemacs).
12009         (savehist-load): Check existence of start-itimer rather than XEmacs.
12010         Use an idle timer.
12011         (savehist-process-for-saving): Replace use of CL funs `subseq' and
12012         `delete-if-not'.
12014 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
12016         * savehist.el: Newer version.
12017         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12018         (savehist-last-checksum, savehist-no-conversion): New vars.
12019         (savehist-autosave, savehist-process-for-saving, savehist-printable):
12020         New functions.
12021         (savehist-load, savehist-save): Use them.
12022         (savehist-delimit): Remove.
12024 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12026         * progmodes/compile.el (compilation-goto-locus): Display the
12027         compilation buffer first and the source buffer second, in case they're
12028         in overlapping frames.  Don't raise the compilation frame if it was the
12029         selected window upon entry.  Pass the `other-window' arg to
12030         pop-to-buffer.
12032         * info.el (Info-fontify-node): Use dolist.
12033         Change add-text-properties to put-text-property.
12035 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12037         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12038         bound of search.
12040 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12042         * dabbrev.el (dabbrev-completion): Pass the common
12043         prefix substring of completion to `display-completion-list'.
12045         * filecache.el (file-cache-minibuffer-complete)
12046         (file-cache-complete): Ditto.
12048         * tempo.el (tempo-display-completions): Ditto.
12050         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12052         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12054         * eshell/em-hist.el (eshell-list-history): Ditto.
12056         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12058         * mail/mailalias.el (mail-complete): Ditto.
12060         * progmodes/etags.el (complete-tag): Ditto.
12062         * progmodes/make-mode.el (makefile-complete): Ditto.
12064         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12066         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12068         * progmodes/pascal.el (pascal-complete-word)
12069         (pascal-show-completions): Ditto.
12071         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12073         * simple.el (completion-common-substring): New variable.
12074         (completion-setup-function): Use `completion-common-substring'
12075         to put faces.
12077 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12079         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12080         (x-get-selection, mac-select-convert-to-string): Convert from/to
12081         UTF-16 clipboard data as in native byte order, no BOM.
12083 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
12085         * progmodes/gud.el (gud-tool-bar-map): Rename the images
12086         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12087         (gud-sentinel): Use speedbar-frame to check for speedbar.
12089 2005-10-15  Richard M. Stallman  <rms@gnu.org>
12091         * savehist.el: New file.
12093 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
12095         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12096         Fix bug in \bf fontification.
12098 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12100         * pcvs.el (cvs-edit-log-files): New var.
12101         (cvs-mode-edit-log): New arg `file'.
12102         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12103         Instead force the use of the original file and nothing else.
12104         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12105         the cvs-minor-wrap-function is set.
12106         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12108 2005-10-14  Bill Wohler  <wohler@newt.com>
12110         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12111         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12112         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12113         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12114         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12115         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12116         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12117         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12118         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12119         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12120         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12121         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12122         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12123         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12124         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12126         * progmodes/gud.el (gud-tool-bar-map): Rename the images
12127         appropriately (for example, gud-break to gud/break).
12129 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
12131         * longlines.el (longlinges-search-function)
12132         (longlines-search-forward, longlines-search-backward): New functions.
12133         (longlines-mode): Set isearch-search-fun-function to
12134         longlinges-search-function.
12136         * mouse.el (mouse-drag-region-1): Handle the case where a
12137         double-click event is bound to an arbitrary function.
12139 2005-10-14  David Ponce  <david@dponce.com>
12141         * recentf.el (recentf-track-opened-file)
12142         (recentf-track-closed-file, recentf-update-menu)
12143         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12144         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12145         mouse-1-click-follows-link.
12147 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12149         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12150         Gnome file-manager.png.  Suggested by
12151         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12153         * toolbar/README: Add diropen.xpm.
12155 2005-10-13  Bill Wohler  <wohler@newt.com>
12157         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12158         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
12160 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12162         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12163         Don't waste the byte-compiler's time on constant data.
12165 2005-10-13  Kenichi Handa  <handa@m17n.org>
12167         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12168         byte with `escape-glyph' face.
12170         * international/fontset.el (ccl-encode-unicode-font):
12171         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12172         Handle the case that ucs-mule-to-mule-unicode translates a character to
12173         ASCII (usually for IPA characters).
12175 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12177         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12178         Don't hide the underline of titles if font-lock-mode is disabled.
12180 2005-10-12  Bill Wohler  <wohler@newt.com>
12182         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
12183         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
12184         files in MH-E-SRC have been updated.
12185         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12187 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12189         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12190         (mixal-mode-syntax-table): Add \n as end-comment.
12191         (mixal-operation-codes-alist): Immediately initialize to full value.
12192         (mixal-add-operation-code): Remove.
12193         (mixal-describe-operation-code): Make the arg non-optional.
12194         Use the interactive spec instead.
12195         Use mixal-operation-codes-alist rather than mixal-operation-codes.
12196         (mixal-font-lock-keywords): Don't highlight comments here any more.
12197         (mixal-font-lock-syntactic-keywords): New var.
12198         (mixal-mode): Use it.  Fix comment-start-skip.
12200 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12202         * startup.el (command-line-x-option-alist): -nb => -nbi
12204 2005-10-12  Kim F. Storm  <storm@cua.dk>
12206         * startup.el (fancy-splash-default-action): Discard mouse click in
12207         the splash screen window, as it has no sensible meaning in the
12208         next window to be selected.  Fixes error reported by Jan D.
12210 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12212         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12214 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12216         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12217         Try to fix up minor layout issues like indentation, line break, etc...
12218         (mixal-mode-syntax-table): Don't try to specify comment syntax,
12219         because it doesn't work.
12220         (mixal-operation-codes): Add some more codes.
12221         (mixal-font-lock-keywords): Process comments here.
12222         (mixal-mode): mixasm no longer needs -g option.
12224 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12226         * progmodes/sh-script.el (sh-tmp-file):
12227         Use mktemp -t.  Finish support for es and rc shells.
12229 2005-10-11  Jay Belanger  <belanger@truman.edu>
12231         * calc/calcalg2.el (calc-integral): With an argument, compute the
12232         definite integral.
12234 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
12236         * mouse.el (mouse-drag-region-1): Don't try to catch a
12237         double-click when doing follow-link (it's overridden anyway).
12239 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
12241         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12242         (autoload-print-form-outbuf): Add docstring.
12244 2005-10-11  Juri Linkov  <juri@jurta.org>
12246         * info.el (Info-mode-menu): Delete menu item "Edit".
12247         (Info-mode): Delete description of Info-edit from docstring,
12248         and rearrange descriptions of Info commands in the order
12249         they are documented in the Info manual.
12251 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12253         * calendar/appt.el (appt-check): Use diary-selective-display var.
12255 2005-10-10  Richard M. Stallman  <rms@gnu.org>
12257         * net/newsticker.el (newsticker-start, newsticker-show-news):
12258         Add autoload cookies.
12260 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
12262         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12264 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
12266         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12268 2005-10-10  Jay Belanger  <belanger@truman.edu>
12270         * calc/calc-arith.el (math-check-known-scalarp)
12271         (math-check-known-matrixp): Check the values of arguments that are
12272         variables.
12273         (math-check-known-square-matrixp): New function.
12274         (math-known-square-matrixp): Use math-check-known-square-matrixp.
12275         (math-super-types): Add sqmatrix type.
12277         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12278         mode name `square' to `sqmatrix'.
12280         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12281         mode name `square' to `sqmatrix'.
12283 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12285         * progmodes/etags.el (select-tags-table-mode): Don't use
12286         selective-display.
12287         (tags-select-tags-table): Pass `button' to the action function.
12288         (select-tags-table): Place the side-info on button properties rather
12289         than in hidden text.  Abbreviate file names.
12290         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12291         (select-tags-table-select): Add `button' argument.
12292         Get side-info from the button property rather than from hidden text.
12294 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
12296         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12297         (gud-speedbar-buttons): Preserve point if possible.
12298         (gud-sentinel): Restore previous speedbar display type.
12300         * progmodes/gdb-ui.el (gdba): Improve diagram.
12301         (def-gdb-auto-update-handler, gdb-info-locals-handler)
12302         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12303         Call get-buffer-window once.
12305 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12307         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12308         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12309         (pascal-indent-command): Remove unused var `ind'.
12310         (pascal-indent-case): Remove unused var `oldpos'.
12311         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12312         since it's now used as a proper minor mode map.
12313         (pascal-outline): Rename to pascal-outline-mode.
12314         (pascal-outline-mode): Use define-minor-mode.
12315         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12316         selective-display.
12318 2005-10-10  Andreas Schwab  <schwab@suse.de>
12320         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12321         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
12323         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12324         outside source directory.
12326 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
12328         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12329         C-x' as a prefix.
12330         (orgtbl-mode-map): Full keymap instead of sparse, because all
12331         `self-insert-command' keys are redefined in this map.
12332         (org-export-as-html): Specify charset for HTML file, by taking it
12333         from the coding system.
12335 2005-10-10  Kenichi Handa  <handa@m17n.org>
12337         * textmodes/flyspell.el (flyspell-check-word-p):
12338         If unread-command-events is non-empty, don't call sit-for.
12340 2005-10-09  Richard M. Stallman  <rms@gnu.org>
12342         * font-lock.el (font-lock-syntactic-keywords)
12343         (font-lock-keywords): Doc fixes.
12345         * textmodes/flyspell.el (flyspell-external-point-words):
12346         Simplify logic, and don't try to check for consecutive appearances
12347         of one incorrect word.
12349 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
12351         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12352         separator.
12354         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12355         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12356         (gud-expansion-speedbar-buttons): New function.
12357         (gud-speedbar-buttons): Check for gud-comint-buffer.
12359 2005-10-09  Bill Wohler  <wohler@newt.com>
12361         * Makefile.in (updates): Add mh-loaddefs dependency.
12363 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
12365         * speedbar.el (speedbar-file-key-map): Fix typo.
12367 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12369         * cus-start.el (line-spacing): Add custom spec.
12371 2005-10-09  Romain Francoise  <romain@orebokech.com>
12373         * textmodes/ispell.el (ispell-check-version): Fix last change.
12375 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12377         * term/x-win.el: Remove -i, --icon-type from comment.
12379         * startup.el (command-line-x-option-alist): Remove options -i,
12380         -itype, --icon-type, added -nb, --no-bitmap-icon
12382 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
12384         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12385         instead of :active.
12387 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
12389         * textmodes/ispell.el (ispell-check-version):
12390         Ignore hyphen, and all that follows, in aspell's version text.
12392 2005-10-08  Jay Belanger  <belanger@truman.edu>
12394         * calc/calc-arith.el (math-known-square-matrixp): New function.
12395         (math-pow-fancy): Check for matrices before distributing exponent
12396         across products.
12398         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12399         fullscreen keypad.  Suggested by Luc Teirlinck.
12400         (calc-keypad-show-input): Add space for formatting.
12402         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12403         Add square matrix option.
12405         * calc/calc-poly.el (math-expand-term): Check for matrices instead
12406         of checking calc-matrix-mode when deciding how to expand.
12408         * calc/calc.el (calc-set-mode-line): Add square matrix option.
12410 2005-10-08  Lars Hansen  <larsh@soem.dk>
12412         * net/tramp.el (tramp-perl-directory-files-and-attributes):
12413         Add error handling.
12414         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12416 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
12418         Sync with Tramp 2.0.51.
12420         * net/tramp.el (tramp-handle-set-visited-file-modtime)
12421         (tramp-handle-insert-file-contents, tramp-handle-write-region):
12422         Insert special handling for `last-coding-system-used', again
12423         it still seems to be necessary (unlike stated before).
12424         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12425         (tramp-password-prompt-regexp): There might be other words before
12426         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12427         (tramp-chunksize): Improve docstring.
12428         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12429         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
12430         Christian Joergensen <bugs@razor.dk>.
12432 2005-10-07  Glenn Morris  <rgm@gnu.org>
12434         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12435         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12436         precision'.
12438 2005-10-07  Romain Francoise  <romain@orebokech.com>
12440         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12441         (ibuffer-do-shell-command-pipe-replace)
12442         (ibuffer-do-shell-command-file, ibuffer-do-eval)
12443         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12444         (ibuffer-do-revert, ibuffer-do-replace-regexp)
12445         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12446         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12447         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12448         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12449         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12450         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12451         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12452         Autoload file sans suffix.
12454         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12456 2005-10-07  David Ponce  <david@dponce.com>
12458         * recentf.el (recentf-menu-open-all-flag): New option.
12459         (recentf-digit-shortcut-command-name): New function.
12460         (recentf--shortcuts-keymap): New variable.
12461         (recentf-menu-shortcuts): New variable.
12462         (recentf-make-menu-items): Initialize it.  Replace the "More..."
12463         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12464         (recentf-menu-value-shortcut): New function.
12465         (recentf-make-menu-item): Use it.  No more in-lined.
12466         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12467         (recentf-open-most-recent-file): Rename from
12468         `recentf-open-file-with-key'.  Don't depend on key binding.
12469         (recentf-mode-map): New variable.
12470         (recentf-mode): Use it.
12472 2005-10-06  Bill Wohler  <wohler@newt.com>
12474         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
12476         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12477         (MH-E-SRC): New.  Used by mh-autoloads.
12478         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
12479         files in MH-E-SRC have been updated.
12480         (compile, recompile, bootstrap): Depend on mh-autoloads.
12482 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
12484         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12485         gud-break and gud-remove icons when the fringe is not available.
12487         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12488         Typo.
12490 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
12492         * play/zone.el (zone): Wrap body with save-window-excursion.
12494 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12496         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12497         Use the new `list-only' arg to diary-list-entries.
12499         * calendar/diary-lib.el: Use overlays rather than selective-display.
12500         (diary-selective-display): New var.
12501         (diary-header-line-format): Use it.
12502         (diary-list-entries): Add argument `list-only'.
12503         Put the buffer in diary-mode.  Don't add \^M at beg and end.
12504         Replace \^M by invisible overlays.
12505         (diary-unhide-everything): Replace \^M by invisible overlays.
12506         (print-diary-entries): Look for overlays rather than \^M.
12507         Add a space to the temp buffer name.
12508         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12509         Put the buffer in diary-mode.
12510         (list-sexp-diary-entries): Replace \^M by invisible overlays.
12511         (diary-anniversary): Make the year arg optional.
12512         (diary-time-regexp): New const.
12513         (diary-font-lock-keywords): Use it to accept a few more time formats.
12515         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12517 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
12519         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12520         Fix bug introduced 2005-07-03: Use (car (last ...))
12521         to faithfully reproduce replaced artist-last.
12522         (artist-set-arrow-points-for-poly): Likewise.
12523         Suggested by Johan Bockg\e,Ae\e(Brd.
12525 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
12527         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12528         * wid-edit.el (widget):
12529         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12530         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12532 2005-10-06  Kenichi Handa  <handa@m17n.org>
12534         * international/mule-cmds.el (set-language-environment):
12535         Fix setting up of case-table for unibyte mode.
12537         * simple.el (what-cursor-position): If the character is displayed
12538         by some `display' text property, show that.  Don't use
12539         single-key-description for eight-bit characters in multibyte mode.
12541 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
12543         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12544         (gdb-ann3): Set it.
12545         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12546         (gdb-info-frames-custom): Use inverse-video for first five
12547         characters of selected frame only.
12548         (gdb-get-frame-number): Select frame even when point is on frame
12549         number.
12551 2005-10-06  Masatake YAMATO  <jet@gyve.org>
12553         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12554         Put `font-lock-function-name-face'.
12555         (gdb-info-frames-custom): Put `font-lock-function-name-face'
12556         and `font-lock-variable-name-face'
12557         (gdb-registers-font-lock-keywords): New font lock keywords definition.
12558         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12559         (gdb-memory-font-lock-keywords): New font lock keywords definition.
12560         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12561         (gdb-local-font-lock-keywords): New font lock keywords definition.
12562         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12563         (gdb-threads-font-lock-keywords): New font lock keywords definition.
12564         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12566 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
12568         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12569         (ediff-merge-region-is-non-clash-to-skip): Previously called
12570         ediff-merge-region-is-non-clash.
12572         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12573         Use insert-buffer-substring.
12575         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12576         selecting files to patch.  Also bug fixes.
12578         * ediff-util.el (ediff-setup): Bug fix.
12579         (ediff-next-difference): Never skip clashes that differ in white
12580         space only.
12582         * ediff-wind.el (ediff-setup-control-frame)
12583         (ediff-destroy-control-frame): Check the menubar feature.
12585         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12586         (viper-refresh-mode-line): Use make-local-variable to localize
12587         some vars instead of make-variable-buffer-local.  Suggested by
12588         Stefan Monnier.
12590         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12591         (viper-restore-cursor-type, viper-set-insert-cursor-type):
12592         Use make-local-variable instead of make-variable-buffer-local.
12593         Suggested by Stefan Monnier.
12595         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12596         (viper-comint-mode-hook): Use make-local-variable on
12597         require-final-newline.
12598         (viper-non-hook-settings): Don't use make-variable-buffer-local.
12600 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12602         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12603         also the second char of a comment-start sequence.
12604         (scheme-sexp-comment-syntax-table): New var.
12605         (lambda, define): Set their scheme-doc-string-elt property.
12606         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12607         Use lisp-font-lock-syntactic-face-function now that it properly
12608         handles |...| symbols.
12609         (scheme-mode-variables): Set lisp-doc-string-elt-property,
12610         parse-sexp-lookup-properties and font-lock-extra-managed-props.
12612         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12613         bit from # to |.
12614         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12616         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12617         (lisp-doc-string-elt-property): New var.
12618         (lisp-font-lock-syntactic-face-function): Use it.
12619         Rewrite to recognize docstrings even for forms not at toplevel.
12621         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12622         annotation on the | part of #| rather than on the # part.
12623         (scheme-font-lock-syntactic-face-function): New function, to
12624         distinguish strings from |...| symbols.
12625         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
12626         syntax-table so that #|...|# is properly highlighted.
12628         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12629         Don't mark as docstring the 3rd elem of an unknown toplevel form.
12631 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12633         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12634         and C-e.
12636         * emacs-lisp/eldoc.el: Move comments into docstrings.
12637         (eldoc-message-commands): Initialize in its declaration.
12638         Add move-beginning-of-line and move-end-of-line.
12639         (eldoc-add-command, eldoc-add-command-completions)
12640         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12642         * outline.el (outline-mark-subtree): Activate the mark.
12644         * calendar/appt.el (appt-time-regexp): New var.
12645         (appt-add, appt-make-list): Use it.
12646         (appt-convert-time): Clean up.
12648         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12649         Don't set any syntax-table property here.
12650         (tex-font-lock-verb): New function.  Do it here.
12651         (tex-font-lock-syntactic-keywords): Use it.
12653 2005-10-04  Richard M. Stallman  <rms@gnu.org>
12655         * wid-edit.el (widget-file-complete): Get the widget start point
12656         the right way.  Default directory to `/' if file has none.
12658         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12660         * textmodes/flyspell.el (flyspell-mode-on):
12661         Call ispell-maybe-find-aspell-dictionaries.
12663         * textmodes/ispell.el (ispell-word, ispell-region):
12664         Call ispell-maybe-find-aspell-dictionaries.
12665         (ispell-accept-buffer-local-defs):
12666         Don't call ispell-maybe-find-aspell-dictionaries
12668 2005-10-04  Richard M. Stallman  <rms@gnu.org>
12670         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12672 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
12674         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12675         instead of `fboundp' in order to allow for anonymous functions.
12677 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
12679         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12680         case the user clicks on the link while another window is selected.
12681         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12683         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12684         functionality.
12685         (dframe-help-echo): Save point in case mouse tracking is off.
12687 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
12689         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12691 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12693         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12694         not change the global value of those vars.
12696         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12697         make-local-variable which we do not need any more.
12699 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
12701         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12702         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12703         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12704         (speedbar-path-line): Define obsolete aliases.
12705         (speedbar-line-directory): Doc fix.
12707         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12708         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12709         instead of speedbar-line-path.
12711 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12713         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12714         to nil if dropping on a window.  Handle dropping on a minibuffer window
12715         like dropping on a non-window part of Emacs.
12717 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12719         * net/ange-ftp.el: Use with-current-buffer.
12720         (ange-ftp-insert-directory): Do not follow symlinks any more.
12722         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12723         Remove interactive spec.
12725 2005-10-03  Kim F. Storm  <storm@cua.dk>
12727         * ido.el (ido-mode): Use custom-initialize-set.
12729 2005-10-02  Richard M. Stallman  <rms@gnu.org>
12731         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12732         Use insert-buffer-substring.
12734         * net/tramp.el: Pacify byte compiler warnings in pacification code.
12735         (tramp-handle-file-local-copy): Use insert-buffer-substring.
12737 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12739         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12740         in last change.
12741         (ange-ftp-insert-directory): Fix up the search for the case where
12742         `file' is absolute.
12744 2005-10-02  Romain Francoise  <romain@orebokech.com>
12746         * progmodes/compile.el (compile-goto-error): Delete extra paren.
12748 2005-10-02  Andreas Schwab  <schwab@suse.de>
12750         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
12751         directory component in the session info.
12753 2005-10-01  Richard M. Stallman  <rms@gnu.org>
12755         * comint.el (comint-redirect-subvert-readonly): Doc fix.
12757         * simple.el (next-error-internal): New function.
12759         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
12760         (compilation-start): Pass new arg to compilation-buffer-name.
12761         (compile-goto-error): Use next-error-internal.
12763 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
12765         * speedbar.el: Remove RCS tag.
12766         (speedbar-check-read-only): Handle non-existent files.
12768         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
12770         * info.el (Info-speedbar-hierarchy-buttons)
12771         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
12773 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12775         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
12776         Do not match newline.
12777         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
12778         (bibtex-summary): Remove unnecessary save-excursion.
12779         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
12781 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12783         * term/mac-win.el: Add charset info for "iso10646-1".
12784         Modify default fontset to use ATSUI-compatible fonts for some charsets
12785         if available.
12787 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
12789         * speedbar.el: Re-apply arch tag.
12790         (speedbar-version): Rename to version 1.0.  Suggested by Eric
12791         M. Ludlam.
12792         Reapply two changes from Emacs CVS' version of speedbar lost
12793         during the merge:
12794         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
12795         (speedbar-frame-parameters): Improve customize type.
12797 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12799         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
12800         (ange-ftp-file-directory-p): Fix the symlink case.
12801         (ange-ftp-insert-directory): When listing a single file, get a list of
12802         the parent buffer and extract the relevant line.  Inspired from a patch
12803         by Katsumi Yamaoka <yamaoka@jpl.org>.
12804         (ange-ftp-file-name-sans-versions): Simplify.
12806 2005-09-30  Bill Wohler  <wohler@newt.com>
12808         Move MH-E image files from toolbar and mail directories into
12809         etc/images.
12811         * mail/reply2.*: Move to etc/images/mail/reply*.
12813         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
12814         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
12815         etc/images.
12817         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
12818         * toolbar/reply*: Move to etc/images/mail.
12820         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
12822 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
12824         * speedbar.el: New version 1.0pre3.
12826         Frame management code (including timer, and mouse click specifics)
12827         moved to dframe.el:
12828         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
12829         (speedbar-timer): Removed.  Use dframe-timer.
12830         (speedbar-close-frame): Removed.  Use dframe-close-frame.
12831         (speedbar-activity-change-focus-flag): Removed.  Use
12832         dframe-activity-change-focus-flag.
12833         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
12834         dframe-update-speed.
12836         (speedbar-current-frame): New macro.  Use this instead of the
12837         variable speedbar-frame.
12839         (speedbar-use-images, speedbar-expand-image-button-alist)
12840         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
12842         (speedbar-find-image-on-load-path): Removed.  Replaced by
12843         defezimage in ezimage.el.
12844         (speedbar-expand-image-button-alist): Removed.  Replaced by
12845         ezimage-expand-image-button-alist in ezimage.el.
12847         (speedbar-ignored-directory-regexp)
12848         (speedbar-add-ignored-directory-regexp)
12849         (speedbar-ignored-directory-expressions)
12850         (speedbar-line-directory, speedbar-buffers-line-directory)
12851         (speedbar-directory-line, speedbar-buffers-line-directory):
12852         Renamed, replacing `path' with `directory'.
12854         (speedbar-create-directory, speedbar-expand-line-descendants)
12855         (speedbar-toggle-line-expansion)
12856         (speedbar-contract-line-descendants): New commands.
12858         (speedbar-query-confirmation-method, speedbar-select-frame-method)
12859         (speedbar-use-tool-tips-flag): New options.
12861         (speedbar-check-read-only, speedbar-require-version)
12862         (speedbar-insert-separator, speedbar-buffers-tail-notes)
12863         (speedbar-handle-delete-frame, speedbar-try-completion)
12864         (speedbar-update-localized-contents): New functions.
12866         (speedbar-incompatible-version, speedbar-ro-to-do-point)
12867         (speedbar-object-read-only-indicator): New variables.
12869         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
12870         New hooks.
12872         (speedbar-separator-face): New face.
12874         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
12875         (speedbar-ignored-modes): Add fundamental-mode.
12876         (speedbar-directory-unshown-regexp): Add . directories.
12878         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
12879         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
12880         `]' for full expand/close.
12881         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
12883         (speedbar-check-vc): Support hidden files.
12884         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
12885         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
12886         state is nil, it is not checked out.
12888         (speedbar-line-text, speedbar-line-token): Support expand buttons
12889         with no text.
12890         (speedbar-refresh): Universal argument acts as power-click.
12891         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
12892         that buffer to get variable values.
12894         And many other bugfixes.
12896         * dframe.el, ezimage.el, sb-image.el: New files.
12898         * sb-*.xpm: Remove files.  New image files installed into
12899         etc/images/ezimage.
12901 2005-09-30  Kenichi Handa  <handa@m17n.org>
12903         * ps-mule.el (ps-mule-show-warning): If a character is in
12904         ps-print-translation-table, don't treat it as non-printable.
12906 2005-09-30  David Ponce  <david@dponce.com>
12908         * tree-widget.el (tree-widget-themes-load-path): New variable.
12909         (tree-widget-themes-directory): Doc fix.
12910         (tree-widget-image-formats) [Emacs]: Doc fix.
12911         (tree-widget--locate-sub-directory): New function.
12912         (tree-widget-themes-directory): Use it.
12914         * recentf.el (recentf-filename-handlers): Rename from
12915         `recentf-filename-handler'.  Allow a list of functions.
12916         (recentf-menu-items-for-commands): Fix :help strings.
12917         (recentf-apply-filename-handlers): New function.
12918         (recentf-expand-file-name): Use it.
12919         (recentf-cleanup): Remove duplicates too.
12921 2005-09-29  Juri Linkov  <juri@jurta.org>
12923         * faces.el: Rearrange face definitions to be in the same order as
12924         their face descriptions in "(emacs)Standard Faces".
12926         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
12928         * tooltip.el (tooltip): Add group `basic-faces'.
12930         * buff-menu.el (Buffer-menu-buffer): Remove group
12931         `font-lock-highlighting-faces'.
12933         * progmodes/compile.el (compilation-error, compilation-warning)
12934         (compilation-info, compilation-line-number, compilation-column-number):
12935         Change group from `font-lock-highlighting-faces' to `compilation'.
12937         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12938         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
12939         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
12940         (vhdl-font-lock-reserved-words-face)
12941         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
12942         `font-lock-highlighting-faces'.
12944         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
12946 2005-09-28  Kim F. Storm  <storm@cua.dk>
12948         * emulation/cua-base.el: Set CUA move property on additional commands:
12949         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
12950         forward-sexp, backward-sexp, forward-list, backward-list.
12952 2005-09-28  Romain Francoise  <romain@orebokech.com>
12954         * comint.el (comint-show-output): Really set point at the
12955         beginning of the output when not using `comint-use-prompt-regexp'.
12957 2005-09-27  Jay Belanger  <belanger@truman.edu>
12959         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
12960         in TeX mode.
12962 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
12964         * textmodes/org.el (org-table-sum): Fix format string.
12966         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
12967         Quote face names.
12969 2005-09-26  Romain Francoise  <romain@orebokech.com>
12971         * isearch.el (isearch-forward-regexp): Close doc string.
12973 2005-09-25  Richard M. Stallman  <rms@gnu.org>
12975         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
12977         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
12979         * progmodes/compile.el (compilation-error-properties):
12980         When getting the file from the previous error message,
12981         correctly decode the new data format.
12983         * progmodes/cc-cmds.el (c-electric-paren):
12984         Call old-blink-paren only for close-paren.
12986 2005-09-24  Andreas Schwab  <schwab@suse.de>
12988         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
12989         condition.
12991 2005-09-25  Romain Francoise  <romain@orebokech.com>
12993         * dired-aux.el (dired-copy-file-recursive):
12994         * dired.el (dired-delete-file):
12995         * ediff-mult.el (ediff-dir-diff-copy-file):
12996         * ediff-util.el (ediff-test-save-region):
12997         * forms.el (forms-mode):
12998         * ido.el (ido-file-internal, ido-delete-file-at-head):
12999         * log-edit.el (log-edit-done):
13000         * ses.el (ses-yank-resize):
13001         * play/gomoku.el (gomoku-human-plays, gomoku)
13002         (gomoku-human-resigns, gomoku-prompt-for-other-game)
13003         (gomoku-offer-a-draw):
13004         * play/landmark.el (lm-human-resigns, lm):
13005         * net/eudcb-ldap.el (eudc-ldap-check-base):
13006         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13007         * progmodes/ebrowse.el (ebrowse-find-pattern):
13008         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13009         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13010         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13012         * vc.el (vc-delete-file):
13013         * play/gomoku.el (gomoku-terminate-game, gomoku)
13014         (gomoku-prompt-for-move, gomoku-human-takes-back):
13015         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13016         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13018 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
13020         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13021         color rxvt terminals by using the code xterm.el used to use before
13022         2005-04-09 in order to match the colors used by rxvt.
13024 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13026         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13027         colors rxvt-unicode terminals by using the same code as xterm.el.
13029 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13031         * textmodes/tex-mode.el (tex-font-lock-append-prop)
13032         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13033         new symbol used for the tex-verbatim face.
13035 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13037         * woman.el (woman-file-name):
13038         * wid-edit.el (widget-file-prompt-value)
13039         (widget-coding-system-prompt-value):
13040         * w32-fns.el (set-w32-system-coding-system):
13041         * vc.el (vc-version-diff, vc-annotate):
13042         * textmodes/reftex-auc.el (reftex-arg-cite)
13043         (reftex-arg-index-tag):
13044         * textmodes/refer.el (refer-get-bib-files):
13045         * textmodes/artist.el (artist-figlet-choose-font):
13046         * terminal.el (terminal-emulator):
13047         * replace.el (occur-read-primary-args):
13048         * rect.el (string-rectangle, string-insert-rectangle):
13049         * ps-print.el (ps-print-preprint):
13050         * progmodes/pascal.el (pascal-goto-defun):
13051         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13052         * progmodes/compile.el (compilation-find-file):
13053         * printing.el (pr-interactive-n-up):
13054         * play/animate.el (animate-birthday-present):
13055         * net/rcompile.el (remote-compile):
13056         * man.el (man, Man-goto-section, Man-follow-manual-reference):
13057         * mail/rmailsum.el (rmail-summary-search-backward)
13058         (rmail-summary-search):
13059         * mail/rmailout.el (rmail-output-read-rmail-file-name)
13060         (rmail-output-read-file-name):
13061         * mail/rmail.el (rmail-search, rmail-search-backwards):
13062         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13063         * locate.el (locate):
13064         * international/quail.el (quail-show-keyboard-layout):
13065         * international/mule.el (set-buffer-file-coding-system)
13066         (revert-buffer-with-coding-system, set-file-name-coding-system)
13067         (set-terminal-coding-system, set-keyboard-coding-system)
13068         (set-next-selection-coding-system):
13069         * international/mule-diag.el (describe-coding-system)
13070         (describe-font, describe-fontset):
13071         * international/mule-cmds.el (universal-coding-system-argument)
13072         (search-unencodable-char, describe-input-method)
13073         (set-language-environment, describe-language-environment):
13074         * international/codepage.el (codepage-setup):
13075         * international/code-pages.el (codepage-setup):
13076         * info.el (Info-search, Info-follow-reference)
13077         (Info-search-backward):
13078         * emacs-lisp/advice.el (ad-read-advised-function)
13079         (ad-read-advice-class, ad-clear-cache, ad-activate)
13080         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13081         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13082         (ad-read-regexp):
13083         * ediff-util.el (ediff-toggle-regexp-match):
13084         * ediff-ptch.el (ediff-prompt-for-patch-file):
13085         * dired-aux.el (dired-diff):
13086         * diff.el (diff):
13087         * cus-edit.el (custom-variable-prompt):
13088         * calendar/timeclock.el (timeclock-ask-for-project):
13089         * calc/calcalg3.el (calc-get-fit-variables):
13090         * calc/calc-store.el (calc-edit-variable)
13091         (calc-permanent-variable):
13092         * vc-mcvs.el (vc-mcvs-register):
13093         * shadowfile.el (shadow-define-literal-group):
13094         * woman.el (woman-file-name):
13095         * vc.el (vc-version-diff, vc-merge):
13096         * textmodes/reftex-index.el (reftex-index-complete-tag):
13097         * format.el (format-decode-buffer, format-decode-region):
13098         * emulation/viper-cmd.el (viper-read-string-with-history):
13099         * emacs-lisp/debug.el (cancel-debug-on-entry):
13100         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13101         * ediff.el (ediff-merge-revisions)
13102         (ediff-merge-revisions-with-ancestor, ediff-revision):
13103         * completion.el (interactive-completion-string-reader):
13104         * calc/calc-prog.el (calc-user-define-formula):
13105         Follow convention for reading with the minibuffer.
13107 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
13109         * progmodes/python.el (python-describe-symbol): Add globals() and
13110         locals() to the arguments of emacs.ehelp.
13112 2005-09-24  Magnus Henoch  <mange@freemail.hu>
13114         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13115         New function, code extracted from ispell-valid-dictionary-list.
13116         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13117         Call it.
13119 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
13121         * subr.el (version-regexp-alist): Extend valid syntax for version
13122         strings: allow any of the characters -,_,+ to separate the
13123         alpha/beta/rc part from the version part.  Doc fix.
13124         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
13126 2005-09-23  David Reitter  <david.reitter@gmail.com>
13128         * mail/mailclient.el: New file.
13130 2005-09-23  Richard M. Stallman  <rms@gnu.org>
13132         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13133         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13134         Doc fixes.
13136         * progmodes/cc-mode.el (c-font-lock-init):
13137         Specify font-lock-lines-before.
13139 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13141         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13142         whole conflict.
13144 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
13146         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13147         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
13148         of `remap' feature when available.  Additional key bindings for
13149         better tty support.
13150         (org-mode-restart, org-force-self-insert): New commands.
13151         (org-time-stamp-inactive): New command.
13152         (org-remap): New function.
13153         (org-table-auto-blank-field, org-level-color-stars-only): New options.
13154         (org-enable-fixed-width-editor): Move to `org-structure'
13155         customization group.
13156         (org-self-insert-command, orgtbl-self-insert-command): Modify to
13157         blank field after field motion commands.
13159 2005-09-23  Kenichi Handa  <handa@m17n.org>
13161         * international/mule-cmds.el (set-language-environment):
13162         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13163         have to call utf-translate-cjk-load-tables.
13165 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13167         * mouse.el (mouse-move-drag-overlay): Fix last change.
13169 2005-09-22  David Ponce  <david@dponce.com>
13171         * tree-widget.el (tree-widget-value-create): Fix previous change.
13173 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
13175         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13177 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13179         * mouse.el (mouse-move-drag-overlay): New function.
13180         (mouse-drag-region-1): Use it.
13181         Try to simplify a bit the state handling.  Handle clicks on links
13182         inside intangible areas.
13183         (mouse-save-then-kill): Minor simplification.
13184         (mouse-secondary-overlay): Make it always non-nil instead of
13185         recreating it each time.
13186         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13187         (mouse-kill-secondary, mouse-secondary-save-then-kill):
13188         Simplify accordingly.
13190 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
13192         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13194 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
13196         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13197         (ediff-file-name-sans-prefix): Treat nil as an empty string.
13198         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13199         to patch.
13201         * ediff-util.el: Use insert-buffer-substring.
13203         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13205         * emulation/viper-cmd.el (viper-change-state): Don't move over the
13206         field boundaries in the minibuffer.
13207         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13208         (viper-minibuffer-post-command-hook): New hook.
13209         (viper-line): Don't move cursor at bolp.
13211         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13213         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13214         avoid compiler warnings.
13216         * emulation/viper-macs.el (ex-map): Better messages.
13218         * emulation/viper-utils.el (viper-beginning-of-field): New function.
13220         * emulation/viper.el: Replace make-variable-buffer-local with
13221         viper-make-variable-buffer-local everywhere, to avoid warnings.
13223 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13225         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13226         Delete unused var `old-selected-window'.
13227         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13228         (mouse-drag-secondary): Delete unused var `start-frame'.
13230 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
13232         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13234 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13236         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13237         Re-indent within 80 columns.  Use inhibit-read-only.
13239 2005-09-19  Romain Francoise  <romain@orebokech.com>
13241         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13243 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13245         * font-lock.el (font-lock-default-fontify-region): Don't add a line
13246         unconditionally, since the after-change-function already did it.
13248 2005-09-19  Miles Bader  <miles@gnu.org>
13250         * net/newsticker.el: Get rid of CVS keyword.
13252 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
13254         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13255         The prompt is formatted later.
13257 2005-09-19  David Ponce  <david@dponce.com>
13259         * tree-widget.el (tree-widget-value-create): Save the converted
13260         tree :node widget.
13262 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
13264         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13265         variable `message'.
13267 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
13269         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13270         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
13271         <slawomir.nowaczyk.847@student.lu.se>.
13273 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
13275         * image.el (image-load-path): Use symbol `data-directory' instead
13276         of its value, for backward compatibility with packages that bind
13277         it during `find-image'.  Suggested by Katsumi Yamaoka.
13278         (image-search-load-path): Handle symbols whose values are strings.
13280 2005-09-18  Romain Francoise  <romain@orebokech.com>
13282         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13283         with-current-buffer form in save-excursion.
13285 2005-09-18  Deepak Goel  <deego@gnufans.org>
13287         * apropos.el (apropos-command): Fix `message' call: first arg
13288         should be a format spec.  In this and all other cases that appear
13289         below and elsewhere in the source code, I made a change only when
13290         two conditions were satisfied: [1] I can think of a possibility
13291         that the arguments would cause an error, for example, the code in
13292         question relies on external variables such as filenames.  [2] I
13293         was sure that the arg to `message' could not have been nil in the code.
13295         * textmodes/tildify.el (tildify-region): Ditto.
13297         * textmodes/reftex-index.el (reftex-index-change-entry)
13298         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13299         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13300         * textmodes/org.el (org-complete, org-deadline, org-schedule)
13301         (org-priority, org-table-sum):
13302         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13303         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13304         (flyspell-word, flyspell-display-next-corrections):
13305         * textmodes/bibtex.el (bibtex-print-help-message):
13306         * textmodes/artist.el (artist-key-set-point-poly):
13307         * term/mac-win.el (mac-services-insert-text):
13308         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13309         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13310         (vhdl-port-paste-testbench, vhdl-compose-new-component)
13311         (vhdl-compose-configuration):
13312         * progmodes/sh-script.el (sh-blink, sh-show-indent)
13313         (sh-set-indent, sh-learn-line-indent):
13314         * progmodes/ps-mode.el (ps-mode-target-column):
13315         * progmodes/idlwave.el (idlwave-make-tags)
13316         (idlwave-scan-library-catalogs):
13317         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13318         * progmodes/gud.el (gud-jdb-analyze-source):
13319         * progmodes/flymake.el (flymake-log):
13320         * progmodes/ebnf2ps.el (ebnf-generate-region):
13321         * progmodes/cmacexp.el (c-macro-expansion):
13322         * progmodes/ada-xref.el (ada-treat-cmd-string):
13323         * progmodes/ada-mode.el (ada-create-case-exception-substring)
13324         (ada-justified-indent-current, ada-batch-reformat):
13325         * play/zone.el (zone):
13326         * play/landmark.el (lm-move):
13327         * play/decipher.el (decipher-show-alphabet):
13328         * net/newsticker.el (newsticker--display-jump)
13329         (newsticker--display-scroll):
13330         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13331         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13332         * mail/feedmail.el (feedmail-dump-message-to-queue):
13333         * eshell/esh-proc.el (eshell-remove-process-entry):
13334         * emulation/ws-mode.el (ws-last-error):
13335         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13336         (viper-record-kbd-macro):
13337         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13338         * emacs-lisp/lisp-mnt.el (lm-report-bug):
13339         * emacs-lisp/find-func.el (find-function-noselect):
13340         * calendar/timeclock.el (timeclock-status-string)
13341         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13342         (timeclock-when-to-leave-string):
13343         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13344         * calc/calc-units.el (calc-enter-units-table):
13345         * calc/calc-mode.el (calc-mode-record-mode):
13346         * woman.el (woman-mini-help):
13347         * wdired.el (wdired-change-to-wdired-mode):
13348         * vc.el (vc-retrieve-snapshot):
13349         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13350         * startup.el (display-startup-echo-area-message):
13351         * simple.el (set-goal-column):
13352         * ses.el (ses-command-hook, ses-recalculate-cell):
13353         * server.el (server-process-filter):
13354         * printing.el (pr-interface-txt-print, pr-interface-printify)
13355         (pr-interface-ps):
13356         * pcvs.el (cvs-help):
13357         * log-edit.el (log-edit, log-edit-mode-help):
13358         * iswitchb.el (iswitchb-possible-new-buffer):
13359         * isearch.el (isearch-edit-string):
13360         * image-mode.el (image-mode, image-minor-mode):
13361         * ibuf-macs.el (define-ibuffer-filter):
13362         * hi-lock.el (hi-lock-find-patterns):
13363         * files.el (toggle-read-only):
13364         * ediff-util.el (ediff-copy-diff)
13365         (ediff-write-merge-buffer-and-maybe-kill):
13366         * echistory.el (Electric-history-undefined):
13367         * dnd.el (dnd-insert-text):
13368         * dired-aux.el (dired-query):
13369         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13370         * bookmark.el (bookmark-bmenu-locate):
13371         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13372         Fix `message' calls to ensure first arg is a format string.
13373         The change was made only when these two conditions were satisfied:
13374         [1] when there is a possibility that the arguments would cause an error
13375         for example, if the code in question relies on external variables
13376         such as filenames, and
13377         [2] if the arg to `message' could not have been nil in the code.
13379         * pcomplete.el (pcomplete--help): Fix `message' format spec.
13380         Not having a %s would be weird, though not technically wrong.
13382 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13384         * term/mac-win.el (mac-add-charset-info): Doc fix.
13386 2005-09-17  Romain Francoise  <romain@orebokech.com>
13388         * shell.el (shell-resync-dirs): Handle echoing processes more
13389         reliably.  Don't insert resync command if `comint-process-echoes'
13390         is non-nil.
13392 2005-09-17  Magnus Henoch  <mange@freemail.hu>
13394         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13395         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13396         aspell versions >= 0.60.
13397         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13398         only if ispell-aspell-supports-utf8 is non-nil.
13400 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13402         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13403         buffer-local value to lisp-indent-function.
13405 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
13407         * progmodes/glasses.el (glasses-make-readable): If
13408         glasses-separator differs from underscore, put appropriate
13409         overlays over underscore characters.
13410         (glasses-convert-to-unreadable): If glasses-separator differs from
13411         underscore, try to convert glasses-separator characters to
13412         underscores.
13414 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13416         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13417         Use with-syntax-table and dolist.
13419 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
13421         * textmodes/reftex-auc.el:
13422         * textmodes/reftex-cite.el:
13423         * textmodes/reftex-dcr.el:
13424         * textmodes/reftex-global.el:
13425         * textmodes/reftex-parse.el:
13426         * textmodes/reftex-ref.el:
13427         * textmodes/reftex-sel.el:
13428         * textmodes/reftex-toc.el:
13429         * textmodes/reftex-vars.el:
13430         * textmodes/reftex.el: Small changes to remove compiler warnings.
13432         * textmodes/reftex-index.el: Likewise.
13433         (reftex-query-index-phrase): More efficient use of markers.
13435 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
13437         * image.el (image-load-path): New variable.
13438         (image-search-load-path): New function.
13439         (find-image): Search for images in `image-load-path'.
13441 2005-09-15  Richard M. Stallman  <rms@gnu.org>
13443         * follow.el: Change Maintainer field.
13445 2005-09-15  David Ponce  <david@dponce.com>
13447         * recentf.el (recentf-save-file-modes): New option.
13448         (recentf-save-list): Use it.
13450 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
13452         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13453         (mode-line-mule-info, mode-line-modified): Move bindings from
13454         mouse-3 to mouse-1.
13456 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
13458         * simple.el (sendmail-user-agent-compose): Revert last change.
13460 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13462         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13463         Use with-current-buffer.
13464         (ange-ftp-gwp-start): Remove unused var `gw-user'.
13465         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13466         (ange-ftp-insert-directory): Remove unused var `short'.
13467         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13469         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13470         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13472         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13473         (check-calendar-holidays, diary-list-entries): Autoload.
13474         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13475         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13477         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13478         which mistakenly removed a call to display-buffer.
13480 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
13482         * obsolete/iso-insert.el: Move to obsolete/ from international/.
13484 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
13486         * progmodes/hideshow.el
13487         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13488         (hs-allow-nesting): New user var.
13489         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13490         (hs-hide-block-at-point): When nesting allowed,
13491         if there is already an overlay in place, delete it.
13492         (hs-safety-is-job-n): Delete func; remove call sites.
13493         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13494         (hs-overlay-at): New func.
13495         (hs-already-hidden-p, hs-show-block): Use it.
13496         (hs-hide-all): Don't pre-clean if nesting allowed.
13497         (hs-show-all): Temporarily disallow
13498         nesting around call to `hs-discard-overlays'.
13500 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
13502         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13503         Delete unused local var.
13505 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
13507         * help-fns.el (describe-categories): "?\ " -> "?\s".
13508         (help-do-arg-highlight): Recognize also ARG-n, as in
13509         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
13511         * international/codepage.el (dos-unsupported-char-glyph):
13512         * net/newsticker.el (tool-bar-map, w3-mode-map)
13513         (w3m-minor-mode-map):
13514         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13515         (ent-alist):
13516         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13518 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
13520         * custom.el (custom-push-theme): Handle the case where a symbol is
13521         bound but face properties have not yet been assigned.
13523         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13524         Fix behavior if noerase is `t' and there is no mail buffer.
13526         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13527         if `continue' is nil, rather than signal an error.
13529 2005-09-12  Richard M. Stallman  <rms@gnu.org>
13531         * font-lock.el (font-lock-keywords): Add autoload.
13533         * help-fns.el (describe-variable): Rearrange to put source link
13534         in a predictable place.
13536         * net/newsticker.el: New file.
13538 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13540         * calendar/calendar.el (calendar-for-loop): Add edebug info.
13541         (calendar-basic-setup): Use the new nil arg.
13542         (number-of-diary-entries): Move to diary-lib.el.
13544         * calendar/diary-lib.el: Use with-current-buffer, match-string.
13545         (diary-list-entries): Use with-syntax-table and dolist.
13546         Rename from list-diary-entries.
13547         Use number-of-diary-entries if `number' is nil.
13548         (diary, diary-view-entries): Use this new name and new nil arg value.
13549         (number-of-diary-entries): Move from calendar.el.
13550         (diary-unhide-everything): New function.
13551         (include-other-diary-files, fancy-diary-display)
13552         (diary-show-all-entries, make-diary-entry): Use it.
13553         (diary-mail-entries): Use buffer-string.
13554         (mark-diary-entries): Fix long standing paren typo.
13555         (diary-sexp-entry): Use count-lines.
13556         (make-diary-entry): Avoid `previous-line'.
13557         (diary-mode-map): New var.
13558         (diary-mode): Redraw cal after saving.  Setup header-line.
13559         (fancy-diary-display-mode): Use local-set-key.
13561         * startup.el (command-line): Try calling various terminal-init-foo-bar
13562         functions by stripping hyphenated suffixes from $TERM.
13564         * files.el (normal-mode): Check boundness of font-lock-keywords.
13566 2005-09-12  Richard M. Stallman  <rms@gnu.org>
13568         * progmodes/compile.el: Don't decide a file's directory
13569         until the user actually tries to go there.
13570         (compilation-next-error-function):
13571         Pass compilation-find-file the directory from the file-struct.
13572         (compilation-internal-error-properties): Separate local FILE-STRUCT
13573         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
13574         (compilation-find-file): Arg DIR renamed to DIRECTORY.
13575         Expand it, and if nil, use default-directory.
13576         (compilation-get-file-structure): Don't mix specified directory
13577         with default directory.  Put specified directory into
13578         file-struct.  Don't make the file name absolute.
13580         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13581         (compile-command): Add autoload.
13582         (compilation-disable-input): Add autoload.
13584 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
13586         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13587         strings of the variables it can override.
13588         (time-stamp): New (as yet undocumented) time-stamp-format escapes
13589         %Q and %q, for fully-qualified domain name and unqualified host name.
13591 2005-09-11  Kim F. Storm  <storm@cua.dk>
13593         * emacs-lisp/authors.el (authors-aliases): Update list.
13594         (authors-fixed-entries): Update mldrag.el entry.
13596 2005-09-10  Alan Mackenzie  <acm@muc.de>
13598         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13599         from the region narrowed to.
13601 2005-09-10  Magnus Henoch  <mange@freemail.hu>
13603         * textmodes/ispell.el (ispell-check-version): Signal an error if
13604         aspell version is less than 0.60.
13606 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
13608         * progmodes/octave-inf.el (inferior-octave-startup):
13609         Resync current dir at the end.
13611 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
13613         * woman.el (woman-topic-at-point-default):
13614         Rename to woman-use-topic-at-point-default.
13615         (woman-topic-at-point): Rename to woman-use-topic-at-point.
13616         (woman-file-name): Reflect renames above.  Automatically use the
13617         word at point as topic if woman-use-topic-at-point is non-nil.
13618         Otherwise offer it as default but don't insert it in the
13619         minibuffer.  Also use `test-completion' instead of `assoc' as
13620         suggested by Stefan Monnier.
13622 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
13624         * vc.el (vc-directory, vc-update-change-log): Throw an error on
13625         the attempt to do it over Tramp.  This is not yet supported.
13627 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
13629         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13630         (menu-bar-non-minibuffer-window-p): New functions.
13631         ("Split Window", "Save As..."): Use them.
13632         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13633         ("Print Buffer", "Truncate Long Lines in this Buffer"):
13634         Use menu-bar-menu-frame-live-and-visible-p.
13635         ("Save Buffer", "Insert File", "Open Directory...")
13636         ("Open File...", "Visit New File..."):
13637         Use menu-bar-non-minibuffer-window-p.
13638         (kill-this-buffer-enabled-p, dired <menu-enable>):
13639         Use menu-bar-non-minibuffer-window-p.
13641 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
13643         * cus-start.el (all): Don't complain about fringe-related
13644         built-ins if fringes are not supported.  Ditto about
13645         selection-related built-ins.  Fix the test for GTK-related built-ins.
13647         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13648         ("Postscript Print Buffer", "Print Region", "Save As...")
13649         ("Save", "Insert File...", "Open Directory...")
13650         ("Open File...", "Visit New File..."")
13651         ("Truncate Long Lines in this Buffer"): Don't look at
13652         menu-updating-frame if this display does not support multiple frames.
13654 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13656         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13658 2005-09-09  Emilio Lopes  <eclig@gmx.net>
13660         * woman.el: Format- and whitespace-related changes.
13662 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
13664         * woman.el: Fix my email address.
13666 2005-09-08  Richard M. Stallman  <rms@gnu.org>
13668         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13669         (sh-mode): Locally set skeleton-pair-default-alist.
13671         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13673         * progmodes/flymake.el: Require `compile' unconditionally.
13675         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13677         * woman.el (woman-file-name): Provide a default, not initial input.
13679         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13681         * font-lock.el (font-lock-support-mode): Doc fix.
13683         * descr-text.el (describe-property-list): Handle non-symbol prop names.
13685 2005-09-08  Richard M. Stallman  <rms@gnu.org>
13687         * simple.el (blink-matching-open): Get rid of text props from
13688         the string shown in echo area.  Don't permanently set point.
13689         Some rearrangements.
13691 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13693         * recentf.el (recentf-filename-handler): Add custom choice
13694         `abbreviate-file-name'.
13696         * msb.el (msb--very-many-menus): Fix typo.
13698         * disp-table.el (standard-display-european): Don't set
13699         enable-multibyte-characters to nil.
13701 2005-09-08  David Ponce  <david@dponce.com>
13703         * recentf.el (recentf-show-file-shortcuts-flag): New option.
13704         (recentf-expand-file-name): Doc fix.
13705         (recentf-dialog-mode-map): Define digit shortcuts.
13706         (recentf--files-with-key): New variable.
13707         (recentf-show-digit-shortcut-filter): New function.
13708         (recentf-open-files-items): New function.
13709         (recentf-open-files): Use it.
13710         (recentf-open-file-with-key): New command.
13712 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
13714         * buff-menu.el (Buffer-menu-sort-by-column): New function.
13715         Suggested by Kim F. Storm.
13716         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13717         (Buffer-menu-make-sort-button): Use global keymap.
13719 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
13721         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13722         (Man-getpage-in-background-advice): Remove defadvice; it isn't
13723         necessary any longer with the remapped command.
13724         (Man-bgproc-sentinel-advice): Remove defadvice which counts
13725         formatting time only.
13727         * net/tramp.el (tramp-action-password)
13728         (tramp-multi-action-password): Compile the password prompt from
13729         `method', `user' and `host'.  Sometimes it isn't obvious which
13730         password to enter, for example with remote files offered by
13731         recentf.el, or with multiple steps.  Suggested by Robert Marshall
13732         <robert@chezmarshall.freeserve.co.uk>.
13734 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13736         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13737         Fix regexp for when "s///" is at the beginning of line.
13739 2005-09-07  Jay Belanger  <belanger@truman.edu>
13741         * calc/calc-poly.el (math-expand-term): Multiply out any powers
13742         when in matrix mode.
13744 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13746         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13747         non-anonymous functions.
13749 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
13751         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
13752         when using a header line.  Otherwise, use mouse-1-click-follows-link.
13754         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
13755         can't be moved; don't signal an error.
13757 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
13759         * cus-theme.el (custom-theme-write-faces): Save the current face
13760         spec, not the defface spec.
13762         * custom.el (custom-known-themes): Clarify meaning of "standard".
13763         (custom-push-theme): Save old values in the standard theme.
13764         (disable-theme): Correct typo.
13765         (custom-face-theme-value) Deleted unused function.
13766         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
13768 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13770         * progmodes/compile.el (compilation-goto-locus): Take into account
13771         iconified frames when determining whether the buffer is
13772         already visible.
13773         Don't reset window height if the window already existed.
13775 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
13777         * custom.el (load-theme): Rename from require-theme.
13778         Add interactive spec.
13779         (enable-theme): Rename from custom-enable-theme.
13780         Add interactive spec.
13781         (disable-theme): Rename from custom-disable-theme.
13782         Add interactive spec.
13783         (custom-make-theme-feature): Doc fix.
13784         (custom-theme-directory): Doc fix.
13785         (provide-theme): Call enable-theme.
13787 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13789         * obsolete/lazy-lock.el (lazy-lock-mode):
13790         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
13791         font-lock-mode if it's off.  Print a warning instead.
13793         * progmodes/compile.el (compilation-start): Ignore errors if the
13794         process died before we get to send-eof.
13796         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
13797         Undo last change.  Enclosing the result in quotes broke things on Unix
13798         since tex-send-command passes it through shell-quote-argument.
13799         (tex-send-command): Pass `file' through convert-standard-filename
13800         when possible.
13801         (tex-uptodate-p): Handle the case where TeX hasn't put additional
13802         info in a transcript.
13804 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
13806         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
13807         fix compilation warning.  Reorder the key definitions to group
13808         together keys emitted by the current version of xterm.
13810         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
13811         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
13812         Reorder predicates to correct min-color usage.
13814 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
13816         * longlines.el (longlines-mode): Inhibit read-only when encoding.
13817         Kill local variables when longlines-mode is turned off.
13819 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13821         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
13823         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
13825         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
13827         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
13828         (font-lock-lines-before): Change default to being inactive.
13829         (font-lock-default-fontify-region): Obey font-lock-lines-before.
13830         (font-lock-after-change-function): Don't handle f-l-lines-before here.
13832 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
13834         * net/tramp.el (tramp-handle-make-auto-save-file-name):
13835         Deactivate temporarily advice if active (not needed for Emacs 22,
13836         but for backwards compatibility).
13837         (tramp-exists-file-name-handler): Rewrite.  First implementation
13838         was too simple.
13839         (tramp-advice-make-auto-save-file-name):
13840         Call `tramp-handle-make-auto-save-file-name' (again, just for
13841         backwards compatibility).
13843 2005-08-31  Reto Zimmermann  <reto@gnu.org>
13845         * progmodes/vhdl-mode.el
13846         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
13847         (vhdl-end-p): Fix indentation bug "else" after "-- when".
13848         (vhdl-set-default-project): New function (easier setting of default).
13849         (vhdl-port-copy): Handle extended identifiers for generics.
13850         (vhdl-compiler-alist): Better description for error message regexp.
13851         (vhdl-make): Query for target, use previous as default.
13852         (vhdl-port-copy): Fix port copy for port names starting with "signal".
13853         (vhdl-font-lock-keywords-2): Fix fontification for record
13854         el. assign.
13855         (vhdl-speedbar-make-subpack-line): Add package body link.
13856         (vhdl-generate-makefile-1): Not include itself as dependency.
13857         (vhdl-font-lock-init): Highlight c-preprocessor directives.
13858         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
13859         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
13860         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
13861         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
13862         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
13863         (vhdl-import-project): Add string argument for `error'.
13864         (vhdl-compose-configuration)
13865         (vhdl-compose-configuration-architecture): Add configuration
13866         declaration generation.
13867         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
13868         (vhdl-trailer-re): Add "record" keyword (better indentation).
13869         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
13870         "[^ \t-\"]+".
13871         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
13872         (vhdl-testbench-entity-file-name)
13873         (vhdl-testbench-architecture-file-name): Allow separate
13874         customization of testbench file names.
13875         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
13876         (vhdl-get-visible-signals): Allow newline within alias declaration.
13877         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
13878         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
13879         (member-ignore-case): Alias for missing function in XEmacs.
13880         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
13881         (vhdl-update-sensitivity-list): Ignore case on read signals.
13882         (vhdl-replace-string): Adjust case only for file names.
13883         (vhdl-update-sensitivity-list): Fix search for read signals.
13884         (vhdl-update-sensitivity-list): Exclude formal parameters.
13885         (vhdl-get-visible-signals): Include aliases of signals.
13886         (vhdl-get-visible-signals): Fix signal name searching.
13887         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
13888         (vhdl-fixup-whitespace-region): Fix for character
13889         literals (e.g. `:').
13891 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13893         * ansi-color.el (comint-last-output-start):
13894         * bs.el (font-lock-verbose):
13895         * diff-mode.el (add-log-buffer-file-name-function):
13896         * dired-x.el (vm-folder-directory):
13897         * faces.el (help-xref-stack-item):
13898         * files.el (font-lock-keywords):
13899         * find-lisp.el (dired-buffers, dired-subdir-alist):
13900         * ido.el (cua-inhibit-cua-keys):
13901         * log-view.el (cvs-minor-wrap-function):
13902         * outline.el (font-lock-warning-face):
13903         * simple.el (compilation-current-error):
13904         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
13905         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
13906         * tooltip.el (comint-prompt-regexp):
13907         * w32-fns.el (explicit-shell-file-name):
13908         * term/mac-win.el (mac-charset-info-alist)
13909         (mac-services-selection, mac-system-script-code):
13910         * term/tty-colors.el (msdos-color-values):
13911         * term/w32-win.el (xlfd-regexp-registry-subnum):
13912         * term/x-win.el (x-keysym-table, x-selection-timeout)
13913         (x-session-id, x-session-previous-id):
13914         * textmodes/ispell.el (mail-yank-prefix):
13915         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
13916         * textmodes/org.el (calc-embedded-close-formula)
13917         (calc-embedded-open-formula)
13918         (font-lock-unfontify-region-function):
13919         * textmodes/reftex-global.el (isearch-next-buffer-function)
13920         (TeX-master):
13921         * textmodes/reftex.el (font-lock-keywords):
13922         * textmodes/tex-mode.el (font-lock-comment-face)
13923         (font-lock-doc-face):
13924         * textmodes/texinfo.el (outline-heading-alist):
13925         Add defvars.
13927         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
13928         (artist-spray-chars, artist-mode-init, artist-replace-string)
13929         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
13930         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
13931         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
13933         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
13934         (conf-align-assignments): "?\ " -> "?\s".
13936         * textmodes/reftex-index.el (TeX-master): Add defvar.
13937         (reftex-index-phrases-marker): Move up defvar.
13939         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
13940         (reftex-toc-include-labels-indicator)
13941         (reftex-toc-include-index-indicator)
13942         (reftex-toc-max-level-indicator): Move up declarations.
13944         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
13945         of args to `tramp-run-real-handler', even if it's empty in this case.
13947 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13949         * dired.el (dired-move-to-filename-regexp): Add date format for
13950         Mac OS X 10.3 in East Asian locales.
13952 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
13954         * files.el (make-auto-save-file-name): Add file name handler call
13955         if applicable.
13957         * net/tramp.el (tramp-file-name-handler-alist)
13958         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
13959         (tramp-handle-make-auto-save-file-name): Rename from
13960         `tramp-make-auto-save-file-name'.
13961         (tramp-exists-file-name-handler): New defun.
13962         (tramp-advice-make-auto-save-file-name): Make defadvice only when
13963         `make-auto-save-file-name' is not a magic file name operation.
13965 2005-08-30  Richard M. Stallman  <rms@gnu.org>
13967         * files.el (risky-local-variable-p):
13968         Match `-predicates' and `-commands.
13970         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
13971         (custom-save-all): Visit the file if necessary;
13972         kill the buffer if we created it.
13973         (custom-save-delete): Don't visit file or kill buffer here.
13975 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
13977         * textmodes/org.el (org-special-keyword): New face.
13978         (org-table-copy-down, org-table-eval-formula)
13979         (org-table-recalculate, org-init-section-numbers):
13980         Use `string-to-number' instead of `string-to-int'.
13981         (org-get-location): Use `insert-buffer-substring' instead of
13982         `insert-buffer'.
13983         (org-modify-diary-entry-string): New function.
13984         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
13985         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
13986         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
13987         active region.
13988         (org-export-as-html): Handle QUOTE keyword.
13989         (org-quote-string): New option.
13990         (org-bookmark-jump-unhide): New function, used for
13991         `bookmark-after-jump-hook'.
13992         (org-diary-default-entry): Apply only when not called through
13993         `org-agenda'.
13995 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
13997         * net/eudc.el (mode-popup-menu):
13998         * play/handwrite.el (ps-printer-name, ps-lpr-command):
13999         * progmodes/ada-mode.el (compile-auto-highlight)
14000         (skeleton-further-elements):
14001         * progmodes/autoconf.el (font-lock-syntactic-keywords):
14002         * progmodes/cmacexp.el (msdos-shells):
14003         * progmodes/compile.el (font-lock-extra-managed-props)
14004         (font-lock-keywords, font-lock-maximum-size)
14005         (font-lock-support-mode):
14006         * progmodes/grep.el (font-lock-lines-before):
14007         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14008         * progmodes/mixal-mode.el (compile-command):
14009         * progmodes/perl-mode.el (font-lock-comment-face)
14010         (font-lock-doc-face, font-lock-string-face):
14011         * progmodes/prolog.el (comint-prompt-regexp):
14012         * progmodes/sh-script.el (font-lock-comment-face)
14013         (font-lock-set-defaults, font-lock-string-face):
14014         * progmodes/sql.el (font-lock-keyword-face)
14015         (font-lock-set-defaults, font-lock-string-face):
14016         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14017         (itimer-version, lazy-lock-defer-contextually)
14018         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14019         Add defvars.
14021         * progmodes/cperl-mode.el (cperl-electric-lbrace)
14022         (cperl-electric-keyword, cperl-electric-pod)
14023         (cperl-electric-backspace, cperl-forward-re)
14024         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14025         (vc-rcs-header, vc-sccs-header): Add defvars.
14027         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14028         (font-lock-syntactic-keywords, gud-find-expr-function):
14029         Add defvars.
14031         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14032         (gdb-frame-parameters): Declare before use.
14034         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14035         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14036         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14037         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14039         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14040         (idlwave-help-with-source): Use `insert-buffer-substring', not
14041         `insert-buffer'.
14043 2005-08-29  Juri Linkov  <juri@jurta.org>
14045         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14046         Put outline-back-to-heading function call inside save-excursion.
14048 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
14050         * man.el (Man-init-defvars, Man-translate-references)
14051         (Man-support-local-filenames, Man-highlight-references):
14052         * progmodes/sql.el (sql-interactive-mode):
14053         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14055         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14056         (compilation-mode-font-lock-keywords): Add defvars.
14057         (checkdoc-interactive-loop): "?\ " -> "?\s".
14059         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14060         (font-lock-doc-face, font-lock-string-face)
14061         (font-lock-keywords-case-fold-search): Add defvars.
14062         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14064         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14065         Don't pass X and Y (they are ignored anyway).
14066         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14067         (mouse-delete-window): Make arguments optional.
14069         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14070         (caesar-translate-table, minor-modes, news-buffer-save)
14071         (news-group-name, news-minor-modes): Add defvars.
14073         * emacs-lisp/lselect.el (mouse-highlight-priority)
14074         (x-lost-selection-functions, zmacs-regions):
14075         * emacs-lisp/pp.el (font-lock-verbose):
14076         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14077         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14078         (ses-mode-map):
14079         * emacs-lisp/tcover-unsafep.el (safe-functions):
14080         * international/mule-cmds.el (mac-system-coding-system)
14081         (mac-system-locale):
14082         * language/ethio-util.el (rmail-current-message)
14083         (rmail-message-vector):
14084         * language/thai-util.el (thai-auto-composition-mode):
14085         * mail/metamail.el (rmail-current-message, rmail-message-vector):
14086         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14087         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14088         (vm-primary-inbox, vm-spool-files):
14089         * mail/rmail.el (deleted-head, font-lock-fontified)
14090         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14091         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14092         (total-messages):
14093         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14094         (rmail-summary-mode-map):
14095         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14096         (rmail-last-label, rmail-last-multi-labels)
14097         (rmail-summary-vector, rmail-total-messages):
14098         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14099         * mail/rmailsum.el (msgnum):
14100         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14101         (rmail-current-message):
14102         * obsolete/fast-lock.el (font-lock-face-list):
14103         * obsolete/rnewspost.el (mail-reply-buffer):
14104         * obsolete/scribe.el (compile-command):
14105         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14107 2005-08-28  John Paul Wallington  <jpw@gnu.org>
14109         * ibuf-ext.el (ibuffer-auto-update-changed):
14110         Use `frame-or-buffer-changed-p' to check whether we need to update.
14111         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14112         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
14113         as a `frame-or-buffer-changed-p' state vector instead.
14115 2005-08-27  Romain Francoise  <romain@orebokech.com>
14117         * textmodes/makeinfo.el (makeinfo-compile):
14118         Use `compilation-start'.  Set `next-error-function' according to
14119         `disable-errors'.
14120         (makeinfo-next-error): New function.
14121         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14122         (makeinfo-buffer): Likewise.
14124         * progmodes/compile.el (compilation-start): Add autoload cookie.
14126         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14127         * textmodes/sgml-mode.el: Likewise.
14128         * progmodes/python.el: Likewise.
14130 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
14132         * simple.el (blink-matching-paren-distance): Document the meaning
14133         of nil value, and allow to customize to nil.
14135         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14136         command.com, not command.exe.
14138 2005-08-26  John Wiegley  <johnw@newartisans.com>
14140         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14141         code around a bit so that an extraneous nil argument is not added
14142         to a command when no args are given.
14144         * eshell/esh-arg.el (eshell-parse-double-quote): If a
14145         double-quoted argument resolves to nil, return it as an empty
14146         string rather than as nil.  This made it impossible to pass "" to
14147         a shell script as a null string argument.
14149 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14151         * outline.el (outline-invent-heading): New fun.
14152         (outline-promote, outline-demote): Use it.
14153         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14154         (outline-end-of-subtree): Remove unused var `opoint'.
14156 2005-08-26  David Reitter  <david.reitter@gmail.com>
14158         * menu-bar.el (truncate-lines, write-file, print-buffer)
14159         (ps-print-buffer-faces, ps-print-buffer, split-window):
14160         Disable menu items when the frame they refer to is invisible, or when
14161         they refer to a buffer and the minibuffer is selected.
14163 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
14165         * progmodes/flymake.el (flymake-highlight-err-lines):
14166         Use save-excursion around flymake-highlight-line to preserve point.
14168 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
14170         * progmodes/octave-mod.el: Change Author and Maintainer address.
14171         (octave-maintainer-address): Change Kurt's email address.
14172         * progmodes/octave-inf.el: Change Author and Maintainer address.
14173         * progmodes/octave-hlp.el: Change Author and Maintainer address.
14175 2005-08-26  Kim F. Storm  <storm@cua.dk>
14177         * subr.el (version-list-<, version-list-<=, version-list-=):
14178         Rename from integer-list-*.
14179         (version-list-not-zero): Likewise.  Fix while loop.
14180         (version=): Use version-list-= instead of string-equal.
14182 2005-08-26  Richard M. Stallman  <rms@gnu.org>
14184         * outline.el (outline-promote): Try shortening the heading.
14185         As last resort, read the heading to use.
14186         (outline-demote): As last resort, read the heading to use.
14188 2005-08-26  Romain Francoise  <romain@orebokech.com>
14190         * progmodes/compile.el (compilation-start): Doc fix.
14192         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14193         (antlr-font-lock-additional-keywords): Fix reference to
14194         `antlr-font-lock-literal-regexp' erroneously changed during the
14195         mass face rename.
14196         (antlr-run-tool): Use `compilation-start'.
14198         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14199         instead of the obsolete `compile-internal'.
14201 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
14203         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14204         (number, original-date):
14205         * calendar/cal-china.el (date):
14206         * calendar/cal-coptic.el (date):
14207         * calendar/cal-french.el (date):
14208         * calendar/cal-hebrew.el (date, entry, number, original-date):
14209         * calendar/cal-islam.el (date, number, original-date):
14210         * calendar/cal-iso.el (date):
14211         * calendar/cal-julian.el (date):
14212         * calendar/cal-mayan.el (date):
14213         * calendar/cal-menu.el (date, event):
14214         * calendar/cal-persia.el (date):
14215         * calendar/lunar.el (date):
14216         * calendar/solar.el (date): Add defvars.
14218         * emerge.el:
14219         * ibuffer.el:
14220         * info-xref.el:
14221         * obsolete/bg-mouse.el:
14222         * obsolete/sun-curs.el:
14223         * obsolete/swedish.el: Move the `defvar's to the top level.
14225         * smerge-mode.el (smerge-refined-change): Add :group.
14227 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14229         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14230         (smerge-keep-n): Remove props.
14231         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14232         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14233         now that it's done in smerge-keep-n.
14234         (smerge-refined-change): New face.
14235         (smerge-refine-chopup-region, smerge-refine-highlight-change)
14236         (smerge-refine): New funs.
14237         (smerge-basic-map): Bind smerge-refine.
14239 2005-08-25  Juri Linkov  <juri@jurta.org>
14241         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14242         compilation-process-setup-function and compilation-disable-input
14243         in grep-mode instead of let-bindings in grep.
14245         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14246         Delete "Automatic File De/compression" (auto-compression-mode).
14248 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
14250         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14251         Silence warning about non-existent variable.
14253 2005-08-25  Richard M. Stallman  <rms@gnu.org>
14255         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14256         Rename "Describe Key" to "Describe Key or Mouse Operation".
14258         * mail/mailalias.el (build-mail-aliases): Delete comments
14259         from the contents before processing them.
14261         * isearch.el (isearch-edit-string): Erase the Search prompt
14262         if user enters an empty string and there is no default.
14264         * comint.el (comint-file-name-prefix): Add autoload.
14266 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
14268         * subr.el (play-sound): Rearrange to avoid warning.
14270 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
14272         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14273         New hook.
14274         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14276 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14278         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14280         * custom.el (custom-theme-set-variables): Sort minor modes last.
14282 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14284         * subr.el (version-separator, version-regexp-alist): New vars used by
14285         version comparison funs.
14286         (integer-list-<, integer-list-=, integer-list-<=)
14287         (integer-list-not-zero): New funs for integer list comparison.
14288         (version-to-list, version=, version<, version<=): New funs for version
14289         comparison.
14291 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
14293         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14294         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14295         time to silence the byte-compiler.
14297         * ibuffer.el (ibuffer-compile-make-eliding-form)
14298         (ibuffer-check-formats): Use `with-no-warnings' to hide references
14299         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14300         so it's silly to get warnings for it).
14301         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14302         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14303         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14304         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14305         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14306         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14307         Defvar at compile time.
14308         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14309         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14310         Declare them before use.
14312         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14313         (info-xref-good, info-xref-bad): Defvar at compile time.
14315         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14316         Use `let*' instead of `let'.
14318         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14319         (*mouse-y*, menu, char): Defvar at compile time.
14320         (sc::menu): Declare it before use.
14321         (sc::pack-one-line): Use `let', not `let*'.
14323         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14324         (mail-send-hook): Defvar at compile time.
14326         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14327         Defvar at compile time.
14329         * term/sun-mouse.el (current-global-mousemap)
14330         (current-local-mousemap): Declare them before use.
14332 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
14334         * bookmark.el (bookmark-after-jump-hook): New hook.
14335         (bookmark-jump): Run `bookmark-after-jump-hook'.
14337 2005-08-23  Juri Linkov  <juri@jurta.org>
14339         * faces.el (minibuffer-prompt): Doc fix.
14341 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
14343         * progmodes/xscheme.el: Trivial changes to silence warnings.
14344         (xscheme-previous-mode, xscheme-previous-process-state):
14345         Add defvars.
14346         (xscheme-last-input-end, xscheme-process-command-line)
14347         (xscheme-process-name, xscheme-buffer-name)
14348         (xscheme-expressions-ring-max, xscheme-expressions-ring)
14349         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14350         (xscheme-control-g-synchronization-p)
14351         (xscheme-control-g-disabled-p, xscheme-string-receiver)
14352         (default-xscheme-runlight, xscheme-runlight)
14353         (xscheme-runlight-string, xscheme-process-filter-state)
14354         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14355         Move to beginning of file.
14356         (scheme-interaction-mode-commands-alist)
14357         (scheme-interaction-mode-map, scheme-debugger-mode-map):
14358         Declare them before use.  Note: the initialization code for the variables
14359         has not been moved because it uses functions that reference the variables.
14360         (xscheme-control-g-message-string, xscheme-process-filter-alist)
14361         (xscheme-prompt-for-expression-map): Declare them before use.
14362         (scheme-debugger-mode-commands): "?\ " -> "?\s".
14364 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
14366         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14368 2005-08-22  Juri Linkov  <juri@jurta.org>
14370         * faces.el (set-face-underline): Delete this duplicate function
14371         and make an obsolete alias to set-face-underline-p.
14372         (set-face-underline-p): Use docstring of set-face-underline.
14373         (describe-face): Create hyperlink to parent face.
14375         * info.el (Info-insert-dir): Use save-excursion around
14376         insert-buffer-substring.
14377         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14378         (Info-escape-percent): Delete function.
14379         (Info-fontify-node): Replace Info-escape-percent by
14380         replace-regexp-in-string with REP arg set to lambda that
14381         duplicates `%' and preserves text properties.
14383         * progmodes/compile.el (compilation-disable-input): Doc fix.
14384         (define-compilation-mode): Doc fix and refill.
14385         (kill-compilation): Use `mode-name' in the error message.
14386         (compilation-find-file): Use `compilation-error' in the
14387         read-file-name's prompt.
14389 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14391         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14392         (smerge-auto-leave): Make undo re-enable the mode.
14393         (debug-ignored-errors): Add the user-error of impossible resolution.
14394         (smerge-resolve): Move things around a bit, in preparation for later.
14395         (smerge-diff): Don't fail if the buffer has no associated file.
14396         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14397         (smerge-conflict-overlay): New function.
14398         (smerge-match-conflict): Don't add text properties here.
14399         (smerge-find-conflict): Instead, add an overlay here.
14400         Also check for the case where we're inside a conflict already, so as to
14401         obviate the need for font-lock-multiline, which is unbearably slow with
14402         large conflicts and ciomplex font-lock patterns.
14403         (smerge-remove-props): Remove overlay rather than text-properties.
14404         (smerge-mode): Don't set font-lock-multiline.
14405         Remove overlays when turned off.
14407 2005-08-21  Kim F. Storm  <storm@cua.dk>
14409         * ido.el (ido-ignore-item-p): Use save-match-data.
14410         Bind case-fold-search to ido-case-fold locally.
14412 2005-08-20  Richard M. Stallman  <rms@gnu.org>
14414         * files.el (normal-mode): If font lock is on, turn it off and on.
14416         * subr.el (replace-regexp-in-string): Doc fix.
14418         * startup.el (command-line-1): Don't suppress startup screen
14419         due to existing processes.
14421         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14423         * progmodes/compile.el (compilation-disable-input): Default to nil.
14425 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14427         * progmodes/compile.el (compilation-disable-input): New defcustom.
14428         (compilation-start): If compilation-disable-input is non-nil, send
14429         EOF to the compilation process.
14431 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
14433         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14434         Run the argument of tex-shell-cd-command through
14435         convert-standard-filename, to get the correct style of slashes on
14436         Windows, and enclose the result in quotes, in case the file name
14437         includes whitespace or other special characters.
14439 2005-08-19  Andreas Schwab  <schwab@suse.de>
14441         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14442         process.
14444 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
14446         * cus-start.el (minibuffer-prompt-properties): Correct typo.
14448 2005-08-18  Kim F. Storm  <storm@cua.dk>
14450         * scroll-lock.el: Fix errors due to incorrect line wrapping.
14452 2005-08-18  Richard M. Stallman  <rms@gnu.org>
14454         * scroll-lock.el: New file.
14456 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
14458         * dired.el (dired-move-to-end-of-filename):
14459         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14461 2005-08-18  Kim F. Storm  <storm@cua.dk>
14463         * ido.el (ido-everywhere): Fix defcustom :set function to disable
14464         rather than toggle mode when custom value is nil.
14465         (ido-everywhere): Fix defun doc string.
14467 2005-08-17  Richard M. Stallman  <rms@gnu.org>
14469         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14470         as tag instead of "Inviolable".
14472 2005-08-17  Kim F. Storm  <storm@cua.dk>
14474         * windmove.el (windmove-coordinates-of-position): Remove.
14475         (windmove-coordinates-of-window-position): Remove.
14476         (windmove-reference-loc): Use posn-at-point instead.
14478         * subr.el (insert-for-yank-1): Doc fix.
14480         * ido.el (ido-enter-matching-directory): Rename from
14481         ido-enter-single-matching-directory.  Change `slash' choice to
14482         `only'.  Add `first' choice.
14483         (ido-exhibit): Adapt to above changes.
14485 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
14487         * Makefile.in: Expand comment about building loaddefs.el.
14489 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
14491         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14492         Comment use of defadvice.
14494         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14496 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
14498         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14499         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14500         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14501         * progmodes/idlw-shell.el, progmodes/ld-script.el,
14502         * progmodes/which-func.el, ruler-mode.el, strokes.el,
14503         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14504         for backward compatibility for faces that did not appear in the
14505         previous Emacs release.
14507         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14509 2005-08-15  Kim F. Storm  <storm@cua.dk>
14511         * emulation/cua-base.el (cua-delete-region): Return t if
14512         deleted region was non-empty.
14513         (cua-replace-region): Inhibit overwrite-mode for
14514         self-insert-command if replaced region was non-empty.
14515         (cua--explicit-region-start, cua--status-string): Make them
14516         buffer-local at top-level...
14517         (cua-mode): ...rather than when mode is enabled.
14519 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
14521         * progmodes/vhdl-mode.el (vhdl-emacs-21):
14522         Set t for Emacs 21, 22, and so on.
14524 2005-08-15  David Ponce  <david@dponce.com>
14526         * tree-widget.el: Update Commentary header.
14527         (tree-widget-theme): Doc fix.
14528         (tree-widget-space-width): New option.
14529         (tree-widget-image-properties): Look up in the default theme too.
14530         (tree-widget--cursors): Only for images with arrow pointer shape.
14531         (tree-widget-lookup-image): Pointer shape is hand by default.
14532         (tree-widget-icon): Rename generic icon widget from
14533         `tree-widget-control'.
14534         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14535         derive from `tree-widget-icon'.
14536         (tree-widget-handle): Improve default look and feel of the text
14537         representation.
14538         (tree-widget): Rename :*-control properties to :*-icon properties.
14539         Add :action and :help-echo properties.
14540         (tree-widget-after-toggle-functions): Move.
14541         (tree-widget-close-node, tree-widget-open-node): Remove.
14542         (tree-widget-before-create-icon-functions): New hook.
14543         (tree-widget-value-create): Update to allow customization of icons
14544         and nodes at run-time via that new hook.
14545         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14546         (tree-widget-icon-action, tree-widget-icon-help-echo)
14547         (tree-widget-action, tree-widget-help-echo): New functions.
14549 2005-08-15  Kim F. Storm  <storm@cua.dk>
14551         * ido.el (ido-buffer-internal): Use with-no-warnings.
14552         (ido-make-merged-file-list): Use while-no-input.
14554 2005-08-15  Richard M. Stallman  <rms@gnu.org>
14556         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14557         (flyspell-large-region): Fix doc and custom type.
14559 2005-08-14  Richard M. Stallman  <rms@gnu.org>
14561         * files.el (interpreter-mode-alist): Doc fix.
14563         * mail/rmail.el (rmail-nonignored-headers): New variable.
14564         (rmail-clear-headers): Use it.
14565         (rmail-reply): Better handling of mail-followup-to header.
14567         * progmodes/sh-script.el (sh-font-lock-keywords-var):
14568         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
14569         don't try to refer to executable-font-lock-keywords.
14570         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14571         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14572         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14573         (sh-mode): Set comment-start-skip, local-abbrev-table,
14574         imenu-case-fold-search.
14575         (sh-set-shell): Don't set them here.
14576         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
14577         Don't cache the results in the original alist; don't ever modify
14578         that alist.
14580         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14582         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14583         empty.
14585 2005-08-15  Andreas Schwab  <schwab@suse.de>
14587         * desktop.el: Put autoload cookie at risky-local-variable declarations.
14589         * dired.el, info.el, mail/rmail.el: Revert last change.
14591 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
14593         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14594         modification in `eval-after-load' form.
14595         * info.el: Likewise.
14596         * mail/rmail.el: Likewise.
14598 2005-08-14  Juri Linkov  <juri@jurta.org>
14600         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14601         Remove highlighting of "Compilation started".  Highlight only
14602         the word "finished" in "Compilation finished".  Add highlighting
14603         of "interrupt", "killed", "terminated" and the exit code.
14604         (compilation-start): Add newline after header.  Use exactly the
14605         same time stamp format as the finishing message.
14606         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14608         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14609         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14610         Add highlighting of "interrupt", "killed", "terminated".
14612         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14613         enabled and the current command is self-insert-command, call it
14614         explicitly with overwrite-mode bound to nil, to not allow it
14615         to delete the character after the selected region.
14617 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
14619         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14620         move-end-of-line, end-of-line, and beginning-of-line to the list
14621         of commands after which the echo area is updated.
14623 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
14625         * cus-edit.el (custom-save-all, custom-save-delete):
14626         Bind recentf-exclude to exclude custom-file.
14628 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
14630         * mail/rmailsum.el (rmail-summary-end-of-message): New command
14631         to go to the bottom of the mail message.  Added to
14632         `rmail-summary-mode-map' with key "/".
14633         (rmail-summary-show-message): New (internal) function for use by
14634         both `rmail-summary-beginning/end-of-message'.
14635         (rmail-summary-beginning-of-message): Change to use
14636         rmail-summary-show-message.
14638         * mail/rmail.el (rmail-end-of-message): New command to go to the
14639         end of the current message.  Added to `rmail-mode-map' with key "/".
14640         (rmail-beginning-of-message): Fix to work as documented.
14641         (rmail-mode): Change documentation.
14643         * progmodes/compile.el (compilation-start): Add the line
14644         "Compilation started" with compilation start time.
14645         (compilation-mode-font-lock-keywords): Add `started' to keywords.
14647 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
14649         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14650         of menu items.
14652 2005-08-11  Richard M. Stallman  <rms@gnu.org>
14654         * simple.el (pop-global-mark): Reverse test of widen-automatically.
14656         * battery.el (battery-status-function): Don't use ignore-errors.
14658 2005-08-11  Lute Kamstra  <lute@gnu.org>
14660         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14661         define-obsolete-variable-alias.
14663 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14665         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14666         (ange-ftp-send-cmd): Revert last change, and expand
14667         the comment explaining the problem.
14669 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
14671         * ldefs-boot.el: Update.
14673         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14674         item to "Time, Load and Mail".  Change help echo text.
14676         * time.el (display-time-use-mail-icon, display-time-format)
14677         (display-time-string-forms): Shorten first line of docstrings.
14679 2005-08-10  Lars Hansen  <larsh@soem.dk>
14681         * desktop.el (desktop-buffer-mode-handlers):
14682         Make non-customizable.  Add autoload cookie.  Change initial value to
14683         nil; add elements in respective modules instead.  Fix doc string.
14684         (desktop-load-file): New function.
14685         (desktop-minor-mode-handlers): New autoloaded variable.
14686         (desktop-create-buffer): Call minor mode handlers.
14687         Use desktop-load-file to load major and minor mode modules prior to
14688         checking for a handler.
14689         (desktop-save): Don't add nil to desktop-minor-modes for minor
14690         modes with nil function in desktop-minor-mode-table.  Don't delete
14691         desktop file before rewriting it.
14692         (desktop-locals-to-save): Add autoload cookie.  Don't make
14693         automatically buffer-local.  Add variables column-number-mode,
14694         size-indication-mode, indent-tabs-mode,
14695         indicate-buffer-boundaries, indicate-empty-lines and
14696         show-trailing-whitespace.
14697         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14698         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
14699         (desktop-clear-preserve-buffers-regexp): Delete.
14700         (desktop-clear-preserve-buffers): Update initial value and docstring.
14701         (desktop-save-buffer): Fix doc string.
14703         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14704         (hilit-chg-desktop-restore): New function.
14705         (highlight-changes-mode): Add highlight-changes-mode to
14706         desktop-locals-to-save.
14708         * dired.el: Add handler to desktop-buffer-mode-handlers.
14709         (dired-restore-desktop-buffer): Remove autoload cookie.
14710         (dired-mode): Add autoload cookie.
14712         * info.el: Add handler to desktop-buffer-mode-handlers.
14713         (Info-restore-desktop-buffer): Remove autoload cookie.
14714         (Info-mode): Add autoload cookie.
14716         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14717         (mh-restore-desktop-buffer): Remove autoload cookie.
14718         (mh-folder-mode): Add autoload cookie.
14720         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14721         (rmail-restore-desktop-buffer): Remove autoload cookie.
14723 2005-08-11  Masatake YAMATO  <jet@gyve.org>
14725         * hexl.el (hexl-address-region):
14726         (hexl-ascii-region, hexl-font-lock-keywords):
14727         (hexl-highlight-line-range): Use the term "region"
14728         instead of "area" for consistency with the other symbols
14729         defined in hexl.el.
14731 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
14733         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14734         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14735         out by Juri Linkov).  Add `display-battery-mode'.
14737 2005-08-09  Juri Linkov  <juri@jurta.org>
14739         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14740         Remove `-text' from face variable names.
14741         (compilation-error-file-name, compilation-warning-file-name)
14742         (compilation-info-file-name): Delete faces.
14743         (compilation-line-number, compilation-column-number):
14744         Remove face underlining.
14745         (compilation-message-face): Set to `underline' value by default.
14746         (compilation-error-face, compilation-warning-face)
14747         (compilation-info-face): Remove `-file-name' from face names.
14748         (compilation-error-text-face, compilation-warning-text-face)
14749         (compilation-info-text-face): Delete face variables.
14750         (compilation-text-face): Delete function.
14752         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
14753         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
14754         (grep-error-face): Set to `compilation-error' instead of
14755         `compilation-error-face' (which is redefined to `grep-hit-face' in
14756         grep buffers).
14757         (grep-mode-font-lock-keywords): Remove `-text' from face variable
14758         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
14760         * dired-aux.el (dired-do-query-replace-regexp):
14761         Use `query-replace-read-args'.
14763         * replace.el (query-replace-read-from, query-replace-read-to)
14764         (query-replace-read-args): Rename arg `string' to `prompt'.
14766         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
14768 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
14770         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
14771         uploading files.
14772         (ange-ftp-canonize-filename): Handle file names beginning with ~
14773         correctly.
14775 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
14777         * textmodes/fill.el (canonically-space-region)
14778         (fill-context-prefix, fill-french-nobreak-p)
14779         (fill-delete-newlines, fill-comment-paragraph)
14780         (justify-current-line): "?\ " -> "?\s".
14782 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
14784         * textmodes/fill.el (fill-nonuniform-paragraphs):
14785         Improve argument/docstring consistency.
14787 2005-08-09  Richard M. Stallman  <rms@gnu.org>
14789         * textmodes/ispell.el (ispell-word): More fboundp checks.
14791         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
14792         (find-file-noselect-1): Call it here, only if RAWFILE.
14793         (normal-mode): Always set some major mode.
14794         (save-some-buffers-action-alist): Change some explanation strings.
14795         (file-name-non-special): In the `quote' method, use unwind-protect.
14797 2005-08-09  Magnus Henoch  <mange@freemail.hu>
14799         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
14800         (ispell-have-aspell-dictionaries): New variable.
14801         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
14802         (ispell-get-aspell-config-value): New function.
14803         (ispell-aspell-find-dictionary): New function.
14804         (ispell-aspell-add-aliases): New function.
14805         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
14806         appropriate.  Don't look for ispell dictionaries if we use aspell.
14807         (ispell-menu-map): Don't build a submenu of dictionaries.
14809 2005-08-09  Richard M. Stallman  <rms@gnu.org>
14811         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
14812         (sql-read-passwd): Use read-passwd.
14814         * progmodes/idlw-toolbar.el (idlwave-toolbar)
14815         (idlwave-toolbar-is-possible): Add defvars.
14817         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
14818         Avoid warnings.
14820         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
14821         (idlwave-system-class-info, idlwave-executive-commands-alist):
14822         Use defvar.
14824         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
14826         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
14827         Avoid warnings.
14829         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
14830         and content-type: headers.
14832         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
14834         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
14835         and rename some of them to be more self-explanatory.
14837         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
14839         * startup.el (command-line-1): Implement -scriptload.
14841         * replace.el (occur-engine): Initial *Occur* output not undoable.
14843         * menu-bar.el (menu-bar-file-menu): Rename some menu items
14844         and improve help strings.
14846         * isearch.el (isearch-repeat): When changing direction,
14847         mark search successful.
14849         * ediff-init.el: Use (featurep 'xemacs).
14851         * comint.el (send-invisible): Identify buffer, if not selected.
14853         * align.el: Delete autoload for c-guess-basic-syntax.
14855 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
14857         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
14858         Improve argument/docstring consistency.  Doc fixes.
14859         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
14860         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
14861         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
14862         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
14863         (r2bv-organization, r2bv-pages, r2bv-primary-author)
14864         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
14865         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
14866         Defvar at compile time.
14868 2005-08-09  Juri Linkov  <juri@jurta.org>
14870         * info.el: Replace `info' with upper-case `Info' where appropriate.
14871         (info-title-1, info-title-2, info-title-3, info-title-4)
14872         (info-menu-header): Move up face definitions.
14873         (info-menu-star): Rename from `info-menu-5'.
14874         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
14875         (Info-fontify-visited-nodes): Fix docstring.
14876         (Info-hide-note-references): Fix docstring.
14877         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
14878         menu items in the same way as on cross-references.
14879         (info-apropos): Fix sorting order and formatting to be like in the
14880         stand-alone Info browser.  Display error messages for 1 sec.
14881         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
14882         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
14883         from the menu bar.
14884         (Info-insert-dir): Restore point after calling
14885         `insert-buffer-substring'.
14887 2005-08-08  Richard M. Stallman  <rms@gnu.org>
14889         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
14890         (recompute-lucid-menubar): Add defvars.
14892         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
14894         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
14896         * net/net-utils.el (run-dig): Rename from `dig'.
14898         * play/gametree.el (gametree-mode): Use make-local-variable,
14899         not make-variable-buffer-local.
14901         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
14903         * ansi-color.el (ansi-color-make-extent)
14904         (ansi-color-set-extent-face): Use fboundp, not functionp.
14906         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
14907         not make-variable-buffer-local.
14909         * bookmark.el (Info-current-file): Add defvar.
14910         (bookmark-jump-noselect): Use with-no-warnings.
14912         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
14914         * ebuff-menu.el (Helper-return-blurb): Add defvar.
14916         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
14918         * find-file.el (ada-procedure-start-regexp)
14919         (ada-package-start-regexp): Add defvars.
14921         * info.el (Info-insert-dir): Use insert-buffer-substring.
14923         * xml.el (xml-att-def-re): Add defvar.
14925         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
14926         calling convention.
14928         * subr.el (while-no-input): Return t if there is input.
14930 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
14932         * cus-start.el (all): Add `overflow-newline-into-fringe'.
14934 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
14936         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
14937         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
14939 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
14941         * cmuscheme.el (scheme-start-file): Replace reference to
14942         `user-emacs-directory' by "~/.emacs.d/".
14944 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
14946         * info.el (Info-dir-remove-duplicates): Avoid case folding
14947         in loop; instead, keep downcased strings for comparison.
14948         Suggested by Helmut Eller.
14950 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
14952         Sync with Tramp 2.0.50.
14954         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
14955         XEmacs case; not necessary anymore.
14956         (tramp-user-regexp): Allow "@" as part of user name.
14957         (tramp-handle-set-visited-file-modtime)
14958         (tramp-handle-insert-file-contents)
14959         (tramp-handle-write-region): No special handling for
14960         `last-coding-system-used, because this is done in
14961         `tramp-accept-process-output' now.
14962         (tramp-accept-process-output): New defun.
14963         (tramp-process-one-action, tramp-process-one-multi-action)
14964         (tramp-wait-for-regexp, tramp-wait-for-output)
14965         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
14966         Howells <dhowells@redhat.com>.
14967         (clear-visited-file-modtime): Defadvice removed.  The check for
14968         unset buffer's modtime does not need to be based on
14969         `tramp-buffer-file-attributes'.  Suggested by RMS.
14970         (tramp-message): Insert "\n" if not being at beginning of line.
14971         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
14972         sequence with same logic.
14973         (tramp-completion-handle-expand-file-name): Discard call of
14974         `tramp-drop-volume-letter'.  It is not necessary, and there have
14975         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
14976         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
14977         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
14978         should always be visible.
14979         (tramp-handle-insert-directory, tramp-setup-complete)
14980         (tramp-set-process-query-on-exit-flag)
14981         (tramp-append-tramp-buffers): Pacify byte-compiler.
14982         (tramp-bug): Delete non-existing variables from list.
14983         Apply `tramp-load-report-modules' as pre-hook.
14984         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
14985         `shell-prompt-pattern' because of non-7bit characters.
14986         Reported by Sebastian Luque <sluque@mun.ca>.
14987         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
14988         (tramp-match-string-list): Remove function.
14989         (tramp-wait-for-regexp): Remove call of that function.
14990         Suggested by Kim F. Storm <storm@cua.dk>.
14991         (tramp-set-auto-save-file-modes): Use octal integer code #o600
14992         instead of octal character code ?\600.  The latter resulted in a
14993         syntax error with XEmacs.
14995         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
14996         XEmacs case; not necessary anymore.
14997         (tramp-smb-handle-write-region): No special handling for
14998         `last-coding-system-used, because this is done in
14999         `tramp-accept-process-output' now.
15000         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15002 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
15004         * wid-edit.el (widget-choice-value-create):
15005         Unconditionally respect user choice.  Set :explicit-choice back to nil
15006         when no longer needed.
15007         (widget-choice-action): Unconditionally respect user choice.
15008         Eliminate :explicit-choice-value.
15010         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15012         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15013         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15014         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15015         running new function `toggle-indicate-empty-lines'.
15016         Rename "Customize" item to "Customize fringe".
15017         Rename "Indicators" item to "Buffer boundaries" and change help echo.
15018         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15019         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15020         Delete "Empty lines only" item.
15021         (menu-bar-showhide-fringe-ind-customize): New function.
15022         (menu-bar-showhide-fringe-ind-mixed)
15023         (menu-bar-showhide-fringe-ind-box)
15024         (menu-bar-showhide-fringe-ind-right)
15025         (menu-bar-showhide-fringe-ind-left)
15026         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15027         instead of `fringe-indicators'.
15029 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
15031         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15032         Change the date of last update.
15034 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
15036         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15037         (viper-exec-yank, viper-put-back): Don't display modification msg
15038         if in the minibuffer.
15040         * viper-init.el (viper-replace-overlay-cursor-color)
15041         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15042         Make variables frame local.
15044         * viper-util.el (viper-append-filter-alist): Use append instead of
15045         nconc.
15047         * viper.el (viper-vi-state-mode-list)
15048         (viper-emacs-state-mode-list): Move help-mode and
15049         completion-list-mode from the first list to the second.
15050         (viper-mode): Docstring.
15051         (viper-go-away, viper-non-hook-settings): Don't localize
15052         minor-mode-alist in newer Emacsen.  Add advice to
15053         set-cursor-color.  Don't bind "\C-c\\".
15055 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
15057         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15058         (scheme-macro-expand-command): New user options.
15059         (scheme-trace-procedure, scheme-expand-current-form): New commands.
15060         (scheme-form-at-point, scheme-start-file)
15061         (scheme-interactively-start-process): New functions.
15062         (scheme-get-process): New function, extracted from `scheme-proc'.
15063         (run-scheme): Call `scheme-start-file' to get start file, and pass
15064         it to `make-comint'.
15065         (switch-to-scheme, scheme-proc):
15066         Call `scheme-interactively-start-process' if no Scheme buffer/process
15067         is available.
15069 2005-08-06  Juri Linkov  <juri@jurta.org>
15071         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15072         Use `compilation-text-face', `compilation-info-text-face' and
15073         `compilation-error-text-face' instead of `font-lock-keyword-face'.
15074         (compilation-error): New face.
15075         (compilation-error-file-name): Inherit from
15076         `compilation-error' instead of `font-lock-warning-face'.
15077         (compilation-warning-file-name): Inherit from
15078         `compilation-warning' instead of `font-lock-warning-face'.
15079         (compilation-info, compilation-error-file-name)
15080         (compilation-warning-file-name, compilation-info-file-name)
15081         (compilation-line-number, compilation-column-number): Doc fix.
15082         (compilation-error-text-face, compilation-warning-text-face)
15083         (compilation-info-text-face): New face variables.
15084         (compilation-line-face, compilation-column-face)
15085         (compilation-enter-directory-face)
15086         (compilation-leave-directory-face): Doc fix.
15087         (compilation-text-face): New function.
15089         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15090         instead of 1 to display binary file names as info file links.
15091         (grep-error-face): Use `compilation-error-face' instead of
15092         `font-lock-keyword-face'.
15093         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15094         and `compilation-warning-text-face' instead of
15095         `font-lock-keyword-face'.  Use `compilation-error-text-face'
15096         instead of `grep-error-face'.
15098 2005-08-05  Kenichi Handa  <handa@m17n.org>
15100         * international/code-pages.el: Add autoload cookies for all coding
15101         systems.
15103 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
15105         * cus-start.el (all): Put undo.c where it alphabetically belongs.
15107 2005-08-04  Juri Linkov  <juri@jurta.org>
15109         * progmodes/compile.el (compilation-mode-map):
15110         * progmodes/grep.el (grep-mode-map):
15111         Bind TAB to `compilation-next-error' and [backtab] to
15112         `compilation-previous-error'.
15114         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15115         matching line numbers, column numbers and their ranges with regexp
15116         matching only line numbers.
15117         (grep-context-face): New face variable.
15118         (grep-mode-font-lock-keywords): Use it.
15120         * faces.el (read-face-name): Delete duplicate faces.
15122 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
15124         * thumbs.el (thumbs-find-image): Don't make variables
15125         automatically buffer local.
15126         (thumbs-current-tmp-filename, thumbs-current-image-filename)
15127         (thumbs-image-num): Make automatically buffer local.
15128         (thumbs-show-thumbs-list): Use `make-local-variable', not
15129         `make-variable-buffer-local'.
15130         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15132         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15133         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15134         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15135         (bother, bye, canyou, chatlst, continue, deathlst, describe)
15136         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15137         (feelings-about, foullst, found, hello, history, howareyoulst)
15138         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15139         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15140         (neglst, obj, object, owner, please, problems, qlist)
15141         (random-adjective, relation, remlst, repetitive-shortness)
15142         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15143         (shortlst, something, sportslst, stallmanlst, states, subj)
15144         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15145         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15146         Defvar at compile time.
15148         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15149         not `make-variable-buffer-local'.
15151 2005-08-02  Kim F. Storm  <storm@cua.dk>
15153         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15154         rectangle overlay in selected window.
15156 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
15158         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15159         instead of display group.  Make `indicate-buffer-boundaries'
15160         customizable through Custom.
15162 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
15164         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15165         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15166         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15167         (gdb-put-string): Fix typos in docstrings.
15169 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
15171         Update copyright notices of files in progmodes directory for
15172         release of Emacs 22.1.
15174         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15176         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15177         Don't barf if the GUD buffer has been killed.
15179 2005-08-01  Kim F. Storm  <storm@cua.dk>
15181         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15183 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15185         * simple.el (next-error-follow-minor-mode):
15186         make-variable-buffer-local -> make-local-variable.
15188         * emacs-lisp/cl-extra.el: Require CL also when compiling.
15190         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15191         (byte-compile-form-make-variable-buffer-local): New functions to warn
15192         about misuses of make-variable-buffer-local where make-local-variable
15193         was meant.
15195 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
15197         * bs.el (bs-attributes-list): Doc fix.
15198         (bs): Update url-link.
15200         * desktop.el (desktop-save-buffer): Fix typos in docstring.
15201         (desktop-load-default): Simplify.
15203         * ibuffer.el (ibuffer-columnize-and-insert-list)
15204         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15205         (ibuffer-unmark-all, ibuffer-toggle-marks)
15206         (ibuffer-unmark-forward, ibuffer-unmark-backward)
15207         (ibuffer-compile-make-format-form, ibuffer-format-column)
15208         (ibuffer-current-buffers-with-marks)
15209         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15210         (ibuffer): Doc fix.
15211         (ibuffer-mode): Fix typo in docstring.
15212         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15213         with `define-obsolete-variable-alias'.
15214         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
15216 2005-07-29  Kenichi Handa  <handa@m17n.org>
15218         * international/mule-cmds.el (select-message-coding-system):
15219         Be sure to use LF for end-of-line.  If no coding system is decided,
15220         return iso-8859-1-unix.
15222 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15224         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15225         (ange-ftp-pending-error-line): New vars.
15226         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15227         to handle the non-fatal no-route-to-host messages.
15228         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15230 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
15232         * isearch.el (isearch-mode-map, isearch-other-meta-char)
15233         (isearch-quote-char, isearch-printing-char)
15234         (isearch-text-char-description): "?\ " -> "?\s".
15235         (isearch-lazy-highlight-cleanup)
15236         (isearch-lazy-highlight-initial-delay)
15237         (isearch-lazy-highlight-interval)
15238         (isearch-lazy-highlight-max-at-a-time)
15239         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15240         Declare with define-obsolete-*-alias macros.
15241         (isearch-forward): Fix typo in docstring.
15242         (search-invisible, search-ring-yank-pointer)
15243         (regexp-search-ring-yank-pointer): Doc fixes.
15245         * recentf.el (recentf-menu-append-commands-p): Declare with
15246         `define-obsolete-variable-alias'.
15247         (recentf-max-saved-items, recentf-menu-filter)
15248         (recentf-arrange-by-rule-subfilter): Doc fixes.
15249         (recentf-menu-append-commands-flag)
15250         (recentf-initialize-file-name-history, recentf-expand-file-name)
15251         (recentf-clear-data): Fix typos in docstrings.
15253 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
15255         * progmodes/gdb-ui.el: Smarten comments.
15256         (gdb-info-breakpoints-custom): Use nowarn when finding file.
15258 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
15260         * term/apollo.el (terminal-init-apollo): New function containing
15261         all former top level forms in the file.
15262         * term/bobcat.el (terminal-init-bobcat):
15263         * term/cygwin.el (terminal-init-cygwin):
15264         * term/iris-ansi.el (terminal-init-iris-ansi):
15265         * term/linux.el (terminal-init-linux):
15266         * term/news.el (terminal-init-news):
15267         * term/rxvt.el (terminal-init-rxvt):
15268         * term/sun.el (terminal-init-sun):
15269         * term/tvi970.el (terminal-init-tvi970):
15270         * term/vt100.el (terminal-init-vt100):
15271         * term/vt102.el (terminal-init-vt102):
15272         * term/vt125.el (terminal-init-vt125):
15273         * term/vt200.el (terminal-init-vt200):
15274         * term/vt201.el (terminal-init-vt201):
15275         * term/vt220.el (terminal-init-vt220):
15276         * term/vt240.el (terminal-init-vt240):
15277         * term/vt300.el (terminal-init-vt300):
15278         * term/vt320.el (terminal-init-vt320):
15279         * term/vt400.el (terminal-init-vt400):
15280         * term/vt420.el (terminal-init-vt420):
15281         * term/wyse50.el (terminal-init-wyse50):
15282         * term/xterm.el (terminal-init-xterm): Likewise.
15284         * term/README: Describe the terminal-init-* functionality.
15286         * startup.el (command-line): After loading the terminal initialization
15287         file call the corresponding terminal initialization function.
15289 2005-07-27  Kenichi Handa  <handa@m17n.org>
15291         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15292         negative.
15294         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15295         (ps-mule-composition-prologue): Fix for the case that
15296         RelativeCompose is false.
15298 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15300         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15302         * descr-text.el (describe-char): Handle the case where the list of
15303         chars is displayed in a separate frame.
15304         Be a bit more discriminating when looking for the char.
15306 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
15308         * bookmark.el (bookmark-automatically-show-annotations)
15309         (bookmark-read-annotation-text-func): Doc fixes.
15310         (bookmark-save): Improve argument/docstring consistency.
15311         (bookmark-get-bookmark, bookmark-get-bookmark-record)
15312         (bookmark-alist-from-buffer)
15313         (bookmark-upgrade-file-format-from-0)
15314         (bookmark-grok-file-format-version)
15315         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15316         (bookmark-read-annotation-mode)
15317         (bookmark-insert-current-bookmark, bookmark-jump)
15318         (bookmark-exit-hook): Fix typos in docstrings.
15319         (bookmark-exit-hooks): Define as obsolete alias.
15320         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15321         not `bookmark-exit-hooks'.  Fix docstring.
15322         (bookmark-bmenu-select): "?\ " -> "?\s".
15324 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
15326         * startup.el (command-line): Fix typo.
15328 2005-07-24  Richard M. Stallman  <rms@gnu.org>
15330         * tooltip.el (tooltip-mode): Test emacs-basic-display,
15331         not emacs-quick-startup.
15333 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
15335         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15336         (reb-next-match, reb-show-subexp): Use `with-selected-window'
15337         instead of `reb-with-current-window'.
15338         (reb-prev-match): Likewise.  Also, don't move left if the search
15339         was unsuccessful.
15340         (reb-initialize-buffer): New function.
15341         (re-builder, reb-change-syntax): Use it.
15343         * man.el (Man-goto-page): Make second argument NOERROR optional.
15345 2005-07-23  Richard M. Stallman  <rms@gnu.org>
15347         * man.el (Man-bgproc-sentinel): Check here for failure to find
15348         any man page in the output, and report the error here.
15349         (Man-arguments): Make it permanent local.
15350         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
15351         (Man-mode): Pass t for NOERROR.
15353         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15354         (grep-mode-font-lock-keywords):
15355         Don't use compilation-...-face for messages that are not file names.
15357         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15358         Don't use compilation-...-face for messages that are not file names.
15360 2005-07-22  Juri Linkov  <juri@jurta.org>
15362         * startup.el (normal-splash-screen): Update menu name.
15364         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15366 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
15368         * term/xterm.el: Load term/rxvt if the terminal is actually an
15369         rxvt terminal.
15370         (xterm-rxvt-set-background-mode): Remove, not used anymore.
15372         * term/rxvt.el (function-key-map): Use substitute-key-definition
15373         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
15375         * term/cygwin.el: New file.
15377 2005-07-22  Kim F. Storm  <storm@cua.dk>
15379         * image-file.el (insert-image-file, image-file-yank-handler):
15380         Fix last change to maintain a (unique) yank-handler on yanked images.
15382 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
15384         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15385         of the file size (as in "177B" for 177 bytes).  This happens with
15386         "ls -lh" on FreeBSD.
15388 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
15390         * hilit-chg.el (highlight-changes-global-initial-state)
15391         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15392         (hilit-chg-fixup, highlight-changes-mode):
15393         Fix typos in docstrings.
15394         (highlight-changes-global-modes, highlight-changes-rotate-faces):
15395         Doc fixes.
15397 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
15399         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15400         mode function using `eval-after-load'.
15402 2005-07-21  Kim F. Storm  <storm@cua.dk>
15404         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15405         included when reporting an emacs crash, and tell about the DEBUG file.
15407         * image-file.el (insert-image-file): Add yank-handler.
15408         (image-file-yank-handler): Yank handler to make unique copies of
15409         images when they are yanked into a buffer next to each other.
15411 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
15413         * comint.el (comint-use-prompt-regexp, comint-send-input)
15414         (comint-source-default, comint-extract-string)
15415         (comint-get-source, comint-word, comint-completion)
15416         (comint-source, comint-prompt-read-only, comint-update-fence):
15417         Fix typos in docstrings.
15418         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15419         Declare with define-obsolete-*-alias macros.
15420         (comint-previous-matching-input-from-input)
15421         (comint-next-matching-input-from-input)
15422         (comint-previous-matching-input, comint-next-matching-input)
15423         (comint-forward-matching-input):
15424         Improve argument/docstring consistency.
15426         * desktop.el (desktop-clear-preserve-buffers-regexp):
15427         Also preserve the *server* buffer.
15429         * simple.el (clone-indirect-buffer): Doc fix.
15430         (fixup-whitespace, just-one-space)
15431         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15432         (next-error, next-error-highlight)
15433         (next-error-highlight-no-select, next-error-last-buffer)
15434         (next-error-buffer-p, next-error-find-buffer, next-error)
15435         (previous-error, next-error-no-select, previous-error-no-select)
15436         (open-line, split-line, minibuffer-prompt-width, kill-new)
15437         (binary-overwrite-mode): Fix typos in docstrings.
15438         (set-fill-column): Fix typo in message.
15440         * skeleton.el (skeleton-proxy-new): Doc fix.
15442         * strokes.el (strokes-load-hook): Doc fix.
15443         (strokes-grid-resolution, strokes-get-grid-position)
15444         (strokes-renormalize-to-grid, strokes-read-stroke)
15445         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15446         (strokes-global-map): Fix typos in docstrings.
15447         (strokes-help): Doc fix.  Fix help message and pass it through
15448         `substitute-command-keys'.
15450         * tempo.el (tempo-insert-prompt, tempo-interactive)
15451         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15452         (tempo-insert-string-functions, tempo-local-tags)
15453         (tempo-define-template, tempo-insert-template)
15454         (tempo-insert-prompt-compat, tempo-is-user-element)
15455         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15456         Fix typos in docstrings.
15458         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15459         (vcursor-key-bindings, vcursor-use-vcursor-map)
15460         (vcursor-find-window, vcursor-scroll-down)
15461         (vcursor-disable, vcursor-beginning-of-buffer)
15462         (vcursor-end-of-buffer): Fix typos in docstrings.
15463         (vcursor-relative-move, vcursor-get-char-count):
15464         Improve argument/docstring consistency.
15466         * version.el: "?\ " -> "?\s".
15468         * wid-edit.el (widget-default-create, widget-after-change)
15469         (widget-default-format-handler, widget-checklist-add-item)
15470         (widget-radio-add-item, widget-choose, widget-specify-secret)
15471         (widget-field-value-create, widget-field-value-get)
15472         (widget-editable-list-format-handler)
15473         (widget-editable-list-entry-create, widget-group-value-create)
15474         (widget-documentation-link-add)
15475         (widget-documentation-string-value-create): "?\ " -> "?\s".
15476         (widget-convert-text): Doc fix.
15477         (widget-narrow-to-field, widget-field-find)
15478         (widget-url-link-action, widget-emacs-library-link-action)
15479         (widget-color-notify): Fix typos in docstrings.
15481         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15482         (x-select-text, set-w32-system-coding-system)
15483         (w32-add-charset-info): Fix typos in docstrings.
15485         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15486         (cua-enable-cua-keys, cua-use-hyper-key)
15487         (cua-virtual-rectangle-edges): Fix typos in docstrings.
15488         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15490         * net/tramp.el (tramp-handle-load): Fix typo in error message.
15492         * emacs-lisp/re-builder.el (regexp-builder): Declare with
15493         `defalias' instead of faking it.
15495         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15496         (eshell-ls-missing, eshell-ls-dired-initial-args)
15497         (eshell-ls-use-in-dired): Fix typos in docstrings.
15499 2005-07-20  Kim F. Storm  <storm@cua.dk>
15501         * emulation/cua-base.el (cua-mode): Improve doc string.
15503 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
15505         * abbrev.el (expand-region-abbrevs): Doc fix.
15506         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15507         Improve argument/docstring consistency.
15509         * arc-mode.el (archive-get-descr, archive-alternate-display):
15510         Doc fixes.
15511         (archive-l-e): Improve argument/docstring consistency.
15512         (archive-tmpdir, archive-unixdate, archive-unixtime)
15513         (archive-chmod-entry): Fix typos in docstrings.
15514         (archive-unflag, archive-unflag-backwards)
15515         (archive-unmark-all-files): "?\ " -> "?\s".
15517         * buff-menu.el (Buffer-menu-unmark): Doc fix.
15518         (Buffer-menu-not-modified, Buffer-menu-execute)
15519         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15520         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15522         * composite.el (compose-string, encode-composition-rule)
15523         (compose-last-chars): Fix typos in docstrings.
15525         * desktop.el (desktop-enable, desktop-basefilename):
15526         Declare with `define-obsolete-variable-alias'.
15527         (desktop-internal-v2s): Don't quote keywords.
15528         (desktop-clear): "?\ " -> "?\s".
15530         * dired.el (dired-align-file, dired-flag-backup-files)
15531         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15532         (dired-listing-switches, dired-ls-F-marks-symlinks)
15533         (dired-dwim-target, dired-load-hook, dired-mode-hook)
15534         (dired-directory, dired-faces, dired, dired-revert)
15535         (dired-mode, dired-summary, dired-view-file)
15536         (dired-copy-filename-as-kill, dired-delete-file)
15537         (dired-no-confirm, dired-unmark-all-marks)
15538         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15539         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15540         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15541         Fix typos in message strings.
15543         * dired-x.el (virtual-dired): Declare with `defalias'.
15544         (dired-mark-unmarked-files, dired-local-variables-file)
15545         (dired-omit-here-always): Doc fix.
15546         (dired-omit-mode, dired-find-subdir)
15547         (dired-enable-local-variables, dired-clean-up-buffers-too)
15548         (dired-extra-startup, dired-mark-extension, dired-jump)
15549         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15550         (dired-smart-shell-command, dired-guess-shell-alist-user)
15551         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15552         (dired-x-bind-find-file, dired-x-submit-report):
15553         Fix typos in docstrings.
15554         (dired-mark-unmarked-files): "?\ " -> "?\s".
15556         * dirtrack.el (dirtrack-list): Fix typos in docstring.
15558         * faces.el (describe-face): "?\ " -> "?\s".
15559         (read-all-face-attributes, read-face-font, modify-face)
15560         (face-attr-construct, italic): Fix typos in docstrings.
15561         (frame-update-face-colors): Declare with
15562         `define-obsolete-function-alias'.
15564         * files.el (find-file-noselect, recode-file-name): Doc fixes.
15565         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15566         (magic-mode-alist, buffer-file-numbers-unique)
15567         (write-file-functions, get-free-disk-space):
15568         Fix typos in docstrings.
15569         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15570         (write-contents-hooks, write-file-hooks):
15571         Declare with `define-obsolete-variable-alias'.
15573         * forms-d2.el (arch-rj): Fix typo in docstrings.
15574         (arch-tocol): Likewise.  "?\ " -> "?\s".
15576         * frame.el (set-frame-font, cursor-in-non-selected-windows):
15577         Fix typo in docstring.
15578         (set-screen-width, set-screen-height): Delete redundant info in
15579         doctrings.
15580         (new-frame, screen-height, screen-width): Declare with
15581         `define-obsolete-function-alias'.
15582         (delete-frame-hook, blink-cursor): Declare with
15583         `define-obsolete-variable-alias'.
15585         * paths.el (prune-directory-list): Fix typos in docstring.
15587         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15588         (cvs-prefix-get): Fix typos in docstrings.
15590         * ps-print.el (ps-extend-face-list, ps-extend-face)
15591         (ps-print-background-image): Fix typos in docstrings.
15592         (ps-default-fg, ps-default-bg): Doc fixes.
15594         * s-region.el (s-region-bind): Doc fix.
15595         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15597         * textmodes/org.el (org-table-formula-substitute-names)
15598         (org-table-get-vertical-vector): Doc fixes.
15599         (org-table-recalculate): Remove unused argument to `message'.
15601 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
15603         * textmodes/org.el (org-table-column-names)
15604         (org-table-column-name-regexp)
15605         (org-table-named-field-locations): New variables.
15606         (org-archive-subtree): Protect `this-command' when calling
15607         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15608         the kill buffer.
15609         (org-complete): Remove fixed-formula completion.
15610         (org-edit-formulas-map): New variable.
15611         (org-table-edit-formulas): New command.
15612         (org-finish-edit-formulas, org-abort-edit-formulas)
15613         (org-show-variable, org-table-get-vertical-vector): New functions.
15614         (org-table-maybe-eval-formula): Handle `:=' fields.
15615         (org-table-get-stored-formulas, org-table-store-formulas)
15616         (org-table-get-formula, org-table-modify-formulas)
15617         (org-table-replace-in-formulas): Handle named field formulas.
15618         (org-table-get-specials): Store locations of named fields.
15620 2005-07-19  Juri Linkov  <juri@jurta.org>
15622         * progmodes/grep.el (grep-regexp-alist)
15623         (grep-mode-font-lock-keywords, grep-process-setup):
15624         Use default GNU grep match color "01;31m" instead of "01;41m".
15625         (grep-regexp-alist, grep-mode-font-lock-keywords):
15626         Use `\\[[0-9]*m' instead of `\\[00m'.
15627         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15628         sgr_start where its handling is more important.  Use the real
15629         length of sgr_start instead of constant 8.
15630         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15631         specially.  Delete all remaining escape sequences.
15632         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15633         (grep-regexp-alist): Make hyperlink only for binary file name
15634         instead of the whole line.
15635         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15636         (grep-mode): Add autoload.
15638         * emacs-lisp/find-func.el (find-function-regexp):
15639         Add `define-compilation-mode'.
15641 2005-07-19  Juri Linkov  <juri@jurta.org>
15643         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15644         (compare-windows-sync-string-size, compare-windows-recenter)
15645         (compare-windows-highlight, compare-windows): Add version 22.1.
15646         (compare-windows) <defface>: Inherit from lazy-highlight instead
15647         of duplicating its default value.
15649         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15650         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15652         * descr-text.el (describe-char): Create link buttons for `charset'
15653         and `code point'.  Add the current input method name with a link
15654         button to `to input' field.  Print face names of display table
15655         characters in `The display table entry is displayed by' section
15656         instead of printing face-id in the `display' field.
15657         Guess hardcoded faces and create a link button for them.
15658         Skip empty fields when calculating max-width.
15659         Treat `widget-create' specially while inserting strings from the
15660         collected field list.
15661         (describe-char-after): Made obsolete in version 22.1, not 21.5.
15663         * diff-mode.el (diff-file-header): Change foreground color from
15664         yellow to green on light backgrounds.
15665         (diff-context): Inherit from `shadow' only for color/grayscale
15666         with more than 88 colors.
15667         (diff-indicator-removed, diff-indicator-added)
15668         (diff-indicator-changed): New faces.
15669         (diff-font-lock-keywords): Use new faces.  Regroup rules.
15670         Add "^---$" for `normal' diff format.  Fontify `#' lines with
15671         font-lock-comment-delimiter-face and font-lock-comment-face.
15672         Add `#' to ^[^...] in the rule for `diff-context-face'.
15674         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15675         a button-like box.  Inherit from `highlight' on low colors.
15676         (shadow): Use shades of gray only for color/grayscale with
15677         more than 88 colors.  Use green for light backgrounds with
15678         8 colors, and yellow for dark backgrounds with 8 colors.
15680         * font-lock.el (font-lock-regexp-grouping-backslash):
15681         Don't inherit from escape-glyph (use bold for all cases).
15683         * info.el (info-xref-visited): Use light foreground color `violet'
15684         for dark backgrounds instead of dark color `magenta3'.
15685         (info-title-1): Use `yellow' color for dark backgrounds.
15687         * isearch.el (isearch): Use not-too-dark magenta3 instead of
15688         too-light magenta2.
15690         * replace.el (match): Use slightly more light RoyalBlue3 instead
15691         of dark RoyalBlue4.
15693         * wid-edit.el (widget-inactive): Inherit from `shadow'.
15695 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
15697         * novice.el (disabled-command-hook): Declare it with
15698         `define-obsolete-variable-alias'.
15700         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15701         (desktop-buffer-misc-functions, desktop-buffer-handlers)
15702         (desktop-load-default): Add release to obsolescence info.
15703         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15704         (desktop-append-buffer-args, desktop-read):
15705         Fix typos in docstrings.
15706         (desktop-kill): Fix typo in message.
15707         (desktop-save): Doc fix.
15709 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
15711         * viper-cmd.el (viper-escape-to-state): Bug fix.
15712         (viper-envelop-ESC-key): Change the definition of fast
15713         keysequence so it'll work with keyboard macros.
15715         * ediff.el (ediff-patch-buffer): Change the docstring.
15717 2005-07-19  Kenichi Handa  <handa@m17n.org>
15719         * international/mule-cmds.el (select-safe-coding-system): Try to
15720         use an auto-coding (if any) before anything else.  If the found
15721         auto-coding is invalid, show a warning message.
15723         * international/mule.el (find-auto-coding): New function created
15724         by modifying the body of set-auto-coding.
15725         (set-auto-coding): Use find-auto-coding to find a coding.
15727 2005-07-18  Richard M. Stallman  <rms@gnu.org>
15729         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15730         not isearch-mode-end-hook-error.
15731         (allout-before-change-protect): Fix error message.
15733 2005-07-18  Juri Linkov  <juri@jurta.org>
15735         * allout.el (allout-mode):
15736         * calculator.el (calculator-copy):
15737         * custom.el (custom-known-themes):
15738         * dired.el (dired-desktop-buffer-misc-data)
15739         (dired-restore-desktop-buffer):
15740         * dired-x.el (dired-omit-marker-char):
15741         * files.el (basic-save-buffer):
15742         * font-core.el (font-lock-mode):
15743         * calendar/calendar.el (calendar-goto-hebrew-date)
15744         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15745         (calendar-goto-persian-date):
15746         * language/ethio-util.el (ethio-sera-to-fidel-region):
15747         * textmodes/picture.el (picture-mode):
15748         Delete duplicate duplicate words.
15750 2005-07-18  Juri Linkov  <juri@jurta.org>
15752         * isearch.el (isearch-mode-map): Remove key bindings for regexp
15753         chars * ? } |.
15754         (isearch-fallback): Don't call `isearch-process-search-char'.
15755         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
15756         (isearch-process-search-char): Call `isearch-fallback' for regexp
15757         chars * ? } |.
15758         (isearch-return-char): Make obsolete with `make-obsolete' instead
15759         of simply documenting it as obsolete in the docstring.
15760         (isearch-fallback): Refill docstring.
15762         * international/isearch-x.el
15763         (isearch-process-search-multibyte-characters): Remove unneeded
15764         `concat'.  Add intermediate values to `junk-hist' instead of
15765         `minibuffer-history'.  Test the length of `str'.
15767 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
15769         * allout.el (allout-resolve-xref): Fix typos in error strings.
15770         (allout-before-change-protect): Remove unneeded `concat'.
15772         * array.el (array-mode, array-reconfigure-rows)
15773         (untabify-backward): Fix typos in docstrings.
15774         (array-reconfigure-rows): Use `insert-buffer-substring', not
15775         `insert-buffer'.
15777         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
15778         * progmodes/ada-mode.el (ada-make-body):
15779         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
15781         * dired.el (dired-log):
15782         * tar-mode.el (tar-subfile-save-buffer):
15783         * play/zone.el (zone-pgm-stress-destress):
15784         Use `insert-buffer-substring', not `insert-buffer'.
15786 2005-07-17  Simon Josefsson  <jas@extundo.com>
15788         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
15790 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
15792         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
15793         Add plain auth method.
15794         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
15796 2005-07-17  Kim F. Storm  <storm@cua.dk>
15798         * ido.el (dired-other-window): Add ido property.
15800 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
15802         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
15803         Fix typo in docstring.
15804         (byte-compile-interactive-only-functions): Add `insert-buffer' and
15805         `insert-file-literally'.
15807         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
15808         info and delete redundant message.  Doc fix.
15809         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
15810         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
15812 2005-07-16  Richard M. Stallman  <rms@gnu.org>
15814         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
15815         (byte-compile-and): Use byte-compile-and-recursion.
15816         (byte-compile-or-recursion): New function.
15817         (byte-compile-or): Use that.
15818         (byte-compile-if): Guard the else-clause too.
15819         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
15821         * isearch.el (isearch-mode-end-hook-quit): New variable.
15822         (isearch-done): Bind it.
15823         (isearch-mode-end-hook): Doc fix.
15825         * allout.el (allout-isearch-did-quit): Variable deleted.
15826         (allout-real-isearch-abort): Function name no longer used.
15827         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
15828         (allout-isearch-rectification): isearch-mode always exists.
15829         Don't set allout-isearch-did-quit.
15830         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
15831         allout-isearch-did-quit.
15832         (allout-enwrap-isearch): Just add the hook.
15833         (allout-isearch-abort): Function deleted.
15834         (allout-pre-command-business): Avoid warning.
15836         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
15837         Correctly avoid warnings.
15838         (pascal-outline): Likewise.
15840         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
15842         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
15844         * play/tetris.el (tetris-mode): Avoid warning.
15846         * play/snake.el (snake-mode): Avoid warning.
15848         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
15849         (gamegrid-set-display-table): Avoid warning.
15850         (gamegrid-set-timer): Likewise.
15851         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
15852         (gamegrid-add-score-with-update-game-score-1): Take FILE
15853         as argument.
15854         (gamegrid-add-score-with-update-game-score): Pass that argument.
15855         Rename have-shared-game-dir to gamegrid-shared-game-dir.
15857         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
15859         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
15860         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
15862         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
15863         and insert-file.
15865         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
15866         (sc-ask): Avoid warnings.
15868         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
15869         (eshell-hist-initialize): Use that var the natural way.
15871         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
15873         * emacs-lisp/re-builder.el (reb-cook-regexp):
15874         Avoid warning calling lre-compile-string.
15875         (reb-color-display-p): Avoid warning.
15877         * calculator.el (calculator-last-input): Guard uses
15878         of event-key and key-press-event-p.
15879         (event-key, key-press-event-p): Delete definitions.
15881         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
15882         (find-gc-source-directory, find-gc-subrs-callers)
15883         (find-gc-noreturn-list, find-gc-source-files)
15884         (find-gc-subrs-called): Vars renamed and defvar'd.
15886         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
15887         (checkdoc-overlay-put, checkdoc-delete-overlay)
15888         (checkdoc-overlay-start, checkdoc-overlay-end)
15889         (checkdoc-mode-line-update, checkdoc-char=):
15890         Define such that compiler knows they are defined.
15891         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
15892         (checkdoc-read-event): Delete.  Use read-event directly.
15894         * whitespace.el (whitespace-make-overlay)
15895         (whitespace-overlay-put, whitespace-delete-overlay)
15896         (whitespace-overlay-start, whitespace-overlay-end):
15897         Define such that compiler knows they are defined.
15898         (whitespace): Move conditional inside.
15900         * tempo.el (tempo-insert-template): Suppress warning.
15902         * ediff-diff.el (longlines-mode): Add defvar.
15904 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
15906         * server.el: Bind "C-x #" in a way that works even if C-x is
15907         redefined to a command key, not a prefix key.
15909 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
15911         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
15912         cl-make-type-test till execution time.
15914 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
15916         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
15917         arg ARG and use it.
15919 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
15921         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
15923 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
15925         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15926         a defcustom with two :set or :type keywords.
15928 2005-07-15  Richard M. Stallman  <rms@gnu.org>
15930         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
15931         Don't give ^M comment-end syntax.
15933 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
15935         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
15936         Don't consider gdbmi (gdb-mi.el has its own update functions).
15937         (gdb-var-delete): Make it work for gdbmi as well.
15938         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
15940         * progmodes/gud.el (etags, sdb): Only require etags when needed.
15941         (gud-speedbar-menu-items): Correct logic for enabling items.
15943 2005-07-15  Kim F. Storm  <storm@cua.dk>
15945         * ido.el: Fix commentary.
15946         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15947         Use with-no-warnings around ffap-guesser.
15948         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
15949         Let bind minibuffer-completing-file-name to t.
15951 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
15953         * startup.el (site-run-file, keyboard-type): Doc fixes.
15954         (command-line): Check for "--basic-display" argument; also for
15955         "--quick", not "--bare-bones" (which was renamed).
15956         (fancy-splash-text): Add missing item "Getting New Versions".
15957         (normal-splash-screen): Fix typos and improve consistency with
15958         `fancy-splash-text'.  Update copyright year.
15960         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
15961         valid binding for `help-char'.
15963         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
15965 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
15967         * term.el (term-mode): Disable cua-mode for term buffers.
15969 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
15971         * add-log.el (add-log-mailing-address, change-log-merge):
15972         Doc fixes.
15973         (change-log-get-method-definition): Fix typo in docstring.
15975 2005-07-14  Kim F. Storm  <storm@cua.dk>
15977         * emulation/cua-base.el:
15978         (cua--pre-command-handler-1, cua--pre-command-handler)
15979         (cua--post-command-handler-1, cua--post-command-handler):
15980         Split in two.  Check (buffer local) value of cua-mode.
15981         (cua-selection-mode): New command.
15983 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
15985         * custom.el (custom-initialize-safe-set)
15986         (custom-initialize-safe-default): Doc fixes.
15988         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
15989         and simplify :init-value again.
15991         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
15992         and simplify :init-value again.  Delete autoload.
15994         * startup.el (command-line): Use `custom-reevaluate-setting' again
15995         for tooltip-mode.
15997         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
15998         a defcustom with two :initialize keywords.
16000 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
16002         * allout.el (my-mark-marker, allout-isearch-prior-pos)
16003         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16004         (allout-post-command-business, allout-flag-region)
16005         (isearch-reenable-font-lock, allout-yank)
16006         (allout-insert-latex-header, allout-insert-latex-trailer)
16007         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16008         (allout-latex-verb-quote): Fix typos in docstrings.
16009         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16010         (allout-unprotected, allout-prefix-data):
16011         Improve argument/docstring consistency.
16012         (allout-chart-subtree): Fix argument spec.
16013         (allout-open-topic): Rename `use_sib_bullet' argument to
16014         `use-sib-bullet'.  Doc fix.
16016         * whitespace.el (whitespace-check-buffer-leading)
16017         (whitespace-check-buffer-trailing)
16018         (whitespace-check-buffer-indent)
16019         (whitespace-check-buffer-spacetab)
16020         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16021         (whitespace-check-leading-whitespace)
16022         (whitespace-check-trailing-whitespace)
16023         (whitespace-check-spacetab-whitespace)
16024         (whitespace-check-indent-whitespace)
16025         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16026         (whitespace-modes): Fix typos in docstrings.
16027         (defgroup, defcustom): Doc fixes.
16029         * winner.el (winner-mode, winner-boring-buffers)
16030         (winner-pending-undo-ring): Doc fixes.
16031         (winner-ring): Remove unneeded `progn'.
16032         (winner-equal): `defsubst' it.
16033         (winner-redo): Fix message.
16035 2005-07-13  Kim F. Storm  <storm@cua.dk>
16037         * simple.el (line-move-1): Always use vertical-motion to
16038         do the last (or only) line move to ensure some movement.
16039         Undo 2005-06-23 change--don't check for overlays.
16041 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16043         * term/mac-win.el (ccl-encode-mac-roman-font)
16044         (ccl-encode-mac-centraleurroman-font)
16045         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16046         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16047         Change charset-id boundary of dimension to ?\xef.
16048         (mac-char-fontspec-list): New constant.
16049         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
16050         argument.  Nil uses itself as family in font-spec.  Previous
16051         behavior for nil is now provided by non-nil non-string argument.
16052         All callers changed.  Add font-specs for Mac fonts to
16053         "fontset-default" unless iso8859-1 fonts are installed.
16055 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16057         * progmodes/sh-script.el (sh-get-indent-info): Only indent
16058         a continuation line if the \ is preceded by SPC or TAB.
16059         (sh-get-indent-info): Simplify.
16060         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16061         Use with-current-buffer.
16063         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16064         when the matched text is empty.
16066 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
16068         * startup.el (command-line): Revert to previous handling of
16069         tooltip-mode.  Explain in comment why the complexity is needed.
16071         * tooltip.el (tooltip-mode): Revert to previous implementation of
16072         its defcustom.
16074         * frame.el (blink-cursor-mode): Revert to previous implementation
16075         of its defcustom.  Update comment.
16077 2005-07-12  Lars Hansen  <larsh@soem.dk>
16079         * desktop.el: Update e-mail address.
16081 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16083         * term/mac-win.el (mac-services-mail-selection)
16084         (mac-services-mail-to): New functions.
16085         (mac-application-menu-map): Bind them.
16087 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
16089         * progmodes/gdb-ui.el: Add note about buffering with Windows.
16091 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
16093         * custom.el (custom-reevaluate-setting): Doc fix.
16095 2005-07-11  Jay Belanger  <belanger@truman.edu>
16097         * calc/calc.el (calc-embedded-announce-formula-alist)
16098         (calc-embedded-open-close-plain-alist)
16099         (calc-embedded-open-close-mode-alist): Add checks for additional
16100         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16102 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
16104         * custom.el (custom-enable-theme): Don't add theme to
16105         `custom-enabled-themes' with `push' because there is no
16106         setf-method for `delq'.
16108 2005-07-11  Richard M. Stallman  <rms@gnu.org>
16110         * custom.el (custom-declare-variable): Doc fix.
16112         * dired-aux.el (dired-compare-directories): Remove "." and ".."
16113         from the alists.
16115         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16116         Do nothing if edebug-active.
16118         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16119         (edebug-display): Do it here instead.
16121 2005-07-10  Richard M. Stallman  <rms@gnu.org>
16123         * cus-face.el (custom-theme-set-faces): Make it work.
16124         (custom-reset-faces): Doc fix.
16125         (custom-theme-reset-internal-face, custom-theme-face-value):
16126         Functions deleted.
16128         * custom.el (custom-push-theme): Maintain list of the settings
16129         of a given theme in its theme-settings property.
16130         Maintain position of old settings in the theme-value
16131         or theme-face property.
16132         (custom-enabled-themes): New variable.
16133         (custom-theme-enabled-p): New function.
16134         (provide-theme): Update custom-enabled-themes.
16135         Disable and reenable the `user' theme.
16136         (require-theme): Doc fix.
16137         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16138         (custom-theme-value, custom-theme-variable-value): Likewise.
16139         (custom-theme-reset-internal): Likewise.
16140         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16141         (custom-enable-theme, custom-disable-theme): New functions.
16142         (custom-variable-theme-value, custom-face-theme-value): Likewise.
16143         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16144         (custom-theme-reset-variables): Simplify.
16145         (deftheme, custom-declare-theme, custom-make-theme-feature):
16146         Definitions moved.
16148 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
16150         * longlines.el (longlines-show-region)
16151         (longlines-unshow-hard-newlines): Recognize hard newlines by
16152         non-nil hard property, instead of t.
16154 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
16156         * viper-cmd.el (viper--key-maps): New variable.
16157         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16158         emulation-mode-map-alists.
16159         (viper-envelop-ESC-key): Use viper-subseq.
16160         (viper-search-forward/backward/next): Disable debug-on-error.
16162         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16163         (viper-ESC-key): New defcustoms.
16165         * viper-macs.el (ex-map-read-args): Use viper-subseq.
16167         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16168         (viper-subseq): Copy of subseq from cl.el.
16170         * viper.el (viper-go-away, viper-set-hooks): Use
16171         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16173         * viper-mous.el (viper-current-frame-saved): Use defvar.
16175         * viper-init.el: Get rid of -face in face names.
16177         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16178         Make it work with longlines mode
16180         * ediff-mult.el (ediff-meta-mode-hook): New variable.
16182         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16184         * ediff-init.el: Get rid of -face in face names.
16186 2005-07-10  Richard M. Stallman  <rms@gnu.org>
16188         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16189         and with-timeout-unsuspend.
16191         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16192         and with-timeout-unsuspend.
16194         * emacs-lisp/timer.el (with-timeout-timers): New variable.
16195         (with-timeout): Bind that variable to record timers.
16196         (with-timeout-suspend, with-timeout-unsuspend): New functions.
16198         * emacs-lisp/debug.el (debug-help-follow): New function.
16199         (debugger-mode-map): Use that instead of help-follow.
16200         (debugger-setup-buffer): Use eval-buffer-list
16201         to handle eval-buffer frames.
16203 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
16205         * timezone.el (timezone-parse-date): Change first regexp
16206         so it will not mistakenly match dates with no time zone.
16208 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
16210         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16212 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
16214         * custom.el (custom-initialize-safe-set)
16215         (custom-initialize-safe-default): New functions.
16217         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16218         and simplify :init-value.
16220         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16221         and simplify :init-value.  Delete obsolete comment.
16223         * startup.el (command-line): Use `custom-reevaluate-setting' to
16224         handle `tooltip-mode'.  Delete obsolete comment.
16226         * files.el (set-visited-file-name): Avoid calling
16227         `file-name-nondirectory' with a nil argument.
16229 2005-07-09  Richard M. Stallman  <rms@gnu.org>
16231         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16232         was called with nil for the buffer, handle the read position right.
16233         Handle read position for eval-region, too.
16235 2005-07-09  Juri Linkov  <juri@jurta.org>
16237         * fringe.el (fringe-mode): Add period in docstring.
16238         (fringe-query-style): Build prompt depending on `all-frames' arg.
16240         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16241         to not create links to unrelated functions in the Help buffer.
16243         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16244         Doc fix.
16246         * simple.el (next-error-hook): New variable.
16247         (next-error): Use it.  Doc fix.
16249         * textmodes/ispell.el (ispell-command-loop): Add current
16250         dictionary name and program name to mode-line-format.
16251         (ispell-region, ispell-process-line): Add current dictionary name
16252         and program name to messages.
16254 2005-07-08  Jay Belanger  <belanger@truman.edu>
16256         * calc/calc.el (calc-embedded-announce-formula-alist)
16257         (calc-embedded-open-close-formula-alist)
16258         (calc-embedded-open-close-word-alist)
16259         (calc-embedded-open-close-plain-alist)
16260         (calc-embedded-open-close-new-formula-alist)
16261         (calc-embedded-open-close-mode-alist)
16262         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16263         (calc-embedded-mode-hook): New variables.
16265         * calc/calc-embed.el (calc-embedded-firsttime)
16266         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16267         New variables.
16268         (calc-do-embedded): Use calc-embedded-firsttime,
16269         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16270         determine whether or not to run hooks.
16271         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16272         calc-embedded-firsttime-formula appropriately.
16273         Set calc-embedded delimiter variables according to mode.
16275 2005-07-08  Richard M. Stallman  <rms@gnu.org>
16277         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16278         Check for "emacs", etc., as entire symbol, not just as word.
16279         (checkdoc-file-comments-engine): Use regexp-quote on FN.
16281         * files.el (set-visited-file-name): Report the error
16282         for "empty filename" earlier.
16283         (kill-some-buffers): Ignore buffers already dead.
16285         * fringe.el (fringe-mode): Doc fix.
16287         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16288         Check for (featurep 'xemacs) and turn off warnings in what it guards.
16289         Use unwind-protect to ensure byte-compile-unresolved-functions
16290         is updated.
16292         * whitespace.el (whitespace-buffer-leading-cleanup):
16293         Simplify w/ skip-chars-forward.
16294         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16296         * mail/rmail.el (rmail-only-expunge): Fix paren error.
16297         Unconditionally try to leave point at the same old place.
16299 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
16301         * comint.el (comint-postoutput-scroll-to-bottom)
16302         (comint-show-maximum-output): Take scroll-margin into consideration.
16304 2005-07-08  Kim F. Storm  <storm@cua.dk>
16306         * ido.el (ido-use-filename-at-point): New choice `guess'.
16307         (ido-file-internal): Try ffap-guesser if selected.
16309         * ido.el (ido-before-fallback-functions): New hook.
16310         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16311         (ido-read-file-name): Run it.
16313 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16315         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16316         strings rather than a list of symbols to the completion function.
16318 2005-07-07  Jay Belanger  <belanger@truman.edu>
16320         * calc/calc-units.el (math-apply-units): Change the places in
16321         which units are simplified.
16323 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
16325         * cus-edit.el (customize-option, customize-option-other-window):
16326         Make them handle aliases.
16328         * custom.el (custom-variable-p): Make it recursively follow
16329         aliases.  Mention that in the docstring.
16331 2005-07-07  Richard M. Stallman  <rms@gnu.org>
16333         * cus-start.el (exec-path): Use `directory' instead of `file'.
16334         Fix tag for nil.
16336 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
16338         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16339         when called non-interactively.  Doc fix.
16341 2005-07-07  Lute Kamstra  <lute@gnu.org>
16343         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16344         new address as well.
16346 2005-07-07  Kenichi Handa  <handa@m17n.org>
16348         * international/mule.el (make-coding-system):
16349         Describe `ascii-incompatible' property in the docstring.
16350         (set-file-name-coding-system): Signal an error if coding-system is
16351         ascii-incompatible.
16352         (set-keyboard-coding-system): Likewise.
16354         * international/mule-cmds.el (set-default-coding-systems):
16355         Don't set default-file-name-coding-system and
16356         default-keyboard-coding-system if coding-system is ASCII-incompatible.
16358         * international/utf-16.el: Declare that all UTF-16-based coding
16359         systems are ASCII-incompatible.
16361 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
16363         * progmodes/gud.el: Require font-lock for displaying errors.
16364         Used by gdb-ui.el.
16366 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
16368         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16369         values for the pattern lists which are `read'able but not
16370         `append'able (like symbols).
16372 2005-07-06  Richard M. Stallman  <rms@gnu.org>
16374         * progmodes/flymake.el (flymake-float-time): Instead of
16375         with-no-warnings, test for xemacs.
16376         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16377         to avoid warning.
16379 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
16381         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16383 2005-07-05  Lute Kamstra  <lute@gnu.org>
16385         * battery.el: Add support for Darwin (with much debugging help
16386         from Samuel Lauber <sam124@operamail.com>).
16387         (battery-status-function, battery-echo-area-format)
16388         (battery-mode-line-format): Add support for pmset on Darwin.
16389         (battery-load-low, battery-load-critical): New user options.
16390         (battery-pmset): New function.
16392 2005-07-05  Lute Kamstra  <lute@gnu.org>
16394         Update FSF's address in GPL notices.
16396         * textmodes/page-ext.el: Update FSF's address.
16398 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16400         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16401         filling from using prefix when filling a single-line docstring.
16403         * progmodes/flymake.el: Remove useless eval-when-compile.
16405         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16407 2005-07-04  Richard M. Stallman  <rms@gnu.org>
16409         * textmodes/org.el (org-file-apps-defaults-gnu):
16410         Rename from org-file-apps-defaults-linux.
16411         (org-default-apps): Don't test system-type for `linux'.
16412         (org-file-apps): Doc fix.
16414 2005-07-04  David Ponce  <david@dponce.com>
16416         * tree-widget.el: Improve header Commentary section.
16417         (tree-widget) [defgroup]
16418         (tree-widget-image-enable, tree-widget-themes-directory)
16419         (tree-widget-theme, tree-widget-image-properties-emacs)
16420         (tree-widget-image-properties-xemacs, tree-widget-create-image)
16421         (tree-widget-image-formats, tree-widget-control)
16422         (tree-widget-empty-control, tree-widget-leaf-control
16423         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16424         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16425         (tree-widget-keep, tree-widget-after-toggle-functions)
16426         (tree-widget-open-node, tree-widget-close-node): Doc fix.
16427         (tree-widget-open-control, tree-widget-close-control): Fix doc and
16428         :help-echo message.
16429         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
16430         (tree-widget-image-properties): Doc fix.  Clearer implementation.
16431         (tree-widget--cursors): New constant.
16432         (tree-widget-lookup-image): New function split from
16433         `tree-widget-find-image'.  Clearer implementation.
16434         (tree-widget-find-image): Use it.
16435         (tree-widget-button-keymap): Use `set-keymap-parent'.
16436         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16437         Define the sub-widgets here.
16438         (tree-widget-node): Check that :node is not a tree-widget.
16439         (tree-widget-get-super, tree-widget-open-control)
16440         (tree-widget-close-control, tree-widget-empty-control)
16441         (tree-widget-leaf-control, tree-widget-guide)
16442         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16443         (tree-widget-no-handle, tree-widget-value-delete)
16444         (tree-widget-map): Remove.
16445         (tree-widget-children-value-save): Doc fix.  Simplified.
16446         (tree-widget-value-create): Update according to previous changes.
16448 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
16450         * textmodes/org.el: Leading space replaced by TABS.
16451         (org-recalc-marks, org-table-rotate-recalc-marks)
16452         (org-table-get-specials): Treat "^" and "_" marks.
16453         (org-table-justify-field-maybe): Optional argument NEW.
16454         (org-table-eval-formula): Parsing of the format simplified.
16455         New modes C,I.  Honor the %= parameter in the current table.
16456         Avoid unnecessary re-align by using the NEW argument to
16457         `org-table-justify-field-maybe'.
16458         (org-calc-default-modes): Default for date-format mimicks org-mode.
16459         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16461 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
16463         * cus-face.el (custom-theme-set-faces): Make it handle face
16464         aliases whose alias declarations are pre- or autoloaded.
16466 2005-07-04  Juri Linkov  <juri@jurta.org>
16468         * faces.el (read-face-name): Put the code for getting a face name
16469         from the buffer before adding the faces from the `face' property.
16470         Use `completing-read-multiple' instead of `completing-read'.
16471         Require `crm'.  Add default value and post-process the returned
16472         list of faces.
16474         * emacs-lisp/crm.el (crm-find-current-element)
16475         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16477         * emacs-lisp/lisp-mode.el (eval-defun-1):
16478         * emacs-lisp/edebug.el (edebug-eval-defun):
16479         Remove unnecessary quotes.
16481 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16483         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16484         (prolog-indent-level): Fix typo in docstring.
16486         * info.el (Info-history, Info-history-forward)
16487         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16489         * add-log.el (add-change-log-entry):
16490         * comint.el (comint-dynamic-list-input-ring)
16491         (comint-dynamic-list-completions):
16492         * dabbrev.el (dabbrev-expand):
16493         * delim-col.el (delimit-columns-rectangle-line):
16494         * diff-mode.el (diff-context->unified, diff-reverse-direction)
16495         (diff-unified->context):
16496         * ediff-init.el (ediff-abbrev-jobname):
16497         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16498         (ediff-replace-session-activity-marker-in-meta-buffer):
16499         * info.el (Info-summary):
16500         * lpr.el (printify-region):
16501         * printing.el (pr-create-interface):
16502         * ps-print.el (ps-print-quote):
16503         * ses.el (ses-column-widths, ses-print-cell)
16504         (ses-adjust-print-width, ses-center):
16505         * shell.el (shell-file-name-quote-list):
16506         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16507         (strokes-fill-current-buffer-with-whitespace)
16508         (strokes-xpm-for-stroke, strokes-list-strokes)
16509         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16510         * term.el (term-dynamic-list-input-ring)
16511         (term-dynamic-list-completions):
16512         * calc/calc.el (math-format-stack-value):
16513         * emacs-lisp/edebug.el (edebug-display-freq-count):
16514         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16515         (delphi-new-comment-line):
16516         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16517         * progmodes/executable.el (executable-set-magic):
16518         * progmodes/python.el (inferior-python-mode):
16519         * progmodes/scheme.el (scheme-mode-syntax-table):
16520         * progmodes/sh-script.el (sh-maybe-here-document):
16521         * progmodes/sql.el (sql-copy-column):
16522         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16523         * textmodes/bibtex.el (bibtex-mode):
16524         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16525         (sgml-auto-attributes):
16526         * textmodes/table.el (table-insert, table-shorten-cell)
16527         (table--generate-source-scan-lines, table-delete-row)
16528         (*table--cell-delete-char, table--spacify-frame)
16529         (table--horizontally-shift-above-and-below)
16530         (table--cell-insert-char, table--cell-blank-str)
16531         (table--fill-region-strictly):
16532         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16533         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16535         * add-log.el (change-log):
16536         * apropos.el (apropos):
16537         * comint.el (comint-completion, comint-source):
16538         * dabbrev.el (dabbrev):
16539         * delim-col.el (columns):
16540         * diff-mode.el (diff-mode):
16541         * ediff.el (ediff):
16542         * ediff-diff.el (ediff-diff):
16543         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16544         * ediff-mult.el (ediff-mult):
16545         * ediff-ptch.el (ediff-ptch):
16546         * ediff-wind.el (ediff-window):
16547         * facemenu.el (facemenu):
16548         * indent.el (indent):
16549         * info.el (info):
16550         * jka-cmpr-hook.el (compression, jka-compr):
16551         * lpr.el (lpr):
16552         * outline.el (outlines):
16553         * pcmpl-cvs.el (pcmpl-cvs):
16554         * pcmpl-rpm.el (pcmpl-rpm):
16555         * printing.el (printing):
16556         * ps-print.el (postscript, ps-print, ps-print-horizontal)
16557         (ps-print-vertical, ps-print-headers, ps-print-font)
16558         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16559         (ps-print-background, ps-print-printer, ps-print-page)
16560         (ps-print-miscellany):
16561         * ses.el (ses):
16562         * shell.el (shell, shell-directories, shell-faces):
16563         * startup.el (initialization):
16564         * strokes.el (strokes):
16565         * term.el (term):
16566         * uniquify.el (uniquify):
16567         * w32-vars.el (w32):
16568         * calc/calc.el (calc):
16569         * emacs-lisp/bytecomp.el (bytecomp):
16570         * emacs-lisp/cl-indent.el (lisp-indent):
16571         * emacs-lisp/edebug.el (edebug):
16572         * emacs-lisp/elp.el (elp):
16573         * emacs-lisp/testcover.el (testcover):
16574         * emacs-lisp/trace.el (trace):
16575         * emulation/viper-ex.el (viper-ex):
16576         * emulation/viper-mous.el (viper-mouse):
16577         * mail/mailalias.el (mailalias):
16578         * mail/supercite.el (supercite, supercite-frames)
16579         (supercite-attr, supercite-cite, supercite-hooks):
16580         * net/rcompile.el (remote-compile):
16581         * net/rlogin.el (rlogin):
16582         * obsolete/ooutline.el (outlines):
16583         * progmodes/delphi.el (delphi):
16584         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16585         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16586         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16587         (ebnf-optimization):
16588         * progmodes/etags.el (etags):
16589         * progmodes/executable.el (executable):
16590         * progmodes/idlwave.el (idlwave):
16591         * progmodes/pascal.el (pascal):
16592         * progmodes/prolog.el (prolog):
16593         * progmodes/python.el (python):
16594         * progmodes/scheme.el (scheme):
16595         * progmodes/sh-script.el (sh, sh-script):
16596         * progmodes/sql.el (SQL):
16597         * progmodes/tcl.el (tcl):
16598         * textmodes/bibtex.el (bibtex, bibtex-autokey):
16599         * textmodes/enriched.el (enriched):
16600         * textmodes/makeinfo.el (makeinfo):
16601         * textmodes/sgml-mode.el (sgml):
16602         * textmodes/table.el (table-hooks):
16603         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16604         * textmodes/texinfo.el (texinfo):
16605         * textmodes/two-column.el (two-column):
16606         Finish `defgroup' description with period.
16608         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16609         * eshell/esh-var.el (eshell-var):
16610         * progmodes/vhdl-mode.el (vhdl-testbench):
16611         * textmodes/org.el (org): Fix typos in docstrings.
16613         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16614         consistency.
16616         * progmodes/flymake.el (flymake-find-file): Remove.
16617         (flymake-float-time): Use `with-no-warnings'.
16618         (flymake-check-start-time, flymake-check-was-interrupted)
16619         (flymake-err-info, flymake-is-running, flymake-last-change-time)
16620         (flymake-new-err-info): `defvar' at compile time.
16622 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
16624         * replace.el (occur-hook): Doc fix.
16625         (occur-1): Don't call `occur-hook' if there are no matches.
16627 2005-07-03  Richard M. Stallman  <rms@gnu.org>
16629         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16630         global-map, save the same map.
16631         (global-map): Don't alter it at top level.
16632         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16633         Then alter it here instead.
16634         (tpu-edt-off): Set global-map to the saved one.
16636         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16637         All references simplified.
16638         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
16639         (zmacs-regions): Add defvar.
16640         (repeat-complex-command-map): Everything about that deleted.
16642         * textmodes/artist.el (artist-key-is-drawing)
16643         (artist-key-endpoint1, artist-key-poly-point-list)
16644         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16645         (artist-key-compl-table, artist-rb-save-data)
16646         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16647         Don't put them in eval-when-compile.
16648         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16650         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16651         Use with-no-warnings.
16653         * net/browse-url.el (dos-windows-version): Add defvar.
16655         * mail/supercite.el (filladapt-prefix-table): Add defvar.
16657         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16658         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16659         (rmail-new-summary-line-count): Rename from new-summary-line-count.
16660         Add defvar.
16661         (rmail-summary-beginning-of-message): Use with-no-warnings.
16662         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16664         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16665         Use with-no-warnings.
16667         * emulation/vi.el (vi-mark-region): Use c-mark-function.
16668         (c-mark-function): Add point-moving-unit property.
16669         (vi-goto-line): Use with-no-warnings.
16671         * emulation/edt.el (edt-last-copied-word): Add defvar.
16672         (zmacs-region-stays): Likewise.
16673         (edt-mark-section-wisely): Use c-mark-function for C.
16674         Use makr-defun for Fortran.
16675         (time-string): defvar deleted.
16676         (edt-display-the-time): Don't set time-string.
16678         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16680         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16681         Don't warn when name is not constant
16682         or for defining the group `emacs'.
16684         * tooltip.el (gud-tooltip-mode): Add defvar.
16686         * startup.el (default-frame-background-mode): Add defvar.
16688         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16690         * info.el (tool-bar-map): Add defvar.
16692         * dired.el (dnd-protocol-alist): Add defvar.
16694         * dired-aux.el (dired-query): Display question with answer, when
16695         the user answers.
16697         * custom.el (custom-add-option): Doc fix.
16699         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16701 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
16703         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16704         bogus name from the last change.
16706 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
16708         * custom.el (custom-declare-variable): Fix typos in comment.
16709         (custom-known-themes): Doc fix.
16710         (custom-theme-directory): New defcustom.
16711         (require-theme): Make it check `custom-theme-directory'.
16713         * cus-theme.el (custom-new-theme-mode): New function.
16714         (custom-theme-name, custom-theme-variables, custom-theme-faces)
16715         (custom-theme-description): Add compiler defvars.
16716         (customize-create-theme): Add doc to the "*New Custom Theme*"
16717         buffer.  Use `custom-new-theme-mode'.
16718         (custom-theme-write): Put the created buffer in emacs-lisp-mode
16719         and save it to the `custom-theme-directory'.  Make this the
16720         default directory of the buffer.
16722 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
16724         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16725         Fix unbalanced parentheses.
16727 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16729         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16730         into flymake-mode and delegate to flymake-mode.
16732         * find-file.el (ff-which-function-are-we-in): Clean up.
16734 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
16736         * replace.el (occur-rename-buffer): Fix docstring.
16738         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16739         (edt-last-copied-word, edt-learn-macro-count)
16740         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16741         (edt-rect-start-point, edt-user-global-map, rect-start-point)
16742         (time-string, zmacs-region-stays):
16743         * emulation/edt-mapper.el (edt-save-function-key-map)
16744         (EDT-key-name): `defvar' to silence the byte-compiler.
16746 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
16748         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16749         font-lock-regexp-backslash.  Doc fix.
16750         (font-lock-regexp-backslash-grouping-construct): Rename from
16751         font-lock-regexp-backslash-construct.  Doc fix.
16752         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
16753         grouping constructs.
16755 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
16757         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
16758         updating all the prerequisites.
16760 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
16762         * textmodes/org.el (org-agenda-start-on-weekday)
16763         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
16764         (org-agenda-use-time-grid, org-archive-location)
16765         (org-allow-space-in-links, org-usenet-links-prefer-google)
16766         (org-enable-table-editor, org-export-default-language)
16767         (org-export-html-show-new-buffer, org-fill-paragraph)
16768         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
16769         (org-goto-quit, org-occur, org-eval-in-calendar)
16770         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
16771         (org-agenda-diary-entry, org-remember-help)
16772         (org-table-convert-region, org-at-table-p)
16773         (org-table-move-row-down, org-table-move-row-up)
16774         (org-table-copy-region, org-table-toggle-vline-visibility)
16775         (org-table-get-stored-formulas, org-table-get-specials)
16776         (org-recalc-commands, org-table-eval-formula)
16777         (org-table-formula-substitute-names, orgtbl-make-binding)
16778         (org-format-org-table-html, org-format-table-table-html)
16779         (org-format-table-table-html-using-table-generate-source)
16780         (org-customize): Fix typos in docstrings.
16781         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
16782         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
16783         (org-back-to-heading): Doc fixes.
16784         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
16785         (org-agenda-change-all-lines, org-get-header):
16786         Improve argument/docstring consistency.
16787         (orgtbl-error): Fix error message.
16789         * progmodes/flymake.el (flymake-find-possible-master-files)
16790         (flymake-master-file-compare, flymake-get-line-err-count)
16791         (flymake-highlight-line, flymake-gui-warnings-enabled):
16792         Fix typos in docstrings.
16793         (flymake-parse-line, flymake-get-project-include-dirs-function)
16794         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
16795         Doc fixes.
16796         (flymake-get-project-include-dirs-function)
16797         (flymake-make-err-menu-data):
16798         Improve argument/docstring consistency.
16800 2005-07-01  Lute Kamstra  <lute@gnu.org>
16802         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
16803         Catch errors with ignore-errors.  Use temporary buffer.
16804         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
16806         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
16807         background color faces.
16808         (facemenu-set-foreground, facemenu-set-background):
16809         Use facemenu-set-face-from-menu.
16810         (facemenu-set-face-from-menu): Treat face names that start with
16811         "fg:" or "bg:" as special.
16812         (facemenu-add-new-color): Don't create faces.  Simplify.
16814 2005-06-30  Richard M. Stallman  <rms@gnu.org>
16816         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
16817         (crm-find-current-element): Likewise.
16819 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
16821         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
16823 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16825         * arc-mode.el (archive-extract): Make it work as a mouse binding.
16826         (archive-mouse-extract): Make it an obsolete alias.
16827         (archive-mode-map): Don't use archive-mouse-extract any more.
16828         (archive-mode, archive-extract): write-contents-hooks ->
16829         write-contents-functions.
16830         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
16831         first arg.
16832         (archive-rename-entry): Update the call.
16833         (archive-zip-summarize): Remove unused var `method'.
16834         (archive-lzh-summarize): Remove unused var `creator'.
16836         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
16837         dedicated frame upon exit.
16839         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
16840         (archive-zip-extract, archive-zip-expunge)
16841         (archive-zip-update, archive-zip-update-case): Use executable-find.
16842         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
16843         Use restore-buffer-modified-p.
16844         (archive-extract, archive-add-new-member, archive-write-file-member):
16845         Use with-current-buffer.
16846         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
16848 2005-06-30  Andreas Schwab  <schwab@suse.de>
16850         * progmodes/gud.el (gud-filter): Remove unneeded progn.
16852 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16854         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
16856 2005-06-30  Juri Linkov  <juri@jurta.org>
16858         * faces.el (vertical-border): Inherit from mode-line-inactive
16859         only on tty.
16861 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
16863         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
16864         example, -NLINES in the `occur' docstring).
16866         * replace.el (occur-1): When no matches are found, do not set the
16867         `buffer-read-only' and modified flags for the occur buffer,
16868         because it is deleted.
16870         * emulation/cua-base.el (cua-check-pending-input)
16871         (cua-repeat-replace-region, cua-mode, cua-debug)
16872         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
16873         Fix typos in docstrings.
16875         * emulation/cua-gmrk.el (cua-toggle-global-mark)
16876         (cua-cut-region-to-global-mark)
16877         (cua--cut-rectangle-to-global-mark):
16878         Remove period from end of messages.
16880         * emulation/cua-rect.el (cua-do-rectangle-padding):
16881         Remove period from end of messages.
16882         (cua--rectangle-seq-format): Fix typo in docstring.
16883         (cua-sequence-rectangle, cua-fill-char-rectangle):
16884         Improve argument/docstring consistency.
16886 2005-06-29  Juri Linkov  <juri@jurta.org>
16888         * faces.el (default-frame-background-mode): New internal variable.
16889         (frame-set-background-mode): Use it.
16891         * startup.el (normal-top-level): Set default-frame-background-mode
16892         instead of frame-background-mode.  Before setting it, test for its
16893         nil value.  Remove tests for frame-background-mode and frame
16894         parameter `reverse'.  Add test for "unspecified-fg".
16896         * term/xterm.el (xterm-rxvt-set-background-mode):
16897         * term/rxvt.el (rxvt-set-background-mode):
16898         Set default-frame-background-mode instead of frame-background-mode.
16900 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
16902         * simple.el (set-variable): Warn about obsolete user variables.
16904         * imenu.el (imenu--completion-buffer):
16905         * mouse.el (mouse-buffer-menu-alist):
16906         * msb.el (msb-invisible-buffer-p):
16907         * calendar/diary-lib.el (diary-header-line-format):
16908         * emacs-lisp/pp.el (pp-buffer):
16909         * progmodes/cperl-mode.el (cperl-do-auto-fill):
16910         * textmodes/picture.el (picture-replace-match):
16911         Change space constants followed by a sexp to "?\s ".
16913         * play/decipher.el (decipher-loop-with-breaks):
16914         * textmodes/texinfo.el (texinfo-insert-@item): Change space
16915         constants "protected" from end of line by a comment to "?\s".
16917 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16919         * font-lock.el (save-buffer-state): Use `declare'.
16921         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
16922         reset the syntax-table to cperl-mode-syntax-table.
16923         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
16924         "foo_print_bar" is not matched as a reserved keyword.
16926 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
16928         * textmodes/org.el (orgtbl-setup): New function, for delayed
16929         setup for the orgtbl commands.
16930         (org-calc-default-modes): New option.
16931         (orgtbl-make-binding): Use `defun' to get better help display.
16932         (org-diary): Call `org-compile-prefix-format'.
16933         (org-table-formula-substitute-names): New function.
16934         (org-agenda-day-view, org-agenda-week-view): New commands.
16935         (org-agenda-toggle-week-view): Command removed.
16936         (org-tbl-menu): Split off from org-org-menu.
16937         (org-mode): Move removal of outline-mode menus to here.
16938         (org-table-formula-debug): New option.
16939         (org-table-insert-row): Keep first field if just "#" or "*".
16940         (org-mode): Paragraph regexps fixed.
16941         (org-table-recalculate-regexp): New constant.
16942         (org-table-justify-field-maybe): Avoid replace if not necessary.
16943         (org-copy-special, org-cut-special): Use `call-interactively'.
16944         (org-table-copy-region): Take region from `interactive' call.
16945         (org-trim): Return string even if no match.
16946         (org-formula): New face.
16947         (org-set-font-lock-defaults): No longer highlight "FIXME".
16948         But highlight formula-related fields in table.
16949         (org-table-p): Use regexp, not fontification.
16950         (org-table-align): Handle white space at end of line.
16951         (org-table-formula-evaluate-inline): New option.
16952         (org-mode): Auto-wrapping in comment lines turned off.
16953         (org-table-copy-down): Evaluate only in copied field, not in
16954         destination.
16955         (org-table-current-formula): Variable removed.
16956         (org-table-store-formulas, org-table-get-stored-formulas)
16957         (org-table-modify-formulas, org-table-replace-in-formulas)
16958         (org-table-maybe-eval-formula): New functions.
16959         (org-table-get-formula): Modify to use stored formulas.
16960         (org-table-insert-column, org-table-delete-column)
16961         (org-table-move-column): Call `org-table-modify-formulas'.
16962         (org-complete): Add completion for keyword formulas.
16963         (orgtbl-mode): Pull orgtbl-mode-map to start of
16964         minor-mode-map-alist.
16966 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16968         * progmodes/python.el (python-check): Require `compile' before
16969         modifying its variables.
16971         * newcomment.el (comment-indent-default): Don't get fooled by an early
16972         end of buffer.
16974 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16976         * ps-print.el (ps-print-version): Fix version number.
16978 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
16980         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
16982 2005-06-28  Richard M. Stallman  <rms@gnu.org>
16984         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
16985         (flyspell-local-mouse-map): Declaration deleted.
16986         (flyspell-mouse-map): Bind only mouse-2.
16987         (flyspell-mode-map): Don't test flyspell-use-local-map.
16988         (flyspell-overlay-keymap-property-name): Var deleted.
16989         (flyspell-mode-on): Don't make local bindings for
16990         flyspell-mouse-map and flyspell-mode-map.
16991         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
16993         * textmodes/ispell.el (ispell-word): Do not ignore short words.
16995         * progmodes/compile.el (compilation-next-error-function):
16996         Don't switch buffers; operate on the current buffer.
16998         * progmodes/compile.el (compilation-error-file-name)
16999         (compilation-warning-file-name, compilation-info-file-name)
17000         (compilation-line-number, compilation-column-number): New faces.
17001         (compilation-error-face, compilation-warning-face)
17002         (compilation-info-face, compilation-line-face)
17003         (compilation-column-face): Use them.
17005         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17007         * comint.el (comint-password-prompt-regexp): Accept ", try again".
17009         * bindings.el (global-map): Bind insertchar and its variants.
17011 2005-06-27  Richard M. Stallman  <rms@gnu.org>
17013         * textmodes/artist.el (artist-text-overwrite)
17014         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17016 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17018         * ps-print.el: It was not working the page selection for printing.
17019         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17020         (ps-print-version): New version 6.6.7.
17021         (ps-end-sheet): New fun.
17022         (ps-header-sheet, ps-end-job): Call it.
17024 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
17026         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17028 2005-06-27  Lute Kamstra  <lute@gnu.org>
17030         * facemenu.el (facemenu-unlisted-faces): Add foreground and
17031         background color faces.
17032         (facemenu-get-face): Delete function.
17033         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17034         (facemenu-add-new-color): Make second argument mandatory.
17035         Create the appropriate face and return it.  Simplify.
17036         (facemenu-set-foreground, facemenu-set-background): Don't check if
17037         color is defined.  Use return value of facemenu-add-new-color.
17039 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
17041         * progmodes/gud.el (gud-filter): Add missing argument to
17042         with-selected-window.
17044 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17046         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17047         a :require to the defcustom.
17049         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17050         defcustoms corresponding to minor modes.
17052 2005-06-26  David Ponce  <david@dponce.com>
17054         * recentf.el: Require tree-widget instead of wid-edit.
17055         (recentf-filename-handler): Fix widget :type.
17056         (recentf-cancel-dialog, recentf-open-more-files)
17057         (recentf-open-files-action): Doc fix.
17058         (recentf-dialog-goto-first): New function.
17059         (recentf-dialog-mode-map): Set parent keymap first.
17060         (recentf-dialog-mode): Define with define-derived-mode.
17061         Don't display continuation lines in dialogs.
17062         (recentf-edit-list): Rename from recentf-edit-selected-items.
17063         (recentf-edit-list-select): Rename from recentf-edit-list-action.
17064         Simplify.
17065         (recentf-edit-list-validate): New function.
17066         (recentf-edit-list): Update accordingly.
17067         (recentf-open-files-item-shift): Remove.
17068         (recentf-open-files-item): Convert menu elements into tree and
17069         link widgets.  Don't create the widgets.
17070         (recentf-open-files): Update accordingly.
17071         (recentf-save-list): Untabify.
17073 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
17075         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17076         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
17077         partially contained in the active region.  Do not take active
17078         region into account when called from Lisp, unless INTERACTIVE arg
17079         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
17080         avoid trouble with fields.  Make marker point nowhere when no
17081         longer used.  Always return nil.  Doc fix.
17082         (flush-lines): Add INTERACTIVE arg.  Do not take active region
17083         into account when called from Lisp, unless INTERACTIVE arg is
17084         non-nil.  Use `forward-line' instead of `beginning-of-line' to
17085         avoid trouble with fields.  Make marker point nowhere when no
17086         longer used.  Always return nil.  Doc fix.
17087         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
17088         interchangeable.  Do not take active region into account when
17089         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
17090         message in echo area when called from Lisp, unless INTERACTIVE arg
17091         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
17092         Return the number of matches.  Doc fix.
17093         (occur): Doc fix.
17094         (perform-replace): Make comment follow double space convention for
17095         the sake of `outline-minor-mode'.
17097         * faces.el (facep): Doc fix.
17099 2005-06-25  Richard M. Stallman  <rms@gnu.org>
17101         * facemenu.el (facemenu-enable-faces-p): New function.
17102         (facemenu-background-menu, facemenu-foreground-menu)
17103         (facemenu-face-menu): Add menu-enable property.
17105         * jka-compr.el (jka-compr-insert-file-contents):
17106         Special handling if cannot find the uncompression program.
17108         * cus-face.el (custom-face-attributes): Add autoload.
17110         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17111         Bind comment-indent-function locally.
17113         * window.el (save-selected-window): Use save-current-buffer.
17115         * subr.el (with-selected-window): Use save-current-buffer.
17117         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17118         and with-current-buffer.
17120 2005-06-24  Richard M. Stallman  <rms@gnu.org>
17122         * simple.el (line-move-1): Fix previous change.
17124 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17126         * replace.el (occur-1): Set `buffer-read-only' and the
17127         buffer-modified flag before running `occur-hook' to protect
17128         against unintentional buffer switches that can lead to data loss.
17130 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
17132         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17133         (gud-gdb-marker-filter): Use font-lock-warning-face for any
17134         initial error.
17136         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17137         after fresh input.
17138         (gdb-var-create-handler): Put name of expression in quotes.
17140 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
17142         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17143         elements of RING in order, and without bogus nil elements.
17145 2005-06-23  Richard M. Stallman  <rms@gnu.org>
17147         * simple.el (set-variable): Args renamed; doc fix.
17148         (line-move-1): When there are overlays around, use vertical-motion.
17150         * faces.el (escape-glyph): Use brown against light background.
17151         (nobreak-space): Rename from no-break-space.
17152         Fix previous change.
17154         * dired-aux.el (dired-do-copy): Fix arg prompt.
17156         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17158 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
17160         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17161         rather than "Distributor".
17163 2005-06-23  Lute Kamstra  <lute@gnu.org>
17165         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17166         (debug-on-entry): Use it.  New interactive declaration that uses
17167         function-called-at-point.
17169 2005-06-23  Kim F. Storm  <storm@cua.dk>
17171         * subr.el (save-match-data): Add comment about using evaporate arg
17172         to set-match-data.
17174 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
17176         * cus-edit.el (customize-face)
17177         (customize-face-other-window): Handle face aliases.
17179         * faces.el (face-documentation, set-face-attribute)
17180         (face-spec-set): Handle face aliases.
17182 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
17184         * help-mode.el (help-make-xrefs): If a symbol representing a face
17185         name is not followed by the word "face", it could still be a
17186         function or variable name, so don't bypass other checks.
17188 2005-06-22  Juri Linkov  <juri@jurta.org>
17190         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17191         Replace aliased functions with calls where second arg `inherit' is t.
17193 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
17195         * progmodes/gdb-ui.el (gdb-error): New variable.
17196         (gdb-error): New function.
17197         (gdb-annotation-rules): Act on error-begin and error annotations.
17198         (gdb-concat-output): Use font-lock-warning-face for errors.
17200 2005-06-22  Miles Bader  <miles@gnu.org>
17202         * bindings.el (propertized-buffer-identification): Use renamed
17203         `Buffer-menu-buffer' face.
17205         * faces.el (vertical-border): Rename from `vertical-divider'.
17206         (escape-glyph): Change dark-background color back to `cyan'.
17208 2005-06-21  Juri Linkov  <juri@jurta.org>
17210         * faces.el (face-user-default-spec): Try getting `customized-face'
17211         prior to `saved-face'.
17212         (frame-background-mode): Refill docstring.
17214         * emacs-lisp/lisp-mode.el (eval-defun-1):
17215         * emacs-lisp/edebug.el (edebug-eval-defun):
17216         Set `saved-face' temporarily to nil before calling form.
17217         Set `customized-face' to the new spec after that.
17219 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17221         * subr.el (1value, lambda, key-substitution-in-progress):
17222         Doc fixes.
17224         * autoinsert.el (auto-insert-alist):
17225         * ses.el (ses-call-printer):
17226         * subr.el (noreturn):
17227         * emacs-lisp/lisp.el (check-parens):
17228         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17229         * net/browse-url.el (browse-url-mosaic):
17230         * progmodes/cc-defs.el (c-safe-scan-lists):
17231         * progmodes/ebnf-abn.el (ebnf-abn-lex):
17232         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17233         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17234         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17235         * progmodes/ebnf-iso.el (ebnf-iso-lex):
17236         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17238 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17240         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17242 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
17244         * calendar/appt.el (appt-make-list): Activate the package, if
17245         not already active (for backwards compatibility).
17247 2005-06-20  Kim F. Storm  <storm@cua.dk>
17249         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
17251 2005-06-20  Miles Bader  <miles@gnu.org>
17253         * faces.el (vertical-divider): New face.
17255 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
17257         * simple.el (kill-whole-line): Doc fix.
17258         (next-error-buffer-p, next-error-find-buffer)
17259         (clone-indirect-buffer): Fix typos in docstrings.
17260         (comment-line-break-function): Doc fix: don't say variable
17261         is automatically buffer-local (it isn't).
17263 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
17265         * net/tramp-ftp.el (top):
17266         * net/tramp-smb.el (top):
17267         * net/tramp-util.el (top):
17268         * net/tramp-uu.el (top):
17269         * net/tramp-vc.el (top):
17270         * net/tramp.el (top): Revert copyright years back to original
17271         ones.  Tramp has a life outside GNU Emacs.
17273 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
17275         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17277 2005-06-18  Juri Linkov  <juri@jurta.org>
17279         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17280         end of first regexp to limit the match to the position between
17281         line number and source line with same separator character as used
17282         between file name and line number.  In the second regexp limit
17283         mouse-face area to file name and line number by adding new group
17284         for them and referring it in HYPERLINK arg.
17285         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17286         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17287         previous line where grep markers may be already removed.
17289 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
17291         * progmodes/ps-mode.el: Update version and maintainer's email address.
17293 2005-06-18  Steve Youngs  <steve@xemacs.org>
17295         * net/browse-url.el (browse-url-browser-function)
17296         (browse-url-default-browser): Add firefox.
17297         (browse-url-firefox-program, browse-url-firefox-arguments)
17298         (browse-url-firefox-startup-arguments)
17299         (browse-url-firefox-new-window-is-tab): New defcustoms.
17300         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17302 2005-06-17  Richard M. Stallman  <rms@gnu.org>
17304         * startup.el (command-line): Warn if specified user name has
17305         no home directory.
17307         * term.el (term-get-old-input, term-input-filter, term-input-sender)
17308         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17310         * longlines.el (longlines-mode, longlines-show-hard-newlines):
17311         Doc fixes.
17313         * faces.el (underline): Try bold if terminal doesn't support underline.
17315         * mail/sendmail.el (mail-setup-with-from): New variable.
17316         (mail-insert-from-field): New function.
17317         (sendmail-send-it): Call it.
17318         (mail-setup): Optionally call it here.
17320         * term/linux.el: Call tty-no-underline.
17322 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
17324         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17326 2005-06-17  Miles Bader  <miles@gnu.org>
17328         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17329         (ediff-current-diff-C, ediff-current-diff-Ancestor)
17330         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17331         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17332         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17333         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17334         Remove "-face" suffix from face names.
17335         (ediff-current-diff-face-A, ediff-current-diff-face-B)
17336         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17337         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17338         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17339         (ediff-even-diff-face-A, ediff-even-diff-face-B)
17340         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17341         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17342         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17343         New backward-compatibility aliases for renamed faces.
17344         (ediff-current-diff-face-A, ediff-current-diff-face-B)
17345         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17346         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17347         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17348         (ediff-even-diff-face-A, ediff-even-diff-face-B)
17349         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17350         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17351         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17352         Use renamed ediff faces.
17354         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17355         Remove "-face" suffix from face names.
17356         (eshell-test-ok-face, eshell-test-failed-face):
17357         New backward-compatibility aliases for renamed faces.
17358         (eshell-run-test): Use renamed eshell-test faces.
17360         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17361         face name.
17362         (eshell-prompt-face): New backward-compatibility alias for renamed
17363         face.
17364         (eshell-emit-prompt): Use renamed eshell-prompt face.
17366         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17367         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17368         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17369         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17370         Remove "-face" suffix from face names.
17371         (eshell-ls-directory-face, eshell-ls-symlink-face)
17372         (eshell-ls-executable-face, eshell-ls-readonly-face)
17373         (eshell-ls-unreadable-face, eshell-ls-special-face)
17374         (eshell-ls-missing-face, eshell-ls-archive-face)
17375         (eshell-ls-backup-face, eshell-ls-product-face)
17376         (eshell-ls-clutter-face):
17377         New backward-compatibility aliases for renamed faces.
17378         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17380         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17381         Remove "-face" suffix from face name.
17382         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17383         instead of literal face.
17385 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
17387         * emacs-lisp/warnings.el (display-warning, lwarn)
17388         (warning-minimum-log-level): Doc fixes.
17389         (warning-minimum-level, warning-minimum-log-level):
17390         Add :debug to :type choices.
17392         * progmodes/ada-mode.el (ada-format-paramlist)
17393         (ada-get-indent-case, ada-check-matching-start)
17394         (ada-check-defun-name, ada-goto-matching-decl-start)
17395         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17396         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17397         (ada-make-subprogram-body): Follow error conventions.
17398         (ada-case-exception-file, ada-indent-comment-as-code)
17399         (ada-indent-handle-comment-special, ada-indent-renames)
17400         (ada-indent-return, ada-search-directories-internal)
17401         (ada-tab-policy, ada-case-exception-substring)
17402         (ada-other-file-alist, ada-matching-start-re)
17403         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17404         (ada-imenu-generic-expression, ada-compile-goto-error)
17405         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17406         (ada-popup-menu, ada-add-extensions, ada-mode)
17407         (ada-region-selected, ada-create-case-exception)
17408         (ada-create-case-exception-substring, ada-after-keyword-p)
17409         (ada-activate-keys-for-case, ada-adjust-case-region)
17410         (ada-adjust-case-buffer, ada-format-paramlist)
17411         (ada-scan-paramlist, ada-insert-paramlist)
17412         (ada-indent-newline-indent)
17413         (ada-indent-newline-indent-conditional)
17414         (ada-justified-indent-current, ada-goto-previous-word)
17415         (ada-indent-current, ada-get-indent-open-paren)
17416         (ada-get-indent-paramlist, ada-get-indent-end)
17417         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17418         (ada-get-indent-block-start, ada-get-indent-subprog)
17419         (ada-get-indent-noindent, ada-get-indent-label)
17420         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17421         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17422         (ada-goto-stmt-end, ada-goto-next-word)
17423         (ada-check-matching-start, ada-check-defun-name)
17424         (ada-goto-matching-decl-start, ada-goto-matching-start)
17425         (ada-goto-matching-end, ada-search-ignore-string-comment)
17426         (ada-in-decl-p, ada-looking-at-semi-or)
17427         (ada-looking-at-semi-private, ada-in-paramlist-p)
17428         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17429         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17430         (ada-next-procedure, ada-previous-procedure, ada-next-package)
17431         (ada-previous-package, ada-create-menu)
17432         (ada-fill-comment-paragraph-justify)
17433         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17434         (ada-other-file-name, ada-last-which-function-line)
17435         (ada-last-which-function-subprog, ada-which-function)
17436         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17437         (ada-gen-treat-proc, ada-check-emacs-version)
17438         (ada-continuation-indent, ada-align-region-separate):
17439         Fix typos in docstrings.
17440         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17442 2005-06-16  Lute Kamstra  <lute@gnu.org>
17444         * simple.el (fundamental-mode): Run after-change-major-mode-hook
17445         conditionally.
17447 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17449         * comint.el (comint-replace-by-expanded-filename)
17450         (comint-prompt-regexp, comint-delimiter-argument-list)
17451         (comint-preinput-scroll-to-bottom):
17452         * info.el (Info-hide-cookies-node):
17453         * ls-lisp.el (ls-lisp-classify):
17454         * find-file.el (ff-search-directories, ff-special-constructs)
17455         (ff-find-other-file):
17456         * font-lock.el (font-lock-keywords):
17457         * shell.el (shell-prompt-pattern)
17458         (shell-dynamic-complete-functions, shell-mode)
17459         (shell-delimiter-argument-list):
17460         * term.el (term-replace-by-expanded-filename)
17461         (term-prompt-regexp, term-delimiter-argument-list):
17462         * woman.el (woman-ignore, woman0-if):
17463         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17464         * emacs-lisp/elint.el (elint-init-env):
17465         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17466         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17467         * language/ethio-util.el (ethio-tilde-escape)
17468         (ethio-use-three-dot-question):
17469         * net/zone-mode.el (zone-mode-load-time-setup):
17470         * progmodes/cc-align.el (c-lineup-argcont):
17471         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17472         * progmodes/cperl-mode.el (cperl-set-style-back):
17473         * progmodes/inf-lisp.el (inferior-lisp-prompt):
17474         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17475         Fix spellings in docstrings.
17477         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17478         * progmodes/modula2.el (m2-for): Fix spellings.
17480         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17482         * simple.el (undo-more): Don't use `format' on `error' arguments.
17483         Improve argument/docstring consistency.
17484         (pending-undo-list): Doc fix.
17486         * smerge-mode.el (smerge-ensure-match):
17487         * emulation/vip.el (vip-ex):
17488         * net/zone-mode.el (zone-mode-update-serial):
17489         * progmodes/idlwave.el (idlwave-complete):
17490         * progmodes/vhdl-mode.el (vhdl-visit-file)
17491         (vhdl-compose-wire-components):
17492         Don't use `format' on `error' arguments.
17494         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17495         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17496         (tooltip-help-tips): Fix typos in docstrings.
17498 2005-06-16  David Ponce  <david@dponce.com>
17500         * tree-widget.el (tree-widget-value-create): Simplify last change.
17502 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
17504         * ido.el (ido-incomplete-regexp): New variable.
17505         (ido-set-matches-1): Handle invalid-regexp error and set
17506         ido-incomplete-regexp.
17507         (ido-incomplete-regexp): New face.
17508         (ido-completions): Use it.
17509         (ido-complete, ido-exit-minibuffer, ido-completions):
17510         Handle incomplete regexps.
17511         (ido-completions): Add check for complete match when entering a regexp.
17513 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17515         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17517 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17519         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17520         by field delimiters.
17522 2005-06-15  David Ponce  <david@dponce.com>
17524         * tree-widget.el: eval-and-compile inlined functions so they will
17525         be available at run-time too.
17526         (tree-widget-super-format-handler)
17527         (tree-widget-format-handler): Remove.
17528         (tree-widget-value-create): Handle the :indent property.
17530 2005-06-15  Miles Bader  <miles@gnu.org>
17532         * progmodes/which-func.el (which-func): Only inherit
17533         `font-lock-function-name-face' when that makes sense against the
17534         default mode-line face, otherwise set the face color explicitly.
17536         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17537         faces instead of (non-existent) variables.
17539 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17541         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17542         (iswitchb-get-matched-buffers): Likewise.  Simplify.
17544 2005-06-14  Miles Bader  <miles@gnu.org>
17546         * progmodes/ld-script.el (ld-script-location-counter):
17547         Remove "-face" suffix from face name.
17548         (ld-script-location-counter-face):
17549         New backward-compatibility alias for renamed face.
17550         (ld-script-location-counter-face): Use renamed face.
17552         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17553         (cperl-hash): Remove "-face" suffix from face names.
17554         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17555         New backward-compatibility aliases for renamed faces.
17556         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17557         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17559         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17560         name.
17561         (which-func-face): New backward-compatibility alias for renamed face.
17562         (which-func-format): Use renamed which-func face.
17564         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17565         (vhdl-function, vhdl-directive, vhdl-reserved-word)
17566         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17567         names.
17568         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17569         (vhdl-speedbar-configuration, vhdl-speedbar-package)
17570         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17571         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17572         (vhdl-speedbar-architecture-selected)
17573         (vhdl-speedbar-configuration-selected)
17574         (vhdl-speedbar-package-selected)
17575         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17576         names.
17577         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17578         Use renamed faces.
17579         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17580         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17581         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17582         Use renamed faces.
17583         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17584         names.
17585         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17586         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17587         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17588         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17589         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17590         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17592         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17593         face name.
17594         (sh-heredoc-face): New backward-compatibility alias for renamed face.
17595         (sh-heredoc-face): Use renamed sh-heredoc face.
17597         * progmodes/idlw-help.el (idlwave-help-link):
17598         Remove "-face" suffix from face name.
17599         (idlwave-help-link-face):
17600         New backward-compatibility alias for renamed face.
17601         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17603         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17604         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17605         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17606         New backward-compatibility aliases for renamed faces.
17607         (idlwave-shell-disabled-breakpoint-face)
17608         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17610         * progmodes/flymake.el (flymake-errline, flymake-warnline):
17611         Remove "-face" suffix from face names.
17612         (flymake-errline-face, flymake-warnline-face):
17613         New backward-compatibility aliases for renamed faces.
17614         (flymake-highlight-line): Use renamed flymake faces.
17616         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17617         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17618         (ebrowse-member-class, ebrowse-progress):
17619         Remove "-face" suffix from face names.
17620         (ebrowse-tree-mark-face, ebrowse-root-class-face)
17621         (ebrowse-file-name-face, ebrowse-default-face)
17622         (ebrowse-member-attribute-face, ebrowse-member-class-face)
17623         (ebrowse-progress-face):
17624         New backward-compatibility aliases for renamed faces.
17625         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17626         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17627         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17628         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17630         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17631         antlr-syntax)
17632         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17633         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17634         names.
17635         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17636         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17637         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17638         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17639         backward-compatibility aliases for renamed faces.
17640         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17641         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17642         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17643         remove "font-lock-".  Use renamed antlr-mode faces.
17644         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
17645         literal face-names with face variable references.
17647         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17648         face name.
17649         (Buffer-menu-buffer-face): New backward-compatibility alias for
17650         renamed face.
17651         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17653 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
17655         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17656         Eliminate "-face" suffix.
17657         (makefile-targets): Inherit from font-lock-function-name-face and
17658         eliminate "-face" suffix.
17659         (makefile-shell): Remove attributes and eliminate "-face" suffix.
17660         (makefile-*-font-lock-keywords): Append makefile-targets in rule
17661         actions, instead of prepending, to make it less visible.
17662         (makefile-previous-dependency, makefile-match-dependency):
17663         Don't match a target on a continuation line.
17665         * files.el (auto-mode-alist): Put Makefile in gmake mode.
17667 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
17669         * progmodes/gdb-ui.el (menu): Re-order menu items.
17670         (gdb-tooltip-print): Respect tooltip-use-echo-area.
17672         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17673         Define in tooltip.el.
17674         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17675         (gud-tooltip-tips): Respect tooltip-use-echo-area and
17676         gud-tooltip-echo-area.
17678         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17679         backward compatibility and make obsolete.
17680         (tooltip-help-tips): Use tooltip-use-echo-area.
17681         (tooltip-show-help-function): Rename to...
17682         (tooltip-show-help): ...this, because it is a function.
17683         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17685 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
17687         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17688         (edebug-print-length, edebug-print-level, edebug-print-circle)
17689         (edebug-modify-breakpoint, edebug-eval-last-sexp)
17690         (edebug-eval-print-last-sexp): Doc fixes.
17692 2005-06-14  Kim F. Storm  <storm@cua.dk>
17694         * ido.el (ido-mode): Make a new keymap every time we enable ido,
17695         as the coverage buffer/file/both may change.
17697 2005-06-14  Lute Kamstra  <lute@gnu.org>
17699         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17700         and run-mode-hooks.  Simplify.
17702         * mail/rmailedit.el (rmail-edit-mode):
17703         * progmodes/octave-inf.el (inferior-octave-mode):
17704         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17706         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17707         and run-mode-hooks.
17708         (recentf-edit-list, recentf-open-files): Don't call
17709         kill-all-local-variables directly.
17711         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17713 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17715         * emacs-lisp/byte-run.el (make-obsolete)
17716         (define-obsolete-function-alias): Rename arguments FUNCTION and
17717         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17718         (make-obsolete-variable, define-obsolete-variable-alias):
17719         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17720         respectively.
17722         * isearchb.el (isearchb-activate):
17723         * pcvs.el (cvs-mode):
17724         * ses.el (ses-load):
17725         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17726         * net/tramp.el (tramp-find-file-exists-command)
17727         (tramp-find-shell):
17728         * progmodes/ada-mode.el (ada-create-case-exception)
17729         (ada-create-case-exception-substring, ada-make-subprogram-body):
17730         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17731         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17732         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17733         * textmodes/org.el (org-promote, org-evaluate-time-range)
17734         (org-agenda-next-date-line, org-agenda-previous-date-line)
17735         (org-agenda-error, org-open-at-point, org-table-move-row)
17736         (org-format-table-table-html-using-table-generate-source)
17737         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17738         * textmodes/reftex.el (reftex-access-scan-info):
17739         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17740         (reftex-toc-promote-prepare): Follow error conventions.
17742         * diff-mode.el (diff-mode): Fix typo in docstring.
17744         * forms.el (forms--intuit-from-file): Fix reference to
17745         `forms-number-of-fields' in error message.
17746         (forms-print): Fix quoting in error message.
17748         * forms.el (forms-mode):
17749         * emulation/vi.el (vi-goto-insert-state):
17750         * progmodes/flymake.el (flymake-new-err-info)
17751         (flymake-start-syntax-check-for-current-buffer)
17752         (flymake-simple-cleanup):
17753         * eshell/esh-var.el (eshell/export):
17754         * progmodes/gud.el (xdb):
17755         * textmodes/flyspell.el (flyspell-incorrect-hook)
17756         (flyspell-maybe-correct-transposition)
17757         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17759 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
17761         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
17762         minibuffer prompt.
17764 2005-06-13  Kim F. Storm  <storm@cua.dk>
17766         * subr.el (add-to-ordered-list): New defun.
17768         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
17769         add cua--keymap-alist to emulation-mode-map-alists.
17771 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17773         * subr.el (complete-in-turn): New macro.
17774         (dynamic-completion-table, lazy-completion-table): Add debug info.
17776         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
17777         in preference to face aliases.
17779         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17780         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
17781         Remove unused vars `start' and `firstline'.
17782         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
17783         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
17785 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
17787         * cus-start.el (all): Don't complain about missing GTK-related
17788         variables, unless either `gtk' is boundp or this isn't a
17789         `windows-nt' build.
17791 2005-06-13  Lute Kamstra  <lute@gnu.org>
17793         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
17794         run-mode-hooks.
17796         * ediff-mult.el (ediff-meta-mode):
17797         * ediff-util.el (ediff-mode): Use run-mode-hooks.
17799         * ledit.el (ledit-mode): Use delay-mode-hooks.
17801         * woman.el (woman-mode-line-format): Delete constant.
17802         (woman-mode-map): Initialize it properly.
17803         (woman-mode): Set mode-class property to special.
17804         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
17805         Set major-mode and mode-name.  Don't set mode-line-format directly.
17806         (Man-getpage-in-background): Don't reference woman-mode-line-format.
17808         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
17809         string argument obsolete.
17811 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
17813         * textmodes/org.el (org-CUA-compatible): New option.
17814         (org-disputed-keys): New variable.
17815         (org-key): New function.
17816         (orgtbl-make-binding): Add docstring to the created function.
17817         (org-mode): Set paragraph start/separate regexps.
17818         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
17819         (org-archive-location, org-archive-mark-done)
17820         (org-archive-stamp-time): New options.
17821         (org-archive-subtree): New command.
17822         (org-fill-paragraph): New function.
17823         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
17824         (org-fake-empty-table-line): Function removed.
17825         (org-format-org-table-html): Do not create empty table lines at
17826         separator lines.  Improved table header treatment.
17827         (org-link-format): New option.
17828         (org-make-link): New function.
17829         (org-insert-link, org-store-link): Use org-make-link.
17830         (org-open-file): Quote file name for shell command, to allow
17831         spaces in file names.
17832         (org-link-regexp): Fix bug with mailto link.
17833         (org-link-maybe-angles-regexp, org-protected-link-regexp):
17834         New constants.
17835         (org-export-as-html): Deal with the optional angles around a link.
17836         Better treatment of file: links.
17837         (org-open-at-point): Replace @{ and @} with < and >.
17838         (org-run-mode-hooks): Function removed.
17839         (org-agenda-mode): No longer use `org-run-mode-hooks'.
17841 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
17843         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
17844         MI command -data-list-register-values.
17845         (gdb-post-prompt): Indent properly.
17847 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
17849         * hilit-chg.el (highlight-changes-colors): Rename from
17850         `highlight-changes-colours'.
17851         (highlight-changes-colours): Keep as obsolete alias.
17852         (highlight-changes-face-list): Doc fix.
17853         (hilit-chg-make-list): Use `highlight-changes-colors'.
17855 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
17857         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
17858         defun-prompt-regexp.
17860 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
17862         * loadup.el: Don't say we are dumping under 2 names on windows-nt
17863         and cygwin.
17865         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17866         Don't use an old loaddefs.el, as in Makefile.in.
17868 2005-06-12  Lute Kamstra  <lute@gnu.org>
17870         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
17872         * man.el (Man-mode-map): Initialize it properly.
17873         (Man-mode): Set mode-class property to special.
17875         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
17877 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
17879         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
17880         A newline is needed in the docstring there.
17882         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
17883         Doc fixes.
17885 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17887         * printing.el: Doc fix.  The menubar is no more changed when printing
17888         is loaded, it only changes when pr-menu-bind or pr-update-menus is
17889         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
17890         (pr-version): New version number (6.8.4).
17891         (pr-menu-bind): New command.
17892         (pr-update-menus): Docstring and code fix.
17893         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
17894         Docstring fix.
17895         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
17896         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
17898 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
17900         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
17901         "Returns" to "return", document useful return values, etc.
17903 2005-06-11  Alan Mackenzie  <acm@muc.de>
17905         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
17906         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
17907         (adaptive-file-function): Minor amendment to doc-string.
17909 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17911         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
17912         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
17913         Fix :type--it is `integer', not `string'.
17915         * faces.el (modeline-highlight): Rename from (the erroneous)
17916         `modeline-higilight'.
17918 2005-06-11  Lute Kamstra  <lute@gnu.org>
17920         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
17921         lisp-interaction-mode-map but make it the parent.
17922         (edebug-eval-mode): Use define-derived-mode.
17924 2005-06-11  Andreas Schwab  <schwab@suse.de>
17926         * bindings.el: Add binding of `ESC functionkey' for every
17927         `M-functionkey'.
17928         * hexl.el (hexl-mode-map): Likewise.
17930 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
17932         * progmodes/compile.el (compilation-error-regexp-alist-alist)
17933         [msft]: update regexp for newer msft compilers.
17935 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
17937         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
17938         ATTLIST portions of included DTDs.
17939         (xml-parse-dtd): Eliminate use of inefficient match-data.
17941 2005-06-10  Miles Bader  <miles@gnu.org>
17943         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
17944         (mpuz-text): Remove "-face" suffix from face names.
17945         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
17946         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
17947         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
17949         * play/gomoku.el (gomoku-O, gomoku-X):
17950         Remove "-face" suffix from face names.
17951         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
17952         New backward-compatibility aliases for renamed faces.
17953         (gomoku-font-lock-keywords): Use renamed gomoku faces.
17955 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
17957         * thumbs.el: Fixes for changes of 2005-06-09.
17958         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
17959         as a directory.
17960         (thumbs-thumbname): Remove directory separator from format string;
17961         `thumbs-thumbsdir' now returns a valid directory name.
17962         (thumbs-temp-dir): New defsubst.
17963         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
17964         Use it.
17966         * cus-edit.el (minibuffer):
17967         * files.el (make-backup-file-name-function):
17968         * filesets.el (filesets-external-viewers):
17969         * hilit-chg.el (highlight-changes-colours)
17970         (highlight-changes-face-list, highlight-changes-rotate-faces):
17971         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
17972         * kmacro.el (kmacro-call-macro):
17973         * log-edit.el (log-edit-changelog-full-paragraphs):
17974         * mouse.el (mouse-1-click-follows-link):
17975         * skeleton.el (skeleton-autowrap):
17976         * subr.el (insert-for-yank-1):
17977         * tempo.el (tempo-insert-region):
17978         * terminal.el (terminal-emulator):
17979         * time.el (display-time-mail-face):
17980         * vc.el (vc-annotate):
17981         * vcursor.el (vcursor-copy-line):
17982         * woman.el (woman-bold-headings, woman-ignore)
17983         (woman-default-faces, woman-monochrome-faces):
17984         * calendar/todo-mode.el (todo-insert-threshold):
17985         * emulation/pc-select.el (pc-select-selection-keys-only)
17986         (pc-selection-mode):
17987         * emulation/vip.el (vip-find-char-forward):
17988         * emulation/viper-cmd.el (viper-find-char-forward):
17989         * international/mule-cmds.el
17990         (select-safe-coding-system-accept-default-p)
17991         (input-method-exit-on-invalid-key):
17992         * international/mule-diag.el (describe-coding-system):
17993         * international/ucs-tables.el (unify-8859-on-encoding-mode):
17994         * net/browse-url.el (browse-url-xterm-program):
17995         * obsolete/lazy-lock.el (lazy-lock-mode):
17996         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
17997         (cperl-mode):
17998         * progmodes/cpp.el (cpp-face-light-name-list)
17999         (cpp-face-dark-name-list):
18000         * progmodes/delphi.el (delphi-newline-always-indents):
18001         Fix spellings in docstrings.
18003         * ido.el (ido-mode, ido-file-extensions-order)
18004         (ido-default-file-method, ido-default-buffer-method)
18005         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18006         (ido-decorations, ido-read-file-name-as-directory-commands)
18007         (ido-read-file-name-non-ido, ido-work-directory-list)
18008         (ido-ignore-item-temp-list, ido-current-directory)
18009         (ido-magic-forward-char, ido-enter-find-file)
18010         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18011         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18013 2005-06-10  Lute Kamstra  <lute@gnu.org>
18015         * play/dunnet.el (dun-mode): Use define-derived-mode.
18016         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
18017         obsolete alias.
18019         * play/doctor.el (doctor-mode-map): Remove defvar.
18020         (doctor-mode): Use define-derived-mode.
18022         * mail/mspools.el (mspools-mode):
18023         * net/eudc-hotlist.el (eudc-hotlist-mode):
18024         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18026 2005-06-10  Miles Bader  <miles@gnu.org>
18028         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18029         Remove "-face" suffix from face names.
18030         (flyspell-incorrect-face, flyspell-duplicate-face):
18031         New backward-compatibility aliases for renamed faces.
18032         (flyspell-mode-on, make-flyspell-overlay)
18033         (flyspell-highlight-incorrect-region)
18034         (flyspell-highlight-duplicate-region)
18035         (flyspell-display-next-corrections)
18036         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18038         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18039         from face name.
18040         (texinfo-heading-face): New backward-compatibility alias for
18041         renamed face.
18042         (texinfo-heading-face): Use renamed texinfo-heading face.
18044         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18045         suffix from face names.
18046         (tex-math-face, tex-verbatim-face):
18047         New backward-compatibility aliases for renamed faces.
18048         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18049         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18050         literal face name.
18052         * textmodes/table.el (table-cell): Remove "-face" suffix from face
18053         name.
18054         (table-cell-face): New backward-compatibility alias for renamed face.
18055         (table--put-cell-face-property, table--update-cell-face):
18056         Use renamed table-cell face.
18058         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18059         from face name.
18060         (sgml-namespace-face): New backward-compatibility alias for
18061         renamed face.
18062         (sgml-namespace-face): Use renamed sgml-namespace face.
18064         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18065         (org-level-4, org-level-5, org-level-6, org-level-7)
18066         (org-level-8, org-warning, org-headline-done)
18067         (org-deadline-announce, org-scheduled-today)
18068         (org-scheduled-previously, org-link, org-done, org-table)
18069         (org-time-grid): Remove "-face" suffix from face names.
18070         (org-level-1-face, org-level-2-face, org-level-3-face)
18071         (org-level-4-face, org-level-5-face, org-level-6-face)
18072         (org-level-7-face, org-level-8-face, org-warning-face)
18073         (org-headline-done-face, org-deadline-announce-face)
18074         (org-scheduled-today-face, org-scheduled-previously-face)
18075         (org-link-face, org-done-face, org-table-face)
18076         (org-time-grid-face):
18077         New backward-compatibility aliases for renamed faces.
18078         (org-level-faces, org-set-font-lock-defaults, org-timeline)
18079         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18080         (org-agenda-get-timestamps, org-agenda-get-scheduled)
18081         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18083         * emulation/viper-init.el (viper-search, viper-replace-overlay)
18084         (viper-minibuffer-emacs, viper-minibuffer-insert)
18085         (viper-minibuffer-vi): Remove "-face" suffix from face names.
18086         (viper-search-face, viper-replace-overlay-face)
18087         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18088         (viper-minibuffer-vi-face):
18089         New backward-compatibility aliases for renamed faces.
18090         (viper-search-face, viper-replace-overlay-face)
18091         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18092         (viper-minibuffer-vi-face): Use renamed viper faces.
18094         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18095         Remove "-face" suffix from face names.
18096         (testcover-nohits-face, testcover-1value-face):
18097         New backward-compatibility aliases for renamed faces.
18098         (testcover-mark): Use renamed testcover faces.
18100         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18101         face name.
18102         (diary-button-face): New backward-compatibility alias for renamed face.
18103         (diary-entry): Use renamed diary-button face.
18105         * calendar/calendar.el (diary, calendar-today, holiday)
18106         (mark-visible-calendar-date): Remove "-face" suffix from face names.
18107         (diary-face, calendar-today-face, holiday-face):
18108         New backward-compatibility aliases for renamed faces.
18109         (eval-after-load "facemenu", diary-entry-marker)
18110         (calendar-today-marker, calendar-holiday-marker, diary-face):
18111         Use renamed calendar faces.
18113         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18114         (compare-windows-face): New backward-compatibility alias for
18115         renamed face.
18116         (compare-windows-highlight): Use renamed compare-windows face.
18118         * strokes.el (strokes-char): Remove "-face" suffix from face name.
18119         (strokes-char-face): New backward-compatibility alias for renamed face.
18120         (strokes-encode-buffer): Use renamed strokes-char face.
18122         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18123         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18124         Remove "-face" suffix from face names.
18125         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18126         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18127         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18128         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18129         Use renamed pcvs faces.
18130         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18131         * pcvs-defs.el (cvs-mode-map): Likewise.
18132         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18134         * info.el (info-title-1, info-title-2, info-title-3)
18135         (info-title-4): Remove "-face" suffix from and downcase face names.
18136         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18137         (Info-title-4-face):
18138         New backward-compatibility aliases for renamed faces.
18139         (Info-fontify-node): Use renamed info faces.
18141         * hilit-chg.el (highlight-changes, highlight-changes-delete):
18142         Remove "-face" suffix from face names.
18143         (highlight-changes-face, highlight-changes-delete-face):
18144         New backward-compatibility aliases for renamed faces.
18145         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18146         (hilit-chg-make-list): Use renamed highlight-changes faces.
18148         * generic-x.el (show-tabs-tab, show-tabs-space):
18149         Remove "-face" suffix from face names.
18150         (show-tabs-tab-face, show-tabs-space-face):
18151         New backward-compatibility aliases for renamed faces.
18152         (show-tabs-generic-mode-font-lock-defaults-1)
18153         (show-tabs-generic-mode-font-lock-defaults-2):
18154         Use renamed show-tabs faces.
18156         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18157         (smerge-markers): Remove "-face" suffix from face names.
18158         (smerge-mine-face, smerge-other-face, smerge-base-face)
18159         (smerge-markers-face):
18160         New backward-compatibility aliases for renamed faces.
18161         (smerge-mine-face, smerge-other-face, smerge-base-face)
18162         (smerge-markers-face): Use renamed smerge faces.
18164         * log-view.el (log-view-file, log-view-message): Remove "-face"
18165         suffix from face names.
18166         (log-view-file-face, log-view-message-face):
18167         New backward-compatibility aliases for renamed faces.
18168         (log-view-file-face, log-view-message-face): Use renamed log-view
18169         faces.
18171         * paren.el (show-paren-match, show-paren-mismatch):
18172         Remove "-face" suffix from face names.
18173         (show-paren-match-face, show-paren-mismatch-face):
18174         New backward-compatibility aliases for renamed faces.
18175         (show-paren-function): Use renamed show-paren faces.
18177         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18178         (ruler-mode-margins, ruler-mode-fringes)
18179         (ruler-mode-column-number, ruler-mode-fill-column)
18180         (ruler-mode-comment-column, ruler-mode-goal-column)
18181         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18182         suffix from face names.
18183         (ruler-mode-default-face, ruler-mode-pad-face)
18184         (ruler-mode-margins-face, ruler-mode-fringes-face)
18185         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18186         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18187         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18188         New backward-compatibility aliases for renamed faces.
18189         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18190         (ruler-mode-column-number, ruler-mode-fill-column)
18191         (ruler-mode-comment-column, ruler-mode-goal-column)
18192         (ruler-mode-tab-stop, ruler-mode-current-column)
18193         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18194         faces.
18196         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18197         face name.
18198         (whitespace-highlight-the-space): Use renamed face.
18199         (whitespace-highlight-face): New backward-compatibility alias for
18200         renamed face.
18202         * woman.el (woman-italic, woman-bold, woman-unknown)
18203         (woman-addition, woman-symbol-face):
18204         Remove "-face" suffix from face names.
18205         (woman-italic-face, woman-bold-face, woman-unknown-face)
18206         (woman-addition-face):
18207         New backward-compatibility aliases for renamed faces.
18208         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18209         (woman-decode-region, woman-replace-match)
18210         (woman-display-extended-fonts, woman-special-characters)
18211         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18212         Use renamed woman faces.
18214         * longlines.el (longlines-visible-face): Face removed.
18216         * diff-mode.el (diff-header, diff-file-header, diff-index)
18217         (diff-hunk-header, diff-removed, diff-added, diff-changed)
18218         (diff-function, diff-context, diff-nonexistent): Remove "-face"
18219         suffix from face names.
18220         (diff-header-face, diff-file-header-face, diff-index-face)
18221         (diff-hunk-header-face, diff-removed-face, diff-added-face)
18222         (diff-changed-face, diff-function-face, diff-context-face)
18223         (diff-nonexistent-face): New backward-compatibility aliases for
18224         renamed faces.
18225         (diff-header-face, diff-file-header-face)
18226         (diff-index, diff-index-face, diff-hunk-header)
18227         (diff-hunk-header-face, diff-removed, diff-removed-face)
18228         (diff-added, diff-added-face, diff-changed-face, diff-function)
18229         (diff-function-face, diff-context-face, diff-nonexistent)
18230         (diff-nonexistent-face): Use renamed diff-mode faces.
18232         * progmodes/compile.el (compilation-warning-face)
18233         (compilation-info-face): Remove "-face" suffix from face names.
18234         (compilation-warning-face, compilation-info-face):
18235         New backward-compatibility aliases for renamed faces.
18236         (compilation-warning-face, compilation-info-face):
18237         Use renamed compilation faces.
18239         * add-log.el (change-log-date, change-log-name)
18240         (change-log-email, change-log-file, change-log-list)
18241         (change-log-conditionals, change-log-function)
18242         (change-log-acknowledgement): Remove "-face" suffix from face names.
18243         (change-log-date-face, change-log-name-face)
18244         (change-log-email-face, change-log-file-face)
18245         (change-log-list-face, change-log-conditionals-face)
18246         (change-log-function-face, change-log-acknowledgement-face):
18247         New backward-compatibility aliases for renamed faces.
18248         (change-log-font-lock-keywords): Use renamed change-log faces.
18250         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18251         (custom-set, custom-changed, custom-saved, custom-button)
18252         (custom-button-pressed, custom-documentation, custom-state)
18253         (custom-comment, custom-comment-tag, custom-variable-tag)
18254         (custom-variable-button, custom-face-tag, custom-group-tag-1)
18255         (custom-group-tag): Remove "-face" suffix from face names.
18256         (custom-magic-alist, custom-magic-value-create)
18257         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18258         (custom-invalid-face, custom-rogue-face, custom-modified-face)
18259         (custom-set-face, custom-changed-face, custom-saved-face)
18260         (custom-button-face, custom-button-pressed-face)
18261         (custom-documentation-face, custom-state-face)
18262         (custom-comment-face, custom-comment-tag-face)
18263         (custom-variable-tag-face, custom-variable-button-face)
18264         (custom-face-tag-face, custom-group-tag-face-1)
18265         (custom-group-tag-face):
18266         New backward-compatibility aliases for renamed faces.
18268         * wid-edit.el (widget-documentation, widget-button)
18269         (widget-field, widget-single-line-field, widget-inactive)
18270         (widget-button-pressed): "-face" suffix removed from face names.
18271         (widget-documentation-face, widget-button-face)
18272         (widget-field-face, widget-single-line-field-face)
18273         (widget-inactive-face, widget-button-pressed-face):
18274         New backward-compatibility aliases for renamed faces.
18275         (widget-documentation-face, widget-button-face)
18276         (widget-button-pressed-face, widget-specify-field)
18277         (widget-specify-inactive): Use renamed widget faces.
18279 2005-06-10  Kenichi Handa  <handa@m17n.org>
18281         * term/x-win.el (x-clipboard-yank): Remove condition-case
18282         wrapping.
18284 2005-06-11  Kenichi Handa  <handa@m17n.org>
18286         * add-log.el (change-log-font-lock-keywords): Make the regexp for
18287         date lines stricter.
18289 2005-06-10  Zhang Wei  <id.brep@gmail.com>
18291         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18292         of x-get-selection.
18294 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
18296         * comint.el (comint-mode, comint-snapshot-last-prompt):
18297         * frame.el (frame-current-scroll-bars):
18298         * term.el (term-mode, term-check-proc, term-input-sender)
18299         (term-simple-send, term-extract-string, term-word)
18300         (term-match-partial-filename):
18301         * window.el (window-current-scroll-bars):
18302         * emulation/cua-base.el (cua-normal-cursor-color)
18303         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18304         (cua-global-mark-cursor-color):
18305         * mail/undigest.el (rmail-forward-separator-regex):
18306         Fix typos in docstrings.
18308         * comint.el (comint-check-proc, make-comint-in-buffer)
18309         (comint-source-default): Doc fixes.
18311         * term.el (term-send-string): Improve argument/docstring consistency.
18313 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
18315         * comint.el (comint-send-input): Bind `inhibit-read-only' around
18316         call to `delete-region'.
18317         (comint-mode-hook): Do not enable Font Lock by default.
18319 2005-06-09  Lute Kamstra  <lute@gnu.org>
18321         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18322         could be void.
18324 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18326         * emacs-lisp/debug.el (debugger-will-be-back): New var.
18327         (debug): Use it.
18328         (debugger-step-through, debugger-continue, debugger-jump)
18329         (debugger-return-value): Set it when needed.
18330         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18331         Use inhibit-read-only.
18333 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
18335         * window.el (shrink-window-if-larger-than-buffer)
18336         (window-size-fixed): Fix typo in docstring.
18338         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
18339         thumbnails directory on loading.
18340         (thumbs-conversion-program): Use `eq' to check the system type,
18341         not `equal'.
18342         (thumbs-temp-dir): Initialize to `temporary-file-directory',
18343         not "/tmp".  Fix docstring.
18344         (thumbs-thumbsdir): New function to return the thumbnails
18345         directory, creating it if needed.
18346         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18347         (thumbs-temp-file): Delete variable and make it into a function.
18348         (thumbs-resize-image, thumbs-modify-image): Use it.
18349         (thumbs-kill-buffer): Simplify.
18350         (thumbs-gensym): Defalias or duplicate CL `gensym'.
18351         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18352         docstrings.
18354 2005-06-09  Kim F. Storm  <storm@cua.dk>
18356         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18357         set-match-data to free markers in match-data.
18359         * replace.el (replace-match-data): Pass RESEAT arg `t' to
18360         match-data to unchain markers in match-data.
18362 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18364         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18365         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
18366         unnecessary now.
18368 2005-06-08  Richard M. Stallman  <rms@gnu.org>
18370         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18371         give the variable a doc string that doesn't say don't set it directly.
18373         * textmodes/ispell.el (ispell-check-version):
18374         Use match-string-no-properties.
18375         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18376         (ispell-buffer-local-words): Likewise.
18378         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18379         except on terminals with enough colors to really display it.
18380         (makefile-dependency-regex): Delete spurious `bb'.
18382         * faces.el (escape-glyph): Use blue once again in last case.
18383         (no-break-space): Redefine so that it isn't invisible on a tty.
18385 2005-06-08  Kim F. Storm  <storm@cua.dk>
18387         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18388         also when reading directory name.
18390 2005-06-08  Lute Kamstra  <lute@gnu.org>
18392         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18393         (flyspell-mode-line-string): Remove autoload cookie.
18394         (flyspell-mode): Remove defvar.
18396 2005-06-07  Lute Kamstra  <lute@gnu.org>
18398         * textmodes/org.el (org-run-mode-hooks): New function.
18399         (org-agenda-mode): Use it.
18401 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
18403         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18405 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18407         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18409 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
18411         * font-lock.el (font-lock-add-keywords): Doc fix.
18413 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18415         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18416         (tex-compile-default): In the absence of any history, use the order in
18417         tex-compile-alist to choose the preferred command.
18418         (tex-compile-commands): Reorder a bit.
18420         * textmodes/flyspell.el (flyspell-auto-correct-binding)
18421         (flyspell-incorrect-face, flyspell-duplicate-face):
18422         Use (X)Emacs-agnostic code.
18423         (flyspell-mode-map): Don't overwrite at each load.  Remove code
18424         redundant with the subsequent add-minor-mode.  Merge Emacs and
18425         XEmacs code.
18426         (flyspell-word): Minor simplification.
18427         (flyspell-math-tex-command-p): Quieten the byte-compiler.
18428         (flyspell-external-point-words): Remove unused vars `size' and `start'.
18429         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18430         Merge the corresponding Emacs code.
18431         (flyspell-correct-word, flyspell-xemacs-popup):
18432         Use flyspell-do-correct.
18434         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18435         a dedicated window.
18437         * international/latexenc.el (latexenc-find-file-coding-system):
18438         Undo part of last patch, to turn off a compiler warning.
18440 2005-06-06  Juri Linkov  <juri@jurta.org>
18442         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18443         Rename `tmm-inactive-face' to `tmm-inactive'.
18445 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
18447         * iswitchb.el: Rename faces.
18449 2005-06-06  Kim F. Storm  <storm@cua.dk>
18451         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18452         (cua-global-mark): Remove -face suffix from face names.
18454         * emulation/cua-gmrk.el (cua--init-global-mark):
18455         Remove cua-global-mark face setup.
18457 2005-06-06  Richard M. Stallman  <rms@gnu.org>
18459         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18460         just like other allowed characters.
18461         (makefile-match-dependency): Exclude leading and training whitespace
18462         from the range of regexp subexp 1.
18463         (makefile-macroassign-regex): Don't try to match the body,
18464         just the name of the macro being defined.
18466         * info.el (Info-read-node-name-2): New function.
18467         (Info-read-node-name-1): Use that.
18468         Add a completion-base-size-function property.
18470         * simple.el (completion-setup-function): Look for
18471         completion-base-size-function property of minibuffer-completion-table.
18473         * files.el (locate-file-completion): Doc fix.
18475         * printing.el: Don't call pr-update-menus; user must do that.
18477         * emacs-lisp/debug.el (debugger-window): New variable.
18478         (debug): Use debugger-window if it is set and still alive.
18479         Record debugger-window for next entry.
18481         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18483 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
18485         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18486         (hack-one-local-variable, hack-local-variables)
18487         (hack-local-variables-prop-line): Pass that arg.
18489 2005-06-06  Kim F. Storm  <storm@cua.dk>
18491         * ido.el (ido-first-match, ido-only-match, ido-subdir)
18492         (ido-indicator): Remove -face suffix from face names.
18494 2005-06-06  Juri Linkov  <juri@jurta.org>
18496         * font-lock.el (font-lock-regexp-backslash)
18497         (font-lock-regexp-backslash-construct): New faces.
18498         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
18499         after `('.  Add `while-no-input' to control structures.
18501         * faces.el (no-break-space, shadow): New faces.
18502         (escape-glyph): Use less loud colors pink2 and red4.
18504         * diff-mode.el (diff-context-face)
18505         * dired.el (dired-ignored)
18506         * rfn-eshadow.el (file-name-shadow)
18507         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18509         * info.el (Info-title-1-face): Use green instead of yellow because
18510         bold yellow is not readable on light backgrounds.
18512         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18513         before selecting the desired mode to not spend time fontifying
18514         old contents.
18516 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
18518         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18519         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18521         * ps-print.el (ps-default-fg, ps-default-bg):
18522         Fix typos in docstrings.
18524         * isearchb.el (isearchb): Don't pass a spurious second argument to
18525         `iswitchb-completions'.
18527 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
18529         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18530         to preserve point.
18531         (gdb-find-file-hook): Add doc string.
18533         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18534         C dereferenced pointer expression.
18535         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
18537         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18539         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18540         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18541         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18542         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18543         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18544         Make background transparent.
18546 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18548         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
18549         (font-lock-remove-keywords): Doc fix.
18550         (font-lock-mode-major-mode): Compiler defvar.
18551         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18553         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18554         (font-lock-mode): Update `font-lock-mode-major-mode'.
18555         (font-lock-set-defaults): Compiler defvar.
18556         (font-lock-default-function): Take `font-lock-mode-major-mode'
18557         into account.
18559         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18560         keep track of which major mode it enabled the minor mode for.
18561         Use find-file-hook again.  Update docstring.
18563         * simple.el (eval-expression-print-level)
18564         (eval-expression-print-length, eval-expression-debug-on-error):
18565         Doc fixes.
18567 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
18569         * iswitchb.el (iswitchb-single-match-face)
18570         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18571         (iswitchb-invalid-regexp-face): New faces.
18572         (iswitchb-completions): Use them.
18573         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18574         now marked as an obsolete alias.
18575         (iswitchb-read-buffer): Remove check for bound font variables.
18576         (iswitchb-invalid-regexp): New free variable.
18577         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18578         set iswitchb-invalid-regexp.
18579         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18580         invalid regexps.
18581         (iswitchb-completions): Add check for complete match when entering
18582         a regexp.
18583         (iswitchb-completions): Remove require-match argument.
18584         (iswitchb-exhibit): Fix caller.
18585         (iswitchb-common-match-inserted): New variable.
18586         (iswitchb-complete, iswitchb-completion-help): Use it.
18588 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
18590         * url-http.el (url-http-chunked-encoding-after-change-function):
18591         Use `url-http-debug' instead of `message'.
18593 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
18595         * url-http.el (url-http-parse-headers): Pass redirected URL as a
18596         callback argument.
18598 2005-06-04  Kim F. Storm  <storm@cua.dk>
18600         * simple.el (line-move): Only call sit-for when moving backwards.
18602         * ido.el (ido-make-merged-file-list-1): New defun split from
18603         ido-make-merged-file-list.
18604         (ido-make-merged-file-list): Bind throw-on-input around call to
18605         ido-make-merged-file-list-1.  Return input-pending-p if
18606         interrupted by more input available.
18607         (ido-read-internal): Handle input-pending-p return value from
18608         ido-make-merged-file-list.
18610 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18612         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18613         compatibility code.
18615         * international/latexenc.el (latexenc-find-file-coding-system):
18616         Don't inherit the EOL part of the coding-system from the
18617         tex-main buffer.  Fit within 80 columns.
18619 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
18621         * tmm.el (tmm-inactive-face): New face.
18622         (tmm-remove-inactive-mouse-face): New function.
18623         (tmm-prompt, tmm-add-one-shortcut)
18624         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18625         but not selectable.
18627 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
18629         * faces.el (face-equal): Improve argument/docstring consistency.
18631 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
18633         * progmodes/make-mode.el (makefile-targets-face)
18634         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18635         (makefile-bsdmake-dependency-regex)
18636         (makefile-makepp-rule-action-regex)
18637         (makefile-bsdmake-rule-action-regex): New constants.
18638         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18640         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18641         Allow (...) within `...' for makepp messages.
18643 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
18645         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18647         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18648         "." files are deleted from all file lists before comparison.
18650         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18651         (viper-ESC-key): Made them customizable.
18653         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18655 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
18657         * autorevert.el (auto-revert-buffers): Use save-match-data.
18659 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18661         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18662         menu items with a nil command binding.
18664 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
18666         * emacs-lisp/cl-macs.el (defsetf):
18667         Improve argument/docstring consistency.
18669         * faces.el (list-faces-display): Improve the formatting by
18670         computing the maximum length required for any face-name (reworked
18671         patch of 1999-01-11, accidentally deleted on 1999-07-21).
18672         (internal-find-face): Remove redundant info in docstring.
18674 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
18676         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18677         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18678         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18679         (gdb-assembler-custom): Improve regexps.
18680         (def-gdb-auto-update-handler): Use window point to preserve point.
18682 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18684         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18686 2005-05-31  Jay Belanger  <belanger@truman.edu>
18688         * calc/calc-embed.el (calc-embedded-word): Change argument passed
18689         to calc-embedded.
18690         (calc-embedded-make-info): Have plain prefix argument select
18691         entire line.
18693 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
18695         * faces.el (list-faces-display): Signal error if passed a regexp
18696         that matches no face name.
18698         * simple.el (filter-buffer-substring): Fix typo in docstring.
18700 2005-05-31  Richard M. Stallman  <rms@gnu.org>
18702         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18703         (vhdl-emacs-21): Doc fix.
18704         (vhdl-mode): Unconditionally set comment-padding.
18705         (vhdl-fixup-whitespace-region): Insert spaces only where
18706         there are none.
18707         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18709 2005-05-30  John Wiegley  <johnw@newartisans.com>
18711         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18712         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18713         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18714         `directory-sep-char' to ?/, and all uses of `string-to-int' to
18715         `string-to-number'.
18717 2005-05-30  Jay Belanger  <belanger@truman.edu>
18719         * calc/calc.el (calc-bug-address): Fix docstring.
18720         (calc-window-hook, calc-trail-window-hook): New variables.
18721         (calc-trail-display): Restore use of calc-trail-window-hook.
18722         (calc): Restore use of calc-window-hook.
18724 2005-05-31  Masatake YAMATO  <jet@gyve.org>
18726         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18728         * help-fns.el (help-C-file-name): Add autoload mark for
18729         `find-function-noselect'.
18731 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18733         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18734         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18736 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18738         * calendar/diary-lib.el (mark-included-diary-files): Only kill
18739         included diary buffer if it was not already being visited.
18740         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18742         * calendar/icalendar.el (top-level): Do not require appt.
18744         * mail/supercite.el (sc-select-attribution): Only use a list
18745         element from sc-attrib-selection-list if it returns a string.
18746         Reported by Davide G. M. Salvetti <salve@debian.org>.
18748 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
18750         * thumbs.el (thumbs-thumbname): The resulting thumbname now
18751         includes a hash value to improve its uniqueness, and has a ".jpg"
18752         extension.  Also, it is now a valid filename on all systems.
18753         (thumbs-make-thumb): Use `let', not `let*'.
18754         (thumbs-show-thumbs-list): Check for JPEG availability.
18756 2005-05-30  Richard M. Stallman  <rms@gnu.org>
18758         * filesets.el (filesets-menu-ensure-use-cached):
18759         Prevent warning when emacs-version>= is undefined.
18761         * printing.el (pr-interactive-n-up): Use string-to-number.
18763         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
18765         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18766         Warn only when name to be defined is quoted.
18768 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
18770         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
18771         Make regexp more robust.
18772         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
18773         Force regeneration of disassembly.
18775 2005-05-29  Jay Belanger  <belanger@truman.edu>
18777         * calc/calc.el (calc-user-invocation): Check if
18778         calc-invocation-macro is non-nil.
18780 2005-05-29  Juri Linkov  <juri@jurta.org>
18782         * add-log.el (change-log-font-lock-keywords):
18783         Add `+' to e-mail regexp to accept mail address with keywords.
18785         * man.el (Man-name-regexp): Add `:' to accept qualified names.
18787 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
18789         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
18791         * ielm.el (inferior-emacs-lisp-mode): Ditto.
18793 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18795         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
18796         Undo the change that moves to end of the current word.
18798 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
18800         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
18801         Throw error when count <= 0 to ensure input is a number.
18802         (gdb-read-memory-custom): Pick up address from buffer.
18803         (gdb-memory-mode): Allow user to increment and decrement
18804         memory address from header line.
18806 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18808         * flyspell.el (flyspell-version): Function deleted.
18809         (flyspell-auto-correct-previous-hook): Doc fix.
18811         * jit-lock.el (jit-lock-function, jit-lock-after-change):
18812         Do nothing if memory is full.
18814         * font-lock.el (font-lock-fontify-syntactically-region):
18815         Pass t for GREEDY to looking-back.
18817         * saveplace.el (save-place-alist-to-file): Write the file
18818         using write-region.
18820         * subr.el (looking-back): New argument GREEDY.
18822         * progmodes/compile.el (compilation-start): Set the mode
18823         before inserting the initial text.
18825         * progmodes/which-func.el (which-func-update-1): Turn the mode
18826         off in case of error by setting which-func-mode.
18828 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
18830         * flyspell.el (flyspell-auto-correct-previous-word):
18831         Narrow down to what's on the screen, and recenter overlays
18832         at the end of the next word.
18834 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
18836         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
18837         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
18838         (flyspell-abbrev-p): Default to nil.
18839         (flyspell-use-global-abbrev-table-p): Doc fix.
18840         (flyspell-large-region): Allow nil as value.
18841         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
18843         (mail-mode-flyspell-verify): More robust handling
18844         of `mail-header-separator'.  More efficient signature detection.
18845         Allow for regexp metacharacters in message-header-separator.
18846         Adding `To' not to be checked in mail-mode-flyspell-verify.
18848         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
18849         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
18850         Bind flyspell-auto-correct-binding.
18851         Bind C-. and C-, .
18852         (flyspell-mode-map): Likewise.
18853         (flyspell-mode): Doc fix.
18854         (flyspell-accept-buffer-local-defs): Preserve current buffer.
18855         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
18856         (flyspell-word-cache-result): New var, always local.
18857         (flyspell-check-pre-word-p): Doc fix.
18858         (flyspell-check-changed-word-p): Handle spc like newline.
18859         (flyspell-post-command-hook): Set flyspell-word-cache-result.
18860         (flyspell-word-search-backward, flyspell-word-search-forward):
18861         New functions.
18862         (flyspell-word): Return t if nothing to check.
18863         When parsing TeX code, check for after } or \.
18864         Use flyspell-word-search-backward to find previous word.
18865         Return nil if duplicated word.
18866         For word already checked, return same value as last time.
18867         Set flyspell-word-cache-result after checking.
18868         Don't clobber the return value.
18869         (flyspell-get-word): Major rewrite.
18870         (flyspell-external-point-words): New locals pword, pcount.
18871         Fix size used in progress message.
18872         Find the proper corresponding word in flyspell-large-region-buffer.
18873         (flyspell-region): Check for flyspell-large-region = nil.
18874         (flyspell-highlight-incorrect-region): Clean up overlays in region.
18875         (flyspell-auto-correct-word): Check that WORD is a cons.
18876         (flyspell-correct-word): Likewise.
18878 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
18880         * progmodes/make-mode.el (makefile-rule-action-regex)
18881         (makefile-macroassign-regex, makefile-makepp-mode)
18882         (makefile-bsdmake-mode): Continuation lines may be empty.
18883         Reported by Joshua Varner.
18884         (makefile-makepp-font-lock-keywords): Add $(stem).
18886 2005-05-28  Karl Berry  <karl@gnu.org>
18888         * textmodes/tex-mode.el: Now that tex-send-command calls
18889         shell-quote-argument (2005-03-31 change), remove all calls to
18890         shell-quote-argument; they all end up invoking tex-send-command.
18891         The double quoting loses on filenames with non-safe characters,
18892         such as "@".  Reported by Frederik Fouvry.
18894 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
18896         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
18897         about preserving point.
18899 2005-05-27  Jay Belanger  <belanger@truman.edu>
18901         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
18902         Info-goto-node.
18904         * calc/calc-embed.el (calc-embed-arg): New variable.
18905         (calc-do-embedded-activate, calc-embedded-activate-formula)
18906         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
18907         variable by new variable.
18908         (calc-embedded-make-info): Replace undeclared variable by new
18909         variable.  When selecting region with positive prefix
18910         argument, use end of previous line instead of beginning of line.
18912         * calc/calc-aent.el (calc-arg-values): Declare it.
18914         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
18915         Declare them.
18917         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
18919         * calc/calc.el (calc-alg-map): Declare it.
18921         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
18923 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
18925         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
18926         (gdb-registers-buffer, toggle-gdb-all-registers):
18927         Toggle display of floating point registers.
18928         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
18930         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
18931         (toggle-gud-tooltip-dereference):
18932         Rename from gud-toggle-tooltip-dereference.
18934 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18936         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
18938 2005-05-27  Jay Belanger  <belanger@truman.edu>
18940         * calc/calc-prog.el (calc-kbd-report): Remove.
18941         (calc-kbd-query): Rewrite.
18943 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
18945         * image.el (image-library-alist): Move to image.c.
18946         (image-type-available-p): Doc fix.
18948 2005-05-27  Lute Kamstra  <lute@gnu.org>
18950         * calc/calc.el (calc):
18951         * outline.el (outline-1, outline-2, outline-3, outline-4)
18952         (outline-5, outline-6, outline-7, outline-8):
18953         * textmodes/dns-mode.el (dns-mode):
18954         * textmodes/sgml-mode.el (sgml-namespace-face):
18955         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
18956         (tex-verbatim-face, tex-use-reftex):
18957         * textmodes/texinfo.el (texinfo-heading-face):
18958         Specify customization group.
18960         * longlines.el: Don't require easy-mmode.
18961         (longlines-visible-face): Specify customization group.
18963 2005-05-27  Kenichi Handa  <handa@m17n.org>
18965         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
18966         encoding table of windows-1251.
18968         * international/ucs-tables.el (ucs-set-table-for-input):
18969         If translation-table-for-input of a coding system is a symbol, get
18970         its translation-table property.
18972         * international/code-pages.el: Don't register a coding system into
18973         non-iso-charset-alist more than once.
18974         (cp-make-coding-system): Likewise.
18976 2005-05-26  John Wiegley  <johnw@newartisans.com>
18978         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
18979         `eshell-resume-eval' is wrapped in a list, it indicates that the
18980         command was run asynchronously.  In that case, unwrap the value
18981         before checking the delimiter value.
18983         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
18984         character before a space at the end of a line is \, assume the space
18985         is part of the last argument rather than a final argument separator.
18987         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
18988         is in use, and the target is `t' or `nil' (which are the most common
18989         values), don't assume that the symbol target is a buffer.
18991 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18993         * calendar/calendar.el (calendar-mode-line-format):
18994         Use mode-line-highlight as mouse-face.
18996         * time.el (display-time-string-forms, display-time-update):
18997         Use mode-line-highlight as mouse-face.
18999 2005-05-26  Jay Belanger  <belanger@truman.edu>
19001         * calc/calc.el (calc-language-alist): Remove extra defvar.
19003 2005-05-26  Lute Kamstra  <lute@gnu.org>
19005         * arc-mode.el (archive-mode):
19006         * bookmark.el (bookmark-read-annotation-mode)
19007         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19008         * bs.el (bs-mode):
19009         * calc/calc-yank.el (calc-edit-mode):
19010         * calc/calc.el (calc-mode, calc-trail-mode):
19011         * calculator.el (calculator-mode):
19012         * chistory.el (command-history-mode):
19013         * comint.el:
19014         * cus-edit.el (custom-mode):
19015         * descr-text.el (describe-text-mode):
19016         * ebuff-menu.el (Electric-buffer-menu-mode):
19017         * ediff-util.el (ediff-mode):
19018         * emacs-lisp/re-builder.el (reb-mode):
19019         * emulation/vi.el (vi-mode-setup):
19020         * emulation/ws-mode.el (wordstar-mode):
19021         * eshell/esh-mode.el (eshell-mode):
19022         * forms.el (forms-mode):
19023         * help-mode.el (help-mode):
19024         * hexl.el (hexl-mode):
19025         * ibuffer.el (ibuffer-mode):
19026         * ielm.el (inferior-emacs-lisp-mode):
19027         * info.el (Info-mode, Info-edit-mode):
19028         * international/swedish.el:
19029         * ledit.el (ledit-from-lisp-mode):
19030         * locate.el (locate-mode):
19031         * mail/rmail.el (rmail-mode):
19032         * mail/rmailedit.el (rmail-edit-mode):
19033         * mail/rmailsum.el (rmail-summary-mode):
19034         * mail/supercite.el (sc-electric-mode):
19035         * net/eudc.el (eudc-mode):
19036         * net/quickurl.el (quickurl-list-mode):
19037         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19038         * obsolete/ooutline.el (outline-mode):
19039         * obsolete/options.el (Edit-options-mode):
19040         * obsolete/rnews.el (news-mode):
19041         * obsolete/rnewspost.el (news-reply-mode):
19042         * play/5x5.el (5x5-mode):
19043         * play/decipher.el (decipher-mode, decipher-stats-mode):
19044         * play/gomoku.el (gomoku-mode):
19045         * play/snake.el (snake-mode):
19046         * play/solitaire.el (solitaire-mode):
19047         * play/tetris.el (tetris-mode):
19048         * progmodes/ada-mode.el (ada-mode):
19049         * progmodes/antlr-mode.el (antlr-mode):
19050         * progmodes/autoconf.el (autoconf-mode):
19051         * progmodes/dcl-mode.el (dcl-mode):
19052         * progmodes/delphi.el (delphi-mode):
19053         * progmodes/ebrowse.el (ebrowse-tree-mode)
19054         (ebrowse-electric-list-mode, ebrowse-member-mode)
19055         (ebrowse-electric-position-mode):
19056         * progmodes/f90.el (f90-mode):
19057         * progmodes/fortran.el (fortran-mode):
19058         * progmodes/icon.el (icon-mode):
19059         * progmodes/idlw-help.el (idlwave-help-mode):
19060         * progmodes/idlw-shell.el (idlwave-shell-mode):
19061         * progmodes/idlwave.el (idlwave-mode):
19062         * progmodes/inf-lisp.el (inferior-lisp-mode):
19063         * progmodes/m4-mode.el (m4-mode):
19064         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19065         * progmodes/modula2.el (modula-2-mode):
19066         * progmodes/octave-inf.el (inferior-octave-mode):
19067         * progmodes/octave-mod.el (octave-mode):
19068         * progmodes/pascal.el (pascal-mode):
19069         * progmodes/sh-script.el (sh-mode):
19070         * progmodes/sql.el (sql-mode, sql-interactive-mode):
19071         * progmodes/vhdl-mode.el (vhdl-mode):
19072         * progmodes/xscheme.el (scheme-interaction-mode):
19073         * replace.el (occur-mode):
19074         * ses.el (ses-mode):
19075         * simple.el (completion-list-mode):
19076         * skeleton.el:
19077         * speedbar.el (speedbar-mode):
19078         * term.el (term-mode):
19079         * terminal.el (terminal-edit-mode):
19080         * textmodes/reftex-index.el (reftex-index-mode)
19081         (reftex-index-phrases-mode):
19082         * textmodes/reftex-sel.el (reftex-select-label-mode)
19083         (reftex-select-bib-mode):
19084         * textmodes/reftex-toc.el (reftex-toc-mode):
19085         * wdired.el (wdired-change-to-wdired-mode):
19086         * wid-browse.el (widget-browse-mode):
19087         Use run-mode-hooks.
19089         * array.el (array-mode):
19090         * calendar/todo-mode.el (todo-mode):
19091         * man.el (Man-mode):
19092         * play/landmark.el (lm-mode):
19093         * play/mpuz.el (mpuz-mode):
19094         Use kill-all-local-variables and run-mode-hooks.
19096         * subr.el (delay-mode-hooks): Specify indentation.
19098 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
19100         * xml.el (xml-substitute-special): Don't die for undefined xml
19101         entities.
19103 2005-05-26  Jay Belanger  <belanger@truman.edu>
19105         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19106         of nil.
19108 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
19110         * progmodes/gdb-ui.el (gdb-frame-address):
19111         Rename from gdb-current-address.
19112         (gdb-previous-frame-address): Rename from gdb-previous-address.
19113         (gdb-selected-frame): Rename from gdb-current-frame.
19114         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19115         (gdb-frame-number): Rename from gdb-current-stack-level.
19116         (gdb-ann3): Match new mode-name for disassembly buffer.
19117         Extend initialization of variables.
19118         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19119         (gdb-memory-mode): Use mouse-face in header line.
19120         (gdb-assembler-buffer-name): Call it disassembly and give frame
19121         in mode line.
19122         (gdb-source-spec-regexp, gdb-assembler-custom)
19123         (gdb-invalidate-assembler, gdb-frame-handler):
19124         Make robust to leading zeroes in address format.
19126 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
19128         * textmodes/org.el (org-mode): Use `define-derived-mode' to
19129         define `org-mode'.
19130         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19132 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19134         * log-edit.el (log-edit-changelog-entries): Distinguish between
19135         filenames like xfns.c and fns.c.
19137 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
19139         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19140         point after reverting.
19141         (Buffer-menu-make-sort-button): Handle the case where
19142         `Buffer-menu-use-header-line' is nil.
19144 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
19146         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19147         New funcs.  In minibuffer-local-completion-map bind `]', `/'
19148         and `:' to them.
19150 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19152         * startup.el (normal-top-level): Allow modification of load-path while
19153         we're iterating over it.
19155 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
19157         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19158         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19159         (thumbs-resize-interactive, thumbs-insert-image)
19160         (thumbs-insert-thumb, thumbs-dired-show-marked)
19161         (thumbs-find-image-at-point, thumbs-delete-images)
19162         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19163         (thumbs-increment-image-size, thumbs-decrement-image-size):
19164         Fix typos in docstrings.
19166 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
19168         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19169         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19170         (cperl-mode): Use them.
19172 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
19174         * window.el (quit-window, shrink-window-if-larger-than-buffer):
19175         Doc fixes.
19177 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
19179         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19180         Bind C-d to gdb-inferior-io-eof.
19182         * dired.el (dired-dnd-popup-notice): Use message-box.
19184 2005-05-23  Masatake YAMATO  <jet@gyve.org>
19186         * bindings.el (mode-line-major-mode-keymap):
19187         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19189         * faces.el (mode-line-highlight): New face.
19191         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19192         as mouse-face.
19194         * bindings.el (top-level, help-echo, mode-line-modified)
19195         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19196         as mouse-face.
19198 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
19200         * progmodes/cc-engine.el (c-guess-basic-syntax):
19201         Remove spurious call to `zerop'.
19203         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19205 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
19207         CC Mode update to 5.30.10:
19209         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19210         could go past the limit in decoration level 2, thereby causing
19211         errors during interactive fontification.
19213         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19214         the file is evaluated interactively.
19216         * cc-engine.el (c-guess-basic-syntax): Handle operator
19217         declarations somewhat better in C++.
19219         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19220         make use of `run-mode-hooks' which has been added in Emacs 21.1.
19221         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19222         (awk-mode): Use it.
19223         (make-local-hook): Suppress warning about obsoleteness.
19225         * cc-engine.el, cc-align.el, cc-cmds.el
19226         (c-append-backslashes-forward, c-delete-backslashes-forward)
19227         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19228         Compensate for return value from `forward-line' when it has moved
19229         but not to a different line due to eob.
19231         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19232         `objc-method-intro' and `objc-method-args-cont'.
19234 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
19236         CC Mode update to 5.30.10:
19238         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19239         in the copyright statement.  Incidentally, change "along with GNU
19240         Emacs" to "along with this program" where it occurs.
19242         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19243         so that it is interactive, hence can be found by M-x awk-mode
19244         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
19245         <gmorris+emacs@ast.cam.ac.uk>.
19247         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19248         Mode's regexps.
19250 2005-05-23  Kevin Ryde  <user42@zip.com.au>
19252         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19253         c-parse-state, to avoid a lisp error (on bad code).
19255 2005-05-23  Lute Kamstra  <lute@gnu.org>
19257         * subr.el (font-lock-defaults): Remove defvar as it's already
19258         defined in font-core.el.
19260         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19262 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
19264         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19265         more general and work when GDB variable "print pretty" is on,
19266         as with Emacs, for example.
19268 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
19270         * font-core.el: Update comment.
19272         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19273         Use `after-change-major-mode-hook' instead of `find-file-hook'.
19275         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19277 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
19279         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19280         and `yank-handler' in the doc strings.
19282 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19284         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
19286 2005-05-22  Richard M. Stallman  <rms@gnu.org>
19288         * help.el (describe-key): Move print-help-return-message call
19289         out of conditional.
19291         * progmodes/etags.el (list-tags): Use with-no-warnings.
19293         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19294         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19295         (starttls-extra-args, starttls-extra-arguments): Add defvars.
19297         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19299         * language/viet-util.el (viet-viscii-nonascii-translation-table):
19300         Add defvar.
19302         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19303         Use defvar, not defconst.
19305         * hexl.el (hexl-follow-line): Use with-no-warnings.
19307         * emulation/tpu-extras.el: Use write-file-functions instead of
19308         write-file-hooks.
19310         * dired.el (dired-font-lock-keywords): Fontify files with junk
19311         extensions even if marked by -F.
19313 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
19315         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19316         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19317         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19318         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19319         (concatenate, list-length, get*, getf, cl-remprop):
19320         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19321         (etypecase, progv, lexical-let, lexical-let*)
19322         (multiple-value-bind, multiple-value-setq, shiftf):
19323         Improve argument/docstring consistency.
19325         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19327 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
19329         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19330         doesn't exist.
19332         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
19333         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19335 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
19337         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19338         already deleted variables: auto-fill-hook, blink-paren-hook,
19339         lisp-indent-hook, inhibit-local-variables, unread-command-event,
19340         suspend-hooks, comment-indent-hook, meta-flag,
19341         before-change-function, after-change-function,
19342         font-lock-doc-string-face.
19344 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
19346         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19348 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
19350         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19351         rmail-dont-reply-to.
19353 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19355         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19356         literal blank when splitting new-header-values.
19358 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
19360         * calendar/cal-menu.el (cal-menu-update): Add separator as a
19361         string so that tmm doesn't create a completion entry for it.
19363         * textmodes/table.el (table-disable-menu): Ditto.
19365 2005-05-21  Richard M. Stallman  <rms@gnu.org>
19367         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19369         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19371         * net/rcompile.el (remote-compile): Use compilation-start.
19373         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19375 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
19377         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19378         Default to makefile-bsdmake-mode on BSD systems.
19380         * imenu.el (imenu-generic-expression, imenu--generic-function'):
19381         REGEXP may also be a search function now.  The part of doc-string
19382         for describing the structure was 95% identical to that of
19383         `imenu--generic-function'.  Unify it there.
19385         * progmodes/make-mode.el (makefile-imenu-generic-expression):
19386         Use function to find dependencies, because regexp alone is so complex,
19387         it easily goes into an endless loop.
19388         (makefile-makepp-mode): Also add submenu for Perl functions
19389         defined in the makefile.
19390         (makefile-bsdmake-mode): Special imenu-generic-expression no
19391         longer needed, due to function call.
19392         (makefile-match-dependency): Take BOUND into account when checking
19393         if we're through.
19395 2005-05-20  Jay Belanger  <belanger@truman.edu>
19397         * calc/calc-units.el (calc-invalidate-units-table):
19398         Use inhibit-read-only.
19399         (math-build-units-table-buffer): Use view-mode.
19401 2005-05-20  David Kastrup  <dak@gnu.org>
19403         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19404         easy-menu-add is not a nop on Emacs; and clarify when to call it.
19406 2005-05-20  Lute Kamstra  <lute@gnu.org>
19408         * diff-mode.el (diff-header-face, diff-file-header-face)
19409         (diff-index-face, diff-hunk-header-face, diff-removed-face)
19410         (diff-added-face, diff-changed-face, diff-function-face)
19411         (diff-context-face, diff-nonexistent-face): Put them in the
19412         diff-mode customization group.
19414 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19416         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19418         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19420         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19421         Minor regexp-optimization.
19423 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
19425         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19426         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19427         (org-agenda-add-time-grid-maybe): New function.
19428         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19429         (org-table-create): `dotimes' instead of `mapcar'.
19430         (org-xor): Simplify implementation.
19431         (org-agenda): `inhibit-redisplay' turned on.
19432         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19433         a consistent line after a state change.
19434         (org-agenda-remove-times-when-in-prefix): New option.
19435         (org-prefix-has-time): New variable.
19436         (org-parse-time-string): Optional argument NODEFAULT.
19437         (org-format-agenda-item): Parse items for time-of-day
19438         specifications and move these into the prefix if possible.
19439         (org-agenda-priority): Get current heading, not previous heading
19440         during agenda remote editing.
19442 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
19444         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19445         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19446         (remove-duplicates, delete-duplicates, substitute)
19447         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19448         (nsubstitute-if-not, find, find-if, find-if-not, position)
19449         (position-if, position-if-not, count, count-if, count-if-not)
19450         (mismatch, search, sort*, stable-sort, merge, member*)
19451         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19452         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19453         (intersection, nintersection, set-difference, nset-difference)
19454         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19455         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19456         (nsublis, tree-equal): Improve argument/docstring consistency.
19458         * subr.el (send-string, send-region): Remove obsolescence declaration.
19459         (window-dot, set-window-dot, read-input, show-buffer)
19460         (eval-current-buffer, string-to-int):
19461         Add release number to obsolescence declarations.
19463 2005-05-19  Kim F. Storm  <storm@cua.dk>
19465         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19466         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19468 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
19470         * faces.el (list-faces-display): Make back button respect optional
19471         regexp arg.
19473 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
19475         * calculator.el (calculator-radix-grouping-mode)
19476         (calculator-radix-grouping-digits, calculator-displayer)
19477         (calculator-radix-grouping-separator, calculator-copy-displayer):
19478         * dabbrev.el (dabbrev-search-these-buffers-only):
19479         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19480         (diff-advance-after-apply-hunk, diff-mode-hook)
19481         (diff-minor-mode-prefix):
19482         * imenu.el (imenu-use-popup-menu):
19483         * jit-lock.el (jit-lock-context-time):
19484         * newcomment.el (comment-fill-column, comment-column)
19485         (comment-style, comment-padding, comment-multi-line)
19486         (comment-empty-lines, comment-auto-fill-only-comments):
19487         * reveal.el (reveal-around-mark):
19488         * uniquify.el (uniquify-buffer-name-style)
19489         (uniquify-after-kill-buffer-p)
19490         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19491         (uniquify-min-dir-content, uniquify-separator)
19492         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19493         * w32-vars.el (w32-fixed-font-alist):
19494         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19495         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19496         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19497         * progmodes/perl-mode.el (perl-indent-level)
19498         (perl-continued-statement-offset, perl-continued-brace-offset)
19499         (perl-brace-offset, perl-brace-imaginary-offset)
19500         (perl-label-offset, perl-indent-continued-arguments)
19501         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19502         * progmodes/tcl.el (tcl-indent-level)
19503         (tcl-continued-indent-level, tcl-auto-newline)
19504         (tcl-tab-always-indent, tcl-electric-hash-style)
19505         (tcl-help-directory-list, tcl-use-smart-word-finder)
19506         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19507         (inferior-tcl-source-command):
19508         * textmodes/fill.el (enable-kinsoku):
19509         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19510         * textmodes/table.el (table-yank-handler):
19511         Specify missing group (and type, if simple) in defcustom.
19513 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
19515         * progmodes/compile.el (compilation-finish-function): Fix defvar.
19517 2005-05-19  Richard M. Stallman  <rms@gnu.org>
19519         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19521         * subr.el (event-basic-type): Don't get an error.
19522         (left-fringe-p): Function deleted.
19524         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19525         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19527         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19528         in recursive copy.
19530         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19532         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19534         * emacs-lisp/bytecomp.el
19535         (byte-compile-file-form-custom-declare-variable):
19536         Call byte-compile-nogroup-warn if appropriate.
19538         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19539         (compilation-set-window): Don't call left-fringe-p; do it directly.
19541 2005-05-19  Jay Belanger  <belanger@truman.edu>
19543         * calc/calc-graph.el (calc-graph-format-data): Make sure
19544         var-PlotRejects is bound before trying to check its value.
19546 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
19548         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19549         definition of this variable from reftex-global.el to reftex.el,
19550         because it is needed in the menu.
19552 2005-05-19  Lute Kamstra  <lute@gnu.org>
19554         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19555         years are fixed.  Don't insert a space after a dash.
19557 2005-05-19  Kim F. Storm  <storm@cua.dk>
19559         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19561 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
19563         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19564         strings, because (eq ... ?\\) is fairly frequent.
19566         * progmodes/make-mode.el (makefile-add-this-line-targets):
19567         Simplify and integrate into `makefile-pickup-targets'.
19568         (makefile-add-this-line-macro): Simplify and integrate into
19569         `makefile-pickup-macros.
19570         (makefile-pickup-filenames-as-targets): Simplify.
19571         (makefile-previous-dependency, makefile-match-dependency):
19572         Don't stumble over `::'.
19574 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
19576         * subr.el (post-command-idle-hook, post-command-idle-delay):
19577         Remove obsoletion of post-command-idle-hook and
19578         post-command-idle-delay.
19580         * faces.el (list-faces-display): Provide button when describe-face
19581         is called to take user back to the list of faces.
19583         * help-fns.el (describe-variable): Remove hyperlinks in a
19584         variable's value as these are quite frequently inappropriate.
19586         * follow.el (follow-submit-feedback, follow-mode):
19587         Remove references to post-command-idle-hook.
19589 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
19591         * progmodes/make-mode.el (makefile-previous-dependency)
19592         (makefile-match-dependency): Check for := (and in bsd mode also
19593         !=) to give a better result, even when font-lock is not on.
19595 2005-05-18  Jay Belanger  <belanger@truman.edu>
19597         * calc/calc-help.el (calc-s-prefix-help):
19598         Add `calc-copy-special-constant' to help string.
19600 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
19602         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19604 2005-05-18  Jay Belanger  <belanger@truman.edu>
19606         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19607         in linear factors are in proper order.
19609 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
19611         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19612         Support for jurabib.
19614         * textmodes/reftex.el (featurep): Define aliases for overlay
19615         commands, for XEmacs compatibility, and use these aliases in
19616         overlay initializations.
19617         (reftex-highlight): Use `reftex-move-overlay'.
19618         (reftex-unhighlight): Use `reftex-delete-overlay'.
19619         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
19620         (reftex-access-search-path): Use `reftex-uniquify' instead of
19621         `reftex-uniq'
19623         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19624         `before-string' property modification enables for Emacs as well.
19625         (reftex-select-item): Use `reftex-delete-overlay'.
19626         (reftex-select-mark): Use `reftex-make-overlay' and
19627         `reftex-overlay-put'.
19628         (reftex-select-unmark): Use `reftex-delete-overlay' and
19629         `reftex-overlay-put'.
19631 2005-05-18  Lute Kamstra  <lute@gnu.org>
19633         * emacs-lisp/lisp.el (check-parens): Fix docstring.
19635 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
19637         * add-log.el (add-change-log-entry):
19638         * array.el (array-make-template, array-reconfigure-rows)
19639         (array-init-max-row, array-init-max-column)
19640         (array-init-columns-per-line, array-init-field-width):
19641         * replace.el (replace-match-maybe-edit, perform-replace):
19642         * textmodes/spell.el (spell-region):
19643         Replace `read-input' by `read-string'.
19645         * forms.el (forms-mode):
19646         * finder.el (finder-compile-keywords):
19647         * shadowfile.el (shadow-read-files):
19648         Replace `eval-current-buffer' by `eval-buffer'.
19650         * terminal.el (te-pass-through):
19651         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19652         (ange-ftp-raw-send-cmd):
19653         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19654         (send-process-next-char, telnet-initial-filter, telnet):
19655         Replace `send-string' by `process-send-string'.
19657         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19658         (prolog-consult-region): Replace `send-string' by
19659         `process-send-string'; replace `send-region' by `process-send-region'.
19661         * progmodes/delphi.el (delphi-log-msg):
19662         Replace `set-window-dot' by `set-window-point'.
19664         * subr.el (window-dot, set-window-dot, read-input, send-string)
19665         (send-region, show-buffer, eval-current-buffer):
19666         Make really obsolete, as the comment says.
19668 2005-05-17  Kim F. Storm  <storm@cua.dk>
19670         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19671         (cua--init-keymaps): Bind C-return instead of S-return to set
19672         rectangle mark.
19674         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19675         instead of S-return to toggle/clear rectangle mark.
19677 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
19679         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19680         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19681         Also fontify plain strings assigned to variables, mostly so that a
19682         colon has a face and is thus not taken as a dependency separator.
19683         (makefile-previous-dependency): Inline the new matcher, because it
19684         is too complex to work in both directions.
19685         (makefile-match-dependency): Eliminate `backward' arg (see above).
19686         Completely reimplemented so as to not sometimes go into an endless
19687         loop.  It should also be more efficient, because first it only
19688         searches for `:', instead of applying the very complex regexp.
19689         (makefile-mode): Cancel `font-lock-support-mode', because blocks
19690         to be fontified in one piece can be too long for JIT.
19691         Makefiles are never *that* big.
19693 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
19695         * dired.el (dired-mode): Simplify.
19697 2005-05-17  Lute Kamstra  <lute@gnu.org>
19699         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19700         defcustom for the mode hook variable.
19702         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19703         Emacs Lisp Reference Manual.
19705 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
19707         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19708         (evenp, list*):
19709         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19710         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19712         * net/tramp-smb.el (tramp-smb-open-connection):
19713         Pass `tramp-chunksize' as fifth (required) argument.
19715 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
19717         * font-lock.el (lisp-font-lock-keywords-1):
19718         Set `font-lock-negation-char-face' for [^...] char group.
19719         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19721         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19722         a var, and refine it to mask one more level of nested vars.
19723         (makefile-rule-action-regex): Turn it into a var, and refine it so
19724         it recognizes backslashed continuation lines as belonging to the
19725         same command.
19726         (makefile-macroassign-regex): Refine it so it recognizes
19727         backslashed continuation lines as belonging to the same command.
19728         (makefile-var-use-regex): Don't look at the next char, because it
19729         might be the same one to be skipped by the initial [^$], leading
19730         to an overlooked variable use.
19731         (makefile-make-font-lock-keywords): Remove two parameters, which
19732         are now variables that some of the modes set locally.
19733         Handle dependency and rule action matching through functions, because
19734         regexps alone match too often.  Dependency matching now comes
19735         last, so it can check, whether a colon already matched something else.
19736         (makefile-mode): Inform that font-lock improves makefile parsing
19737         capabilities.
19738         (makefile-match-dependency, makefile-match-action): New functions.
19740 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
19742         * emacs-lisp/cl-extra.el (equalp): Doc fix.
19744         * align.el (align-regexp):
19745         * ansi-color.el (ansi-color-get-face):
19746         * array.el (array-reconfigure-rows, array-init-max-row)
19747         (array-init-max-column, array-init-columns-per-line)
19748         (array-init-field-width):
19749         * dired-aux.el (dired-trample-file-versions):
19750         * dired-x.el (dired-mark-sexp):
19751         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
19752         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
19753         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
19754         * faces.el (face-read-integer):
19755         * files.el (backup-extract-version, insert-directory):
19756         * hexl.el (hexl-insert-decimal-char):
19757         * server.el (server-process-filter):
19758         * shell.el (shell-extract-num):
19759         * startup.el (command-line-1):
19760         * term.el (term-command-hook):
19761         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
19762         (time-stamp-do-number):
19763         * time.el (display-time-update):
19764         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
19765         (timezone-fix-time):
19766         * vms-patch.el (vms-suspend-resume-hook):
19767         * calendar/appt.el (appt-convert-time):
19768         * calendar/cal-bahai.el (mark-bahai-diary-entries):
19769         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
19770         * calendar/cal-islam.el (mark-islamic-diary-entries):
19771         * calendar/calendar.el (calendar-cursor-to-date)
19772         (calendar-star-date):
19773         * calendar/diary-lib.el (diary-attrtype-convert)
19774         (mark-diary-entries, diary-entry-time):
19775         * calendar/solar.el (solar-get-number):
19776         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
19777         * emacs-lisp/re-builder.el (reb-display-subexp):
19778         * emulation/edt.el (edt-set-scroll-margins):
19779         * emulation/tpu-extras.el (tpu-set-scroll-margins):
19780         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
19781         (vip-get-ex-count):
19782         * emulation/viper-ex.el (viper-get-ex-token)
19783         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
19784         * international/fontset.el (fontset-plain-name):
19785         * mail/feedmail.el (feedmail-look-at-queue-directory):
19786         * mail/mailalias.el (mail-get-names):
19787         * mail/rmail.el (rmail-convert-to-babyl-format):
19788         * mail/rmailsum.el (rmail-make-basic-summary-line)
19789         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
19790         (rmail-summary-goto-msg):
19791         * mail/smtpmail.el (smtpmail-read-response):
19792         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
19793         (ange-ftp-vms-add-file-entry):
19794         * play/gametree.el (gametree-looking-at-ply)
19795         (gametree-current-branch-score):
19796         * progmodes/ada-xref.el (ada-prj-find-prj-file)
19797         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
19798         * progmodes/cperl-mode.el (condition-case):
19799         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
19800         (ebrowse-set-member-buffer-column-width)
19801         (ebrowse-select-1st-to-9nth):
19802         * progmodes/etags.el (etags-snarf-tag):
19803         * progmodes/flymake.el (flymake-parse-line):
19804         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
19805         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
19806         (idlwave-shell-menu-def):
19807         * progmodes/ps-mode.el (ps-run-goto-error):
19808         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
19809         (vhdl-speedbar-contract-level):
19810         * term/mac-win.el (x-handle-numeric-switch):
19811         * term/sun-mouse.el (sun-get-frame-data):
19812         * term/w32-win.el (x-handle-numeric-switch):
19813         * term/x-win.el (x-handle-numeric-switch):
19814         * textmodes/ispell.el (ispell-parse-output):
19815         * textmodes/nroff-mode.el (nroff-outline-level):
19816         * textmodes/reftex-cite.el (reftex-bib-sort-year)
19817         (reftex-bib-sort-year-reverse, reftex-format-citation):
19818         * textmodes/reftex-parse.el (reftex-init-section-numbers)
19819         (reftex-section-number):
19820         * textmodes/texinfmt.el (texinfo-paragraphindent):
19821         Replace `string-to-int' by `string-to-number'.
19823         * international/latexenc.el: Add page marker to force the "Local
19824         Variables:" string out of the last page.
19826 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
19828         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
19829         tooltip-change-major-mode.
19830         (gud-tooltip-print-command): Remove case where gud-minor-mode
19831         is gdb ("--fullname").
19832         (gud-tooltip-tips): Turn GUD tooltips off for this case and
19833         explain to user.
19835 2005-05-16  Jay Belanger  <belanger@truman.edu>
19837         * calc/calc-store.el (calc-copy-special-constant): New function.
19839         * calc/calc-ext.el (calc-init-extensions): Add binding for
19840         `calc-copy-special-constant'.
19842         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
19843         for the `calc-copy-special-constant' command.
19845 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
19847         * subr.el (left-fringe-p): New function.
19849         * progmodes/compile.el (compilation-setup): Set local value of
19850         overlay-arrow-string to "" always.
19851         (compilation-set-window): Left fringe then don't scroll.
19852         No left fringe then no arrow and scroll message to top.
19853         (compilation-context-lines): Adjust doc string accordingly.
19855 2005-05-16  Kim F. Storm  <storm@cua.dk>
19857         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19858         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
19859         (ido-wide-find-dir-or-delete-dir): New command for M-d.
19860         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
19861         (ido-read-file-name): Handle commands with ido property value
19862         equal to find-file as reading a file name, to allow C-d to enter dired.
19863         (ibuffer-find-file): Add ido property with value find-file.
19865 2005-05-15  Kim F. Storm  <storm@cua.dk>
19867         * subr.el (open-network-stream-nowait): Remove.
19868         (open-network-stream-server): Remove.
19870 2005-05-15  Richard M. Stallman  <rms@gnu.org>
19872         * faces.el (describe-face): Output a definition link button.
19874         * help-mode.el (help-face-def): New button type.
19876         * emacs-lisp/copyright.el (copyright-fix-years):
19877         Match properly if the first year is 2-digit.
19878         Don't mess up the whitespace after the years by filling.
19880         * dired-aux.el (dired-mark-confirm):
19881         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
19883         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
19884         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
19885         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
19887         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19888         Set font-lock-comment-start-skip.
19890         * font-lock.el (font-lock-comment-start-skip): New variable.
19891         (font-lock-comment-end-skip): New variable.
19892         (font-lock-fontify-syntactically-region): Use them if non-nil.
19894 2005-05-15  Jay Belanger  <belanger@truman.edu>
19896         * calc/calc-store.el (calc-store-value): Return a string rather
19897         than display it as a message.
19898         Use calc-var-name for variable name.
19899         (calc-store-into): Add the result of calc-store-value to message.
19900         (calc-copy-variable): Add a message.
19901         (calc-store-exchange): Improve error messages.
19902         (calc-store-binary, calc-store-map): Don't reset the values of
19903         special constants.
19905 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
19907         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
19908         manual to docstring.
19910         * files.el (hack-local-variables-confirm): Add STRING argument.
19911         Make the function handle non file visiting buffers correctly.
19912         (hack-local-variables-prop-line, hack-local-variables)
19913         (hack-one-local-variable): Use STRING arg of
19914         `hack-local-variables-confirm'.
19916 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
19918         Sync with Tramp 2.0.49.
19920         * net/tramp.el (tramp-handle-dired-call-process)
19921         (tramp-handle-insert-directory):`insert-buffer' cannot be used
19922         because the contents of the Tramp buffer is changed before
19923         insertion (`expand-file' and alike).
19924         (tramp-handle-insert-directory): If `localname' has an empty
19925         nondirectory name, it must not be quoted.
19926         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
19927         variable `tramp-chunksize'.  Change callees.
19928         (tramp-open-connection-setup-interactive-shell): Check remote host
19929         for buggy `send-process-string' implementation.
19930         Set `tramp-chunksize' if found.  Reported by Michael Kifer
19931         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
19932         (tramp-handle-shell-command): `insert-buffer' cannot be used
19933         because the contents of the Tramp buffer is changed before
19934         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
19935         <frederic.bothamy@free.fr>.
19936         (tramp-set-auto-save): Actions should be done for Tramp file name
19937         handler only.  Ange-FTP has its own auto-save mechanism.
19938         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19939         (tramp-set-auto-save-file-modes): Set file modes of
19940         `buffer-auto-save-file-name' to ?\600 as fallback solution.
19941         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
19942         (tramp-bug): Remove obsolete variable.
19943         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
19944         for presence of `mml-mode'.  Make it running for older Emacsen as well.
19946 2005-05-14  John Paul Wallington  <jpw@pobox.com>
19948         * ibuf-ext.el (define-ibuffer-filter filename):
19949         If `dired-directory' is a list, use its car.
19951 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
19953         * ibuffer.el (define-ibuffer-column filename):
19954         If `dired-directory' is a list, use its car.
19956 2005-05-14  Richard M. Stallman  <rms@gnu.org>
19958         * subr.el (symbol-file): Doc fix.
19960         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
19961         (byte-compile-form): Call byte-compile-nogroup-warn.
19962         (byte-compile-warning-types): Doc fix.
19964         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
19966         * progmodes/cc-engine.el (c-literal-faces):
19967         Add font-lock-comment-delimiter-face.
19969         * net/net-utils.el (dig): Use with-no-warnings.
19971         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
19972         (sc-recite-frame-alist, sc-default-cite-frame)
19973         (sc-default-uncite-frame, sc-default-recite-frame)
19974         (sc-attrib-selection-list, sc-rewrite-header-list):
19975         Mark as risky-local-variable.
19977         * international/ogonek.el (ogonek-jak, ogonek-how):
19978         Don't use beginning-of-buffer.
19980         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
19982         * calendar/solar.el (solar-data-list): Move definition up.
19984         * dnd.el (dnd-protocol-alist): Add autoload.
19986         * progmodes/sh-script.el: Many doc usage fixes.
19987         (sh-indent-after-do): Change default to match common styles.
19989 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
19991         * files.el (interpreter-mode-alist)
19992         (auto-mode-interpreter-regexp): Doc fixes.
19994 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
19996         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
19998         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20000 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20002         * dired.el (dired-mode): make-variable-buffer-local =>
20003         make-local-variable.
20005 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20007         * term/mac-win.el (mac-select-convert-to-string): Try coding
20008         systems in mac-script-code-coding-systems if specified one cannot
20009         encode string for `com.apple.traditional-mac-plain-text'.
20011 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
20013         * progmodes/make-mode.el (makefile-targets-face)
20014         (makefile-shell-face, makefile-makepp-perl-face): New faces.
20015         (makefile-dependency-regex): Fix it to not make the colon in
20016         $(var:a=b) special.
20017         (makefile-rule-action-regex): New regexp for highlighting embedded
20018         Shell strings.
20019         (makefile-macroassign-regex): Handle != for highlighting as
20020         embedded Shell strings.
20021         (makefile-var-use-regex): New const.
20022         (makefile-statements, makefile-automake-statements)
20023         (makefile-gmake-statements, makefile-makepp-statements)
20024         (makefile-bsdmake-statements): New consts.
20025         (makefile-make-font-lock-keywords): New function.
20026         (makefile-automake-font-lock-keywords)
20027         (makefile-gmake-font-lock-keywords)
20028         (makefile-makepp-font-lock-keywords)
20029         (makefile-bsdmake-font-lock-keywords): New consts.
20030         (makefile-mode-map): Add switchers between the various submodes.
20031         (makefile-mode): Document the availability of the variants.
20032         (makefile-automake-mode, makefile-gmake-mode)
20033         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20035         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20036         new variants of makefile-mode.
20038 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20040         * font-lock.el (font-lock-comment-delimiter-face): Fix up
20041         the inheritance.
20043 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
20045         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20046         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20048         * files.el (normal-mode): Extend the scope of the
20049         `enable-local-variables' binding to include the `set-auto-mode' call.
20050         (magic-mode-alist): Doc fix.
20052 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20054         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20055         font-lock-comment-face rather than copying its setting.
20057 2005-05-12  Andreas Schwab  <schwab@suse.de>
20059         * eshell/esh-mode.el (eshell-send-input): Doc fix.
20061 2005-05-12  Lute Kamstra  <lute@gnu.org>
20063         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20064         defcustom for the mode hook variable.  Delete the last argument.
20065         * generic-x.el: Fix callers of define-generic-mode.
20066         (generic-x-modes): Delete group.
20067         (show-tabs-tab-face, show-tabs-space-face): Put them in the
20068         generic-x customization group.
20070 2005-05-12  Kim F. Storm  <storm@cua.dk>
20072         * font-lock.el (font-lock-negation-char-face): Default to "off".
20074         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20075         font-lock-negation-char-face to ! in !=.
20077 2005-05-12  Masatake YAMATO  <jet@gyve.org>
20079         * add-log.el (find-change-log): Fix typos in the docstring
20080         of function.
20082 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
20084         * international/latexenc.el (latexenc-find-file-coding-system):
20085         Avoid `re-search-forward' when looking for input encoding because
20086         of speed and safety.  Better regular expressions for recognizing
20087         input encoding.  Limit a search for TeX-master/tex-main-file to
20088         the local variable section.
20090 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
20092         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20093         syntax of $ to "'" (quote).
20095 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
20097         * dnd.el (dnd-protocol-alist): Improve custom type.
20099         * dired.el (dired-dnd-protocol-alist): New variable.
20100         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
20101         `dired-mode-hook' to the end.
20103 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20105         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20106         comment-end if comment-start-skip is not set.
20107         Obey the font-lock-comment-delimiter-face variables.
20109 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20111         * files.el (executable-find): Move from executable.el.  Use
20112         locate-file.
20113         * progmodes/executable.el (executable-find): Move to files.el.
20115         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20116         when trying to ensure forward progress.
20118 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
20120         * mouse-sel.el (mouse-sel-follow-link-p): New function.
20121         (mouse-select, mouse-select-internal, mouse-extend-internal):
20122         Use it to implement mouse-1-click-follows-link functionality.
20124 2005-05-11  Richard M. Stallman  <rms@gnu.org>
20126         * font-lock.el (font-lock-fontify-syntactically-region):
20127         Use font-lock-comment-delimiter-face for comment delimiters.
20129 2005-05-10  Jay Belanger  <belanger@truman.edu>
20131         * calc/calc-help.el (calc-m-prefix-help): Add mention of
20132         preserving embedded modes.
20134 2005-05-10  Richard M. Stallman  <rms@gnu.org>
20136         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20138         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20139         Move from ada-stmt.el.
20140         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20142         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20143         Move to ada-mode.el.
20144         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20146         * cus-edit.el (custom-file): Call file-chase-links.
20148         * files.el (read-directory-name): Fix previous change.
20149         (hack-local-variables-confirm): New function.
20150         (hack-local-variables-prop-line, hack-local-variables)
20151         (hack-one-local-variable): Use it.
20153 2005-05-10  Lute Kamstra  <lute@gnu.org>
20155         * font-lock.el (font-lock-keywords-alist)
20156         (font-lock-removed-keywords-alist): Clarify docstrings.
20158 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
20160         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20161         (gdb-source-info): Check for preprocessor info.
20162         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
20163         a macro for a function.
20164         (gdb-info-breakpoints-custom): Try to find file again if not already
20165         found (user might have used GDB dir command).
20166         (gdb-get-location): Update gdb-location-alist correctly for change
20167         to gdb-info-breakpoints-custom.
20169         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20170         (gud-tooltip-print-command): Add gdbmi case.
20171         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20172         preprocessor info.
20174 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
20176         * startup.el (fancy-splash-insert): Fix typo in doc string.
20178 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
20180         * obsolete/float.el (string-to-float):
20181         * obsolete/hilit19.el (hilit-add-pattern):
20182         * obsolete/rnews.el (news-parse-range, news-select-message)
20183         (news-get-pruned-list-of-files): Replace `string-to-int' by
20184         `string-to-number'.
20186         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20187         `find-file-not-found-hooks'; use `add-hook'.
20188         (uncompress-while-visiting): Set `write-file-functions', not
20189         `write-file-hooks'; use `add-hook'.
20191 2005-05-09  Kim F. Storm  <storm@cua.dk>
20193         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20194         (cua-paste): Handle clipboard action.
20195         (cua--init-keymaps): Remap clipboard-kill-region and
20196         clipboard-kill-ring-save.
20198 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
20200         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20201         Improve commentary.
20203         * simple.el (next-error-overlay-arrow-position): Revert the change
20204         made on 2005-04-30.
20206 2005-05-07  Jay Belanger  <belanger@truman.edu>
20208         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20209         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20210         `calc-sel-reselect'.
20212         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20213         Calc is in embedded mode.
20215 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
20217         * progmodes/compile.el (compilation-setup):
20218         Set overlay-arrow-string to an empty string on text terminals.
20220         * textmodes/ispell.el (ispell-program-name): Try looking for
20221         "aspell" along exec-path, and if found, use it as the default
20222         speller program.
20224 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
20226         * international/mule.el (sgml-xml-auto-coding-function):
20227         Recognize encoding='FOO' in single quotes as well as in double quotes.
20229 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
20231         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20232         as well as `interactive', so that defmacro* would recognize
20233         `declare' forms.
20235 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
20237         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20238         Explain more about the LIGHTER arg's usage in the doc string.
20239         Add commentary to clarify what the code does.  Fix the regexp that
20240         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
20241         since it could have characters special to regular expressions.
20243 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
20245         * replace.el (occur-1): Bind inhibit-read-only so that
20246         erase-buffer doesn't barf on read-only text properties (likewise
20247         for add-text-properties in occur-engine).  Mark buffer as unmodified.
20248         (occur-engine): Don't set buffer-read-only here.
20250 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20252         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20253         list-buffers-directory.  This caused the *cvs-commit* buffer to be
20254         sometimes mistakenly reused as a *cvs* buffer.
20256 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
20258         * tooltip.el: Move code for GUD tooltips into gud.el.
20259         (require): CL no longer needed to compile case.
20260         (tooltip-mode): Do not toggle functions for GUD tooltips.
20261         (tooltip-gud-tips-p): Remove.  Replace with minor mode
20262         gud-tooltip-mode in gud.el.
20263         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20264         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20265         tooltip-gud prefix with gud-tooltip and obsolete.
20266         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20267         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20268         (tooltip-mouse-motion): Mouse movement functions/variable.
20269         Rename in gud.el by adding gud prefix.
20270         (tooltip-gud-original-filter, tooltip-gud-dereference)
20271         (tooltip-gud-event, tooltip-toggle-gud-tips)
20272         (tooltip-gud-process-output, tooltip-gud-print-command)
20273         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
20274         gud.el by replacing tooltip-gud prefix with gud-tooltip.
20275         (gdb-tooltip-print): Move to gdb-ui.el.
20277         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20278         (require): CL needed to compile case.
20279         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20280         tooltip-gud-tips-p.  Make it a minor-mode.
20281         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20282         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20283         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20284         (gud-tooltip-change-major-mode)
20285         (gud-tooltip-activate-mouse-motions-if-enabled)
20286         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20287         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20288         (gud-tooltip-original-filter, gud-tooltip-dereference)
20289         (gud-tooltip-event, tooltip-toggle-gud-tips)
20290         (gud-tooltip-process-output, gud-tooltip-print-command)
20291         (gud-tooltip-tips): Move from tooltip.el.
20293         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20294         (gdb-cpp-define-alist-flags): Doc fix.
20295         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20296         gud-tooltip-mode is t.
20298 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20300         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20301         evaporate if their text is deleted.
20302         (goto-address-at-point): Make it work as a mouse binding as well.
20303         (goto-address-at-mouse): Obsolete it.  Update users.
20305 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
20307         * calendar/appt.el (top-level): No longer activate on load.
20309 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
20311         * calendar/cal-bahai.el (mark-bahai-diary-entries):
20312         * net/webjump.el (webjump):
20313         * progmodes/idlw-help.el (idlwave-do-context-help1)
20314         (idlwave-highlight-linked-completions):
20315         * textmodes/po.el (po-find-file-coding-system-guts):
20316         Replace `assoc-ignore-case' by `assoc-string'.
20318 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
20320         * files.el (locate-file): Doc fix.
20322         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20323         Remove the redundant test for ms-dos.
20325         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20326         look for the preprocessor with exec-suffixes.  If not found in
20327         standard places, look in exec-path.  Remove most of the tests that
20328         used system-type.
20330         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20332         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20334         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20335         file-name clash with jka-compr.el on 8+3 filesystems.
20337 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20339         * term/mac-win.el: Don't define or bind scroll bar functions if
20340         x-toolkit-scroll-bars is t.
20341         (x-select-text, x-get-selection-value): Clear
20342         x-last-selected-text-clipboard if x-select-enable-clipboard is
20343         nil.
20344         (PRIMARY): Put mac-scrap-name property.
20345         (mac-select-convert-to-file-url): New function.
20346         (public.file-url): New selection target type.  Add to
20347         selection-converter-alist.
20348         (x-get-selection, x-selection-value): Handle it.
20349         (x-cut-buffer-or-selection-value): New alias.
20351 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20353         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20354         entry to avoid calling bibtex-find-entry with arg global
20355         being t.  Remove arg key.
20356         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20357         (bibtex-copy-summary-as-kill): Change accordingly.
20359 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20361         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20362         (org-agenda-date-later): Use with-current-buffer.
20364 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
20366         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20367         (define-obsolete-variable-alias): Doc Fixes.
20369 2005-05-06  Kim F. Storm  <storm@cua.dk>
20371         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
20372         vertical-motion when selective-display is active.
20374         * ido.el (ido-setup-hook): New hook.
20375         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20376         (ido-input-stack): New var.
20377         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
20378         ido-next-work-file binding to M-O.
20379         Bind M-f to ido-wide-find-file-or-pop-dir.
20380         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20381         (ido-read-internal): Run ido-setup-hook.
20382         Catch quit in read-file-name and read-string to cancel edit.
20383         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20384         Automatically pop-all when completing a directory name (RET).
20385         (ido-file-internal): Add with-no-warnings around ffap and dired code.
20386         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20387         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20388         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20389         New functions for M-b/M-f to move among the directory components.
20390         (ido-make-merged-file-list): Catch quit to cancel merge.
20391         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20392         (ido-completion-help): No warnings for ido-completion-buffer-full.
20394 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
20396         * font-lock.el (font-lock-negation-char-face): New face and variable.
20397         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20398         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20399         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20400         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20402 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
20404         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20405         Fix typo in docstring.
20407         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20408         (ebrowse-print-statistics-line)
20409         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20411         * term/w32-win.el (image-library-alist): Add additional name for
20412         Xpm library.
20414 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
20416         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20417         use gcc instead of cpp.
20419         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20420         (gdb-create-define-alist): Use it.
20421         (gdb-cpp-define-alist-program): Update for MS-DOS.
20423 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
20425         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20427 2005-05-04  Richard M. Stallman  <rms@gnu.org>
20429         * help.el (describe-key): No error when UNTRANSLATED is nil.
20431         * simple.el (line-move-1): Fix previous change to signal errors
20432         appropriately.
20434 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
20436         * calendar/icalendar.el (icalendar-version): Now at 0.12.
20437         (icalendar-duration-correction): Remove.
20438         (icalendar--get-event-properties): Split result at commas.
20439         (icalendar--decode-isoduration): New optional argument
20440         DURATION-CORRECTION.
20441         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20442         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20443         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20444         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20445         (icalendar--convert-anniversary-to-ical): New functions, extracted
20446         from icalendar-export-region, with bug fixes.
20447         (icalendar-export-region): Use the above functions.
20448         (icalendar-import-buffer): Check before saving diary file.
20449         (icalendar--convert-recurring-to-diary)
20450         (icalendar--convert-non-recurring-all-day-to-diary)
20451         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20452         extracted from icalendar--convert-ical-to-diary, with bug fixes.
20453         (icalendar--convert-ical-to-diary): Use the above functions.
20455 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
20457         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20458         Remove these recent additions.
20459         (c-mode): Restore to before 2005-04-28.
20461         * progmodes/cc-vars.el (cc-define-list-program): Remove this
20462         recent addition.
20464         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20465         (gdb-define-alist): New variables.
20466         (gdb-create-define-alist): New function.
20467         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20468         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20469         with string-to-number.
20470         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
20472         * progmodes/gud.el: Replace string-to-int with string-to-number.
20473         (gud-find-file): Handle gdb-define-alist.
20475         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20477 2005-05-02  Jay Belanger  <belanger@truman.edu>
20479         * calc/calc-aent.el (math-read-token):
20480         * calc/calc-bin.el (calc-word-size):
20481         * calc/calc-ext.el (calc-read-number-fancy):
20482         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20483         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20484         * calc/calc-frac.el (calc-over-notation):
20485         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20486         (calc-graph-num-points, calc-graph-init):
20487         * calc/calc-prog.el (calc-read-parse-table-part)
20488         (calc-edit-macro-repeats):
20489         * calc/calc-yank.el (calc-do-grab-rectangle):
20490         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20491         Replace `string-to-int' by `string-to-number'.
20493 2005-05-02  Kim F. Storm  <storm@cua.dk>
20495         * kmacro.el: Use executing-kbd-macro-index variable.
20497 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
20499         * net/rlogin.el (rlogin-parse-words): Delete func.
20500         (rlogin): Use split-string, not rlogin-parse-words.
20501         Also, if there are option-like elements in the parsed args,
20502         take the host to be the first arg immediately following them.
20503         Suggested by Michael Mauger.
20505 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
20507         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20509 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
20511         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20512         (cc-mode-cpp-program): Rename to cc-define-list-program and
20513         move to cc-vars.el.
20515         * progmodes/cc-vars.el (cc-define-list-program):
20516         Change to "gcc -E -dM -".  Make customizable.
20518 2005-05-02  Kim F. Storm  <storm@cua.dk>
20520         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20522 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
20524         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20526         * international/mule-util.el (truncate-string): Remove alias and
20527         obsolete declaration.
20529         * international/mule-cmds.el (update-iso-coding-systems):
20530         Remove alias and obsolete declaration.
20532         * international/mule.el (coding-system-parent): Remove alias and
20533         obsolete declaration.
20535         * subr.el (define-function, sref): Remove aliases and obsolete
20536         declarations.
20537         (chars-in-region): Remove obsolete declaration.
20539 2005-05-01  Richard M. Stallman  <rms@gnu.org>
20541         * info.el (Info-mode): Set widen-automatically to nil, locally.
20543         * simple.el (widen-automatically): New variable.
20544         (pop-global-mark): Obey widen-automatically.
20546 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
20548         * term/xterm.el (function-key-map): Call substitute-key-definition
20549         before the keymap size is increased by a lot of define-key calls.
20551 2005-05-01  Richard M. Stallman  <rms@gnu.org>
20553         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20554         Rename ARG to ELEMENT.  Doc fix.
20556 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
20558         * allout.el (allout-exposure): Remove macro and obsolete declaration.
20559         Remove references to allout-exposure/change to allout-new-exposure.
20561         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20562         bytecode symbols.
20564         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20565         (compiled-function-p, focus-frame, unfocus-frame):
20566         Remove aliases and obsolete declarations.
20567         Back out inadvertent changes from previous commit.
20569 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
20571         * files.el (require-final-newline): Make Custom tags consistent
20572         with mode-require-final-newline.
20573         (mode-require-final-newline): Doc fix.
20575 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20577         * international/latexenc.el (latexenc-find-file-coding-system):
20578         Fix regular expressions.
20580 2005-05-01  David Kastrup  <dak@gnu.org>
20582         * international/latexenc.el (latexenc-find-file-coding-system):
20583         Fix regular expressions.
20585 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
20587         * subr.el (string-to-int): Make obsolete.
20589 2005-04-30  Richard M. Stallman  <rms@gnu.org>
20591         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20593         * loadup.el: load jka-comp-hook.
20595         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20596         (jka-compr-handler): Add autoload.  `put' calls moved
20597         to jka-comp-hook.el.
20598         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20599         (jka-compr-inhibit): Autoload.
20601         * jka-comp-hook.el: New file.
20602         Enable the mode by default.
20604         * files.el (backup-buffer-copy): Use copy-file instead
20605         of write-region, and put back the 'excl.
20607 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
20609         * progmodes/flymake.el (flymake-split-string)
20610         (flymake-split-string, flymake-log, flymake-pid-to-names)
20611         (flymake-reg-names, flymake-get-source-buffer-name)
20612         (flymake-unreg-names, flymake-add-line-err-info)
20613         (flymake-add-err-info): Clarify docstrings.
20614         (flymake-popup-menu, flymake-make-emacs-menu)
20615         (flymake-make-xemacs-menu): Add docstrings.
20616         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20617         Set variables directly throughout.
20619 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
20621         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20622         exists.  Initialize cc-define-alist.
20623         (c-mode): Add cc-create-define-alist locally to after-save-hook.
20624         If there is no file (Macroexpansion) don't create an alist.
20626 2005-04-29  Sam Steingold  <sds@gnu.org>
20628         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20629         (cc-create-define-alist): Use it instead of the hard-coded string.
20631 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20633         * international/mule-conf.el (file-coding-system-alist): Fix regexp
20634         for latexenc.
20636 2005-04-29  Lute Kamstra  <lute@gnu.org>
20638         * emacs-lisp/generic.el: Improve commentary section.
20639         (define-generic-mode): Improve docstring.
20641 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
20643         * textmodes/org.el (many places): Change to quiet the byte compiler.
20644         (org-prefix-format-compiled): New variable.
20645         (org-compile-prefix-format): New function.
20646         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20647         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20648         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20649         (org-get-entries-from-diary): Use `org-get-time-of-day' for
20650         consistency with entries from `org-mode' files.
20651         (org-get-time-of-day): Fix bug with partial matches early in a line.
20652         (org-non-link-chars): New constant.
20653         (org-link-regexp): Respect `org-non-link-chars'.
20654         (org-agenda-day-view): Remove command.
20655         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20656         (org-follow-bbdb-link, org-store-link): Search also company field.
20657         (org-highlight-overlay): New variable.
20658         (org-highlight, org-unhighlight): New functions.
20659         (org-agenda-mode): Add pre-command-hook to remove highlight.
20660         (org-evaluate-time-range): Behavior depends upon whether time stamp
20661         contains a time or not.
20662         (org-show-subtree, org-show-entry): New functions.
20663         (org-agenda-cleanup-fancy-diary): Remove empty lines.
20665 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
20667         * comint.el (comint-output-filter-functions): Add autoload cookie.
20669 2005-04-28  Kim F. Storm  <storm@cua.dk>
20671         * ido.el (ido-everywhere): Fix last change.
20673 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
20675         * international/latexenc.el: New file.
20676         * international/mule-conf.el (file-coding-system-alist): For .tex,
20677         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20679 2005-04-28  Lute Kamstra  <lute@gnu.org>
20681         * font-lock.el (font-lock-add-keywords)
20682         (font-lock-remove-keywords): Clarify docstring.
20683         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20684         Don't start docstrings with a `*'.
20685         (font-lock-update-removed-keyword-alist): Give it a docstring.
20687         * generic-x.el: Update commentary section.
20688         Only require font-lock when compiling.
20689         Define all modes conditionally.
20690         Place all generic modes in the generic-x-modes customization group.
20691         (generic-x-modes): New customization group.
20692         (generic-default-modes, generic-mswindows-modes)
20693         (generic-unix-modes, generic-other-modes): New constants.
20694         (generic-define-mswindows-modes, generic-define-unix-modes):
20695         Update docstrings.  Make them obsolete.
20696         (generic-extras-enable-list): New default value.  Update docstring.
20697         Improve :type.  Change :set function.
20698         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20699         Fix docstring.
20701         * emacs-lisp/generic.el (generic-mode-internal):
20702         Simplify font-lock-defaults.
20703         (define-generic-mode): Fix docstring.
20705 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20707         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20708         font-lock-face property to highlight matches.
20710 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
20712         * progmodes/cc-mode.el (cc-create-define-alist): New function.
20713         (cc-define-alist): New variable.
20714         (c-mode): Make it local and initialize it.
20716         * progmodes/gdb-ui.el (gdb-active-process): New variable.
20717         (gdb-exited): New function.
20718         (gdb-annotation-rules): Use it.
20719         (gdb-starting): Set gdb-active-process to t.
20720         (gdb-stopping): Amend doc string.
20721         (gdb-reset): Set gdb-active-process to nil.
20723         * tooltip.el (tooltip-gud-tips): Show the associated #define
20724         directives when a C program under GDB is not executing.
20726 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20728         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20729         font-lock-fontify-syntactic-keywords.
20731         * font-lock.el (font-lock-default-fontify-region): Don't force
20732         parse-sexp-lookup-properties to nil.
20734 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
20736         * man.el (man-mode-syntax-table): Set up `:' to have
20737         word-constituent syntax.
20739 2005-04-27  Lute Kamstra  <lute@gnu.org>
20741         * novice.el (disable-command): Don't add spurious newlines to the
20742         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
20744 2005-04-26  Jay Belanger  <belanger@truman.edu>
20746         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20747         than one window before deleting window.
20749 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
20751         * shell.el (shell-prompt-pattern): Doc fix.
20752         (shell-mode): Set paragraph-separate buffer locally to "\\'".
20754         * comint.el (comint-prompt-regexp, comint-get-old-input)
20755         (comint-use-prompt-regexp)
20756         (comint-use-prompt-regexp-instead-of-fields)
20757         (comint-replace-by-expanded-history, comint-send-input)
20758         (comint-output-filter, comint-get-old-input-default)
20759         (comint-line-beginning-position, comint-bol, comint-show-output)
20760         (comint-backward-matching-input, comint-forward-matching-input)
20761         (comint-next-prompt, comint-previous-prompt):
20762         Rename `comint-use-prompt-regexp-instead-of-fields' to
20763         `comint-use-prompt-regexp'.  Keep old name as alias and declare
20764         obsolete.
20765         (comint-use-prompt-regexp): Shorten first line of doc string.
20767         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
20768         Set paragraph-separate buffer locally to "\\'".
20770         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
20771         Adapt to above name change.
20773         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
20774         (smbclient-prompt-regexp): Ditto.
20776         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
20778 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
20780         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
20781         gdb-location-list.
20782         Break lines that are over 80 characters wide.
20784 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20786         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
20787         New fun and var, to preserve compatibility.
20789         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
20791 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
20793         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
20794         name to file-newer-than-file-p.
20796 2005-04-26  Richard M. Stallman  <rms@gnu.org>
20798         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
20800         * progmodes/python.el (python-mode):
20801         Use new name eldoc-documentation-function.
20803         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
20805         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20806         (eldoc-documentation-function):
20807         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
20809 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
20811         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
20813 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
20815         * term/xterm.el (function-key-map): Fix strings for
20816         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
20817         {C,S,A,C-S}-{f1-f12}.
20819 2005-04-26  Kenichi Handa  <handa@m17n.org>
20821         * international/mule-cmds.el (select-safe-coding-system):
20822         Fix previous change.
20824 2005-04-26  Lute Kamstra  <lute@gnu.org>
20826         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
20828         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
20829         (font-lock-comment-delimiter-face): Ditto.
20831         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
20833 2005-04-25  Jay Belanger  <belanger@truman.edu>
20835         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
20836         to t while inserting information; use help-mode.
20838 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
20840         * term.el (ansi-term-color-vector): Use the xterm colors.
20841         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
20843 2005-04-25  Lute Kamstra  <lute@gnu.org>
20845         * font-core.el (font-lock-defaults): Fix docstring.
20847         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
20849 2005-04-25  Kenichi Handa  <handa@m17n.org>
20851         * international/mule-cmds.el (select-safe-coding-system):
20852         Don't check consistency with coding: spec, etc if raw-text or
20853         no-conversion was found to be safe.
20855 2005-04-24  Richard M. Stallman  <rms@gnu.org>
20857         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
20858         citation markers at start of each line.
20860         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
20861         citation markers at start of each line.
20863         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
20865         * files.el (mode-require-final-newline): Fix previous change.
20866         (require-final-newline): Fix type label.
20868 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
20870         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
20871         statement in buffer (broken by 2004-11-24 change).
20873 2005-04-24  Kim F. Storm  <storm@cua.dk>
20875         * ido.el (ido-everywhere): Save and restore old read-buffer-function
20876         and read-file-name-function values.  Don't overwrite existing
20877         non-nil values if ido-mode is enabled without ido-everywhere.
20879 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
20881         * files.el (mode-require-final-newline): Minor doc fix.
20883 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
20885         * subr.el (syntax-after): Doc fix.
20886         (syntax-class): If argument is nil, return nil.  Mask off upper 16
20887         bits, not 8 bits.
20889         * files.el (mode-require-final-newline): Doc fix.
20890         (backup-buffer-copy): Fix last change.
20892 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20894         * term/mac-win.el: Require select.  Set selection-coding-system to
20895         mac-system-coding-system.  Call menu-bar-enable-clipboard.
20896         (x-last-selected-text-clipboard, x-last-selected-text-primary)
20897         (x-select-enable-clipboard): New variables.
20898         (x-select-text, x-get-selection, x-selection-value)
20899         (x-get-selection-value, mac-select-convert-to-string)
20900         (mac-services-open-file, mac-services-open-selection)
20901         (mac-services-insert-text): New functions.
20902         (CLIPBOARD, FIND): Put mac-scrap-name property.
20903         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
20904         (public.tiff): Put mac-ostype property.
20905         (selection-converter-alist): Add entries for them.
20906         (mac-application-menu-map): New keymap.
20907         (interprogram-cut-function, interprogram-paste-function): Set to
20908         x-select-text and x-get-selection-value, respectively.
20909         (split-window-keep-point): Set to t.
20911 2005-04-23  Richard M. Stallman  <rms@gnu.org>
20913         * files.el (read-directory-name): Always pass non-nil
20914         DEFAULT-FILENAME arg to read-file-name.
20915         (backup-buffer-copy, basic-save-buffer-2): Take care against
20916         writing thru an unexpected existing symlink.
20917         (revert-buffer): In indirect buffer, revert the base buffer.
20918         (magic-mode-alist): Doc fix.
20919         (buffer-stale-function): Doc fix.
20920         (minibuffer-with-setup-hook): Avoid warning.
20921         (mode-require-final-newline): Doc and custom fix.
20923         * follow.el (follow-end-of-buffer): Use with-no-warnings.
20925         * font-lock.el (font-lock-comment-face): On terminals with few colors,
20926         use the default appearance.
20927         (font-lock-comment-delimiter-face): New face, new variable.
20929         * imenu.el (imenu--generic-function): The official position of a
20930         definition is the start of the line that BEG is in.
20932         * midnight.el (midnight-timer): Move defvar up.
20934         * mouse.el (mouse-drag-region-1): Delete some debugging code.
20936         * saveplace.el (save-place-to-alist): Use with-no-warnings.
20938         * startup.el (command-line): Use with-no-warnings.
20940         * window.el (window-size-fixed): New defvar.
20942         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
20944         * mail/rmail.el (rmail-font-lock-keywords):
20945         Use font-lock-comment-delimiter-face.
20947         * mail/sendmail.el (mail-font-lock-keywords):
20948         Use font-lock-comment-delimiter-face.
20950         * progmodes/compile.el (next-error-highlight-timer): New defvar.
20952 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
20954         * progmodes/compile.el (compilation-mode-font-lock-keywords):
20955         Specify t for LAXMATCH when matching directories.
20956         Save match data around compilation-compat-error-properties form.
20958 2005-04-23  David Kastrup  <dak@gnu.org>
20960         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
20961         Mention that the autoloaded aliases should be kept for AUCTeX.
20963 2005-04-23  Andreas Schwab  <schwab@suse.de>
20965         * isearch.el (isearch-forward): Doc fix.
20967 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
20969         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
20970         (jit-lock-stealth-nice): Change default value to 0.5.
20972 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20974         * abbrev.el (write-abbrev-file): Write table entries in
20975         alphabetical order by table name.
20977 2005-04-22  Kim F. Storm  <storm@cua.dk>
20979         * ido.el (ido-read-internal): Fix `list' completion.
20981 2005-04-22  Kenichi Handa  <handa@m17n.org>
20983         * recentf.el (recentf-save-file-coding-system): New variable.
20984         (recentf-save-list): Encode the file by
20985         recentf-save-file-coding-system and add coding: tag.
20987 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
20989         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
20991 2005-04-21  Lute Kamstra  <lute@gnu.org>
20993         * loadhist.el (unload-feature): Don't remove a function from hooks
20994         if it is about to be restored to an autoload .  Remove functions
20995         that will become unbound from auto-mode-alist.  Simplify the code.
20997         * subr.el (assq-delete-all): New implementation that is linear,
20998         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
20999         (rassq-delete-all): New function.
21001         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21002         Add size-indication-mode.
21004 2005-04-21  Kenichi Handa  <handa@m17n.org>
21006         * international/mule-cmds.el: Add autoload for widget-value in
21007         eval-when-compile.
21009 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
21011         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21012         Add tooltip-mode.
21014         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21016 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
21018         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21019         (inferior-lisp-filter-regexp, inferior-lisp-program)
21020         (inferior-lisp-load-command, inferior-lisp-prompt)
21021         (inferior-lisp-mode-hook, lisp-source-modes)
21022         (inferior-lisp-load-hook): defvar->defcustom.
21023         (inferior-lisp-program, inferior-lisp-prompt)
21024         (inferior-lisp-load-hook): Doc fixes.
21025         (inferior-lisp-install-letter-bindings): Small change in
21026         introductory comment.
21028 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
21030         * vc.el (vc-annotate-color-map): Change some colors so that text
21031         using them as foreground is readable on both white and black
21032         backgrounds.
21034 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21036         * international/mule-conf.el (translation-table-for-input):
21037         Remove redundant declaration.
21039 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
21041         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21043         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21044         (tooltip-toggle-gud-tips): New function.
21046 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21048         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21049         right angle brackets.
21051 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
21053         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21055 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21057         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21058         Remove.  Update callers to use expand-file-name instead.
21060         * subr.el (syntax-class): New function.
21062         * simple.el (blink-matching-open): Use it.
21064         * paren.el (show-paren-function): Use it to recognize parens that are
21065         also used in 2-char comment markers.
21067 2005-04-19  Lute Kamstra  <lute@gnu.org>
21069         * loadhist.el (unload-feature): Update for new format of
21070         load-history.  Simplify the code.
21072 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21074         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21075         (mac-add-charset-info): New function.  Initialize variable
21076         mac-charset-info-alist using it.
21077         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21078         for translation.
21079         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21080         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21081         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21082         New CCL programs.
21084 2005-04-19  Kim F. Storm  <storm@cua.dk>
21086         * simple.el (next-buffer, prev-buffer, next-error)
21087         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21088         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21090         * bindings.el (next-buffer, prev-buffer, next-error)
21091         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21092         (clone-indirect-buffer-other-window): Move bindings from simple.el.
21093         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21094         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21096 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21098         * isearch.el (isearch-edit-string): Make the search-ring available for
21099         minibuffer history commands.
21100         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21101         the default history commands now work just as well.
21102         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21104 2005-04-18  Kim F. Storm  <storm@cua.dk>
21106         * emulation/cua-base.el (cua--pre-command-handler): Add more
21107         elaborate check for shift modifier on non-window systems.
21109 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
21111         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21113 2005-04-18  Kim F. Storm  <storm@cua.dk>
21115         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21116         and make it optional.  Don't test tooltip-gud-echo-area here.
21117         (tooltip-gud-process-output, gdb-tooltip-print):
21118         Pass tooltip-gud-echo-area to tooltip-show.
21119         (tooltip-help-tips): Remove second optional arg to tooltip-show.
21121 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21123         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21124         `display-graphic-p' may not be bound yet.
21126 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
21128         * startup.el (command-line): No longer enable Xterm Mouse mode by
21129         default in terminals compatible with xterm.
21131         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21133 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
21135         * tooltip.el (tooltip-gud-echo-area): Rename from
21136         tooltip-use-echo-area.
21137         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21138         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21139         area independently of where help tooltips are displayed.
21141 2005-04-17  David Kastrup  <dak@gnu.org>
21143         * cus-theme.el (custom-theme-write-variables): Quote variables
21144         where necessary.
21146 2005-04-17  Richard M. Stallman  <rms@gnu.org>
21148         * simple.el (yank-excluded-properties): Add follow-link to value.
21150         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21152         * startup.el (fancy-splash-max-time): Just 30 seconds.
21153         (fancy-splash-delay): Just 7.
21154         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21156         * loadhist.el (unload-feature): Update for new format of load-history.
21157         Simplify the code.
21159         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21160         (rmail-font-lock-keywords): Don't fontify the text of a citation.
21162         * mail/sendmail.el (mail-font-lock-keywords):
21163         Don't fontify subject text.
21164         Don't fontify the text of a citation.
21166 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
21168         * comint.el (comint-output-filter): Run comint-output-filter-functions
21169         with point where the user had it.
21171 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21173         * international/ucs-tables.el (ucs-set-table-for-input):
21174         Disable when using unify-on-decoding.
21176 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
21178         * emulation/cua-base.el (cua-global-mark-face): Add special case
21179         for displays supporting a high number of colors.
21181 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
21183         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21185 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
21187         * filesets.el (filesets-add-buffer): If user supplies a name of a
21188         non-existing fileset, create a new fileset.
21190 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
21192         * textmodes/org.el (org-up-heading-all): Fix bug with
21193         `outline-up-heading-all'.
21195 2005-04-16  Andreas Schwab  <schwab@suse.de>
21197         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21198         /etc/permissions.d/* and /etc/aliases.d/*.
21200 2005-04-16  Kenichi Handa  <handa@m17n.org>
21202         * international/code-pages.el (cp-make-coding-system):
21203         Set `translation-table-for-input' property value to the symbol
21204         ucs-mule-to-mule-unicode, not to that value.
21205         (pt154): Escape guillemet by `\'.
21207 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
21209         * loadup.el: Load tooltip if x-show-tip is fboundp.
21211         * startup.el (command-line): Add comment.
21213         * tooltip.el (tooltip-mode): Specify correct standard value for
21214         Custom in init-value.
21216 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
21218         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21219         possible.
21221 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
21223         * textmodes/org.el (org-agenda-date-prompt): Rename from
21224         `org-agenda-date-today'.
21225         (org-evaluate-time-range): Insert at point instead of directly
21226         after time range.
21227         (org-first-headline-recenter, org-subtree-end-visible-p)
21228         (org-optimize-window-after-visibility-change): New functions
21229         (org-agenda-post-command-hook): Don't allow point at end of line,
21230         to make sure it always hits the text properties.
21231         (org-agenda-next-date-line, org-agenda-previous-date-line):
21232         New commands.
21233         (org-set-regexps-and-options): Category may contain white space.
21234         (org-agenda-get-deadlines, org-agenda-get-scheduled):
21235         Improve marker positions.
21236         (org-agenda-new-marker): Argument POS made optional.
21237         (org-agenda-get-timestamps): Deadlines which are done are listed
21238         in org-done-face now.
21239         (org-agenda-get-todos, org-agenda-get-timestamps)
21240         (org-agenda-get-deadlines, org-agenda-get-scheduled):
21241         Set `undone-face' and `done-face' properties.
21242         (org-last-todo-state-is-todo): New variable.
21243         (org-todo): Set `org-last-todo-state-is-todo'.
21244         (org-agenda-todo): Change face according to
21245         `org-last-todo-state-is-todo'.  And change other lines referring to
21246         the same entry.
21247         (org-calendar-goto-agenda): New command.
21248         (org-calendar-to-agenda-key): New option.
21249         (org-startup-folded): New allowed value `content'.
21250         (org-set-regexps-and-options): Accept new value `content' for
21251         `org-startup-folded'.
21252         (org-get-current-options): Handle new value `content' for
21253         `org-startup-folded'.
21254         (org-insert-todo-heading): New command.
21255         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21256         interactively in empty file and option
21257         `org-insert-mode-line-in-empty-file' has been set.
21258         (org-agenda-todo, org-agenda-priority): Modify to use
21259         `org-agenda-change-all-lines'.
21260         (org-warning-face): Change color on dark background
21262 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21264         * international/mule-cmds.el (set-locale-environment): On Mac OS,
21265         use preferences AppleLocale and AppleLanguages, and variable
21266         mac-system-locale for default locale.  On Mac OS Classic, use
21267         mac-system-coding-system for default coding systems.
21269         * term/mac-win.el: Don't set file-name-coding-system.
21270         Decode variables system-name, emacs-build-system, user-login-name, and
21271         user-full-name by mac-system-coding-system on Mac OS Classic.
21272         (mac-system-coding-system): New variable.
21274 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
21276         * startup.el (command-line): Handle `xterm-mouse-mode' before
21277         reading init file.
21279         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21281 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
21283         * progmodes/sh-script.el (sh-here-document-word): Make it a
21284         defcustom.  Doc fix.
21285         (sh-add): Bash uses $(( )) for arithmetic.
21286         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21287         (sh-maybe-here-document): Remove quotes and leading whitespace
21288         from heredoc word when closing.  Indent heredoc with tabs if word
21289         starts with "-".
21291 2005-04-13  Richard M. Stallman  <rms@gnu.org>
21293         * simple.el (undo): Fix previous change.
21295         * custom.el (defface): Doc fix.
21297 2005-04-13  Lute Kamstra  <lute@gnu.org>
21299         * Makefile.in (DONTCOMPILE): Remove list.
21300         (compile, compile-always): Don't use DONTCOMPILE.
21301         (update-authors): Load the library in which batch-update-authors
21302         is defined.
21303         * makefile.w32-in (DONTCOMPILE): Remove list.
21304         (compile, compile-always): Fix comments.
21305         (update-authors): Load the library in which batch-update-authors
21306         is defined.
21308         * generic-x.el (generic-mode-ini-file-find-file-hook):
21309         Rename to ini-generic-mode-find-file-hook.
21310         Keep generic-mode-ini-file-find-file-hook as an alias.
21311         (ini-generic-mode-find-file-hook): Rename from
21312         generic-mode-ini-file-find-file-hook.  Fix docstring.
21313         (ini-generic-mode): Docstring change.
21314         (bat-generic-mode-run-as-comint): Silence the byte compiler.
21316         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21317         called from lisp.
21319         * generic.el: Move to the emacs-lisp subdir.
21321 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
21323         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21324         and C-S- function and cursor motion keys.
21326 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
21328         * startup.el (command-line): Enable Xterm Mouse mode by default.
21329         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21330         for Custom.  No longer show "Mouse" in mode line when enabled.
21331         Doc fix.
21333 2005-04-12  Kim F. Storm  <storm@cua.dk>
21335         * emulation/cua-base.el (cua-rectangle-face)
21336         (cua-rectangle-noselect-face): Define face attributes here.
21338         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21340 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21342         * startup.el (command-line): Turn off blinking cursor if
21343         cursorBlink in resources is off or false.
21345 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21347         * term/mac-win.el (dnd): Require dnd.
21348         (mac-drag-n-drop): Call dnd-handle-one-url.
21349         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21350         (kTextEncodingISOLatin2): Remove constants.
21351         (mac-script-code-coding-systems): New constant.
21352         (mac-handle-language-change): New function.
21353         (special-event-map): Bind it to `language-change' event.
21354         (mac-centraleurroman, mac-cyrillic): New coding systems.
21355         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21356         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21357         and mac-cyrillic-encoder to encode-mac-centraleurroman and
21358         encode-mac-cyrillic, respectively.
21360 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
21362         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21363         Don't set overlay-arrow-string to "=>" as this is done
21364         globally in C now.
21366 2005-04-12  Lute Kamstra  <lute@gnu.org>
21368         * generic-x.el (rc-generic-mode, rul-generic-mode):
21369         Fix auto-mode-alist entries.
21370         (etc-fstab-generic-mode): Tweak fontification.
21372         * generic.el (generic-make-keywords-list): Fix docstring.
21373         (generic-mode-internal): Simplify generic-font-lock-keywords.
21375 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
21377         * whitespace.el (whitespace-buffer-leading)
21378         (whitespace-buffer-trailing): Revert the incorrect test inversion.
21379         However, fix the highlight area for the leading and
21380         trailing whitespaces to show space.
21382 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
21384         * whitespace.el (whitespace-version): Bump to 3.5
21386         (whitespace-buffer-leading, whitespace-buffer-trailing):
21387         Invert sense of the test to highlight the whitespace.
21389 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
21391         * progmodes/gud.el (gud-display-line): GUD uses its own
21392         overlay arrow now so don't set overlay-arrow-string.
21393         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21395 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
21397         * term.el (term-ansi-current-bold, term-ansi-current-underline)
21398         (term-ansi-current-reverse, term-ansi-current-invisible)
21399         (term-ansi-face-already-done): Change to boolean.
21400         (term-reset-terminal, term-handle-colors-array): Handle the above
21401         vars accordingly.
21402         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21403         (term-emulate-terminal): Use the new name.
21405         * faces.el (secondary-selection): Use yellow1, not yellow.
21406         (trailing-whitespace): Use red1, not red.
21408 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21410         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21411         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21412         (dired-dnd-handle-file): Call dnd-get-local-file-uri
21414         * cus-edit.el (dnd): New group.
21416         * term/w32-win.el (dnd): Require dnd
21417         (w32-drag-n-drop): Call dnd-handle-one-url.
21419         * x-dnd.el: Require dnd.
21420         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21421         Call dnd-handle-one-url.
21422         (x-dnd-types-alist, x-dnd-insert-utf8-text)
21423         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21424         to dnd-insert-text.
21425         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21426         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21427         (x-dnd-get-local-file-name, x-dnd-open-local-file)
21428         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21430         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21432 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
21434         * wdired.el: Doc fixes.
21435         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21436         (wdired-use-dired-vertical-movement): Rename from
21437         wdired-always-move-to-filename-beginning.
21438         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21439         (wdired-change-to-wdired-mode): Change mode name.
21440         (wdired-newline): Delete.
21442 2005-04-11  Richard M. Stallman  <rms@gnu.org>
21444         * whitespace.el (whitespace-highlight-the-space):
21445         Don't call whitespace-unhighlight-the-space here.
21447         * simple.el (undo): Record t in undo-equiv-table
21448         for the redo record made by an undo-in-region.
21450 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
21452         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21453         (gdb-frame-inferior-io-buffer): New Functions to control
21454         display of separate IO buffer.
21455         (menu): Add them to menu-bar.
21456         (gdb-display-buffer): Check for buffer another frame.
21457         Protect GUD buffer.
21458         (gdb-setup-windows): Create IO buffer if not already there.
21459         (gdb-memory-mode): Remove purecopy noops.
21461 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
21463         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21464         and pass to self-insert-command.
21466 2005-04-11  Lute Kamstra  <lute@gnu.org>
21468         * generic.el: Commentary section cleanup.
21469         (generic): Delete.
21470         (generic-use-find-file-hook, generic-lines-to-scan)
21471         (generic-find-file-regexp, generic-ignore-files-regexp)
21472         (default-generic-mode, generic-mode-find-file-hook)
21473         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21474         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
21475         (generic-use-find-file-hook, generic-lines-to-scan)
21476         (generic-find-file-regexp, generic-ignore-files-regexp)
21477         (default-generic-mode, generic-mode-find-file-hook)
21478         (generic-mode-ini-file-find-file-hook): Move from generic.el.
21480 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
21482         * bookmark.el (bookmark-write-file): Catch errors writing file.
21483         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21485 2005-04-10  Richard M. Stallman  <rms@gnu.org>
21487         * startup.el (fancy-splash-tail): Update copyright year.
21488         (command-line): Split part of -Q into -D.
21489         (emacs-basic-display): New defvar.
21490         (fancy-splash-text): Correct name of menu item.
21492         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21494         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21495         lines in one node.
21497         * comint.el (comint-send-input): New arg ARTIFICIAL.
21498         Callers in this file changed.
21500         * abbrev.el (define-abbrevs): Read system abbrevs properly.
21502         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21504 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
21506         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
21507         `ldap-search-internal'.
21509 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21511         * files.el (set-auto-mode-1): Use line-end-position.
21513         * international/latin-1.el:
21514         * international/latin-2.el:
21515         * international/latin-3.el:
21516         * international/latin-4.el:
21517         * international/latin-5.el:
21518         * international/latin-8.el:
21519         * international/latin-9.el: Give punctuation syntax to NBSP.
21521         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21522         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21523         Use char-classes to accept non-ascii letters, accepted in some recent
21524         bibtex implementations.
21526 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
21528         * custom.el (custom-set-minor-mode): Any non-nil value for the
21529         variable should enable the mode when set through Custom.
21531 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21533         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21534         TAB binding so tab-always-indent is obeyed.
21535         (vhdl-minibuffer-local-map): Move initialization into declaration.
21536         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21537         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21538         (vhdl-hooked-abbrev): Avoid test for XEmacs.
21539         (vhdl-current-line): Use line-beginning-position.
21540         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21541         with-output-to-temp-buffer, so the current position can be recorded.
21543 2005-04-10  Masatake YAMATO  <jet@gyve.org>
21545         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21546         Add regexp for gcov.
21548 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21550         * calendar/time-date.el (time-to-seconds, seconds-to-time)
21551         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21552         syntax which Emacs 20 doesn't support.
21554 2005-04-09  Richard M. Stallman  <rms@gnu.org>
21556         * help.el (describe-key-briefly, describe-key):
21557         Replace strings as event types with "(any string)".
21559 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21561         * arc-mode.el (archive-mode-map): Move initialization into
21562         the declaration.  Override *all* bindings of `undo'.
21563         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21565 2005-04-09  Jay Belanger  <belanger@truman.edu>
21567         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21569 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
21571         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21572         (xterm-register-default-colors): Update color values computation
21573         to match xterm-200.
21575 2005-04-09  Kenichi Handa  <handa@m17n.org>
21577         * international/code-pages.el (iso-latin-7): Fix the map.
21579 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
21581         * emacs-lisp/lisp.el (defun-prompt-regexp)
21582         (parens-require-spaces, buffer-end, end-of-defun)
21583         (insert-parentheses): Doc fixes.
21585 2005-04-08  Kim F. Storm  <storm@cua.dk>
21587         * comint.el (comint-highlight-prompt): Fix face spec.
21588         * hi-lock.el (hi-green): Likewise.
21590 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
21592         * cus-edit.el (custom-modified-face):
21593         * comint.el (comint-highlight-input): Fix previous changes.
21594         * term.el (term-handle-ansi-escape): Add a comment.
21596 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21598         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21599         in the buffer and in whitespace-highlighted-space.
21600         (whitespace-unhighlight-the-space): Simplify.
21601         (whitespace-buffer): Simplify.
21603 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
21605         * textmodes/table.el (table-cell-face): Add special case for
21606         displays supporting a high number of colors.
21607         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21608         (vhdl-font-lock-reserved-words-face)
21609         (vhdl-speedbar-architecture-face)
21610         (vhdl-speedbar-instantiation-face)
21611         (vhdl-speedbar-architecture-selected-face)
21612         (vhdl-speedbar-instantiation-selected-face): Likewise.
21613         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21614         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21615         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21616         (ebrowse-root-class-face, ebrowse-member-attribute-face)
21617         (ebrowse-progress-face): Likewise.
21618         * progmodes/compile.el (compilation-info-face): Likewise.
21619         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21620         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21621         * calendar/calendar.el (diary-face): Likewise.
21622         * woman.el (woman-italic-face, woman-bold-face)
21623         (woman-unknown-face): Likewise.
21624         * wid-edit.el (widget-button-pressed-face): Likewise.
21625         * whitespace.el (whitespace-highlight-face): Likewise.
21626         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21627         * pcvs-info.el (cvs-marked-face): Likewise.
21628         * info.el (info-xref): Likewise.
21629         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21630         * hilit-chg.el (highlight-changes-face)
21631         (highlight-changes-delete-face): Likewise.
21632         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21633         (hi-red-b): Likewise.
21634         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21635         * font-lock.el (font-lock-keyword-face)
21636         (font-lock-function-name-face, font-lock-warning-face): Likewise.
21637         * cus-edit.el (custom-invalid-face, custom-modified-face)
21638         (custom-set-face, custom-changed-face, custom-variable-tag-face)
21639         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21640         * comint.el (comint-highlight-prompt): Likewise.
21642 2005-04-08  Lute Kamstra  <lute@gnu.org>
21644         * font-lock.el (font-lock-keywords): Docstring fixes.
21646 2005-04-08  Kenichi Handa  <handa@m17n.org>
21648         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21649         chars are more than a limit, print " and more..." at the tail.
21651 2005-04-08  Kim F. Storm  <storm@cua.dk>
21653         * emacs-lisp/authors.el (authors-aliases): Update list.
21654         (authors-ignored-files): New list.
21655         (authors-fixed-entries): Fix typo.
21656         (authors-renamed-files-alist): Update list.
21657         (authors-add): Check authors-ignored-files.
21659 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
21661         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21662         optional, to ensure backward compatibility.
21664 2005-04-08  Stephen Eglen  <stephen@gnu.org>
21666         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21668 2005-04-08  Kim F. Storm  <storm@cua.dk>
21670         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21672         * mouse.el (mouse-on-link-p): Doc fix.
21674 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
21676         * ielm.el (ielm-prompt-read-only): Doc fix.
21678         * comint.el (comint-prompt-read-only): Doc fix.
21680 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
21682         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21683         ensure dired always handles wildcards passed to ffap.
21684         (find-file-at-point): Use it.
21685         (ffap-dired-wildcards): Doc fix.
21687 2005-04-07  Juri Linkov  <juri@jurta.org>
21689         * simple.el (next-error-overlay-arrow-position): New defvar.
21690         Put "=>" on its property `overlay-arrow-string'.  Add it to
21691         `overlay-arrow-variable-list'.
21693         * progmodes/compile.el (compilation-setup):
21694         Set `next-error-overlay-arrow-position' to nil.  Also set it to
21695         nil in the local hook `kill-buffer-hook'.  Make local variable
21696         `overlay-arrow-string' and set it to "=>".
21697         (compilation-goto-locus): Set BOL position to
21698         `next-error-overlay-arrow-position' instead of
21699         `overlay-arrow-position'.
21701         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21702         locally instead of adding it to the global hook.
21703         (Info-kill-buffer): Move up.
21705 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
21707         * term/xterm.el (xterm-standard-colors): Update color values from
21708         xterm-200.
21710 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21712         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21714         * fast-lock.el:
21715         * lazy-lock.el: Move them to the obsolete subdir.
21717 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
21719         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21720         (wdired-add-replace-advice): Remove.
21721         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21723 2005-04-06  Kim F. Storm  <storm@cua.dk>
21725         * startup.el (command-line): Add --bare-bones alias for -Q.
21727 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21729         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21730         create the startup fontset if a font specification ends with
21731         `mac-roman'.
21733 2005-04-06  Lute Kamstra  <lute@gnu.org>
21735         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21736         change.
21738         * emacs-lisp/copyright.el (copyright-update-year): Replace the
21739         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
21741 2005-04-05  Lute Kamstra  <lute@gnu.org>
21743         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21744         (define-generic-mode): Ditto.  Fix debug declaration.
21746         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21747         Put them in the generic-x group.
21749         * calendar/timeclock.el (timeclock): Doc fix.
21751         * generic.el (define-generic-mode): Don't use custom-current-group.
21752         Document default :group value.
21753         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
21754         (define-global-minor-mode): Don't use custom-current-group.
21756 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
21758         * startup.el (command-line-1): Display startup-echo-area-message
21759         when fancy splash screen is in use.
21761         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
21762         (sh-escaped-newline): New face.
21763         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
21764         newline, and use sh-escaped-newline face.
21766         * progmodes/tcl.el (tcl-escaped-newline): New face.
21767         (tcl-builtin-list): New variable.
21768         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
21769         newlines.  Fix keywords subexpression number.
21771 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
21773         * textmodes/org.el (org-diary-default-entry): Fix call to
21774         `add-to-diary-entry'.
21776 2005-04-05  Kim F. Storm  <storm@cua.dk>
21778         * ediff-init.el: Use (featurep 'xemacs).
21780 2005-04-05  David Ponce  <david@dponce.com>
21782         * cus-edit.el (face): Derive from symbol widget.  Display sample
21783         of the current face on the fly.
21784         (widget-face-sample-face-get, widget-face-notify): New functions.
21785         (widget-face-value-create): Remove.
21787         * wid-edit.el (widget-field-end): Temporarily remove field
21788         narrowing before to call `get-char-property'.
21790 2005-04-04  Jay Belanger  <belanger@truman.edu>
21792         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
21793         (math-read-subscripts): New variable.
21794         (math-read-preprocess-string): Process subscripts.
21796 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
21798         * comint.el (comint-prompt-read-only): Doc fix.
21800         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
21801         `-1'.  Doc fix.
21803 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
21805         * textmodes/org.el (org-insert-mode-line-in-empty-file):
21806         Change default value to nil.
21808 2005-04-04  Lute Kamstra  <lute@gnu.org>
21810         * autorevert.el (auto-revert-mode): Specify :group.
21811         * battery.el (display-battery-mode): Specify :group.
21812         * diff-mode.el (diff-minor-mode): Specify :group.
21813         * font-core.el (font-lock-mode): Specify :group.
21814         * hl-line.el (hl-line-mode): Specify :group.
21815         * iimage.el (iimage): New customization group.
21816         (iimage-mode): Specify :group.
21817         * longlines.el (longlines-mode): Specify :group.
21818         * master.el: Don't require easy-mmode.
21819         (master): New customization group.
21820         (master-mode): Specify :group.
21821         * msb.el (msb-mode): Specify :group.
21822         * reveal.el (reveal-mode): Specify :group.
21823         * simple.el (next-error-follow-minor-mode): Specify :group.
21824         * smerge-mode.el (smerge-mode): Specify :group.
21825         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
21826         * emulation/cua-base.el (cua-mode): Specify :group.
21827         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
21828         * language/thai-util.el (thai-auto-composition-mode)
21829         (thai-word-mode): Specify :group.
21830         * mail/supercite.el (sc-minor-mode): Specify :group.
21831         * progmodes/cwarn.el (cwarn-mode): Specify :group.
21832         * progmodes/flymake.el (flymake-mode): Specify :group.
21833         * progmodes/glasses.el (glasses-mode): Specify :group.
21834         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
21835         * textmodes/enriched.el (enriched-mode): Specify :group.
21836         * textmodes/refill.el (refill-mode): Specify :group.
21838         * add-log.el (change-log-font-lock-keywords): Names in
21839         parenthesized lists can contain spaces.
21841 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
21843         * startup.el (fancy-splash-text): Shorten default text of
21844         "Emacs Tutorial" line.  Also, if the current language env
21845         indicates an available tutorial file other than TUTORIAL,
21846         extract its title and append it to the line in parentheses.
21847         (fancy-splash-insert): If arg is a thunk, funcall it.
21849 2005-04-04  Jay Belanger  <belanger@truman.edu>
21851         * calc.el (calc-language-alist): Add tags to customization type.
21853 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
21855         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
21856         Doc fix.
21858 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
21860         * add-log.el (change-log-font-lock-keywords): The manual
21861         describing a Change Log entry, says: (...) "Aside from these
21862         header lines, every line in the change log starts with a space or
21863         a tab.".  The font-lock was not highlighting lines started with
21864         spaces, added support for it.
21866 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21868         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
21869         (bibtex-generate-url-list): Update docstring accordingly.  Put the
21870         complex example in the docstring.
21871         (bibtex-font-lock-url): Use pop.
21873 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21875         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
21877         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
21879 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
21881         * filesets.el (filesets-set-default): Doc fix.
21883 2005-04-03  Lute Kamstra  <lute@gnu.org>
21885         * generic.el (define-generic-mode): Add argument to specify
21886         keywords for defcustom.
21887         (default-generic-mode): Specify :group.
21889         * generic-x.el: Specify :group for all generic modes.
21891         * desktop.el (desktop-no-desktop-file-hook)
21892         (desktop-after-read-hook): Doc fix.
21894 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
21896         * simple.el (visible-mode): Use explicit :group keyword.
21897         This changes the group of `visible-mode-hook' from paren-blinking
21898         to editing-basics.
21900 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
21902         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
21903         mailbox specifications as well as URLs.
21904         (rmail-insert-inbox-text): Remove unused conditional branches.
21906 2005-04-01  Jay Belanger  <belanger@truman.edu>
21908         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
21909         (calc-gnuplot-print-command): Move definitions to calc.el.
21911         * calc/calc-embed.el (calc-embedded-announce-formula)
21912         (calc-embedded-open-formula, calc-embedded-close-formula)
21913         (calc-embedded-open-word, calc-embedded-close-word)
21914         (calc-embedded-open-plain, calc-embedded-close-plain)
21915         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
21916         (calc-embedded-open-mode, calc-embedded-close-mode):
21917         Move definitions to calc.el.
21919         * calc/calc.el (calc-settings-file, calc-language-alist):
21920         Make customizable.
21921         (calc-embedded-announce-formula, calc-embedded-open-formula)
21922         (calc-embedded-close-formula, calc-embedded-open-word)
21923         (calc-embedded-close-word, calc-embedded-open-plain)
21924         (calc-embedded-close-plain, calc-embedded-open-new-formula)
21925         (calc-embedded-close-new-formula, calc-embedded-open-mode)
21926         (calc-embedded-close-mode, calc-gnuplot-name)
21927         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
21928         from other files and make customizable.
21930 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21932         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
21933         Use buffer-live-p.
21934         (cvs-mode-run): Don't call cvs-update-header here.
21935         (cvs-run-process): Call cvs-update-header.
21936         Use process properties for cvs-postprocess and cvs-buffer so that
21937         the sentinel can behave better if the temp buffer is killed.
21938         Use a pipe rather than a tty, to better handle unexpected prompts.
21939         (cvs-sentinel): Rewrite.  Call cvs-update-header.
21941 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
21943         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
21944         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
21946 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21948         * generic.el (define-generic-mode): Add indentation rule.
21950 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
21952         * files.el (mode-require-final-newline): Make Custom correctly
21953         report a nil value and allow to set it to nil via Custom.
21954         Doc fix.
21956 2005-04-01  Kenichi Handa  <handa@m17n.org>
21958         * international/characters.el: Enable the correct case setting for
21959         dotless-i and dotted-I.
21961 2005-04-01  Kim F. Storm  <storm@cua.dk>
21963         * ido.el (ido-file-internal): Fall back to non-ido command if
21964         initial directory is on slow ftp (or tramp) host.
21966 2005-03-31  Richard M. Stallman  <rms@gnu.org>
21968         * emacs-lisp/autoload.el (make-autoload):
21969         Handle define-global-minor-mode.
21971         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21972         Rename from easy-mmode-define-global-mode.
21973         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
21975         * progmodes/scheme.el (scheme-mode-syntax-table):
21976         Update syntax of | and # for two-character comment syntax.
21978 2005-03-31  Lute Kamstra  <lute@gnu.org>
21980         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
21981         (define-minor-mode): Call custom-current-group at load-time.
21983         * generic.el (define-generic-mode): Add debug declaration.
21984         Add defcustom for the mode hook.
21985         (generic-mode-internal): Use run-mode-hooks.
21987 2005-03-31  Kim F. Storm  <storm@cua.dk>
21989         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
21990         (mouse-fixup-help-message): New defun called by show_help_echo
21991         to fixup mouse-2 prefix in help messages when applicable.
21993         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
21995 2005-03-31  Kenichi Handa  <handa@m17n.org>
21997         * language/thai-word.el (thai-find-word-ends): Pay attention to
21998         the case that we reach the end of buffer.
22000         * textmodes/fill.el (fill-text-properties-at): New function.
22001         (fill-newline): Use fill-text-properties-at instead of
22002         text-properties-at.
22004 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
22006         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22007         not comint-quote-filename.
22009 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
22011         * help-fns.el (help-with-tutorial): Revert last change.
22013 2005-03-31  Kim F. Storm  <storm@cua.dk>
22015         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22017 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
22019         * calendar/cal-china.el: Update reference to "Calendrical
22020         Calculations" book; there's a new edition.
22021         * calendar/cal-coptic.el: Likewise.
22022         * calendar/cal-french.el: Likewise.
22023         * calendar/cal-hebrew.el: Likewise.
22024         * calendar/cal-islam.el: Likewise.
22025         * calendar/cal-iso.el: Likewise.
22026         * calendar/cal-julian.el: Likewise.
22027         * calendar/cal-mayan.el: Likewise.
22028         * calendar/cal-persia.el: Likewise.
22029         * calendar/calendar.el: Likewise.
22030         * calendar/holidays.el: Likewise.
22031         * calendar/lunar.el: Likewise.
22032         * calendar/solar.el: Likewise.
22034         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22035         white space from doc string.
22037 2005-03-30  Jay Belanger  <belanger@truman.edu>
22039         * calc/calc-help.el (calc-full-help): Remove email address.
22041 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
22043         * help-fns.el (help-with-tutorial): Delete title line.
22045 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
22047         * calendar/cal-x.el (calendar-one-frame-setup)
22048         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22049         rather than `symbol' for set-window-dedicated-p.
22051         * calendar/appt.el (appt-buffer-name): Make it a constant.
22052         (appt-add): Doc fix.
22054         * filesets.el (filesets-menu-path, filesets-menu-before)
22055         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
22056         (filesets-menu-cache-file): Use directory ~/.emacs.d.
22057         (filesets-add-submenu): Delete and use add-submenu instead.
22059 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
22061         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22062         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22063         (org-diary-default-entry): New function.
22064         (org-get-entries-from-diary): Better parsing of diary entries.
22065         (org-agenda-check-no-diary): New function.
22066         ("diary-lib"): Advice to function `add-to-diary-list', to allow
22067         linking to diary entries.
22068         (org-agenda-execute-calendar-command): New function.
22069         (org-agenda): Improve visible section in window.
22070         Use `org-fit-agenda-window'.
22071         (org-fit-agenda-window): New option.
22072         (org-move-subtree-down): Better handling of empty lines
22073         at end of subtree.
22074         (org-cycle): Numeric prefix is interpreted now as show-subtree N
22075         levels up.
22076         (org-fontify-done-headline): New option.
22077         (org-headline-done-face): New face.
22078         (org-set-font-lock-defaults): Use `org-headline-done-face'.
22079         (org-table-copy-down): Rename from `org-table-copy-from-above'.
22080         When current field is non-empty, it is copied to next row.
22081         (org-table-copy-from-above): Fix bug which made it
22082         impossible to copy fields containing only a single non-white character.
22084 2005-03-30  Kim F. Storm  <storm@cua.dk>
22086         * kmacro.el (kmacro-end-macro): Isearch may store this command
22087         into the macro -- so ignore it when executing keyboard macro.
22089 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
22091         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22093 2005-03-29  Kenichi Handa  <handa@m17n.org>
22095         * language/thai.el ("Thai"): Set setup-function and exit-function
22096         for Thai language environment.
22098         * language/thai-util.el: Require thai-word.
22099         (thai-word-mode-map): New variable.
22100         (thai-word-mode): New minor mode.
22101         (setup-thai-language-environment-internal): New function.
22102         (exit-thai-language-environment-internal): New function.
22104         * language/thai-word.el (thai-word-table): Declare it by defvar,
22105         use dolist to initialize it.
22106         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22107         (thai-fill-find-break-point): New functions.
22109 2005-03-29  Richard M. Stallman  <rms@gnu.org>
22111         * simple.el (idle-update-delay): Move definition up.
22112         (set-mark): Doc fix.
22114 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
22116         * longlines.el: New file.
22118         * simple.el (buffer-substring-filters): New variable.
22119         (filter-buffer-substring): New function.
22120         (kill-region, copy-region-as-kill): Use it.
22122         * register.el (copy-to-register, append-to-register)
22123         (prepend-to-register): Use filter-buffer-substring.
22125 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
22127         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22128         (gud-filter-pending-text): Move in front of gdb.
22129         (gud-overlay-arrow-position): New variable.
22130         (gud-sentinel, gud-display-line): Use it in place of
22131         overlay-arrow-position.
22133 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
22135         * progmodes/fortran.el (fortran-if-indent): Doc fix.
22136         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22137         (fortran-font-lock-keywords-4): New variable.
22138         (fortran-blocks-re, fortran-end-block-re)
22139         (fortran-start-block-re): New constants, for hideshow.
22140         (hs-special-modes-alist): Add a Fortran entry.
22141         (fortran-mode-map): Bind fortran-end-of-block,
22142         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22143         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
22144         (fortran-looking-at-if-then, fortran-end-of-block)
22145         (fortran-beginning-of-block): New functions, for hideshow.
22147         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22148         Doc fix.  Tweak regexp.
22149         (f90-beginning-of-block): Push mark first.
22151 2005-03-29  Jay Belanger  <belanger@truman.edu>
22153         * calc/calc.el: Update copyright date.
22154         (calc-version): Increase to 2.1.
22155         (calc-version-date): Remove.
22157         * calc/calc-help.el: Update copyright date.
22158         (calc-full-help): Remove reference to calc-version-date.
22159         Update copyright date.
22161 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22163         * vc.el (vc-do-command): Use a pipe for async processes, so password
22164         prompts don't show up at places where the user can't reply.
22166 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
22168         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22169         on the file name we pass to the inferior shell.
22171 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
22173         * progmodes/which-func.el (which-function): Be robust in the face of an
22174         imenu--make-index-alist failure.
22176 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22178         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22180         * progmodes/python.el (python-preoutput-filter): Fix last change.
22182 2005-03-29  Lute Kamstra  <lute@gnu.org>
22184         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22185         functions and compiled macros.
22186         (debug-convert-byte-code): Handle macros too.
22187         (debug-on-entry-1): Don't signal an error when trying to clear a
22188         function that is not set to debug on entry.
22190 2005-03-29  Jay Belanger  <belanger@truman.edu>
22192         * calc/calc-lang.el: Add functions to math-function-table
22193         properties of tex and math.
22195 2005-03-29  Kenichi Handa  <handa@m17n.org>
22197         * ps-mule.el (ps-mule-plot-string): Translate characters by
22198         ps-print-translation-table.
22199         (ps-mule-begin-job): Call find-charset-region/string with
22200         ps-print-translation-table.
22201         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22203         * ps-print.el (ps-print-translation-table): New variable.
22204         (ps-plot-region): Translate characters by ps-print-translation-table.
22206 2005-03-29  Juri Linkov  <juri@jurta.org>
22208         * simple.el (next-error-highlight-timer): New variable.
22210         * progmodes/compile.el (compilation-goto-locus):
22211         Use `next-error-highlight-timer' instead of `sit-for'.
22213 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22215         * mail/supercite.el (sc-mail-field): Use assoc-string.
22216         (sc-get-address): Simplify regexps.
22218         * files.el (minibuffer-with-setup-hook): New macro.
22219         (find-file-read-args): Use it to avoid let-binding
22220         minibuffer-with-setup-hook (which breaks turning on/off
22221         file-name-shadow-mode while in the prompt).
22223         * complete.el (PC-read-include-file-name-internal):
22224         Use test-completion.
22226 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
22228         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22230 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22232         * window.el (window-buffer-height): Use count-screen-lines.
22234         * progmodes/python.el (python-preoutput-leftover): New var.
22235         (python-preoutput-filter): Use it.
22236         (python-send-receive): Loop until all the result has been received.
22238 2005-03-28  Juri Linkov  <juri@jurta.org>
22240         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22242         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22243         "Recover Crashed Session".
22244         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22245         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22246         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22247         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22248         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22249         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22250         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22251         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22253         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22254         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22255         Ediff Sessions", "Toggle use of separate control buffer frame",
22256         "Use separate frame for Ediff control buffer".
22258         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22259         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22260         "Rename Bookmark", "Delete Bookmark".
22262         * info.el (Info-mode-menu): Remove ellipsis from "Index".
22263         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22264         Add `:active Info-index-alternatives' to "Next Matching Item".
22266         * wdired.el (wdired-change-to-wdired-mode):
22267         Mention `wdired-abort-changes' key in the initial message.
22269         * international/mule.el (auto-coding-alist): Associate non-ascii
22270         image filename extensions with `no-conversion'.
22272 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22274         * international/iso-acc.el:
22275         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22277 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
22279         * textmodes/sgml-mode.el (html-mode): Doc update.
22281         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22283 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
22285         * term.el (term-move-columns): Fix face after extending a line.
22286         (term-insert-spaces): Likewise.
22287         (term-reset-terminal): Fix off by one error.
22289 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
22291         * international/mule.el (auto-coding-alist): Add .xpi files.
22293         * files.el (auto-mode-alist): Add .xpi files.
22295 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
22297         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22299 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
22301         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22303 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
22305         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22306         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
22308         * calendar/cal-move.el (calendar-beginning-of-year): Move the
22309         cursor to Jan 1 when needed.
22310         (calendar-end-of-year): Fix -/+ typo.
22311         Reported by Chong Yidong <cyd@stupidchicken.com>.
22313 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22315         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22317         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22318         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
22320 2005-03-25  Richard M. Stallman  <rms@gnu.org>
22322         * filesets.el (filesets-init): Add autoload.
22324         * mail/mailalias.el (mail-directory): Doc fix.
22326 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
22328         * mail/mailalias.el (mail-directory-process): Do nothing if
22329         mail-directory-process is an atom.
22330         (mail-get-names): Ignore mail-directory-names if it is an atom.
22331         (mail-directory-process defvar): Doc fix.
22332         (mail-names): Doc fix.
22334 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
22336         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22338 2005-03-26  Kenichi Handa  <handa@m17n.org>
22340         * international/mule-util.el (detect-coding-with-priority):
22341         Call update-coding-systems-internal before detect-coding-region.
22343 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
22345         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22346         (gdb-frames-mode-map): Add follow-link property.
22348 2005-03-25  Jay Belanger  <belanger@truman.edu>
22350         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22351         for variables.
22353 2005-03-25  Juri Linkov  <juri@jurta.org>
22355         * image-mode.el: Optimize image filename extension regexps in
22356         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
22357         in `auto-mode-alist'.
22358         (image-mode): Add `image-toggle-display-text' to local hook
22359         `change-major-mode-hook'.  Display the image as an image by
22360         default.  Set `cursor-type' and `truncate-lines' if the image
22361         is already displayed.  Take into account the current mode (image
22362         or text) in message.
22363         (image-minor-mode): New minor mode.
22364         (image-mode-maybe, image-toggle-display-text): New functions.
22365         (image-toggle-display): Use called-interactively-p.
22366         Let-bind `inhibit-read-only' to t.
22368         * image-mode.el (image-minor-mode): Set `cursor-type' and
22369         `truncate-lines' if the image is already displayed.  Add turning
22370         image-minor-mode off to `change-major-mode-hook'.  Add message.
22371         Call `image-toggle-display-text' after turning image-minor-mode off.
22373 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22375         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22376         Terminal.app, use utf-8.
22377         (set-display-table-and-terminal-coding-system): Add coding-system arg.
22378         (set-locale-environment): Use it.
22380         * term/xterm.el: Undo last change, better done in mule-cmds.el.
22382         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22384         * progmodes/python.el (python-close-block-statement-p)
22385         (python-outdent-p, python-current-defun): Use symbol-end.
22387 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
22389         * files.el (save-some-buffers): Doc fix.
22391 2005-03-25  Werner Lemberg  <wl@gnu.org>
22393         * complete.el, thumbs.el: Replace `legal' with `valid'.
22394         * calendar/calendar.el: Replace `legal' with `valid'.
22395         * emacs-lisp/advice.el: Replace `legal' with `valid'.
22396         * mail/supercite.el: Replace `legal' with `valid'.
22397         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22398         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22399         Replace `legal' with `valid'.
22400         * textmodes/reftex-vars.el, textmodes/reftex.el:
22401         Replace `legal' with `valid'.
22403 2005-03-25  Werner Lemberg  <wl@gnu.org>
22405         * calc/calc-forms.el, calc/calc-sel.el
22406         * midnight.el, vc-cvs.el
22407         * emacs-lisp/cl-macs.el
22408         * emulation/vip.el
22409         * eshell/esh-io.el, eshell/esh-var.el
22410         * mail/supercite.el
22411         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22412         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22413         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22414         * progmodes/sh-script.el, progmodes/xscheme.el
22415         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22416         * textmodes/reftex-index.el, textmodes/reftex-parse.el
22417         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22418         * textmodes/reftex.el, textmodes/org.el:
22419         Replace `illegal' with `invalid'.
22421 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22423         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22424         (flymake-find-buildfile, flymake-find-possible-master-files)
22425         (flymake-check-include, flymake-parse-line): Replace loops over the
22426         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22428         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22429         Substitute file-name-as-directory in the rest of the file.
22430         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22431         (flymake-replace-region): Remove unused arg `buffer'.
22432         (flymake-check-patch-master-file-buffer): Update calls to it.
22433         (flymake-add-err-info): Remove unused var `count'.
22434         (flymake-mode): Use define-minor-mode.
22436         * progmodes/flymake.el: Use with-current-buffer.
22437         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22438         flymake-replace-regexp-in-string, flymake-line-beginning-position)
22439         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22440         Avoid testing for `xemacs'.
22441         (flymake-nop): Move.
22442         (flymake-region-has-flymake-overlays): Return the computed value.
22443         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22444         Remove unused var `endline'.
22445         (flymake-get-line-count): Remove unused function.
22446         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22448         * emulation/vi.el:
22449         * generic.el:
22450         * hilit-chg.el (global-highlight-changes):
22451         * hi-lock.el (hi-lock-mode):
22452         * follow.el: find-file-hooks -> find-file-hook.
22454         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22456 2005-03-24  Juri Linkov  <juri@jurta.org>
22458         * dired.el (dired-mode-map): Add menu item "Compare directories"
22459         for dired-compare-directories.
22461         * dired-aux.el (dired-compare-directories): Add autoload cookie.
22462         Doc fix.  Replace `read-file-name' with `read-directory-name'.
22464 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22466         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22468 2005-03-24  Jay Belanger  <belanger@truman.edu>
22470         * calc/calc-embed.el (calc-embedded-mode-change): Save all
22471         relevant mode settings in calc-embedded-original-modes when modes
22472         are permanently changed.
22474 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22476         * autoinsert.el: find-file-hooks -> find-file-hook.
22478 2005-03-24  Lute Kamstra  <lute@gnu.org>
22480         * generic.el (generic-font-lock-defaults): Make it obsolete.
22481         (generic-font-lock-keywords): New variable to replace
22482         generic-font-lock-defaults.
22483         (generic-mode-set-font-lock): Delete it.
22484         (generic-mode-internal): Don't call generic-mode-set-font-lock.
22485         (generic-bracket-support): Add docstring.
22487         * generic-x.el: Rename generic-font-lock-defaults to
22488         generic-font-lock-keywords throughout.
22489         (mailagent-rules-setup-function): Delete it.
22490         (mailagent-rules-generic-mode): Use anonymous function instead.
22491         (show-tabs-generic-mode-font-lock-defaults-1)
22492         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22493         Quote faces.
22494         (show-tabs-tab-face, show-tabs-space-face): Specify background,
22495         not foreground.
22497         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22498         Recognize define-generic-mode.
22500 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22502         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22503         if there's no completion table.
22505 2005-03-23  Miles Bader  <miles@gnu.org>
22507         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22508         Remove tty-specific variants, as they're no longer needed.
22510 2005-03-23  Lute Kamstra  <lute@gnu.org>
22512         * generic-x.el: Code cleanup: make args constant whenever possible.
22513         (installshield-statement-keyword-list)
22514         (installshield-system-functions-list)
22515         (installshield-system-variables-list, installshield-types-list)
22516         (installshield-funarg-constants-list): Make them constants.
22518         * generic.el (generic-make-keywords-list): Add autoload cookie.
22520         * calendar/time-date.el: Add comment on time value formats.
22521         Don't require parse-time.
22522         (with-decoded-time-value): New macro.
22523         (encode-time-value): New function.
22524         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22525         (days-to-time): Return a valid time value when arg is huge.
22526         (time-since): Use time-subtract.
22527         (time-to-number-of-days): Use time-to-seconds.
22529 2005-03-23  David Ponce  <david@dponce.com>
22531         * recentf.el (recentf-keep): New option.
22532         (recentf-menu-action): Default to `find-file'.
22533         (recentf-keep-non-readable-files-flag)
22534         (recentf-keep-non-readable-files-p)
22535         (recentf-file-readable-p, recentf-find-file)
22536         (recentf-cleanup-remote): Remove.
22537         (recentf-include-p): More robust.
22538         (recentf-keep-p): New function.
22539         (recentf-remove-if-non-kept): Rename from
22540         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
22541         All callers updated.
22542         (recentf-menu-items-for-commands): Fix help string.
22543         (recentf-track-closed-file): Update.  Doc fix.
22544         (recentf-cleanup): Update.  Count removed files.  Doc fix.
22546 2005-03-23  Kim F. Storm  <storm@cua.dk>
22548         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22549         Don't inherit from fringe face (now happens automatically).
22551 2005-03-22  Kim F. Storm  <storm@cua.dk>
22553         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22554         position values.
22556 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22558         * menu-bar.el (showhide-date-time): Remove.
22559         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22560         (menu-bar-make-mm-toggle): Simplify.
22562 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22564         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22565         Accept qualified variable and function names.
22567 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
22569         * bindings.el (completion-ignored-extensions):
22570         Remove ".lis" for `vax-vms'.
22572 2005-03-22  Andreas Schwab  <schwab@suse.de>
22574         * generic-x.el: Revert last change.
22575         * ldefs-boot.el: Update.
22577 2005-03-22  Jay Belanger  <belanger@truman.edu>
22579         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22580         (calc-embedded-save-original-modes)
22581         (calc-embedded-restore-original-modes): New functions.
22582         (calc-do-embedded): Save original modes when entering embedded mode
22583         and restore when leaving embedded mode.
22584         (calc-embedded-modes-change): Change the value of
22585         calc-embedded-original-modes to reflect permanent changes.
22587 2005-03-22  Lute Kamstra  <lute@gnu.org>
22589         * generic-x.el: Require generic again.
22591 2005-03-22  Miles Bader  <miles@gnu.org>
22593         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22594         Tweak details to look good on both ttys and bitmap displays, light
22595         or dark background, etc.
22597 2005-03-21  Kim F. Storm  <storm@cua.dk>
22599         * tooltip.el (tooltip-show-help-function): Check car and cdr of
22600         mouse position.
22602 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22604         * icomplete.el: Don't forcibly turn on the mode upon load.
22605         (icomplete-mode): Use define-minor-mode.
22606         (icomplete-eoinput): Default to nil.
22607         (icomplete-minibuffer-setup): Remove autoload.
22608         (icomplete-tidy): Simplify.
22609         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22610         in the initial state or if the user has modified the field.
22611         Fix handling of icomplete-max-delay-chars.
22612         Remove code that handles the oddball case where
22613         minibuffer-completion-table is an integer.
22614         Wrap icomplete-completions in while-no-input in case building
22615         completions takes more time than expected.
22616         (icomplete-completions): Simplify.
22618 2005-03-21  Richard M. Stallman  <rms@gnu.org>
22620         * jka-compr.el (jka-compr-really-do-compress):
22621         Make variable buffer-local.
22623         * image-mode.el: Handle .xpm files too.
22624         (image-toggle-display): Preserve modification flag.
22626         * help.el (where-is): Don't mention aliases with no key bindings.
22628 2005-03-21  Lute Kamstra  <lute@gnu.org>
22630         * generic.el: Fix commentary section.  Don't require cl for
22631         compilation.
22632         (generic-mode-list): Add autoload cookie.
22633         (generic-use-find-file-hook, generic-lines-to-scan)
22634         (generic-find-file-regexp, generic-ignore-files-regexp)
22635         (generic-mode, generic-mode-find-file-hook)
22636         (generic-mode-ini-file-find-file-hook): Fix docstrings.
22637         (define-generic-mode): Make it a defmacro.  Fix docstring.
22638         (generic-mode-internal): Code cleanup.  Add autoload cookie.
22639         (generic-mode-set-comments): Code cleanup.
22640         * generic-x.el: Don't prevent compilation.  Don't require generic.
22641         Follow coding conventions.  Minor code cleanup.
22642         (etc-fstab-generic-mode): Add some keywords.
22643         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22644         define-generic-mode like a function declaration.
22646 2005-03-21  Jay Belanger  <belanger@truman.edu>
22648         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22649         changing modes.
22651 2005-03-21  Sam Steingold  <sds@gnu.org>
22653         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22655 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
22657         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22658         Add underscore to "f$ lexicals" regexp.
22660 2005-03-20  Juri Linkov  <juri@jurta.org>
22662         * subr.el (progress-reporter-do-update): When `min-value' is equal
22663         to `max-value', set `percentage' to 0 and prevent division by zero.
22665 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
22667         Sync with Tramp 2.0.48.
22669         * net/tramp.el (all): Change all addresses to .gnu.org.
22670         (tramp-append-tramp-buffers): New defun.
22671         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22672         Catch `dont-send' signal.
22673         (tramp-set-auto-save-file-modes): Set always permissions, because
22674         there might be an old auto-saved file belonging to another
22675         original file.  This could be a security threat.  Reported by
22676         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22677         Check for Emacs 21.3.50 removed.
22679         * net/tramp-smb.el (all): Remove debug construct for
22680         `with-parsed-tramp-file-name'.
22681         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22682         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22683         No error message if DIRECTORY or FILENAME doesn't exist.
22684         (tramp-smb-open-connection): Check existence of
22685         `tramp-smb-program'.
22687 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22689         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22690         Properly handle the case where the `m' or `s' command's argument is not
22691         yet terminated.
22692         (perl-indent-new-calculate): New function.
22693         (perl-indent-line): Use it.
22695 2005-03-20  Miles Bader  <miles@gnu.org>
22697         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22698         in text-mode too.  Change to new face names.
22699         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22700         Add `:weight bold' attribute.
22701         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22703 2005-03-19  Juri Linkov  <juri@jurta.org>
22705         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
22707         * international/mule.el (auto-coding-alist): Sync with
22708         `auto-mode-alist' by adding upper case archive file extensions
22709         and adding ear/war to jar extension.
22711 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
22713         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22714         running, restart it.
22716 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
22718         * finder.el (finder-current-item): Throw an error on an empty line.
22720         * man.el (Man-follow-manual-reference): If current-word returns
22721         nil, use "".
22723 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
22725         * simple.el (goto-line): Doc fix.
22727 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
22729         * files.el (save-buffer): Doc fix.
22731 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
22733         * recentf.el (recentf-cleanup-remote): New variable.
22734         (recentf-cleanup): Use it to conditionally check availability of
22735         remote files.
22737 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
22739         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22740         function names.
22742 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
22744         * language/thai-word.el: New file.
22746 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
22748         * files.el (backup-buffer): If the file's directory is not
22749         writable, use copy instead of move to backup the file.
22751 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
22753         * obsolete/keyswap.el: Moved to obsolete/ from term/.
22755 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22757         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
22758         Use functionp instead of symbolp and fboundp.  Reported by Drkm
22759         <darkman_spam@yahoo.fr>.
22760         (ps-print-version): New version 6.6.6.
22762 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
22764         * textmodes/table.el (table--line-column-position): New idiom.
22765         (table--row-column-insertion-point-p): New function to test
22766         validity of row and column insertion operation at a location.
22767         (table-global-menu, table-cell-menu): Use above functions for
22768         deterministic test operation.
22769         (table--editable-cell-p): Behave in deterministic fashion.
22771 2005-03-18  Juri Linkov  <juri@jurta.org>
22773         * isearch.el (isearch-lazy-highlight-new-loop):
22774         Make arguments beg and end optional.
22775         (isearch-update): Remove optional arguments nil from
22776         isearch-lazy-highlight-new-loop.
22777         (isearch-lazy-highlight-search): Let-bind case-fold-search to
22778         isearch-lazy-highlight-case-fold-search instead of
22779         isearch-case-fold-search, and let-bind isearch-regexp to
22780         isearch-lazy-highlight-regexp.
22781         Use isearch-lazy-highlight-last-string instead of isearch-string.
22783         * replace.el (perform-replace): Remove bindings of global
22784         variables isearch-string, isearch-regexp, isearch-case-fold-search.
22785         Add three new arguments to `replace-highlight'.
22786         (replace-highlight): Add arguments string, regexp, case-fold.
22787         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
22788         to allow isearch-lazy-highlight-new-loop to use these values
22789         to set corresponding isearch-lazy-highlight-* internal
22790         variables whose values lazy highlighting will use regardless of
22791         changes to global variables isearch-string, isearch-regexp,
22792         isearch-case-fold-search during lazy highlighting loop.
22793         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
22794         to `lazy-highlight-cleanup'.
22796         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
22797         (ispell-highlight-face): Set default face to `isearch' when
22798         lazy highlighting is enabled.
22799         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
22800         priority to 1.  Add lazy highlighting.
22801         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
22802         from `isearch-dehighlight'.
22804 2005-03-18  David Ponce  <david@dponce.com>
22806         * files.el (hack-local-variables): Do a case-insensitive search
22807         for End.
22809 2005-03-18  Juri Linkov  <juri@jurta.org>
22811         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
22812         `isearch-lazy-highlight-cleanup', add alias to old name and
22813         declare obsolete.  Add release numbers to other obsolete vars.
22814         (isearch-done, isearch-lazy-highlight-new-loop):
22815         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
22816         (lazy-highlight-cleanup) <variable>: Doc fix.
22817         (isearch-lazy-highlight-update): Rename obsolete
22818         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
22820 2005-03-18  Kenichi Handa  <handa@m17n.org>
22822         * language/thai-util.el: Fix categorization of Thai characters in
22823         thai-category-table.
22824         (thai-composition-pattern): Adjust it for the above change.
22825         (thai-self-insert-command, thai-compose-syllable): New functions.
22826         (thai-compose-region): Use thai-compose-syllable.
22827         (thai-compose-string): Likewise.
22828         (thai-composition-function): Likewise.
22829         (thai-auto-composition): New function.
22830         (thai-auto-composition-mode): New minor mode.
22832         * language/thai.el: Fix patterns to be registered in
22833         composition-function-table.
22835         * international/quail.el (quail-input-method): Locally bind
22836         inhibit-modification-hooks to t.
22838 2005-03-17  Richard M. Stallman  <rms@gnu.org>
22840         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
22841         (perl-mode): Use run-mode-hooks.
22843         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
22844         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
22845         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
22847         * mail/sendmail.el (sendmail-send-it): Reenable the code
22848         to compute resend-to-address and use it.
22850         * tar-mode.el (tar-mode): Turn off undo unconditionally.
22852         * image-mode.el: New file.
22854         * image.el (insert-sliced-image): Add autoload cookie.
22856         * font-lock.el (font-lock-lines-before): New user option.
22857         (font-lock-after-change-function): Obey it.
22859         * bindings.el (esc-map): Make M-g a prefix.
22860         Bind M-g g and M-g M-g to goto-line.
22862         * faces.el (face-id): Doc fix.
22864 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
22866         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
22867         (rmail-show-message): Use rmail-unknown-mail-followup-to.
22868         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
22870         * mail/sendmail.el (mail-yank-ignored-headers)
22871         (mail-font-lock-keywords, mail-mode-fill-paragraph):
22872         Add Mail-Followup-To and Mail-Reply-To headers.
22873         (mail-citation-hook): Add autoload cookie.
22874         (mail-mode): Doc fix.
22875         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
22876         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
22877         (mail-mode-fill-paragraph): Handle those headers.
22878         (mail-mailing-lists): New variable.
22879         (mail-mail-reply-to, mail-mail-followup-to): New functions.
22881 2005-03-17  Juri Linkov  <juri@jurta.org>
22883         * isearch.el (isearch-fallback): Check for `(car previous)'
22884         before calling `isearch-other-end-state'.
22886 2005-03-17  Kim F. Storm  <storm@cua.dk>
22888         * simple.el (move-beginning-of-line): Move to beginning of buffer
22889         line, as well as beginning of screen line.
22891 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
22893         * calendar/diary-lib.el (mark-diary-entries): Use new optional
22894         argument REDRAW rather than calendar-redrawing variable.
22895         * calendar/calendar.el (calendar-redrawing): Delete.
22896         (redraw-calendar): Do not bind calendar-redrawing.
22898 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
22900         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
22901         diary-file buffer.
22903 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22905         * help.el (describe-mode): Allow a :minor-mode-function property to
22906         specify a different minor mode toggle function than the variable.
22907         * simple.el (auto-fill-function):
22908         * subr.el (add-minor-mode): Use it.
22910 2005-03-16  Kenichi Handa  <handa@m17n.org>
22912         * language/ethio-util.el (sera-being-called-by-w3): New variable.
22913         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
22914         (ethio-fidel-to-sera-buffer): Likewise.
22916 2005-03-16  Juri Linkov  <juri@jurta.org>
22918         * emacs-lisp/find-func.el (find-function-regexp):
22919         Add defun-emitting macro `menu-bar-make-toggle'.
22921         * isearch.el: Put `isearch-scroll' property to
22922         `split-window-horizontally'.
22924         * info.el: Update error messages for `debug-ignored-errors'.
22925         (Info-isearch-search): Doc fix.
22926         (Info-find-node): Move up code to go into info buffer before
22927         recording the node to the history.
22928         (Info-fontify-node): Fontify titles only if the next line
22929         has two or more `*', `=', `-', `.'.
22930         Display "go to this node" for empty (match-string 3).
22932 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22934         * term/mac-win.el: Add mouse pointer shape constants.
22936 2005-03-15  Kim F. Storm  <storm@cua.dk>
22938         * simple.el (move-beginning-of-line): Use vertical-motion.
22940 2005-03-15  Juri Linkov  <juri@jurta.org>
22942         * isearch.el (isearch-error): New variable.
22943         (isearch-invalid-regexp, isearch-within-brackets): Remove.
22944         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
22945         (isearch-within-brackets-state): Remove.
22946         (isearch-case-fold-search-state, isearch-pop-fun-state):
22947         Decrease frame index.
22948         (isearch-mode, isearch-top-state, isearch-push-state)
22949         (isearch-edit-string, isearch-abort, isearch-search-and-update)
22950         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
22951         (isearch-search, isearch-lazy-highlight-new-loop):
22952         Replace `isearch-invalid-regexp' with `isearch-error'.
22953         Remove `isearch-within-brackets'.
22954         (isearch-search): Add `search-failed' handler to `condition-case'.
22955         (isearch-lazy-highlight-search): Add `condition-case' to catch
22956         errors and allow `isearch-lazy-highlight-update' to try
22957         highlighting from the beginning of the window.
22958         (isearch-repeat): Move up code to set isearch-wrapped to t
22959         before calling isearch-wrap-function.
22961         * info.el (Info-isearch-initial-node): New internal variable.
22962         (Info-search): Signal an error in isearch mode when search leaves
22963         the initial node.  Signal an error when `bound' is non-nil and
22964         nothing was found in the current subfile.
22965         (Info-isearch-search): Remove `condition-case'.
22966         (Info-isearch-wrap): Don't wrap when search failed during leaving
22967         the initial node.  If `Info-isearch-search' is nil, wrap around
22968         the current node.
22969         (Info-isearch-start): New fun.
22970         (Info-mode): Add buffer-local hook `Info-isearch-start' to
22971         `isearch-mode-hook'.
22973 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22975         * simple.el (normal-erase-is-backspace): Set default to t if
22976         running on Mac.
22978         * term/mac-win.el (function-key-map): Sync with x-win.el.
22980 2005-03-15  Kenichi Handa  <handa@m17n.org>
22982         * international/mule-cmds.el (locale-language-names): Modify the
22983         format of elements and add more entries.
22984         (locale-preferred-coding-systems): Add more entries.
22985         (set-locale-environment): Adjust for the change of
22986         locale-language-names.
22988 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22990         * pcvs.el (smerge-ediff): Remove bogus autoload.
22992 2005-03-14  Lute Kamstra  <lute@gnu.org>
22994         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
22995         Ignore a `*' at the beginning of a line.
22997         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
22998         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
22999         subr.el.
23000         (dont-compile, eval-when-compile, eval-and-compile): Use declare
23001         to specify indentation.
23003         * generic.el (define-generic-mode): Let generic-mode-list be a
23004         list of strings; test membership with equal.
23006 2005-03-14  Kim F. Storm  <storm@cua.dk>
23008         * simple.el (next-line, previous-line): Add optional try-vscroll
23009         arg to recognize interactive use.  Pass it on to line-move.
23010         (line-move): Don't perform auto-window-vscroll when defining or
23011         executing keyboard macro to ensure consistent behavior.
23013 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23015         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23017 2005-03-13  Lute Kamstra  <lute@gnu.org>
23019         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23020         debugger-setup-buffer so that backtrace marks the frames set to
23021         debug-on-exit and we don't have to do it manually.  Set an extra
23022         debug-on-exit for macro's.
23023         (debugger-setup-buffer): Don't mark the top frame manually.
23025 2005-03-12  Lute Kamstra  <lute@gnu.org>
23027         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23028         lisp-indent-function throughout.
23029         (with-no-warnings): Set lisp-indent-function property.
23031 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
23033         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23034         Add entry for backslash.
23036 2005-03-12  Juri Linkov  <juri@jurta.org>
23038         * info.el (Info-search): Four fixes for backward search.
23040 2005-03-11  Jay Belanger  <belanger@truman.edu>
23042         * calc/calc.el (calc-language-alist): New variable.
23043         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23044         (calc-embedded-find-modes): Use calc-language-alist instead of
23045         calc-embedded-language-alist.
23047 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
23049         * calendar/calendar.el (calendar-redrawing): New internal
23050         variable.
23051         (redraw-calendar): Remove bogus save-excursion from previous
23052         change.  Bind calendar-redrawing to t for mark-diary-entries.
23053         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23054         calendar if that is why we were called.
23056 2005-03-11  Kenichi Handa  <handa@m17n.org>
23058         * international/mule.el (make-coding-system): Set property
23059         coding-system-define-form to nil.
23060         (define-coding-system-alias): Likewise.
23062 2005-03-11  Kenichi Handa  <handa@m17n.org>
23064         These changes are suggested by Dave Love <fx@gnu.org>.
23066         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23067         coding: tag.
23068         (adaptive-fill-regexp): Add more bullets.
23069         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23070         regexps.
23072 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23074         * help.el (describe-mode): Properly handle non-trivial lighters.
23075         Don't ignore minor modes that are not listed in minor-mode-list.
23077         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23078         feature ON when the user requests to turn it OFF.
23080 2005-03-10  Lute Kamstra  <lute@gnu.org>
23082         * emacs-lisp/debug.el (debug-entry-code): Delete it.
23083         (implement-debug-on-entry): New function to replace debug-entry-code.
23084         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
23085         second argument as the 2005-03-07 change makes it obsolete.
23086         (debug-on-entry, cancel-debug-on-entry): Update call to
23087         debug-on-entry-1.
23088         (debug, debugger-setup-buffer): Comment update.
23089         (debugger-frame-number): Update to work with implement-debug-on-entry.
23091 2005-03-10  Jay Belanger  <belanger@truman.edu>
23093         * calc/calc-embed.el (math-ms-args): Declare it.
23094         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23095         math-ms-args.
23096         (calc-embedded-subst): Use math-multi-subst-rec to substitute
23097         variables.
23099 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
23101         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23102         Use message-box.
23104         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23105         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23106         (tooltip-gud-tips): Simplify.
23107         (tooltip-gud-tips-p): Remove superfluous :set.
23108         (tooltip-gud-modes): Add fortran-mode.
23109         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23111         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23113 2005-03-09  Kim F. Storm  <storm@cua.dk>
23115         * play/animate.el (animate-place-char): Use forward-line instead
23116         of next-line to improve performance.
23118 2005-03-09  Simon Josefsson  <jas@extundo.com>
23120         * net/browse-url.el (browse-url-default-browser): Doc fix.
23122 2005-03-09  Miles Bader  <miles@gnu.org>
23124         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23125         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23127 2005-03-09  Kenichi Handa  <handa@m17n.org>
23129         * international/latin-1.el: Set case and syntax for 255 only if
23130         set-case-syntax-set-multibyte is nil.
23132         * textmodes/ispell.el (ispell-insert-word): New function.
23133         (ispell-word): Use ispell-insert-word to insert a new word.
23134         (ispell-process-line): Likewise.
23135         (ispell-complete-word): Likewise.
23137 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
23139         * calendar/calendar.el (redraw-calendar): Preserve point.
23140         Reported by Matt Hodges <MPHodges@member.fsf.org>.
23141         (calendar-week-start-day): Move after definition of
23142         redraw-calendar.  Delete buffer test, since redraw-calendar has
23143         that now.
23145         * calendar/diary-lib.el (mark-diary-entries): Only call
23146         redraw-calendar in the first of any recursive calls.
23147         Reported by Alan Shutko <ats@acm.org>.
23149 2005-03-08  Juri Linkov  <juri@jurta.org>
23151         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23152         (html-horizontal-rule, html-line, html-image, html-checkboxes)
23153         (html-radio-buttons): Add a space before the trailing `/>' where
23154         sgml-xml-mode is non-nil.
23155         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23156         the subsequent tag of the empty XML tag.
23157         (html-href-anchor): Don't set initial input to "http:".
23158         (html-image): Ask for the image URL and set point inside alt="".
23159         (html-name-anchor): Duplicate the name in the `id' attribute when
23160         sgml-xml-mode is non-nil.
23161         (html-paragraph): Remove \n before <p>.
23162         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23163         instead of `checked' when sgml-xml-mode is non-nil.
23165         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23166         Remove 1 space before #RRGGBB to not truncate it on terminal
23167         windows w/o fringes.  Remove 1 space between bg and fg examples
23168         to get more space.
23169         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23170         avoid byte-compile warnings.
23172         * image-file.el (image-file-handler): Put `safe-magic' property to
23173         `image-file-handler'.
23175         * info.el (Info-isearch-search): Emulate word search in
23176         isearching through multiple Info nodes with Info-search.
23177         (Info-isearch-wrap): Allow isearch-word.
23179 2005-03-08  Lute Kamstra  <lute@gnu.org>
23181         * emacs-lisp/debug.el (debugger-step-through): Make sure that
23182         stepping into the debugger's code is not possible.
23183         (debugger-jumping-flag): Docstring update.
23185 2005-03-08  Jay Belanger  <belanger@truman.edu>
23187         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23188         embedded mode begins.
23189         (calc-embedded-language-alist): New variable.
23190         (calc-embedded-find-modes): Use calc-embedded-language-alist to
23191         set default language mode.
23193 2005-03-08  Kenichi Handa  <handa@m17n.org>
23195         * international/ccl.el (define-ccl-program): Fix docstring about
23196         extra 256 bytes assured for the output buffer.
23198         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23199         Fix BUFFER_MAGNIFICATION to 2.
23200         (ccl-encode-mule-utf-16be-with-signature): Likewise.
23202 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
23204         * align.el (align-rules-list): Added an alignment rule for CSS
23205         declarations (applies to css-mode and html-mode buffers).
23207 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23209         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23211 2005-03-07  Kim F. Storm  <storm@cua.dk>
23213         * simple.el (move-beginning-of-line): New command.
23215         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23217         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23219         * emulation/cua-base.el: Put CUA move property on move-end-of-line
23220         and move-beginning-of-line.
23222         * apropos.el (apropos-print): Omit command from M-x ... RET.
23224 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
23226         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23227         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23229 2005-03-06  Richard M. Stallman  <rms@gnu.org>
23231         * bindings.el (esc-map): Bind M-g to goto-line.
23233         * facemenu.el (global-map): Bind M-o, not M-g.
23235 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
23237         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23238         "Open Directory" as for "Open File".
23240 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
23242         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23243         (push-mark-command): Run activate-mark-hook.
23245 2005-03-06  Richard M. Stallman  <rms@gnu.org>
23247         * help-mode.el (help-mode-finish): Don't alter the element
23248         in view-return-to-alist if there already is one.
23250         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23251         make sure the current buffer is the expected one.
23253         * novice.el (disabled-command-function): Output in *Disabled Command*.
23254         Explicitly ignore non-keyboard events, and explicitly handle C-g.
23256         * textmodes/flyspell.el (flyspell-large-region):
23257         Pass args differently for aspell.
23259         * files.el (mode-require-final-newline): Doc fix.
23261 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
23263         * progmodes/which-func.el (which-function):
23264         Specify NOERROR when calling imenu--make-index-alist.
23266 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23268         * simple.el (normal-erase-is-backspace): Define default value.
23270         * custom.el (custom-theme-set-variables): Remove unused var
23271         `immediate'.
23272         (custom-reevaluate-setting): Simple function to handle variables
23273         that are defined before their default value can really be
23274         computed.
23276         * startup.el (command-line): Use it for temporary-file-directory,
23277         small-emporary-file-directory, auto-save-file-name-transforms,
23278         blink-cursor-mode, and normal-erase-is-backspace.
23280         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23281         progress, even with buggy anchored keywords.
23283 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
23285         * simple.el (goto-line): Remove unbalanced final parenthesis.
23287 2005-03-05  Richard M. Stallman  <rms@gnu.org>
23289         * simple.el (goto-line): Use a number at point as the default.
23290         With C-u as arg, switch buffers.
23292 2005-03-05  Juri Linkov  <juri@jurta.org>
23294         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23295         with `no-blinking-cursor'.
23297         * startup.el (no-blinking-cursor): New defvar.
23298         (command-line): Add `--no-blinking-cursor' to longopts.
23299         Set `no-blinking-cursor' to t for command line arguments
23300         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
23301         with `no-blinking-cursor' in the condition for calling
23302         `blink-cursor-mode'.
23304 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
23306         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23307         (menu-bar-options-save): Add blink-cursor-mode.
23308         (menu-bar-options-menu): Add blink-cursor-mode.
23310 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
23312         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23313         (icalendar-export-file, icalendar-export-region)
23314         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23315         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23317 2005-03-04  Lute Kamstra  <lute@gnu.org>
23319         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23320         (debug-function-list): Ditto.
23322 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
23324         * textmodes/texinfmt.el (texinfo-append-refill):
23325         Redefine the types of line to which @refill
23326         is not appended by replacing a search for `@refill\\|@bye' with
23327         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
23328         itemize@refill' bug and the unfilled long lines bug.
23329         (texinfmt-version): Update number and date.
23331 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
23333         * international/code-pages.el (windows-1250, windows-125[2-8])
23334         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23336 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23338         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23339         bound yet.
23341 2005-03-02  Romain Francoise  <romain@orebokech.com>
23343         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23344         buffer after removing limits.
23345         (ibuffer-pop-filter): Ditto.
23346         Update copyright.
23348 2005-03-02  Miles Bader  <miles@gnu.org>
23350         * button.el (make-text-button): If the user doesn't specify a
23351         type, use the default.  Rewrite to use `add-text-properties' and
23352         plist functions.
23354 2005-03-01  Lute Kamstra  <lute@gnu.org>
23356         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23357         (debugger-jumping-flag): New var.
23358         (debug-entry-code): Use it.
23359         (debugger-jump): Use debugger-jumping-flag and add
23360         debugger-reenable to post-command-hook.
23361         (debugger-reenable): Use debugger-jumping-flag and remove itself
23362         from post-command-hook.
23363         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23364         debugger-reenable.
23366 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
23368         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23369         inclusion of "itemize\\|", which may be unnecessary, is certainly
23370         inelegant, and stops refilling in itemize lists when formatting
23371         Japanese Texinfo files to Info.
23372         Update copyright to 2005.
23374 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
23376         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23377         of an error if GDB can't find the source file.
23379 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
23381         * calendar/calendar.el (redraw-calendar): Work from any buffer,
23382         not just the calendar.
23384         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23385         first.
23386         (diary-redraw-calendar): New function.
23387         (make-diary-entry): Add diary-redraw-calendar to local
23388         write-contents-functions.  Turn off selective display before
23389         inserting in diary.
23391 2005-03-01  Kim F. Storm  <storm@cua.dk>
23393         * emacs-lisp/copyright.el (copyright-fix-years): New command.
23395 2005-03-01  Lute Kamstra  <lute@gnu.org>
23397         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23398         that debug-entry-code can be safely removed from a function while
23399         this code is being evaluated.  Revert the 2005-02-27 change as the
23400         new implementation no longer requires it.  Make sure that a
23401         function body containing just a string is not mistaken for a docstring.
23402         (debug): Skip one more frame in case of debug on entry.
23403         (debugger-setup-buffer): Delete one more frame line in case of
23404         debug on entry.
23405         (debugger-frame-number): Update to use the new text introduced by
23406         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
23408 2005-02-28  Kim F. Storm  <storm@cua.dk>
23410         * double.el (double-translate-key): Call force-window-update after
23411         read-event to avoid crash in redisplay.
23413 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23415         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23416         (debug): Use it.  Move the inhibit-trace earlier.
23417         (debug-entry-code): New const.
23418         (debug-on-entry-1): Use it.
23420 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
23422         * international/utf-16.el (ccl-encode-mule-utf-16le):
23423         Fix BUFFER_MAGNIFICATION to 2.
23424         (ccl-encode-mule-utf-16be): Likewise.
23426 2005-02-28  Kenichi Handa  <handa@m17n.org>
23428         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23429         Fix BUFFER_MAGNIFICATION to 4.
23430         (ccl-encode-mule-utf-16be-with-signature): Likewise.
23432 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
23434         * speedbar.el (speedbar-update-flag): Doc fix.
23435         (speedbar-show-info-under-mouse): Give set-mouse-position the right
23436         argument.
23438 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23440         * reveal.el (reveal-post-command): Don't try to reveal overlays which
23441         have a non-nil `invisible' property but are actually visible.
23443         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23444         for perldoc sections.
23445         (perl-outline-regexp, perl-outline-level): New var and function.
23446         (perl-mode): Use them.
23448 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
23450         * calendar/diary-lib.el (diary-remind): Discard any mark portion
23451         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23453 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
23455         * cus-edit.el: Comment change.
23456         (custom-buffer-create-internal): Slightly reword text at top of
23457         Custom buffers.  Mention there that saving an option edits the
23458         init file.  Add link to Emacs manual node on `custom-file'.
23459         (custom-magic-alist): Rewrite individual State messages to use
23460         capitalized keywords.  Doc fix.
23462 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
23464         * calendar/calendar.el (calendar-buffer): Move above
23465         calendar-week-start-day.
23466         (calendar-week-start-day): Doc fix.  Add :set function.
23467         (calendar-minimum-window-height): New variable.
23468         (generate-calendar-window): Only resize window if selected-window
23469         is displaying the calendar buffer.  Use new variable
23470         calendar-minimum-window-height.
23471         (generate-calendar): Reword error message.
23472         (calendar-mode-map): Bind DEL to scroll-other-window-down.
23474 2005-02-27  Andreas Schwab  <schwab@suse.de>
23476         * vc.el (vc-do-command): Don't run command asynchronously when
23477         operating in a remote directory.
23479         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23480         change from sync with Tramp 2.0.47.
23482 2005-02-27  Richard M. Stallman  <rms@gnu.org>
23484         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23486         * textmodes/flyspell.el (flyspell-mode-on):
23487         Call ispell-change-dictionary only if necessary.
23489         * emacs-lisp/re-builder.el (regexp-builder): New function.
23491         * register.el (describe-register-1): Explicitly handle
23492         yank-excluded-properties = t.
23494         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23495         (custom-magic-alist): Change the status descriptions again.
23496         (face widget-type): Total rewrite based on `restricted-sexp'
23497         to eliminate the confusing double hiding levels.
23499         * emacs-lisp/debug.el (debug-on-entry-1):
23500         If function body is empty, add nil as body form.
23502 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23504         * emacs-lisp/trace.el (inhibit-trace): New var.
23505         (trace-make-advice): Use it.
23507         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23509 2005-02-26  Kim F. Storm  <storm@cua.dk>
23511         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23512         (mouse-on-link-p, mouse-drag-region-1): Use it.
23514 2005-02-25  Lute Kamstra  <lute@gnu.org>
23516         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23518 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
23520         * frame.el (blink-cursor-mode): Add :group keyword.
23522 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
23524         * calendar/icalendar.el (icalendar--decode-isodatetime):
23525         New optional argument DAY-SHIFT.
23526         (icalendar-export-region): Fix coding-system-for-write.
23527         (icalendar--convert-ical-to-diary): Shift end-day of all-day
23528         events by one.
23530 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23532         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23534 2005-02-24  Kim F. Storm  <storm@cua.dk>
23536         * international/iso-acc.el (iso-accents-compose): Fix crash
23537         during redisplay.  Call force-window-update after read-event
23538         and delete-region to signal that window is not accurate.
23540 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
23542         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23543         Remove unused and inexistent var `inhibit-trace'.
23544         (debugger-mode): Use run-mode-hooks.
23545         (debugger-list-functions): Add buttons; setup xref stack.
23547 2005-02-23  Richard M. Stallman  <rms@gnu.org>
23549         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23550         appointment says it was explicitly made.
23551         (appt-add): Set the 3rd element.
23552         (appt-make-list): Preserve explicit appointments.
23554         * subr.el (find-tag-default): Catch errors in forward-sexp.
23556 2005-02-23  Juri Linkov  <juri@jurta.org>
23558         * info.el (Info-isearch-search): New defcustom.
23559         (Info-isearch-search): Call the default isearch function
23560         when Info-isearch-search is nil.
23561         (Info-isearch-wrap): Use variable Info-isearch-search.
23563 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
23565         * cus-edit.el: Comment change.
23567 2005-02-22  Kim F. Storm  <storm@cua.dk>
23569         * progmodes/hideif.el (hide-ifdef-use-define-alist):
23570         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
23572 2005-02-22  Simon Josefsson  <jas@extundo.com>
23574         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23575         New variable.
23576         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
23577         Oskarsson" <myrkraverk@users.sourceforget.net>.
23579 2005-02-22  Kim F. Storm  <storm@cua.dk>
23581         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23582         check that window of that event is the selected window.
23583         (mouse-drag-region-1): Compare mouse event window to selected
23584         window before setting point.
23586         * tooltip.el (tooltip-show-help-function): Pass event to
23587         mouse-on-link-p so it can check selected window.
23589 2005-02-22  Kenichi Handa  <handa@m17n.org>
23591         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23592         (ps-mule-show-warning): New function.
23593         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23594         characters are found.
23596         * ps-print.el (ps-header-footer-string): Return a list of header
23597         and footer strings.
23599 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
23601         * pcvs.el (cvs-retrieve-revision): Fix thinko.
23603 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23605         * frame.el (blink-cursor-mode): Use define-minor-mode.
23607         * term/mac-win.el (function-key-map): Use char-names more consistently.
23608         (file-name-coding-system): Only set it for MacOS-9.  The other case is
23609         already handled in mule-cmds.el (where it also works when mac-win.el
23610         is not used).
23612 2005-02-21  Kenichi Handa  <handa@m17n.org>
23614         * international/mule.el (ctext-pre-write-conversion): Always use
23615         " *code-converting-work*" buffer for work.
23617         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23619 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
23621         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23623 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
23625         * ses.el (undo-more): Restore defadvice, but only the part that
23626         allows changes outside the restricted area of the buffer.
23628 2005-02-20  Kim F. Storm  <storm@cua.dk>
23630         * simple.el (line-move): Add fourth optional arg try-vscroll which
23631         must be set to perform auto-window-vscroll.
23632         When moving backwards and doing auto-window-vscroll, automatically
23633         vscroll to the last part of lines which are taller than the window.
23634         (next-line, previous-line): Set try-vscroll arg on line-move.
23636 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
23638         * replace.el (query-replace, query-replace-regexp)
23639         (replace-string, replace-regexp): When operating on region, make
23640         the minibuffer prompt say so.
23642         * isearch.el (isearch-forward): Document isearch-query-replace and
23643         isearch-query-replace-regexp keybindings.
23645 2005-02-19  Jay Belanger  <belanger@truman.edu>
23647         * calc/calc-aent.el (math-read-token): Add local variable.
23649         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23650         (calc-edit-top): Move declaration to earlier in file.
23651         (calc-edit-macro-repeats): Add local variables.
23653         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23654         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23655         calcFunc-tanh.
23656         Adjust integration rule for calcFunc-tan.
23658 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
23660         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23661         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23662         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23663         (viper-skip-separators): Bug fix.
23664         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23665         particular major mode.
23666         (viper-del-backward-char-in-replace): Don't put deleted char on the
23667         kill ring.
23669         * viper-ex.el (viper-color-display-p): New function.
23670         (viper-has-face-support-p): Use viper-color-display-p.
23672         * viper-keym.el (viper-gnus-modifier-map): New keymap.
23674         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23676         * viper-util.el (viper-glob-unix-files): Fix shell status check.
23677         (viper-file-remote-p): Make equivalent to file-remote-p.
23679         * viper.el (viper-major-mode-modifier-list):
23680         Use viper-gnus-modifier-map.
23682 2005-02-19  David Kastrup  <dak@gnu.org>
23684         * subr.el (subregexp-context-p): Fix garbled doc string by adding
23685         quoting.
23687 2005-02-19  Jay Belanger  <belanger@truman.edu>
23689         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23690         Remove extra definitions.
23691         (calc-coth): New function.
23692         (calcFunc-cot): Fix `let'.
23694 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
23696         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23697         the reasons we use "type pc" in these faces.
23699         * button.el (button): Ditto.
23701 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
23703         * replace.el (query-replace-read-from): Set the value of
23704         query-replace-from-history-variable to handle the case of an empty
23705         string entered to accept the suggested default.
23707         * net/tramp.el (tramp-file-name-for-operation):
23708         Use dired-call-process instead of dired-call-process-command.
23710 2005-02-19  Jay Belanger  <belanger@truman.edu>
23712         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23713         (math-div-non-trig): New variables.
23714         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23715         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23716         (math-combine-prod, math-div-symb-fancy): Add simplifications for
23717         trig expressions.
23719 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
23721         * progmodes/gdb-ui.el (gdb-var-update-handler)
23722         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23723         for watch expressions,
23724         (gdb-var-create-handler): Don't set speedbar-update-flag.
23725         (gdb-post-prompt): Simplify test for speedbar.
23727 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
23729         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23730         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23731         we use the syntax table of the correct buffer.
23732         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23733         Felix Gatzemeier.
23735         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23736         (ediff-file-remote-p): Make synonymous with file-remote-p.
23737         In all deffaces ediff-*-face-*, use min-colors.
23739         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23740         ediff-recurse-to-subdirectories.
23741         (ediff-mark-if-equal): Check that the arguments are strings, use
23742         ediff-same-contents (after to Felix Gatzemeier).
23744         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23745         nil.
23747 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
23749         * log-view.el (log-view-message-re): Fix up Subversion regexp.
23751 2005-02-18  David Kastrup  <dak@gnu.org>
23753         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
23754         use `mark-active' when defined.
23756 2005-02-18  Kenichi Handa  <handa@m17n.org>
23758         * ps-print.el (ps-font-info-database): New entry
23759         ZapfChancery-MediumItalic with correct font name.  Fix font name
23760         of the entry Zapf-Chancery-MediumItalic.
23762 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
23764         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
23766 2005-02-16  Kim F. Storm  <storm@cua.dk>
23768         * ido.el (ido-fallback-command): Pass user input to fallback command.
23770 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
23772         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
23773         (gdb-find-file-hook): Add server prefix.
23775 2005-02-16  Richard M. Stallman  <rms@gnu.org>
23777         * replace.el (perform-replace): Pass new args to replace-highlight.
23778         (replace-highlight): Take region args,
23779         and pass them to isearch-lazy-highlight-new-loop.
23781         * novice.el (disabled-command-hook): Autoload the defalias
23782         and the make-obsolete-variable call.
23784         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
23786         * isearch.el (isearch-lazy-highlight-start-limit)
23787         (isearch-lazy-highlight-end-limit): New variables limit
23788         the region for highlighting.
23789         (isearch-lazy-highlight-new-loop): New args BEG and END.
23790         (isearch-lazy-highlight-search): Use the new vars.
23791         (isearch-lazy-highlight-update): Likewise.
23793         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
23795         * cus-start.el (all): Use default-boundp.
23797 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
23799         * menu-bar.el (menu-bar-select-frame): Handle current frame.
23801 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
23803         * autorevert.el (auto-revert-stop-on-user-input)
23804         (auto-revert-verbose): Doc fixes.
23806 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
23808         * international/mule-cmds.el (set-locale-environment): Remove call
23809         to set-selection-coding-system on Windows.
23811 2005-02-15  Jay Belanger  <belanger@truman.edu>
23813         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
23814         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
23815         calcFunc-coth.
23816         (math-simplify-sqrt): Add simplifications.
23818         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
23819         to list.
23821         * calc/calc-ext.el: Add functions to autoloads.
23823         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
23824         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
23825         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
23826         (math-csc-raw, math-cot-raw): New functions.
23828         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
23830         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
23831         the variable name in a message.
23833         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
23834         calcFunc-csc, calcFunc-cot.
23836         * calc/calcalg2.el: Add derivative and integration rules for
23837         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
23838         calcFunc-csch, calcFunc-coth.
23839         (math-do-integral-methods): Add to checks for when to use
23840         substitutions.
23842         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
23844 2005-02-15  Lute Kamstra  <lute@gnu.org>
23846         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23847         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
23848         <monnier@iro.umontreal.ca>
23849         (lisp-outline-level): Improve efficiency.  Suggested by David
23850         Kastrup <dak@gnu.org>.
23852 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
23854         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
23855         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
23856         (gdb-set-gud-minor-mode-existing-buffers): New functions.
23857         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
23858         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
23860 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
23862         * cus-start.el (all): Comment change.
23864 2005-02-14  Lute Kamstra  <lute@gnu.org>
23866         * cus-start.el (all): Check if symbol is void.
23868 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
23870         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
23871         optional argument to \cite.
23873 2005-02-14  Richard M. Stallman  <rms@gnu.org>
23875         * cus-edit.el (custom-buffer-create-internal): Update help message.
23876         (custom-magic-alist): Update help messages.
23878         * cus-start.el (all): Allow a var to specify a standard value.
23880 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
23882         * custom.el (custom-theme-set-variables): Handle variable aliases.
23884         * frame.el (blink-cursor-timer): Doc fix.
23885         (blink-cursor): Make it an alias for `blink-cursor-mode' and
23886         declare obsolete.
23887         (blink-cursor-mode): Define with defcustom and use correct
23888         standard expression in that defcustom.
23889         * startup.el (command-line): Adapt to above changes in frame.el.
23891 2005-02-11  Lute Kamstra  <lute@gnu.org>
23893         * apropos.el (apropos-score-doc): Prevent division by zero.
23895 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
23897         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
23898         (icalendar--get-event-property-attributes)
23899         (icalendar--get-event-properties)
23900         (icalendar--datetime-to-diary-date): New functions.
23901         (icalendar--split-value): Doc fix.
23902         (icalendar--datetime-to-noneuropean-date)
23903         (icalendar--datetime-to-european-date): New optional argument
23904         SEPARATOR.  Return result as a string instead of a list.
23905         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
23906         (icalendar--convert-string-for-export): Rename arg S to STRING.
23907         (icalendar-export-region): Doc fix.  Change name of error buffer.
23908         Save output buffer.
23909         (icalendar-import-file): Add blank at end of prompt.
23910         (icalendar-import-buffer): Doc fix.  Do not switch to error
23911         buffer.  Indicate status in return value.
23912         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
23913         buffer.  Save output buffer.  Handle exception from recurrence
23914         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
23915         events.  Fix problems with weekly all-day events.
23917 2005-02-10  Richard M. Stallman  <rms@gnu.org>
23919         * simple.el (eval-expression-print-format):
23920         Avoid warning about edebug-active.
23922         * help.el (help-for-help-internal): Rename from help-for-help.
23923         (help-for-help): Define with defalias.
23925         * font-core.el (font-lock-default-function): Use with-no-warnings.
23927         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
23929         * custom.el (defface): Doc fix.
23931 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
23933         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
23934         width 0" to prevent word wrapping problems.
23936 2005-02-09  Kim F. Storm  <storm@cua.dk>
23938         * ido.el (ido-file-extensions-order): New defcustom.
23939         (ido-file-extension-lessp, ido-file-extension-aux)
23940         (ido-file-extension-order): New advanced file ordering.
23941         (ido-file-lessp): New simple file ordering.
23942         (ido-sort-list): Remove.
23943         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
23944         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
23946 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
23948         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
23949         that some versions of grep produce.
23950         (grep-mode-font-lock-keywords): Likewise.
23952 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
23954         * progmodes/gdb-ui.el (gdb-location-list): New variable.
23955         (gdb-cdir): Delete.
23956         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
23957         (gdb-source-info): Treat case when source file is in another
23958         directory properly.
23959         (gdb-get-location): New function.
23961 2005-02-07  Jay Belanger  <belanger@truman.edu>
23963         * calc/calc-prog.el (calc-write-parse-table-part)
23964         (calc-fix-token-name): Fix a check for language type.
23966         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
23968 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
23970         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
23971         as directory not writable.
23973 2005-02-07  Kim F. Storm  <storm@cua.dk>
23975         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
23976         (cua--standard-movement-commands): Remove list.
23977         Instead, set CUA property value to move for movement commands.
23978         (cua-movement-commands): Remove.  Users must set CUA prop instead.
23979         (cua--pre-command-handler): Check CUA property.
23980         (cua--init-keymaps): Don't remap undo commands.
23981         (cua-mode): Don't call cua--rectangle-on-off.
23983         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
23984         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
23985         (cua--rect-undo-set-point): New var.
23986         (cua--rectangle-undo-boundary): Setup undo apply entry.
23987         (cua--rect-undo-handler): New function for rectangle undo.
23988         (cua--rect-start-position, cua--rect-end-position): Add.
23989         (cua--rectangle-post-command): Call cua--rectangle-set-corners
23990         for restored rectangle.  Set point if cua--rect-undo-set-point.
23992 2005-02-06  Jay Belanger  <belanger@truman.edu>
23994         * calc/calc-lang.el (calc-tex-language): Display more information
23995         in messages.
23997         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
23998         in TeX mode.
24000 2005-02-06  Richard M. Stallman  <rms@gnu.org>
24002         * emacs-lisp/lisp.el (buffer-end): Doc fix.
24004 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
24006         * net/ldap.el (ldap-search-internal): Support attributes with
24007         optional descriptions separated by a semi-colon, as in
24008         "userCertificate;binary".
24010 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
24012         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24013         isn't a cons (i.e. the version is 0).
24015 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
24017         * help.el (help-for-help): Doc fix.
24019 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
24021         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
24022         GDB-Windows on the menu-bar as this works better.
24024 2005-02-04  Jay Belanger  <belanger@truman.edu>
24026         * calc/calc-embed.el (calc-embedded-update): Don't put in
24027         unnecessary newlines.  Adjust the end of formula marker.
24029         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24030         (math-latex-parse-two-args): New function.
24032 2005-02-03  Lute Kamstra  <lute@gnu.org>
24034         * help-fns.el (help-with-tutorial): Make sure that users cannot
24035         remove the entire text of the tutorial by means of `undo'.
24037 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
24039         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24040         in recent changes, where the ispell process was repeatedly
24041         killed & restarted.
24043         * international/mule-cmds.el (set-locale-environment): Set file-name
24044         coding system to utf-8 on Darwin systems.
24045         (set-default-coding-systems): Don't set default-file-name-coding-system
24046         on Darwin systems.
24048 2005-02-03  Richard M. Stallman  <rms@gnu.org>
24050         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24052 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
24054         * faces.el (list-faces-display): Add optional argument.
24056 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
24058         * font-core.el (font-lock-default-function): Handle the rare case where
24059         only font-lock-keywords is set.
24061 2005-02-02  Kenichi Handa  <handa@m17n.org>
24063         * international/characters.el: Cancel previous change for
24064         I-WITH-DOT-ABOVE and DOTLESS-i.
24066         * international/latin-5.el: Cancel previous change.
24068 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
24070         * progmodes/gud.el: Correction to syntax in gud-menu-map.
24072 2005-02-02  Kenichi Handa  <handa@m17n.org>
24074         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24075         DOTLESS-i.
24077         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24078         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24080         * case-table.el (get-upcase-table): New function.
24081         (copy-case-table): Copy upcaes table too if non-nil.
24082         (set-case-syntax-delims): Maintain upcase table too.
24083         (set-case-syntax-pair): Likewise.
24084         (set-upcase-syntax, set-downcase-syntax): New functions.
24085         (set-case-syntax): Maintain upcase table too.
24087 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
24089         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24091         * progmodes/gud.el (gud-goto-info): New function.
24092         (gud-tool-bar-map): Use correct icon.
24094 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
24096         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24097         When delegating, order args in the funcall correctly.
24099 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
24101         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24103 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
24105         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24106         buffer not visiting a file.
24108 2005-01-31  Jay Belanger  <belanger@truman.edu>
24110         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24111         bound on the line with the formula.
24113 2005-01-31  Kim F. Storm  <storm@cua.dk>
24115         * ses.el (ses-create-cell-variable-range)
24116         (ses-destroy-cell-variable-range, ses-reset-header-string)
24117         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24118         (ses-insert-row): Fix format of apply undo entries.
24120 2005-01-31  Jay Belanger  <belanger@truman.edu>
24122         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24123         parts.
24125         * calc/calc-embed.el (calc-embedded-open-formula)
24126         (calc-embedded-close-formula): Ignore matrix environments.
24128         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24129         TeX mode.
24131         * calc/calc-lang.el (math-function-table, math-oper-table)
24132         (math-variable-table): Adjust the LaTeX portions.
24134         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24135         (math-latex-ignore-words): New constant.
24137 2005-01-31  Richard M. Stallman  <rms@gnu.org>
24139         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24140         (ispell-local-dictionary): Doc fix.
24141         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24142         Don't reinitialize at run time.  Don't defcustom.
24143         All uses changed to append ispell-local-dictionary-alist,
24144         or check it first.
24145         (ispell-current-dictionary): New variable for dictionary in use.
24146         (ispell-dictionary): Now used only for global default.
24147         (ispell-start-process): Set ispell-current-dictionary,
24148         not ispell-dictionary.
24149         (ispell-change-dictionary): Use this only for setting
24150         user preferences.
24151         (ispell-internal-change-dictionary): New function
24152         to change the current dictionary in use.
24153         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24154         Use ispell-current-dictionary.
24155         Handle ispell-local-dictionary-overridden.
24156         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24158 2005-01-31  Jay Belanger  <belanger@truman.edu>
24160         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24162         * calc/calc-ext.el: Add calc-latex-language to autoloads.
24163         (calc-mode-map): Add calc-latex-language.
24165         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24166         (math-latex-print-frac): New functions.
24167         (math-oper-table, math-function-table, math-variable-table)
24168         (math-complex-format, math-input-filter): Add latex properties.
24169         (calc-set-language): Set math-expr-special-function-mapping.
24171         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24172         (calc-write-parse-table-part): Add LaTeX support.
24174         * calc/calc.el (calc-language): Adjust docstring.
24175         (calc-set-mode-line): Add LaTeX support.
24176         (math-expr-special-function-mapping): New variable.
24177         (math-tex-ignore-words): Add to list.
24179         * calc/calccomp.el (math-compose-expr, math-compose-rows):
24180         Add LaTeX support.
24181         (math-compose-expr): Add support for special functions.
24183         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24185 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
24187         * progmodes/gdb-ui.el (gdb-memory-address)
24188         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24189         (gdb-memory-mode-map, gdb-memory-format-keymap)
24190         (gdb-memory-format-menu, gdb-memory-unit-keymap)
24191         (gdb-memory-unit-menu): New variables for a buffer
24192         that lets the user examine program memory.
24193         (gdb-memory-set-address, gdb-memory-set-repeat-count)
24194         (gdb-memory-format-binary, gdb-memory-format-octal)
24195         (gdb-memory-format-unsigned, gdb-memory-format-signed)
24196         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24197         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24198         (gdb-memory-unit-word, gdb-memory-unit-halfword)
24199         (gdb-memory-unit-byte, gdb-memory-unit-menu)
24200         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24201         (gdb-memory-mode, gdb-memory-buffer-name)
24202         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24203         New functions for above buffer.
24205 2005-01-30  Richard M. Stallman  <rms@gnu.org>
24207         * cus-edit.el (custom-bury-buffer): Function deleted.
24208         (custom-buffer-done-function): Option deleted.
24209         (custom-buffer-done-kill): New replacement option.
24210         (Custom-buffer-done): Call quit-window.
24211         (custom-buffer-create-internal): Update for above changes.
24213 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
24215         * simple.el (undo-ask-before-discard): New var.
24216         (undo-outer-limit-truncate): Implement it.
24217         (undo-extra-outer-limit): Doc update.
24219 2005-01-29  Richard M. Stallman  <rms@gnu.org>
24221         * ses.el (undo-more): Delete defadvice.
24222         (ses-begin-change): Doc fix.
24224         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24225         instead of rebinding C-x u and C-_.
24227         * files.el (normal-backup-enable-predicate): Return nil for files
24228         in /tmp, regardless of temporary-file-directory.
24230         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24232         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24233         (open-rectangle, delete-whitespace-rectangle-line)
24234         (clear-rectangle-line): If FILL, pass t instead of FILL
24235         for move-to-column's 2nd arg.
24237         * simple.el (undo): Fix the test for continuing a series of undos.
24238         (undo-more): Set pending-undo-list to t when we reach end.
24239         (pending-undo-list): Move up defvar.
24241         * wid-edit.el (widget-button-click):
24242         Shorten the range of the track-mouse binding.
24244         * comint.el (comint-insert-input): Undo previous changes;
24245         use last-input-event in interactive spec.
24247 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
24249         * progmodes/compile.el (compilation-start): Bind buffer-read-only
24250         to nil before invoking call-process.  Reset buffer's modified flag
24251         after fontifying it in the no-async branch.
24253         * wid-edit.el (widget-specify-button): If mouse pointer shape
24254         cannot be changed, use mouse face instead.
24256 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
24258         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24259         (gdb-goto-breakpoint): Make breakpoint handling work on template
24260         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
24261         (gdb-assembler-custom): Update to recognize breakpoint information
24262         added on 2005-01-19.
24264 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24266         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24267         (dsssl-mode): Use define-derived-mode.
24268         (scheme-mode-initialize): Remove.
24269         (scheme-mode): Use run-mode-hooks.
24271         * cus-edit.el (customize-group-other-window)
24272         (custom-buffer-create-other-window): Don't override special-display-*.
24273         (custom-mode-map): Make it dense.
24275         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24276         sets the default value.
24278 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
24280         * descr-text.el: Add more keywords.
24282 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24284         * speedbar.el: Avoid unnecessary use of locate-library.
24286         * international/mule-cmds.el (standard-display-european-internal):
24287         Don't fiddle with latin-1 non-break space any more since it's now
24288         special cased in the C code.
24289         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24291 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
24293         * cus-start.el (all): Add `undo-outer-limit'.
24295 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
24297         * textmodes/bibtex.el (bibtex-format-entry):
24298         Use `bibtex-empty-field-re' only on the text of fields, not on entire
24299         field lines.
24300         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24301         not on part of a buffer.
24303 2005-01-25  Lute Kamstra  <lute@gnu.org>
24305         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24306         nonempty field text strings like "{letters\\macro{}more letters}".
24307         Clarify docstring.
24308         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24309         (bibtex-entry-offset, bibtex-parse-association)
24310         (bibtex-parse-field-name): Fix typos in docstrings.
24311         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24313 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
24315         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24316         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24317         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24318         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24320         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24321         isearch minor mode.
24323 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
24325         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24327 2005-01-24  Lute Kamstra  <lute@gnu.org>
24329         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24330         CASECHARS and NOT-CASECHARS regular expressions of the
24331         "nederlands" and "nederlands8" dictionaries to prevent a "Range
24332         striding over charsets" error.
24334 2005-01-24  Jay Belanger  <belanger@truman.edu>
24336         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24337         display variable name.
24339 2005-01-24  Kenichi Handa  <handa@m17n.org>
24341         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24342         Fix setting of the element of encoded-kbd-iso2022-invocations.
24344 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
24346         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24347         (gdb-threads-select): Change to also accept mouse events.
24348         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24349         (gdb-threads-mouse-select): Delete.
24351 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
24353         * files.el (insert-directory): Take care of empty directory,
24354         listed without -a switch.
24356 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24358         * textmodes/refill.el (refill-post-command-function):
24359         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24360         to the list of functions that we should be careful not to undo.
24361         (refill-late-fill-paragraph-function): Remove.
24362         (refill-saved-state): New var.
24363         (refill-mode): Use it to save fill-paragraph-function.
24364         Save also the value of auto-fill-function.
24366         * term/w32-win.el: Simplify code.
24368 2005-01-23  Kim F. Storm  <storm@cua.dk>
24370         * simple.el (line-move): Adapt to new return value from
24371         pos-visible-in-window-p.
24373         * simple.el (line-move): Fix last change.  Check partial
24374         visibility at point rather than at window-start.
24376 2005-01-22  Jason Rumney  <jasonr@gnu.org>
24378         * term/w32-win.el (xw-defined-colors): Remove debug-message.
24380 2005-01-22  David Kastrup  <dak@gnu.org>
24382         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24384 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
24386         * type-break.el (type-break-mode): Add a test for
24387         type-break-file-name being non-nil.
24389 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
24391         * net/eudc.el (top level): Call (message "") via progn, so that
24392         eudc-options-file is loaded.
24394 2005-01-22  Kim F. Storm  <storm@cua.dk>
24396         * simple.el (line-move-1): Rename from line-move.
24397         (line-move): New function that adjusts vscroll for partially
24398         visible rows, and calls line-move-1 otherwise.
24400 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
24402         * pcomplete.el: Define pcomplete-read-event instead of read-event,
24403         since it's not a complete read-event implementation
24405 2005-01-20  Jay Belanger  <belanger@truman.edu>
24407         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24408         for called function.
24410 2005-01-20  Steven Tamm  <steventamm@mac.com>
24412         * term/mac-win.el (process-connection-type): Remove.
24413         Controlled now by s/darwin.h:PTY_ITERATION.
24415 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24417         * window.el (handle-select-window): Don't switch window when we're
24418         in the minibuffer.
24420 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
24422         * subr.el (dotimes-with-progress-reporter): New macro.
24424         * ses.el (ses-dotimes-msg): Remove macro.
24425         Use `dotimes-with-progress-reporter' instead.
24427 2005-01-19  Steven Tamm  <steventamm@mac.com>
24429         * term/mac-win.el (process-connection-type): Use new
24430         operating-system-release variable to use ptys on Darwin 7 (OS X
24431         10.3) when using carbon build.
24433 2005-01-19  Jay Belanger  <belanger@truman.edu>
24435         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24436         flags if the last command was a tab or M-tab.
24438         * calc/calc-prog.el (calc-user-define-edit): Put original formula
24439         in formula editing buffer.
24441 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
24443         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24444         breakpoint image symbol in margin.
24446 2005-01-19  Jay Belanger  <belanger@truman.edu>
24448         * calc/calc-prog.el (calc-execute-kbd-macro):
24449         Ignore calc-keep-arg-flag.
24451 2005-01-19  Kenichi Handa  <handa@m17n.org>
24453         * textmodes/ispell.el (ispell-looking-at): New function.
24454         (ispell-process-line): Use ispell-looking-at to compare the ispell
24455         output and the buffer contents.
24457 2005-01-18  Jay Belanger  <belanger@truman.edu>
24459         * calc/calc.el (calc-display-raw): Fix docstring.
24461 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
24463         * simple.el (blink-matching-open): Strip extra info from syntax.
24465         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24466         funny chars in the end-of-here-doc marker.
24468 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
24470         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24471         that enable/disabled state of breakpoints is shown correctly in
24472         fringe and on ttys.
24473         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24474         Add breakpoint information as text properties.
24475         (gdb-mouse-toggle-breakpoint):
24476         Rename to gdb-mouse-set-clear-breakpoint.
24477         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
24478         breakpoints in the margin.
24479         (gdb-remove-strings): Simplify.
24481 2005-01-17  Jay Belanger  <belanger@truman.edu>
24483         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24484         erasing buffer.
24486 2005-01-17  Richard M. Stallman  <rms@gnu.org>
24488         * progmodes/grep.el (grep-find): Copy from `grep' the condition
24489         for calling grep-compute-defaults.
24491         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24492         if buffer is empty.
24494         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24496 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24498         * hilit-chg.el (highlight-changes-mode): Don't autoload.
24500         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24501         non-preloaded variables.
24503 2005-01-17  Steven Tamm  <steventamm@mac.com>
24505         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24506         tex-shell cause to force interactivity when using pipes.
24508 2005-01-17  Kim F. Storm  <storm@cua.dk>
24510         * simple.el (just-one-space): Make arg optional.
24512 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
24514         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24515         posn-at-x-y to t to access left-margin.
24517 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
24519         Sync with Tramp 2.0.47.
24521         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24522         catching keep-date problems in cp/scp operations.
24523         (tramp-handle-copy-file): Don't call `set-file-modes'
24524         unconditionally.  Specialized functions should know better what is
24525         necessary.  This improves performance a little bit, and the
24526         functions could catch errors with `cp -p' and `scp -p'.
24527         (tramp-do-copy-or-rename-file-via-buffer)
24528         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24529         when appropriate.
24530         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24531         Call `set-file-modes' when appropriate.
24532         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
24533         Johnsson <isak@hypergene.com>
24534         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24535         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
24536         <joakim@verona.se>
24537         (tramp-file-name-for-operation): Mark `shell-command' as magic for
24538         Emacs only.
24540         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
24541         `find-file-hooks' and `dired-mode-hook'.
24542         (tramp-minor-mode-map): Respective map.  Add remapping for
24543         `compile' and `recompile'.
24544         (tramp-remap-command, tramp-recompile): New defuns.
24545         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24546         in buffer "*Compilation*".  Call the commands asynchronously.
24548         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24549         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24550         `shell-command', because it isn't magic in XEmacs.  Reported by
24551         Adrian Aichner <adrian@xemacs.org>.
24553         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24554         `substitute-in-file-name.
24555         (tramp-smb-handle-substitute-in-file-name): New defun.
24556         (tramp-smb-advice-PC-do-completion): Delete advice.
24558 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
24560         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24561         Fix error in deleting region.
24563 2005-01-15  Richard M. Stallman  <rms@gnu.org>
24565         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24566         In non-temp buffer, switch syntax table temporarily.
24568         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24570         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24572         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24574         * imenu.el (imenu--split-menu): Copy menulist before sorting.
24575         (imenu--generic-function): Use START, not BEG, as pos of definition.
24577         * simple.el (just-one-space): Argument specifies number of spaces.
24579         * simple.el (eval-expression-print-format): Avoid warning
24580         about edebug-active.
24582 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
24584         * progmodes/sh-script.el: Code copied from make-mode.el
24585         with small changes,
24586         (sh-mode-map): Bind C-c C-\.
24587         (sh-backslash-column, sh-backslash-align): New variables.
24588         (sh-backslash-region, sh-append-backslash): New functions.
24590 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24592         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24593         (rmail-pop-password, rmail-pop-password-required): Move to
24594         rmail-obsolete group.
24595         (rmail-set-pop-password): Rename to rmail-set-remote-password.
24596         All callers updated.
24597         (rmail-get-pop-password): Rename to rmail-get-remote-password.
24598         Take an argument specifying whether it is POP or IMAP mailbox we
24599         are using.  All callers updated.
24600         (rmail-pop-password-error): Rename to
24601         rmail-remote-password-error.  Added mailutils-specific error message.
24602         (rmail-movemail-search-path)
24603         (rmail-movemail-variant-in-use): New variables.
24604         (rmail-remote-password, rmail-remote-password-required):
24605         New customization variables.
24606         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24607         (rmail-parse-url): New function.
24608         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24609         with GNU mailutils movemail.
24611 2005-01-15  Kevin Ryde  <user42@zip.com.au>
24613         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24614         suffix to space, $ or '$, to correctly position point when going
24615         to @table style constants like DBL_MAX.
24617 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
24619         * type-break.el (type-break-mode, type-break-file-time)
24620         (type-break-file-keystroke-count, type-break-choose-file):
24621         Don't store data in or load data from the file if type-break-file-name
24622         is nil.
24623         (type-break-file-name): Doc update as per the above.
24625 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
24627         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24628         lookup-key might return nil; handle that.
24630 2005-01-15  Alan Mackenzie  <acm@muc.de>
24632         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24633         rather than the element found, thus enabling the tree to be setcar'd.
24635 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
24637         * textmodes/org.el (org-show-following-heading): New option.
24638         (org-show-hierarchy-above): Use `org-show-following-heading'.
24639         (org-cycle): Documentation fix.
24641         * textmodes/org.el (orgtbl-optimized): New option
24642         (orgtbl-mode): New command, a minor mode.
24643         (orgtbl-mode-map): New variable.
24644         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24645         (orgtbl-error, orgtbl-self-insert-command)
24646         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24648         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24649         a local variable in each org-mode buffer.
24651         * textmodes/org.el (org-set-regexps-and-options): Rename from
24652         `org-set-regexps'.  Added checking for STARTUP keyword.
24653         (org-get-current-options): Add STARTUP options.
24654         (org-table-insert-row): Make mode intelligent about when
24655         realignment is needed.
24656         (org-self-insert-command, org-delete-backward-char, org-delete-char):
24657         New commands.
24658         (org-enable-table-editor): New default value `optimized'.
24659         (org-table-blank-field): Support blanking regions if active.
24661 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
24663         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24664         if the year is not given.
24666         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24667         Add new escapes %m and %M, fixed bug with %F by adding
24668         save-match-data.
24669         (reftex-reference): Remove ?. from list of spaces.
24670         (reftex-label-info): Add automatic label prefix recognition.
24672         * textmodes/reftex-index.el (reftex-index-next-phrase):
24673         Add slave parameter to call of `reftex-index-this-phrase'.
24674         (reftex-index-this-phrase): New optional argument.
24675         (reftex-index-region-phrases): Add slave parameter to call of
24676         `reftex-index-this-phrase'.
24677         (reftex-display-index): New argument redo.
24678         (reftex-index-rescan): Add `redo' to arguments of
24679         `reftex-display-index'.
24680         (reftex-index-Rescan, reftex-index-revert)
24681         (reftex-index-switch-index-tag): Add `redo' to arguments of
24682         `reftex-display-index'.
24683         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24684         indexing.  Fix bug with matching is there is a quote before or
24685         after the word.
24687         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24688         Fix bug when collecting citation keys in lines with comments.
24689         (reftex-citation): Prefix argument no longer rescans the document,
24690         but forces prompting for optional arguments of cite macros.
24691         (reftex-do-citation): Prompting for optional arguments implemented.
24693         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24694         Add optional arguments to most cite commands.
24695         (reftex-cite-cleanup-optional-args): New option
24696         (reftex-cite-prompt-optional-args): New option.
24697         (reftex-trust-label-prefix): New option.
24699         * textmodes/reftex-toc.el (reftex-toc-find-section):
24700         Add push-mark before changing the position in the buffer.
24702         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24703         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24705 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
24707         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24708         more carefully.
24710 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24712         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24713         (sgml-mode): Use it.
24714         (sgml-get-context): Better keep track of implicitly closed tags.
24716 2005-01-13  Kenichi Handa  <handa@m17n.org>
24718         * textmodes/ispell.el: These changes are to fix misalignment error
24719         caused by equivalent characters of different Emacs charsets.
24720         (ispell-unified-chars-table): New variable.
24721         (ispell-get-decoded-string): New function.
24722         (ispell-get-casechars, ispell-get-not-casechars)
24723         (ispell-get-otherchars): Call ispell-get-decoded-string.
24725 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
24727         * custom.el (custom-declare-variable): Just put symbol instead
24728         of (defvar . symbol) in `current-load-list'.
24730 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
24732         * emacs-lisp/elint.el: Fixed typo in Commentary section.
24734 2005-01-12  Jay Belanger  <belanger@truman.edu>
24736         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24737         to create a Calc summary.
24739 2005-01-12  Kim F. Storm  <storm@cua.dk>
24741         * mouse.el (mouse-on-link-p): Change functionality and doc
24742         string to comply with latest description in lisp ref.
24744 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
24746         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24747         Enable mouse clicks on mode-line, header-line and margin.
24748         (event-type): Give mouse event symbols an `event-kind' property
24749         with value `mouse-click'.
24751 2005-01-12  Juri Linkov  <juri@jurta.org>
24753         * facemenu.el (list-colors-display): Add new arg buffer-name.
24754         Use it.  Fix docstring.  Replace code for identifying duplicate
24755         colors by the name with call to `list-colors-duplicates' which
24756         identifies duplicate colors by the value unless the color
24757         is one of special Windows colors.  Set truncate-lines to t.
24758         Print sorted duplicate color names on each line.  Indent to 22
24759         \(the longest color name in rgb.txt) instead of 20.  Optimize.
24760         (list-colors-duplicates): New function.
24761         (facemenu-color-name-equal): Delete function.
24763         * facemenu.el (list-colors-print): New function created from code
24764         in list-colors-display.  Print #RRGGBB at the window right edge.
24765         (list-colors-display): When temp-buffer-show-function is not
24766         defined, call list-colors-print from temp-buffer-show-hook
24767         to get the right value of window-width in list-colors-print
24768         after the buffer is displayed.
24770         * simple.el (pop-mark): Move deactivate-mark out of conditional
24771         part to deactivate the active mark regardless of the state of the
24772         mark ring.
24774         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
24775         variables line in desktop files.
24777 2005-01-12  Juri Linkov  <juri@jurta.org>
24779         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
24780         Bring together isearch highlight related options.
24781         (lazy-highlight): Replace group `replace' by `matching'.
24782         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
24783         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
24784         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
24785         and declare them obsolete.
24786         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
24787         (isearch-faces): Remove defgroup.
24788         (isearch-overlay, isearch-highlight, isearch-dehighlight):
24789         Move isearch highlighting code closer to lazy highlighting code.
24791         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
24792         (query-replace-highlight, query-replace-lazy-highlight)
24793         (query-replace): Move definitions to the beginning of the file.
24795 2005-01-11  Juri Linkov  <juri@jurta.org>
24797         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
24798         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
24799         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
24801         * info.el (Info-history-forward): New variable.
24802         (Info-select-node): Reset Info-history-forward to nil.
24803         (Info-last): Turn into defalias.
24804         (Info-history-back): Rename from Info-last.
24805         Add current node to Info-history-forward.
24806         (Info-history-forward): New fun.
24807         (Info-mode-map): Replace Info-last by Info-history-back.
24808         Bind Info-history-forward to "r".
24809         (Info-mode-menu): Replace Info-last by Info-history-back.
24810         Fix menu item text.  Add menu item for Info-history-forward.
24811         (info-tool-bar-map): Replace Info-last by Info-history-back.
24812         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
24813         for Info-history-forward.
24814         (Info-mode): Replace Info-last by Info-history-back in docstring.
24815         Add local variable Info-history-forward.
24816         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
24818 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24820         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
24821         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
24822         Ignore select-window events rather than fiddle with
24823         mouse-autoselect-window.
24825 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
24827         * type-break.el (type-break-mode): Fix previous change.
24829 2005-01-10  Jay Belanger  <belanger@truman.edu>
24831         * calc/calc-ext.el (calc-reset): Reset when inside embedded
24832         calculator; only reset when point is inside a calculator.
24833         Don't adjust the window height if the window takes up the whole height
24834         of the frame.
24836 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
24838         * ebuff-menu.el (Electric-buffer-menu-mode):
24839         Preserve value of buffer-local var header-line-format.
24841 2005-01-09  Jay Belanger  <belanger@truman.edu>
24843         * calc/calc.el (calc-mode-var-list-restore-saved-values):
24844         Make sure settings file exists before accessing it.
24846         * calc/calc-embed.el (calc-embedded-subst):
24847         Replace math-multi-subst-rec, which is only supposed to be called
24848         by math-multi-subst, by math-multi-subst.
24850 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
24852         * vc.el (vc-allow-async-revert): New user option.
24853         (vc-disable-async-diff): New internal variable.
24854         (vc-revert-buffer): Use them to disable asynchronous diff.
24856         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
24857         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
24858         asynchronously if vc-disable-async-diff is t.
24860 2005-01-09  Jay Belanger  <belanger@truman.edu>
24862         * calc/calc.el (defcalcmodevar): New macro.
24863         (calc-mode-var-list-restore-default-values)
24864         (calc-mode-var-list-restore-saved-values): New functions.
24865         (calc-mode-var-list): Use defcalcmodevar to define it.
24866         (calc-always-load-extensions, calc-line-numbering)
24867         (calc-line-breaking, calc-display-just, calc-display-origin)
24868         (calc-number-radix, calc-leading-zeros, calc-group-digits)
24869         (calc-group-char, calc-point-char, calc-frac-format)
24870         (calc-prefer-frac, calc-hms-format, calc-date-format)
24871         (calc-float-format, calc-full-float-format, calc-complex-format)
24872         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
24873         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
24874         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
24875         (calc-matrix-brackets, calc-language, calc-language-option)
24876         (calc-left-label, calc-right-label, calc-word-size)
24877         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
24878         (calc-display-raw, calc-internal-prec, calc-angle-mode)
24879         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
24880         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
24881         (calc-window-height, calc-display-trail, calc-show-selections)
24882         (calc-use-selections, calc-assoc-selections)
24883         (calc-display-working-message, calc-auto-why, calc-timing)
24884         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
24885         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
24886         (calc-gnuplot-default-device, calc-gnuplot-default-output)
24887         (calc-gnuplot-print-device, calc-gnuplot-print-output)
24888         (calc-gnuplot-geometry, calc-graph-default-resolution)
24889         (calc-graph-default-resolution-3d, calc-invocation-macro)
24890         (calc-show-banner): Use defcalcmodevar to declare them and set
24891         their default values.
24893         * calc/calc-ext.el (calc-reset): Restore saved values of variables
24894         instead of default values (but restore default values if there is
24895         an argument of 0).
24897 2005-01-09  David Kastrup  <dak@gnu.org>
24899         * desktop.el (desktop-restore-eager): Fix typo in type.
24901 2005-01-08  Richard M. Stallman  <rms@gnu.org>
24903         * cus-edit.el (customize): Delete :link.
24905 2005-01-08  Jay Belanger  <belanger@truman.edu>
24907         * calc/calc.el (calc-mode): Remove the extension from the
24908         `calc-settings-file' file name when loading it.
24910 2005-01-08  Kim F. Storm  <storm@cua.dk>
24912         * info.el (Info-mode-map, Info-next-link-keymap)
24913         (Info-prev-link-keymap, Info-up-link-keymap):
24914         Map follow-link to mouse-face.
24915         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
24917 2005-01-08  Jay Belanger  <belanger@truman.edu>
24919         * calc/calc.el (calc-settings-file): Change default value.
24920         Suggested by cgw in a comment in calc-mode.el.
24922         * calc/calc-mode.el (calc-settings-file-name):
24923         Compare calc-settings-file to user-init-file instead of ~/.emacs.
24924         Replace ~/.emacs in a prompt by calc-settings-file.
24926 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
24928         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
24929         (desktop-lazy-idle-delay): New customizable variables.
24930         (desktop-buffer-args-list): New variable.
24931         (desktop-append-buffer-args): New function.
24932         (desktop-save): Call desktop-append-buffer-args for some buffers.
24933         (desktop-lazy-create-buffer): New function.
24934         (desktop-idle-create-buffers): New function.
24935         (desktop-read): Add message about buffers to restore lazily.
24936         (desktop-lazy-abort): New command.
24937         (desktop-clear): Call desktop-lazy-abort.
24938         (desktop-lazy-complete): New command.
24940 2005-01-06  Richard M. Stallman  <rms@gnu.org>
24942         * emacs-lisp/find-func.el (find-face-definition):
24943         Rename from find-face.
24945 2005-01-06  Kim F. Storm  <storm@cua.dk>
24947         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
24949         * man.el (Man-xref-man-page, Man-xref-header-file)
24950         (Man-xref-normal-file): Add follow-link property.
24952 2005-01-06  Jay Belanger  <belanger@truman.edu>
24954         * calc/calc-units.el: Make sure the proper macro definitions are
24955         available when compiling.
24957 2005-01-06  Juri Linkov  <juri@jurta.org>
24959         * isearch.el (isearch-lazy-highlight-update):
24960         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
24962 2005-01-06  Miles Bader  <miles@gnu.org>
24964         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
24965         (isearch-lazy-highlight-face): Use new name.
24967 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
24969         * uniquify.el (uniquify-rationalize-file-buffer-names):
24970         Re-add an interactive spec.
24971         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
24972         to the same name.
24974         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
24975         (isearch-update, isearch-done): Adjust calls accordingly.
24977 2005-01-05  Richard M. Stallman  <rms@gnu.org>
24979         * custom.el (custom-set-variables, custom-theme-set-variables):
24980         Clarify documentation.
24982         * emacs-lisp/find-func.el (find-variable)
24983         (find-variable-other-window, find-variable-other-frame):
24984         Fix the TYPE args to find-function-read and find-function-do-it.
24985         (find-function): Doc fix.
24986         (find-function-at-point): Replace function-at-point alias.
24988 2005-01-04  Richard M. Stallman  <rms@gnu.org>
24990         * cus-face.el (custom-declare-face):
24991         Record defface in current-load-list.
24993         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
24995         * emacs-lisp/find-func.el: Doc fixes.
24996         (find-face-regexp): New variable.
24997         (find-function-regexp-alist): New variable.
24998         (find-function-C-source): Third arg is now TYPE.
24999         (find-function-search-for-symbol): Handle general TYPE.
25000         (find-function-read, find-function-do-it): Handle general TYPE.
25001         (find-definition-noselect, find-face): New functions.
25002         (function-at-point): Alias deleted.
25004 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25006         * battery.el (display-battery-mode): Rename from display-battery.
25007         Handle the case where it gets turned off.
25009 2005-01-04  Richard M. Stallman  <rms@gnu.org>
25011         * cus-edit.el (customize): Make :link point to user doc.
25013         * man.el (Man-fontify-manpage): Turn off undo generation.
25015         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25017 2005-01-04  Andreas Schwab  <schwab@suse.de>
25019         * files.el (insert-directory): Only look for error lines in
25020         inserted text.  Don't move too far after processing --dired markers.
25022 2005-01-04  Richard M. Stallman  <rms@gnu.org>
25024         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25025         Don't expand if the character is @, period, dash, etc.
25026         (define-mail-abbrev): Quote names that contain problem characters.
25028 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
25030         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25032 2005-01-03  Richard M. Stallman  <rms@gnu.org>
25034         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25035         (query-replace-highlight, query-replace-lazy-highlight)
25036         (query-replace): Definitions moved up.  Doc fix.
25038 2005-01-03  Richard M. Stallman  <rms@gnu.org>
25040         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25041         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25042         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25043         (lazy-highlight-face): Rename from isearch-lazy-...
25044         Change all references to them.
25046 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
25048         * cus-edit.el (custom-file): Doc fix for defcustom.
25049         (custom-file): The function no longer sets the variable
25050         `custom-file' to its return value.
25052         * startup.el (command-line): No longer load `custom-file'.
25054 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25056         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25058         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25059         Don't confuse module-prefixed identifiers for labels.
25060         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25062 2005-01-02  Richard M. Stallman  <rms@gnu.org>
25064         * files.el (basic-save-buffer-1): Fix previous change.
25066         * loadhist.el (file-loadhist-lookup): New function.
25067         (file-provides, file-requires): Use it.
25069         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25070         instead of calculating the right size.
25072 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
25074         * vc-svn.el (vc-svn-diff): Stay local if possible.
25076 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25078         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25080         * files.el (hack-local-variables): Fix last change.
25082 2005-01-02  Jay Belanger  <belanger@truman.edu>
25084         * calc/calc-yank.el (calc-edit-top): New variable.
25085         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25086         object.  Change header properties.
25087         (calc-edit-finish, calc-edit-finish-stack-object)
25088         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25089         edited object.
25090         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25091         for the beginning of the edited object.
25092         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25093         for the beginning of the edited object.
25094         * calc/calc-prog.el (calc-edit-macro-finish-edit)
25095         (calc-finish-formula-edit, calc-macro-repeats)
25096         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25097         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25098         beginning of the edited object.
25099         (calc-user-define-edit): Change the header for editing macros.
25100         Remove unnecessary variable.
25102 2005-01-01  Jay Belanger  <belanger@truman.edu>
25104         * calc/calc-yank.el (calc-edit-mode): Change default header.
25105         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25106         * calc/calc-store.el (calc-edit-variable): Change title to match new
25107         header.
25108         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25109         mode to match new header.
25110         (calc-user-define-edit): Change titles to include names of commands.
25111         (calc-finish-formula-edit): Adjust to handle new header.
25112         (calc-finish-macro-edit): Remove.
25113         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25114         (calc-edit-macro-command, calc-edit-macro-command-type)
25115         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25116         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25117         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25118         (calc-edit-macro-finish-edit): New functions.
25119         (calc-user-define-edit): Use new functions to edit named calc macros.
25121 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
25123         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25125         * ses.el (copy-region-as-kill): Deactivate mark.
25127 2005-01-01  Richard M. Stallman  <rms@gnu.org>
25129         * replace.el (occur-1): If the output buffer is also an input,
25130         don't kill it, rename it.
25132         * faces.el (set-face-background, set-face-foreground): Doc fix.
25134         * cus-face.el (custom-face-attributes): Fix :help-echo strings
25135         for :foreground and :background.
25137         * dired.el (dired-view-command-alist): Variable deleted.
25138         (dired-view-file, dired-mouse-find-file-other-window):
25139         Delete the code to use it.
25141 2005-01-01  Kim F. Storm  <storm@cua.dk>
25143         * image.el (insert-sliced-image): Use t for line-height property.
25145 See ChangeLog.11 for earlier changes.
25147 ;; Local Variables:
25148 ;; coding: iso-2022-7bit
25149 ;; End:
25151     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25152   Copying and distribution of this file, with or without modification,
25153   are permitted provided the copyright notice and this notice are preserved.
25155 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1