(flyspell-external-point-words): Simplify logic, and don't try to
[emacs.git] / lisp / ChangeLog
blob60e1924206d1a7892e1f68259ad7f5d1490998af
1 2005-10-09  Richard M. Stallman  <rms@gnu.org>
3         * textmodes/flyspell.el (flyspell-external-point-words): Simplify
4         logic, and don't try to check for consecutive appearances of one
5         incorrect word.
7 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
9         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10         separator.
12         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14         (gud-expansion-speedbar-buttons): New function.
15         (gud-speedbar-buttons): Check for gud-comint-buffer.
17 2005-10-09  Bill Wohler  <wohler@newt.com>
19         * Makefile.in (updates): Add mh-loaddefs dependency.
21 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
23         * speedbar.el (speedbar-file-key-map): Fix typo.
25 2005-10-09  Daniel Brockman <daniel@brockman.se>
27         * cus-start.el (line-spacing): Add custom spec.
29 2005-10-09  Romain Francoise  <romain@orebokech.com>
31         * textmodes/ispell.el (ispell-check-version): Fix last change.
33 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
35         * term/x-win.el: Removed -i, --icon-type from comment.
37         * startup.el (command-line-x-option-alist): Removed options -i,
38         -itype, --icon-type, added -nb, --no-bitmap-icon
40 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
42         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
43         instead of :active.
45 2005-10-08  Eric Hanchrow <offby1@blarg.net>
47         * textmodes/ispell.el (ispell-check-version):
48         Ignore hyphen, and all that follows, in aspell's version text.
50 2005-10-08  Jay Belanger  <belanger@truman.edu>
52         * calc/calc-arith.el (math-known-square-matrixp): New function.
53         (math-pow-fancy): Check for matrices before distributing exponent
54         across products.
56         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
57         fullscreen keypad.  Suggested by Luc Teirlinck.
58         (calc-keypad-show-input): Add space for formatting.
60         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
61         Add square matrix option.
63         * calc/calc-poly.el (math-expand-term): Check for matrices instead
64         of checking calc-matrix-mode when deciding how to expand.
66         * calc/calc.el (calc-set-mode-line): Add square matrix option.
68 2005-10-08  Lars Hansen  <larsh@soem.dk>
70         * net/tramp.el (tramp-perl-directory-files-and-attributes): Add
71         error handling.
72         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
74 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
76         Sync with Tramp 2.0.51.
78         * net/tramp.el (tramp-handle-set-visited-file-modtime)
79         (tramp-handle-insert-file-contents, tramp-handle-write-region):
80         Insert special handling for `last-coding-system-used', again
81         it still seems to be necessary (unlike stated before).
82         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
83         (tramp-password-prompt-regexp): There might be other words before
84         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
85         (tramp-chunksize): Improve docstring.
86         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
87         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
88         Christian Joergensen <bugs@razor.dk>.
90 2005-10-07  Glenn Morris  <rgm@gnu.org>
92         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
93         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
94         precision'.
96 2005-10-07  Romain Francoise  <romain@orebokech.com>
98         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
99         (ibuffer-do-shell-command-pipe-replace)
100         (ibuffer-do-shell-command-file, ibuffer-do-eval)
101         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
102         (ibuffer-do-revert, ibuffer-do-replace-regexp)
103         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
104         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
105         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
106         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
107         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
108         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
109         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
110         Autoload file sans suffix.
112         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
114 2005-10-07  David Ponce  <david@dponce.com>
116         * recentf.el (recentf-menu-open-all-flag): New option.
117         (recentf-digit-shortcut-command-name): New function.
118         (recentf--shortcuts-keymap): New variable.
119         (recentf-menu-shortcuts): New variable.
120         (recentf-make-menu-items): Initialize it.  Replace the "More..."
121         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
122         (recentf-menu-value-shortcut): New function.
123         (recentf-make-menu-item): Use it.  No more in-lined.
124         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
125         (recentf-open-most-recent-file): Rename from
126         `recentf-open-file-with-key'.  Don't depend on key binding.
127         (recentf-mode-map): New variable.
128         (recentf-mode): Use it.
130 2005-10-06  Bill Wohler  <wohler@newt.com>
132         * mh-e/mh-loaddefs.el: Removed. Now generated automatically.
134         * Makefile.in (AUTOGENEL): Added mh-e/mh-loaddefs.el.
135         (MH-E-SRC): Added. Used by mh-autoloads.
136         (mh-autoloads): Added. Builds mh-e/mh-loaddefs.el. Rebuilds if any
137         files in MH-E-SRC have been updated.
138         (compile, recompile, bootstrap): Depend on mh-autoloads.
140 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
142         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
143         gud-break and gud-remove icons when the fringe is not available.
145         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
146         Typo.
148 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
150         * play/zone.el (zone): Wrap body with save-window-excursion.
152 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
154         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
155         Use the new `list-only' arg to diary-list-entries.
157         * calendar/diary-lib.el: Use overlays rather than selective-display.
158         (diary-selective-display): New var.
159         (diary-header-line-format): Use it.
160         (diary-list-entries): Add argument `list-only'.
161         Put the buffer in diary-mode.  Don't add \^M at beg and end.
162         Replace \^M by invisible overlays.
163         (diary-unhide-everything): Replace \^M by invisible overlays.
164         (print-diary-entries): Look for overlays rather than \^M.
165         Add a space to the temp buffer name.
166         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
167         Put the buffer in diary-mode.
168         (list-sexp-diary-entries): Replace \^M by invisible overlays.
169         (diary-anniversary): Make the year arg optional.
170         (diary-time-regexp): New const.
171         (diary-font-lock-keywords): Use it to accept a few more time formats.
173         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
175 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
177         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
178         Fix bug introduced 2005-07-03: Use (car (last ...))
179         to faithfully reproduce replaced artist-last.
180         (artist-set-arrow-points-for-poly): Likewise.
181         Suggested by Johan Bockg\e,Ae\e(Brd.
183 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
185         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
186         * wid-edit.el (widget):
187         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
188         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
190 2005-10-06  Kenichi Handa  <handa@m17n.org>
192         * international/mule-cmds.el (set-language-environment):
193         Fix setting up of case-table for unibyte mode.
195         * simple.el (what-cursor-position): If the character is displayed
196         by some `display' text property, show that.  Don't use
197         single-key-description for eight-bit characters in multibyte mode.
199 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
201         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
202         (gdb-ann3): Set it.
203         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
204         (gdb-info-frames-custom): Use inverse-video for first five
205         characters of selected frame only.
206         (gdb-get-frame-number): Select frame even when point is on frame
207         number.
209 2005-10-06  Masatake YAMATO  <jet@gyve.org>
211         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
212         Put `font-lock-function-name-face'.
213         (gdb-info-frames-custom): Put `font-lock-function-name-face'
214         and `font-lock-variable-name-face'
215         (gdb-registers-font-lock-keywords): New font lock keywords definition.
216         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
217         (gdb-memory-font-lock-keywords): New font lock keywords definition.
218         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
219         (gdb-local-font-lock-keywords): New font lock keywords definition.
220         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
221         (gdb-threads-font-lock-keywords): New font lock keywords definition.
222         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
224 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
226         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
227         (ediff-merge-region-is-non-clash-to-skip): Previously called
228         ediff-merge-region-is-non-clash.
230         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
231         Use insert-buffer-substring.
233         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
234         selecting files to patch.  Also bug fixes.
236         * ediff-util.el (ediff-setup): Bug fix.
237         (ediff-next-difference): Never skip clashes that differ in white
238         space only.
240         * ediff-wind.el (ediff-setup-control-frame)
241         (ediff-destroy-control-frame): Check the menubar feature.
243         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
244         (viper-refresh-mode-line): Use make-local-variable to localize
245         some vars instead of make-variable-buffer-local.  Suggested by
246         Stefan Monnier.
248         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
249         (viper-restore-cursor-type, viper-set-insert-cursor-type):
250         Use make-local-variable instead of make-variable-buffer-local.
251         Suggested by Stefan Monnier.
253         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
254         (viper-comint-mode-hook): Use make-local-variable on
255         require-final-newline.
256         (viper-non-hook-settings): Don't use make-variable-buffer-local.
258 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
260         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
261         also the second char of a comment-start sequence.
262         (scheme-sexp-comment-syntax-table): New var.
263         (lambda, define): Set their scheme-doc-string-elt property.
264         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
265         Use lisp-font-lock-syntactic-face-function now that it properly
266         handles |...| symbols.
267         (scheme-mode-variables): Set lisp-doc-string-elt-property,
268         parse-sexp-lookup-properties and font-lock-extra-managed-props.
270         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
271         bit from # to |.
272         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
274         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
275         (lisp-doc-string-elt-property): New var.
276         (lisp-font-lock-syntactic-face-function): Use it.
277         Rewrite to recognize docstrings even for forms not at toplevel.
279         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
280         annotation on the | part of #| rather than on the # part.
281         (scheme-font-lock-syntactic-face-function): New function, to
282         distinguish strings from |...| symbols.
283         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
284         syntax-table so that #|...|# is properly highlighted.
286         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
287         Don't mark as docstring the 3rd elem of an unknown toplevel form.
289 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
291         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
292         and C-e.
294         * emacs-lisp/eldoc.el: Move comments into docstrings.
295         (eldoc-message-commands): Initialize in its declaration.
296         Add move-beginning-of-line and move-end-of-line.
297         (eldoc-add-command, eldoc-add-command-completions)
298         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
300         * outline.el (outline-mark-subtree): Activate the mark.
302         * calendar/appt.el (appt-time-regexp): New var.
303         (appt-add, appt-make-list): Use it.
304         (appt-convert-time): Clean up.
306         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
307         Don't set any syntax-table property here.
308         (tex-font-lock-verb): New function.  Do it here.
309         (tex-font-lock-syntactic-keywords): Use it.
311 2005-10-04  Richard M. Stallman  <rms@gnu.org>
313         * wid-edit.el (widget-file-complete): Get the widget start point
314         the right way.  Default directory to `/' if file has none.
316         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
318         * textmodes/flyspell.el (flyspell-mode-on):
319         Call ispell-maybe-find-aspell-dictionaries.
321         * textmodes/ispell.el (ispell-word, ispell-region):
322         Call ispell-maybe-find-aspell-dictionaries.
323         (ispell-accept-buffer-local-defs):
324         Don't call ispell-maybe-find-aspell-dictionaries
326 2005-10-04  Richard M. Stallman  <rms@gnu.org>
328         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
330 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
332         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
333         instead of `fboundp' in order to allow for anonymous functions.
335 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
337         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
338         case the user clicks on the link while another window is selected.
339         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
341         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
342         functionality.
343         (dframe-help-echo): Save point in case mouse tracking is off.
345 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
347         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
349 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
352         not change the global value of those vars.
354         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
355         make-local-variable which we do not need any more.
357 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
359         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
360         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
361         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
362         (speedbar-path-line): Define obsolete aliases.
363         (speedbar-line-directory): Doc fix.
365         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
366         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
367         instead of speedbar-line-path.
369 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
371         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
372         to nil if dropping on a window.  Handle dropping on a minibuffer window
373         like dropping on a non-window part of Emacs.
375 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
377         * net/ange-ftp.el: Use with-current-buffer.
378         (ange-ftp-insert-directory): Do not follow symlinks any more.
380         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
381         Remove interactive spec.
383 2005-10-03  Kim F. Storm  <storm@cua.dk>
385         * ido.el (ido-mode): Use custom-initialize-set.
387 2005-10-02  Richard M. Stallman  <rms@gnu.org>
389         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
390         Use insert-buffer-substring.
392         * net/tramp.el: Pacify byte compiler warnings in pacification code.
393         (tramp-handle-file-local-copy): Use insert-buffer-substring.
395 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
397         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
398         in last change.
399         (ange-ftp-insert-directory): Fix up the search for the case where
400         `file' is absolute.
402 2005-10-02  Romain Francoise  <romain@orebokech.com>
404         * progmodes/compile.el (compile-goto-error): Delete extra paren.
406 2005-10-02  Andreas Schwab  <schwab@suse.de>
408         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
409         directory component in the session info.
411 2005-10-01  Richard M. Stallman  <rms@gnu.org>
413         * comint.el (comint-redirect-subvert-readonly): Doc fix.
415         * simple.el (next-error-internal): New function.
417         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
418         (compilation-start): Pass new arg to compilation-buffer-name.
419         (compile-goto-error): Use next-error-internal.
421 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
423         * speedbar.el: Remove RCS tag.
424         (speedbar-check-read-only): Handle non-existent files.
426         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
428         * info.el (Info-speedbar-hierarchy-buttons)
429         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
431 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
433         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
434         Do not match newline.
435         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
436         (bibtex-summary): Remove unnecessary save-excursion.
437         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
439 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
441         * term/mac-win.el: Add charset info for "iso10646-1".
442         Modify default fontset to use ATSUI-compatible fonts for some charsets
443         if available.
445 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
447         * speedbar.el: Re-apply arch tag.
448         (speedbar-version): Rename to version 1.0.  Suggested by Eric
449         M. Ludlam.
450         Reapply two changes from Emacs CVS' version of speedbar lost
451         during the merge:
452         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
453         (speedbar-frame-parameters): Improve customize type.
455 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
457         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
458         (ange-ftp-file-directory-p): Fix the symlink case.
459         (ange-ftp-insert-directory): When listing a single file, get a list of
460         the parent buffer and extract the relevant line.  Inspired from a patch
461         by Katsumi Yamaoka <yamaoka@jpl.org>.
462         (ange-ftp-file-name-sans-versions): Simplify.
464 2005-09-30  Bill Wohler  <wohler@newt.com>
466         Move MH-E image files from toolbar and mail directories into
467         etc/images.
469         * mail/reply2.*: Move to etc/images/mail/reply*.
471         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
472         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
473         etc/images.
475         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
476         * toolbar/reply*: Move to etc/images/mail.
478         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
480 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
482         * speedbar.el: New version 1.0pre3.
484         Frame management code (including timer, and mouse click specifics)
485         moved to dframe.el:
486         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
487         (speedbar-timer): Removed.  Use dframe-timer.
488         (speedbar-close-frame): Removed.  Use dframe-close-frame.
489         (speedbar-activity-change-focus-flag): Removed.  Use
490         dframe-activity-change-focus-flag.
491         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
492         dframe-update-speed.
494         (speedbar-current-frame): New macro.  Use this instead of the
495         variable speedbar-frame.
497         (speedbar-use-images, speedbar-expand-image-button-alist)
498         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
500         (speedbar-find-image-on-load-path): Removed.  Replaced by
501         defezimage in ezimage.el.
502         (speedbar-expand-image-button-alist): Removed.  Replaced by
503         ezimage-expand-image-button-alist in ezimage.el.
505         (speedbar-ignored-directory-regexp)
506         (speedbar-add-ignored-directory-regexp)
507         (speedbar-ignored-directory-expressions)
508         (speedbar-line-directory, speedbar-buffers-line-directory)
509         (speedbar-directory-line, speedbar-buffers-line-directory):
510         Renamed, replacing `path' with `directory'.
512         (speedbar-create-directory, speedbar-expand-line-descendants)
513         (speedbar-toggle-line-expansion)
514         (speedbar-contract-line-descendants): New commands.
516         (speedbar-query-confirmation-method, speedbar-select-frame-method)
517         (speedbar-use-tool-tips-flag): New options.
519         (speedbar-check-read-only, speedbar-require-version)
520         (speedbar-insert-separator, speedbar-buffers-tail-notes)
521         (speedbar-handle-delete-frame, speedbar-try-completion)
522         (speedbar-update-localized-contents): New functions.
524         (speedbar-incompatible-version, speedbar-ro-to-do-point)
525         (speedbar-object-read-only-indicator): New variables.
527         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
528         New hooks.
530         (speedbar-separator-face): New face.
532         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
533         (speedbar-ignored-modes): Add fundamental-mode.
534         (speedbar-directory-unshown-regexp): Add . directories.
536         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
537         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
538         `]' for full expand/close.
539         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
541         (speedbar-check-vc): Support hidden files.
542         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
543         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
544         state is nil, it is not checked out.
546         (speedbar-line-text, speedbar-line-token): Support expand buttons
547         with no text.
548         (speedbar-refresh): Universal argument acts as power-click.
549         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
550         that buffer to get variable values.
552         And many other bugfixes.
554         * dframe.el, ezimage.el, sb-image.el: New files.
556         * sb-*.xpm: Remove files.  New image files installed into
557         etc/images/ezimage.
559 2005-09-30  Kenichi Handa  <handa@m17n.org>
561         * ps-mule.el (ps-mule-show-warning): If a character is in
562         ps-print-translation-table, don't treat it as non-printable.
564 2005-09-30  David Ponce  <david@dponce.com>
566         * tree-widget.el (tree-widget-themes-load-path): New variable.
567         (tree-widget-themes-directory): Doc fix.
568         (tree-widget-image-formats) [Emacs]: Doc fix.
569         (tree-widget--locate-sub-directory): New function.
570         (tree-widget-themes-directory): Use it.
572         * recentf.el (recentf-filename-handlers): Rename from
573         `recentf-filename-handler'.  Allow a list of functions.
574         (recentf-menu-items-for-commands): Fix :help strings.
575         (recentf-apply-filename-handlers): New function.
576         (recentf-expand-file-name): Use it.
577         (recentf-cleanup): Remove duplicates too.
579 2005-09-29  Juri Linkov  <juri@jurta.org>
581         * faces.el: Rearrange face definitions to be in the same order as
582         their face descriptions in "(emacs)Standard Faces".
584         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
586         * tooltip.el (tooltip): Add group `basic-faces'.
588         * buff-menu.el (Buffer-menu-buffer): Remove group
589         `font-lock-highlighting-faces'.
591         * progmodes/compile.el (compilation-error, compilation-warning)
592         (compilation-info, compilation-line-number, compilation-column-number):
593         Change group from `font-lock-highlighting-faces' to `compilation'.
595         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
596         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
597         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
598         (vhdl-font-lock-reserved-words-face)
599         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
600         `font-lock-highlighting-faces'.
602         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
604 2005-09-28  Kim F. Storm  <storm@cua.dk>
606         * emulation/cua-base.el: Set CUA move property on additional commands:
607         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
608         forward-sexp, backward-sexp, forward-list, backward-list.
610 2005-09-28  Romain Francoise  <romain@orebokech.com>
612         * comint.el (comint-show-output): Really set point at the
613         beginning of the output when not using `comint-use-prompt-regexp'.
615 2005-09-27  Jay Belanger  <belanger@truman.edu>
617         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
618         in TeX mode.
620 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
622         * textmodes/org.el (org-table-sum): Fix format string.
624         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
625         Quote face names.
627 2005-09-26  Romain Francoise  <romain@orebokech.com>
629         * isearch.el (isearch-forward-regexp): Close doc string.
631 2005-09-25  Richard M. Stallman  <rms@gnu.org>
633         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
635         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
637         * progmodes/compile.el (compilation-error-properties):
638         When getting the file from the previous error message,
639         correctly decode the new data format.
641         * progmodes/cc-cmds.el (c-electric-paren):
642         Call old-blink-paren only for close-paren.
644 2005-09-24  Andreas Schwab  <schwab@suse.de>
646         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
647         condition.
649 2005-09-25  Romain Francoise  <romain@orebokech.com>
651         * dired-aux.el (dired-copy-file-recursive):
652         * dired.el (dired-delete-file):
653         * ediff-mult.el (ediff-dir-diff-copy-file):
654         * ediff-util.el (ediff-test-save-region):
655         * forms.el (forms-mode):
656         * ido.el (ido-file-internal, ido-delete-file-at-head):
657         * log-edit.el (log-edit-done):
658         * ses.el (ses-yank-resize):
659         * play/gomoku.el (gomoku-human-plays, gomoku)
660         (gomoku-human-resigns, gomoku-prompt-for-other-game)
661         (gomoku-offer-a-draw):
662         * play/landmark.el (lm-human-resigns, lm):
663         * net/eudcb-ldap.el (eudc-ldap-check-base):
664         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
665         * progmodes/ebrowse.el (ebrowse-find-pattern):
666         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
667         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
668         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
670         * vc.el (vc-delete-file):
671         * play/gomoku.el (gomoku-terminate-game, gomoku)
672         (gomoku-prompt-for-move, gomoku-human-takes-back):
673         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
674         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
676 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
678         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
679         color rxvt terminals by using the code xterm.el used to use before
680         2005-04-09 in order to match the colors used by rxvt.
682 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
684         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
685         colors rxvt-unicode terminals by using the same code as xterm.el.
687 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
689         * textmodes/tex-mode.el (tex-font-lock-append-prop)
690         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
691         new symbol used for the tex-verbatim face.
693 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
695         * woman.el (woman-file-name):
696         * wid-edit.el (widget-file-prompt-value)
697         (widget-coding-system-prompt-value):
698         * w32-fns.el (set-w32-system-coding-system):
699         * vc.el (vc-version-diff, vc-annotate):
700         * textmodes/reftex-auc.el (reftex-arg-cite)
701         (reftex-arg-index-tag):
702         * textmodes/refer.el (refer-get-bib-files):
703         * textmodes/artist.el (artist-figlet-choose-font):
704         * terminal.el (terminal-emulator):
705         * replace.el (occur-read-primary-args):
706         * rect.el (string-rectangle, string-insert-rectangle):
707         * ps-print.el (ps-print-preprint):
708         * progmodes/pascal.el (pascal-goto-defun):
709         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
710         * progmodes/compile.el (compilation-find-file):
711         * printing.el (pr-interactive-n-up):
712         * play/animate.el (animate-birthday-present):
713         * net/rcompile.el (remote-compile):
714         * man.el (man, Man-goto-section, Man-follow-manual-reference):
715         * mail/rmailsum.el (rmail-summary-search-backward)
716         (rmail-summary-search):
717         * mail/rmailout.el (rmail-output-read-rmail-file-name)
718         (rmail-output-read-file-name):
719         * mail/rmail.el (rmail-search, rmail-search-backwards):
720         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
721         * locate.el (locate):
722         * international/quail.el (quail-show-keyboard-layout):
723         * international/mule.el (set-buffer-file-coding-system)
724         (revert-buffer-with-coding-system, set-file-name-coding-system)
725         (set-terminal-coding-system, set-keyboard-coding-system)
726         (set-next-selection-coding-system):
727         * international/mule-diag.el (describe-coding-system)
728         (describe-font, describe-fontset):
729         * international/mule-cmds.el (universal-coding-system-argument)
730         (search-unencodable-char, describe-input-method)
731         (set-language-environment, describe-language-environment):
732         * international/codepage.el (codepage-setup):
733         * international/code-pages.el (codepage-setup):
734         * info.el (Info-search, Info-follow-reference)
735         (Info-search-backward):
736         * emacs-lisp/advice.el (ad-read-advised-function)
737         (ad-read-advice-class, ad-clear-cache, ad-activate)
738         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
739         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
740         (ad-read-regexp):
741         * ediff-util.el (ediff-toggle-regexp-match):
742         * ediff-ptch.el (ediff-prompt-for-patch-file):
743         * dired-aux.el (dired-diff):
744         * diff.el (diff):
745         * cus-edit.el (custom-variable-prompt):
746         * calendar/timeclock.el (timeclock-ask-for-project):
747         * calc/calcalg3.el (calc-get-fit-variables):
748         * calc/calc-store.el (calc-edit-variable)
749         (calc-permanent-variable):
750         * vc-mcvs.el (vc-mcvs-register):
751         * shadowfile.el (shadow-define-literal-group):
752         * woman.el (woman-file-name):
753         * vc.el (vc-version-diff, vc-merge):
754         * textmodes/reftex-index.el (reftex-index-complete-tag):
755         * format.el (format-decode-buffer, format-decode-region):
756         * emulation/viper-cmd.el (viper-read-string-with-history):
757         * emacs-lisp/debug.el (cancel-debug-on-entry):
758         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
759         * ediff.el (ediff-merge-revisions)
760         (ediff-merge-revisions-with-ancestor, ediff-revision):
761         * completion.el (interactive-completion-string-reader):
762         * calc/calc-prog.el (calc-user-define-formula):
763         Follow convention for reading with the minibuffer.
765 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
767         * progmodes/python.el (python-describe-symbol): Add globals() and
768         locals() to the arguments of emacs.ehelp.
770 2005-09-24  Magnus Henoch  <mange@freemail.hu>
772         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
773         New function, code extracted from ispell-valid-dictionary-list.
774         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
775         Call it.
777 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
779         * subr.el (version-regexp-alist): Extend valid syntax for version
780         strings: allow any of the characters -,_,+ to separate the
781         alpha/beta/rc part from the version part.  Doc fix.
782         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
784 2005-09-23  David Reitter  <david.reitter@gmail.com>
786         * mail/mailclient.el: New file.
788 2005-09-23  Richard M. Stallman  <rms@gnu.org>
790         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
791         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
792         Doc fixes.
794         * progmodes/cc-mode.el (c-font-lock-init):
795         Specify font-lock-lines-before.
797 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
799         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
800         whole conflict.
802 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
804         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
805         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
806         of `remap' feature when available.  Additional key bindings for
807         better tty support.
808         (org-mode-restart, org-force-self-insert): New commands.
809         (org-time-stamp-inactive): New command.
810         (org-remap): New function.
811         (org-table-auto-blank-field, org-level-color-stars-only): New options.
812         (org-enable-fixed-width-editor): Move to `org-structure'
813         customization group.
814         (org-self-insert-command, orgtbl-self-insert-command): Modify to
815         blank field after field motion commands.
817 2005-09-23  Kenichi Handa  <handa@m17n.org>
819         * international/mule-cmds.el (set-language-environment):
820         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
821         have to call utf-translate-cjk-load-tables.
823 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * mouse.el (mouse-move-drag-overlay): Fix last change.
827 2005-09-22  David Ponce  <david@dponce.com>
829         * tree-widget.el (tree-widget-value-create): Fix previous change.
831 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
833         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
835 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
837         * mouse.el (mouse-move-drag-overlay): New function.
838         (mouse-drag-region-1): Use it.
839         Try to simplify a bit the state handling.  Handle clicks on links
840         inside intangible areas.
841         (mouse-save-then-kill): Minor simplification.
842         (mouse-secondary-overlay): Make it always non-nil instead of
843         recreating it each time.
844         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
845         (mouse-kill-secondary, mouse-secondary-save-then-kill):
846         Simplify accordingly.
848 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
850         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
852 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
854         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
855         (ediff-file-name-sans-prefix): Treat nil as an empty string.
856         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
857         to patch.
859         * ediff-util.el: Use insert-buffer-substring.
861         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
863         * emulation/viper-cmd.el (viper-change-state): Don't move over the
864         field boundaries in the minibuffer.
865         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
866         (viper-minibuffer-post-command-hook): New hook.
867         (viper-line): Don't move cursor at bolp.
869         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
871         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
872         avoid compiler warnings.
874         * emulation/viper-macs.el (ex-map): Better messages.
876         * emulation/viper-utils.el (viper-beginning-of-field): New function.
878         * emulation/viper.el: Replace make-variable-buffer-local with
879         viper-make-variable-buffer-local everywhere, to avoid warnings.
881 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
883         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
884         Delete unused var `old-selected-window'.
885         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
886         (mouse-drag-secondary): Delete unused var `start-frame'.
888 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
890         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
892 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
894         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
895         Re-indent within 80 columns.  Use inhibit-read-only.
897 2005-09-19  Romain Francoise  <romain@orebokech.com>
899         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
901 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
903         * font-lock.el (font-lock-default-fontify-region): Don't add a line
904         unconditionally, since the after-change-function already did it.
906 2005-09-19  Miles Bader  <miles@gnu.org>
908         * net/newsticker.el: Get rid of CVS keyword.
910 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
912         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
913         The prompt is formatted later.
915 2005-09-19  David Ponce  <david@dponce.com>
917         * tree-widget.el (tree-widget-value-create): Save the converted
918         tree :node widget.
920 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
922         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
923         variable `message'.
925 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
927         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
928         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
929         <slawomir.nowaczyk.847@student.lu.se>.
931 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
933         * image.el (image-load-path): Use symbol `data-directory' instead
934         of its value, for backward compatibility with packages that bind
935         it during `find-image'.  Suggested by Katsumi Yamaoka.
936         (image-search-load-path): Handle symbols whose values are strings.
938 2005-09-18  Romain Francoise  <romain@orebokech.com>
940         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
941         with-current-buffer form in save-excursion.
943 2005-09-18  D Goel  <deego@gnufans.org>
945         * apropos.el (apropos-command): Fix `message' call: first arg
946         should be a format spec.  In this and all other cases that appear
947         below and elsewhere in the source code, I made a change only when
948         two conditions were satisfied: [1] I can think of a possibility
949         that the arguments would cause an error, for example, the code in
950         question relies on external variables such as filenames.  [2] I
951         was sure that the arg to `message' could not have been nil in the code.
953         * textmodes/tildify.el (tildify-region): Ditto.
955         * textmodes/reftex-index.el (reftex-index-change-entry)
956         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
957         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
958         * textmodes/org.el (org-complete, org-deadline, org-schedule)
959         (org-priority, org-table-sum):
960         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
961         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
962         (flyspell-word, flyspell-display-next-corrections):
963         * textmodes/bibtex.el (bibtex-print-help-message):
964         * textmodes/artist.el (artist-key-set-point-poly):
965         * term/mac-win.el (mac-services-insert-text):
966         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
967         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
968         (vhdl-port-paste-testbench, vhdl-compose-new-component)
969         (vhdl-compose-configuration):
970         * progmodes/sh-script.el (sh-blink, sh-show-indent)
971         (sh-set-indent, sh-learn-line-indent):
972         * progmodes/ps-mode.el (ps-mode-target-column):
973         * progmodes/idlwave.el (idlwave-make-tags)
974         (idlwave-scan-library-catalogs):
975         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
976         * progmodes/gud.el (gud-jdb-analyze-source):
977         * progmodes/flymake.el (flymake-log):
978         * progmodes/ebnf2ps.el (ebnf-generate-region):
979         * progmodes/cmacexp.el (c-macro-expansion):
980         * progmodes/ada-xref.el (ada-treat-cmd-string):
981         * progmodes/ada-mode.el (ada-create-case-exception-substring)
982         (ada-justified-indent-current, ada-batch-reformat):
983         * play/zone.el (zone):
984         * play/landmark.el (lm-move):
985         * play/decipher.el (decipher-show-alphabet):
986         * net/newsticker.el (newsticker--display-jump)
987         (newsticker--display-scroll):
988         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
989         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
990         * mail/feedmail.el (feedmail-dump-message-to-queue):
991         * eshell/esh-proc.el (eshell-remove-process-entry):
992         * emulation/ws-mode.el (ws-last-error):
993         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
994         (viper-record-kbd-macro):
995         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
996         * emacs-lisp/lisp-mnt.el (lm-report-bug):
997         * emacs-lisp/find-func.el (find-function-noselect):
998         * calendar/timeclock.el (timeclock-status-string)
999         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1000         (timeclock-when-to-leave-string):
1001         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1002         * calc/calc-units.el (calc-enter-units-table):
1003         * calc/calc-mode.el (calc-mode-record-mode):
1004         * woman.el (woman-mini-help):
1005         * wdired.el (wdired-change-to-wdired-mode):
1006         * vc.el (vc-retrieve-snapshot):
1007         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1008         * startup.el (display-startup-echo-area-message):
1009         * simple.el (set-goal-column):
1010         * ses.el (ses-command-hook, ses-recalculate-cell):
1011         * server.el (server-process-filter):
1012         * printing.el (pr-interface-txt-print, pr-interface-printify)
1013         (pr-interface-ps):
1014         * pcvs.el (cvs-help):
1015         * log-edit.el (log-edit, log-edit-mode-help):
1016         * iswitchb.el (iswitchb-possible-new-buffer):
1017         * isearch.el (isearch-edit-string):
1018         * image-mode.el (image-mode, image-minor-mode):
1019         * ibuf-macs.el (define-ibuffer-filter):
1020         * hi-lock.el (hi-lock-find-patterns):
1021         * files.el (toggle-read-only):
1022         * ediff-util.el (ediff-copy-diff)
1023         (ediff-write-merge-buffer-and-maybe-kill):
1024         * echistory.el (Electric-history-undefined):
1025         * dnd.el (dnd-insert-text):
1026         * dired-aux.el (dired-query):
1027         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1028         * bookmark.el (bookmark-bmenu-locate):
1029         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1030         Fix `message' calls to ensure first arg is a format string.
1031         The change was made only when these two conditions were satisfied:
1032         [1] when there is a possibility that the arguments would cause an error
1033         for example, if the code in question relies on external variables
1034         such as filenames, and
1035         [2] if the arg to `message' could not have been nil in the code.
1037         * pcomplete.el (pcomplete--help): Fix `message' format spec.
1038         Not having a %s would be weird, though not technically wrong.
1040 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1042         * term/mac-win.el (mac-add-charset-info): Doc fix.
1044 2005-09-17  Romain Francoise  <romain@orebokech.com>
1046         * shell.el (shell-resync-dirs): Handle echoing processes more
1047         reliably.  Don't insert resync command if `comint-process-echoes'
1048         is non-nil.
1050 2005-09-17  Magnus Henoch  <mange@freemail.hu>
1052         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1053         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1054         aspell versions >= 0.60.
1055         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1056         only if ispell-aspell-supports-utf8 is non-nil.
1058 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1060         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1061         buffer-local value to lisp-indent-function.
1063 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
1065         * progmodes/glasses.el (glasses-make-readable): If
1066         glasses-separator differs from underscore, put appropriate
1067         overlays over underscore characters.
1068         (glasses-convert-to-unreadable): If glasses-separator differs from
1069         underscore, try to convert glasses-separator characters to
1070         underscores.
1072 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1074         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1075         Use with-syntax-table and dolist.
1077 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
1079         * textmodes/reftex-auc.el:
1080         * textmodes/reftex-cite.el:
1081         * textmodes/reftex-dcr.el:
1082         * textmodes/reftex-global.el:
1083         * textmodes/reftex-parse.el:
1084         * textmodes/reftex-ref.el:
1085         * textmodes/reftex-sel.el:
1086         * textmodes/reftex-toc.el:
1087         * textmodes/reftex-vars.el:
1088         * textmodes/reftex.el: Small changes to remove compiler warnings.
1090         * textmodes/reftex-index.el: Likewise.
1091         (reftex-query-index-phrase): More efficient use of markers.
1093 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
1095         * image.el (image-load-path): New variable.
1096         (image-search-load-path): New function.
1097         (find-image): Search for images in `image-load-path'.
1099 2005-09-15  Richard M. Stallman  <rms@gnu.org>
1101         * follow.el: Change Maintainer field.
1103 2005-09-15  David Ponce  <david@dponce.com>
1105         * recentf.el (recentf-save-file-modes): New option.
1106         (recentf-save-list): Use it.
1108 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
1110         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1111         (mode-line-mule-info, mode-line-modified): Move bindings from
1112         mouse-3 to mouse-1.
1114 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
1116         * simple.el (sendmail-user-agent-compose): Revert last change.
1118 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1120         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1121         Use with-current-buffer.
1122         (ange-ftp-gwp-start): Remove unused var `gw-user'.
1123         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1124         (ange-ftp-insert-directory): Remove unused var `short'.
1125         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1127         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1128         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1130         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1131         (check-calendar-holidays, diary-list-entries): Autoload.
1132         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1133         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1135         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1136         which mistakenly removed a call to display-buffer.
1138 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
1140         * obsolete/iso-insert.el: Move to obsolete/ from international/.
1142 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
1144         * progmodes/hideshow.el
1145         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1146         (hs-allow-nesting): New user var.
1147         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1148         (hs-hide-block-at-point): When nesting allowed,
1149         if there is already an overlay in place, delete it.
1150         (hs-safety-is-job-n): Delete func; remove call sites.
1151         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1152         (hs-overlay-at): New func.
1153         (hs-already-hidden-p, hs-show-block): Use it.
1154         (hs-hide-all): Don't pre-clean if nesting allowed.
1155         (hs-show-all): Temporarily disallow
1156         nesting around call to `hs-discard-overlays'.
1158 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
1160         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1161         Delete unused local var.
1163 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
1165         * help-fns.el (describe-categories): "?\ " -> "?\s".
1166         (help-do-arg-highlight): Recognize also ARG-n, as in
1167         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
1169         * international/codepage.el (dos-unsupported-char-glyph):
1170         * net/newsticker.el (tool-bar-map, w3-mode-map)
1171         (w3m-minor-mode-map):
1172         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1173         (ent-alist):
1174         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1176 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
1178         * custom.el (custom-push-theme): Handle the case where a symbol is
1179         bound but face properties have not yet been assigned.
1181         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1182         Fix behavior if noerase is `t' and there is no mail buffer.
1184         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1185         if `continue' is nil, rather than signal an error.
1187 2005-09-12  Richard M. Stallman  <rms@gnu.org>
1189         * font-lock.el (font-lock-keywords): Add autoload.
1191         * help-fns.el (describe-variable): Rearrange to put source link
1192         in a predictable place.
1194         * net/newsticker.el: New file.
1196 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1198         * calendar/calendar.el (calendar-for-loop): Add edebug info.
1199         (calendar-basic-setup): Use the new nil arg.
1200         (number-of-diary-entries): Move to diary-lib.el.
1202         * calendar/diary-lib.el: Use with-current-buffer, match-string.
1203         (diary-list-entries): Use with-syntax-table and dolist.
1204         Rename from list-diary-entries.
1205         Use number-of-diary-entries if `number' is nil.
1206         (diary, diary-view-entries): Use this new name and new nil arg value.
1207         (number-of-diary-entries): Move from calendar.el.
1208         (diary-unhide-everything): New function.
1209         (include-other-diary-files, fancy-diary-display)
1210         (diary-show-all-entries, make-diary-entry): Use it.
1211         (diary-mail-entries): Use buffer-string.
1212         (mark-diary-entries): Fix long standing paren typo.
1213         (diary-sexp-entry): Use count-lines.
1214         (make-diary-entry): Avoid `previous-line'.
1215         (diary-mode-map): New var.
1216         (diary-mode): Redraw cal after saving.  Setup header-line.
1217         (fancy-diary-display-mode): Use local-set-key.
1219         * startup.el (command-line): Try calling various terminal-init-foo-bar
1220         functions by stripping hyphenated suffixes from $TERM.
1222         * files.el (normal-mode): Check boundness of font-lock-keywords.
1224 2005-09-12  Richard M. Stallman  <rms@gnu.org>
1226         * progmodes/compile.el: Don't decide a file's directory
1227         until the user actually tries to go there.
1228         (compilation-next-error-function):
1229         Pass compilation-find-file the directory from the file-struct.
1230         (compilation-internal-error-properties): Separate local FILE-STRUCT
1231         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
1232         (compilation-find-file): Arg DIR renamed to DIRECTORY.
1233         Expand it, and if nil, use default-directory.
1234         (compilation-get-file-structure): Don't mix specified directory
1235         with default directory.  Put specified directory into
1236         file-struct.  Don't make the file name absolute.
1238         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1239         (compile-command): Add autoload.
1240         (compilation-disable-input): Add autoload.
1242 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
1244         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1245         strings of the variables it can override.
1246         (time-stamp): New (as yet undocumented) time-stamp-format escapes
1247         %Q and %q, for fully-qualified domain name and unqualified host name.
1249 2005-09-11  Kim F. Storm  <storm@cua.dk>
1251         * emacs-lisp/authors.el (authors-aliases): Update list.
1252         (authors-fixed-entries): Update mldrag.el entry.
1254 2005-09-10  Alan Mackenzie  <acm@muc.de>
1256         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1257         from the region narrowed to.
1259 2005-09-10  Magnus Henoch  <mange@freemail.hu>
1261         * textmodes/ispell.el (ispell-check-version): Signal an error if
1262         aspell version is less than 0.60.
1264 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
1266         * progmodes/octave-inf.el (inferior-octave-startup):
1267         Resync current dir at the end.
1269 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
1271         * woman.el (woman-topic-at-point-default):
1272         Rename to woman-use-topic-at-point-default.
1273         (woman-topic-at-point): Rename to woman-use-topic-at-point.
1274         (woman-file-name): Reflect renames above.  Automatically use the
1275         word at point as topic if woman-use-topic-at-point is non-nil.
1276         Otherwise offer it as default but don't insert it in the
1277         minibuffer.  Also use `test-completion' instead of `assoc' as
1278         suggested by Stefan Monnier.
1280 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
1282         * vc.el (vc-directory, vc-update-change-log): Throw an error on
1283         the attempt to do it over Tramp.  This is not yet supported.
1285 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
1287         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1288         (menu-bar-non-minibuffer-window-p): New functions.
1289         ("Split Window", "Save As..."): Use them.
1290         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1291         ("Print Buffer", "Truncate Long Lines in this Buffer"):
1292         Use menu-bar-menu-frame-live-and-visible-p.
1293         ("Save Buffer", "Insert File", "Open Directory...")
1294         ("Open File...", "Visit New File..."):
1295         Use menu-bar-non-minibuffer-window-p.
1296         (kill-this-buffer-enabled-p, dired <menu-enable>):
1297         Use menu-bar-non-minibuffer-window-p.
1299 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
1301         * cus-start.el (all): Don't complain about fringe-related
1302         built-ins if fringes are not supported.  Ditto about
1303         selection-related built-ins.  Fix the test for GTK-related built-ins.
1305         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1306         ("Postscript Print Buffer", "Print Region", "Save As...")
1307         ("Save", "Insert File...", "Open Directory...")
1308         ("Open File...", "Visit New File..."")
1309         ("Truncate Long Lines in this Buffer"): Don't look at
1310         menu-updating-frame if this display does not support multiple frames.
1312 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
1314         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1316 2005-09-09  Emilio Lopes  <eclig@gmx.net>
1318         * woman.el: Format- and whitespace-related changes.
1320 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
1322         * woman.el: Fix my email address.
1324 2005-09-08  Richard M. Stallman  <rms@gnu.org>
1326         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1327         (sh-mode): Locally set skeleton-pair-default-alist.
1329         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1331         * progmodes/flymake.el: Require `compile' unconditionally.
1333         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1335         * woman.el (woman-file-name): Provide a default, not initial input.
1337         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1339         * font-lock.el (font-lock-support-mode): Doc fix.
1341         * descr-text.el (describe-property-list): Handle non-symbol prop names.
1343 2005-09-08  Richard M. Stallman  <rms@gnu.org>
1345         * simple.el (blink-matching-open): Get rid of text props from
1346         the string shown in echo area.  Don't permanently set point.
1347         Some rearrangements.
1349 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
1351         * recentf.el (recentf-filename-handler): Add custom choice
1352         `abbreviate-file-name'.
1354         * msb.el (msb--very-many-menus): Fix typo.
1356         * disp-table.el (standard-display-european): Don't set
1357         enable-multibyte-characters to nil.
1359 2005-09-08  David Ponce  <david@dponce.com>
1361         * recentf.el (recentf-show-file-shortcuts-flag): New option.
1362         (recentf-expand-file-name): Doc fix.
1363         (recentf-dialog-mode-map): Define digit shortcuts.
1364         (recentf--files-with-key): New variable.
1365         (recentf-show-digit-shortcut-filter): New function.
1366         (recentf-open-files-items): New function.
1367         (recentf-open-files): Use it.
1368         (recentf-open-file-with-key): New command.
1370 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
1372         * buff-menu.el (Buffer-menu-sort-by-column): New function.
1373         Suggested by Kim F. Storm.
1374         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
1375         (Buffer-menu-make-sort-button): Use global keymap.
1377 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
1379         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
1380         (Man-getpage-in-background-advice): Remove defadvice; it isn't
1381         necessary any longer with the remapped command.
1382         (Man-bgproc-sentinel-advice): Remove defadvice which counts
1383         formatting time only.
1385         * net/tramp.el (tramp-action-password)
1386         (tramp-multi-action-password): Compile the password prompt from
1387         `method', `user' and `host'.  Sometimes it isn't obvious which
1388         password to enter, for example with remote files offered by
1389         recentf.el, or with multiple steps.  Suggested by Robert Marshall
1390         <robert@chezmarshall.freeserve.co.uk>.
1392 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1394         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1395         Fix regexp for when "s///" is at the beginning of line.
1397 2005-09-07  Jay Belanger  <belanger@truman.edu>
1399         * calc/calc-poly.el (math-expand-term): Multiply out any powers
1400         when in matrix mode.
1402 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1404         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
1405         non-anonymous functions.
1407 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
1409         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
1410         when using a header line.  Otherwise, use mouse-1-click-follows-link.
1412         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
1413         can't be moved; don't signal an error.
1415 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
1417         * cus-theme.el (custom-theme-write-faces): Save the current face
1418         spec, not the defface spec.
1420         * custom.el (custom-known-themes): Clarify meaning of "standard".
1421         (custom-push-theme): Save old values in the standard theme.
1422         (disable-theme): Correct typo.
1423         (custom-face-theme-value) Deleted unused function.
1424         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
1426 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1428         * progmodes/compile.el (compilation-goto-locus): Take into account
1429         iconified frames when determining whether the buffer is
1430         already visible.
1431         Don't reset window height if the window already existed.
1433 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
1435         * custom.el (load-theme): Rename from require-theme.
1436         Add interactive spec.
1437         (enable-theme): Rename from custom-enable-theme.
1438         Add interactive spec.
1439         (disable-theme): Rename from custom-disable-theme.
1440         Add interactive spec.
1441         (custom-make-theme-feature): Doc fix.
1442         (custom-theme-directory): Doc fix.
1443         (provide-theme): Call enable-theme.
1445 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * obsolete/lazy-lock.el (lazy-lock-mode):
1448         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
1449         font-lock-mode if it's off.  Print a warning instead.
1451         * progmodes/compile.el (compilation-start): Ignore errors if the
1452         process died before we get to send-eof.
1454         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
1455         Undo last change.  Enclosing the result in quotes broke things on Unix
1456         since tex-send-command passes it through shell-quote-argument.
1457         (tex-send-command): Pass `file' through convert-standard-filename
1458         when possible.
1459         (tex-uptodate-p): Handle the case where TeX hasn't put additional
1460         info in a transcript.
1462 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
1464         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
1465         fix compilation warning. Reorder the key definitions to group
1466         together keys emitted by the current version of xterm.
1468         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
1469         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
1470         Reorder predicates to correct min-color usage.
1472 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
1474         * longlines.el (longlines-mode): Inhibit read-only when encoding.
1475         Kill local variables when longlines-mode is turned off.
1477 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1479         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
1481         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
1483         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
1485         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
1486         (font-lock-lines-before): Change default to being inactive.
1487         (font-lock-default-fontify-region): Obey font-lock-lines-before.
1488         (font-lock-after-change-function): Don't handle f-l-lines-before here.
1490 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
1492         * net/tramp.el (tramp-handle-make-auto-save-file-name):
1493         Deactivate temporarily advice if active (not needed for Emacs 22,
1494         but for backwards compatibility).
1495         (tramp-exists-file-name-handler): Rewrite.  First implementation
1496         was too simple.
1497         (tramp-advice-make-auto-save-file-name):
1498         Call `tramp-handle-make-auto-save-file-name' (again, just for
1499         backwards compatibility).
1501 2005-08-31  Reto Zimmermann  <reto@gnu.org>
1503         * progmodes/vhdl-mode.el
1504         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
1505         (vhdl-end-p): Fix indentation bug "else" after "-- when".
1506         (vhdl-set-default-project): New function (easier setting of default).
1507         (vhdl-port-copy): Handle extended identifiers for generics.
1508         (vhdl-compiler-alist): Better description for error message regexp.
1509         (vhdl-make): Query for target, use previous as default.
1510         (vhdl-port-copy): Fix port copy for port names starting with "signal".
1511         (vhdl-font-lock-keywords-2): Fix fontification for record
1512         el. assign.
1513         (vhdl-speedbar-make-subpack-line): Add package body link.
1514         (vhdl-generate-makefile-1): Not include itself as dependency.
1515         (vhdl-font-lock-init): Highlight c-preprocessor directives.
1516         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
1517         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
1518         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
1519         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
1520         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
1521         (vhdl-import-project): Add string argument for `error'.
1522         (vhdl-compose-configuration)
1523         (vhdl-compose-configuration-architecture): Add configuration
1524         declaration generation.
1525         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
1526         (vhdl-trailer-re): Add "record" keyword (better indentation).
1527         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
1528         "[^ \t-\"]+".
1529         (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
1530         (vhdl-testbench-entity-file-name)
1531         (vhdl-testbench-architecture-file-name): Allow separate
1532         customization of testbench file names.
1533         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
1534         (vhdl-get-visible-signals): Allow newline within alias declaration.
1535         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
1536         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
1537         (member-ignore-case): Alias for missing function in XEmacs.
1538         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
1539         (vhdl-update-sensitivity-list): Ignore case on read signals.
1540         (vhdl-replace-string): Adjust case only for file names.
1541         (vhdl-update-sensitivity-list): Fix search for read signals.
1542         (vhdl-update-sensitivity-list): Exclude formal parameters.
1543         (vhdl-get-visible-signals): Include aliases of signals.
1544         (vhdl-get-visible-signals): Fix signal name searching.
1545         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
1546         (vhdl-fixup-whitespace-region): Fix for character
1547         literals (e.g. ':').
1549 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
1551         * ansi-color.el (comint-last-output-start):
1552         * bs.el (font-lock-verbose):
1553         * diff-mode.el (add-log-buffer-file-name-function):
1554         * dired-x.el (vm-folder-directory):
1555         * faces.el (help-xref-stack-item):
1556         * files.el (font-lock-keywords):
1557         * find-lisp.el (dired-buffers, dired-subdir-alist):
1558         * ido.el (cua-inhibit-cua-keys):
1559         * log-view.el (cvs-minor-wrap-function):
1560         * outline.el (font-lock-warning-face):
1561         * simple.el (compilation-current-error):
1562         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
1563         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
1564         * tooltip.el (comint-prompt-regexp):
1565         * w32-fns.el (explicit-shell-file-name):
1566         * term/mac-win.el (mac-charset-info-alist)
1567         (mac-services-selection, mac-system-script-code):
1568         * term/tty-colors.el (msdos-color-values):
1569         * term/w32-win.el (xlfd-regexp-registry-subnum):
1570         * term/x-win.el (x-keysym-table, x-selection-timeout)
1571         (x-session-id, x-session-previous-id):
1572         * textmodes/ispell.el (mail-yank-prefix):
1573         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
1574         * textmodes/org.el (calc-embedded-close-formula)
1575         (calc-embedded-open-formula)
1576         (font-lock-unfontify-region-function):
1577         * textmodes/reftex-global.el (isearch-next-buffer-function)
1578         (TeX-master):
1579         * textmodes/reftex.el (font-lock-keywords):
1580         * textmodes/tex-mode.el (font-lock-comment-face)
1581         (font-lock-doc-face):
1582         * textmodes/texinfo.el (outline-heading-alist):
1583         Add defvars.
1585         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
1586         (artist-spray-chars, artist-mode-init, artist-replace-string)
1587         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
1588         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
1589         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
1591         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
1592         (conf-align-assignments): "?\ " -> "?\s".
1594         * textmodes/reftex-index.el (TeX-master): Add defvar.
1595         (reftex-index-phrases-marker): Move up defvar.
1597         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
1598         (reftex-toc-include-labels-indicator)
1599         (reftex-toc-include-index-indicator)
1600         (reftex-toc-max-level-indicator): Move up declarations.
1602         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
1603         of args to `tramp-run-real-handler', even if it's empty in this case.
1605 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1607         * dired.el (dired-move-to-filename-regexp): Add date format for
1608         Mac OS X 10.3 in East Asian locales.
1610 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
1612         * files.el (make-auto-save-file-name): Add file name handler call
1613         if applicable.
1615         * net/tramp.el (tramp-file-name-handler-alist)
1616         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
1617         (tramp-handle-make-auto-save-file-name): Rename from
1618         `tramp-make-auto-save-file-name'.
1619         (tramp-exists-file-name-handler): New defun.
1620         (tramp-advice-make-auto-save-file-name): Make defadvice only when
1621         `make-auto-save-file-name' is not a magic file name operation.
1623 2005-08-30  Richard M. Stallman  <rms@gnu.org>
1625         * files.el (risky-local-variable-p):
1626         Match `-predicates' and `-commands.
1628         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
1629         (custom-save-all): Visit the file if necessary;
1630         kill the buffer if we created it.
1631         (custom-save-delete): Don't visit file or kill buffer here.
1633 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
1635         * textmodes/org.el (org-special-keyword): New face.
1636         (org-table-copy-down, org-table-eval-formula)
1637         (org-table-recalculate, org-init-section-numbers):
1638         Use `string-to-number' instead of `string-to-int'.
1639         (org-get-location): Use `insert-buffer-substring' instead of
1640         `insert-buffer'.
1641         (org-modify-diary-entry-string): New function.
1642         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
1643         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
1644         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
1645         active region.
1646         (org-export-as-html): Handle QUOTE keyword.
1647         (org-quote-string): New option.
1648         (org-bookmark-jump-unhide): New function, used for
1649         `bookmark-after-jump-hook'.
1650         (org-diary-default-entry): Apply only when not called through
1651         `org-agenda'.
1653 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
1655         * net/eudc.el (mode-popup-menu):
1656         * play/handwrite.el (ps-printer-name, ps-lpr-command):
1657         * progmodes/ada-mode.el (compile-auto-highlight)
1658         (skeleton-further-elements):
1659         * progmodes/autoconf.el (font-lock-syntactic-keywords):
1660         * progmodes/cmacexp.el (msdos-shells):
1661         * progmodes/compile.el (font-lock-extra-managed-props)
1662         (font-lock-keywords, font-lock-maximum-size)
1663         (font-lock-support-mode):
1664         * progmodes/grep.el (font-lock-lines-before):
1665         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
1666         * progmodes/mixal-mode.el (compile-command):
1667         * progmodes/perl-mode.el (font-lock-comment-face)
1668         (font-lock-doc-face, font-lock-string-face):
1669         * progmodes/prolog.el (comint-prompt-regexp):
1670         * progmodes/sh-script.el (font-lock-comment-face)
1671         (font-lock-set-defaults, font-lock-string-face):
1672         * progmodes/sql.el (font-lock-keyword-face)
1673         (font-lock-set-defaults, font-lock-string-face):
1674         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
1675         (itimer-version, lazy-lock-defer-contextually)
1676         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
1677         Add defvars.
1679         * progmodes/cperl-mode.el (cperl-electric-lbrace)
1680         (cperl-electric-keyword, cperl-electric-pod)
1681         (cperl-electric-backspace, cperl-forward-re)
1682         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
1683         (vc-rcs-header, vc-sccs-header): Add defvars.
1685         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
1686         (font-lock-syntactic-keywords, gud-find-expr-function):
1687         Add defvars.
1689         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
1690         (gdb-frame-parameters): Declare before use.
1692         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
1693         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
1694         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
1695         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
1697         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
1698         (idlwave-help-with-source): Use `insert-buffer-substring', not
1699         `insert-buffer'.
1701 2005-08-29  Juri Linkov  <juri@jurta.org>
1703         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
1704         Put outline-back-to-heading function call inside save-excursion.
1706 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
1708         * man.el (Man-init-defvars, Man-translate-references)
1709         (Man-support-local-filenames, Man-highlight-references):
1710         * progmodes/sql.el (sql-interactive-mode):
1711         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
1713         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
1714         (compilation-mode-font-lock-keywords): Add defvars.
1715         (checkdoc-interactive-loop): "?\ " -> "?\s".
1717         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
1718         (font-lock-doc-face, font-lock-string-face)
1719         (font-lock-keywords-case-fold-search): Add defvars.
1720         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
1722         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
1723         Don't pass X and Y (they are ignored anyway).
1724         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
1725         (mouse-delete-window): Make arguments optional.
1727         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
1728         (caesar-translate-table, minor-modes, news-buffer-save)
1729         (news-group-name, news-minor-modes): Add defvars.
1731         * emacs-lisp/lselect.el (mouse-highlight-priority)
1732         (x-lost-selection-functions, zmacs-regions):
1733         * emacs-lisp/pp.el (font-lock-verbose):
1734         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
1735         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
1736         (ses-mode-map):
1737         * emacs-lisp/tcover-unsafep.el (safe-functions):
1738         * international/mule-cmds.el (mac-system-coding-system)
1739         (mac-system-locale):
1740         * language/ethio-util.el (rmail-current-message)
1741         (rmail-message-vector):
1742         * language/thai-util.el (thai-auto-composition-mode):
1743         * mail/metamail.el (rmail-current-message, rmail-message-vector):
1744         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
1745         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
1746         (vm-primary-inbox, vm-spool-files):
1747         * mail/rmail.el (deleted-head, font-lock-fontified)
1748         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
1749         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
1750         (total-messages):
1751         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
1752         (rmail-summary-mode-map):
1753         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
1754         (rmail-last-label, rmail-last-multi-labels)
1755         (rmail-summary-vector, rmail-total-messages):
1756         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
1757         * mail/rmailsum.el (msgnum):
1758         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
1759         (rmail-current-message):
1760         * obsolete/fast-lock.el (font-lock-face-list):
1761         * obsolete/rnewspost.el (mail-reply-buffer):
1762         * obsolete/scribe.el (compile-command):
1763         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
1765 2005-08-28  John Paul Wallington  <jpw@gnu.org>
1767         * ibuf-ext.el (ibuffer-auto-update-changed):
1768         Use `frame-or-buffer-changed-p' to check whether we need to update.
1769         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
1770         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
1771         as a `frame-or-buffer-changed-p' state vector instead.
1773 2005-08-27  Romain Francoise  <romain@orebokech.com>
1775         * textmodes/makeinfo.el (makeinfo-compile):
1776         Use `compilation-start'.  Set `next-error-function' according to
1777         `disable-errors'.
1778         (makeinfo-next-error): New function.
1779         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
1780         (makeinfo-buffer): Likewise.
1782         * progmodes/compile.el (compilation-start): Add autoload cookie.
1784         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
1785         * textmodes/sgml-mode.el: Likewise.
1786         * progmodes/python.el: Likewise.
1788 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
1790         * simple.el (blink-matching-paren-distance): Document the meaning
1791         of nil value, and allow to customize to nil.
1793         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
1794         command.com, not command.exe.
1796 2005-08-26  John Wiegley  <johnw@newartisans.com>
1798         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
1799         code around a bit so that an extraneous nil argument is not added
1800         to a command when no args are given.
1802         * eshell/esh-arg.el (eshell-parse-double-quote): If a
1803         double-quoted argument resolves to nil, return it as an empty
1804         string rather than as nil.  This made it impossible to pass "" to
1805         a shell script as a null string argument.
1807 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1809         * outline.el (outline-invent-heading): New fun.
1810         (outline-promote, outline-demote): Use it.
1811         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
1812         (outline-end-of-subtree): Remove unused var `opoint'.
1814 2005-08-26  David Reitter  <david.reitter@gmail.com>
1816         * menu-bar.el (truncate-lines, write-file, print-buffer)
1817         (ps-print-buffer-faces, ps-print-buffer, split-window):
1818         Disable menu items when the frame they refer to is invisible, or when
1819         they refer to a buffer and the minibuffer is selected.
1821 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
1823         * progmodes/flymake.el (flymake-highlight-err-lines):
1824         Use save-excursion around flymake-highlight-line to preserve point.
1826 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
1828         * progmodes/octave-mod.el: Change Author and Maintainer address.
1829         (octave-maintainer-address): Change Kurt's email address.
1830         * progmodes/octave-inf.el: Change Author and Maintainer address.
1831         * progmodes/octave-hlp.el: Change Author and Maintainer address.
1833 2005-08-26  Kim F. Storm  <storm@cua.dk>
1835         * subr.el (version-list-<, version-list-<=, version-list-=):
1836         Renamed from integer-list-*.
1837         (version-list-not-zero): Likewise.  Fix while loop.
1838         (version=): Use version-list-= instead of string-equal.
1840 2005-08-26  Richard M. Stallman  <rms@gnu.org>
1842         * outline.el (outline-promote): Try shortening the heading.
1843         As last resort, read the heading to use.
1844         (outline-demote): As last resort, read the heading to use.
1846 2005-08-26  Romain Francoise  <romain@orebokech.com>
1848         * progmodes/compile.el (compilation-start): Doc fix.
1850         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
1851         (antlr-font-lock-additional-keywords): Fix reference to
1852         `antlr-font-lock-literal-regexp' erroneously changed during the
1853         mass face rename.
1854         (antlr-run-tool): Use `compilation-start'.
1856         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
1857         instead of the obsolete `compile-internal'.
1859 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
1861         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
1862         (number, original-date):
1863         * calendar/cal-china.el (date):
1864         * calendar/cal-coptic.el (date):
1865         * calendar/cal-french.el (date):
1866         * calendar/cal-hebrew.el (date, entry, number, original-date):
1867         * calendar/cal-islam.el (date, number, original-date):
1868         * calendar/cal-iso.el (date):
1869         * calendar/cal-julian.el (date):
1870         * calendar/cal-mayan.el (date):
1871         * calendar/cal-menu.el (date, event):
1872         * calendar/cal-persia.el (date):
1873         * calendar/lunar.el (date):
1874         * calendar/solar.el (date): Add defvars.
1876         * emerge.el:
1877         * ibuffer.el:
1878         * info-xref.el:
1879         * obsolete/bg-mouse.el:
1880         * obsolete/sun-curs.el:
1881         * obsolete/swedish.el: Move the `defvar's to the top level.
1883         * smerge-mode.el (smerge-refined-change): Add :group.
1885 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1887         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
1888         (smerge-keep-n): Remove props.
1889         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
1890         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
1891         now that it's done in smerge-keep-n.
1892         (smerge-refined-change): New face.
1893         (smerge-refine-chopup-region, smerge-refine-highlight-change)
1894         (smerge-refine): New funs.
1895         (smerge-basic-map): Bind smerge-refine.
1897 2005-08-25  Juri Linkov  <juri@jurta.org>
1899         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
1900         compilation-process-setup-function and compilation-disable-input
1901         in grep-mode instead of let-bindings in grep.
1903         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
1904         Delete "Automatic File De/compression" (auto-compression-mode).
1906 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
1908         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
1909         Silence warning about non-existent variable.
1911 2005-08-25  Richard M. Stallman  <rms@gnu.org>
1913         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
1914         Rename "Describe Key" to "Describe Key or Mouse Operation".
1916         * mail/mailalias.el (build-mail-aliases): Delete comments
1917         from the contents before processing them.
1919         * isearch.el (isearch-edit-string): Erase the Search prompt
1920         if user enters an empty string and there is no default.
1922         * comint.el (comint-file-name-prefix): Add autoload.
1924 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
1926         * subr.el (play-sound): Rearrange to avoid warning.
1928 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
1930         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
1931         New hook.
1932         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
1934 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1936         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
1938         * custom.el (custom-theme-set-variables): Sort minor modes last.
1940 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1942         * subr.el (version-separator, version-regexp-alist): New vars used by
1943         version comparison funs.
1944         (integer-list-<, integer-list-=, integer-list-<=)
1945         (integer-list-not-zero): New funs for integer list comparison.
1946         (version-to-list, version=, version<, version<=): New funs for version
1947         comparison.
1949 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
1951         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
1952         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
1953         time to silence the byte-compiler.
1955         * ibuffer.el (ibuffer-compile-make-eliding-form)
1956         (ibuffer-check-formats): Use `with-no-warnings' to hide references
1957         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
1958         so it's silly to get warnings for it).
1959         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
1960         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
1961         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
1962         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
1963         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
1964         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
1965         Defvar at compile time.
1966         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
1967         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
1968         Declare them before use.
1970         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
1971         (info-xref-good, info-xref-bad): Defvar at compile time.
1973         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
1974         Use `let*' instead of `let'.
1976         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
1977         (*mouse-y*, menu, char): Defvar at compile time.
1978         (sc::menu): Declare it before use.
1979         (sc::pack-one-line): Use `let', not `let*'.
1981         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
1982         (mail-send-hook): Defvar at compile time.
1984         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
1985         Defvar at compile time.
1987         * term/sun-mouse.el (current-global-mousemap)
1988         (current-local-mousemap): Declare them before use.
1990 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
1992         * bookmark.el (bookmark-after-jump-hook): New hook.
1993         (bookmark-jump): Run `bookmark-after-jump-hook'.
1995 2005-08-23  Juri Linkov  <juri@jurta.org>
1997         * faces.el (minibuffer-prompt): Doc fix.
1999 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
2001         * progmodes/xscheme.el: Trivial changes to silence warnings.
2002         (xscheme-previous-mode, xscheme-previous-process-state):
2003         Add defvars.
2004         (xscheme-last-input-end, xscheme-process-command-line)
2005         (xscheme-process-name, xscheme-buffer-name)
2006         (xscheme-expressions-ring-max, xscheme-expressions-ring)
2007         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2008         (xscheme-control-g-synchronization-p)
2009         (xscheme-control-g-disabled-p, xscheme-string-receiver)
2010         (default-xscheme-runlight, xscheme-runlight)
2011         (xscheme-runlight-string, xscheme-process-filter-state)
2012         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2013         Move to beginning of file.
2014         (scheme-interaction-mode-commands-alist)
2015         (scheme-interaction-mode-map, scheme-debugger-mode-map):
2016         Declare them before use.  Note: the initialization code for the variables
2017         has not been moved because it uses functions that reference the variables.
2018         (xscheme-control-g-message-string, xscheme-process-filter-alist)
2019         (xscheme-prompt-for-expression-map): Declare them before use.
2020         (scheme-debugger-mode-commands): "?\ " -> "?\s".
2022 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
2024         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2026 2005-08-22  Juri Linkov  <juri@jurta.org>
2028         * faces.el (set-face-underline): Delete this duplicate function
2029         and make an obsolete alias to set-face-underline-p.
2030         (set-face-underline-p): Use docstring of set-face-underline.
2031         (describe-face): Create hyperlink to parent face.
2033         * info.el (Info-insert-dir): Use save-excursion around
2034         insert-buffer-substring.
2035         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2036         (Info-escape-percent): Delete function.
2037         (Info-fontify-node): Replace Info-escape-percent by
2038         replace-regexp-in-string with REP arg set to lambda that
2039         duplicates `%' and preserves text properties.
2041         * progmodes/compile.el (compilation-disable-input): Doc fix.
2042         (define-compilation-mode): Doc fix and refill.
2043         (kill-compilation): Use `mode-name' in the error message.
2044         (compilation-find-file): Use `compilation-error' in the
2045         read-file-name's prompt.
2047 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2049         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2050         (smerge-auto-leave): Make undo re-enable the mode.
2051         (debug-ignored-errors): Add the user-error of impossible resolution.
2052         (smerge-resolve): Move things around a bit, in preparation for later.
2053         (smerge-diff): Don't fail if the buffer has no associated file.
2054         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2055         (smerge-conflict-overlay): New function.
2056         (smerge-match-conflict): Don't add text properties here.
2057         (smerge-find-conflict): Instead, add an overlay here.
2058         Also check for the case where we're inside a conflict already, so as to
2059         obviate the need for font-lock-multiline, which is unbearably slow with
2060         large conflicts and ciomplex font-lock patterns.
2061         (smerge-remove-props): Remove overlay rather than text-properties.
2062         (smerge-mode): Don't set font-lock-multiline.
2063         Remove overlays when turned off.
2065 2005-08-21  Kim F. Storm  <storm@cua.dk>
2067         * ido.el (ido-ignore-item-p): Use save-match-data.
2068         Bind case-fold-search to ido-case-fold locally.
2070 2005-08-20  Richard M. Stallman  <rms@gnu.org>
2072         * files.el (normal-mode): If font lock is on, turn it off and on.
2074         * subr.el (replace-regexp-in-string): Doc fix.
2076         * startup.el (command-line-1): Don't suppress startup screen
2077         due to existing processes.
2079         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2081         * progmodes/compile.el (compilation-disable-input): Default to nil.
2083 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2085         * progmodes/compile.el (compilation-disable-input): New defcustom.
2086         (compilation-start): If compilation-disable-input is non-nil, send
2087         EOF to the compilation process.
2089 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
2091         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2092         Run the argument of tex-shell-cd-command through
2093         convert-standard-filename, to get the correct style of slashes on
2094         Windows, and enclose the result in quotes, in case the file name
2095         includes whitespace or other special characters.
2097 2005-08-19  Andreas Schwab  <schwab@suse.de>
2099         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2100         process.
2102 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
2104         * cus-start.el (minibuffer-prompt-properties): Correct typo.
2106 2005-08-18  Kim F. Storm  <storm@cua.dk>
2108         * scroll-lock.el: Fix errors due to incorrect line wrapping.
2110 2005-08-18  Richard M. Stallman  <rms@gnu.org>
2112         * scroll-lock.el: New file.
2114 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
2116         * dired.el (dired-move-to-end-of-filename):
2117         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2119 2005-08-18  Kim F. Storm  <storm@cua.dk>
2121         * ido.el (ido-everywhere): Fix defcustom :set function to disable
2122         rather than toggle mode when custom value is nil.
2123         (ido-everywhere): Fix defun doc string.
2125 2005-08-17  Richard M. Stallman  <rms@gnu.org>
2127         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2128         as tag instead of "Inviolable".
2130 2005-08-17  Kim F. Storm  <storm@cua.dk>
2132         * windmove.el (windmove-coordinates-of-position): Remove.
2133         (windmove-coordinates-of-window-position): Remove.
2134         (windmove-reference-loc): Use posn-at-point instead.
2136         * subr.el (insert-for-yank-1): Doc fix.
2138         * ido.el (ido-enter-matching-directory): Rename from
2139         ido-enter-single-matching-directory.  Change 'slash choice to
2140         'only.  Add 'first choice.
2141         (ido-exhibit): Adapt to above changes.
2143 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
2145         * Makefile.in: Expand comment about building loaddefs.el.
2147 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
2149         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2150         Comment use of defadvice.
2152         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2154 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
2156         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2157         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2158         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2159         * progmodes/idlw-shell.el, progmodes/ld-script.el,
2160         * progmodes/which-func.el, ruler-mode.el, strokes.el,
2161         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2162         for backward compatibility for faces that did not appear in the
2163         previous Emacs release.
2165         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2167 2005-08-15  Kim F. Storm  <storm@cua.dk>
2169         * emulation/cua-base.el (cua-delete-region): Return t if
2170         deleted region was non-empty.
2171         (cua-replace-region): Inhibit overwrite-mode for
2172         self-insert-command if replaced region was non-empty.
2173         (cua--explicit-region-start, cua--status-string): Make them
2174         buffer-local at top-level...
2175         (cua-mode): ...rather than when mode is enabled.
2177 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
2179         * progmodes/vhdl-mode.el (vhdl-emacs-21):
2180         Set t for Emacs 21, 22, and so on.
2182 2005-08-15  David Ponce  <david@dponce.com>
2184         * tree-widget.el: Update Commentary header.
2185         (tree-widget-theme): Doc fix.
2186         (tree-widget-space-width): New option.
2187         (tree-widget-image-properties): Look up in the default theme too.
2188         (tree-widget--cursors): Only for images with arrow pointer shape.
2189         (tree-widget-lookup-image): Pointer shape is hand by default.
2190         (tree-widget-icon): Rename generic icon widget from
2191         `tree-widget-control'.
2192         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2193         derive from `tree-widget-icon'.
2194         (tree-widget-handle): Improve default look and feel of the text
2195         representation.
2196         (tree-widget): Rename :*-control properties to :*-icon properties.
2197         Add :action and :help-echo properties.
2198         (tree-widget-after-toggle-functions): Move.
2199         (tree-widget-close-node, tree-widget-open-node): Remove.
2200         (tree-widget-before-create-icon-functions): New hook.
2201         (tree-widget-value-create): Update to allow customization of icons
2202         and nodes at run-time via that new hook.
2203         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2204         (tree-widget-icon-action, tree-widget-icon-help-echo)
2205         (tree-widget-action, tree-widget-help-echo): New functions.
2207 2005-08-15  Kim F. Storm  <storm@cua.dk>
2209         * ido.el (ido-buffer-internal): Use with-no-warnings.
2210         (ido-make-merged-file-list): Use while-no-input.
2212 2005-08-15  Richard M. Stallman  <rms@gnu.org>
2214         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2215         (flyspell-large-region): Fix doc and custom type.
2217 2005-08-14  Richard M. Stallman  <rms@gnu.org>
2219         * files.el (interpreter-mode-alist): Doc fix.
2221         * mail/rmail.el (rmail-nonignored-headers): New variable.
2222         (rmail-clear-headers): Use it.
2223         (rmail-reply): Better handling of mail-followup-to header.
2225         * progmodes/sh-script.el (sh-font-lock-keywords-var):
2226         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
2227         don't try to refer to executable-font-lock-keywords.
2228         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2229         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2230         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2231         (sh-mode): Set comment-start-skip, local-abbrev-table,
2232         imenu-case-fold-search.
2233         (sh-set-shell): Don't set them here.
2234         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
2235         Don't cache the results in the original alist; don't ever modify
2236         that alist.
2238         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2240         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2241         empty.
2243 2005-08-15  Andreas Schwab  <schwab@suse.de>
2245         * desktop.el: Put autoload cookie at risky-local-variable declarations.
2247         * dired.el, info.el, mail/rmail.el: Revert last change.
2249 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
2251         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2252         modification in `eval-after-load' form.
2253         * info.el: Likewise.
2254         * mail/rmail.el: Likewise.
2256 2005-08-14  Juri Linkov  <juri@jurta.org>
2258         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2259         Remove highlighting of "Compilation started".  Highlight only
2260         the word "finished" in "Compilation finished".  Add highlighting
2261         of "interrupt", "killed", "terminated" and the exit code.
2262         (compilation-start): Add newline after header.  Use exactly the
2263         same time stamp format as the finishing message.
2264         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2266         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2267         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2268         Add highlighting of "interrupt", "killed", "terminated".
2270         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2271         enabled and the current command is self-insert-command, call it
2272         explicitly with overwrite-mode bound to nil, to not allow it
2273         to delete the character after the selected region.
2275 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
2277         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2278         move-end-of-line, end-of-line, and beginning-of-line to the list
2279         of commands after which the echo area is updated.
2281 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
2283         * cus-edit.el (custom-save-all, custom-save-delete):
2284         Bind recentf-exclude to exclude custom-file.
2286 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
2288         * mail/rmailsum.el (rmail-summary-end-of-message): New command
2289         to go to the bottom of the mail message.  Added to
2290         `rmail-summary-mode-map' with key "/".
2291         (rmail-summary-show-message): New (internal) function for use by
2292         both `rmail-summary-beginning/end-of-message'.
2293         (rmail-summary-beginning-of-message): Change to use
2294         rmail-summary-show-message.
2296         * mail/rmail.el (rmail-end-of-message): New command to go to the
2297         end of the current message.  Added to `rmail-mode-map' with key "/".
2298         (rmail-beginning-of-message): Fix to work as documented.
2299         (rmail-mode): Change documentation.
2301         * progmodes/compile.el (compilation-start): Add the line
2302         "Compilation started" with compilation start time.
2303         (compilation-mode-font-lock-keywords): Add `started' to keywords.
2305 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
2307         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2308         of menu items.
2310 2005-08-11  Richard M. Stallman  <rms@gnu.org>
2312         * simple.el (pop-global-mark): Reverse test of widen-automatically.
2314         * battery.el (battery-status-function): Don't use ignore-errors.
2316 2005-08-11  Lute Kamstra  <lute@gnu.org>
2318         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2319         define-obsolete-variable-alias.
2321 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2323         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2324         (ange-ftp-send-cmd): Revert last change, and expand
2325         the comment explaining the problem.
2327 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
2329         * ldefs-boot.el: Update.
2331         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2332         item to "Time, Load and Mail".  Change help echo text.
2334         * time.el (display-time-use-mail-icon, display-time-format)
2335         (display-time-string-forms): Shorten first line of docstrings.
2337 2005-08-10  Lars Hansen  <larsh@soem.dk>
2339         * desktop.el (desktop-buffer-mode-handlers):
2340         Make non-customizable. Add autoload cookie.  Change initial value to
2341         nil; add elements in respective modules instead.  Fix doc string.
2342         (desktop-load-file): New function.
2343         (desktop-minor-mode-handlers): New autoloaded variable.
2344         (desktop-create-buffer): Call minor mode handlers.
2345         Use desktop-load-file to load major and minor mode modules prior to
2346         checking for a handler.
2347         (desktop-save): Don't add nil to desktop-minor-modes for minor
2348         modes with nil function in desktop-minor-mode-table.  Don't delete
2349         desktop file before rewriting it.
2350         (desktop-locals-to-save): Add autoload cookie.  Don't make
2351         automatically buffer-local.  Add variables column-number-mode,
2352         size-indication-mode, indent-tabs-mode,
2353         indicate-buffer-boundaries, indicate-empty-lines and
2354         show-trailing-whitespace.
2355         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
2356         regexps. Don't use desktop-clear-preserve-buffers-regexp.
2357         (desktop-clear-preserve-buffers-regexp): Delete.
2358         (desktop-clear-preserve-buffers): Update initial value and docstring.
2359         (desktop-save-buffer): Fix doc string.
2361         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
2362         (hilit-chg-desktop-restore): New function.
2363         (highlight-changes-mode): Add highlight-changes-mode to
2364         desktop-locals-to-save.
2366         * dired.el: Add handler to desktop-buffer-mode-handlers.
2367         (dired-restore-desktop-buffer): Remove autoload cookie.
2368         (dired-mode): Add autoload cookie.
2370         * info.el: Add handler to desktop-buffer-mode-handlers.
2371         (Info-restore-desktop-buffer): Remove autoload cookie.
2372         (Info-mode): Add autoload cookie.
2374         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
2375         (mh-restore-desktop-buffer): Remove autoload cookie.
2376         (mh-folder-mode): Add autoload cookie.
2378         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
2379         (rmail-restore-desktop-buffer): Remove autoload cookie.
2381 2005-08-11  Masatake YAMATO  <jet@gyve.org>
2383         * hexl.el (hexl-address-region):
2384         (hexl-ascii-region, hexl-font-lock-keywords):
2385         (hexl-highlight-line-range): Use the term "region"
2386         instead of "area" for consistency with the other symbols
2387         defined in hexl.el.
2389 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
2391         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
2392         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
2393         out by Juri Linkov).  Add `display-battery-mode'.
2395 2005-08-09  Juri Linkov  <juri@jurta.org>
2397         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2398         Remove `-text' from face variable names.
2399         (compilation-error-file-name, compilation-warning-file-name)
2400         (compilation-info-file-name): Delete faces.
2401         (compilation-line-number, compilation-column-number):
2402         Remove face underlining.
2403         (compilation-message-face): Set to `underline' value by default.
2404         (compilation-error-face, compilation-warning-face)
2405         (compilation-info-face): Remove `-file-name' from face names.
2406         (compilation-error-text-face, compilation-warning-text-face)
2407         (compilation-info-text-face): Delete face variables.
2408         (compilation-text-face): Delete function.
2410         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
2411         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
2412         (grep-error-face): Set to `compilation-error' instead of
2413         `compilation-error-face' (which is redefined to `grep-hit-face' in
2414         grep buffers).
2415         (grep-mode-font-lock-keywords): Remove `-text' from face variable
2416         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
2418         * dired-aux.el (dired-do-query-replace-regexp):
2419         Use `query-replace-read-args'.
2421         * replace.el (query-replace-read-from, query-replace-read-to)
2422         (query-replace-read-args): Rename arg `string' to `prompt'.
2424         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
2426 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2428         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
2429         uploading files.
2430         (ange-ftp-canonize-filename): Handle file names beginning with ~
2431         correctly.
2433 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
2435         * textmodes/fill.el (canonically-space-region)
2436         (fill-context-prefix, fill-french-nobreak-p)
2437         (fill-delete-newlines, fill-comment-paragraph)
2438         (justify-current-line): "?\ " -> "?\s".
2440 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
2442         * textmodes/fill.el (fill-nonuniform-paragraphs):
2443         Improve argument/docstring consistency.
2445 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2447         * textmodes/ispell.el (ispell-word): More fboundp checks.
2449         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
2450         (find-file-noselect-1): Call it here, only if RAWFILE.
2451         (normal-mode): Always set some major mode.
2452         (save-some-buffers-action-alist): Change some explanation strings.
2453         (file-name-non-special): In the `quote' method, use unwind-protect.
2455 2005-08-09  Magnus Henoch  <mange@freemail.hu>
2457         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
2458         (ispell-have-aspell-dictionaries): New variable.
2459         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
2460         (ispell-get-aspell-config-value): New function.
2461         (ispell-aspell-find-dictionary): New function.
2462         (ispell-aspell-add-aliases): New function.
2463         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
2464         appropriate.  Don't look for ispell dictionaries if we use aspell.
2465         (ispell-menu-map): Don't build a submenu of dictionaries.
2467 2005-08-09  Richard M. Stallman  <rms@gnu.org>
2469         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
2470         (sql-read-passwd): Use read-passwd.
2472         * progmodes/idlw-toolbar.el (idlwave-toolbar)
2473         (idlwave-toolbar-is-possible): Add defvars.
2475         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
2476         Avoid warnings.
2478         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
2479         (idlwave-system-class-info, idlwave-executive-commands-alist):
2480         Use defvar.
2482         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
2484         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
2485         Avoid warnings.
2487         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
2488         and content-type: headers.
2490         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
2492         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
2493         and rename some of them to be more self-explanatory.
2495         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
2497         * startup.el (command-line-1): Implement -scriptload.
2499         * replace.el (occur-engine): Initial *Occur* output not undoable.
2501         * menu-bar.el (menu-bar-file-menu): Rename some menu items
2502         and improve help strings.
2504         * isearch.el (isearch-repeat): When changing direction,
2505         mark search successful.
2507         * ediff-init.el: Use (featurep 'xemacs).
2509         * comint.el (send-invisible): Identify buffer, if not selected.
2511         * align.el: Delete autoload for c-guess-basic-syntax.
2513 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
2515         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
2516         Improve argument/docstring consistency.  Doc fixes.
2517         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
2518         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
2519         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
2520         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
2521         (r2bv-organization, r2bv-pages, r2bv-primary-author)
2522         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
2523         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
2524         Defvar at compile time.
2526 2005-08-09  Juri Linkov  <juri@jurta.org>
2528         * info.el: Replace `info' with upper-case `Info' where appropriate.
2529         (info-title-1, info-title-2, info-title-3, info-title-4)
2530         (info-menu-header): Move up face definitions.
2531         (info-menu-star): Rename from `info-menu-5'.
2532         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
2533         (Info-fontify-visited-nodes): Fix docstring.
2534         (Info-hide-note-references): Fix docstring.
2535         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
2536         menu items in the same way as on cross-references.
2537         (info-apropos): Fix sorting order and formatting to be like in the
2538         stand-alone Info browser.  Display error messages for 1 sec.
2539         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
2540         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
2541         from the menu bar.
2542         (Info-insert-dir): Restore point after calling
2543         `insert-buffer-substring'.
2545 2005-08-08  Richard M. Stallman  <rms@gnu.org>
2547         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
2548         (recompute-lucid-menubar): Add defvars.
2550         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
2552         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
2554         * net/net-utils.el (run-dig): Rename from `dig'.
2556         * play/gametree.el (gametree-mode): Use make-local-variable,
2557         not make-variable-buffer-local.
2559         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
2561         * ansi-color.el (ansi-color-make-extent)
2562         (ansi-color-set-extent-face): Use fboundp, not functionp.
2564         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
2565         not make-variable-buffer-local.
2567         * bookmark.el (Info-current-file): Add defvar.
2568         (bookmark-jump-noselect): Use with-no-warnings.
2570         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
2572         * ebuff-menu.el (Helper-return-blurb): Add defvar.
2574         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
2576         * find-file.el (ada-procedure-start-regexp)
2577         (ada-package-start-regexp): Add defvars.
2579         * info.el (Info-insert-dir): Use insert-buffer-substring.
2581         * xml.el (xml-att-def-re): Add defvar.
2583         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
2584         calling convention.
2586         * subr.el (while-no-input): Return t if there is input.
2588 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
2590         * cus-start.el (all): Add `overflow-newline-into-fringe'.
2592 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
2594         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
2595         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
2597 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
2599         * cmuscheme.el (scheme-start-file): Replace reference to
2600         `user-emacs-directory' by "~/.emacs.d/".
2602 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
2604         * info.el (Info-dir-remove-duplicates): Avoid case folding
2605         in loop; instead, keep downcased strings for comparison.
2606         Suggested by Helmut Eller.
2608 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
2610         Sync with Tramp 2.0.50.
2612         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
2613         XEmacs case; not necessary anymore.
2614         (tramp-user-regexp): Allow "@" as part of user name.
2615         (tramp-handle-set-visited-file-modtime)
2616         (tramp-handle-insert-file-contents)
2617         (tramp-handle-write-region): No special handling for
2618         `last-coding-system-used, because this is done in
2619         `tramp-accept-process-output' now.
2620         (tramp-accept-process-output): New defun.
2621         (tramp-process-one-action, tramp-process-one-multi-action)
2622         (tramp-wait-for-regexp, tramp-wait-for-output)
2623         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
2624         Howells <dhowells@redhat.com>.
2625         (clear-visited-file-modtime): Defadvice removed.  The check for
2626         unset buffer's modtime does not need to be based on
2627         `tramp-buffer-file-attributes'.  Suggested by RMS.
2628         (tramp-message): Insert "\n" if not being at beginning of line.
2629         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
2630         sequence with same logic.
2631         (tramp-completion-handle-expand-file-name): Discard call of
2632         `tramp-drop-volume-letter'.  It is not necessary, and there have
2633         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
2634         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2635         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
2636         should always be visible.
2637         (tramp-handle-insert-directory, tramp-setup-complete)
2638         (tramp-set-process-query-on-exit-flag)
2639         (tramp-append-tramp-buffers): Pacify byte-compiler.
2640         (tramp-bug): Delete non-existing variables from list.
2641         Apply `tramp-load-report-modules' as pre-hook.
2642         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
2643         `shell-prompt-pattern' because of non-7bit characters.
2644         Reported by Sebastian Luque <sluque@mun.ca>.
2645         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
2646         (tramp-match-string-list): Remove function.
2647         (tramp-wait-for-regexp): Remove call of that function.
2648         Suggested by Kim F. Storm <storm@cua.dk>.
2649         (tramp-set-auto-save-file-modes): Use octal integer code #o600
2650         instead of octal character code ?\600.  The latter resulted in a
2651         syntax error with XEmacs.
2653         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
2654         XEmacs case; not necessary anymore.
2655         (tramp-smb-handle-write-region): No special handling for
2656         `last-coding-system-used, because this is done in
2657         `tramp-accept-process-output' now.
2658         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
2660 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
2662         * wid-edit.el (widget-choice-value-create):
2663         Unconditionally respect user choice.  Set :explicit-choice back to nil
2664         when no longer needed.
2665         (widget-choice-action): Unconditionally respect user choice.
2666         Eliminate :explicit-choice-value.
2668         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
2670         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
2671         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
2672         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
2673         running new function `toggle-indicate-empty-lines'.
2674         Rename "Customize" item to "Customize fringe".
2675         Rename "Indicators" item to "Buffer boundaries" and change help echo.
2676         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
2677         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
2678         Delete "Empty lines only" item.
2679         (menu-bar-showhide-fringe-ind-customize): New function.
2680         (menu-bar-showhide-fringe-ind-mixed)
2681         (menu-bar-showhide-fringe-ind-box)
2682         (menu-bar-showhide-fringe-ind-right)
2683         (menu-bar-showhide-fringe-ind-left)
2684         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
2685         instead of `fringe-indicators'.
2687 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
2689         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
2690         Change the date of last update.
2692 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
2694         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
2695         (viper-exec-yank, viper-put-back): Don't display modification msg
2696         if in the minibuffer.
2698         * viper-init.el (viper-replace-overlay-cursor-color)
2699         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
2700         Make variables frame local.
2702         * viper-util.el (viper-append-filter-alist): Use append instead of
2703         nconc.
2705         * viper.el (viper-vi-state-mode-list)
2706         (viper-emacs-state-mode-list): Move help-mode and
2707         completion-list-mode from the first list to the second.
2708         (viper-mode): Docstring.
2709         (viper-go-away, viper-non-hook-settings): Don't localize
2710         minor-mode-alist in newer Emacsen.  Add advice to
2711         set-cursor-color.  Don't bind "\C-c\\".
2713 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
2715         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
2716         (scheme-macro-expand-command): New user options.
2717         (scheme-trace-procedure, scheme-expand-current-form): New commands.
2718         (scheme-form-at-point, scheme-start-file)
2719         (scheme-interactively-start-process): New functions.
2720         (scheme-get-process): New function, extracted from `scheme-proc'.
2721         (run-scheme): Call `scheme-start-file' to get start file, and pass
2722         it to `make-comint'.
2723         (switch-to-scheme, scheme-proc):
2724         Call `scheme-interactively-start-process' if no Scheme buffer/process
2725         is available.
2727 2005-08-06  Juri Linkov  <juri@jurta.org>
2729         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2730         Use `compilation-text-face', `compilation-info-text-face' and
2731         `compilation-error-text-face' instead of `font-lock-keyword-face'.
2732         (compilation-error): New face.
2733         (compilation-error-file-name): Inherit from
2734         `compilation-error' instead of `font-lock-warning-face'.
2735         (compilation-warning-file-name): Inherit from
2736         `compilation-warning' instead of `font-lock-warning-face'.
2737         (compilation-info, compilation-error-file-name)
2738         (compilation-warning-file-name, compilation-info-file-name)
2739         (compilation-line-number, compilation-column-number): Doc fix.
2740         (compilation-error-text-face, compilation-warning-text-face)
2741         (compilation-info-text-face): New face variables.
2742         (compilation-line-face, compilation-column-face)
2743         (compilation-enter-directory-face)
2744         (compilation-leave-directory-face): Doc fix.
2745         (compilation-text-face): New function.
2747         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
2748         instead of 1 to display binary file names as info file links.
2749         (grep-error-face): Use `compilation-error-face' instead of
2750         `font-lock-keyword-face'.
2751         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
2752         and `compilation-warning-text-face' instead of
2753         `font-lock-keyword-face'.  Use `compilation-error-text-face'
2754         instead of `grep-error-face'.
2756 2005-08-05  Kenichi Handa  <handa@m17n.org>
2758         * international/code-pages.el: Add autoload cookies for all coding
2759         systems.
2761 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
2763         * cus-start.el (all): Put undo.c where it alphabetically belongs.
2765 2005-08-04  Juri Linkov  <juri@jurta.org>
2767         * progmodes/compile.el (compilation-mode-map):
2768         * progmodes/grep.el (grep-mode-map):
2769         Bind TAB to `compilation-next-error' and [backtab] to
2770         `compilation-previous-error'.
2772         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
2773         matching line numbers, column numbers and their ranges with regexp
2774         matching only line numbers.
2775         (grep-context-face): New face variable.
2776         (grep-mode-font-lock-keywords): Use it.
2778         * faces.el (read-face-name): Delete duplicate faces.
2780 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
2782         * thumbs.el (thumbs-find-image): Don't make variables
2783         automatically buffer local.
2784         (thumbs-current-tmp-filename, thumbs-current-image-filename)
2785         (thumbs-image-num): Make automatically buffer local.
2786         (thumbs-show-thumbs-list): Use `make-local-variable', not
2787         `make-variable-buffer-local'.
2788         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
2790         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
2791         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
2792         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
2793         (bother, bye, canyou, chatlst, continue, deathlst, describe)
2794         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
2795         (feelings-about, foullst, found, hello, history, howareyoulst)
2796         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
2797         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
2798         (neglst, obj, object, owner, please, problems, qlist)
2799         (random-adjective, relation, remlst, repetitive-shortness)
2800         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
2801         (shortlst, something, sportslst, stallmanlst, states, subj)
2802         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
2803         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
2804         Defvar at compile time.
2806         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
2807         not `make-variable-buffer-local'.
2809 2005-08-02  Kim F. Storm  <storm@cua.dk>
2811         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
2812         rectangle overlay in selected window.
2814 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
2816         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
2817         instead of display group.  Make `indicate-buffer-boundaries'
2818         customizable through Custom.
2820 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
2822         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
2823         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
2824         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
2825         (gdb-put-string): Fix typos in docstrings.
2827 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
2829         Update copyright notices of files in progmodes directory for
2830         release of Emacs 22.1.
2832         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
2834         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
2835         Don't barf if the GUD buffer has been killed.
2837 2005-08-01  Kim F. Storm  <storm@cua.dk>
2839         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
2841 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2843         * simple.el (next-error-follow-minor-mode):
2844         make-variable-buffer-local -> make-local-variable.
2846         * emacs-lisp/cl-extra.el: Require CL also when compiling.
2848         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
2849         (byte-compile-form-make-variable-buffer-local): New functions to warn
2850         about misuses of make-variable-buffer-local where make-local-variable
2851         was meant.
2853 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
2855         * bs.el (bs-attributes-list): Doc fix.
2856         (bs): Update url-link.
2858         * desktop.el (desktop-save-buffer): Fix typos in docstring.
2859         (desktop-load-default): Simplify.
2861         * ibuffer.el (ibuffer-columnize-and-insert-list)
2862         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
2863         (ibuffer-unmark-all, ibuffer-toggle-marks)
2864         (ibuffer-unmark-forward, ibuffer-unmark-backward)
2865         (ibuffer-compile-make-format-form, ibuffer-format-column)
2866         (ibuffer-current-buffers-with-marks)
2867         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
2868         (ibuffer): Doc fix.
2869         (ibuffer-mode): Fix typo in docstring.
2870         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
2871         with `define-obsolete-variable-alias'.
2872         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
2874 2005-07-29  Kenichi Handa  <handa@m17n.org>
2876         * international/mule-cmds.el (select-message-coding-system):
2877         Be sure to use LF for end-of-line.  If no coding system is decided,
2878         return iso-8859-1-unix.
2880 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2882         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
2883         (ange-ftp-pending-error-line): New vars.
2884         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
2885         to handle the non-fatal no-route-to-host messages.
2886         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
2888 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
2890         * isearch.el (isearch-mode-map, isearch-other-meta-char)
2891         (isearch-quote-char, isearch-printing-char)
2892         (isearch-text-char-description): "?\ " -> "?\s".
2893         (isearch-lazy-highlight-cleanup)
2894         (isearch-lazy-highlight-initial-delay)
2895         (isearch-lazy-highlight-interval)
2896         (isearch-lazy-highlight-max-at-a-time)
2897         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
2898         Declare with define-obsolete-*-alias macros.
2899         (isearch-forward): Fix typo in docstring.
2900         (search-invisible, search-ring-yank-pointer)
2901         (regexp-search-ring-yank-pointer): Doc fixes.
2903         * recentf.el (recentf-menu-append-commands-p): Declare with
2904         `define-obsolete-variable-alias'.
2905         (recentf-max-saved-items, recentf-menu-filter)
2906         (recentf-arrange-by-rule-subfilter): Doc fixes.
2907         (recentf-menu-append-commands-flag)
2908         (recentf-initialize-file-name-history, recentf-expand-file-name)
2909         (recentf-clear-data): Fix typos in docstrings.
2911 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
2913         * progmodes/gdb-ui.el: Smarten comments.
2914         (gdb-info-breakpoints-custom): Use nowarn when finding file.
2916 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2918         * term/apollo.el (terminal-init-apollo): New function containing
2919         all former top level forms in the file.
2920         * term/bobcat.el (terminal-init-bobcat):
2921         * term/cygwin.el (terminal-init-cygwin):
2922         * term/iris-ansi.el (terminal-init-iris-ansi):
2923         * term/linux.el (terminal-init-linux):
2924         * term/news.el (terminal-init-news):
2925         * term/rxvt.el (terminal-init-rxvt):
2926         * term/sun.el (terminal-init-sun):
2927         * term/tvi970.el (terminal-init-tvi970):
2928         * term/vt100.el (terminal-init-vt100):
2929         * term/vt102.el (terminal-init-vt102):
2930         * term/vt125.el (terminal-init-vt125):
2931         * term/vt200.el (terminal-init-vt200):
2932         * term/vt201.el (terminal-init-vt201):
2933         * term/vt220.el (terminal-init-vt220):
2934         * term/vt240.el (terminal-init-vt240):
2935         * term/vt300.el (terminal-init-vt300):
2936         * term/vt320.el (terminal-init-vt320):
2937         * term/vt400.el (terminal-init-vt400):
2938         * term/vt420.el (terminal-init-vt420):
2939         * term/wyse50.el (terminal-init-wyse50):
2940         * term/xterm.el (terminal-init-xterm): Likewise.
2942         * term/README: Describe the terminal-init-* functionality.
2944         * startup.el (command-line): After loading the terminal initialization
2945         file call the corresponding terminal initialization function.
2947 2005-07-27  Kenichi Handa  <handa@m17n.org>
2949         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
2950         negative.
2952         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
2953         (ps-mule-composition-prologue): Fix for the case that
2954         RelativeCompose is false.
2956 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2958         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
2960         * descr-text.el (describe-char): Handle the case where the list of
2961         chars is displayed in a separate frame.
2962         Be a bit more discriminating when looking for the char.
2964 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
2966         * bookmark.el (bookmark-automatically-show-annotations)
2967         (bookmark-read-annotation-text-func): Doc fixes.
2968         (bookmark-save): Improve argument/docstring consistency.
2969         (bookmark-get-bookmark, bookmark-get-bookmark-record)
2970         (bookmark-alist-from-buffer)
2971         (bookmark-upgrade-file-format-from-0)
2972         (bookmark-grok-file-format-version)
2973         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
2974         (bookmark-read-annotation-mode)
2975         (bookmark-insert-current-bookmark, bookmark-jump)
2976         (bookmark-exit-hook): Fix typos in docstrings.
2977         (bookmark-exit-hooks): Define as obsolete alias.
2978         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
2979         not `bookmark-exit-hooks'.  Fix docstring.
2980         (bookmark-bmenu-select): "?\ " -> "?\s".
2982 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
2984         * startup.el (command-line): Fix typo.
2986 2005-07-24  Richard M. Stallman  <rms@gnu.org>
2988         * tooltip.el (tooltip-mode): Test emacs-basic-display,
2989         not emacs-quick-startup.
2991 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
2993         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
2994         (reb-next-match, reb-show-subexp): Use `with-selected-window'
2995         instead of `reb-with-current-window'.
2996         (reb-prev-match): Likewise.  Also, don't move left if the search
2997         was unsuccessful.
2998         (reb-initialize-buffer): New function.
2999         (re-builder, reb-change-syntax): Use it.
3001         * man.el (Man-goto-page): Make second argument NOERROR optional.
3003 2005-07-23  Richard M. Stallman  <rms@gnu.org>
3005         * man.el (Man-bgproc-sentinel): Check here for failure to find
3006         any man page in the output, and report the error here.
3007         (Man-arguments): Make it permanent local.
3008         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
3009         (Man-mode): Pass t for NOERROR.
3011         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3012         (grep-mode-font-lock-keywords):
3013         Don't use compilation-...-face for messages that are not file names.
3015         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3016         Don't use compilation-...-face for messages that are not file names.
3018 2005-07-22  Juri Linkov  <juri@jurta.org>
3020         * startup.el (normal-splash-screen): Update menu name.
3022         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3024 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3026         * term/xterm.el: Load term/rxvt if the terminal is actually an
3027         rxvt terminal.
3028         (xterm-rxvt-set-background-mode): Remove, not used anymore.
3030         * term/rxvt.el (function-key-map): Use substitute-key-definition
3031         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3033         * term/cygwin.el: New file.
3035 2005-07-22  Kim F. Storm  <storm@cua.dk>
3037         * image-file.el (insert-image-file, image-file-yank-handler):
3038         Fix last change to maintain a (unique) yank-handler on yanked images.
3040 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
3042         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3043         of the file size (as in "177B" for 177 bytes).  This happens with
3044         "ls -lh" on FreeBSD.
3046 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
3048         * hilit-chg.el (highlight-changes-global-initial-state)
3049         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3050         (hilit-chg-fixup, highlight-changes-mode):
3051         Fix typos in docstrings.
3052         (highlight-changes-global-modes, highlight-changes-rotate-faces):
3053         Doc fixes.
3055 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
3057         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3058         mode function using `eval-after-load'.
3060 2005-07-21  Kim F. Storm  <storm@cua.dk>
3062         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3063         included when reporting an emacs crash, and tell about the DEBUG file.
3065         * image-file.el (insert-image-file): Add yank-handler.
3066         (image-file-yank-handler): Yank handler to make unique copies of
3067         images when they are yanked into a buffer next to each other.
3069 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
3071         * comint.el (comint-use-prompt-regexp, comint-send-input)
3072         (comint-source-default, comint-extract-string)
3073         (comint-get-source, comint-word, comint-completion)
3074         (comint-source, comint-prompt-read-only, comint-update-fence):
3075         Fix typos in docstrings.
3076         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3077         Declare with define-obsolete-*-alias macros.
3078         (comint-previous-matching-input-from-input)
3079         (comint-next-matching-input-from-input)
3080         (comint-previous-matching-input, comint-next-matching-input)
3081         (comint-forward-matching-input):
3082         Improve argument/docstring consistency.
3084         * desktop.el (desktop-clear-preserve-buffers-regexp):
3085         Also preserve the *server* buffer.
3087         * simple.el (clone-indirect-buffer): Doc fix.
3088         (fixup-whitespace, just-one-space)
3089         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3090         (next-error, next-error-highlight)
3091         (next-error-highlight-no-select, next-error-last-buffer)
3092         (next-error-buffer-p, next-error-find-buffer, next-error)
3093         (previous-error, next-error-no-select, previous-error-no-select)
3094         (open-line, split-line, minibuffer-prompt-width, kill-new)
3095         (binary-overwrite-mode): Fix typos in docstrings.
3096         (set-fill-column): Fix typo in message.
3098         * skeleton.el (skeleton-proxy-new): Doc fix.
3100         * strokes.el (strokes-load-hook): Doc fix.
3101         (strokes-grid-resolution, strokes-get-grid-position)
3102         (strokes-renormalize-to-grid, strokes-read-stroke)
3103         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3104         (strokes-global-map): Fix typos in docstrings.
3105         (strokes-help): Doc fix.  Fix help message and pass it through
3106         `substitute-command-keys'.
3108         * tempo.el (tempo-insert-prompt, tempo-interactive)
3109         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3110         (tempo-insert-string-functions, tempo-local-tags)
3111         (tempo-define-template, tempo-insert-template)
3112         (tempo-insert-prompt-compat, tempo-is-user-element)
3113         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3114         Fix typos in docstrings.
3116         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3117         (vcursor-key-bindings, vcursor-use-vcursor-map)
3118         (vcursor-find-window, vcursor-scroll-down)
3119         (vcursor-disable, vcursor-beginning-of-buffer)
3120         (vcursor-end-of-buffer): Fix typos in docstrings.
3121         (vcursor-relative-move, vcursor-get-char-count):
3122         Improve argument/docstring consistency.
3124         * version.el: "?\ " -> "?\s".
3126         * wid-edit.el (widget-default-create, widget-after-change)
3127         (widget-default-format-handler, widget-checklist-add-item)
3128         (widget-radio-add-item, widget-choose, widget-specify-secret)
3129         (widget-field-value-create, widget-field-value-get)
3130         (widget-editable-list-format-handler)
3131         (widget-editable-list-entry-create, widget-group-value-create)
3132         (widget-documentation-link-add)
3133         (widget-documentation-string-value-create): "?\ " -> "?\s".
3134         (widget-convert-text): Doc fix.
3135         (widget-narrow-to-field, widget-field-find)
3136         (widget-url-link-action, widget-emacs-library-link-action)
3137         (widget-color-notify): Fix typos in docstrings.
3139         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3140         (x-select-text, set-w32-system-coding-system)
3141         (w32-add-charset-info): Fix typos in docstrings.
3143         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3144         (cua-enable-cua-keys, cua-use-hyper-key)
3145         (cua-virtual-rectangle-edges): Fix typos in docstrings.
3146         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3148         * net/tramp.el (tramp-handle-load): Fix typo in error message.
3150         * emacs-lisp/re-builder.el (regexp-builder): Declare with
3151         `defalias' instead of faking it.
3153         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3154         (eshell-ls-missing, eshell-ls-dired-initial-args)
3155         (eshell-ls-use-in-dired): Fix typos in docstrings.
3157 2005-07-20  Kim F. Storm  <storm@cua.dk>
3159         * emulation/cua-base.el (cua-mode): Improve doc string.
3161 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
3163         * abbrev.el (expand-region-abbrevs): Doc fix.
3164         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3165         Improve argument/docstring consistency.
3167         * arc-mode.el (archive-get-descr, archive-alternate-display):
3168         Doc fixes.
3169         (archive-l-e): Improve argument/docstring consistency.
3170         (archive-tmpdir, archive-unixdate, archive-unixtime)
3171         (archive-chmod-entry): Fix typos in docstrings.
3172         (archive-unflag, archive-unflag-backwards)
3173         (archive-unmark-all-files): "?\ " -> "?\s".
3175         * buff-menu.el (Buffer-menu-unmark): Doc fix.
3176         (Buffer-menu-not-modified, Buffer-menu-execute)
3177         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3178         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3180         * composite.el (compose-string, encode-composition-rule)
3181         (compose-last-chars): Fix typos in docstrings.
3183         * desktop.el (desktop-enable, desktop-basefilename):
3184         Declare with `define-obsolete-variable-alias'.
3185         (desktop-internal-v2s): Don't quote keywords.
3186         (desktop-clear): "?\ " -> "?\s".
3188         * dired.el (dired-align-file, dired-flag-backup-files)
3189         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3190         (dired-listing-switches, dired-ls-F-marks-symlinks)
3191         (dired-dwim-target, dired-load-hook, dired-mode-hook)
3192         (dired-directory, dired-faces, dired, dired-revert)
3193         (dired-mode, dired-summary, dired-view-file)
3194         (dired-copy-filename-as-kill, dired-delete-file)
3195         (dired-no-confirm, dired-unmark-all-marks)
3196         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3197         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3198         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3199         Fix typos in message strings.
3201         * dired-x.el (virtual-dired): Declare with `defalias'.
3202         (dired-mark-unmarked-files, dired-local-variables-file)
3203         (dired-omit-here-always): Doc fix.
3204         (dired-omit-mode, dired-find-subdir)
3205         (dired-enable-local-variables, dired-clean-up-buffers-too)
3206         (dired-extra-startup, dired-mark-extension, dired-jump)
3207         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3208         (dired-smart-shell-command, dired-guess-shell-alist-user)
3209         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3210         (dired-x-bind-find-file, dired-x-submit-report):
3211         Fix typos in docstrings.
3212         (dired-mark-unmarked-files): "?\ " -> "?\s".
3214         * dirtrack.el (dirtrack-list): Fix typos in docstring.
3216         * faces.el (describe-face): "?\ " -> "?\s".
3217         (read-all-face-attributes, read-face-font, modify-face)
3218         (face-attr-construct, italic): Fix typos in docstrings.
3219         (frame-update-face-colors): Declare with
3220         `define-obsolete-function-alias'.
3222         * files.el (find-file-noselect, recode-file-name): Doc fixes.
3223         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3224         (magic-mode-alist, buffer-file-numbers-unique)
3225         (write-file-functions, get-free-disk-space):
3226         Fix typos in docstrings.
3227         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3228         (write-contents-hooks, write-file-hooks):
3229         Declare with `define-obsolete-variable-alias'.
3231         * forms-d2.el (arch-rj): Fix typo in docstrings.
3232         (arch-tocol): Likewise.  "?\ " -> "?\s".
3234         * frame.el (set-frame-font, cursor-in-non-selected-windows):
3235         Fix typo in docstring.
3236         (set-screen-width, set-screen-height): Delete redundant info in
3237         doctrings.
3238         (new-frame, screen-height, screen-width): Declare with
3239         `define-obsolete-function-alias'.
3240         (delete-frame-hook, blink-cursor): Declare with
3241         `define-obsolete-variable-alias'.
3243         * paths.el (prune-directory-list): Fix typos in docstring.
3245         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3246         (cvs-prefix-get): Fix typos in docstrings.
3248         * ps-print.el (ps-extend-face-list, ps-extend-face)
3249         (ps-print-background-image): Fix typos in docstrings.
3250         (ps-default-fg, ps-default-bg): Doc fixes.
3252         * s-region.el (s-region-bind): Doc fix.
3253         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3255         * textmodes/org.el (org-table-formula-substitute-names)
3256         (org-table-get-vertical-vector): Doc fixes.
3257         (org-table-recalculate): Remove unused argument to `message'.
3259 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
3261         * textmodes/org.el (org-table-column-names)
3262         (org-table-column-name-regexp)
3263         (org-table-named-field-locations): New variables.
3264         (org-archive-subtree): Protect `this-command' when calling
3265         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3266         the kill buffer.
3267         (org-complete): Remove fixed-formula completion.
3268         (org-edit-formulas-map): New variable.
3269         (org-table-edit-formulas): New command.
3270         (org-finish-edit-formulas, org-abort-edit-formulas)
3271         (org-show-variable, org-table-get-vertical-vector): New functions.
3272         (org-table-maybe-eval-formula): Handle `:=' fields.
3273         (org-table-get-stored-formulas, org-table-store-formulas)
3274         (org-table-get-formula, org-table-modify-formulas)
3275         (org-table-replace-in-formulas): Handle named field formulas.
3276         (org-table-get-specials): Store locations of named fields.
3278 2005-07-19  Juri Linkov  <juri@jurta.org>
3280         * progmodes/grep.el (grep-regexp-alist)
3281         (grep-mode-font-lock-keywords, grep-process-setup):
3282         Use default GNU grep match color "01;31m" instead of "01;41m".
3283         (grep-regexp-alist, grep-mode-font-lock-keywords):
3284         Use `\\[[0-9]*m' instead of `\\[00m'.
3285         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3286         sgr_start where its handling is more important.  Use the real
3287         length of sgr_start instead of constant 8.
3288         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3289         specially.  Delete all remaining escape sequences.
3290         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3291         (grep-regexp-alist): Make hyperlink only for binary file name
3292         instead of the whole line.
3293         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3294         (grep-mode): Add autoload.
3296         * emacs-lisp/find-func.el (find-function-regexp):
3297         Add `define-compilation-mode'.
3299 2005-07-19  Juri Linkov  <juri@jurta.org>
3301         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3302         (compare-windows-sync-string-size, compare-windows-recenter)
3303         (compare-windows-highlight, compare-windows): Add version 22.1.
3304         (compare-windows) <defface>: Inherit from lazy-highlight instead
3305         of duplicating its default value.
3307         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3308         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3310         * descr-text.el (describe-char): Create link buttons for `charset'
3311         and `code point'.  Add the current input method name with a link
3312         button to `to input' field.  Print face names of display table
3313         characters in `The display table entry is displayed by' section
3314         instead of printing face-id in the `display' field.
3315         Guess hardcoded faces and create a link button for them.
3316         Skip empty fields when calculating max-width.
3317         Treat `widget-create' specially while inserting strings from the
3318         collected field list.
3319         (describe-char-after): Made obsolete in version 22.1, not 21.5.
3321         * diff-mode.el (diff-file-header): Change foreground color from
3322         yellow to green on light backgrounds.
3323         (diff-context): Inherit from `shadow' only for color/grayscale
3324         with more than 88 colors.
3325         (diff-indicator-removed, diff-indicator-added)
3326         (diff-indicator-changed): New faces.
3327         (diff-font-lock-keywords): Use new faces.  Regroup rules.
3328         Add "^---$" for `normal' diff format.  Fontify `#' lines with
3329         font-lock-comment-delimiter-face and font-lock-comment-face.
3330         Add `#' to ^[^...] in the rule for `diff-context-face'.
3332         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3333         a button-like box.  Inherit from `highlight' on low colors.
3334         (shadow): Use shades of gray only for color/grayscale with
3335         more than 88 colors.  Use green for light backgrounds with
3336         8 colors, and yellow for dark backgrounds with 8 colors.
3338         * font-lock.el (font-lock-regexp-grouping-backslash):
3339         Don't inherit from escape-glyph (use bold for all cases).
3341         * info.el (info-xref-visited): Use light foreground color `violet'
3342         for dark backgrounds instead of dark color `magenta3'.
3343         (info-title-1): Use `yellow' color for dark backgrounds.
3345         * isearch.el (isearch): Use not-too-dark magenta3 instead of
3346         too-light magenta2.
3348         * replace.el (match): Use slightly more light RoyalBlue3 instead
3349         of dark RoyalBlue4.
3351         * wid-edit.el (widget-inactive): Inherit from `shadow'.
3353 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
3355         * novice.el (disabled-command-hook): Declare it with
3356         `define-obsolete-variable-alias'.
3358         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
3359         (desktop-buffer-misc-functions, desktop-buffer-handlers)
3360         (desktop-load-default): Add release to obsolescence info.
3361         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
3362         (desktop-append-buffer-args, desktop-read):
3363         Fix typos in docstrings.
3364         (desktop-kill): Fix typo in message.
3365         (desktop-save): Doc fix.
3367 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
3369         * viper-cmd.el (viper-escape-to-state): Bug fix.
3370         (viper-envelop-ESC-key): Change the definition of fast
3371         keysequence so it'll work with keyboard macros.
3373         * ediff.el (ediff-patch-buffer): Change the docstring.
3375 2005-07-19  Kenichi Handa  <handa@m17n.org>
3377         * international/mule-cmds.el (select-safe-coding-system): Try to
3378         use an auto-coding (if any) before anything else.  If the found
3379         auto-coding is invalid, show a warning message.
3381         * international/mule.el (find-auto-coding): New function created
3382         by modifying the body of set-auto-coding.
3383         (set-auto-coding): Use find-auto-coding to find a coding.
3385 2005-07-18  Richard M. Stallman  <rms@gnu.org>
3387         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
3388         not isearch-mode-end-hook-error.
3389         (allout-before-change-protect): Fix error message.
3391 2005-07-18  Juri Linkov  <juri@jurta.org>
3393         * allout.el (allout-mode):
3394         * calculator.el (calculator-copy):
3395         * custom.el (custom-known-themes):
3396         * dired.el (dired-desktop-buffer-misc-data)
3397         (dired-restore-desktop-buffer):
3398         * dired-x.el (dired-omit-marker-char):
3399         * files.el (basic-save-buffer):
3400         * font-core.el (font-lock-mode):
3401         * calendar/calendar.el (calendar-goto-hebrew-date)
3402         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
3403         (calendar-goto-persian-date):
3404         * language/ethio-util.el (ethio-sera-to-fidel-region):
3405         * textmodes/picture.el (picture-mode):
3406         Delete duplicate duplicate words.
3408 2005-07-18  Juri Linkov  <juri@jurta.org>
3410         * isearch.el (isearch-mode-map): Remove key bindings for regexp
3411         chars * ? } |.
3412         (isearch-fallback): Don't call `isearch-process-search-char'.
3413         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
3414         (isearch-process-search-char): Call `isearch-fallback' for regexp
3415         chars * ? } |.
3416         (isearch-return-char): Make obsolete with `make-obsolete' instead
3417         of simply documenting it as obsolete in the docstring.
3418         (isearch-fallback): Refill docstring.
3420         * international/isearch-x.el
3421         (isearch-process-search-multibyte-characters): Remove unneeded
3422         `concat'.  Add intermediate values to `junk-hist' instead of
3423         `minibuffer-history'.  Test the length of `str'.
3425 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
3427         * allout.el (allout-resolve-xref): Fix typos in error strings.
3428         (allout-before-change-protect): Remove unneeded `concat'.
3430         * array.el (array-mode, array-reconfigure-rows)
3431         (untabify-backward): Fix typos in docstrings.
3432         (array-reconfigure-rows): Use `insert-buffer-substring', not
3433         `insert-buffer'.
3435         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
3436         * progmodes/ada-mode.el (ada-make-body):
3437         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
3439         * dired.el (dired-log):
3440         * tar-mode.el (tar-subfile-save-buffer):
3441         * play/zone.el (zone-pgm-stress-destress):
3442         Use `insert-buffer-substring', not `insert-buffer'.
3444 2005-07-17  Simon Josefsson  <jas@extundo.com>
3446         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
3448 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
3450         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
3451         Add plain auth method.
3452         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
3454 2005-07-17  Kim F. Storm  <storm@cua.dk>
3456         * ido.el (dired-other-window): Add ido property.
3458 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
3460         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3461         Fix typo in docstring.
3462         (byte-compile-interactive-only-functions): Add `insert-buffer' and
3463         `insert-file-literally'.
3465         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
3466         info and delete redundant message.  Doc fix.
3467         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
3468         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
3470 2005-07-16  Richard M. Stallman  <rms@gnu.org>
3472         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
3473         (byte-compile-and): Use byte-compile-and-recursion.
3474         (byte-compile-or-recursion): New function.
3475         (byte-compile-or): Use that.
3476         (byte-compile-if): Guard the else-clause too.
3477         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
3479         * isearch.el (isearch-mode-end-hook-quit): New variable.
3480         (isearch-done): Bind it.
3481         (isearch-mode-end-hook): Doc fix.
3483         * allout.el (allout-isearch-did-quit): Variable deleted.
3484         (allout-real-isearch-abort): Function name no longer used.
3485         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
3486         (allout-isearch-rectification): isearch-mode always exists.
3487         Don't set allout-isearch-did-quit.
3488         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
3489         allout-isearch-did-quit.
3490         (allout-enwrap-isearch): Just add the hook.
3491         (allout-isearch-abort): Function deleted.
3492         (allout-pre-command-business): Avoid warning.
3494         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
3495         Correctly avoid warnings.
3496         (pascal-outline): Likewise.
3498         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
3500         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
3502         * play/tetris.el (tetris-mode): Avoid warning.
3504         * play/snake.el (snake-mode): Avoid warning.
3506         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
3507         (gamegrid-set-display-table): Avoid warning.
3508         (gamegrid-set-timer): Likewise.
3509         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
3510         (gamegrid-add-score-with-update-game-score-1): Take FILE
3511         as argument.
3512         (gamegrid-add-score-with-update-game-score): Pass that argument.
3513         Rename have-shared-game-dir to gamegrid-shared-game-dir.
3515         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
3517         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
3518         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
3520         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
3521         and insert-file.
3523         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
3524         (sc-ask): Avoid warnings.
3526         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
3527         (eshell-hist-initialize): Use that var the natural way.
3529         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
3531         * emacs-lisp/re-builder.el (reb-cook-regexp):
3532         Avoid warning calling lre-compile-string.
3533         (reb-color-display-p): Avoid warning.
3535         * calculator.el (calculator-last-input): Guard uses
3536         of event-key and key-press-event-p.
3537         (event-key, key-press-event-p): Delete definitions.
3539         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
3540         (find-gc-source-directory, find-gc-subrs-callers)
3541         (find-gc-noreturn-list, find-gc-source-files)
3542         (find-gc-subrs-called): Vars renamed and defvar'd.
3544         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
3545         (checkdoc-overlay-put, checkdoc-delete-overlay)
3546         (checkdoc-overlay-start, checkdoc-overlay-end)
3547         (checkdoc-mode-line-update, checkdoc-char=):
3548         Define such that compiler knows they are defined.
3549         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
3550         (checkdoc-read-event): Delete.  Use read-event directly.
3552         * whitespace.el (whitespace-make-overlay)
3553         (whitespace-overlay-put, whitespace-delete-overlay)
3554         (whitespace-overlay-start, whitespace-overlay-end):
3555         Define such that compiler knows they are defined.
3556         (whitespace): Move conditional inside.
3558         * tempo.el (tempo-insert-template): Suppress warning.
3560         * ediff-diff.el (longlines-mode): Add defvar.
3562 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
3564         * server.el: Bind "C-x #" in a way that works even if C-x is
3565         redefined to a command key, not a prefix key.
3567 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
3569         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
3570         cl-make-type-test till execution time.
3572 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
3574         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
3575         arg ARG and use it.
3577 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
3579         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
3581 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
3583         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3584         a defcustom with two :set or :type keywords.
3586 2005-07-15  Richard M. Stallman  <rms@gnu.org>
3588         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3589         Don't give ^M comment-end syntax.
3591 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
3593         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
3594         Don't consider gdbmi (gdb-mi.el has its own update functions).
3595         (gdb-var-delete): Make it work for gdbmi as well.
3596         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
3598         * progmodes/gud.el (etags, sdb): Only require etags when needed.
3599         (gud-speedbar-menu-items): Correct logic for enabling items.
3601 2005-07-15  Kim F. Storm  <storm@cua.dk>
3603         * ido.el: Fix commentary.
3604         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
3605         Use with-no-warnings around ffap-guesser.
3606         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
3607         Let bind minibuffer-completing-file-name to t.
3609 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
3611         * startup.el (site-run-file, keyboard-type): Doc fixes.
3612         (command-line): Check for "--basic-display" argument; also for
3613         "--quick", not "--bare-bones" (which was renamed).
3614         (fancy-splash-text): Add missing item "Getting New Versions".
3615         (normal-splash-screen): Fix typos and improve consistency with
3616         `fancy-splash-text'.  Update copyright year.
3618         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
3619         valid binding for `help-char'.
3621         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
3623 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
3625         * term.el (term-mode): Disable cua-mode for term buffers.
3627 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
3629         * add-log.el (add-log-mailing-address, change-log-merge):
3630         Doc fixes.
3631         (change-log-get-method-definition): Fix typo in docstring.
3633 2005-07-14  Kim F. Storm  <storm@cua.dk>
3635         * emulation/cua-base.el:
3636         (cua--pre-command-handler-1, cua--pre-command-handler)
3637         (cua--post-command-handler-1, cua--post-command-handler):
3638         Split in two.  Check (buffer local) value of cua-mode.
3639         (cua-selection-mode): New command.
3641 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
3643         * custom.el (custom-initialize-safe-set)
3644         (custom-initialize-safe-default): Doc fixes.
3646         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3647         and simplify :init-value again.
3649         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3650         and simplify :init-value again.  Delete autoload.
3652         * startup.el (command-line): Use `custom-reevaluate-setting' again
3653         for tooltip-mode.
3655         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
3656         a defcustom with two :initialize keywords.
3658 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
3660         * allout.el (my-mark-marker, allout-isearch-prior-pos)
3661         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
3662         (allout-post-command-business, allout-flag-region)
3663         (isearch-reenable-font-lock, allout-yank)
3664         (allout-insert-latex-header, allout-insert-latex-trailer)
3665         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
3666         (allout-latex-verb-quote): Fix typos in docstrings.
3667         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
3668         (allout-unprotected, allout-prefix-data):
3669         Improve argument/docstring consistency.
3670         (allout-chart-subtree): Fix argument spec.
3671         (allout-open-topic): Rename `use_sib_bullet' argument to
3672         `use-sib-bullet'.  Doc fix.
3674         * whitespace.el (whitespace-check-buffer-leading)
3675         (whitespace-check-buffer-trailing)
3676         (whitespace-check-buffer-indent)
3677         (whitespace-check-buffer-spacetab)
3678         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
3679         (whitespace-check-leading-whitespace)
3680         (whitespace-check-trailing-whitespace)
3681         (whitespace-check-spacetab-whitespace)
3682         (whitespace-check-indent-whitespace)
3683         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
3684         (whitespace-modes): Fix typos in docstrings.
3685         (defgroup, defcustom): Doc fixes.
3687         * winner.el (winner-mode, winner-boring-buffers)
3688         (winner-pending-undo-ring): Doc fixes.
3689         (winner-ring): Remove unneeded `progn'.
3690         (winner-equal): `defsubst' it.
3691         (winner-redo): Fix message.
3693 2005-07-13  Kim F. Storm  <storm@cua.dk>
3695         * simple.el (line-move-1): Always use vertical-motion to
3696         do the last (or only) line move to ensure some movement.
3697         Undo 2005-06-23 change--don't check for overlays.
3699 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3701         * term/mac-win.el (ccl-encode-mac-roman-font)
3702         (ccl-encode-mac-centraleurroman-font)
3703         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
3704         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
3705         Change charset-id boundary of dimension to ?\xef.
3706         (mac-char-fontspec-list): New constant.
3707         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
3708         argument.  Nil uses itself as family in font-spec.  Previous
3709         behavior for nil is now provided by non-nil non-string argument.
3710         All callers changed.  Add font-specs for Mac fonts to
3711         "fontset-default" unless iso8859-1 fonts are installed.
3713 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3715         * progmodes/sh-script.el (sh-get-indent-info): Only indent
3716         a continuation line if the \ is preceded by SPC or TAB.
3717         (sh-get-indent-info): Simplify.
3718         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
3719         Use with-current-buffer.
3721         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
3722         when the matched text is empty.
3724 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
3726         * startup.el (command-line): Revert to previous handling of
3727         tooltip-mode.  Explain in comment why the complexity is needed.
3729         * tooltip.el (tooltip-mode): Revert to previous implementation of
3730         its defcustom.
3732         * frame.el (blink-cursor-mode): Revert to previous implementation
3733         of its defcustom.  Update comment.
3735 2005-07-12  Lars Hansen  <larsh@soem.dk>
3737         * desktop.el: Update e-mail address.
3739 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3741         * term/mac-win.el (mac-services-mail-selection)
3742         (mac-services-mail-to): New functions.
3743         (mac-application-menu-map): Bind them.
3745 2005-07-12  wulei <milton@wulei.net>  (tiny change)
3747         * progmodes/gdb-ui.el: Add note about buffering with Windows.
3749 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
3751         * custom.el (custom-reevaluate-setting): Doc fix.
3753 2005-07-11  Jay Belanger  <belanger@truman.edu>
3755         * calc/calc.el (calc-embedded-announce-formula-alist)
3756         (calc-embedded-open-close-plain-alist)
3757         (calc-embedded-open-close-mode-alist): Add checks for additional
3758         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
3760 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
3762         * custom.el (custom-enable-theme): Don't add theme to
3763         `custom-enabled-themes' with `push' because there is no
3764         setf-method for `delq'.
3766 2005-07-11  Richard M. Stallman  <rms@gnu.org>
3768         * custom.el (custom-declare-variable): Doc fix.
3770         * dired-aux.el (dired-compare-directories): Remove "." and ".."
3771         from the alists.
3773         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
3774         Do nothing if edebug-active.
3776         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
3777         (edebug-display): Do it here instead.
3779 2005-07-10  Richard M. Stallman  <rms@gnu.org>
3781         * cus-face.el (custom-theme-set-faces): Make it work.
3782         (custom-reset-faces): Doc fix.
3783         (custom-theme-reset-internal-face, custom-theme-face-value):
3784         Functions deleted.
3786         * custom.el (custom-push-theme): Maintain list of the settings
3787         of a given theme in its theme-settings property.
3788         Maintain position of old settings in the theme-value
3789         or theme-face property.
3790         (custom-enabled-themes): New variable.
3791         (custom-theme-enabled-p): New function.
3792         (provide-theme): Update custom-enabled-themes.
3793         Disable and reenable the `user' theme.
3794         (require-theme): Doc fix.
3795         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
3796         (custom-theme-value, custom-theme-variable-value): Likewise.
3797         (custom-theme-reset-internal): Likewise.
3798         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
3799         (custom-enable-theme, custom-disable-theme): New functions.
3800         (custom-variable-theme-value, custom-face-theme-value): Likewise.
3801         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
3802         (custom-theme-reset-variables): Simplify.
3803         (deftheme, custom-declare-theme, custom-make-theme-feature):
3804         Definitions moved.
3806 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
3808         * longlines.el (longlines-show-region)
3809         (longlines-unshow-hard-newlines): Recognize hard newlines by
3810         non-nil hard property, instead of t.
3812 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
3814         * viper-cmd.el (viper--key-maps): New variable.
3815         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
3816         emulation-mode-map-alists.
3817         (viper-envelop-ESC-key): Use viper-subseq.
3818         (viper-search-forward/backward/next): Disable debug-on-error.
3820         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3821         (viper-ESC-key): New defcustoms.
3823         * viper-macs.el (ex-map-read-args): Use viper-subseq.
3825         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
3826         (viper-subseq): Copy of subseq from cl.el.
3828         * viper.el (viper-go-away, viper-set-hooks): Use
3829         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
3831         * viper-mous.el (viper-current-frame-saved): Use defvar.
3833         * viper-init.el: Get rid of -face in face names.
3835         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3836         Make it work with longlines mode
3838         * ediff-mult.el (ediff-meta-mode-hook): New variable.
3840         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
3842         * ediff-init.el: Get rid of -face in face names.
3844 2005-07-10  Richard M. Stallman  <rms@gnu.org>
3846         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
3847         and with-timeout-unsuspend.
3849         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
3850         and with-timeout-unsuspend.
3852         * emacs-lisp/timer.el (with-timeout-timers): New variable.
3853         (with-timeout): Bind that variable to record timers.
3854         (with-timeout-suspend, with-timeout-unsuspend): New functions.
3856         * emacs-lisp/debug.el (debug-help-follow): New function.
3857         (debugger-mode-map): Use that instead of help-follow.
3858         (debugger-setup-buffer): Use eval-buffer-list
3859         to handle eval-buffer frames.
3861 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
3863         * timezone.el (timezone-parse-date): Change first regexp
3864         so it will not mistakenly match dates with no time zone.
3866 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
3868         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
3870 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
3872         * custom.el (custom-initialize-safe-set)
3873         (custom-initialize-safe-default): New functions.
3875         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
3876         and simplify :init-value.
3878         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
3879         and simplify :init-value.  Delete obsolete comment.
3881         * startup.el (command-line): Use `custom-reevaluate-setting' to
3882         handle `tooltip-mode'.  Delete obsolete comment.
3884         * files.el (set-visited-file-name): Avoid calling
3885         `file-name-nondirectory' with a nil argument.
3887 2005-07-09  Richard M. Stallman  <rms@gnu.org>
3889         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
3890         was called with nil for the buffer, handle the read position right.
3891         Handle read position for eval-region, too.
3893 2005-07-09  Juri Linkov  <juri@jurta.org>
3895         * fringe.el (fringe-mode): Add period in docstring.
3896         (fringe-query-style): Build prompt depending on `all-frames' arg.
3898         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
3899         to not create links to unrelated functions in the Help buffer.
3901         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
3902         Doc fix.
3904         * simple.el (next-error-hook): New variable.
3905         (next-error): Use it.  Doc fix.
3907         * textmodes/ispell.el (ispell-command-loop): Add current
3908         dictionary name and program name to mode-line-format.
3909         (ispell-region, ispell-process-line): Add current dictionary name
3910         and program name to messages.
3912 2005-07-08  Jay Belanger  <belanger@truman.edu>
3914         * calc/calc.el (calc-embedded-announce-formula-alist)
3915         (calc-embedded-open-close-formula-alist)
3916         (calc-embedded-open-close-word-alist)
3917         (calc-embedded-open-close-plain-alist)
3918         (calc-embedded-open-close-new-formula-alist)
3919         (calc-embedded-open-close-mode-alist)
3920         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
3921         (calc-embedded-mode-hook): New variables.
3923         * calc/calc-embed.el (calc-embedded-firsttime)
3924         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
3925         New variables.
3926         (calc-do-embedded): Use calc-embedded-firsttime,
3927         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
3928         determine whether or not to run hooks.
3929         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
3930         calc-embedded-firsttime-formula appropriately.
3931         Set calc-embedded delimiter variables according to mode.
3933 2005-07-08  Richard M. Stallman  <rms@gnu.org>
3935         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
3936         Check for "emacs", etc., as entire symbol, not just as word.
3937         (checkdoc-file-comments-engine): Use regexp-quote on FN.
3939         * files.el (set-visited-file-name): Report the error
3940         for "empty filename" earlier.
3941         (kill-some-buffers): Ignore buffers already dead.
3943         * fringe.el (fringe-mode): Doc fix.
3945         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
3946         Check for (featurep 'xemacs) and turn off warnings in what it guards.
3947         Use unwind-protect to ensure byte-compile-unresolved-functions
3948         is updated.
3950         * whitespace.el (whitespace-buffer-leading-cleanup):
3951         Simplify w/ skip-chars-forward.
3952         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
3954         * mail/rmail.el (rmail-only-expunge): Fix paren error.
3955         Unconditionally try to leave point at the same old place.
3957 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
3959         * comint.el (comint-postoutput-scroll-to-bottom)
3960         (comint-show-maximum-output): Take scroll-margin into consideration.
3962 2005-07-08  Kim F. Storm  <storm@cua.dk>
3964         * ido.el (ido-use-filename-at-point): New choice `guess'.
3965         (ido-file-internal): Try ffap-guesser if selected.
3967         * ido.el (ido-before-fallback-functions): New hook.
3968         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
3969         (ido-read-file-name): Run it.
3971 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3973         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
3974         strings rather than a list of symbols to the completion function.
3976 2005-07-07  Jay Belanger  <belanger@truman.edu>
3978         * calc/calc-units.el (math-apply-units): Change the places in
3979         which units are simplified.
3981 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
3983         * cus-edit.el (customize-option, customize-option-other-window):
3984         Make them handle aliases.
3986         * custom.el (custom-variable-p): Make it recursively follow
3987         aliases.  Mention that in the docstring.
3989 2005-07-07  Richard M. Stallman  <rms@gnu.org>
3991         * cus-start.el (exec-path): Use `directory' instead of `file'.
3992         Fix tag for nil.
3994 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
3996         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
3997         when called non-interactively.  Doc fix.
3999 2005-07-07  Lute Kamstra  <lute@gnu.org>
4001         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4002         new address as well.
4004 2005-07-07  Kenichi Handa  <handa@m17n.org>
4006         * international/mule.el (make-coding-system):
4007         Describe `ascii-incompatible' property in the docstring.
4008         (set-file-name-coding-system): Signal an error if coding-system is
4009         ascii-incompatible.
4010         (set-keyboard-coding-system): Likewise.
4012         * international/mule-cmds.el (set-default-coding-systems):
4013         Don't set default-file-name-coding-system and
4014         default-keyboard-coding-system if coding-system is ASCII-incompatible.
4016         * international/utf-16.el: Declare that all UTF-16-based coding
4017         systems are ASCII-incompatible.
4019 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
4021         * progmodes/gud.el: Require font-lock for displaying errors.
4022         Used by gdb-ui.el.
4024 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
4026         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4027         values for the pattern lists which are `read'able but not
4028         `append'able (like symbols).
4030 2005-07-06  Richard M. Stallman  <rms@gnu.org>
4032         * progmodes/flymake.el (flymake-float-time): Instead of
4033         with-no-warnings, test for xemacs.
4034         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4035         to avoid warning.
4037 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
4039         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4041 2005-07-05  Lute Kamstra  <lute@gnu.org>
4043         * battery.el: Add support for Darwin (with much debugging help
4044         from Samuel Lauber <sam124@operamail.com>).
4045         (battery-status-function, battery-echo-area-format)
4046         (battery-mode-line-format): Add support for pmset on Darwin.
4047         (battery-load-low, battery-load-critical): New user options.
4048         (battery-pmset): New function.
4050 2005-07-05  Lute Kamstra  <lute@gnu.org>
4052         Update FSF's address in GPL notices.
4054         * textmodes/page-ext.el: Update FSF's address.
4056 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4058         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4059         filling from using prefix when filling a single-line docstring.
4061         * progmodes/flymake.el: Remove useless eval-when-compile.
4063         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4065 2005-07-04  Richard M. Stallman  <rms@gnu.org>
4067         * textmodes/org.el (org-file-apps-defaults-gnu):
4068         Rename from org-file-apps-defaults-linux.
4069         (org-default-apps): Don't test system-type for `linux'.
4070         (org-file-apps): Doc fix.
4072 2005-07-04  David Ponce  <david@dponce.com>
4074         * tree-widget.el: Improve header Commentary section.
4075         (tree-widget) [defgroup]
4076         (tree-widget-image-enable, tree-widget-themes-directory)
4077         (tree-widget-theme, tree-widget-image-properties-emacs)
4078         (tree-widget-image-properties-xemacs, tree-widget-create-image)
4079         (tree-widget-image-formats, tree-widget-control)
4080         (tree-widget-empty-control, tree-widget-leaf-control
4081         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4082         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4083         (tree-widget-keep, tree-widget-after-toggle-functions)
4084         (tree-widget-open-node, tree-widget-close-node): Doc fix.
4085         (tree-widget-open-control, tree-widget-close-control): Fix doc and
4086         :help-echo message.
4087         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
4088         (tree-widget-image-properties): Doc fix.  Clearer implementation.
4089         (tree-widget--cursors): New constant.
4090         (tree-widget-lookup-image): New function split from
4091         `tree-widget-find-image'.  Clearer implementation.
4092         (tree-widget-find-image): Use it.
4093         (tree-widget-button-keymap): Use `set-keymap-parent'.
4094         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4095         Define the sub-widgets here.
4096         (tree-widget-node): Check that :node is not a tree-widget.
4097         (tree-widget-get-super, tree-widget-open-control)
4098         (tree-widget-close-control, tree-widget-empty-control)
4099         (tree-widget-leaf-control, tree-widget-guide)
4100         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4101         (tree-widget-no-handle, tree-widget-value-delete)
4102         (tree-widget-map): Remove.
4103         (tree-widget-children-value-save): Doc fix.  Simplified.
4104         (tree-widget-value-create): Update according to previous changes.
4106 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
4108         * textmodes/org.el: Leading space replaced by TABS.
4109         (org-recalc-marks, org-table-rotate-recalc-marks)
4110         (org-table-get-specials): Treat "^" and "_" marks.
4111         (org-table-justify-field-maybe): Optional argument NEW.
4112         (org-table-eval-formula): Parsing of the format simplified.
4113         New modes C,I.  Honor the %= parameter in the current table.
4114         Avoid unnecessary re-align by using the NEW argument to
4115         `org-table-justify-field-maybe'.
4116         (org-calc-default-modes): Default for date-format mimicks org-mode.
4117         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4119 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
4121         * cus-face.el (custom-theme-set-faces): Make it handle face
4122         aliases whose alias declarations are pre- or autoloaded.
4124 2005-07-04  Juri Linkov  <juri@jurta.org>
4126         * faces.el (read-face-name): Put the code for getting a face name
4127         from the buffer before adding the faces from the `face' property.
4128         Use `completing-read-multiple' instead of `completing-read'.
4129         Require `crm'.  Add default value and post-process the returned
4130         list of faces.
4132         * emacs-lisp/crm.el (crm-find-current-element)
4133         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4135         * emacs-lisp/lisp-mode.el (eval-defun-1):
4136         * emacs-lisp/edebug.el (edebug-eval-defun):
4137         Remove unnecessary quotes.
4139 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4141         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4142         (prolog-indent-level): Fix typo in docstring.
4144         * info.el (Info-history, Info-history-forward)
4145         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4147         * add-log.el (add-change-log-entry):
4148         * comint.el (comint-dynamic-list-input-ring)
4149         (comint-dynamic-list-completions):
4150         * dabbrev.el (dabbrev-expand):
4151         * delim-col.el (delimit-columns-rectangle-line):
4152         * diff-mode.el (diff-context->unified, diff-reverse-direction)
4153         (diff-unified->context):
4154         * ediff-init.el (ediff-abbrev-jobname):
4155         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4156         (ediff-replace-session-activity-marker-in-meta-buffer):
4157         * info.el (Info-summary):
4158         * lpr.el (printify-region):
4159         * printing.el (pr-create-interface):
4160         * ps-print.el (ps-print-quote):
4161         * ses.el (ses-column-widths, ses-print-cell)
4162         (ses-adjust-print-width, ses-center):
4163         * shell.el (shell-file-name-quote-list):
4164         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4165         (strokes-fill-current-buffer-with-whitespace)
4166         (strokes-xpm-for-stroke, strokes-list-strokes)
4167         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4168         * term.el (term-dynamic-list-input-ring)
4169         (term-dynamic-list-completions):
4170         * calc/calc.el (math-format-stack-value):
4171         * emacs-lisp/edebug.el (edebug-display-freq-count):
4172         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4173         (delphi-new-comment-line):
4174         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4175         * progmodes/executable.el (executable-set-magic):
4176         * progmodes/python.el (inferior-python-mode):
4177         * progmodes/scheme.el (scheme-mode-syntax-table):
4178         * progmodes/sh-script.el (sh-maybe-here-document):
4179         * progmodes/sql.el (sql-copy-column):
4180         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4181         * textmodes/bibtex.el (bibtex-mode):
4182         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4183         (sgml-auto-attributes):
4184         * textmodes/table.el (table-insert, table-shorten-cell)
4185         (table--generate-source-scan-lines, table-delete-row)
4186         (*table--cell-delete-char, table--spacify-frame)
4187         (table--horizontally-shift-above-and-below)
4188         (table--cell-insert-char, table--cell-blank-str)
4189         (table--fill-region-strictly):
4190         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4191         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4193         * add-log.el (change-log):
4194         * apropos.el (apropos):
4195         * comint.el (comint-completion, comint-source):
4196         * dabbrev.el (dabbrev):
4197         * delim-col.el (columns):
4198         * diff-mode.el (diff-mode):
4199         * ediff.el (ediff):
4200         * ediff-diff.el (ediff-diff):
4201         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4202         * ediff-mult.el (ediff-mult):
4203         * ediff-ptch.el (ediff-ptch):
4204         * ediff-wind.el (ediff-window):
4205         * facemenu.el (facemenu):
4206         * indent.el (indent):
4207         * info.el (info):
4208         * jka-cmpr-hook.el (compression, jka-compr):
4209         * lpr.el (lpr):
4210         * outline.el (outlines):
4211         * pcmpl-cvs.el (pcmpl-cvs):
4212         * pcmpl-rpm.el (pcmpl-rpm):
4213         * printing.el (printing):
4214         * ps-print.el (postscript, ps-print, ps-print-horizontal)
4215         (ps-print-vertical, ps-print-headers, ps-print-font)
4216         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4217         (ps-print-background, ps-print-printer, ps-print-page)
4218         (ps-print-miscellany):
4219         * ses.el (ses):
4220         * shell.el (shell, shell-directories, shell-faces):
4221         * startup.el (initialization):
4222         * strokes.el (strokes):
4223         * term.el (term):
4224         * uniquify.el (uniquify):
4225         * w32-vars.el (w32):
4226         * calc/calc.el (calc):
4227         * emacs-lisp/bytecomp.el (bytecomp):
4228         * emacs-lisp/cl-indent.el (lisp-indent):
4229         * emacs-lisp/edebug.el (edebug):
4230         * emacs-lisp/elp.el (elp):
4231         * emacs-lisp/testcover.el (testcover):
4232         * emacs-lisp/trace.el (trace):
4233         * emulation/viper-ex.el (viper-ex):
4234         * emulation/viper-mous.el (viper-mouse):
4235         * mail/mailalias.el (mailalias):
4236         * mail/supercite.el (supercite, supercite-frames)
4237         (supercite-attr, supercite-cite, supercite-hooks):
4238         * net/rcompile.el (remote-compile):
4239         * net/rlogin.el (rlogin):
4240         * obsolete/ooutline.el (outlines):
4241         * progmodes/delphi.el (delphi):
4242         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4243         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4244         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4245         (ebnf-optimization):
4246         * progmodes/etags.el (etags):
4247         * progmodes/executable.el (executable):
4248         * progmodes/idlwave.el (idlwave):
4249         * progmodes/pascal.el (pascal):
4250         * progmodes/prolog.el (prolog):
4251         * progmodes/python.el (python):
4252         * progmodes/scheme.el (scheme):
4253         * progmodes/sh-script.el (sh, sh-script):
4254         * progmodes/sql.el (SQL):
4255         * progmodes/tcl.el (tcl):
4256         * textmodes/bibtex.el (bibtex, bibtex-autokey):
4257         * textmodes/enriched.el (enriched):
4258         * textmodes/makeinfo.el (makeinfo):
4259         * textmodes/sgml-mode.el (sgml):
4260         * textmodes/table.el (table-hooks):
4261         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4262         * textmodes/texinfo.el (texinfo):
4263         * textmodes/two-column.el (two-column):
4264         Finish `defgroup' description with period.
4266         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4267         * eshell/esh-var.el (eshell-var):
4268         * progmodes/vhdl-mode.el (vhdl-testbench):
4269         * textmodes/org.el (org): Fix typos in docstrings.
4271         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4272         consistency.
4274         * progmodes/flymake.el (flymake-find-file): Remove.
4275         (flymake-float-time): Use `with-no-warnings'.
4276         (flymake-check-start-time, flymake-check-was-interrupted)
4277         (flymake-err-info, flymake-is-running, flymake-last-change-time)
4278         (flymake-new-err-info): `defvar' at compile time.
4280 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
4282         * replace.el (occur-hook): Doc fix.
4283         (occur-1): Don't call `occur-hook' if there are no matches.
4285 2005-07-03  Richard M. Stallman  <rms@gnu.org>
4287         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4288         global-map, save the same map.
4289         (global-map): Don't alter it at top level.
4290         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4291         Then alter it here instead.
4292         (tpu-edt-off): Set global-map to the saved one.
4294         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4295         All references simplified.
4296         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
4297         (zmacs-regions): Add defvar.
4298         (repeat-complex-command-map): Everything about that deleted.
4300         * textmodes/artist.el (artist-key-is-drawing)
4301         (artist-key-endpoint1, artist-key-poly-point-list)
4302         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4303         (artist-key-compl-table, artist-rb-save-data)
4304         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4305         Don't put them in eval-when-compile.
4306         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4308         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4309         Use with-no-warnings.
4311         * net/browse-url.el (dos-windows-version): Add defvar.
4313         * mail/supercite.el (filladapt-prefix-table): Add defvar.
4315         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4316         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4317         (rmail-new-summary-line-count): Rename from new-summary-line-count.
4318         Add defvar.
4319         (rmail-summary-beginning-of-message): Use with-no-warnings.
4320         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4322         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4323         Use with-no-warnings.
4325         * emulation/vi.el (vi-mark-region): Use c-mark-function.
4326         (c-mark-function): Add point-moving-unit property.
4327         (vi-goto-line): Use with-no-warnings.
4329         * emulation/edt.el (edt-last-copied-word): Add defvar.
4330         (zmacs-region-stays): Likewise.
4331         (edt-mark-section-wisely): Use c-mark-function for C.
4332         Use makr-defun for Fortran.
4333         (time-string): defvar deleted.
4334         (edt-display-the-time): Don't set time-string.
4336         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4338         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4339         Don't warn when name is not constant
4340         or for defining the group `emacs'.
4342         * tooltip.el (gud-tooltip-mode): Add defvar.
4344         * startup.el (default-frame-background-mode): Add defvar.
4346         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
4348         * info.el (tool-bar-map): Add defvar.
4350         * dired.el (dnd-protocol-alist): Add defvar.
4352         * dired-aux.el (dired-query): Display question with answer, when
4353         the user answers.
4355         * custom.el (custom-add-option): Doc fix.
4357         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
4359 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
4361         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
4362         bogus name from the last change.
4364 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
4366         * custom.el (custom-declare-variable): Fix typos in comment.
4367         (custom-known-themes): Doc fix.
4368         (custom-theme-directory): New defcustom.
4369         (require-theme): Make it check `custom-theme-directory'.
4371         * cus-theme.el (custom-new-theme-mode): New function.
4372         (custom-theme-name, custom-theme-variables, custom-theme-faces)
4373         (custom-theme-description): Add compiler defvars.
4374         (customize-create-theme): Add doc to the "*New Custom Theme*"
4375         buffer.  Use `custom-new-theme-mode'.
4376         (custom-theme-write): Put the created buffer in emacs-lisp-mode
4377         and save it to the `custom-theme-directory'.  Make this the
4378         default directory of the buffer.
4380 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
4382         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
4383         Fix unbalanced parentheses.
4385 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4387         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
4388         into flymake-mode and delegate to flymake-mode.
4390         * find-file.el (ff-which-function-are-we-in): Clean up.
4392 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
4394         * replace.el (occur-rename-buffer): Fix docstring.
4396         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
4397         (edt-last-copied-word, edt-learn-macro-count)
4398         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
4399         (edt-rect-start-point, edt-user-global-map, rect-start-point)
4400         (time-string, zmacs-region-stays):
4401         * emulation/edt-mapper.el (edt-save-function-key-map)
4402         (EDT-key-name): `defvar' to silence the byte-compiler.
4404 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4406         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
4407         font-lock-regexp-backslash.  Doc fix.
4408         (font-lock-regexp-backslash-grouping-construct): Rename from
4409         font-lock-regexp-backslash-construct.  Doc fix.
4410         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
4411         grouping constructs.
4413 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
4415         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
4416         updating all the prerequisites.
4418 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
4420         * textmodes/org.el (org-agenda-start-on-weekday)
4421         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
4422         (org-agenda-use-time-grid, org-archive-location)
4423         (org-allow-space-in-links, org-usenet-links-prefer-google)
4424         (org-enable-table-editor, org-export-default-language)
4425         (org-export-html-show-new-buffer, org-fill-paragraph)
4426         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
4427         (org-goto-quit, org-occur, org-eval-in-calendar)
4428         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
4429         (org-agenda-diary-entry, org-remember-help)
4430         (org-table-convert-region, org-at-table-p)
4431         (org-table-move-row-down, org-table-move-row-up)
4432         (org-table-copy-region, org-table-toggle-vline-visibility)
4433         (org-table-get-stored-formulas, org-table-get-specials)
4434         (org-recalc-commands, org-table-eval-formula)
4435         (org-table-formula-substitute-names, orgtbl-make-binding)
4436         (org-format-org-table-html, org-format-table-table-html)
4437         (org-format-table-table-html-using-table-generate-source)
4438         (org-customize): Fix typos in docstrings.
4439         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
4440         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
4441         (org-back-to-heading): Doc fixes.
4442         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
4443         (org-agenda-change-all-lines, org-get-header):
4444         Improve argument/docstring consistency.
4445         (orgtbl-error): Fix error message.
4447         * progmodes/flymake.el (flymake-find-possible-master-files)
4448         (flymake-master-file-compare, flymake-get-line-err-count)
4449         (flymake-highlight-line, flymake-gui-warnings-enabled):
4450         Fix typos in docstrings.
4451         (flymake-parse-line, flymake-get-project-include-dirs-function)
4452         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
4453         Doc fixes.
4454         (flymake-get-project-include-dirs-function)
4455         (flymake-make-err-menu-data):
4456         Improve argument/docstring consistency.
4458 2005-07-01  Lute Kamstra  <lute@gnu.org>
4460         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
4461         Catch errors with ignore-errors.  Use temporary buffer.
4462         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
4464         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
4465         background color faces.
4466         (facemenu-set-foreground, facemenu-set-background):
4467         Use facemenu-set-face-from-menu.
4468         (facemenu-set-face-from-menu): Treat face names that start with
4469         "fg:" or "bg:" as special.
4470         (facemenu-add-new-color): Don't create faces.  Simplify.
4472 2005-06-30  Richard M. Stallman  <rms@gnu.org>
4474         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
4475         (crm-find-current-element): Likewise.
4477 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
4479         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
4481 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4483         * arc-mode.el (archive-extract): Make it work as a mouse binding.
4484         (archive-mouse-extract): Make it an obsolete alias.
4485         (archive-mode-map): Don't use archive-mouse-extract any more.
4486         (archive-mode, archive-extract): write-contents-hooks ->
4487         write-contents-functions.
4488         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
4489         first arg.
4490         (archive-rename-entry): Update the call.
4491         (archive-zip-summarize): Remove unused var `method'.
4492         (archive-lzh-summarize): Remove unused var `creator'.
4494         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
4495         dedicated frame upon exit.
4497         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
4498         (archive-zip-extract, archive-zip-expunge)
4499         (archive-zip-update, archive-zip-update-case): Use executable-find.
4500         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
4501         Use restore-buffer-modified-p.
4502         (archive-extract, archive-add-new-member, archive-write-file-member):
4503         Use with-current-buffer.
4504         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
4506 2005-06-30  Andreas Schwab  <schwab@suse.de>
4508         * progmodes/gud.el (gud-filter): Remove unneeded progn.
4510 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
4512         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
4514 2005-06-30  Juri Linkov  <juri@jurta.org>
4516         * faces.el (vertical-border): Inherit from mode-line-inactive
4517         only on tty.
4519 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
4521         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
4522         example, -NLINES in the `occur' docstring).
4524         * replace.el (occur-1): When no matches are found, do not set the
4525         `buffer-read-only' and modified flags for the occur buffer,
4526         because it is deleted.
4528         * emulation/cua-base.el (cua-check-pending-input)
4529         (cua-repeat-replace-region, cua-mode, cua-debug)
4530         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
4531         Fix typos in docstrings.
4533         * emulation/cua-gmrk.el (cua-toggle-global-mark)
4534         (cua-cut-region-to-global-mark)
4535         (cua--cut-rectangle-to-global-mark):
4536         Remove period from end of messages.
4538         * emulation/cua-rect.el (cua-do-rectangle-padding):
4539         Remove period from end of messages.
4540         (cua--rectangle-seq-format): Fix typo in docstring.
4541         (cua-sequence-rectangle, cua-fill-char-rectangle):
4542         Improve argument/docstring consistency.
4544 2005-06-29  Juri Linkov  <juri@jurta.org>
4546         * faces.el (default-frame-background-mode): New internal variable.
4547         (frame-set-background-mode): Use it.
4549         * startup.el (normal-top-level): Set default-frame-background-mode
4550         instead of frame-background-mode.  Before setting it, test for its
4551         nil value.  Remove tests for frame-background-mode and frame
4552         parameter `reverse'.  Add test for "unspecified-fg".
4554         * term/xterm.el (xterm-rxvt-set-background-mode):
4555         * term/rxvt.el (rxvt-set-background-mode):
4556         Set default-frame-background-mode instead of frame-background-mode.
4558 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
4560         * simple.el (set-variable): Warn about obsolete user variables.
4562         * imenu.el (imenu--completion-buffer):
4563         * mouse.el (mouse-buffer-menu-alist):
4564         * msb.el (msb-invisible-buffer-p):
4565         * calendar/diary-lib.el (diary-header-line-format):
4566         * emacs-lisp/pp.el (pp-buffer):
4567         * progmodes/cperl-mode.el (cperl-do-auto-fill):
4568         * textmodes/picture.el (picture-replace-match):
4569         Change space constants followed by a sexp to "?\s ".
4571         * play/decipher.el (decipher-loop-with-breaks):
4572         * textmodes/texinfo.el (texinfo-insert-@item): Change space
4573         constants "protected" from end of line by a comment to "?\s".
4575 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4577         * font-lock.el (save-buffer-state): Use `declare'.
4579         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
4580         reset the syntax-table to cperl-mode-syntax-table.
4581         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
4582         "foo_print_bar" is not matched as a reserved keyword.
4584 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
4586         * textmodes/org.el (orgtbl-setup): New function, for delayed
4587         setup for the orgtbl commands.
4588         (org-calc-default-modes): New option.
4589         (orgtbl-make-binding): Use `defun' to get better help display.
4590         (org-diary): Call `org-compile-prefix-format'.
4591         (org-table-formula-substitute-names): New function.
4592         (org-agenda-day-view, org-agenda-week-view): New commands.
4593         (org-agenda-toggle-week-view): Command removed.
4594         (org-tbl-menu): Split off from org-org-menu.
4595         (org-mode): Move removal of outline-mode menus to here.
4596         (org-table-formula-debug): New option.
4597         (org-table-insert-row): Keep first field if just "#" or "*".
4598         (org-mode): Paragraph regexps fixed.
4599         (org-table-recalculate-regexp): New constant.
4600         (org-table-justify-field-maybe): Avoid replace if not necessary.
4601         (org-copy-special, org-cut-special): Use `call-interactively'.
4602         (org-table-copy-region): Take region from `interactive' call.
4603         (org-trim): Return string even if no match.
4604         (org-formula): New face.
4605         (org-set-font-lock-defaults): No longer highlight "FIXME".
4606         But highlight formula-related fields in table.
4607         (org-table-p): Use regexp, not fontification.
4608         (org-table-align): Handle white space at end of line.
4609         (org-table-formula-evaluate-inline): New option.
4610         (org-mode): Auto-wrapping in comment lines turned off.
4611         (org-table-copy-down): Evaluate only in copied field, not in
4612         destination.
4613         (org-table-current-formula): Variable removed.
4614         (org-table-store-formulas, org-table-get-stored-formulas)
4615         (org-table-modify-formulas, org-table-replace-in-formulas)
4616         (org-table-maybe-eval-formula): New functions.
4617         (org-table-get-formula): Modify to use stored formulas.
4618         (org-table-insert-column, org-table-delete-column)
4619         (org-table-move-column): Call `org-table-modify-formulas'.
4620         (org-complete): Add completion for keyword formulas.
4621         (orgtbl-mode): Pull orgtbl-mode-map to start of
4622         minor-mode-map-alist.
4624 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4626         * progmodes/python.el (python-check): Require `compile' before
4627         modifying its variables.
4629         * newcomment.el (comment-indent-default): Don't get fooled by an early
4630         end of buffer.
4632 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4634         * ps-print.el (ps-print-version): Fix version number.
4636 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
4638         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
4640 2005-06-28  Richard M. Stallman  <rms@gnu.org>
4642         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
4643         (flyspell-local-mouse-map): Declaration deleted.
4644         (flyspell-mouse-map): Bind only mouse-2.
4645         (flyspell-mode-map): Don't test flyspell-use-local-map.
4646         (flyspell-overlay-keymap-property-name): Var deleted.
4647         (flyspell-mode-on): Don't make local bindings for
4648         flyspell-mouse-map and flyspell-mode-map.
4649         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
4651         * textmodes/ispell.el (ispell-word): Do not ignore short words.
4653         * progmodes/compile.el (compilation-next-error-function):
4654         Don't switch buffers; operate on the current buffer.
4656         * progmodes/compile.el (compilation-error-file-name)
4657         (compilation-warning-file-name, compilation-info-file-name)
4658         (compilation-line-number, compilation-column-number): New faces.
4659         (compilation-error-face, compilation-warning-face)
4660         (compilation-info-face, compilation-line-face)
4661         (compilation-column-face): Use them.
4663         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
4665         * comint.el (comint-password-prompt-regexp): Accept ", try again".
4667         * bindings.el (global-map): Bind insertchar and its variants.
4669 2005-06-27  Richard M. Stallman  <rms@gnu.org>
4671         * textmodes/artist.el (artist-text-overwrite)
4672         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
4674 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4676         * ps-print.el: It was not working the page selection for printing.
4677         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
4678         (ps-print-version): New version 6.6.7.
4679         (ps-end-sheet): New fun.
4680         (ps-header-sheet, ps-end-job): Call it.
4682 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
4684         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
4686 2005-06-27  Lute Kamstra  <lute@gnu.org>
4688         * facemenu.el (facemenu-unlisted-faces): Add foreground and
4689         background color faces.
4690         (facemenu-get-face): Delete function.
4691         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
4692         (facemenu-add-new-color): Make second argument mandatory.
4693         Create the appropriate face and return it.  Simplify.
4694         (facemenu-set-foreground, facemenu-set-background): Don't check if
4695         color is defined.  Use return value of facemenu-add-new-color.
4697 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
4699         * progmodes/gud.el (gud-filter): Add missing argument to
4700         with-selected-window.
4702 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4704         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
4705         a :require to the defcustom.
4707         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
4708         defcustoms corresponding to minor modes.
4710 2005-06-26  David Ponce  <david@dponce.com>
4712         * recentf.el: Require tree-widget instead of wid-edit.
4713         (recentf-filename-handler): Fix widget :type.
4714         (recentf-cancel-dialog, recentf-open-more-files)
4715         (recentf-open-files-action): Doc fix.
4716         (recentf-dialog-goto-first): New function.
4717         (recentf-dialog-mode-map): Set parent keymap first.
4718         (recentf-dialog-mode): Define with define-derived-mode.
4719         Don't display continuation lines in dialogs.
4720         (recentf-edit-list): Rename from recentf-edit-selected-items.
4721         (recentf-edit-list-select): Rename from recentf-edit-list-action.
4722         Simplify.
4723         (recentf-edit-list-validate): New function.
4724         (recentf-edit-list): Update accordingly.
4725         (recentf-open-files-item-shift): Remove.
4726         (recentf-open-files-item): Convert menu elements into tree and
4727         link widgets.  Don't create the widgets.
4728         (recentf-open-files): Update accordingly.
4729         (recentf-save-list): Untabify.
4731 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
4733         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
4734         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
4735         partially contained in the active region.  Do not take active
4736         region into account when called from Lisp, unless INTERACTIVE arg
4737         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
4738         avoid trouble with fields.  Make marker point nowhere when no
4739         longer used.  Always return nil.  Doc fix.
4740         (flush-lines): Add INTERACTIVE arg.  Do not take active region
4741         into account when called from Lisp, unless INTERACTIVE arg is
4742         non-nil.  Use `forward-line' instead of `beginning-of-line' to
4743         avoid trouble with fields.  Make marker point nowhere when no
4744         longer used.  Always return nil.  Doc fix.
4745         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
4746         interchangeable.  Do not take active region into account when
4747         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
4748         message in echo area when called from Lisp, unless INTERACTIVE arg
4749         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
4750         Return the number of matches.  Doc fix.
4751         (occur): Doc fix.
4752         (perform-replace): Make comment follow double space convention for
4753         the sake of `outline-minor-mode'.
4755         * faces.el (facep): Doc fix.
4757 2005-06-25  Richard M. Stallman  <rms@gnu.org>
4759         * facemenu.el (facemenu-enable-faces-p): New function.
4760         (facemenu-background-menu, facemenu-foreground-menu)
4761         (facemenu-face-menu): Add menu-enable property.
4763         * jka-compr.el (jka-compr-insert-file-contents):
4764         Special handling if cannot find the uncompression program.
4766         * cus-face.el (custom-face-attributes): Add autoload.
4768         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4769         Bind comment-indent-function locally.
4771         * window.el (save-selected-window): Use save-current-buffer.
4773         * subr.el (with-selected-window): Use save-current-buffer.
4775         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
4776         and with-current-buffer.
4778 2005-06-24  Richard M. Stallman  <rms@gnu.org>
4780         * simple.el (line-move-1): Fix previous change.
4782 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4784         * replace.el (occur-1): Set `buffer-read-only' and the
4785         buffer-modified flag before running `occur-hook' to protect
4786         against unintentional buffer switches that can lead to data loss.
4788 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
4790         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
4791         (gud-gdb-marker-filter): Use font-lock-warning-face for any
4792         initial error.
4794         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
4795         after fresh input.
4796         (gdb-var-create-handler): Put name of expression in quotes.
4798 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4800         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
4801         elements of RING in order, and without bogus nil elements.
4803 2005-06-23  Richard M. Stallman  <rms@gnu.org>
4805         * simple.el (set-variable): Args renamed; doc fix.
4806         (line-move-1): When there are overlays around, use vertical-motion.
4808         * faces.el (escape-glyph): Use brown against light background.
4809         (nobreak-space): Rename from no-break-space.
4810         Fix previous change.
4812         * dired-aux.el (dired-do-copy): Fix arg prompt.
4814         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
4816 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
4818         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
4819         rather than "Distributor".
4821 2005-06-23  Lute Kamstra  <lute@gnu.org>
4823         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
4824         (debug-on-entry): Use it.  New interactive declaration that uses
4825         function-called-at-point.
4827 2005-06-23  Kim F. Storm  <storm@cua.dk>
4829         * subr.el (save-match-data): Add comment about using evaporate arg
4830         to set-match-data.
4832 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
4834         * cus-edit.el (customize-face)
4835         (customize-face-other-window): Handle face aliases.
4837         * faces.el (face-documentation, set-face-attribute)
4838         (face-spec-set): Handle face aliases.
4840 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
4842         * help-mode.el (help-make-xrefs): If a symbol representing a face
4843         name is not followed by the word "face", it could still be a
4844         function or variable name, so don't bypass other checks.
4846 2005-06-22  Juri Linkov  <juri@jurta.org>
4848         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
4849         Replace aliased functions with calls where second arg `inherit' is t.
4851 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
4853         * progmodes/gdb-ui.el (gdb-error): New variable.
4854         (gdb-error): New function.
4855         (gdb-annotation-rules): Act on error-begin and error annotations.
4856         (gdb-concat-output): Use font-lock-warning-face for errors.
4858 2005-06-22  Miles Bader  <miles@gnu.org>
4860         * bindings.el (propertized-buffer-identification): Use renamed
4861         `Buffer-menu-buffer' face.
4863         * faces.el (vertical-border): Rename from `vertical-divider'.
4864         (escape-glyph): Change dark-background color back to `cyan'.
4866 2005-06-21  Juri Linkov  <juri@jurta.org>
4868         * faces.el (face-user-default-spec): Try getting `customized-face'
4869         prior to `saved-face'.
4870         (frame-background-mode): Refill docstring.
4872         * emacs-lisp/lisp-mode.el (eval-defun-1):
4873         * emacs-lisp/edebug.el (edebug-eval-defun):
4874         Set `saved-face' temporarily to nil before calling form.
4875         Set `customized-face' to the new spec after that.
4877 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4879         * subr.el (1value, lambda, key-substitution-in-progress):
4880         Doc fixes.
4882         * autoinsert.el (auto-insert-alist):
4883         * ses.el (ses-call-printer):
4884         * subr.el (noreturn):
4885         * emacs-lisp/lisp.el (check-parens):
4886         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
4887         * net/browse-url.el (browse-url-mosaic):
4888         * progmodes/cc-defs.el (c-safe-scan-lists):
4889         * progmodes/ebnf-abn.el (ebnf-abn-lex):
4890         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
4891         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
4892         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
4893         * progmodes/ebnf-iso.el (ebnf-iso-lex):
4894         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
4896 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4898         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
4900 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
4902         * calendar/appt.el (appt-make-list): Activate the package, if
4903         not already active (for backwards compatibility).
4905 2005-06-20  Kim F. Storm  <storm@cua.dk>
4907         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
4909 2005-06-20  Miles Bader  <miles@gnu.org>
4911         * faces.el (vertical-divider): New face.
4913 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
4915         * simple.el (kill-whole-line): Doc fix.
4916         (next-error-buffer-p, next-error-find-buffer)
4917         (clone-indirect-buffer): Fix typos in docstrings.
4918         (comment-line-break-function): Doc fix: don't say variable
4919         is automatically buffer-local (it isn't).
4921 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
4923         * net/tramp-ftp.el (top):
4924         * net/tramp-smb.el (top):
4925         * net/tramp-util.el (top):
4926         * net/tramp-uu.el (top):
4927         * net/tramp-vc.el (top):
4928         * net/tramp.el (top): Revert copyright years back to original
4929         ones.  Tramp has a life outside GNU Emacs.
4931 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
4933         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
4935 2005-06-18  Juri Linkov  <juri@jurta.org>
4937         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
4938         end of first regexp to limit the match to the position between
4939         line number and source line with same separator character as used
4940         between file name and line number.  In the second regexp limit
4941         mouse-face area to file name and line number by adding new group
4942         for them and referring it in HYPERLINK arg.
4943         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
4944         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
4945         previous line where grep markers may be already removed.
4947 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
4949         * progmodes/ps-mode.el: Update version and maintainer's email address.
4951 2005-06-18  Steve Youngs  <steve@xemacs.org>
4953         * net/browse-url.el (browse-url-browser-function)
4954         (browse-url-default-browser): Add firefox.
4955         (browse-url-firefox-program, browse-url-firefox-arguments)
4956         (browse-url-firefox-startup-arguments)
4957         (browse-url-firefox-new-window-is-tab): New defcustoms.
4958         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
4960 2005-06-17  Richard M. Stallman  <rms@gnu.org>
4962         * startup.el (command-line): Warn if specified user name has
4963         no home directory.
4965         * term.el (term-get-old-input, term-input-filter, term-input-sender)
4966         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
4968         * longlines.el (longlines-mode, longlines-show-hard-newlines):
4969         Doc fixes.
4971         * faces.el (underline): Try bold if terminal doesn't support underline.
4973         * mail/sendmail.el (mail-setup-with-from): New variable.
4974         (mail-insert-from-field): New function.
4975         (sendmail-send-it): Call it.
4976         (mail-setup): Optionally call it here.
4978         * term/linux.el: Call tty-no-underline.
4980 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
4982         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
4984 2005-06-17  Miles Bader  <miles@gnu.org>
4986         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
4987         (ediff-current-diff-C, ediff-current-diff-Ancestor)
4988         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
4989         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
4990         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
4991         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
4992         Remove "-face" suffix from face names.
4993         (ediff-current-diff-face-A, ediff-current-diff-face-B)
4994         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
4995         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4996         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4997         (ediff-even-diff-face-A, ediff-even-diff-face-B)
4998         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4999         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5000         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5001         New backward-compatibility aliases for renamed faces.
5002         (ediff-current-diff-face-A, ediff-current-diff-face-B)
5003         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5004         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5005         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5006         (ediff-even-diff-face-A, ediff-even-diff-face-B)
5007         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5008         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5009         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5010         Use renamed ediff faces.
5012         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5013         Remove "-face" suffix from face names.
5014         (eshell-test-ok-face, eshell-test-failed-face):
5015         New backward-compatibility aliases for renamed faces.
5016         (eshell-run-test): Use renamed eshell-test faces.
5018         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5019         face name.
5020         (eshell-prompt-face): New backward-compatibility alias for renamed
5021         face.
5022         (eshell-emit-prompt): Use renamed eshell-prompt face.
5024         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5025         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5026         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5027         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5028         Remove "-face" suffix from face names.
5029         (eshell-ls-directory-face, eshell-ls-symlink-face)
5030         (eshell-ls-executable-face, eshell-ls-readonly-face)
5031         (eshell-ls-unreadable-face, eshell-ls-special-face)
5032         (eshell-ls-missing-face, eshell-ls-archive-face)
5033         (eshell-ls-backup-face, eshell-ls-product-face)
5034         (eshell-ls-clutter-face):
5035         New backward-compatibility aliases for renamed faces.
5036         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5038         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5039         Remove "-face" suffix from face name.
5040         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5041         instead of literal face.
5043 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
5045         * emacs-lisp/warnings.el (display-warning, lwarn)
5046         (warning-minimum-log-level): Doc fixes.
5047         (warning-minimum-level, warning-minimum-log-level):
5048         Add :debug to :type choices.
5050         * progmodes/ada-mode.el (ada-format-paramlist)
5051         (ada-get-indent-case, ada-check-matching-start)
5052         (ada-check-defun-name, ada-goto-matching-decl-start)
5053         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5054         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5055         (ada-make-subprogram-body): Follow error conventions.
5056         (ada-case-exception-file, ada-indent-comment-as-code)
5057         (ada-indent-handle-comment-special, ada-indent-renames)
5058         (ada-indent-return, ada-search-directories-internal)
5059         (ada-tab-policy, ada-case-exception-substring)
5060         (ada-other-file-alist, ada-matching-start-re)
5061         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5062         (ada-imenu-generic-expression, ada-compile-goto-error)
5063         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5064         (ada-popup-menu, ada-add-extensions, ada-mode)
5065         (ada-region-selected, ada-create-case-exception)
5066         (ada-create-case-exception-substring, ada-after-keyword-p)
5067         (ada-activate-keys-for-case, ada-adjust-case-region)
5068         (ada-adjust-case-buffer, ada-format-paramlist)
5069         (ada-scan-paramlist, ada-insert-paramlist)
5070         (ada-indent-newline-indent)
5071         (ada-indent-newline-indent-conditional)
5072         (ada-justified-indent-current, ada-goto-previous-word)
5073         (ada-indent-current, ada-get-indent-open-paren)
5074         (ada-get-indent-paramlist, ada-get-indent-end)
5075         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5076         (ada-get-indent-block-start, ada-get-indent-subprog)
5077         (ada-get-indent-noindent, ada-get-indent-label)
5078         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5079         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5080         (ada-goto-stmt-end, ada-goto-next-word)
5081         (ada-check-matching-start, ada-check-defun-name)
5082         (ada-goto-matching-decl-start, ada-goto-matching-start)
5083         (ada-goto-matching-end, ada-search-ignore-string-comment)
5084         (ada-in-decl-p, ada-looking-at-semi-or)
5085         (ada-looking-at-semi-private, ada-in-paramlist-p)
5086         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5087         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5088         (ada-next-procedure, ada-previous-procedure, ada-next-package)
5089         (ada-previous-package, ada-create-menu)
5090         (ada-fill-comment-paragraph-justify)
5091         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5092         (ada-other-file-name, ada-last-which-function-line)
5093         (ada-last-which-function-subprog, ada-which-function)
5094         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5095         (ada-gen-treat-proc, ada-check-emacs-version)
5096         (ada-continuation-indent, ada-align-region-separate):
5097         Fix typos in docstrings.
5098         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5100 2005-06-16  Lute Kamstra  <lute@gnu.org>
5102         * simple.el (fundamental-mode): Run after-change-major-mode-hook
5103         conditionally.
5105 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5107         * comint.el (comint-replace-by-expanded-filename)
5108         (comint-prompt-regexp, comint-delimiter-argument-list)
5109         (comint-preinput-scroll-to-bottom):
5110         * info.el (Info-hide-cookies-node):
5111         * ls-lisp.el (ls-lisp-classify):
5112         * find-file.el (ff-search-directories, ff-special-constructs)
5113         (ff-find-other-file):
5114         * font-lock.el (font-lock-keywords):
5115         * shell.el (shell-prompt-pattern)
5116         (shell-dynamic-complete-functions, shell-mode)
5117         (shell-delimiter-argument-list):
5118         * term.el (term-replace-by-expanded-filename)
5119         (term-prompt-regexp, term-delimiter-argument-list):
5120         * woman.el (woman-ignore, woman0-if):
5121         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5122         * emacs-lisp/elint.el (elint-init-env):
5123         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5124         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5125         * language/ethio-util.el (ethio-tilde-escape)
5126         (ethio-use-three-dot-question):
5127         * net/zone-mode.el (zone-mode-load-time-setup):
5128         * progmodes/cc-align.el (c-lineup-argcont):
5129         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5130         * progmodes/cperl-mode.el (cperl-set-style-back):
5131         * progmodes/inf-lisp.el (inferior-lisp-prompt):
5132         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5133         Fix spellings in docstrings.
5135         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5136         * progmodes/modula2.el (m2-for): Fix spellings.
5138         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5140         * simple.el (undo-more): Don't use `format' on `error' arguments.
5141         Improve argument/docstring consistency.
5142         (pending-undo-list): Doc fix.
5144         * smerge-mode.el (smerge-ensure-match):
5145         * emulation/vip.el (vip-ex):
5146         * net/zone-mode.el (zone-mode-update-serial):
5147         * progmodes/idlwave.el (idlwave-complete):
5148         * progmodes/vhdl-mode.el (vhdl-visit-file)
5149         (vhdl-compose-wire-components):
5150         Don't use `format' on `error' arguments.
5152         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5153         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5154         (tooltip-help-tips): Fix typos in docstrings.
5156 2005-06-16  David Ponce  <david@dponce.com>
5158         * tree-widget.el (tree-widget-value-create): Simplify last change.
5160 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
5162         * ido.el (ido-incomplete-regexp): New variable.
5163         (ido-set-matches-1): Handle invalid-regexp error and set
5164         ido-incomplete-regexp.
5165         (ido-incomplete-regexp): New face.
5166         (ido-completions): Use it.
5167         (ido-complete, ido-exit-minibuffer, ido-completions):
5168         Handle incomplete regexps.
5169         (ido-completions): Add check for complete match when entering a regexp.
5171 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5173         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5175 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5177         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5178         by field delimiters.
5180 2005-06-15  David Ponce  <david@dponce.com>
5182         * tree-widget.el: eval-and-compile inlined functions so they will
5183         be available at run-time too.
5184         (tree-widget-super-format-handler)
5185         (tree-widget-format-handler): Remove.
5186         (tree-widget-value-create): Handle the :indent property.
5188 2005-06-15  Miles Bader  <miles@gnu.org>
5190         * progmodes/which-func.el (which-func): Only inherit
5191         `font-lock-function-name-face' when that makes sense against the
5192         default mode-line face, otherwise set the face color explicitly.
5194         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5195         faces instead of (non-existent) variables.
5197 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5199         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5200         (iswitchb-get-matched-buffers): Likewise.  Simplify.
5202 2005-06-14  Miles Bader  <miles@gnu.org>
5204         * progmodes/ld-script.el (ld-script-location-counter):
5205         Remove "-face" suffix from face name.
5206         (ld-script-location-counter-face):
5207         New backward-compatibility alias for renamed face.
5208         (ld-script-location-counter-face): Use renamed face.
5210         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5211         (cperl-hash): Remove "-face" suffix from face names.
5212         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5213         New backward-compatibility aliases for renamed faces.
5214         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5215         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5217         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5218         name.
5219         (which-func-face): New backward-compatibility alias for renamed face.
5220         (which-func-format): Use renamed which-func face.
5222         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5223         (vhdl-function, vhdl-directive, vhdl-reserved-word)
5224         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5225         names.
5226         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5227         (vhdl-speedbar-configuration, vhdl-speedbar-package)
5228         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5229         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5230         (vhdl-speedbar-architecture-selected)
5231         (vhdl-speedbar-configuration-selected)
5232         (vhdl-speedbar-package-selected)
5233         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5234         names.
5235         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5236         Use renamed faces.
5237         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5238         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5239         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5240         Use renamed faces.
5241         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5242         names.
5243         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5244         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5245         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5246         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5247         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5248         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5250         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5251         face name.
5252         (sh-heredoc-face): New backward-compatibility alias for renamed face.
5253         (sh-heredoc-face): Use renamed sh-heredoc face.
5255         * progmodes/idlw-help.el (idlwave-help-link):
5256         Remove "-face" suffix from face name.
5257         (idlwave-help-link-face):
5258         New backward-compatibility alias for renamed face.
5259         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5261         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5262         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5263         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5264         New backward-compatibility aliases for renamed faces.
5265         (idlwave-shell-disabled-breakpoint-face)
5266         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5268         * progmodes/flymake.el (flymake-errline, flymake-warnline):
5269         Remove "-face" suffix from face names.
5270         (flymake-errline-face, flymake-warnline-face):
5271         New backward-compatibility aliases for renamed faces.
5272         (flymake-highlight-line): Use renamed flymake faces.
5274         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5275         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5276         (ebrowse-member-class, ebrowse-progress):
5277         Remove "-face" suffix from face names.
5278         (ebrowse-tree-mark-face, ebrowse-root-class-face)
5279         (ebrowse-file-name-face, ebrowse-default-face)
5280         (ebrowse-member-attribute-face, ebrowse-member-class-face)
5281         (ebrowse-progress-face):
5282         New backward-compatibility aliases for renamed faces.
5283         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5284         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5285         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5286         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5288         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5289         antlr-syntax)
5290         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5291         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5292         names.
5293         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5294         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5295         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5296         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5297         backward-compatibility aliases for renamed faces.
5298         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5299         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5300         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5301         remove "font-lock-".  Use renamed antlr-mode faces.
5302         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
5303         literal face-names with face variable references.
5305         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5306         face name.
5307         (Buffer-menu-buffer-face): New backward-compatibility alias for
5308         renamed face.
5309         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5311 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
5313         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5314         Eliminate "-face" suffix.
5315         (makefile-targets): Inherit from font-lock-function-name-face and
5316         eliminate "-face" suffix.
5317         (makefile-shell): Remove attributes and eliminate "-face" suffix.
5318         (makefile-*-font-lock-keywords): Append makefile-targets in rule
5319         actions, instead of prepending, to make it less visible.
5320         (makefile-previous-dependency, makefile-match-dependency):
5321         Don't match a target on a continuation line.
5323         * files.el (auto-mode-alist): Put Makefile in gmake mode.
5325 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
5327         * progmodes/gdb-ui.el (menu): Re-order menu items.
5328         (gdb-tooltip-print): Respect tooltip-use-echo-area.
5330         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5331         Define in tooltip.el.
5332         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5333         (gud-tooltip-tips): Respect tooltip-use-echo-area and
5334         gud-tooltip-echo-area.
5336         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5337         backward compatibility and make obsolete.
5338         (tooltip-help-tips): Use tooltip-use-echo-area.
5339         (tooltip-show-help-function): Rename to...
5340         (tooltip-show-help): ...this, because it is a function.
5341         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
5343 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
5345         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
5346         (edebug-print-length, edebug-print-level, edebug-print-circle)
5347         (edebug-modify-breakpoint, edebug-eval-last-sexp)
5348         (edebug-eval-print-last-sexp): Doc fixes.
5350 2005-06-14  Kim F. Storm  <storm@cua.dk>
5352         * ido.el (ido-mode): Make a new keymap every time we enable ido,
5353         as the coverage buffer/file/both may change.
5355 2005-06-14  Lute Kamstra  <lute@gnu.org>
5357         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
5358         and run-mode-hooks.  Simplify.
5360         * mail/rmailedit.el (rmail-edit-mode):
5361         * progmodes/octave-inf.el (inferior-octave-mode):
5362         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
5364         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
5365         and run-mode-hooks.
5366         (recentf-edit-list, recentf-open-files): Don't call
5367         kill-all-local-variables directly.
5369         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
5371 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5373         * emacs-lisp/byte-run.el (make-obsolete)
5374         (define-obsolete-function-alias): Rename arguments FUNCTION and
5375         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
5376         (make-obsolete-variable, define-obsolete-variable-alias):
5377         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
5378         respectively.
5380         * isearchb.el (isearchb-activate):
5381         * pcvs.el (cvs-mode):
5382         * ses.el (ses-load):
5383         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
5384         * net/tramp.el (tramp-find-file-exists-command)
5385         (tramp-find-shell):
5386         * progmodes/ada-mode.el (ada-create-case-exception)
5387         (ada-create-case-exception-substring, ada-make-subprogram-body):
5388         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5389         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
5390         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
5391         * textmodes/org.el (org-promote, org-evaluate-time-range)
5392         (org-agenda-next-date-line, org-agenda-previous-date-line)
5393         (org-agenda-error, org-open-at-point, org-table-move-row)
5394         (org-format-table-table-html-using-table-generate-source)
5395         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
5396         * textmodes/reftex.el (reftex-access-scan-info):
5397         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
5398         (reftex-toc-promote-prepare): Follow error conventions.
5400         * diff-mode.el (diff-mode): Fix typo in docstring.
5402         * forms.el (forms--intuit-from-file): Fix reference to
5403         `forms-number-of-fields' in error message.
5404         (forms-print): Fix quoting in error message.
5406         * forms.el (forms-mode):
5407         * emulation/vi.el (vi-goto-insert-state):
5408         * progmodes/flymake.el (flymake-new-err-info)
5409         (flymake-start-syntax-check-for-current-buffer)
5410         (flymake-simple-cleanup):
5411         * eshell/esh-var.el (eshell/export):
5412         * progmodes/gud.el (xdb):
5413         * textmodes/flyspell.el (flyspell-incorrect-hook)
5414         (flyspell-maybe-correct-transposition)
5415         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
5417 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
5419         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
5420         minibuffer prompt.
5422 2005-06-13  Kim F. Storm  <storm@cua.dk>
5424         * subr.el (add-to-ordered-list): New defun.
5426         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
5427         add cua--keymap-alist to emulation-mode-map-alists.
5429 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5431         * subr.el (complete-in-turn): New macro.
5432         (dynamic-completion-table, lazy-completion-table): Add debug info.
5434         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
5435         in preference to face aliases.
5437         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
5438         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
5439         Remove unused vars `start' and `firstline'.
5440         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
5441         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
5443 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
5445         * cus-start.el (all): Don't complain about missing GTK-related
5446         variables, unless either `gtk' is boundp or this isn't a
5447         `windows-nt' build.
5449 2005-06-13  Lute Kamstra  <lute@gnu.org>
5451         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
5452         run-mode-hooks.
5454         * ediff-mult.el (ediff-meta-mode):
5455         * ediff-util.el (ediff-mode): Use run-mode-hooks.
5457         * ledit.el (ledit-mode): Use delay-mode-hooks.
5459         * woman.el (woman-mode-line-format): Delete constant.
5460         (woman-mode-map): Initialize it properly.
5461         (woman-mode): Set mode-class property to special.
5462         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
5463         Set major-mode and mode-name.  Don't set mode-line-format directly.
5464         (Man-getpage-in-background): Don't reference woman-mode-line-format.
5466         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
5467         string argument obsolete.
5469 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
5471         * textmodes/org.el (org-CUA-compatible): New option.
5472         (org-disputed-keys): New variable.
5473         (org-key): New function.
5474         (orgtbl-make-binding): Add docstring to the created function.
5475         (org-mode): Set paragraph start/separate regexps.
5476         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
5477         (org-archive-location, org-archive-mark-done)
5478         (org-archive-stamp-time): New options.
5479         (org-archive-subtree): New command.
5480         (org-fill-paragraph): New function.
5481         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
5482         (org-fake-empty-table-line): Function removed.
5483         (org-format-org-table-html): Do not create empty table lines at
5484         separator lines.  Improved table header treatment.
5485         (org-link-format): New option.
5486         (org-make-link): New function.
5487         (org-insert-link, org-store-link): Use org-make-link.
5488         (org-open-file): Quote file name for shell command, to allow
5489         spaces in file names.
5490         (org-link-regexp): Fix bug with mailto link.
5491         (org-link-maybe-angles-regexp, org-protected-link-regexp):
5492         New constants.
5493         (org-export-as-html): Deal with the optional angles around a link.
5494         Better treatment of file: links.
5495         (org-open-at-point): Replace @{ and @} with < and >.
5496         (org-run-mode-hooks): Function removed.
5497         (org-agenda-mode): No longer use `org-run-mode-hooks'.
5499 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
5501         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
5502         MI command -data-list-register-values.
5503         (gdb-post-prompt): Indent properly.
5505 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
5507         * hilit-chg.el (highlight-changes-colors): Rename from
5508         `highlight-changes-colours'.
5509         (highlight-changes-colours): Keep as obsolete alias.
5510         (highlight-changes-face-list): Doc fix.
5511         (hilit-chg-make-list): Use `highlight-changes-colors'.
5513 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
5515         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
5516         defun-prompt-regexp.
5518 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
5520         * loadup.el: Don't say we are dumping under 2 names on windows-nt
5521         and cygwin.
5523         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5524         Don't use an old loaddefs.el, as in Makefile.in.
5526 2005-06-12  Lute Kamstra  <lute@gnu.org>
5528         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
5530         * man.el (Man-mode-map): Initialize it properly.
5531         (Man-mode): Set mode-class property to special.
5533         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
5535 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
5537         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
5538         A newline is needed in the docstring there.
5540         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
5541         Doc fixes.
5543 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5545         * printing.el: Doc fix.  The menubar is no more changed when printing
5546         is loaded, it only changes when pr-menu-bind or pr-update-menus is
5547         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
5548         (pr-version): New version number (6.8.4).
5549         (pr-menu-bind): New command.
5550         (pr-update-menus): Docstring and code fix.
5551         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
5552         Docstring fix.
5553         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
5554         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
5556 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
5558         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
5559         "Returns" to "return", document useful return values, etc.
5561 2005-06-11  Alan Mackenzie  <acm@muc.de>
5563         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
5564         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
5565         (adaptive-file-function): Minor amendment to doc-string.
5567 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
5569         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5570         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
5571         Fix :type--it is `integer', not `string'.
5573         * faces.el (modeline-highlight): Rename from (the erroneous)
5574         `modeline-higilight'.
5576 2005-06-11  Lute Kamstra  <lute@gnu.org>
5578         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
5579         lisp-interaction-mode-map but make it the parent.
5580         (edebug-eval-mode): Use define-derived-mode.
5582 2005-06-11  Andreas Schwab  <schwab@suse.de>
5584         * bindings.el: Add binding of `ESC functionkey' for every
5585         `M-functionkey'.
5586         * hexl.el (hexl-mode-map): Likewise.
5588 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
5590         * progmodes/compile.el (compilation-error-regexp-alist-alist)
5591         [msft]: update regexp for newer msft compilers.
5593 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
5595         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
5596         ATTLIST portions of included DTDs.
5597         (xml-parse-dtd): Eliminate use of inefficient match-data.
5599 2005-06-10  Miles Bader  <miles@gnu.org>
5601         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5602         (mpuz-text): Remove "-face" suffix from face names.
5603         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
5604         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
5605         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
5607         * play/gomoku.el (gomoku-O, gomoku-X):
5608         Remove "-face" suffix from face names.
5609         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
5610         New backward-compatibility aliases for renamed faces.
5611         (gomoku-font-lock-keywords): Use renamed gomoku faces.
5613 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
5615         * thumbs.el: Fixes for changes of 2005-06-09.
5616         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
5617         as a directory.
5618         (thumbs-thumbname): Remove directory separator from format string;
5619         `thumbs-thumbsdir' now returns a valid directory name.
5620         (thumbs-temp-dir): New defsubst.
5621         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
5622         Use it.
5624         * cus-edit.el (minibuffer):
5625         * files.el (make-backup-file-name-function):
5626         * filesets.el (filesets-external-viewers):
5627         * hilit-chg.el (highlight-changes-colours)
5628         (highlight-changes-face-list, highlight-changes-rotate-faces):
5629         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
5630         * kmacro.el (kmacro-call-macro):
5631         * log-edit.el (log-edit-changelog-full-paragraphs):
5632         * mouse.el (mouse-1-click-follows-link):
5633         * skeleton.el (skeleton-autowrap):
5634         * subr.el (insert-for-yank-1):
5635         * tempo.el (tempo-insert-region):
5636         * terminal.el (terminal-emulator):
5637         * time.el (display-time-mail-face):
5638         * vc.el (vc-annotate):
5639         * vcursor.el (vcursor-copy-line):
5640         * woman.el (woman-bold-headings, woman-ignore)
5641         (woman-default-faces, woman-monochrome-faces):
5642         * calendar/todo-mode.el (todo-insert-threshold):
5643         * emulation/pc-select.el (pc-select-selection-keys-only)
5644         (pc-selection-mode):
5645         * emulation/vip.el (vip-find-char-forward):
5646         * emulation/viper-cmd.el (viper-find-char-forward):
5647         * international/mule-cmds.el
5648         (select-safe-coding-system-accept-default-p)
5649         (input-method-exit-on-invalid-key):
5650         * international/mule-diag.el (describe-coding-system):
5651         * international/ucs-tables.el (unify-8859-on-encoding-mode):
5652         * net/browse-url.el (browse-url-xterm-program):
5653         * obsolete/lazy-lock.el (lazy-lock-mode):
5654         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
5655         (cperl-mode):
5656         * progmodes/cpp.el (cpp-face-light-name-list)
5657         (cpp-face-dark-name-list):
5658         * progmodes/delphi.el (delphi-newline-always-indents):
5659         Fix spellings in docstrings.
5661         * ido.el (ido-mode, ido-file-extensions-order)
5662         (ido-default-file-method, ido-default-buffer-method)
5663         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
5664         (ido-decorations, ido-read-file-name-as-directory-commands)
5665         (ido-read-file-name-non-ido, ido-work-directory-list)
5666         (ido-ignore-item-temp-list, ido-current-directory)
5667         (ido-magic-forward-char, ido-enter-find-file)
5668         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
5669         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
5671 2005-06-10  Lute Kamstra  <lute@gnu.org>
5673         * play/dunnet.el (dun-mode): Use define-derived-mode.
5674         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
5675         obsolete alias.
5677         * play/doctor.el (doctor-mode-map): Remove defvar.
5678         (doctor-mode): Use define-derived-mode.
5680         * mail/mspools.el (mspools-mode):
5681         * net/eudc-hotlist.el (eudc-hotlist-mode):
5682         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
5684 2005-06-10  Miles Bader  <miles@gnu.org>
5686         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5687         Remove "-face" suffix from face names.
5688         (flyspell-incorrect-face, flyspell-duplicate-face):
5689         New backward-compatibility aliases for renamed faces.
5690         (flyspell-mode-on, make-flyspell-overlay)
5691         (flyspell-highlight-incorrect-region)
5692         (flyspell-highlight-duplicate-region)
5693         (flyspell-display-next-corrections)
5694         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
5696         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
5697         from face name.
5698         (texinfo-heading-face): New backward-compatibility alias for
5699         renamed face.
5700         (texinfo-heading-face): Use renamed texinfo-heading face.
5702         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
5703         suffix from face names.
5704         (tex-math-face, tex-verbatim-face):
5705         New backward-compatibility aliases for renamed faces.
5706         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
5707         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
5708         literal face name.
5710         * textmodes/table.el (table-cell): Remove "-face" suffix from face
5711         name.
5712         (table-cell-face): New backward-compatibility alias for renamed face.
5713         (table--put-cell-face-property, table--update-cell-face):
5714         Use renamed table-cell face.
5716         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
5717         from face name.
5718         (sgml-namespace-face): New backward-compatibility alias for
5719         renamed face.
5720         (sgml-namespace-face): Use renamed sgml-namespace face.
5722         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
5723         (org-level-4, org-level-5, org-level-6, org-level-7)
5724         (org-level-8, org-warning, org-headline-done)
5725         (org-deadline-announce, org-scheduled-today)
5726         (org-scheduled-previously, org-link, org-done, org-table)
5727         (org-time-grid): Remove "-face" suffix from face names.
5728         (org-level-1-face, org-level-2-face, org-level-3-face)
5729         (org-level-4-face, org-level-5-face, org-level-6-face)
5730         (org-level-7-face, org-level-8-face, org-warning-face)
5731         (org-headline-done-face, org-deadline-announce-face)
5732         (org-scheduled-today-face, org-scheduled-previously-face)
5733         (org-link-face, org-done-face, org-table-face)
5734         (org-time-grid-face):
5735         New backward-compatibility aliases for renamed faces.
5736         (org-level-faces, org-set-font-lock-defaults, org-timeline)
5737         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
5738         (org-agenda-get-timestamps, org-agenda-get-scheduled)
5739         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
5741         * emulation/viper-init.el (viper-search, viper-replace-overlay)
5742         (viper-minibuffer-emacs, viper-minibuffer-insert)
5743         (viper-minibuffer-vi): Remove "-face" suffix from face names.
5744         (viper-search-face, viper-replace-overlay-face)
5745         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5746         (viper-minibuffer-vi-face):
5747         New backward-compatibility aliases for renamed faces.
5748         (viper-search-face, viper-replace-overlay-face)
5749         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
5750         (viper-minibuffer-vi-face): Use renamed viper faces.
5752         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
5753         Remove "-face" suffix from face names.
5754         (testcover-nohits-face, testcover-1value-face):
5755         New backward-compatibility aliases for renamed faces.
5756         (testcover-mark): Use renamed testcover faces.
5758         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
5759         face name.
5760         (diary-button-face): New backward-compatibility alias for renamed face.
5761         (diary-entry): Use renamed diary-button face.
5763         * calendar/calendar.el (diary, calendar-today, holiday)
5764         (mark-visible-calendar-date): Remove "-face" suffix from face names.
5765         (diary-face, calendar-today-face, holiday-face):
5766         New backward-compatibility aliases for renamed faces.
5767         (eval-after-load "facemenu", diary-entry-marker)
5768         (calendar-today-marker, calendar-holiday-marker, diary-face):
5769         Use renamed calendar faces.
5771         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
5772         (compare-windows-face): New backward-compatibility alias for
5773         renamed face.
5774         (compare-windows-highlight): Use renamed compare-windows face.
5776         * strokes.el (strokes-char): Remove "-face" suffix from face name.
5777         (strokes-char-face): New backward-compatibility alias for renamed face.
5778         (strokes-encode-buffer): Use renamed strokes-char face.
5780         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
5781         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
5782         Remove "-face" suffix from face names.
5783         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5784         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5785         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
5786         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
5787         Use renamed pcvs faces.
5788         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
5789         * pcvs-defs.el (cvs-mode-map): Likewise.
5790         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
5792         * info.el (info-title-1, info-title-2, info-title-3)
5793         (info-title-4): Remove "-face" suffix from and downcase face names.
5794         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5795         (Info-title-4-face):
5796         New backward-compatibility aliases for renamed faces.
5797         (Info-fontify-node): Use renamed info faces.
5799         * hilit-chg.el (highlight-changes, highlight-changes-delete):
5800         Remove "-face" suffix from face names.
5801         (highlight-changes-face, highlight-changes-delete-face):
5802         New backward-compatibility aliases for renamed faces.
5803         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
5804         (hilit-chg-make-list): Use renamed highlight-changes faces.
5806         * generic-x.el (show-tabs-tab, show-tabs-space):
5807         Remove "-face" suffix from face names.
5808         (show-tabs-tab-face, show-tabs-space-face):
5809         New backward-compatibility aliases for renamed faces.
5810         (show-tabs-generic-mode-font-lock-defaults-1)
5811         (show-tabs-generic-mode-font-lock-defaults-2):
5812         Use renamed show-tabs faces.
5814         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
5815         (smerge-markers): Remove "-face" suffix from face names.
5816         (smerge-mine-face, smerge-other-face, smerge-base-face)
5817         (smerge-markers-face):
5818         New backward-compatibility aliases for renamed faces.
5819         (smerge-mine-face, smerge-other-face, smerge-base-face)
5820         (smerge-markers-face): Use renamed smerge faces.
5822         * log-view.el (log-view-file, log-view-message): Remove "-face"
5823         suffix from face names.
5824         (log-view-file-face, log-view-message-face): New
5825         backward-compatibility aliases for renamed faces.
5826         (log-view-file-face, log-view-message-face): Use renamed log-view
5827         faces.
5829         * paren.el (show-paren-match, show-paren-mismatch):
5830         Remove "-face" suffix from face names.
5831         (show-paren-match-face, show-paren-mismatch-face):
5832         New backward-compatibility aliases for renamed faces.
5833         (show-paren-function): Use renamed show-paren faces.
5835         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
5836         (ruler-mode-margins, ruler-mode-fringes)
5837         (ruler-mode-column-number, ruler-mode-fill-column)
5838         (ruler-mode-comment-column, ruler-mode-goal-column)
5839         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
5840         suffix from face names.
5841         (ruler-mode-default-face, ruler-mode-pad-face)
5842         (ruler-mode-margins-face, ruler-mode-fringes-face)
5843         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
5844         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
5845         (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
5846         backward-compatibility aliases for renamed faces.
5847         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
5848         (ruler-mode-column-number, ruler-mode-fill-column)
5849         (ruler-mode-comment-column, ruler-mode-goal-column)
5850         (ruler-mode-tab-stop, ruler-mode-current-column)
5851         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
5852         faces.
5854         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
5855         face name.
5856         (whitespace-highlight-the-space): Use renamed face.
5857         (whitespace-highlight-face): New backward-compatibility alias for
5858         renamed face.
5860         * woman.el (woman-italic, woman-bold, woman-unknown)
5861         (woman-addition, woman-symbol-face):
5862         Remove "-face" suffix from face names.
5863         (woman-italic-face, woman-bold-face, woman-unknown-face)
5864         (woman-addition-face):
5865         New backward-compatibility aliases for renamed faces.
5866         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
5867         (woman-decode-region, woman-replace-match)
5868         (woman-display-extended-fonts, woman-special-characters)
5869         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
5870         Use renamed woman faces.
5872         * longlines.el (longlines-visible-face): Face removed.
5874         * diff-mode.el (diff-header, diff-file-header, diff-index)
5875         (diff-hunk-header, diff-removed, diff-added, diff-changed)
5876         (diff-function, diff-context, diff-nonexistent): Remove "-face"
5877         suffix from face names.
5878         (diff-header-face, diff-file-header-face, diff-index-face)
5879         (diff-hunk-header-face, diff-removed-face, diff-added-face)
5880         (diff-changed-face, diff-function-face, diff-context-face)
5881         (diff-nonexistent-face): New backward-compatibility aliases for
5882         renamed faces.
5883         (diff-header-face, diff-file-header-face)
5884         (diff-index, diff-index-face, diff-hunk-header)
5885         (diff-hunk-header-face, diff-removed, diff-removed-face)
5886         (diff-added, diff-added-face, diff-changed-face, diff-function)
5887         (diff-function-face, diff-context-face, diff-nonexistent)
5888         (diff-nonexistent-face): Use renamed diff-mode faces.
5890         * progmodes/compile.el (compilation-warning-face)
5891         (compilation-info-face): Remove "-face" suffix from face names.
5892         (compilation-warning-face, compilation-info-face):
5893         New backward-compatibility aliases for renamed faces.
5894         (compilation-warning-face, compilation-info-face):
5895         Use renamed compilation faces.
5897         * add-log.el (change-log-date, change-log-name)
5898         (change-log-email, change-log-file, change-log-list)
5899         (change-log-conditionals, change-log-function)
5900         (change-log-acknowledgement): Remove "-face" suffix from face names.
5901         (change-log-date-face, change-log-name-face)
5902         (change-log-email-face, change-log-file-face)
5903         (change-log-list-face, change-log-conditionals-face)
5904         (change-log-function-face, change-log-acknowledgement-face):
5905         New backward-compatibility aliases for renamed faces.
5906         (change-log-font-lock-keywords): Use renamed change-log faces.
5908         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
5909         (custom-set, custom-changed, custom-saved, custom-button)
5910         (custom-button-pressed, custom-documentation, custom-state)
5911         (custom-comment, custom-comment-tag, custom-variable-tag)
5912         (custom-variable-button, custom-face-tag, custom-group-tag-1)
5913         (custom-group-tag): Remove "-face" suffix from face names.
5914         (custom-magic-alist, custom-magic-value-create)
5915         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
5916         (custom-invalid-face, custom-rogue-face, custom-modified-face)
5917         (custom-set-face, custom-changed-face, custom-saved-face)
5918         (custom-button-face, custom-button-pressed-face)
5919         (custom-documentation-face, custom-state-face)
5920         (custom-comment-face, custom-comment-tag-face)
5921         (custom-variable-tag-face, custom-variable-button-face)
5922         (custom-face-tag-face, custom-group-tag-face-1)
5923         (custom-group-tag-face):
5924         New backward-compatibility aliases for renamed faces.
5926         * wid-edit.el (widget-documentation, widget-button)
5927         (widget-field, widget-single-line-field, widget-inactive)
5928         (widget-button-pressed): "-face" suffix removed from face names.
5929         (widget-documentation-face, widget-button-face)
5930         (widget-field-face, widget-single-line-field-face)
5931         (widget-inactive-face, widget-button-pressed-face):
5932         New backward-compatibility aliases for renamed faces.
5933         (widget-documentation-face, widget-button-face)
5934         (widget-button-pressed-face, widget-specify-field)
5935         (widget-specify-inactive): Use renamed widget faces.
5937 2005-06-10  Kenichi Handa  <handa@m17n.org>
5939         * term/x-win.el (x-clipboard-yank): Remove condition-case
5940         wrapping.
5942 2005-06-11  Kenichi Handa  <handa@m17n.org>
5944         * add-log.el (change-log-font-lock-keywords): Make the regexp for
5945         date lines stricter.
5947 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
5949         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
5950         of x-get-selection.
5952 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
5954         * comint.el (comint-mode, comint-snapshot-last-prompt):
5955         * frame.el (frame-current-scroll-bars):
5956         * term.el (term-mode, term-check-proc, term-input-sender)
5957         (term-simple-send, term-extract-string, term-word)
5958         (term-match-partial-filename):
5959         * window.el (window-current-scroll-bars):
5960         * emulation/cua-base.el (cua-normal-cursor-color)
5961         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
5962         (cua-global-mark-cursor-color):
5963         * mail/undigest.el (rmail-forward-separator-regex):
5964         Fix typos in docstrings.
5966         * comint.el (comint-check-proc, make-comint-in-buffer)
5967         (comint-source-default): Doc fixes.
5969         * term.el (term-send-string): Improve argument/docstring
5970         consistency.
5972 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
5974         * comint.el (comint-send-input): Bind `inhibit-read-only' around
5975         call to `delete-region'.
5976         (comint-mode-hook): Do not enable Font Lock by default.
5978 2005-06-09  Lute Kamstra  <lute@gnu.org>
5980         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
5981         could be void.
5983 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5985         * emacs-lisp/debug.el (debugger-will-be-back): New var.
5986         (debug): Use it.
5987         (debugger-step-through, debugger-continue, debugger-jump)
5988         (debugger-return-value): Set it when needed.
5989         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
5990         Use inhibit-read-only.
5992 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
5994         * window.el (shrink-window-if-larger-than-buffer)
5995         (window-size-fixed): Fix typo in docstring.
5997         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
5998         thumbnails directory on loading.
5999         (thumbs-conversion-program): Use `eq' to check the system type,
6000         not `equal'.
6001         (thumbs-temp-dir): Initialize to `temporary-file-directory',
6002         not "/tmp".  Fix docstring.
6003         (thumbs-thumbsdir): New function to return the thumbnails
6004         directory, creating it if needed.
6005         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6006         (thumbs-temp-file): Delete variable and make it into a function.
6007         (thumbs-resize-image, thumbs-modify-image): Use it.
6008         (thumbs-kill-buffer): Simplify.
6009         (thumbs-gensym): Defalias or duplicate CL `gensym'.
6010         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6011         docstrings.
6013 2005-06-09  Kim F. Storm  <storm@cua.dk>
6015         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6016         set-match-data to free markers in match-data.
6018         * replace.el (replace-match-data): Pass RESEAT arg `t' to
6019         match-data to unchain markers in match-data.
6021 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6023         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6024         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
6025         unnecessary now.
6027 2005-06-08  Richard M. Stallman  <rms@gnu.org>
6029         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6030         give the variable a doc string that doesn't say don't set it directly.
6032         * textmodes/ispell.el (ispell-check-version):
6033         Use match-string-no-properties.
6034         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6035         (ispell-buffer-local-words): Likewise.
6037         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6038         except on terminals with enough colors to really display it.
6039         (makefile-dependency-regex): Delete spurious `bb'.
6041         * faces.el (escape-glyph): Use blue once again in last case.
6042         (no-break-space): Redefine so that it isn't invisible on a tty.
6044 2005-06-08  Kim F. Storm  <storm@cua.dk>
6046         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6047         also when reading directory name.
6049 2005-06-08  Lute Kamstra  <lute@gnu.org>
6051         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6052         (flyspell-mode-line-string): Remove autoload cookie.
6053         (flyspell-mode): Remove defvar.
6055 2005-06-07  Lute Kamstra  <lute@gnu.org>
6057         * textmodes/org.el (org-run-mode-hooks): New function.
6058         (org-agenda-mode): Use it.
6060 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
6062         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6064 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6066         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6068 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
6070         * font-lock.el (font-lock-add-keywords): Doc fix.
6072 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6074         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6075         (tex-compile-default): In the absence of any history, use the order in
6076         tex-compile-alist to choose the preferred command.
6077         (tex-compile-commands): Reorder a bit.
6079         * textmodes/flyspell.el (flyspell-auto-correct-binding)
6080         (flyspell-incorrect-face, flyspell-duplicate-face):
6081         Use (X)Emacs-agnostic code.
6082         (flyspell-mode-map): Don't overwrite at each load.  Remove code
6083         redundant with the subsequent add-minor-mode.  Merge Emacs and
6084         XEmacs code.
6085         (flyspell-word): Minor simplification.
6086         (flyspell-math-tex-command-p): Quieten the byte-compiler.
6087         (flyspell-external-point-words): Remove unused vars `size' and
6088         `start'.
6089         (flyspell-do-correct): Rename from flyspell-xemacs-correct.  Merge
6090         the corresponding Emacs code.
6091         (flyspell-correct-word, flyspell-xemacs-popup): Use
6092         flyspell-do-correct.
6094         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6095         a dedicated window.
6097         * international/latexenc.el (latexenc-find-file-coding-system):
6098         Undo part of last patch, to turn off a compiler warning.
6100 2005-06-06  Juri Linkov  <juri@jurta.org>
6102         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6103         Rename `tmm-inactive-face' to `tmm-inactive'.
6105 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
6107         * iswitchb.el: Rename faces.
6109 2005-06-06  Kim F. Storm  <storm@cua.dk>
6111         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6112         (cua-global-mark): Remove -face suffix from face names.
6114         * emulation/cua-gmrk.el (cua--init-global-mark):
6115         Remove cua-global-mark face setup.
6117 2005-06-06  Richard M. Stallman  <rms@gnu.org>
6119         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6120         just like other allowed characters.
6121         (makefile-match-dependency): Exclude leading and training whitespace
6122         from the range of regexp subexp 1.
6123         (makefile-macroassign-regex): Don't try to match the body,
6124         just the name of the macro being defined.
6126         * info.el (Info-read-node-name-2): New function.
6127         (Info-read-node-name-1): Use that.
6128         Add a completion-base-size-function property.
6130         * simple.el (completion-setup-function): Look for
6131         completion-base-size-function property of
6132         minibuffer-completion-table.
6134         * files.el (locate-file-completion): Doc fix.
6136         * printing.el: Don't call pr-update-menus; user must do that.
6138         * emacs-lisp/debug.el (debugger-window): New variable.
6139         (debug): Use debugger-window if it is set and still alive.
6140         Record debugger-window for next entry.
6142         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6144 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
6146         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6147         (hack-one-local-variable, hack-local-variables)
6148         (hack-local-variables-prop-line): Pass that arg.
6150 2005-06-06  Kim F. Storm  <storm@cua.dk>
6152         * ido.el (ido-first-match, ido-only-match, ido-subdir)
6153         (ido-indicator): Remove -face suffix from face names.
6155 2005-06-06  Juri Linkov  <juri@jurta.org>
6157         * font-lock.el (font-lock-regexp-backslash)
6158         (font-lock-regexp-backslash-construct): New faces.
6159         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
6160         after `('.  Add `while-no-input' to control structures.
6162         * faces.el (no-break-space, shadow): New faces.
6163         (escape-glyph): Use less loud colors pink2 and red4.
6165         * diff-mode.el (diff-context-face)
6166         * dired.el (dired-ignored)
6167         * rfn-eshadow.el (file-name-shadow)
6168         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6170         * info.el (Info-title-1-face): Use green instead of yellow because
6171         bold yellow is not readable on light backgrounds.
6173         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6174         before selecting the desired mode to not spend time fontifying
6175         old contents.
6177 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
6179         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6180         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6182         * ps-print.el (ps-default-fg, ps-default-bg):
6183         Fix typos in docstrings.
6185         * isearchb.el (isearchb): Don't pass a spurious second argument to
6186         `iswitchb-completions'.
6188 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
6190         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6191         to preserve point.
6192         (gdb-find-file-hook): Add doc string.
6194         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6195         C dereferenced pointer expression.
6196         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
6198         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6200         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6201         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6202         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6203         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6204         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6205         Make background transparent.
6207 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6209         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
6210         (font-lock-remove-keywords): Doc fix.
6211         (font-lock-mode-major-mode): Compiler defvar.
6212         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6214         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6215         (font-lock-mode): Update `font-lock-mode-major-mode'.
6216         (font-lock-set-defaults): Compiler defvar.
6217         (font-lock-default-function): Take `font-lock-mode-major-mode'
6218         into account.
6220         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6221         keep track of which major mode it enabled the minor mode for.
6222         Use find-file-hook again.  Update docstring.
6224         * simple.el (eval-expression-print-level)
6225         (eval-expression-print-length, eval-expression-debug-on-error):
6226         Doc fixes.
6228 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
6230         * iswitchb.el (iswitchb-single-match-face)
6231         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6232         (iswitchb-invalid-regexp-face): New faces.
6233         (iswitchb-completions): Use them.
6234         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6235         now marked as an obsolete alias.
6236         (iswitchb-read-buffer): Remove check for bound font variables.
6237         (iswitchb-invalid-regexp): New free variable.
6238         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6239         set iswitchb-invalid-regexp.
6240         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6241         invalid regexps.
6242         (iswitchb-completions): Add check for complete match when entering
6243         a regexp.
6244         (iswitchb-completions): Remove require-match argument.
6245         (iswitchb-exhibit): Fix caller.
6246         (iswitchb-common-match-inserted): New variable.
6247         (iswitchb-complete, iswitchb-completion-help): Use it.
6249 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
6251         * url-http.el (url-http-chunked-encoding-after-change-function):
6252         Use `url-http-debug' instead of `message'.
6254 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
6256         * url-http.el (url-http-parse-headers): Pass redirected URL as a
6257         callback argument.
6259 2005-06-04  Kim F. Storm  <storm@cua.dk>
6261         * simple.el (line-move): Only call sit-for when moving backwards.
6263         * ido.el (ido-make-merged-file-list-1): New defun split from
6264         ido-make-merged-file-list.
6265         (ido-make-merged-file-list): Bind throw-on-input around call to
6266         ido-make-merged-file-list-1.  Return input-pending-p if
6267         interrupted by more input available.
6268         (ido-read-internal): Handle input-pending-p return value from
6269         ido-make-merged-file-list.
6271 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6273         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6274         compatibility code.
6276         * international/latexenc.el (latexenc-find-file-coding-system):
6277         Don't inherit the EOL part of the coding-system from the
6278         tex-main buffer.  Fit within 80 columns.
6280 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
6282         * tmm.el (tmm-inactive-face): New face.
6283         (tmm-remove-inactive-mouse-face): New function.
6284         (tmm-prompt, tmm-add-one-shortcut)
6285         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6286         but not selectable.
6288 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
6290         * faces.el (face-equal): Improve argument/docstring consistency.
6292 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
6294         * progmodes/make-mode.el (makefile-targets-face)
6295         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6296         (makefile-bsdmake-dependency-regex)
6297         (makefile-makepp-rule-action-regex)
6298         (makefile-bsdmake-rule-action-regex): New constants.
6299         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6301         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6302         Allow (...) within `...' for makepp messages.
6304 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
6306         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6308         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6309         "." files are deleted from all file lists before comparison.
6311         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6312         (viper-ESC-key): Made them customizable.
6314         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6316 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
6318         * autorevert.el (auto-revert-buffers): Use save-match-data.
6320 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6322         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6323         menu items with a nil command binding.
6325 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
6327         * emacs-lisp/cl-macs.el (defsetf):
6328         Improve argument/docstring consistency.
6330         * faces.el (list-faces-display): Improve the formatting by
6331         computing the maximum length required for any face-name (reworked
6332         patch of 1999-01-11, accidentally deleted on 1999-07-21).
6333         (internal-find-face): Remove redundant info in docstring.
6335 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
6337         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6338         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6339         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6340         (gdb-assembler-custom): Improve regexps.
6341         (def-gdb-auto-update-handler): Use window point to preserve point.
6343 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6345         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
6347 2005-05-31  Jay Belanger  <belanger@truman.edu>
6349         * calc/calc-embed.el (calc-embedded-word): Change argument passed
6350         to calc-embedded.
6351         (calc-embedded-make-info): Have plain prefix argument select
6352         entire line.
6354 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
6356         * faces.el (list-faces-display): Signal error if passed a regexp
6357         that matches no face name.
6359         * simple.el (filter-buffer-substring): Fix typo in docstring.
6361 2005-05-31  Richard M. Stallman  <rms@gnu.org>
6363         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
6364         (vhdl-emacs-21): Doc fix.
6365         (vhdl-mode): Unconditionally set comment-padding.
6366         (vhdl-fixup-whitespace-region): Insert spaces only where
6367         there are none.
6368         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
6370 2005-05-30  John Wiegley  <johnw@newartisans.com>
6372         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
6373         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
6374         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
6375         `directory-sep-char' to ?/, and all uses of `string-to-int' to
6376         `string-to-number'.
6378 2005-05-30  Jay Belanger  <belanger@truman.edu>
6380         * calc/calc.el (calc-bug-address): Fix docstring.
6381         (calc-window-hook, calc-trail-window-hook): New variables.
6382         (calc-trail-display): Restore use of calc-trail-window-hook.
6383         (calc): Restore use of calc-window-hook.
6385 2005-05-31  Masatake YAMATO  <jet@gyve.org>
6387         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6389         * help-fns.el (help-C-file-name): Add autoload mark for
6390         `find-function-noselect'.
6392 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6394         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
6395         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
6397 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6399         * calendar/diary-lib.el (mark-included-diary-files): Only kill
6400         included diary buffer if it was not already being visited.
6401         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
6403         * calendar/icalendar.el (top-level): Do not require 'appt.
6405         * mail/supercite.el (sc-select-attribution): Only use a list
6406         element from sc-attrib-selection-list if it returns a string.
6407         Reported by Davide G. M. Salvetti <salve@debian.org>.
6409 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
6411         * thumbs.el (thumbs-thumbname): The resulting thumbname now
6412         includes a hash value to improve its uniqueness, and has a ".jpg"
6413         extension.  Also, it is now a valid filename on all systems.
6414         (thumbs-make-thumb): Use `let', not `let*'.
6415         (thumbs-show-thumbs-list): Check for JPEG availability.
6417 2005-05-30  Richard M. Stallman  <rms@gnu.org>
6419         * filesets.el (filesets-menu-ensure-use-cached):
6420         Prevent warning when emacs-version>= is undefined.
6422         * printing.el (pr-interactive-n-up): Use string-to-number.
6424         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
6426         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
6427         Warn only when name to be defined is quoted.
6429 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
6431         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
6432         Make regexp more robust.
6433         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
6434         Force regeneration of disassembly.
6436 2005-05-29  Jay Belanger  <belanger@truman.edu>
6438         * calc/calc.el (calc-user-invocation): Check if
6439         calc-invocation-macro is non-nil.
6441 2005-05-29  Juri Linkov  <juri@jurta.org>
6443         * add-log.el (change-log-font-lock-keywords):
6444         Add `+' to e-mail regexp to accept mail address with keywords.
6446         * man.el (Man-name-regexp): Add `:' to accept qualified names.
6448 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
6450         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
6452         * ielm.el (inferior-emacs-lisp-mode): Ditto.
6454 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6456         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
6457         Undo the change that moves to end of the current word.
6459 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
6461         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
6462         Throw error when count <= 0 to ensure input is a number.
6463         (gdb-read-memory-custom): Pick up address from buffer.
6464         (gdb-memory-mode): Allow user to increment and decrement
6465         memory address from header line.
6467 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6469         * flyspell.el (flyspell-version): Function deleted.
6470         (flyspell-auto-correct-previous-hook): Doc fix.
6472         * jit-lock.el (jit-lock-function, jit-lock-after-change):
6473         Do nothing if memory is full.
6475         * font-lock.el (font-lock-fontify-syntactically-region):
6476         Pass t for GREEDY to looking-back.
6478         * saveplace.el (save-place-alist-to-file): Write the file
6479         using write-region.
6481         * subr.el (looking-back): New argument GREEDY.
6483         * progmodes/compile.el (compilation-start): Set the mode
6484         before inserting the initial text.
6486         * progmodes/which-func.el (which-func-update-1): Turn the mode
6487         off in case of error by setting which-func-mode.
6489 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
6491         * flyspell.el (flyspell-auto-correct-previous-word):
6492         Narrow down to what's on the screen, and recenter overlays
6493         at the end of the next word.
6495 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
6497         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
6498         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
6499         (flyspell-abbrev-p): Default to nil.
6500         (flyspell-use-global-abbrev-table-p): Doc fix.
6501         (flyspell-large-region): Allow nil as value.
6502         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
6504         (mail-mode-flyspell-verify): More robust handling
6505         of `mail-header-separator'.  More efficient signature detection.
6506         Allow for regexp metacharacters in message-header-separator.
6507         Adding `To' not to be checked in mail-mode-flyspell-verify.
6509         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
6510         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
6511         Bind flyspell-auto-correct-binding.
6512         Bind C-. and C-, .
6513         (flyspell-mode-map): Likewise.
6514         (flyspell-mode): Doc fix.
6515         (flyspell-accept-buffer-local-defs): Preserve current buffer.
6516         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
6517         (flyspell-word-cache-result): New var, always local.
6518         (flyspell-check-pre-word-p): Doc fix.
6519         (flyspell-check-changed-word-p): Handle spc like newline.
6520         (flyspell-post-command-hook): Set flyspell-word-cache-result.
6521         (flyspell-word-search-backward, flyspell-word-search-forward):
6522         New functions.
6523         (flyspell-word): Return t if nothing to check.
6524         When parsing TeX code, check for after } or \.
6525         Use flyspell-word-search-backward to find previous word.
6526         Return nil if duplicated word.
6527         For word already checked, return same value as last time.
6528         Set flyspell-word-cache-result after checking.
6529         Don't clobber the return value.
6530         (flyspell-get-word): Major rewrite.
6531         (flyspell-external-point-words): New locals pword, pcount.
6532         Fix size used in progress message.
6533         Find the proper corresponding word in flyspell-large-region-buffer.
6534         (flyspell-region): Check for flyspell-large-region = nil.
6535         (flyspell-highlight-incorrect-region): Clean up overlays in region.
6536         (flyspell-auto-correct-word): Check that WORD is a cons.
6537         (flyspell-correct-word): Likewise.
6539 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
6541         * progmodes/make-mode.el (makefile-rule-action-regex)
6542         (makefile-macroassign-regex, makefile-makepp-mode)
6543         (makefile-bsdmake-mode): Continuation lines may be empty.
6544         Reported by Joshua Varner.
6545         (makefile-makepp-font-lock-keywords): Add $(stem).
6547 2005-05-28  Karl Berry  <karl@gnu.org>
6549         * textmodes/tex-mode.el: Now that tex-send-command calls
6550         shell-quote-argument (2005-03-31 change), remove all calls to
6551         shell-quote-argument; they all end up invoking tex-send-command.
6552         The double quoting loses on filenames with non-safe characters,
6553         such as "@".  Reported by Frederik Fouvry.
6555 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
6557         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
6558         about preserving point.
6560 2005-05-27  Jay Belanger  <belanger@truman.edu>
6562         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
6563         Info-goto-node.
6565         * calc/calc-embed.el (calc-embed-arg): New variable.
6566         (calc-do-embedded-activate, calc-embedded-activate-formula)
6567         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
6568         variable by new variable.
6569         (calc-embedded-make-info): Replace undeclared variable by new
6570         variable.  When selecting region with positive prefix
6571         argument, use end of previous line instead of beginning of line.
6573         * calc/calc-aent.el (calc-arg-values): Declare it.
6575         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
6576         Declare them.
6578         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
6580         * calc/calc.el (calc-alg-map): Declare it.
6582         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
6584 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
6586         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
6587         (gdb-registers-buffer, toggle-gdb-all-registers):
6588         Toggle display of floating point registers.
6589         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
6591         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
6592         (toggle-gud-tooltip-dereference):
6593         Rename from gud-toggle-tooltip-dereference.
6595 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6597         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
6599 2005-05-27  Jay Belanger  <belanger@truman.edu>
6601         * calc/calc-prog.el (calc-kbd-report): Remove.
6602         (calc-kbd-query): Rewrite.
6604 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
6606         * image.el (image-library-alist): Move to image.c.
6607         (image-type-available-p): Doc fix.
6609 2005-05-27  Lute Kamstra  <lute@gnu.org>
6611         * calc/calc.el (calc):
6612         * outline.el (outline-1, outline-2, outline-3, outline-4)
6613         (outline-5, outline-6, outline-7, outline-8):
6614         * textmodes/dns-mode.el (dns-mode):
6615         * textmodes/sgml-mode.el (sgml-namespace-face):
6616         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
6617         (tex-verbatim-face, tex-use-reftex):
6618         * textmodes/texinfo.el (texinfo-heading-face):
6619         Specify customization group.
6621         * longlines.el: Don't require easy-mmode.
6622         (longlines-visible-face): Specify customization group.
6624 2005-05-27  Kenichi Handa  <handa@m17n.org>
6626         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
6627         encoding table of windows-1251.
6629         * international/ucs-tables.el (ucs-set-table-for-input):
6630         If translation-table-for-input of a coding system is a symbol, get
6631         its translation-table property.
6633         * international/code-pages.el: Don't register a coding system into
6634         non-iso-charset-alist more than once.
6635         (cp-make-coding-system): Likewise.
6637 2005-05-26  John Wiegley  <johnw@newartisans.com>
6639         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
6640         `eshell-resume-eval' is wrapped in a list, it indicates that the
6641         command was run asynchronously.  In that case, unwrap the value
6642         before checking the delimiter value.
6644         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
6645         character before a space at the end of a line is \, assume the space
6646         is part of the last argument rather than a final argument separator.
6648         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
6649         is in use, and the target is `t' or `nil' (which are the most common
6650         values), don't assume that the symbol target is a buffer.
6652 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6654         * calendar/calendar.el (calendar-mode-line-format):
6655         Use mode-line-highlight as mouse-face.
6657         * time.el (display-time-string-forms, display-time-update):
6658         Use mode-line-highlight as mouse-face.
6660 2005-05-26  Jay Belanger  <belanger@truman.edu>
6662         * calc/calc.el (calc-language-alist): Remove extra defvar.
6664 2005-05-26  Lute Kamstra  <lute@gnu.org>
6666         * arc-mode.el (archive-mode):
6667         * bookmark.el (bookmark-read-annotation-mode)
6668         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
6669         * bs.el (bs-mode):
6670         * calc/calc-yank.el (calc-edit-mode):
6671         * calc/calc.el (calc-mode, calc-trail-mode):
6672         * calculator.el (calculator-mode):
6673         * chistory.el (command-history-mode):
6674         * comint.el:
6675         * cus-edit.el (custom-mode):
6676         * descr-text.el (describe-text-mode):
6677         * ebuff-menu.el (Electric-buffer-menu-mode):
6678         * ediff-util.el (ediff-mode):
6679         * emacs-lisp/re-builder.el (reb-mode):
6680         * emulation/vi.el (vi-mode-setup):
6681         * emulation/ws-mode.el (wordstar-mode):
6682         * eshell/esh-mode.el (eshell-mode):
6683         * forms.el (forms-mode):
6684         * help-mode.el (help-mode):
6685         * hexl.el (hexl-mode):
6686         * ibuffer.el (ibuffer-mode):
6687         * ielm.el (inferior-emacs-lisp-mode):
6688         * info.el (Info-mode, Info-edit-mode):
6689         * international/swedish.el:
6690         * ledit.el (ledit-from-lisp-mode):
6691         * locate.el (locate-mode):
6692         * mail/rmail.el (rmail-mode):
6693         * mail/rmailedit.el (rmail-edit-mode):
6694         * mail/rmailsum.el (rmail-summary-mode):
6695         * mail/supercite.el (sc-electric-mode):
6696         * net/eudc.el (eudc-mode):
6697         * net/quickurl.el (quickurl-list-mode):
6698         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
6699         * obsolete/ooutline.el (outline-mode):
6700         * obsolete/options.el (Edit-options-mode):
6701         * obsolete/rnews.el (news-mode):
6702         * obsolete/rnewspost.el (news-reply-mode):
6703         * play/5x5.el (5x5-mode):
6704         * play/decipher.el (decipher-mode, decipher-stats-mode):
6705         * play/gomoku.el (gomoku-mode):
6706         * play/snake.el (snake-mode):
6707         * play/solitaire.el (solitaire-mode):
6708         * play/tetris.el (tetris-mode):
6709         * progmodes/ada-mode.el (ada-mode):
6710         * progmodes/antlr-mode.el (antlr-mode):
6711         * progmodes/autoconf.el (autoconf-mode):
6712         * progmodes/dcl-mode.el (dcl-mode):
6713         * progmodes/delphi.el (delphi-mode):
6714         * progmodes/ebrowse.el (ebrowse-tree-mode)
6715         (ebrowse-electric-list-mode, ebrowse-member-mode)
6716         (ebrowse-electric-position-mode):
6717         * progmodes/f90.el (f90-mode):
6718         * progmodes/fortran.el (fortran-mode):
6719         * progmodes/icon.el (icon-mode):
6720         * progmodes/idlw-help.el (idlwave-help-mode):
6721         * progmodes/idlw-shell.el (idlwave-shell-mode):
6722         * progmodes/idlwave.el (idlwave-mode):
6723         * progmodes/inf-lisp.el (inferior-lisp-mode):
6724         * progmodes/m4-mode.el (m4-mode):
6725         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
6726         * progmodes/modula2.el (modula-2-mode):
6727         * progmodes/octave-inf.el (inferior-octave-mode):
6728         * progmodes/octave-mod.el (octave-mode):
6729         * progmodes/pascal.el (pascal-mode):
6730         * progmodes/sh-script.el (sh-mode):
6731         * progmodes/sql.el (sql-mode, sql-interactive-mode):
6732         * progmodes/vhdl-mode.el (vhdl-mode):
6733         * progmodes/xscheme.el (scheme-interaction-mode):
6734         * replace.el (occur-mode):
6735         * ses.el (ses-mode):
6736         * simple.el (completion-list-mode):
6737         * skeleton.el:
6738         * speedbar.el (speedbar-mode):
6739         * term.el (term-mode):
6740         * terminal.el (terminal-edit-mode):
6741         * textmodes/reftex-index.el (reftex-index-mode)
6742         (reftex-index-phrases-mode):
6743         * textmodes/reftex-sel.el (reftex-select-label-mode)
6744         (reftex-select-bib-mode):
6745         * textmodes/reftex-toc.el (reftex-toc-mode):
6746         * wdired.el (wdired-change-to-wdired-mode):
6747         * wid-browse.el (widget-browse-mode):
6748         Use run-mode-hooks.
6750         * array.el (array-mode):
6751         * calendar/todo-mode.el (todo-mode):
6752         * man.el (Man-mode):
6753         * play/landmark.el (lm-mode):
6754         * play/mpuz.el (mpuz-mode):
6755         Use kill-all-local-variables and run-mode-hooks.
6757         * subr.el (delay-mode-hooks): Specify indentation.
6759 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
6761         * xml.el (xml-substitute-special): Don't die for undefined xml
6762         entities.
6764 2005-05-26  Jay Belanger  <belanger@truman.edu>
6766         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
6767         of nil.
6769 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
6771         * progmodes/gdb-ui.el (gdb-frame-address):
6772         Rename from gdb-current-address.
6773         (gdb-previous-frame-address): Rename from gdb-previous-address.
6774         (gdb-selected-frame): Rename from gdb-current-frame.
6775         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
6776         (gdb-frame-number): Rename from gdb-current-stack-level.
6777         (gdb-ann3): Match new mode-name for disassembly buffer.
6778         Extend initialization of variables.
6779         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
6780         (gdb-memory-mode): Use mouse-face in header line.
6781         (gdb-assembler-buffer-name): Call it disassembly and give frame
6782         in mode line.
6783         (gdb-source-spec-regexp, gdb-assembler-custom)
6784         (gdb-invalidate-assembler, gdb-frame-handler):
6785         Make robust to leading zeroes in address format.
6787 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
6789         * textmodes/org.el (org-mode): Use `define-derived-mode' to
6790         define `org-mode'.
6791         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
6793 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6795         * log-edit.el (log-edit-changelog-entries): Distinguish between
6796         filenames like xfns.c and fns.c.
6798 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
6800         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
6801         point after reverting.
6802         (Buffer-menu-make-sort-button): Handle the case where
6803         `Buffer-menu-use-header-line' is nil.
6805 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
6807         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
6808         New funcs.  In minibuffer-local-completion-map bind `]', `/'
6809         and `:' to them.
6811 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6813         * startup.el (normal-top-level): Allow modification of load-path while
6814         we're iterating over it.
6816 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
6818         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
6819         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
6820         (thumbs-resize-interactive, thumbs-insert-image)
6821         (thumbs-insert-thumb, thumbs-dired-show-marked)
6822         (thumbs-find-image-at-point, thumbs-delete-images)
6823         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
6824         (thumbs-increment-image-size, thumbs-decrement-image-size):
6825         Fix typos in docstrings.
6827 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
6829         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
6830         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
6831         (cperl-mode): Use them.
6833 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
6835         * window.el (quit-window, shrink-window-if-larger-than-buffer):
6836         Doc fixes.
6838 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
6840         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
6841         Bind C-d to gdb-inferior-io-eof.
6843         * dired.el (dired-dnd-popup-notice): Use message-box.
6845 2005-05-23  Masatake YAMATO  <jet@gyve.org>
6847         * bindings.el (mode-line-major-mode-keymap):
6848         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
6850         * faces.el (mode-line-highlight): New face.
6852         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
6853         as mouse-face.
6855         * bindings.el (top-level, help-echo, mode-line-modified)
6856         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
6857         as mouse-face.
6859 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
6861         * progmodes/cc-engine.el (c-guess-basic-syntax):
6862         Remove spurious call to `zerop'.
6864         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
6866 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
6868         CC Mode update to 5.30.10:
6870         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
6871         could go past the limit in decoration level 2, thereby causing
6872         errors during interactive fontification.
6874         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
6875         the file is evaluated interactively.
6877         * cc-engine.el (c-guess-basic-syntax): Handle operator
6878         declarations somewhat better in C++.
6880         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
6881         make use of `run-mode-hooks' which has been added in Emacs 21.1.
6882         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6883         (awk-mode): Use it.
6884         (make-local-hook): Suppress warning about obsoleteness.
6886         * cc-engine.el, cc-align.el, cc-cmds.el
6887         (c-append-backslashes-forward, c-delete-backslashes-forward)
6888         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
6889         Compensate for return value from `forward-line' when it has moved
6890         but not to a different line due to eob.
6892         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
6893         `objc-method-intro' and `objc-method-args-cont'.
6895 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
6897         CC Mode update to 5.30.10:
6899         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
6900         in the copyright statement.  Incidentally, change "along with GNU
6901         Emacs" to "along with this program" where it occurs.
6903         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
6904         so that it is interactive, hence can be found by M-x awk-mode
6905         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
6906         <gmorris+emacs@ast.cam.ac.uk>.
6908         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
6909         Mode's regexps.
6911 2005-05-23  Kevin Ryde  <user42@zip.com.au>
6913         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
6914         c-parse-state, to avoid a lisp error (on bad code).
6916 2005-05-23  Lute Kamstra  <lute@gnu.org>
6918         * subr.el (font-lock-defaults): Remove defvar as it's already
6919         defined in font-core.el.
6921         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
6923 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
6925         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
6926         more general and work when GDB variable "print pretty" is on,
6927         as with Emacs, for example.
6929 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
6931         * font-core.el: Update comment.
6933         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6934         Use `after-change-major-mode-hook' instead of `find-file-hook'.
6936         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
6938 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
6940         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
6941         and `yank-handler' in the doc strings.
6943 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6945         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
6947 2005-05-22  Richard M. Stallman  <rms@gnu.org>
6949         * help.el (describe-key): Move print-help-return-message call
6950         out of conditional.
6952         * progmodes/etags.el (list-tags): Use with-no-warnings.
6954         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
6955         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
6956         (starttls-extra-args, starttls-extra-arguments): Add defvars.
6958         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
6960         * language/viet-util.el (viet-viscii-nonascii-translation-table):
6961         Add defvar.
6963         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
6964         Use defvar, not defconst.
6966         * hexl.el (hexl-follow-line): Use with-no-warnings.
6968         * emulation/tpu-extras.el: Use write-file-functions instead of
6969         write-file-hooks.
6971         * dired.el (dired-font-lock-keywords): Fontify files with junk
6972         extensions even if marked by -F.
6974 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
6976         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
6977         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
6978         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
6979         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
6980         (concatenate, list-length, get*, getf, cl-remprop):
6981         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
6982         (etypecase, progv, lexical-let, lexical-let*)
6983         (multiple-value-bind, multiple-value-setq, shiftf):
6984         Improve argument/docstring consistency.
6986         * subr.el (focus-frame, unfocus-frame):
6987         Revert deletion on 2005-05-01.
6989 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
6991         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
6992         doesn't exist.
6994         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
6995         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
6997 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
6999         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7000         already deleted variables: auto-fill-hook, blink-paren-hook,
7001         lisp-indent-hook, inhibit-local-variables, unread-command-event,
7002         suspend-hooks, comment-indent-hook, meta-flag,
7003         before-change-function, after-change-function,
7004         font-lock-doc-string-face.
7006 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
7008         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7010 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
7012         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7013         rmail-dont-reply-to.
7015 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7017         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7018         literal blank when splitting new-header-values.
7020 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
7022         * calendar/cal-menu.el (cal-menu-update): Add separator as a
7023         string so that tmm doesn't create a completion entry for it.
7025         * textmodes/table.el (table-disable-menu): Ditto.
7027 2005-05-21  Richard M. Stallman  <rms@gnu.org>
7029         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7031         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7033         * net/rcompile.el (remote-compile): Use compilation-start.
7035         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7037 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
7039         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7040         Default to makefile-bsdmake-mode on BSD systems.
7042         * imenu.el (imenu-generic-expression, imenu--generic-function'):
7043         REGEXP may also be a search function now.  The part of doc-string
7044         for describing the structure was 95% identical to that of
7045         `imenu--generic-function'.  Unify it there.
7047         * progmodes/make-mode.el (makefile-imenu-generic-expression):
7048         Use function to find dependencies, because regexp alone is so complex,
7049         it easily goes into an endless loop.
7050         (makefile-makepp-mode): Also add submenu for Perl functions
7051         defined in the makefile.
7052         (makefile-bsdmake-mode): Special imenu-generic-expression no
7053         longer needed, due to function call.
7054         (makefile-match-dependency): Take BOUND into account when checking
7055         if we're through.
7057 2005-05-20  Jay Belanger  <belanger@truman.edu>
7059         * calc/calc-units.el (calc-invalidate-units-table):
7060         Use inhibit-read-only.
7061         (math-build-units-table-buffer): Use view-mode.
7063 2005-05-20  David Kastrup  <dak@gnu.org>
7065         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7066         easy-menu-add is not a nop on Emacs; and clarify when to call it.
7068 2005-05-20  Lute Kamstra  <lute@gnu.org>
7070         * diff-mode.el (diff-header-face, diff-file-header-face)
7071         (diff-index-face, diff-hunk-header-face, diff-removed-face)
7072         (diff-added-face, diff-changed-face, diff-function-face)
7073         (diff-context-face, diff-nonexistent-face): Put them in the
7074         diff-mode customization group.
7076 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7078         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7080         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7082         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7083         Minor regexp-optimization.
7085 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
7087         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7088         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7089         (org-agenda-add-time-grid-maybe): New function.
7090         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7091         (org-table-create): `dotimes' instead of `mapcar'.
7092         (org-xor): Simplify implementation.
7093         (org-agenda): `inhibit-redisplay' turned on.
7094         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7095         a consistent line after a state change.
7096         (org-agenda-remove-times-when-in-prefix): New option.
7097         (org-prefix-has-time): New variable.
7098         (org-parse-time-string): Optional argument NODEFAULT.
7099         (org-format-agenda-item): Parse items for time-of-day
7100         specifications and move these into the prefix if possible.
7101         (org-agenda-priority): Get current heading, not previous heading
7102         during agenda remote editing.
7104 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
7106         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7107         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7108         (remove-duplicates, delete-duplicates, substitute)
7109         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7110         (nsubstitute-if-not, find, find-if, find-if-not, position)
7111         (position-if, position-if-not, count, count-if, count-if-not)
7112         (mismatch, search, sort*, stable-sort, merge, member*)
7113         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7114         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7115         (intersection, nintersection, set-difference, nset-difference)
7116         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7117         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7118         (nsublis, tree-equal): Improve argument/docstring consistency.
7120         * subr.el (send-string, send-region):
7121         Remove obsolescence declaration.
7122         (window-dot, set-window-dot, read-input, show-buffer)
7123         (eval-current-buffer, string-to-int):
7124         Add release number to obsolescence declarations.
7126 2005-05-19  Kim F. Storm  <storm@cua.dk>
7128         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7129         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7131 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
7133         * faces.el (list-faces-display): Make back button respect optional
7134         regexp arg.
7136 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
7138         * calculator.el (calculator-radix-grouping-mode)
7139         (calculator-radix-grouping-digits, calculator-displayer)
7140         (calculator-radix-grouping-separator, calculator-copy-displayer):
7141         * dabbrev.el (dabbrev-search-these-buffers-only):
7142         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7143         (diff-advance-after-apply-hunk, diff-mode-hook)
7144         (diff-minor-mode-prefix):
7145         * imenu.el (imenu-use-popup-menu):
7146         * jit-lock.el (jit-lock-context-time):
7147         * newcomment.el (comment-fill-column, comment-column)
7148         (comment-style, comment-padding, comment-multi-line)
7149         (comment-empty-lines, comment-auto-fill-only-comments):
7150         * reveal.el (reveal-around-mark):
7151         * uniquify.el (uniquify-buffer-name-style)
7152         (uniquify-after-kill-buffer-p)
7153         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7154         (uniquify-min-dir-content, uniquify-separator)
7155         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7156         * w32-vars.el (w32-fixed-font-alist):
7157         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7158         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7159         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7160         * progmodes/perl-mode.el (perl-indent-level)
7161         (perl-continued-statement-offset, perl-continued-brace-offset)
7162         (perl-brace-offset, perl-brace-imaginary-offset)
7163         (perl-label-offset, perl-indent-continued-arguments)
7164         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7165         * progmodes/tcl.el (tcl-indent-level)
7166         (tcl-continued-indent-level, tcl-auto-newline)
7167         (tcl-tab-always-indent, tcl-electric-hash-style)
7168         (tcl-help-directory-list, tcl-use-smart-word-finder)
7169         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7170         (inferior-tcl-source-command):
7171         * textmodes/fill.el (enable-kinsoku):
7172         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7173         * textmodes/table.el (table-yank-handler):
7174         Specify missing group (and type, if simple) in defcustom.
7176 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
7178         * progmodes/compile.el (compilation-finish-function): Fix defvar.
7180 2005-05-19  Richard M. Stallman  <rms@gnu.org>
7182         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7184         * subr.el (event-basic-type): Don't get an error.
7185         (left-fringe-p): Function deleted.
7187         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7188         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7190         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7191         in recursive copy.
7193         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7195         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7197         * emacs-lisp/bytecomp.el
7198         (byte-compile-file-form-custom-declare-variable): Call
7199         byte-compile-nogroup-warn if appropriate.
7201         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7202         (compilation-set-window): Don't call left-fringe-p; do it directly.
7204 2005-05-19  Jay Belanger  <belanger@truman.edu>
7206         * calc/calc-graph.el (calc-graph-format-data): Make sure
7207         var-PlotRejects is bound before trying to check its value.
7209 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
7211         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7212         definition of this variable from reftex-global.el to reftex.el,
7213         because it is needed in the menu.
7215 2005-05-19  Lute Kamstra  <lute@gnu.org>
7217         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7218         years are fixed.  Don't insert a space after a dash.
7220 2005-05-19  Kim F. Storm  <storm@cua.dk>
7222         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7224 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
7226         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7227         strings, because (eq ... ?\\) is fairly frequent.
7229         * progmodes/make-mode.el (makefile-add-this-line-targets):
7230         Simplify and integrate into `makefile-pickup-targets'.
7231         (makefile-add-this-line-macro): Simplify and integrate into
7232         `makefile-pickup-macros.
7233         (makefile-pickup-filenames-as-targets): Simplify.
7234         (makefile-previous-dependency, makefile-match-dependency):
7235         Don't stumble over `::'.
7237 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
7239         * subr.el (post-command-idle-hook, post-command-idle-delay):
7240         Remove obsoletion of post-command-idle-hook and
7241         post-command-idle-delay.
7243         * faces.el (list-faces-display): Provide button when describe-face
7244         is called to take user back to the list of faces.
7246         * help-fns.el (describe-variable): Remove hyperlinks in a
7247         variable's value as these are quite frequently inappropriate.
7249         * follow.el (follow-submit-feedback, follow-mode):
7250         Remove references to post-command-idle-hook.
7252 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
7254         * progmodes/make-mode.el (makefile-previous-dependency)
7255         (makefile-match-dependency): Check for := (and in bsd mode also
7256         !=) to give a better result, even when font-lock is not on.
7258 2005-05-18  Jay Belanger  <belanger@truman.edu>
7260         * calc/calc-help.el (calc-s-prefix-help):
7261         Add `calc-copy-special-constant' to help string.
7263 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
7265         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7267 2005-05-18  Jay Belanger  <belanger@truman.edu>
7269         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7270         in linear factors are in proper order.
7272 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
7274         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7275         Support for jurabib.
7277         * textmodes/reftex.el (featurep): Define aliases for overlay
7278         commands, for XEmacs compatibility, and use these aliases in
7279         overlay initializations.
7280         (reftex-highlight): Use `reftex-move-overlay'.
7281         (reftex-unhighlight): Use `reftex-delete-overlay'.
7282         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
7283         (reftex-access-search-path): Use `reftex-uniquify' instead of
7284         `reftex-uniq'
7286         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7287         `before-string' property modification enables for Emacs as well.
7288         (reftex-select-item): Use `reftex-delete-overlay'.
7289         (reftex-select-mark): Use `reftex-make-overlay' and
7290         `reftex-overlay-put'.
7291         (reftex-select-unmark): Use `reftex-delete-overlay' and
7292         `reftex-overlay-put'.
7294 2005-05-18  Lute Kamstra  <lute@gnu.org>
7296         * emacs-lisp/lisp.el (check-parens): Fix docstring.
7298 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
7300         * add-log.el (add-change-log-entry):
7301         * array.el (array-make-template, array-reconfigure-rows)
7302         (array-init-max-row, array-init-max-column)
7303         (array-init-columns-per-line, array-init-field-width):
7304         * replace.el (replace-match-maybe-edit, perform-replace):
7305         * textmodes/spell.el (spell-region):
7306         Replace `read-input' by `read-string'.
7308         * forms.el (forms-mode):
7309         * finder.el (finder-compile-keywords):
7310         * shadowfile.el (shadow-read-files):
7311         Replace `eval-current-buffer' by `eval-buffer'.
7313         * terminal.el (te-pass-through):
7314         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7315         (ange-ftp-raw-send-cmd):
7316         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7317         (send-process-next-char, telnet-initial-filter, telnet):
7318         Replace `send-string' by `process-send-string'.
7320         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7321         (prolog-consult-region): Replace `send-string' by
7322         `process-send-string'; replace `send-region' by `process-send-region'.
7324         * progmodes/delphi.el (delphi-log-msg):
7325         Replace `set-window-dot' by `set-window-point'.
7327         * subr.el (window-dot, set-window-dot, read-input, send-string)
7328         (send-region, show-buffer, eval-current-buffer):
7329         Make really obsolete, as the comment says.
7331 2005-05-17  Kim F. Storm  <storm@cua.dk>
7333         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7334         (cua--init-keymaps): Bind C-return instead of S-return to set
7335         rectangle mark.
7337         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7338         instead of S-return to toggle/clear rectangle mark.
7340 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
7342         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7343         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7344         Also fontify plain strings assigned to variables, mostly so that a
7345         colon has a face and is thus not taken as a dependency separator.
7346         (makefile-previous-dependency): Inline the new matcher, because it
7347         is too complex to work in both directions.
7348         (makefile-match-dependency): Eliminate `backward' arg (see above).
7349         Completely reimplemented so as to not sometimes go into an endless
7350         loop.  It should also be more efficient, because first it only
7351         searches for `:', instead of applying the very complex regexp.
7352         (makefile-mode): Cancel `font-lock-support-mode', because blocks
7353         to be fontified in one piece can be too long for JIT.
7354         Makefiles are never *that* big.
7356 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
7358         * dired.el (dired-mode): Simplify.
7360 2005-05-17  Lute Kamstra  <lute@gnu.org>
7362         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
7363         defcustom for the mode hook variable.
7365         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
7366         Emacs Lisp Reference Manual.
7368 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
7370         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
7371         (evenp, list*):
7372         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
7373         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
7375         * net/tramp-smb.el (tramp-smb-open-connection):
7376         Pass `tramp-chunksize' as fifth (required) argument.
7378 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
7380         * font-lock.el (lisp-font-lock-keywords-1):
7381         Set `font-lock-negation-char-face' for [^...] char group.
7382         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
7384         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
7385         a var, and refine it to mask one more level of nested vars.
7386         (makefile-rule-action-regex): Turn it into a var, and refine it so
7387         it recognizes backslashed continuation lines as belonging to the
7388         same command.
7389         (makefile-macroassign-regex): Refine it so it recognizes
7390         backslashed continuation lines as belonging to the same command.
7391         (makefile-var-use-regex): Don't look at the next char, because it
7392         might be the same one to be skipped by the initial [^$], leading
7393         to an overlooked variable use.
7394         (makefile-make-font-lock-keywords): Remove two parameters, which
7395         are now variables that some of the modes set locally.
7396         Handle dependency and rule action matching through functions, because
7397         regexps alone match too often.  Dependency matching now comes
7398         last, so it can check, whether a colon already matched something else.
7399         (makefile-mode): Inform that font-lock improves makefile parsing
7400         capabilities.
7401         (makefile-match-dependency, makefile-match-action): New functions.
7403 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
7405         * emacs-lisp/cl-extra.el (equalp): Doc fix.
7407         * align.el (align-regexp):
7408         * ansi-color.el (ansi-color-get-face):
7409         * array.el (array-reconfigure-rows, array-init-max-row)
7410         (array-init-max-column, array-init-columns-per-line)
7411         (array-init-field-width):
7412         * dired-aux.el (dired-trample-file-versions):
7413         * dired-x.el (dired-mark-sexp):
7414         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
7415         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
7416         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
7417         * faces.el (face-read-integer):
7418         * files.el (backup-extract-version, insert-directory):
7419         * hexl.el (hexl-insert-decimal-char):
7420         * server.el (server-process-filter):
7421         * shell.el (shell-extract-num):
7422         * startup.el (command-line-1):
7423         * term.el (term-command-hook):
7424         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
7425         (time-stamp-do-number):
7426         * time.el (display-time-update):
7427         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
7428         (timezone-fix-time):
7429         * vms-patch.el (vms-suspend-resume-hook):
7430         * calendar/appt.el (appt-convert-time):
7431         * calendar/cal-bahai.el (mark-bahai-diary-entries):
7432         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7433         * calendar/cal-islam.el (mark-islamic-diary-entries):
7434         * calendar/calendar.el (calendar-cursor-to-date)
7435         (calendar-star-date):
7436         * calendar/diary-lib.el (diary-attrtype-convert)
7437         (mark-diary-entries, diary-entry-time):
7438         * calendar/solar.el (solar-get-number):
7439         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
7440         * emacs-lisp/re-builder.el (reb-display-subexp):
7441         * emulation/edt.el (edt-set-scroll-margins):
7442         * emulation/tpu-extras.el (tpu-set-scroll-margins):
7443         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
7444         (vip-get-ex-count):
7445         * emulation/viper-ex.el (viper-get-ex-token)
7446         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
7447         * international/fontset.el (fontset-plain-name):
7448         * mail/feedmail.el (feedmail-look-at-queue-directory):
7449         * mail/mailalias.el (mail-get-names):
7450         * mail/rmail.el (rmail-convert-to-babyl-format):
7451         * mail/rmailsum.el (rmail-make-basic-summary-line)
7452         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
7453         (rmail-summary-goto-msg):
7454         * mail/smtpmail.el (smtpmail-read-response):
7455         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
7456         (ange-ftp-vms-add-file-entry):
7457         * play/gametree.el (gametree-looking-at-ply)
7458         (gametree-current-branch-score):
7459         * progmodes/ada-xref.el (ada-prj-find-prj-file)
7460         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
7461         * progmodes/cperl-mode.el (condition-case):
7462         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
7463         (ebrowse-set-member-buffer-column-width)
7464         (ebrowse-select-1st-to-9nth):
7465         * progmodes/etags.el (etags-snarf-tag):
7466         * progmodes/flymake.el (flymake-parse-line):
7467         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
7468         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
7469         (idlwave-shell-menu-def):
7470         * progmodes/ps-mode.el (ps-run-goto-error):
7471         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
7472         (vhdl-speedbar-contract-level):
7473         * term/mac-win.el (x-handle-numeric-switch):
7474         * term/sun-mouse.el (sun-get-frame-data):
7475         * term/w32-win.el (x-handle-numeric-switch):
7476         * term/x-win.el (x-handle-numeric-switch):
7477         * textmodes/ispell.el (ispell-parse-output):
7478         * textmodes/nroff-mode.el (nroff-outline-level):
7479         * textmodes/reftex-cite.el (reftex-bib-sort-year)
7480         (reftex-bib-sort-year-reverse, reftex-format-citation):
7481         * textmodes/reftex-parse.el (reftex-init-section-numbers)
7482         (reftex-section-number):
7483         * textmodes/texinfmt.el (texinfo-paragraphindent):
7484         Replace `string-to-int' by `string-to-number'.
7486         * international/latexenc.el: Add page marker to force the "Local
7487         Variables:" string out of the last page.
7489 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
7491         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
7492         tooltip-change-major-mode.
7493         (gud-tooltip-print-command): Remove case where gud-minor-mode
7494         is gdb ("--fullname").
7495         (gud-tooltip-tips): Turn GUD tooltips off for this case and
7496         explain to user.
7498 2005-05-16  Jay Belanger  <belanger@truman.edu>
7500         * calc/calc-store.el (calc-copy-special-constant): New function.
7502         * calc/calc-ext.el (calc-init-extensions): Add binding for
7503         `calc-copy-special-constant'.
7505         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
7506         for the `calc-copy-special-constant' command.
7508 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
7510         * subr.el (left-fringe-p): New function.
7512         * progmodes/compile.el (compilation-setup): Set local value of
7513         overlay-arrow-string to "" always.
7514         (compilation-set-window): Left fringe then don't scroll.
7515         No left fringe then no arrow and scroll message to top.
7516         (compilation-context-lines): Adjust doc string accordingly.
7518 2005-05-16  Kim F. Storm  <storm@cua.dk>
7520         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
7521         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
7522         (ido-wide-find-dir-or-delete-dir): New command for M-d.
7523         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
7524         (ido-read-file-name): Handle commands with ido property value
7525         equal to find-file as reading a file name, to allow C-d to enter dired.
7526         (ibuffer-find-file): Add ido property with value find-file.
7528 2005-05-15  Kim F. Storm  <storm@cua.dk>
7530         * subr.el (open-network-stream-nowait): Remove.
7531         (open-network-stream-server): Remove.
7533 2005-05-15  Richard M. Stallman  <rms@gnu.org>
7535         * faces.el (describe-face): Output a definition link button.
7537         * help-mode.el (help-face-def): New button type.
7539         * emacs-lisp/copyright.el (copyright-fix-years):
7540         Match properly if the first year is 2-digit.
7541         Don't mess up the whitespace after the years by filling.
7543         * dired-aux.el (dired-mark-confirm):
7544         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
7546         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
7547         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
7548         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
7550         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7551         Set font-lock-comment-start-skip.
7553         * font-lock.el (font-lock-comment-start-skip): New variable.
7554         (font-lock-comment-end-skip): New variable.
7555         (font-lock-fontify-syntactically-region): Use them if non-nil.
7557 2005-05-15  Jay Belanger  <belanger@truman.edu>
7559         * calc/calc-store.el (calc-store-value): Return a string rather
7560         than display it as a message.
7561         Use calc-var-name for variable name.
7562         (calc-store-into): Add the result of calc-store-value to message.
7563         (calc-copy-variable): Add a message.
7564         (calc-store-exchange): Improve error messages.
7565         (calc-store-binary, calc-store-map): Don't reset the values of
7566         special constants.
7568 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
7570         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
7571         manual to docstring.
7573         * files.el (hack-local-variables-confirm): Add STRING argument.
7574         Make the function handle non file visiting buffers correctly.
7575         (hack-local-variables-prop-line, hack-local-variables)
7576         (hack-one-local-variable): Use STRING arg of
7577         `hack-local-variables-confirm'.
7579 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
7581         Sync with Tramp 2.0.49.
7583         * net/tramp.el (tramp-handle-dired-call-process)
7584         (tramp-handle-insert-directory):`insert-buffer' cannot be used
7585         because the contents of the Tramp buffer is changed before
7586         insertion (`expand-file' and alike).
7587         (tramp-handle-insert-directory): If `localname' has an empty
7588         nondirectory name, it must not be quoted.
7589         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
7590         variable `tramp-chunksize'.  Change callees.
7591         (tramp-open-connection-setup-interactive-shell): Check remote host
7592         for buggy `send-process-string' implementation.
7593         Set `tramp-chunksize' if found.  Reported by Michael Kifer
7594         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
7595         (tramp-handle-shell-command): `insert-buffer' cannot be used
7596         because the contents of the Tramp buffer is changed before
7597         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7598         <frederic.bothamy@free.fr>.
7599         (tramp-set-auto-save): Actions should be done for Tramp file name
7600         handler only.  Ange-FTP has its own auto-save mechanism.
7601         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7602         (tramp-set-auto-save-file-modes): Set file modes of
7603         `buffer-auto-save-file-name' to ?\600 as fallback solution.
7604         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
7605         (tramp-bug): Remove obsolete variable.
7606         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
7607         for presence of `mml-mode'.  Make it running for older Emacsen as well.
7609 2005-05-14  John Paul Wallington  <jpw@pobox.com>
7611         * ibuf-ext.el (define-ibuffer-filter filename):
7612         If `dired-directory' is a list, use its car.
7614 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
7616         * ibuffer.el (define-ibuffer-column filename):
7617         If `dired-directory' is a list, use its car.
7619 2005-05-14  Richard M. Stallman  <rms@gnu.org>
7621         * subr.el (symbol-file): Doc fix.
7623         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
7624         (byte-compile-form): Call byte-compile-nogroup-warn.
7625         (byte-compile-warning-types): Doc fix.
7627         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
7629         * progmodes/cc-engine.el (c-literal-faces):
7630         Add font-lock-comment-delimiter-face.
7632         * net/net-utils.el (dig): Use with-no-warnings.
7634         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
7635         (sc-recite-frame-alist, sc-default-cite-frame)
7636         (sc-default-uncite-frame, sc-default-recite-frame)
7637         (sc-attrib-selection-list, sc-rewrite-header-list):
7638         Mark as risky-local-variable.
7640         * international/ogonek.el (ogonek-jak, ogonek-how):
7641         Don't use beginning-of-buffer.
7643         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
7645         * calendar/solar.el (solar-data-list): Move definition up.
7647         * dnd.el (dnd-protocol-alist): Add autoload.
7649         * progmodes/sh-script.el: Many doc usage fixes.
7650         (sh-indent-after-do): Change default to match common styles.
7652 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
7654         * files.el (interpreter-mode-alist)
7655         (auto-mode-interpreter-regexp): Doc fixes.
7657 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
7659         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
7661         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
7663 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7665         * dired.el (dired-mode): make-variable-buffer-local =>
7666         make-local-variable.
7668 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7670         * term/mac-win.el (mac-select-convert-to-string): Try coding
7671         systems in mac-script-code-coding-systems if specified one cannot
7672         encode string for `com.apple.traditional-mac-plain-text'.
7674 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
7676         * progmodes/make-mode.el (makefile-targets-face)
7677         (makefile-shell-face, makefile-makepp-perl-face): New faces.
7678         (makefile-dependency-regex): Fix it to not make the colon in
7679         $(var:a=b) special.
7680         (makefile-rule-action-regex): New regexp for highlighting embedded
7681         Shell strings.
7682         (makefile-macroassign-regex): Handle != for highlighting as
7683         embedded Shell strings.
7684         (makefile-var-use-regex): New const.
7685         (makefile-statements, makefile-automake-statements)
7686         (makefile-gmake-statements, makefile-makepp-statements)
7687         (makefile-bsdmake-statements): New consts.
7688         (makefile-make-font-lock-keywords): New function.
7689         (makefile-automake-font-lock-keywords)
7690         (makefile-gmake-font-lock-keywords)
7691         (makefile-makepp-font-lock-keywords)
7692         (makefile-bsdmake-font-lock-keywords): New consts.
7693         (makefile-mode-map): Add switchers between the various submodes.
7694         (makefile-mode): Document the availability of the variants.
7695         (makefile-automake-mode, makefile-gmake-mode)
7696         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
7698         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
7699         new variants of makefile-mode.
7701 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7703         * font-lock.el (font-lock-comment-delimiter-face): Fix up
7704         the inheritance.
7706 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
7708         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
7709         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
7711         * files.el (normal-mode): Extend the scope of the
7712         `enable-local-variables' binding to include the `set-auto-mode' call.
7713         (magic-mode-alist): Doc fix.
7715 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7717         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
7718         font-lock-comment-face rather than copying its setting.
7720 2005-05-12  Andreas Schwab  <schwab@suse.de>
7722         * eshell/esh-mode.el (eshell-send-input): Doc fix.
7724 2005-05-12  Lute Kamstra  <lute@gnu.org>
7726         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
7727         defcustom for the mode hook variable.  Delete the last argument.
7728         * generic-x.el: Fix callers of define-generic-mode.
7729         (generic-x-modes): Delete group.
7730         (show-tabs-tab-face, show-tabs-space-face): Put them in the
7731         generic-x customization group.
7733 2005-05-12  Kim F. Storm  <storm@cua.dk>
7735         * font-lock.el (font-lock-negation-char-face): Default to "off".
7737         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
7738         font-lock-negation-char-face to ! in !=.
7740 2005-05-12  Masatake YAMATO  <jet@gyve.org>
7742         * add-log.el (find-change-log): Fix typos in the docstring
7743         of function.
7745 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7747         * international/latexenc.el (latexenc-find-file-coding-system):
7748         Avoid `re-search-forward' when looking for input encoding because
7749         of speed and safety.  Better regular expressions for recognizing
7750         input encoding.  Limit a search for TeX-master/tex-main-file to
7751         the local variable section.
7753 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
7755         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
7756         syntax of $ to "'" (quote).
7758 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
7760         * dnd.el (dnd-protocol-alist): Improve custom type.
7762         * dired.el (dired-dnd-protocol-alist): New variable.
7763         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
7764         `dired-mode-hook' to the end.
7766 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7768         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
7769         comment-end if comment-start-skip is not set.
7770         Obey the font-lock-comment-delimiter-face variables.
7772 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7774         * files.el (executable-find): Move from executable.el.  Use
7775         locate-file.
7776         * progmodes/executable.el (executable-find): Move to files.el.
7778         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
7779         when trying to ensure forward progress.
7781 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
7783         * mouse-sel.el (mouse-sel-follow-link-p): New function.
7784         (mouse-select, mouse-select-internal, mouse-extend-internal):
7785         Use it to implement mouse-1-click-follows-link functionality.
7787 2005-05-11  Richard M. Stallman  <rms@gnu.org>
7789         * font-lock.el (font-lock-fontify-syntactically-region):
7790         Use font-lock-comment-delimiter-face for comment delimiters.
7792 2005-05-10  Jay Belanger  <belanger@truman.edu>
7794         * calc/calc-help.el (calc-m-prefix-help): Add mention of
7795         preserving embedded modes.
7797 2005-05-10  Richard M. Stallman  <rms@gnu.org>
7799         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
7801         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
7802         Move from ada-stmt.el.
7803         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
7805         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
7806         Move to ada-mode.el.
7807         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
7809         * cus-edit.el (custom-file): Call file-chase-links.
7811         * files.el (read-directory-name): Fix previous change.
7812         (hack-local-variables-confirm): New function.
7813         (hack-local-variables-prop-line, hack-local-variables)
7814         (hack-one-local-variable): Use it.
7816 2005-05-10  Lute Kamstra  <lute@gnu.org>
7818         * font-lock.el (font-lock-keywords-alist)
7819         (font-lock-removed-keywords-alist): Clarify docstrings.
7821 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
7823         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
7824         (gdb-source-info): Check for preprocessor info.
7825         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
7826         a macro for a function.
7827         (gdb-info-breakpoints-custom): Try to find file again if not already
7828         found (user might have used GDB dir command).
7829         (gdb-get-location): Update gdb-location-alist correctly for change
7830         to gdb-info-breakpoints-custom.
7832         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
7833         (gud-tooltip-print-command): Add gdbmi case.
7834         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
7835         preprocessor info.
7837 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
7839         * startup.el (fancy-splash-insert): Fix typo in doc string.
7841 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
7843         * obsolete/float.el (string-to-float):
7844         * obsolete/hilit19.el (hilit-add-pattern):
7845         * obsolete/rnews.el (news-parse-range, news-select-message)
7846         (news-get-pruned-list-of-files): Replace `string-to-int' by
7847         `string-to-number'.
7849         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
7850         `find-file-not-found-hooks'; use `add-hook'.
7851         (uncompress-while-visiting): Set `write-file-functions', not
7852         `write-file-hooks'; use `add-hook'.
7854 2005-05-09  Kim F. Storm  <storm@cua.dk>
7856         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
7857         (cua-paste): Handle clipboard action.
7858         (cua--init-keymaps): Remap clipboard-kill-region and
7859         clipboard-kill-ring-save.
7861 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
7863         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7864         Improve commentary.
7866         * simple.el (next-error-overlay-arrow-position): Revert the change
7867         made on 2005-04-30.
7869 2005-05-07  Jay Belanger  <belanger@truman.edu>
7871         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
7872         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
7873         `calc-sel-reselect'.
7875         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
7876         Calc is in embedded mode.
7878 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
7880         * progmodes/compile.el (compilation-setup):
7881         Set overlay-arrow-string to an empty string on text terminals.
7883         * textmodes/ispell.el (ispell-program-name): Try looking for
7884         "aspell" along exec-path, and if found, use it as the default
7885         speller program.
7887 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
7889         * international/mule.el (sgml-xml-auto-coding-function):
7890         Recognize encoding='FOO' in single quotes as well as in double quotes.
7892 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7894         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
7895         as well as `interactive', so that defmacro* would recognize
7896         `declare' forms.
7898 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
7900         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
7901         Explain more about the LIGHTER arg's usage in the doc string.
7902         Add commentary to clarify what the code does.  Fix the regexp that
7903         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
7904         since it could have characters special to regular expressions.
7906 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
7908         * replace.el (occur-1): Bind inhibit-read-only so that
7909         erase-buffer doesn't barf on read-only text properties (likewise
7910         for add-text-properties in occur-engine).  Mark buffer as unmodified.
7911         (occur-engine): Don't set buffer-read-only here.
7913 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7915         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
7916         list-buffers-directory.  This caused the *cvs-commit* buffer to be
7917         sometimes mistakenly reused as a *cvs* buffer.
7919 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
7921         * tooltip.el: Move code for GUD tooltips into gud.el.
7922         (require): CL no longer needed to compile case.
7923         (tooltip-mode): Do not toggle functions for GUD tooltips.
7924         (tooltip-gud-tips-p): Remove.  Replace with minor mode
7925         gud-tooltip-mode in gud.el.
7926         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
7927         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
7928         tooltip-gud prefix with gud-tooltip and obsolete.
7929         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
7930         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
7931         (tooltip-mouse-motion): Mouse movement functions/variable.
7932         Rename in gud.el by adding gud prefix.
7933         (tooltip-gud-original-filter, tooltip-gud-dereference)
7934         (tooltip-gud-event, tooltip-toggle-gud-tips)
7935         (tooltip-gud-process-output, tooltip-gud-print-command)
7936         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
7937         gud.el by replacing tooltip-gud prefix with gud-tooltip.
7938         (gdb-tooltip-print): Move to gdb-ui.el.
7940         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
7941         (require): CL needed to compile case.
7942         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
7943         tooltip-gud-tips-p.  Make it a minor-mode.
7944         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
7945         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
7946         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
7947         (gud-tooltip-change-major-mode)
7948         (gud-tooltip-activate-mouse-motions-if-enabled)
7949         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
7950         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
7951         (gud-tooltip-original-filter, gud-tooltip-dereference)
7952         (gud-tooltip-event, tooltip-toggle-gud-tips)
7953         (gud-tooltip-process-output, gud-tooltip-print-command)
7954         (gud-tooltip-tips): Move from tooltip.el.
7956         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
7957         (gdb-cpp-define-alist-flags): Doc fix.
7958         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
7959         gud-tooltip-mode is t.
7961 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7963         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
7964         evaporate if their text is deleted.
7965         (goto-address-at-point): Make it work as a mouse binding as well.
7966         (goto-address-at-mouse): Obsolete it.  Update users.
7968 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
7970         * calendar/appt.el (top-level): No longer activate on load.
7972 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
7974         * calendar/cal-bahai.el (mark-bahai-diary-entries):
7975         * net/webjump.el (webjump):
7976         * progmodes/idlw-help.el (idlwave-do-context-help1)
7977         (idlwave-highlight-linked-completions):
7978         * textmodes/po.el (po-find-file-coding-system-guts):
7979         Replace `assoc-ignore-case' by `assoc-string'.
7981 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
7983         * files.el (locate-file): Doc fix.
7985         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
7986         Remove the redundant test for ms-dos.
7988         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
7989         look for the preprocessor with exec-suffixes.  If not found in
7990         standard places, look in exec-path.  Remove most of the tests that
7991         used system-type.
7993         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
7995         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
7997         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
7998         file-name clash with jka-compr.el on 8+3 filesystems.
8000 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8002         * term/mac-win.el: Don't define or bind scroll bar functions if
8003         x-toolkit-scroll-bars is t.
8004         (x-select-text, x-get-selection-value): Clear
8005         x-last-selected-text-clipboard if x-select-enable-clipboard is
8006         nil.
8007         (PRIMARY): Put mac-scrap-name property.
8008         (mac-select-convert-to-file-url): New function.
8009         (public.file-url): New selection target type.  Add to
8010         selection-converter-alist.
8011         (x-get-selection, x-selection-value): Handle it.
8012         (x-cut-buffer-or-selection-value): New alias.
8014 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8016         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8017         entry to avoid calling bibtex-find-entry with arg global
8018         being t.  Remove arg key.
8019         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8020         (bibtex-copy-summary-as-kill): Change accordingly.
8022 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8024         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8025         (org-agenda-date-later): Use with-current-buffer.
8027 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
8029         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8030         (define-obsolete-variable-alias): Doc Fixes.
8032 2005-05-06  Kim F. Storm  <storm@cua.dk>
8034         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
8035         vertical-motion when selective-display is active.
8037         * ido.el (ido-setup-hook): New hook.
8038         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8039         (ido-input-stack): New var.
8040         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
8041         ido-next-work-file binding to M-O.
8042         Bind M-f to ido-wide-find-file-or-pop-dir.
8043         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8044         (ido-read-internal): Run ido-setup-hook.
8045         Catch quit in read-file-name and read-string to cancel edit.
8046         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8047         Automatically pop-all when completing a directory name (RET).
8048         (ido-file-internal): Add with-no-warnings around ffap and dired code.
8049         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8050         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8051         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8052         New functions for M-b/M-f to move among the directory components.
8053         (ido-make-merged-file-list): Catch quit to cancel merge.
8054         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8055         (ido-completion-help): No warnings for ido-completion-buffer-full.
8057 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
8059         * font-lock.el (font-lock-negation-char-face): New face and variable.
8060         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8061         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8062         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8063         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8065 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
8067         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8068         Fix typo in docstring.
8070         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8071         (ebrowse-print-statistics-line)
8072         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8074         * term/w32-win.el (image-library-alist): Add additional name for
8075         Xpm library.
8077 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
8079         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8080         use gcc instead of cpp.
8082         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8083         (gdb-create-define-alist): Use it.
8084         (gdb-cpp-define-alist-program): Update for MS-DOS.
8086 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
8088         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8090 2005-05-04  Richard M. Stallman  <rms@gnu.org>
8092         * help.el (describe-key): No error when UNTRANSLATED is nil.
8094         * simple.el (line-move-1): Fix previous change to signal errors
8095         appropriately.
8097 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
8099         * calendar/icalendar.el (icalendar-version): Now at 0.12.
8100         (icalendar-duration-correction): Remove.
8101         (icalendar--get-event-properties): Split result at commas.
8102         (icalendar--decode-isoduration): New optional argument
8103         DURATION-CORRECTION.
8104         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8105         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8106         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8107         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8108         (icalendar--convert-anniversary-to-ical): New functions, extracted
8109         from icalendar-export-region, with bug fixes.
8110         (icalendar-export-region): Use the above functions.
8111         (icalendar-import-buffer): Check before saving diary file.
8112         (icalendar--convert-recurring-to-diary)
8113         (icalendar--convert-non-recurring-all-day-to-diary)
8114         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8115         extracted from icalendar--convert-ical-to-diary, with bug fixes.
8116         (icalendar--convert-ical-to-diary): Use the above functions.
8118 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
8120         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8121         Remove these recent additions.
8122         (c-mode): Restore to before 2005-04-28.
8124         * progmodes/cc-vars.el (cc-define-list-program): Remove this
8125         recent addition.
8127         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8128         (gdb-define-alist): New variables.
8129         (gdb-create-define-alist): New function.
8130         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8131         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8132         with string-to-number.
8133         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
8135         * progmodes/gud.el: Replace string-to-int with string-to-number.
8136         (gud-find-file): Handle gdb-define-alist.
8138         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8140 2005-05-02  Jay Belanger  <belanger@truman.edu>
8142         * calc/calc-aent.el (math-read-token):
8143         * calc/calc-bin.el (calc-word-size):
8144         * calc/calc-ext.el (calc-read-number-fancy):
8145         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8146         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8147         * calc/calc-frac.el (calc-over-notation):
8148         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8149         (calc-graph-num-points, calc-graph-init):
8150         * calc/calc-prog.el (calc-read-parse-table-part)
8151         (calc-edit-macro-repeats):
8152         * calc/calc-yank.el (calc-do-grab-rectangle):
8153         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8154         Replace `string-to-int' by `string-to-number'.
8156 2005-05-02  Kim F. Storm  <storm@cua.dk>
8158         * kmacro.el: Use executing-kbd-macro-index variable.
8160 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
8162         * net/rlogin.el (rlogin-parse-words): Delete func.
8163         (rlogin): Use split-string, not rlogin-parse-words.
8164         Also, if there are option-like elements in the parsed args,
8165         take the host to be the first arg immediately following them.
8166         Suggested by Michael Mauger.
8168 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
8170         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8172 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
8174         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8175         (cc-mode-cpp-program): Rename to cc-define-list-program and
8176         move to cc-vars.el.
8178         * progmodes/cc-vars.el (cc-define-list-program):
8179         Change to "gcc -E -dM -".  Make customizable.
8181 2005-05-02  Kim F. Storm  <storm@cua.dk>
8183         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8185 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
8187         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8189         * international/mule-util.el (truncate-string): Remove alias and
8190         obsolete declaration.
8192         * international/mule-cmds.el (update-iso-coding-systems):
8193         Remove alias and obsolete declaration.
8195         * international/mule.el (coding-system-parent): Remove alias and
8196         obsolete declaration.
8198         * subr.el (define-function, sref): Remove aliases and obsolete
8199         declarations.
8200         (chars-in-region): Remove obsolete declaration.
8202 2005-05-01  Richard M. Stallman  <rms@gnu.org>
8204         * info.el (Info-mode): Set widen-automatically to nil, locally.
8206         * simple.el (widen-automatically): New variable.
8207         (pop-global-mark): Obey widen-automatically.
8209 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
8211         * term/xterm.el (function-key-map): Call substitute-key-definition
8212         before the keymap size is increased by a lot of define-key calls.
8214 2005-05-01  Richard M. Stallman  <rms@gnu.org>
8216         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8217         Rename ARG to ELEMENT.  Doc fix.
8219 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
8221         * allout.el (allout-exposure): Remove macro and obsolete declaration.
8222         Remove references to allout-exposure/change to allout-new-exposure.
8224         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8225         bytecode symbols.
8227         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8228         (compiled-function-p, focus-frame, unfocus-frame):
8229         Remove aliases and obsolete declarations.
8230         Back out inadvertent changes from previous commit.
8232 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
8234         * files.el (require-final-newline): Make Custom tags consistent
8235         with mode-require-final-newline.
8236         (mode-require-final-newline): Doc fix.
8238 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
8240         * international/latexenc.el (latexenc-find-file-coding-system):
8241         Fix regular expressions.
8243 2005-05-01  David Kastrup <dak@gnu.org>
8245         * international/latexenc.el (latexenc-find-file-coding-system):
8246         Fix regular expressions.
8248 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
8250         * subr.el (string-to-int): Make obsolete.
8252 2005-04-30  Richard M. Stallman  <rms@gnu.org>
8254         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8256         * loadup.el: load jka-comp-hook.
8258         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8259         (jka-compr-handler): Add autoload.  `put' calls moved
8260         to jka-comp-hook.el.
8261         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8262         (jka-compr-inhibit): Autoload.
8264         * jka-comp-hook.el: New file.
8265         Enable the mode by default.
8267         * files.el (backup-buffer-copy): Use copy-file instead
8268         of write-region, and put back the 'excl.
8270 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
8272         * progmodes/flymake.el (flymake-split-string)
8273         (flymake-split-string, flymake-log, flymake-pid-to-names)
8274         (flymake-reg-names, flymake-get-source-buffer-name)
8275         (flymake-unreg-names, flymake-add-line-err-info)
8276         (flymake-add-err-info): Clarify docstrings.
8277         (flymake-popup-menu, flymake-make-emacs-menu)
8278         (flymake-make-xemacs-menu): Add docstrings.
8279         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8280         Set variables directly throughout.
8282 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
8284         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8285         exists.  Initialize cc-define-alist.
8286         (c-mode): Add cc-create-define-alist locally to after-save-hook.
8287         If there is no file (Macroexpansion) don't create an alist.
8289 2005-04-29  Sam Steingold  <sds@gnu.org>
8291         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8292         (cc-create-define-alist): Use it instead of the hard-coded string.
8294 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8296         * international/mule-conf.el (file-coding-system-alist): Fix regexp
8297         for latexenc.
8299 2005-04-29  Lute Kamstra  <lute@gnu.org>
8301         * emacs-lisp/generic.el: Improve commentary section.
8302         (define-generic-mode): Improve docstring.
8304 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
8306         * textmodes/org.el (many places): Change to quiet the byte compiler.
8307         (org-prefix-format-compiled): New variable.
8308         (org-compile-prefix-format): New function.
8309         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8310         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8311         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8312         (org-get-entries-from-diary): Use `org-get-time-of-day' for
8313         consistency with entries from `org-mode' files.
8314         (org-get-time-of-day): Fix bug with partial matches early in a line.
8315         (org-non-link-chars): New constant.
8316         (org-link-regexp): Respect `org-non-link-chars'.
8317         (org-agenda-day-view): Remove command.
8318         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8319         (org-follow-bbdb-link, org-store-link): Search also company field.
8320         (org-highlight-overlay): New variable.
8321         (org-highlight, org-unhighlight): New functions.
8322         (org-agenda-mode): Add pre-command-hook to remove highlight.
8323         (org-evaluate-time-range): Behavior depends upon whether time stamp
8324         contains a time or not.
8325         (org-show-subtree, org-show-entry): New functions.
8326         (org-agenda-cleanup-fancy-diary): Remove empty lines.
8328 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
8330         * comint.el (comint-output-filter-functions): Add autoload cookie.
8332 2005-04-28  Kim F. Storm  <storm@cua.dk>
8334         * ido.el (ido-everywhere): Fix last change.
8336 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
8338         * international/latexenc.el: New file.
8339         * international/mule-conf.el (file-coding-system-alist): For .tex,
8340         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8342 2005-04-28  Lute Kamstra  <lute@gnu.org>
8344         * font-lock.el (font-lock-add-keywords)
8345         (font-lock-remove-keywords): Clarify docstring.
8346         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
8347         Don't start docstrings with a `*'.
8348         (font-lock-update-removed-keyword-alist): Give it a docstring.
8350         * generic-x.el: Update commentary section.
8351         Only require font-lock when compiling.
8352         Define all modes conditionally.
8353         Place all generic modes in the generic-x-modes customization group.
8354         (generic-x-modes): New customization group.
8355         (generic-default-modes, generic-mswindows-modes)
8356         (generic-unix-modes, generic-other-modes): New constants.
8357         (generic-define-mswindows-modes, generic-define-unix-modes):
8358         Update docstrings.  Make them obsolete.
8359         (generic-extras-enable-list): New default value.  Update docstring.
8360         Improve :type.  Change :set function.
8361         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
8362         Fix docstring.
8364         * emacs-lisp/generic.el (generic-mode-internal):
8365         Simplify font-lock-defaults.
8366         (define-generic-mode): Fix docstring.
8368 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8370         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
8371         font-lock-face property to highlight matches.
8373 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
8375         * progmodes/cc-mode.el (cc-create-define-alist): New function.
8376         (cc-define-alist): New variable.
8377         (c-mode): Make it local and initialize it.
8379         * progmodes/gdb-ui.el (gdb-active-process): New variable.
8380         (gdb-exited): New function.
8381         (gdb-annotation-rules): Use it.
8382         (gdb-starting): Set gdb-active-process to t.
8383         (gdb-stopping): Amend doc string.
8384         (gdb-reset): Set gdb-active-process to nil.
8386         * tooltip.el (tooltip-gud-tips): Show the associated #define
8387         directives when a C program under GDB is not executing.
8389 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8391         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
8392         font-lock-fontify-syntactic-keywords.
8394         * font-lock.el (font-lock-default-fontify-region): Don't force
8395         parse-sexp-lookup-properties to nil.
8397 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
8399         * man.el (man-mode-syntax-table): Set up `:' to have
8400         word-constituent syntax.
8402 2005-04-27  Lute Kamstra  <lute@gnu.org>
8404         * novice.el (disable-command): Don't add spurious newlines to the
8405         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
8407 2005-04-26  Jay Belanger  <belanger@truman.edu>
8409         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
8410         than one window before deleting window.
8412 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
8414         * shell.el (shell-prompt-pattern): Doc fix.
8415         (shell-mode): Set paragraph-separate buffer locally to "\\'".
8417         * comint.el (comint-prompt-regexp, comint-get-old-input)
8418         (comint-use-prompt-regexp)
8419         (comint-use-prompt-regexp-instead-of-fields)
8420         (comint-replace-by-expanded-history, comint-send-input)
8421         (comint-output-filter, comint-get-old-input-default)
8422         (comint-line-beginning-position, comint-bol, comint-show-output)
8423         (comint-backward-matching-input, comint-forward-matching-input)
8424         (comint-next-prompt, comint-previous-prompt):
8425         Rename `comint-use-prompt-regexp-instead-of-fields' to
8426         `comint-use-prompt-regexp'.  Keep old name as alias and declare
8427         obsolete.
8428         (comint-use-prompt-regexp): Shorten first line of doc string.
8430         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
8431         Set paragraph-separate buffer locally to "\\'".
8433         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
8434         Adapt to above name change.
8436         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8437         (smbclient-prompt-regexp): Ditto.
8439         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
8441 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
8443         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
8444         gdb-location-list.
8445         Break lines that are over 80 characters wide.
8447 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8449         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
8450         New fun and var, to preserve compatibility.
8452         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
8454 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
8456         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
8457         name to file-newer-than-file-p.
8459 2005-04-26  Richard M. Stallman  <rms@gnu.org>
8461         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
8463         * progmodes/python.el (python-mode):
8464         Use new name eldoc-documentation-function.
8466         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
8468         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8469         (eldoc-documentation-function):
8470         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
8472 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
8474         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
8476 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
8478         * term/xterm.el (function-key-map): Fix strings for
8479         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
8480         {C,S,A,C-S}-{f1-f12}.
8482 2005-04-26  Kenichi Handa  <handa@m17n.org>
8484         * international/mule-cmds.el (select-safe-coding-system):
8485         Fix previous change.
8487 2005-04-26  Lute Kamstra  <lute@gnu.org>
8489         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
8491         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
8492         (font-lock-comment-delimiter-face): Ditto.
8494         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
8496 2005-04-25  Jay Belanger  <belanger@truman.edu>
8498         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
8499         to t while inserting information; use help-mode.
8501 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
8503         * term.el (ansi-term-color-vector): Use the xterm colors.
8504         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
8506 2005-04-25  Lute Kamstra  <lute@gnu.org>
8508         * font-core.el (font-lock-defaults): Fix docstring.
8510         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
8512 2005-04-25  Kenichi Handa  <handa@m17n.org>
8514         * international/mule-cmds.el (select-safe-coding-system):
8515         Don't check consistency with coding: spec, etc if raw-text or
8516         no-conversion was found to be safe.
8518 2005-04-24  Richard M. Stallman  <rms@gnu.org>
8520         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
8521         citation markers at start of each line.
8523         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
8524         citation markers at start of each line.
8526         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
8528         * files.el (mode-require-final-newline): Fix previous change.
8529         (require-final-newline): Fix type label.
8531 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
8533         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
8534         statement in buffer (broken by 2004-11-24 change).
8536 2005-04-24  Kim F. Storm  <storm@cua.dk>
8538         * ido.el (ido-everywhere): Save and restore old read-buffer-function
8539         and read-file-name-function values.  Don't overwrite existing
8540         non-nil values if ido-mode is enabled without ido-everywhere.
8542 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
8544         * files.el (mode-require-final-newline): Minor doc fix.
8546 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
8548         * subr.el (syntax-after): Doc fix.
8549         (syntax-class): If argument is nil, return nil.  Mask off upper 16
8550         bits, not 8 bits.
8552         * files.el (mode-require-final-newline): Doc fix.
8553         (backup-buffer-copy): Fix last change.
8555 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8557         * term/mac-win.el: Require select.  Set selection-coding-system to
8558         mac-system-coding-system.  Call menu-bar-enable-clipboard.
8559         (x-last-selected-text-clipboard, x-last-selected-text-primary)
8560         (x-select-enable-clipboard): New variables.
8561         (x-select-text, x-get-selection, x-selection-value)
8562         (x-get-selection-value, mac-select-convert-to-string)
8563         (mac-services-open-file, mac-services-open-selection)
8564         (mac-services-insert-text): New functions.
8565         (CLIPBOARD, FIND): Put mac-scrap-name property.
8566         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
8567         (public.tiff): Put mac-ostype property.
8568         (selection-converter-alist): Add entries for them.
8569         (mac-application-menu-map): New keymap.
8570         (interprogram-cut-function, interprogram-paste-function): Set to
8571         x-select-text and x-get-selection-value, respectively.
8572         (split-window-keep-point): Set to t.
8574 2005-04-23  Richard M. Stallman  <rms@gnu.org>
8576         * files.el (read-directory-name): Always pass non-nil
8577         DEFAULT-FILENAME arg to read-file-name.
8578         (backup-buffer-copy, basic-save-buffer-2): Take care against
8579         writing thru an unexpected existing symlink.
8580         (revert-buffer): In indirect buffer, revert the base buffer.
8581         (magic-mode-alist): Doc fix.
8582         (buffer-stale-function): Doc fix.
8583         (minibuffer-with-setup-hook): Avoid warning.
8584         (mode-require-final-newline): Doc and custom fix.
8586         * follow.el (follow-end-of-buffer): Use with-no-warnings.
8588         * font-lock.el (font-lock-comment-face): On terminals with few colors,
8589         use the default appearance.
8590         (font-lock-comment-delimiter-face): New face, new variable.
8592         * imenu.el (imenu--generic-function): The official position of a
8593         definition is the start of the line that BEG is in.
8595         * midnight.el (midnight-timer): Move defvar up.
8597         * mouse.el (mouse-drag-region-1): Delete some debugging code.
8599         * saveplace.el (save-place-to-alist): Use with-no-warnings.
8601         * startup.el (command-line): Use with-no-warnings.
8603         * window.el (window-size-fixed): New defvar.
8605         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
8607         * mail/rmail.el (rmail-font-lock-keywords):
8608         Use font-lock-comment-delimiter-face.
8610         * mail/sendmail.el (mail-font-lock-keywords):
8611         Use font-lock-comment-delimiter-face.
8613         * progmodes/compile.el (next-error-highlight-timer): New defvar.
8615 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
8617         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8618         Specify t for LAXMATCH when matching directories.
8619         Save match data around compilation-compat-error-properties form.
8621 2005-04-23  David Kastrup  <dak@gnu.org>
8623         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
8624         Mention that the autoloaded aliases should be kept for AUCTeX.
8626 2005-04-23  Andreas Schwab  <schwab@suse.de>
8628         * isearch.el (isearch-forward): Doc fix.
8630 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
8632         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
8633         (jit-lock-stealth-nice): Change default value to 0.5.
8635 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8637         * abbrev.el (write-abbrev-file): Write table entries in
8638         alphabetical order by table name.
8640 2005-04-22  Kim F. Storm  <storm@cua.dk>
8642         * ido.el (ido-read-internal): Fix `list' completion.
8644 2005-04-22  Kenichi Handa  <handa@m17n.org>
8646         * recentf.el (recentf-save-file-coding-system): New variable.
8647         (recentf-save-list): Encode the file by
8648         recentf-save-file-coding-system and add coding: tag.
8650 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
8652         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
8654 2005-04-21  Lute Kamstra  <lute@gnu.org>
8656         * loadhist.el (unload-feature): Don't remove a function from hooks
8657         if it is about to be restored to an autoload .  Remove functions
8658         that will become unbound from auto-mode-alist.  Simplify the code.
8660         * subr.el (assq-delete-all): New implementation that is linear,
8661         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
8662         (rassq-delete-all): New function.
8664         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8665         Add size-indication-mode.
8667 2005-04-21  Kenichi Handa  <handa@m17n.org>
8669         * international/mule-cmds.el: Add autoload for widget-value in
8670         eval-when-compile.
8672 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
8674         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8675         Add tooltip-mode.
8677         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
8679 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
8681         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
8682         (inferior-lisp-filter-regexp, inferior-lisp-program)
8683         (inferior-lisp-load-command, inferior-lisp-prompt)
8684         (inferior-lisp-mode-hook, lisp-source-modes)
8685         (inferior-lisp-load-hook): defvar->defcustom.
8686         (inferior-lisp-program, inferior-lisp-prompt)
8687         (inferior-lisp-load-hook): Doc fixes.
8688         (inferior-lisp-install-letter-bindings): Small change in
8689         introductory comment.
8691 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
8693         * vc.el (vc-annotate-color-map): Change some colors so that text
8694         using them as foreground is readable on both white and black
8695         backgrounds.
8697 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8699         * international/mule-conf.el (translation-table-for-input):
8700         Remove redundant declaration.
8702 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
8704         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
8706         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
8707         (tooltip-toggle-gud-tips): New function.
8709 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8711         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
8712         right angle brackets.
8714 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
8716         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
8718 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8720         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
8721         Remove.  Update callers to use expand-file-name instead.
8723         * subr.el (syntax-class): New function.
8725         * simple.el (blink-matching-open): Use it.
8727         * paren.el (show-paren-function): Use it to recognize parens that are
8728         also used in 2-char comment markers.
8730 2005-04-19  Lute Kamstra  <lute@gnu.org>
8732         * loadhist.el (unload-feature): Update for new format of
8733         load-history.  Simplify the code.
8735 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8737         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
8738         (mac-add-charset-info): New function.  Initialize variable
8739         mac-charset-info-alist using it.
8740         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
8741         for translation.
8742         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
8743         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
8744         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
8745         New CCL programs.
8747 2005-04-19  Kim F. Storm  <storm@cua.dk>
8749         * simple.el (next-buffer, prev-buffer, next-error)
8750         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8751         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
8753         * bindings.el (next-buffer, prev-buffer, next-error)
8754         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
8755         (clone-indirect-buffer-other-window): Move bindings from simple.el.
8756         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
8757         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
8759 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8761         * isearch.el (isearch-edit-string): Make the search-ring available for
8762         minibuffer history commands.
8763         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
8764         the default history commands now work just as well.
8765         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
8767 2005-04-18  Kim F. Storm  <storm@cua.dk>
8769         * emulation/cua-base.el (cua--pre-command-handler): Add more
8770         elaborate check for shift modifier on non-window systems.
8772 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
8774         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
8776 2005-04-18  Kim F. Storm  <storm@cua.dk>
8778         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
8779         and make it optional.  Don't test tooltip-gud-echo-area here.
8780         (tooltip-gud-process-output, gdb-tooltip-print):
8781         Pass tooltip-gud-echo-area to tooltip-show.
8782         (tooltip-help-tips): Remove second optional arg to tooltip-show.
8784 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8786         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
8787         `display-graphic-p' may not be bound yet.
8789 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
8791         * startup.el (command-line): No longer enable Xterm Mouse mode by
8792         default in terminals compatible with xterm.
8794         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
8796 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
8798         * tooltip.el (tooltip-gud-echo-area): Rename from
8799         tooltip-use-echo-area.
8800         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
8801         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
8802         area independently of where help tooltips are displayed.
8804 2005-04-17  David Kastrup  <dak@gnu.org>
8806         * cus-theme.el (custom-theme-write-variables): Quote variables
8807         where necessary.
8809 2005-04-17  Richard M. Stallman  <rms@gnu.org>
8811         * simple.el (yank-excluded-properties): Add follow-link to value.
8813         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
8815         * startup.el (fancy-splash-max-time): Just 30 seconds.
8816         (fancy-splash-delay): Just 7.
8817         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
8819         * loadhist.el (unload-feature): Update for new format of load-history.
8820         Simplify the code.
8822         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
8823         (rmail-font-lock-keywords): Don't fontify the text of a citation.
8825         * mail/sendmail.el (mail-font-lock-keywords):
8826         Don't fontify subject text.
8827         Don't fontify the text of a citation.
8829 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
8831         * comint.el (comint-output-filter): Run comint-output-filter-functions
8832         with point where the user had it.
8834 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8836         * international/ucs-tables.el (ucs-set-table-for-input):
8837         Disable when using unify-on-decoding.
8839 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
8841         * emulation/cua-base.el (cua-global-mark-face): Add special case
8842         for displays supporting a high number of colors.
8844 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
8846         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
8848 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
8850         * filesets.el (filesets-add-buffer): If user supplies a name of a
8851         non-existing fileset, create a new fileset.
8853 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
8855         * textmodes/org.el (org-up-heading-all): Fix bug with
8856         `outline-up-heading-all'.
8858 2005-04-16  Andreas Schwab  <schwab@suse.de>
8860         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
8861         /etc/permissions.d/* and /etc/aliases.d/*.
8863 2005-04-16  Kenichi Handa  <handa@m17n.org>
8865         * international/code-pages.el (cp-make-coding-system):
8866         Set `translation-table-for-input' property value to the symbol
8867         ucs-mule-to-mule-unicode, not to that value.
8868         (pt154): Escape guillemet by `\'.
8870 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
8872         * loadup.el: Load tooltip if x-show-tip is fboundp.
8874         * startup.el (command-line): Add comment.
8876         * tooltip.el (tooltip-mode): Specify correct standard value for
8877         Custom in init-value.
8879 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
8881         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
8882         possible.
8884 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8886         * textmodes/org.el (org-agenda-date-prompt): Rename from
8887         `org-agenda-date-today'.
8888         (org-evaluate-time-range): Insert at point instead of directly
8889         after time range.
8890         (org-first-headline-recenter, org-subtree-end-visible-p)
8891         (org-optimize-window-after-visibility-change): New functions
8892         (org-agenda-post-command-hook): Don't allow point at end of line,
8893         to make sure it always hits the text properties.
8894         (org-agenda-next-date-line, org-agenda-previous-date-line):
8895         New commands.
8896         (org-set-regexps-and-options): Category may contain white space.
8897         (org-agenda-get-deadlines, org-agenda-get-scheduled):
8898         Improve marker positions.
8899         (org-agenda-new-marker): Argument POS made optional.
8900         (org-agenda-get-timestamps): Deadlines which are done are listed
8901         in org-done-face now.
8902         (org-agenda-get-todos, org-agenda-get-timestamps)
8903         (org-agenda-get-deadlines, org-agenda-get-scheduled):
8904         Set `undone-face' and `done-face' properties.
8905         (org-last-todo-state-is-todo): New variable.
8906         (org-todo): Set `org-last-todo-state-is-todo'.
8907         (org-agenda-todo): Change face according to
8908         `org-last-todo-state-is-todo'.  And change other lines referring to
8909         the same entry.
8910         (org-calendar-goto-agenda): New command.
8911         (org-calendar-to-agenda-key): New option.
8912         (org-startup-folded): New allowed value `content'.
8913         (org-set-regexps-and-options): Accept new value `content' for
8914         `org-startup-folded'.
8915         (org-get-current-options): Handle new value `content' for
8916         `org-startup-folded'.
8917         (org-insert-todo-heading): New command.
8918         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
8919         interactively in empty file and option
8920         `org-insert-mode-line-in-empty-file' has been set.
8921         (org-agenda-todo,org-agenda-priority): Modify to use
8922         `org-agenda-change-all-lines'.
8923         (org-warning-face): Change color on dark background
8925 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8927         * international/mule-cmds.el (set-locale-environment): On Mac OS,
8928         use preferences AppleLocale and AppleLanguages, and variable
8929         mac-system-locale for default locale.  On Mac OS Classic, use
8930         mac-system-coding-system for default coding systems.
8932         * term/mac-win.el: Don't set file-name-coding-system.
8933         Decode variables system-name, emacs-build-system, user-login-name, and
8934         user-full-name by mac-system-coding-system on Mac OS Classic.
8935         (mac-system-coding-system): New variable.
8937 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
8939         * startup.el (command-line): Handle `xterm-mouse-mode' before
8940         reading init file.
8942         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
8944 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
8946         * progmodes/sh-script.el (sh-here-document-word): Make it a
8947         defcustom.  Doc fix.
8948         (sh-add): Bash uses $(( )) for arithmetic.
8949         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
8950         (sh-maybe-here-document): Remove quotes and leading whitespace
8951         from heredoc word when closing.  Indent heredoc with tabs if word
8952         starts with "-".
8954 2005-04-13  Richard M. Stallman  <rms@gnu.org>
8956         * simple.el (undo): Fix previous change.
8958         * custom.el (defface): Doc fix.
8960 2005-04-13  Lute Kamstra  <lute@gnu.org>
8962         * Makefile.in (DONTCOMPILE): Remove list.
8963         (compile, compile-always): Don't use DONTCOMPILE.
8964         (update-authors): Load the library in which batch-update-authors
8965         is defined.
8966         * makefile.w32-in (DONTCOMPILE): Remove list.
8967         (compile, compile-always): Fix comments.
8968         (update-authors): Load the library in which batch-update-authors
8969         is defined.
8971         * generic-x.el (generic-mode-ini-file-find-file-hook):
8972         Rename to ini-generic-mode-find-file-hook.
8973         Keep generic-mode-ini-file-find-file-hook as an alias.
8974         (ini-generic-mode-find-file-hook): Rename from
8975         generic-mode-ini-file-find-file-hook.  Fix docstring.
8976         (ini-generic-mode): Docstring change.
8977         (bat-generic-mode-run-as-comint): Silence the byte compiler.
8979         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
8980         called from lisp.
8982         * generic.el: Move to the emacs-lisp subdir.
8984 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
8986         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
8987         and C-S- function and cursor motion keys.
8989 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
8991         * startup.el (command-line): Enable Xterm Mouse mode by default.
8992         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
8993         for Custom.  No longer show "Mouse" in mode line when enabled.
8994         Doc fix.
8996 2005-04-12  Kim F. Storm  <storm@cua.dk>
8998         * emulation/cua-base.el (cua-rectangle-face)
8999         (cua-rectangle-noselect-face): Define face attributes here.
9001         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9003 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9005         * startup.el (command-line): Turn off blinking cursor if
9006         cursorBlink in resources is off or false.
9008 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9010         * term/mac-win.el (dnd): Require dnd.
9011         (mac-drag-n-drop): Call dnd-handle-one-url.
9012         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9013         (kTextEncodingISOLatin2): Remove constants.
9014         (mac-script-code-coding-systems): New constant.
9015         (mac-handle-language-change): New function.
9016         (special-event-map): Bind it to `language-change' event.
9017         (mac-centraleurroman, mac-cyrillic): New coding systems.
9018         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9019         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9020         and mac-cyrillic-encoder to encode-mac-centraleurroman and
9021         encode-mac-cyrillic, respectively.
9023 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
9025         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9026         Don't set overlay-arrow-string to "=>" as this is done
9027         globally in C now.
9029 2005-04-12  Lute Kamstra  <lute@gnu.org>
9031         * generic-x.el (rc-generic-mode, rul-generic-mode):
9032         Fix auto-mode-alist entries.
9033         (etc-fstab-generic-mode): Tweak fontification.
9035         * generic.el (generic-make-keywords-list): Fix docstring.
9036         (generic-mode-internal): Simplify generic-font-lock-keywords.
9038 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
9040         * whitespace.el (whitespace-buffer-leading)
9041         (whitespace-buffer-trailing): Revert the incorrect test inversion.
9042         However, fix the highlight area for the leading and
9043         trailing whitespaces to show space.
9045 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
9047         * whitespace.el (whitespace-version): Bump to 3.5
9049         (whitespace-buffer-leading, whitespace-buffer-trailing):
9050         Invert sense of the test to highlight the whitespace.
9052 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
9054         * progmodes/gud.el (gud-display-line): GUD uses its own
9055         overlay arrow now so don't set overlay-arrow-string.
9056         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9058 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
9060         * term.el (term-ansi-current-bold, term-ansi-current-underline)
9061         (term-ansi-current-reverse, term-ansi-current-invisible)
9062         (term-ansi-face-already-done): Change to boolean.
9063         (term-reset-terminal, term-handle-colors-array): Handle the above
9064         vars accordingly.
9065         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9066         (term-emulate-terminal): Use the new name.
9068         * faces.el (secondary-selection): Use yellow1, not yellow.
9069         (trailing-whitespace): Use red1, not red.
9071 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9073         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9074         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9075         (dired-dnd-handle-file): Call dnd-get-local-file-uri
9077         * cus-edit.el (dnd): New group.
9079         * term/w32-win.el (dnd): Require dnd
9080         (w32-drag-n-drop): Call dnd-handle-one-url.
9082         * x-dnd.el: Require dnd.
9083         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9084         Call dnd-handle-one-url.
9085         (x-dnd-types-alist, x-dnd-insert-utf8-text)
9086         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9087         to dnd-insert-text.
9088         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9089         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9090         (x-dnd-get-local-file-name, x-dnd-open-local-file)
9091         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9093         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9095 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
9097         * wdired.el: Doc fixes.
9098         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9099         (wdired-use-dired-vertical-movement): Rename from
9100         wdired-always-move-to-filename-beginning.
9101         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9102         (wdired-change-to-wdired-mode): Change mode name.
9103         (wdired-newline): Delete.
9105 2005-04-11  Richard M. Stallman  <rms@gnu.org>
9107         * whitespace.el (whitespace-highlight-the-space):
9108         Don't call whitespace-unhighlight-the-space here.
9110         * simple.el (undo): Record t in undo-equiv-table
9111         for the redo record made by an undo-in-region.
9113 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
9115         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9116         (gdb-frame-inferior-io-buffer): New Functions to control
9117         display of separate IO buffer.
9118         (menu): Add them to menu-bar.
9119         (gdb-display-buffer): Check for buffer another frame.
9120         Protect GUD buffer.
9121         (gdb-setup-windows): Create IO buffer if not already there.
9122         (gdb-memory-mode): Remove purecopy noops.
9124 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
9126         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9127         and pass to self-insert-command.
9129 2005-04-11  Lute Kamstra  <lute@gnu.org>
9131         * generic.el: Commentary section cleanup.
9132         (generic): Delete.
9133         (generic-use-find-file-hook, generic-lines-to-scan)
9134         (generic-find-file-regexp, generic-ignore-files-regexp)
9135         (default-generic-mode, generic-mode-find-file-hook)
9136         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9137         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
9138         (generic-use-find-file-hook, generic-lines-to-scan)
9139         (generic-find-file-regexp, generic-ignore-files-regexp)
9140         (default-generic-mode, generic-mode-find-file-hook)
9141         (generic-mode-ini-file-find-file-hook): Move from generic.el.
9143 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
9145         * bookmark.el (bookmark-write-file): Catch errors writing file.
9146         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9148 2005-04-10  Richard M. Stallman  <rms@gnu.org>
9150         * startup.el (fancy-splash-tail): Update copyright year.
9151         (command-line): Split part of -Q into -D.
9152         (emacs-basic-display): New defvar.
9153         (fancy-splash-text): Correct name of menu item.
9155         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9157         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9158         lines in one node.
9160         * comint.el (comint-send-input): New arg ARTIFICIAL.
9161         Callers in this file changed.
9163         * abbrev.el (define-abbrevs): Read system abbrevs properly.
9165         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9167 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
9169         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
9170         `ldap-search-internal'.
9172 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9174         * files.el (set-auto-mode-1): Use line-end-position.
9176         * international/latin-1.el:
9177         * international/latin-2.el:
9178         * international/latin-3.el:
9179         * international/latin-4.el:
9180         * international/latin-5.el:
9181         * international/latin-8.el:
9182         * international/latin-9.el: Give punctuation syntax to NBSP.
9184         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9185         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9186         Use char-classes to accept non-ascii letters, accepted in some recent
9187         bibtex implementations.
9189 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
9191         * custom.el (custom-set-minor-mode): Any non-nil value for the
9192         variable should enable the mode when set through Custom.
9194 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9196         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9197         TAB binding so tab-always-indent is obeyed.
9198         (vhdl-minibuffer-local-map): Move initialization into declaration.
9199         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9200         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9201         (vhdl-hooked-abbrev): Avoid test for XEmacs.
9202         (vhdl-current-line): Use line-beginning-position.
9203         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9204         with-output-to-temp-buffer, so the current position can be recorded.
9206 2005-04-10  Masatake YAMATO  <jet@gyve.org>
9208         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9209         Add regexp for gcov.
9211 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9213         * calendar/time-date.el (time-to-seconds, seconds-to-time)
9214         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9215         syntax which Emacs 20 doesn't support.
9217 2005-04-09  Richard M. Stallman  <rms@gnu.org>
9219         * help.el (describe-key-briefly, describe-key):
9220         Replace strings as event types with "(any string)".
9222 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9224         * arc-mode.el (archive-mode-map): Move initialization into
9225         the declaration.  Override *all* bindings of `undo'.
9226         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9228 2005-04-09  Jay Belanger  <belanger@truman.edu>
9230         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9232 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
9234         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9235         (xterm-register-default-colors): Update color values computation
9236         to match xterm-200.
9238 2005-04-09  Kenichi Handa  <handa@m17n.org>
9240         * international/code-pages.el (iso-latin-7): Fix the map.
9242 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
9244         * emacs-lisp/lisp.el (defun-prompt-regexp)
9245         (parens-require-spaces, buffer-end, end-of-defun)
9246         (insert-parentheses): Doc fixes.
9248 2005-04-08  Kim F. Storm  <storm@cua.dk>
9250         * comint.el (comint-highlight-prompt): Fix face spec.
9251         * hi-lock.el (hi-green): Likewise.
9253 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
9255         * cus-edit.el (custom-modified-face):
9256         * comint.el (comint-highlight-input): Fix previous changes.
9257         * term.el (term-handle-ansi-escape): Add a comment.
9259 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9261         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9262         in the buffer and in whitespace-highlighted-space.
9263         (whitespace-unhighlight-the-space): Simplify.
9264         (whitespace-buffer): Simplify.
9266 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
9268         * textmodes/table.el (table-cell-face): Add special case for
9269         displays supporting a high number of colors.
9270         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9271         (vhdl-font-lock-reserved-words-face)
9272         (vhdl-speedbar-architecture-face)
9273         (vhdl-speedbar-instantiation-face)
9274         (vhdl-speedbar-architecture-selected-face)
9275         (vhdl-speedbar-instantiation-selected-face): Likewise.
9276         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9277         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9278         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9279         (ebrowse-root-class-face, ebrowse-member-attribute-face)
9280         (ebrowse-progress-face): Likewise.
9281         * progmodes/compile.el (compilation-info-face): Likewise.
9282         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9283         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9284         * calendar/calendar.el (diary-face): Likewise.
9285         * woman.el (woman-italic-face, woman-bold-face)
9286         (woman-unknown-face): Likewise.
9287         * wid-edit.el (widget-button-pressed-face): Likewise.
9288         * whitespace.el (whitespace-highlight-face): Likewise.
9289         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9290         * pcvs-info.el (cvs-marked-face): Likewise.
9291         * info.el (info-xref): Likewise.
9292         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9293         * hilit-chg.el (highlight-changes-face)
9294         (highlight-changes-delete-face): Likewise.
9295         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9296         (hi-red-b): Likewise.
9297         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9298         * font-lock.el (font-lock-keyword-face)
9299         (font-lock-function-name-face, font-lock-warning-face): Likewise.
9300         * cus-edit.el (custom-invalid-face, custom-modified-face)
9301         (custom-set-face, custom-changed-face, custom-variable-tag-face)
9302         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9303         * comint.el (comint-highlight-prompt): Likewise.
9305 2005-04-08  Lute Kamstra  <lute@gnu.org>
9307         * font-lock.el (font-lock-keywords): Docstring fixes.
9309 2005-04-08  Kenichi Handa  <handa@m17n.org>
9311         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9312         chars are more than a limit, print " and more..." at the tail.
9314 2005-04-08  Kim F. Storm  <storm@cua.dk>
9316         * emacs-lisp/authors.el (authors-aliases): Update list.
9317         (authors-ignored-files): New list.
9318         (authors-fixed-entries): Fix typo.
9319         (authors-renamed-files-alist): Update list.
9320         (authors-add): Check authors-ignored-files.
9322 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
9324         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9325         optional, to ensure backward compatibility.
9327 2005-04-08  Stephen Eglen  <stephen@gnu.org>
9329         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9331 2005-04-08  Kim F. Storm  <storm@cua.dk>
9333         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9335         * mouse.el (mouse-on-link-p): Doc fix.
9337 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
9339         * ielm.el (ielm-prompt-read-only): Doc fix.
9341         * comint.el (comint-prompt-read-only): Doc fix.
9343 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
9345         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
9346         ensure dired always handles wildcards passed to ffap.
9347         (find-file-at-point): Use it.
9348         (ffap-dired-wildcards): Doc fix.
9350 2005-04-07  Juri Linkov  <juri@jurta.org>
9352         * simple.el (next-error-overlay-arrow-position): New defvar.
9353         Put "=>" on its property `overlay-arrow-string'.  Add it to
9354         `overlay-arrow-variable-list'.
9356         * progmodes/compile.el (compilation-setup):
9357         Set `next-error-overlay-arrow-position' to nil.  Also set it to
9358         nil in the local hook `kill-buffer-hook'.  Make local variable
9359         `overlay-arrow-string' and set it to "=>".
9360         (compilation-goto-locus): Set BOL position to
9361         `next-error-overlay-arrow-position' instead of
9362         `overlay-arrow-position'.
9364         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
9365         locally instead of adding it to the global hook.
9366         (Info-kill-buffer): Move up.
9368 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
9370         * term/xterm.el (xterm-standard-colors): Update color values from
9371         xterm-200.
9373 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9375         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
9377         * fast-lock.el:
9378         * lazy-lock.el: Move them to the obsolete subdir.
9380 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
9382         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
9383         (wdired-add-replace-advice): Remove.
9384         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
9386 2005-04-06  Kim F. Storm  <storm@cua.dk>
9388         * startup.el (command-line): Add --bare-bones alias for -Q.
9390 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9392         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
9393         create the startup fontset if a font specification ends with
9394         `mac-roman'.
9396 2005-04-06  Lute Kamstra  <lute@gnu.org>
9398         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
9399         change.
9401         * emacs-lisp/copyright.el (copyright-update-year): Replace the
9402         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
9404 2005-04-05  Lute Kamstra  <lute@gnu.org>
9406         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
9407         (define-generic-mode): Ditto.  Fix debug declaration.
9409         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
9410         Put them in the generic-x group.
9412         * calendar/timeclock.el (timeclock): Doc fix.
9414         * generic.el (define-generic-mode): Don't use custom-current-group.
9415         Document default :group value.
9416         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
9417         (define-global-minor-mode): Don't use custom-current-group.
9419 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
9421         * startup.el (command-line-1): Display startup-echo-area-message
9422         when fancy splash screen is in use.
9424         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
9425         (sh-escaped-newline): New face.
9426         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
9427         newline, and use sh-escaped-newline face.
9429         * progmodes/tcl.el (tcl-escaped-newline): New face.
9430         (tcl-builtin-list): New variable.
9431         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
9432         newlines.  Fix keywords subexpression number.
9434 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
9436         * textmodes/org.el (org-diary-default-entry): Fix call to
9437         `add-to-diary-entry'.
9439 2005-04-05  Kim F. Storm  <storm@cua.dk>
9441         * ediff-init.el: Use (featurep 'xemacs).
9443 2005-04-05  David Ponce  <david@dponce.com>
9445         * cus-edit.el (face): Derive from symbol widget.  Display sample
9446         of the current face on the fly.
9447         (widget-face-sample-face-get, widget-face-notify): New functions.
9448         (widget-face-value-create): Remove.
9450         * wid-edit.el (widget-field-end): Temporarily remove field
9451         narrowing before to call `get-char-property'.
9453 2005-04-04  Jay Belanger  <belanger@truman.edu>
9455         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
9456         (math-read-subscripts): New variable.
9457         (math-read-preprocess-string): Process subscripts.
9459 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
9461         * comint.el (comint-prompt-read-only): Doc fix.
9463         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
9464         `-1'.  Doc fix.
9466 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
9468         * textmodes/org.el (org-insert-mode-line-in-empty-file):
9469         Change default value to nil.
9471 2005-04-04  Lute Kamstra  <lute@gnu.org>
9473         * autorevert.el (auto-revert-mode): Specify :group.
9474         * battery.el (display-battery-mode): Specify :group.
9475         * diff-mode.el (diff-minor-mode): Specify :group.
9476         * font-core.el (font-lock-mode): Specify :group.
9477         * hl-line.el (hl-line-mode): Specify :group.
9478         * iimage.el (iimage): New customization group.
9479         (iimage-mode): Specify :group.
9480         * longlines.el (longlines-mode): Specify :group.
9481         * master.el: Don't require easy-mmode.
9482         (master): New customization group.
9483         (master-mode): Specify :group.
9484         * msb.el (msb-mode): Specify :group.
9485         * reveal.el (reveal-mode): Specify :group.
9486         * simple.el (next-error-follow-minor-mode): Specify :group.
9487         * smerge-mode.el (smerge-mode): Specify :group.
9488         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
9489         * emulation/cua-base.el (cua-mode): Specify :group.
9490         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
9491         * language/thai-util.el (thai-auto-composition-mode)
9492         (thai-word-mode): Specify :group.
9493         * mail/supercite.el (sc-minor-mode): Specify :group.
9494         * progmodes/cwarn.el (cwarn-mode): Specify :group.
9495         * progmodes/flymake.el (flymake-mode): Specify :group.
9496         * progmodes/glasses.el (glasses-mode): Specify :group.
9497         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
9498         * textmodes/enriched.el (enriched-mode): Specify :group.
9499         * textmodes/refill.el (refill-mode): Specify :group.
9501         * add-log.el (change-log-font-lock-keywords): Names in
9502         parenthesized lists can contain spaces.
9504 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
9506         * startup.el (fancy-splash-text): Shorten default text of
9507         "Emacs Tutorial" line.  Also, if the current language env
9508         indicates an available tutorial file other than TUTORIAL,
9509         extract its title and append it to the line in parentheses.
9510         (fancy-splash-insert): If arg is a thunk, funcall it.
9512 2005-04-04  Jay Belanger  <belanger@truman.edu>
9514         * calc.el (calc-language-alist): Add tags to customization type.
9516 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
9518         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
9519         Doc fix.
9521 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
9523         * add-log.el (change-log-font-lock-keywords): The manual
9524         describing a Change Log entry, says: (...) "Aside from these
9525         header lines, every line in the change log starts with a space or
9526         a tab.".  The font-lock was not highlighting lines started with
9527         spaces, added support for it.
9529 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9531         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
9532         (bibtex-generate-url-list): Update docstring accordingly.  Put the
9533         complex example in the docstring.
9534         (bibtex-font-lock-url): Use pop.
9536 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9538         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
9540         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
9542 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9544         * filesets.el (filesets-set-default): Doc fix.
9546 2005-04-03  Lute Kamstra  <lute@gnu.org>
9548         * generic.el (define-generic-mode): Add argument to specify
9549         keywords for defcustom.
9550         (default-generic-mode): Specify :group.
9552         * generic-x.el: Specify :group for all generic modes.
9554         * desktop.el (desktop-no-desktop-file-hook)
9555         (desktop-after-read-hook): Doc fix.
9557 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
9559         * simple.el (visible-mode): Use explicit :group keyword.
9560         This changes the group of `visible-mode-hook' from paren-blinking
9561         to editing-basics.
9563 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
9565         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
9566         mailbox specifications as well as URLs.
9567         (rmail-insert-inbox-text): Remove unused conditional branches.
9569 2005-04-01  Jay Belanger  <belanger@truman.edu>
9571         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9572         (calc-gnuplot-print-command): Move definitions to calc.el.
9574         * calc/calc-embed.el (calc-embedded-announce-formula)
9575         (calc-embedded-open-formula, calc-embedded-close-formula)
9576         (calc-embedded-open-word, calc-embedded-close-word)
9577         (calc-embedded-open-plain, calc-embedded-close-plain)
9578         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
9579         (calc-embedded-open-mode, calc-embedded-close-mode):
9580         Move definitions to calc.el.
9582         * calc/calc.el (calc-settings-file, calc-language-alist):
9583         Make customizable.
9584         (calc-embedded-announce-formula, calc-embedded-open-formula)
9585         (calc-embedded-close-formula, calc-embedded-open-word)
9586         (calc-embedded-close-word, calc-embedded-open-plain)
9587         (calc-embedded-close-plain, calc-embedded-open-new-formula)
9588         (calc-embedded-close-new-formula, calc-embedded-open-mode)
9589         (calc-embedded-close-mode, calc-gnuplot-name)
9590         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
9591         from other files and make customizable.
9593 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9595         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
9596         Use buffer-live-p.
9597         (cvs-mode-run): Don't call cvs-update-header here.
9598         (cvs-run-process): Call cvs-update-header.
9599         Use process properties for cvs-postprocess and cvs-buffer so that
9600         the sentinel can behave better if the temp buffer is killed.
9601         Use a pipe rather than a tty, to better handle unexpected prompts.
9602         (cvs-sentinel): Rewrite.  Call cvs-update-header.
9604 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
9606         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
9607         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
9609 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9611         * generic.el (define-generic-mode): Add indentation rule.
9613 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
9615         * files.el (mode-require-final-newline): Make Custom correctly
9616         report a nil value and allow to set it to nil via Custom.
9617         Doc fix.
9619 2005-04-01  Kenichi Handa  <handa@m17n.org>
9621         * international/characters.el: Enable the correct case setting for
9622         dotless-i and dotted-I.
9624 2005-04-01  Kim F. Storm  <storm@cua.dk>
9626         * ido.el (ido-file-internal): Fall back to non-ido command if
9627         initial directory is on slow ftp (or tramp) host.
9629 2005-03-31  Richard M. Stallman  <rms@gnu.org>
9631         * emacs-lisp/autoload.el (make-autoload):
9632         Handle define-global-minor-mode.
9634         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9635         Rename from easy-mmode-define-global-mode.
9636         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
9638         * progmodes/scheme.el (scheme-mode-syntax-table):
9639         Update syntax of | and # for two-character comment syntax.
9641 2005-03-31  Lute Kamstra  <lute@gnu.org>
9643         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
9644         (define-minor-mode): Call custom-current-group at load-time.
9646         * generic.el (define-generic-mode): Add debug declaration.
9647         Add defcustom for the mode hook.
9648         (generic-mode-internal): Use run-mode-hooks.
9650 2005-03-31  Kim F. Storm  <storm@cua.dk>
9652         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
9653         (mouse-fixup-help-message): New defun called by show_help_echo
9654         to fixup mouse-2 prefix in help messages when applicable.
9656         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
9658 2005-03-31  Kenichi Handa  <handa@m17n.org>
9660         * language/thai-word.el (thai-find-word-ends): Pay attention to
9661         the case that we reach the end of buffer.
9663         * textmodes/fill.el (fill-text-properties-at): New function.
9664         (fill-newline): Use fill-text-properties-at instead of
9665         text-properties-at.
9667 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
9669         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
9670         not comint-quote-filename.
9672 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
9674         * help-fns.el (help-with-tutorial): Revert last change.
9676 2005-03-31  Kim F. Storm  <storm@cua.dk>
9678         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
9680 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
9682         * calendar/cal-china.el: Update reference to "Calendrical
9683         Calculations" book; there's a new edition.
9684         * calendar/cal-coptic.el: Likewise.
9685         * calendar/cal-french.el: Likewise.
9686         * calendar/cal-hebrew.el: Likewise.
9687         * calendar/cal-islam.el: Likewise.
9688         * calendar/cal-iso.el: Likewise.
9689         * calendar/cal-julian.el: Likewise.
9690         * calendar/cal-mayan.el: Likewise.
9691         * calendar/cal-persia.el: Likewise.
9692         * calendar/calendar.el: Likewise.
9693         * calendar/holidays.el: Likewise.
9694         * calendar/lunar.el: Likewise.
9695         * calendar/solar.el: Likewise.
9697         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
9698         white space from doc string.
9700 2005-03-30  Jay Belanger  <belanger@truman.edu>
9702         * calc/calc-help.el (calc-full-help): Remove email address.
9704 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
9706         * help-fns.el (help-with-tutorial): Delete title line.
9708 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9710         * calendar/cal-x.el (calendar-one-frame-setup)
9711         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
9712         rather than 'symbol for set-window-dedicated-p.
9714         * calendar/appt.el (appt-buffer-name): Make it a constant.
9715         (appt-add): Doc fix.
9717         * filesets.el (filesets-menu-path, filesets-menu-before)
9718         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
9719         (filesets-menu-cache-file): Use directory ~/.emacs.d.
9720         (filesets-add-submenu): Delete and use add-submenu instead.
9722 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
9724         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9725         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9726         (org-diary-default-entry): New function.
9727         (org-get-entries-from-diary): Better parsing of diary entries.
9728         (org-agenda-check-no-diary): New function.
9729         ("diary-lib"): Advice to function `add-to-diary-list', to allow
9730         linking to diary entries.
9731         (org-agenda-execute-calendar-command): New function.
9732         (org-agenda): Improve visible section in window.
9733         Use `org-fit-agenda-window'.
9734         (org-fit-agenda-window): New option.
9735         (org-move-subtree-down): Better handling of empty lines
9736         at end of subtree.
9737         (org-cycle): Numeric prefix is interpreted now as show-subtree N
9738         levels up.
9739         (org-fontify-done-headline): New option.
9740         (org-headline-done-face): New face.
9741         (org-set-font-lock-defaults): Use `org-headline-done-face'.
9742         (org-table-copy-down): Rename from `org-table-copy-from-above'.
9743         When current field is non-empty, it is copied to next row.
9744         (org-table-copy-from-above): Fix bug which made it
9745         impossible to copy fields containing only a single non-white character.
9747 2005-03-30  Kim F. Storm  <storm@cua.dk>
9749         * kmacro.el (kmacro-end-macro): Isearch may store this command
9750         into the macro -- so ignore it when executing keyboard macro.
9752 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
9754         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
9756 2005-03-29  Kenichi Handa  <handa@m17n.org>
9758         * language/thai.el ("Thai"): Set setup-function and exit-function
9759         for Thai language environment.
9761         * language/thai-util.el: Require thai-word.
9762         (thai-word-mode-map): New variable.
9763         (thai-word-mode): New minor mode.
9764         (setup-thai-language-environment-internal): New function.
9765         (exit-thai-language-environment-internal): New function.
9767         * language/thai-word.el (thai-word-table): Declare it by defvar,
9768         use dolist to initialize it.
9769         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
9770         (thai-fill-find-break-point): New functions.
9772 2005-03-29  Richard M. Stallman  <rms@gnu.org>
9774         * simple.el (idle-update-delay): Move definition up.
9775         (set-mark): Doc fix.
9777 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
9779         * longlines.el: New file.
9781         * simple.el (buffer-substring-filters): New variable.
9782         (filter-buffer-substring): New function.
9783         (kill-region, copy-region-as-kill): Use it.
9785         * register.el (copy-to-register, append-to-register)
9786         (prepend-to-register): Use filter-buffer-substring.
9788 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
9790         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
9791         (gud-filter-pending-text): Move in front of gdb.
9792         (gud-overlay-arrow-position): New variable.
9793         (gud-sentinel, gud-display-line): Use it in place of
9794         overlay-arrow-position.
9796 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
9798         * progmodes/fortran.el (fortran-if-indent): Doc fix.
9799         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
9800         (fortran-font-lock-keywords-4): New variable.
9801         (fortran-blocks-re, fortran-end-block-re)
9802         (fortran-start-block-re): New constants, for hideshow.
9803         (hs-special-modes-alist): Add a Fortran entry.
9804         (fortran-mode-map): Bind fortran-end-of-block,
9805         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
9806         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
9807         (fortran-looking-at-if-then, fortran-end-of-block)
9808         (fortran-beginning-of-block): New functions, for hideshow.
9810         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9811         Doc fix.  Tweak regexp.
9812         (f90-beginning-of-block): Push mark first.
9814 2005-03-29  Jay Belanger  <belanger@truman.edu>
9816         * calc/calc.el: Update copyright date.
9817         (calc-version): Increase to 2.1.
9818         (calc-version-date): Remove.
9820         * calc/calc-help.el: Update copyright date.
9821         (calc-full-help): Remove reference to calc-version-date.
9822         Update copyright date.
9824 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9826         * vc.el (vc-do-command): Use a pipe for async processes, so password
9827         prompts don't show up at places where the user can't reply.
9829 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
9831         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
9832         on the file name we pass to the inferior shell.
9834 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
9836         * progmodes/which-func.el (which-function): Be robust in the face of an
9837         imenu--make-index-alist failure.
9839 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9841         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
9843         * progmodes/python.el (python-preoutput-filter): Fix last change.
9845 2005-03-29  Lute Kamstra  <lute@gnu.org>
9847         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
9848         functions and compiled macros.
9849         (debug-convert-byte-code): Handle macros too.
9850         (debug-on-entry-1): Don't signal an error when trying to clear a
9851         function that is not set to debug on entry.
9853 2005-03-29  Jay Belanger  <belanger@truman.edu>
9855         * calc/calc-lang.el: Add functions to math-function-table
9856         properties of tex and math.
9858 2005-03-29  Kenichi Handa  <handa@m17n.org>
9860         * ps-mule.el (ps-mule-plot-string): Translate characters by
9861         ps-print-translation-table.
9862         (ps-mule-begin-job): Call find-charset-region/string with
9863         ps-print-translation-table.
9864         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
9866         * ps-print.el (ps-print-translation-table): New variable.
9867         (ps-plot-region): Translate characters by ps-print-translation-table.
9869 2005-03-29  Juri Linkov  <juri@jurta.org>
9871         * simple.el (next-error-highlight-timer): New variable.
9873         * progmodes/compile.el (compilation-goto-locus):
9874         Use `next-error-highlight-timer' instead of `sit-for'.
9876 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9878         * mail/supercite.el (sc-mail-field): Use assoc-string.
9879         (sc-get-address): Simplify regexps.
9881         * files.el (minibuffer-with-setup-hook): New macro.
9882         (find-file-read-args): Use it to avoid let-binding
9883         minibuffer-with-setup-hook (which breaks turning on/off
9884         file-name-shadow-mode while in the prompt).
9886         * complete.el (PC-read-include-file-name-internal): Use
9887         test-completion.
9889 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
9891         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
9893 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9895         * window.el (window-buffer-height): Use count-screen-lines.
9897         * progmodes/python.el (python-preoutput-leftover): New var.
9898         (python-preoutput-filter): Use it.
9899         (python-send-receive): Loop until all the result has been received.
9901 2005-03-28  Juri Linkov  <juri@jurta.org>
9903         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
9905         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
9906         "Recover Crashed Session".
9907         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
9908         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
9909         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
9910         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
9911         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
9912         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
9913         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
9914         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
9916         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
9917         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
9918         Ediff Sessions", "Toggle use of separate control buffer frame",
9919         "Use separate frame for Ediff control buffer".
9921         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
9922         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
9923         "Rename Bookmark", "Delete Bookmark".
9925         * info.el (Info-mode-menu): Remove ellipsis from "Index".
9926         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
9927         Add `:active Info-index-alternatives' to "Next Matching Item".
9929         * wdired.el (wdired-change-to-wdired-mode):
9930         Mention `wdired-abort-changes' key in the initial message.
9932         * international/mule.el (auto-coding-alist): Associate non-ascii
9933         image filename extensions with `no-conversion'.
9935 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9937         * international/iso-acc.el:
9938         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
9940 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
9942         * textmodes/sgml-mode.el (html-mode): Doc update.
9944         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
9946 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
9948         * term.el (term-move-columns): Fix face after extending a line.
9949         (term-insert-spaces): Likewise.
9950         (term-reset-terminal): Fix off by one error.
9952 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
9954         * international/mule.el (auto-coding-alist): Add .xpi files.
9956         * files.el (auto-mode-alist): Add .xpi files.
9958 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
9960         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
9962 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
9964         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
9966 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
9968         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
9969         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
9971         * calendar/cal-move.el (calendar-beginning-of-year): Move the
9972         cursor to Jan 1 when needed.
9973         (calendar-end-of-year): Fix -/+ typo.
9974         Reported by Chong Yidong <cyd@stupidchicken.com>.
9976 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9978         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
9980         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
9981         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
9983 2005-03-25  Richard M. Stallman  <rms@gnu.org>
9985         * filesets.el (filesets-init): Add autoload.
9987         * mail/mailalias.el (mail-directory): Doc fix.
9989 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
9991         * mail/mailalias.el (mail-directory-process): Do nothing if
9992         mail-directory-process is an atom.
9993         (mail-get-names): Ignore mail-directory-names if it is an atom.
9994         (mail-directory-process defvar): Doc fix.
9995         (mail-names): Doc fix.
9997 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
9999         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10001 2005-03-26  Kenichi Handa  <handa@m17n.org>
10003         * international/mule-util.el (detect-coding-with-priority):
10004         Call update-coding-systems-internal before detect-coding-region.
10006 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
10008         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10009         (gdb-frames-mode-map): Add follow-link property.
10011 2005-03-25  Jay Belanger  <belanger@truman.edu>
10013         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10014         for variables.
10016 2005-03-25  Juri Linkov  <juri@jurta.org>
10018         * image-mode.el: Optimize image filename extension regexps in
10019         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
10020         in `auto-mode-alist'.
10021         (image-mode): Add `image-toggle-display-text' to local hook
10022         `change-major-mode-hook'.  Display the image as an image by
10023         default.  Set `cursor-type' and `truncate-lines' if the image
10024         is already displayed.  Take into account the current mode (image
10025         or text) in message.
10026         (image-minor-mode): New minor mode.
10027         (image-mode-maybe, image-toggle-display-text): New functions.
10028         (image-toggle-display): Use called-interactively-p.
10029         Let-bind `inhibit-read-only' to t.
10031         * image-mode.el (image-minor-mode): Set `cursor-type' and
10032         `truncate-lines' if the image is already displayed.  Add turning
10033         image-minor-mode off to `change-major-mode-hook'.  Add message.
10034         Call `image-toggle-display-text' after turning image-minor-mode off.
10036 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10038         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10039         Terminal.app, use utf-8.
10040         (set-display-table-and-terminal-coding-system): Add coding-system arg.
10041         (set-locale-environment): Use it.
10043         * term/xterm.el: Undo last change, better done in mule-cmds.el.
10045         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10047         * progmodes/python.el (python-close-block-statement-p)
10048         (python-outdent-p, python-current-defun): Use symbol-end.
10050 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
10052         * files.el (save-some-buffers): Doc fix.
10054 2005-03-25  Werner Lemberg  <wl@gnu.org>
10056         * complete.el, thumbs.el: Replace `legal' with `valid'.
10057         * calendar/calendar.el: Replace `legal' with `valid'.
10058         * emacs-lisp/advice.el: Replace `legal' with `valid'.
10059         * mail/supercite.el: Replace `legal' with `valid'.
10060         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10061         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10062         Replace `legal' with `valid'.
10063         * textmodes/reftex-vars.el, textmodes/reftex.el:
10064         Replace `legal' with `valid'.
10066 2005-03-25  Werner Lemberg  <wl@gnu.org>
10068         * calc/calc-forms.el, calc/calc-sel.el:
10069         * midnight.el, vc-cvs.el:
10070         * emacs-lisp/cl-macs.el:
10071         * emulation/vip.el:
10072         * eshell/esh-io.el, eshell/esh-var.el:
10073         * mail/supercite.el:
10074         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10075         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10076         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10077         * progmodes/sh-script.el, progmodes/xscheme.el:
10078         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10079         * textmodes/reftex-index.el, textmodes/reftex-parse.el
10080         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10081         * textmodes/reftex.el, textmodes/org.el:
10082         Replace `illegal' with `invalid'.
10084 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10086         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10087         (flymake-find-buildfile, flymake-find-possible-master-files)
10088         (flymake-check-include, flymake-parse-line): Replace loops over the
10089         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10091         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10092         Substitute file-name-as-directory in the rest of the file.
10093         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10094         (flymake-replace-region): Remove unused arg `buffer'.
10095         (flymake-check-patch-master-file-buffer): Update calls to it.
10096         (flymake-add-err-info): Remove unused var `count'.
10097         (flymake-mode): Use define-minor-mode.
10099         * progmodes/flymake.el: Use with-current-buffer.
10100         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10101         flymake-replace-regexp-in-string, flymake-line-beginning-position)
10102         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10103         Avoid testing for `xemacs'.
10104         (flymake-nop): Move.
10105         (flymake-region-has-flymake-overlays): Return the computed value.
10106         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10107         Remove unused var `endline'.
10108         (flymake-get-line-count): Remove unused function.
10109         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10111         * emulation/vi.el:
10112         * generic.el:
10113         * hilit-chg.el (global-highlight-changes):
10114         * hi-lock.el (hi-lock-mode):
10115         * follow.el: find-file-hooks -> find-file-hook.
10117         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10119 2005-03-24  Juri Linkov  <juri@jurta.org>
10121         * dired.el (dired-mode-map): Add menu item "Compare directories"
10122         for dired-compare-directories.
10124         * dired-aux.el (dired-compare-directories): Add autoload cookie.
10125         Doc fix.  Replace `read-file-name' with `read-directory-name'.
10127 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10129         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10131 2005-03-24  Jay Belanger  <belanger@truman.edu>
10133         * calc/calc-embed.el (calc-embedded-mode-change): Save all
10134         relevant mode settings in calc-embedded-original-modes when modes
10135         are permanently changed.
10137 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10139         * autoinsert.el: find-file-hooks -> find-file-hook.
10141 2005-03-24  Lute Kamstra  <lute@gnu.org>
10143         * generic.el (generic-font-lock-defaults): Make it obsolete.
10144         (generic-font-lock-keywords): New variable to replace
10145         generic-font-lock-defaults.
10146         (generic-mode-set-font-lock): Delete it.
10147         (generic-mode-internal): Don't call generic-mode-set-font-lock.
10148         (generic-bracket-support): Add docstring.
10150         * generic-x.el: Rename generic-font-lock-defaults to
10151         generic-font-lock-keywords throughout.
10152         (mailagent-rules-setup-function): Delete it.
10153         (mailagent-rules-generic-mode): Use anonymous function instead.
10154         (show-tabs-generic-mode-font-lock-defaults-1)
10155         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10156         Quote faces.
10157         (show-tabs-tab-face, show-tabs-space-face): Specify background,
10158         not foreground.
10160         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10161         Recognize define-generic-mode.
10163 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10165         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10166         if there's no completion table.
10168 2005-03-23  Miles Bader  <miles@gnu.org>
10170         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10171         Remove tty-specific variants, as they're no longer needed.
10173 2005-03-23  Lute Kamstra  <lute@gnu.org>
10175         * generic-x.el: Code cleanup: make args constant whenever possible.
10176         (installshield-statement-keyword-list)
10177         (installshield-system-functions-list)
10178         (installshield-system-variables-list, installshield-types-list)
10179         (installshield-funarg-constants-list): Make them constants.
10181         * generic.el (generic-make-keywords-list): Add autoload cookie.
10183         * calendar/time-date.el: Add comment on time value formats.
10184         Don't require parse-time.
10185         (with-decoded-time-value): New macro.
10186         (encode-time-value): New function.
10187         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10188         (days-to-time): Return a valid time value when arg is huge.
10189         (time-since): Use time-subtract.
10190         (time-to-number-of-days): Use time-to-seconds.
10192 2005-03-23  David Ponce  <david@dponce.com>
10194         * recentf.el: (recentf-keep): New option.
10195         (recentf-menu-action): Default to `find-file'.
10196         (recentf-keep-non-readable-files-flag)
10197         (recentf-keep-non-readable-files-p)
10198         (recentf-file-readable-p, recentf-find-file)
10199         (recentf-cleanup-remote): Remove.
10200         (recentf-include-p): More robust.
10201         (recentf-keep-p): New function.
10202         (recentf-remove-if-non-kept): Rename from
10203         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
10204         All callers updated.
10205         (recentf-menu-items-for-commands): Fix help string.
10206         (recentf-track-closed-file): Update.  Doc fix.
10207         (recentf-cleanup): Update.  Count removed files.  Doc fix.
10209 2005-03-23  Kim F. Storm  <storm@cua.dk>
10211         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10212         Don't inherit from fringe face (now happens automatically).
10214 2005-03-22  Kim F. Storm  <storm@cua.dk>
10216         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10217         position values.
10219 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10221         * menu-bar.el (showhide-date-time): Remove.
10222         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10223         (menu-bar-make-mm-toggle): Simplify.
10225 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
10227         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10228         Accept qualified variable and function names.
10230 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
10232         * bindings.el (completion-ignored-extensions):
10233         Remove ".lis" for `vax-vms'.
10235 2005-03-22  Andreas Schwab  <schwab@suse.de>
10237         * generic-x.el: Revert last change.
10238         * ldefs-boot.el: Update.
10240 2005-03-22  Jay Belanger  <belanger@truman.edu>
10242         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10243         (calc-embedded-save-original-modes)
10244         (calc-embedded-restore-original-modes): New functions.
10245         (calc-do-embedded): Save original modes when entering embedded mode
10246         and restore when leaving embedded mode.
10247         (calc-embedded-modes-change): Change the value of
10248         calc-embedded-original-modes to reflect permanent changes.
10250 2005-03-22  Lute Kamstra  <lute@gnu.org>
10252         * generic-x.el: Require generic again.
10254 2005-03-22  Miles Bader  <miles@gnu.org>
10256         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10257         Tweak details to look good on both ttys and bitmap displays, light
10258         or dark background, etc.
10260 2005-03-21  Kim F. Storm  <storm@cua.dk>
10262         * tooltip.el (tooltip-show-help-function): Check car and cdr of
10263         mouse position.
10265 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10267         * icomplete.el: Don't forcibly turn on the mode upon load.
10268         (icomplete-mode): Use define-minor-mode.
10269         (icomplete-eoinput): Default to nil.
10270         (icomplete-minibuffer-setup): Remove autoload.
10271         (icomplete-tidy): Simplify.
10272         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10273         in the initial state or if the user has modified the field.
10274         Fix handling of icomplete-max-delay-chars.
10275         Remove code that handles the oddball case where
10276         minibuffer-completion-table is an integer.
10277         Wrap icomplete-completions in while-no-input in case building
10278         completions takes more time than expected.
10279         (icomplete-completions): Simplify.
10281 2005-03-21  Richard M. Stallman  <rms@gnu.org>
10283         * jka-compr.el (jka-compr-really-do-compress):
10284         Make variable buffer-local.
10286         * image-mode.el: Handle .xpm files too.
10287         (image-toggle-display): Preserve modification flag.
10289         * help.el (where-is): Don't mention aliases with no key bindings.
10291 2005-03-21  Lute Kamstra  <lute@gnu.org>
10293         * generic.el: Fix commentary section.  Don't require cl for
10294         compilation.
10295         (generic-mode-list): Add autoload cookie.
10296         (generic-use-find-file-hook, generic-lines-to-scan)
10297         (generic-find-file-regexp, generic-ignore-files-regexp)
10298         (generic-mode, generic-mode-find-file-hook)
10299         (generic-mode-ini-file-find-file-hook): Fix docstrings.
10300         (define-generic-mode): Make it a defmacro.  Fix docstring.
10301         (generic-mode-internal): Code cleanup.  Add autoload cookie.
10302         (generic-mode-set-comments): Code cleanup.
10303         * generic-x.el: Don't prevent compilation.  Don't require generic.
10304         Follow coding conventions.  Minor code cleanup.
10305         (etc-fstab-generic-mode): Add some keywords.
10306         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10307         define-generic-mode like a function declaration.
10309 2005-03-21  Jay Belanger  <belanger@truman.edu>
10311         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10312         changing modes.
10314 2005-03-21  Sam Steingold  <sds@gnu.org>
10316         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10318 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
10320         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10321         Add underscore to "f$ lexicals" regexp.
10323 2005-03-20  Juri Linkov  <juri@jurta.org>
10325         * subr.el (progress-reporter-do-update): When `min-value' is equal
10326         to `max-value', set `percentage' to 0 and prevent division by zero.
10328 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
10330         Sync with Tramp 2.0.48.
10332         * net/tramp.el (all): Change all addresses to .gnu.org.
10333         (tramp-append-tramp-buffers): New defun.
10334         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10335         Catch `dont-send' signal.
10336         (tramp-set-auto-save-file-modes): Set always permissions, because
10337         there might be an old auto-saved file belonging to another
10338         original file.  This could be a security threat.  Reported by
10339         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10340         Check for Emacs 21.3.50 removed.
10342         * net/tramp-smb.el (all): Remove debug construct for
10343         `with-parsed-tramp-file-name'.
10344         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
10345         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
10346         No error message if DIRECTORY or FILENAME doesn't exist.
10347         (tramp-smb-open-connection): Check existence of
10348         `tramp-smb-program'.
10350 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10352         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10353         Properly handle the case where the `m' or `s' command's argument is not
10354         yet terminated.
10355         (perl-indent-new-calculate): New function.
10356         (perl-indent-line): Use it.
10358 2005-03-20  Miles Bader  <miles@gnu.org>
10360         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
10361         in text-mode too.  Change to new face names.
10362         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
10363         Add `:weight bold' attribute.
10364         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
10366 2005-03-19  Juri Linkov  <juri@jurta.org>
10368         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
10370         * international/mule.el (auto-coding-alist): Sync with
10371         `auto-mode-alist' by adding upper case archive file extensions
10372         and adding ear/war to jar extension.
10374 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
10376         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
10377         running, restart it.
10379 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
10381         * finder.el (finder-current-item): Throw an error on an empty line.
10383         * man.el (Man-follow-manual-reference): If current-word returns
10384         nil, use "".
10386 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
10388         * simple.el (goto-line): Doc fix.
10390 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
10392         * files.el (save-buffer): Doc fix.
10394 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
10396         * recentf.el (recentf-cleanup-remote): New variable.
10397         (recentf-cleanup): Use it to conditionally check availability of
10398         remote files.
10400 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
10402         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
10403         function names.
10405 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
10407         * language/thai-word.el: New file.
10409 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
10411         * files.el (backup-buffer): If the file's directory is not
10412         writable, use copy instead of move to backup the file.
10414 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
10416         * obsolete/keyswap.el: Moved to obsolete/ from term/.
10418 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10420         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
10421         Use functionp instead of symbolp and fboundp.  Reported by Drkm
10422         <darkman_spam@yahoo.fr>.
10423         (ps-print-version): New version 6.6.6.
10425 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
10427         * textmodes/table.el (table--line-column-position): New idiom.
10428         (table--row-column-insertion-point-p): New function to test
10429         validity of row and column insertion operation at a location.
10430         (table-global-menu, table-cell-menu): Use above functions for
10431         deterministic test operation.
10432         (table--editable-cell-p): Behave in deterministic fashion.
10434 2005-03-18  Juri Linkov  <juri@jurta.org>
10436         * isearch.el (isearch-lazy-highlight-new-loop):
10437         Make arguments beg and end optional.
10438         (isearch-update): Remove optional arguments nil from
10439         isearch-lazy-highlight-new-loop.
10440         (isearch-lazy-highlight-search): Let-bind case-fold-search to
10441         isearch-lazy-highlight-case-fold-search instead of
10442         isearch-case-fold-search, and let-bind isearch-regexp to
10443         isearch-lazy-highlight-regexp.
10444         Use isearch-lazy-highlight-last-string instead of isearch-string.
10446         * replace.el (perform-replace): Remove bindings of global
10447         variables isearch-string, isearch-regexp, isearch-case-fold-search.
10448         Add three new arguments to `replace-highlight'.
10449         (replace-highlight): Add arguments string, regexp, case-fold.
10450         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
10451         to allow isearch-lazy-highlight-new-loop to use these values
10452         to set corresponding isearch-lazy-highlight-* internal
10453         variables whose values lazy highlighting will use regardless of
10454         changes to global variables isearch-string, isearch-regexp,
10455         isearch-case-fold-search during lazy highlighting loop.
10456         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
10457         to `lazy-highlight-cleanup'.
10459         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
10460         (ispell-highlight-face): Set default face to `isearch' when
10461         lazy highlighting is enabled.
10462         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
10463         priority to 1.  Add lazy highlighting.
10464         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
10465         from `isearch-dehighlight'.
10467 2005-03-18  David Ponce  <david@dponce.com>
10469         * files.el (hack-local-variables): Do a case-insensitive search
10470         for End.
10472 2005-03-18  Juri Linkov  <juri@jurta.org>
10474         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
10475         `isearch-lazy-highlight-cleanup', add alias to old name and
10476         declare obsolete.  Add release numbers to other obsolete vars.
10477         (isearch-done, isearch-lazy-highlight-new-loop):
10478         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
10479         (lazy-highlight-cleanup) <variable>: Doc fix.
10480         (isearch-lazy-highlight-update): Rename obsolete
10481         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
10483 2005-03-18  Kenichi Handa  <handa@m17n.org>
10485         * language/thai-util.el: Fix categorization of Thai characters in
10486         thai-category-table.
10487         (thai-composition-pattern): Adjust it for the above change.
10488         (thai-self-insert-command, thai-compose-syllable): New functions.
10489         (thai-compose-region): Use thai-compose-syllable.
10490         (thai-compose-string): Likewise.
10491         (thai-composition-function): Likewise.
10492         (thai-auto-composition): New function.
10493         (thai-auto-composition-mode): New minor mode.
10495         * language/thai.el: Fix patterns to be registered in
10496         composition-function-table.
10498         * international/quail.el (quail-input-method): Locally bind
10499         inhibit-modification-hooks to t.
10501 2005-03-17  Richard M. Stallman  <rms@gnu.org>
10503         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
10504         (perl-mode): Use run-mode-hooks.
10506         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
10507         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
10508         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
10510         * mail/sendmail.el (sendmail-send-it): Reenable the code
10511         to compute resend-to-address and use it.
10513         * tar-mode.el (tar-mode): Turn off undo unconditionally.
10515         * image-mode.el: New file.
10517         * image.el (insert-sliced-image): Add autoload cookie.
10519         * font-lock.el (font-lock-lines-before): New user option.
10520         (font-lock-after-change-function): Obey it.
10522         * bindings.el (esc-map): Make M-g a prefix.
10523         Bind M-g g and M-g M-g to goto-line.
10525         * faces.el (face-id): Doc fix.
10527 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10529         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
10530         (rmail-show-message): Use rmail-unknown-mail-followup-to.
10531         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
10533         * mail/sendmail.el (mail-yank-ignored-headers)
10534         (mail-font-lock-keywords, mail-mode-fill-paragraph):
10535         Add Mail-Followup-To and Mail-Reply-To headers.
10536         (mail-citation-hook): Add autoload cookie.
10537         (mail-mode): Doc fix.
10538         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
10539         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
10540         (mail-mode-fill-paragraph): Handle those headers.
10541         (mail-mailing-lists): New variable.
10542         (mail-mail-reply-to, mail-mail-followup-to): New functions.
10544 2005-03-17  Juri Linkov  <juri@jurta.org>
10546         * isearch.el (isearch-fallback): Check for `(car previous)'
10547         before calling `isearch-other-end-state'.
10549 2005-03-17  Kim F. Storm  <storm@cua.dk>
10551         * simple.el (move-beginning-of-line): Move to beginning of buffer
10552         line, as well as beginning of screen line.
10554 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
10556         * calendar/diary-lib.el (mark-diary-entries): Use new optional
10557         argument REDRAW rather than calendar-redrawing variable.
10558         * calendar/calendar.el (calendar-redrawing): Delete.
10559         (redraw-calendar): Do not bind calendar-redrawing.
10561 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
10563         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
10564         diary-file buffer.
10566 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10568         * help.el (describe-mode): Allow a :minor-mode-function property to
10569         specify a different minor mode toggle function than the variable.
10570         * simple.el (auto-fill-function):
10571         * subr.el (add-minor-mode): Use it.
10573 2005-03-16  Kenichi Handa  <handa@m17n.org>
10575         * language/ethio-util.el (sera-being-called-by-w3): New variable.
10576         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
10577         (ethio-fidel-to-sera-buffer): Likewise.
10579 2005-03-16  Juri Linkov  <juri@jurta.org>
10581         * emacs-lisp/find-func.el (find-function-regexp):
10582         Add defun-emitting macro `menu-bar-make-toggle'.
10584         * isearch.el: Put `isearch-scroll' property to
10585         `split-window-horizontally'.
10587         * info.el: Update error messages for `debug-ignored-errors'.
10588         (Info-isearch-search): Doc fix.
10589         (Info-find-node): Move up code to go into info buffer before
10590         recording the node to the history.
10591         (Info-fontify-node): Fontify titles only if the next line
10592         has two or more `*', `=', `-', `.'.
10593         Display "go to this node" for empty (match-string 3).
10595 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10597         * term/mac-win.el: Add mouse pointer shape constants.
10599 2005-03-15  Kim F. Storm  <storm@cua.dk>
10601         * simple.el (move-beginning-of-line): Use vertical-motion.
10603 2005-03-15  Juri Linkov  <juri@jurta.org>
10605         * isearch.el (isearch-error): New variable.
10606         (isearch-invalid-regexp, isearch-within-brackets): Remove.
10607         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
10608         (isearch-within-brackets-state): Remove.
10609         (isearch-case-fold-search-state, isearch-pop-fun-state):
10610         Decrease frame index.
10611         (isearch-mode, isearch-top-state, isearch-push-state)
10612         (isearch-edit-string, isearch-abort, isearch-search-and-update)
10613         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
10614         (isearch-search, isearch-lazy-highlight-new-loop):
10615         Replace `isearch-invalid-regexp' with `isearch-error'.
10616         Remove `isearch-within-brackets'.
10617         (isearch-search): Add `search-failed' handler to `condition-case'.
10618         (isearch-lazy-highlight-search): Add `condition-case' to catch
10619         errors and allow `isearch-lazy-highlight-update' to try
10620         highlighting from the beginning of the window.
10621         (isearch-repeat): Move up code to set isearch-wrapped to t
10622         before calling isearch-wrap-function.
10624         * info.el (Info-isearch-initial-node): New internal variable.
10625         (Info-search): Signal an error in isearch mode when search leaves
10626         the initial node.  Signal an error when `bound' is non-nil and
10627         nothing was found in the current subfile.
10628         (Info-isearch-search): Remove `condition-case'.
10629         (Info-isearch-wrap): Don't wrap when search failed during leaving
10630         the initial node.  If `Info-isearch-search' is nil, wrap around
10631         the current node.
10632         (Info-isearch-start): New fun.
10633         (Info-mode): Add buffer-local hook `Info-isearch-start' to
10634         `isearch-mode-hook'.
10636 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10638         * simple.el (normal-erase-is-backspace): Set default to t if
10639         running on Mac.
10641         * term/mac-win.el (function-key-map): Sync with x-win.el.
10643 2005-03-15  Kenichi Handa  <handa@m17n.org>
10645         * international/mule-cmds.el (locale-language-names): Modify the
10646         format of elements and add more entries.
10647         (locale-preferred-coding-systems): Add more entries.
10648         (set-locale-environment): Adjust for the change of
10649         locale-language-names.
10651 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10653         * pcvs.el (smerge-ediff): Remove bogus autoload.
10655 2005-03-14  Lute Kamstra  <lute@gnu.org>
10657         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
10658         Ignore a `*' at the beginning of a line.
10660         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
10661         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
10662         subr.el.
10663         (dont-compile, eval-when-compile, eval-and-compile): Use declare
10664         to specify indentation.
10666         * generic.el (define-generic-mode): Let generic-mode-list be a
10667         list of strings; test membership with equal.
10669 2005-03-14  Kim F. Storm  <storm@cua.dk>
10671         * simple.el (next-line, previous-line): Add optional try-vscroll
10672         arg to recognize interactive use.  Pass it on to line-move.
10673         (line-move): Don't perform auto-window-vscroll when defining or
10674         executing keyboard macro to ensure consistent behavior.
10676 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10678         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
10680 2005-03-13  Lute Kamstra  <lute@gnu.org>
10682         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
10683         debugger-setup-buffer so that backtrace marks the frames set to
10684         debug-on-exit and we don't have to do it manually.  Set an extra
10685         debug-on-exit for macro's.
10686         (debugger-setup-buffer): Don't mark the top frame manually.
10688 2005-03-12  Lute Kamstra  <lute@gnu.org>
10690         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
10691         lisp-indent-function throughout.
10692         (with-no-warnings): Set lisp-indent-function property.
10694 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
10696         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
10697         Add entry for backslash.
10699 2005-03-12  Juri Linkov  <juri@jurta.org>
10701         * info.el (Info-search): Four fixes for backward search.
10703 2005-03-11  Jay Belanger  <belanger@truman.edu>
10705         * calc/calc.el (calc-language-alist): New variable.
10706         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
10707         (calc-embedded-find-modes): Use calc-language-alist instead of
10708         calc-embedded-language-alist.
10710 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
10712         * calendar/calendar.el (calendar-redrawing): New internal
10713         variable.
10714         (redraw-calendar): Remove bogus save-excursion from previous
10715         change.  Bind calendar-redrawing to t for mark-diary-entries.
10716         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
10717         calendar if that is why we were called.
10719 2005-03-11  Kenichi Handa  <handa@m17n.org>
10721         * international/mule.el (make-coding-system): Set property
10722         coding-system-define-form to nil.
10723         (define-coding-system-alias): Likewise.
10725 2005-03-11  Kenichi Handa  <handa@m17n.org>
10727         These changes are suggested by Dave Love <fx@gnu.org>.
10729         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
10730         coding: tag.
10731         (adaptive-fill-regexp): Add more bullets.
10732         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
10733         regexps.
10735 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10737         * help.el (describe-mode): Properly handle non-trivial lighters.
10738         Don't ignore minor modes that are not listed in minor-mode-list.
10740         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
10741         feature ON when the user requests to turn it OFF.
10743 2005-03-10  Lute Kamstra  <lute@gnu.org>
10745         * emacs-lisp/debug.el (debug-entry-code): Delete it.
10746         (implement-debug-on-entry): New function to replace debug-entry-code.
10747         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
10748         second argument as the 2005-03-07 change makes it obsolete.
10749         (debug-on-entry, cancel-debug-on-entry): Update call to
10750         debug-on-entry-1.
10751         (debug, debugger-setup-buffer): Comment update.
10752         (debugger-frame-number): Update to work with implement-debug-on-entry.
10754 2005-03-10  Jay Belanger  <belanger@truman.edu>
10756         * calc/calc-embed.el (math-ms-args): Declare it.
10757         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
10758         math-ms-args.
10759         (calc-embedded-subst): Use math-multi-subst-rec to substitute
10760         variables.
10762 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
10764         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
10765         Use message-box.
10767         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
10768         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
10769         (tooltip-gud-tips): Simplify.
10770         (tooltip-gud-tips-p): Remove superfluous :set.
10771         (tooltip-gud-modes): Add fortran-mode.
10772         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
10774         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
10776 2005-03-09  Kim F. Storm  <storm@cua.dk>
10778         * play/animate.el (animate-place-char): Use forward-line instead
10779         of next-line to improve performance.
10781 2005-03-09  Simon Josefsson  <jas@extundo.com>
10783         * net/browse-url.el (browse-url-default-browser): Doc fix.
10785 2005-03-09  Miles Bader  <miles@gnu.org>
10787         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
10788         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
10790 2005-03-09  Kenichi Handa  <handa@m17n.org>
10792         * international/latin-1.el: Set case and syntax for 255 only if
10793         set-case-syntax-set-multibyte is nil.
10795         * textmodes/ispell.el (ispell-insert-word): New function.
10796         (ispell-word): Use ispell-insert-word to insert a new word.
10797         (ispell-process-line): Likewise.
10798         (ispell-complete-word): Likewise.
10800 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
10802         * calendar/calendar.el (redraw-calendar): Preserve point.
10803         Reported by Matt Hodges <MPHodges@member.fsf.org>.
10804         (calendar-week-start-day): Move after definition of
10805         redraw-calendar.  Delete buffer test, since redraw-calendar has
10806         that now.
10808         * calendar/diary-lib.el (mark-diary-entries): Only call
10809         redraw-calendar in the first of any recursive calls.
10810         Reported by Alan Shutko <ats@acm.org>.
10812 2005-03-08  Juri Linkov  <juri@jurta.org>
10814         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
10815         (html-horizontal-rule, html-line, html-image, html-checkboxes)
10816         (html-radio-buttons): Add a space before the trailing `/>' where
10817         sgml-xml-mode is non-nil.
10818         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
10819         the subsequent tag of the empty XML tag.
10820         (html-href-anchor): Don't set initial input to "http:".
10821         (html-image): Ask for the image URL and set point inside alt="".
10822         (html-name-anchor): Duplicate the name in the `id' attribute when
10823         sgml-xml-mode is non-nil.
10824         (html-paragraph): Remove \n before <p>.
10825         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
10826         instead of `checked' when sgml-xml-mode is non-nil.
10828         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
10829         Remove 1 space before #RRGGBB to not truncate it on terminal
10830         windows w/o fringes.  Remove 1 space between bg and fg examples
10831         to get more space.
10832         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
10833         avoid byte-compile warnings.
10835         * image-file.el (image-file-handler): Put `safe-magic' property to
10836         `image-file-handler'.
10838         * info.el (Info-isearch-search): Emulate word search in
10839         isearching through multiple Info nodes with Info-search.
10840         (Info-isearch-wrap): Allow isearch-word.
10842 2005-03-08  Lute Kamstra  <lute@gnu.org>
10844         * emacs-lisp/debug.el (debugger-step-through): Make sure that
10845         stepping into the debugger's code is not possible.
10846         (debugger-jumping-flag): Docstring update.
10848 2005-03-08  Jay Belanger  <belanger@truman.edu>
10850         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
10851         embedded mode begins.
10852         (calc-embedded-language-alist): New variable.
10853         (calc-embedded-find-modes): Use calc-embedded-language-alist to
10854         set default language mode.
10856 2005-03-08  Kenichi Handa  <handa@m17n.org>
10858         * international/ccl.el (define-ccl-program): Fix docstring about
10859         extra 256 bytes assured for the output buffer.
10861         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
10862         Fix BUFFER_MAGNIFICATION to 2.
10863         (ccl-encode-mule-utf-16be-with-signature): Likewise.
10865 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
10867         * align.el (align-rules-list): Added an alignment rule for CSS
10868         declarations (applies to css-mode and html-mode buffers).
10870 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10872         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
10874 2005-03-07  Kim F. Storm  <storm@cua.dk>
10876         * simple.el (move-beginning-of-line): New command.
10878         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
10880         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
10882         * emulation/cua-base.el: Put CUA move property on move-end-of-line
10883         and move-beginning-of-line.
10885         * apropos.el (apropos-print): Omit command from M-x ... RET.
10887 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
10889         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
10890         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
10892 2005-03-06  Richard M. Stallman  <rms@gnu.org>
10894         * bindings.el (esc-map): Bind M-g to goto-line.
10896         * facemenu.el (global-map): Bind M-o, not M-g.
10898 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10900         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
10901         "Open Directory" as for "Open File".
10903 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
10905         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
10906         (push-mark-command): Run activate-mark-hook.
10908 2005-03-06  Richard M. Stallman  <rms@gnu.org>
10910         * help-mode.el (help-mode-finish): Don't alter the element
10911         in view-return-to-alist if there already is one.
10913         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
10914         make sure the current buffer is the expected one.
10916         * novice.el (disabled-command-function): Output in *Disabled Command*.
10917         Explicitly ignore non-keyboard events, and explicitly handle C-g.
10919         * textmodes/flyspell.el (flyspell-large-region):
10920         Pass args differently for aspell.
10922         * files.el (mode-require-final-newline): Doc fix.
10924 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
10926         * progmodes/which-func.el (which-function):
10927         Specify NOERROR when calling imenu--make-index-alist.
10929 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10931         * simple.el (normal-erase-is-backspace): Define default value.
10933         * custom.el (custom-theme-set-variables): Remove unused var
10934         `immediate'.
10935         (custom-reevaluate-setting): Simple function to handle variables
10936         that are defined before their default value can really be
10937         computed.
10939         * startup.el (command-line): Use it for temporary-file-directory,
10940         small-emporary-file-directory, auto-save-file-name-transforms,
10941         blink-cursor-mode, and normal-erase-is-backspace.
10943         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
10944         progress, even with buggy anchored keywords.
10946 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
10948         * simple.el (goto-line): Remove unbalanced final parenthesis.
10950 2005-03-05  Richard M. Stallman  <rms@gnu.org>
10952         * simple.el (goto-line): Use a number at point as the default.
10953         With C-u as arg, switch buffers.
10955 2005-03-05  Juri Linkov  <juri@jurta.org>
10957         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
10958         with `no-blinking-cursor'.
10960         * startup.el (no-blinking-cursor): New defvar.
10961         (command-line): Add `--no-blinking-cursor' to longopts.
10962         Set `no-blinking-cursor' to t for command line arguments
10963         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
10964         with `no-blinking-cursor' in the condition for calling
10965         `blink-cursor-mode'.
10967 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
10969         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
10970         (menu-bar-options-save): Add blink-cursor-mode.
10971         (menu-bar-options-menu): Add blink-cursor-mode.
10973 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
10975         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
10976         (icalendar-export-file, icalendar-export-region)
10977         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
10978         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
10980 2005-03-04  Lute Kamstra  <lute@gnu.org>
10982         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
10983         (debug-function-list): Ditto.
10985 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
10987         * textmodes/texinfmt.el (texinfo-append-refill):
10988         Redefine the types of line to which @refill
10989         is not appended by replacing a search for `@refill\\|@bye' with
10990         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
10991         itemize@refill' bug and the unfilled long lines bug.
10992         (texinfmt-version): Update number and date.
10994 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10996         * international/code-pages.el (windows-1250, windows-125[2-8])
10997         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
10999 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11001         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11002         bound yet.
11004 2005-03-02  Romain Francoise  <romain@orebokech.com>
11006         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11007         buffer after removing limits.
11008         (ibuffer-pop-filter): Ditto.
11009         Update copyright.
11011 2005-03-02  Miles Bader  <miles@gnu.org>
11013         * button.el (make-text-button): If the user doesn't specify a
11014         type, use the default.  Rewrite to use `add-text-properties' and
11015         plist functions.
11017 2005-03-01  Lute Kamstra  <lute@gnu.org>
11019         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11020         (debugger-jumping-flag): New var.
11021         (debug-entry-code): Use it.
11022         (debugger-jump): Use debugger-jumping-flag and add
11023         debugger-reenable to post-command-hook.
11024         (debugger-reenable): Use debugger-jumping-flag and remove itself
11025         from post-command-hook.
11026         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11027         debugger-reenable.
11029 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
11031         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11032         inclusion of "itemize\\|", which may be unnecessary, is certainly
11033         inelegant, and stops refilling in itemize lists when formatting
11034         Japanese Texinfo files to Info.
11035         Update copyright to 2005.
11037 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
11039         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11040         of an error if GDB can't find the source file.
11042 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
11044         * calendar/calendar.el (redraw-calendar): Work from any buffer,
11045         not just the calendar.
11047         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11048         first.
11049         (diary-redraw-calendar): New function.
11050         (make-diary-entry): Add diary-redraw-calendar to local
11051         write-contents-functions.  Turn off selective display before
11052         inserting in diary.
11054 2005-03-01  Kim F. Storm  <storm@cua.dk>
11056         * emacs-lisp/copyright.el (copyright-fix-years): New command.
11058 2005-03-01  Lute Kamstra  <lute@gnu.org>
11060         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11061         that debug-entry-code can be safely removed from a function while
11062         this code is being evaluated.  Revert the 2005-02-27 change as the
11063         new implementation no longer requires it.  Make sure that a
11064         function body containing just a string is not mistaken for a docstring.
11065         (debug): Skip one more frame in case of debug on entry.
11066         (debugger-setup-buffer): Delete one more frame line in case of
11067         debug on entry.
11068         (debugger-frame-number): Update to use the new text introduced by
11069         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
11071 2005-02-28  Kim F. Storm  <storm@cua.dk>
11073         * double.el (double-translate-key): Call force-window-update after
11074         read-event to avoid crash in redisplay.
11076 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11078         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11079         (debug): Use it.  Move the inhibit-trace earlier.
11080         (debug-entry-code): New const.
11081         (debug-on-entry-1): Use it.
11083 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
11085         * international/utf-16.el (ccl-encode-mule-utf-16le):
11086         Fix BUFFER_MAGNIFICATION to 2.
11087         (ccl-encode-mule-utf-16be): Likewise.
11089 2005-02-28  Kenichi Handa  <handa@m17n.org>
11091         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11092         Fix BUFFER_MAGNIFICATION to 4.
11093         (ccl-encode-mule-utf-16be-with-signature): Likewise.
11095 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
11097         * speedbar.el (speedbar-update-flag): Doc fix.
11098         (speedbar-show-info-under-mouse): Give set-mouse-position the right
11099         argument.
11101 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11103         * reveal.el (reveal-post-command): Don't try to reveal overlays which
11104         have a non-nil `invisible' property but are actually visible.
11106         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11107         for perldoc sections.
11108         (perl-outline-regexp, perl-outline-level): New var and function.
11109         (perl-mode): Use them.
11111 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
11113         * calendar/diary-lib.el (diary-remind): Discard any mark portion
11114         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11116 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
11118         * cus-edit.el: Comment change.
11119         (custom-buffer-create-internal): Slightly reword text at top of
11120         Custom buffers.  Mention there that saving an option edits the
11121         init file.  Add link to Emacs manual node on `custom-file'.
11122         (custom-magic-alist): Rewrite individual State messages to use
11123         capitalized keywords.  Doc fix.
11125 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
11127         * calendar/calendar.el (calendar-buffer): Move above
11128         calendar-week-start-day.
11129         (calendar-week-start-day): Doc fix.  Add :set function.
11130         (calendar-minimum-window-height): New variable.
11131         (generate-calendar-window): Only resize window if selected-window
11132         is displaying the calendar buffer.  Use new variable
11133         calendar-minimum-window-height.
11134         (generate-calendar): Reword error message.
11135         (calendar-mode-map): Bind DEL to scroll-other-window-down.
11137 2005-02-27  Andreas Schwab  <schwab@suse.de>
11139         * vc.el (vc-do-command): Don't run command asynchronously when
11140         operating in a remote directory.
11142         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11143         change from sync with Tramp 2.0.47.
11145 2005-02-27  Richard M. Stallman  <rms@gnu.org>
11147         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11149         * textmodes/flyspell.el (flyspell-mode-on):
11150         Call ispell-change-dictionary only if necessary.
11152         * emacs-lisp/re-builder.el (regexp-builder): New function.
11154         * register.el (describe-register-1): Explicitly handle
11155         yank-excluded-properties = t.
11157         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11158         (custom-magic-alist): Change the status descriptions again.
11159         (face widget-type): Total rewrite based on `restricted-sexp'
11160         to eliminate the confusing double hiding levels.
11162         * emacs-lisp/debug.el (debug-on-entry-1):
11163         If function body is empty, add nil as body form.
11165 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11167         * emacs-lisp/trace.el (inhibit-trace): New var.
11168         (trace-make-advice): Use it.
11170         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11172 2005-02-26  Kim F. Storm  <storm@cua.dk>
11174         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11175         (mouse-on-link-p, mouse-drag-region-1): Use it.
11177 2005-02-25  Lute Kamstra  <lute@gnu.org>
11179         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11181 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
11183         * frame.el (blink-cursor-mode): Add :group keyword.
11185 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
11187         * calendar/icalendar.el (icalendar--decode-isodatetime):
11188         New optional argument DAY-SHIFT.
11189         (icalendar-export-region): Fix coding-system-for-write.
11190         (icalendar--convert-ical-to-diary): Shift end-day of all-day
11191         events by one.
11193 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11195         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11197 2005-02-24  Kim F. Storm  <storm@cua.dk>
11199         * international/iso-acc.el (iso-accents-compose): Fix crash
11200         during redisplay.  Call force-window-update after read-event
11201         and delete-region to signal that window is not accurate.
11203 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11205         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11206         Remove unused and inexistent var `inhibit-trace'.
11207         (debugger-mode): Use run-mode-hooks.
11208         (debugger-list-functions): Add buttons; setup xref stack.
11210 2005-02-23  Richard M. Stallman  <rms@gnu.org>
11212         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11213         appointment says it was explicitly made.
11214         (appt-add): Set the 3rd element.
11215         (appt-make-list): Preserve explicit appointments.
11217         * subr.el (find-tag-default): Catch errors in forward-sexp.
11219 2005-02-23  Juri Linkov  <juri@jurta.org>
11221         * info.el (Info-isearch-search): New defcustom.
11222         (Info-isearch-search): Call the default isearch function
11223         when Info-isearch-search is nil.
11224         (Info-isearch-wrap): Use variable Info-isearch-search.
11226 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
11228         * cus-edit.el: Comment change.
11230 2005-02-22  Kim F. Storm  <storm@cua.dk>
11232         * progmodes/hideif.el (hide-ifdef-use-define-alist):
11233         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
11235 2005-02-22  Simon Josefsson  <jas@extundo.com>
11237         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11238         New variable.
11239         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
11240         Oskarsson" <myrkraverk@users.sourceforget.net>.
11242 2005-02-22  Kim F. Storm  <storm@cua.dk>
11244         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11245         check that window of that event is the selected window.
11246         (mouse-drag-region-1): Compare mouse event window to selected
11247         window before setting point.
11249         * tooltip.el (tooltip-show-help-function): Pass event to
11250         mouse-on-link-p so it can check selected window.
11252 2005-02-22  Kenichi Handa  <handa@m17n.org>
11254         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11255         (ps-mule-show-warning): New function.
11256         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11257         characters are found.
11259         * ps-print.el (ps-header-footer-string): Return a list of header
11260         and footer strings.
11262 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11264         * pcvs.el (cvs-retrieve-revision): Fix thinko.
11266 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11268         * frame.el (blink-cursor-mode): Use define-minor-mode.
11270         * term/mac-win.el (function-key-map): Use char-names more consistently.
11271         (file-name-coding-system): Only set it for MacOS-9.  The other case is
11272         already handled in mule-cmds.el (where it also works when mac-win.el
11273         is not used).
11275 2005-02-21  Kenichi Handa  <handa@m17n.org>
11277         * international/mule.el (ctext-pre-write-conversion): Always use
11278         " *code-converting-work*" buffer for work.
11280         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11282 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
11284         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11286 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
11288         * ses.el (undo-more): Restore defadvice, but only the part that
11289         allows changes outside the restricted area of the buffer.
11291 2005-02-20  Kim F. Storm  <storm@cua.dk>
11293         * simple.el (line-move): Add fourth optional arg try-vscroll which
11294         must be set to perform auto-window-vscroll.
11295         When moving backwards and doing auto-window-vscroll, automatically
11296         vscroll to the last part of lines which are taller than the window.
11297         (next-line, previous-line): Set try-vscroll arg on line-move.
11299 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
11301         * replace.el (query-replace, query-replace-regexp)
11302         (replace-string, replace-regexp): When operating on region, make
11303         the minibuffer prompt say so.
11305         * isearch.el (isearch-forward): Document isearch-query-replace and
11306         isearch-query-replace-regexp keybindings.
11308 2005-02-19  Jay Belanger  <belanger@truman.edu>
11310         * calc/calc-aent.el (math-read-token): Add local variable.
11312         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11313         (calc-edit-top): Move declaration to earlier in file.
11314         (calc-edit-macro-repeats): Add local variables.
11316         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11317         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11318         calcFunc-tanh.
11319         Adjust integration rule for calcFunc-tan.
11321 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11323         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11324         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11325         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11326         (viper-skip-separators): Bug fix.
11327         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11328         particular major mode.
11329         (viper-del-backward-char-in-replace): Don't put deleted char on the
11330         kill ring.
11332         * viper-ex.el (viper-color-display-p): New function.
11333         (viper-has-face-support-p): Use viper-color-display-p.
11335         * viper-keym.el (viper-gnus-modifier-map): New keymap.
11337         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11339         * viper-util.el (viper-glob-unix-files): Fix shell status check.
11340         (viper-file-remote-p): Make equivalent to file-remote-p.
11342         * viper.el (viper-major-mode-modifier-list):
11343         Use viper-gnus-modifier-map.
11345 2005-02-19  David Kastrup  <dak@gnu.org>
11347         * subr.el (subregexp-context-p): Fix garbled doc string by adding
11348         quoting.
11350 2005-02-19  Jay Belanger  <belanger@truman.edu>
11352         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
11353         Remove extra definitions.
11354         (calc-coth): New function.
11355         (calcFunc-cot): Fix `let'.
11357 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
11359         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
11360         the reasons we use "type pc" in these faces.
11362         * button.el (button): Ditto.
11364 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
11366         * replace.el (query-replace-read-from): Set the value of
11367         query-replace-from-history-variable to handle the case of an empty
11368         string entered to accept the suggested default.
11370         * net/tramp.el (tramp-file-name-for-operation):
11371         Use dired-call-process instead of dired-call-process-command.
11373 2005-02-19  Jay Belanger  <belanger@truman.edu>
11375         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
11376         (math-div-non-trig): New variables.
11377         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
11378         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
11379         (math-combine-prod, math-div-symb-fancy): Add simplifications for
11380         trig expressions.
11382 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
11384         * progmodes/gdb-ui.el (gdb-var-update-handler)
11385         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
11386         for watch expressions,
11387         (gdb-var-create-handler): Don't set speedbar-update-flag.
11388         (gdb-post-prompt): Simplify test for speedbar.
11390 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
11392         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
11393         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
11394         we use the syntax table of the correct buffer.
11395         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
11396         Felix Gatzemeier.
11398         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
11399         (ediff-file-remote-p): Make synonymous with file-remote-p.
11400         In all deffaces ediff-*-face-*, use min-colors.
11402         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
11403         ediff-recurse-to-subdirectories.
11404         (ediff-mark-if-equal): Check that the arguments are strings, use
11405         ediff-same-contents (after to Felix Gatzemeier).
11407         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
11408         nil.
11410 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11412         * log-view.el (log-view-message-re): Fix up Subversion regexp.
11414 2005-02-18  David Kastrup  <dak@gnu.org>
11416         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
11417         use `mark-active' when defined.
11419 2005-02-18  Kenichi Handa  <handa@m17n.org>
11421         * ps-print.el (ps-font-info-database): New entry
11422         ZapfChancery-MediumItalic with correct font name.  Fix font name
11423         of the entry Zapf-Chancery-MediumItalic.
11425 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
11427         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
11429 2005-02-16  Kim F. Storm  <storm@cua.dk>
11431         * ido.el (ido-fallback-command): Pass user input to fallback command.
11433 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
11435         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11436         (gdb-find-file-hook): Add server prefix.
11438 2005-02-16  Richard M. Stallman  <rms@gnu.org>
11440         * replace.el (perform-replace): Pass new args to replace-highlight.
11441         (replace-highlight): Take region args,
11442         and pass them to isearch-lazy-highlight-new-loop.
11444         * novice.el (disabled-command-hook): Autoload the defalias
11445         and the make-obsolete-variable call.
11447         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
11449         * isearch.el (isearch-lazy-highlight-start-limit)
11450         (isearch-lazy-highlight-end-limit): New variables limit
11451         the region for highlighting.
11452         (isearch-lazy-highlight-new-loop): New args BEG and END.
11453         (isearch-lazy-highlight-search): Use the new vars.
11454         (isearch-lazy-highlight-update): Likewise.
11456         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
11458         * cus-start.el (all): Use default-boundp.
11460 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
11462         * menu-bar.el (menu-bar-select-frame): Handle current frame.
11464 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
11466         * autorevert.el (auto-revert-stop-on-user-input)
11467         (auto-revert-verbose): Doc fixes.
11469 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
11471         * international/mule-cmds.el (set-locale-environment): Remove call
11472         to set-selection-coding-system on Windows.
11474 2005-02-15  Jay Belanger  <belanger@truman.edu>
11476         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
11477         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
11478         calcFunc-coth.
11479         (math-simplify-sqrt): Add simplifications.
11481         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
11482         to list.
11484         * calc/calc-ext.el: Add functions to autoloads.
11486         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
11487         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
11488         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
11489         (math-csc-raw, math-cot-raw): New functions.
11491         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
11493         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
11494         the variable name in a message.
11496         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
11497         calcFunc-csc, calcFunc-cot.
11499         * calc/calcalg2.el: Add derivative and integration rules for
11500         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
11501         calcFunc-csch, calcFunc-coth.
11502         (math-do-integral-methods): Add to checks for when to use
11503         substitutions.
11505         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
11507 2005-02-15  Lute Kamstra  <lute@gnu.org>
11509         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11510         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
11511         <monnier@iro.umontreal.ca>
11512         (lisp-outline-level): Improve efficiency.  Suggested by David
11513         Kastrup <dak@gnu.org>.
11515 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
11517         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
11518         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
11519         (gdb-set-gud-minor-mode-existing-buffers): New functions.
11520         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
11521         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
11523 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
11525         * cus-start.el (all): Comment change.
11527 2005-02-14  Lute Kamstra  <lute@gnu.org>
11529         * cus-start.el (all): Check if symbol is void.
11531 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
11533         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
11534         optional argument to \cite.
11536 2005-02-14  Richard M. Stallman  <rms@gnu.org>
11538         * cus-edit.el (custom-buffer-create-internal): Update help message.
11539         (custom-magic-alist): Update help messages.
11541         * cus-start.el (all): Allow a var to specify a standard value.
11543 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
11545         * custom.el (custom-theme-set-variables): Handle variable aliases.
11547         * frame.el (blink-cursor-timer): Doc fix.
11548         (blink-cursor): Make it an alias for `blink-cursor-mode' and
11549         declare obsolete.
11550         (blink-cursor-mode): Define with defcustom and use correct
11551         standard expression in that defcustom.
11552         * startup.el (command-line): Adapt to above changes in frame.el.
11554 2005-02-11  Lute Kamstra  <lute@gnu.org>
11556         * apropos.el (apropos-score-doc): Prevent division by zero.
11558 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
11560         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
11561         (icalendar--get-event-property-attributes)
11562         (icalendar--get-event-properties)
11563         (icalendar--datetime-to-diary-date): New functions.
11564         (icalendar--split-value): Doc fix.
11565         (icalendar--datetime-to-noneuropean-date)
11566         (icalendar--datetime-to-european-date): New optional argument
11567         SEPARATOR.  Return result as a string instead of a list.
11568         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
11569         (icalendar--convert-string-for-export): Rename arg S to STRING.
11570         (icalendar-export-region): Doc fix.  Change name of error buffer.
11571         Save output buffer.
11572         (icalendar-import-file): Add blank at end of prompt.
11573         (icalendar-import-buffer): Doc fix.  Do not switch to error
11574         buffer.  Indicate status in return value.
11575         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
11576         buffer.  Save output buffer.  Handle exception from recurrence
11577         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
11578         events.  Fix problems with weekly all-day events.
11580 2005-02-10  Richard M. Stallman  <rms@gnu.org>
11582         * simple.el (eval-expression-print-format):
11583         Avoid warning about edebug-active.
11585         * help.el (help-for-help-internal): Rename from help-for-help.
11586         (help-for-help): Define with defalias.
11588         * font-core.el (font-lock-default-function): Use with-no-warnings.
11590         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
11592         * custom.el (defface): Doc fix.
11594 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
11596         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
11597         width 0" to prevent word wrapping problems.
11599 2005-02-09  Kim F. Storm  <storm@cua.dk>
11601         * ido.el (ido-file-extensions-order): New defcustom.
11602         (ido-file-extension-lessp, ido-file-extension-aux)
11603         (ido-file-extension-order): New advanced file ordering.
11604         (ido-file-lessp): New simple file ordering.
11605         (ido-sort-list): Remove.
11606         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
11607         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
11609 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
11611         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
11612         that some versions of grep produce.
11613         (grep-mode-font-lock-keywords): Likewise.
11615 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
11617         * progmodes/gdb-ui.el (gdb-location-list): New variable.
11618         (gdb-cdir): Delete.
11619         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
11620         (gdb-source-info): Treat case when source file is in another
11621         directory properly.
11622         (gdb-get-location): New function.
11624 2005-02-07  Jay Belanger  <belanger@truman.edu>
11626         * calc/calc-prog.el (calc-write-parse-table-part)
11627         (calc-fix-token-name): Fix a check for language type.
11629         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
11631 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
11633         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
11634         as directory not writable.
11636 2005-02-07  Kim F. Storm  <storm@cua.dk>
11638         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
11639         (cua--standard-movement-commands): Remove list.
11640         Instead, set CUA property value to move for movement commands.
11641         (cua-movement-commands): Remove.  Users must set CUA prop instead.
11642         (cua--pre-command-handler): Check CUA property.
11643         (cua--init-keymaps): Don't remap undo commands.
11644         (cua-mode): Don't call cua--rectangle-on-off.
11646         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
11647         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
11648         (cua--rect-undo-set-point): New var.
11649         (cua--rectangle-undo-boundary): Setup undo apply entry.
11650         (cua--rect-undo-handler): New function for rectangle undo.
11651         (cua--rect-start-position, cua--rect-end-position): Add.
11652         (cua--rectangle-post-command): Call cua--rectangle-set-corners
11653         for restored rectangle.  Set point if cua--rect-undo-set-point.
11655 2005-02-06  Jay Belanger  <belanger@truman.edu>
11657         * calc/calc-lang.el (calc-tex-language): Display more information
11658         in messages.
11660         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
11661         in TeX mode.
11663 2005-02-06  Richard M. Stallman  <rms@gnu.org>
11665         * emacs-lisp/lisp.el (buffer-end): Doc fix.
11667 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
11669         * net/ldap.el (ldap-search-internal): Support attributes with
11670         optional descriptions separated by a semi-colon, as in
11671         "userCertificate;binary".
11673 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11675         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
11676         isn't a cons (i.e. the version is 0).
11678 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
11680         * help.el (help-for-help): Doc fix.
11682 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
11684         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
11685         GDB-Windows on the menu-bar as this works better.
11687 2005-02-04  Jay Belanger  <belanger@truman.edu>
11689         * calc/calc-embed.el (calc-embedded-update): Don't put in
11690         unnecessary newlines.  Adjust the end of formula marker.
11692         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
11693         (math-latex-parse-two-args): New function.
11695 2005-02-03  Lute Kamstra  <lute@gnu.org>
11697         * help-fns.el (help-with-tutorial): Make sure that users cannot
11698         remove the entire text of the tutorial by means of `undo'.
11700 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11702         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
11703         in recent changes, where the ispell process was repeatedly
11704         killed & restarted.
11706         * international/mule-cmds.el (set-locale-environment): Set file-name
11707         coding system to utf-8 on Darwin systems.
11708         (set-default-coding-systems): Don't set default-file-name-coding-system
11709         on Darwin systems.
11711 2005-02-03  Richard M. Stallman  <rms@gnu.org>
11713         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
11715 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
11717         * faces.el (list-faces-display): Add optional argument.
11719 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11721         * font-core.el (font-lock-default-function): Handle the rare case where
11722         only font-lock-keywords is set.
11724 2005-02-02  Kenichi Handa  <handa@m17n.org>
11726         * international/characters.el: Cancel previous change for
11727         I-WITH-DOT-ABOVE and DOTLESS-i.
11729         * international/latin-5.el: Cancel previous change.
11731 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
11733         * progmodes/gud.el: Correction to syntax in gud-menu-map.
11735 2005-02-02  Kenichi Handa  <handa@m17n.org>
11737         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
11738         DOTLESS-i.
11740         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
11741         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
11743         * case-table.el (get-upcase-table): New function.
11744         (copy-case-table): Copy upcaes table too if non-nil.
11745         (set-case-syntax-delims): Maintain upcase table too.
11746         (set-case-syntax-pair): Likewise.
11747         (set-upcase-syntax, set-downcase-syntax): New functions.
11748         (set-case-syntax): Maintain upcase table too.
11750 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
11752         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
11754         * progmodes/gud.el (gud-goto-info): New function.
11755         (gud-tool-bar-map): Use correct icon.
11757 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
11759         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
11760         When delegating, order args in the funcall correctly.
11762 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
11764         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
11766 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
11768         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
11769         buffer not visiting a file.
11771 2005-01-31  Jay Belanger  <belanger@truman.edu>
11773         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
11774         bound on the line with the formula.
11776 2005-01-31  Kim F. Storm  <storm@cua.dk>
11778         * ses.el (ses-create-cell-variable-range)
11779         (ses-destroy-cell-variable-range, ses-reset-header-string)
11780         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
11781         (ses-insert-row): Fix format of apply undo entries.
11783 2005-01-31  Jay Belanger  <belanger@truman.edu>
11785         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
11786         parts.
11788         * calc/calc-embed.el (calc-embedded-open-formula)
11789         (calc-embedded-close-formula): Ignore matrix environments.
11791         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
11792         TeX mode.
11794         * calc/calc-lang.el (math-function-table, math-oper-table)
11795         (math-variable-table): Adjust the LaTeX portions.
11797         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
11798         (math-latex-ignore-words): New constant.
11800 2005-01-31  Richard M. Stallman  <rms@gnu.org>
11802         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
11803         (ispell-local-dictionary): Doc fix.
11804         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
11805         Don't reinitialize at run time.  Don't defcustom.
11806         All uses changed to append ispell-local-dictionary-alist,
11807         or check it first.
11808         (ispell-current-dictionary): New variable for dictionary in use.
11809         (ispell-dictionary): Now used only for global default.
11810         (ispell-start-process): Set ispell-current-dictionary,
11811         not ispell-dictionary.
11812         (ispell-change-dictionary): Use this only for setting
11813         user preferences.
11814         (ispell-internal-change-dictionary): New function
11815         to change the current dictionary in use.
11816         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
11817         Use ispell-current-dictionary.
11818         Handle ispell-local-dictionary-overridden.
11819         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
11821 2005-01-31  Jay Belanger  <belanger@truman.edu>
11823         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
11825         * calc/calc-ext.el: Add calc-latex-language to autoloads.
11826         (calc-mode-map): Add calc-latex-language.
11828         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
11829         (math-latex-print-frac): New functions.
11830         (math-oper-table, math-function-table, math-variable-table)
11831         (math-complex-format, math-input-filter): Add latex properties.
11832         (calc-set-language): Set math-expr-special-function-mapping.
11834         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
11835         (calc-write-parse-table-part): Add LaTeX support.
11837         * calc/calc.el (calc-language): Adjust docstring.
11838         (calc-set-mode-line): Add LaTeX support.
11839         (math-expr-special-function-mapping): New variable.
11840         (math-tex-ignore-words): Add to list.
11842         * calc/calccomp.el (math-compose-expr, math-compose-rows):
11843         Add LaTeX support.
11844         (math-compose-expr): Add support for special functions.
11846         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
11848 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
11850         * progmodes/gdb-ui.el (gdb-memory-address)
11851         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
11852         (gdb-memory-mode-map, gdb-memory-format-keymap)
11853         (gdb-memory-format-menu, gdb-memory-unit-keymap)
11854         (gdb-memory-unit-menu): New variables for a buffer
11855         that lets the user examine program memory.
11856         (gdb-memory-set-address, gdb-memory-set-repeat-count)
11857         (gdb-memory-format-binary, gdb-memory-format-octal)
11858         (gdb-memory-format-unsigned, gdb-memory-format-signed)
11859         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
11860         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
11861         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11862         (gdb-memory-unit-byte, gdb-memory-unit-menu)
11863         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
11864         (gdb-memory-mode, gdb-memory-buffer-name)
11865         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
11866         New functions for above buffer.
11868 2005-01-30  Richard M. Stallman  <rms@gnu.org>
11870         * cus-edit.el (custom-bury-buffer): Function deleted.
11871         (custom-buffer-done-function): Option deleted.
11872         (custom-buffer-done-kill): New (replacement option.
11873         (Custom-buffer-done): Call quit-window.
11874         (custom-buffer-create-internal): Update for above changes.
11876 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
11878         * simple.el (undo-ask-before-discard): New var.
11879         (undo-outer-limit-truncate): Implement it.
11880         (undo-extra-outer-limit): Doc update.
11882 2005-01-29  Richard M. Stallman  <rms@gnu.org>
11884         * ses.el (undo-more): Delete defadvice.
11885         (ses-begin-change): Doc fix.
11887         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
11888         instead of rebinding C-x u and C-_.
11890         * files.el (normal-backup-enable-predicate): Return nil for files
11891         in /tmp, regardless of temporary-file-directory.
11893         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
11895         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
11896         (open-rectangle, delete-whitespace-rectangle-line)
11897         (clear-rectangle-line): If FILL, pass t instead of FILL
11898         for move-to-column's 2nd arg.
11900         * simple.el (undo): Fix the test for continuing a series of undos.
11901         (undo-more): Set pending-undo-list to t when we reach end.
11902         (pending-undo-list): Move up defvar.
11904         * wid-edit.el (widget-button-click):
11905         Shorten the range of the track-mouse binding.
11907         * comint.el (comint-insert-input): Undo previous changes;
11908         use last-input-event in interactive spec.
11910 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
11912         * progmodes/compile.el (compilation-start): Bind buffer-read-only
11913         to nil before invoking call-process.  Reset buffer's modified flag
11914         after fontifying it in the no-async branch.
11916         * wid-edit.el (widget-specify-button): If mouse pointer shape
11917         cannot be changed, use mouse face instead.
11919 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
11921         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11922         (gdb-goto-breakpoint): Make breakpoint handling work on template
11923         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
11924         (gdb-assembler-custom): Update to recognize breakpoint information
11925         added on 2005-01-19.
11927 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11929         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
11930         (dsssl-mode): Use define-derived-mode.
11931         (scheme-mode-initialize): Remove.
11932         (scheme-mode): Use run-mode-hooks.
11934         * cus-edit.el (customize-group-other-window)
11935         (custom-buffer-create-other-window): Don't override special-display-*.
11936         (custom-mode-map): Make it dense.
11938         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
11939         sets the default value.
11941 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
11943         * descr-text.el: Add more keywords.
11945 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11947         * speedbar.el: Avoid unnecessary use of locate-library.
11949         * international/mule-cmds.el (standard-display-european-internal):
11950         Don't fiddle with latin-1 non-break space any more since it's now
11951         special cased in the C code.
11952         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
11954 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
11956         * cus-start.el (all): Add `undo-outer-limit'.
11958 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11960         * textmodes/bibtex.el (bibtex-format-entry):
11961         Use `bibtex-empty-field-re' only on the text of fields, not on entire
11962         field lines.
11963         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
11964         not on part of a buffer.
11966 2005-01-25  Lute Kamstra  <lute@gnu.org>
11968         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
11969         nonempty field text strings like "{letters\\macro{}more letters}".
11970         Clarify docstring.
11971         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
11972         (bibtex-entry-offset, bibtex-parse-association)
11973         (bibtex-parse-field-name): Fix typos in docstrings.
11974         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
11976 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
11978         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
11979         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
11980         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
11981         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
11983         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
11984         isearch minor mode.
11986 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
11988         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
11990 2005-01-24  Lute Kamstra  <lute@gnu.org>
11992         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
11993         CASECHARS and NOT-CASECHARS regular expressions of the
11994         "nederlands" and "nederlands8" dictionaries to prevent a "Range
11995         striding over charsets" error.
11997 2005-01-24  Jay Belanger  <belanger@truman.edu>
11999         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12000         display variable name.
12002 2005-01-24  Kenichi Handa  <handa@m17n.org>
12004         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12005         Fix setting of the element of encoded-kbd-iso2022-invocations.
12007 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
12009         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12010         (gdb-threads-select): Change to also accept mouse events.
12011         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12012         (gdb-threads-mouse-select): Delete.
12014 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
12016         * files.el (insert-directory): Take care of empty directory,
12017         listed without -a switch.
12019 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12021         * textmodes/refill.el (refill-post-command-function):
12022         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12023         to the list of functions that we should be careful not to undo.
12024         (refill-late-fill-paragraph-function): Remove.
12025         (refill-saved-state): New var.
12026         (refill-mode): Use it to save fill-paragraph-function.
12027         Save also the value of auto-fill-function.
12029         * term/w32-win.el: Simplify code.
12031 2005-01-23  Kim F. Storm  <storm@cua.dk>
12033         * simple.el (line-move): Adapt to new return value from
12034         pos-visible-in-window-p.
12036         * simple.el (line-move): Fix last change.  Check partial
12037         visibility at point rather than at window-start.
12039 2005-01-22  Jason Rumney  <jasonr@gnu.org>
12041         * term/w32-win.el (xw-defined-colors): Remove debug-message.
12043 2005-01-22  David Kastrup  <dak@gnu.org>
12045         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12047 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
12049         * type-break.el (type-break-mode): Add a test for
12050         type-break-file-name being non-nil.
12052 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
12054         * net/eudc.el (top level): Call (message "") via progn, so that
12055         eudc-options-file is loaded.
12057 2005-01-22  Kim F. Storm  <storm@cua.dk>
12059         * simple.el (line-move-1): Rename from line-move.
12060         (line-move): New function that adjusts vscroll for partially
12061         visible rows, and calls line-move-1 otherwise.
12063 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
12065         * pcomplete.el: Define pcomplete-read-event instead of read-event,
12066         since it's not a complete read-event implementation
12068 2005-01-20  Jay Belanger  <belanger@truman.edu>
12070         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12071         for called function.
12073 2005-01-20  Steven Tamm  <steventamm@mac.com>
12075         * term/mac-win.el (process-connection-type): Remove.
12076         Controlled now by s/darwin.h:PTY_ITERATION.
12078 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12080         * window.el (handle-select-window): Don't switch window when we're
12081         in the minibuffer.
12083 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
12085         * subr.el (dotimes-with-progress-reporter): New macro.
12087         * ses.el (ses-dotimes-msg): Remove macro.
12088         Use `dotimes-with-progress-reporter' instead.
12090 2005-01-19  Steven Tamm  <steventamm@mac.com>
12092         * term/mac-win.el (process-connection-type): Use new
12093         operating-system-release variable to use ptys on Darwin 7 (OS X
12094         10.3) when using carbon build.
12096 2005-01-19  Jay Belanger  <belanger@truman.edu>
12098         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12099         flags if the last command was a tab or M-tab.
12101         * calc/calc-prog.el (calc-user-define-edit): Put original formula
12102         in formula editing buffer.
12104 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
12106         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12107         breakpoint image symbol in margin.
12109 2005-01-19  Jay Belanger  <belanger@truman.edu>
12111         * calc/calc-prog.el (calc-execute-kbd-macro):
12112         Ignore calc-keep-arg-flag.
12114 2005-01-19  Kenichi Handa  <handa@m17n.org>
12116         * textmodes/ispell.el (ispell-looking-at): New function.
12117         (ispell-process-line): Use ispell-looking-at to compare the ispell
12118         output and the buffer contents.
12120 2005-01-18  Jay Belanger  <belanger@truman.edu>
12122         * calc/calc.el (calc-display-raw): Fix docstring.
12124 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12126         * simple.el (blink-matching-open): Strip extra info from syntax.
12128         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12129         funny chars in the end-of-here-doc marker.
12131 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
12133         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12134         that enable/disabled state of breakpoints is shown correctly in
12135         fringe and on ttys.
12136         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12137         Add breakpoint information as text properties.
12138         (gdb-mouse-toggle-breakpoint):
12139         Rename to gdb-mouse-set-clear-breakpoint.
12140         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
12141         breakpoints in the margin.
12142         (gdb-remove-strings): Simplify.
12144 2005-01-17  Jay Belanger  <belanger@truman.edu>
12146         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12147         erasing buffer.
12149 2005-01-17  Richard M. Stallman  <rms@gnu.org>
12151         * progmodes/grep.el (grep-find): Copy from `grep' the condition
12152         for calling grep-compute-defaults.
12154         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12155         if buffer is empty.
12157         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12159 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12161         * hilit-chg.el (highlight-changes-mode): Don't autoload.
12163         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12164         non-preloaded variables.
12166 2005-01-17  Steven Tamm  <steventamm@mac.com>
12168         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12169         tex-shell cause to force interactivity when using pipes.
12171 2005-01-17  Kim F. Storm  <storm@cua.dk>
12173         * simple.el (just-one-space): Make arg optional.
12175 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
12177         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12178         posn-at-x-y to t to access left-margin.
12180 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
12182         Sync with Tramp 2.0.47.
12184         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12185         catching keep-date problems in cp/scp operations.
12186         (tramp-handle-copy-file): Don't call `set-file-modes'
12187         unconditionally.  Specialized functions should know better what is
12188         necessary.  This improves performance a little bit, and the
12189         functions could catch errors with `cp -p' and `scp -p'.
12190         (tramp-do-copy-or-rename-file-via-buffer)
12191         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12192         when appropriate.
12193         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12194         Call `set-file-modes' when appropriate.
12195         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
12196         Johnsson <isak@hypergene.com>
12197         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12198         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
12199         <joakim@verona.se>
12200         (tramp-file-name-for-operation): Mark `shell-command' as magic for
12201         Emacs only.
12203         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
12204         `find-file-hooks' and `dired-mode-hook'.
12205         (tramp-minor-mode-map): Respective map.  Add remapping for
12206         `compile' and `recompile'.
12207         (tramp-remap-command, tramp-recompile): New defuns.
12208         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12209         in buffer "*Compilation*".  Call the commands asynchronously.
12211         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12212         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12213         `shell-command', because it isn't magic in XEmacs.  Reported by
12214         Adrian Aichner <adrian@xemacs.org>.
12216         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12217         `substitute-in-file-name.
12218         (tramp-smb-handle-substitute-in-file-name): New defun.
12219         (tramp-smb-advice-PC-do-completion): Delete advice.
12221 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
12223         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12224         Fix error in deleting region.
12226 2005-01-15  Richard M. Stallman  <rms@gnu.org>
12228         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12229         In non-temp buffer, switch syntax table temporarily.
12231         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12233         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12235         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12237         * imenu.el (imenu--split-menu): Copy menulist before sorting.
12238         (imenu--generic-function): Use START, not BEG, as pos of definition.
12240         * simple.el (just-one-space): Argument specifies number of spaces.
12242         * simple.el (eval-expression-print-format): Avoid warning
12243         about edebug-active.
12245 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
12247         * progmodes/sh-script.el: Code copied from make-mode.el
12248         with small changes,
12249         (sh-mode-map): Bind C-c C-\.
12250         (sh-backslash-column, sh-backslash-align): New variables.
12251         (sh-backslash-region, sh-append-backslash): New functions.
12253 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12255         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12256         (rmail-pop-password, rmail-pop-password-required): Move to
12257         rmail-obsolete group.
12258         (rmail-set-pop-password): Rename to rmail-set-remote-password.
12259         All callers updated.
12260         (rmail-get-pop-password): Rename to rmail-get-remote-password.
12261         Take an argument specifying whether it is POP or IMAP mailbox we
12262         are using.  All callers updated.
12263         (rmail-pop-password-error): Rename to
12264         rmail-remote-password-error.  Added mailutils-specific error message.
12265         (rmail-movemail-search-path)
12266         (rmail-movemail-variant-in-use): New variables.
12267         (rmail-remote-password, rmail-remote-password-required):
12268         New customization variables.
12269         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12270         (rmail-parse-url): New function.
12271         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12272         with GNU mailutils movemail.
12274 2005-01-15  Kevin Ryde  <user42@zip.com.au>
12276         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12277         suffix to space, $ or '$, to correctly position point when going
12278         to @table style constants like DBL_MAX.
12280 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
12282         * type-break.el (type-break-mode, type-break-file-time)
12283         (type-break-file-keystroke-count, type-break-choose-file):
12284         Don't store data in or load data from the file if type-break-file-name
12285         is nil.
12286         (type-break-file-name): Doc update as per the above.
12288 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
12290         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12291         lookup-key might return nil; handle that.
12293 2005-01-15  Alan Mackenzie  <acm@muc.de>
12295         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12296         rather than the element found, thus enabling the tree to be setcar'd.
12298 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
12300         * textmodes/org.el (org-show-following-heading): New option.
12301         (org-show-hierarchy-above): Use `org-show-following-heading'.
12302         (org-cycle): Documentation fix.
12304         * textmodes/org.el (orgtbl-optimized): New option
12305         (orgtbl-mode): New command, a minor mode.
12306         (orgtbl-mode-map): New variable.
12307         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12308         (orgtbl-error, orgtbl-self-insert-command)
12309         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12311         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12312         a local variable in each org-mode buffer.
12314         * textmodes/org.el (org-set-regexps-and-options): Rename from
12315         `org-set-regexps'.  Added checking for STARTUP keyword.
12316         (org-get-current-options): Add STARTUP options.
12317         (org-table-insert-row): Make mode intelligent about when
12318         realignment is needed.
12319         (org-self-insert-command, org-delete-backward-char, org-delete-char):
12320         New commands.
12321         (org-enable-table-editor): New default value `optimized'.
12322         (org-table-blank-field): Support blanking regions if active.
12324 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
12326         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12327         if the year is not given.
12329         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12330         Add new escapes %m and %M, fixed bug with %F by adding
12331         save-match-data.
12332         (reftex-reference): Remove ?. from list of spaces.
12333         (reftex-label-info): Add automatic label prefix recognition.
12335         * textmodes/reftex-index.el (reftex-index-next-phrase):
12336         Add slave parameter to call of `reftex-index-this-phrase'.
12337         (reftex-index-this-phrase): New optional argument.
12338         (reftex-index-region-phrases): Add slave parameter to call of
12339         `reftex-index-this-phrase'.
12340         (reftex-display-index): New argument redo.
12341         (reftex-index-rescan): Add 'redo to arguments of
12342         `reftex-display-index'.
12343         (reftex-index-Rescan, reftex-index-revert)
12344         (reftex-index-switch-index-tag): Add 'redo to arguments of
12345         `reftex-display-index'.
12346         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
12347         indexing.  Fix bug with matching is there is a quote before or
12348         after the word.
12350         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
12351         Fix bug when collecting citation keys in lines with comments.
12352         (reftex-citation): Prefix argument no longer rescans the document,
12353         but forces prompting for optional arguments of cite macros.
12354         (reftex-do-citation): Prompting for optional arguments implemented.
12356         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12357         Add optional arguments to most cite commands.
12358         (reftex-cite-cleanup-optional-args): New option
12359         (reftex-cite-prompt-optional-args): New option.
12360         (reftex-trust-label-prefix): New option.
12362         * textmodes/reftex-toc.el (reftex-toc-find-section):
12363         Add push-mark before changing the position in the buffer.
12365         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
12366         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
12368 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
12370         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
12371         more carefully.
12373 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12375         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
12376         (sgml-mode): Use it.
12377         (sgml-get-context): Better keep track of implicitly closed tags.
12379 2005-01-13  Kenichi Handa  <handa@m17n.org>
12381         * textmodes/ispell.el: These changes are to fix misalignment error
12382         caused by equivalent characters of different Emacs charsets.
12383         (ispell-unified-chars-table): New variable.
12384         (ispell-get-decoded-string): New function.
12385         (ispell-get-casechars, ispell-get-not-casechars)
12386         (ispell-get-otherchars): Call ispell-get-decoded-string.
12388 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
12390         * custom.el (custom-declare-variable): Just put symbol instead
12391         of (defvar . symbol) in `current-load-list'.
12393 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12395         * emacs-lisp/elint.el: Fixed typo in Commentary section.
12397 2005-01-12  Jay Belanger  <belanger@truman.edu>
12399         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
12400         to create a Calc summary.
12402 2005-01-12  Kim F. Storm  <storm@cua.dk>
12404         * mouse.el (mouse-on-link-p): Change functionality and doc
12405         string to comply with latest description in lisp ref.
12407 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
12409         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
12410         Enable mouse clicks on mode-line, header-line and margin.
12411         (event-type): Give mouse event symbols an 'event-kind property
12412         with value 'mouse-click.
12414 2005-01-12  Juri Linkov  <juri@jurta.org>
12416         * facemenu.el (list-colors-display): Add new arg buffer-name.
12417         Use it.  Fix docstring.  Replace code for identifying duplicate
12418         colors by the name with call to `list-colors-duplicates' which
12419         identifies duplicate colors by the value unless the color
12420         is one of special Windows colors.  Set truncate-lines to t.
12421         Print sorted duplicate color names on each line.  Indent to 22
12422         \(the longest color name in rgb.txt) instead of 20.  Optimize.
12423         (list-colors-duplicates): New function.
12424         (facemenu-color-name-equal): Delete function.
12426         * facemenu.el (list-colors-print): New function created from code
12427         in list-colors-display.  Print #RRGGBB at the window right edge.
12428         (list-colors-display): When temp-buffer-show-function is not
12429         defined, call list-colors-print from temp-buffer-show-hook
12430         to get the right value of window-width in list-colors-print
12431         after the buffer is displayed.
12433         * simple.el (pop-mark): Move deactivate-mark out of conditional
12434         part to deactivate the active mark regardless of the state of the
12435         mark ring.
12437         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
12438         variables line in desktop files.
12440 2005-01-12  Juri Linkov  <juri@jurta.org>
12442         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
12443         Bring together isearch highlight related options.
12444         (lazy-highlight): Replace group `replace' by `matching'.
12445         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12446         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12447         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
12448         and declare them obsolete.
12449         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
12450         (isearch-faces): Remove defgroup.
12451         (isearch-overlay, isearch-highlight, isearch-dehighlight):
12452         Move isearch highlighting code closer to lazy highlighting code.
12454         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
12455         (query-replace-highlight, query-replace-lazy-highlight)
12456         (query-replace): Move definitions to the beginning of the file.
12458 2005-01-11  Juri Linkov  <juri@jurta.org>
12460         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
12461         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
12462         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
12464         * info.el (Info-history-forward): New variable.
12465         (Info-select-node): Reset Info-history-forward to nil.
12466         (Info-last): Turn into defalias.
12467         (Info-history-back): Rename from Info-last.
12468         Add current node to Info-history-forward.
12469         (Info-history-forward): New fun.
12470         (Info-mode-map): Replace Info-last by Info-history-back.
12471         Bind Info-history-forward to "r".
12472         (Info-mode-menu): Replace Info-last by Info-history-back.
12473         Fix menu item text.  Add menu item for Info-history-forward.
12474         (info-tool-bar-map): Replace Info-last by Info-history-back.
12475         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
12476         for Info-history-forward.
12477         (Info-mode): Replace Info-last by Info-history-back in docstring.
12478         Add local variable Info-history-forward.
12479         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
12481 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12483         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
12484         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
12485         Ignore select-window events rather than fiddle with
12486         mouse-autoselect-window.
12488 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
12490         * type-break.el (type-break-mode): Fix previous change.
12492 2005-01-10  Jay Belanger  <belanger@truman.edu>
12494         * calc/calc-ext.el (calc-reset): Reset when inside embedded
12495         calculator; only reset when point is inside a calculator.
12496         Don't adjust the window height if the window takes up the whole height
12497         of the frame.
12499 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
12501         * ebuff-menu.el (Electric-buffer-menu-mode):
12502         Preserve value of buffer-local var header-line-format.
12504 2005-01-09  Jay Belanger  <belanger@truman.edu>
12506         * calc/calc.el (calc-mode-var-list-restore-saved-values):
12507         Make sure settings file exists before accessing it.
12509         * calc/calc-embed.el (calc-embedded-subst):
12510         Replace math-multi-subst-rec, which is only supposed to be called
12511         by math-multi-subst, by math-multi-subst.
12513 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
12515         * vc.el (vc-allow-async-revert): New user option.
12516         (vc-disable-async-diff): New internal variable.
12517         (vc-revert-buffer): Use them to disable asynchronous diff.
12519         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
12520         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
12521         asynchronously if vc-disable-async-diff is t.
12523 2005-01-09  Jay Belanger  <belanger@truman.edu>
12525         * calc/calc.el (defcalcmodevar): New macro.
12526         (calc-mode-var-list-restore-default-values)
12527         (calc-mode-var-list-restore-saved-values): New functions.
12528         (calc-mode-var-list): Use defcalcmodevar to define it.
12529         (calc-always-load-extensions, calc-line-numbering)
12530         (calc-line-breaking, calc-display-just, calc-display-origin)
12531         (calc-number-radix, calc-leading-zeros, calc-group-digits)
12532         (calc-group-char, calc-point-char, calc-frac-format)
12533         (calc-prefer-frac, calc-hms-format, calc-date-format)
12534         (calc-float-format, calc-full-float-format, calc-complex-format)
12535         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12536         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12537         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12538         (calc-matrix-brackets, calc-language, calc-language-option)
12539         (calc-left-label, calc-right-label, calc-word-size)
12540         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12541         (calc-display-raw, calc-internal-prec, calc-angle-mode)
12542         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12543         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12544         (calc-window-height, calc-display-trail, calc-show-selections)
12545         (calc-use-selections, calc-assoc-selections)
12546         (calc-display-working-message, calc-auto-why, calc-timing)
12547         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
12548         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
12549         (calc-gnuplot-default-device, calc-gnuplot-default-output)
12550         (calc-gnuplot-print-device, calc-gnuplot-print-output)
12551         (calc-gnuplot-geometry, calc-graph-default-resolution)
12552         (calc-graph-default-resolution-3d, calc-invocation-macro)
12553         (calc-show-banner): Use defcalcmodevar to declare them and set
12554         their default values.
12556         * calc/calc-ext.el (calc-reset): Restore saved values of variables
12557         instead of default values (but restore default values if there is
12558         an argument of 0).
12560 2005-01-09  David Kastrup  <dak@gnu.org>
12562         * desktop.el (desktop-restore-eager): Fix typo in type.
12564 2005-01-08  Richard M. Stallman  <rms@gnu.org>
12566         * cus-edit.el (customize): Delete :link.
12568 2005-01-08  Jay Belanger  <belanger@truman.edu>
12570         * calc/calc.el (calc-mode): Remove the extension from the
12571         `calc-settings-file' file name when loading it.
12573 2005-01-08  Kim F. Storm  <storm@cua.dk>
12575         * info.el (Info-mode-map, Info-next-link-keymap)
12576         (Info-prev-link-keymap, Info-up-link-keymap):
12577         Map follow-link to mouse-face.
12578         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
12580 2005-01-08  Jay Belanger  <belanger@truman.edu>
12582         * calc/calc.el (calc-settings-file): Change default value.
12583         Suggested by cgw in a comment in calc-mode.el.
12585         * calc/calc-mode.el (calc-settings-file-name):
12586         Compare calc-settings-file to user-init-file instead of ~/.emacs.
12587         Replace ~/.emacs in a prompt by calc-settings-file.
12589 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
12591         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
12592         (desktop-lazy-idle-delay): New customizable variables.
12593         (desktop-buffer-args-list): New variable.
12594         (desktop-append-buffer-args): New function.
12595         (desktop-save): Call desktop-append-buffer-args for some buffers.
12596         (desktop-lazy-create-buffer): New function.
12597         (desktop-idle-create-buffers): New function.
12598         (desktop-read): Add message about buffers to restore lazily.
12599         (desktop-lazy-abort): New command.
12600         (desktop-clear): Call desktop-lazy-abort.
12601         (desktop-lazy-complete): New command.
12603 2005-01-06  Richard M. Stallman  <rms@gnu.org>
12605         * emacs-lisp/find-func.el (find-face-definition):
12606         Rename from find-face.
12608 2005-01-06  Kim F. Storm  <storm@cua.dk>
12610         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
12612         * man.el (Man-xref-man-page, Man-xref-header-file)
12613         (Man-xref-normal-file): Add follow-link property.
12615 2005-01-06  Jay Belanger  <belanger@truman.edu>
12617         * calc/calc-units.el: Make sure the proper macro definitions are
12618         available when compiling.
12620 2005-01-06  Juri Linkov  <juri@jurta.org>
12622         * isearch.el (isearch-lazy-highlight-update):
12623         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
12625 2005-01-06  Miles Bader  <miles@gnu.org>
12627         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
12628         (isearch-lazy-highlight-face): Use new name.
12630 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12632         * uniquify.el (uniquify-rationalize-file-buffer-names):
12633         Re-add an interactive spec.
12634         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
12635         to the same name.
12637         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
12638         (isearch-update, isearch-done): Adjust calls accordingly.
12640 2005-01-05  Richard M. Stallman  <rms@gnu.org>
12642         * custom.el (custom-set-variables, custom-theme-set-variables):
12643         Clarify documentation.
12645         * emacs-lisp/find-func.el (find-variable)
12646         (find-variable-other-window, find-variable-other-frame):
12647         Fix the TYPE args to find-function-read and find-function-do-it.
12648         (find-function): Doc fix.
12649         (find-function-at-point): Replace function-at-point alias.
12651 2005-01-04  Richard M. Stallman  <rms@gnu.org>
12653         * cus-face.el (custom-declare-face):
12654         Record defface in current-load-list.
12656         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
12658         * emacs-lisp/find-func.el: Doc fixes.
12659         (find-face-regexp): New variable.
12660         (find-function-regexp-alist): New variable.
12661         (find-function-C-source): Third arg is now TYPE.
12662         (find-function-search-for-symbol): Handle general TYPE.
12663         (find-function-read, find-function-do-it): Handle general TYPE.
12664         (find-definition-noselect, find-face): New functions.
12665         (function-at-point): Alias deleted.
12667 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12669         * battery.el (display-battery-mode): Rename from display-battery.
12670         Handle the case where it gets turned off.
12672 2005-01-04  Richard M. Stallman  <rms@gnu.org>
12674         * cus-edit.el (customize): Make :link point to user doc.
12676         * man.el (Man-fontify-manpage): Turn off undo generation.
12678         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
12680 2005-01-04  Andreas Schwab  <schwab@suse.de>
12682         * files.el (insert-directory): Only look for error lines in
12683         inserted text.  Don't move too far after processing --dired markers.
12685 2005-01-04  Richard M. Stallman  <rms@gnu.org>
12687         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12688         Don't expand if the character is @, period, dash, etc.
12689         (define-mail-abbrev): Quote names that contain problem characters.
12691 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
12693         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
12695 2005-01-03  Richard M. Stallman  <rms@gnu.org>
12697         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
12698         (query-replace-highlight, query-replace-lazy-highlight)
12699         (query-replace): Definitions moved up.  Doc fix.
12701 2005-01-03  Richard M. Stallman  <rms@gnu.org>
12703         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
12704         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
12705         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
12706         (lazy-highlight-face): Rename from isearch-lazy-...
12707         Change all references to them.
12709 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
12711         * cus-edit.el (custom-file): Doc fix for defcustom.
12712         (custom-file): The function no longer sets the variable
12713         `custom-file' to its return value.
12715         * startup.el (command-line): No longer load `custom-file'.
12717 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12719         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
12721         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
12722         Don't confuse module-prefixed identifiers for labels.
12723         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
12725 2005-01-02  Richard M. Stallman  <rms@gnu.org>
12727         * files.el (basic-save-buffer-1): Fix previous change.
12729         * loadhist.el (file-loadhist-lookup): New function.
12730         (file-provides, file-requires): Use it.
12732         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
12733         instead of calculating the right size.
12735 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
12737         * vc-svn.el (vc-svn-diff): Stay local if possible.
12739 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12741         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
12743         * files.el (hack-local-variables): Fix last change.
12745 2005-01-02  Jay Belanger  <belanger@truman.edu>
12747         * calc/calc-yank.el (calc-edit-top): New variable.
12748         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
12749         object.  Change header properties.
12750         (calc-edit-finish, calc-edit-finish-stack-object)
12751         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
12752         edited object.
12753         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
12754         for the beginning of the edited object.
12755         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
12756         for the beginning of the edited object.
12757         * calc/calc-prog.el (calc-edit-macro-finish-edit)
12758         (calc-finish-formula-edit, calc-macro-repeats)
12759         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
12760         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
12761         beginning of the edited object.
12762         (calc-user-define-edit): Change the header for editing macros.
12763         Remove unnecessary variable.
12765 2005-01-01  Jay Belanger  <belanger@truman.edu>
12767         * calc/calc-yank.el (calc-edit-mode): Change default header.
12768         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
12769         * calc/calc-store.el (calc-edit-variable): Change title to match new
12770         header.
12771         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
12772         mode to match new header.
12773         (calc-user-define-edit): Change titles to include names of commands.
12774         (calc-finish-formula-edit): Adjust to handle new header.
12775         (calc-finish-macro-edit): Remove.
12776         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
12777         (calc-edit-macro-command, calc-edit-macro-command-type)
12778         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
12779         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
12780         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
12781         (calc-edit-macro-finish-edit): New functions.
12782         (calc-user-define-edit): Use new functions to edit named calc macros.
12784 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
12786         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
12788         * ses.el (copy-region-as-kill): Deactivate mark.
12790 2005-01-01  Richard M. Stallman  <rms@gnu.org>
12792         * replace.el (occur-1): If the output buffer is also an input,
12793         don't kill it, rename it.
12795         * faces.el (set-face-background, set-face-foreground): Doc fix.
12797         * cus-face.el (custom-face-attributes): Fix :help-echo strings
12798         for :foreground and :background.
12800         * dired.el (dired-view-command-alist): Variable deleted.
12801         (dired-view-file, dired-mouse-find-file-other-window):
12802         Delete the code to use it.
12804 2005-01-01  Kim F. Storm  <storm@cua.dk>
12806         * image.el (insert-sliced-image): Use t for line-height property.
12808 See ChangeLog.11 for earlier changes.
12810 ;; Local Variables:
12811 ;; coding: iso-2022-7bit
12812 ;; End:
12814     Copyright (C) 2005 Free Software Foundation, Inc.
12815   Copying and distribution of this file, with or without modification,
12816   are permitted provided the copyright notice and this notice are preserved.
12818 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1