(find-alternate-file): Bind kill-buffer-query-functions locally, don't set it.
[emacs.git] / lisp / ChangeLog
blobcc0fa8f3434cbc1b82f89204193e93b776e2ad19
1 2002-08-27  Richard M. Stallman  <rms@gnu.org>
3         * files.el (find-alternate-file):
4         Bind kill-buffer-query-functions locally, don't set it.
6 2002-08-27  Andreas Schwab  <schwab@suse.de>
8         * kmacro.el (kmacro-start-macro): Doc fix.
10 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
12         * textfile/reftex-ref.el (reftex-goto-label): New command.
14         * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
16         * textfile/reftex-parse.el (reftex-roman-number): New function.
17         (reftex-section-number): Better handling of parts: No chapter
18         counter resets.
20         * textfile/reftex.el (reftex-highlight-overlays): Added a third
21         overlay.
22         (reftex-mode-menu): Added entry for `reftex-toc-recenter.
23         Also moved `reftex-reset-mode' to top level.
25         * textfile/reftex-toc.el (reftex-toc-recenter): New command.
26         (reftex-toc-pre-command-hook): Don't remove highlight overlay.
27         (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
29         * textfile/reftex-sel.el (reftex-get-offset): Get offset of
30         document pointer *before* position, not after.
31         (reftex-insert-docstruct): Get offset of document pointer *before*
32         position, not after.
34         * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
35         match over section title match.
37         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
38         which determines on a per-file-basis if BibTeX is being used
39         locally for citations.
40         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
41         cooperation with chapterbib.
42         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
43         better cooperation with chapterbib.
45         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
46         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
48 2002-08-26  Kim F. Storm  <storm@cua.dk>
50         * subr.el (suppress-keymap): Use command remapping instead of
51         substitute-key-definition to undefine self-inserting keys.
53 2002-08-26  Juanma Barranquero  <lektu@terra.es>
55         * makefile.w32-in (WINS): Add calc and obsolete.
57 2002-08-26  Stefan Monnier  <monnier@cs.yale.edu>
59         * emacs-lisp/easy-mmode.el (define-minor-mode):
60         Use customize-mark-as-set for global minor modes.
62 2002-08-25  Miles Bader  <miles@gnu.org>
64         * rfn-eshadow.el (file-name-shadow-properties-custom-type):
65         Renamed from `read-file-name-electric-shadow-properties-custom-type'.
66         Change name of face.
67         (file-name-shadow-properties): Renamed from
68         `read-file-name-electric-shadow-properties'.
69         (file-name-shadow-tty-properties): Renamed from
70         `read-file-name-electric-shadow-tty-properties'.
71         (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
72         (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
73         (file-name-shadow-mode): Renamed from
74         `read-file-name-electric-shadow-mode'.  Update references to
75         renamed variables.
77 2002-08-24  Sam Steingold  <sds@gnu.org>
79         * subr.el (eval-after-load): Do not call
80         load-symbol-file-load-history (deleted yesterday).
82 2002-08-24  John Paul Wallington  <jpw@shootybangbang.com>
84         * startup.el (normal-splash-screen): Ensure splash buffer is
85         killed.  Use tabs in output.  Fix test whether previous buffer was
86         *scratch* buffer.
88         * progmodes/simula.el (simula-abbrev-keyword-default)
89         (simula-abbrev-keyword, simula-abbrev-stdproc-default)
90         (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
92         * apropos.el (command-apropos): Use `defalias' instead of `fset'.
94         * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
96 2002-08-23  Richard M. Stallman  <rms@gnu.org>
98         * loadhist.el (unload-feature): Distinguish functions from
99         variables in load-history.
100         (feature-symbols): Doc fix.
102         * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
104         * subr.el (symbol-file-load-history-loaded)
105         (load-symbol-file-load-history): Deleted.
106         (symbol-file): Don't call load-symbol-file-load-history.
108 2002-08-22  Katsumi Yamaoka <yamaoka@jpl.org>  (tiny change)
110         * frame.el (select-frame-by-name, select-frame-set-input-focus):
111         Always call x-focus-frame, if using x.
112         Use set-mouse-position on all systems, if focus-follows-mouse.
114 2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
116         * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
117         (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
118         (f90-font-lock-off, f90-font-lock-menu):  Delete.
119         Use easy-menu-define instead.
120         (f90-mode): Use easy-menu-add.
121         No longer (require 'imenu) when compiling.
122         (f90-mark-subprogram, f90-indent-region, f90-fill-region)
123         (f90-abbrev-start): Use fboundp.
124         (f90-imenu-flag): Delete - use imenu--index-alist instead.
126 2002-08-23  Andre Spiegel  <spiegel@gnu.org>
128         * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
130 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
132         * net/tramp.el: Version 2.0.14 released.
133         (tramp-shell-prompt-pattern): New variable.
134         (tramp-actions-before-shell, tramp-multi-actions)
135         (tramp-find-shell, tramp-open-connection-multi)
136         (tramp-open-connection-setup-interactive-shell): Use it.
137         (tramp-open-connection-telnet, tramp-open-connection-rsh)
138         (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
139         in the docstring.
140         (tramp-bug): Report `tramp-shell-prompt-pattern'.
141         (tramp-process-one-multi-action, tramp-process-one-action):
142         Make message clearer so people don't confuse it with Emacs asking
143         them a question if the regexp happens to end with "?".
144         (tramp-verbose): Change default value from 10 to 9.  Also change
145         some logging levels so that 10 is reserved for stuff which is
146         needed for debugging only, but 9 catches everything that people
147         might like to see in order to see that Tramp is actually working.
149 2002-08-22  Kim F. Storm  <storm@cua.dk>
151         * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
152         Corrected spelling mistakes (for Joseph Arceneaux).
154 2002-08-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
156         * progmodes/f90.el: eval-when-compile a few defvars.
157         (f90-xemacs-flag): Wrap in eval-and-compile.
158         (f90-font-lock-keywords): Doc fix.
159         (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
160         (f90-mark-subprogram-overlay): Variable deleted.
161         (f90-mark-subprogram): Remove overlay bit.  Don't be silent about
162         pushing mark.
163         (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
165 2002-08-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
167         * tramp.el: Version 2.0.13 released.
168         (tramp-handle-write-region): Don't check to see if remote end is
169         awake after sending data to remote host: we want to send "EOF" not
170         "echo are you awake"...
171         (tramp-maybe-open-connection): Swap args for tramp-time-diff.
172         (tramp-yn-prompt-regexp): New variable.
173         (tramp-action-yn): New function, using it.
174         (tramp-feature-write-region-fix): New internal variable.  Not yet
175         used.  Should be used in `tramp-handle-write-region'.
177 2002-08-21  Kim F. Storm  <storm@cua.dk>
179         * bindings.el (mode-line-format): Moved global-mode-string last.
180         (mode-line-position): Moved %p first.  Added padding to %l/%c to
181         eliminate jumpyness in modeline.  Use (%l,%c) format if both
182         line-number-mode and column-number-mode are enabled.
184 2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
186         * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
187         that could cause an infinite loop if something that looks like
188         a macro begins in the middle of a line.
190         * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
191         could cause `c-state-cache' to contain two conses in sequence
192         when there's an unbalanced open paren in a macro.
194 2002-08-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
196         * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
198         * imenu.el (imenu--generic-function): Use mapc.
199         (imenu-syntax-alist): Doc fix.
201 2002-08-20  Richard M. Stallman  <rms@gnu.org>
203         * font-core.el (font-lock-change-mode): New function.
204         (font-lock-mode): Use font-lock-change-mode instead of
205         font-lock-unfontify-buffer.
206         (font-lock-maximum-size, font-lock-verbose): Add defvars.
208 2002-08-20  Carsten Dominik  <dominik@astro.uva.nl>
210         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
211         which determines on a per-file-basis if BibTeX is being used
212         locally for citations.
213         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
214         cooperation with chapterbib.
215         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
216         better cooperation with chapterbib.
218         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
219         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
221 2002-08-20  Kim F. Storm  <storm@cua.dk>
223         * kmacro.el: Major rework based on discussions with RMS.
224         Most important change is that C-x C-k is now bound to a keymap
225         with keyboard macro related commands.  The original binding on
226         C-x C-k is moved to C-x C-k e.
228         * binding.el: Remove macro related bindings (now in kmacro.el).
230         * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
232 2002-08-19  Stefan Monnier  <monnier@cs.yale.edu>
234         * help-fns.el (help-split-fundoc): Replace the function name
235         from the docstring with the one that should be displayed.
236         (help-make-usage): Understand CL style arglists.
237         (describe-function-1): Adapt to the new behavior of help-split-fundoc.
238         (describe-variable): Use delete-region.
240 2002-08-19  Kenichi Handa  <handa@etl.go.jp>
242         * international/mule.el (sgml-xml-auto-coding-function):
243         Call re-search-forward with NOERROR t.
245 2002-08-19  Miles Bader  <miles@gnu.org>
247         [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
248         * comint.el (comint-inhibit-carriage-motion): New variable.
249         (comint-carriage-motion): Argument STRING removed.  New arguments
250         START and END; interpret characters between START and END rather
251         than using special comint state.
252         (comint-output-filter): Call `comint-carriage-motion'.
253         (comint-output-filter-functions): Don't add `comint-carriage-motion'.
254         * ielm.el (inferior-emacs-lisp-mode):
255         Give `comint-inhibit-carriage-motion' a local value of t.
257 2002-08-18  Richard M. Stallman  <rms@gnu.org>
259         * table.el: New file.
261         * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
263 2002-08-18  Andreas Schwab  <schwab@suse.de>
265         * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
267 2002-08-17  Carsten Dominik  <dominik@astro.uva.nl>
269         * textmodes/reftex.el (reftex-mode): Create special syntax tables.
270         (reftex-syntax-table): Set a default in case this is being used
271         outside a LaTeX file.
272         (reftex-syntax-table-for-bib): Set a default in case this is being
273         used outside a LaTeX file.
275 2002-08-17  Richard M. Stallman  <rms@gnu.org>
277         * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
278         and use write-file-functions instead of local-write-file-hooks.
279         (tar-untar-buffer): Don't try to extract directories.
281         * menu-bar.el (fringe-mode): Set to nil.
283         * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
285 2002-08-15  Richard M. Stallman  <rms@gnu.org>
287         * calendar/appt.el (appt-delete): Use substring-no-properties.
288         (appt-make-list): Don't use prin1-to-string; use the string unchanged.
290 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>  (tiny change)
292         * server.el (server-process-filter): Simplify code.
293         (server-goto-line-column): New function.
294         (server-visit-files): Use server-goto-line-column.
295         Offer to revert only if file has changed.
297 2002-08-15  Richard M. Stallman  <rms@gnu.org>
299         * files.el (recover-this-file): New function.
300         (after-find-file): Recommend recover-this-file.
302         * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
303         to change-major-mode-hook when font lock is enabled.
305         * simple.el (toggle-truncate-lines): Force redisplay.
306         Display status message.
308 2002-08-15  Carsten Dominik  <dominik@sand.science.uva.nl>
310         * textmodes/reftex.el (reftex-mode): Moved the creation of special
311         syntax tables to top-level.
313 2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
315         * help-fns.el (locate-library): Use locate-file(-completion).
316         (help-split-fundoc): Tighten the regexp and recognize a usage-info
317         where the function name is `fn'.
318         (help-function-arglist): Follow aliases and macros.
319         (describe-function-1): Use keymapp.
320         If the docstring contains a usage info, use it even if the function is
321         not a subroutine.  Find usage info in aliases' docstring if necessary.
322         (describe-variable): Get the value before setting up the *Help* buffer.
324         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
325         Use find-file-hook instead of find-file-hooks.
326         (define-minor-mode): Get rid of this silly `togglep'.
327         Add an explicit `toggle' argument (used for interactive calls).
328         Emit a warning when a nil argument turns the mode off.
330         * language/ethio-util.el (setup-ethiopic-environment-internal)
331         (exit-ethiopic-environment): Use find-file-hook and
332         write-file-functions instead of find-file-hooks and write-file-hooks.
334         * window.el (handle-select-window): Don't do anything if the window
335         has disappeared since the event was generated.
336         (split-window-save-restore-data): Use push and with-current-buffer.
338         * saveplace.el:
339         * play/meese.el:
340         * obsolete/hilit19.el:
341         * completion.el (dynamic-completion-mode):
342         * emacs-lisp/find-func.el (find-function-search-for-symbol):
343         Use find-file-hook instead of find-file-hooks.
345         * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
346         (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
347         (imenu-space-replacement): Allow nil value.
348         (imenu--completion-buffer): Use new vars and simplify.
349         Fix handling of minibuffer-setup-hook.
350         Use minibuffer-completion-help instead of rolling our own.
351         (imenu-choose-buffer-index): Use the new var.
353         * startup.el (command-line): Load custom-file if not done yet.
355 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
357         * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
358         use `hash-table-size' instead of `length'.
360 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
362         * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
363         the selection data string.  Always return cons of type and string.
364         (selection-converter-alist): Add (UTF8_STRING .
365         xselect-convert-to-string).
367 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
369         * newcomment.el (comment-region): Force `lines' when `block' is set.
371 2002-08-12  Richard M. Stallman  <rms@gnu.org>
373         * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag) 
374         (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar) 
375         (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression) 
376         (menu-bar-toggle-cua-mode, menu-bar-read-mail) 
377         (menu-bar-help-extra-packages, help-with-tutorial-spec-language) 
378         (menu-bar-text-mode-auto-fill): New commands, used
379         in menu bar menus instead of lambda expressions.
381         (menu-bar-showhide-fringe-menu-customize-left) 
382         (menu-bar-showhide-fringe-menu-customize-right) 
383         (menu-bar-showhide-fringe-menu-customize-disable)
384         (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
386         (menu-bar-options-menu): Use toggle-truncate-lines.
387         (showhide-date-time): Call customize-mark-as-set.
389         * emacs-lisp/find-func.el (find-function-search-for-symbol):
390         Obey `definition-name' properties.
392         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
393         Put `definition-name' properties on the functions whose
394         names are constructed.
396         * textmodes/page-ext.el (pages-target-buffer): Add defvar.
397         Renamed from target-buffer.
398         (pages-directory, pages-copy-header-and-position): Uses changed.
400         * calendar/appt.el (appt-make-list): Correct the parsing of
401         each appointment from time-string.
403 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
405         * scroll-all.el (scroll-all-mode): Use define-minor-mode.
406         (scroll-all-mode) <defcustom>: Delete.
407         (running-xemacs): Delete.
408         (minor-mode-alist): Don't manipulate it directly.
410 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
412         * international/mule-cmds.el (search-unencodable-char): New function.
413         (select-safe-coding-system): Show unencodable characters.
414         (unencodable-char-position): Deleted, and implemented in C in coding.c.
416 2002-04-09  John Wiegley  <johnw@gnu.org>
418         * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
419         * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
420         * em-dirs.el (eshell/cd): Ditto.
421         * em-glob.el (eshell-glob-case-insensitive): Ditto.
422         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
423         * esh-ext.el (eshell-binary-suffixes): Ditto.
425 2002-08-09  Richard M. Stallman  <rms@gnu.org>
427         * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
429         * simple.el (set-variable): Give locality status in prompt.
431 2002-08-09  Benjamin Rutt  <rutt@cis.ohio-state.edu>
433         * simple.el (set-variable): If given a prefix argument, set
434         variable buffer-locally.
436 2002-08-09  John Paul Wallington  <jpw@shootybangbang.com>
438         * font-core.el (font-lock-function): Make it buffer-local.
440 2002-08-08  Richard M. Stallman  <rms@gnu.org>
442         * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
443         (checkdoc-message-interactive, checkdoc-interactive-loop)
444         (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
445         (checkdoc-defun):
446         Update checkdoc-spellcheck-documentation-flag correctly.
447         (checkdoc-ispell-docstring-engine): Don't test for
448         checkdoc-autofix-flag = nil.
450 2002-08-07  John Paul Wallington  <jpw@shootybangbang.com>
452         * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
454         * wid-browse.el (widget-minor-mode): Fix doc typo.
456 2002-08-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
458         * net/tramp.el: Version 2.0.12 released.
459         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
460         Comment out possibly obsolete "echo hello" commands.
461         (tramp-run-real-handler): If operation is
462         `ange-ftp-hook-function', use first arg as the real operation.
463         (tramp-check-ls-commands): Use / instead of \ as directory
464         separator.  (Relevant for XEmacs on Windows.)
465         (tramp-maybe-open-connection): Use tramp-wait-for-output when
466         waiting for the "are you awake" command.  Use a different string
467         for the "are you awake" command.
468         (tramp-send-command): New optional arg NEVEROPEN means to never
469         invoke tramp-maybe-open-connection.
470         (tramp-maybe-open-connection): Use it
472 2002-08-07  Richard M. Stallman  <rms@gnu.org>
474         * warnings.el (warning-prefix-function, warning-series)
475         (warning-fill-prefix, warning-group-format): Add autoload cookies.
477 2002-08-07  Kenichi Handa  <handa@etl.go.jp>
479         * international/mule-cmds.el (select-safe-coding-system):
480         Call pop-to-buffer inside save-window-excursion and save-excursion.
482 2002-08-06  John Paul Wallington  <jpw@shootybangbang.com>
484         * help-fns.el (describe-function-1): Skip arglist note if
485         function's definition is a keymap.
487 2002-08-06  Sam Steingold  <sds@gnu.org>
489         * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
490         and `mail-user-agent' instead of straight sendmail.
491         (diary-modified, diary-entries-list, displayed-year)
492         (displayed-month, entry, date, number, date-string, d-file)
493         (original-date): Defvar without binding to avoid compiler warnings.
495 2002-08-05  Alan Shutko  <ats@acm.org>
497         * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
498         (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
499         (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
501         * ibuf-ext.el (ibuffer-list-buffer-modes): New.
502         (ibuffer-filter-by-used-mode): New.
504 2002-08-05  John Paul Wallington  <jpw@shootybangbang.com>
506         * ediff-util.el (ediff-copy-list): Use `defalias' instead of
507         `fset' and `symbol-function'.
509 2002-08-05  John Wiegley  <johnw@gnu.org>
511         * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
512         value unless pcomplete-cycle-cutoff-length is non-nil.
514 2002-04-09  John Paul Wallington  <jpw@shootybangbang.com>
516         * esh-util.el (eshell-under-cygwin-p): New function.
517         * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
518         * em-dirs.el (eshell/cd): Ditto.
519         * em-glob.el (eshell-glob-case-insensitive): Ditto.
520         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
521         * esh-ext.el (eshell-binary-suffixes): Ditto.
523 2002-08-05  Richard M. Stallman  <rms@gnu.org>
525         * international/mule-cmds.el (select-safe-coding-system): Check for
526         non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
528         * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
530 2002-08-05  Gerd Moellmann  <gerd@gnu.org>
532         * image.el (image-jpeg-p): Accept "Exif" marker.
534 2002-08-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
536         * net/tramp.el: Version 2.0.11 released.
537         (tramp-perl-file-attributes): Print uid and gid as signed integers.
538         (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
539         Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
540         calling Tramp again.
541         (tramp-find-file-exists-command): Check for `ls -d' last, after
542         all the variants on `test -e'.
543         (tramp-post-connection): Erase buffer before finding a command to
544         check if file exists.
546 2002-08-05  David Kastrup  <David.Kastrup@t-online.de>
548         * calc/calc.el (math-format-stack-value): Revert a broken
549         if->when replacement and reformat so that this does not happen
550         again.  Fixes a pretty lethal line formatting/yanking bug.
552 2002-08-04  John Paul Wallington  <jpw@shootybangbang.com>
554         * startup.el (fancy-splash-frame): Check selected frame last.
556 2002-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
558         * net/tramp.el: Version 2.0.10 released.
559         (tramp-uudecode): New shell function `tramp_uudecode' to decode to
560         standard output even if `uudecode -p' and `uudecode -o -' don't work.
561         (tramp-post-connection): After finding the right shell, wait a
562         bit.  This is a kludge to avoid a race condition, even though I
563         don't understand why there is a race condition in the first place.
564         (tramp-post-connection): Install the `tramp_uudecode' shell
565         function on the remote host.
566         (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
567         (tramp-bug): Include more variables in the report.
569 2002-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
571         * net/tramp.el: Version 2.0.9 released.
572         (tramp-bug): Add wording about additional info to include in bug
573         report.
574         (tramp-find-shell): Set $PS1 for invocation of second shell (for
575         tilde expansion).
576         (tramp-find-shell): Shell prompt must match at end of buffer.
577         Do this also for fallback shell prompt.
578         (tramp-find-shell): More debugging output.
579         (tramp-find-inline-encoding): When checking the decoding command,
580         some commands fail when reading from /dev/null.  So we pass a
581         known string through the encoding command and pass that through
582         the decoding command.  So we know whether the decoding command can
583         deal with some real input.
585 2002-08-04  Andreas Schwab  <schwab@suse.de>
587         * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
589 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
591         * term/mac-win.el: Set keys to enable mouse wheel support.
593 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
595         * net/tramp.el: Version 2.0.8.
596         (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
598 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
600         * net/tramp.el: Version 2.0.7.
601         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
602         (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
603         because of `format' and say so in the docstring.
605 2002-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
607         * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
608         `type' forms.
609         (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
610         (f90-type-def-re): Fix value.
612 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
614         * net/tramp.el: Version 2.0.6.
615         (tramp-default-method): Change to "ssh" from "sm".
616         (tramp-wrong-passwd-regexp): Restructure.  Add additional alternative.
617         (tramp-su-program): New internal variable for method parameter.
618         (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
619         New variables.  Very short Perl one-liner, but requires Perl
620         module MIME::Base64 to be installed on the remote site.
621         (tramp-perl-encode, tramp-perl-decode): New base64
622         encoder/decoder.  From Juanma Barranquero <lektu@terra.es>.
623         (tramp-handle-file-truename): Invoke Ange-FTP properly (even
624         though Ange-FTP doesn't do anything for this operation).
625         (tramp-handle-set-visited-file-modtime): Comment change.
626         (tramp-handle-make-directory): Save-excursion.
627         (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
628         twice, once is enough.
629         (tramp-action-permission-denied): Show *tramp/foo* buffer so the
630         user knows what's wrong.
631         (tramp-post-connection): Support the two Perl encoders and decoders.
632         (tramp-coding-commands): Ditto.  Add some todo items.
634 2002-08-02  Richard M. Stallman  <rms@gnu.org>
636         * international/mule.el (merge-coding-systems): New function.
637         (set-buffer-file-coding-system): Use merge-coding-systems.
638         Change prompt for args.
639         (revert-buffer-with-coding-system): New command.
641         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
642         Add bindings for revert-buffer-with-coding-system.
643         (set-coding-system-map): Clarify menu item info for
644         set-buffer-file-coding-system.
645         (set-coding-system-map): Reorder and add separators.
647         * emacs-lisp/edebug.el (edebug-eval-top-level-form):
648         Use eval-expression.
650         * subr.el (atomic-change-group): Doc fix.
652 2002-07-31  Colin Walters  <walters@debian.org>
654         * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
655         defvaralias for compatibility.
656         (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
657         defvaralias for compatibility.
659 2002-07-31  John Paul Wallington  <jpw@shootybangbang.com>
661         * ibuffer.el (ibuffer-fontification-alist):
662         Use `font-lock-constant-face' instead of `font-lock-reference-face'.
664 2002-07-31  John Wiegley  <johnw@gnu.org>
666         * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
667         prevent adding the symbol `pcomplete' to
668         shell-dynamic-complete-functions to many times.
670 2002-07-31  Markus Rost  <rost@math.ohio-state.edu>
672         * help-fns.el (describe-function-1): Test function for
673         obsolescence only if it is a symbol.
675         * ediff.el (ediff-backup): New autoloaded command.
677 2002-07-31  Richard M. Stallman  <rms@gnu.org>
679         * makefile.w32-in (compile-after-backup): Renamed from `compile'.
680         Use `compile-always'.
681         (bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
682         (compile): Renamed from `compile-files'.
683         (compile-CMD, compile-SH): Renamed from `compile-files-*'.
685         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
686         Check that (car elt) is a string.
688         * pcomplete.el (pcomplete-entries): Doc fix.
690         * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
692 2002-07-31  Andreas Schwab  <schwab@suse.de>
694         * dired.el: Hide disabling of dired-find-alternate-file behind
695         autoload-cookie.
697 2002-07-31  Juanma Barranquero  <lektu@terra.es>
699         * makefile.w32-in: Revert some changes from 2002-07-23 because they
700         don't work on MSVC/nmake builds.
701         (update-subdirs-CMD): Generate the right list of subdirectories.
702         From Tak Ota <Takaaki.Ota@am.sony.com>.
704 2002-07-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
706         * net/tramp.el: New version 2.0.5.
707         (tramp-methods): Remove inline encoding method parameters.
708         The encoding is now autodetected.  Also shorten the list of
709         methods (u/m distinction gone) and rename the remaining methods to
710         have longer, but more mnemonic, names.
711         (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
712         (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
713         matched at end of buffer anyway.
714         (tramp-yesno-prompt-regexp): New variable, for questions where the
715         user should say "yes" or "no".
716         (tramp-file-name-structure-unified)
717         (tramp-file-name-structure-separate): Allow dash in method names.
718         (tramp-actions-before-shell): New variable, contains list of
719         pattern/action pairs.  Output sent by remote end is scanned for
720         the patterns, then the actions are executed.
721         (tramp-multi-actions): Like `tramp-actions-before-shell', but
722         executed for each hop in a multi-hop connection.
723         (tramp-last-cmd-time): New variable.  If nothing has been sent to
724         remote end for 60 seconds, look to see if the remote end is still
725         alive.
726         (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
727         It didn't work.
728         (tramp-perl-encode, tramp-perl-decode): New variables, these
729         require the MIME::Base64 module on the remote end.
730         (tramp-handle-file-attributes): Restructure logic.
731         (tramp-handle-file-attributes-with-ls)
732         (tramp-handle-file-attributes-with-perl): More debugging.
733         (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
734         (tramp-handle-make-directory, tramp-handle-delete-directory)
735         (tramp-handle-delete-file, tramp-handle-insert-directory):
736         Expand file name.
737         (tramp-handle-shell-command): Use `when', not `if'.
738         (tramp-handle-file-local-copy, tramp-handle-write-region):
739         Adapt to autodetection of inline encoding.
740         (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
741         variable ange-ftp-name-format is defined before binding it.
742         (tramp-action-login, tramp-action-password, tramp-action-succeed)
743         (tramp-action-permission-denied, tramp-action-yesno):
744         Functions called from `tramp-actions-before-shell'.
745         (tramp-multi-action-login, tramp-multi-action-password)
746         (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
747         Functions called from `tramp-multi-actions'.
748         (tramp-process-one-action, tramp-process-actions):
749         Pattern matching and action invocation code for
750         `tramp-actions-before-shell'.
751         (tramp-process-one-multi-action, tramp-process-multi-actions):
752         Same for `tramp-multi-actions'.
753         (tramp-open-connection-telnet, tramp-open-connection-rsh)
754         (tramp-open-connection-su): Process actions instead of hardwired logic.
755         (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
756         (tramp-multi-connect-su): Ditto.
757         (tramp-post-connection): New method for tramp_encode and
758         tramp_decode scripts.
759         (tramp-post-connection): Invoke inline autodetection code.
760         (tramp-coding-commands): List of inline codings.
761         (tramp-find-inline-encoding): This is the inline autodetection code.
762         (tramp-maybe-open-connection): If nothing was sent to connection
763         for 60 seconds, look if it connection is still alive.
764         (tramp-send-command): Remember that something was sent to the
765         connection.
766         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
767         Use backticks for constructing alist.
768         (tramp-get-encoding-command, tramp-set-encoding-command)
769         (tramp-get-decoding-command, tramp-set-decoding-command)
770         (tramp-get-encoding-function, tramp-set-encoding-function)
771         (tramp-get-decoding-function, tramp-set-decoding-function):
772         Use for results of inline autodetection.
773         (tramp-get-encoding-command, tramp-get-decoding-command)
774         (tramp-get-encoding-function, tramp-get-decoding-function):
775         Remove these old functions.
777 2002-07-30  Kenichi Handa  <handa@etl.go.jp>
779         * language/indian.el (in-is13194): Give correct `safe-chars' property.
780         (devanagari): Define it as an alias of in-is13194.
782         * international/mule.el (safe-chars):
783         Put `char-table-extra-slots' property with value 0.
785         * files.el (revert-buffer): Fix previous change.
787 2002-07-29  Richard M. Stallman  <rms@gnu.org>
789         * bindings.el (help-echo): If global-mode-string is non-nil,
790         display some spaces after it.
792         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
793         Don't call string-match on non-string.
794         (displaying-byte-compile-warnings):
796         * textmodes/ispell.el (check-ispell-version): Bind default-directory
797         to avoid errors.  Kill the old temp buffer at the beginning.
799 2002-07-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
801         * scroll-all.el (scroll-all-mode): Make argument optional.  Doc fix.
803 2002-07-29  John Paul Wallington  <jpw@shootybangbang.com>
805         * scroll-all.el (scroll-all-mode): Handle numeric arg.  Use `if'
806         instead of `cond'.
808 2002-07-29  Kenichi Handa  <handa@etl.go.jp>
810         * international/mule.el (ctext-post-read-conversion): Add support
811         for embedded utf-8 encoding (ESC % G ... ESC % @).
813 2002-07-28  Kenichi Handa  <handa@etl.go.jp>
815         * files.el (revert-buffer): Before calling insert-file-contents,
816         kill the local variable buffer-file-coding-system.
818 2002-07-28  Richard M. Stallman  <rms@gnu.org>
820         * bindings.el (mode-line-format): Handle vc-mode specially.
821         Move mode-line-position to after global-mode-string.
822         (mode-line-modes): Move the starting 3 spaces out of here.
823         (mode-line-position): Separate with a space, not dashes.
825         * vc-hooks.el: Don't add to minor-mode-alist.
827         * emacs-lisp/edebug.el (edebug-debugger):
828         If inside redisplay, just return.
830         * emacs-lisp/debug.el (debug): If inside redisplay, just return.
832         * info.el (Info-find-index-name): Improve last change.
834 2002-07-27  Richard M. Stallman  <rms@gnu.org>
836         * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
838         * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
839         in the third case.
841 2002-07-27  Markus Rost  <rost@math.ohio-state.edu>
843         * ps-print.el: Update copyright year.
844         (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
846 2002-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
848         * eshell/eshell.el (eshell): Numeric prefix arg means to switch
849         to the session with that number.  Old behavior still available
850         with nonumeric prefix args.
852 2002-07-08  Simon Josefsson  <jas@extundo.com>
854         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
856 2002-07-26  Juanma Barranquero  <lektu@terra.es>
858         * warnings.el (lwarn, warn, warning-levels): Doc fix.
859         (warning-suppress-log-types): Fix typo.
860         (display-warning): Fix typo. Remove useless asignment to free variable
861         `group-string'.
863 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
865         * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
867 2002-07-25  Sam Steingold  <sds@gnu.org>
869         * replace.el (occur-rename-buffer): New command.
870         (occur-mode-map): Bind "r" to it.  Added keybindings for
871         `kill-this-buffer', `clone-buffer' and `quit-window'.
873 2002-07-25  Kevin Ryde  <user42@zip.com.au>
875         * info.el (Info-find-index-name): Search for a function definition
876         with a return type.
878 2002-07-25  David Ponce  <david@dponce.com>
880         * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
881         Don't recompute `entry' on each iteration.
882         (byte-compile-delete-first): Make it defsubst.
884 2002-07-25  Sam Steingold  <sds@gnu.org>
886         * progmodes/cc-engine.el (c-search-uplist-for-classkey):
887         When `search-end' is a cons, use its car.
889 2002-07-25  Dave Love  <fx@gnu.org>
891         * obsolete/c-mode.el: Deleted.
893 2002-07-25  Carsten Dominik  <dominik@astro.uva.nl>
895         * textmodes/reftex.el (reftex-compile-variables):
896         Simplified regular expression.
898         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
899         Simplified the regexp.
901         * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
902         (reftex-extract-bib-entries-from-thebibliography):
903         Use `reftex-get-bibkey-default' to get a default regex.
904         (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
905         get a default regex.
907         * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
908         XEmacs compatibility (got OK from RMS).
910         * textmodes/reftex-index.el (reftex-index-mode): Likewise.
912         * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
913         (reftex-select-bib-mode): Likewise.
915 2002-07-25  Colin Walters  <walters@debian.org>
917         * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
918         by menu functions.
920 2002-07-24  Dave Love  <fx@gnu.org>
922         * international/mule.el (set-auto-coding): Doc fix.
924         * international/utf-16.el: New file.
926         * language/european.el ("German", "French", "Spanish", "Turkish"):
927         Add alternative coding systems.
928         ("Dutch"): Likewise.  Add input method.
929         ("Welsh", "Latin-7"): Add nonascii-translation.
931         * language/georgian.el ("Georgian"): Add nonascii-translation.
933         * international/titdic-cnv.el: Doc fixes.
934         (tit-process-header): Add coding cookie.
935         (titdic-convert): Force writing as iso-2022-7bit.
937         * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
939         * international/mule-cmds.el: Doc fixes.
940         (unencodable-char-position): New.
941         (select-safe-coding-system): Use it to indicate problematic
942         characters and add extra explanation.  Avoid checking auto-coding
943         for compressed files.
944         (leim-list-header): Add coding cookie.
945         (input-method-verbose-flag): Modify :type.
946         (locale-language-names): Add bs, wa.  Modify cy.
948 2002-07-24  Richard M. Stallman  <rms@gnu.org>
950         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
951         Bind warning-group-format.
953         * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
954         (byte-compile-cl-warn): Use that variable.
955         (byte-compile-find-cl-functions): New function.
956         (displaying-byte-compile-warnings):
957         Call byte-compile-find-cl-functions.
959         * warnings.el (warning-levels): Add %s to the strings.
960         (warning-group-format): New variable.
961         (warning-suppress-log-types): Renamed from warning-suppress-log.
962         (warning-suppress-types): Renamed from warning-suppress.
963         (display-warning): Implement those changes.
965 2002-07-23  Richard M. Stallman  <rms@gnu.org>
967         * warnings.el: Add `provide' call.
969         * files.el (basic-save-buffer-2): If there's an error writing the file,
970         unrename the backup file if it was just made.
971         (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
972         (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
973         when a backup was just made by renaming.  Otherwise it's nil.
975         * wid-edit.el (widget-convert): Handle an argument that's a keyword.
976         Recognize explicit :args specification.
978         * international/mule-cmds.el (select-safe-coding-system):
979         Don't ask for confirmation of mismatch if find-file-literally was used.
981 2002-07-23  Markus Rost  <rost@math.ohio-state.edu>
983         * add-log.el (add-log-current-defun):  Fix typo in documentation.
985 2002-07-22  Markus Rost  <rost@math.ohio-state.edu>
987         * add-log.el (add-log-mailing-address): Fix type.  Can be a string.
989         * ido.el (ido-separator): Fix type.
991 2002-07-23  Andrew Innes  <andrewi@gnu.org>
993         * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
994         (DONTCOMPILE): Add various language files.
995         (DONTCOMPILE): Remove term/xterm.el.
996         (finder-inf.el): Remove.
997         (update-authors): New target.
998         (TAGS-LISP): Remove $(lispsource).
999         (compile-always): Renamed from `compile-files'.
1000         (compile): New target, adapted from `compile-files'.
1001         (compile-calc): New target.
1002         (recompile): Change `.' to $(lisp).
1003         (bootstrap): Add update-subdirs and finder-data
1004         to dependencies; change compile-files to compile.
1006 2002-07-22  Andre Spiegel  <spiegel@gnu.org>
1008         * vc.el (vc-next-action-on-file): Preserve find-file-literally.
1010 2002-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1012         * simple.el (undo, undo-more): Adjust messages when undoing in a
1013         region.
1015 2002-07-22  John Paul Wallington  <jpw@shootybangbang.com>
1017         * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
1018         (browse-url-lynx-input-delay): Add custom type and group.
1020         * cus-start.el (double-click-fuzz): Added.
1022 2002-07-22  Alan Shutko  <ats@acm.org>
1024         * calendar/solar.el (diary-sabbath-candles): Add optional MARK
1025         parameter, specifying what face or character to use in the
1026         calendar display.  These will now return (MARK . ENTRY).
1028         * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
1029         parameter, specifying what face or character to use in the
1030         calendar display.  These will now return (MARK . ENTRY).
1032         * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
1033         (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
1034         MARK parameter, specifying what face or character to use in the
1035         calendar display.  These will now return (MARK . ENTRY).
1037         * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
1038         from diary-sexp-entry and pass it to mark-visible-calendar-date.
1039         (list-sexp-diary-entries): Update doc string for new docs for ....
1040         If diary-sexp-entry returns a cons, only add the text to the diary
1041         list.
1042         (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
1043         . STRING) to specify what face or character mark should be used in
1044         the calendar display.
1045         (diary-date, diary-block, diary-float, diary-anniversary)
1046         (diary-cyclic): Add optional MARK parameter, specifying what face
1047         or character to use in the calendar display.  These will now
1048         return (MARK . ENTRY).
1050         * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
1051         (calendar-holiday-list, diary-french-date, diary-mayan-date)
1052         (diary-julian-date, diary-astro-day-number, diary-chinese-date)
1053         (diary-islamic-date, list-islamic-diary-entries)
1054         (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
1055         (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
1056         (diary-rosh-hodesh, list-hebrew-diary-entries)
1057         (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
1058         (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
1059         (diary-sunrise-sunset, diary-sabbath-candles):
1060         Remove interactive flag from autoloads.
1062 2002-07-22  Carsten Dominik  <dominik@astro.uva.nl>
1064         * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
1065         (reftex-bibliography-commands): New option.
1066         (reftex-toc-split-windows-horizontally): New option
1067         (reftex-toc-split-windows-horizontally-fraction): New option
1068         (reftex-include-file-commands): New option.
1069         (reftex-cite-format-builtin): Added ?n for nocite.
1071         * textmodes/reftex-index.el (reftex-query-index-phrase):
1072         Use `reftex-index-verify-function'.
1074         * textmodes/reftex-toc.el (reftex-re-enlarge):
1075         Handle horizontal splitting.
1076         (reftex-toc): Handle horizontal splitting
1077         (reftex-last-window-width): New variable.
1079         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
1080         Use `reftex-bibliography-commands'.
1081         (reftex-locate-bibliography-files): Regexp relaxed to allow for
1082         cases where \bibliography is not the first thing on the line.
1084         * textmodes/reftex.el (reftex-compile-variables):
1085         Use `reftex-include-file-commands'.
1086         (reftex-type-query-prompt): Changed defconst to defvar.
1087         (reftex-type-query-help, reftex-typekey-to-format-alist)
1088         (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
1089         (reftex-special-env-parsers, reftex-label-mac-list)
1090         (reftex-label-env-list, reftex-typekey-list)
1091         (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
1092         (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
1093         (reftex-no-follow-message, reftex-no-info-message): Likewise.
1094         (reftex-mode): Define systax table for bibtex parsing.
1095         (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
1097         * textmodes/reftex-cite.el (reftex-format-names): %a as name
1098         format lists all names.
1099         (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
1100         (reftex-with-special-syntax-for-bib): New macro.
1102 2002-07-21  Richard M. Stallman  <rms@gnu.org>
1104         * international/ucs-tables.el (ucs-quail-activate):
1105         Cope if buffer-file-coding-system is nil.
1107         * bindings.el (last-buffer): Use buffer-list with frame arg.
1108         Create *scratch* if no other choice exists.  Fix bugs.
1110 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1112         * net/tramp.el: Bump version to 2.0.2.
1113         (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
1114         longer names.  Use old names "sm1", "sm2" and so on for methods
1115         invoking "ssh -1" or "ssh -2".
1116         (tramp-multi-file-name-structure-separate): Typo, its name was set
1117         to "tramp-file-name-structure-separate".  Trivial patch.
1118         From Steve Youngs <youngs@xemacs.org>.
1119         (tramp-multi-sh-program): New variable.
1120         (tramp-open-connection-multi): Use it.  Now you can use multi
1121         methods from Windows (at least in principle).
1122         (tramp-do-copy-or-rename-via-buffer): New function.
1123         (tramp-do-copy-or-rename-file): Use it.  Change and simplify
1124         logic.  Omit special case of invoking rcp directly to copy the files.
1125         (tramp-open-connection-su, tramp-multi-connect-telnet)
1126         (tramp-multi-connect-rlogin, tramp-multi-connect-su)
1127         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
1128         Use backticks in format-spec for brevity and to avoid
1129         character/number confusion in XEmacs.
1131 2002-07-20  Richard M. Stallman  <rms@gnu.org>
1133         * wid-edit.el (widget-documentation-string-value-create):
1134         Say "Hide Rest", not just "Hide".
1136         * cus-edit.el (custom-variable-value-create):
1137         Say "Show Value", not just "Show".  Also "Hide Value".
1138         Output a newline before the doc string.
1139         (custom-face-value-create): Say "Show Face" and "Hide Face".
1141         * files.el (toggle-read-only): Clean up the hint message.
1143         * emacs-lisp/bytecomp.el: Use warnings.el.
1144         (byte-compile-warning-prefix): New function.
1145         (byte-compile-log-file): Return page start position.
1146         (byte-compile-log-warning): New function.
1147         (byte-compile-warn): Use byte-compile-log-warning.
1148         (byte-compile-report-error): Likewise.  Also use error-message-string.
1149         (displaying-byte-compile-warnings): Bind warning-series.
1150         Don't bind or use byte-compile-warnings-point-max.
1151         Don't display the log buffer at the end.
1152         (byte-compile-warnings-point-max): Variable deleted.
1153         (byte-compile-log-1): Rewrite for trace info, not used for warnings.
1154         (byte-compile-last-warned-form, byte-compile-last-logged-file):
1155         Defvars moved.
1157         * warnings.el: New file.
1159 2002-07-19  Richard M. Stallman  <rms@gnu.org>
1161         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
1162         and `values-list' from list of CL functions.
1164 2002-07-19  John Paul Wallington  <jpw@shootybangbang.com>
1166         * emacs-lisp/bytecomp.el (compile-defun):
1167         Bind `read-with-symbol-positions' to current buffer.
1169 2002-07-19  Andre Spiegel  <spiegel@gnu.org>
1171         * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
1172         delete anything that comes after LIMIT from the buffer.
1174         * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
1175         if this is really an RCS master file.
1177         * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
1179 2002-07-19  Juanma Barranquero  <lektu@terra.es>
1181         * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
1182         (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
1183         (unread-command-char, executing-macro, post-command-idle-hook)
1184         (post-command-idle-delay): Move obsolescence declarations to subr.el.
1186         * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
1187         (baud-rate, compiled-function-p, define-function, unread-command-char)
1188         (executing-macro, post-command-idle-hook, post-command-idle-delay):
1189         Move obsolescence declarations from emacs-lisp/bytecomp.el.
1190         (directory-sep-char, mode-line-inverse-video):
1191         Add obsolescence declaration.
1193 2002-07-18  J.D. Smith  <jdsmith@as.arizona.edu>
1195         * progmodes/idlwave.el: Updated to IDLWAVE version 4.14.  Too many
1196         changes to list them here.
1198         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
1199         Too many changes to list them here.
1201         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
1202         Too many changes to list them here.
1204         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
1205         only minor documentation changes.
1207 2002-07-18  Dave Love  <fx@gnu.org>
1209         * info-look.el: Support current auto{conf,make} manuals.
1211 2002-07-18  Juanma Barranquero  <lektu@terra.es>
1213         * bindings.el (last-buffer): Add missing frame argument.
1215 2002-07-18  Richard M. Stallman  <rms@gnu.org>
1217         * timer.el (timer-inc-time): Doc fix.
1219         * replace.el (keep-lines, flush-lines): Interactively report
1220         read-only error before reading regexp argument.
1222         * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
1224         * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
1225         frame parameters like bury-buffer.
1227         * simple.el (choose-completion-delete-max-match):
1228         Handle minibuffer prompts explicitly.
1230 2002-07-18  Juanma Barranquero  <lektu@terra.es>
1232         * international/mule-util.el (string-to-sequence, truncate-string):
1233         Add autoload cookie to obsolescence declaration.
1235         * rect.el (move-to-column-force): Likewise.
1237         * composite.el (decompose-composite-char): Likewise; also remove
1238         redundant info.
1240 2002-07-18  Kim F. Storm  <storm@cua.dk>
1242         * loadup.el: Load international/utf-8 before international/characters.
1244 2002-07-17  Dave Love  <fx@gnu.org>
1246         * international/ucs-tables.el: Optimize tables.  Deal with some
1247         non-8859 charsets.
1248         (ucs-mule-to-mule-unicode): New.
1249         (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
1250         translation.
1251         (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
1252         (unify-8859-on-encoding-mode): Doc mod.  Fix custom version.
1253         (unify-8859-on-decoding-mode): Doc mod.  Change code.  Fix custom
1254         version.  Add custom dependencies.
1255         (ucs-insert): Check for null from decode-char.
1256         (translation-table-for-input, ucs-quail-activate)
1257         (ucs-minibuffer-setup, ccl-encode-unicode-font)
1258         (ucs-tables-unload-hook): New.
1260         * international/mule.el (define-translation-hash-table): New.
1261         (decode-char): Use utf-8-translation-table-for-decode.
1262         (encode-char): Use ucs-mule-to-mule-unicode.
1264         * international/characters.el: Fix settings of U+2000-U+2027.
1265         Remove \e$,1uf\e(B.
1267         * international/mule-cmds.el (locale-language-names): Fix be, add
1268         sr_YU@cyrillic, modify tg.
1269         (locale-charset-language-names): Put @euro last.
1271         * language/cyrillic.el (cyrillic-koi8-r-decode-table)
1272         (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
1273         (cyrillic-koi8-r-decode-table): Make unbound after use.
1274         (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
1275         factor.  Use utf-8-translation-table-for-decode.
1276         (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
1277         (cyrillic-unify-encoding): New function.
1278         (cyrillic-koi8): Modify safe-chars, valid-codes.
1279         Remove charset-origin-alist.
1280         (Cp878, cp866): New alias.
1281         (ccl-encode-8859-5-font): New.
1282         (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
1283         (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
1284         Remove redundant parens.
1285         ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
1286         (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
1287         (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
1288         (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
1289         ("Cyrillic-ALT"): Change input method.
1290         ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
1292         * international/utf-8.el (utf-8-subst-table)
1293         (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
1294         (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
1295         (utf-8-ccl-regs, utf-8-translate-cjk): New.
1296         (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
1297         (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
1298         (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
1299         (mule-utf-8): Remove pre-write-conversion.
1300         (utf-8-post-read-conversion): Comment out.
1302         * international/ccl.el (ccl-command-table): Add lookup-integer,
1303         lookup-character.
1304         (ccl-extended-code-table): Add lookup-int-const-tbl,
1305         lookup-char-const-tbl.
1306         (ccl-compile-lookup-integer, ccl-compile-lookup-character)
1307         (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
1308         New functions.
1309         (define-ccl-program): Doc update.
1311         * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
1312         (utf-8-subst-table): Don't set.
1314 2002-07-17  Kenichi Handa  <handa@etl.go.jp>
1316         * international/mule.el (define-coding-system-alias):
1317         Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
1318         eol-type is not auto-detection.
1320         * international/mule-diag.el (print-coding-system-briefly):
1321         Fix the handling of an alias of which eol-type is not auto-detection.
1323         * international/mule-conf.el (us-ascii): Define it as an alias of
1324         iso-safe.
1326 2002-07-17  Juanma Barranquero  <lektu@terra.es>
1328         * help-fns.el (describe-function-1): Put empty line before "Not
1329         documented" text.
1331         * timer.el (timer-set-time-with-usecs): Mark obsolete.
1333 2002-07-16  Stefan Monnier  <monnier@cs.yale.edu>
1335         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1336         Make sure to change the global tool-bar-map.
1338         * vc.el (vc-default-comment-history): Hard code *vc*.
1339         This is because print-log always prints there now.
1340         (vc-annotate-font-lock-keywords): New var.
1341         (vc-annotate-mode): Use it.  Set truncate-lines as well.
1342         (vc-annotate-display-select): Unify the two error reports.
1343         (vc-annotate-offset): New var.
1344         (vc-annotate-lines): New fun extracted from vc-annotate-display.
1345         (vc-annotate-display): Use it, via font-lock.
1347         * help-fns.el (help-split-fundoc, help-function-arglist)
1348         (help-make-usage): New funs, extracted from describe-function-1.
1349         (describe-function-1): Use them.
1351         * help.el (help-key-description): Show the untranslated keys
1352         when they start with ESC and the ESC was not translated.
1354         * help-mode.el (view): Always require.
1355         (help-xref-mule-regexp): Don't use defconst for variables.
1356         (help-setup-xref): Keep the last 10 elements of the stack.
1357         (help-xref-override-view-map): New var.
1358         (help-make-xrefs): Use it instead of building a new map each time.
1359         (help-function-def): Allow help-fun to take a buffer as arg.
1361         * diff-mode.el (diff-reverse-direction): Simplify.
1362         (diff-after-change-function): Fix typo.
1363         (diff-post-command-hook): Take care of edge cases.
1364         (diff-current-defun): Do `goto-char' after setting the mode.
1366         * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
1367         Fold mouse-sel-bindings into it.
1368         (mouse-sel-bound-events): Turn it into an alist.
1369         (mouse-insert-selection): Delegate to mouse-yank-at-click if
1370         mouse-sel-default-bindings asks for it.
1372 2002-07-16  Andre Spiegel  <spiegel@gnu.org>
1374         * files.el: Bind toggle-read-only to C-x C-q.
1375         (toggle-read-only): Display a warning message if the file is under
1376         version control.
1378         * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
1379         (vc-toggle-read-only): Explain in the doc string that users can bind
1380         this to C-x C-q.
1381         (vc-checkout-model): Change doc string to refer to vc-next-action,
1382         not vc-toggle-read-only.
1384         * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
1385         comparing to file on disk.  Fix the case when claiming the lock
1386         on a file that has unlocked changes.
1387         (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
1389 2002-07-16  Richard M. Stallman  <rms@gnu.org>
1391         * simple.el (choose-completion-string): Doc fix.
1393         * cus-edit.el: New operation :custom-standard-value.
1394         (Custom-reset-standard): Use it.
1395         (custom-variable, custom-face): Define it.
1396         (custom-variable-standard-value, custom-face-standard-value): New fns.
1397         (custom-face-save): Don't save a face whose value is standard.
1398         (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
1400         * cus-edit.el (custom-face-edit-fix-value):
1401         If VALUE is not a list, pass it thru.
1403         * compare-w.el (compare-windows-whitespace): Always allow newline
1404         even if it does not have whitespace syntax.
1406 2002-07-16  Juanma Barranquero  <lektu@terra.es>
1408         * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
1410 2002-07-15  Juanma Barranquero  <lektu@terra.es>
1412         * help-fns.el (describe-variable): Show documentation for aliased
1413         variable if alias does not have its own.
1415 2002-07-15  Mike Williams  <mdub@bigfoot.com>
1417         * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
1418         cut/paste functions.
1420 2002-07-14  Richard M. Stallman  <rms@gnu.org>
1422         * files.el (find-alternate-file): Offer to save a modified buffer.
1423         Handle kill-buffer-query-functions better.
1425         * startup.el (normal-splash-screen, fancy-splash-text):
1426         Update name of help menu item for ordering printed manuals.
1428         * emacs-lisp/checkdoc.el: Fix doc typos.
1430 2002-07-14  Stefan Monnier  <monnier@cs.yale.edu>
1432         * textmodes/tex-mode.el: Set encoding to utf-8.
1433         (tex-start-options): Make it into always-a-string.
1434         Remove silly custom options that are covered by the other var.
1435         (tex-start-commands): Fix docstring.
1436         (tex-open-quote, tex-close-quote): Add options.
1437         (tex-command): Provide default.
1438         (tex-font-lock-keywords-1): Highlight $$...$$.
1439         (tex-font-lock-keywords-2): Fix latin-1 chars.
1440         (tex-mode-map): Remove redundant \t binding.
1441         (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
1442         (latex-mode): Use add-hook for fill-nobreak-predicate.
1443         (tex-common-initialization): Set indent-tabs-mode to nil.
1444         (tex-insert-quote): Undo magic if invoked twice in a row.
1445         (latex-fill-nobreak-predicate): Don't use narrowing.
1446         (tex-latex-block): Don't cons uselessly.
1447         (tex-last-unended-begin): Signal user-friendlier error.
1448         (tex-goto-last-unclosed-latex-block): Don't catch signal.
1449         (tex-start-tex): Switch order of tex-start-options and
1450         tex-start-commands to make it obey docstrings.
1452 2002-07-14  Mike Williams  <mdub@bigfoot.com>
1454         * mouse-sel.el (mouse-sel-bound-events): New constant.
1455         (mouse-sel-bindings): Save/restore original mouse-bindings.
1457 2002-07-13  Stefan Monnier  <monnier@cs.yale.edu>
1459         * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
1460         (cl-hack-byte-compiler): Avoid infinite require loop.
1462         * net/ange-ftp.el: Use hash-tables.
1463         (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
1464         (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
1465         (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
1466         Replace with make-hash-table, maphash, gethash, puthash and remhash.
1467         (ange-ftp-hash-entry-exists-p): Rewrite.
1468         (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
1469         Change mapatom -> maphash.
1470         (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
1471         Update to new calling mode.
1473         * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
1474         (ebrowse-hash-table-to-alist): Delete.
1475         (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
1476         (ebrowse-tags-complete-symbol): Use the hashtable for completion.
1478         * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
1479         Improve the regexp used when unquoting.
1480         (sgml-pretty-print): New function.
1481         (sgml-get-context): Better handling of improperly nested tags.
1482         (sgml-show-context): Don't use the FULL arg of sgml-get-context.
1484 2002-07-13  Andreas Schwab  <schwab@suse.de>
1486         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
1487         inherited table entry.
1489 2002-07-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
1491         * calendar/timeclock.el (timeclock-in): Handle the case where no
1492         log file exists (ie the very first call).
1494 2002-07-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1496         * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
1497         is done by Tramp.
1499         * net/tramp.el (tramp-multi-file-name-structure-unified):
1500         Add missing slash and move colon from start to end of each hop.
1501         (tramp-multi-file-name-hop-structure-unified): Move colon from
1502         start to end of each hop.
1504 2002-07-13  Kim F. Storm  <storm@cua.dk>
1506         * progmodes/compile.el (grep-tree): Fixed autoload.
1507         Corrected use of undefined variable `match-files-aliases'.
1509 2002-07-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
1511         * calendar/timeclock.el (timeclock-get-workday-function):
1512         `timeclock-workday' is not a valid option, rather a possible
1513         return value.
1515 2002-07-12  Richard M. Stallman  <rms@gnu.org>
1517         * net/ange-ftp.el (ange-ftp-write-region):
1518         Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
1519         to ange-ftp-real-write-region.
1521         * replace.el (flush-lines, keep-lines): Convert REND to a marker.
1523         * help-fns.el (help-with-tutorial): Display completion list right away.
1525         * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
1527         * startup.el (command-line): Set memory-signal-data.
1528         (fancy-splash-text, normal-splash-screen):
1529         Mention "Read the Emacs Manual" or C-h r.
1530         Rearrange the initial help to put the help cmds on left
1531         and the actions (exit, undo) on the right.  Other small
1532         text clarifications.
1533         (fancy-splash-text, actions page): Add blank line to balance help page.
1535         * help.el (help-map): Add binding for info-emacs-manual.
1536         (print-help-return-message): Doc fix.
1538         * strokes.el (strokes-help): Call print-help-return-message
1539         while inside with-output-to-temp-buffer.
1541         * info.el (info-emacs-manual): New function.
1542         (Info-use-header-line): Doc fix.
1544         * emacs-lisp/cl.el (multiple-value-call): Add alias.
1546         * progmodes/compile.el (compilation-normalize-filename):
1547         New subroutine, taken out of compilation-parse-errors.
1548         (compilation-parse-errors): Use that, and for directories too.
1549         Don't check whether a directory really exists.
1551 2002-07-12  Juanma Barranquero  <lektu@terra.es>
1553         * help-fns.el (describe-variable): Put `defvaralias' info before the
1554         documentation (patch from John Paul Wallington
1555         <jpw@shootybangbang.com>).  Remove useless "Documentation:" string.
1557         * timer.el (timer-set-time-with-usecs): Fix documentation.
1558         Simplify extraction of time data.
1560 2002-07-12  John Paul Wallington  <jpw@shootybangbang.com>
1562         * help-fns.el (describe-variable): Mention if the variable is an alias.
1564 2002-07-12  Kenichi Handa  <handa@etl.go.jp>
1566         * international/mule-cmds.el (locale-language-names): Change "mk"
1567         (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
1568         alphabet) to "Cyrillic-ISO".
1570 2002-07-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1572         * net/tramp.el (tramp-default-method): New default method "sm"
1573         which I guess to be good for most people.
1574         (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
1575         Ange-FTP) for some user/host combinations.
1576         (tramp-file-name-structure, tramp-file-name-regexp)
1577         (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
1578         (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
1579         (tramp-make-multi-tramp-file-format): New default value which
1580         unifies the filename syntax between Tramp and Ange-FTP.  The new
1581         syntax is "/method:user@host:path".  Note the colon after the method.
1582         (tramp-handle-file-name-directory): Don't return "/" when
1583         completing a remote root directory (where the filename looks like
1584         "/method:user@host:/").
1585         (tramp-handle-ange-ftp): Deleted.
1586         (tramp-disable-ange-ftp): New function, called at toplevel,
1587         deletes Ange-FTP from file-name-handler-alist.
1588         (tramp-handle-make-symbolic-link): Implement.
1590 2002-07-10  Juanma Barranquero  <lektu@terra.es>
1592         * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
1594         * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
1595         (speedbar-vc-do-check): Likewise.
1596         (speedbar-obj-do-check): Likewise.
1597         (speedbar-mouse-hscroll): Likewise.
1598         (speedbar-file-lists): Likewise.
1600         * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
1602 2002-07-09  Ole Aamot  <ole@gnu.org>
1604         * compile.el (compilation-error-regexp-alist):
1605         Recognize Valgrind messages.
1607 2002-07-09  Juanma Barranquero  <lektu@terra.es>
1609         * faces.el (face-id): Fix typo.
1611         * hexl.el (hexl-mode): Likewise.
1613         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
1615         * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
1617         * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
1618         (speedbar-desired-buffer): Likewise.
1619         (speedbar-line-file): Likewise.
1620         (speedbar-special-mode-key-map): Fix typo.
1621         (speedbar-dynamic-tags-function-list): Likewise.
1622         (speedbar-use-images): Likewise.
1623         (speedbar-up-directory): Likewise.
1624         (speedbar-item-info): Likewise.
1625         (speedbar-set-timer): Likewise.
1626         (speedbar-insert-button): Likewise.
1627         (speedbar-make-button): Likewise.
1628         (speedbar-make-tag-line): Likewise.
1629         (speedbar-insert-files-at-point): Likewise.
1630         (speedbar-update-special-contents): Likewise.
1631         (speedbar-find-selected-file): Likewise.
1632         (speedbar-add-indicator): Likewise.
1633         (speedbar-do-function-pointer): Likewise.
1634         (speedbar-goto-this-file): Likewise.
1635         (speedbar-line-path): Likewise.
1636         (speedbar-mouse-event-p): Likewise.
1637         (speedbar-dir-follow): Likewise.
1638         (speedbar-tag-find): Likewise.
1639         (speedbar-fetch-etags-command): Likewise.
1640         (speedbar-fetch-etags-arguments): Likewise.
1641         (speedbar-toggle-etags): Likewise.
1642         (speedbar-extract-one-symbol): Likewise.
1643         (speedbar-parse-c-or-c++tag): Likewise.
1644         (speedbar-unhighlight-one-tag-line): Likewise.
1645         (speedbar-directory-face): Likewise.
1646         (defimage-speedbar): Likewise.
1647         (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
1648         (defimage-speedbar): Likewise.
1650 2002-07-09  Miles Bader  <miles@gnu.org>
1652         * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
1653         to nil when prompting for a filename.
1655 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
1657         * files.el (insert-directory): Be sure to bind
1658         coding-system-for-write to the just decided coding-system-for-read.
1660 2002-07-09  Kim F. Storm  <storm@cua.dk>
1662         * ido.el (ido-make-merged-file-list): Move fully matching item to
1663         head of list.
1664         (ido-find-common-substring): Return substring instead of t.
1666 2002-07-08  Juanma Barranquero  <lektu@terra.es>
1668         * info.el (Info-directory-list): Fix docstring.
1670 2002-07-08  Miles Bader  <miles@gnu.org>
1672         * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
1673         before first use.
1675 2002-07-08  Kim F. Storm  <storm@cua.dk>
1677         * files.el (after-find-file): Don't check for read-only status
1678         of files just created (and not yet saved on disk).
1680         * ido.el (ido-completion-help): Changed xemacs specific code to
1681         avoid byte compiler warning in GNU emacs.
1682         (ido-set-matches1): Use regexp-quote instead of identity.
1683         (ido-complete-space): New function.
1684         (ido-define-mode-map): Bind it to SPACE.
1686 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
1688         * font-lock.el (font-lock-default-unfontify-region):
1689         Use remove-list-of-text-properties.
1690         (font-lock-extra-managed-props): Doc fix.
1692         * facemenu.el: Move `provide' to the end.
1693         (facemenu-read-color): Don't cons unnecessarily.
1695         * language/ind-util.el (indian-make-hash):
1696         * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
1697         (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
1699         * subr.el (insert-string): Update the obsolete info.
1700         (makehash): Move from C and mark obsolete.
1702         * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
1703         aliases to also work for interactive functions.
1704         Use the same wrapper for subroutines.
1705         (cancel-debug-on-entry): Get rid of the now-useless wrapper.
1706         (debug-on-entry-1): Correctly skip docstrings and interactive forms.
1708         * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
1709         automatic environment name update.
1710         (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
1712 2002-07-07  Richard M. Stallman  <rms@gnu.org>
1714         * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
1716         * emacs-lisp/advice.el (ad-compile-function):
1717         Disable cl-function warnings if cl is loaded.
1719         * files.el (safe-local-eval-forms): New user option.
1720         (hack-one-local-variable-eval-safep): Support it.
1721         Also allow `safe-local-eval-function' property to be a function
1722         or a list of functions.
1723         (c-add-style): Delete `safe-local-eval-function' property.
1725         * files.el (after-find-file): Make buffer read-only if file is
1726         marked that way, even for root.
1728         * files.el (save-some-buffers): Doc fix.
1730         * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
1732 2002-07-06  Francesco Potorti`  <pot@gnu.org>
1734         * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
1735         .sx[dmicw] file suffixes for Open office data files.
1737         * files.el (auto-mode-alist): Likewise.
1739         * international/mule.el (auto-coding-alist): Likewise.
1741 2002-07-05  Kim F. Storm  <storm@cua.dk>
1743         * emulation/cua-rect.el (cua--rectangle-operation): Don't call
1744         FCT if current column is outside rectangle.
1745         (cua--delete-rectangle): Do nothing if zero width or out of bounds.
1747 2002-07-04  Stefan Monnier  <monnier@cs.yale.edu>
1749         * net/ange-ftp.el: Use add-hook and find-file-hook.
1750         (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
1751         (ange-ftp-ls-parser): Make it into a function.
1752         Ignore trailing @ in symlink targets.
1753         (ange-ftp-file-entry-p): Ignore FTP errors.
1754         (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
1755         to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
1757 2002-07-04  Per Abrahamsen  <abraham@dina.kvl.dk>
1759         * simple.el (toggle-truncate-lines): New command.
1761 2002-07-04  Miles Bader  <miles@gnu.org>
1763         * comint.el (comint-displayed-dynamic-completions): New variable.
1764         (comint-dynamic-list-completions): Be more careful about choosing
1765         when to scroll an existing completions window.
1767 2002-07-03  Andreas Schwab  <schwab@suse.de>
1769         * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
1770         after doc string.
1772 2002-07-03  Juanma Barranquero  <lektu@terra.es>
1774         * net/tramp.el (tramp-send-eof): Fix typo.
1775         (tramp-kill-process): Likewise.
1777         * play/dunnet.el (dun-physobj-desc): Likewise.
1779         * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
1781         * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
1782         (timeclock-workday-elapsed): Likewise.
1784         * allout.el (outline-goto-prefix): Likewise.
1786         * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
1787         (tpu-delete-to-bol): Likewise.
1789         * subr.el (chars-in-region): Add obsolescence declaration for
1790         `chars-in-region'.
1792 2002-07-03  Miles Bader  <miles@gnu.org>
1794         * faces.el (header-line): Don't use a `common' clause for
1795         inheriting from the mode-line face, since we can't override it,
1796         and we don't want it for ttys.
1798 2002-07-02  Richard M. Stallman  <rms@gnu.org>
1800         * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
1802         * files.el (hack-one-local-variable-constantp): New function.
1803         (hack-one-local-variable-eval-safep): New function.
1804         Check for `eval:' calling fn with `safe-local-eval-function' property.
1805         (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
1806         (c-add-style, c-set-style): Add safe-local-eval-function property.
1808         * files.el (insert-directory): Handle --dired option to ls.
1810         * files.el (file-remote-p): New function.
1812         * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
1814         * startup.el (fancy-splash-screens): Switch to a chosen frame.
1815         (fancy-splash-frame): Choose the right frame to use.
1816         (use-fancy-splash-screens-p): Check dimensions of the right frame
1817         in order to decide.
1819         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
1820         Rename cl-func to cl-functions.  Enable it by default.
1821         (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
1822         if the file loads cl.
1823         (byte-compile-initial-macro-environment): For eval-and-compile,
1824         use byte-compile-eval-before-compile to eval.
1825         (byte-compile-eval-before-compile): New function to turn off
1826         cl-functions when appropriate, for eval-and-compile.
1827         (byte-compile-warnings): Doc fix.
1829 2002-07-02  Dave Love  <fx@gnu.org>
1831         * emacs-lisp/bytecomp.el (byte-compile-warnings):  Add cl-func option.
1832         (byte-compile-cl-warn): New function.
1833         (byte-compile-form): Use it, to warn about calling cl functions.
1834         (byte-compile-warning-types): Doc fix.
1836 2002-07-02  Juanma Barranquero  <lektu@terra.es>
1838         * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
1840         * textmodes/reftex-cite.el (reftex-citation): Fix typo.
1842         * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
1843         Fix typo.
1845 2002-07-02  Kim F. Storm  <storm@cua.dk>
1847         * emacs-lisp/bindat.el: New file.
1849 2002-07-01  Sam Steingold  <sds@gnu.org>
1851         * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
1852         before `tex-main-file' because if the current buffer is new, its
1853         file might not exist yet, and then `tex-main-file' will
1854         incorrectly return "foo.tex.tex".
1856 2002-07-01  Juanma Barranquero  <lektu@terra.es>
1858         * ido.el (ido-minibuffer-setup-hook): Doc fix.
1860 2002-07-01  Dave Love  <fx@gnu.org>
1862         Make strokes a proper minor mode, and don't try to overload
1863         mouse-2, which doesn't work satisfactorily.
1865         * strokes.el: Doc fixes.
1866         (strokes-mode): Defcustom deleted; replaced by minor mode def with
1867         re-written function.
1868         (strokes-while-inhibiting-garbage-collector): Comment out.
1869         (define-stroke, strokes-fix-button2-command, strokes-insinuated)
1870         (strokes-insinuate, global-set-stroke, describe-stroke)
1871         (load-user-strokes, save-strokes, strokes-bug-address)
1872         (strokes-click-command): Deleted.
1873         (strokes-execute-stroke): Remove strokes-click-p case.
1874         (strokes-describe-stroke): Remove strokes-click-p stuff.
1875         (strokes-help): Fix.
1876         (strokes-report-bug): Alias to report-emacs-bug.
1877         (strokes-prompt-user-save-strokes): Modify format of the file.
1878         (strokes-mode-map, strokes-unload-hook): New.
1879         (strokes-buffer-name): Don't customize.
1881 2002-07-01  Richard M. Stallman  <rms@gnu.org>
1883         * info.el (Info-index): Get immediate error if used in `dir'.
1885         * textmodes/picture.el (picture-forward-column)
1886         (picture-move-down): Never deactivate the mark.
1888 2002-06-30  Simon Josefsson  <jas@extundo.com>
1890         * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
1891         menu entry into balloon help.
1893 2002-06-30  Andreas Schwab  <schwab@suse.de>
1895         * files.el (directory-free-space-args): Don't use `-P' on Darwin.
1896         * term/mac-win.el: Don't set it here.
1898 2002-06-29  Stefan Monnier  <monnier@cs.yale.edu>
1900         * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
1902 2002-06-29  Andreas Schwab  <schwab@suse.de>
1904         * term/mac-win.el: Use directory-free-space-program instead of
1905         obsolete variable dired-free-space-program.  On Darwin, don't set
1906         directory-free-space-program, shell-file-name and
1907         process-connection-type; set directory-free-space-args to not
1908         include `-P' and use utf-8 for file name coding system.
1910         * simple.el (shell-command-on-region): Handle errors and signals
1911         from shell command execution.
1912         (display-message-or-buffer): Fix last change.
1913         (shell-command-default-error-buffer): Doc fix.
1915         * dired.el (dired-view-file): Quote file name for
1916         dired-run-shell-command.
1918 2002-06-29  Kim F. Storm  <storm@cua.dk>
1920         * kmacro.el: New file.
1922 2002-06-28  John Wiegley  <johnw@gnu.org>
1924         * pcmpl-cvs.el: Added my name as the maintainer of this file.
1926 2002-06-28  Andreas Schwab  <schwab@suse.de>
1928         * shell.el (explicit-bash-args): New user option.
1930 2002-06-28  Kim F. Storm  <storm@cua.dk>
1932         * ido.el: New file.
1934 2002-06-28  Stefan Monnier  <monnier@cs.yale.edu>
1936         * derived.el (define-derived-mode): Preserve the `mode-class' rather
1937         than the `special' symbol property.
1938         (derived-mode-class): Make it obsolete.
1940 2002-06-27  Andreas Schwab  <schwab@suse.de>
1942         * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
1944 2002-06-27  Juanma Barranquero  <lektu@terra.es>
1946         * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
1947         (meta-flag): Likewise.
1949         * international/mule-util.el (string-to-sequence): Likewise.
1951         * subr.el (char-bytes): Likewise.
1952         (make-local-hook): Likewise.
1953         (baud-rate): Remove redundant info from docstring.
1955         * faces.el (frame-update-faces): Fix obsolescence declaration.
1956         (internal-get-face): Remove redundant info from docstring and
1957         fix obsolescence declaration.
1959         * rect.el (move-to-column-force): Likewise.
1961         * help-fns.el (describe-function-1): Use semicolon instead of dot.
1962         (describe-variable): Likewise.
1964 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
1966         * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
1967         (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
1968         (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
1969         (mouse-wheel-follow-mouse): Change default to t.
1970         (mwheel-event-button): Return the basic event symbol.
1971         (mwheel-scroll): Work with non-mouse events.
1972         (mouse-wheel-mode): Use the new vars.
1973         (mwheel-install): Obey `uninstall'.
1975         * term/xterm.el (function-key-map): Add some bindings.
1977         * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
1978         Rename from delay-uniquify-rationalize-file-buffer-names.
1979         Only rationalize if the buffer is under uniquify control.
1980         (uniquify-delayed-rationalize-file-buffer-names):
1981         Rename from delayed-uniquify-rationalize-file-buffer-names.
1983 2002-06-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1985         * net/tramp.el (tramp-file-name-structure)
1986         (tramp-multi-file-name-hop-structure): Split for easier readability.
1987         (tramp-handle-make-symbolic-link): Use user/host/method/... from
1988         LINKNAME, not FILENAME.
1989         (tramp-handle-verify-visited-file-modtime):
1990         Call tramp-ange-ftp-file-name-p with right parameters.
1991         (tramp-handle-verify-visited-file-modtime): `insert' does not
1992         work for integers, convert them to strings first.
1993         (tramp-handle-ange-ftp): New function to perform setup for
1994         replacing Ange-FTP with Tramp.
1995         (tramp-repair-jka-compr): New function to factor out some
1996         previously top-level code.  Call the function at top-level.
1998 2002-06-27  Juanma Barranquero  <lektu@terra.es>
2000         * composite.el (decompose-composite-char): Fix docstring.
2002         * faces.el (describe-face): Capitalize "not documented" message.
2004         * help-fns.el (describe-variable): Likewise.
2005         (describe-function-1): Likewise. Also, document the obsolescence
2006         of the function, if applicable.
2008 2002-06-26  Juanma Barranquero  <lektu@terra.es>
2010         * info.el (info-menu-5): Fix documentation.
2011         (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
2013 2002-06-26  Richard M. Stallman  <rms@gnu.org>
2015         * emacs-lisp/cl.el (values): Simplify definition.
2017         * simple.el (shell-command): Match & only at end of whole command.
2018         (display-message-or-buffer): Don't use the echo area
2019         if output buffer is visible.
2021         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
2023         * progmodes/cperl-mode.el: Many trivial doc fixes.
2024         (cperl-non-problems): Definition deleted.
2025         (cperl-menu): Don't refer to cperl-non-problems.
2026         (cperl-word-at-point): Add doc string.
2027         (cperl-beautify-regexp-piece): Fix error message.
2028         (cperl-invert-if-unless): Fix error message.
2030         * dired.el (dired-find-alternate-file): Mark as disabled.
2032 2002-06-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2034         * net/tramp.el (tramp-ftp-method): New user option.
2035         (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
2036         (with-parsed-tramp-file-name): New macro for the usual big `let'
2037         statement to dissect a file-name.
2038         (tramp-handle-make-symbolic-link, tramp-handle-load)
2039         (tramp-handle-file-name-directory)
2040         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2041         (tramp-handle-file-truename, tramp-handle-file-directory-p)
2042         (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
2043         (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
2044         Use the new macro and forward call to Ange-FTP if applicable.
2045         (tramp-make-ange-ftp-file-name): New helper function to convert a
2046         file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
2047         (tramp-default-method-alist): New user option.
2048         (tramp-find-default-method): Use it.
2049         (tramp-sh-extra-args): New variable.
2050         (tramp-find-shell): Use it.
2051         (tramp-open-connection-rsh): Support a kludgy feature for the
2052         "-p" option to ssh.  If host name is given as "host#42", uses the
2053         "-p 42" option.
2055 2002-06-25  Andreas Schwab  <schwab@suse.de>
2057         * replace.el (occur-1): Avoid invalid message format string.
2059 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
2061         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
2062         Check for `noruntime' even if the function has a known sig.
2063         (byte-compile-file, byte-compile-output-docform):
2064         Don't hard code point-min = 1.
2066         * pcvs.el (cvs-parse-process): Don't save/restore point.
2067         Fix last change not to introduce spurious dir FIs.
2068         (cvs-move-to-goal-column): New function extracted from
2069         cvs-mode-previous-line.
2070         (cvs-mode-previous-line, cvs-mode-next-line): Use it.
2071         (cvs-addto-collection): Use it to preserve point.
2072         (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
2074         * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
2075         Don't require the first element to be modifier-free.
2077         * pcvs-parse.el (cvs-parse-table):
2078         Handle `nothing known about' with more care.
2080         * pcvs.el (cvs-fileinfo-kill): Remove.
2081         (cvs-parse-process): Add `old-fis' argument.
2082         (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
2084         * descr-text.el (describe-property-list): Make sure there's
2085         a space between the property name and its value.
2086         (describe-text-properties): Don't kill a pre-existing buffer.
2088         * mwheel.el: Undo last patch from Stephen Gildea for now.
2090 2002-06-24  Kim F. Storm  <storm@cua.dk>
2092         * emulation/keypad.el: Added :require 'keypad to defcustoms.
2094 2002-06-23  Stefan Monnier  <monnier@cs.yale.edu>
2096         * subr.el (event-start, event-end, event-click-count):
2097         Accept non-mouse events as well.
2098         (read-key): New function.
2099         (read-quoted-char): Use it.  Use this-single-command-raw-keys as well.
2101         * files.el: Rename (and mark as obsolete)
2102         find-file-hooks to find-file-hook,
2103         find-file-not-found-hooks to find-file-not-found-functions,
2104         write-file-hooks to write-file-functions,
2105         write-contents-hooks to write-contents-functions.
2106         Mark local-write-file-hooks as obsolete.
2107         (locate-file-completion): Don't cons uselessly.  Use test-completion.
2108         (basic-save-buffer): Use (point-min) rather than 1.
2109         (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
2111         * help-fns.el (describe-variable): Only use `buffer' is still live.
2112         Use `delete-region' instead of save-excursion + delete-char.
2113         Document the obsolescence of the variable, if applicable.
2115 2002-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
2117         * progmodes/f90.el (f90-do-auto-fill): Respect the value of
2118         comment-auto-fill-only-comments.
2120 2002-06-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2122         * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
2123         This is not a handled operation.
2125 2002-06-21  Kim F. Storm  <storm@cua.dk>
2127         * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
2128         work again.  Corrected error in check for C-u initiated prefix.
2130         * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
2132 2002-06-21  Richard M. Stallman  <rms@gnu.org>
2134         * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
2135         to browse-url-at-point.
2137         * play/zone.el (zone-idle): Var deleted.
2139         * international/iso-acc.el (iso-languages) <french>:
2140         `~ ' now generates `~', `~,' definition deleted.
2142         * format.el (format-annotate-function): Copy multibyte flag
2143         and selective-display into the new temp buffer.
2145         * edmacro.el (edmacro-fix-menu-commands):
2146         Discard `help-echo' events.  Handle (menu-bar) events.
2147         Simplify by converting key sequence to a list and then back to vector.
2149 2002-06-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
2151         * mwheel.el: Allow arbitrary keys for scrolling, add a third
2152         scrolling speed, fix an unwind-protect.
2153         (mouse-wheel-scroll-amount): Now a three-element list.
2154         (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
2155         (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
2156         (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
2157         New functions.
2159 2002-06-21  Andreas Schwab  <schwab@suse.de>
2161         * files.el (find-file-read-args): Add new argument `mustmatch' and
2162         pass it down to read-file-name.
2163         (find-file, find-file-other-window, find-file-other-frame)
2164         (find-file-read-only, find-file-read-only-other-window)
2165         (find-file-read-only-other-frame): Use it and fix prompts.
2167 2002-06-21  Stefan Monnier  <monnier@cs.yale.edu>
2169         * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
2171 2002-06-20  Emmanuel Briot  <briot@act-europe.fr>
2173         * progmodes/ada-mode.el: Update copyright notice.
2174         Synchronize with GNAT release 3.15a1.
2175         Do not attempt to load ada-support, which is only for compatibility
2176         with older Emacs versions, and is not needed for Emacs 21.
2177         Fix various calls to count-lines, that didn't work correctly when the
2178         buffer was narrowed.
2179         (ada-continuation-indent): New variable.
2180         (ada-contextual-menu): New entry "List local references", faster than
2181         "List References".
2182         (ada-mode): New alignment rules provided by S. Leake.
2183         Add support for which-function-mode.
2184         (ada-get-current-indent): Fix indentation of named parameter lists and
2185         nested boolean expressions.
2186         (ada-indent-on-previous-lines): Fix indentation of labels.
2187         (ada-search-prev-end-stmt): Fix searching of the previous
2188         end-statement, specially with regards to nested subprograms.
2189         (comment-region advice): Initially disabled, for better compatibility
2190         with other modes.
2191         (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
2193         * progmodes/ada-xref.el: Update copyright notice.
2194         (ada-xref-create-ali): The default is now not to create automatically
2195         the ALI files by compiling the unit, since this isn't always reliable
2196         and requires an up-to-date project file.
2197         (ada-prj-default-comp-cmd): No longer use gcc directly to compile
2198         a file, but use gnatmake instead, since this gives access to the GNAT
2199         project files.
2200         (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
2201         (ada-load-project-hook): New variable, for support of GNAT
2202         project files.
2203         (ada-update-project-menu): Fix the detection of the project file name.
2204         (ada-add-keymap): Change key binding for ada-find-file, that conflicted
2205         with another binding in ada-mode.el.
2206         (ada-add-menu): New menu "List Local References", to list the reference
2207         to the entity only in the current file, instead of looking in the whole
2208         project.  Much faster.
2209         (ada-find-references): New parameters arg and local-only.
2210         (ada-find-any-references): New parameters local-only and append.
2211         (ada-goto-declaration): Fix handling of predefined entities in xref.
2212         (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
2213         still compatible with GNAT 3.14 of course.  Fix various calls to
2214         count-lines, that didn't work correctly when the buffer was narrowed.
2216         * progmodes/ada-prj.el: Update copyright.
2217         (ada-prj-load-directory): Make sure we do not use one of the new Emacs
2218         21 dialogs to select the file, since we want a directory name only.
2219         (ada-customize): Add support for the new GNAT project files.
2221 2002-06-20  Francesco Potorti`  <pot@gnu.org>
2223         * progmodes/etags.el (tag-implicit-name-match-p): New function.
2224         (etags-recognize-tags-table): Use it for implicit tag names.
2226 2002-06-20  Miles Bader  <miles@gnu.org>
2228         * comint.el (comint-get-old-input-default): Strip text properties
2229         for fields too.
2231         * comint.el (comint-output-filter): Run output-filter functions
2232         before setting up the prompt.
2234         * international/characters.el: Re-enable code giving word syntax
2235         to certain japanese-jisx0208 characters.
2237 2002-06-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
2239         * progmodes/f90.el (f90-type-def-re): Fix value.
2240         (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
2242 2002-06-18  Stefan Monnier  <monnier@cs.yale.edu>
2244         * international/quail.el (quail-help): Don't assume the buffer
2245         is displayed in the same frame.
2247         * emacs-lisp/debug.el (cancel-debug-on-entry):
2248         * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
2250         * pcvs.el (cvs-vc-command-advice): Handle the case where args
2251         are passed to `cvs' before the command name.
2252         (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
2254         * pcvs-info.el (cvs-add-face): Minor rewrite.
2255         (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
2257         * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
2258         regexp when they don't match comment-foo any more.
2260 2002-06-18  Juanma Barranquero  <lektu@terra.es>
2262         * filesets.el (filesets-update-pre010505): Fix typo.
2264         * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
2266         * emulation/edt.el (edt-substitute): Fix typo.
2268         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
2270         * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
2272         * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
2274 2002-06-17  Richard M. Stallman  <rms@gnu.org>
2276         * facemenu.el (facemenu-map): Rename to Describe Text
2277         to Describe Properties and use describe-text-properties.
2279         * simple.el (what-cursor-position): Use describe-char.
2281         * descr-text.el (describe-char): Moved from mule-diag.el, renamed
2282         from describe-char-after.  Now calls describe-text-properties.
2283         (describe-property-list): Renamed from describe-text-properties.
2284         (describe-text-properties): Renamed from describe-text-at.
2285         New arg OUTPUT-BUFFER.
2286         (describe-text-properties-1):
2287         New subroutine, broken out from describe-text-properties.
2288         Output a newline before each section of the output.
2290         * international/mule-diag.el (describe-char-after):
2291         Moved to descr-text.el.
2293 2002-06-17  Eli Zaretskii <eliz@is.elta.co.il>
2295         * international/mule.el (ctext-pre-write-conversion): Fix the values
2296         of FROM and TO if we create a new buffer.
2298 2002-06-17  John Paul Wallington  <jpw@shootybangbang.com>
2300         * comint.el (comint-insert-clicked-input): Insert clicked-on
2301         previous input without properties.
2303 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
2305         * term/mac-win.el (scalable-fonts-allowed): Set to t.
2307 2002-06-15  Colin Walters  <walters@debian.org>
2309         * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
2310         Delete defvars.
2311         (cvs-highlight): Delete.
2312         (cvs-add-face): Use `font-lock-face'.  Always add properties.
2314         * ibuffer.el (ibuffer-movement-cycle): New variable.
2315         (ibuffer-backward-line, ibuffer-forward-line): Use it.
2317 2002-06-15  Richard M. Stallman  <rms@gnu.org>
2319         * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
2320         (batch-byte-recompile-directory): Undo previous change.
2322         * comint.el (comint-skip-input): New function.
2323         (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
2324         (comint-stop-subjob): Use comint-skip-input.
2326         * ielm.el (ielm-eval-input): Use error-message-string.
2327         (ielm-format-error, ielm-format-errors): Functions deleted.
2329 2002-06-14  Kim F. Storm  <storm@cua.dk>
2331         * progmodes/compile.el (grep-tree): Doc fixes.
2332         Added SUBDIRS arg for non-interactive use.
2334 2002-06-14  Juanma Barranquero  <lektu@terra.es>
2336         * comint.el (comint-snapshot-last-prompt):
2337         Bind `inhibit-read-only' to t to support read-only prompts.
2338         (comint-output-filter): Likewise.
2340 2002-06-14  Miles Bader  <miles@gnu.org>
2342         * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
2343         (pop): Move the call to `car' outside the prog1, as the compiler
2344         then generates better code.
2346 2002-06-13  Richard M. Stallman  <rms@gnu.org>
2348         * play/zone.el (zone-timer): New variable holds the idle timer.
2349         (zone): Don't fiddle with the idle timer at all.
2350         (zone-when-idle): Put the idle timer in zone-timer.
2351         If one is already set up, cancel it and make a new one.
2352         (zone-leave-me-alone): Likewise.
2354 2002-06-13  Jason Rumney  <jasonr@gnu.org>
2356         * w32-fns.el (w32-charset-info-alist): Reorder.
2358 2002-06-13  Andreas Schwab  <schwab@suse.de>
2360         * files.el (auto-mode-alist): Move entry for ".in" to the end.
2362 2002-06-13  Miles Bader  <miles@gnu.org>
2364         * comint.el (comint-mode): Don't set `font-lock-defaults'.
2365         (comint-mode-hook): Turn on font-lock by default.
2367 2002-06-12  Karl Fogel  <kfogel@red-bean.com>
2369         * bookmark.el (bookmark-file-or-variation-thereof):
2370         Restore vc-backend check, thanks to Robert Thorpe for noticing.
2372 2002-06-12  Eli Zaretskii  <eliz@is.elta.co.il>
2374         * textmodes/bibtex.el: Change the maintainer to "none".
2376 2002-06-12  Juanma Barranquero  <lektu@terra>
2378         * term/w32-win.el (x-handle-switch): Fix handling of
2379         x-invocation-args for switches with arguments.
2381 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
2383         * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
2384         without first making sure it's bound.
2386 2002-06-12  Richard M. Stallman  <rms@gnu.org>
2388         * info.el (Info-fontify-node): Compute header line specially
2389         if node has no next, previous or up links.
2390         Hide the part of the first line that is used in the header.
2391         Use Info-next-link-keymap, etc.
2392         (Info-next-link-keymap, Info-prev-link-keymap)
2393         (Info-up-link-keymap): New variables.
2395         * international/mule-diag.el (describe-char-after): Doc fix.
2397         * view.el (view-mode-enter): Clarify echo area message.
2399         * info.el (Info-select-node): Turn header line on or off here.
2400         (Info-setup-header-line): Function deleted.
2401         (Info-mode): Make Info-header-line local.
2402         (Info-fontify-node): Ignore Info-use-header-line.
2403         Unconditionally compute what the header line should be, and
2404         store it on the `header-line' property of the node's first char.
2405         Bind [header-line down-mouse-1].
2406         Use `keymap' property, not `local-map'.
2407         Bind [mouse-2] for mouse clicks on the node line in the text.
2409         * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
2411 2002-06-12  Miles Bader  <miles@gnu.org>
2413         * comint.el (comint-send-input): Properly handle empty and
2414         no-newline input regions.
2416 2002-06-12  Colin Walters  <walters@gnu.org>
2418         * calc/calc.el: Use `when', `unless'.
2419         (calc-trail-mode): Use an italic `font-lock-face'.
2420         (calc-refresh): Ditto.
2422 2002-06-12  Colin Walters  <walters@debian.org>
2424         * font-core.el (font-lock-core-only): Variable deleted.
2425         All uses removed.
2426         (font-lock-set-defaults): Variable alist settings moved back into
2427         font-lock-set-defaults-1.
2428         (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
2429         is specifically excluded by the user.
2431         * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
2433         * help-mode.el (help-mode): Don't set `font-lock-defaults'.
2435         * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
2437         * info.el (Info-mode): Don't set `font-lock-defaults'.
2439         * replace.el (occur-mode): Don't set `font-lock-defaults'.
2441         * help-mode.el (help-highlight-p, help-highlight-face):
2442         Variable was unused; delete.
2443         (help-make-xrefs): Doc fix.
2445 2002-06-11  Richard M. Stallman  <rms@gnu.org>
2447         * format.el (format-alist): Document new element PRESERVE.
2448         (format-write-file): Implement PRESERVE elt for a format.
2450         * files.el (make-auto-save-file-name): Rename local `filename' to
2451         `file-name'.
2453 2002-06-10  Richard M. Stallman  <rms@gnu.org>
2455         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
2456         (ebrowse-copy-list): Function deleted.
2458         * eshell/em-unix.el (eshell/diff): Use copy-sequence.
2460         * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
2462         * eshell/esh-util.el (eshell-copy-list): Function deleted.
2463         (eshell-sublist): Use copy-sequence.
2464         (eshell-copy-tree): Make it an alias for copy-tree.
2466         * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
2468         * subr.el (copy-list): Moved to cl.el.
2469         (copy-tree): Don't use copy-list or cl-pop.
2471 2002-06-10  Miles Bader  <miles@gnu.org>
2473         Make comint use text properties for highlighting instead of overlays:
2474         * comint.el (comint-last-output-overlay): Variable removed.
2475         (comint-send-input, comint-output-filter): Use text properties
2476         instead of overlays.
2477         (comint-insert-clicked-input): Rewrite to work with text
2478         properties as well as overlays
2479         (comint-snapshot-last-prompt): Snapshot using text properties.
2480         (comint-get-old-input-default, comint-extract-string): Don't copy
2481         text properties.
2483         * simple.el (line-move-finish): Inhibit field motion when
2484         computing `line-end'.
2486         * files.el (revert-buffer): Correct typo: variable name is
2487         `buffer-file-format', not `buffer-file-formats'.
2489         * comint.el (comint-send-input, comint-output-filter): Use the
2490         `font-lock-face' property instead of `face'.  Don't check the
2491         highlight-enabling variables anymore.
2492         (comint-highlight-input, comint-highlight-prompt): Variables removed.
2494         * faces.el (display-supports-face-attributes-p): New function.
2495         (face-spec-set-match-display): Support `supports' predicate.
2496         (italic): Try underlining for displays that don't support real italics.
2497         * cus-edit.el (custom-display): Add support for `supports' predicate.
2498         * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
2499         instead of 8-bit, for consistency with the rest of emacs.
2500         (tty-color-canonicalize): Only copy COLOR if we need to change it.
2501         (tty-color-approximate): Scale values from `color-name-rgb-alist'
2502         appropriately.  Return the whole color description, rather than
2503         just the RGB values.
2504         (tty-color-standard-values): New function.  Code mostly taken from
2505         `tty-color-translate'.
2506         (tty-color-translate, tty-color-values): Use `tty-color-desc' to
2507         do all the work.
2508         (tty-color-desc): Do color lookup here instead of calling
2509         `tty-color-translate' and `tty-color-by-index'; this is now the
2510         main place to do it.
2512 2002-06-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
2514         * progmodes/cc-style.el (c-set-style, c-set-style-1):
2515         Add another state for the `dont-override' flag where it only keeps
2516         globally set variables.
2518 2002-06-08  Colin Walters  <walters@gnu.org>
2520         * descr-text.el (describe-text-properties): Sort the output by the
2521         size of the values.  Put `font-lock-face' property on property names.
2522         (toplevel): Provide `descr-text'.
2524         * international/mule-diag.el (describe-char-after): When there are
2525         text properties, require `descr-text', and just call
2526         `describe-text-properties'.
2528         * international/mule.el (sgml-html-meta-auto-coding-function):
2529         New function.
2530         (auto-coding-from-file-contents): Delete; merge functionality into
2531         `set-auto-coding'.
2532         (set-auto-coding): Move tests from `auto-coding-functions' so that
2533         they have a lower priority than coding: tags.
2534         Put `auto-coding-regexp-alist' tests before coding: tag tests.
2535         (sgml-xml-auto-coding-function): Simply `intern' the match, and
2536         test if it's a valid coding system.
2537         (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
2539 2002-06-08  Colin Walters  <walters@verbum.org>
2541         * subr.el (copy-list): Moved here from cl.el.
2542         (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
2544         * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
2545         subr.el.  Add a defalias with the old name.
2547         * emacs-lisp/cl.el (copy-list): Moved to subr.el.
2549         * replace.el (occur-mode): Don't set up categories.  Do set
2550         `font-lock-defaults', and be sure to set `font-lock-core-only'.
2551         (occur-1): Pass `list-matching-lines-face' and
2552         `list-matching-lines-buffer-name-face'.
2553         (occur-engine): Use `font-lock-face' instead of categories.
2555         * info.el (Info-mode): Don't set up categories.  Do set
2556         `font-lock-defaults', and be sure to set `font-lock-core-only'.
2557         (Info-fontify-menu-headers): Use `font-lock-face' instead of
2558         categories.
2559         (Info-fontify-node): Ditto.
2561         * ibuffer.el (ibuffer-category-alist): Delete.
2562         (ibuffer-get-category): Delete.
2563         (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
2564         of categories.
2565         (ibuffer-compile-format): Don't treat `name' category specially.
2566         (ibuffer-column name): Use `font-lock-face'.
2567         (filename-and-process): Ditto.
2568         (ibuffer-buffer-name-category): Renamed to
2569         `ibuffer-buffer-name-face'.  Don't use categories.
2570         (ibuffer-update-title-and-summary): Use `font-lock-face'.
2571         (ibuffer-insert-filter-group): Ditto.
2572         (ibuffer-mode): Don't set up categories.  Do set
2573         `font-lock-defaults', and be sure to set `font-lock-core-only'.
2574         (ibuffer-compile-format): Don't pass third argument
2575         to column functions.
2576         (filename-and-process): Ditto.
2578         * ibuf-macs.el (define-ibuffer-column): Don't create a third
2579         argument for the generated function.
2581         * font-core.el (font-lock-category-alist): Delete.
2582         (turn-on-font-lock-if-enabled): Don't use it.
2583         (font-lock-symbol-category-alist): Delete.
2584         (font-lock-default-function): Use new `char-property-alias-alist'
2585         to make `font-lock-face' an alias for `face' when font-lock mode
2586         is enabled.
2587         (font-lock-core-only): New variable.
2588         (font-lock-set-defaults): Use it.
2590 2002-06-08  Richard M. Stallman  <rms@gnu.org>
2592         * files.el (find-file-noselect-1): Undo previous change.
2594         * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
2596 2002-06-07  Karl Fogel  <kfogel@red-bean.com>
2598         * bookmark.el (bookmark-file-or-variation-thereof): Just use
2599         Info-suffix-list, as suggested by Stefan Monnier.
2601 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
2603         * select.el (xselect-convert-to-string): If VALUE is a string,
2604         return a cons of TYPE and the string.
2606 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2608         * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
2609         Fix the table to contain correct characters.
2611 2002-06-04  Richard M. Stallman  <rms@gnu.org>
2613         * simple.el: Don't require cl.
2615 2002-06-03  Richard M. Stallman  <rms@gnu.org>
2617         * dired.el (dired-do-shell-command): Doc fix in autoload.
2619         * info.el (Info-extract-pointer): Ignore Info-header-line.
2621         * progmodes/cc-mode.el (c-postprocess-file-styles):
2622         Do nothing except in CC modes.
2624         * international/mule-cmds.el (select-safe-coding-system):
2625         When computing auto-cs, narrow to FROM...TO.
2626         Put save-excursion outside save-restriction.
2627         New arg FILE; use that for set-auto-coding.
2629 2002-06-01  Richard M. Stallman  <rms@gnu.org>
2631         * simple.el (choose-completion-string-functions): Doc fix.
2632         (choose-completion-string): Add doc string.
2634 2002-06-01  Kim F. Storm  <storm@cua.dk>
2636         * simple.el: Reworked previous change.
2637         (choose-completion-string1): Merged back into choose-completion-string.
2638         (choose-completion-string): Run choose-completion-string-functions
2639         after checking for proper minibuffer window.  Added mini-p arg to
2640         the hook functions.  Insert choice if all hook functions return nil.
2641         (choose-completion-string-functions): Doc update.
2643 2002-06-01  Sam Steingold  <sds@gnu.org>
2645         * files.el (auto-mode-alist): Strip trailing ".in" from the file
2646         name when deciding the mode (for config.h.in, Makefile.in etc).
2648 2002-06-01  Thien-Thi Nguyen  <ttn@gnu.org>
2650         * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
2651         ?/ and ?* entries to support /* */ style comments.
2652         (prolog-font-lock-keywords): New var.
2653         (prolog-mode): Enable font-locking; set `font-lock-defaults'.
2655 2002-06-01  Kim F. Storm  <storm@cua.dk>
2657         * simple.el (choose-completion-string-functions): New special hook.
2658         (choose-completion-string1): Renamed from choose-completion-string.
2659         (choose-completion-string): Run choose-completion-string-functions
2660         until success, and only call choose-completion-string1 if it fails.
2662 2002-05-31  Stefan Monnier  <monnier@cs.yale.edu>
2664         * textmodes/ispell.el (autoloaded toplevel): Don't use
2665         ispell-library-directory without checking that it's bound.
2667 2002-05-31  Kim F. Storm  <storm@cua.dk>
2669         * emulation/cua-base.el (cua--last-deleted-region-pos)
2670         (cua--last-deleted-region-text): New aux variables.
2671         (cua-delete-region): Set them.
2672         (cua-repeat-replace-region): Use them to find the replacement text.
2674 2002-05-31  Juanma Barranquero  <lektu@terra.es>
2676         * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
2677         Fix typos.
2679 2002-05-31  Kim F. Storm  <storm@cua.dk>
2681         * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
2682         (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
2683         New custom variables.
2684         (grep-compute-defaults): Compute grep-tree-command's default value.
2685         (grep-expand-command-macros): New aux function.
2686         (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
2687         (grep-tree): New command like grep-find but extended prompting.
2689 2002-05-30  Richard M. Stallman  <rms@gnu.org>
2691         * files.el (find-file-default): Add defvar for var already used.
2693         * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
2695         * subr.el (open-network-stream, open-network-stream-nowait)
2696         (open-network-stream-server, process-kill-without-query):
2697         Moved from simple.el.
2699         * simple.el (open-network-stream, open-network-stream-nowait)
2700         (open-network-stream-server, process-kill-without-query):
2701         Moved to subr.el.
2703         * simple.el (byte-compiling-files-p): Function deleted.
2705         * textmodes/ispell.el (ispell-library-directory): Renamed from
2706         ispell-library-path.  If Ispell is not installed, init to nil.
2707         (check-ispell-version): Doc fix.
2708         (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
2709         initialize this unconditionally when ispell-menu-map-needed is t.
2710         Local `path' renamed to `dir'.
2712 2002-05-30  Miles Bader  <miles@gnu.org>
2714         * calc/calc.el (calc-show-banner): New variable.
2715         (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
2716         (calc-mode-var-list): Add `calc-show-banner'.
2717         * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
2718         (calc-toggle-banner): New function.
2719         * calc/calc-help.el (calc-d-prefix-help): Add `@'.
2721 2002-05-29  Richard M. Stallman  <rms@gnu.org>
2723         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2724         When recognizing a def... construct, make that indentation
2725         tentative, so that it can be overridden if the list in question
2726         is not actually an expression.
2727         (common-lisp-indent-call-method): New subroutine.
2729         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2730         Delete the output file if we get a file-error.
2732         * tooltip.el (tooltip-mouse-motions-active): New variable.
2733         (tooltip-activate-mouse-motions): Don't kill track-mouse local
2734         if it was not made by us.
2736         * mouse.el (mouse-set-font): Avoid misleading error message
2737         if user makes no selection.
2739         * info.el (Info-setup-header-line): Don't hide the links line.
2741         * files.el (find-file-noselect-1): Return the buffer we created
2742         even if it has been killed within `after-find-file'.
2744         * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
2746 2002-05-29  Kim F. Storm  <storm@cua.dk>
2748         * simple.el (open-network-stream-server): Pass on optional args
2749         sentinel and filter to make-network-process (from Luke Gorrie).
2751 2002-05-28  Colin Walters  <walters@gnu.org>
2753         * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
2755         * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
2756         (byte-compile-delete-first): New function.
2757         (byte-compile-read-position): New variable.
2758         (byte-compile-last-position): New variable.
2759         (byte-compile-current-buffer): New variable.
2760         (byte-compile-log-1): Use it.
2761         (byte-compile-set-symbol-position): New function.
2762         (byte-compile-obsolete, byte-compile-callargs-warn)
2763         (byte-compile-arglist-warn, byte-compile-arglist-warn)
2764         (byte-compile-print-syms, byte-compile-file-form-defmumble)
2765         (byte-compile-check-lambda-list, byte-compile-lambda)
2766         (byte-compile-form, byte-compile-variable-ref)
2767         (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
2768         (byte-compile-condition-case, byte-compile-defun)
2769         (byte-compile-defvar, byte-compile-autoload)
2770         (byte-compile-lambda-form): Use it.
2771         (byte-compile-from-buffer): Set it, and bind
2772         `read-with-symbol-positions' and `read-symbol-positions-list'.
2774         * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
2776 2002-05-28  Kim F. Storm  <storm@cua.dk>
2778         * files.el (read-directory-name): New function.
2779         (cd): Use it instead of read-file-name.
2781 2002-05-27  Kim F. Storm  <storm@cua.dk>
2783         * simple.el (push-mark-command): Added optional NOMSG arg.
2785         * emulation/cua-base.el (cua-set-mark): Align pop to mark
2786         behaviour with standard set-mark-command.
2787         (cua--pre-command-handler): Use push-mark-command.
2788         (cua-repeat-replace-region): Improve functionality when
2789         repeated after moving point or changing buffer.
2791 2002-05-26  Colin Walters  <walters@verbum.org>
2793         * startup.el (command-line): Use `when', `unless'.
2794         (command-line-1): New argument "--nosplash".  Handle it.
2796         * startup.el (inhibit-splash-screen): New variable alias for
2797         `inhibit-startup-message'.
2799         * replace.el (perform-replace): Document return value.  Use `pop'.
2801 2002-05-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
2803         * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
2804         and slightly changed behaviour, for `f90-previous-block-start' and
2805         `f90-next-block-end'.
2806         (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
2808 2002-05-26  Simon Josefsson  <jas@extundo.com>
2810         * fringe.el (set-fringe-mode): Work when updating
2811         `default-frame-alist'.
2813 2002-05-26  Kim F. Storm  <storm@cua.dk>
2815         * emulation/cua-base.el (cua--repeat-replace-text): New variable.
2816         (cua-repeat-replace-region): New command.
2817         (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
2818         Misc improvements to the commantary.
2820 2002-05-26  Simon Josefsson  <jas@extundo.com>
2822         * fringe.el (fringe-query-style): New fringe style "minimal".
2824 2002-05-24  Simon Josefsson  <jas@extundo.com>
2826         * rot13.el (rot13-translate-table): New variable.
2827         (rot13, rot13-string, rot13-region): New functions.
2829 2002-05-25  Martin Stjernholm  <bug-cc-mode@gnu.org>
2831         * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
2832         of wrong anchoring, e.g. for else-if compounds.
2834 2002-05-25  Miles Bader  <miles@gnu.org>
2836         * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
2837         (menu-bar-showhide-fringe-menu-customize-right)
2838         (menu-bar-showhide-fringe-menu-customize-disable):
2839         Use proper calling convention for `customize-set-value'.
2840         Require `fringe' before setting variable.
2842 2002-05-25  Kim F. Storm  <storm@cua.dk>
2844         * emulation/cua-base.el (cua--self-insert-char-p): New function.
2846         * emulation/cua-gmrk.el (cua--init-global-mark):  Install default
2847         binding in cua--global-mark-keymap using cua--self-insert-char-p
2848         to handle all global self inserting characters in gmark mode.
2850         * emulation/cua-rect.el (cua--init-rectangles): Install default
2851         binding in cua--rectangle-keymap using cua--self-insert-char-p
2852         to handle all global self inserting characters in rectangle mode.
2854 2002-05-24  Stefan Monnier  <monnier@cs.yale.edu>
2856         * net/ange-ftp.el (read-file-name-internal): Remove the
2857         `ange-ftp' property.
2858         (ange-ftp-real-read-file-name-internal): Remove.
2860 2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2862         * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
2863         `forward-line'.
2864         (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
2865         (f90-previous-block-start): New navigation commands.
2867 2002-05-20  Simon Josefsson  <jas@extundo.com>
2869         * fringe.el: New file.
2871         * menu-bar.el (menu-bar-options-save): Add fringe-mode.
2872         (menu-bar-showhide-fringe-menu): New menu.
2873         (menu-bar-showhide-menu): Add Fringe sub-menu.
2875 2002-05-23  Colin Walters  <walters@verbum.org>
2877         * replace.el (occur-engine): Include all text properties except
2878         mouse-face on the newline at the end of occurences.
2880 2002-05-23  Kim F. Storm  <storm@cua.dk>
2882         * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
2883         (apropos-false-hit-str, apropos-true-hit-doc): New functions.
2884         (apropos-command, apropos-value, apropos-documentation-internal)
2885         (apropos-documentation-check-doc-file)
2886         (apropos-documentation-check-elc-file): Use them to filter out
2887         false matches where only one keyword matches, but more than once.
2889         * apropos.el (apropos-show-scores, apropos-orig-regexp)
2890         (apropos-all-regexp, apropos-synonyms, apropos-words)
2891         (apropos-all-words): New variables.
2892         (aprpos-words-to-regexp, apropos-rewrite-regexp)
2893         (apropos-calc-scores, apropos-score-str, apropos-score-doc)
2894         (apropos-score-symbol): New functions.
2895         (apropos-command, apropos, apropos-value, apropos-documentation):
2896         Allow keywords in addition to regexp. Added scoring.
2897         (apropos-documentation-check-doc-file)
2898         (apropos-documentation-check-elc-file): Added scoring.
2899         (apropos-print): Sort according to score.
2901 2002-05-22  Colin Walters  <walters@cis.ohio-state.edu>
2903         * info.el (Info-mode-hook): Change `font-lock-mode' to
2904         `turn-on-font-lock'.
2906         * font-core.el (font-lock-function): New variable.
2907         (font-lock-default-function): New function, created from
2908         `font-lock-mode'.
2909         (font-lock-mode): Just funcall `font-lock-function'.
2910         (font-lock-symbol-category-alist): New variable.
2912 2002-05-22  Markus Rost  <rost@math.ohio-state.edu>
2914         * files.el (file-newest-backup): Use file-name-sans-versions.
2916         * diff.el (diff-latest-backup-file): Replace the main code by
2917         a call of file-newest-backup.
2919 2002-05-22  Mike Williams  <mdub@bigfoot.com>
2921         * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
2922         the buffer.
2924 2002-05-21  Stefan Monnier  <monnier@cs.yale.edu>
2926         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
2927         the last patch works around the wu-ftpd misfeature that prompted
2928         the disabling of this optimization.
2930 2002-05-21  Colin Walters  <walters@gnu.org>
2932         * international/mule.el (make-coding-system): Doc fixes.
2934         * international/mule.el (auto-coding-functions): New variable.
2935         (auto-coding-from-file-contents): Use it.
2936         (set-auto-coding): Update docs.
2937         (sgml-xml-auto-coding-function): New function.
2939         * international/mule-util.el (truncate-string-to-width):
2940         New optional argument `ellipsis'.  Add commented-out test suite, and
2941         change coding to iso-2022-7bit.
2943 2002-05-21  Colin Walters  <walters@verbum.org>
2945         * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
2946         (font-lock-multiline, font-lock-fontified, font-lock-mode)
2947         (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
2948         (font-lock-global-modes): Moved to font-core.el.
2949         (font-lock-set-defaults-1): Partially moved to font-core.el.
2951         * font-core.el: New file, with functions taken from font-lock.el.
2952         (font-lock-category-alist): New variable.
2953         (font-lock-mode): Use it.
2954         (font-lock-set-defaults): Partially taken from font-lock.el.
2955         Only load font-lock.el when necessary.
2957         * loadup.el: Add font-core.el.
2959         * replace.el (occur-mode-hook): New variable.
2960         (occur-fontify-region-function): Deleted.
2961         (occur-mode): Don't use it.  Set up `font-lock-category-alist'
2962         instead.
2963         (occur-fontify-on-property): Deleted.
2964         (occur-engine): Use categories from `font-lock-category-alist'.
2966         * info.el (Info-fontify): Deleted.
2967         (Info-select-node): Don't use it.
2968         (Info-mode-hook): New variable.
2969         (Info-mode): Set up categories.
2970         (Info-fontify-menu-headers, Info-fontify-node): Use categories.
2972         * ibuffer.el (ibuffer-formats): Update docs.
2973         (ibuffer-category-alist): New variable.
2974         (ibuffer-get-category): New function.
2975         (ibuffer-compile-make-eliding-form): Use category property instead
2976         of face.
2977         (ibuffer-compile-format): Pass current ibuffer buffer to column
2978         functions too.
2979         (ibuffer-buffer-name-category): New function.
2980         (ibuffer-compile-format): If the current column is a `name'
2981         column, figure out the appropriate category to put on it.
2982         (filename-and-process): Use category property.
2983         (ibuffer-fontify-region-function): Deleted.
2984         (ibuffer-unfontify-region-function): Deleted.
2985         (ibuffer-update-title-and-summary): Use category properties.
2986         (ibuffer-insert-filter-group): Ditto.
2987         (ibuffer-mode): Set up category properties.
2989 2002-05-21  Colin Walters  <walters@debian.org>
2991         * replace.el (occur-engine): Increment globalcount all at once
2992         after searching a buffer.
2993         (occur-mode-map): Don't escape plain "o".
2995         * ibuf-macs.el (define-ibuffer-column): Add third argument
2996         `ibuffer-buf'.
2998         * ibuffer.el (toplevel): Require font-lock, to get the face
2999         definitions.
3000         (ibuffer-use-fontification): Deleted.
3001         (column filename-and-process): New column.
3002         (ibuffer-formats): Use it by default.
3003         (ibuffer-name-map, ibuffer-mode-name-map)
3004         (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
3005         (ibuffer-do-save, ibuffer-do-toggle-modified)
3006         (ibuffer-do-toggle-read-only, ibuffer-do-delete)
3007         (ibuffer-do-kill-on-deletion-marks): Include name in definition.
3008         (ibuffer): New optional argument `formats'.
3010 2002-05-21  Eli Zaretskii  <eliz@is.elta.co.il>
3012         * indent.el (indent-rigidly): Mention how to remove all indentation.
3014 2002-05-21  Colin Walters  <walters@gnu.org>
3016         * international/mule-diag.el (describe-char-after): Order display
3017         of text properties by the size of their value, for clarity.
3019 2002-05-20  Stefan Monnier  <monnier@cs.yale.edu>
3021         * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
3022         (ange-ftp-file-name-completion): Don't cons unnecessarily.
3023         (ange-ftp-send-cmd): Always `cd' before doing `ls'.
3025         * wid-edit.el (widget-color-complete):
3026         * progmodes/etags.el (tags-complete-tags-table-file):
3027         * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
3029         * textmodes/outline.el (outline-reveal-toggle-invisible):
3030         Reverse the meaning of the second arg.
3032         * reveal.el (reveal-post-command): Reverse the semantics of
3033         reveal-toggle-invisible and support isearch-open-invisible-temporary.
3035 2002-05-20  Markus Rost  <rost@math.ohio-state.edu>
3037         * mail/sendmail.el (mail-recover-1): Remove (debug).
3038         (mail-signature): Fix :type.
3039         (mail-default-directory): New user option.
3040         (mail, mail-recover):  Use that option.
3042 2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3044         * international/mule.el (auto-coding-alist): Use emacs-mule
3045         for auto-save files.
3047 2002-05-20  Miles Bader  <miles@gnu.org>
3049         * files.el (find-file-read-args): Don't trash existing value of
3050         `minibuffer-setup-hook', just add our hook to it.
3052 2002-05-19  Markus Rost  <rost@math.ohio-state.edu>
3054         * international/ucs-tables.el (unify-8859-on-encoding-mode)
3055         (unify-8859-on-decoding-mode): Change :version attributes to strings.
3057         * simple.el (yank-excluded-properties): Change :version attribute
3058         to a string.
3060         * dired.el (dired-view-command-alist): Change :version attribute
3061         to a string.
3063         * xscheme.el (xscheme-start-hook): Change :version attribute to a
3064         string.
3066         * find-dired.el (find-dired): Implement revert-buffer-function.
3068         * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
3070 2002-05-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
3072         * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
3073         (f90-get-present-comment-type): Fix earlier change.
3074         (f90-comment-indent): Doc fix.
3075         (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
3076         (f90-looking-at-if-then): Remove lets.
3077         (f90-looking-at-where-or-forall): Handle if split over lines.
3078         (f90-change-keywords): Doc fix.
3080 2002-05-19  Richard M. Stallman  <rms@gnu.org>
3082         * indent.el (indent-region): Make COLUMN arg optional.
3084         * files.el (find-file-read-args): New function.
3085         (find-file, find-file-other-window, find-file-other-frame)
3086         (find-file-read-only, find-file-read-only-other-window)
3087         (find-file-read-only-other-frame): Use it.
3089         * custom.el (custom-load-symbol): Verify that LOADED is a string.
3091         * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
3092         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3093         (archive-zip-update-case): Use locate-file to decide whether
3094         to use pkzip.
3095         (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
3097         * files.el (locate-file): Doc fix.
3099 2002-05-19  John Paul Wallington  <jpw@shootybangbang.com>
3101         * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
3102         as an option.
3104 2002-05-18  Stefan Monnier  <monnier@cs.yale.edu>
3106         * uniquify.el (uniquify-rationalize-file-buffer-names):
3107         Always strip the trailing / even if the file is not a directory.
3109 2002-05-18  Glenn Morris  <gmorris@ast.cam.ac.uk>
3111         * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
3112         initialization in the defvar.
3113         (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
3114         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
3115         (f90-font-lock-4): Move the doc strings.
3116         (f90-menu-bar-menu): New internal variable to hold the top-level menu.
3117         (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
3118         (f90-mode-abbrev-table): Initialize in the defvar, with
3119         define-abbrev-table.
3121 2002-05-18  Eli Zaretskii  <eliz@is.elta.co.il>
3123         * tar-mode.el (tar-octal-time): Fix last change.
3125 2002-05-18  Markus Rost  <rost@math.ohio-state.edu>
3127         * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
3128         (report-emacs-bug): Store the prompt in
3129         `report-emacs-bug-text-prompt'.  Move Configuration/Important
3130         settings information after the user's report.
3131         (report-emacs-bug-hook): Unclutter by deleting the content of
3132         `report-emacs-bug-text-prompt'.
3134 2002-05-17  Thomas Morgan <tlm@pocketmail.com>
3136         * forms.el (forms-jump-record, forms-insert-record)
3137         (forms-delete-record): Calculate lines from the beginning of the
3138         accessible portion rather than from the beginning of the buffer.
3140 2002-05-16  Eli Zaretskii  <eliz@is.elta.co.il>
3142         * ps-mule.el (eval-and-compile): Add a trivial replacement for a
3143         possibly missing encode-char.
3144         (ps-mule-font-info-database-bdf): Add associations for Unicode
3145         fonts.  Doc fix.
3146         (ps-mule-font-info-database-ps-bdf): Doc fix.
3147         (ps-mule-encode-ucs2): New function for encoding Unicode characters.
3149         * tar-mode.el (tar-octal-time): Fix the last argument of logior.
3151 2002-05-16  Stefan Monnier  <monnier@cs.yale.edu>
3153         * emacs-lisp/find-func.el (find-function-search-for-symbol):
3154         Find funs defined with defun-cvs-mode.
3155         (find-function-space-re): New const.  Skips comments as well.
3156         (find-function-regexp, find-variable-regexp): Use it.
3158         * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
3159         (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
3160         (cvs-mode-set-flags): Don't cons unnecessarily.
3162 2002-05-16  Colin Walters  <walters@debian.org>
3164         * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
3165         "Simple Calculator".
3166         (menu-bar-tools-menu) <calc>: New.
3168 2002-05-16  Juanma Barranquero  <lektu@terra.es>
3170         * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
3172         * filesets.el (filesets-ormap): Fix typo.
3174         * faces.el (describe-face): Fix typo.
3176 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
3178         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3179         Don't treat (lambda () ...) as an expression.
3181 2002-05-15  John Paul Wallington  <jpw@shootybangbang.com>
3183         * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
3185 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
3187         * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
3189 2002-05-14  Glenn Morris  <gmorris@ast.cam.ac.uk>
3191         * progmodes/fortran.el (fortran-directive-re): New name for
3192         fortran-preprocessor-re.  All usage updated.
3193         (fortran-calculate-indent): Give directives zero indentation.
3195 2002-05-14  Jason Rumney  <jasonr@gnu.org>
3197         * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
3198         displayed text and internal name as string.
3200 2002-05-14  Kim F. Storm  <storm@cua.dk>
3202         * emulation/cua-rect.el (cua--rectangle-operation):
3203         Don't highlight empty lines in rectangles.
3205         * emulation/keypad.el: Improved commentary.
3206         (keypad-setup, keypad-shifted-setup): Added choice to setup
3207         Numeric keypad with decimal key; value is selected character.
3208         (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
3209         (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
3210         (keypad-setup):  Arg list changed to support the new options.
3212 2002-05-14  Richard M. Stallman  <rms@gnu.org>
3214         * dabbrev.el (dabbrev-case-distinction): New option.
3215         (dabbrev--try-find): Handle dabbrev-case-distinction.
3216         (dabbrev--search): Clean up the code.
3217         (dabbrev-upcase-means-case-search): Doc fix.
3218         (dabbrev-case-replace): Fix custom tags and docs.
3220 2002-05-14  Jochen K\e,A|\e(Bpper  <jochen@jochen-kuepper.de>
3222         * calc/calc-units.el (math-standard-units): Update from CODATA.
3224 2002-05-14  Stefan Monnier  <monnier@cs.yale.edu>
3226         * skeleton.el (skeleton-transformation): Default to `identity'.
3227         (skeleton-insert): Use `move-after' markers and `insert' rather
3228         than rely on insert-before-markers.
3229         (skeleton-internal-1): Handle `> \n' specially so that the newline
3230         is inserted before the first line is indented.
3232 2002-05-14  Mike Williams  <mdub@bigfoot.com>
3234         * textmodes/sgml-mode.el (sgml-tag):
3235         Default skeleton-transformation to `identity'.
3237 2002-05-14  Francesco Potorti`  <pot@gnu.org>
3239         * shell.el (shell-mode): Make second part of initialisation
3240         depend on whether comint-input-ring is empty, rather than depend
3241         on it being nil.
3243 2002-05-14  Richard M. Stallman  <rms@gnu.org>
3245         * files.el (make-auto-save-file-name):
3246         Delete the auto-save file after make-temp-file creates it.
3248 2002-05-13  Kim F. Storm  <storm@cua.dk>
3250         * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
3251         (cua-mode): Print Enabled/Disabled messages if interactive.
3252         Disable delete-selection-mode and pc-selection-mode when cua-mode
3253         is enabled; reenable if cua-mode is turned off.
3254         Remember setting of transient-mark-mode when cua-mode is enabled;
3255         restore if cua-mode is disabled.
3257 2002-05-13  Richard M. Stallman  <rms@gnu.org>
3259         * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
3261 2002-05-13  Colin Walters  <walters@gnu.org>
3263         * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
3265         * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
3266         (ibuffer-redisplay-engine): Handle it.
3268         * add-log.el (add-log-mailing-address): Can be a list, too.
3269         (add-change-log-entry): If `add-log-mailing-address' is a list,
3270         then handle it.
3272 2002-05-12  Colin Walters  <walters@debian.org>
3274         * replace.el (occur-1): New optional argument `buf-name'.
3275         (occur-revert-function): Use it.
3277         (occur-1): Handle plurals.
3279         (occur-engine): If there are no more matches, then finish
3280         searching the current buffer.
3282 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3284         * net/ange-ftp.el (ange-ftp-try-passive-mode)
3285         (ange-ftp-passive-host-alist): Change :version attributes to be
3286         strings.
3288 2002-05-12  Markus Rost  <rost@math.ohio-state.edu>
3290         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
3291         define-minor-mode.
3293         * emacs-lisp/find-func.el (find-function-search-for-symbol):
3294         Handle more whitespace/newline combinations in symbol definitions.
3296 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
3298         * w32-vars.el (w32)
3299         * vc-cvs.el (vc-cvs-global-switches)
3300         (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
3301         * textmodes/sgml-mode.el (sgml-xml-mode)
3302         * ruler-mode.el (ruler-mode)
3303         * replace.el (query-replace-skip-read-only)
3304         * progmodes/fortran.el (fortran-preprocessor-re)
3305         * net/ange-ftp.el (ange-ftp-passive-host-alist)
3306         * mail/sendmail.el (mail-use-dsn)
3307         * faces.el (mode-line-inactive, minibuffer-prompt)
3308         * add-log.el (add-log-always-start-new-record): Change all
3309         post-21.1 :version attributes to 21.4.
3311 2002-05-12  Richard M. Stallman  <rms@gnu.org>
3313         * mail/smtpmail.el (smtpmail-mail-address): New variable.
3314         (smtpmail-send-it): Bind and use that instead of `mail-address'.
3315         (smtpmail-via-smtp): Likewise.
3317         * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
3318         (ansi-color-apply-sequence): Avoid duplicates in combined face list.
3320         * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
3322         * subr.el (functionp): Catch errors in indirect-function.
3324 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3326         * net/ldap.el (ldap-search-internal): Unfold folded lines before
3327         parsing.
3329         * cus-edit.el (customize-set-value): Rename `var' to `variable'
3330         and `val' to `value'.
3331         (customize-save-variable): Rename `var' to `'variable.
3333 2002-05-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
3335         * progmodes/fortran.el (fortran-preprocessor-re): New variable.
3336         Use it for font-locking and indentation.
3337         (fortran-previous-statement, fortran-next-statement): Make them
3338         skip over preprocessor lines.
3339         (fortran-calculate-indent): Use fortran-preprocessor-re.
3341 2002-05-10  Kim F. Storm  <storm@cua.dk>
3343         * emulation/cua-base.el (cua-enable-cua-keys)
3344         (cua-enable-register-prefix): Added value for `other' choice.
3346 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
3348         * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
3349         (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
3350         (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
3351         Run a named function.
3352         (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
3353         (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
3354         Fix help text.
3356 2002-05-10  Kim F. Storm  <storm@cua.dk>
3358         * emulation/cua-base.el (cua-mode): Misc. changes to use
3359         emulation-mode-map-alists instead of minor-mode-map-alist.
3361 2002-05-09  Richard M. Stallman  <rms@gnu.org>
3363         * mail/rmail.el (rmail-show-message):
3364         Catch error in check-coding-system.
3366         * progmodes/compile.el (compilation-error-regexp-alist):
3367         New element to recognize Python error messages.
3369         * shell.el (shell-replace-by-expanded-directory):
3370         If there's already a / at the end, don't add one.
3372 2002-05-09  Colin Walters  <walters@verbum.org>
3374         * ibuffer.el (ibuffer-mode-map): Add :enable guards for
3375         `ibuffer-filter-disable', `ibuffer-pop-filter',
3376         `ibuffer-or-filter', `ibuffer-negate-filter',
3377         `ibuffer-decompose-filter', `ibuffer-save-filters',
3378         `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
3379         `ibuffer-save-filter-groups',
3380         `ibuffer-switch-to-saved-filter-groups',
3381         `ibuffer-delete-saved-filter-groups'.
3383         * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
3385 2002-05-09  Markus Rost  <rost@math.ohio-state.edu>
3387         * woman.el (woman-menu):  Move symbol before the comment so that
3388         find-function-search-for-symbol finds it.
3390 2002-05-10  Miles Bader  <miles@gnu.org>
3392         * facemenu.el (list-colors-display): Don't use
3393         `display-color-cells' unless the display class is one for which
3394         that info is relevant.
3396 2002-05-09  Simon Josefsson  <jas@extundo.com>
3398         * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
3399         calling buffer.
3400         (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
3401         have the patch).
3403 2002-05-09  Kim F. Storm  <storm@cua.dk>
3405         * wid-edit.el (checkbox): New check-mark image.
3407 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3409         * filesets.el (filesets-running-xemacs): Fix last change.
3411 2002-05-08  Markus Rost  <rost@math.ohio-state.edu>
3413         * help-fns.el (describe-function-1): If the source is
3414         `loaddefs.el', look for the real source.  This is necessary only
3415         for defaliases.
3417         * emacs-lisp/find-func.el (find-function-search-for-symbol):
3418         Add autoload cookie.
3419         (find-function-regexp):  Include
3420         "\(quote " to match the defaliases in loaddefs.el.
3422         * filesets.el (filesets-conditional-sort): Use copy-sequence,
3423         not copy-list.
3424         (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
3425         Defvar them to nil if running in Emacs.
3427 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3429         * textmodes/flyspell.el (make-flyspell-overlay): Add help text
3430         to flyspell overlays.
3432         * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
3434 2002-05-08  Richard M. Stallman  <rms@gnu.org>
3436         * diff.el (diff-regexp-alist): Doc fix.
3438         * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
3440 2002-05-08  Simon Marshall  <simon@gnu.org>
3442         * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
3443         the frame name as the car of a menu entry, rather than the frame.
3445 2002-05-08  Juanma Barranquero  <lektu@terra.es>
3447         * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
3448         in docstring.
3450 2002-05-07  Colin Walters  <walters@verbum.org>
3452         * replace.el (occur-unfontify-region-function): Delete.
3453         (occur-mode): Don't use it.
3454         (occur-engine): Respect `keep-props'.
3455         (occur-accumulate-lines): If we're moving forward, decrement;
3456         don't increment, and vice versa.
3458 2002-05-08  Toru Tomabechi  <Toru.Tomabechi@orient.unil.ch>
3460         * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
3461         (tibetan-canonicalize-for-unicode-regexp): New variables.
3462         (tibetan-canonicalize-for-unicode-region): New function.
3463         (tibetan-strict-unicode): New variable.
3464         (tibetan-pre-write-canonicalize-for-unicode): New function.
3466 2002-05-07  Markus Rost  <rost@math.ohio-state.edu>
3468         * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
3469         the autoload-cookie.  Remove comment.
3471         * ffap.el (ffap): Don't hide it behind the autoload-cookie.
3473         * rect.el (close-rectangle): Don't hide it behind the
3474         autoload-cookie.
3476 2002-05-07  Juanma Barranquero  <lektu@terra.es>
3478         * windmove.el (windmove-default-keybindings): Add optional
3479         parameter to allow using a modifier other than 'shift.
3481 2002-05-07 Thomas Link <t.link@gmx.at>
3483         * filesets.el:
3484         (filesets-external-viewers): Fix customization problem.
3485         (filesets-some): Replaces cl's `some'.  Calls changed.
3486         (filesets-member): Replaces cl's `member*'.  Calls changed.
3487         (filesets-ormap): New function.
3489 2002-05-07  John Paul Wallington  <jpw@shootybangbang.com>
3491         * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
3492         menu items.
3494 2002-05-07  Colin Walters  <walters@gnu.org>
3496         * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
3497         (ibuffer-clear-filter-groups): Likewise.
3498         (ibuffer-kill-filter-group): Likewise.
3499         (ibuffer-kill-line): Likewise.
3500         (ibuffer-read-filter-group-name): New function.
3501         (ibuffer-jump-to-filter-group): Use it.
3502         (ibuffer-kill-filter-group): Likewise.
3503         (ibuffer-yank-filter-group): Likewise.
3504         (ibuffer-decompose-filter-group): New function.
3506         * ibuffer.el (ibuffer-mode-map): Bind it.  Add :enable guard
3507         around `ibuffer-filters-to-filter-group' menu item.  Fix :enable
3508         guards for `ibuffer-pop-filter-group' and
3509         `ibuffer-clear-filter-groups'.
3511 2002-05-06  Markus Rost  <rost@math.ohio-state.edu>
3513         * emacs-lisp/find-func.el (find-function-search-for-symbol):
3514         Use with-syntax-table.
3516 2002-05-06  Francesco Potorti`  <pot@gnu.org>
3518         * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
3520 2002-05-05  Markus Rost  <rost@math.ohio-state.edu>
3522         * time-stamp.el (time-stamp-format): Doc fix: escape open
3523         parenthesis in column 0.
3525 2002-05-04  Richard M. Stallman  <rms@gnu.org>
3527         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
3528         Handle both cases: when the menu item has cached info
3529         and when it doesn't.
3531         * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
3532         (filesets-open-file-function, filesets-save-buffer-function): Likewise.
3533         (filesets-tree-max-level): Doc fix.
3534         (filesets-commands, filesets-external-viewers)
3535         (filesets-ingroup-patterns): Mark as risky.
3536         (filesets-cache-hostname-flag): Doc fix.
3537         (filesets-menu-cache-file): Doc fix.  Mark as risky.
3538         (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
3539         Don't defcustom them if running in Emacs.
3541 2002-05-04  Thomas Link <t.link@gmx.at>
3543         * filesets.el (filesets-ingroup-collect-files):
3544         Fix problem with inclusion groups' :scan-depth property.
3546 2002-05-04  Colin Walters  <walters@verbum.org>
3548         * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
3549         "Default" group earlier.  Push killed group on
3550         `ibuffer-filter-group-kill-ring'.
3551         (ibuffer-kill-line): Document.  Don't push killed group ourselves.
3552         (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
3553         (ibuffer-insert-filter-group-before): New function, broken out
3554         from `ibuffer-yank'.
3555         (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
3557         * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
3558         (ibuffer-mode-view-menu): Unused variables; deleted.
3559         (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
3561 2002-05-04  John Paul Wallington  <jpw@shootybangbang.com>
3563         * ibuffer.el (ibuffer-mode-groups-popup): New variable.
3564         (toplevel): Bind filter group menu entries in it.  Add :enable
3565         forms for some menu items.
3566         (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
3567         to `ibuffer-mouse-popup-menu'.
3568         (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
3569         group name, and if so, pop up a filter group menu.
3571 2002-05-04  Jason Rumney  <jasonr@gnu.org>
3573         * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
3574         (mwheel-scroll): Recognize nil scroll amount as documented.
3576         * term/w32-win.el (mouse-wheel-scroll-line)
3577         (mouse-wheel-scroll-screen): Remove.
3578         ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
3580         * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
3582 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
3584         * emacs-lisp/find-func.el (find-function-search-for-symbol):
3585         Bind case-fold-search when searching.
3587 2002-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
3589         * apropos.el (apropos-print): Fix the reference to mouse-2.
3591 2002-05-04  Daniel Pfeiffer  <occitan@esperanto.org>
3593         * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
3595 2002-05-04  Kim F. Storm  <storm@cua.dk>
3597         * cus-edit.el (custom-buffer-verbose-help): New variable.
3598         (custom-buffer-create-internal): Remove verbose introduction
3599         in customization buffer when it is nil.
3601 2002-05-03  Dave Love  <fx@gnu.org>
3603         * international/mule-cmds.el (select-safe-coding-system):
3604         Don't offer coding systems that use locking shift.
3605         Ask for confirmation if chosen coding system disagrees with
3606         a `coding:' spec in the file.
3608 2002-05-03  John Wiegley  <johnw@gnu.org>
3610         * eshell/esh-var.el (eshell-modify-global-environment): Added this
3611         customization variable, which will cause any "export" commands
3612         within any eshell buffer to modify the global Emacs environment.
3613         It defaults to nil, which means that such commands will only
3614         modify that Eshell buffer's environment.
3615         (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
3617         * eshell/em-cmpl.el (eshell-command-completions-alist):
3618         Improve default completion targets for objdump, nm and readelf.
3620 2002-05-03  Colin Walters  <walters@verbum.org>
3622         * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
3623         (gamegrid-add-score-with-update-game-score):
3624         Use `shared-game-score-directory'.  Correctly handle non-setuid case.
3626 2002-05-02  Colin Walters  <walters@verbum.org>
3628         * replace.el (occur-mode-map): Bind "q" to `delete-window'.
3629         (occur-1): If one of the buffers we're searching is the *Occur*
3630         buffer itself, handle it by creating a temporary buffer.  If any
3631         of the buffers being searched are killed, note that in the search
3632         result message.  Also, set local variables before we possibly kill
3633         the buffer.
3635 2002-05-02  Kim F. Storm  <storm@cua.dk>
3637         * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
3638         (menu-bar-options-save): Added cua-mode.
3639         (menu-bar-options-menu): Added toggle for cua-mode.
3640         Disable toggle for transient-mark-mode if cua-mode is enabled.
3642         * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
3643         variable.
3645 2002-05-01  Richard M. Stallman  <rms@gnu.org>
3647         * help.el (view-todo): New function.
3648         (help-map): Bind C-h C-t to view-todo.
3649         (help-for-help): Change the text.
3651 2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
3653         * progmodes/f90.el: Yet more doc string, commment and whitespace
3654         changes.
3655         (f90-imenu-flag): New name for internal variable f90-imenu.
3656         (f90-blocks-re, f90-program-block-re, f90-end-if-re)
3657         (f90-no-break-re): Use regexp-opt.
3658         (f90-end-type-re): Add closing "\\>".
3659         (f90-indent-region): Correctly indent comments embedded in
3660         continued lines.
3661         (f90-indent-new-line): Make it indent the current line, as it should.
3662         (f90-line-continued, f90-get-present-comment-type)
3663         (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
3664         (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
3665         (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
3666         (f90-change-keywords): Minor code tidying.
3668         * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
3669         typo `fortran-strip-sqeuence-nos'.
3671 2002-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
3673         * simple.el (clone-indirect-buffer-other-window): Fix a typo in
3674         pop-up-window.
3676 2002-05-01  Kim F. Storm  <storm@cua.dk>
3678         * emulation/cua-base.el (cua--pre-command-handler):
3679         Only interpret delete-selection property if mark-active.
3680         (cua-mode): Fixed require in defcustom.
3682 2002-05-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3684         * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
3685         error call.
3687 2002-05-01  Colin Walters  <walters@verbum.org>
3689         * textmodes/tex-mode.el (tex-validate-buffer):
3690         Use `occur-revert-arguments' instead of setting `occur-nlines' and
3691         `occur-buffer'.  Don't test for `input-pending-p' in loop.
3692         Set text property `occur-target' instead of `occur'.
3694 2002-04-30  John Wiegley  <johnw@gnu.org>
3696         * align.el (align-region): Fixed the fix to align-region, because
3697         the "name" argument was appearing twice.
3699 2002-05-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
3701         * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
3702         to handle protection labels, one which doesn't get confused by
3703         inherit colons.
3705         * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
3706         functions that have "class" or "struct" in the return type as
3707         classes or structs.
3709 2002-04-30  Kim F. Storm  <storm@cua.dk>
3711         * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
3712         Options" to "New Options..."; rephrase tooltip.
3713         Rephrase tooltip for "Specific Option...".
3714         Added "Saved Options" item.  [from Simon Marshall]
3716 2002-04-30  Richard M. Stallman  <rms@gnu.org>
3718         * time.el (display-time-mail-directory)
3719         (display-time-mail-function): Doc fixes.
3721         * ediff-hook.el: Remove autoload cookies.
3723         * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
3725         * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
3727         * align.el (align-region): Fix call to `message'.
3728         Check that (car rule) is a symbol.
3730         * autoinsert.el (auto-insert-directory): Doc fix.
3732         * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
3734         * descr-text.el: New file, broken out of facemenu.el.
3736         * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
3738 2002-04-29  Markus Rost  <rost@math.ohio-state.edu>
3740         * mail/emacsbug.el (report-emacs-bug-hook):
3741         Use replace-match only if search was successful.
3743 2002-04-29  Richard M. Stallman  <rms@gnu.org>
3745         * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
3747         * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
3748         if the user edits the Emacs version number in the text.
3750         * filesets.el (filesets-running-xemacs): Make defvar unconditional.
3751         (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
3752         (filesets-error): Simplify definition and make conditional
3753         on filesets-running-xemacs.
3754         (filesets-find-file-using): Renamed from fsfind-file-using.
3756 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
3758         * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
3759         (Info-read-node-name-1): Complete file names.
3760         (Info-complete-menu-item): Don't cons unnecessarily.
3762         * files.el (locate-file): New fun.
3763         (locate-file-completion): Rename from load-completion and generalize.
3764         (load-library): Use it.
3765         (make-auto-save-file-name): Expand caddr.
3767         * newcomment.el (comment-fill-column): New var.
3768         (comment-indent): Use it.
3769         (comment-or-uncomment-region): New fun.
3770         (comment-dwim): Use it.
3772 2002-04-29  Colin Walters  <walters@verbum.org>
3774         * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
3775         (ibuffer-kill-line): Copy the filter group data structure when killing.
3776         (ibuffer-yank): Handle case where we're yanking on the default
3777         group correctly.
3778         (ibuffer-delete-saved-filter-groups): Doc fix.
3780         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3781         Test whether or not update-game-score is setuid, and do the right
3782         thing.
3784 2002-04-29  Kim F. Storm  <storm@cua.dk>
3786         * subr.el (remove-yank-excluded-properties): New helper function.
3787         (insert-for-yank, insert-buffer-substring-as-yank): Use it.
3789         * simple.el (yank-excluded-properties): Added help-echo to list.
3791 2002-04-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
3793         * autoinsert.el (auto-insert-directory): Doc fix.
3795         * progmodes/f90.el: Add/change doc strings for many inline
3796         functions.  Whitespace changes.
3797         (f90-indent-line-no, f90-update-line): Minor code changes.
3799 2002-04-29  Kim F. Storm  <storm@cua.dk>
3801         * emulation/cua-base.el: New file.
3803         * emulation/cua-rect.el: New file.
3805         * emulation/cua-gmrk.el: New file.
3807         * emulation/keypad.el: New file.
3809 2002-04-29  Triet Hoai Lai  <thlai@ee.usyd.edu.au>
3811         * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
3812         (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
3813         New Vietnamese coding system.
3815         * language/viet-util.el: Update Commentary section.
3817 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3819         * filesets.el (filesets-data): Doc fix.
3820         (filesets-running-xemacs): Define even when compiling.
3822         * recentf.el (recentf-cancel-dialog): Remove dot at the end of
3823         sentence.
3825 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
3827         * textmodes/fill.el (fill-context-prefix): Fix last change with
3828         yet-another-approach.
3830 2002-04-28  Markus Rost  <rost@math.ohio-state.edu>
3832         * net/ange-ftp.el (ange-ftp-passive-host-alist)
3833         (ange-ftp-bs2000-additional-pubsets):  Fix custom type.
3835         * files.el (small-temporary-file-directory): Fix custom type.
3837 2002-04-28  Glenn Morris  <gmorris@ast.cam.ac.uk>
3839         * progmodes/f90.el (f90-xemacs-flag): New variable.
3840         (f90-mark-subprogram-overlay): New variable.
3841         (f90-mark-subprogram): Now it highlights the subprogram.
3842         (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3843         Fix highlighting of various "type" forms.
3845 2002-04-28  Colin Walters  <walters@verbum.org>
3847         * ibuffer.el (ibuffer-mode): Additional documentation on filter
3848         groups.
3850 2002-04-28  John Paul Wallington  <jpw@shootybangbang.com>
3852         * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
3853         ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
3855 2002-04-28  Richard M. Stallman  <rms@gnu.org>
3857         * mail/sendmail.el (mail-recover-1): Decrease non-random-len
3858         by 1 for the newly-readded #.
3860         * files.el (make-auto-save-file-name): Specify # as suffix
3861         in the non-file-visiting case.
3863         * subr.el (make-temp-file): New arg SUFFIX.
3865         * filesets.el: New file.
3867         * replace.el (occur-accumulate-lines): Avoid incf and decf.
3868         (occur-engine-add-prefix): New function.
3869         (occur-engine): Avoid using macrolet, incf and decf.
3870         Use occur-engine-add-prefix instead.
3871         Rename `l' to `lines' and `c' to `matches'.
3873         * replace.el (occur-engine, occur-mode-mouse-goto)
3874         (occur-mode-find-occurrence, occur-mode-goto-occurrence)
3875         (occur-mode-goto-occurrence-other-window)
3876         (occur-mode-display-occurrence): A position is just a marker,
3877         not a list.
3879         * replace.el (occur-revert-arguments):
3880         Renamed from occur-revert-properties.  All uses changed.
3882 2002-04-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3884         * recentf.el (recentf-menu-before): Use string to specify path in
3885         the menu.
3887         * international/mule-cmds.el (read-language-name): Take care of
3888         non-list values.
3890 2002-04-27  Richard M. Stallman  <rms@gnu.org>
3892         * custom.el (custom-load-symbol): Moved from cus-edit.el.
3893         (custom-load-recursion): Likewise.
3895         * cus-edit.el (custom-load-symbol): Moved to custom.el.
3896         (custom-load-recursion): Likewise.
3898         * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
3899         generated by easymenu are now lowercase.
3901 2002-04-27  Richard M. Stallman  <rms@gnu.org>
3903         * menu-bar.el (menu-bar-update-buffers): Add menu items
3904         Next Buffer and Previous Buffer.
3906         * simple.el (next-buffer, prev-buffer): New commands.
3907         Bind C-x left and C-x right to them.
3909         * info.el (Info-header-line): Mark it as risky-local-variable.
3911         * subr.el (insert-for-yank): Replace `category' property
3912         with whatever properties it stands for.
3914         * subr.el (member-ignore-case): Ignore non-strings in LIST.
3916 2002-04-27  Miles Bader  <miles@gnu.org>
3918         * faces.el (read-face-name): Format the prompt correctly when
3919         there's no default.
3921 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
3923         * term/mac-win.el: Don't call ediff-toggle-multiframe.
3924         Set default directory.  Set process-connection-type to nil.
3926 2002-04-26  Richard M. Stallman  <rms@gnu.org>
3928         * loadup.el: Explicitly load cus-face and timer.
3930         * isearch.el: Don't require timer.
3932         * faces.el: Don't require cus-face.
3934         * cus-edit.el (customize-face): Use read-face-name
3935         and handle multiple faces.
3936         (customize-face-other-window): Make it work similarly.
3938         * faces.el (read-face-name): New defaulting features.
3939         New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
3940         (list-faces-display): Use the face, not its name string,
3941         as arg when running customize-face.
3942         Put a `read-face-name' prop on the entire line.
3943         (describe-face): Handle multiple faces via read-face-name.
3945         * textmodes/tex-mode.el (tex-start-options): New variable.
3946         (tex-start-commands): New variable.
3947         (tex-start-options-string): Variable deleted.
3948         (tex-start-tex): Use tex-start-options and tex-start-commands,
3949         not tex-start-options-string.
3950         (tex-command): Doc fix.
3952 2002-04-26  Sam Steingold  <sds@gnu.org>
3954         * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
3955         not in the authinfo/netrc, keep `cred' at nil.
3957 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
3959         * find-file.el: Remove Ada-specific example code.
3961 2002-04-25  Michael Kifer  <kifer@cs.stonybrook.edu>
3963         * ediff-hooks.el: Put back the autoloads.
3965 2002-04-25  Colin Walters  <walters@verbum.org>
3967         * ibuffer.el (define column process): Use `ibuffer-aif'.
3969         * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
3970         defaults.
3971         (ibuffer-yank): Be sure to `setq' after we use `nconc'.
3972         (ibuffer-save-filter-groups): Correctly structure filter groups.
3973         (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
3974         groups.
3976 2002-04-25  Simon Josefsson  <jas@extundo.com>
3978         * mail/sendmail.el (mail-use-dsn): New variable to request
3979         delivery status notification from MTA.
3980         (sendmail-send-it): Use it.
3982         * mail/smtpmail.el (smtpmail-queue-counter): New variable.
3983         (smtpmail-send-it): Use it to construct new queue filenames
3984         (needed if you send more than one message per second, which is
3985         possible if you use Gnus Agent).
3987         * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
3988         files as well.
3989         (smtpmail-try-auth-methods): Support netrc data.
3990         (netrc-parse): Autoload netrc.
3992 2002-04-25  Colin Walters  <walters@verbum.org>
3994         * replace.el (multi-occur-by-filename-regexp): Doc fix.
3995         (occur-engine): Go to `point-min'.  Make nlines argument actually
3996         mean number of context lines.  Handle it.  Pad digits to the right.
3998         * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
3999         `ibuffer-filter-groups'.  All users updated.
4000         (ibuffer-show-empty-filter-groups): New variable.
4001         (ibuffer-saved-filter-groups): New variable.
4002         (ibuffer-maybe-save-stuff): Renamed from
4003         `ibuffer-maybe-save-saved-filters'.  Callers updated.
4004         Handle `ibuffer-saved-filter-groups'.
4005         (ibuffer-hidden-filtering-groups): Renamed to
4006         `ibuffer-hidden-filter-groups'.
4007         (ibuffer-filter-group-kill-ring): New variable.
4008         (ibuffer-save-with-custom): Doc fix.
4009         (ibuffer-set-filter-groups-by-mode): New function.
4010         (ibuffer-clear-filter-groups): New function.
4011         (ibuffer-current-filter-groups-with-position): Renamed from
4012         `ibuffer-current-filter-groups'.  Callers updated.
4013         (ibuffer-kill-filter-group): New function.
4014         (ibuffer-kill-line): New function.
4015         (ibuffer-yank): New function.
4016         (ibuffer-save-filter-groups): New function.
4017         (ibuffer-delete-saved-filter-groups): New function.
4018         (ibuffer-switch-to-saved-filter-groups): New function.
4019         (ibuffer-mark-on-buffer): Add optional arguments for adding a
4020         specific mark, and marking on a specific group.
4022         * ibuffer.el (ibuffer-formats): Doc fix.
4023         (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
4024         Bind new functions from ibuf-ext.el.  Add menu entries for them.
4025         Remove superfluous tooltips.
4026         (ibuffer-toggle-marks): If on a group name, then toggle marks just
4027         in that group.
4028         (ibuffer-mark-interactive): Handle filter groups.
4029         (ibuffer-mark-forward, ibuffer-unmark-forward)
4030         (ibuffer-mark-for-delete, ibuffer-unmark-backward)
4031         (ibuffer-mark-for-delete-backwards): Update docs.
4032         (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
4033         to `ibuffer-current-filter-groups-with-position'.
4034         (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
4035         (ibuffer-mode): Add some documentation about filter groups.
4037 2002-04-25  Andreas Schwab  <schwab@suse.de>
4039         * find-dired.el (find-name-dired): Don't quote pattern twice.
4041 2002-04-26  Miles Bader  <miles@gnu.org>
4043         * cus-edit.el (customize-face, customize-face-other-window):
4044         Use default instead of initial-input for suggested face.
4046 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
4048         * cus-edit.el (customize-face-other-window, customize-face):
4049         Interactively, when point is on text with a face, suggest to
4050         customize that face.
4052 2002-04-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
4054         * progmodes/f90.el: General tidy-up of commentary and some doc
4055         strings.
4057 2002-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
4059         * scroll-all.el (scroll-all-function-all) New function to do the
4060         actual work.
4061         (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
4062         scroll-all-page-down-all, scroll-all-page-up-all,
4063         scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
4064         Make them use scroll-all-function-all.
4066         * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
4067         with line-beginning-position.
4068         (f90-get-end-of-line): Removed and replaced with line-end-position.
4069         (f90-match-piece): Removed and replaced with match-string.
4070         (f90-current-indentation): Remove `current-column'.
4071         (f90-get-present-comment-type): Use match-string rather than
4072         buffer-substring.
4073         (f90-match-end): Use line-beginning-position, line-end-position
4074         rather than beginning-of-line, end-of-line.
4075         (f90-startup-message): Variable removed.
4077 2002-04-24  Colin Walters  <walters@verbum.org>
4079         * replace.el (occur-accumulate-lines): Add optional argument
4080         `no-props'.  Handle it.
4081         (occur-engine): Use it.
4083         * ibuf-ext.el (toplevel): Remove byte-compile-dynamic.  Try to set
4084         up autoloads manually.
4085         (ibuffer-split-list): New function.
4086         (ibuffer-filtering-groups): New variable.
4087         (ibuffer-hidden-filtering-groups): New variable.
4088         (ibuffer-mouse-toggle-filter-group): New function.
4089         (ibuffer-toggle-filter-group): New function.
4090         (ibuffer-toggle-filter-group-1): New function.
4091         (ibuffer-forward-filter-group): New function.
4092         (ibuffer-backward-filter-group): New funtion.
4093         (ibuffer-generate-filter-groups): New function.
4094         (ibuffer-filters-to-filter-group): New function.
4095         (ibuffer-pop-filter-group): New function.
4096         (ibuffer-jump-to-filter-group): New function.
4097         (ibuffer-do-occur): Just use `occur-read-primary-args'
4099         * ibuffer.el (ibuffer-filter-group-name-face): New.
4100         (ibuffer-mode-map): Bind and add menu entries for most new
4101         functions; also, bind the arrow keys to the movement functions.
4102         (ibuffer-mode-filter-group-map): New.
4103         (ibuffer-mouse-toggle-mark): Handle group names.
4104         (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
4105         (ibuffer-skip-properties): New function.
4106         (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
4107         group names.  Also, handle new properties.
4108         (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
4109         Move error handling to `ibuffer-current-buffer'.
4110         (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
4111         (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
4112         (ibuffer-toggle-marks): Add optional group argument.
4113         (ibuffer-mark-interactive): Skip group names.
4114         (ibuffer-current-buffer): Clean up error handling.
4115         (ibuffer-fontify-region-function): Fontify group names.
4116         (ibuffer-map-lines): Add extra group argument.  Handle it.
4117         (ibuffer-current-filter-groups): New function.
4118         (ibuffer-redisplay): Handle hidden filtering groups.
4119         (ibuffer-sort-bufferlist): New function, taken from
4120         `ibuffer-insert-buffers-and-marks'.
4121         (ibuffer-insert-filter-group): New function.
4122         (ibuffer-redisplay-engine): Renamed from
4123         `ibuffer-insert-buffers-and-marks'.  Handle new filtering groups.
4124         (ibuffer): Add filter-groups argument.  Handle it.
4125         Use `save-selected-window'.
4126         (ibuffer-mode): Make `ibuffer-filtering-groups' and
4127         `ibuffer-hidden-filtering-groups' buffer-local.
4129         * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
4131 2002-04-24  Richard M. Stallman  <rms@gnu.org>
4133         * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
4134         (easy-menu-define-key-intern): Function deleted; callers intern
4135         and then call easy-menu-define-key.
4136         (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
4137         (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
4138         (easy-menu-name-match): New function.
4139         (add-submenu): New function.
4140         (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
4142 2002-04-24  Eli Zaretskii  <eliz@is.elta.co.il>
4144         * menu-bar.el (menu-bar-adv-search-menu)
4145         (menu-bar-adv-search-menu): Improve the help text.
4147 2002-04-24  Simon Josefsson  <jas@extundo.com>
4149         * net/netrc.el: New file.
4151 2002-04-24  Thomas DeWeese <tdeweese@rochester.rr.com>
4153         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4154         Check if any of the available selection sources has new content
4155         and if so it will return that content.
4157 2002-04-24  Miles Bader  <miles@gnu.org>
4159         * menu-bar.el (buffers-menu-show-directories)
4160         (buffers-menu-show-status): New variables.
4161         (menu-bar-update-buffers-1): Use them.
4163 2002-04-24  Martin Stjernholm  <mast@lysator.liu.se>
4165         * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
4166         from `c-do-auto-fill' and point is at or near the limit of the
4167         comment.  Fixed bug when the prefix from `c-guess-fill-prefix'
4168         is longer than the text on the first line of the comment when
4169         it's masked.
4171 2002-04-24  Miles Bader  <miles@gnu.org>
4173         * menu-bar.el (menu-bar-update-buffers-1): Make sure
4174         `uniquify-buffer-name-style' is bound.
4176 2002-04-23  Colin Walters  <walters@verbum.org>
4178         * replace.el (toplevel): Require `cl' while compiling.
4179         (occur-buffer, occur-nlines): Delete.
4180         (occur-revert-properties): Rename to `occur-revert-properties'.
4181         (occur-mode): Handle it.  Set up font lock.
4182         (occur-revert-function): Simply apply `occur-1'.
4183         (occur-mode-find-occurence, occur-mode-mouse-goto)
4184         (occur-mode-goto-occurrence-other-window)
4185         (occur-mode-display-occurrence): Handle buffer property.
4186         (list-matching-lines-face): Use defcustom.
4187         (list-matching-lines-buffer-name-face): New variable.
4188         (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
4189         in ibuffer.el.
4190         (occur-read-primary-args): Move out of `occur'.
4191         (occur): Delete.  Now simply call `occur-1'.
4192         (multi-occur, multi-occur-by-filename-regexp): New functions.
4193         (occur-1): New function.
4194         (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
4195         previous implementation of `occur'; taken from ibuf-ext.el.
4196         (occur-fontify-on-property): New function.
4197         (occur-fontify-region-function, occur-unfontify-region-function):
4198         New functions.
4200         * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
4202         * ibuf-ext.el (ibuffer-depropertize-string): Delete.
4203         (ibuffer-occur-match-face): Delete.
4204         (ibuffer-occur-props, ibuffer-occur-mode): Delete.
4205         (ibuffer-occur-mouse-display-occurence): Delete.
4206         (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
4207         (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
4208         (ibuffer-occur-engine): Moved to replace.el.
4209         (ibuffer-do-occur): Simply call `occur-1'.
4211         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4212         Handle the case where we're already viewing the score file.
4214 2002-04-23  Andreas Schwab  <schwab@suse.de>
4216         * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
4217         next-tag-otherw.
4219 2002-04-23  Miles Bader  <miles@gnu.org>
4221         * menu-bar.el (menu-bar-update-buffers-1): Don't display a
4222         directory separator if there's no directory.  Don't display
4223         directories at all if uniquify is active.  Some code cleanup.
4224         (uniquify-buffer-name-style): Declare (but don't initialize).
4226         * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
4227         for command menu entries, since the low-level menu code modifies
4228         them.  Cache the resulting list.
4229         (menu-bar-buffers-menu-command-entries): New variable.
4231         * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
4232         Add separator line before commands
4233         Remove old crufty code that tried to line things up by adding
4234         spaces to entries (it doesn't work).
4235         Move `Frames' submenu after the normal buffers, and add a
4236         separator line before it.
4237         (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
4239 2002-04-22  Richard M. Stallman  <rms@gnu.org>
4241         * files.el (after-find-file): Use %s to output MSG.
4243         * dired.el (dired-mouse-find-file-other-window):
4244         Handle events that move out of the window.
4246 2002-04-23  Martin Stjernholm  <mast@lysator.liu.se>
4248         * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
4249         was moved to the following line when it was at the first line
4250         of a block comment where comment-start-skip matched to eol.
4252 2002-04-22  Richard M. Stallman  <rms@gnu.org>
4254         * simple.el (line-move-finish): Find beg and end of line
4255         before calling line-move-to-column.  Do consider intangible
4256         when finding the end.  Take more care in analyzing the results
4257         of intangibility after line-move-to-column.
4259 2002-04-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4261         * international/mule-diag.el (list-input-methods-1): Doc fix
4262         (LEIM is now part of the standard distribution).
4264         * tmm.el (tmm-completion-prompt): Doc fix.
4266         * hilit-chg.el (global-highlight-changes): Capitalize status texts.
4268 2002-04-22  Edward M. Reingold  <reingold@emr.cs.iit.edu>
4270         * diary-lib.el (include-other-diary-files): Allow modifying
4271         included buffer, to turn off selective display.
4273 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4275         * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
4276         pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
4277         emacsen that doesn't support it.
4279 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4281         * progmodes/cc-align.el, progmodes/cc-engine.el,
4282         progmodes/cc-styles.el, progmodes/cc-vars.el
4283         (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
4284         Find correct anchor for statement-cont in top level constructs.
4285         Analyze variable initializations in top level constructs as
4286         topmost-intro-cont instead of statement-cont.  That is an
4287         incompatible change but it gives better consistency.  The new
4288         lineup function c-lineup-topmost-intro-cont' compensates for
4289         it and is now put on topmost-intro-cont by default.
4291         * progmodes/cc-align.el, progmodes/cc-engine.el,
4292         progmodes/cc-langs.el (c-lineup-argcont): Lineup function
4293         contributed by Kevin Ryde.
4295         (c-in-gcc-asm-p): Function to recognize asm statements.
4296         Contributed by Kevin Ryde.
4298         (c-opt-asm-stmt-key): New language variable to recognize the
4299         beginning of asm statements.
4301 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4303         * progmodes/cc-engine.el (c-guess-basic-syntax):
4304         Detect variable declarations after class and struct declarations
4305         correctly.  Fixed limit error when finding the anchor for
4306         template-args-cont and topmost-intro-cont.
4308 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4310         * progmodes/cc-cmds.el (c-beginning-of-defun)
4311         (c-declaration-limits): Find the "line oriented" declaration
4312         start too, just like the "line oriented" end is found.
4314 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4316         * progmodes/cc-vars.el (c-offsets-alist): A more sane default
4317         for `inexpr-statement'.  This is not compatible, though.
4318         I think the benefit of a good default style outweights that in
4319         this case.  Besides, `inexpr-statement' is not very common.
4321 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4323         * progmodes/cc-cmds.el (c-electric-delete-forward):
4324         Fix silly bug that caused it to delete backwards in hungry delete
4325         mode.  (It's amazing that this bug hasn't been reported.)
4327         * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
4328         Extracted the code to get the declaration limits from
4329         `c-mark-function' to a new `c-declaration-limits'.
4331         (c-indent-defun): Use the same method to get the limits of the
4332         declaration or macro as `c-mark-function'.
4334         * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
4335         list initializers correctly (but costly; it ought to be
4336         integrated into `c-beginning-of-statement-1').
4338 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4340         * progmodes/cc-cmds.el, progmodes/cc-engine.el
4341         (c-beginning-of-defun, c-end-of-defun, c-mark-function):
4342         Rewritten to detect the declaration limits better.
4343         Now handles K&R argdecls, class definitions followed by variables etc.
4345         (c-in-knr-argdecl): Broke out the K&R argdecl test in
4346         `c-beginning-of-decl-1' to this new function.
4348         (c-end-of-statement-1, c-end-of-decl-1):
4349         Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
4350         handles declarations that continue after the block.
4352         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4353         Added an option to restrict matching to the top level of the
4354         current paren sexp.
4356         * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
4357         New regexp to recognize declarations that continue after the block.
4359         (c-syntactic-eol): New regexp to match a "syntactic" eol.
4361 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4363         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
4364         that often caused the backward limit to be lost at the top
4365         level.  This improves performance a bit.
4367         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4368         New function that works like `re-search-forward' but only returns
4369         matches in syntactically significant text.
4371         * progmodes/cc-engine.el: Fixed a faster and more accurate way
4372         to recognize K&R argdecls.
4374         (c-beginning-of-decl-1): New function that put point at the
4375         beginning of the declaration.  It handles K&R argdecl blocks.
4377         (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
4378         code with one that doesn't depend on the current indentation.
4379         The anchor position for `knr-argdecl' has also changed, but in
4380         a way that is unlikely to cause compatibility problems.
4382 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4384         * progmodes/cc-defs.el, progmodes/cc-engine.el
4385         (c-forward-comment): `forward-comment' in XEmacs skips over
4386         line continuations in the backward direction.  Correct for
4387         that.  Also made this a defun since it has grown too large now
4388         to be a defsubst.
4390         * progmodes/cc-langs.el: More convenient and decentralized
4391         setup of the language specific variables.  The regexp-opt
4392         mangling is also done at compile time now.
4394 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4396         * progmodes/cc-cmds.el (c-indent-line-or-region):
4397         Call `c-indent-line' directly instead of through
4398         `indent-according-to-mode' so that this function always
4399         indents syntactically.
4401         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
4402         where a class beginning with a nested class could cause an
4403         infinite loop (the state outside the narrowed out class is
4404         never used now).
4406 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4408         * progmodes/cc-align.el, progmodes/cc-cmds.el,
4409         progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
4410         the context sensitive analysis inside macros is restricted to
4411         the bodies of #define's; other things, like #if expressions,
4412         never have anything in common with their surroundings.
4413         The old `cpp-macro-cont' syntax is now used in situations where
4414         the syntactic analysis isn't applicable, and a new syntactic
4415         element `cpp-define-intro' is used to add indentation in
4416         #define bodies.
4418         (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
4419         better reflect its use.
4421         * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
4422         continuation backslashes in the detection of `arglist-cont-nonempty'.
4424         * progmodes/cc-align.el: Use the vector form in the return
4425         value in all cases where lineup functions return absolute columns.
4427 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4429         * progmodes/cc-engine.el (c-add-stmt-syntax)
4430         (c-guess-basic-syntax): Anchor `brace-list-intro' and
4431         `bracec-list-close' better for brace lists nested inside expressions.
4433         * progmodes/cc-engine.el, progmodes/cc-langs.el,
4434         progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
4435         various language specific variables and their initialization.
4436         The keyword regexps are now lists that are combined with
4437         regexp-opt.  Some variables have changed names to fit better
4438         with the naming convention.
4440         * progmodes/cc-defs.el, progmodes/cc-vars.el
4441         (c-buffer-is-cc-mode): The value is the mode symbol of the
4442         original CC Mode mode.
4444         (c-major-mode-is): Compare against the buffer local variable
4445         `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
4447 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4449         * progmodes/cc-engine.el (c-forward-syntactic-ws)
4450         (c-backward-syntactic-ws, c-forward-token-1)
4451         (c-backward-token-1, c-in-literal, c-literal-limits)
4452         (c-collect-line-comments, c-literal-type, c-on-identifier)
4453         (c-guess-basic-syntax): These functions are now considered part
4454         of the "CC Mode API" and may be used by other code.
4455         That's signified by making their documentation into docstrings.
4457         (c-whack-state, c-hack-state, c-skip-case-statement-forward):
4458         Removed these internal functions since they aren't used.
4460         (c-forward-to-cpp-expression): Classified this function as internal.
4462 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4464         * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
4465         Simplified these regexps; the class keywords they contain
4466         ought to be enough to avoid false matches, so checking for
4467         following identifiers etc is just unnecessary (and might also
4468         fail for oddly formatted code).
4470 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4472         * progmodes/cc-engine.el, progmodes/cc-cmds.el
4473         (c-forward-comment-lc): New function that behaves like
4474         `c-forward-comment', with the exception that line
4475         continuations are treated as whitespace.
4477         (c-beginning-of-statement): Use `c-forward-comment-lc', to
4478         work correctly in macros and other places where line
4479         continuations should be treated as whitespace.
4481         * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
4482         normal label in a switch block as a case label, to get
4483         consistent lineup with the case labels.
4485         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
4486         in skipping over a macro that ends with an empty line.
4488         * progmodes/cc-styles.el: Require cc-align since styles added
4489         with `c-add-style' often contains references to functions
4490         defined there, and so the `c-valid-offset' check might
4491         otherwise complain on them.
4493 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4495         * progmodes/cc-align.el, progmodes/cc-mode.texi,
4496         progmodes/cc-vars.el: Added two new lineup functions:
4498         (c-lineup-knr-region-comment): A new lineup function to get
4499         (what most people think is) better indentation of comments in
4500         the "K&R region" between the function header and its body.
4502         (c-lineup-gcc-asm-reg): New lineup function for better
4503         indentation inside gcc asm blocks.  Contributed by Kevin Ryde.
4505         (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
4506         `c-lineup-knr-region-comment' in the default offset
4507         configuration, since these two functions have little impact
4508         outside their intended use, and they generally do the right
4509         thing when they kick in.
4511         * progmodes/cc-engine.el (c-guess-continued-construct)
4512         (c-guess-basic-syntax): Handle nested functions in all
4513         languages, not just Pike.  In C and C++ there's a gcc
4514         extension for this, and it also gives better treatment of
4515         macros that are followed by blocks.
4517         * progmodes/cc-langs.el (c-symbol-key): Made this variable
4518         mode specific, to handle Pike special symbols like `== better.
4520 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4522         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
4523         progmodes/cc-vars.el (c-report-syntactic-errors): A new
4524         variable to control the syntactic error messages.  It defaults
4525         to off; since CC Mode ignores most syntactic errors it might
4526         as well ignore them all for the sake of consistency.
4528 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4530         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
4531         Optimization.  Can give a noticeable speedup if there's a
4532         large preceding function or class body.
4534 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4536         * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
4537         efficient and correct insertion functions in many places.
4538         Always inherit text properties correctly if the text is
4539         permanent.  Also do it for speed in temporary insertions,
4540         since I figure it's less work to continue the surrounding text
4541         properties than to break them.
4543         * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
4544         completion to make it easier to enter lists.
4546 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4548         * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
4549         c-state-cache was clobbered.
4551         * progmodes/cc-cmds.el, progmodes/cc-engine.el
4552         (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
4553         to dependency.
4555 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4557         * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
4558         open parens in macros (if point isn't in the same one).
4560 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4562         * progmodes/cc-cmds.el (c-context-open-line): New function
4563         that is the `open-line' equivalent to `c-context-line-break'.
4565         * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
4566         for Emacs 21 since `indent-new-comment-line' has been changed
4567         to `comment-indent-new-line' there.
4569 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4571         * progmodes/cc-engine.el, progmodes/cc-langs.el
4572         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
4573         New variables containing the character sets used to recognize
4574         statement/declaration boundaries.  These variables might help
4575         to support languages like javascript and awk, where newlines
4576         sometimes delimits statements.
4578         (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
4579         the set of statement delimiting characters, to allow it to be
4580         changed dynamically and per-mode.
4582 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4584         * progmodes/cc-engine.el (c-looking-at-bos)
4585         (c-looking-at-inexpr-block, c-add-stmt-syntax)
4586         (c-guess-basic-syntax): Treat blocks directly inside function
4587         calls like "bare" statements inside function calls, and not
4588         like in-expression statements.  This to make indentation of
4589         such blocks consistent with other statements inside macro calls.
4591         * progmodes/cc-engine.el (c-guess-basic-syntax):
4592         Made arglist-cont anchor correctly in arglists that contain statements.
4594         * progmodes/cc-engine.el (c-guess-basic-syntax):
4595         Fixed consistent anchoring of defun-block-intro in defuns in code
4596         blocks (can only occur in Pike).
4598         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4599         (c-looking-at-inexpr-block-backward): Changed the arguments to
4600         require containing sexps and paren state, for better efficiency.
4602 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4604         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
4605         progmodes/cc-vars.el: Improved anchoring of statement and
4606         handling of labels in front of substatements.
4608         (c-guess-continued-construct, c-guess-basic-syntax):
4609         Improved and unified anchoring at statements.  Statements beginning
4610         with comments or labels are now avoided, by going out of
4611         blocks and containing statements if necessary.  This nesting
4612         handling also fixes the case when there's a statement after a
4613         block open brace.  Added the syntactic symbol `substatement-label'.
4615         (c-electric-colon): Map the new `substatement-label' to
4616         `label' when consulting `c-hanging-colons-alist'.
4618         (c-offsets-alist): Added substatement-label.  Updated the
4619         comments for the new anchoring positions at statements.
4621         * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
4622         anchor points for knr-argdecl-intro and access-label.
4623         They used to refer to some point on the same line, a bug which was
4624         neutralized by a kludge in `c-get-syntactic-indentation' which
4625         ignored such anchor points.
4627         (c-get-syntactic-indentation): Removed the kludge that was
4628         necessary due to buggy anchor points.
4630         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
4631         the absence of a comma before arglist-close (case 7A) in any
4632         language, since there's nothing better to do that case anyway.
4633         Added special case to make in-expression statements be
4634         recognized as normal arglist-cont if we're directly in a macro
4635         arglist, for consistency with other "bare" statements.
4637         * progmodes/cc-engine.el (c-looking-at-bos): Added optional
4638         limit arg for backward searches.
4640         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
4641         Anchor gcc in-expression statements at the surrounding open
4642         parenthesis.  Treat a class body as an in-expression class if
4643         it's used in an object clone expression in Pike.
4645         * progmodes/cc-engine.el (c-get-offset)
4646         (c-get-syntactic-indentation): Allow several anchor positions
4647         in the list of syntactic symbols.  Only the first is used as
4648         the base for the offset calculation.
4650 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4652         * progmodes/cc-cmds.el (c-indent-defun): Indent the current
4653         macro if inside one at the top level.  Do not throw an error
4654         if used at the top level outside a macro.
4656         * progmodes/cc-cmds.el (c-backslash-region): Do tab width
4657         alignment only if the backslashes can't be aligned with
4658         surrounding backslashes.
4660         * progmodes/cc-engine.el (c-end-of-macro): New function.
4662         * progmodes/cc-engine.el (c-least-enclosing-brace):
4663         Rewritten to not be destructive.
4665 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4667         * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
4668         line break when point is inside the content of it; if it's in
4669         the cpp keyword a normal line break is done.
4671         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
4672         cpp-macro-cont inside the argument list to a #define.
4674 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4676         * progmodes/cc-defs.el (c-forward-comment): Implemented a
4677         kludge to avoid the problem most forward-comment incarnations
4678         have with `\' together with comment parsing.
4680 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4682         * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
4683         which could cause the state returned by `c-parse-state' to
4684         lack a closed paren element.  That in turn could result in
4685         very long searches, since it's common that they start from the
4686         last preceding close brace.
4688 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4690         * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
4691         treat else-if as a single continuation, since that'd make it
4692         hard to get the right anchor point when there's a line break
4693         between the two keywords.  This change causes else-clause to
4694         be anchored on the closest preceding else-if and not always on
4695         the starting if, but that doesn't affect the indentation for
4696         any reasonably sane style.  Also introduced a noerror flag.
4698         (c-beginning-of-closest-statement): Removed;
4699         c-beginning-of-statement-1 now avoids the problem this one solved.
4701         * progmodes/cc-engine.el (c-guess-continued-construct)
4702         (c-guess-basic-syntax): Better and more uniform anchor points
4703         for 'statement-cont and 'substatement.  The effect is
4704         noticeable mostly when there's a label on the same line as the
4705         beginning of the statement, or when there are more stuff
4706         before the start of the statement.
4708         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
4709         Added flag to disable looking at the type of the surrounding paren
4710         since that confuses c-beginning-of-statement-1 and a couple of
4711         other places.
4713         * progmodes/cc-engine.el (c-guess-basic-syntax):
4714         Avoid stepping to the previous statement in case 18.
4715         Improvements in recognition of statement blocks on the top level.
4717 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4719         * progmodes/cc-engine.el (c-beginning-of-statement-1)
4720         (c-crosses-statement-barrier-p): Rewritten to get a well
4721         defined and documented behavior.  This fixes some tricky cases
4722         in recognition of do-while constructs.
4724         (c-backward-to-start-of-do, c-backward-to-start-of-if):
4725         Removed; use c-beginning-of-statement-1 instead.
4727         (c-guess-continued-construct, c-guess-basic-syntax):
4728         Various fixes to not depend on the bugs previously in
4729         c-beginning-of-statement-1.  Cleanups in cases 18 and 17 to
4730         use the new behavior of c-beginning-of-statement-1 better.
4731         Fixed recognition of catch blocks inside macros.
4733         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
4734         in skipping over a macro.
4736         * progmodes/cc-langs.el (c-label-kwds): New variable to
4737         contain the appropriate c-*-label-kwds value.
4739         * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
4740         evaluation bug that caused the widget for
4741         c-block-comment-prefix to bug out.
4743 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4745         * progmodes/cc-engine.el (c-guess-basic-syntax):
4746         Improved recognition of statements: They are now recognized in
4747         contexts where they normally can't occur, e.g. on the top level or
4748         in function call arguments.  This is mainly useful to recognize
4749         statements in macros at the top level, and in arguments to
4750         macros.  The cases has been moved around quite a bit, and case
4751         10 has been copied to case 18.  (The cases has not been
4752         renumbered because of this.)
4754         (c-guess-continued-construct): New function which has the
4755         rules which are common between cases 10 and 18.
4757         * progmodes/cc-engine.el (c-beginning-of-statement-1)
4758         (c-backward-to-start-of-do, c-backward-to-start-of-if):
4759         Fixes so that they really obey the passed limits.
4761         (c-safe-position): Return nil if the state doesn't contain a
4762         suitable position.
4764         (c-guess-basic-syntax): Fixes some too short limits in calls
4765         to c-beginning-of-statement-1.  Some fixes for top level
4766         analysis in ObjC mode.
4768         * progmodes/cc-engine.el (c-beginning-of-statement-1):
4769         Fixed bug in do-while statements where the body is not a block.
4771         * progmodes/cc-styles.el (c-set-style):
4772         Reset c-special-indent-hook to its global value if in override mode.
4773         Fixes problem where functions on that hook remained after
4774         style switch.
4776         * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
4777         Use c-benign-error to report the c-strict-syntax-p error.
4779 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4781         * progmodes/cc-align.el, progmodes/cc-defs.el,
4782         progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
4783         Several fixes to treat macros as code and not literals and to
4784         handle line continuations transparently.
4786         (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
4787         through whitespace and line continuations, but not comments
4788         and macros.
4790         (c-in-literal): No longer recognizes macros as literals by
4791         default. An extra flag argument is required to do that.
4793         (c-macro-start, c-query-macro-start)
4794         (c-query-and-set-macro-start): Added a cache for the macro
4795         start position.
4797         (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
4798         more speed when limits are given.  Workaround for bad behavior
4799         in forward-comment in some emacsen when it hits a buffer limit
4800         with a large repeat count.
4802         (c-lineup-macro-cont): Improved behavior when
4803         c-syntactic-indentation-in-macros is nil.
4805         (c-syntactic-indentation-in-macros, c-backslash-max-column)
4806         (c-auto-align-backslashes): New customization variables to
4807         control macro handling.
4809         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
4810         Fixes to handle line continuations.
4812         * progmodes/cc-defs.el, progmodes/cc-styles.el
4813         (c-get-style-variables, c-set-offset): Report style errors
4814         with message and ding instead of error signal.  This to avoid
4815         interrupted mode init if there's some style problem.
4817         (c-benign-error): New macro to report errors that doesn't need
4818         to interrupt the operation.
4820         * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
4822 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4824         * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
4825         Removed most of the c-state-cache fiddling, since the global
4826         state cache now handles this.
4828         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
4829         when there's an open paren at the very first char of the
4830         visible buffer region.
4832         * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
4833         Cache the state globally and invalidate it below every buffer
4834         change with the new after change function
4835         `c-check-state-cache'.  This gives a considerable performance
4836         boost when editing large functions or classes.
4838         * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
4840 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4842         * progmodes/cc-engine.el, progmodes/cc-langs.el,
4843         progmodes/cc-align.el: Improvements to syntactic analysis
4844         inside macros:
4846         (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
4847         by `c-guess-basic-syntax'.
4849         (c-parse-state): Fixed bug with braces inside macros when
4850         using cached state info.
4852         (c-forward-to-cpp-expression): New function to aid in
4853         syntactic analysis inside macros.
4855         (c-beginning-of-statement-1, c-backward-syntactic-ws):
4856         Fixes to work better inside macros.
4858         (c-forward-syntactic-ws): Whitespace between the # and the
4859         command should be allowed in preprocessor directives.
4861         (c-lineup-macro-cont): New lineup function to get context
4862         sensitive indentation inside macros.
4864         (c-offsets-alist): Made `c-lineup-macro-cont' the default for
4865         cpp-macro-cont.
4867 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4869         * progmodes/cc-engine.el (c-beginning-of-statement-1)
4870         (c-forward-syntactic-ws): Fixes to handle continued lines.
4872         (c-backward-to-start-of-if, c-guess-basic-syntax):
4873         Do syntactic analysis inside macros.
4875 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4877         * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
4878         possible by the more flexible state cache.
4880         * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
4881         (c-whack-state-after, c-hack-state)
4882         (c-narrow-out-enclosing-class, c-guess-basic-syntax):
4883         Improved the state cache system.  It now can use partial info from
4884         an old cached state to calculate a new one at a different
4885         position.  Removed some kludges to avoid the state cache.
4886         The new functions `c-whack-state-before' and `c-whack-state-after'
4887         replace the now obsolete `c-whack-state'.
4889         * progmodes/cc-engine.el (c-beginning-of-statement-1):
4890         Optimized backing through a macro.  This can speed things up
4891         quite a bit when there are long macros before point.
4893         (c-beginning-of-macro): Do not ignore the limit.
4895 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4897         * progmodes/cc-cmds.el (c-electric-continued-statement):
4898         Fixed a bug where the keyword wasn't reindented correctly if
4899         followed by another keyword or identifier.
4901         * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
4902         pairs that are in macros.  Fixes some cases where e.g. the
4903         second of two "do { } while (0)" macros after each other
4904         indented differently.
4906 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4908         * progmodes/cc-engine.el (c-beginning-of-macro)
4909         (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
4910         directive when it begins a line, to allow for script
4911         interpreter lines like "#!/usr/bin/pike" at the beginning of
4912         the file.
4914 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4916         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
4917         Recognize brace blocks inside a parenthesis expression as
4918         inexpr-statement.  Useful when writing statements as macro arguments.
4920 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4922         * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
4923         (c-mask-comment): Broke out the comment masking code from
4924         `c-fill-paragraph' to a new function `c-mask-comment', to be
4925         able to do the same thing in `c-do-auto-fill'.  This should
4926         make auto-fill-mode behave better.
4928 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4930         * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
4931         Check `executing-macro' to avoid blinking parens when macros
4932         are executed.
4934         * progmodes/cc-mode.el, progmodes/cc-styles.el
4935         (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
4936         consistency with `c-setup-paragraph-variables' (which was
4937         placed there due to the dependency from `c-set-style').
4939         * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
4940         incomplete initialization from the style variable fallbacks if
4941         there already is a style called "user" defined when CC Mode
4942         starts up for the first time.
4944 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4946         * progmodes/cc-cmds.el, progmodes/cc-vars.el
4947         (c-comment-indent, c-indent-comment-alist): Added new variable
4948         `c-indent-comment-alist' to allow better control over
4949         `c-comment-indent'.
4951 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4953         * progmodes/cc-align.el (c-lineup-C-comments): Try to match
4954         both `comment-start-skip' and the comment prefix on the
4955         current line with the comment starter, so that we line up
4956         comments which matches `c-comment-prefix-regexp' on the first
4957         line (after the `/') without the need to make
4958         `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
4960         * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
4961         (c-set-style-1, c-setup-paragraph-variables): Moved the
4962         variable initialization based on `c-comment-prefix-regexp' to
4963         a new function `c-setup-paragraph-variables', which is now
4964         used both at mode init and when a style that sets
4965         `c-comment-prefix-regexp' is activated.
4967 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4969         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4970         Better handling of C++ template args to avoid confusion with
4971         `<' and `>' used as operators in member init expressions.
4973 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4975         * progmodes/cc-engine.el (c-most-enclosing-brace)
4976         (c-least-enclosing-brace): Added optional second arg to limit
4977         the search to before a certain point.
4979         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
4980         which could cause incorrect analysis if a cached state is used
4981         (usually only happens when an electric key reindents a line).
4983 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
4985         * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
4986         insulation.  This time for XEmacs 21.
4988         * progmodes/cc-engine.el, progmodes/cc-langs.el:
4989         Improved handling of inheritance lists:
4991         (c-beginning-of-inheritance-list): Rewritten to use a more
4992         syntactically correct method that doesn't get confused by
4993         badly placed linebreaks and comments.
4995         (c-guess-basic-syntax): Several fixes to the handling of
4996         inheritance lists in combination with templates.  'inher-intro
4997         is now anchored on the start of the class declaration and not
4998         the indentation of the current line.  Switched places on cases
4999         5D.3 and 5D.4 and made them use more syntactically correct methods.
5001         (c-inher-key): Removed since the code in
5002         `c-guess-basic-syntax' now uses token-based search.
5004         * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
5005         Added a submenu to access some toggles.
5007         (c-toggle-syntactic-indentation): New function to toggle the
5008         variable `c-syntactic-indentation'.
5010         * progmodes/cc-styles.el (c-set-style): Improved the error
5011         message for incorrect offsets a bit.
5013 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5015         * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
5016         sexp follows point immediately, instead find the closest
5017         following open paren that ends on another line.
5019 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5021         * progmodes/cc-align.el (c-lineup-cascaded-calls):
5022         New indentation function.
5024         * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
5025         directives with whitespace between the '#' and the name.
5027 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5029         * progmodes/cc-engine.el (c-forward-syntactic-ws)
5030         (c-backward-syntactic-ws): Handle line continuations as
5031         whitespace.  Don't move past a macro if that'd take us past
5032         the limit.
5034 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5036         * progmodes/cc-engine.el (c-beginning-of-macro)
5037         (c-forward-syntactic-ws): Multiline strings begin with `#"' in
5038         Pike, and that shouldn't be confused with a preprocessor directive.
5040 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5042         * progmodes/cc-cmds.el: Extended the kludge to interoperate
5043         with the delsel and pending-del packages wrt to the new
5044         function `c-electric-delete-forward'.
5046 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5048         * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
5049         the block itself, i.e. only indent the contents in it.
5051         * progmodes/cc-styles.el (c-set-style): Use the default
5052         argument to completing-read instead of initial-contents, if
5053         the function is recent enough to support it.
5055 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5057         * progmodes/cc-mode.el (c-mode-help-address):
5058         Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
5059         I've almost never seen a bug reported this way that should go
5060         to that list, but it's rather common that the reports concern
5061         the combination CC Mode and XEmacs instead.
5063 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5065         * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
5066         brace-elseif-brace and brace-catch-brace are active and
5067         there's a "else if"-block before the catch block.
5069         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
5070         Detect function headers that span lines.
5072 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5074         * progmodes/cc-cmds.el (c-electric-brace)
5075         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5076         Check for last on line only for doing the auto-newline-mode
5077         stuff, not for the reindentation.
5079         * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
5080         handling of c-syntactic-indentation: When it's nil, indent the
5081         new lines but don't reindent the current one.  Reindent the
5082         line only when the inserted brace comes first on it, instead
5083         of last.
5085         * progmodes/cc-cmds.el (c-electric-brace)
5086         (c-electric-semi&comma): Fixed two places where
5087         c-syntactic-indentation wasn't heeded.
5089         * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
5090         inside a macro.
5092         * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
5093         little harder to find a fallback position when an orphan else
5094         is found.  Fixed case where an else following a do-while
5095         statement could be associated with an if inside the do-while.
5097 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5099         * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
5100         for the fallback to add a single space after the comment prefix.
5102         * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
5103         behavior in some special cases, especially for single-line comments.
5104         Avoid breaking up a comment starter or ender.
5106 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5108         * progmodes/cc-cmds.el (c-outline-level): Applied patch from
5109         the Emacs sources to make this work in invisible text.
5111         * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
5112         not be confused by a later ':' on the same line as the label.
5114 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5116         * progmodes/cc-cmds.el, progmodes/cc-mode.el
5117         (c-electric-delete, c-electric-delete-forward):
5118         Split `c-electric-delete' into two functions where
5119         `c-electric-delete-forward' always deletes forward and
5120         `c-electric-delete' only contains the code necessary for
5121         XEmacs to choose between backward and forward deletion.
5122         `c-electric-delete-forward' is now bound to C-d to get the
5123         electric behavior on that key too.
5125 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5127         * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
5128         use of c-comment-prefix-regexp, which caused an error when
5129         it's a list.
5131 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5133         * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
5134         (c-default-style): Removed the hardcoded switch to "java" style
5135         in Java mode.  It's instead taken care of by the default value
5136         for c-default-style.
5138 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
5140         * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
5141         was triggered by equal signs in string literals.
5143 2002-04-21  Kim F. Storm  <storm@cua.dk>
5145         * subr.el (insert-buffer-substring-no-properties): New function.
5146         (insert-buffer-substring-as-yank): New function.
5148 2002-04-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
5150         * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
5151         (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
5152         prefix from scroll commands.  Ignore end-of-buffer errors from
5153         other windows.
5154         (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
5155         commands.
5156         (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
5157         New functions.
5159         * files.el: (auto-mode-alist): .f95 files in f90-mode.
5161         * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
5162         a DO statement irrespective of numeric label.
5164 2002-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
5166         * files.el (auto-save-file-name-transforms): Doc fix.
5167         Add third element to "uniquify" filenames.
5168         (make-auto-save-file-name): Use new element of
5169         auto-save-file-name-transforms.
5170         * startup.el (command-line): Add third element to
5171         auto-save-file-name-transforms.
5173 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
5175         * files.el (file-name-non-special): Don't mangle the 0'th arg and the
5176         return value of file-name-completion and file-name-all-completions.
5178 2002-04-19  Glenn Morris <gmorris@ast.cam.ac.uk>
5180         * progmodes/f90.el: Update maintainer.
5181         (f90-line-continued): Recognize blank/comment lines embedded in
5182         continuation lines.
5183         (f90-looking-at-program-block-start): No extra indentation after
5184         function or subroutine keyword appears in single quotes.
5186 2002-04-19  Miles Bader  <miles@gnu.org>
5188         * custom.el (customize-mark-to-save, customize-mark-as-set)
5189         (custom-quote): Moved here from `cus-edit.el'.
5190         * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
5191         (custom-quote): Moved to `custom.el'.
5193 2002-04-18  Richard M. Stallman  <rms@gnu.org>
5195         * facemenu.el (list-text-properties-at): Command deleted.
5197         * rect.el (insert-rectangle): Use insert-for-yank.
5199         * register.el (insert-register): Use insert-for-yank.
5200         (describe-register-1): Discard text props in yank-excluded-properties.
5202         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
5203         Fix parts in construction of `menu-item' item at end.
5205         * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
5207         * subr.el (insert-for-yank): New function.
5209         * simple.el (yank-excluded-properties): New user option.
5210         (yank-pop, yank): Use insert-for-yank.
5212 2002-04-19  Kim F. Storm  <storm@cua.dk>
5214         * simple.el (pop-to-mark-command): Do not set this-command.
5215         (set-mark-command): Always jump to mark when called with arg.
5217 2002-04-18  Francesco Potorti`  <pot@gnu.org>
5219         * comint.el (comint-watch-for-password-prompt): Remove whitespace
5220         at the beginning of password prompts.
5222 2002-04-18  Andrew Innes  <andrewi@gnu.org>
5224         * facemenu.el: Remove require of wid-edit.
5226 2002-04-17  Colin Walters  <walters@verbum.org>
5228         * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
5229         one window.
5230         (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
5231         (ibuffer-current-state-list): Reinstate optional argument; now
5232         just call `point' inside the mapping function.
5234 2002-04-17  Francesco Potorti`  <pot@gnu.org>
5236         * dired-aux.el (dired-star-subst-regexp)
5237         (dired-quark-subst-regexp): New constants.
5238         (dired-do-shell-command, dired-shell-stuff-it): Use them.
5239         (dired-do-shell-command): Raise an error if both `*' and `?'
5240         substitution marks are used in the same command.
5241         (dired-shell-stuff-it): Substitute all instances of `*' and `?'
5242         in a command given via dired-do-shell-command.
5244         * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
5246 2002-04-16  Jason Rumney  <jasonr@gnu.org>
5248         * international/mule-cmds.el (locale-preferred-coding-systems):
5249         Add "jpn".
5251 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
5253         * term.el (term-emulate-terminal): Fix last change.
5255 2002-04-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5257         * bindings.el (mode-line-mode-menu): Update names to reflect
5258         latest changes.
5260 2002-04-16  Mike Williams  <mdub@bigfoot.com>
5262         * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
5263         compilation error.
5265 2002-04-16  Michael Kifer  <kifer@cs.stonybrook.edu>
5267         * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
5268         (viper-ex-print-buf-name): New variable.
5269         (viper-ex-print-buf): New variable.
5270         (ex-token-alist): Invoke ex-print on ":print" Ex commands.
5271         (ex-g-marks): New variable.
5272         (ex-print): New function.
5273         (ex-print-display-lines): New function.
5275         * viper.el (viper-set-hooks): Add window-setup-hook, which sets
5276         the cursor color.
5278         * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
5279         when the window is not in its own frame.
5280         (ediff-clone-buffer-for-region-comparison): More robust window
5281         arrangement while prompting for regions to compare.
5282         (ediff-make-cloned-buffer): Use generate-new-buffer-name.
5283         (ediff-inferior-compare-regions): Deleted unused vars
5284         ctl-buf and quit-now.
5286 2002-04-15  Richard M. Stallman  <rms@gnu.org>
5288         * facemenu.el (facemenu-add-new-face): Use this only for faces.
5289         Delete arg MENU.
5290         (facemenu-add-new-color): New function.
5291         (facemenu-set-foreground, facemenu-set-background):
5292         Use facemenu-add-new-color.
5294 2002-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
5296         * ediff-init.el (ediff-current-diff-face-A)
5297         (ediff-current-diff-face-B, ediff-current-diff-face-C)
5298         (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
5299         (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
5300         (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
5301         (ediff-even-diff-face-B, ediff-even-diff-face-C)
5302         (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
5303         (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
5304         (ediff-odd-diff-face-Ancestor): Add special color definitions for
5305         tty and MS-DOS displays.
5307 2002-04-15  Andrew Innes  <andrewi@gnu.org>
5309         * facemenu.el: Require wid-edit.
5311 2002-04-15  Miles Bader  <miles@gnu.org>
5313         * faces.el (highlight): Force foreground to be black on a tty, so
5314         this face is readable on a dark-background tty.
5315         * wid-edit.el (widget-field-face, widget-single-line-field-face):
5316         Likewise.
5318 2002-04-14  Kim F. Storm  <storm@cua.dk>
5320         * simple.el (pop-to-mark-command, push-mark-command): New commands.
5321         (set-mark-command): Use them.
5322         Enhanced functionality when command is repeated:
5323         - If first command set the mark (no prefix arg), repeat temporarily
5324         enables transient-mark-mode.
5325         - If first command jumped to mark off ring (with argument),
5326         repeat (with or without arg) jump to next mark off ring.
5327         - Use C-u C-u prefix to set mark after jump.
5328         (exchange-point-and-mark): Temporarily enable transient-mark-mode
5329         if prefix arg.
5331 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5333         * speedbar.el (speedbar-tag-hierarchy-method)
5334         (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
5336 2002-04-14  Mike Williams  <mdub@bigfoot.com>
5338         * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
5339         beginning of buffer.
5341 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5343         * speedbar.el (speedbar-generic-item-info)
5344         (speedbar-sort-tags): Doc fix.
5345         (speedbar-add-supported-extension): Fix typo in interactive spec.
5347 2002-04-13  Colin Walters  <walters@verbum.org>
5349         * ibuffer.el (ibuffer-forward-line): Just skip header if we're
5350         only moving one line forward.
5351         (ibuffer-map-lines): Preserve point position even if we delete
5352         lines.  Only call mapping functions with buffer and mark
5353         arguments; the other two were unused.
5354         (ibuffer-redisplay, ibuffer-update): Always skip special areas.
5356         * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
5358         * calc/calc-bin.el (math-format-radix-float): Use `when'.
5360         * calc/calc.el (math-format-number): Load `calc-ext' before we
5361         call `math-group-float'.
5363         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
5364         Renamed from `gamegrid-add-score'.
5365         (gamegrid-add-score-insecure): Restored from the old
5366         `gamegrid-add-score'.
5367         (gamegrid-add-score): Just dispatch on `system-type' to one of the
5368         previous two functions.
5370 2002-04-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5372         * iswitchb.el: Update commentary to include new function
5373         iswitchb-exclude-nonmatching.
5375 2002-04-12  John Wiegley  <johnw@gnu.org>
5377         * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
5378         operating systems to the regexp used to detect a script's interpreter.
5380 2002-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
5382         * frame.el (frames-on-display-list): Use `equal' to compare the
5383         `display' frame parameter to the argument DISPLAY.
5385 2002-04-12  Dave Love  <fx@gnu.org>
5387         * help.el (string-key-binding): Deal with margin events.
5389 2002-04-12  Francesco Potorti`  <pot@gnu.org>
5391         * comint.el (comint-password-prompt-regexp): Match " SMB password".
5393 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5395         * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
5397         * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
5399         * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
5400         (buffer-syntactic-context-depth): New funs.
5402         * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
5403         on variables.
5405         * emacs-lisp/debug.el (debug-on-entry): Use push.
5406         (debugger-make-xrefs): Don't assume point-min == 1.
5408         * progmodes/cc-engine.el (c-backward-to-start-of-if):
5409         Don't assume point-min == 1.
5411         * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
5412         (etags-list-tags, etags-tags-apropos, select-tags-table):
5413         Don't assume point-min == 1.
5415 2002-04-12  Mike Williams  <mdub@bigfoot.com>
5417         * textmodes/sgml-mode.el (sgml-guess-indent): New function.
5419 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
5421         * textmodes/fill.el (fill-context-prefix): Fix up last change.
5423         * simple.el (line-move): Use memq rather than or.
5424         (transpose-sexps): Don't presume as much of forward-sexp's behavior.
5425         (do-auto-fill): Use fill-move-to-break-point.
5426         (syntax-code-table): Remove.
5428         * textmodes/fill.el (canonically-space-region): Obey sentence-end.
5429         Don't add spaces at end of sentences at end of line.
5430         (fill-move-to-break-point): Make sure the result is always greater
5431         than linebeg, so we ensure forward progress.
5432         (fill-region-as-paragraph): Compare to `to' rather than eobp.
5433         (fill-paragraph): Don't rebind fill-paragraph-function.
5435 2002-04-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5437         * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
5439 2002-04-11  Andreas Schwab  <schwab@suse.de>
5441         * files.el (file-name-non-special): Handle return value of t from
5442         `file-name-completion'.
5444 2002-04-10  Stefan Monnier  <monnier@cs.yale.edu>
5446         * textmodes/fill.el (fill-context-prefix): Match the two prefixes
5447         differently to avoid pathological exponential-time case.
5448         (adaptive-fill-regexp): Add ! and %.
5449         (fill-delete-prefix): Remove indentation while removing prefix.
5450         (fill-delete-newlines): Obey sentence-end.
5451         (fill-move-to-break-point, fill-newline): New functions extracted
5452         from fill-region-as-paragraph.
5453         (fill-region-as-paragraph): Use them.
5454         Don't fiddle with fill-indent-according-to-mode.
5456 2002-04-10  Colin Walters  <walters@verbum.org>
5458         * play/snake.el (snake-score-file): Default to just "snake-scores".
5460         * play/tetris.el (tetris-score-file): Likewise.
5462         * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
5463         use `update-game-score'.
5465         * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
5466         (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
5467         ourselves; take it as an argument.  Caller updated.
5468         (ibuffer-mode): Make mode-class special.
5470 2002-04-10  Richard M. Stallman  <rms@gnu.org>
5472         * dired.el (dired-view-command-alist): New variable.
5473         (dired-view-file): Use external viewers for some files names.
5475         * mouse.el (mouse-drag-region-1): Display region highlight
5476         only in the selected window.
5478         * subr.el (remove-hook): When there are no more local hooks,
5479         kill the buffer-local value.
5481         * isearch.el (isearch-mode): Don't call make-frame-visible
5482         if frame is already visible.
5484         * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
5486 2002-04-09  Emmanuel Briot  <briot@act-europe.fr>
5488         * progmodes/ada-prj.el: Add support for the new project file
5489         fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
5490         Fix widget handling for Emacs 21.  ada-mode now only supports a single
5491         active project file, instead of one per buffer.  This is far less
5492         confusing.
5494         * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
5495         (ada-func-or-proc-name): Get real subprogram name, after change in
5496         ada-mode.el.
5498         * progmodes/ada-xref.el: Ada-mode no longer supports a different
5499         project file per buffer.  This was too complex.  Instead, there is
5500         now a single active project file at any given time, and the user
5501         can switch the active one through the Ada menu.  This revision
5502         also provides better handling of the Windows command line, and the
5503         various available shells on that platform.  ada-mode is now fully
5504         integrated with the GNU visual debugger gvd, see
5505         http://libre.act-europe.fr.
5506         (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
5507         This is only available with GNAT 3.14.
5508         (ada-prj-gnatfind-switches, ada-cd-command): New variable.
5509         (ada-quote-cmd): New function.
5510         (ada-initialize-runtime-library): Get the location of the actual
5511         runtime the compiler will be using, including support for
5512         cross-platform environments.
5513         (ada-treat-cmd-string): Add support for the new variable
5514         ${full_current} add support for debug-pre-cmd and debug-post-cmd,
5515         two commands to run just prior to running the debugger, and just
5516         after starting it.  This provide better support for cross-platform
5517         and remote debugging.
5518         (ada-get-absolute-dir): Remove, replace with expand-file-name.
5519         (ada-gdb-application): New parameter executable-name.
5520         (ada-get-ali-file-name): Better handling of separate packages.
5521         Checkin on behalf of the ada-mode maintainer.
5523         * progmodes/ada-mode.el (ada-case-exception-file)
5524         (ada-indent-handle-comment-special): New variables.
5525         (ada-case-exception-substring): New variable.  Casing exceptions
5526         can now also be defined for substrings, in addition to full
5527         identifier names.  This provides more flexibility.
5528         (ada-align-list): New fun, provide support for align.el in ada-mode.
5529         (ada-procedure-start-regexp): Add support for operators and
5530         generic formal subprograms and packages.
5531         (ada-imenu-comment-re): New variable.
5532         (ada-imenu-generic-expression): Add support for protected types.
5533         (ada-mode): Set comment-start only after running ada-mode-hook, so
5534         that the user can change ada-comment-start in the hook.
5535         Add support for ispell in comments.  Add support for align.el.
5536         (ada-save-exception-file, ada-create-case-exception-substring)
5537         (ada-adjust-case-substring): New functions.
5538         (ada-get-current-indent): Properly handles keywords with uppercases.
5539         (ada-goto-matching-end): Rewritten, fixes problems in the handling
5540         of nested blocks.
5541         (ada-untab-hard): Do not touch the contents of comments and strings.
5543 2002-04-09  Mike Williams  <mdub@bigfoot.com>
5545         * textmodes/sgml-mode.el (sgml-lexical-context):
5546         Use sgml-parse-tag-backward to find start point.
5547         (sgml-looking-back-at): Doc fix.
5549 2002-04-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5551         * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
5552         for prompt.
5554 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
5556         * autorevert.el (auto-revert-mode, global-auto-revert-mode):
5557         Use define-minor-mode.
5558         (auto-revert-buffers): Use with-current-buffer.
5559         Avoid changing the minor modes.
5561         * international/iso-acc.el (iso-accents-accent-key): Use `vector'
5562         rather than char-to-string since last-input-char can be any event.
5564         * international/titdic-cnv.el (tit-dictionary):
5565         Use defvar for non-constants.
5567         * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
5568         (global-cwarn-mode): Use easy-mmode-define-global-mode.
5569         (cwarn-font-lock-keywords): New function.
5570         Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
5571         (cwarn-font-lock-match): New macro.
5572         (cwarn-font-lock-match-assignment-in-expression)
5573         (cwarn-font-lock-match-dangerous-semicolon)
5574         (cwarn-font-lock-match-reference): Use it.
5576         * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
5577         Use defvar rather than defconst since it's meant to be settable.
5578         (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
5579         (cperl-fix-line-spacing): Add missing \ in [ t].
5581         * loadup.el: Call ucs-unify-8859 directly rather than
5582         unify-8859-on-encoding-mode.
5583         (fns-*.el): Don't use it anymore.  Keep the load-history in purespace.
5585         * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
5586         (sgml-mode): Use it for comment-line-break-function.
5588 2002-04-08  Jason Rumney  <jasonr@gnu.org>
5590         * international/mule-cmds.el (reset-language-environment):
5591         Handle coding-systems not being defined yet.
5593 2002-04-08  Sam Steingold  <sds@gnu.org>
5595         * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
5596         (vc-cvs-checkin): Use it.
5598 2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5600         * files.el (display-time-string): Fix last change.
5602 2002-04-07  Sam Steingold  <sds@gnu.org>
5604         * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
5606 2002-04-07  Jason Rumney  <jasonr@gnu.org>
5608         * international/mule-cmds.el (set-default-coding-systems)
5609         (reset-language-environment): Preserve eols on
5610         default-process-coding-system.
5611         (coding-system-change-text-conversion): Fix case where CODING is nil.
5613 2002-04-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5615         * subr.el (play-sound): Move here from simple.el.
5617         * simple.el (play-sound): Move to subr.el.
5619 2002-04-06  Richard M. Stallman  <rms@gnu.org>
5621         * files.el (display-time-string-forms): Mark as risky.
5623         * enriched.el (enriched-decode-foreground, enriched-decode-background):
5624         Use proper format for desired elts of `face' property.
5625         Don't test display-color-p; make the properties unconditionally.
5627         * progmodes/compile.el (compilation-error-regexp-alist):
5628         New alternatives for FILE:LINE.COL and for ranges of columns and lines.
5630 2002-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
5632         * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
5633         for customization type.
5634         Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
5636 2002-04-06  Mike Williams  <mdub@bigfoot.com>
5638         * textmodes/xml-lite.el: Remove.
5640 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5642         * simple.el (play-sound): New function (uses play-sound-internal).
5644 2002-04-04  Richard M. Stallman  <rms@gnu.org>
5646         * files.el (mode-line-format, mode-line-modified)
5647         (mode-line-mule-info, mode-line-buffer-identification)
5648         (mode-line-modes, mode-line-position): Explicitly mark as risky.
5649         (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
5651         * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
5653         * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
5654         Use (syntax-table), not old-syntax-table.
5656         * enriched.el (enriched-decode-foreground)
5657         (enriched-decode-background): Don't call facemenu-get-face.
5659 2002-04-04  Mike Williams  <mdub@bigfoot.com>
5661         * textmodes/sgml-mode.el: Add missing require.
5662         (sgml-lexical-context): Fix up CDATA detection for boundary cases.
5664 2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5666         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
5667         spot indicated by text property `cvs-goal-column', if present.
5669         * pcvs-info.el (cvs-fileinfo-pp): Use text property
5670         `cvs-goal-column' to indicate position of file name (if present).
5672 2002-04-03  Richard M. Stallman  <rms@gnu.org>
5674         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5675         Call mail-abbrev-make-syntax-table.
5677         * format.el (format-deannotate-region): Doc fix.
5679         * enriched.el (enriched-face-ans): Delete special treatment
5680         for fg:... and bg:... faces.
5681         (enriched-decode-foreground): Return a list that specifies
5682         the foreground color, rather than creating a face.
5683         (enriched-decode-background): Likewise.
5685         * shell.el (shell-mode): Don't reinit comint-input-ring
5686         if that was already done.
5688 2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
5690         * solar.el (solar-spring-or-summer-season): Delete.
5691         (solar-northern-spring-or-summer-season): New variable.
5692         (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
5693         Rewrite.
5695         * solar.el (diary-sabbath-candles-minutes): New variable.
5696         (diary-sabbath-candles): Use it instead of fixed 18 minutes.
5698         * calendar.el (update-calendar-mode-line): Force mode-line update.
5699         Make date under the cursor available as `date' in
5700         calendar-mode-line-format.
5701         Eval items in calendar-mode-line-format list.
5703         * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
5704         (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
5706         * cal-tex.el (cal-tex-latexify-list): Fix doc string.
5708         * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
5709         (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
5710         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5711         (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
5713         * cal-tex.el: Change all instances (interactive "P") to
5714         (interactive "p").
5715         (cal-tex-cursor-month): Add hfill and newline at end of month that
5716         ended on Saturday.
5717         (cal-tex-preamble): Change to LaTeX2e.
5718         (cal-tex-cursor-filofax-year): Don't use default month names in
5719         LaTeX macros in case user changes them.
5720         (cal-tex-month-name): New function.  Used throughout in case user
5721         has done something funny with month names.
5723         * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
5724         (diary-rosh-hodesh): Spelling correction.
5726 2002-04-03  Mike Williams  <mdub@bigfoot.com>
5728         * textmodes/sgml-mode.el (sgml-lexical-context)
5729         (sgml-parse-tag-backward): Extend support for CDATA to include
5730         conditional sections.
5732 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5734         * cus-start.el: Rename `autoselect-window' to
5735         `mouse-autoselect-window'.
5737 2002-04-02  Richard M. Stallman  <rms@gnu.org>
5739         * files.el (hack-one-local-variable):
5740         Clear text props from string value.
5742 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
5744         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5745         (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
5746         Use regexp-opt.
5747         (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
5748         from F95.
5749         (f90-procedures-re): Add `null' and `cpu_time' from F95.
5750         (f90-font-lock-keywords-1): Minor reorganization so we don't need
5751         `override' any more.
5752         (f90-font-lock-keywords-3): Use `keep' rather than `override'.
5753         (f90-indent-subprogram): Use indent-region.
5754         (f90-break-line): Use indent-according-to-mode.
5756 2002-04-02  Mike Williams  <mdub@bigfoot.com>
5758         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
5759         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
5760         (sgml-get-context): Remove use of sgml-inside-tag-p.
5761         (sgml-inside-tag-p): Remove.
5762         (sgml-looking-back-at): Short-circuit at beg of buffer.
5763         (sgml-lexical-context, sgml-calculate-indent): Add support for
5764         CDATA sections.
5766 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
5768         * help.el (help-key-description): New fun.
5769         (describe-key-briefly, describe-key): Use it and
5770         this-single-command-raw-keys plus new arg `untranslated'.
5772         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
5773         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
5774         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
5775         (sgml-insert-end-tag): New funs taken from xml-lite.el.
5776         (sgml-calculate-indent): Use them.
5777         (sgml-slash-matching): Rename from sgml-slash.
5778         (sgml-slash): Copied from xml-lite and changed to use
5779         sgml-slash-matching and sgml-quick-keys.
5781         * international/mule-cmds.el (standard-keyboard-coding-systems):
5782         Add koi8-u and koi8-r.
5784         * eshell/.cvsignore: New file.
5786         * eshell/esh-groups.el: Remove.
5788         * progmodes/tcl.el: Change maintainer.
5789         (tcl-electric-hash-style): Change default to nil.
5790         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
5791         (tcl-do-auto-fill): Remove.
5792         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
5794 2002-04-01  Mike Williams  <mdub@bigfoot.com>
5796         * textmodes/sgml-mode.el: Doc fixes.
5797         (sgml-mode): Set indent-line-function to sgml-indent-line.
5798         (sgml-calculate-indent): Add an explicit check for 'text syntax,
5799         to protect against future enhancements to sgml-lexical-context.
5800         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
5802         * textmodes/xml-lite.el: Removed much redundant stuff.
5803         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
5804         always start within text. Make use of sgml-unclosed-tag-p.
5806 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
5808         * tcl.el (tcl-imenu-generic-expression): New value.
5809         (tcl-imenu-create-index-function): Function deleted.
5810         (tcl-mode): Check for filladapt-mode.
5811         Use tcl-imenu-generic-expression instead of
5812         tcl-imenu-create-index-function.
5813         (inferior-tcl-mode): Doc fix.
5814         Change not legally significant.
5816 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5818         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
5820         * window.el (handle-select-window): New function.
5821         Update copyright.
5823 2002-04-01  Richard M. Stallman  <rms@gnu.org>
5825         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
5827         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
5828         tool-bar-add-item, and new arg MAP.
5829         (tool-bar-add-item): Now calls tool-bar-local-item.
5830         (tool-bar-local-item-from-menu): Renamed from
5831         tool-bar-add-item-from-menu, and new arg IN-MAP.
5832         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
5834         * help-fns.el (help-with-tutorial): Allow various ways
5835         to specify the text in the [...] line, in handling the <...> line.
5837         * progmodes/idlw-rinfo.el (idlwave-system-routines):
5838         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
5840         * subr.el (redraw-modeline): Define alias.
5842 2002-03-31  Richard M. Stallman  <rms@gnu.org>
5844         * files.el (file-expand-wildcards): Use save-match-data.
5846         * files.el (format-alist): Mark as risky.
5848         * simple.el (kill-new): Doc fix.
5850         * emacs-lisp/byte-opt.el (side-effect-free-fns)
5851         (side-effect-and-error-free-fns): Add many functions, remove some.
5853 2002-03-30  Richard M. Stallman  <rms@gnu.org>
5855         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
5857 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
5859         * font-lock.el (save-buffer-state): Fix last change.
5861         * files.el (auto-save-file-name-transforms): Fix last change.
5863         * startup.el (command-line): Fix last change.
5865 2002-03-29  Richard M. Stallman  <rms@gnu.org>
5867         * subr.el (play-sound-file): Moved to simple.el.
5869         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
5871 2002-03-29  Colin Walters  <walters@verbum.org>
5873         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
5874         instead of `forward-line'.
5875         (ibuffer-forward-line): Be sure to skip over special properties
5876         before moving, too.
5878         * calc/calc.el (calc-was-split): Var deleted.
5879         (calc): Remove reference to it.
5880         (calc): Ditto.
5881         (calc-quit): Ditto.
5882         (calc-init-base): Ditto.
5884         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
5886 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
5888         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
5889         instead of nil when point is outside of any tag.
5890         (sgml-beginning-of-tag): Adjust to the change.
5891         (sgml-calculate-indent): Use the new info returned by
5892         sgml-lexical-context.  Try to handle unclosed tags.
5894         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
5895         at unclosed tags unless it is at indentation.
5896         Kill nested unclosed tags.
5897         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
5898         (xml-lite-mode): Use sgml-indent-line instead.
5900 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
5902         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
5903         expand-file-name.
5905         * startup.el (command-line): Recompute auto-save-file-name-transforms
5906         using the updated value of temporary-file-directory.
5908 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
5910         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
5911         even with an empty context.  Don't save excursion any more.
5912         Don't complain about unmatched start-tags in sgml-unclosed-tags.
5913         Ignore end-tags in sgml-empty-tags.
5914         (xml-lite-get-context, xml-lite-calculate-indent)
5915         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
5916         (xml-lite-indent-line): Use back-to-indentation.
5918         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
5919         (sgml-name-re, sgml-attrs-re): New consts.
5920         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
5921         (sgml-mode): Use them.
5922         (sgml-lexical-context): Default to (point-min) if nothing else works.
5923         (sgml-calculate-indent): Indent slightly differently.
5924         (sgml-indent-line): Use back-to-indentation.
5925         (sgml-parse-dtd): New function.
5926         (sgml-unclosed-tags): New var.
5927         (html-mode): Set it.
5929 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
5931         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
5933 2002-03-29  Richard M. Stallman  <rms@gnu.org>
5935         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
5936         Use FILTER arg in dired-get-marked-files to exclude directories.
5937         (dired-nondirectory-p): New function.
5939         * dired.el (dired-get-marked-files): New arg FILTER
5940         allows selection of some files.
5942         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
5944 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
5946         * speedbar.el (speedbar-default-directory-list): Made robust
5947         against deleted directories.
5949 2002-03-28  Richard M. Stallman  <rms@gnu.org>
5951         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
5952         Bindings changed.
5954         * progmodes/compile.el (compilation-handle-exit):
5955         If compilation-window-height is 0, display status in echo area.
5957         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
5959         * rect.el (replace-rectangle): Add autoload.
5961         * files.el: Mark many more variables as risky.
5962         (hack-one-local-variable): Recognize several additional
5963         patterns as risky.
5965         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
5967 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
5969         * textmodes/xml-lite.el (xml-lite-in-string-p):
5970         Use sgml-lexical-context.
5971         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
5972         (xml-lite-get-context): Check that open/close tags match.
5973         Don't stop scanning while we're ignoring matching tags.
5975         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
5976         (sgml-mode-syntax-table): Use it.
5977         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
5978         (sgml-tags-invisible): Use it.
5979         (sgml-lexical-context): New fun.
5980         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
5981         (sgml-quote): Accept \n as entity reference terminator.
5982         (sgml-calculate-indent, sgml-indent-line): New funs.
5984 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
5986         * vc-cvs.el (vc-cvs-global-switches): New user option.
5987         (vc-cvs-command): New function.  Update all callers of
5988         `vc-do-command' in vc-cvs.el to use this instead.
5990 2002-03-27  Andrew Innes  <andrewi@gnu.org>
5992         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
5993         relying on shell globbing.
5995 2002-03-27  Colin Walters  <walters@debian.org>
5997         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
5998         (ibuffer-fontification-alist): Use it.
5999         (ibuffer-backward-line): Handle `ibuffer-summary' area.
6000         (ibuffer-forward-line): Ditto.
6002         * ibuf-ext.el (sorter mode-name): Doc fix.
6003         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
6004         (operation query-replace): Use new `noerror' arg for
6005         `query-replace-read-args'.
6006         (operation query-replace-regexp): Ditto.
6008 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
6010         * textmodes/xml-lite.el: Fix copyright notice.
6011         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
6012         (xml-lite-indent-comment-offset): Remove.
6013         (xml-lite-calculate-indent): Use new name.  Use natural alignment
6014         for comments.
6015         (xml-lite-in-string-p): Simplify.
6017 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6019         * allout.el (outline-layout): Doc fix.
6021 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
6023         * textmodes/xml-lite.el: Don't require `custom'.
6024         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
6025         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
6026         (xml-lite-get-context): Drop nested tags not just for comments.
6027         (xml-lite-indent-line): Be more careful about moving point.
6028         (xml-lite-insert-end-tag, xml-lite-slash):
6029         Use indent-according-to-mode instead of xml-lite-indent-line.
6030         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
6031         Set sgml-xml-mode.  Don't call force-mode-line-update.
6032         (xml-lite-mode-map): Don't bind TAB.
6034 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
6036         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
6037         parameter value.
6038         (gud-jdb-build-source-files-list): Comment clarification.
6039         (gud-jdb-massage-args): Reworked into loop-based argument list
6040         processing in order to support -classpath and -sourcepath argument
6041         processing.
6042         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
6043         to gud-jdb-classpath to obtain search list.
6044         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
6045         directory names in classpath/sourcepath lists, update comment.
6046         (jdb): Add setting of gud-jdb-sourcepath, update comment.
6047         (gud-find-class): Add gud-jdb-sourcepath use, and correct
6048         behaviour for the case when classpath is not used--backward
6049         compatibility fix.
6051 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
6053         * Makefile.in (compile, compile-always): Don't try to compile
6054         non-existent files or files in empty directories.
6056 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
6058         * compare-w.el (compare-windows-whitespace): Match all whitespace.
6060         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
6061         copy of standard Lisp directories.
6063         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
6064         Support "next has longname" link type.
6066 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
6068         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
6069         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
6070         New functions.
6071         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
6072         (end-of-xml-tag): Remove.
6073         (xml-lite-get-context): Better handling of comments.
6074         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
6075         (xml-lite-parse-tag-backward): Rewrite.
6077 2002-03-26  Juanma Barranquero  <lektu@terra.es>
6079         * makefile.w32-in (WINS): Add the toolbar directory.
6081 2002-03-26  Richard M. Stallman  <rms@gnu.org>
6083         * subr.el (substring-no-properties): Function deleted (now in C).
6085 2002-03-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6087         * mwheel.el (mouse-wheel-mode): Use global-set-key and
6088         global-unset-key.
6090 2002-03-24  Richard M. Stallman  <rms@gnu.org>
6092         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
6094         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
6095         to query-replace-read-args.
6097         * progmodes/compile.el (compilation-forget-errors):
6098         Don't adjust compilation-parsing-end if it's nil.
6100         * replace.el (query-replace-read-args): New optional arg NOERROR.
6101         (perform-replace): Use save-window-excursion around recursive edit.
6103 2002-03-24  Colin Walters  <walters@verbum.org>
6105         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
6106         non-nil, then always use another window.
6108 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
6110         * subr.el (macro-declaration-function): New function.  Set the
6111         variable macro-declaration-function to it.
6113         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
6114         Handle declarations in macro definitions.
6116 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
6118         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
6120         * enriched.el (enriched-face-ans): Support FACE of the form
6121         (:foreground COLOR) and (:background COLOR).
6122         (enriched-decode-foreground, enriched-decode-background): Set the
6123         fore- and background colors of the faces we create, since facemenu
6124         doesn't.
6126 2002-03-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6128         * mwheel.el (mouse-wheel-mode): Use the result of
6129         current-global-map instead of the variable `global-map'.
6131 2002-03-23  Richard M. Stallman  <rms@gnu.org>
6133         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
6134         broken out of sendmail-pre-abbrev-expand-hook.
6135         (sendmail-pre-abbrev-expand-hook): Use it.
6137 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
6139         * Makefile.in (finder-inf.el): Remove.
6140         (finder-data): Don't depend on finder-inf.el any more.
6141         (compile, compile-always): Handle the case where some files
6142         from DONTCOMPILE are missing (it tried to compile them).
6143         (bootstrap-clean): Use src/emacs only if executable.
6144         (bootstrap): Update subdirs.el and finder-inf.el.
6146         * finder.el: Don't load finder-inf.el during byte-compilation.
6148         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
6149         Don't consider cvs-removed files as under VC control.
6150         VC wouldn't handle them properly anyway and it confuses
6151         vc-file-not-found-hook.
6153         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
6154         Add autoload cookie.
6156 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
6158         * calendar/calendar.el (calendar): Doc fix.
6160 2002-03-22  Juanma Barranquero  <lektu@terra.es>
6162         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
6163         (gomoku-font-lock-X-face): Likewise.
6164         (gomoku-font-lock-keywords): Use faces instead of variables.
6166 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
6168         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
6170 2002-03-21  Kim F. Storm  <storm@cua.dk>
6172         * simple.el (open-network-stream, open-network-stream-nowait)
6173         (open-network-stream-server): Use featurep to test for
6174         supported networking features.
6176 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
6178         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
6179         directions as the last action.
6181 2002-03-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6183         * startup.el (fancy-splash-tail, normal-splash-screen):
6184         Update copyright.
6186         * novice.el (disabled-command-hook): Clarify output text to match
6187         prompt.
6189 2002-03-20  Jason Rumney  <jasonr@gnu.org>
6191         * frame.el (display-images-p): Do not explicitly check display type.
6193 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
6195         * mail-utils.el:
6196         Eliminate compilation warnings due to `rfc822-addresses'.
6197         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
6198         warning free compile.
6200 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6202         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
6203         Take the current highlighting style into account.
6204         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
6205         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
6207         * ediff-init.el (ediff-patch-job): New macro.
6209         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
6210         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
6212         * ediff-ptch.el (ediff-map-patch-buffer):
6213         Use ediff-make-new-meta-list-header.
6214         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
6216         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
6217         (ediff-select-difference): Take highlighting style into account.
6218         (ediff-clone-buffer-for-region-comparison): New function.
6219         (ediff-inferior-compare-regions): Added comparison of current diff
6220         regions.
6222         * ediff.el (ediff-clone-buffer-for-region-comparison)
6223         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
6225 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
6227         * mail-utils.el (rmail-dont-reply-to):
6228         Overhaul to correctly apply the regular
6229         expressions in the variable `rmail-dont-reply-to-names' to the list of
6230         destination addresses.  Contributed by lorentey@elte.hu.
6232         * rmail.el (rmail-dont-reply-to-names):
6233         Modify the documentation to make it email
6234         address centric rather than login name centric.  Contributed by
6235         lorentey@elte.hu.
6237 2002-03-18  Colin Walters  <walters@verbum.org>
6239         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
6240         we don't require `cl' at runtime.
6241         (sorting mode mode-name): Don't take the symbol-name of a string.
6243         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
6244         line after setting the mark.
6245         (ibuffer-insert-buffers-and-marks): Invert the test for
6246         `ibuffer-sorting-reversep'.
6248 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
6250         * international/ucs-tables.el (unify-8859-on-decoding-mode)
6251         (unify-8859-on-encoding-mode): Remove autoload cookie.
6253 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
6255         * vc-rcs.el (vc-rcs-register): Fix handling of
6256         vc-[rcs-]register-switches.
6257         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
6258         Variables removed, since they weren't used yet.
6260         * vc-cvs.el (vc-cvs-register): Fix handling of
6261         vc-[cvs-]register-switches.
6263         * vc-sccs.el (vc-sccs-register): Fix handling of
6264         vc-[sccs-]register-switches.
6266 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
6268         * loadup.el ("emacs-lisp/backquote"): Load earlier.
6269         ("international/ucs-tables"): Load and turn on
6270         unify-8859-on-encoding-mode unconditionally.
6271         (emacs-version): Use `defconst' rather than `setq'.
6273         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
6275 2002-03-18  Richard M. Stallman  <rms@gnu.org>
6277         * menu-bar.el (menu-bar-options-menu): Cope if
6278         text-mode-hook is not a list.
6280 2002-03-17  Richard M. Stallman  <rms@gnu.org>
6282         * emulation/pc-select.el (pc-selection-mode):
6283         Alter the existing global map, don't replace it.
6285         * files.el (list-directory): Set default-directory at the end.
6287         * dabbrev.el (dabbrev--goto-start-of-abbrev):
6288         Put a limit on field-beginning search.
6290 2002-03-17  Simon Josefsson  <jas@extundo.com>
6292         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
6293         (browse-url-mosaic): Use it.
6295         * net/browse-url.el (browse-url-filename-alist): Don't begin
6296         docstring with *, you don't want to set this one with M-x set-variable.
6298         * net/browse-url.el: Put * in user option doc strings.
6300 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
6302         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
6303         (sgml-xml-guess): Simplify.
6304         (sgml-mode-common): Remove (move into sgml-mode).
6305         (sgml-mode): Add code from sgml-mode-common.
6306         Remove redundant setting of indent-line-function.
6307         Don't set skeleton-transformation when in XML mode.
6309         * international/mule-diag.el (describe-char-after):
6310         Use `internal-describe-syntax-value' again (got lost somewhere).
6312         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
6313         Use unify-8859-on-decoding-mode.
6314         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
6315         (ucs-insert): Give an error if the unicode char can't be created.
6317         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
6318         (cvs-parse-status): Handle the "used to have a conflict" marker.
6320 2002-03-17  Kim F. Storm  <storm@cua.dk>
6322         The following changes are related to the enhanced network process
6323         support.
6325         * simple.el: Update copyright.
6326         (clone-process): Use make-network-process to clone network
6327         processes.  Get command list via (process-contact ... t).
6328         Use set-process-query-on-exit-flag and process-query-on-exit-flag
6329         instead of process-kill-without-query.
6330         (open-network-stream): Replaces C-version from process.c.
6331         (open-network-stream-nowait, open-network-stream-server): New funs.
6332         (process-kill-without-query): Replaces C-version from process.c.
6334         * files.el: Update copyright.
6335         (save-buffers-kill-emacs): Also check for active server
6336         processes.  Use process-query-on-exit-flag.  Only list processes
6337         which has the query-on-exit flag set in connection with user query.
6339         * shadowfile.el: Update copyright.
6340         (shadow-save-buffers-kill-emacs): Also check for active server
6341         processes.  Use process-query-on-exit-flag.
6343 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
6345         * imenu.el (imenu-menubar-modified-tick): Renamed from
6346         imenu-update-menubar-modified-tick.
6347         (imenu-update-menubar): Update imenu-menubar-modified-tick
6348         whenever outer condition succeeds.
6350         * lazy-lock.el (save-buffer-state):
6351         Bind inhibit-modification-hooks and buffer-file-truename
6352         instead of before-change-functions and after-change-functions.
6354 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
6356         * international/codepage.el (codepage-setup): Don't define a
6357         codepage if it is already defined.
6359         * textmodes/po.el (po-content-type-charset-alist): Convert the
6360         car of each association to a string.
6361         (po-find-file-coding-system-guts): If the charset matches a name
6362         of a codepage, set up that codepage and return it as a coding
6363         system to decode the file.
6364         (po-find-charset): Search for the Charset= header even if we've
6365         read less than 4KB.
6366         <top-level>: Remove the setup for all known codepages: it seems
6367         to cause crashes in the CCL driver.
6369 2002-03-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6371         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
6372         (bibtex-entry-field-alist): Doc fix.
6374 2002-03-16  Richard M. Stallman  <rms@gnu.org>
6376         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
6377         Move definition above cperl-outline-regexp.
6379         * bindings.el (mode-line-mule-info): In computing help-echo prop,
6380         avoid using save-window-excursion.  And compile the function.
6382 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
6384         * files.el (load-completion): New function.
6385         (load-library): Use it.
6387 2002-03-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6389         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
6390         to match the actual code.
6392 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
6394         * textmodes/po.el (po-find-file-coding-system-guts):
6395         Use with-temp-buffer instead of po-with-temp-buffer.
6397         * international/mule-conf.el (file-coding-system-alist): Add an
6398         association for PO files.
6400         * textmodes/po.el: New file.
6402 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
6404         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6405         Fix simple loop indentation.
6407 2002-03-14  Miles Bader  <miles@gnu.org>
6409         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
6411 2002-03-14  Richard M. Stallman  <rms@gnu.org>
6413         * textmodes/picture.el (picture-insert)
6414         (picture-clear-column, picture-draw-rectangle):
6415         Use move-to-column, not move-to-column-force.
6417         * dired.el (dired-readin): Clear out undo list.
6418         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
6419         (dired-delete-entry): New function.
6420         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
6421         and dired-delete-entry, to update this buffer (and others).
6423         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
6425         * facemenu.el (facemenu-add-new-face):
6426         Pass region args to facemenu-set-face, when there is a region.
6427         (facemenu-set-foreground, facemenu-set-background)
6428         (facemenu-add-face): Doc fixes.
6430         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
6432 2002-03-14  Miles Bader  <miles@gnu.org>
6434         * emacs-lisp/debug.el: Require `button'.
6435         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
6436         to get TAB and <backtab> bindings.
6438         * net/rlogin.el (rlogin-carriage-filter): Function removed.
6439         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
6440         comint removes carriage returns itself now.
6442         * rfn-eshadow.el (rfn-eshadow-update-overlay):
6443         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
6444         getting hosed by our own intangible property.
6446 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
6448         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
6449         Add fortran-comment-line-start-skip to comment-start-skip.
6450         (fortran-comment-indent): Keep whole-line comments in column 0.
6451         (fortran-find-comment-start-skip): New arg `all'.
6452         If ALL is nil, make sure we only match comment-start-skip if we
6453         can't match fortran-comment-line-start-skip.
6454         Fix bug that made it return t but without moving point when
6455         matching '!'! (a false-comment followed by a real comment).
6456         (fortran-indent-comment): Use new `all' argument above.
6457         Be careful not to add an incorrect comment-starter like "C"
6458         in comment-column.
6459         (fortran-split-line): When splitting a comment, reuse the comment
6460         starter from the current line rather than fortran-comment-line-start.
6461         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
6462         cleaner behavior of fortran-find-comment-start-skip.
6463         (fortran-fill): Don't be confused by ! inside a comment.
6464         (fortran-break-line): Minor cleanup and simplification.
6466 2002-03-13  Francesco Potorti`  <pot@gnu.org>
6468         * progmodes/etags.el (tag-exact-file-name-match-p)
6469         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
6470         simpler regexp.
6472 2002-03-12  Colin Walters  <walters@debian.org>
6474         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
6475         redisplaying a line.
6477 2002-03-12  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
6479         * term/x-win.el (emacs-session-restore): Take previous id as
6480         an argument.
6481         (emacs-session-save): Add comment that return t means cancel shutdown
6483         * startup.el (command-line): Must check that x-session-previous-id
6484         is bound also, for non-X platforms.
6486 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
6488         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
6489         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
6490         New user options.
6491         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
6492         (common-lisp-indent-function-1): Renamed from
6493         common-lisp-indent-function.
6494         (common-lisp-indent-function): Handle loop forms specially.
6495         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
6496         (lisp-backquote-indentation): New user option.
6498 2002-03-12  Francesco Potorti`  <pot@gnu.org>
6500         * progmodes/etags.el (tag-exact-file-name-match-p)
6501         (tag-file-name-match-p, tag-partial-file-name-match-p):
6502         Assume that the header of a tags section has either a number
6503         or nothing after the last comma.
6505 2002-03-11  Richard M. Stallman  <rms@gnu.org>
6507         * imenu.el (imenu-update-menubar-modified-tick): New variable.
6508         (imenu-update-menubar): Don't call imenu--make-index-alist
6509         if buffer has not changed since last time.
6511         * desktop.el (desktop-buffer-handlers): Doc fix.
6512         (desktop-buffer-file): Explicitly return BUF.
6514         * paren.el (show-paren-function): Move back in other direction
6515         to verify the match is correct.
6517         * mail/supercite.el (sc-select-attribution): Accept whatever value
6518         we get in CHOICE; there is no value meaning "try again".
6520 2002-03-11  Colin Walters  <walters@verbum.org>
6522         * shell.el (toplevel): Revert previous change to use pcomplete.
6523         (shell-mode): Ditto.
6524         (shell-pcomplete-setup-done): Remove.
6525         (shell-pcomplete): Ditto.
6526         (shell-pcomplete-reverse): Ditto.
6528         * comint.el: Remove documentation on setting up pcomplete.
6530 2002-03-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6532         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
6533         item.  Doc fix.
6535         * image.el (image-type-from-file-header): Make temporary buffer
6536         unibyte.
6538         * subr.el (add-to-list): Doc fix.
6540 2002-03-11  Miles Bader  <miles@gnu.org>
6542         * pcomplete.el (pcomplete-entries): Expand environment variables
6543         in filename.
6545 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
6547         * play/mpuz.el: Use defface instead of facemenu-get-face.
6549 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
6551         * startup.el (command-line): Add call to emacs-session-restore if
6552         both x-session-id and x-session-previous-id are strings.
6554         * term/x-win.el (x-handle-smid): New function.
6555         (emacs-session-filename): New function.
6556         (emacs-session-save): New function.
6557         (emacs-save-session-functions): New variable.
6558         (emacs-session-restore): New function.
6560 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
6562         * simple.el (shell-command-on-region): Call push-mark with
6563         non-nil second arg, to suppress the "Mark set" message.
6565 2002-03-08  Richard M. Stallman  <rms@gnu.org>
6567         * textmodes/picture.el (picture-forward-column): New arg `interactive'
6568         is non-nil for an interactive call.  Use instead of interactive-p.
6569         (picture-backward-column): Likewise.
6571         * tar-mode.el (tar-untar-buffer): New function.
6573         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
6574         Put the mouse-face on the entire xref, like the local keymap.
6576         * find-dired.el (find-name-dired): Use shell-quote-argument.
6578 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
6580         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
6581         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
6582         (mpuz-allow-double-multiplicator): New options for nicer look and
6583         new features.
6584         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
6585         (mpuz-check-all-solved, mpuz-random-puzzle)
6586         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
6587         (mpuz-show-solution): Functions streamlined and removed french
6588         style space before punctuation, added face support and optional
6589         solving of trivial results.
6591 2002-03-07  Colin Walters  <walters@verbum.org>
6593         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
6595         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
6596         instead of "recency" for clarity.
6597         (ibuffer-compile-format): Document more.  Handle new "summarizer"
6598         columns.
6599         (ibuffer-fontify-region-function): Ditto.
6600         (ibuffer-insert-buffer-line): Ditto.
6601         (ibuffer-map-lines): Ditto.
6602         (ibuffer-insert-buffers-and-marks): Ditto.
6603         (ibuffer-update-title-and-summary): Renamed from
6604         `ibuffer-update-title'.  Handle "summarizer" columns.
6605         (ibuffer-clear-summary-columns): New function.
6607         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
6609 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
6611         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
6612         Use the other-window instead of the other-frame functions when
6613         the window is dedicated.
6615 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6617         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
6618         with SILENT so that a new field can be added.
6620 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
6622         * files.el (make-auto-save-file-name): Make sure the produced file
6623         name does not contain characters that are invalid for DOS/Windows
6624         filesystems.
6626         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
6627         Remove replacement functions.
6629 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
6631         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
6632         the form `:x'.
6634         * vc.el (vc-branch-part): Add autoload cookie.  This function can
6635         be called from vc-rcs-find-most-recent-rev when visiting a file
6636         checked into RCS in a CVS sandbox.
6638 2002-03-06  Andreas Schwab  <schwab@suse.de>
6640         * progmodes/hideif.el: Augment expression parser to handle
6641         conditional expressions.
6642         (hif-token-regexp): Also match `?' and `:'.
6643         (hif-tokenize): Handle `?' and ':' as tokens.
6644         (hif-expr): Parse conditional expressions.
6645         (hif-or-expr): Parse `||' expressions.
6646         (hif-and-expr): Renamed from hif-term.
6647         (hif-conditional): New function to evaluate a conditional
6648         expression.
6650 2002-03-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6652         * language/czech.el ("Czech"): Fix the documentation.
6654         * language/slovak.el ("Slovak"): Likewise.
6656 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6658         * xml.el (xml-parse-attlist): Accept empty strings.
6660 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
6662         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
6663         all terminals now support highlighting of some kind.
6665         * language/european.el (mac-roman): Fix the safe-chars property.
6667 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
6669         * vc.el (vc-transfer-file): Use `make-temp-file'.
6670         (vc-default-update-changelog): Remove conditional use of
6671         `make-temp-name'.
6673         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
6675 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
6677         * ediff-init.el: Comments.
6679         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
6680         is loaded.
6682         * ediff-mult.el (ediff-intersect-directories)
6683         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
6684         Cleanup.
6685         (ediff-draw-dir-diffs): Now supports the "C" command in directory
6686         difference buffer.
6687         (ediff-dir-diff-copy-file): New function that implements copying
6688         of files from one Ediff dir to another
6689         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
6690         (ediff-append-custom-diff): Better error msgs.
6692         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
6693         (ediff-inferior-compare-regions): Use
6694         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
6696         * ediff.el (ediff-directories-internal): Cleanup.
6697         (ediff-clone-buffer-for-region-comparison): Better interface.
6699 2002-03-04  Richard M. Stallman  <rms@gnu.org>
6701         * emacs-lisp/easy-mmode.el (define-minor-mode):
6702         Use "P" in interactive spec of minor mode commands.
6704 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
6706         * faces.el (face-spec-choose): Allow `t' to appear before the end.
6707         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
6708         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
6709         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
6710         (mode-line-inactive, header-line): Move the `t' section to the
6711         beginning so the `:inherit' setting can be shared.
6713 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6715         * net/snmp-mode.el: Require tempo when compiling to prevent
6716         warnings.  Update copyright notice.
6718         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
6719         like not defined at all.
6721 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
6723         * textmodes/sgml-mode.el: Change maintainer to FSF.
6724         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
6725         (sgml-tags-invisible, sgml-beginning-of-tag):
6726         Allow _ : and non-ASCII in tag names, as required for XML.
6727         (sgml-name-char): Don't assume anything about charsets handled by
6728         encode-char.
6730         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
6731         where one of the buffers is narrowed.
6733         * hexl.el (hexlify-command, dehexlify-command): Remove.
6734         (hexlify-buffer, dehexlify-buffer): Use call-process-region
6735         rather than shell-command-on-region.
6737         * newcomment.el (comment-forward): Use forward-comment to skip
6738         over whitespace (or comments) even when comment-use-syntax is nil.
6740         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
6742         * textmodes/xml-lite.el: New file.
6744 2002-03-03  Richard M. Stallman  <rms@gnu.org>
6746         * textmodes/artist.el (artist-system): Use make-temp-file.
6748         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
6750         * mail/sendmail.el (mail-recover-1): Increase non-random-len
6751         by 1 since we changed make-auto-save-file-name to add one
6752         fewer character to the buffer name.
6753         (mail-recover): Really show point at the right place
6754         in the *Directory* buffer.
6756         * files.el (make-auto-save-file-name): Use make-temp-file.
6758         * terminal.el (te-create-terminfo): Use make-temp-file
6759         to create the source file in a safe way.
6761 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
6763         * cus-start.el: Rename automatic-hscroll-step and
6764         automatic-hscroll-margin into hscroll-step and hscroll-margin.
6766         * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
6767         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
6769         * mouse.el (mouse-region-delete-keys): Add deletechar.
6771 2002-03-03  Sam Steingold  <sds@gnu.org>
6773         * play/snake.el (snake-score-file): Fixed parens (broken by the
6774         last patch).
6775         * play/tetris.el (tetris-score-file): Ditto.
6777 2002-03-03  Richard M. Stallman  <rms@gnu.org>
6779         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
6781         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
6783         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
6784         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
6786 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
6788         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
6789         instead of `buffer-substring-no-properties' to support enriched mode.
6791 2002-03-02  Richard M. Stallman  <rms@gnu.org>
6793         * find-dired.el (find-grep-dired): Call shell-quote-argument.
6794         Specify the -e option.
6795         Rename arg to `regexp'.
6797 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
6799         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
6801 2002-03-02  Miles Bader  <miles@gnu.org>
6803         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
6804         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
6805         If there's no applicable modifiers entry in the alist in
6806         `mouse-wheel-scroll-amount', fall back to the default, not to
6807         nil (which causes full screen scrolls).
6809 2002-03-01  Andreas Schwab  <schwab@suse.de>
6811         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
6812         Remove extra paren in regexp.
6814 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
6816         * mouse.el (mouse-show-mark): Use display-mouse-p, not
6817         display-graphic-p, to decide whether to move point or use the
6818         highlighting.
6820 2002-02-28  Colin Walters  <walters@verbum.org>
6822         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
6824         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
6825         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
6826         (calc-temp-file-name): Use `make-temp-file'.
6828 2002-02-28  Richard M. Stallman  <rms@gnu.org>
6830         * font-lock.el (java-font-lock-extra-types):
6831         Match java.net.URL, etc.
6833 2002-02-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6835         * hexl.el (hexl-options): Doc fix.
6836         Update Commentary section.
6838         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
6839         Doc fixes.
6841 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
6843         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
6844         the user to do that first.
6845         (vc-update): New function.
6847         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
6848         which calls vc-update.  Use the term "Base Version" instead of
6849         "Last Version" for the entries "Revert" and "Compare".
6851 2002-02-28  Kim F. Storm  <storm@cua.dk>
6853         * simple.el (shell-command-on-region): Report non-zero exit
6854         status in mode line instead of buffer.
6856 2002-02-27  Richard M. Stallman  <rms@gnu.org>
6858         * comint.el (comint-preoutput-filter-functions): Doc fix.
6859         (comint-output-filter-functions, comint-input-filter-functions)
6860         (comint-redirect-filter-functions): Likewise.
6862         (comint-redirect-preoutput-filter): Do the local-hook
6863         handling of t when running comint-redirect-filter-functions.
6864         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
6866 2002-02-26  Richard M. Stallman  <rms@gnu.org>
6868         * paths.el (remote-shell-program): Add doc string.
6870 2002-02-26  Colin Walters  <walters@debian.org>
6872         * ibuf-ext.el (sorter mode-name): New.
6873         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
6875         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
6876         interactively, so they do something.
6877         (calc-scroll-right): Ditto.
6879 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
6881         * international/mule.el (ctext-pre-write-conversion): Handle the
6882         case when FROM is a string, and when we are called from
6883         build_annotations_2.
6885 2002-02-26  Richard M. Stallman  <rms@gnu.org>
6887         * rect.el (clear-rectangle-line): Reindent to the same column
6888         that move-to-column reached when it tried to go to endcol.
6890         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
6892 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
6894         * winner.el (winner-boring-buffers, winner-set): A window which
6895         displays a buffer whose name is in the list
6896         `winner-boring-buffers', will no longer be restored by `winner-undo'.
6897         (winner-sorted-window-list): Used to improve comparison between
6898         window configurations.
6899         (winner-win-data): Simplified and moved.
6900         (winner-conf): Simplified (now uses `winner-win-data').
6901         (winner-change-fun, winner-save-old-configurations)
6902         (winner-save-(un)conditionally, winner-redo): Changes made while in
6903         the minibuffer will be ignored.  (Such changes are undone upon
6904         exit for the minibuffer, anyway.)
6905         (winner-set-conf): Preserve selected window whenever possible.
6906         (winner-make-point-alist): Simplified.
6907         (winner-mode, winner-save-unconditionally): Save current window
6908         configuration on entering minibuffer.
6909         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
6910         since it does not change the overall behavior of Emacs.
6912 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
6914         * international/mule-conf.el (compound-text): Renamed back from
6915         compound-text-no-extensions.
6916         (ctext-no-compositions): Remove the mime-charset property.
6917         (compound-text-with-extensions): Renamed from compound-text.
6918         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
6920 2002-02-26  Juanma Barranquero  <lektu@terra.es>
6922         * faces.el (list-faces-display): Fix typo.
6924 2002-02-25  Richard M. Stallman  <rms@gnu.org>
6926         * frame.el (focus-follows-mouse): Doc fix.
6928 2002-02-26  Miles Bader  <miles@gnu.org>
6930         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
6931         to `define-key', since it no longer accepts the latter.
6933 2002-02-25  Jason Rumney  <jasonr@gnu.org>
6935         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
6936         mouse-wheel-scroll-amount.
6938         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
6939         mwheel.el.
6941         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
6943 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
6945         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
6946         consistent with the others that take a backend name as a symbol.
6948         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
6950 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
6952         * comint.el (comint-replace-by-expanded-filename): Do nothing if
6953         comint-match-partial-filename returns nil.
6955         * shell.el (shell-pcomplete-setup-done): New variable.
6956         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
6957         (shell-pcomplete-reverse): Ditto.
6959 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
6961         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
6963 2002-02-25  Juanma Barranquero  <lektu@terra.es>
6965         * subr.el (save-match-data): Doc fix.
6967         * ielm.el (ielm-prompt): Allow customization; make it read-only.
6969 2002-02-25  Kim F. Storm  <storm@cua.dk>
6971         * shell.el (shell-mode-map): Add "Complete" header so completion
6972         menu is shown on the menu bar in shell mode.
6974 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
6976         * ielm.el (ielm-match-data): New var.
6977         (inferior-emacs-lisp-mode): Make it buffer-local.
6978         (ielm-eval-input): Use it to preserve match-data between inputs.
6980 2002-02-24  Juanma Barranquero  <lektu@terra.es>
6982         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
6984 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6986         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
6987         `custom-buffer' customize group.
6989 2002-02-23  Kim F. Storm  <storm@cua.dk>
6991         * help.el (where-is): Use remap-command.
6993         * help-fns.el (describe-function-1): Use remap-command.
6995         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
6996         change (no longer accept a symbol for the KEY argument).
6998 2002-02-23  Colin Walters  <walters@debian.org>
7000         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
7001         * calc/calcalg2.el (math-solve-get-sign): Ditto.
7003         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
7004         in generated function.
7006         * ibuf-ext.el (ibuffer-old-time): Change to hours.
7007         (ibuffer-mark-old-buffers): Handle it.
7009         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
7010         (toplevel): Bind them.
7011         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
7012         not necessary now that we use pcomplete.
7014         * comint.el: Document how use new pcomplete completion facility.
7016 2002-02-23  Richard M. Stallman  <rms@gnu.org>
7018         * mail/rmailsum.el (rmail-summary-output): Properly advance
7019         to next message, by calling rmail-summary-goto-msg.
7021         * net/browse-url.el (browse-url-galeon): Specify --existing
7022         for an existing window.  Use --noraise rather than --no-raise.
7023         Don't use -x.
7025 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
7027         * progmodes/etags.el (find-tag-noselect, find-tag)
7028         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
7029         Fix a typo in doc strings.
7031 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
7033         * play/snake.el (snake-velocity-queue, snake-update-velocity)
7034         (snake-final-x-velocity, snake-final-y-velocity):
7035         New variable and functions.  Store user's keypresses
7036         into a queue and pop from the queue each subsequent turn.
7037         (snake-update-game, snake-move-left)
7038         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
7039         (snake-start-game): Use that queue.
7040         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
7041         (snake-use-color-flag): Likewise.
7042         (snake-mode): Rename uses of those variables.
7044 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
7046         Support for ICCCM  Extended Segments in X selections:
7048         * international/mule-conf.el (ctext-no-compositions): New coding
7049         system.
7050         (compount-text-no-extensions): Renamed from compound-text.
7051         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
7052         compound-text-no-extensions.
7053         (compound-text): Redefined using post-read and pre-write conversions.
7055         * international/mule.el (non-standard-icccm-encodings-alist)
7056         (non-standard-designations-alist): New variables.
7057         (ctext-post-read-conversion, ctext-pre-write-conversion):
7058         New functions.
7060 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
7062         * vc.el (vc-default-init-version): Update documentation to
7063         indicate that the backend can override the default init version.
7064         (vc-register): Use the backend init-version function, if it
7065         exists, to determine the initial version of a file.
7066         (vc-diff-switches-list): Don't symbol-quote backend, since it's
7067         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
7069         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
7070         not version-controlled.  This is necessary, e.g., if the file has
7071         just been reverted, and thus was previously under version control
7072         but isn't any longer.
7073         (vc-find-file-hook): Likewise.
7075 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
7077         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
7078         (vc-cvs-sticky-tag-display): New variable.
7079         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
7080         (vc-cvs-checkin): If the input revision is a valid symbolic tag
7081         name, we create it as a branch, commit and switch to it.
7082         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
7083         (vc-cvs-valid-symbolic-tag-name-p): New function.
7084         (vc-cvs-parse-sticky-tag): New function.
7085         (vc-cvs-parse-entry): Added parsing of sticky tags.
7087 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
7089         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
7090         nil, and then explicitly set the standard-value to t.
7092 2002-02-20  Sam Steingold  <sds@gnu.org>
7094         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
7095         since it is used in the menu bar.
7097 2002-02-20  Richard M. Stallman  <rms@gnu.org>
7099         * simple.el (shell-command-on-region): Display the exit status
7100         when a command fails.
7102         * subr.el (add-hook): Doc fix.
7104         * frame.el (other-frame): Doc fix.
7106         * simple.el (yank): Clear `field' property.
7108 2002-02-20  Tom Tromey  <tromey@cachet>
7110         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
7111         natural paragraph boundaries.  Don't fail at beginning of buffer.
7113 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7115         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
7116         call the argument "arg" to match plain next-line and
7117         previous-line.  From Kevin Ryde <user42@zip.com.au>.
7119 2002-02-19  Sam Steingold  <sds@gnu.org>
7121         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
7122         scroll amounts for different modifiers now.
7123         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
7124         format properly.
7125         (mouse-wheel-mode): Ditto.
7127 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
7129         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
7130         around function body.
7132         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
7133         sense of the comparison, to match the doc strings of functions
7134         that use this macro.
7136 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7138         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
7140         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
7141         * menu-bar.el (menu-bar-mode): Ditto.
7143 2002-02-18  Andreas Schwab  <schwab@suse.de>
7145         * replace.el (query-replace-regexp-eval): Doc fix.
7147 2002-02-18  Colin Walters  <walters@verbum.org>
7149         * calc/calcalg2.el (math-solve-get-int): Convert return value from
7150         `math-get-from-counter' to a string before calling `concat' on it.
7152         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
7153         (calc-public-autoloads): Obsolete; remove.
7154         (calc-private-autoloads): Ditto.
7155         (calc-add-autoloads): Ditto.
7157         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
7158         for body.
7160 2002-02-17  Jason Rumney  <jasonr@gnu.org>
7162         * w32-win.el (x-option-alist, x-long-option-alist)
7163         (x-switch-definitions): Remove, use command-line-x-option-alist
7164         instead to be consistent with X.
7165         (x-handle-initial-switch): New function.
7167 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
7169         * faces.el (mode-line-inactive, header-line): Add the :inherit
7170         attribute for the tty case.
7172 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
7174         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
7175         invoked from Rmail with full headers displayed.
7177 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7179         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
7180         when repeated.
7181         * textmodes/paragraphs.el (mark-paragraph): Ditto.
7183 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7185         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
7186         (menu-bar-tools-menu): Removed speedbar.
7188         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
7189         and `flyspell-mode' entries.
7191         * textmodes/flyspell.el (flyspell): Add to ispell group.
7193 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7195         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
7196         repeated.
7197         (mark-defun): Mark more if repeated.
7199 2002-02-17  Colin Walters  <walters@verbum.org>
7201         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
7203         * ibuffer.el (ibuffer-truncate-lines): New option.
7204           (ibuffer-mode):  Use it.
7206 2002-02-17  Kim F. Storm  <storm@cua.dk>
7208         * cus-start.el: Add mouse-highlight.
7210 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
7212         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
7214         * cus-start.el: Add automatic-hscroll-margin and
7215         automatic-hscroll-step.
7217 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7219         * cus-start.el (x-autoselect-window): Allow customization.
7221         * eshell/em-alias.el (eshell-alias-initialize): Do not use
7222         make-local-hook.
7224         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
7226         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
7228         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
7230         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
7232         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
7234         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
7236         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
7238         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
7240         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
7242         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
7244         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
7246         * eshell/esh-io.el (eshell-io-initialize): Likewise.
7248         * eshell/esh-mode.el (eshell-mode): Likewise.
7250         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
7252         * eshell/esh-var.el (eshell-var-initialize): Likewise.
7254         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
7256         * progmodes/idlwave.el (idlwave-mode): Likewise.
7258         * textmodes/reftex-sel.el (reftex-select-label-mode)
7259         (reftex-select-bib-mode): Likewise.
7261 2002-02-16  John Wiegley  <johnw@gnu.org>
7263         * eshell/em-hist.el (eshell-hist-initialize): When in the
7264         minibuffer, use the global value of `eshell-history-ring', and
7265         never save it to disk, or ask to save it to disk.  This allows
7266         users of session.el to control whether its global state should be
7267         persisted or not.
7268         (eshell-add-command-to-history): Don't write Eshell's history out
7269         to disk, let the governing mode control that upon exit.
7271 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
7273         * eshell/eshell.el (eshell-command): Before reading from the
7274         minibuffer, add eshell-add-command-to-history to
7275         minibuffer-exit-hook, and remove it after read-from-minibuffer
7276         returns.
7278         * eshell/em-hist.el (eshell-add-input-to-history): New function,
7279         with most of the code from eshell-add-to-history.
7280         (eshell-add-command-to-history): New function, to record in
7281         eshell-history the commands run via eshell-command.
7282         (eshell-add-to-history): Call eshell-add-command-to-history to do
7283         most of the work.
7285 2002-02-16  John Wiegley  <johnw@gnu.org>
7287         * eshell/esh-ext.el (eshell-external-command): Added a fix for
7288         XEmacs' new dired.el, which adds a global entry in the
7289         `file-name-handler-alist'.
7291 2002-02-16  John Wiegley  <johnw@gnu.org>
7293         * align.el (align-region): Added a missing name argument.
7295 2002-02-16  John Wiegley  <johnw@gnu.org>
7297         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
7298         after the #! of a shell interpretor specification.
7300 2002-02-15  Richard M. Stallman  <rms@gnu.org>
7302         * help.el (describe-key-briefly): Make output in INSERT case
7303         look just like what is displayed in the normal case.
7305 2002-02-15  Andreas Schwab  <schwab@suse.de>
7307         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
7308         Require non-letter after specials.
7310 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
7312         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
7314 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7316         * simple.el (mark-word): Mark more if repeated.
7317         * textmodes/paragraphs.el (mark-paragraph): Ditto.
7318         (mark-end-of-sentence): Ditto.
7320 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7322         * wid-edit.el (widgetp): Made it more robust.
7324 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
7326         * facemenu.el (describe-text-done): New function.
7327         (describe-text-mode-map): New variable.
7328         (describe-text-mode-hook): New option.
7329         (describe-text-mode): New function.
7330         (describe-text-widget): New function.
7331         (describe-text-sexp): New function.
7332         (describe-text-properties): New function.
7333         (describe-text-category): New command.
7334         (describe-text-at): New command.
7335         (facemenu-menu): Replace `list-text-properties-at' with
7336         `describe-text-at' in the menu.
7338         * wid-edit.el (widgetp): New function.
7339         * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
7341         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
7343         * wid-browse.el: Removed version and x-url keywords.
7345 2002-02-13  Kim F. Storm  <storm@cua.dk>
7347         * cus-start.el (mode-line-in-non-selected-windows):
7348         Allow customization.
7350 2002-02-13  Richard M. Stallman  <rms@gnu.org>
7352         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
7353         Tell bibtex-parse-keys to output no progress messages.
7355 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
7357         * progmodes/pascal.el (pascal-imenu-generic-expression):
7358         Add menu-title and fix parentheses.
7360 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
7362         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
7363         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
7365 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
7367         * menu-bar.el (menu-bar-options-save): Only save
7368         `current-language-environment' and `default-input-method' when
7369         marked as customized.
7371         * international/mule-cmds.el
7372         (setup-specified-language-environment):
7373         Mark `current-language-environment' as customized.
7374         (set-input-method): Mark `default-input-method' as customized when
7375         called interactively.
7376         (toggle-input-method): Ditto.
7378 2002-02-11  Colin Walters  <walters@verbum.org>
7380         * ibuffer.el (ibuffer-switch-format): Supply required argument for
7381         `ibuffer-current-formats'.
7383 2002-02-11  Miles Bader  <miles@gnu.org>
7385         * faces.el (mode-line-inactive): Add dark-background variant.
7387 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
7389         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
7390         * menu-bar.el (menu-bar-mode): Ditto.
7391         * cus-edit.el (customize-mark-to-save): Always save variables
7392         without a standard value.
7394         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
7395         (menu-bar-options-save): Ditto.
7396         (menu-bar-showhide-menu): Ditto.
7397         (menu-bar-options-menu): Ditto.
7398         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
7399         (menu-bar-scroll-bar-none): Remove.
7400         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
7401         expressions instead.
7403         * cus-edit.el (customize-set-value): Return value.
7404         (customize-set-variable): Ditto.
7405         (customize-save-variable): Ditto.
7406         (customize-set-variable): Load dependencies before setting value.
7407         (custom-load-symbol): Autoload it.
7408         (customize-mark-as-set): New function.
7410 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
7412         * cus-start.el: Don't warn about "x-*" symbols when building a
7413         non-GUI version.
7415 2002-02-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7417         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
7418         Doc fix.
7419         (strokes-help): Do not use doubled with-output-to-temp-buffer.
7420         Fix the help string.
7421         (strokes-prompt-user-save-strokes): Fix typo.
7422         (strokes-list-strokes): Use proper exit-action argument for
7423         view-buffer.  Update copyright notice.
7425         * international/mule-diag.el: Various doc and message fixes.
7426         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
7427         codepages already present.
7428         (list-block-of-chars): Display space for null entries in
7429         translation table.  Display tab specially.
7430         (list-non-iso-charset-chars): Check for null charsets.  Use pop
7431         for clarity.  Don't break 8-bit sets into sections between ranges.
7432         (list-charset-chars): Avoid indent-tabs-mode.
7433         (describe-char-after): Maybe use the text property for syntax
7434         table information.  Maybe report char-code-property-table info.
7435         Maybe report character's unicode.  Tweak printing of list info.
7436         (list-input-methods): Add xref buttons.
7437         (dump-charsets, dump-codings): Deleted (obsolete).
7438         From Dave Love <fx@gnu.org>.
7440 2002-02-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7442         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
7444 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
7446         * viper-util.el (viper-read-key-sequence): Fix so it'll read
7447         fast key sequences in emacs native mode
7448         (viper-events-to-keys): Delete.
7450         * viper.el (describe-key, describe-key-briefly): Get rid of
7451         viper-events-to-keys.
7453         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
7455         * ediff-wind.el (ediff-setup-control-frame):
7456         Use ediff-has-gutter-support.
7458         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
7459         check if buff is alive.
7461         * ediff.el: Typo in comment.
7463 2002-02-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7465         * menu-bar.el (menu-bar-options-save): Take care of
7466         line-number-mode and column-number-mode variables.
7467         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
7468         "Show Column Number" in "Show/Hide" menu.
7470 2002-02-09  Richard M. Stallman  <rms@gnu.org>
7472         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
7474 2002-02-09  Kim F. Storm  <storm@cua.dk>
7476         * faces.el (mode-line-inactive): New face for mode-line for
7477         non-selected windows.
7478         (mode-line): Doc fix: Only used for selected window.
7480 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
7482         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
7483         name to "Insert Diary Entry".
7485 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
7487         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
7488         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
7490 2002-02-08  Richard M. Stallman  <rms@gnu.org>
7492         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
7494 2002-02-08  Andreas Schwab  <schwab@suse.de>
7496         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
7497         of point-min.
7499 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
7501         * net/ange-ftp.el (ange-ftp-process-handle-line)
7502         (ange-ftp-set-xfer-size): If the file's size is a float, divide
7503         by 1024 instead of using ash.
7505         * international/mule-cmds.el (select-safe-coding-system):
7506         State the buffer's name in the message popped in the *Warning* buffer,
7507         and make sure the offending buffer is displayed.
7509 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
7511         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
7513 2002-02-07  Richard M. Stallman  <rms@gnu.org>
7515         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
7517         * register.el (list-registers): New command.
7518         (describe-register-1): New subroutine, taken out of view-register.
7520         * emacs-lisp/copyright.el (copyright-regexp):
7521         Delete the unibyte copyright symbol; it's redundant.
7522         Fix a spazz in the multibyte encoding here.
7524 2002-02-07  Dave Love  <fx@gnu.org>
7526         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
7527         (cyrillic-encode-alternativnyj-char): Get translation tables from
7528         symbol properties, not as variables.
7529         (standard-display-cyrillic-translit): Include unicodes.
7531 2002-02-06  Kim F. Storm  <storm@cua.dk>
7533         * help.el (where-is): Report remapped commands.
7535         * help-fns.el (describe-function-1): Ditto.
7537         * subr.el (global-set-key, local-set-key): Accept a symbol for the
7538         KEY argument (like define-key).
7540 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7542         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
7544 2002-02-06  Richard M. Stallman  <rms@gnu.org>
7546         * mail/mailabbrev.el: Require sendmail only at compile time.
7547         (mail-mode-header-syntax-table): Var deleted.
7548         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
7549         (sendmail-pre-abbrev-expand-hook): Only temporarily change
7550         local-abbrev-table and the syntax table.
7551         Compute mail-abbrev-syntax-table if that has not been done.
7553         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
7555         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
7556         (debugger-frame-number): Figure out the offset directly.
7557         (debugger-setup-buffer): Don't use debugger-frame-offset.
7558         (debugger-frame, debugger-frame-clear): Likewise.
7559         (debugger-jump): Don't alter debugger-frame-offset.
7561         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7562         Replace foo-p as var name with foo-flag, not foo-p-flag.
7564         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
7565         (highlight-changes-passive-string): Default to -Chg.
7566         (highlight-changes-global-modes): Doc fix.
7568         * dired.el (dired-get-filename): Add /: when appropriate
7569         to avoid taking a local name as remote.
7571         * files.el (file-name-non-special): Add special handling for
7572         file-name-sans-versions, file-name-completion, and
7573         file-name-all-completions.
7575         * isearch.el (isearch-update): Don't update display in kbd macro.
7576         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
7578         * subr.el (force-mode-line-update): Doc fix.
7580         * subr.el (atomic-change-group, prepare-change-group)
7581         (activate-change-group, accept-change-group, cancel-change-group):
7582         New functions.
7584         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
7585         (transpose-subr-1): Use atomic-change-group.
7587         * subr.el (add-minor-mode): Include the mode's lighter string
7588         in the minor mode menu item name.
7590         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
7591         rmail-count-screen-lines starting from (point-min).
7593         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
7594         beyond the image height, to use the fancy splash screen.
7596         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
7597         (text-mode): Set text-mode-variant here.
7599 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
7601         * play/pong.el (pong-height): Don't use height that exceeds the
7602         frame height.
7603         (pong-border-options): Make the border colors slightly more bright.
7605         * play/gamegrid.el (gamegrid-display-type): Treat any
7606         color-capable display as color-x, if display-color-p is fboundp.
7607         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
7608         (gamegrid-make-color-tty-face): Use the value of color, not the
7609         symbol itself.  Don't call gamegrid-color.
7611 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
7613         * gud.el (gud-refresh): Call recenter only after we are sure we
7614         are in the right window.
7616 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7618         * cus-edit.el (customize-mark-to-save): New function.
7619         * menu-bar.el (menu-bar-options-save): Rewrote.
7621 2002-02-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7623         * cus-start.el (x-use-underline-position-properties):
7624         Allow customization.
7626 2002-02-04  Simon Josefsson  <jas@extundo.com>
7628         * dired.el (dired-load-hook, dired-mode-hook)
7629         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
7631 2002-02-03  Colin Walters  <walters@verbum.org>
7633         * ibuf-ext.el (ibuffer-filter-format-alist)
7634         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
7635         New variables.
7636         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
7637         is now the Emacs CVS tree.
7638         (ibuffer-formats): Doc fix.
7639         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
7640         (ibuffer-current-format): Use them.
7641         (ibuffer-recompile-formats, ibuffer-check-formats)
7642         (ibuffer-switch-format, ibuffer-update-title):
7643         Add support for ibuffer-filter-format-alist.
7644         (define-ibuffer-column process): Remove unncessary consing.
7646         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
7647         for a summary column.
7649 2002-02-03  Andreas Schwab  <schwab@suse.de>
7651         * window.el (save-selected-window): Move macro before first use.
7652         (balance-windows): Fix misplaced parenthesis.
7654 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7656         * calculator.el (calculator-displayers): Doc fixes.
7658 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7660         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
7661         (menu-bar-options-save): Save also the value of `display-time-mode'.
7662         (showhide-date-time): New function.
7663         (menu-bar-showhide-menu): New menu-item "Date and time".
7665 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
7667         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
7668         get-file-buffer to check for rmail buffer existence.
7670         * term.el (term-emulate-terminal): Extract proper command string
7671         which is supplied to term-command-hook.
7673 2002-02-03  Richard M. Stallman  <rms@gnu.org>
7675         * international/quail.el (quail-help): Don't call help-setup-xref.
7677         * international/mule-cmds.el (describe-input-method):
7678         Call help-setup-xref here.
7679         (describe-current-input-method): Doc fix.
7681         * novice.el (disabled-command-hook): Clarify output text.
7682         Indent the paragraph from the command's doc string.
7684         * dabbrev.el (dabbrev--goto-start-of-abbrev):
7685         Exit loop on beginning of field rather than bobp.
7687 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
7689         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
7690         the message text into the *mail* buffer, and restore the pruned
7691         state after that.
7693         * mail/rmail.el (rmail-redecode-body): Prune the headers before
7694         looking for X-Coding-System header, and restore the pruned state
7695         before returning.
7697 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7699         * cus-edit.el (customize-save-variable): Fix typo in prompt.
7701         These changes integrate new version of flyspell.el from its
7702         maintainer, Manuel Serrano:
7704         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
7705         (flyspell-mode-on, flyspell-notify-misspell)
7706         (flyspell-small-region, flyspell-external-point-words)
7707         (flyspell-large-region): Use it
7708         (flyspell-before-incorrect-word-string)
7709         (flyspell-after-incorrect-word-string): New user options.
7710         (make-flyspell-overlay): Use them.
7711         (flyspell-version): New function.
7712         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
7713         definitions to use :weight.
7714         (flyspell-insert-function): New user option.
7715         (flyspell-auto-correct-word, flyspell-correct-word)
7716         (flyspell-xemacs-correct): Use it.
7717         (flyspell-define-abbrev): New function.
7718         (flyspell-auto-correct-word, flyspell-correct-word)
7719         (flyspell-xemacs-correct): Use it.
7720         (make-flyspell-overlay): Use `evaporate' property.
7721         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
7722         (flyspell-emacs-popup): Use `session' instead of `accept'.
7723         (flyspell-auto-correct-previous-pos): New variable.
7724         (flyspell-auto-correct-previous-hook)
7725         (flyspell-auto-correct-previous-word): New functions.
7727 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
7729         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
7730         don't alter the user's ~/.emacs.
7731         (disable-command): If user-init-file is nil or does not exist,
7732         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
7733         But don't alter the init file if Emacs was invoked as "emacs -q"
7735 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
7737         * mail/sendmail.el (mail-mode): Undo half of last change.
7739         * indent.el (indent-for-tab-command): Remove spurious code.
7741         * hi-lock.el (hi-lock-find-patterns): Save restriction.
7743 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
7745         * calendar/time-date.el: Moved from lisp/gnus.
7747         * calendar/parse-time.el: Ditto.
7749 2002-01-31  Richard M. Stallman  <rms@gnu.org>
7751         * international/iso-acc.el (iso-languages): Fix ", " in French.
7753         * cus-start.el (history-length): Specify customization for it.
7755         * emacs-lisp/debug.el (debugger-setup-buffer):
7756         When an eval-buffer frame was reading from a buffer,
7757         insert indication of the buffer position.
7758         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
7759         (debugger-frame-clear, debugger-frame): Error on non-frame line.
7761         * simple.el (shell-command-on-region): Err if no mark
7762         before reading the command string.
7764         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
7765         Definitions moved down after hl-line-mode var's definition.
7767         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
7768         (hilit-chg-set-face-on-change): Rename arg.
7769         (hilit-chg-make-ov): Detect error earlier.
7771         * ediff-hook.el: Delete autoload cookies.
7773         * comint.el (comint-scroll-show-maximum-output): Default is t.
7775         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
7776         (batch-byte-compile-if-not-done): New function.
7778         * Makefile.in (compile): New target.
7779         (compile-always): Renamed from compile-files.
7780         (compile-after-backup): Renamed from compile.
7781         (bootstrap): Depend on compile-always, not compile-files.
7783         * emulation/pc-select.el (pc-select-save-and-set-mode):
7784         Properly use MODE-VAR.
7786 2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7788         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
7789         Version" to "About Emacs".
7790         (menu-bar-options-save): Add `default-frame-alist'
7791         to saved variables.
7792         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
7793         of the variable `scroll-bar-mode'.
7795         * startup.el (normal-splash-screen, display-splash-screen):
7796         New functions (separated from command-line-1).
7797         (command-line-1): Use them.
7799 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
7801         * calendar/calendar.el (generate-calendar-month): Doc fix.
7803 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7805         * time.el (display-time-mail-directory): New option.
7806         (display-time-mail-function): Update doc-string.
7807         (display-time-mail-icon): Use XPM image when available.
7808         (display-time-string-forms): Use more descriptive text as
7809         help-echo property.
7810         (display-time-mail-check-directory): New function.
7811         (display-time-update): Use it.
7813         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
7814         Quote `window-system'.
7816         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
7817         Add Keywords header.  Update Commentary section.
7818         Update copyright notice.
7820         * menu-bar.el (menu-bar-scroll-bar-right)
7821         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
7822         (showhide-menu-bar): New functions.
7823         (menu-bar-showhide-menu): New submenu "Show/Hide".
7824         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
7825         "Show/Hide".
7826         Update copyright notice.
7828 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
7830         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
7832 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
7834         * pc-select.el (pc-selection-mode-hook)
7835         (pc-select-saved-settings-alist, pc-select-map)
7836         (pc-select-saved-global-map, pc-select-key-bindings-alist)
7837         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
7838         (pc-select-meta-moves-sexps-key-bindings)
7839         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
7840         New variables.
7841         (pc-select-define-keys, pc-select-restore-keys): New functions.
7842         (pc-select-add-to-alist, pc-select-save-and-set-var)
7843         (pc-select-save-and-set-mode, pc-select-restore-var)
7844         (pc-select-restore-mode): New macros.
7845         (pc-selection-mode): Completely rewrote the body of the function;
7846         the main goal was to make pc-selection-mode "turn-off"-able, like
7847         other minor modes.  Use define-minore-mode instead of just a
7848         defun.  Store the key bindings into four alists:
7849         pc-select-default-key-bindings, pc-select-extra-key-bindings,
7850         pc-select-meta-moves-sexps-key-bindings, and
7851         pc-select-tty-key-bindings; then have the pc-select-define-keys
7852         function walk those alists instead of calling define-key
7853         repeatedly.  When the mode is turned on, set the
7854         keybindings in global-map and remember the old keybindings; when
7855         the mode is turned off, restore the previously-saved keybindings.
7856         (pc-selection-mode defcustom): Reflect the fact that the mode is
7857         now "turn-off"-able.
7859 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
7861         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
7862         returns t, don't treat that as an error.
7864 2002-01-25  Jason Rumney  <jasonr@gnu.org>
7866         * faces.el (face-font-registry-alternatives) [windows-nt]:
7867         Add ms-oemlatin as an alternative for iso8859-1.
7869 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
7871         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
7872         args and the absence of an entry.  Don't add -f each time.
7874 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
7876         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
7878         Support for more than 8 colors on character terminals:
7880         * term/rxvt.el: New file.
7882         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
7884         * term/xterm.el (xterm-standard-colors): New variable.
7885         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
7886         (xterm-rxvt-set-background-mode): New functions.
7887         (toplevel): Call xterm-register-default-colors,
7888         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
7889         Add support for more keys from xterm's terminfo entry.
7891         * facemenu.el (list-colors-display): If the argument is nil, don't
7892         show more colors that the number returned by display-color-cells.
7894         * term/pc-win.el (msdos-color-values): Reverse the order of the
7895         colors, since tty-color-define now preserves the registration order.
7897         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
7899         * term/tty-colors.el (tty-standard-colors): Reverse the order.
7900         (tty-register-default-colors): New function; code moved from
7901         startup.el's command-line.
7902         (tty-modify-color-alist): Use nconc instead of cons, to preserve
7903         the order the colors where registered.
7905         * frame.el (display-color-cells): Use tty-display-color-cells.
7907         * startup.el (command-line): Call tty-register-default-colors.
7909 2002-01-25  Richard M. Stallman  <rms@gnu.org>
7911         * subr.el (remove): Doc fix.
7913 2002-01-24  Richard M. Stallman  <rms@gnu.org>
7915         * progmodes/compile.el (compilation-handle-exit):
7916         Add a compilation-handle-exit property to the "finished" message.
7917         (compilation-parse-errors): Stop parsing when that property is seen.
7919         * subr.el (substring-no-properties): New function.
7920         (copy-without-properties): Function deleted.
7922         * term/x-win.el (x-handle-geometry): Put sizes on both
7923         initial-frame-alist and default-frame-alist.
7925         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
7926         for saving .emacs.
7928         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
7930         * calendar/calendar.el (generate-calendar-month): Doc fix.
7932 2002-01-23  Richard M. Stallman  <rms@gnu.org>
7934         * play/tetris.el (tetris): New defgroup.
7935         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
7936         (tetris-default-tick-period): Convert to defcustom.
7937         Added * in docstring to indicate user variable.
7938         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
7939         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
7940         (tetris-buffer-height, tetris-width, tetris-height)
7941         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
7943 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
7945         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
7946         and is already matched by adaptive-fill-regexp.
7948 2002-01-22  Richard M. Stallman  <rms@gnu.org>
7950         * bindings.el (mode-line-copied-mode-name): New variable.
7951         (mode-line-mode-name): Don't modify mode-name itself!
7952         Instead, make a copy and reuse it.
7954         * subr.el (copy-without-properties): New function.
7956         * progmodes/sh-script.el (sh-set-shell): Doc fix.
7958         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
7959         slash if DIR is just slash.
7961         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
7963 2002-01-21  Richard M. Stallman  <rms@gnu.org>
7965         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
7967         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
7968         Move defvar up.
7970         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
7972         * ibuffer.el: Don't require ibuf-ext at load time.
7973         (ibuffer): Require ibuf-ext here.
7975 2002-01-21  Francesco Potorti`  <pot@gnu.org>
7977         * generic-x.el (apache-conf-generic-mode): Highlight the first
7978         word in a line even if preceded by blanks.
7980 2002-01-21  Richard M. Stallman  <rms@gnu.org>
7982         * window.el (window-body-height): Handle minibuffer window specially.
7983         Otherwise, don't return less than 1.
7985 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
7987         * ange-ftp.el: Added support for BS2000, and for raw ftp
7988         login commands (needed in some circumstances).
7989         (ange-ftp-raw-login): New custom var.
7990         (ange-ftp-normal-login): Perform login with raw ftp commands, if
7991         ange-ftp-raw-login is set and account password is needed.
7992         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
7993         (ange-ftp-bs2000-filename-pubset-regexp)
7994         (ange-ftp-bs2000-filename-username-regexp)
7995         (ange-ftp-bs2000-filename-prefix-regexp)
7996         (ange-ftp-bs2000-name-template): New consts.
7997         (ange-ftp-bs2000-short-filename-regexp)
7998         (ange-ftp-bs2000-fix-name-regexp-reverse)
7999         (ange-ftp-bs2000-fix-name-regexp): New consts.
8000         (ange-ftp-bs2000-special-prefix): New custom var.
8001         (ange-ftp-fix-name-for-bs2000)
8002         (ange-ftp-fix-dir-name-for-bs2000): New funs.
8003         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
8004         (ange-ftp-bs2000-posix-hook-installed): New vars.
8005         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
8006         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
8007         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
8008         (ange-ftp-bs2000-filename-regexp): New const.
8009         (ange-ftp-bs2000-additional-pubsets): New custom var.
8010         (ange-ftp-bs2000-cd-to-posix): New fun.
8012 2002-01-20  Colin Walters  <walters@verbum.org>
8014         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
8015         with `byte-compile-dynamic'.
8016         (ibuffer-default-directory, toplevel): Doc files.
8018 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8020         * tempo.el (tempo-define-template): Doc fix.
8022         * scroll-bar.el (scroll-bar-mode): Make argument optional.
8024 2002-01-20  Jason Rumney  <jasonr@gnu.org>
8026         * w32-vars.el: New file.
8028         * loadup.el [windows-nt]: Load it.
8030         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
8031         and make them defcustoms.
8033         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
8035 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8037         * language/tibet-util.el (tibetan-decompose-region)
8038         (tibetan-decompose-string): Fix typo in docstring.
8040         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
8042 2002-01-18  Richard M. Stallman  <rms@gnu.org>
8044         * comint.el (comint-redirect-send-command-to-process):
8045         Restore previous current buffer.
8047         * window.el (window-body-height): New function.
8049 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
8051         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
8052         "Finish Function" menu map entries for jdb mode.
8053         (gud-jdb-use-classpath): New customization variable.
8054         (gud-jdb-command-name): Add customization.
8055         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
8056         (gud-jdb-classpath-string): New variable.
8057         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
8058         (gud-jdb-build-source-files-list): Likewise.
8059         (gud-jdb-massage-args): Record any command argument classpath
8060         string in `gud-jdb-classpath-string'.
8061         (gud-jdb-lowest-stack-level): New function, finds bottom of current
8062         java call stack in jdb output.
8063         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
8064         (gud-jdb-parse-classpath-string): New functions.
8065         (gud-jdb-marker-filter): Search/detect classpath information in
8066         jdb's output.  marker regexp updated to match oldjdb and jdb output
8067         formats.  Expand search for source files to include new/old methods
8068         using new functions above.  Do not allow `gud-marker-acc' to grow
8069         without bound.
8070         (jdb): Set classpath information (if available) as jdb is started.
8071         Change `gud-break' and `gud-remove'
8072         to use new %c ("class") escape in format strings.
8073         Add `gud-finish', `gud-up', `gud-down' command string functions, and
8074         add them to the local menu map.  Update `comint-prompt-regexp' for
8075         jdb and oldjdb.  If attaching to an already running java VM and
8076         configured to use classpath, send command to query for classpath,
8077         else use previous method for finding and parsing java
8078         sources.  Set `gud-jdb-find-source' function accordingly.
8079         (gud-mode): Doc fix.
8080         (gud-format-command): Add support for new %c ("class") escape.
8081         (gud-find-class): New function in support of %c escape.
8083 2002-01-17  Richard M. Stallman  <rms@gnu.org>
8085         * ibuf-ext.el: Enable byte-compile-dynamic.
8087 2002-01-17  Jason Rumney  <jasonr@gnu.org>
8089         * term/w32-win.el: Restore conditional require of fontset.
8091 2002-01-16  Richard M. Stallman  <rms@gnu.org>
8093         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
8094         more or less.
8095         (mouse-drag-region): New function.  For a click in the echo area,
8096         show *Messages*.
8098         * ibuf-ext.el: Delete the autoloads for functions defined with
8099         ibuffer-specific commands.
8101         * help.el (describe-distribution): Really call view-file.
8103         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
8104         (ange-ftp-get-process): Pass that arg.
8106         * comint.el (comint-simple-send): Fix previous change.
8108         * net/telnet.el (telnet-simple-send): Fix previous change.
8110         * progmodes/sql.el (sql-escape-newlines-and-send)
8111         (sql-query-placeholders-and-send): Fix previous change.
8113 2002-01-16  Colin Walters  <walters@verbum.org>
8115         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
8116         URL, Compatibility headers.  Update copyright notice.
8117         * ibuf-macs.el (toplevel): Require `cl' when compiling.
8119 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
8121         * startup.el (command-line): Set EOL mnemonics for the Mac.
8123 2002-01-16  Andreas Schwab  <schwab@suse.de>
8125         * mail/feedmail.el (feedmail): Fix :link spec.
8127 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8129         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
8130         2 ldapsearch.
8132         * net/eudc.el: New maintainer.  Change author's address.
8133         (eudc-pre-select-window-configuration, eudc-insertion-marker):
8134         Variables removed.
8135         (eudc-insert-selected): Function removed.
8136         (eudc-select): Reimplemented.
8137         (eudc-expand-inline): Delete the strings only after its expansion
8138         is chosen not before.
8140         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
8141         Minor coding style fixes.
8143         * net/eudcb-ldap.el: New maintainer.  Change author's address.
8144         (eudc-attribute-display-method-alist): Display mail with
8145         eudc-display-mail.
8147         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
8148         * net/eudc-vars.el: New maintainer.  Change author's address.
8150         * net/eudc-bob.el: New maintainer.  Change author's address.
8151         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
8152         (eudc-display-mail): New function.
8153         (eudc-bob-play-sound-at-point): Remove XEmacs case.
8155 2002-01-15  Richard M. Stallman  <rms@gnu.org>
8157         * emacs-lisp/autoload.el (make-autoload):
8158         Don't handle define-ibuffer-column, define-ibuffer-filter,
8159         define-ibuffer-sorter, and define-ibuffer-op.
8161 2002-01-14  Richard M. Stallman  <rms@gnu.org>
8163         * calendar/calendar.el (diary-date-forms): Doc fix.
8165 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
8167         * startup.el (command-line): Register the default tty colors even
8168         if the terminal doesn't seem to support colors.
8169         <tty-long-option-alist>: New option --color.
8170         (tty-handle-args): Parse the --color arg.
8172         * term/tty-colors.el (tty-color-mode-alist): New variable.
8174 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
8176         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
8177         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
8178         Use it.
8179         (ange-ftp-hook-function): Preserve match-data.
8180         (ange-ftp-insert-directory): Typo.
8181         (ange-ftp-shell-command): Check if regexp matched.
8183 2002-01-13  Richard M. Stallman  <rms@gnu.org>
8185         * international/mule-cmds.el: help-map bindings moved to help.el.
8187         * help.el (view-echo-area-messages): New function.
8188         (help-map): Add `e' binding.  Delete obsolete `d' binding.
8189         Change old Info bindings C-f, C-k and C-i to F, K, S.
8190         Move view-emacs-FAQ from F to C-f.
8191         Move view-emacs-problems from P to C-e.
8192         Bindings moved here from mule-cmds.el.
8193         C-l binding for describe-language-environment deleted
8194         (help-for-help): Update for all these changes.
8196         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
8198 2002-01-13  Dave Love  <fx@gnu.org>
8200         * emacs-lisp/copyright.el: Doc fixes.
8201         (copyright-regexp): Add Latin-9 copyright sign.
8202         Match comment delimiters in year lists.
8203         (copyright-current-year): Initialize to load-time year.
8205 2002-01-13  Andreas Schwab  <schwab@suse.de>
8207         * dired-aux.el (dired-do-shell-command): Doc fix.
8209 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
8211         * startup.el (command-line-x-option-alist): New options "-fs",
8212         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
8214         * term/x-win.el (x-handle-initial-switch): New function.
8216 2002-01-13  Colin Walters  <walters@debian.org>
8218         * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
8219         define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
8221         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
8223         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
8225 2002-01-12  Richard M. Stallman  <rms@gnu.org>
8227         * net/browse-url.el (browse-url-grail):
8228         Use browse-url-maybe-new-window.
8230         * net/telnet.el (telnet-simple-send):
8231         Handle comint-input-sender-no-newline like comint-simple-send.
8233         * progmodes/sql.el (sql-query-placeholders-and-send):
8234         Handle comint-input-sender-no-newline like comint-simple-send.
8235         (sql-escape-newlines-and-send): Likewise.
8237         * comint.el (comint-input-sender): Doc fix.
8238         (comint-input-sender-no-newline): New variable.
8239         (comint-simple-send): If comint-input-sender-no-newline,
8240         don't output newline, but maybe send eof.
8241         (comint-send-input): New arg NO-NEWLINE.
8242         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
8244 2002-01-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8246         * textmodes/flyspell.el (flyspell-check-pre-word-p):
8247         Prevent delaying when executing keyboard macros.
8249 2002-01-12  Richard M. Stallman  <rms@gnu.org>
8251         * simple.el (line-move): If we can't move enough lines,
8252         go to beginning or end of line.
8254         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
8255         and proper window.
8257         * help.el (describe-mode): Call help-setup-xref in the help buffer.
8258         Switch buffers only after calling `help-buffer'.
8260         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
8261         only when they are surrounded by whitespace.
8262         Use dired-mark-separator when adding one file name to a command.
8263         (dired-do-shell-command): Verify that * is surrounded by whitespace.
8264         Ask for confirmation if * or ? is not surrounded by whitespace.
8265         (dired-bunch-files): Re-reverse the partial file list when it is used.
8267 2002-01-12  Richard M. Stallman  <rms@gnu.org>
8269         * comint.el (comint-dynamic-list-completions): Repeating the command
8270         after displaying a completion list scrolls the list.
8272 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
8274         * files.el (find-file-noselect): Don't consider a buffer as
8275         visiting a file literally if it is in hexl-mode.
8277         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
8279 2002-01-11  Richard M. Stallman  <rms@gnu.org>
8281         * startup.el (initial-scratch-message): Fix custom type, add group.
8283         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
8284         around the decode-coding-region call.
8286         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
8287         after displaying a completion list scrolls the list.
8289 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
8291         * version.el (emacs-version): Bump to 21.2.50.
8293 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
8295         * play/zone.el (zone-timeout): New var.
8296         (zone-hiding-modeline): New macro.
8297         (zone-call): New func.
8299         (zone): Init `modeline-hidden-level' symbol property.
8300         Use `zone-call' instead of `funcall'.
8302         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
8304         (zone-pgm-stress): Use `zone-hiding-modeline'.
8306         (zone-pgm-stress-destress): New zone program.
8308 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
8310         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
8312 2002-01-09  Richard M. Stallman  <rms@gnu.org>
8314         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
8316 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
8318         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
8319         flyspell-mouse-map.
8321 2002-01-08  Richard M. Stallman  <rms@gnu.org>
8323         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
8325         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
8327         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
8329 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8331         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
8332         Do not use make-local-hook.
8334 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
8336         * international/quail.el (quail-start-translation)
8337         (quail-start-conversion): Bind last-command-event, last-command,
8338         and this-command in the first let.  This fixes the change from
8339         2000-08-30.
8341 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
8343         * ediff-hook.el: Add an autoload cookie.
8345 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8347         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
8348         address of the author.
8350 2002-01-08  Richard M. Stallman  <rms@gnu.org>
8352         * replace.el (occur-mode-goto-occurrence-other-window): New command.
8353         (occur-mode-map): Bind `o' to that.
8355 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8357         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
8358         new macro that replaces viper-emacs-p and viper-xemacs-p in many
8359         cases. Used to reduce the number of warnings.
8361         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
8362         (viper-standard-value): Move here from viper.el.
8363         (viper-set-unread-command-events): Move to viper-util.el
8364         (viper-check-minibuffer-overlay): Make sure
8365         viper-minibuffer-overlay is moved to cover the entire input field.
8367         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
8368         (viper-read-key-sequence, viper-set-unread-command-events)
8369         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
8371         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
8373         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
8375         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
8377         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
8378         (viper-event-vector-p): Move to viper-util.el
8380         * viper.el (viper-standard-value): Move to viper-cmd.el.
8381         Use viper-cond-compile-for-xemacs-or-emacs.
8383         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8385         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8387         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
8388         New macro designed to be used in many places where ediff-emacs-p or
8389         ediff-xemacs-p was previously used.  Reduces the number of warnings.
8390         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
8391         of ediff-xemacs-p.
8392         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
8393         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
8394         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
8395         Move to ediff-util.el.
8396         (ediff-event-key): Moved here.
8398         * ediff-merge.el: Got rid of unreferenced variables.
8400         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8402         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8403         (ediff-cleanup-mess): Improve the way windows are set up after
8404         quitting ediff.
8405         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
8406         (ediff-dispose-of-variant-according-to-user): New function
8407         designed to be smarter and also understands indirect buffers.
8408         (ediff-highlight-diff-in-one-buffer)
8409         (ediff-unhighlight-diff-in-one-buffer)
8410         (ediff-unhighlight-diffs-totally-in-one-buffer)
8411         (ediff-highlight-diff, ediff-highlight-diff)
8412         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
8413         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
8414         (ediff-get-region-contents, ediff-make-current-diff-overlay):
8415         Moved here.
8416         (ediff-format-bindings-of): New function by Hannu Koivisto
8417         <azure@iki.fi>.
8418         (ediff-setup): Make sure the merge buffer is always widened and
8419         modifiable.
8420         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
8421         result of a merge into a file visited by another buffer.
8422         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
8423         is visited by another buffer and ask to save/delete that buffer.
8424         (ediff-verify-file-merge-buffer): New function to do the above.
8426         * ediff-vers.el: Load ediff-init.el at compile time.
8428         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8430         * ediff.el (ediff-windows, ediff-regions-wordwise)
8431         (ediff-regions-linewise): Use indirect buffers to improve
8432         robustness and make it possible to compare regions of the same
8433         buffer (even overlapping regions).
8434         (ediff-clone-buffer-for-region-comparison)
8435         (ediff-clone-buffer-for-window-comparison): New functions.
8436         (ediff-files-internal): Refuse to compare identical files.
8437         (ediff-regions-internal): Get rid of the warning about comparing
8438         regions of the same buffer.
8440         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
8441         Plus the following fixes courtesy of Dave Love: Doc fixes.
8442         (ediff-word-1): Use word class and move - to the
8443         front per regexp documentation.
8444         (ediff-wordify): Bind forward-word-function outside loop.
8445         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
8446         consing buffer contents.
8447         (ediff-goto-word): Move syntax table setting outside loop.
8449 2002-01-07  Richard M. Stallman  <rms@gnu.org>
8451         * dired.el (dired-copy-filename-as-kill): Call kill-append
8452         if following a kill command.
8454         * help-fns.el (describe-variable, describe-function):
8455         Do save-excursion.
8457 2002-01-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8459         * net/ldap.el (ldap-search-internal): Skip error message from
8460         ldapsearch.  Allow listing attribute names only.  Do not open
8461         non-existent files.
8463         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
8464         call non-existent function.
8466         * net/eudc.el (top-level): Revert previous change.
8468         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
8469         variables to prevent warning from byte-compiler.
8471         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
8472         string-match on emacs-version again.
8474         * enriched.el (enriched-make-annotation): Fix the change from
8475         2002-01-05.
8476         (enriched-handle-display-prop): Return proper values.
8478         * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
8479         Use proper attribute name labeledUri instead of deprecated labeledUrl.
8481 2002-01-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8483         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
8484         editing an empty hotlist.
8486         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
8487         Use buffer-string instead of buffer-substring for the whole buffer.
8489         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
8490         not free.
8492         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
8493         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
8494         (eudc-bob-save-object): Make the buffer unibyte.
8495         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
8496         object to external program.
8498 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
8500         * vc.el (vc-branch-part): Return nil if there's no `.'
8501         (vc-default-previous-version): Renamed from vc-previous-version.
8502         New args BACKEND and FILE.  Return nil for revision numbers
8503         without a `.'
8504         (vc-version-diff): Call vc-BACKEND-previous-version.
8505         (vc-steal-lock): Steal lock before composing mail, so that no mail
8506         is sent when the stealing goes wrong.  And we'll actually see the
8507         error in that case now.
8508         (vc-finish-steal): Removed.
8510         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
8511         the lock, so that we see expanded headers.
8512         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
8513         (vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
8514         available from vc.el.  Updated all callers.
8516 2002-01-05  Richard M. Stallman  <rms@gnu.org>
8518         * enriched.el (enriched-make-annotation): Doc fix.
8520         * format.el (format-replace-strings, format-subtract-regions)
8521         (format-annotate-region, format-annotate-location)
8522         (format-annotate-atomic-property-change)
8523         (format-annotate-single-property-change): Doc fixes.
8525 2002-01-05  Jason Rumney  <jasonr@gnu.org>
8527         * term/w32-win.el: Require fontset unconditionally.
8528         (w32-handle-scroll-bar-event): Remove.
8530 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8532         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
8533         copyrights to be updated.
8535 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
8537         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
8538         2001-10-24.
8540         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
8542 2002-01-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8544         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
8545         (ldap-ignore-attribute-codings): Change the default value to allow
8546         encoding/decoding of attributes.
8547         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
8549 2002-01-03  Richard M. Stallman  <rms@gnu.org>
8551         * files.el (basic-save-buffer): Undo previous change.
8553         * calendar/diary-lib.el (diary-block): Doc fix.
8555         * custom.el (defcustom): Fix syntax of previous change.
8557 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8559         * custom.el (defcustom): Documented :tag, :link and :load.
8561 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
8563         * mail/sendmail.el (mail-recover-1): New function.
8564         (mail-recover): Switch to the *mail* buffer right away.
8565         Use buffer-auto-save-file-name instead of calling
8566         make-auto-save-file-name.  Call dired-noselect instead of invoking
8567         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
8568         before reading the auto-save file.  If the buffer's auto-save file
8569         does not exist, call mail-recover-1 to allow recovery from past
8570         auto-saved drafts.
8572 2002-01-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8574         * time.el (display-time-load-average-threshold): Fix defcustom
8575         (add type and group).
8577         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
8578         specification from the hostname.
8580 2002-01-02  Richard M. Stallman  <rms@gnu.org>
8582         * facemenu.el (facemenu-active-faces):
8583         Use face-attributes-as-vector, not face-attributes-vector.
8585 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
8587         * xscheme.el: Eleven years of updates on a private copy.
8589         Extensive changes to support multiple xscheme buffers:
8590         (run-scheme): Break up into new functions to facilitate starting
8591         processes in other buffers.
8592         (xscheme-start, xscheme-read-command-line): New functions.
8593         (start-scheme, select-scheme)
8594         (default-xscheme-runlight)
8595         (global-set-scheme-interaction-buffer)
8596         (local-set-scheme-interaction-buffer)
8597         (local-clear-scheme-interaction-buffer)
8598         (exit-scheme-interaction-mode)
8599         (verify-xscheme-buffer): New functions.
8600         (xscheme-process-name, xscheme-buffer-name)
8601         (xscheme-runlight): New internal vars.
8602         (default-xscheme-runlight): New const.
8603         (xscheme-start-process): Add args for the process/buffer names.
8604         (reset-scheme): Pass process/buffer names.
8605         (scheme-interaction-mode): Initialize new local vars.
8606         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
8607         (xscheme-select-process-buffer, xscheme-process-buffer)
8608         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
8609         (xscheme-goto-output-point, xscheme-write-message-1): Use new
8610         var xscheme-process-name.
8611         (xscheme-start-process): Initialize xscheme-process-name and
8612         xscheme-buffer-name in the process buffer.  Pass buffer name to
8613         xscheme-modeline-initialize.
8614         (xscheme-modeline-initialize): Add argument to specify buffer name
8615         for mode-line vars.
8616         (xscheme-process-sentinel): Make sure sentinel is run in the
8617         process buffer so it sees its local vars.
8618         (xscheme-process-filter-initialize, xscheme-set-runlight):
8619         More elaborate logic to handle multiple-buffer mode lines.
8621         (xscheme-enter-input-wait): Re-enable control-G handler upon
8622         entering input wait.
8624         (scheme-interaction-mode): Add arg to preserve local vars.
8625         (xscheme-enter-interaction-mode)
8626         (xscheme-enter-debugger-mode): Preserve local vars.
8627         (xscheme-start-process): Clobber local vars.
8629         (scheme-interaction-mode-commands): Allow end user to add commands
8630         to scheme-interaction-mode keymap.
8631         (scheme-interaction-mode-commands-alist): New variable.
8633         (xscheme-send-string): Don't use insert-before-markers.
8635         Implement a per-buffer kill ring:
8636         (xscheme-insert-expression)
8637         (xscheme-rotate-yank-pointer, xscheme-yank)
8638         (xscheme-yank-pop, xscheme-yank-push): New functions.
8639         (xscheme-expressions-ring)
8640         (xscheme-expressions-ring-yank-pointer)
8641         (xscheme-expressions-ring-max): New variables.
8642         (xscheme-send-string-1): Call xscheme-insert-expression to save
8643         expression in ring.
8644         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
8645         (xscheme-previous-send): Deleted variable.
8647         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
8648         (xscheme-send-control-g-interrupt): Use process-send-string rather
8649         than send-string.
8651         (xscheme-send-region): Insert a newline after an expression that
8652         is submitted in the interaction buffer, for consistency with
8653         recent changes to Edwin.
8655         (xscheme-delete-output): New function mimics comint-delete-output.
8656         (xscheme-last-input-end): New internal variable.
8657         (xscheme-process-filter-output): Update xscheme-last-input-end.
8659         (xscheme-send-control-g-interrupt): Make sure that
8660         xscheme-control-g-disabled-p is looked up in the right buffer.
8662         (xscheme-enable-control-g): Clear C-g message if visible.
8663         (xscheme-control-g-message-string): New internal var.
8664         (xscheme-send-control-g-interrupt): Use new var.
8666         (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
8667         Delay after sending interrupt in order to work around race condition.
8669         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
8670         (xscheme-send-char): Use xscheme-send-char rather than send-string
8671         to send single char.
8673         (xscheme-process-filter, xscheme-process-filter-alist):
8674         Add support for evaluating expressions outside of the call-excursion.
8675         (xscheme-process-filter:string-action-noexcursion): New func.
8677         (xscheme-write-value): Change output string to match that used by
8678         Edwin.
8680         (xscheme-coerce-prompt): Don't write a space after a command
8681         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
8682         for us.
8684         (reset-scheme): Delete process after killing it.
8686 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
8688         * bindings.el (function-key-map): Don't bind shifted keypad
8689         numeric keys.
8691 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8693         * enriched.el (enriched-handle-display-prop): Remove unused variables.
8694         (enriched-mode): Doc fix.
8696 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
8698         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
8699         Hebrew points.
8701 2002-01-01  Richard M. Stallman  <rms@gnu.org>
8703         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
8705 2001-12-31  Richard M. Stallman  <rms@gnu.org>
8707         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
8708         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
8709         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
8710         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
8711         * progmodes/cperl-mode.el, progmodes/idlwave.el:
8712         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
8713         Adapt face definitions to use :weight and :slant.
8715         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
8717         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
8719         * font-lock.el (initializing from font-lock-face-attributes):
8720         Use :weight and :slant, not :bold and :italic.
8722 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
8724         * cus-edit.el (custom-face-edit-fix-value): New function.
8725         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
8727 2001-12-30  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8729         * progmodes/octave-mod.el (octave-abbrev-table):
8730         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
8731         * progmodes/fortran.el (fortran-mode-abbrev-table):
8732         * progmodes/f90.el (f90-mode-abbrev-table):
8733         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
8734         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
8735         predefined abbrevs as "system" abbrevs.
8737 2001-12-30  Richard M. Stallman  <rms@gnu.org>
8739         * info.el (Info-fontify-node): For a **** underline line, put the
8740         invisible and intangible props on the following newline, but not
8741         on the previous newline or the last char of the previous line.
8743         * faces.el (face-set-after-frame-default): Don't change `default' face.
8745         * faces.el (minibuffer-prompt): Adopt some default colors.
8747         * replace.el (query-replace-read-args): Immediate error if read-only.
8749         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
8750         Display the output buffer in a more intelligent way.
8752 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
8754         * ls-lisp.el (insert-directory): Modify the "total" line wording,
8755         in accordance with files.el's insert-directory.
8757 2001-12-29  Richard M. Stallman  <rms@gnu.org>
8759         * files.el (basic-save-buffer): If a before-write hook displays
8760         an echo area message, pause before calling basic-save-buffer-1.
8762 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
8764         * textmodes/reftex-global.el (reftex-query-replace-document)
8765         (reftex-change-label): Doc fix.
8767         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
8769         * progmodes/etags.el (tags-query-replace): Doc fix.
8771 2001-12-29  Richard M. Stallman  <rms@gnu.org>
8773         * progmodes/compile.el (compile-internal): Fix previous change.
8775 2001-12-28  Richard M. Stallman  <rms@gnu.org>
8777         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
8778         shrink the windows above as necessary to get space.
8779         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
8781         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
8782         This fixes a bug that treated all files as directories.
8783         (ange-ftp-insert-directory): Explicitly follow symlinks.
8785         * international/iso-transl.el (iso-transl-char-map) Eliminate the
8786         alias symbols--put the translated sequences here directly.
8788         * progmodes/cc-mode.el (c-mode-abbrev-table)
8789         (c++-mode-abbrev-table, objc-mode-abbrev-table)
8790         (java-mode-abbrev-table, pike-mode-abbrev-table):
8791         Mark all the predefined abbrevs as "system" abbrevs.
8793         * mail/sendmail.el (mail-envelope-from): Fix custom type.
8794         (sendmail-send-it): Check mail-specify-envelope-from
8795         and mail-envelope-from in the mail buffer at start.
8797 2001-12-28  Simon Josefsson  <jas@extundo.com>
8799         * mail/sendmail.el (mail-envelope-from): Fix :type.
8800         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
8802 2001-12-28  Richard M. Stallman  <rms@gnu.org>
8804         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
8806         * simple.el (line-move-invisible): New subroutine.
8807         (line-move-to-column): New subroutine--smarter about advancing over
8808         invisible parts of a line, or lines, but only as long as hpos grows.
8809         (line-move-finish): New subroutine: repeatedly processes desired
8810         column, intangibility, and fields.
8811         (line-move): Use those subroutines.
8812         When moving lines downward, skip invisible text first rather than last.
8814 2001-12-27  Richard M. Stallman  <rms@gnu.org>
8816         * international/mule-diag.el (describe-char-after):
8817         Describe the text properties of the char after point.
8819         * help.el (describe-key): Doc fix.
8821 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
8823         * find-dired.el (find-dired-sentinel): Precede exit message by
8824         two spaces, to match the regexp in dired-between-files.
8826 2001-12-28  Miles Bader  <miles@gnu.org>
8828         * wid-edit.el (widget-toggle-value-create): Don't eval actual
8829         images (which are lists too).
8831 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
8833         * language/european.el: Fix the doc string of "Latin-5" language
8834         environment.
8836 2001-12-26  Richard M. Stallman  <rms@gnu.org>
8838         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
8839         defined as before 2001-11-09.
8840         (add-minor-mode call): Specify the keymap.
8842         * progmodes/compile.el (compile-internal):
8843         Set TERM variable in process-environment.
8845 2001-12-25  Richard M. Stallman  <rms@gnu.org>
8847         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
8848         the buffer.
8850         * startup.el (command-line): Convert command line args
8851         to Emacs internal representation using locale-coding-system.
8853 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
8855         * international/fontset.el: Don't require ind-util when compiling.
8857 2001-12-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8859         * emulation/tpu-edt.el (tpu-reset-screen-size):
8860         Use set-frame-height and set-frame-width instead of set-screen-height
8861         and set-screen-width.
8863         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
8864         of obsolete set-screen-width.
8866         * locate.el (locate): Remove dot at the end of error argument.
8868         * emerge.el (emerge-show-file-name): Use frame-height instead of
8869         obsolete screen-height.
8871         * mail/mh-utils.el (mh-show-msg): Likewise.
8872         (mh-handle-process-error): Use frame-width instead of obsolete
8873         screen-width.
8875 2001-12-25  Richard M. Stallman  <rms@gnu.org>
8877         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
8878         to enlarge-window.  Use save-selected-window.  Don't try
8879         to resize windows that end at the bottom "level".
8880         Retry changing the sizes until the windows get the desired sizes.
8881         Discount the minibuffer when computing total height available.
8883         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
8884         (debugger-make-xrefs): Only make a button for the first symbol
8885         on any line.
8887 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
8889         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
8890         Call IT-setup-unicode-display here instead of adding it to
8891         dos-codepage-setup-hook, so that Unicode display tables are set
8892         before dos-codepage-setup-hook runs.
8894 2001-12-24  Richard M. Stallman  <rms@gnu.org>
8896         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
8897         (nslookup-mode-abbrev-table): Don't define it.
8898         (smbclient-mode-abbrev-table): Don't define it.
8899         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
8900         (nslookup-mode, smbclient-mode): Likewise.
8901         (network-connection-service-abbrev-alist): Variable deleted.
8902         (network-connection-mode-setup): Don't set up abbrev table.
8904         * faces.el (minibuffer-prompt): New face.
8905         (minibuffer-prompt-properties): Add `face' property.
8907         * replace.el (occur-mode-display-occurrence): New function.
8908         (occur-mode-map): Bind C-o to it.
8910 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
8912         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
8913         (viper-special-read-and-insert-char): Make C-m work right in the r
8914         comand.
8915         (viper-buffer-search-enable): Fixed format string.
8917         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
8918         instead of viper-info-on-file.
8919         (ex-set-visited-file-name): New function.
8921         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
8923         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
8924         action argument.
8926         * ediff-init.el: Fixed some doc strings.
8928         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
8929         Got rid of make-local-hook.
8931         * ediff-wind.el (ediff-setup-control-frame): Got rid of
8932         make-local-hook.
8934 2001-12-23  Richard M. Stallman  <rms@gnu.org>
8936         * term/x-win.el (x-handle-geometry): Put height and width
8937         on default-frame-alist, left and top on initial-frame-alist.
8938         * term/w32-win.el (x-handle-geometry): Likewise.
8940         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
8942         * play/yow.el (yow): Use an arg to distinguish interactive calls,
8943         not interactive-p.
8945 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8947         * emacs-lisp/elint.el (elint-unknown-builtin-args):
8948         Remove mocklisp entries.
8950         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
8951         Lisp.  Obsoleted.
8953         * emulation/mlconvert.el: File removed.
8955         * emulation/mlsupport.el: Moved to obsolete.
8957         * obsolete/mlsupport.el: Moved there from lisp/emulation.
8959         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
8961         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8962         Remove mocklisp case.
8964         * help-fns.el (describe-function-1): Remove mocklisp function case.
8966 2001-12-22  Miles Bader  <miles@gnu.org>
8968         * textmodes/refill.el (refill-mode): Don't barf when redundantly
8969         turning refill-mode off.
8971 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8973         * time.el (display-time-load-average-threshold): New variable.
8974         (display-time-update): Use it.
8976         These changes allow cycling through past 1, 5 and 15 minutes
8977         load-average displayed in the mode-line.
8979         * time.el (display-time-default-load-average): New customizable option.
8980         (display-time-load-average): New variable.
8981         (display-time-cycle-load-average): New function.
8982         (display-time-update): Use them.
8984 2001-12-21  Richard M. Stallman  <rms@gnu.org>
8986         * apropos.el (apropos-print): SPACING is now nil or a separator string.
8987         (apropos-documentation, apropos-value): Pass a suitable string.
8989 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
8991         * dired.el (dired-free-space-program, dired-free-space-args):
8992         Aliases for back-compatibility.
8994         * info.el (Info-select-node): If Info-use-header-line is nil, set
8995         header-line-format to nil.
8996         (Info-fontify-node): Don't put a keymap text property on the
8997         heading if we are not going to display the header line.  Remove
8998         any such text properties left over from past visits to this node.
9000         * ls-lisp.el (insert-directory): Insert the amount of free disk
9001         space, like files.el's insert-directory does.
9003         * files.el (directory-free-space-program):
9004         Mention file-system-info in the doc string.
9005         (get-free-disk-space): New function; code moved from insert-directory.
9006         (insert-directory): Call get-free-disk-space to get the amount of
9007         free space.
9009 2001-12-21  Richard M. Stallman  <rms@gnu.org>
9011         * help.el (view-order-manuals, view-emacs-news, describe-copying)
9012         (describe-distribution, describe-project): Use view-file.
9014         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
9016         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
9018         * emacs-lisp/easy-mmode.el (define-minor-mode):
9019         Make no arg by default in an interactive call,
9020         so that repeating the command toggles again.
9022         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
9024 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
9026         * antlr-mode.el: More sophisticated indentation of cpp directive.
9027         (antlr-indent-at-bol-alist): New user option.
9028         (antlr-indent-line): Use it.
9029         (antlr-indent-style): New user option.
9030         (antlr-mode): Use it.
9031         (antlr-indent-item-regexp): Customize.
9033         * antlr-mode.el: Syntax highlighting changes.
9034         (antlr-font-lock-literal-regexp): New user option.
9035         (antlr-font-lock-syntax-face): New face used for :, |, ....
9036         (antlr-font-lock-default-face): New face.
9037         (antlr-font-lock-additional-keywords): Use them.
9039         * antlr-mode.el: New command to insert options -- variables.
9040         (antlr-mode-map): New binding [C-c C-o].
9041         (antlr-mode-menu): New submenus.
9042         (antlr-options-use-submenus): New user option.
9043         (antlr-tool-version): New user option.
9044         (antlr-options-auto-colon): New user option.
9045         (antlr-options-style): New user option.
9046         (antlr-options-push-mark): New user option.
9047         (antlr-options-assign-string): New user option.
9048         (antlr-options-headings): New variable.
9050         * antlr-mode.el: New command to insert options -- specific.
9051         (antlr-options-alists): New variable.
9052         (antlr-read-value): New function.
9053         (antlr-read-boolean): New function.
9054         (antlr-language-option-extra): New function.
9055         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
9056         (antlr-c++-mode-extra): New function.
9057         (antlr-grammar-tokens): New function.
9058         (antlr-imenu-create-index-function): New optional argument.
9060         * antlr-mode.el: New command to insert options -- functions.
9061         (antlr-insert-option): New command.
9062         (antlr-insert-option-interactive): New function.
9063         (antlr-options-menu-filter): New function.
9064         (antlr-option-kind): New function.
9065         (antlr-scan-lists): New alias.
9066         (antlr-scan-lists-internal): New function.
9067         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
9068         (antlr-option-level): New function.
9069         (antlr-syntactic-grammar-depth): New function.
9070         (antlr-option-location): New function.
9071         (antlr-insert-option-do): New function.
9072         (antlr-option-spec): New function.
9073         (antlr-version-string): New function.
9074         (antlr-insert-option-existing): New function.
9075         (antlr-insert-option-space): New function.
9076         (antlr-insert-option-area): New function.
9078         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
9079         with narrowing.  Menu change.  Miscellaneous.
9080         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
9081         (antlr-mode-map): New bindings for characters in ":;|&(){}".
9082         (antlr-electric-character): New command.
9083         (antlr-class-header-regexp): New variable.
9084         (antlr-font-lock-additional-keywords): Use it.
9085         (antlr-imenu-create-index-function): Use it.
9086         (antlr-file-dependencies): Use it.
9087         (antlr-indent-line): Also works with restrictions.
9088         (antlr-indent-command): Interactive spec - changes the buffer.
9089         (antlr-language-for-option): Deletia.
9090         (antlr-language-option): New function, defined instead.
9091         (antlr-mode): Use it.
9093 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
9095         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
9096         instead of a literal /dev/null.
9098         * Makefile.in (distclean): Remove Makefile in the build
9099         directory, not in the source directory.
9101 2001-12-21  Simon Josefsson  <jas@extundo.com>.
9103         * mail/smtpmail.el (smtpmail-send-queued-mail):
9104         Use with-temp-buffer instead of find-file-noselect, and bind
9105         coding-system-for-read to no-conversion when reading the queued
9106         messages.  (Simon's code modified slightly by Eli Zaretskii.)
9108 2001-12-20  Werner Lemberg  <wl@gnu.org>
9110         * international/mule-diag.el (describe-coding-system)
9111         (print-coding-system-briefly): Make printed output have a similar
9112         format as describe-character-set.
9114 2001-12-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9116         * play/blackbox.el (bb-member): Remove, use member instead.
9117         (bb-delete): Remove, use delete instead.
9118         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
9119         bb-score, bb-detour-count and bb-balls-placed.
9120         Propertize results of rays.
9122 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
9124         * isearch.el (isearch-forward, isearch-edit-string): Make doc
9125         strings mention keybinding for `isearch-yank-word-or-char',
9126         rather than `isearch-yank-word', since the former is bound now
9127         and the latter is not.
9128         (isearch-yank-word-or-char): Fix formatting.
9130 2001-12-19  Werner Lemberg  <wl@gnu.org>
9132         * language/czech.el, language/european.el, language/slovak.el:
9133         More fixes for language info doc strings.
9135 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
9137         * loadup.el: Add "language" to the load-path.
9139 2001-12-19  Richard M. Stallman  <rms@gnu.org>
9141         * international/mule-cmds.el (describe-language-environment):
9142         Fix calls to help-xref-button.
9144 2001-12-19  Miles Bader  <miles@gnu.org>
9146         * international/fontset.el: Require `ind-util' when compiling.
9148 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9150         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
9151         instead of decompose-composite-char.
9153 2001-12-18  Richard M. Stallman  <rms@gnu.org>
9155         * simple.el (eval-expression-print-level)
9156         (eval-expression-print-length): Doc fixes.
9158         * international/mule-diag.el (describe-character-set):
9159         Fix the arg to help-xref-button.
9161         * files.el (directory-free-space-program): New variable.
9162         (directory-free-space-args): New variable.
9163         (insert-directory): Use those two variables for getting free space.
9164         Use file-system-info instead, if that is defined.
9166         * dired.el (dired-free-space-program): Variable deleted.
9167         (dired-free-space-args): Variable deleted.
9168         (dired-insert-directory): Don't try to determine free space.
9170         * files.el (font-lock-defaults): Add risky-local-variables prop.
9171         (hack-one-local-variable): Treat various font-lock variables as risky.
9173 2001-12-18  Werner Lemberg  <wl@gnu.org>
9175         * language/chinese.el, language/cyrillic.el:
9176         * language/czech.el, language/european.el, language/greek.el:
9177         * language/hebrew.el, language/indian.el, language/japanese.el:
9178         * language/korean.el, language/lao.el, language/slovak.el:
9179         * language/thai.el, language/tibetan.el, language/vietnamese.el:
9180         Improve documentation strings of coding systems and language infos.
9182 2001-12-18  Werner LEMBERG  <wl@gnu.org>
9184         Add support for EUC-TW decoding/encoding.
9186         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
9187         (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
9188         New auxiliary functions to build `big5-to-cns'.
9189         (big5-to-cns): New translation alist.
9191         * language/chinese.el: Added new coding system `euc-tw' and its
9192         alias `euc-taiwan'.
9193         Updated language `Chinese-CNS' to include euc-tw encoding also.
9194         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
9195         euc-tw.
9197 2001-12-18  Dave Love  <fx@gnu.org>
9199         * loadup.el: Add language/utf-8-lang, language/georgian.
9201         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
9202         (image-file-name-regexps): Doc fix.
9204         * server.el (server-unload-hook): New function.
9206         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
9207         (lm-crack-copyright): Cope with multi-line copyright `lines'.
9209         * simple.el (newline): Doc fix.
9210         (eval-expression-print-level, eval-expression-print-length): Doc
9211         fix.  Amend :type.
9212         (next-line, previous-line): Make arg optional.
9213         (newline): Doc fix.
9215         * Makefile.in (DONTCOMPILE): Add various language files.
9217         * international/quail.el (quail-input-string-to-events): Don't use
9218         string-to-list.
9220         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
9221         calling `newline'.
9223 2001-12-17  Richard M. Stallman  <rms@gnu.org>
9225         * comint.el (comint-dynamic-list-input-ring-select): New function.
9226         Switches back to the old window configuration.
9227         (comint-dynamic-list-input-ring): Bind RET to that function.
9228         (comint-dynamic-list-input-ring-window-conf): New variable.
9230 2001-12-17  Werner Lemberg  <wl@gnu.org>
9232         * international/mule-conf.el: Improve documentation strings of
9233         character sets.
9235 2001-12-16  Richard M. Stallman  <rms@gnu.org>
9237         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
9238         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
9240         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
9242         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
9243         Add a DESCRIPTION for the makefile item.
9245         * find-file.el (ff-other-file-name): New function.
9247 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
9249         * international/quail.el (quail-input-string-to-events): Fix last
9250         change.
9252 2001-12-16  Richard M. Stallman  <rms@gnu.org>
9254         * isearch.el (isearch-edit-string): When we set isearch-string
9255         to the default, also set isearch-message.
9257         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
9259         * startup.el (command-line-1): Display startup screen
9260         even if there are command line args.
9261         Add a note about how to go to editing your files.
9262         (fancy-splash-head): Add a note about how to go to your files.
9263         (fancy-splash-outer-buffer): New variable.
9264         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
9266         * subr.el (with-temp-message): At the end, always discard
9267         the temp message, even by clearing the echo area.
9269         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
9271 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
9273         * log-view.el (log-view-message-re, log-view-current-tag):
9274         Recognize Subversion's log output format.
9276         * international/fontset.el: Build the list L at compile time.
9278         * language/ind-util.el (mapthread): Make a closure.
9280 2001-12-15  Richard M. Stallman  <rms@gnu.org>
9282         * isearch.el (isearch-start-hscroll): New variable.
9283         (isearch-mode): Set isearch-start-hscroll.
9284         (isearch-update): Restore original hscrolling if possible.
9286         * isearch.el (isearch-edit-string):
9287         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
9289         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
9290         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
9291         rather than regexp search and (2) copying text properties
9292         already set up on text unchanged from the previous backtrace.
9294         * case-table.el (set-case-syntax-pair):
9295         Detect invalid calls and signal an error.
9297 2001-12-15  Richard M. Stallman  <rms@gnu.org>
9299         * language/ind-util.el (range): Function deleted.
9300         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
9301         All calls changed.
9303         * language/devan-util.el (devanagari-range): Renamed from `range'.
9304         All calls changed.
9305         (devanagari-regexp-of-hashtbl-keys):
9306         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
9308 2001-12-15  Dave Love  <fx@gnu.org>
9310         * language/ind-util.el: Don't require cl.
9311         (indian-glyph-char, indian-glyph-max-char)
9312         (indian-char-glyph): Moved from indian.el
9313         (indian--puthash-char, mapthread): Don't quote lambda.
9314         (indian--map): New function.
9315         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
9316         (indian--puthash-cv): Use it.
9318         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
9319         (indian-char-glyph): Moved to ind-util.el
9321         * language/devan-util.el (devanagari-post-read-conversion):
9322         New function.
9324         * language/georgian.el: New file.
9326         * international/mule-cmds.el (locale-language-names): Add various
9327         entries.  Remove utf-8 special case.
9328         (locale-charset-language-names, locale-preferred-coding-systems):
9329         Add utf-8 case.
9330         (set-language-environment): Process required-features earlier.
9332         * international/quail.el (quail-keyboard-layout-alist):
9333         Add pc105-uk.
9334         (quail-keyboard-layout-type): Fix :type.
9335         (quail-choose-completion-string): Simplify.
9336         (quail-update-leim-list-file): Don't get fooled by commented-out code.
9337         (quail-input-string-to-events): Run events through
9338         translation-table-for-input.
9340         * international/mule-conf.el (translation-table-for-input):
9341         New variable.
9342         (latin-iso8859-14): Amend description.
9343         (file-coding-system-alist): Add entry for utf-8.
9345         * language/utf-8-lang.el: New file.
9347         * international/code-pages.el: New file.
9349         * language/hebrew.el ("Windows-1255"): New language.
9351         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
9352         ("Latvian"): New languages.
9354 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
9356         * xml.el: Use setq rather than (set 'foo bar).
9357         Use push+nreverse rather than append.
9358         (xml-node-name, xml-node-attributes, xml-node-children):
9359         Use defsubst rather than macros.
9360         (xml-parse-region): Handle a nil return value from xml-parse-tag.
9361         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
9362         Concat the two strings surrounding a comment into a single string.
9364         * newcomment.el (comment-indent): Jump to the middle of empty comments.
9366 2001-12-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9368         * select.el (xselect-convert-to-class, xselect-convert-to-name):
9369         Document.
9371 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
9373         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
9374         Return nil if FILE is not registered.
9375         (vc-check-master-templates, vc-default-make-version-backups-p):
9376         Doc fix.
9378 2001-12-13  David Ponce  <david@dponce.com>
9380         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
9381         (ruler-mode-left-fringe-cols): New macro.
9382         (ruler-mode-right-fringe-cols): New macro.
9383         (ruler-mode-left-scroll-bar-cols): New macro.
9384         (ruler-mode-right-scroll-bar-cols): New macro.
9385         (ruler-mode-ruler): Use above new macros.
9387 2001-12-13  Richard M. Stallman  <rms@gnu.org>
9389         * files.el (set-auto-mode): Fix previous change.
9391 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
9393         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
9394         (easy-menu-do-define, easy-menu-convert-item-1)
9395         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
9396         (easy-menu-return-item): Only return nil if there is no binding.
9398 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
9400         * whitespace.el (whitespace-version): 3.2
9401         * whitespace.el (whitespace-force-mode-line-update): Replace with
9402         `whitespace-mode-line-update', which is an alias to the correct
9403         function in various emacsen.
9404         * whitespace.el (whitespace-{un,}highlight-the-space):
9405         Add colorized highlighting of the bogus whitespaces in a buffer/file,
9406         using the `whitespace-highlight-face' if
9407         `whitespace-display-spaces-in-color' is set.
9409 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
9411         * international/mule.el (set-auto-coding): Don't search for
9412         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
9414 2001-12-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9416         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
9418         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
9420         * mail/rmailsum.el (rmail-summary-mode): Likewise.
9422 2001-12-13  Richard M. Stallman  <rms@gnu.org>
9424         * simple.el (undo): Always set this-command to `undo',
9425         so that the next undo after an error will not begin redoing.
9427         * simple.el (shell-command): Doc fix.
9428         (shell-command-on-region): If there is output an an error,
9429         add "...Shell command failed" to the output.
9431 2001-12-13  David Ponce  <david@dponce.com>
9433         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
9434         (ruler-mode-left-fringe-cols): Function replaced by more efficient
9435         implementation `ruler-mode-extra-left-cols'.
9436         (ruler-mode-ruler): Use above new function.  Take into account
9437         that the fringe areas can now be resized.
9439 2001-12-12  Richard M. Stallman  <rms@gnu.org>
9441         * international/characters.el (Unicode): Comment out
9442         the specifications for kelvin and angstrom signs.
9444         * international/mule.el (make-translation-table-from-vector):
9445         Allow null elements in VEC.
9447         * international/ucs-tables.el (unify-8859-on-encoding-mode)
9448         (unify-8859-on-decoding-mode): Swap the code in their bodies.
9449         Add :version.
9451 2001-12-11  Richard M. Stallman  <rms@gnu.org>
9453         * derived.el (derived-mode-p): Function moved to subr.el.
9455         * subr.el (derived-mode-p): Moved here from derived.el.
9457         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
9459         * files.el (set-auto-mode-1): New subroutine, broken out of
9460         set-auto-mode.
9461         (set-auto-mode, hack-local-variables-prop-line): Use that.
9463 2001-12-11  Dave Love  <fx@gnu.org>
9465         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
9467         * language/european.el: Remove autoload cookies.  Fix registration
9468         of diacritic composition function.
9470 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9472         * calendar/todo-mode.el: Require time-stamp.
9474         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
9476 2001-12-11  Richard M. Stallman  <rms@gnu.org>
9478         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
9480         * textmodes/ispell.el (ispell-buffer-local-parsing):
9481         Match xml like sgml.
9483         * emacs-lisp/advice.el (ad-compile-function):
9484         Byte compile the function under another (uninterned) name.
9486         * gud.el (gdb): Define and bind gud-jump.
9488         * font-lock.el (font-lock-mode):
9489         Put our function at the end of after-change-functions.
9491         * ediff-diff.el (ediff-cmp-options): Doc fix.
9493         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
9495 2001-12-10  Richard M. Stallman  <rms@gnu.org>
9497         * isearch.el (isearch-yank-word-or-char): New function.
9498         (isearch-mode-map): Bind C-w to that.
9500         * menu-bar.el (menu-bar-mode): Make arg optional.
9502         * simple.el (line-move): Cope if next-single-property-change
9503         or previous-single-property-change returns nil.
9505         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
9506         Don't use interactive-p; instead, pass the proper args
9507         in (interactive...).  Clean up most of the trouble-report strings.
9509 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
9511         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
9512         enqueued messages literally.
9514 2001-12-10  Noah Friedman  <friedman@splode.com>
9516         * battery.el (battery-insert-file-contents): Obsolete function
9517         removed.
9518         (battery-read-function): Obsolete function removed.
9519         (battery-linux-proc-apm): Use insert-file-contents.
9521 2001-12-07  Stephen Eglen  <stephen@gnu.org>
9523         * iswitchb.el (iswitchb-visit-buffer):
9524         Use `select-frame-set-input-focus'--needed when window manager
9525         uses "click to focus" policy.
9527 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9529         * COPYING: Moved back.
9531 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
9533         * term/internal.el (IT-character-translations): Add entries for
9534         more points.
9536         * international/characters.el: Resurrect the Hebrew category
9537         settings for all Hebrew characters removed by the last change.
9538         Add code for setting the Hebrew category of the Unicode Hebrew
9539         characters.  Set syntax entries for Hebrew punctuation characters.
9541         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
9542         points and directional formatting control characters.
9544 2001-12-07  Dave Love  <fx@gnu.org>
9546         * language/lao-util.el: Add Unicode equivalents for rules.
9547         (lao-post-read-conversion): New function.
9549         * language/lao.el: Add Unicode equivalents.
9550         (lao): Add post-read conversion.
9552         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
9553         Use iso2022 encoding.
9554         (latin1-char-displayable-p): Doc fix.
9555         (latin1-display-ucs-per-lynx): New option.
9556         (latin1-display-ucs-per-lynx): New command.
9557         (latin1-display-reset): Special-case arabic.
9558         (ucs-tables): Require.
9559         (latin1-display-sets, latin1-display-setup): Add arabic.
9560         (latin1-display) <variable>: Use function latin1-display.
9561         (latin1-display) <function>: Add mule-unicode stuff.
9562         (latin1-display-check-font): Don't lose if `info' is nil.
9564         * international/iso-transl.el: Insert Latin-1 characters, not
9565         unibyte codes.
9567         * language/european.el (diacritic-composition-pattern): New constant.
9568         (diacritic-compose-region, diacritic-compose-string)
9569         (diacritic-compose-buffer, diacritic-post-read-conversion)
9570         (diacritic-composition-function): New functions.
9572         * international/utf-8.el (ucs-mule-to-mule-unicode):
9573         New translation table.
9574         (ccl-encode-mule-utf-8): Use it.
9575         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
9576         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
9577         (utf-8-subst-table): New variable.
9578         (utf-8-compose-scripts): New option.
9579         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
9581         * international/ucs-tables.el, international/utf-8-subst.el:
9582         New files.
9584         * international/characters.el: Don't set word syntax (the default)
9585         explicitly.  Add a diacritic category.  Add info for Unicode
9586         equivalents of characters in various Mule charsets and for extra
9587         Unicode characters.  Don't define specific categories for
9588         Indian/Devanagari, since they aren't used.
9590 2001-12-06  Richard M. Stallman  <rms@gnu.org>
9592         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
9593         (set-justification-left, set-justification-right): Doc fix.
9595         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
9596         (bug-f90-mode): Variable deleted.
9598 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
9600         * indent.el (indent-line-function): Default is indent-relative again.
9602 2001-12-07  Miles Bader  <miles@gnu.org>
9604         * progmodes/compile.el (compilation-error-regexp-alist):
9605         Added regexps for RXP.
9607 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
9609         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
9610         Add shift-assignment operators to those highlighted, and highlight
9611         the whole operator rather than just the "=".
9613 2001-12-04  Juanma Barranquero  <lektu@terra.es>
9615         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
9616         before saving abbrevs if `save-abbrevs' has the value `silently'.
9618 2001-12-04  Andreas Schwab  <schwab@suse.de>
9620         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
9622 2001-12-04  Colin Walters  <walters@debian.org>
9624         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
9625         for `defmacro*' forms.
9627         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
9628         `defmacro*'.
9630 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
9632         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
9634 2001-12-02  Richard M. Stallman  <rms@gnu.org>
9636         * files.el (insert-directory): If the df output does not look right,
9637         don't try to use it.  Other cleanups in overall code structure.
9639 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
9641         * textmodes/outline.el (outline-mode-prefix-map):
9642         Add bindings for outline-promote and outline-demote.
9643         (outline-minor-mode-menu-bar-map): New var.
9644         (outline-minor-mode): Use it.
9645         (outline-heading-alist): New var (renamed from outline-level-heading).
9646         (outline-level): Use it.
9647         (outline-insert-heading, outline-promote, outline-demote):
9648         Update to use outline-heading-alist.
9650         * disp-table.el (standard-display-european):
9651         Simplify since the function is not interactive any more.
9652         Don't set the existing buffers to unibyte.
9654         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
9656         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
9658         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
9660         * shell.el (shell): Use shell-file-name.
9661         Pop to buffer before calling comint to set COLUMNS properly.
9663         * emacs-lisp/cl.el (svref): New alias.
9665         * progmodes/antlr-mode.el (antlr-c-common-init):
9666         Don't inhibit adaptive-fill-mode any more.
9668         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
9670         * progmodes/etags.el (tags-with-face): Use make-symbol.
9671         (tags-search, tags-query-replace): Use backquotes.
9673         * textmodes/picture.el (picture-mode-map): Don't use defconst
9674         for a variable.
9676 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9678         * textmodes/reftex-index.el (reftex-index-mode):
9679         Remove make-local-hook.
9681         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
9683 2001-12-02  Kim F. Storm  <storm@cua.dk>
9685         * isearch.el (isearch-resume-enabled): New variable.
9686         (isearch-done): Use that variable.
9688 2001-12-01  Richard M. Stallman  <rms@gnu.org>
9690         * wid-edit.el (widget-button-click): Don't move point permanently:
9691         Avoid mouse-set-point--instead select the window,
9692         then do save-excursion, then move point.
9693         Specify the buffer for get-char-property.
9694         Don't use `@' in interactive.
9696         * indent.el (indent-line-function):
9697         Default is indent-to-left-margin again.
9699         * replace.el (query-replace-read-args): Display message
9700         if FROM contains `\n' or `\t'.
9702 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
9704         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
9706         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
9708         * emacs-lisp/regexp-opt.el (regexp-opt):
9709         Bind completion-regexp-list to nil.
9711         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
9713 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
9715         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
9716         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
9717         Update maintainer.
9719 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
9721         * mail/smtpmail.el: Use with-current-buffer.
9722         (message-make-date, message-make-message-id): Autoload when needed.
9723         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
9724         headers when missing.
9726         * international/encoded-kb.el (encoded-kbd-mode):
9727         Use define-minor-mode.
9729         * enriched.el (enriched-mode): Use define-minor-mode.
9730         Use dolist and pop and push.
9732         * info.el (Info-find-node-2): Don't call info-insert-file-contents
9733         with the `visit' argument.
9734         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
9736         * progmodes/hideif.el (hide-ifdef-mode): Only modify
9737         `change-major-mode-hook' locally.  Reset invisibility spec.
9739         * man.el (Man-build-section-alist): Remove last Man-match-substring.
9741 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9743         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
9744         Clarify error message.
9746 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9748         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
9750 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
9752         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
9753         don't just return it.
9755 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
9757         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
9758         (menu-bar-read-emacs-man, search-emacs-glossary)
9759         (emacs-index-search, elisp-index-search): New functions.
9760         (apropso-documentation, apropos, apropos-value, apropos-variable)
9761         (apropos-commands): Modify menu item names and help text.
9762         (elisp-index-search, emacs-index-search, emacs-glossary):
9763         New menu items.
9764         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
9765         submenu.
9766         (info-elisp, info-elintro): New menu items.
9767         (apropos): Modify the menu item name.
9769 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
9771         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
9773         * textmodes/outline.el (outline-promote, outline-demote): Typo.
9775         * man.el (man-follow-mouse): New function.
9776         (Man-mode-map): Bind mouse-2 to it.
9777         (Man-match-substring): Remove.  Replace with `match-string'.
9778         (man): Use the `default-value' argument to `read-string'.
9779         (Man-fontify-manpage): Add mouse-face to cross references.
9781         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
9783 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
9785         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
9786         the value of require-match in minibuffer-completion-confirm.
9787         Use crm-local-completion-map.
9789         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
9790         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
9791         (cl-make-type-test): Use char-valid-p for `character'.
9793         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
9794         (Info-complete-menu-item): Rewrite.  Add the ability to search
9795         several sequential nodes.  Add a simple caching mechanism.
9796         (Info-goto-index): New function extracted from Info-index.
9797         (Info-index): Use it.  Add completion to the interactive spec.
9798         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
9800 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9802         * COPYING: Removed.
9804 2001-11-29  Dave Love  <fx@gnu.org>
9806         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
9807         (fortran-window-create, fortran-window-create-momentarily):
9808         Rewrite, moving error condition.
9809         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
9810         (fortran-mode-syntax-table): Revert last change.
9812         * international/mule.el: Doc fixes.
9813         (map-charset-chars): New function.
9814         (register-char-codings): Use it to cope with generic chars in
9815         safe-chars.
9817 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9819         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
9821         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
9823         * play/studly.el (studlify-word, studlify-region)
9824         (studlify-buffer): Fix doc-string.
9825         (studlify-buffer): Add autoload cookie.
9827 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
9829         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
9830         (outline-up-heading-all): Remove.
9831         (hide-sublevels): Move to end-of-heading before calling flag-region.
9832         (outline-copy-overlay, outline-discard-overlays): Remove.
9833         (outline-flag-region): Use `remove-overlays'.
9834         Don't move to end-of-heading.
9835         (outline-next-visible-heading, outline-back-to-heading)
9836         (outline-on-heading-p): Use outline-invisible-p.
9837         (outline-font-lock-level): Use outline-up-heading's new arg.
9838         (outline-minor-mode): Simplify.
9839         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
9840         (outline): Put a `reveal-toggle-invisible' property.
9841         (outline-level-heading): New var.
9842         (outline-insert-heading, outline-promote, outline-demote)
9843         (outline-toggle-children): New commands.
9845         * progmodes/hideif.el (hif-end-of-line): New function.
9846         (hide-ifdef-mode): Set line-move-ignore-invisible.
9847         (hide-ifdef-region-internal): New function.
9848         (hide-ifdef-region): Use it.
9849         (hif-defined): Return an integer.
9850         (hif-infix-to-prefix): Remove.
9851         (hif-tokenize): Parse from the buffer rather than from a string.
9852         Correctly tokenize integers.  Use forward-comment.
9853         (hif-expr): Use hif-or.
9854         (hif-term): Use hif-and.
9855         (hif-factor): Use hif-not.  Handle numbers properly.
9856         Don't require parenthesis around `defined's argument.
9857         (hif-and, hif-or, hif-not): New funs.
9858         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
9859         (hif-hide-line): Don't hide the \n before the line.
9860         (hif-possibly-hide): Correctly handle numeric evaluation results.
9862         * progmodes/make-mode.el: Use line-(end|beginning)-position.
9863         (makefile-mode): Set indent-line-function.
9864         (makefile-browser-insert-continuation): Use with-current-buffer.
9865         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
9867 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
9869         * isearch.el (isearch-yank-internal): New helper function.
9870         (isearch-yank-char): New function.
9871         (isearch-yank-word, isearch-yank-line): Rewrite to use
9872         isearch-yank-internal.
9874 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
9876         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
9877         aren't supported.  Print a message to that effect if invoked.
9879 2001-11-27  Stephen Eglen  <stephen@gnu.org>
9881         * locate.el (locate): Put point at first matching file rather
9882         than top of buffer.
9884 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
9886         * reveal.el: New file.
9888         * progmodes/hideif.el: Misc cleanup.
9889         (hide-ifdef-mode-submap): Put the def in the defvar.
9890         Use substitute-key-definition.
9891         (hide-ifdef-mode): Use define-minor-mode.
9892         (hif-outline-flag-region): Remove.
9893         (hif-show-all): Define in terms of hif-show-ifdef-region.
9894         (hif-after-revert-function): Rename from hif-before-revert-function.
9895         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
9896         (hif-tokenize): Use with-syntax-table.
9897         (hif-make-range): Use `else' also for `else-p'.
9898         (hif-range-else-p): Remove.
9899         (hif-find-range): Simplify.
9900         (hif-hide-line): Don't bother preserving buffer-modified-p.
9901         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
9902         Don't use selective-display and inhibit-read-only.
9904         * subr.el (copy-overlay, remove-overlays): New funs.
9906         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
9908 2001-11-27  Sam Steingold  <sds@gnu.org>
9910         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
9911         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
9912         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
9913         * obsolete/c-mode.el, obsolete/cplus-md.el
9914         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
9915         * term/sun-mouse.el, textmodes/artist.el:
9916         Converted backquote to the new style.
9917         * mouse.el, reposition.el: Likewise (in comments).
9918         * expand.el: Likewise (in a string).
9920 2001-11-27  Richard M. Stallman  <rms@gnu.org>
9922         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
9924 2001-11-26  Richard M. Stallman  <rms@gnu.org>
9926         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
9927         if :on-glyph or :off-glyph is a list, eval it and store it back.
9928         (checkbox): Quote the values for :on-glyph and :off-glyph.
9930         * cus-start.el (recursive-load-depth-limit): Delete item.
9932 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
9934         * help-fns.el (describe-categories, help-describe-category-set): New.
9935         describe-categories moved here from src/category.c.
9937 2001-11-26  Sam Steingold  <sds@gnu.org>
9939         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
9940         arguments to `insert' are strings.
9942 2001-11-26  Richard M. Stallman  <rms@gnu.org>
9944         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
9946 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
9948         * international/mule-diag.el: Require help-fns instead of
9949         help-funs.
9951         * help-fns.el: Renamed from help-funs.el.
9953         * startup.el (command-line-1): Don't try to call process-list if
9954         it is not fboundp.
9956 2001-11-26  Sam Steingold  <sds@gnu.org>
9958         * frame.el (show-trailing-whitespace): Remove :set argument (the
9959         value was essentially identical to the defalt).
9961 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9963         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
9965         * icomplete.el (icomplete-minibuffer-setup): Likewise.
9967         * hilit-chg.el (hilit-chg-set): Likewise.
9969         * speedbar.el (speedbar-mode): Likewise.
9971         * calendar/calendar.el (calendar-mode): Likewise.
9973         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
9974         insert-string.
9976         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
9978         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
9980         * term/sun-mouse.el (sun-yank-selection): Likewise.
9982         * textmodes/bib-mode.el (return-key-bib): Likewise.
9984         * calendar/appt.el (appt-disp-window): Likewise.
9986         * calendar/diary-lib.el (list-diary-entries): Likewise.
9988         * array.el (array-reconfigure-rows): Likewise.
9990         * filecache.el (file-cache-minibuffer-complete): Likewise.
9992         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
9994         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
9996         * allout.el (outline-version, outline-open-topic)
9997         (outline-rebullet-heading, outline-insert-listified)
9998         (outline-latex-verbatim-quote-curr-line)
9999         (outline-latexify-one-item, outlineify-sticky): Likewise.
10001         * vc.el (vc-next-action-on-file): Likewise.
10002         (vc-dired-mode): Remove make-local-hook.
10004 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
10006         * vc.el (vc-find-version): New function.
10007         (vc-version-other-window): Redefined in terms of the above.
10009         * log-view.el (log-view-find-version): New function.
10010         (log-view-mode-map): Bind it to `f'.
10012 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
10014         * language/devan-util.el (dev-char-glyph): Escape `"' in
10015         string literals.
10016         (dev-glyph-glyph, dev-glyph-glyph-2)
10017         (devanagari-compose-syllable-region): Likewise.
10019 2001-11-26  Richard M. Stallman  <rms@gnu.org>
10021         * window.el (save-selected-window): No error if saved window is dead.
10023         * help-funs.el (describe-syntax): Put (interactive) after doc string.
10025 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10027         * international/quail.el (quail-help): Require help-mode in
10028         top-level instead.
10030         * iswitchb.el (iswitchb-exhibit): Use insert instead of
10031         insert-string.
10033         * icomplete.el (icomplete-exhibit): Likewise.
10035 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
10037         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
10038         (diff-hunk-kill): Simplify.
10039         (diff-post-command-hook): Only apply to a single hunk.
10040         (diff-hunk-text): Make `char-offset' non-optional.
10041         (diff-find-text): Return a cons cell.
10042         (diff-find-approx-text): New fun.
10043         (diff-find-source-location): Use it.
10044         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
10045         Adapt to new retval of diff-find-text.
10047         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
10048         rather than integer- representation of dates.
10050         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
10052         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
10053         (syntax-after): New fun.
10055         * help-funs.el (describe-syntax): New fun.
10057         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
10058         (font-lock-ppss-stats, font-lock-ppss): Remove.
10059         (font-lock-fontify-syntactically-region): Remove tuning code.
10060         (font-lock-compile-keywords): Fix off-by-one bug.
10061         (font-lock-set-defaults): Don't set removed vars.
10062         (c-keywords): Add `inline'.
10063         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
10065         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10066         Set syntax-begin-function.
10067         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
10068         (lisp-interaction-mode): Don't set local-abbrev-table any more.
10069         (lisp-mode-auto-fill): Use syntax-ppss and obey
10070         comment-auto-fill-only-comments.
10071         (lisp-fill-paragraph): Use syntax-ppss.
10073 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
10075         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
10076         version of rmail-enable-mime.
10077         (rmail-forward): Use it.
10079 2001-11-25  Richard M. Stallman  <rms@gnu.org>
10081         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
10083         * international/quail.el (quail-keyboard-layout-button):
10084         Define button type.
10085         (quail-keyboard-customize-button): Likewise.
10086         (quail-help): Use those button types.  Require `help-mode'.
10087         Avoid altering the argument `package'.
10089         * help-mode.el (help-function, help-variable, help-face)
10090         (help-coding-system, help-input-method, help-character-set):
10091         Define each button type with its own explicit define-button-type.
10093         * language/devan-util.el: Comment out parts of the file
10094         which apparently are garbled.
10096 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10098         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
10099         insert-string.
10101 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10103         * play/snake.el (snake-mode): Remove make-local-hook.
10105         * play/tetris.el (tetris-mode): Likewise.
10107         * play/decipher.el (decipher-mode): Likewise.
10109         * tmm.el (tmm-add-prompt): Likewise.
10111 2001-11-25  Sam Steingold  <sds@gnu.org>
10113         * menu-bar.el (menu-bar-apropos-menu): New variable.
10114         Moved all `apropos' bindings to this menu.
10115         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
10117 2001-11-24  KAWABATA, Taichi <batta@beige.ocn.ne.jp>
10119         The following changes are for new indian languages support based
10120         on Unicode charset and CDAC fonts.
10122         * international/mule-conf.el: Change indian-1-column charset to
10123         indian-glyph charset.
10125         * international/characters.el: Adjusted for the change of
10126         indian-1-column -> indian-glyph.
10128         * international/fontset.el: Delete the setting for indian-1-column
10129         and add the setting for indian-glyph in the default fontset.
10131         * language/indian.el: Completely re-written.
10133         * language/devanagari.el: Completely re-written.
10135         * language/devan-util.el: Completely re-written.
10137         * language/ind-util.el: New file.
10139 2001-11-24  Richard M. Stallman  <rms@gnu.org>
10141         * startup.el (command-line-1): Don't do startup screen
10142         if a subprocess is running.  Call the startup screen buffer
10143         "GNU Emacs".  Make a special mode-line-format for it.
10145         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
10146         (browse-url-galeon): Use that variable.
10148         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
10149         eval-expression.  Eval and set the variable simply.
10151         * files.el (temporary-file-directory): Use defcustom.
10152         (small-temporary-file-directory): Likewise.
10153         (normal-backup-enable-predicate): Move down in file
10154         after definition of temporary-file-directory.
10156         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
10158 2001-11-24  Colin Walters  <walters@debian.org>
10160         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
10161         autoload names to match files renamed on initial calc import.
10163         * calc/calc.el (Commentary): Cleanup, and add logistic curve
10164         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
10166 2001-11-23  Colin Walters  <walters@debian.org>
10168         * Makefile.in (finder_setwins, setwins): Include Calc again.
10170         * calc/calc-rules.el: Add header comment.
10172 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
10174         * vc.el (with-vc-properties): Don't bind `filename' locally.
10175         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
10176         to avoid name clashes.  Fix `lisp-indent-function' property for
10177         both.
10179 2001-11-23  Francesco Potorti`  <pot@gnu.org>
10181         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
10183 2001-11-22  Colin Walters  <walters@debian.org>
10185         * calc/calc-misc.el (report-calc-bug):
10186         Use `reporter-prompt-for-summary-p'.
10188         * calc/INSTALL, calc/Makefile: Remove.
10190 2001-11-22  Miles Bader  <miles@gnu.org>
10192         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
10193         (reb-match-2, reb-match-3): Add dark-background variants.
10195 2001-11-22  Colin Walters  <walters@debian.org>
10197         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
10198         (info "Calc").
10199         (report-calc-bug): Use reporter.el.
10201         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
10203 2001-11-21  Richard M. Stallman  <rms@gnu.org>
10205         * which-func.el (which-function): Call imenu--make-index-alist
10206         if necessary to get a list of functions.
10207         (which-function-imenu-failed): New variable.
10208         (which-func-update): Handle all visible windows.
10209         (which-func-update-1): New subroutine broken out of which-func-update.
10211         * files.el (temporary-file-directory, null-device)
10212         (small-temporary-file-directory): Definitions moved up.
10214         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
10215         (cperl-non-problems, cperl-praise): Doc fixes.
10217         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
10218         (sh-mode-syntax-table): Function restored.
10219         Variable set up for use by function sh-mode-syntax-table.
10220         (sh-set-shell): Set the syntax table.
10222         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
10224         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
10226         * international/encoded-kb.el: Don't alter minor-map-alist.
10228 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10230         * files.el (auto-save-file-name-transforms): Put remote files in
10231         temporary-file-directory rather than /tmp.
10233 2001-11-21  Colin Walters  <walters@debian.org>
10235         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
10236         of (function ...) wrapper.
10238 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
10240         * derived.el (define-derived-mode): Create the abbrev-table
10241         from inside the `defvar'.
10243         * jit-lock.el (jit-lock-defer-time): New var.
10244         (jit-lock-defer-timer, jit-lock-buffers): New vars.
10245         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
10246         (jit-lock-function): Defer fontification if requested.
10247         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
10248         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
10249         text property.
10250         (jit-lock-deferred-fontify): New fun.
10252 2001-11-20  Richard M. Stallman  <rms@gnu.org>
10254         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
10255         Set local-abbrev-table to lisp-mode-abbrev-table.
10257         * emacs-lisp/re-builder.el (reb-mode):
10258         Don't use define-derived-mode.  Call kill-all-local-variables.
10260         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
10261         Don't use define-derived-mode.
10263         * help-mode.el (help-mode): Undo 2001-10-07 change.
10265         * replace.el (occur-mode): Undo 2001-5-20 change.
10267 2001-11-20  Jason Rumney  <jasonr@gnu.org>
10269         * w32-fns.el (w32-system-coding-system): Change to an alias for
10270         locale-coding-system.
10271         (set-w32-system-coding-system): Document the above change.
10272         Set locale-coding-system instead.
10274 2001-11-20  Richard M. Stallman  <rms@gnu.org>
10276         * ruler-mode.el: Add pagination.
10277         (ruler-mode-toggle-show-tab-stops): No need to
10278         test `ruler-mode' variable.
10280 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
10282         * play/landmark.el: Mark lm-mode as special.
10284         * play/gomoku.el: Mark gomoku-mode as special.
10286 2001-11-20  Juanma Barranquero  <lektu@terra.es>
10288         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
10289         (top-level): Bind it to C-c C-b.
10290         (re-builder): Don't re-enter RE Builder Mode.
10292         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
10294 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
10296         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
10297         `manual-program'.
10299         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
10300         to a line without a comment.
10302 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
10304         * dired.el (dired-listing-switches): Mention in the doc string
10305         that some switches are not supported by ls-lisp.el
10307 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
10309         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
10310         (imenu--create-keymap-2): Remove.
10311         (imenu--create-keymap-1): Simplify, remove third argument.
10312         (imenu--generic-function): Use dolist.
10313         (imenu-find-default): New function.
10314         (imenu--completion-buffer): Use it.
10315         (imenu--mouse-menu): Use popup-menu.
10316         (imenu--menubar-select): Return t rather than calling imenu.
10318         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
10319         New functions, extracted from fill-region-as-paragraph.
10320         (fill-region-as-paragraph): Use them.
10321         Use an end marker instead of eob.
10322         Ignore whitespace-only fill-prefixes when indenting according to mode.
10323         Simplify the loop that searches for spaces backwards.
10325         * textmodes/picture.el (picture-vertical-step)
10326         (picture-horizontal-step): Don't use defconst for variables.
10328         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
10329         (mail-extract-address-components): Downcase domain names.
10330         (mail-extr-delete-char): Remove.  Use delete-char instead.
10332         * emulation/pc-select.el: Doc string fixes.
10333         (pc-selection-mode): Don't treat macos as a tty.
10335         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
10337         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
10339         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
10340         (mouse-wheel-progessive-speed): New var.
10341         (mwheel-scroll): Use it and handle float values.
10343         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
10345         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
10346         (iswitchb): Fix the case where the result was selected with the mouse.
10347         (iswitchb-completion-help): Use the normal *Completions* now that
10348         mouse selection works.
10349         (iswitchb-minibuffer-setup): Simplify.
10351         * newcomment.el (comment-column, comment-style, comment-multi-line)
10352         (comment-auto-fill-only-comments): Remove :group arg.
10353         (comment-padding): Add :type.
10354         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
10355         if called interactively.
10357 2001-11-19  Colin Walters  <walters@verbum.org>
10359         * calc/calc.el (toplevel): Add comment and version header.
10360         (calc-init-base): Bump version to 2.02f, update date.
10362 2001-11-19  Richard M. Stallman  <rms@gnu.org>
10364         * net/browse-url.el: Support Mozilla and Galeon.
10365         By default, find the installed browser whichever it is.
10366         (browse-url-mozilla): New function.
10367         (browse-url-mozilla-sentinel): New function.
10368         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
10369         (browse-url-default-browser): New function.
10370         (browse-url-process-environment): Use browse-url-browser-display.
10371         (browse-url-browser-display): Renamed from browse-url-netscape-display.
10372         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
10373         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
10374         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
10375         (browse-url-browser-function): New default, new options.
10377 2001-11-19  Sam Steingold  <sds@gnu.org>
10379         * bindings.el (last-buffer, unbury-buffer): New function.
10380         (mode-line-unbury-buffer): Use `unbury-buffer'.
10382 2001-11-18  Stephen Eglen  <stephen@gnu.org>
10384         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
10385         control behaviour when no further completion is possible.
10387 2001-11-19  Colin Walters  <walters@verbum.org>
10389         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
10390         (math-showing-full-precision, math-with-extra-prec, math-working)
10391         (calc-with-default-simplification)
10392         (calc-with-trail-buffer): Use backtick.
10393         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
10394         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
10395         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
10396         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
10397         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
10398         (Math-num-integerp, Math-bignum-test, Math-equal-int)
10399         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
10400         (calc-record-compilation-date-macro): Deleted.  Callers updated.
10401         (math-format-radix-digit): Move to calc-bin.el.
10403         * calc/calc.el (calc-record-compilation-date): Remove.
10404         (calc-bug-address): Update.
10405         (calc-settings-file): Use `user-init-file'.
10407         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
10408         Handle null `calc-settings-file'.
10410         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
10411         * calc/calc-keypd.el (calc-keypad-mode): New.
10412         (calc-do-keypad): Use it.
10413         (calc-keypad-map): Move into `calc-keypad-mode'.
10415         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
10416         to defalias argument.
10418         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
10419         (calcFunc-floor): Ditto.
10421         * calc-units.el (calcFunc-usimplify): Ditto.
10423         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
10424         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
10425         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
10426         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
10427         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
10428         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
10429         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
10430         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
10431         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
10432         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
10433         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
10434         and move them before their first use.  Use `when', `unless'.
10435         Remove trailing periods from error forms.  Add description and
10436         headers suggested by Emacs Lisp coding conventions.
10438 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
10440         * newcomment.el (comment-indent):
10441         Fix misindentation for comment-only lines.
10442         (comment-indent-new-line): Only obey comment-multi-line if the
10443         comment-ender is not the end-of-line.
10445 2001-11-19  Richard M. Stallman  <rms@gnu.org>
10447         * net/net-utils.el (network-connection-service-abbrev-alist):
10448         New variable.
10450         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
10451         Advance to start of 3rd sexp by moving fwd and backing over it.
10452         At first three elements, act like defun.
10454         * delsel.el (delete-selection-pre-hook): Handle and resignal
10455         file-supersession errors to interact properly with userlock.el.
10457 2001-11-18  Richard M. Stallman  <rms@gnu.org>
10459         * progmodes/fortran.el (fortran-mode-syntax-table):
10460         Specify punctuation syntax for backslash.
10462         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
10463         All calls deleted.
10465         * international/mule-util.el (string-to-sequence): Make it obsolete.
10466         (string-to-list, string-to-vector): Implement them directly
10467         using append and vconcat, not with string-to-sequence.
10469         * startup.el (command-line): Set abbrevs-changed to nil after
10470         reading the init file and the abbrevs file.
10472         * isearch.el (isearch): Use magenta2 as bg for (background light)
10474 2001-11-17  Richard M. Stallman  <rms@gnu.org>
10476         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
10478         * simple.el (minibuffer-history-sexp-flag): Doc fix.
10480 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
10482         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
10483         If set and if applicable, add a regexp to highlight defun-like
10484         text inside comments and strings.
10485         (font-lock-fontify-keywords-region): Pass that new arg.
10486         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
10487         to the end and pass that new arg.
10488         (c-font-lock-keywords-2): Fix regex for labels.
10489         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
10490         Make it work when LIMIT is several lines further.
10491         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
10492         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
10493         Use backquote and make the regexes for `int a, b, c;' work on
10494         multiple lines.
10496         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
10497         (font-lock-defaults-alist): Don't change it any more.
10498         (reb-subexp-mode-map): Cleanup.
10500         * custom.el (custom-current-group-alist): New var.
10501         (custom-declare-group): Set it.
10502         (custom-current-group): New fun.
10503         (custom-declare-variable, custom-handle-all-keywords):
10504         Use it as a default if no :group argument is specified.
10506         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
10507         (standard-keyboard-coding-systems): New var.
10508         (set-locale-environment): Use it to decide whether or not to call
10509         set-keyboard-coding-system.
10510         (locale-language-names): Use \"French\" for "fr".
10512 2001-11-17  Richard M. Stallman  <rms@gnu.org>
10514         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
10515         (add-to-list): Delete compatibility code.
10516         (checkdoc-next-message-error): Doc fix.
10518 2001-11-17  Stephen Eglen  <stephen@gnu.org>
10520         * locate.el (locate): Show default locate pattern within the
10521         prompt, but don't insert it into the minibuffer contents.
10522         Catch the case when pattern is the empty string.
10524 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
10526         * language/european.el ("French"): New language environment.
10528 2001-11-16  Richard M. Stallman  <rms@gnu.org>
10530         * calendar/todo-mode.el (todo-save): Fix previous change.
10532         * subr.el (functionp): Do use cdr-safe on object.
10534 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
10536         * bindings.el (mode-line-mode-name): Only put the help-echo property
10537         if the local-map property was put as well.
10538         (global-map): Bind switch-frame, delete-frame, iconify-frame
10539         and make-frame-visible events.
10541         * emacs-lisp/elp.el (elp-not-profilable): New var.
10542         (elp-not-profilable-p): New function.
10543         (elp-instrument-function): Use it.  Use backquotes and push.
10545         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
10546         (byte-stack+-info, byte-compile-last-warned-form)
10547         (byte-compile-last-logged-file): Don't defconst a variable.
10548         (no-byte-compile): Declare.
10549         (byte-compile-file): Don't boundp-check no-byte-compile any more.
10550         (byte-compile-defvar): Leave defconst as is.
10552         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
10553         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
10554         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
10555         (edebug-best-error): Don't defconst a variable.
10556         (edebug-read-syntax-table): Use a char-table.
10557         (edebug-lemacs-specific): Remove.
10558         Toplevel: Eliminate check for Lucid Emacs.
10560         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
10562         * rect.el (move-to-column-force): Mark obsolete.
10563         (operate-on-rectangle, delete-extract-rectangle-line)
10564         (insert-rectangle, delete-whitespace-rectangle-line)
10565         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
10566         (string-rectangle-history): New var.
10567         (string-rectangle, string-insert-rectangle): Use it.
10568         (delete-rectangle-line): Fix pos/column mixup and simplify.
10570         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
10571         (normal-top-level, command-line, command-line-1): Simplify.
10573         * tar-mode.el (tar-mode): Use define-derived-mode.
10575         * view.el (view-mode-enable): Don't use make-local-hook.
10577         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
10579 2001-11-16  Richard M. Stallman  <rms@gnu.org>
10581         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
10582         if it doesn't make sense as anything else.
10583         Don't recognize a "telephone number" at the beginning of the name.
10584         (mail-extr-leading-garbage): Match non-word characters only.
10586 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10588         * startup.el (command-line-processed): Doc fix.
10590         * apropos.el (apropos-next-label-button): Doc fix.
10592 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
10594         * comint.el (comint-mode): Simplify.
10595         (make-comint-in-buffer): Run `comint-mode' only if necessary.
10597         * subr.el (eval-after-load): Make it work with features as well.
10599         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
10601         * international/mule-cmds.el (describe-input-method): Setup xref.
10602         (set-language-environment): Use functionp.
10603         (locale-language-names, locale-charset-language-names)
10604         (locale-preferred-coding-systems): Defconst and purecopy.
10606         * language/european.el (mac-roman): Add mime-charset property.
10608 2001-11-15  Richard M. Stallman  <rms@gnu.org>
10610         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
10611         (multiple-value-apply, nth-value): Use defsubst rather than defalias
10612         to get better doc strings.
10614 2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10616         * derived.el: Fix autoload cookie.
10618 2001-11-15  Richard M. Stallman  <rms@gnu.org>
10620         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
10622 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
10624         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
10626 2001-11-15  Richard M. Stallman  <rms@gnu.org>
10628         * dired.el (dired-undo): Display a message to explain
10629         that this does not undo file system changes.
10631 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
10633         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
10634         into `unread-command-events' instead of trying keymap
10635         lookups ourselves.  This makes mouse-clicks do the right
10636         thing even when keymaps of overlays are involved.
10637         (mouse-drag-drag): Likewise.
10639 2001-11-15  Andreas Schwab  <schwab@suse.de>
10641         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
10642         characters and append anchor to pattern added to auto-mode-alist.
10644 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
10646         * server.el (server-process-filter): Run pre/post-comment-hook
10647         before/after visiting the file.
10649         * info-look.el (makefile-mode): Add info for automake.
10650         (autoconf-mode): Fix the name of the index for automake.
10652         * international/latin-9.el: Give pilcrow punctuation syntax.
10654 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
10656         * vc.el: Documentation fixes.
10658 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
10660         * smerge-mode.el (smerge-match-conflict): Fix typo.
10661         (smerge-diff): Be careful to read match-data early enough.
10663 2001-11-14  Colin Walters  <walters@verbum.org>
10665         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
10666         (calcFunc-subst): Use `defalias' instead of `fset' and
10667         `symbol-function'.
10669         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
10670         (calcFunc-ceil, calcFunc-round): Ditto.
10672         * calc/calc-bin.el (calcFunc-clip): Ditto.
10674         * calc/calc-ext.el (calcFunc-evalv): Ditto.
10676         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
10678         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
10679         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
10681         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
10683         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
10684         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
10685         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
10686         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
10687         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
10688         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
10689         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
10690         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
10691         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
10692         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
10693         * calcsel2.el: Style cleanup; don't put closing parens on their
10694         own line, add "foo.el ends here" to each file, and update
10695         copyright date.
10697         * README: Update maintainer.
10699 2001-11-13  Richard M. Stallman  <rms@gnu.org>
10701         * progmodes/compile.el (recompile): Use compilation-arguments if
10702         set, so as to be able to M-x recompile the exact command which
10703         created a compilation-mode buffer.
10705         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
10707 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
10709         * mouse.el (mouse-drag-region): Don't run the up-event
10710         handler if window start changed due to the down-mouse event.
10712 2001-11-13  Richard M. Stallman  <rms@gnu.org>
10714         * mouse.el (mouse-show-mark): Either move point to the mark
10715         or use highlighting, never both.
10716         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
10718 2001-11-13  Simon Josefsson  <jas@extundo.com>
10720         * mail/smtpmail.el (top-level): Change maintainer to Simon
10721         Josefsson, cleanup the smtpmail.el header.
10723         * mail/smtpmail.el (top-level): Don't require cl or base64.
10724         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
10725         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
10726         Defsubst instead of defmacro.
10727         (smtpmail-intersection): Return value in reverse order.
10728         (smtpmail-open-stream): Use stringp instead of string-to-list.
10729         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
10730         separated from smtpmail-via-smtp.
10732         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
10733         rfc2104.  Require base64 and cl.
10734         (smtpmail-smtp-service): Doc fix.  :type fix.
10735         (smtpmail-debug-info): Doc fix.
10736         (smtpmail-debug-verb, smtpmail-auth-credentials)
10737         (smtpmail-starttls-credentials, smtpmail-auth-supported):
10738         New variables.
10739         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
10740         mail-utils (it is autoloaded).
10741         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
10742         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
10743         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
10744         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
10745         (smtpmail-via-smtp): Support AUTH.
10746         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
10748 2001-11-13  Richard M. Stallman  <rms@gnu.org>
10750         * ebuff-menu.el (electric-buffer-update-highlight): New function.
10751         (electric-buffer-overlay): New variable.
10752         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
10753         (electric-buffer-list): Likewise.
10755         * isearch.el (isearch-whitespace-chars): Doc fix.
10756         (isearch-mode): Handle negative search-slow-window-lines correctly.
10758 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
10760         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
10762         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
10763         From Emmanuel Briot <briot@act-europe.fr>.
10765 2001-11-13  Colin Walters  <walters@debian.org>
10767         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
10769         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
10770         "~/.emacs"; use `read-file-name'.
10772         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
10773         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
10774         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
10775         * calc/calc.el: Use `frame-width' instead of `screen-width',
10776         `frame-height' instead of `screen-height', and,
10777         `executing-kbd-macro' instead of `executing-macro'.
10779         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
10780         correct number of arguments.
10782         * calc/calc-aent.el (calc-do-alg-entry):
10783         Use `blink-paren-function' instead of `blink-paren-hook'.
10785 2001-11-12  Richard M. Stallman  <rms@gnu.org>
10787         * calendar/todo-mode.el (todo-save): Add save-excursion
10788         and save-restriction.
10790         * server.el (server-edit, server-done): Doc fix.
10792         * simple.el (clone-indirect-buffer): Error if major mode symbol
10793         has a no-clone-indirect property.
10794         (clone-buffer): Check for obvious errors before reading clone name.
10796         * info.el (Info-mode): Add a no-clone-indirect property.
10798 2001-11-12  Sam Steingold  <sds@gnu.org>
10800         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
10801         set-buffer-modified-p to nil after `vc-exec-after'.
10802         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
10803         (log-view-mode): Make read-only.
10804         (log-view-current-file): Do final `expand-file-name' in the
10805         current `default-directory'.
10806         (log-view-current-tag): Take an optional `where' arg.
10807         (log-view-diff): New user command.
10809 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10811         * progmodes/cpp.el (cpp-choose-face): Fix typo.
10813 2001-11-12  Sam Steingold  <sds@gnu.org>
10815         * emacs-lisp/cl-indent.el (toplevel): Indent properly
10816         `generic-flet', `generic-labels', `with-accessors',
10817         `with-condition-restarts'.
10819 2001-11-12  Richard M. Stallman  <rms@gnu.org>
10821         * dired.el: Many trivial doc fixes.
10822         (dired-get-file-for-visit): New function.
10823         (dired-find-alternate-file, dired-mouse-find-file-other-window)
10824         (dired-view-file, dired-find-file-other-window, dired-display-file)
10825         (dired-find-file): Use dired-get-file-for-visit.
10827 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
10829         * sql.el (sql-mode): Doc change.
10831         * sql.el (sql-mode-syntax-table): The backslash is no longer an
10832         escape character.
10834 2001-11-12  Colin Walters  <walters@debian.org>
10836         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
10837         (calc-do-keypad): Don't attempt to use nonexistent global
10838         mouse-map, use calc-keypad-map.
10839         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
10840         (calc-keypad-left-click): Don't use mouse-map; update to new event
10841         interface.
10842         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
10843         (calc-keypad-press): Use `unread-command-events' instead of
10844         `unread-command-char'.
10846         * calc/calc-ext.el (calc-init-extensions): Update autoload names
10847         to match files renamed on initial calc import.
10849 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10851         * textmodes/flyspell.el (flyspell-default-dictionary):
10852         Fix previous change.
10854 2001-11-12  Richard M. Stallman  <rms@gnu.org>
10856         * textmodes/flyspell.el (flyspell-default-dictionary):
10857         Fix custom type.
10859 2001-11-11  Richard M. Stallman  <rms@gnu.org>
10861         * calendar/solar.el (solar-sunrise-and-sunset):
10862         Exchange the two extreme values of day-length.
10864         * progmodes/sh-script.el (sh-must-be-shell-mode):
10865         Allow modes derived from sh-mode.
10867         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10868         Turn off error in some re-search-forward calls.
10870         * replace.el (query-replace-skip-read-only): New variable.
10871         (perform-replace): If that variable is non-nil, ignore matches
10872         that have a read-only property.
10874         * derived.el (define-derived-mode): Doc fix.
10876         * server.el (server-buffer-done): Test of server-existing-buffer
10877         was backwards.
10878         (server-existing-buffer): Doc fix.
10880         * textmodes/flyspell.el (flyspell-default-dictionary):
10881         Allow nil as value, and make nil the default.
10883 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
10885         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
10886         it is not fboundp.
10887         (clipboard-yank): Ditto.
10889 2001-11-11  Colin Walters  <walters@verbum.org>
10891         The following changes are based on patches from
10892         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
10893         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
10895         * calc/calc.el (toplevel): Require calc-macs.
10896         (calc-minibuffer-size): New.
10897         (calcDigit-nondigit): Use it instead of `buffer-size'.
10898         (calcDigit-backspace): Likewise.
10899         (calcDigit-nondigit): Use `minibuffer-contents' instead of
10900         `buffer-string'.
10901         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
10902         `point-min'.
10903         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
10904         `save-excursion'.
10906         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
10907         simple `setq' form.
10909         * calc/calc-ext.el: (toplevel): Require calc.
10910         (calc-fancy-prefix-map): New.
10911         (calc-fancy-prefix): Use it.
10912         (calc-fancy-prefix-other-key): New.
10914         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
10915         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
10916         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
10917         (calcAlg-enter): Likewise.
10918         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
10920 2001-11-10  Richard M. Stallman  <rms@gnu.org>
10922         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
10923         (quietly-read-abbrev-file): Doc fix.
10925         * startup.el (command-line): Read standard abbrev
10926         file (abbrev-file-name), if it exists.
10928         * files.el (save-abbrevs): Default value is t.
10930         * progmodes/compile.el (compile-goto-error): Fix previous change
10931         in the case where subsequent errors have not been parsed yet
10932         because they are in a different source file.
10934 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
10936         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
10937         Merge two regular expressions into one.
10938         (ps-mode): Make local bindings for `comment-start' and
10939         `comment-start-skip'.
10940         (ps-mode-looking-at-nested): Simplify an if-else construct;
10941         use `set-match-data' to set the result.
10943 2001-11-10  Richard M. Stallman  <rms@gnu.org>
10945         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
10946         Function deleted.
10947         (flyspell-correct-word): Old definition deleted.
10948         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
10949         All references renamed too.
10951 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
10953         * Makefile.in (finder_setwins, setwins): Exclude Calc.
10955 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10957         * wid-edit.el (checklist): Removed `:menu-tag'.
10958         (radio-button-choice): Ditto.
10959         (editable-list): Ditto.
10961 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10963         * play/gomoku.el: Move definitions of constants to the beginning
10964         of file, before their use.
10966 2001-11-09  Richard M. Stallman  <rms@gnu.org>
10968         * textmodes/flyspell.el: Use the keymap property
10969         instead of local-map, and don't use a minor-mode map.
10970         (flyspell-mode-map): Variable deleted.
10971         Don't mess with minor-mode-map-alist.
10972         (calling add-minor-mode): Specify nil for keymap.
10973         And always use add-minor-mode, now that it exists.
10974         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
10975         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
10976         or flyspell-local-mouse-map.
10977         (make-flyspell-overlay): Use flyspell-mouse-map directly.
10978         (flyspell-mode): Doc fix.
10979         (flyspell-mode-on): Don't call make-local-hook.
10981 2001-11-09  Sam Steingold  <sds@gnu.org>
10983         * emacs-lisp/debug.el (debugger-make-xrefs):
10984         Add buttons to all symbols.
10986 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
10988         * vc.el: Add John David Smith to credits.
10990         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
10992         * vc-hooks.el (vc-error-occured): Backquotified.
10993         (vc-file-prop-obarray): Use prime length for better efficiency.
10995         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
10997 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
10999         * info.el (Info-file-list-for-emacs): Add entries for Calc.
11001 2001-11-09  Miles Bader  <miles@gnu.org>
11003         * subr.el (functionp): Don't consider macros as functions.
11005 2001-11-08  Miles Bader  <miles@gnu.org>
11007         * subr.el (functionp): Make work correctly for macros and unbound
11008         symbols.
11010         * comint.el (comint-send-input): Fix description of
11011         `comint-process-echoes' in the doc-string.
11013 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
11015         * international/mule.el (make-translation-table): Doc fix.
11016         Suggested by Alex Schroeder <alex@gnu.org>.
11018 2001-11-07  Richard M. Stallman  <rms@gnu.org>
11020         * info.el (Info-fontify-node): Highlight every third menu item.
11022 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
11024         * cus-edit.el (custom-face-value-create): Don't ignore the
11025         `customized-face' attribute when finding the current face spec.
11027 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
11029         * subr.el (with-local-quit): New macro.
11030         (make-syntax-table): Always inherit.
11031         (functionp): Be more careful when `object' is a symbol.
11033         * dabbrev.el (dabbrev-completion): Use "*Completions*".
11035 2001-11-07  Paul Eggert  <eggert@twinsun.com>
11037         * dired.el (dired-move-to-filename-regexp):
11038         Do not distinguish between ASCII letters and non-ASCII characters.
11039         Don't allow comma except in the form "month day, year".
11040         Don't allow space between month name and comma.
11041         Clean up the code that checks for trailing period, comma, and space.
11042         Remove now-obsolete comments, and add more commentary about
11043         Japanese dates.
11044         Always gobble up trailing spaces, instead of doing it only sometimes.
11046 2001-11-07  Miles Bader  <miles@gnu.org>
11048         * paren.el (show-paren-match-face): Add dark-background variant.
11050 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
11052         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
11053         (lisp-mode-variables): Don't set paragraph-{start,separate}.
11054         Don't disable adaptive-fill-mode.
11055         (lisp-fill-paragraph): Use tab-width rather than 8.
11056         Prevent filling the first line of docstrings.
11058 2001-11-06  Richard M. Stallman  <rms@gnu.org>
11060         * play/gomoku.el (gomoku): Doc fix.
11062         * jka-compr.el (jka-compr-partial-uncompress):
11063         Support an alternative of not using dd.
11064         (jka-compr-dd-program): Use defcustom to define this.
11065         (jka-compr-load-suffixes): Use defcustom.
11066         (jka-compr-mode-alist-additions): Use defcustom.
11068 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
11070         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
11071         Also work when LIMIT is further than the end of line.
11073 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
11075         * international/quail.el (quail-update-leim-list-file): Print the
11076         offending file name if some of its quail-define-package forms is broken.
11078 2001-11-05  Richard M. Stallman  <rms@gnu.org>
11080         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
11081         of the evaluated form.
11083 2001-11-05  Paul Eggert  <eggert@twinsun.com>
11085         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
11086         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
11087         stamps always line up by default.  Also, it uses a slightly
11088         different window to determine whether files are "recent".
11090 2001-11-05  Andrew Innes  <andrewi@gnu.org>
11092         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11093         Don't attempt to remake autoloads before nuking .elc files.
11095 2001-11-04  Richard M. Stallman  <rms@gnu.org>
11097         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
11098         previous-single-property-change or next-single-char-property-change
11099         returns nil.
11101         * international/mule-cmds.el (set-locale-environment):
11102         Make it interactive; make arg optional.
11104         * international/mule-diag.el (help-funs): Require help-funs.
11106 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
11108         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
11110 2001-11-04  Miles Bader  <miles@gnu.org>
11112         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
11113         shadow of the splash image grey on a dark background instead of black.
11115 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11117         * term.el (all faces): Don't (copy-face 'default <foo>).
11119         * term/xterm.el (function-key-map):
11120         Add entry for `ESC [ 3 ~' -> <delete>
11121         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
11122         Use inheritance so that .emacs and terminfo take precedence.
11124 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
11126         * tooltip.el (tooltip-delay): Decrease to 0.7.
11127         (tooltip-hide-delay): Enlarge to 10.
11129 2001-11-03  Richard M. Stallman  <rms@gnu.org>
11131         * startup.el (fancy-splash-tail): Explain how to recover
11132         from a crash, if there was a crash.
11133         (command-line-1): Reorganize display of startup screen,
11134         to simplify the logic.  Use a temp buffer for it.
11136 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
11138         * frame.el (set-background-color, set-foreground-color):
11139         Call face-set-after-frame-default, to propagate the new colors to
11140         the frame's parameters alist.
11142         * calendar/timeclock.el (timeclock-out): Signal an error if
11143         timeclock-last-event is nil.
11145 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
11147         * textmodes/fill.el (fill-context-prefix): Fix braino.
11149         * international/quail.el (quail-help):
11150         Use `help-buffer' and move `help-setup-xref' to beginning.
11152         * international/mule-cmds.el (describe-language-environment):
11153         Use `help-buffer' and move `help-setup-xref' to beginning.
11155         * international/mule-diag.el (list-character-sets)
11156         (sort-listed-character-sets, describe-character-set)
11157         (describe-coding-system, describe-fontset, list-fontsets):
11158         Use `help-buffer' and move `help-setup-xref' to beginning.
11159         (describe-char-after): Use `internal-describe-syntax-value'.
11161 2001-11-02  Richard M. Stallman  <rms@gnu.org>
11163         * mouse.el (popup-menu): If the user refuses to select
11164         from a menu, don't try to invoke the menu.
11166 2001-11-02  Miles Bader  <miles@gnu.org>
11168         * help-mode.el (help-xref): New button type.
11169         (help-function, help-variable, help-face, help-coding-system)
11170         (help-input-method, help-character-set, help-type, help-symbol)
11171         (help-back, help-info, help-customize-variable, help-customize-face)
11172         (help-function-def, help-variable-def): Use it as a supertype.
11173         Remove `action' property.
11175         * international/mule-diag.el (describe-character-set)
11176         (describe-coding-system): Pass correct args to `help-xref-button'.
11177         (sort-listed-character-sets): New button type.
11178         (list-character-sets): Use it.
11179         (list-charset-chars): New button type.
11180         (list-character-sets-1): Use it.
11182 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
11184         * indent.el (tab-always-indent, indent-for-tab-command):
11185         Remove redundant `never' setting.
11187         * fill.el (fill-region-as-paragraph): Don't forget to skip
11188         over current whitespace before looking for a preceding space.
11190 2001-11-01  Richard M. Stallman  <rms@gnu.org>
11192         * files.el (file-newest-backup): Don't pass backup file name
11193         thru file-name-sans-versions, because it never has version numbers.
11195         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
11196         to avoid ambiguous nested loops.
11198         * files.el (find-file-noselect): Offer to change buffer-read-only
11199         only when the file's read-only status has changed from before
11200         as well as disagreeing with the buffer's current status.
11201         (buffer-file-read-only): New var, local in all buffers.
11203         * buff-menu.el (buffer-menu): Doc fix.
11204         (buffer-menu-other-window): Doc fix.
11205         (list-buffers, list-buffers-noselect): Doc fix.
11207 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
11209         * startup.el (command-line): If the terminal Emacs is running on
11210         has erase char set to ^H, use the Backspace key for deleting
11211         backward, and the Delete key for deleting forward.
11213 2001-11-01  Miles Bader  <miles@gnu.org>
11215         * button.el (define-button-type): Make sure every user-defined
11216         button type has a supertype.
11218 2001-10-31  Jason Rumney  <jasonr@gnu.org>
11220         * international/mule-cmds.el (locale-language-names): Add chs and
11221         cht as aliases for Chinese-GB and Chinese-BIG5.
11223 2001-10-31  Richard M. Stallman  <rms@gnu.org>
11225         * bindings.el (mode-line-frame-identification): Add doc string.
11226         (mode-line-position, mode-line-modes): New variables.
11227         (mode-line-format): Use mode-line-position for the part
11228         that displays the position-in-buffer info.
11229         Use mode-line-modes for the part that displays major and minor modes.
11231 2001-10-31  Sam Steingold  <sds@gnu.org>
11233         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
11234         (debugger-setup-buffer): Call it.
11235         (debugger-mode-map): Bind RET and mouse-2.
11237 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11239         * startup.el: Document command line option --no-window-system
11240         instead of --no-windows.
11242 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
11244         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
11246         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
11247         (font-lock-defaults-alist): Use it.
11248         From David Ponce <david.ponce@wanadoo.fr>
11250         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
11251         output of `char-after'.
11253         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
11255         * simple.el (reindent-then-newline-and-indent): Insert the newline
11256         before indenting the first line.
11257         (undo-get-state, undo-revert-to-state): New funs.
11258         (shell-command): Don't kill the buffer even if empty.
11259         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
11260         (transpose-subr-end2): Remove.
11261         (transpose-subr): Add `special' arg and simplify.
11262         (transpose-subr-1): Rewrite.
11263         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
11264         (rfc822-goto-eoh): Simplify.
11266 2001-10-30  Richard M. Stallman  <rms@gnu.org>
11268         * enriched.el (enriched-face-ans): Fix previous change.
11270 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
11272         * international/iso-acc.el (iso-accents-compose): Remove a
11273         superfluous setq.
11275 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
11277         * buff-menu.el (list-buffers-noselect): If the buffer's name
11278         starts with a blank, but it visits a file, do show it (for files
11279         whose names start with a blank).
11281 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
11283         * textmodes/fill.el (sentence-end-double-space)
11284         (sentence-end-without-period): Move to paragraphs.el.
11285         (fill-indent-according-to-mode): Change default to t.
11286         (fill-context-prefix): Simplify control-flow and use a more
11287         sophisticated merge that unifies both previous checks.
11288         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
11289         (fill-nobreak-predicate): Make it into a defcustom'd hook.
11290         (fill-nobreak-p): New fun.
11291         (fill-region-as-paragraph): Use it.
11292         Handle `fill-indent-according-to-mode' slightly differently.
11293         (fill-individual-paragraphs-prefix): Simplify the control-flow.
11294         (fill-individual-paragraphs-citation): Fix.
11296         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
11297         (paragraph-start): Change default to the `text-mode' value.
11298         (sentence-end-double-space, sentence-end-without-period):
11299         Move from fill.el.
11300         (forward-paragraph): Use `parstart' and `parsep' for temp variables
11301         rather than rebinding `paragraph-start' and `paragraph-separate'.
11303         * indent.el (indent-line-function): Change default to indent-relative.
11304         (tab-always-indent): Add an `never' setting.
11305         (indent-according-to-mode): Handle `indent-relative' and
11306         `indent-relative-maybe' specially.
11307         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
11308         Handle the `never' case for `tab-always-indent'.
11309         Don't call indent-according-to-mode for indent-relative' and
11310         `indent-relative-maybe'.
11311         (insert-tab): Rename `prefix-arg' to `arg'.
11312         (indent-region): Indent the first line as well.
11313         (indent-relative): Don't mark the buffer modified if the indentation
11314         is unchanged.
11316         * textmodes/text-mode.el (paragraph-indent-minor-mode):
11317         Don't set paragraph-separate.  Set paragraph-start more carefully.
11318         Set indent-line-function.
11319         (paragraph-indent-text-mode): Use it and define-derived-mode.
11320         (text-mode-map): Remove the \t binding.
11321         (text-mode): Simplify now that the default is more favorable.
11323 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
11325         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11326         If the regexp doesn't match, use a looser one.
11327         (find-variable-noselect): Add `file' argument.
11329         * pcvs.el (cvs-mode-commit-hook): New hook.
11330         (cvs-mode-commit): Run it.
11332         * log-edit.el (log-edit): Run hook after `log-edit-files'.
11334         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
11335         (edebug-instrument-function): Use `find-function-noselect'.
11337 2001-10-29  Richard M. Stallman  <rms@gnu.org>
11339         * term.el (term-if-emacs19): Macro deleted.
11340         Callers changed to use progn instead.
11342         * frame.el (blink-cursor-mode): Doc fix.
11344         * files.el (find-backup-file-name): Use make-backup-file-name.
11346         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
11347         window-live-p.
11348         (edebug-set-conditional-breakpoint): Unconditionally use
11349         the former Emacs >=19 definition.
11350         (edebug-mark): Define unconditionally.
11351         (edebug-eval-expression): Always call read-from-minibuffer
11352         and specify history list.
11353         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
11354         edebug-set-conditional-breakpoint.
11355         (edebug-emacs-version-specific): Function deleted;
11356         do the job at top level.
11357         (edebug-emacs-19-specific): Function deleted, this is the default.
11359 2001-10-29  Sam Steingold  <sds@gnu.org>
11361         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
11362         "/cygdrive/LETTER/" pathnames.
11364 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
11366         * faces.el (invert-face): Check for 'unspecified, not for nil,
11367         when testing whether face colors are not specified.
11368         From David.Kastrup@t-online.de (David Kastrup).
11369         (read-face-name): Doc fix.
11370         (make-face-bold, make-face-unbold, make-face-italic)
11371         (make-face-unitalic, make-face-bold-italic, invert-face):
11372         Remove trailing blank from the prompt passed to read-face-name.
11374 2001-10-29  Sam Steingold  <sds@gnu.org>
11376         * emacs-lisp/bytecomp.el (byte-recompile-directory):
11377         Report numbers of files skipped and failed too.
11378         (byte-compile-file): Return 'no-byte-compile for skipped files.
11380 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11382         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
11383         and `M p'.
11385 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
11387         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
11388         as is on unread-command-events instead of `(SECOND-CHAR)'.
11390 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
11392         * vc.el: Mention vc-*-switches in backend API documentation.
11393         (vc-annotate): Adapt doc string to recent change.
11395 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
11397         * enriched.el (enriched-face-ans): Handle face attributes
11398         of the form `(FACE1 FACE2 ...)'.
11400         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
11402 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
11404         * progmodes/sql.el (sql-mysql): Doc change by RMS.
11406         * progmodes/sql.el (sql-db2): Doc change.
11407         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
11408         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
11410 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
11412         * env.el (substitute-env-vars): Don't quote argument to `rx';
11413         it's a macro.
11415 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
11417         * cus-start.el (recursive-load-depth-limit): Added.
11419 2001-10-28  Richard M. Stallman  <rms@gnu.org>
11421         * textmodes/ispell.el (version18p, version20p): Vars deleted.
11422         All uses removed--assume Emacs version is >= 20.
11424         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
11425         by really checking that it is not version 18.
11427         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
11429 2001-10-28  Miles Bader  <miles@gnu.org>
11431         * faces.el (face-attribute): Add INHERIT argument, consider face
11432         inheritance if it's non-nil.
11433         (face-attribute-merged-with): New function.
11434         (face-attribute-specified-or): New macro.
11435         (face-foreground, face-background, face-stipple): Add INHERIT
11436         argument.  Use `face-attribute-specified-or'.
11438 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
11440         * font-lock.el: Require `syntax'.
11441         (font-lock-defaults-alist): Don't define keywords for lisp languages.
11442         Use `c-font-lock-syntactic-face-function' for c languages.
11443         (font-lock-mode): Don't unset vars when turning the mode off.
11444         (font-lock-default-fontify-buffer): Don't unset vars at the end.
11445         (font-lock-extra-managed-props): New var.
11446         (font-lock-default-unfontify-region): Use it.
11447         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
11448         Don't eval the value when there's no match.
11449         (font-lock-ppss-stats): New var.
11450         (font-lock-ppss): New fun.
11451         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
11452         (font-lock-apply-highlight): Allow `highlight' to set several props.
11453         (font-lock-set-defaults): Use dolist.
11454         (font-lock-unset-defaults): Remove.
11455         (font-lock-match-c-style-declaration-item-and-skip-to-next):
11456         Try to recognize prototypes using `foo P_ ((args))'.
11457         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
11458         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
11459         (c-font-lock-syntactic-face-function): New function.
11460         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11461         (c++-keywords): Use a more sophisticated regexp to handle
11462         shallowly nested templates.
11464 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
11466         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
11467         (sgml-tag): Use it.  Cleanup with `cond'.
11468         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
11469         Mark the overlays and only delete those that are marked.
11470         (sgml-skip-close-p): Remove.
11471         (sgml-value): Replace sgml-skip-close-p with its definition.
11472         (html-tag-alist): Use sgml-xml a bit more.
11473         (html-mode): Set sgml-empty-tags.
11475         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
11476         (texinfo-update-node, texinfo-sequential-node-update):
11477         Don't bind the obsolete `auto-fill-hook'.
11478         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
11479         Use `set-buffer' rather than `switch-to-buffer'.
11480         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
11481         Use `set-buffer' rather than `switch-to-buffer'.
11483         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
11484         text-mode-syntax-table.
11485         (mail-mode): Use define-derived-mode.
11486         Fix ordering of alternatives in adaptive-fill-regexp.
11487         (mail-mode-map): Don't rely on keymap's internal representation.
11489 2001-10-27  Sam Steingold  <sds@gnu.org>
11491         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
11492         (sgml-xml-guess): Extracted from `html-mode' and generalized.
11493         (sgml-mode-common): Call it.
11494         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
11495         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
11496         (html-horizontal-rule, html-image, html-ordered-list):
11497         (html-unordered-list, html-list-item, html-paragraph):
11498         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
11499         `html-xhtml'.
11501 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
11503         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
11504         (ifnothtml): New alias.
11506 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
11508         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
11509         (toggle-text-mode-auto-fill): Use derived-mode-p.
11511 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
11513         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
11514         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
11516 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
11518         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
11519         Add make-obsolete cookies, to follow faces.el.
11521         These changes avoid warnings from the byte compiler in faces.el:
11523         * faces.el (internal-get-face): Use facep instead of the obsolete
11524         internal-find-face.
11525         (internal-frob-font-weight, internal-frob-font-slant):
11526         New defaliases for obsolete functions.
11527         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
11528         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
11529         (x-make-font-bold-italic): Use internal-frob-font-weight and
11530         internal-frob-font-slant aliases instead of the obsolete
11531         x-frob-... functions.
11533 2001-10-26  Sam Steingold  <sds@gnu.org>
11535         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
11536         DOCTYPE; set `mode-name' based on it.
11537         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
11538         (sgml-tag): Close empty tags in XHTML.
11540 2001-10-26  Jason Rumney  <jasonr@gnu.org>
11542         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
11543         when UNICODE is not defined.
11545 2001-10-26  Sam Steingold  <sds@gnu.org>
11547         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
11548         be alone on the line.
11550 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
11552         * button.el (button): Special face definition for MS-DOS terminals.
11554 2001-10-26  Sam Steingold  <sds@gnu.org>
11556         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
11557         Protect the /= test by checking that the args are non-nil.
11558         (sh-font-lock-close-heredoc): Check eof for being non-nil.
11560 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
11562         * textmodes/artist.el (artist-version): 1.2.4.
11563         (artist-butlast-fn): New variable.
11564         (artist-butlast): New function.
11565         (artist-ellipse-mirror-quadrant): Use it.
11566         (artist-mouse-draw-poly): Use nil for `point-list'.
11567         (artist-mouse-draw-poly): Check for point-list being nil.
11569 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
11571         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
11572         lambda expression.
11573         (ps-mode-menu-main): Submenu with options on/off was replaced with
11574         a toggle button.
11575         (ps-mode, ps-run-mode): Define with `define-derived-mode'
11576         (ps-mode): Autoload cookie added on same line as comment
11577         (ps-mode-tabkey, ps-mode-backward-delete-char):
11578         (ps-mode-r-balance): Replace `delete-horizontal-space' and
11579         `indent-to' with `indent-line-to'
11580         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
11581         instead of `eval'.
11582         (ps-mode-print-region): Use `with-temp-buffer'.
11583         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
11584         (numerous places): Add back-tick and tick around names in
11585         docstrings, fix punctuation in docstrings, remove trailing spaces.
11587 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
11589         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
11590         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
11591         (sgml-font-lock-syntactic-keywords): New var.
11592         (sgml-mode-common): Drop the two args.
11593         Don't make buffer-local variables that aren't used.
11594         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
11595         Don't set `before-string' props from sgml-display-text.
11596         (sgml-mode): Use define-derived-mode.
11597         (sgml-tags-invisible): Use sgml-display-text.
11598         (sgml-quote): New command.
11599         (html-tag-alist): Add args for `span'.
11600         (html-mode): Use define-derived-mode.
11601         Set sgml-display-text and sgml-tag-face-alist.
11603 2001-10-25  Sam Steingold  <sds@gnu.org>
11605         * add-log.el (add-log-always-start-new-record): New user option.
11606         (add-change-log-entry): Use it.
11608 2001-10-25  Richard M. Stallman  <rms@gnu.org>
11610         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
11611         bind case-fold-search if FROM is not all lower case.
11613 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
11615         * startup.el (normal-top-level): Check for frame-initial-frame
11616         only if it's really used.
11618         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
11620         * progmodes/compile.el (compilation-parse-errors-filename-function):
11621         New variable.
11622         (compilation-parse-errors): Use it.
11624 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
11626         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
11627         interactively so that C-u M-C-x still does edebug.
11628         (checkdoc-sentencespace-region-engine): Don't force a double-space
11629         after `.' if it doesn't look like an end-of-sentence.
11630         (debug-ignored-errors): Add `disambiguate ...'.
11632 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
11634         * textmodes/texinfo.el (texinfo-environments)
11635         (texinfo-environment-regexp): Hoist.
11636         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
11637         Only highlight the menu name in menu items.
11638         Setup `@foo ... @end foo' as text clones.
11639         (texinfo-clone-environment): New function.
11640         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
11641         (texinfo-insert-block): Simplify.
11642         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
11643         the command is repeated.
11644         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
11645         (texinfo-insert-@end): Simplify.
11647         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
11648         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
11649         (texinfo-subsubsection-level-regexp)
11650         (texinfo-update-menu-same-level-regexps)
11651         (texinfo-update-menu-higher-regexps)
11652         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
11654         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
11655         (derived-mode-p): Autoload.
11657         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
11658         New vars and functions.
11659         (text-clone-maintain, text-clone-create): New functions.
11661 2001-10-25  Miles Bader  <miles@gnu.org>
11663         * facemenu.el (facemenu-add-new-face): Fix variable names.
11665 2001-10-24  Richard M. Stallman  <rms@gnu.org>
11667         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
11668         of t and nil values.
11669         (facemenu-set-face): Handle START and END interactively.
11670         (facemenu-set-foreground): Don't use a face; specify color directly.
11671         (facemenu-set-background): Likewise.
11672         (facemenu-set-face-from-menu): Doc fix.
11673         (facemenu-active-faces): Use face-attribute-vector
11674         to handle bare attributes not in faces.
11675         (facemenu-get-face): Don't handle face names fg:... and bg:...
11676         specially.
11677         (facemenu-add-new-face): New argument MENU.
11678         New way to handle adding colors to the color menus.
11680         * env.el (substitute-env-vars): Quote the arg to rx.
11682 2001-10-24  Sam Steingold  <sds@gnu.org>
11684         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
11685         Control" and "SGML" groups.
11687 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11689         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11690         Better handling of C++ template args to avoid confusion with `<'
11691         and `>' used as operators in member init expressions.
11693 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
11695         * replace.el (perform-replace): Move START and END parameters
11696         to the end of the argument list and make them optional.
11698         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
11699         perform-replace.
11701         * international/fontset.el (x-must-resolve-font-name): New function.
11702         (x-complement-fontset-spec): Use it.
11704 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
11706         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
11708         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
11709         Turn caadr into caar of cdr.
11711 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
11713         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
11714         of mouse-{1,2} since dragging is on the down event.
11716         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
11718         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
11719         if ARG is nil.
11721         * desktop.el (desktop-last-buffer): New variable.
11722         (desktop-create-buffer): Set it.
11723         (desktop-read): Bind it and switch to that buffer.
11725 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
11727         * progmodes/compile.el (compilation-set-window-height):
11728         Select old window only if it's still live.
11730 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11732         * help-mode.el (help-buffer): Remove debugging code.
11733         From Stefan Monnier <monnier@cs.yale.edu>.
11735 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
11737         * files.el (file-name-sans-extension, file-name-extension):
11738         Don't count the leading dots in file names as signaling an extension.
11740 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
11742         * vc.el (vc-diff-switches): Doc rewritten.
11744 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
11746         * tooltip.el (tooltip-set-param): Doc fix.
11748         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
11749         127 to sgml-maybe-name-self.
11750         (sgml-name-8bit-mode): Doc fix.
11751         (sgml-char-names-table): New variable.
11752         (sgml-name-char): Support non-ASCII and mule-unicode-*
11753         characters.  Doc fix.
11754         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
11756         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
11757         doc string the effect of `left' and `top' parameters in
11758         tooltip-frame-parameters, the default values, and the units.
11759         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
11760         (tooltip-show): Mention in the doc string the `top' and `left'
11761         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
11763 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
11765         Add autoscaling support for vc-annotate.
11766         From J.D. Smith <jdsmith@alum.mit.edu>.
11768         * vc.el (vc-annotate-display-default): Accept colormap scaling
11769         ratio (now deprecated).
11770         (vc-annotate-display-autoscale): Added.
11771         (vc-annotate-add-menu): New autoscaling menu options "Span to
11772         Oldest" and "Span Oldest->Newest".  Easymenu support added for
11773         toggle menus driven by customize variable `vc-annotate-display-mode'.
11774         (vc-annotate-display-select): Added.
11775         (vc-annotate): Changed temp-buffer-show-function to
11776         `vc-annotate-display-select'.
11777         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
11778         Added argument OFFSET.  Instead of backend function, calls now
11779         generic `vc-annotate-difference'.
11780         (vc-annotate-difference): Added as generic function instead of
11781         backend-specific function.  No longer takes argument POINT, but
11782         instead accepts a time OFFSET.
11783         (vc-default-annotate-current-time): Added.
11785         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
11786         version in vc.el, with
11787         (vc-cvs-annotate-current-time): Added, as override of default.
11788         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
11789         `vc-cvs-annotate-difference'.
11791 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
11793         * saveplace.el (save-place): Require `saveplace'.
11795         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
11796         Use `sexp' for :value-type instead of `face'.
11798 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
11800         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
11801         regexps due to 5-digit message IDs.
11803 2001-10-21  Jason Rumney  <jasonr@gnu.org>
11805         * term/w32-win.el (redisplay-dont-pause): Don't set.
11807 2001-10-21  Miles Bader  <miles@gnu.org>
11809         * help-funs.el (help-manyarg-func-alist): Variable removed.
11811 2001-10-21  Miles Bader  <miles@gnu.org>
11813         * help-funs.el (help-manyarg-func-alist): Remove entries for
11814         `insert', `insert-and-inherit', `insert-before-markers',
11815         `insert-before-markers-and-inherit', `message', `message-box',
11816         `message-or-box', `propertize', `format', `encode-time', `append',
11817         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
11818         `insert-string', `ml-if', `ml-provide-prefix-argument', and
11819         `ml-prefix-argument-loop'.
11821 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
11823         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
11824         (vc-default-diff-tree): New functions.
11825         (vc-version-diff): Use them.  As a result, coding systems are now
11826         set up properly for all sorts of diffs, and tree diffs can now
11827         also be done locally.
11828         (vc-diff): With a prefix argument, don't require that it's called
11829         from a buffer under version control.
11830         (diff-switches): Remove duplicate definition.
11832         * vc-cvs.el (vc-cvs-diff-tree): New function.
11834 2001-10-21  Miles Bader  <miles@gnu.org>
11836         * help-funs.el (help-manyarg-func-alist): Remove entries for
11837         `list', `vector', `make-byte-code', `call-process',
11838         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
11839         `logand', `logior', and `logxor'.
11841         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
11842         image bits to compensate.  Use `make-string' instead of
11843         `make-bool-vector' (XBM apparently wants byte-aligned rows).
11845 2001-10-20  Kim F. Storm  <storm@cua.dk>
11847         * simple.el (kill-ring-save): Don't show extent of copied region
11848         if using transient-mark-mode and region is fully visible.
11850 See ChangeLog.9 for earlier changes.
11852 ;; Local Variables:
11853 ;; coding: iso-2022-7bit
11854 ;; End:
11856     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
11857   Copying and distribution of this file, with or without modification,
11858   are permitted provided the copyright notice and this notice are preserved.